Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from be3afd34a0939b584ecb71f8f8236fbacfd5fc29 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-ssh8284397481268301381.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-ssh1622138466650005298.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-ssh13416429374409856200.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-ssh1844491176965238577.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-ssh15865533764473622731.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4653 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/869 [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/869 # 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 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 (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 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 # timeout=10 Commit message: "fix: Modify SendChangedReadingsOnly default value to false (#5205)" > git rev-list --no-walk 2680d7201116c421a3cec2aed95e249ae7ba9187 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-07-07T09:11:22.076Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-07-07T09:11:22.817Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-07-07T09:11:22.841Z] ========================================================= [2025-07-07T09:11:22.841Z] EdgeX Global Pipelines Version Info [2025-07-07T09:11:22.841Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-07-07T09:11:31.437Z] ------------------- [2025-07-07T09:11:31.438Z] stable info: [2025-07-07T09:11:31.438Z] ------------------- [2025-07-07T09:11:31.438Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-07T09:11:31.438Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-07-07T09:11:31.438Z] Message: update stable to v1.0.274 [2025-07-07T09:11:32.006Z] ------------------- [2025-07-07T09:11:32.006Z] experimental info: [2025-07-07T09:11:32.006Z] ------------------- [2025-07-07T09:11:32.006Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-07T09:11:32.006Z] Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e [2025-07-07T09:11:32.006Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-07-07T09:11:32.076Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-07-07T09:11:32.092Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-07-07T09:11:32.112Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-07-07T09:11:32.130Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-07-07T09:11:32.150Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-07-07T09:11:32.169Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-07-07T09:11:32.189Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-07-07T09:11:32.218Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-07-07T09:11:32.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-07-07T09:11:32.256Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-07-07T09:11:32.273Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-07-07T09:11:32.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-07-07T09:11:32.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-07-07T09:11:32.333Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-07-07T09:11:32.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-07-07T09:11:32.369Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-07-07T09:11:32.388Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-07-07T09:11:32.406Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-07-07T09:11:32.431Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-07-07T09:11:32.450Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-07-07T09:11:32.471Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-07-07T09:11:32.490Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-07-07T09:11:32.512Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-07-07T09:11:32.530Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-07-07T09:11:32.550Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-07-07T09:11:32.570Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-07-07T09:11:32.592Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo [2025-07-07T09:11:32.615Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = be3afd3 [Pipeline] echo [2025-07-07T09:11:32.633Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-07T09:11:32.690Z] provisioning config files... [2025-07-07T09:11:32.704Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/869@tmp/config14486055726138056088tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-07T09:11:33.035Z] ---> ****-login.sh [2025-07-07T09:11:33.035Z] nexus3.edgexfoundry.org:10001 [2025-07-07T09:11:33.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:11:33.295Z] [2025-07-07T09:11:33.295Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-07T09:11:33.295Z] Configure a credential helper to remove this warning. See [2025-07-07T09:11:33.295Z] https://docs.****.com/go/credential-store/ [2025-07-07T09:11:33.295Z] [2025-07-07T09:11:33.295Z] Login Succeeded [2025-07-07T09:11:33.295Z] nexus3.edgexfoundry.org:10002 [2025-07-07T09:11:33.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:11:33.295Z] [2025-07-07T09:11:33.296Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-07T09:11:33.296Z] Configure a credential helper to remove this warning. See [2025-07-07T09:11:33.296Z] https://docs.****.com/go/credential-store/ [2025-07-07T09:11:33.296Z] [2025-07-07T09:11:33.296Z] Login Succeeded [2025-07-07T09:11:33.296Z] nexus3.edgexfoundry.org:10003 [2025-07-07T09:11:33.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:11:33.557Z] [2025-07-07T09:11:33.558Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-07T09:11:33.558Z] Configure a credential helper to remove this warning. See [2025-07-07T09:11:33.558Z] https://docs.****.com/go/credential-store/ [2025-07-07T09:11:33.558Z] [2025-07-07T09:11:33.558Z] Login Succeeded [2025-07-07T09:11:33.558Z] nexus3.edgexfoundry.org:10004 [2025-07-07T09:11:33.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:11:33.558Z] [2025-07-07T09:11:33.558Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-07T09:11:33.558Z] Configure a credential helper to remove this warning. See [2025-07-07T09:11:33.558Z] https://docs.****.com/go/credential-store/ [2025-07-07T09:11:33.558Z] [2025-07-07T09:11:33.558Z] Login Succeeded [2025-07-07T09:11:33.558Z] ****.io [2025-07-07T09:11:33.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:11:33.818Z] [2025-07-07T09:11:33.818Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-07T09:11:33.818Z] Configure a credential helper to remove this warning. See [2025-07-07T09:11:33.818Z] https://docs.****.com/go/credential-store/ [2025-07-07T09:11:33.818Z] [2025-07-07T09:11:33.818Z] Login Succeeded [2025-07-07T09:11:33.818Z] ---> ****-login.sh ends [Pipeline] } [2025-07-07T09:11:33.826Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-07T09:11:34.155Z] + 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-07-07T09:11:34.155Z] + + dirname cmd/core-command/Dockerfile [2025-07-07T09:11:34.155Z] cut -d/ -f2 [2025-07-07T09:11:34.155Z] + echo core-command,cmd/core-command/Dockerfile [2025-07-07T09:11:34.155Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-07-07T09:11:34.155Z] + cut -d/ -f2 [2025-07-07T09:11:34.155Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-07-07T09:11:34.155Z] + dirname cmd/core-data/Dockerfile [2025-07-07T09:11:34.155Z] + cut -d/ -f2 [2025-07-07T09:11:34.155Z] + echo core-data,cmd/core-data/Dockerfile [2025-07-07T09:11:34.155Z] + dirname cmd/core-keeper/Dockerfile [2025-07-07T09:11:34.155Z] + cut -d/ -f2 [2025-07-07T09:11:34.155Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-07-07T09:11:34.155Z] + dirname cmd/core-metadata/Dockerfile [2025-07-07T09:11:34.155Z] + cut -d/ -f2 [2025-07-07T09:11:34.155Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-07-07T09:11:34.155Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-07-07T09:11:34.155Z] + cut -d/ -f2 [2025-07-07T09:11:34.155Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-07-07T09:11:34.155Z] + dirname+ cmd/security-proxy-auth/Dockerfile [2025-07-07T09:11:34.155Z] cut -d/ -f2 [2025-07-07T09:11:34.155Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-07-07T09:11:34.155Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-07-07T09:11:34.155Z] + cut -d/ -f2 [2025-07-07T09:11:34.155Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-07-07T09:11:34.155Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-07-07T09:11:34.155Z] + cut -d/ -f2 [2025-07-07T09:11:34.155Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-07-07T09:11:34.155Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-07-07T09:11:34.155Z] + cut -d/ -f2 [2025-07-07T09:11:34.155Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-07-07T09:11:34.155Z] + dirname cmd/security-spire-agent/Dockerfile [2025-07-07T09:11:34.155Z] + cut -d/ -f2 [2025-07-07T09:11:34.155Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-07-07T09:11:34.155Z] + dirname cmd/security-spire-config/Dockerfile [2025-07-07T09:11:34.155Z] + cut -d/ -f2 [2025-07-07T09:11:34.155Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-07-07T09:11:34.155Z] + dirname cmd/security-spire-server/Dockerfile [2025-07-07T09:11:34.155Z] + cut -d/ -f2 [2025-07-07T09:11:34.155Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-07-07T09:11:34.155Z] + dirname cmd/support-notifications/Dockerfile [2025-07-07T09:11:34.155Z] + cut -d/ -f2 [2025-07-07T09:11:34.155Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-07-07T09:11:34.155Z] + dirname cmd/support-scheduler/Dockerfile [2025-07-07T09:11:34.155Z] + cut -d/ -f2 [2025-07-07T09:11:34.156Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-07-07T09:11:34.217Z] 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-07-07T09:11:34.570Z] + git rev-list -1 --merges be3afd34a0939b584ecb71f8f8236fbacfd5fc29~1..be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo [2025-07-07T09:11:34.583Z] -----------> git rev-list -1 --merges be3afd34a0939b584ecb71f8f8236fbacfd5fc29~1..be3afd34a0939b584ecb71f8f8236fbacfd5fc29 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [false] [Pipeline] sh [2025-07-07T09:11:34.872Z] + git log --format=format:%s -1 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo [2025-07-07T09:11:34.889Z] ========================================================= [2025-07-07T09:11:34.889Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-07-07T09:11:34.889Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-07-07T09:11:35.335Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-07T09:11:35.335Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-07-07T09:11:35.335Z] + [ -e /tmp/ssh_known_hosts ] [2025-07-07T09:11:35.335Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-07-07T09:11:35.335Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-07-07T09:11:35.335Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-07-07T09:11:35.335Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:11:35.740Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-07T09:11:35.740Z] [2025-07-07T09:11:35.740Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:11:36.049Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-07T09:11:36.049Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-07-07T09:11:36.049Z] 3dae71ba6b94: Pulling fs layer [2025-07-07T09:11:36.050Z] 6bf1a483ea7c: Pulling fs layer [2025-07-07T09:11:36.050Z] f5dfc541a4d3: Pulling fs layer [2025-07-07T09:11:36.050Z] 461d9e800cba: Pulling fs layer [2025-07-07T09:11:36.050Z] 80192f66455f: Pulling fs layer [2025-07-07T09:11:36.050Z] 2e8e34ca0e6c: Pulling fs layer [2025-07-07T09:11:36.050Z] a29436f7fd5d: Pulling fs layer [2025-07-07T09:11:36.050Z] 923cac83aea3: Pulling fs layer [2025-07-07T09:11:36.050Z] 25ad8b0a4227: Pulling fs layer [2025-07-07T09:11:36.050Z] db01528c6b51: Pulling fs layer [2025-07-07T09:11:36.050Z] 28988de357af: Pulling fs layer [2025-07-07T09:11:36.050Z] 461d9e800cba: Waiting [2025-07-07T09:11:36.050Z] 80192f66455f: Waiting [2025-07-07T09:11:36.050Z] 2e8e34ca0e6c: Waiting [2025-07-07T09:11:36.050Z] a29436f7fd5d: Waiting [2025-07-07T09:11:36.050Z] db01528c6b51: Waiting [2025-07-07T09:11:36.050Z] 923cac83aea3: Waiting [2025-07-07T09:11:36.050Z] 28988de357af: Waiting [2025-07-07T09:11:36.050Z] 25ad8b0a4227: Waiting [2025-07-07T09:11:36.050Z] 6bf1a483ea7c: Verifying Checksum [2025-07-07T09:11:36.050Z] 6bf1a483ea7c: Download complete [2025-07-07T09:11:36.308Z] 461d9e800cba: Verifying Checksum [2025-07-07T09:11:36.308Z] 461d9e800cba: Download complete [2025-07-07T09:11:36.308Z] 80192f66455f: Verifying Checksum [2025-07-07T09:11:36.308Z] 80192f66455f: Download complete [2025-07-07T09:11:36.308Z] f5dfc541a4d3: Verifying Checksum [2025-07-07T09:11:36.308Z] f5dfc541a4d3: Download complete [2025-07-07T09:11:36.308Z] 3dae71ba6b94: Verifying Checksum [2025-07-07T09:11:36.308Z] 3dae71ba6b94: Download complete [2025-07-07T09:11:36.308Z] 923cac83aea3: Verifying Checksum [2025-07-07T09:11:36.308Z] 923cac83aea3: Download complete [2025-07-07T09:11:36.567Z] 25ad8b0a4227: Verifying Checksum [2025-07-07T09:11:36.567Z] 25ad8b0a4227: Download complete [2025-07-07T09:11:36.567Z] db01528c6b51: Download complete [2025-07-07T09:11:36.567Z] 28988de357af: Verifying Checksum [2025-07-07T09:11:36.567Z] 28988de357af: Download complete [2025-07-07T09:11:36.826Z] a29436f7fd5d: Verifying Checksum [2025-07-07T09:11:36.826Z] a29436f7fd5d: Download complete [2025-07-07T09:11:37.084Z] 2e8e34ca0e6c: Verifying Checksum [2025-07-07T09:11:37.084Z] 2e8e34ca0e6c: Download complete [2025-07-07T09:11:37.650Z] 3dae71ba6b94: Pull complete [2025-07-07T09:11:37.909Z] 6bf1a483ea7c: Pull complete [2025-07-07T09:11:38.845Z] f5dfc541a4d3: Pull complete [2025-07-07T09:11:38.845Z] 461d9e800cba: Pull complete [2025-07-07T09:11:38.845Z] 80192f66455f: Pull complete [2025-07-07T09:11:43.038Z] 2e8e34ca0e6c: Pull complete [2025-07-07T09:11:43.295Z] a29436f7fd5d: Pull complete [2025-07-07T09:11:43.296Z] 923cac83aea3: Pull complete [2025-07-07T09:11:43.554Z] 25ad8b0a4227: Pull complete [2025-07-07T09:11:43.554Z] db01528c6b51: Pull complete [2025-07-07T09:11:43.554Z] 28988de357af: Pull complete [2025-07-07T09:11:43.554Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-07-07T09:11:43.554Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-07T09:11:43.554Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-07T09:11:43.670Z] prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container [2025-07-07T09:11:43.854Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-07T09:11:45.589Z] $ docker top 37af77b4773ac2e4a01e74c32e8612ae8272235b32f8e865f5ab4944271c328d -eo pid,comm [2025-07-07T09:11:45.480Z] 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-07-07T09:11:45.480Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-07T09:11:45.523Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-07T09:11:45.523Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-07T09:11:45.629Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-07T09:11:45.791Z] $ docker exec 37af77b4773ac2e4a01e74c32e8612ae8272235b32f8e865f5ab4944271c328d ssh-agent [2025-07-07T09:11:45.729Z] SSH_AUTH_SOCK=/tmp/ssh-rz8GyhuMpbcx/agent.32 [2025-07-07T09:11:45.729Z] SSH_AGENT_PID=38 [2025-07-07T09:11:45.736Z] Running ssh-add (command line suppressed) [2025-07-07T09:11:45.993Z] Identity added: /w/workspace/edgex-go/869@tmp/private_key_5515785301404610244.key (/w/workspace/edgex-go/869@tmp/private_key_5515785301404610244.key) [2025-07-07T09:11:45.846Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-07T09:11:46.139Z] + git tag --points-at HEAD [Pipeline] } [2025-07-07T09:11:46.312Z] $ docker exec --env ******** --env ******** 37af77b4773ac2e4a01e74c32e8612ae8272235b32f8e865f5ab4944271c328d ssh-agent -k [2025-07-07T09:11:46.412Z] unset SSH_AUTH_SOCK; [2025-07-07T09:11:46.413Z] unset SSH_AGENT_PID; [2025-07-07T09:11:46.413Z] echo Agent pid 38 killed; [2025-07-07T09:11:46.260Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-07-07T09:11:46.296Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-07T09:11:46.296Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-07T09:11:46.405Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-07T09:11:46.569Z] $ docker exec 37af77b4773ac2e4a01e74c32e8612ae8272235b32f8e865f5ab4944271c328d ssh-agent [2025-07-07T09:11:46.501Z] SSH_AUTH_SOCK=/tmp/ssh-lir030W4il8W/agent.71 [2025-07-07T09:11:46.501Z] SSH_AGENT_PID=77 [2025-07-07T09:11:46.506Z] Running ssh-add (command line suppressed) [2025-07-07T09:11:46.766Z] Identity added: /w/workspace/edgex-go/869@tmp/private_key_11824558546415621095.key (/w/workspace/edgex-go/869@tmp/private_key_11824558546415621095.key) [2025-07-07T09:11:46.616Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-07T09:11:46.909Z] + git semver init [2025-07-07T09:11:47.168Z] 2025-07-07 09:11:47,283 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-07T09:11:47.168Z] 2025-07-07 09:11:47,286 [run_init] DEBUG init version:0.0.0 force:False [2025-07-07T09:11:47.168Z] 2025-07-07 09:11:47,287 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/869/.semver [2025-07-07T09:11:47.168Z] 2025-07-07 09:11:47,287 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/869/.semver [2025-07-07T09:11:47.168Z] 2025-07-07 09:11:47,288 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/869/.semver'], cwd=/w/workspace/edgex-go/869, stdin=None, shell=False, universal_newlines=False) [2025-07-07T09:11:52.472Z] 2025-07-07 09:11:51,720 [append_file] DEBUG append to file:/w/workspace/edgex-go/869/.git/info/exclude [2025-07-07T09:11:52.472Z] 2025-07-07 09:11:51,721 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/869/.semver/main with force:False [2025-07-07T09:11:52.472Z] 2025-07-07 09:11:51,721 [read_version] DEBUG read version from /w/workspace/edgex-go/869/.semver/main [2025-07-07T09:11:52.472Z] 2025-07-07 09:11:51,721 [read_version] DEBUG read version from /w/workspace/edgex-go/869/.semver/main [2025-07-07T09:11:52.472Z] 4.1.0-dev.37 [Pipeline] } [2025-07-07T09:11:52.656Z] $ docker exec --env ******** --env ******** 37af77b4773ac2e4a01e74c32e8612ae8272235b32f8e865f5ab4944271c328d ssh-agent -k [2025-07-07T09:11:52.742Z] unset SSH_AUTH_SOCK; [2025-07-07T09:11:52.742Z] unset SSH_AGENT_PID; [2025-07-07T09:11:52.743Z] echo Agent pid 77 killed; [2025-07-07T09:11:52.578Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-07T09:11:52.907Z] + git semver [Pipeline] } [2025-07-07T09:11:53.352Z] $ docker stop --time=1 37af77b4773ac2e4a01e74c32e8612ae8272235b32f8e865f5ab4944271c328d [2025-07-07T09:11:54.620Z] $ docker rm -f --volumes 37af77b4773ac2e4a01e74c32e8612ae8272235b32f8e865f5ab4944271c328d [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-07T09:11:54.784Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-07-07T09:11:55.065Z] Stashed 1 file(s) [Pipeline] echo [2025-07-07T09:11:55.069Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.37 [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-07-07T09:11:55.501Z] + git config --global --add safe.directory /w/workspace/edgex-go/869 [Pipeline] echo [2025-07-07T09:11:55.514Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-07T09:11:55.536Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-07T09:11:55.554Z] ========================================================= [2025-07-07T09:11:55.554Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-07-07T09:11:55.554Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-07-07T09:11:55.849Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-07T09:11:55.849Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-07-07T09:11:55.849Z] 0a9a5dfd008f: Pulling fs layer [2025-07-07T09:11:55.849Z] 36466aa92d05: Pulling fs layer [2025-07-07T09:11:55.849Z] e10405b45d13: Pulling fs layer [2025-07-07T09:11:55.849Z] 096b7ceb2af7: Pulling fs layer [2025-07-07T09:11:55.849Z] 4f4fb700ef54: Pulling fs layer [2025-07-07T09:11:55.849Z] 8213a616a21b: Pulling fs layer [2025-07-07T09:11:55.849Z] 985586143405: Pulling fs layer [2025-07-07T09:11:55.849Z] 0eae2285b678: Pulling fs layer [2025-07-07T09:11:55.849Z] d3ac315be8c5: Pulling fs layer [2025-07-07T09:11:55.849Z] 4f4fb700ef54: Waiting [2025-07-07T09:11:55.849Z] 8213a616a21b: Waiting [2025-07-07T09:11:55.849Z] 985586143405: Waiting [2025-07-07T09:11:55.849Z] 0eae2285b678: Waiting [2025-07-07T09:11:55.849Z] d3ac315be8c5: Waiting [2025-07-07T09:11:55.849Z] 096b7ceb2af7: Waiting [2025-07-07T09:11:55.849Z] 36466aa92d05: Verifying Checksum [2025-07-07T09:11:55.849Z] 36466aa92d05: Download complete [2025-07-07T09:11:55.849Z] 096b7ceb2af7: Verifying Checksum [2025-07-07T09:11:55.849Z] 096b7ceb2af7: Download complete [2025-07-07T09:11:55.849Z] 4f4fb700ef54: Download complete [2025-07-07T09:11:55.849Z] 8213a616a21b: Verifying Checksum [2025-07-07T09:11:55.849Z] 8213a616a21b: Download complete [2025-07-07T09:11:55.849Z] 0a9a5dfd008f: Download complete [2025-07-07T09:11:56.111Z] 985586143405: Verifying Checksum [2025-07-07T09:11:56.111Z] 985586143405: Download complete [2025-07-07T09:11:56.111Z] 0a9a5dfd008f: Pull complete [2025-07-07T09:11:56.111Z] d3ac315be8c5: Verifying Checksum [2025-07-07T09:11:56.111Z] d3ac315be8c5: Download complete [2025-07-07T09:11:56.111Z] 36466aa92d05: Pull complete [2025-07-07T09:11:56.679Z] e10405b45d13: Download complete [2025-07-07T09:11:56.937Z] 0eae2285b678: Verifying Checksum [2025-07-07T09:11:56.937Z] 0eae2285b678: Download complete [2025-07-07T09:12:01.122Z] e10405b45d13: Pull complete [2025-07-07T09:12:01.122Z] 096b7ceb2af7: Pull complete [2025-07-07T09:12:01.122Z] 4f4fb700ef54: Pull complete [2025-07-07T09:12:01.122Z] 8213a616a21b: Pull complete [2025-07-07T09:12:01.122Z] 985586143405: Pull complete [2025-07-07T09:12:04.405Z] 0eae2285b678: Pull complete [2025-07-07T09:12:04.405Z] d3ac315be8c5: Pull complete [2025-07-07T09:12:04.405Z] Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-07T09:12:04.405Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-07T09:12:04.405Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-07-07T09:12:04.704Z] + docker build -t ci-base-image-x86_64 -f - . [2025-07-07T09:12:04.704Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-07T09:12:04.704Z] WORKDIR /edgex [2025-07-07T09:12:04.704Z] COPY go.mod . [2025-07-07T09:12:04.704Z] RUN go mod download [2025-07-07T09:12:05.270Z] #0 building with "default" instance using docker driver [2025-07-07T09:12:05.270Z] [2025-07-07T09:12:05.270Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:12:05.270Z] #1 transferring dockerfile: 164B done [2025-07-07T09:12:05.270Z] #1 DONE 0.0s [2025-07-07T09:12:05.270Z] [2025-07-07T09:12:05.270Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-07T09:12:05.270Z] #2 DONE 0.0s [2025-07-07T09:12:05.270Z] [2025-07-07T09:12:05.270Z] #3 [internal] load .dockerignore [2025-07-07T09:12:05.270Z] #3 transferring context: 50B done [2025-07-07T09:12:05.270Z] #3 DONE 0.0s [2025-07-07T09:12:05.270Z] [2025-07-07T09:12:05.270Z] #4 [internal] load build context [2025-07-07T09:12:05.270Z] #4 transferring context: 6.51kB done [2025-07-07T09:12:05.270Z] #4 DONE 0.0s [2025-07-07T09:12:05.270Z] [2025-07-07T09:12:05.273Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-07T09:12:05.531Z] #5 DONE 0.1s [2025-07-07T09:12:05.531Z] [2025-07-07T09:12:05.531Z] #6 [2/4] WORKDIR /edgex [2025-07-07T09:12:06.916Z] #6 DONE 1.3s [2025-07-07T09:12:06.916Z] [2025-07-07T09:12:06.916Z] #7 [3/4] COPY go.mod . [2025-07-07T09:12:06.916Z] #7 DONE 0.0s [2025-07-07T09:12:06.916Z] [2025-07-07T09:12:06.916Z] #8 [4/4] RUN go mod download [2025-07-07T09:12:10.174Z] Still waiting to schedule task [2025-07-07T09:12:10.175Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-07-07T09:12:28.942Z] #8 DONE 21.3s [2025-07-07T09:12:28.942Z] [2025-07-07T09:12:28.942Z] #9 exporting to image [2025-07-07T09:12:28.942Z] #9 exporting layers [2025-07-07T09:12:31.476Z] #9 exporting layers 3.4s done [2025-07-07T09:12:31.735Z] #9 writing image sha256:778252ba41fe6d9de562d33074acfb721b7ebe7958439f9f0fbafb615cbaf94a done [2025-07-07T09:12:31.735Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2025-07-07T09:12:31.735Z] #9 DONE 3.4s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:12:32.039Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-07T09:12:32.039Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-07T09:12:32.115Z] prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container [2025-07-07T09:12:32.131Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-07-07T09:12:32.389Z] $ docker top bac287eebfbbda1c35ab8c5d04905526ddcf78c6ca7efb816e5b1c5576f93555 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-07T09:12:32.740Z] + go version [2025-07-07T09:12:32.741Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-07-07T09:12:32.735Z] $ docker stop --time=1 bac287eebfbbda1c35ab8c5d04905526ddcf78c6ca7efb816e5b1c5576f93555 [2025-07-07T09:12:33.968Z] $ docker rm -f --volumes bac287eebfbbda1c35ab8c5d04905526ddcf78c6ca7efb816e5b1c5576f93555 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:12:34.406Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-07T09:12:34.406Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-07T09:12:34.480Z] prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container [2025-07-07T09:12:34.494Z] $ 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/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-07-07T09:12:34.710Z] $ docker top 2f26e05bf2776ae6e89c47a9ad99ac4025b198c0c1c70db76ade07f77c0d0c3e -eo pid,comm [Pipeline] { [Pipeline] echo [2025-07-07T09:12:34.792Z] ========================================================= [2025-07-07T09:12:34.792Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-07-07T09:12:34.792Z] ========================================================= [Pipeline] sh [2025-07-07T09:12:35.069Z] + git config --global --add safe.directory /w/workspace/edgex-go/869 [Pipeline] fileExists [Pipeline] sh [2025-07-07T09:12:35.370Z] + make test [2025-07-07T09:12:35.370Z] go test -race -coverprofile=coverage.out ./... [2025-07-07T09:12:43.483Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-07-07T09:13:05.382Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-07-07T09:13:05.382Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-07-07T09:13:05.382Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-07-07T09:13:05.382Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-07-07T09:13:05.382Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-07-07T09:13:05.382Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-07-07T09:13:05.382Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-07-07T09:13:05.640Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-07-07T09:13:05.640Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-07-07T09:13:05.640Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-07-07T09:13:05.640Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-07-07T09:13:05.640Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-07-07T09:13:05.640Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-07-07T09:13:05.640Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-07-07T09:13:05.640Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-07-07T09:13:05.640Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-07-07T09:13:05.640Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-07-07T09:13:07.014Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.031s coverage: 42.3% of statements [2025-07-07T09:13:07.014Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-07-07T09:13:07.014Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-07-07T09:13:07.271Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-07-07T09:13:07.271Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-07-07T09:13:07.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.042s coverage: 97.0% of statements [2025-07-07T09:13:08.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-07-07T09:13:08.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-07-07T09:13:08.463Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-07-07T09:13:08.463Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-07-07T09:13:08.463Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-07-07T09:13:08.463Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-07-07T09:13:08.463Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-07T09:13:08.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-07-07T09:13:08.463Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-07-07T09:13:08.463Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-07-07T09:13:09.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-07-07T09:13:09.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-07-07T09:13:09.838Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-07-07T09:13:09.838Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-07T09:13:09.838Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-07-07T09:13:09.838Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-07-07T09:13:11.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.045s coverage: 69.4% of statements [2025-07-07T09:13:11.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.024s coverage: 3.5% of statements [2025-07-07T09:13:11.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.055s coverage: 46.3% of statements [2025-07-07T09:13:11.239Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-07-07T09:13:11.239Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-07-07T09:13:11.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.238s coverage: 93.4% of statements [2025-07-07T09:13:11.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.039s coverage: 92.4% of statements [2025-07-07T09:13:12.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.050s coverage: 8.4% of statements [2025-07-07T09:13:13.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-07-07T09:13:13.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-07-07T09:13:13.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-07-07T09:13:13.486Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-07-07T09:13:13.486Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-07-07T09:13:13.486Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-07-07T09:13:13.486Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-07-07T09:13:13.486Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-07-07T09:13:13.486Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-07T09:13:13.486Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-07-07T09:13:13.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-07-07T09:13:13.486Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-07-07T09:13:13.486Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-07-07T09:13:13.486Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-07-07T09:13:14.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.352s coverage: 95.8% of statements [2025-07-07T09:13:14.925Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements [2025-07-07T09:13:15.183Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-07-07T09:13:15.183Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-07-07T09:13:15.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-07-07T09:13:15.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-07-07T09:13:15.183Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-07-07T09:13:15.183Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-07-07T09:13:16.123Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.036s coverage: 0.0% of statements [no tests to run] [2025-07-07T09:13:16.383Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.047s coverage: 1.0% of statements [2025-07-07T09:13:16.383Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.027s coverage: 38.1% of statements [2025-07-07T09:13:16.383Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.019s coverage: 81.1% of statements [2025-07-07T09:13:16.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.028s coverage: 40.0% of statements [2025-07-07T09:13:16.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.028s coverage: 87.1% of statements [2025-07-07T09:13:16.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.019s coverage: 94.1% of statements [2025-07-07T09:13:16.951Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-07-07T09:13:16.951Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-07-07T09:13:16.951Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-07-07T09:13:16.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.031s coverage: 96.3% of statements [2025-07-07T09:13:17.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-07-07T09:13:17.522Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-07-07T09:13:17.522Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-07-07T09:13:17.522Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-07-07T09:13:17.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.020s coverage: 87.5% of statements [2025-07-07T09:13:18.723Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-07-07T09:13:18.723Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-07-07T09:13:18.723Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-07-07T09:13:19.659Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-07-07T09:13:19.659Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-07-07T09:13:19.659Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-07-07T09:13:19.659Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-07-07T09:13:20.225Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-07-07T09:13:20.225Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-07-07T09:13:20.485Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-07-07T09:13:22.388Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-07-07T09:13:22.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-07-07T09:13:23.765Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-07-07T09:13:24.698Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-07-07T09:13:24.698Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-07-07T09:13:24.698Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-07-07T09:13:27.982Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-07-07T09:13:28.548Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-07-07T09:13:28.548Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-07-07T09:13:28.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-07-07T09:13:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-07-07T09:13:28.807Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-07T09:13:29.738Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.033s coverage: 94.4% of statements [2025-07-07T09:13:30.675Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-07-07T09:13:30.675Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-07-07T09:13:30.675Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-07-07T09:13:30.675Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-07-07T09:13:30.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-07-07T09:13:30.675Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-07-07T09:13:30.932Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-07-07T09:13:31.190Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-07-07T09:13:31.190Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-07-07T09:13:31.190Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-07-07T09:13:31.190Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-07-07T09:13:31.190Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-07-07T09:13:32.683Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-07-07T09:13:32.683Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-07-07T09:13:32.683Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-07-07T09:13:32.683Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-07-07T09:13:33.615Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-07-07T09:13:33.615Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-07-07T09:13:33.615Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-07-07T09:13:33.615Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-07T09:13:34.178Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-07-07T09:13:34.178Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-07-07T09:13:34.178Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-07-07T09:13:35.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-07-07T09:13:35.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-07-07T09:13:35.110Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.052s coverage: 92.9% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.023s coverage: 68.8% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.030s coverage: 87.2% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.027s coverage: 100.0% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.086s coverage: 81.8% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.077s coverage: 82.1% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.039s coverage: 6.8% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.048s coverage: 33.3% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.045s coverage: 100.0% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.166s coverage: 54.5% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.023s coverage: 73.7% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.023s coverage: 88.6% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.029s coverage: 96.8% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.143s coverage: 29.2% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.021s coverage: 93.8% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.027s coverage: 3.1% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.022s coverage: 76.2% of statements [2025-07-07T09:13:38.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.026s coverage: 54.0% of statements [2025-07-07T09:13:39.781Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.066s coverage: 17.0% of statements [2025-07-07T09:13:39.781Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.121s coverage: 94.9% of statements [2025-07-07T09:13:39.781Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.035s coverage: 9.0% of statements [2025-07-07T09:13:39.781Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.059s coverage: 97.7% of statements [2025-07-07T09:13:39.781Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.028s coverage: 43.6% of statements [2025-07-07T09:13:40.040Z] 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-07-07T09:13:40.298Z] running golangci-lint [2025-07-07T09:13:40.298Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-07-07T09:13:40.298Z] go version go1.23.9 linux/amd64 [2025-07-07T09:13:40.556Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-07-07T09:13:40.556Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-07-07T09:13:40.556Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-07-07T09:13:52.724Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4654 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-07-07T09:13:52.742Z] Running in /w/workspace/edgex-go/869 [Pipeline] { [Pipeline] checkout [2025-07-07T09:13:55.796Z] The recommended git tool is: git [2025-07-07T09:14:01.027Z] using credential edgex-jenkins-ssh [2025-07-07T09:14:01.051Z] Cloning the remote Git repository [2025-07-07T09:14:01.090Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-07-07T09:14:01.186Z] > git init /w/workspace/edgex-go/869 # timeout=10 [2025-07-07T09:14:01.316Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-07-07T09:14:01.317Z] > git --version # timeout=10 [2025-07-07T09:14:01.336Z] > git --version # 'git version 2.25.1' [2025-07-07T09:14:01.339Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-07-07T09:14:01.498Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-07T09:14:02.483Z] level=info msg="[loader] Go packages loading at mode 575 (files|imports|compiled_files|deps|exports_file|types_sizes|name) took 21.264373847s" [2025-07-07T09:14:02.483Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 46.410756ms" [2025-07-07T09:14:14.685Z] level=info msg="[linters_context/goanalysis] analyzers took 1m32.603619762s with top 10 stages: buildir: 51.77337511s, gosec: 3.906823706s, inspect: 3.019210422s, fact_deprecated: 2.534996219s, printf: 1.638082651s, ctrlflow: 1.490243178s, fact_purity: 1.18316488s, nilness: 1.139594669s, directives: 1.004823212s, S1038: 859.075646ms" [2025-07-07T09:14:14.685Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-07-07T09:14:14.685Z] level=info msg="[runner] Processors filtering stat (in/out): identifier_marker: 202/202, exclude-rules: 202/20, nolint: 20/0, cgo: 202/202, filename_unadjuster: 202/202, skip_dirs: 202/202, autogenerated_exclude: 202/202, exclude: 202/202, invalid_issue: 202/202, path_prettifier: 202/202, skip_files: 202/202" [2025-07-07T09:14:14.685Z] level=info msg="[runner] processing took 18.554143ms with stages: nolint: 8.781063ms, identifier_marker: 5.312013ms, exclude-rules: 1.577267ms, autogenerated_exclude: 1.203767ms, path_prettifier: 1.011798ms, skip_dirs: 609.598µs, cgo: 22.369µs, invalid_issue: 20.618µs, filename_unadjuster: 11.77µs, max_same_issues: 740ns, uniq_by_line: 430ns, fixer: 410ns, skip_files: 400ns, exclude: 340ns, max_from_linter: 320ns, sort_results: 250ns, path_shortener: 240ns, path_prefixer: 230ns, diff: 160ns, source_code: 150ns, max_per_file_from_linter: 120ns, severity-rules: 90ns" [2025-07-07T09:14:14.685Z] level=info msg="[runner] linters took 11.103960278s with stages: goanalysis_metalinter: 11.0853289s" [2025-07-07T09:14:14.685Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-07-07T09:14:14.685Z] level=info msg="Memory: 323 samples, avg is 288.8MB, max is 1412.7MB" [2025-07-07T09:14:14.685Z] level=info msg="Execution took 32.422757147s" [2025-07-07T09:14:14.685Z] go vet ./... [2025-07-07T09:14:19.336Z] Avoid second fetch [2025-07-07T09:14:19.336Z] Checking out Revision be3afd34a0939b584ecb71f8f8236fbacfd5fc29 (main) [2025-07-07T09:14:19.935Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-07T09:14:19.935Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-07T09:14:19.935Z] ./bin/test-attribution-txt.sh [2025-07-07T09:14:19.935Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-07-07T09:14:19.935Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-07-07T09:14:19.935Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-07-07T09:14:19.935Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-07-07T09:14:19.935Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-07-07T09:14:19.950Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-07-07T09:14:20.114Z] Commit message: "fix: Modify SendChangedReadingsOnly default value to false (#5205)" [2025-07-07T09:14:18.475Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-07-07T09:14:18.495Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-07T09:14:19.347Z] > git config core.sparsecheckout # timeout=10 [2025-07-07T09:14:19.405Z] > git checkout -f be3afd34a0939b584ecb71f8f8236fbacfd5fc29 # timeout=10 [2025-07-07T09:14:20.247Z] + ls -al . [2025-07-07T09:14:20.248Z] total 1996 [2025-07-07T09:14:20.248Z] drwxrwxr-x 11 1001 1001 4096 Jul 7 09:12 . [2025-07-07T09:14:20.248Z] drwxr-xr-x 4 root root 4096 Jul 7 09:12 .. [2025-07-07T09:14:20.248Z] drwxrwxr-x 2 1001 1001 4096 Jul 7 09:11 .blubracket [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 10 Jul 7 09:11 .dockerignore [2025-07-07T09:14:20.248Z] drwxrwxr-x 8 1001 1001 4096 Jul 7 09:13 .git [2025-07-07T09:14:20.248Z] drwxrwxr-x 3 1001 1001 4096 Jul 7 09:11 .github [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 909 Jul 7 09:11 .gitignore [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 218 Jul 7 09:11 .golangci.yml [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 100 Jul 7 09:11 .hadolint.yml [2025-07-07T09:14:20.248Z] drwxr-xr-x 3 1001 1001 4096 Jul 7 09:11 .semver [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 155 Jul 7 09:11 .sonarcloud.properties [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 1171 Jul 7 09:11 ADOPTERS.md [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 17374 Jul 7 09:11 Attribution.txt [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 108018 Jul 7 09:11 CHANGELOG.md [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 3804 Jul 7 09:11 CONTRIBUTING.md [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 677 Jul 7 09:11 GOVERNANCE.md [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 858 Jul 7 09:11 Jenkinsfile [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 10775 Jul 7 09:11 LICENSE [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 16740 Jul 7 09:11 Makefile [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 582 Jul 7 09:11 OWNERS.md [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 9932 Jul 7 09:11 README.md [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 789 Jul 7 09:11 SECURITY.md [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 12 Jul 7 09:11 VERSION [2025-07-07T09:14:20.248Z] drwxrwxr-x 2 1001 1001 4096 Jul 7 09:11 bin [2025-07-07T09:14:20.248Z] drwxrwxr-x 19 1001 1001 4096 Jul 7 09:11 cmd [2025-07-07T09:14:20.248Z] -rw-r--r-- 1 root root 1666030 Jul 7 09:13 coverage.out [2025-07-07T09:14:20.248Z] drwxrwxr-x 2 1001 1001 4096 Jul 7 09:11 fuzz_test [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 6474 Jul 7 09:11 go.mod [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 88358 Jul 7 09:11 go.sum [2025-07-07T09:14:20.248Z] drwxrwxr-x 7 1001 1001 4096 Jul 7 09:11 internal [2025-07-07T09:14:20.248Z] drwxrwxr-x 2 1001 1001 4096 Jul 7 09:11 openapi [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 584 Jul 7 09:11 security.txt [2025-07-07T09:14:20.248Z] -rw-rw-r-- 1 1001 1001 204 Jul 7 09:11 version.go [Pipeline] sh [2025-07-07T09:14:20.540Z] + '[' -e coverage.out ] [2025-07-07T09:14:20.540Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-07-07T09:14:20.683Z] Stashed 1 file(s) [Pipeline] sh [2025-07-07T09:14:20.965Z] + make build [2025-07-07T09:14:20.966Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-07T09:14:24.820Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-07-07T09:14:24.820Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-07T09:14:24.820Z] Dload Upload Total Spent Left Speed [2025-07-07T09:14:24.820Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 79169 0 --:--:-- --:--:-- --:--:-- 79169 [Pipeline] sh [2025-07-07T09:14:25.152Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-07-07T09:14:25.471Z] + sudo tee /etc/docker/daemon.new [2025-07-07T09:14:25.471Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-07-07T09:14:25.471Z] { [2025-07-07T09:14:25.471Z] "registry-mirrors": [ [2025-07-07T09:14:25.471Z] "https://nexus3.edgexfoundry.org:10001" [2025-07-07T09:14:25.471Z] ], [2025-07-07T09:14:25.471Z] "bip": "10.250.0.254/24", [2025-07-07T09:14:25.471Z] "hosts": [ [2025-07-07T09:14:25.471Z] "tcp://0.0.0.0:5555", [2025-07-07T09:14:25.471Z] "unix:///var/run/docker.sock" [2025-07-07T09:14:25.471Z] ], [2025-07-07T09:14:25.471Z] "mtu": 1458, [2025-07-07T09:14:25.471Z] "selinux-enabled": true, [2025-07-07T09:14:25.471Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-07-07T09:14:25.471Z] } [Pipeline] sh [2025-07-07T09:14:25.803Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-07-07T09:14:26.129Z] + sudo service docker restart [2025-07-07T09:14:42.880Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-07-07T09:14:42.880Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-07-07T09:14:43.448Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-07-07T09:14:44.015Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-07T09:14:44.402Z] provisioning config files... [2025-07-07T09:14:44.426Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/869@tmp/config18100212010378969121tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-07T09:14:44.858Z] ---> ****-login.sh [2025-07-07T09:14:44.858Z] nexus3.edgexfoundry.org:10001 [2025-07-07T09:14:45.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:14:45.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-07T09:14:45.393Z] Configure a credential helper to remove this warning. See [2025-07-07T09:14:45.393Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-07T09:14:45.393Z] [2025-07-07T09:14:45.393Z] Login Succeeded [2025-07-07T09:14:45.393Z] nexus3.edgexfoundry.org:10002 [2025-07-07T09:14:45.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:14:45.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-07T09:14:45.662Z] Configure a credential helper to remove this warning. See [2025-07-07T09:14:45.662Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-07T09:14:45.662Z] [2025-07-07T09:14:45.662Z] Login Succeeded [2025-07-07T09:14:45.662Z] nexus3.edgexfoundry.org:10003 [2025-07-07T09:14:45.914Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-07-07T09:14:45.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:14:46.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-07T09:14:46.200Z] Configure a credential helper to remove this warning. See [2025-07-07T09:14:46.200Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-07T09:14:46.200Z] [2025-07-07T09:14:46.200Z] Login Succeeded [2025-07-07T09:14:46.200Z] nexus3.edgexfoundry.org:10004 [2025-07-07T09:14:46.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:14:46.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-07T09:14:46.470Z] Configure a credential helper to remove this warning. See [2025-07-07T09:14:46.470Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-07T09:14:46.470Z] [2025-07-07T09:14:46.470Z] Login Succeeded [2025-07-07T09:14:46.470Z] ****.io [2025-07-07T09:14:46.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:14:47.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-07T09:14:47.007Z] Configure a credential helper to remove this warning. See [2025-07-07T09:14:47.007Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-07T09:14:47.007Z] [2025-07-07T09:14:47.007Z] Login Succeeded [2025-07-07T09:14:47.007Z] ---> ****-login.sh ends [Pipeline] } [2025-07-07T09:14:47.022Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-07-07T09:14:47.659Z] + git config --global --add safe.directory /w/workspace/edgex-go/869 [Pipeline] echo [2025-07-07T09:14:47.679Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-07T09:14:47.700Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-07T09:14:47.721Z] ========================================================= [2025-07-07T09:14:47.722Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-07-07T09:14:47.722Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-07-07T09:14:48.053Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-07T09:14:48.326Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-07-07T09:14:48.326Z] 94e9d8af2201: Pulling fs layer [2025-07-07T09:14:48.326Z] a6c56e8762df: Pulling fs layer [2025-07-07T09:14:48.326Z] f0f3c8884826: Pulling fs layer [2025-07-07T09:14:48.326Z] c7e7622c144d: Pulling fs layer [2025-07-07T09:14:48.326Z] 4f4fb700ef54: Pulling fs layer [2025-07-07T09:14:48.326Z] e8859aadc426: Pulling fs layer [2025-07-07T09:14:48.326Z] b4813487a9f6: Pulling fs layer [2025-07-07T09:14:48.326Z] 502a3d64fb4b: Pulling fs layer [2025-07-07T09:14:48.326Z] 4f4fb700ef54: Waiting [2025-07-07T09:14:48.326Z] e8859aadc426: Waiting [2025-07-07T09:14:48.326Z] c7e7622c144d: Waiting [2025-07-07T09:14:48.326Z] 502a3d64fb4b: Waiting [2025-07-07T09:14:48.326Z] b4813487a9f6: Waiting [2025-07-07T09:14:48.326Z] a6c56e8762df: Verifying Checksum [2025-07-07T09:14:48.326Z] a6c56e8762df: Download complete [2025-07-07T09:14:48.326Z] c7e7622c144d: Verifying Checksum [2025-07-07T09:14:48.326Z] c7e7622c144d: Download complete [2025-07-07T09:14:48.326Z] 4f4fb700ef54: Verifying Checksum [2025-07-07T09:14:48.326Z] 4f4fb700ef54: Download complete [2025-07-07T09:14:48.326Z] e8859aadc426: Download complete [2025-07-07T09:14:48.326Z] 94e9d8af2201: Download complete [2025-07-07T09:14:48.921Z] 502a3d64fb4b: Verifying Checksum [2025-07-07T09:14:48.921Z] 502a3d64fb4b: Download complete [2025-07-07T09:14:49.195Z] 94e9d8af2201: Pull complete [2025-07-07T09:14:49.787Z] a6c56e8762df: Pull complete [2025-07-07T09:14:50.056Z] f0f3c8884826: Verifying Checksum [2025-07-07T09:14:50.056Z] f0f3c8884826: Download complete [2025-07-07T09:14:50.097Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-07-07T09:14:51.021Z] b4813487a9f6: Download complete [2025-07-07T09:14:51.995Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-07-07T09:14:53.894Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-07-07T09:14:56.421Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-07-07T09:14:57.355Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-07-07T09:14:58.730Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-07-07T09:14:59.295Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-07-07T09:15:00.646Z] $ docker stop --time=1 2f26e05bf2776ae6e89c47a9ad99ac4025b198c0c1c70db76ade07f77c0d0c3e [2025-07-07T09:15:03.216Z] $ docker rm -f --volumes 2f26e05bf2776ae6e89c47a9ad99ac4025b198c0c1c70db76ade07f77c0d0c3e [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-07-07T09:15:04.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-07-07T09:15:04.431Z] [2025-07-07T09:15:04.431Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:15:04.730Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-07-07T09:15:04.731Z] latest: Pulling from edgex-devops/edgex-compose [2025-07-07T09:15:04.731Z] 91d30c5bc195: Pulling fs layer [2025-07-07T09:15:04.731Z] 2e9b0aa3be6d: Pulling fs layer [2025-07-07T09:15:04.731Z] 9c61dcf015f6: Pulling fs layer [2025-07-07T09:15:04.731Z] 4698f68db338: Pulling fs layer [2025-07-07T09:15:04.731Z] 2a2f49069b9e: Pulling fs layer [2025-07-07T09:15:04.731Z] e0025b399a48: Pulling fs layer [2025-07-07T09:15:04.731Z] 2a2f49069b9e: Waiting [2025-07-07T09:15:04.731Z] 4698f68db338: Waiting [2025-07-07T09:15:04.731Z] e0025b399a48: Waiting [2025-07-07T09:15:04.731Z] 91d30c5bc195: Verifying Checksum [2025-07-07T09:15:04.731Z] 91d30c5bc195: Download complete [2025-07-07T09:15:04.731Z] 4698f68db338: Verifying Checksum [2025-07-07T09:15:04.731Z] 4698f68db338: Download complete [2025-07-07T09:15:04.989Z] 91d30c5bc195: Pull complete [2025-07-07T09:15:04.989Z] 2e9b0aa3be6d: Verifying Checksum [2025-07-07T09:15:04.989Z] 2e9b0aa3be6d: Download complete [2025-07-07T09:15:04.989Z] e0025b399a48: Verifying Checksum [2025-07-07T09:15:04.989Z] e0025b399a48: Download complete [2025-07-07T09:15:04.989Z] 2a2f49069b9e: Download complete [2025-07-07T09:15:05.247Z] 2e9b0aa3be6d: Pull complete [2025-07-07T09:15:05.815Z] 9c61dcf015f6: Download complete [2025-07-07T09:15:06.029Z] f0f3c8884826: Pull complete [2025-07-07T09:15:06.029Z] c7e7622c144d: Pull complete [2025-07-07T09:15:06.029Z] 4f4fb700ef54: Pull complete [2025-07-07T09:15:06.029Z] e8859aadc426: Pull complete [2025-07-07T09:15:09.095Z] 9c61dcf015f6: Pull complete [2025-07-07T09:15:09.095Z] 4698f68db338: Pull complete [2025-07-07T09:15:09.354Z] 2a2f49069b9e: Pull complete [2025-07-07T09:15:09.354Z] e0025b399a48: Pull complete [2025-07-07T09:15:09.354Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-07-07T09:15:09.354Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-07-07T09:15:09.354Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-07T09:15:09.447Z] prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container [2025-07-07T09:15:09.439Z] $ 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/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-07-07T09:15:10.389Z] $ docker top f4647f920667080fbb4f14ba42827843b384f35741d9e678e16a2942c2ddfbdf -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-07T09:15:10.763Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-07-07T09:15:11.021Z] #1 [core-keeper internal] load build definition from Dockerfile [2025-07-07T09:15:11.021Z] #1 transferring dockerfile: 2.01kB done [2025-07-07T09:15:11.021Z] #1 DONE 0.1s [2025-07-07T09:15:11.021Z] [2025-07-07T09:15:11.021Z] #2 [security-bootstrapper internal] load build definition from Dockerfile [2025-07-07T09:15:11.021Z] #2 transferring dockerfile: 3.02kB done [2025-07-07T09:15:11.021Z] #2 DONE 0.1s [2025-07-07T09:15:11.021Z] [2025-07-07T09:15:11.021Z] #3 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-07-07T09:15:11.021Z] #3 transferring dockerfile: 1.89kB done [2025-07-07T09:15:11.021Z] #3 DONE 0.1s [2025-07-07T09:15:11.021Z] [2025-07-07T09:15:11.021Z] #4 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-07T09:15:11.021Z] #4 DONE 0.0s [2025-07-07T09:15:11.021Z] [2025-07-07T09:15:11.021Z] #5 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2025-07-07T09:15:11.021Z] #5 ... [2025-07-07T09:15:11.021Z] [2025-07-07T09:15:11.021Z] #6 [security-spire-agent internal] load build definition from Dockerfile [2025-07-07T09:15:11.021Z] #6 transferring dockerfile: 1.81kB done [2025-07-07T09:15:11.021Z] #6 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-07-07T09:15:11.021Z] #6 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2025-07-07T09:15:11.021Z] #6 DONE 0.1s [2025-07-07T09:15:11.021Z] [2025-07-07T09:15:11.021Z] #7 [security-spire-server internal] load build definition from Dockerfile [2025-07-07T09:15:11.021Z] #7 transferring dockerfile: 1.70kB done [2025-07-07T09:15:11.021Z] #7 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-07-07T09:15:11.021Z] #7 DONE 0.1s [2025-07-07T09:15:11.021Z] [2025-07-07T09:15:11.021Z] #8 [core-command internal] load build definition from Dockerfile [2025-07-07T09:15:11.021Z] #8 transferring dockerfile: 1.94kB done [2025-07-07T09:15:11.021Z] #8 DONE 0.1s [2025-07-07T09:15:11.021Z] [2025-07-07T09:15:11.021Z] #9 [security-proxy-setup internal] load build definition from Dockerfile [2025-07-07T09:15:11.021Z] #9 transferring dockerfile: 2.50kB done [2025-07-07T09:15:11.021Z] #9 DONE 0.2s [2025-07-07T09:15:11.021Z] [2025-07-07T09:15:11.021Z] #10 [security-secretstore-setup internal] load build definition from Dockerfile [2025-07-07T09:15:11.021Z] #10 transferring dockerfile: 2.49kB done [2025-07-07T09:15:11.021Z] #10 DONE 0.2s [2025-07-07T09:15:11.021Z] [2025-07-07T09:15:11.021Z] #11 [support-notifications internal] load build definition from Dockerfile [2025-07-07T09:15:11.021Z] #11 transferring dockerfile: 2.00kB done [2025-07-07T09:15:11.021Z] #11 DONE 0.2s [2025-07-07T09:15:11.021Z] [2025-07-07T09:15:11.021Z] #12 [security-proxy-auth internal] load build definition from Dockerfile [2025-07-07T09:15:11.021Z] #12 transferring dockerfile: 2.14kB done [2025-07-07T09:15:11.021Z] #12 DONE 0.2s [2025-07-07T09:15:11.021Z] [2025-07-07T09:15:11.021Z] #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-07-07T09:15:11.021Z] #13 transferring dockerfile: 2.23kB done [2025-07-07T09:15:11.021Z] #13 DONE 0.2s [2025-07-07T09:15:11.021Z] [2025-07-07T09:15:11.021Z] #14 [security-spire-config internal] load build definition from Dockerfile [2025-07-07T09:15:11.021Z] #14 transferring dockerfile: 1.69kB done [2025-07-07T09:15:11.021Z] #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-07-07T09:15:11.021Z] #14 DONE 0.2s [2025-07-07T09:15:11.021Z] [2025-07-07T09:15:11.021Z] #15 [core-metadata internal] load build definition from Dockerfile [2025-07-07T09:15:11.021Z] #15 transferring dockerfile: 2.10kB done [2025-07-07T09:15:11.021Z] #15 DONE 0.2s [2025-07-07T09:15:11.021Z] [2025-07-07T09:15:11.021Z] #4 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-07T09:15:11.021Z] #4 DONE 0.0s [2025-07-07T09:15:11.021Z] [2025-07-07T09:15:11.021Z] #16 [core-keeper internal] load .dockerignore [2025-07-07T09:15:11.021Z] #16 transferring context: 50B done [2025-07-07T09:15:11.021Z] #16 DONE 0.0s [2025-07-07T09:15:11.021Z] [2025-07-07T09:15:11.021Z] #5 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2025-07-07T09:15:11.278Z] #5 DONE 0.2s [2025-07-07T09:15:11.278Z] [2025-07-07T09:15:11.278Z] #17 [security-bootstrapper internal] load .dockerignore [2025-07-07T09:15:11.278Z] #17 transferring context: 50B done [2025-07-07T09:15:11.278Z] #17 DONE 0.1s [2025-07-07T09:15:11.278Z] [2025-07-07T09:15:11.278Z] #18 [security-spiffe-token-provider internal] load .dockerignore [2025-07-07T09:15:11.278Z] #18 transferring context: 50B done [2025-07-07T09:15:11.278Z] #18 DONE 0.1s [2025-07-07T09:15:11.278Z] [2025-07-07T09:15:11.278Z] #19 [core-command internal] load .dockerignore [2025-07-07T09:15:11.278Z] #19 transferring context: 50B done [2025-07-07T09:15:11.278Z] #19 DONE 0.1s [2025-07-07T09:15:11.278Z] [2025-07-07T09:15:11.278Z] #20 [security-proxy-setup internal] load .dockerignore [2025-07-07T09:15:11.278Z] #20 transferring context: 50B done [2025-07-07T09:15:11.278Z] #20 DONE 0.1s [2025-07-07T09:15:11.278Z] [2025-07-07T09:15:11.278Z] #21 [security-secretstore-setup internal] load .dockerignore [2025-07-07T09:15:11.278Z] #21 transferring context: 50B done [2025-07-07T09:15:11.278Z] #21 DONE 0.1s [2025-07-07T09:15:11.278Z] [2025-07-07T09:15:11.278Z] #22 [support-notifications internal] load .dockerignore [2025-07-07T09:15:11.278Z] #22 transferring context: 50B done [2025-07-07T09:15:11.278Z] #22 DONE 0.1s [2025-07-07T09:15:11.278Z] [2025-07-07T09:15:11.278Z] #23 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-07T09:15:11.278Z] #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-07T09:15:11.278Z] #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-07T09:15:11.278Z] #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-07T09:15:11.278Z] #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-07T09:15:11.278Z] #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-07T09:15:11.278Z] #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-07T09:15:11.278Z] #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-07T09:15:11.278Z] #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-07T09:15:11.278Z] #23 DONE 0.1s [2025-07-07T09:15:11.278Z] [2025-07-07T09:15:11.278Z] #24 [support-notifications builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-07T09:15:11.537Z] #24 ... [2025-07-07T09:15:11.537Z] [2025-07-07T09:15:11.537Z] #25 [security-proxy-auth internal] load .dockerignore [2025-07-07T09:15:11.537Z] #25 transferring context: 50B 0.0s done [2025-07-07T09:15:11.537Z] #25 DONE 0.4s [2025-07-07T09:15:11.537Z] [2025-07-07T09:15:11.537Z] #23 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-07T09:15:11.537Z] #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-07T09:15:11.537Z] #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-07T09:15:11.537Z] #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-07T09:15:11.537Z] #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-07T09:15:11.537Z] #23 DONE 0.1s [2025-07-07T09:15:11.537Z] [2025-07-07T09:15:11.537Z] #26 [core-common-config-bootstrapper internal] load .dockerignore [2025-07-07T09:15:11.537Z] #26 transferring context: 50B done [2025-07-07T09:15:11.537Z] #26 DONE 0.4s [2025-07-07T09:15:11.537Z] [2025-07-07T09:15:11.537Z] #27 [core-metadata internal] load .dockerignore [2025-07-07T09:15:11.537Z] #27 transferring context: 50B 0.0s done [2025-07-07T09:15:11.537Z] #27 DONE 0.4s [2025-07-07T09:15:11.537Z] [2025-07-07T09:15:11.537Z] #24 [core-metadata builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-07T09:15:11.794Z] #24 DONE 0.5s [2025-07-07T09:15:11.794Z] [2025-07-07T09:15:11.794Z] #28 [security-proxy-setup builder 2/8] WORKDIR /edgex-go [2025-07-07T09:15:12.690Z] b4813487a9f6: Pull complete [2025-07-07T09:15:14.647Z] 502a3d64fb4b: Pull complete [2025-07-07T09:15:14.647Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-07-07T09:15:14.647Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-07T09:15:14.647Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-07-07T09:15:14.982Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-07T09:15:14.982Z] WORKDIR /edgex [2025-07-07T09:15:14.982Z] COPY go.mod . [2025-07-07T09:15:14.982Z] RUN go mod download [2025-07-07T09:15:14.982Z] + docker build -t ci-base-image-arm64 -f - . [2025-07-07T09:15:15.570Z] Sending build context to Docker daemon 3.708MB [2025-07-07T09:15:15.570Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-07T09:15:15.570Z] ---> 3bb21d53e231 [2025-07-07T09:15:15.570Z] Step 2/4 : WORKDIR /edgex [2025-07-07T09:15:15.989Z] #28 DONE 4.2s [2025-07-07T09:15:15.989Z] [2025-07-07T09:15:15.989Z] #29 [core-common-config-bootstrapper internal] load build context [2025-07-07T09:15:16.555Z] #29 transferring context: 342.06MB 4.8s [2025-07-07T09:15:16.814Z] #29 ... [2025-07-07T09:15:16.814Z] [2025-07-07T09:15:16.814Z] #30 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-07T09:15:16.814Z] #30 DONE 5.6s [2025-07-07T09:15:16.814Z] [2025-07-07T09:15:16.814Z] #31 [security-spiffe-token-provider internal] load build context [2025-07-07T09:15:17.071Z] #31 ... [2025-07-07T09:15:17.071Z] [2025-07-07T09:15:17.071Z] #29 [core-common-config-bootstrapper internal] load build context [2025-07-07T09:15:17.538Z] ---> Running in 609dc4081837 [2025-07-07T09:15:17.806Z] Removing intermediate container 609dc4081837 [2025-07-07T09:15:17.806Z] ---> 58dd9fef2dcd [2025-07-07T09:15:17.806Z] Step 3/4 : COPY go.mod . [2025-07-07T09:15:18.075Z] ---> 57ab27f02d3e [2025-07-07T09:15:18.075Z] Step 4/4 : RUN go mod download [2025-07-07T09:15:18.350Z] ---> Running in ee3050ac82de [2025-07-07T09:15:18.447Z] #29 transferring context: 508.37MB 6.7s done [2025-07-07T09:15:21.030Z] #29 ... [2025-07-07T09:15:21.030Z] [2025-07-07T09:15:21.030Z] #32 [core-keeper internal] load build context [2025-07-07T09:15:21.030Z] #32 transferring context: 508.37MB 7.3s done [2025-07-07T09:15:21.289Z] #32 ... [2025-07-07T09:15:21.289Z] [2025-07-07T09:15:21.289Z] #33 [core-command internal] load build context [2025-07-07T09:15:21.289Z] #33 transferring context: 508.37MB 7.0s done [2025-07-07T09:15:21.584Z] #33 ... [2025-07-07T09:15:21.584Z] [2025-07-07T09:15:21.584Z] #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-07-07T09:15:21.584Z] #34 ... [2025-07-07T09:15:21.584Z] [2025-07-07T09:15:21.584Z] #35 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-07-07T09:15:21.584Z] #0 0.454 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:21.584Z] #0 3.103 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:21.584Z] #0 3.485 (1/4) Installing ca-certificates (20241121-r1) [2025-07-07T09:15:21.584Z] #0 3.500 (2/4) Installing dumb-init (1.2.5-r3) [2025-07-07T09:15:21.584Z] #0 3.508 (3/4) Installing su-exec (0.2-r3) [2025-07-07T09:15:21.584Z] #0 3.513 (4/4) Installing yq-go (4.44.1-r2) [2025-07-07T09:15:21.584Z] #0 3.596 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:15:21.584Z] #0 3.610 Executing ca-certificates-20241121-r1.trigger [2025-07-07T09:15:21.584Z] #0 3.674 OK: 19 MiB in 18 packages [2025-07-07T09:15:21.842Z] #35 ... [2025-07-07T09:15:21.842Z] [2025-07-07T09:15:21.842Z] #36 [security-bootstrapper internal] load build context [2025-07-07T09:15:21.842Z] #36 transferring context: 508.37MB 7.3s done [2025-07-07T09:15:21.842Z] #36 ... [2025-07-07T09:15:21.842Z] [2025-07-07T09:15:21.842Z] #37 [core-metadata internal] load build context [2025-07-07T09:15:21.842Z] #37 transferring context: 508.37MB 7.0s done [2025-07-07T09:15:22.101Z] #37 ... [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #38 [support-notifications internal] load build context [2025-07-07T09:15:22.101Z] #38 transferring context: 508.37MB 6.6s done [2025-07-07T09:15:22.101Z] #38 DONE 10.7s [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #39 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-07T09:15:22.101Z] #0 1.871 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:22.101Z] #0 3.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:22.101Z] #0 3.465 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-07T09:15:22.101Z] #0 3.465 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-07T09:15:22.101Z] #0 3.465 OK: 24171 distinct packages available [2025-07-07T09:15:22.101Z] #0 3.515 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:22.101Z] #0 3.622 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:22.101Z] #0 3.929 (1/14) Installing ca-certificates (20241121-r1) [2025-07-07T09:15:22.101Z] #0 3.947 (2/14) Installing brotli-libs (1.1.0-r2) [2025-07-07T09:15:22.101Z] #0 3.960 (3/14) Installing c-ares (1.33.1-r0) [2025-07-07T09:15:22.101Z] #0 3.966 (4/14) Installing libunistring (1.2-r0) [2025-07-07T09:15:22.101Z] #0 3.981 (5/14) Installing libidn2 (2.3.7-r0) [2025-07-07T09:15:22.101Z] #0 3.986 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-07-07T09:15:22.101Z] #0 3.993 (7/14) Installing libpsl (0.21.5-r1) [2025-07-07T09:15:22.101Z] #0 3.995 (8/14) Installing zstd-libs (1.5.6-r0) [2025-07-07T09:15:22.101Z] #0 4.026 (9/14) Installing libcurl (8.12.1-r0) [2025-07-07T09:15:22.101Z] #0 4.037 (10/14) Installing curl (8.12.1-r0) [2025-07-07T09:15:22.101Z] #0 4.044 (11/14) Installing dumb-init (1.2.5-r3) [2025-07-07T09:15:22.101Z] #0 4.050 (12/14) Installing musl-obstack (1.2.3-r2) [2025-07-07T09:15:22.101Z] #0 4.050 (13/14) Installing libucontext (1.2-r3) [2025-07-07T09:15:22.101Z] #0 4.053 (14/14) Installing gcompat (1.1.0-r4) [2025-07-07T09:15:22.101Z] #0 4.059 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:15:22.101Z] #0 4.067 Executing ca-certificates-20241121-r1.trigger [2025-07-07T09:15:22.101Z] #0 4.099 OK: 13 MiB in 28 packages [2025-07-07T09:15:22.101Z] #39 DONE 10.7s [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #40 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-07-07T09:15:22.101Z] #0 2.060 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:22.101Z] #0 3.101 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:22.101Z] #0 3.601 (1/7) Installing ca-certificates (20241121-r1) [2025-07-07T09:15:22.101Z] #0 3.623 (2/7) Installing dumb-init (1.2.5-r3) [2025-07-07T09:15:22.101Z] #0 3.628 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-07-07T09:15:22.101Z] #0 3.633 (4/7) Installing libsodium (1.0.19-r0) [2025-07-07T09:15:22.101Z] #0 3.645 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-07-07T09:15:22.101Z] #0 3.663 (6/7) Installing libzmq (4.3.5-r2) [2025-07-07T09:15:22.101Z] #0 3.677 (7/7) Installing zeromq (4.3.5-r2) [2025-07-07T09:15:22.101Z] #0 3.689 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:15:22.101Z] #0 4.013 Executing ca-certificates-20241121-r1.trigger [2025-07-07T09:15:22.101Z] #0 4.081 OK: 12 MiB in 21 packages [2025-07-07T09:15:22.101Z] #40 DONE 10.7s [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #41 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-07-07T09:15:22.101Z] #0 1.432 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:22.101Z] #0 3.104 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:22.101Z] #0 3.467 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-07T09:15:22.101Z] #0 3.477 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:15:22.101Z] #0 3.497 OK: 8 MiB in 15 packages [2025-07-07T09:15:22.101Z] #41 DONE 10.7s [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #42 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-07-07T09:15:22.101Z] #0 1.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:22.101Z] #0 3.110 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:22.101Z] #0 3.501 (1/2) Installing dumb-init (1.2.5-r3) [2025-07-07T09:15:22.101Z] #0 3.506 (2/2) Installing su-exec (0.2-r3) [2025-07-07T09:15:22.101Z] #0 3.511 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:15:22.101Z] #0 3.519 OK: 8 MiB in 16 packages [2025-07-07T09:15:22.101Z] #42 DONE 10.7s [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #35 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-07-07T09:15:22.101Z] #35 DONE 10.8s [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #43 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-07-07T09:15:22.101Z] #0 1.138 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:22.101Z] #0 3.114 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:22.101Z] #0 3.522 (1/4) Installing dumb-init (1.2.5-r3) [2025-07-07T09:15:22.101Z] #0 3.523 (2/4) Installing openssl (3.3.3-r0) [2025-07-07T09:15:22.101Z] #0 3.562 (3/4) Installing su-exec (0.2-r3) [2025-07-07T09:15:22.101Z] #0 3.562 (4/4) Installing yq-go (4.44.1-r2) [2025-07-07T09:15:22.101Z] #0 3.648 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:15:22.101Z] #0 3.684 OK: 19 MiB in 18 packages [2025-07-07T09:15:22.101Z] #43 DONE 10.8s [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #44 [core-data internal] load build definition from Dockerfile [2025-07-07T09:15:22.101Z] #44 transferring dockerfile: 2.04kB done [2025-07-07T09:15:22.101Z] #44 DONE 8.1s [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #33 [core-command internal] load build context [2025-07-07T09:15:22.101Z] #33 DONE 10.8s [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #4 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-07T09:15:22.101Z] #4 DONE 0.0s [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #29 [core-common-config-bootstrapper internal] load build context [2025-07-07T09:15:22.101Z] #29 DONE 10.4s [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #45 [security-secretstore-setup internal] load build context [2025-07-07T09:15:22.101Z] #45 transferring context: 508.37MB 7.1s done [2025-07-07T09:15:22.101Z] #45 DONE 10.8s [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #32 [core-keeper internal] load build context [2025-07-07T09:15:22.101Z] #32 DONE 10.9s [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #36 [security-bootstrapper internal] load build context [2025-07-07T09:15:22.101Z] #36 DONE 10.8s [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #46 [security-proxy-setup internal] load build context [2025-07-07T09:15:22.101Z] #46 transferring context: 508.37MB 7.2s done [2025-07-07T09:15:22.101Z] #46 DONE 10.8s [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #47 [security-proxy-auth internal] load build context [2025-07-07T09:15:22.101Z] #47 transferring context: 508.37MB 7.0s done [2025-07-07T09:15:22.101Z] #47 DONE 10.5s [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #48 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-07-07T09:15:22.101Z] #48 ... [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #31 [security-spiffe-token-provider internal] load build context [2025-07-07T09:15:22.101Z] #31 transferring context: 508.37MB 8.7s done [2025-07-07T09:15:22.101Z] #31 DONE 10.9s [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #37 [core-metadata internal] load build context [2025-07-07T09:15:22.101Z] #37 DONE 10.4s [2025-07-07T09:15:22.101Z] [2025-07-07T09:15:22.101Z] #49 [support-scheduler internal] load build definition from Dockerfile [2025-07-07T09:15:22.101Z] #49 transferring dockerfile: 1.83kB done [2025-07-07T09:15:22.102Z] #49 DONE 8.1s [2025-07-07T09:15:22.102Z] [2025-07-07T09:15:22.102Z] #4 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-07T09:15:22.102Z] #4 DONE 0.0s [2025-07-07T09:15:22.102Z] [2025-07-07T09:15:22.102Z] #5 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2025-07-07T09:15:22.102Z] #5 DONE 0.2s [2025-07-07T09:15:22.102Z] [2025-07-07T09:15:22.102Z] #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-07-07T09:15:22.102Z] #34 DONE 11.1s [2025-07-07T09:15:22.102Z] [2025-07-07T09:15:22.102Z] #50 [support-scheduler internal] load .dockerignore [2025-07-07T09:15:22.361Z] #50 transferring context: 50B done [2025-07-07T09:15:22.361Z] #50 DONE 0.1s [2025-07-07T09:15:22.361Z] [2025-07-07T09:15:22.361Z] #23 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-07T09:15:22.361Z] #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-07T09:15:22.361Z] #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-07T09:15:22.361Z] #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-07T09:15:22.361Z] #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-07T09:15:22.361Z] #23 DONE 0.1s [2025-07-07T09:15:22.361Z] [2025-07-07T09:15:22.361Z] #24 [core-data builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-07T09:15:22.361Z] #24 DONE 0.5s [2025-07-07T09:15:22.361Z] [2025-07-07T09:15:22.361Z] #28 [core-data builder 2/8] WORKDIR /edgex-go [2025-07-07T09:15:22.361Z] #28 DONE 4.2s [2025-07-07T09:15:22.361Z] [2025-07-07T09:15:22.361Z] #51 [core-data internal] load .dockerignore [2025-07-07T09:15:22.361Z] #51 transferring context: 50B done [2025-07-07T09:15:22.361Z] #51 DONE 0.2s [2025-07-07T09:15:22.361Z] [2025-07-07T09:15:22.361Z] #52 [support-scheduler internal] load build context [2025-07-07T09:15:22.361Z] #52 ... [2025-07-07T09:15:22.361Z] [2025-07-07T09:15:22.361Z] #23 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-07T09:15:22.361Z] #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-07T09:15:22.361Z] #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-07T09:15:22.361Z] #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-07T09:15:22.361Z] #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-07T09:15:22.361Z] #23 DONE 0.1s [2025-07-07T09:15:22.361Z] [2025-07-07T09:15:22.361Z] #48 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-07-07T09:15:22.361Z] #48 DONE 11.2s [2025-07-07T09:15:22.361Z] [2025-07-07T09:15:22.361Z] #53 [security-spire-config internal] load .dockerignore [2025-07-07T09:15:22.361Z] #53 transferring context: 50B done [2025-07-07T09:15:22.361Z] #53 DONE 0.0s [2025-07-07T09:15:22.361Z] [2025-07-07T09:15:22.361Z] #54 [security-spire-agent internal] load .dockerignore [2025-07-07T09:15:22.361Z] #54 transferring context: 50B done [2025-07-07T09:15:22.361Z] #54 DONE 0.1s [2025-07-07T09:15:22.361Z] [2025-07-07T09:15:22.361Z] #55 [security-spire-server internal] load .dockerignore [2025-07-07T09:15:22.361Z] #55 transferring context: 50B done [2025-07-07T09:15:22.361Z] #55 DONE 0.1s [2025-07-07T09:15:22.361Z] [2025-07-07T09:15:22.361Z] #52 [support-scheduler internal] load build context [2025-07-07T09:15:22.361Z] #52 ... [2025-07-07T09:15:22.361Z] [2025-07-07T09:15:22.361Z] #23 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-07T09:15:22.361Z] #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-07T09:15:22.361Z] #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-07T09:15:22.361Z] #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-07T09:15:22.361Z] #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-07T09:15:22.361Z] #23 DONE 0.1s [2025-07-07T09:15:22.361Z] [2025-07-07T09:15:22.361Z] #56 [security-spire-config internal] load build context [2025-07-07T09:15:22.361Z] #56 transferring context: 22.05kB 0.0s done [2025-07-07T09:15:22.361Z] #56 DONE 0.1s [2025-07-07T09:15:22.361Z] [2025-07-07T09:15:22.361Z] #52 [support-scheduler internal] load build context [2025-07-07T09:15:22.619Z] #52 ... [2025-07-07T09:15:22.619Z] [2025-07-07T09:15:22.619Z] #57 [security-spire-server internal] load build context [2025-07-07T09:15:22.619Z] #57 transferring context: 23.80kB 0.0s done [2025-07-07T09:15:22.619Z] #57 DONE 0.2s [2025-07-07T09:15:22.619Z] [2025-07-07T09:15:22.619Z] #58 [security-spire-agent internal] load build context [2025-07-07T09:15:22.619Z] #58 transferring context: 23.33kB 0.0s done [2025-07-07T09:15:22.619Z] #58 DONE 0.2s [2025-07-07T09:15:22.619Z] [2025-07-07T09:15:22.619Z] #52 [support-scheduler internal] load build context [2025-07-07T09:15:22.883Z] #52 ... [2025-07-07T09:15:22.883Z] [2025-07-07T09:15:22.883Z] #59 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-07T09:15:22.883Z] #59 DONE 6.7s [2025-07-07T09:15:22.883Z] [2025-07-07T09:15:22.883Z] #52 [support-scheduler internal] load build context [2025-07-07T09:15:23.144Z] #52 ... [2025-07-07T09:15:23.144Z] [2025-07-07T09:15:23.144Z] #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-07-07T09:15:23.144Z] #0 6.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:23.144Z] #0 6.340 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:23.144Z] #0 6.660 OK: 248 MiB in 58 packages [2025-07-07T09:15:23.144Z] #60 DONE 7.0s [2025-07-07T09:15:23.144Z] [2025-07-07T09:15:23.144Z] #52 [support-scheduler internal] load build context [2025-07-07T09:15:23.710Z] #52 ... [2025-07-07T09:15:23.710Z] [2025-07-07T09:15:23.710Z] #61 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-07-07T09:15:23.710Z] #0 0.990 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:23.710Z] #0 1.090 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:23.710Z] #0 1.406 OK: 8 MiB in 16 packages [2025-07-07T09:15:23.710Z] #61 DONE 1.6s [2025-07-07T09:15:23.710Z] [2025-07-07T09:15:23.710Z] #52 [support-scheduler internal] load build context [2025-07-07T09:15:23.710Z] #52 ... [2025-07-07T09:15:23.710Z] [2025-07-07T09:15:23.710Z] #62 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-07-07T09:15:23.710Z] #0 0.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:23.710Z] #0 0.966 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:23.710Z] #0 1.234 OK: 13 MiB in 28 packages [2025-07-07T09:15:23.710Z] #62 DONE 1.6s [2025-07-07T09:15:23.710Z] [2025-07-07T09:15:23.710Z] #52 [support-scheduler internal] load build context [2025-07-07T09:15:23.970Z] #52 ... [2025-07-07T09:15:23.970Z] [2025-07-07T09:15:23.970Z] #63 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade [2025-07-07T09:15:23.970Z] #0 0.996 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:23.970Z] #0 1.079 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:23.970Z] #0 1.375 OK: 8 MiB in 15 packages [2025-07-07T09:15:23.970Z] #63 DONE 1.8s [2025-07-07T09:15:23.970Z] [2025-07-07T09:15:23.970Z] #64 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-07T09:15:23.970Z] #0 6.347 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:23.970Z] #0 6.448 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:23.970Z] #0 6.767 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-07T09:15:23.970Z] #0 6.767 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-07T09:15:23.970Z] #0 6.767 OK: 24171 distinct packages available [2025-07-07T09:15:23.970Z] #0 6.818 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:23.970Z] #0 6.905 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:23.970Z] #0 7.221 OK: 248 MiB in 58 packages [2025-07-07T09:15:23.970Z] #64 DONE 7.6s [2025-07-07T09:15:23.970Z] [2025-07-07T09:15:23.970Z] #65 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:15:23.970Z] #65 DONE 0.6s [2025-07-07T09:15:23.970Z] [2025-07-07T09:15:23.970Z] #52 [support-scheduler internal] load build context [2025-07-07T09:15:24.228Z] #52 ... [2025-07-07T09:15:24.228Z] [2025-07-07T09:15:24.228Z] #66 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:15:24.228Z] #66 DONE 0.5s [2025-07-07T09:15:24.228Z] [2025-07-07T09:15:24.228Z] #67 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-07-07T09:15:24.228Z] #0 1.702 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:24.228Z] #0 1.793 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:24.228Z] #0 2.069 OK: 19 MiB in 18 packages [2025-07-07T09:15:24.228Z] #67 DONE 2.2s [2025-07-07T09:15:24.228Z] [2025-07-07T09:15:24.228Z] #52 [support-scheduler internal] load build context [2025-07-07T09:15:24.485Z] #52 ... [2025-07-07T09:15:24.485Z] [2025-07-07T09:15:24.485Z] #68 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-07-07T09:15:24.485Z] #0 7.576 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:24.485Z] #0 7.651 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:24.485Z] #0 7.981 OK: 248 MiB in 58 packages [2025-07-07T09:15:24.485Z] #68 DONE 8.3s [2025-07-07T09:15:24.485Z] [2025-07-07T09:15:24.485Z] #52 [support-scheduler internal] load build context [2025-07-07T09:15:24.485Z] #52 ... [2025-07-07T09:15:24.485Z] [2025-07-07T09:15:24.485Z] #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-07-07T09:15:24.485Z] #0 1.463 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:24.485Z] #0 1.576 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:24.485Z] #0 1.934 OK: 248 MiB in 58 packages [2025-07-07T09:15:24.485Z] #69 DONE 2.4s [2025-07-07T09:15:24.743Z] [2025-07-07T09:15:24.743Z] #70 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-07T09:15:24.743Z] #0 1.464 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:24.744Z] #0 1.559 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:24.744Z] #0 1.917 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-07T09:15:24.744Z] #0 1.933 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:15:24.744Z] #0 1.933 OK: 8 MiB in 15 packages [2025-07-07T09:15:24.744Z] #70 DONE 2.4s [2025-07-07T09:15:24.744Z] [2025-07-07T09:15:24.744Z] #71 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-07-07T09:15:24.744Z] #0 7.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:24.744Z] #0 7.684 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:24.744Z] #0 8.176 OK: 248 MiB in 58 packages [2025-07-07T09:15:24.744Z] #71 DONE 8.6s [2025-07-07T09:15:24.744Z] [2025-07-07T09:15:24.744Z] #72 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:15:24.744Z] #72 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-07-07T09:15:24.744Z] #72 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-07-07T09:15:24.744Z] #72 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-07-07T09:15:24.744Z] #72 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-07-07T09:15:24.744Z] #72 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-07-07T09:15:24.744Z] #72 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done [2025-07-07T09:15:24.744Z] #72 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.3s done [2025-07-07T09:15:24.744Z] #72 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-07-07T09:15:24.744Z] #72 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-07-07T09:15:24.744Z] #72 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.1s done [2025-07-07T09:15:24.744Z] #72 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-07-07T09:15:24.744Z] #72 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0.8s [2025-07-07T09:15:24.744Z] #72 ... [2025-07-07T09:15:24.744Z] [2025-07-07T09:15:24.744Z] #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-07-07T09:15:24.744Z] #0 1.805 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:24.744Z] #0 1.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:24.744Z] #0 2.325 OK: 19 MiB in 18 packages [2025-07-07T09:15:24.744Z] #73 DONE 2.8s [2025-07-07T09:15:24.744Z] [2025-07-07T09:15:24.744Z] #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-07-07T09:15:24.744Z] #0 1.727 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:24.744Z] #0 1.822 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:24.744Z] #0 2.228 OK: 12 MiB in 21 packages [2025-07-07T09:15:24.744Z] #74 DONE 2.8s [2025-07-07T09:15:24.744Z] [2025-07-07T09:15:24.744Z] #72 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:15:25.001Z] #72 ... [2025-07-07T09:15:25.001Z] [2025-07-07T09:15:25.001Z] #75 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-07-07T09:15:25.001Z] #0 1.464 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:25.001Z] #0 1.580 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:25.001Z] #0 2.141 (1/3) Installing ca-certificates (20241121-r1) [2025-07-07T09:15:25.001Z] #0 2.155 (2/3) Installing dumb-init (1.2.5-r3) [2025-07-07T09:15:25.001Z] #0 2.162 (3/3) Installing tzdata (2025b-r0) [2025-07-07T09:15:25.001Z] #0 2.229 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:15:25.001Z] #0 2.235 Executing ca-certificates-20241121-r1.trigger [2025-07-07T09:15:25.001Z] #0 2.278 OK: 10 MiB in 17 packages [2025-07-07T09:15:25.001Z] #75 DONE 2.7s [2025-07-07T09:15:25.001Z] [2025-07-07T09:15:25.001Z] #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-07-07T09:15:25.001Z] #0 5.655 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:25.001Z] #0 6.112 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:25.001Z] #0 6.865 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-07T09:15:25.001Z] #0 7.169 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:15:25.001Z] #0 7.175 OK: 8 MiB in 15 packages [2025-07-07T09:15:25.001Z] #76 DONE 7.7s [2025-07-07T09:15:25.001Z] [2025-07-07T09:15:25.001Z] #72 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:15:25.566Z] #72 ... [2025-07-07T09:15:25.566Z] [2025-07-07T09:15:25.566Z] #77 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-07-07T09:15:25.566Z] #77 DONE 1.2s [2025-07-07T09:15:25.566Z] [2025-07-07T09:15:25.566Z] #72 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:15:25.827Z] #72 ... [2025-07-07T09:15:25.827Z] [2025-07-07T09:15:25.827Z] #78 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-07T09:15:25.827Z] #0 1.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:25.827Z] #0 1.648 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:25.827Z] #0 2.062 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-07T09:15:25.827Z] #0 2.062 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-07T09:15:25.827Z] #0 2.062 OK: 24171 distinct packages available [2025-07-07T09:15:25.827Z] #0 2.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:25.827Z] #0 2.284 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:25.827Z] #0 2.622 (1/4) Installing dumb-init (1.2.5-r3) [2025-07-07T09:15:25.827Z] #0 2.628 (2/4) Installing musl-obstack (1.2.3-r2) [2025-07-07T09:15:25.827Z] #0 2.632 (3/4) Installing libucontext (1.2-r3) [2025-07-07T09:15:25.827Z] #0 2.634 (4/4) Installing gcompat (1.1.0-r4) [2025-07-07T09:15:25.827Z] #0 2.641 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:15:25.827Z] #0 2.645 OK: 8 MiB in 18 packages [2025-07-07T09:15:25.827Z] #78 DONE 3.5s [2025-07-07T09:15:25.827Z] [2025-07-07T09:15:25.827Z] #72 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:15:26.086Z] #72 ... [2025-07-07T09:15:26.086Z] [2025-07-07T09:15:26.086Z] #79 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:15:26.086Z] #79 DONE 1.5s [2025-07-07T09:15:26.086Z] [2025-07-07T09:15:26.086Z] #80 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:15:26.086Z] #80 DONE 1.3s [2025-07-07T09:15:26.086Z] [2025-07-07T09:15:26.086Z] #72 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:15:26.086Z] #72 ... [2025-07-07T09:15:26.086Z] [2025-07-07T09:15:26.086Z] #81 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-07T09:15:26.086Z] #81 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done [2025-07-07T09:15:26.086Z] #81 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-07-07T09:15:26.086Z] #81 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-07-07T09:15:26.086Z] #81 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-07-07T09:15:26.086Z] #81 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.0s done [2025-07-07T09:15:26.086Z] #81 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-07-07T09:15:26.086Z] #81 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-07-07T09:15:26.086Z] #81 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.3s done [2025-07-07T09:15:26.086Z] #81 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-07-07T09:15:26.086Z] #81 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.9s done [2025-07-07T09:15:26.086Z] #81 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.4s done [2025-07-07T09:15:26.086Z] #81 DONE 3.7s [2025-07-07T09:15:26.086Z] [2025-07-07T09:15:26.086Z] #72 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:15:26.342Z] #72 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.6s done [2025-07-07T09:15:26.599Z] #72 ... [2025-07-07T09:15:26.599Z] [2025-07-07T09:15:26.599Z] #82 [core-data internal] load build context [2025-07-07T09:15:26.599Z] #82 transferring context: 508.37MB 4.2s done [2025-07-07T09:15:26.599Z] #82 DONE 4.3s [2025-07-07T09:15:26.599Z] [2025-07-07T09:15:26.599Z] #79 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:15:26.599Z] #79 DONE 1.5s [2025-07-07T09:15:26.599Z] [2025-07-07T09:15:26.599Z] #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-07-07T09:15:26.599Z] #83 DONE 2.8s [2025-07-07T09:15:26.599Z] [2025-07-07T09:15:26.599Z] #72 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:15:26.599Z] #72 DONE 4.3s [2025-07-07T09:15:26.599Z] [2025-07-07T09:15:26.599Z] #52 [support-scheduler internal] load build context [2025-07-07T09:15:26.599Z] #52 transferring context: 508.37MB 4.4s done [2025-07-07T09:15:26.857Z] #52 DONE 4.5s [2025-07-07T09:15:26.857Z] [2025-07-07T09:15:26.857Z] #84 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-07-07T09:15:26.857Z] #84 DONE 0.1s [2025-07-07T09:15:26.857Z] [2025-07-07T09:15:26.857Z] #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:15:26.857Z] #85 DONE 0.1s [2025-07-07T09:15:26.857Z] [2025-07-07T09:15:26.857Z] #86 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:15:26.857Z] #86 ... [2025-07-07T09:15:26.857Z] [2025-07-07T09:15:26.857Z] #87 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-07T09:15:26.857Z] #0 3.356 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:26.857Z] #0 3.464 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:26.857Z] #0 3.896 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-07T09:15:26.857Z] #0 3.896 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-07T09:15:26.857Z] #0 3.896 OK: 24171 distinct packages available [2025-07-07T09:15:26.857Z] #0 3.947 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:26.857Z] #0 4.017 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:26.857Z] #0 4.290 (1/5) Installing dumb-init (1.2.5-r3) [2025-07-07T09:15:26.857Z] #0 4.290 (2/5) Installing musl-obstack (1.2.3-r2) [2025-07-07T09:15:26.857Z] #0 4.297 (3/5) Installing libucontext (1.2-r3) [2025-07-07T09:15:26.857Z] #0 4.299 (4/5) Installing gcompat (1.1.0-r4) [2025-07-07T09:15:26.857Z] #0 4.304 (5/5) Installing openssl (3.3.3-r0) [2025-07-07T09:15:26.857Z] #0 4.314 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:15:26.857Z] #0 4.324 OK: 9 MiB in 19 packages [2025-07-07T09:15:26.857Z] #87 DONE 4.4s [2025-07-07T09:15:26.857Z] [2025-07-07T09:15:26.857Z] #88 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-07-07T09:15:26.857Z] #0 2.903 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:26.857Z] #0 3.338 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:26.857Z] #0 4.002 OK: 248 MiB in 58 packages [2025-07-07T09:15:26.857Z] #88 DONE 4.1s [2025-07-07T09:15:27.115Z] [2025-07-07T09:15:27.115Z] #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-07-07T09:15:27.115Z] #89 DONE 0.0s [2025-07-07T09:15:27.115Z] [2025-07-07T09:15:27.115Z] #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:15:27.115Z] #90 ... [2025-07-07T09:15:27.115Z] [2025-07-07T09:15:27.115Z] #91 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-07-07T09:15:27.115Z] #0 1.850 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:27.115Z] #0 1.924 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:27.115Z] #0 2.232 OK: 8 MiB in 15 packages [2025-07-07T09:15:27.115Z] #91 DONE 2.4s [2025-07-07T09:15:27.374Z] [2025-07-07T09:15:27.374Z] #92 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-07-07T09:15:27.374Z] #92 ... [2025-07-07T09:15:27.374Z] [2025-07-07T09:15:27.374Z] #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-07-07T09:15:27.374Z] #0 1.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:27.374Z] #0 1.183 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:27.374Z] #0 1.440 OK: 8 MiB in 18 packages [2025-07-07T09:15:27.374Z] #93 DONE 1.5s [2025-07-07T09:15:27.633Z] [2025-07-07T09:15:27.633Z] #94 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-07T09:15:27.633Z] #94 ... [2025-07-07T09:15:27.633Z] [2025-07-07T09:15:27.633Z] #95 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-07-07T09:15:27.633Z] #0 2.067 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:27.633Z] #0 2.137 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:27.633Z] #0 2.446 OK: 10 MiB in 17 packages [2025-07-07T09:15:27.633Z] #95 DONE 2.8s [2025-07-07T09:15:27.891Z] [2025-07-07T09:15:27.891Z] #94 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-07T09:15:27.891Z] #94 DONE 0.4s [2025-07-07T09:15:27.891Z] [2025-07-07T09:15:27.891Z] #96 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-07-07T09:15:27.891Z] #96 DONE 0.0s [2025-07-07T09:15:27.891Z] [2025-07-07T09:15:27.891Z] #97 [security-spire-config stage-2 6/10] COPY security.txt / [2025-07-07T09:15:27.891Z] #97 DONE 0.0s [2025-07-07T09:15:27.891Z] [2025-07-07T09:15:27.891Z] #98 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-07-07T09:15:27.891Z] #98 DONE 0.0s [2025-07-07T09:15:27.891Z] [2025-07-07T09:15:27.891Z] #99 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-07-07T09:15:27.891Z] #99 DONE 0.0s [2025-07-07T09:15:27.891Z] [2025-07-07T09:15:27.891Z] #100 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-07-07T09:15:27.891Z] #100 DONE 0.0s [2025-07-07T09:15:27.891Z] [2025-07-07T09:15:27.891Z] #101 [security-spire-config] exporting to image [2025-07-07T09:15:27.891Z] #101 exporting layers [2025-07-07T09:15:28.455Z] #101 ... [2025-07-07T09:15:28.455Z] [2025-07-07T09:15:28.455Z] #92 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-07-07T09:15:28.455Z] #92 0.954 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:28.455Z] #92 1.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-07T09:15:28.455Z] #92 1.320 OK: 9 MiB in 19 packages [2025-07-07T09:15:28.455Z] #92 DONE 1.4s [2025-07-07T09:15:28.455Z] [2025-07-07T09:15:28.455Z] #102 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-07-07T09:15:28.714Z] #102 DONE 0.5s [2025-07-07T09:15:28.714Z] [2025-07-07T09:15:28.714Z] #103 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-07T09:15:28.714Z] #103 DONE 0.5s [2025-07-07T09:15:28.714Z] [2025-07-07T09:15:28.714Z] #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-07-07T09:15:28.714Z] #104 DONE 0.0s [2025-07-07T09:15:28.714Z] [2025-07-07T09:15:28.714Z] #101 [security-spire-config] exporting to image [2025-07-07T09:15:28.714Z] #101 exporting layers 0.9s done [2025-07-07T09:15:28.714Z] #101 writing image sha256:40b015534426177320e0ae154d11a40535f8458674334c632cdddc43a0c8c894 done [2025-07-07T09:15:28.714Z] #101 naming to docker.io/library/security-spire-config done [2025-07-07T09:15:28.972Z] #101 DONE 0.9s [2025-07-07T09:15:28.972Z] [2025-07-07T09:15:28.972Z] #105 [security-spire-server stage-2 6/9] COPY security.txt / [2025-07-07T09:15:28.972Z] #105 DONE 0.1s [2025-07-07T09:15:28.972Z] [2025-07-07T09:15:28.972Z] #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-07-07T09:15:29.230Z] #106 DONE 0.3s [2025-07-07T09:15:29.230Z] [2025-07-07T09:15:29.230Z] #107 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-07T09:15:29.230Z] #107 DONE 0.4s [2025-07-07T09:15:29.230Z] [2025-07-07T09:15:29.230Z] #108 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-07-07T09:15:29.230Z] #108 DONE 0.1s [2025-07-07T09:15:29.230Z] [2025-07-07T09:15:29.230Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-07-07T09:15:29.230Z] #109 DONE 0.0s [2025-07-07T09:15:29.230Z] [2025-07-07T09:15:29.230Z] #110 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-07-07T09:15:29.230Z] #110 DONE 0.0s [2025-07-07T09:15:29.230Z] [2025-07-07T09:15:29.230Z] #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-07-07T09:15:29.230Z] #111 DONE 0.0s [2025-07-07T09:15:29.230Z] [2025-07-07T09:15:29.230Z] #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-07-07T09:15:29.230Z] #112 DONE 0.0s [2025-07-07T09:15:29.230Z] [2025-07-07T09:15:29.230Z] #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-07-07T09:15:29.230Z] #113 DONE 0.0s [2025-07-07T09:15:29.230Z] [2025-07-07T09:15:29.230Z] #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-07-07T09:15:29.230Z] #114 DONE 0.0s [2025-07-07T09:15:29.230Z] [2025-07-07T09:15:29.230Z] #115 [security-spire-server] exporting to image [2025-07-07T09:15:29.794Z] #115 exporting layers 0.4s done [2025-07-07T09:15:29.794Z] #115 writing image sha256:6931b0ccff8a011c809923fbf843d6116fd8f61766bfccaa9fbb3c35f105c528 done [2025-07-07T09:15:29.794Z] #115 naming to docker.io/library/security-spire-server done [2025-07-07T09:15:29.794Z] #115 DONE 0.4s [2025-07-07T09:15:29.794Z] [2025-07-07T09:15:29.794Z] #116 [security-spire-agent] exporting to image [2025-07-07T09:15:29.794Z] #116 exporting layers 0.4s done [2025-07-07T09:15:29.794Z] #116 writing image sha256:d59970a59460071231617c4f410bcea45942038e11ebf04961409e64f9e63021 done [2025-07-07T09:15:29.794Z] #116 naming to docker.io/library/security-spire-agent done [2025-07-07T09:15:29.794Z] #116 DONE 0.4s [2025-07-07T09:15:29.794Z] [2025-07-07T09:15:29.794Z] #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:15:33.983Z] #117 ... [2025-07-07T09:15:33.983Z] [2025-07-07T09:15:33.983Z] #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:15:33.983Z] #118 ... [2025-07-07T09:15:33.983Z] [2025-07-07T09:15:33.983Z] #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:15:34.243Z] #119 ... [2025-07-07T09:15:34.243Z] [2025-07-07T09:15:34.243Z] #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:16:00.858Z] #120 ... [2025-07-07T09:16:00.858Z] [2025-07-07T09:16:00.858Z] #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:16:00.858Z] #119 DONE 31.0s [2025-07-07T09:16:00.858Z] [2025-07-07T09:16:00.858Z] #86 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:16:00.858Z] #86 DONE 31.8s [2025-07-07T09:16:00.858Z] [2025-07-07T09:16:00.858Z] #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:16:00.858Z] #90 DONE 30.9s [2025-07-07T09:16:00.858Z] [2025-07-07T09:16:00.858Z] #121 [core-metadata builder 6/7] COPY . . [2025-07-07T09:16:00.858Z] #121 ... [2025-07-07T09:16:00.858Z] [2025-07-07T09:16:00.858Z] #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:16:00.858Z] #117 DONE 31.8s [2025-07-07T09:16:00.858Z] [2025-07-07T09:16:00.858Z] #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:16:00.858Z] #120 DONE 33.6s [2025-07-07T09:16:00.858Z] [2025-07-07T09:16:00.858Z] #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:16:00.858Z] #118 DONE 34.1s [2025-07-07T09:16:00.858Z] [2025-07-07T09:16:00.858Z] #122 [security-bootstrapper builder 6/7] COPY . . [2025-07-07T09:16:05.044Z] #122 DONE 7.1s [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #123 [support-scheduler builder 6/7] COPY . . [2025-07-07T09:16:05.044Z] #123 DONE 7.1s [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #124 [core-keeper builder 7/8] COPY . . [2025-07-07T09:16:05.044Z] #124 DONE 7.1s [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #125 [security-proxy-setup builder 6/7] COPY . . [2025-07-07T09:16:05.044Z] #125 CACHED [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #126 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:16:05.044Z] #126 CACHED [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #127 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:16:05.044Z] #127 CACHED [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #128 [security-secretstore-setup builder 6/7] COPY . . [2025-07-07T09:16:05.044Z] #128 CACHED [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #129 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:16:05.044Z] #129 CACHED [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #130 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:16:05.044Z] #130 CACHED [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #121 [core-data builder 6/7] COPY . . [2025-07-07T09:16:05.044Z] #121 DONE 7.1s [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #131 [security-spiffe-token-provider builder 6/7] COPY . . [2025-07-07T09:16:05.044Z] #131 DONE 7.1s [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #132 [support-notifications builder 6/7] COPY . . [2025-07-07T09:16:05.044Z] #132 DONE 7.1s [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #133 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:16:05.044Z] #133 CACHED [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #134 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:16:05.044Z] #134 CACHED [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #135 [core-data builder 6/7] COPY . . [2025-07-07T09:16:05.044Z] #135 CACHED [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #136 [core-metadata builder 6/7] COPY . . [2025-07-07T09:16:05.044Z] #136 CACHED [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #137 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:16:05.044Z] #137 CACHED [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:16:05.044Z] #138 CACHED [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #139 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:16:05.044Z] #139 CACHED [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #140 [security-proxy-auth builder 6/7] COPY . . [2025-07-07T09:16:05.044Z] #140 CACHED [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #141 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:16:05.044Z] #141 CACHED [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #142 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:16:05.044Z] #142 CACHED [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #143 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-07-07T09:16:05.044Z] #143 CACHED [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #144 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:16:05.044Z] #144 CACHED [2025-07-07T09:16:05.044Z] [2025-07-07T09:16:05.044Z] #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-07T09:16:05.981Z] #145 0.924 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-07-07T09:16:16.073Z] #145 ... [2025-07-07T09:16:16.073Z] [2025-07-07T09:16:16.073Z] #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-07-07T09:16:16.073Z] #0 0.941 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-07-07T09:16:16.073Z] #146 ... [2025-07-07T09:16:16.073Z] [2025-07-07T09:16:16.073Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-07T09:16:16.073Z] #0 0.590 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-07-07T09:16:16.073Z] #147 ... [2025-07-07T09:16:16.073Z] [2025-07-07T09:16:16.073Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-07-07T09:16:16.073Z] #0 0.512 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-07-07T09:16:16.073Z] #148 ... [2025-07-07T09:16:16.073Z] [2025-07-07T09:16:16.073Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-07T09:16:16.073Z] #0 0.945 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-07-07T09:16:16.073Z] #149 ... [2025-07-07T09:16:16.073Z] [2025-07-07T09:16:16.073Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-07T09:16:16.073Z] #0 0.916 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-07-07T09:16:16.073Z] #150 ... [2025-07-07T09:16:16.073Z] [2025-07-07T09:16:16.073Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-07-07T09:16:16.073Z] #0 0.836 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-07-07T09:16:16.330Z] #151 ... [2025-07-07T09:16:16.330Z] [2025-07-07T09:16:16.330Z] #152 [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-07-07T09:16:16.330Z] #0 0.797 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-07-07T09:16:16.330Z] #152 ... [2025-07-07T09:16:16.330Z] [2025-07-07T09:16:16.330Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-07T09:16:16.330Z] #0 0.804 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-07-07T09:16:16.587Z] #153 ... [2025-07-07T09:16:16.587Z] [2025-07-07T09:16:16.587Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-07T09:16:16.587Z] #0 0.514 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-07-07T09:16:16.587Z] #154 ... [2025-07-07T09:16:16.587Z] [2025-07-07T09:16:16.587Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-07T09:16:16.587Z] #0 0.565 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-07-07T09:16:16.843Z] #155 ... [2025-07-07T09:16:16.843Z] [2025-07-07T09:16:16.843Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-07T09:16:16.843Z] #0 0.564 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-07-07T09:16:39.945Z] Removing intermediate container ee3050ac82de [2025-07-07T09:16:39.945Z] ---> d5842908e703 [2025-07-07T09:16:39.945Z] Successfully built d5842908e703 [2025-07-07T09:16:39.945Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:16:40.274Z] + docker inspect -f . ci-base-image-arm64 [2025-07-07T09:16:40.274Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-07T09:16:40.496Z] prd-ubuntu20.04-docker-arm64-4c-16g-4654 does not seem to be running inside a container [2025-07-07T09:16:40.554Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@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-07-07T09:16:41.797Z] $ docker top 19536350ae1ddcb7550464e5720cb4276a8e61a71705fe0e4d15e7bce10d96a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-07T09:16:42.636Z] + go version [2025-07-07T09:16:42.636Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-07-07T09:16:42.651Z] $ docker stop --time=1 19536350ae1ddcb7550464e5720cb4276a8e61a71705fe0e4d15e7bce10d96a6 [2025-07-07T09:16:44.281Z] $ docker rm -f --volumes 19536350ae1ddcb7550464e5720cb4276a8e61a71705fe0e4d15e7bce10d96a6 [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-07-07T09:16:44.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-07-07T09:16:44.985Z] [2025-07-07T09:16:44.985Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:16:45.326Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-07-07T09:16:45.590Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-07-07T09:16:45.590Z] 547446be3368: Pulling fs layer [2025-07-07T09:16:45.590Z] d125d8839a47: Pulling fs layer [2025-07-07T09:16:45.590Z] 3e85d5ac6304: Pulling fs layer [2025-07-07T09:16:45.590Z] c3105a71a48b: Pulling fs layer [2025-07-07T09:16:45.590Z] 0f093f025ec4: Pulling fs layer [2025-07-07T09:16:45.590Z] c3106fc0e877: Pulling fs layer [2025-07-07T09:16:45.590Z] 0f093f025ec4: Waiting [2025-07-07T09:16:45.590Z] c3105a71a48b: Waiting [2025-07-07T09:16:45.590Z] c3106fc0e877: Waiting [2025-07-07T09:16:45.590Z] 547446be3368: Verifying Checksum [2025-07-07T09:16:45.590Z] 547446be3368: Download complete [2025-07-07T09:16:45.590Z] c3105a71a48b: Verifying Checksum [2025-07-07T09:16:45.590Z] c3105a71a48b: Download complete [2025-07-07T09:16:46.171Z] d125d8839a47: Verifying Checksum [2025-07-07T09:16:46.171Z] d125d8839a47: Download complete [2025-07-07T09:16:46.171Z] c3106fc0e877: Verifying Checksum [2025-07-07T09:16:46.171Z] c3106fc0e877: Download complete [2025-07-07T09:16:46.171Z] 0f093f025ec4: Verifying Checksum [2025-07-07T09:16:46.171Z] 0f093f025ec4: Download complete [2025-07-07T09:16:46.436Z] 547446be3368: Pull complete [2025-07-07T09:16:47.394Z] d125d8839a47: Pull complete [2025-07-07T09:16:47.974Z] 3e85d5ac6304: Verifying Checksum [2025-07-07T09:16:47.974Z] 3e85d5ac6304: Download complete [2025-07-07T09:16:58.039Z] 3e85d5ac6304: Pull complete [2025-07-07T09:16:58.039Z] c3105a71a48b: Pull complete [2025-07-07T09:16:59.445Z] 0f093f025ec4: Pull complete [2025-07-07T09:16:59.445Z] c3106fc0e877: Pull complete [2025-07-07T09:16:59.445Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-07-07T09:16:59.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-07-07T09:16:59.445Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-07T09:16:59.637Z] prd-ubuntu20.04-docker-arm64-4c-16g-4654 does not seem to be running inside a container [2025-07-07T09:16:59.698Z] $ 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/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@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-07-07T09:17:01.723Z] $ docker top aa6cdb20c0e9911371857d0ac8c98bf796977ee420163bfa9dec2e365e770fab -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-07T09:17:02.566Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-07-07T09:17:12.671Z] #1 [security-proxy-auth internal] load build definition from Dockerfile [2025-07-07T09:17:12.671Z] #1 transferring dockerfile: 2.14kB 0.0s done [2025-07-07T09:17:12.672Z] #1 DONE 0.1s [2025-07-07T09:17:12.672Z] [2025-07-07T09:17:12.672Z] #2 [support-scheduler internal] load build definition from Dockerfile [2025-07-07T09:17:12.672Z] #2 transferring dockerfile: 1.83kB 0.0s done [2025-07-07T09:17:12.672Z] #2 DONE 0.1s [2025-07-07T09:17:12.672Z] [2025-07-07T09:17:12.672Z] #3 [core-metadata internal] load build definition from Dockerfile [2025-07-07T09:17:12.672Z] #3 transferring dockerfile: 2.10kB done [2025-07-07T09:17:12.672Z] #3 DONE 0.1s [2025-07-07T09:17:12.672Z] [2025-07-07T09:17:12.672Z] #4 [core-data internal] load build definition from Dockerfile [2025-07-07T09:17:12.672Z] #4 transferring dockerfile: 2.04kB 0.0s done [2025-07-07T09:17:12.672Z] #4 DONE 0.1s [2025-07-07T09:17:12.672Z] [2025-07-07T09:17:12.672Z] #5 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-07-07T09:17:12.672Z] #5 transferring dockerfile: 1.89kB 0.0s done [2025-07-07T09:17:12.672Z] #5 DONE 0.1s [2025-07-07T09:17:12.672Z] [2025-07-07T09:17:12.672Z] #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-07-07T09:17:12.672Z] #6 transferring dockerfile: 2.23kB 0.0s done [2025-07-07T09:17:12.672Z] #6 DONE 0.1s [2025-07-07T09:17:12.672Z] [2025-07-07T09:17:12.672Z] #7 [security-spire-config internal] load build definition from Dockerfile [2025-07-07T09:17:12.672Z] #7 transferring dockerfile: 1.69kB done [2025-07-07T09:17:12.672Z] #7 DONE 0.1s [2025-07-07T09:17:12.672Z] [2025-07-07T09:17:12.672Z] #8 [security-bootstrapper internal] load build definition from Dockerfile [2025-07-07T09:17:12.672Z] #8 transferring dockerfile: 3.02kB done [2025-07-07T09:17:12.672Z] #8 DONE 0.1s [2025-07-07T09:17:12.672Z] [2025-07-07T09:17:12.672Z] #9 [core-keeper internal] load build definition from Dockerfile [2025-07-07T09:17:12.672Z] #9 transferring dockerfile: 2.01kB 0.0s done [2025-07-07T09:17:12.672Z] #9 DONE 0.1s [2025-07-07T09:17:12.672Z] [2025-07-07T09:17:12.672Z] #10 [security-proxy-setup internal] load build definition from Dockerfile [2025-07-07T09:17:12.672Z] #10 transferring dockerfile: 2.50kB done [2025-07-07T09:17:12.672Z] #10 DONE 0.1s [2025-07-07T09:17:12.672Z] [2025-07-07T09:17:12.672Z] #11 [support-notifications internal] load build definition from Dockerfile [2025-07-07T09:17:12.672Z] #11 transferring dockerfile: 2.00kB 0.0s done [2025-07-07T09:17:12.672Z] #11 DONE 0.1s [2025-07-07T09:17:12.672Z] [2025-07-07T09:17:12.672Z] #12 [core-command internal] load build definition from Dockerfile [2025-07-07T09:17:12.672Z] #12 transferring dockerfile: 1.94kB done [2025-07-07T09:17:12.672Z] #12 DONE 0.1s [2025-07-07T09:17:12.672Z] [2025-07-07T09:17:12.672Z] #13 [security-spire-agent internal] load build definition from Dockerfile [2025-07-07T09:17:12.672Z] #13 transferring dockerfile: 1.81kB done [2025-07-07T09:17:12.672Z] #13 DONE 0.1s [2025-07-07T09:17:12.672Z] [2025-07-07T09:17:12.672Z] #14 [security-secretstore-setup internal] load build definition from Dockerfile [2025-07-07T09:17:12.672Z] #14 transferring dockerfile: 2.49kB done [2025-07-07T09:17:12.672Z] #14 DONE 0.0s [2025-07-07T09:17:12.672Z] [2025-07-07T09:17:12.672Z] #15 [security-spire-server internal] load build definition from Dockerfile [2025-07-07T09:17:12.672Z] #15 transferring dockerfile: 1.70kB 0.0s done [2025-07-07T09:17:12.938Z] #15 DONE 0.1s [2025-07-07T09:17:12.938Z] [2025-07-07T09:17:12.938Z] #16 [security-proxy-auth internal] load .dockerignore [2025-07-07T09:17:12.938Z] #16 transferring context: 50B done [2025-07-07T09:17:12.938Z] #16 DONE 0.1s [2025-07-07T09:17:13.538Z] [2025-07-07T09:17:13.538Z] #17 [support-scheduler internal] load .dockerignore [2025-07-07T09:17:13.538Z] #17 transferring context: 50B done [2025-07-07T09:17:13.538Z] #17 DONE 0.0s [2025-07-07T09:17:13.807Z] [2025-07-07T09:17:13.807Z] #18 [core-metadata internal] load .dockerignore [2025-07-07T09:17:13.807Z] #18 transferring context: 50B done [2025-07-07T09:17:13.807Z] #18 DONE 0.0s [2025-07-07T09:17:13.807Z] [2025-07-07T09:17:13.807Z] #19 [core-data internal] load .dockerignore [2025-07-07T09:17:13.807Z] #19 transferring context: 50B done [2025-07-07T09:17:13.807Z] #19 DONE 0.0s [2025-07-07T09:17:13.807Z] [2025-07-07T09:17:13.807Z] #20 [security-spiffe-token-provider internal] load .dockerignore [2025-07-07T09:17:13.807Z] #20 transferring context: 50B 0.0s done [2025-07-07T09:17:13.807Z] #20 DONE 0.1s [2025-07-07T09:17:13.807Z] [2025-07-07T09:17:13.807Z] #21 [core-common-config-bootstrapper internal] load .dockerignore [2025-07-07T09:17:13.807Z] #21 transferring context: 50B 0.0s done [2025-07-07T09:17:13.807Z] #21 DONE 0.0s [2025-07-07T09:17:13.807Z] [2025-07-07T09:17:13.807Z] #22 [security-spire-config internal] load .dockerignore [2025-07-07T09:17:13.807Z] #22 transferring context: 50B done [2025-07-07T09:17:13.807Z] #22 DONE 0.1s [2025-07-07T09:17:13.807Z] [2025-07-07T09:17:13.807Z] #23 [security-bootstrapper internal] load .dockerignore [2025-07-07T09:17:14.078Z] #23 transferring context: 50B done [2025-07-07T09:17:14.078Z] #23 DONE 0.1s [2025-07-07T09:17:14.078Z] [2025-07-07T09:17:14.078Z] #24 [core-keeper internal] load .dockerignore [2025-07-07T09:17:14.078Z] #24 transferring context: 50B 0.0s done [2025-07-07T09:17:14.078Z] #24 DONE 0.1s [2025-07-07T09:17:14.078Z] [2025-07-07T09:17:14.078Z] #25 [security-proxy-setup internal] load .dockerignore [2025-07-07T09:17:14.078Z] #25 transferring context: 50B done [2025-07-07T09:17:14.078Z] #25 DONE 0.1s [2025-07-07T09:17:14.078Z] [2025-07-07T09:17:14.078Z] #26 [support-notifications internal] load .dockerignore [2025-07-07T09:17:14.078Z] #26 transferring context: 50B 0.0s done [2025-07-07T09:17:14.078Z] #26 DONE 0.1s [2025-07-07T09:17:14.078Z] [2025-07-07T09:17:14.078Z] #27 [core-command internal] load .dockerignore [2025-07-07T09:17:14.346Z] #27 transferring context: 50B done [2025-07-07T09:17:14.346Z] #27 DONE 0.1s [2025-07-07T09:17:14.346Z] [2025-07-07T09:17:14.346Z] #28 [security-spire-agent internal] load .dockerignore [2025-07-07T09:17:14.346Z] #28 transferring context: 50B 0.0s done [2025-07-07T09:17:14.346Z] #28 DONE 0.1s [2025-07-07T09:17:14.346Z] [2025-07-07T09:17:14.346Z] #29 [security-secretstore-setup internal] load .dockerignore [2025-07-07T09:17:14.346Z] #29 transferring context: 50B 0.0s done [2025-07-07T09:17:14.346Z] #29 DONE 0.1s [2025-07-07T09:17:14.346Z] [2025-07-07T09:17:14.346Z] #30 [security-spire-server internal] load .dockerignore [2025-07-07T09:17:14.346Z] #30 transferring context: 50B 0.0s done [2025-07-07T09:17:14.346Z] #30 DONE 0.1s [2025-07-07T09:17:14.613Z] [2025-07-07T09:17:14.614Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-07T09:17:14.614Z] #31 DONE 0.0s [2025-07-07T09:17:14.614Z] [2025-07-07T09:17:14.614Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-07-07T09:17:14.879Z] #32 DONE 0.5s [2025-07-07T09:17:15.158Z] [2025-07-07T09:17:15.158Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-07T09:17:15.158Z] #31 DONE 0.0s [2025-07-07T09:17:15.158Z] [2025-07-07T09:17:15.158Z] #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2025-07-07T09:17:15.158Z] #32 DONE 0.6s [2025-07-07T09:17:15.158Z] [2025-07-07T09:17:15.158Z] #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-07T09:17:15.158Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-07T09:17:15.158Z] #33 ... [2025-07-07T09:17:15.158Z] [2025-07-07T09:17:15.158Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-07T09:17:15.158Z] #31 DONE 0.0s [2025-07-07T09:17:15.158Z] [2025-07-07T09:17:15.158Z] #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-07T09:17:15.158Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-07T09:17:15.158Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-07T09:17:15.158Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-07T09:17:15.158Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-07T09:17:15.524Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-07T09:17:15.524Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-07T09:17:15.524Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-07T09:17:15.524Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-07T09:17:15.524Z] #33 DONE 0.4s [2025-07-07T09:17:15.524Z] [2025-07-07T09:17:15.524Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-07T09:17:15.524Z] #31 DONE 0.0s [2025-07-07T09:17:15.524Z] [2025-07-07T09:17:15.524Z] #34 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-07-07T09:17:15.524Z] #34 ... [2025-07-07T09:17:15.524Z] [2025-07-07T09:17:15.524Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-07T09:17:15.524Z] #31 DONE 0.0s [2025-07-07T09:17:15.524Z] [2025-07-07T09:17:15.524Z] #35 [security-proxy-auth internal] load build context [2025-07-07T09:17:15.524Z] #35 ... [2025-07-07T09:17:15.524Z] [2025-07-07T09:17:15.524Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-07T09:17:15.524Z] #31 DONE 0.0s [2025-07-07T09:17:15.524Z] [2025-07-07T09:17:15.524Z] #35 [security-proxy-auth internal] load build context [2025-07-07T09:17:15.806Z] #35 ... [2025-07-07T09:17:15.806Z] [2025-07-07T09:17:15.806Z] #33 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-07T09:17:15.806Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-07T09:17:15.806Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-07T09:17:15.806Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-07T09:17:15.806Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-07T09:17:15.806Z] #33 DONE 0.5s [2025-07-07T09:17:15.806Z] [2025-07-07T09:17:15.806Z] #35 [security-proxy-auth internal] load build context [2025-07-07T09:17:15.806Z] #35 ... [2025-07-07T09:17:15.806Z] [2025-07-07T09:17:15.806Z] #33 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-07T09:17:15.806Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-07T09:17:15.806Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-07T09:17:15.806Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-07T09:17:15.806Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-07T09:17:15.806Z] #33 DONE 0.5s [2025-07-07T09:17:15.806Z] [2025-07-07T09:17:15.806Z] #35 [security-proxy-auth internal] load build context [2025-07-07T09:17:16.089Z] #35 ... [2025-07-07T09:17:16.089Z] [2025-07-07T09:17:16.089Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-07T09:17:16.089Z] #31 DONE 0.0s [2025-07-07T09:17:16.089Z] [2025-07-07T09:17:16.089Z] #35 [security-proxy-auth internal] load build context [2025-07-07T09:17:16.412Z] #35 ... [2025-07-07T09:17:16.412Z] [2025-07-07T09:17:16.412Z] #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-07T09:17:16.412Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-07T09:17:16.412Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-07T09:17:16.412Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-07T09:17:16.412Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-07T09:17:16.412Z] #33 DONE 0.5s [2025-07-07T09:17:16.412Z] [2025-07-07T09:17:16.412Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-07T09:17:16.412Z] #31 DONE 0.0s [2025-07-07T09:17:16.412Z] [2025-07-07T09:17:16.412Z] #33 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-07T09:17:16.412Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-07T09:17:16.412Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-07T09:17:16.412Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-07T09:17:16.412Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-07T09:17:16.412Z] #33 DONE 0.5s [2025-07-07T09:17:16.412Z] [2025-07-07T09:17:16.412Z] #36 [core-common-config-bootstrapper internal] load build context [2025-07-07T09:17:16.412Z] #36 ... [2025-07-07T09:17:16.412Z] [2025-07-07T09:17:16.412Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-07T09:17:16.412Z] #31 DONE 0.0s [2025-07-07T09:17:16.710Z] [2025-07-07T09:17:16.710Z] #35 [security-proxy-auth internal] load build context [2025-07-07T09:17:16.710Z] #35 transferring context: 3.23MB 1.2s done [2025-07-07T09:17:16.710Z] #35 DONE 1.5s [2025-07-07T09:17:16.710Z] [2025-07-07T09:17:16.710Z] #37 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-07-07T09:17:16.710Z] #37 ... [2025-07-07T09:17:16.710Z] [2025-07-07T09:17:16.710Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-07T09:17:16.710Z] #31 DONE 0.0s [2025-07-07T09:17:16.710Z] [2025-07-07T09:17:16.710Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-07-07T09:17:16.993Z] #32 ... [2025-07-07T09:17:16.993Z] [2025-07-07T09:17:16.993Z] #33 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-07T09:17:16.993Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-07T09:17:16.993Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-07T09:17:16.993Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-07T09:17:16.993Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-07T09:17:16.993Z] #33 DONE 0.5s [2025-07-07T09:17:16.993Z] [2025-07-07T09:17:16.993Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-07T09:17:16.993Z] #31 DONE 0.0s [2025-07-07T09:17:16.993Z] [2025-07-07T09:17:16.993Z] #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 [2025-07-07T09:17:17.281Z] #32 ... [2025-07-07T09:17:17.282Z] [2025-07-07T09:17:17.282Z] #38 [support-scheduler internal] load build context [2025-07-07T09:17:17.282Z] #38 transferring context: 3.23MB 1.2s done [2025-07-07T09:17:17.282Z] #38 DONE 2.0s [2025-07-07T09:17:17.282Z] [2025-07-07T09:17:17.282Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-07T09:17:17.282Z] #31 DONE 0.0s [2025-07-07T09:17:17.282Z] [2025-07-07T09:17:17.282Z] #39 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-07-07T09:17:18.256Z] #39 ... [2025-07-07T09:17:18.256Z] [2025-07-07T09:17:18.256Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2025-07-07T09:17:18.256Z] #32 DONE 3.0s [2025-07-07T09:17:18.522Z] [2025-07-07T09:17:18.522Z] #36 [core-common-config-bootstrapper internal] load build context [2025-07-07T09:17:18.522Z] #36 ... [2025-07-07T09:17:18.522Z] [2025-07-07T09:17:18.522Z] #33 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-07T09:17:18.522Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-07T09:17:18.522Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-07T09:17:18.522Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-07T09:17:18.522Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-07T09:17:18.522Z] #33 DONE 0.6s [2025-07-07T09:17:18.522Z] [2025-07-07T09:17:18.522Z] #40 [security-secretstore-setup internal] load build context [2025-07-07T09:17:18.522Z] #40 DONE 0.0s [2025-07-07T09:17:18.790Z] [2025-07-07T09:17:18.790Z] #41 [core-command internal] load build context [2025-07-07T09:17:18.790Z] #41 ... [2025-07-07T09:17:18.790Z] [2025-07-07T09:17:18.791Z] #42 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-07-07T09:17:18.791Z] #42 DONE 2.8s [2025-07-07T09:17:18.791Z] [2025-07-07T09:17:18.791Z] #43 [core-metadata internal] load build context [2025-07-07T09:17:18.791Z] #43 transferring context: 3.23MB 2.0s done [2025-07-07T09:17:18.791Z] #43 DONE 3.5s [2025-07-07T09:17:19.059Z] [2025-07-07T09:17:19.059Z] #33 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-07T09:17:19.059Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-07T09:17:19.059Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-07T09:17:19.059Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-07T09:17:19.059Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-07T09:17:19.059Z] #33 DONE 0.6s [2025-07-07T09:17:19.059Z] [2025-07-07T09:17:19.059Z] #44 [security-spire-config internal] load build context [2025-07-07T09:17:19.059Z] #44 DONE 0.0s [2025-07-07T09:17:19.059Z] [2025-07-07T09:17:19.059Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:19.059Z] #45 DONE 0.0s [2025-07-07T09:17:19.059Z] [2025-07-07T09:17:19.059Z] #36 [core-common-config-bootstrapper internal] load build context [2025-07-07T09:17:19.642Z] #36 transferring context: 3.23MB 2.4s done [2025-07-07T09:17:19.642Z] #36 ... [2025-07-07T09:17:19.642Z] [2025-07-07T09:17:19.642Z] #46 [security-spiffe-token-provider internal] load build context [2025-07-07T09:17:19.642Z] #46 transferring context: 3.23MB 2.4s done [2025-07-07T09:17:19.642Z] #46 DONE 3.9s [2025-07-07T09:17:19.642Z] [2025-07-07T09:17:19.642Z] #47 [core-data internal] load build context [2025-07-07T09:17:19.642Z] #47 transferring context: 3.23MB 2.5s done [2025-07-07T09:17:19.642Z] #47 DONE 4.0s [2025-07-07T09:17:19.914Z] [2025-07-07T09:17:19.914Z] #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:19.914Z] #45 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.7s done [2025-07-07T09:17:19.914Z] #45 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-07-07T09:17:20.185Z] #45 ... [2025-07-07T09:17:20.186Z] [2025-07-07T09:17:20.186Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-07T09:17:20.186Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-07T09:17:20.186Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-07T09:17:20.186Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-07T09:17:20.186Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-07T09:17:20.186Z] #33 DONE 0.6s [2025-07-07T09:17:20.186Z] [2025-07-07T09:17:20.186Z] #48 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-07-07T09:17:20.186Z] #48 DONE 3.1s [2025-07-07T09:17:20.186Z] [2025-07-07T09:17:20.186Z] #36 [core-common-config-bootstrapper internal] load build context [2025-07-07T09:17:20.186Z] #36 DONE 3.8s [2025-07-07T09:17:20.186Z] [2025-07-07T09:17:20.186Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:20.186Z] #45 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.7s done [2025-07-07T09:17:20.186Z] #45 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-07-07T09:17:20.186Z] #45 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-07-07T09:17:20.452Z] #45 ... [2025-07-07T09:17:20.452Z] [2025-07-07T09:17:20.452Z] #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-07T09:17:20.452Z] #49 DONE 0.0s [2025-07-07T09:17:20.452Z] [2025-07-07T09:17:20.452Z] #50 [security-bootstrapper internal] load build context [2025-07-07T09:17:20.452Z] #50 transferring context: 3.23MB 2.6s done [2025-07-07T09:17:20.452Z] #50 DONE 4.1s [2025-07-07T09:17:20.452Z] [2025-07-07T09:17:20.452Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:20.452Z] #45 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-07-07T09:17:21.040Z] #45 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.4s [2025-07-07T09:17:21.040Z] #45 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.6s [2025-07-07T09:17:21.040Z] #45 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.6s [2025-07-07T09:17:21.323Z] #45 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.9s [2025-07-07T09:17:21.591Z] #45 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.0s [2025-07-07T09:17:21.591Z] #45 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.3s [2025-07-07T09:17:21.867Z] #45 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.4s done [2025-07-07T09:17:21.867Z] #45 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.5s done [2025-07-07T09:17:21.867Z] #45 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [2025-07-07T09:17:22.133Z] #45 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.5s done [2025-07-07T09:17:22.133Z] #45 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.3s done [2025-07-07T09:17:22.133Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.9s [2025-07-07T09:17:23.096Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 2.8s [2025-07-07T09:17:23.366Z] #45 ... [2025-07-07T09:17:23.366Z] [2025-07-07T09:17:23.366Z] #51 [security-spire-agent internal] load build context [2025-07-07T09:17:23.366Z] #51 transferring context: 23.33kB 0.3s done [2025-07-07T09:17:23.366Z] #51 DONE 3.1s [2025-07-07T09:17:23.366Z] [2025-07-07T09:17:23.366Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:24.325Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.15MB / 33.17MB 3.9s [2025-07-07T09:17:25.285Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 4.7s [2025-07-07T09:17:25.285Z] #45 ... [2025-07-07T09:17:25.285Z] [2025-07-07T09:17:25.285Z] #52 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-07-07T09:17:25.285Z] #52 ... [2025-07-07T09:17:25.285Z] [2025-07-07T09:17:25.285Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:25.285Z] #45 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-07-07T09:17:25.285Z] #45 ... [2025-07-07T09:17:25.285Z] [2025-07-07T09:17:25.285Z] #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-07-07T09:17:25.285Z] #53 ... [2025-07-07T09:17:25.285Z] [2025-07-07T09:17:25.285Z] #54 [security-proxy-setup internal] load build context [2025-07-07T09:17:25.285Z] #54 transferring context: 3.23MB 3.9s done [2025-07-07T09:17:25.285Z] #54 DONE 8.4s [2025-07-07T09:17:25.285Z] [2025-07-07T09:17:25.285Z] #52 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-07-07T09:17:25.285Z] #52 DONE 11.0s [2025-07-07T09:17:25.285Z] [2025-07-07T09:17:25.285Z] #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-07-07T09:17:25.285Z] #53 10.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:25.556Z] #53 ... [2025-07-07T09:17:25.556Z] [2025-07-07T09:17:25.556Z] #55 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2025-07-07T09:17:25.556Z] #55 ... [2025-07-07T09:17:25.556Z] [2025-07-07T09:17:25.556Z] #56 [security-spire-server internal] load build context [2025-07-07T09:17:25.556Z] #56 transferring context: 23.80kB 0.4s done [2025-07-07T09:17:25.556Z] #56 DONE 6.7s [2025-07-07T09:17:25.824Z] [2025-07-07T09:17:25.824Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:25.824Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 5.4s [2025-07-07T09:17:26.093Z] #45 ... [2025-07-07T09:17:26.093Z] [2025-07-07T09:17:26.093Z] #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-07T09:17:26.093Z] #0 5.336 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:26.093Z] #0 5.740 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:26.093Z] #0 8.667 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-07T09:17:26.093Z] #0 8.667 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-07T09:17:26.093Z] #0 8.667 OK: 24049 distinct packages available [2025-07-07T09:17:26.093Z] #0 9.165 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:26.093Z] #57 ... [2025-07-07T09:17:26.093Z] [2025-07-07T09:17:26.093Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-07T09:17:26.093Z] #0 7.272 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:26.093Z] #0 8.412 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:26.364Z] #58 ... [2025-07-07T09:17:26.364Z] [2025-07-07T09:17:26.364Z] #44 [security-spire-config internal] load build context [2025-07-07T09:17:26.364Z] #44 transferring context: 22.05kB 0.6s done [2025-07-07T09:17:26.364Z] #44 DONE 7.2s [2025-07-07T09:17:26.364Z] [2025-07-07T09:17:26.364Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:26.364Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.55MB / 33.17MB 5.8s [2025-07-07T09:17:26.364Z] #45 ... [2025-07-07T09:17:26.364Z] [2025-07-07T09:17:26.364Z] #34 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-07-07T09:17:26.365Z] #34 7.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:26.365Z] #34 7.946 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:26.365Z] #34 ... [2025-07-07T09:17:26.365Z] [2025-07-07T09:17:26.365Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:26.365Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 6.1s [2025-07-07T09:17:26.634Z] #45 ... [2025-07-07T09:17:26.634Z] [2025-07-07T09:17:26.634Z] #59 [support-notifications internal] load build context [2025-07-07T09:17:26.634Z] #59 transferring context: 3.23MB 5.9s done [2025-07-07T09:17:26.634Z] #59 DONE 9.5s [2025-07-07T09:17:26.634Z] [2025-07-07T09:17:26.634Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:26.907Z] #45 ... [2025-07-07T09:17:26.907Z] [2025-07-07T09:17:26.907Z] #60 [core-keeper internal] load build context [2025-07-07T09:17:26.907Z] #60 transferring context: 3.23MB 6.3s done [2025-07-07T09:17:26.907Z] #60 DONE 9.8s [2025-07-07T09:17:26.907Z] [2025-07-07T09:17:26.907Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:26.907Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 6.4s [2025-07-07T09:17:27.497Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 7.1s [2025-07-07T09:17:27.497Z] #45 ... [2025-07-07T09:17:27.497Z] [2025-07-07T09:17:27.497Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-07-07T09:17:27.497Z] #0 9.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:27.497Z] #61 ... [2025-07-07T09:17:27.497Z] [2025-07-07T09:17:27.497Z] #62 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-07T09:17:27.497Z] #62 DONE 9.9s [2025-07-07T09:17:27.497Z] [2025-07-07T09:17:27.497Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:27.769Z] #45 ... [2025-07-07T09:17:27.769Z] [2025-07-07T09:17:27.769Z] #55 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-07-07T09:17:27.769Z] #55 DONE 3.0s [2025-07-07T09:17:27.769Z] [2025-07-07T09:17:27.769Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:28.043Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 7.7s [2025-07-07T09:17:28.631Z] #45 ... [2025-07-07T09:17:28.631Z] [2025-07-07T09:17:28.631Z] #41 [core-command internal] load build context [2025-07-07T09:17:28.631Z] #41 transferring context: 3.23MB 4.8s done [2025-07-07T09:17:28.631Z] #41 DONE 9.9s [2025-07-07T09:17:28.631Z] [2025-07-07T09:17:28.631Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:28.631Z] #45 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done [2025-07-07T09:17:28.631Z] #45 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done [2025-07-07T09:17:28.631Z] #45 ... [2025-07-07T09:17:28.631Z] [2025-07-07T09:17:28.631Z] #40 [security-secretstore-setup internal] load build context [2025-07-07T09:17:28.900Z] #40 transferring context: 3.23MB 5.3s done [2025-07-07T09:17:28.900Z] #40 ... [2025-07-07T09:17:28.900Z] [2025-07-07T09:17:28.900Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:29.169Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.07MB / 33.17MB 8.7s [2025-07-07T09:17:29.435Z] #45 ... [2025-07-07T09:17:29.435Z] [2025-07-07T09:17:29.435Z] #40 [security-secretstore-setup internal] load build context [2025-07-07T09:17:29.435Z] #40 DONE 10.7s [2025-07-07T09:17:29.435Z] [2025-07-07T09:17:29.435Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:29.435Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 9.1s [2025-07-07T09:17:29.435Z] #45 ... [2025-07-07T09:17:29.435Z] [2025-07-07T09:17:29.435Z] #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-07-07T09:17:29.435Z] #0 9.399 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:29.703Z] #63 ... [2025-07-07T09:17:29.703Z] [2025-07-07T09:17:29.703Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-07T09:17:29.703Z] #0 10.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:29.703Z] #64 ... [2025-07-07T09:17:29.703Z] [2025-07-07T09:17:29.703Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-07T09:17:29.703Z] #0 10.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:29.972Z] #65 ... [2025-07-07T09:17:29.972Z] [2025-07-07T09:17:29.972Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:30.558Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 10.0s [2025-07-07T09:17:30.827Z] #45 ... [2025-07-07T09:17:30.827Z] [2025-07-07T09:17:30.827Z] #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-07T09:17:30.827Z] #49 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.5s done [2025-07-07T09:17:30.827Z] #49 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-07-07T09:17:30.827Z] #49 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-07-07T09:17:30.827Z] #49 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-07-07T09:17:30.827Z] #49 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-07-07T09:17:30.827Z] #49 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done [2025-07-07T09:17:30.827Z] #49 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done [2025-07-07T09:17:30.827Z] #49 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.3s done [2025-07-07T09:17:30.827Z] #49 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 4.7s done [2025-07-07T09:17:30.827Z] #49 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-07-07T09:17:30.827Z] #49 ... [2025-07-07T09:17:30.827Z] [2025-07-07T09:17:30.827Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:31.095Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.04MB / 33.17MB 10.8s [2025-07-07T09:17:31.681Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.33MB / 33.17MB 11.2s [2025-07-07T09:17:31.949Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 11.4s done [2025-07-07T09:17:32.924Z] #45 ... [2025-07-07T09:17:32.924Z] [2025-07-07T09:17:32.924Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-07T09:17:32.924Z] #58 13.86 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-07T09:17:32.924Z] #58 13.94 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:17:32.924Z] #58 14.10 OK: 9 MiB in 15 packages [2025-07-07T09:17:32.924Z] #58 DONE 16.7s [2025-07-07T09:17:32.924Z] [2025-07-07T09:17:32.924Z] #34 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-07-07T09:17:32.924Z] #34 14.44 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-07T09:17:32.924Z] #34 14.47 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:17:32.924Z] #34 14.69 OK: 9 MiB in 15 packages [2025-07-07T09:17:32.924Z] #34 DONE 18.0s [2025-07-07T09:17:32.924Z] [2025-07-07T09:17:32.924Z] #66 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-07-07T09:17:33.521Z] #66 ... [2025-07-07T09:17:33.521Z] [2025-07-07T09:17:33.521Z] #37 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-07-07T09:17:33.521Z] #37 6.769 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:33.521Z] #37 7.961 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:33.521Z] #37 14.32 (1/2) Installing dumb-init (1.2.5-r3) [2025-07-07T09:17:33.521Z] #37 14.36 (2/2) Installing su-exec (0.2-r3) [2025-07-07T09:17:33.521Z] #37 14.39 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:17:33.521Z] #37 14.55 OK: 9 MiB in 16 packages [2025-07-07T09:17:33.521Z] #37 ... [2025-07-07T09:17:33.521Z] [2025-07-07T09:17:33.521Z] #67 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-07-07T09:17:33.788Z] #67 ... [2025-07-07T09:17:33.788Z] [2025-07-07T09:17:33.788Z] #37 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-07-07T09:17:33.788Z] #37 DONE 17.2s [2025-07-07T09:17:34.055Z] [2025-07-07T09:17:34.055Z] #68 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-07-07T09:17:36.003Z] #68 ... [2025-07-07T09:17:36.003Z] [2025-07-07T09:17:36.003Z] #39 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-07-07T09:17:36.003Z] #39 8.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:36.003Z] #39 10.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:36.269Z] #39 ... [2025-07-07T09:17:36.269Z] [2025-07-07T09:17:36.269Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:36.269Z] #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.2s [2025-07-07T09:17:36.535Z] #45 ... [2025-07-07T09:17:36.535Z] [2025-07-07T09:17:36.535Z] #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-07T09:17:36.535Z] #57 10.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:36.535Z] #57 17.73 (1/14) Installing ca-certificates (20241121-r1) [2025-07-07T09:17:36.535Z] #57 18.07 (2/14) Installing brotli-libs (1.1.0-r2) [2025-07-07T09:17:36.535Z] #57 18.19 (3/14) Installing c-ares (1.33.1-r0) [2025-07-07T09:17:36.535Z] #57 18.21 (4/14) Installing libunistring (1.2-r0) [2025-07-07T09:17:36.535Z] #57 18.42 (5/14) Installing libidn2 (2.3.7-r0) [2025-07-07T09:17:36.535Z] #57 18.46 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-07-07T09:17:36.535Z] #57 18.51 (7/14) Installing libpsl (0.21.5-r1) [2025-07-07T09:17:36.535Z] #57 18.55 (8/14) Installing zstd-libs (1.5.6-r0) [2025-07-07T09:17:36.535Z] #57 18.62 (9/14) Installing libcurl (8.12.1-r0) [2025-07-07T09:17:36.535Z] #57 18.65 (10/14) Installing curl (8.12.1-r0) [2025-07-07T09:17:36.535Z] #57 18.68 (11/14) Installing dumb-init (1.2.5-r3) [2025-07-07T09:17:36.535Z] #57 18.72 (12/14) Installing musl-obstack (1.2.3-r2) [2025-07-07T09:17:36.535Z] #57 18.73 (13/14) Installing libucontext (1.2-r3) [2025-07-07T09:17:36.535Z] #57 18.82 (14/14) Installing gcompat (1.1.0-r4) [2025-07-07T09:17:36.535Z] #57 18.86 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:17:36.535Z] #57 19.02 Executing ca-certificates-20241121-r1.trigger [2025-07-07T09:17:36.535Z] #57 20.01 OK: 15 MiB in 28 packages [2025-07-07T09:17:36.800Z] #57 ... [2025-07-07T09:17:36.800Z] [2025-07-07T09:17:36.800Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:36.800Z] #45 ... [2025-07-07T09:17:36.800Z] [2025-07-07T09:17:36.800Z] #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-07-07T09:17:36.800Z] #53 11.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:36.800Z] #53 20.92 (1/3) Installing ca-certificates (20241121-r1) [2025-07-07T09:17:36.800Z] #53 21.37 (2/3) Installing dumb-init (1.2.5-r3) [2025-07-07T09:17:36.800Z] #53 21.42 (3/3) Installing tzdata (2025b-r0) [2025-07-07T09:17:37.068Z] #53 ... [2025-07-07T09:17:37.068Z] [2025-07-07T09:17:37.068Z] #69 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-07-07T09:17:37.068Z] #69 ... [2025-07-07T09:17:37.068Z] [2025-07-07T09:17:37.068Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:37.660Z] #45 ... [2025-07-07T09:17:37.660Z] [2025-07-07T09:17:37.660Z] #70 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-07-07T09:17:37.660Z] #0 9.374 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:37.660Z] #70 ... [2025-07-07T09:17:37.660Z] [2025-07-07T09:17:37.660Z] #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-07-07T09:17:37.660Z] #53 22.41 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:17:37.929Z] #53 ... [2025-07-07T09:17:37.929Z] [2025-07-07T09:17:37.929Z] #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-07T09:17:37.929Z] #57 DONE 21.9s [2025-07-07T09:17:37.929Z] [2025-07-07T09:17:37.929Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-07-07T09:17:37.929Z] #71 ... [2025-07-07T09:17:37.929Z] [2025-07-07T09:17:37.929Z] #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-07-07T09:17:38.199Z] #72 ... [2025-07-07T09:17:38.199Z] [2025-07-07T09:17:38.199Z] #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-07T09:17:38.199Z] #73 10.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:38.199Z] #73 ... [2025-07-07T09:17:38.199Z] [2025-07-07T09:17:38.199Z] #74 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-07-07T09:17:38.281Z] #156 ... [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-07-07T09:17:38.281Z] #148 DONE 80.5s [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-07-07T09:17:38.281Z] #146 ... [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-07-07T09:17:38.281Z] #157 DONE 0.1s [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-07-07T09:17:38.281Z] #158 DONE 1.1s [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #159 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:17:38.281Z] #159 DONE 0.2s [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #160 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:17:38.281Z] #160 DONE 0.1s [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-07-07T09:17:38.281Z] #151 ... [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #161 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-07-07T09:17:38.281Z] #161 DONE 0.1s [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #162 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-07-07T09:17:38.281Z] #162 DONE 0.2s [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #163 [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-07-07T09:17:38.281Z] #163 DONE 0.1s [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #164 [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-07-07T09:17:38.281Z] #164 DONE 0.0s [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-07T09:17:38.281Z] #156 ... [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #165 [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-07-07T09:17:38.281Z] #165 DONE 0.1s [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #166 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-07-07T09:17:38.281Z] #166 DONE 0.0s [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #167 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-07-07T09:17:38.281Z] #167 DONE 1.0s [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #168 [security-bootstrapper] exporting to image [2025-07-07T09:17:38.281Z] #168 exporting layers [2025-07-07T09:17:38.281Z] #168 exporting layers 0.4s done [2025-07-07T09:17:38.281Z] #168 writing image sha256:471e133fdb60173c73b4bc4fc2d34ad52fc83fa04557b23669fd78b82d520f60 done [2025-07-07T09:17:38.281Z] #168 naming to docker.io/library/security-bootstrapper done [2025-07-07T09:17:38.281Z] #168 DONE 0.4s [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-07-07T09:17:38.281Z] #146 DONE 85.5s [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-07T09:17:38.281Z] #153 ... [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #169 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:17:38.281Z] #169 DONE 0.2s [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #170 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:17:38.281Z] #170 DONE 0.1s [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #171 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-07-07T09:17:38.281Z] #171 DONE 0.2s [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #172 [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-07-07T09:17:38.281Z] #172 DONE 0.0s [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.281Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-07T09:17:38.281Z] #153 ... [2025-07-07T09:17:38.281Z] [2025-07-07T09:17:38.282Z] #173 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-07-07T09:17:38.282Z] #173 DONE 0.1s [2025-07-07T09:17:38.282Z] [2025-07-07T09:17:38.282Z] #174 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-07T09:17:38.282Z] #174 DONE 0.8s [2025-07-07T09:17:38.282Z] [2025-07-07T09:17:38.282Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-07T09:17:38.282Z] #154 ... [2025-07-07T09:17:38.282Z] [2025-07-07T09:17:38.282Z] #175 [core-common-config-bootstrapper] exporting to image [2025-07-07T09:17:38.282Z] #175 exporting layers 0.3s done [2025-07-07T09:17:38.282Z] #175 writing image sha256:7d4c7c90bb987b4f4b2c3180c8e77418bf8b8bb4fe37dbd7f494cdb147fa0e4c done [2025-07-07T09:17:38.282Z] #175 naming to docker.io/library/core-common-config-bootstrapper done [2025-07-07T09:17:38.282Z] #175 DONE 0.4s [2025-07-07T09:17:38.282Z] [2025-07-07T09:17:38.282Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-07T09:17:38.468Z] #74 10.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:38.468Z] #74 ... [2025-07-07T09:17:38.468Z] [2025-07-07T09:17:38.468Z] #75 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-07T09:17:38.468Z] #75 ... [2025-07-07T09:17:38.468Z] [2025-07-07T09:17:38.468Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-07-07T09:17:38.468Z] #71 10.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:39.434Z] #71 ... [2025-07-07T09:17:39.434Z] [2025-07-07T09:17:39.434Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-07-07T09:17:39.434Z] #61 11.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:39.434Z] #61 19.95 (1/7) Installing ca-certificates (20241121-r1) [2025-07-07T09:17:39.434Z] #61 20.45 (2/7) Installing dumb-init (1.2.5-r3) [2025-07-07T09:17:39.434Z] #61 20.46 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-07-07T09:17:39.434Z] #61 20.48 (4/7) Installing libsodium (1.0.19-r0) [2025-07-07T09:17:39.434Z] #61 20.52 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-07-07T09:17:39.434Z] #61 20.82 (6/7) Installing libzmq (4.3.5-r2) [2025-07-07T09:17:39.434Z] #61 20.93 (7/7) Installing zeromq (4.3.5-r2) [2025-07-07T09:17:39.434Z] #61 21.04 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:17:39.434Z] #61 21.13 Executing ca-certificates-20241121-r1.trigger [2025-07-07T09:17:39.702Z] #61 ... [2025-07-07T09:17:39.702Z] [2025-07-07T09:17:39.702Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:40.290Z] #45 ... [2025-07-07T09:17:40.290Z] [2025-07-07T09:17:40.290Z] #39 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-07-07T09:17:40.290Z] #39 19.92 (1/4) Installing dumb-init (1.2.5-r3) [2025-07-07T09:17:40.290Z] #39 19.95 (2/4) Installing openssl (3.3.3-r0) [2025-07-07T09:17:40.290Z] #39 20.04 (3/4) Installing su-exec (0.2-r3) [2025-07-07T09:17:40.290Z] #39 20.06 (4/4) Installing yq-go (4.44.1-r2) [2025-07-07T09:17:40.561Z] #39 21.36 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:17:40.561Z] #39 21.45 OK: 20 MiB in 18 packages [2025-07-07T09:17:40.561Z] #39 DONE 23.1s [2025-07-07T09:17:40.561Z] [2025-07-07T09:17:40.561Z] #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-07-07T09:17:41.149Z] #76 ... [2025-07-07T09:17:41.149Z] [2025-07-07T09:17:41.149Z] #75 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-07T09:17:41.149Z] #75 DONE 13.1s [2025-07-07T09:17:41.149Z] [2025-07-07T09:17:41.149Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-07-07T09:17:41.419Z] #77 ... [2025-07-07T09:17:41.419Z] [2025-07-07T09:17:41.419Z] #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-07-07T09:17:41.419Z] #63 11.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:41.419Z] #63 18.66 (1/4) Installing ca-certificates (20241121-r1) [2025-07-07T09:17:41.419Z] #63 19.07 (2/4) Installing dumb-init (1.2.5-r3) [2025-07-07T09:17:41.419Z] #63 19.09 (3/4) Installing su-exec (0.2-r3) [2025-07-07T09:17:41.419Z] #63 19.11 (4/4) Installing yq-go (4.44.1-r2) [2025-07-07T09:17:41.419Z] #63 20.39 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:17:41.419Z] #63 20.71 Executing ca-certificates-20241121-r1.trigger [2025-07-07T09:17:41.419Z] #63 ... [2025-07-07T09:17:41.419Z] [2025-07-07T09:17:41.419Z] #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-07T09:17:41.419Z] #73 13.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:42.389Z] #73 ... [2025-07-07T09:17:42.389Z] [2025-07-07T09:17:42.389Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-07-07T09:17:42.389Z] #61 22.25 OK: 14 MiB in 21 packages [2025-07-07T09:17:42.389Z] #61 DONE 24.9s [2025-07-07T09:17:42.389Z] [2025-07-07T09:17:42.389Z] #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-07-07T09:17:42.389Z] #53 22.65 Executing ca-certificates-20241121-r1.trigger [2025-07-07T09:17:42.389Z] #53 23.86 OK: 11 MiB in 17 packages [2025-07-07T09:17:42.389Z] #53 DONE 27.0s [2025-07-07T09:17:42.389Z] [2025-07-07T09:17:42.389Z] #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-07T09:17:42.389Z] #49 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.0s [2025-07-07T09:17:42.389Z] #49 ... [2025-07-07T09:17:42.389Z] [2025-07-07T09:17:42.389Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-07T09:17:42.389Z] #64 12.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:42.389Z] #64 20.86 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-07T09:17:42.389Z] #64 20.86 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-07T09:17:42.389Z] #64 20.86 OK: 24049 distinct packages available [2025-07-07T09:17:42.389Z] #64 22.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:42.656Z] #64 ... [2025-07-07T09:17:42.656Z] [2025-07-07T09:17:42.656Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-07T09:17:42.656Z] #65 12.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:42.656Z] #65 20.95 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-07T09:17:42.656Z] #65 20.95 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-07T09:17:42.656Z] #65 20.95 OK: 24049 distinct packages available [2025-07-07T09:17:42.656Z] #65 22.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:42.929Z] #65 ... [2025-07-07T09:17:42.929Z] [2025-07-07T09:17:42.929Z] #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-07T09:17:44.900Z] #49 ... [2025-07-07T09:17:44.900Z] [2025-07-07T09:17:44.900Z] #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-07-07T09:17:44.900Z] #63 22.74 OK: 20 MiB in 18 packages [2025-07-07T09:17:44.900Z] #63 DONE 25.1s [2025-07-07T09:17:44.900Z] [2025-07-07T09:17:44.900Z] #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-07T09:17:47.489Z] #49 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 15.0s [2025-07-07T09:17:48.076Z] #49 ... [2025-07-07T09:17:48.076Z] [2025-07-07T09:17:48.076Z] #78 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-07-07T09:17:48.076Z] #0 9.890 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:48.076Z] #78 ... [2025-07-07T09:17:48.076Z] [2025-07-07T09:17:48.076Z] #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-07T09:17:48.076Z] #49 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 15.8s done [2025-07-07T09:17:48.363Z] #49 ... [2025-07-07T09:17:48.363Z] [2025-07-07T09:17:48.363Z] #70 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-07-07T09:17:48.363Z] #70 10.78 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:48.633Z] #70 ... [2025-07-07T09:17:48.633Z] [2025-07-07T09:17:48.633Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:48.633Z] #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.7s [2025-07-07T09:17:48.902Z] #45 ... [2025-07-07T09:17:48.902Z] [2025-07-07T09:17:48.902Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-07-07T09:17:48.902Z] #77 7.808 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:50.454Z] #77 ... [2025-07-07T09:17:50.454Z] [2025-07-07T09:17:50.454Z] #69 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-07-07T09:17:50.454Z] #69 12.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:50.454Z] #69 15.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:50.454Z] #69 ... [2025-07-07T09:17:50.454Z] [2025-07-07T09:17:50.454Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-07-07T09:17:50.454Z] #71 12.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:50.721Z] #71 ... [2025-07-07T09:17:50.721Z] [2025-07-07T09:17:50.721Z] #74 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-07-07T09:17:50.721Z] #74 12.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:50.721Z] #74 20.99 OK: 239 MiB in 58 packages [2025-07-07T09:17:50.721Z] #74 DONE 22.9s [2025-07-07T09:17:50.721Z] [2025-07-07T09:17:50.721Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-07-07T09:17:50.721Z] #77 9.473 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:50.721Z] #77 ... [2025-07-07T09:17:50.721Z] [2025-07-07T09:17:50.721Z] #66 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-07-07T09:17:50.721Z] #66 8.261 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:50.721Z] #66 10.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:50.721Z] #66 18.11 OK: 9 MiB in 15 packages [2025-07-07T09:17:50.990Z] #66 ... [2025-07-07T09:17:50.990Z] [2025-07-07T09:17:50.990Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:51.581Z] #45 ... [2025-07-07T09:17:51.581Z] [2025-07-07T09:17:51.581Z] #79 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:17:51.581Z] #79 DONE 0.8s [2025-07-07T09:17:51.581Z] [2025-07-07T09:17:51.581Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:52.171Z] #45 ... [2025-07-07T09:17:52.171Z] [2025-07-07T09:17:52.171Z] #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-07-07T09:17:52.171Z] #72 14.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:52.171Z] #72 15.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:52.171Z] #72 ... [2025-07-07T09:17:52.171Z] [2025-07-07T09:17:52.171Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:52.171Z] #45 ... [2025-07-07T09:17:52.171Z] [2025-07-07T09:17:52.171Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-07-07T09:17:52.171Z] #0 8.422 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:52.440Z] #80 ... [2025-07-07T09:17:52.440Z] [2025-07-07T09:17:52.440Z] #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-07-07T09:17:52.440Z] #0 6.404 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:52.440Z] #0 8.203 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:52.440Z] #81 ... [2025-07-07T09:17:52.440Z] [2025-07-07T09:17:52.440Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:52.708Z] #45 ... [2025-07-07T09:17:52.708Z] [2025-07-07T09:17:52.708Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-07-07T09:17:52.708Z] #71 22.87 OK: 239 MiB in 58 packages [2025-07-07T09:17:52.708Z] #71 DONE 25.0s [2025-07-07T09:17:52.708Z] [2025-07-07T09:17:52.708Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:53.695Z] #45 ... [2025-07-07T09:17:53.695Z] [2025-07-07T09:17:53.695Z] #66 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-07-07T09:17:53.695Z] #66 DONE 21.4s [2025-07-07T09:17:53.695Z] [2025-07-07T09:17:53.695Z] #70 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-07-07T09:17:53.695Z] #70 22.76 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-07T09:17:53.695Z] #70 23.43 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:17:53.695Z] #70 23.80 OK: 9 MiB in 15 packages [2025-07-07T09:17:53.695Z] #70 DONE 26.1s [2025-07-07T09:17:53.695Z] [2025-07-07T09:17:53.695Z] #82 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:17:53.695Z] #82 ... [2025-07-07T09:17:53.695Z] [2025-07-07T09:17:53.695Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-07T09:17:53.695Z] #65 23.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:53.695Z] #65 33.86 (1/4) Installing dumb-init (1.2.5-r3) [2025-07-07T09:17:53.695Z] #65 33.87 (2/4) Installing musl-obstack (1.2.3-r2) [2025-07-07T09:17:53.695Z] #65 33.87 (3/4) Installing libucontext (1.2-r3) [2025-07-07T09:17:53.695Z] #65 33.95 (4/4) Installing gcompat (1.1.0-r4) [2025-07-07T09:17:53.695Z] #65 34.07 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:17:53.977Z] #65 34.26 OK: 9 MiB in 18 packages [2025-07-07T09:17:53.977Z] #65 ... [2025-07-07T09:17:53.977Z] [2025-07-07T09:17:53.977Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-07T09:17:53.977Z] #64 24.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:53.977Z] #64 34.40 (1/5) Installing dumb-init (1.2.5-r3) [2025-07-07T09:17:53.977Z] #64 34.43 (2/5) Installing musl-obstack (1.2.3-r2) [2025-07-07T09:17:53.977Z] #64 34.45 (3/5) Installing libucontext (1.2-r3) [2025-07-07T09:17:53.977Z] #64 34.47 (4/5) Installing gcompat (1.1.0-r4) [2025-07-07T09:17:53.977Z] #64 ... [2025-07-07T09:17:53.977Z] [2025-07-07T09:17:53.977Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:53.977Z] #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.1s [2025-07-07T09:17:54.244Z] #45 ... [2025-07-07T09:17:54.244Z] [2025-07-07T09:17:54.244Z] #83 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:17:54.244Z] #83 DONE 1.5s [2025-07-07T09:17:54.244Z] [2025-07-07T09:17:54.244Z] #67 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-07-07T09:17:54.244Z] #67 11.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:54.244Z] #67 13.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:54.519Z] #67 ... [2025-07-07T09:17:54.519Z] [2025-07-07T09:17:54.519Z] #69 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-07-07T09:17:54.519Z] #69 25.03 OK: 239 MiB in 58 packages [2025-07-07T09:17:54.519Z] #69 DONE 27.3s [2025-07-07T09:17:54.519Z] [2025-07-07T09:17:54.519Z] #84 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:17:54.786Z] #84 ... [2025-07-07T09:17:54.786Z] [2025-07-07T09:17:54.786Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-07-07T09:17:54.786Z] #0 6.922 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:54.786Z] #0 9.242 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:54.786Z] #85 ... [2025-07-07T09:17:54.786Z] [2025-07-07T09:17:54.786Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:55.053Z] #45 ... [2025-07-07T09:17:55.053Z] [2025-07-07T09:17:55.053Z] #68 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-07-07T09:17:55.053Z] #68 11.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:55.053Z] #68 13.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:55.053Z] #68 ... [2025-07-07T09:17:55.053Z] [2025-07-07T09:17:55.053Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:55.638Z] #45 ... [2025-07-07T09:17:55.638Z] [2025-07-07T09:17:55.638Z] #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-07-07T09:17:55.638Z] #72 24.76 OK: 239 MiB in 58 packages [2025-07-07T09:17:55.638Z] #72 DONE 27.6s [2025-07-07T09:17:55.638Z] [2025-07-07T09:17:55.638Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:55.638Z] #45 ... [2025-07-07T09:17:55.638Z] [2025-07-07T09:17:55.638Z] #84 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:17:55.638Z] #84 DONE 1.3s [2025-07-07T09:17:55.904Z] [2025-07-07T09:17:55.904Z] #86 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:17:56.179Z] #86 ... [2025-07-07T09:17:56.179Z] [2025-07-07T09:17:56.179Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-07T09:17:56.179Z] #65 DONE 36.5s [2025-07-07T09:17:56.451Z] [2025-07-07T09:17:56.451Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:57.034Z] #45 ... [2025-07-07T09:17:57.035Z] [2025-07-07T09:17:57.035Z] #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-07T09:17:57.035Z] #64 34.56 (5/5) Installing openssl (3.3.3-r0) [2025-07-07T09:17:57.035Z] #64 34.77 Executing busybox-1.36.1-r29.trigger [2025-07-07T09:17:57.035Z] #64 34.98 OK: 10 MiB in 19 packages [2025-07-07T09:17:57.035Z] #64 DONE 37.3s [2025-07-07T09:17:57.035Z] [2025-07-07T09:17:57.035Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:57.301Z] #45 ... [2025-07-07T09:17:57.301Z] [2025-07-07T09:17:57.301Z] #87 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:17:57.301Z] #87 DONE 1.7s [2025-07-07T09:17:57.568Z] [2025-07-07T09:17:57.568Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:57.835Z] #45 ... [2025-07-07T09:17:57.835Z] [2025-07-07T09:17:57.835Z] #67 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-07-07T09:17:57.835Z] #67 23.29 OK: 9 MiB in 15 packages [2025-07-07T09:17:57.835Z] #67 DONE 25.0s [2025-07-07T09:17:58.101Z] [2025-07-07T09:17:58.101Z] #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-07-07T09:17:58.684Z] #88 ... [2025-07-07T09:17:58.684Z] [2025-07-07T09:17:58.684Z] #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-07T09:17:58.951Z] #49 ... [2025-07-07T09:17:58.952Z] [2025-07-07T09:17:58.952Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:59.219Z] #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.2s [2025-07-07T09:17:59.219Z] #45 ... [2025-07-07T09:17:59.219Z] [2025-07-07T09:17:59.219Z] #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-07-07T09:17:59.219Z] #76 8.608 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:59.220Z] #76 10.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:17:59.220Z] #76 ... [2025-07-07T09:17:59.220Z] [2025-07-07T09:17:59.220Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:17:59.803Z] #45 ... [2025-07-07T09:17:59.803Z] [2025-07-07T09:17:59.803Z] #68 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-07-07T09:17:59.803Z] #68 24.47 OK: 9 MiB in 16 packages [2025-07-07T09:17:59.803Z] #68 DONE 25.9s [2025-07-07T09:17:59.803Z] [2025-07-07T09:17:59.804Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:18:00.766Z] #45 ... [2025-07-07T09:18:00.766Z] [2025-07-07T09:18:00.766Z] #78 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-07-07T09:18:00.766Z] #78 12.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:18:00.766Z] #78 21.71 OK: 15 MiB in 28 packages [2025-07-07T09:18:00.766Z] #78 DONE 22.8s [2025-07-07T09:18:00.766Z] [2025-07-07T09:18:00.766Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:18:01.034Z] #45 ... [2025-07-07T09:18:01.034Z] [2025-07-07T09:18:01.034Z] #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-07T09:18:01.034Z] #73 23.17 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-07T09:18:01.034Z] #73 23.17 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-07T09:18:01.034Z] #73 23.17 OK: 24049 distinct packages available [2025-07-07T09:18:01.034Z] #73 25.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:18:01.034Z] #73 27.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:18:01.301Z] #73 ... [2025-07-07T09:18:01.301Z] [2025-07-07T09:18:01.301Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-07-07T09:18:01.301Z] #77 20.02 OK: 239 MiB in 58 packages [2025-07-07T09:18:02.707Z] #77 DONE 21.6s [2025-07-07T09:18:02.707Z] [2025-07-07T09:18:02.707Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:18:02.707Z] #45 ... [2025-07-07T09:18:02.707Z] [2025-07-07T09:18:02.707Z] #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-07-07T09:18:02.707Z] #81 18.16 OK: 11 MiB in 17 packages [2025-07-07T09:18:02.707Z] #81 DONE 20.4s [2025-07-07T09:18:02.707Z] [2025-07-07T09:18:02.707Z] #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-07-07T09:18:02.707Z] #76 19.88 OK: 20 MiB in 18 packages [2025-07-07T09:18:02.707Z] #76 DONE 22.4s [2025-07-07T09:18:02.974Z] [2025-07-07T09:18:02.974Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-07-07T09:18:02.974Z] #80 10.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:18:02.974Z] #80 19.50 OK: 14 MiB in 21 packages [2025-07-07T09:18:02.974Z] #80 DONE 20.7s [2025-07-07T09:18:02.974Z] [2025-07-07T09:18:02.974Z] #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-07-07T09:18:03.242Z] #89 ... [2025-07-07T09:18:03.242Z] [2025-07-07T09:18:03.242Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-07-07T09:18:03.242Z] #85 17.30 OK: 20 MiB in 18 packages [2025-07-07T09:18:03.242Z] #85 DONE 18.5s [2025-07-07T09:18:03.242Z] [2025-07-07T09:18:03.242Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:18:03.511Z] #45 ... [2025-07-07T09:18:03.511Z] [2025-07-07T09:18:03.511Z] #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-07T09:18:03.511Z] #73 34.43 OK: 239 MiB in 58 packages [2025-07-07T09:18:03.511Z] #73 DONE 35.6s [2025-07-07T09:18:03.511Z] [2025-07-07T09:18:03.511Z] #90 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:18:03.777Z] #90 ... [2025-07-07T09:18:03.777Z] [2025-07-07T09:18:03.777Z] #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-07-07T09:18:03.777Z] #89 DONE 0.9s [2025-07-07T09:18:04.048Z] [2025-07-07T09:18:04.048Z] #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-07-07T09:18:04.317Z] #91 ... [2025-07-07T09:18:04.317Z] [2025-07-07T09:18:04.317Z] #92 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:18:04.585Z] #92 ... [2025-07-07T09:18:04.585Z] [2025-07-07T09:18:04.585Z] #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-07-07T09:18:04.585Z] #91 DONE 1.9s [2025-07-07T09:18:04.585Z] [2025-07-07T09:18:04.585Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:18:04.585Z] #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.6s [2025-07-07T09:18:05.166Z] #45 ... [2025-07-07T09:18:05.166Z] [2025-07-07T09:18:05.166Z] #90 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:18:05.166Z] #90 DONE 1.6s [2025-07-07T09:18:05.166Z] [2025-07-07T09:18:05.166Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:18:06.127Z] #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.1s done [2025-07-07T09:18:06.127Z] #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.1s done [2025-07-07T09:18:06.127Z] #45 ... [2025-07-07T09:18:06.127Z] [2025-07-07T09:18:06.127Z] #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-07-07T09:18:06.127Z] #0 9.187 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:18:06.392Z] #93 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:18:06.392Z] #93 ... [2025-07-07T09:18:06.392Z] [2025-07-07T09:18:06.392Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-07T09:18:06.392Z] #45 DONE 47.6s [2025-07-07T09:18:06.392Z] [2025-07-07T09:18:06.392Z] #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-07-07T09:18:06.392Z] #88 8.262 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-07T09:18:06.392Z] #88 9.262 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-07T09:18:06.971Z] #88 ... [2025-07-07T09:18:06.971Z] [2025-07-07T09:18:06.971Z] #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-07-07T09:18:06.971Z] #94 DONE 7.2s [2025-07-07T09:18:06.971Z] [2025-07-07T09:18:06.971Z] #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-07-07T09:18:06.971Z] #95 DONE 0.2s [2025-07-07T09:18:06.971Z] [2025-07-07T09:18:06.971Z] #96 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:18:07.551Z] #96 ... [2025-07-07T09:18:07.551Z] [2025-07-07T09:18:07.551Z] #97 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:18:07.551Z] #97 ... [2025-07-07T09:18:07.551Z] [2025-07-07T09:18:07.551Z] #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:18:10.122Z] #98 ... [2025-07-07T09:18:10.122Z] [2025-07-07T09:18:10.122Z] #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-07-07T09:18:10.122Z] #93 13.20 OK: 9 MiB in 18 packages [2025-07-07T09:18:10.122Z] #93 DONE 13.7s [2025-07-07T09:18:10.122Z] [2025-07-07T09:18:10.122Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-07T09:18:11.077Z] #99 ... [2025-07-07T09:18:11.077Z] [2025-07-07T09:18:11.077Z] #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-07-07T09:18:11.077Z] #88 13.03 OK: 10 MiB in 19 packages [2025-07-07T09:18:11.077Z] #88 DONE 14.1s [2025-07-07T09:18:11.077Z] [2025-07-07T09:18:11.077Z] #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-07-07T09:18:11.660Z] #100 ... [2025-07-07T09:18:11.660Z] [2025-07-07T09:18:11.660Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-07T09:18:11.660Z] #99 DONE 1.8s [2025-07-07T09:18:11.661Z] [2025-07-07T09:18:11.661Z] #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-07-07T09:18:11.661Z] #101 DONE 0.2s [2025-07-07T09:18:11.661Z] [2025-07-07T09:18:11.661Z] #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-07T09:18:11.926Z] #102 ... [2025-07-07T09:18:11.926Z] [2025-07-07T09:18:11.926Z] #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-07-07T09:18:11.926Z] #100 DONE 0.9s [2025-07-07T09:18:12.198Z] [2025-07-07T09:18:12.198Z] #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-07T09:18:12.198Z] #103 ... [2025-07-07T09:18:12.198Z] [2025-07-07T09:18:12.198Z] #104 [security-spire-config stage-2 6/10] COPY security.txt / [2025-07-07T09:18:12.198Z] #104 DONE 0.3s [2025-07-07T09:18:12.464Z] [2025-07-07T09:18:12.464Z] #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-07-07T09:18:12.464Z] #105 DONE 0.2s [2025-07-07T09:18:12.464Z] [2025-07-07T09:18:12.464Z] #92 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:18:12.464Z] #92 ... [2025-07-07T09:18:12.464Z] [2025-07-07T09:18:12.464Z] #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-07-07T09:18:12.735Z] #106 DONE 0.2s [2025-07-07T09:18:12.735Z] [2025-07-07T09:18:12.735Z] #107 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-07-07T09:18:12.735Z] #107 DONE 0.2s [2025-07-07T09:18:12.735Z] [2025-07-07T09:18:12.735Z] #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:18:13.003Z] #98 ... [2025-07-07T09:18:13.003Z] [2025-07-07T09:18:13.003Z] #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-07T09:18:13.003Z] #102 DONE 1.9s [2025-07-07T09:18:13.003Z] [2025-07-07T09:18:13.003Z] #108 [security-spire-config] exporting to image [2025-07-07T09:18:13.003Z] #108 exporting layers [2025-07-07T09:18:13.585Z] #108 ... [2025-07-07T09:18:13.585Z] [2025-07-07T09:18:13.585Z] #109 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-07-07T09:18:13.585Z] #109 DONE 0.5s [2025-07-07T09:18:13.585Z] [2025-07-07T09:18:13.585Z] #110 [security-spire-server stage-2 6/9] COPY security.txt / [2025-07-07T09:18:13.585Z] #110 DONE 0.2s [2025-07-07T09:18:13.585Z] [2025-07-07T09:18:13.585Z] #111 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-07-07T09:18:13.851Z] #111 DONE 0.2s [2025-07-07T09:18:13.851Z] [2025-07-07T09:18:13.851Z] #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-07T09:18:13.851Z] #103 DONE 1.9s [2025-07-07T09:18:13.851Z] [2025-07-07T09:18:13.851Z] #112 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-07-07T09:18:13.851Z] #112 DONE 0.2s [2025-07-07T09:18:13.851Z] [2025-07-07T09:18:13.851Z] #113 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-07-07T09:18:13.851Z] #113 DONE 0.1s [2025-07-07T09:18:13.851Z] [2025-07-07T09:18:13.851Z] #114 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-07-07T09:18:14.117Z] #114 DONE 0.2s [2025-07-07T09:18:14.117Z] [2025-07-07T09:18:14.117Z] #108 [security-spire-server] exporting to image [2025-07-07T09:18:14.389Z] #108 ... [2025-07-07T09:18:14.389Z] [2025-07-07T09:18:14.389Z] #115 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-07-07T09:18:14.389Z] #115 DONE 0.2s [2025-07-07T09:18:14.389Z] [2025-07-07T09:18:14.389Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-07-07T09:18:14.389Z] #116 DONE 0.2s [2025-07-07T09:18:14.389Z] [2025-07-07T09:18:14.389Z] #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-07T09:18:14.656Z] #49 ... [2025-07-07T09:18:14.656Z] [2025-07-07T09:18:14.656Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-07-07T09:18:14.656Z] #117 DONE 0.2s [2025-07-07T09:18:14.656Z] [2025-07-07T09:18:14.656Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-07-07T09:18:14.925Z] #118 DONE 0.1s [2025-07-07T09:18:14.925Z] [2025-07-07T09:18:14.925Z] #108 [security-spire-agent] exporting to image [2025-07-07T09:18:15.505Z] #108 exporting layers 2.7s done [2025-07-07T09:18:15.506Z] #108 writing image sha256:e3e742b3d599cdb74f094eec65e8648c41c1c8d9cced4f3901864c08134cda56 done [2025-07-07T09:18:15.506Z] #108 naming to docker.io/library/security-spire-config-arm64 done [2025-07-07T09:18:16.462Z] #108 exporting layers 2.3s done [2025-07-07T09:18:16.462Z] #108 writing image sha256:42b63079504d3235e9afc8287c2182addaa24e1bb283da1a619d515c78dce322 done [2025-07-07T09:18:16.462Z] #108 naming to docker.io/library/security-spire-server-arm64 [2025-07-07T09:18:16.462Z] #108 naming to docker.io/library/security-spire-server-arm64 done [2025-07-07T09:18:17.046Z] #108 exporting layers 2.0s done [2025-07-07T09:18:17.046Z] #108 writing image sha256:1f34292edfe90dd96b5def58745d77ede69e7b99099a4549f1f79bacb3432849 done [2025-07-07T09:18:17.046Z] #108 naming to docker.io/library/security-spire-agent-arm64 done [2025-07-07T09:18:17.046Z] #108 DONE 3.9s [2025-07-07T09:18:17.046Z] [2025-07-07T09:18:17.046Z] #86 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:18:34.483Z] #156 ... [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #152 [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-07-07T09:18:34.483Z] #152 143.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-07-07T09:18:34.483Z] #152 ... [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-07T09:18:34.483Z] #147 DONE 147.1s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-07-07T09:18:34.483Z] #151 DONE 147.1s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-07T09:18:34.483Z] #154 DONE 147.1s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-07T09:18:34.483Z] #145 DONE 147.1s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-07T09:18:34.483Z] #155 DONE 147.1s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #152 [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-07-07T09:18:34.483Z] #152 DONE 147.1s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #176 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:18:34.483Z] #176 DONE 0.2s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #177 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:18:34.483Z] #177 DONE 0.2s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #178 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:18:34.483Z] #178 DONE 0.2s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #179 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:18:34.483Z] #179 DONE 0.2s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #180 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-07-07T09:18:34.483Z] #180 ... [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #181 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:18:34.483Z] #181 DONE 0.1s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #182 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:18:34.483Z] #182 DONE 0.1s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #183 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:18:34.483Z] #183 DONE 0.1s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #184 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:18:34.483Z] #184 CACHED [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #185 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:18:34.483Z] #185 CACHED [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #186 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:18:34.483Z] #186 DONE 0.1s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #180 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-07-07T09:18:34.483Z] #180 DONE 0.2s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #187 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:18:34.483Z] #187 DONE 0.2s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #188 [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-07-07T09:18:34.483Z] #188 DONE 0.1s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #189 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-07-07T09:18:34.483Z] #189 DONE 0.4s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #190 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-07-07T09:18:34.483Z] #190 DONE 0.4s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #191 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-07-07T09:18:34.483Z] #191 DONE 0.5s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.483Z] #192 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-07-07T09:18:34.483Z] #192 DONE 0.4s [2025-07-07T09:18:34.483Z] [2025-07-07T09:18:34.484Z] #193 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-07-07T09:18:34.484Z] #193 DONE 0.2s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #194 [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-07-07T09:18:34.484Z] #194 DONE 0.3s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #195 [core-keeper] exporting to image [2025-07-07T09:18:34.484Z] #195 exporting layers [2025-07-07T09:18:34.484Z] #195 ... [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-07T09:18:34.484Z] #153 DONE 148.1s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #196 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-07-07T09:18:34.484Z] #196 DONE 0.1s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #197 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-07-07T09:18:34.484Z] #197 DONE 0.1s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #195 [core-keeper] exporting to image [2025-07-07T09:18:34.484Z] #195 exporting layers 0.1s done [2025-07-07T09:18:34.484Z] #195 ... [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #198 [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-07-07T09:18:34.484Z] #198 DONE 0.3s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #199 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-07-07T09:18:34.484Z] #199 DONE 0.2s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #200 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-07-07T09:18:34.484Z] #200 DONE 0.3s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #195 [core-keeper] exporting to image [2025-07-07T09:18:34.484Z] #195 writing image sha256:221a18b05738783e299d61df18dfca6a726fa48595c533c765b0cb9d93a66cb2 done [2025-07-07T09:18:34.484Z] #195 naming to docker.io/library/core-keeper 0.0s done [2025-07-07T09:18:34.484Z] #195 DONE 0.3s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #201 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-07-07T09:18:34.484Z] #201 DONE 0.2s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #202 [core-command] exporting to image [2025-07-07T09:18:34.484Z] #202 exporting layers 0.2s done [2025-07-07T09:18:34.484Z] #202 writing image sha256:794190025d099e3a0ad6b314abdb974734f5cb6aa46647c4c5e18583a46f17cc done [2025-07-07T09:18:34.484Z] #202 naming to docker.io/library/core-command done [2025-07-07T09:18:34.484Z] #202 DONE 0.3s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #203 [security-spiffe-token-provider] exporting to image [2025-07-07T09:18:34.484Z] #203 exporting layers 0.1s done [2025-07-07T09:18:34.484Z] #203 ... [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #204 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:18:34.484Z] #204 DONE 0.3s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #205 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-07-07T09:18:34.484Z] #205 DONE 0.3s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #206 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-07-07T09:18:34.484Z] #206 DONE 0.4s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #203 [security-spiffe-token-provider] exporting to image [2025-07-07T09:18:34.484Z] #203 writing image sha256:a60eed78e94640f5e230f93fd69522427d360eec434fdd928a5405e73bd4fb78 0.0s done [2025-07-07T09:18:34.484Z] #203 naming to docker.io/library/security-spiffe-token-provider [2025-07-07T09:18:34.484Z] #203 naming to docker.io/library/security-spiffe-token-provider 0.0s done [2025-07-07T09:18:34.484Z] #203 DONE 0.5s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #207 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:18:34.484Z] #207 DONE 0.3s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #208 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-07-07T09:18:34.484Z] #208 ... [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-07T09:18:34.484Z] #156 DONE 149.0s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #178 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:18:34.484Z] #178 DONE 0.2s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #183 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:18:34.484Z] #183 DONE 0.1s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-07T09:18:34.484Z] #149 DONE 149.0s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #208 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-07-07T09:18:34.484Z] #208 DONE 0.3s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #209 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-07-07T09:18:34.484Z] #209 DONE 0.3s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #210 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-07-07T09:18:34.484Z] #210 ... [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #211 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:18:34.484Z] #211 CACHED [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #212 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:18:34.484Z] #212 CACHED [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #213 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-07T09:18:34.484Z] #213 DONE 0.7s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #214 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-07-07T09:18:34.484Z] #214 DONE 0.2s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #215 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:18:34.484Z] #215 DONE 0.2s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #210 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-07-07T09:18:34.484Z] #210 DONE 0.2s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #216 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-07-07T09:18:34.484Z] #216 DONE 0.2s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #217 [core-data] exporting to image [2025-07-07T09:18:34.484Z] #217 ... [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #218 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:18:34.484Z] #218 DONE 0.1s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-07-07T09:18:34.484Z] #219 DONE 0.1s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #220 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-07-07T09:18:34.484Z] #220 DONE 0.1s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #221 [security-proxy-auth] exporting to image [2025-07-07T09:18:34.484Z] #221 exporting layers 0.3s done [2025-07-07T09:18:34.484Z] #221 writing image sha256:880f0ee19dcea9104a7da16df9ae4760f4966c2a92b939b45af486c432a15c30 0.0s done [2025-07-07T09:18:34.484Z] #221 naming to docker.io/library/security-proxy-auth done [2025-07-07T09:18:34.484Z] #221 DONE 0.3s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #217 [core-data] exporting to image [2025-07-07T09:18:34.484Z] #217 exporting layers 0.1s done [2025-07-07T09:18:34.484Z] #217 writing image sha256:f59f483d47e4f34126b260d4880ce29df986715bf054b02b4c645ff0d3581fd3 done [2025-07-07T09:18:34.484Z] #217 naming to docker.io/library/core-data done [2025-07-07T09:18:34.484Z] #217 DONE 0.3s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #222 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-07-07T09:18:34.484Z] #222 DONE 0.2s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #223 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-07-07T09:18:34.484Z] #223 DONE 0.2s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #224 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-07T09:18:34.484Z] #224 DONE 0.9s [2025-07-07T09:18:34.484Z] [2025-07-07T09:18:34.484Z] #225 [core-metadata] exporting to image [2025-07-07T09:18:34.743Z] #225 ... [2025-07-07T09:18:34.743Z] [2025-07-07T09:18:34.743Z] #226 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-07-07T09:18:34.743Z] #226 DONE 0.1s [2025-07-07T09:18:34.743Z] [2025-07-07T09:18:34.743Z] #225 [core-metadata] exporting to image [2025-07-07T09:18:34.743Z] #225 exporting layers 0.2s done [2025-07-07T09:18:34.743Z] #225 writing image sha256:531231f6c620816e2b110a42bf3c25ed1770a9efa805ee9c39fe735d8d8da8fd 0.0s done [2025-07-07T09:18:34.743Z] #225 naming to docker.io/library/core-metadata done [2025-07-07T09:18:34.743Z] #225 DONE 0.2s [2025-07-07T09:18:34.743Z] [2025-07-07T09:18:34.743Z] #227 [support-scheduler] exporting to image [2025-07-07T09:18:35.001Z] #227 ... [2025-07-07T09:18:35.001Z] [2025-07-07T09:18:35.001Z] #228 [security-proxy-setup] exporting to image [2025-07-07T09:18:35.001Z] #228 exporting layers 0.2s done [2025-07-07T09:18:35.001Z] #228 writing image sha256:e7e41825466a90c36a5f4b9a8d4cefc3d49b1521a9d919712c5b760388e11dfc done [2025-07-07T09:18:35.001Z] #228 naming to docker.io/library/security-proxy-setup done [2025-07-07T09:18:35.001Z] #228 DONE 0.3s [2025-07-07T09:18:35.001Z] [2025-07-07T09:18:35.001Z] #229 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-07T09:18:35.001Z] #229 DONE 0.6s [2025-07-07T09:18:35.001Z] [2025-07-07T09:18:35.001Z] #227 [support-scheduler] exporting to image [2025-07-07T09:18:35.001Z] #227 exporting layers 0.3s done [2025-07-07T09:18:35.001Z] #227 writing image sha256:039e15b59b29143d9fc546ba15e00587fa05cdbd05bcbdf103885dc5a1193cc1 done [2025-07-07T09:18:35.001Z] #227 naming to docker.io/library/support-scheduler done [2025-07-07T09:18:35.001Z] #227 DONE 0.4s [2025-07-07T09:18:35.001Z] [2025-07-07T09:18:35.001Z] #230 [security-secretstore-setup] exporting to image [2025-07-07T09:18:35.258Z] #230 exporting layers 0.2s done [2025-07-07T09:18:35.258Z] #230 writing image sha256:bc6b3749ed1fc88dcd655efbb57f4ea1765852919f5cb6bac266620db146f901 done [2025-07-07T09:18:35.258Z] #230 naming to docker.io/library/security-secretstore-setup done [2025-07-07T09:18:35.258Z] #230 DONE 0.2s [2025-07-07T09:18:35.258Z] [2025-07-07T09:18:35.258Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-07T09:18:35.516Z] #150 DONE 150.6s [2025-07-07T09:18:35.774Z] [2025-07-07T09:18:35.774Z] #231 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:18:35.774Z] #231 DONE 0.0s [2025-07-07T09:18:35.774Z] [2025-07-07T09:18:35.774Z] #232 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:18:35.774Z] #232 DONE 0.0s [2025-07-07T09:18:35.774Z] [2025-07-07T09:18:35.774Z] #233 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-07-07T09:18:36.033Z] #233 DONE 0.1s [2025-07-07T09:18:36.033Z] [2025-07-07T09:18:36.033Z] #234 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-07-07T09:18:36.033Z] #234 DONE 0.0s [2025-07-07T09:18:36.033Z] [2025-07-07T09:18:36.033Z] #235 [support-notifications] exporting to image [2025-07-07T09:18:36.033Z] #235 exporting layers 0.1s done [2025-07-07T09:18:36.033Z] #235 writing image sha256:ad110d9862a7ea74b573946b7c54248db1644e01e46bcc69f1f8465f737efc79 done [2025-07-07T09:18:36.033Z] #235 naming to docker.io/library/support-notifications done [2025-07-07T09:18:36.033Z] #235 DONE 0.1s [2025-07-07T09:18:36.033Z] time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:18:36.033Z] time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:18:36.033Z] time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:18:36.033Z] time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:18:36.033Z] time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:18:36.033Z] time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:18:36.033Z] time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:18:36.033Z] time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:18:36.033Z] time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:18:36.033Z] time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:18:36.033Z] time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:18:36.033Z] time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:18:36.033Z] time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:18:36.033Z] time="2025-07-07T09:15:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:18:36.033Z] time="2025-07-07T09:15:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-07-07T09:18:36.002Z] $ docker stop --time=1 f4647f920667080fbb4f14ba42827843b384f35741d9e678e16a2942c2ddfbdf [2025-07-07T09:18:37.245Z] $ docker rm -f --volumes f4647f920667080fbb4f14ba42827843b384f35741d9e678e16a2942c2ddfbdf [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-07T09:18:37.627Z] + docker images [2025-07-07T09:18:37.627Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-07-07T09:18:37.627Z] support-notifications latest ad110d9862a7 2 seconds ago 52.3MB [2025-07-07T09:18:37.627Z] support-scheduler latest 039e15b59b29 3 seconds ago 48.7MB [2025-07-07T09:18:37.627Z] security-secretstore-setup latest bc6b3749ed1f 3 seconds ago 68.9MB [2025-07-07T09:18:37.627Z] core-metadata latest 531231f6c620 3 seconds ago 33.2MB [2025-07-07T09:18:37.627Z] security-proxy-setup latest e7e41825466a 3 seconds ago 38.6MB [2025-07-07T09:18:37.627Z] core-data latest f59f483d47e4 4 seconds ago 33MB [2025-07-07T09:18:37.627Z] security-proxy-auth latest 880f0ee19dce 4 seconds ago 31.9MB [2025-07-07T09:18:37.627Z] security-spiffe-token-provider latest a60eed78e946 4 seconds ago 47.5MB [2025-07-07T09:18:37.627Z] core-command latest 794190025d09 5 seconds ago 28.5MB [2025-07-07T09:18:37.627Z] core-keeper latest 221a18b05738 5 seconds ago 32.6MB [2025-07-07T09:18:37.627Z] core-common-config-bootstrapper latest 7d4c7c90bb98 About a minute ago 17.1MB [2025-07-07T09:18:37.627Z] security-bootstrapper latest 471e133fdb60 About a minute ago 20.4MB [2025-07-07T09:18:37.627Z] security-spire-agent latest d59970a59460 3 minutes ago 195MB [2025-07-07T09:18:37.627Z] security-spire-server latest 6931b0ccff8a 3 minutes ago 149MB [2025-07-07T09:18:37.627Z] security-spire-config latest 40b015534426 3 minutes ago 149MB [2025-07-07T09:18:37.627Z] ci-base-image-x86_64 latest 778252ba41fe 6 minutes ago 924MB [2025-07-07T09:18:37.627Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 2 weeks ago 574MB [2025-07-07T09:18:37.627Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 6 weeks ago 573MB [2025-07-07T09:18:37.627Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-07T09:18:37.759Z] provisioning config files... [2025-07-07T09:18:37.769Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/869@tmp/config6341399330360461117tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-07T09:18:38.068Z] ---> ****-login.sh [2025-07-07T09:18:38.068Z] nexus3.edgexfoundry.org:10001 [2025-07-07T09:18:38.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:18:38.068Z] Login Succeeded [2025-07-07T09:18:38.069Z] nexus3.edgexfoundry.org:10002 [2025-07-07T09:18:38.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:18:38.069Z] Login Succeeded [2025-07-07T09:18:38.069Z] nexus3.edgexfoundry.org:10003 [2025-07-07T09:18:38.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:18:38.328Z] Login Succeeded [2025-07-07T09:18:38.328Z] nexus3.edgexfoundry.org:10004 [2025-07-07T09:18:38.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:18:38.328Z] Login Succeeded [2025-07-07T09:18:38.328Z] ****.io [2025-07-07T09:18:38.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:18:38.585Z] Login Succeeded [2025-07-07T09:18:38.585Z] ---> ****-login.sh ends [Pipeline] } [2025-07-07T09:18:38.591Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:18:38.640Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-07T09:18:38.672Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-07-07T09:18:38.672Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:18:38.672Z] latest [2025-07-07T09:18:38.672Z] 4.1.0-dev.37 [2025-07-07T09:18:38.672Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:18:38.672Z] main [2025-07-07T09:18:38.672Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:39.021Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:39.347Z] + docker push nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:18:39.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-07T09:18:39.347Z] 62dab0fd4a57: Preparing [2025-07-07T09:18:39.347Z] d7f52e0bc81f: Preparing [2025-07-07T09:18:39.347Z] 9e8ee8f9c419: Preparing [2025-07-07T09:18:39.347Z] f7ad3b2f42c6: Preparing [2025-07-07T09:18:39.347Z] 7111c33804ab: Preparing [2025-07-07T09:18:39.347Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:18:39.347Z] 994456c4fd7b: Preparing [2025-07-07T09:18:39.347Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:18:39.347Z] 994456c4fd7b: Waiting [2025-07-07T09:18:39.347Z] 9e8ee8f9c419: Pushed [2025-07-07T09:18:39.347Z] f7ad3b2f42c6: Pushed [2025-07-07T09:18:39.347Z] 62dab0fd4a57: Pushed [2025-07-07T09:18:39.347Z] 7111c33804ab: Pushed [2025-07-07T09:18:39.347Z] 994456c4fd7b: Layer already exists [2025-07-07T09:18:39.347Z] 0bb79dfaf4ac: Pushed [2025-07-07T09:18:41.881Z] d7f52e0bc81f: Pushed [2025-07-07T09:18:41.881Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:42.221Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:42.553Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-07T09:18:42.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-07T09:18:42.553Z] 62dab0fd4a57: Preparing [2025-07-07T09:18:42.553Z] d7f52e0bc81f: Preparing [2025-07-07T09:18:42.553Z] 9e8ee8f9c419: Preparing [2025-07-07T09:18:42.553Z] f7ad3b2f42c6: Preparing [2025-07-07T09:18:42.553Z] 7111c33804ab: Preparing [2025-07-07T09:18:42.553Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:18:42.553Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:18:42.553Z] 994456c4fd7b: Preparing [2025-07-07T09:18:42.553Z] 994456c4fd7b: Waiting [2025-07-07T09:18:42.553Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:18:42.553Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:18:42.553Z] d7f52e0bc81f: Layer already exists [2025-07-07T09:18:42.553Z] 7111c33804ab: Layer already exists [2025-07-07T09:18:42.553Z] 62dab0fd4a57: Layer already exists [2025-07-07T09:18:42.553Z] 0bb79dfaf4ac: Layer already exists [2025-07-07T09:18:42.553Z] 994456c4fd7b: Layer already exists [2025-07-07T09:18:42.553Z] latest: digest: sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:42.880Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:43.205Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37 [2025-07-07T09:18:43.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-07T09:18:43.205Z] 62dab0fd4a57: Preparing [2025-07-07T09:18:43.205Z] d7f52e0bc81f: Preparing [2025-07-07T09:18:43.205Z] 9e8ee8f9c419: Preparing [2025-07-07T09:18:43.205Z] f7ad3b2f42c6: Preparing [2025-07-07T09:18:43.205Z] 7111c33804ab: Preparing [2025-07-07T09:18:43.205Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:18:43.205Z] 994456c4fd7b: Preparing [2025-07-07T09:18:43.205Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:18:43.205Z] 994456c4fd7b: Waiting [2025-07-07T09:18:43.205Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:18:43.205Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:18:43.205Z] 62dab0fd4a57: Layer already exists [2025-07-07T09:18:43.205Z] 7111c33804ab: Layer already exists [2025-07-07T09:18:43.205Z] d7f52e0bc81f: Layer already exists [2025-07-07T09:18:43.205Z] 994456c4fd7b: Layer already exists [2025-07-07T09:18:43.205Z] 0bb79dfaf4ac: Layer already exists [2025-07-07T09:18:43.205Z] 4.1.0-dev.37: digest: sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:43.536Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:43.862Z] + docker push nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:18:43.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-07T09:18:43.862Z] 62dab0fd4a57: Preparing [2025-07-07T09:18:43.862Z] d7f52e0bc81f: Preparing [2025-07-07T09:18:43.862Z] 9e8ee8f9c419: Preparing [2025-07-07T09:18:43.862Z] f7ad3b2f42c6: Preparing [2025-07-07T09:18:43.862Z] 7111c33804ab: Preparing [2025-07-07T09:18:43.862Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:18:43.862Z] 994456c4fd7b: Preparing [2025-07-07T09:18:43.862Z] 994456c4fd7b: Waiting [2025-07-07T09:18:43.862Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:18:43.862Z] 7111c33804ab: Layer already exists [2025-07-07T09:18:43.862Z] d7f52e0bc81f: Layer already exists [2025-07-07T09:18:43.862Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:18:43.862Z] 62dab0fd4a57: Layer already exists [2025-07-07T09:18:43.862Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:18:43.862Z] 994456c4fd7b: Layer already exists [2025-07-07T09:18:43.862Z] 0bb79dfaf4ac: Layer already exists [2025-07-07T09:18:43.862Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:44.179Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:44.491Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-07-07T09:18:44.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-07T09:18:44.491Z] 62dab0fd4a57: Preparing [2025-07-07T09:18:44.491Z] d7f52e0bc81f: Preparing [2025-07-07T09:18:44.491Z] 9e8ee8f9c419: Preparing [2025-07-07T09:18:44.491Z] f7ad3b2f42c6: Preparing [2025-07-07T09:18:44.491Z] 7111c33804ab: Preparing [2025-07-07T09:18:44.491Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:18:44.491Z] 994456c4fd7b: Preparing [2025-07-07T09:18:44.491Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:18:44.491Z] 994456c4fd7b: Waiting [2025-07-07T09:18:44.491Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:18:44.491Z] d7f52e0bc81f: Layer already exists [2025-07-07T09:18:44.491Z] 62dab0fd4a57: Layer already exists [2025-07-07T09:18:44.491Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:18:44.491Z] 7111c33804ab: Layer already exists [2025-07-07T09:18:44.491Z] 994456c4fd7b: Layer already exists [2025-07-07T09:18:44.491Z] 0bb79dfaf4ac: Layer already exists [2025-07-07T09:18:44.491Z] main: digest: sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:18:44.550Z] ===================================================== [Pipeline] echo [2025-07-07T09:18:44.562Z] taggedImages: [2025-07-07T09:18:44.562Z] - nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:18:44.562Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-07T09:18:44.562Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37 [2025-07-07T09:18:44.562Z] - nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:18:44.562Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-07-07T09:18:44.584Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-07-07T09:18:44.584Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:18:44.584Z] latest [2025-07-07T09:18:44.584Z] 4.1.0-dev.37 [2025-07-07T09:18:44.584Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:18:44.584Z] main [2025-07-07T09:18:44.584Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:44.910Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:45.231Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:18:45.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-07T09:18:45.231Z] ee2412fe8620: Preparing [2025-07-07T09:18:45.231Z] 4b90ab0bdbf8: Preparing [2025-07-07T09:18:45.231Z] 8266b75b831f: Preparing [2025-07-07T09:18:45.231Z] 0d3f0172a675: Preparing [2025-07-07T09:18:45.231Z] 9e8ee8f9c419: Preparing [2025-07-07T09:18:45.231Z] f7ad3b2f42c6: Preparing [2025-07-07T09:18:45.231Z] 7111c33804ab: Preparing [2025-07-07T09:18:45.231Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:18:45.231Z] 994456c4fd7b: Preparing [2025-07-07T09:18:45.231Z] 7111c33804ab: Waiting [2025-07-07T09:18:45.231Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:18:45.231Z] 994456c4fd7b: Waiting [2025-07-07T09:18:45.231Z] f7ad3b2f42c6: Waiting [2025-07-07T09:18:45.231Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:18:45.231Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:18:45.231Z] 7111c33804ab: Layer already exists [2025-07-07T09:18:45.231Z] 0bb79dfaf4ac: Layer already exists [2025-07-07T09:18:45.231Z] ee2412fe8620: Pushed [2025-07-07T09:18:45.231Z] 994456c4fd7b: Layer already exists [2025-07-07T09:18:45.231Z] 4b90ab0bdbf8: Pushed [2025-07-07T09:18:45.231Z] 8266b75b831f: Pushed [2025-07-07T09:18:46.165Z] 0d3f0172a675: Pushed [2025-07-07T09:18:46.422Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:46.745Z] + 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-07-07T09:18:47.069Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-07T09:18:47.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-07T09:18:47.069Z] ee2412fe8620: Preparing [2025-07-07T09:18:47.069Z] 4b90ab0bdbf8: Preparing [2025-07-07T09:18:47.069Z] 8266b75b831f: Preparing [2025-07-07T09:18:47.069Z] 0d3f0172a675: Preparing [2025-07-07T09:18:47.069Z] 9e8ee8f9c419: Preparing [2025-07-07T09:18:47.069Z] f7ad3b2f42c6: Preparing [2025-07-07T09:18:47.069Z] 7111c33804ab: Preparing [2025-07-07T09:18:47.069Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:18:47.069Z] 994456c4fd7b: Preparing [2025-07-07T09:18:47.069Z] 7111c33804ab: Waiting [2025-07-07T09:18:47.069Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:18:47.069Z] 994456c4fd7b: Waiting [2025-07-07T09:18:47.069Z] f7ad3b2f42c6: Waiting [2025-07-07T09:18:47.069Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:18:47.069Z] 0d3f0172a675: Layer already exists [2025-07-07T09:18:47.069Z] ee2412fe8620: Layer already exists [2025-07-07T09:18:47.069Z] 4b90ab0bdbf8: Layer already exists [2025-07-07T09:18:47.069Z] 8266b75b831f: Layer already exists [2025-07-07T09:18:47.069Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:18:47.069Z] 7111c33804ab: Layer already exists [2025-07-07T09:18:47.069Z] 0bb79dfaf4ac: Layer already exists [2025-07-07T09:18:47.069Z] 994456c4fd7b: Layer already exists [2025-07-07T09:18:47.069Z] latest: digest: sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:47.398Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:47.717Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37 [2025-07-07T09:18:47.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-07T09:18:47.717Z] ee2412fe8620: Preparing [2025-07-07T09:18:47.717Z] 4b90ab0bdbf8: Preparing [2025-07-07T09:18:47.717Z] 8266b75b831f: Preparing [2025-07-07T09:18:47.717Z] 0d3f0172a675: Preparing [2025-07-07T09:18:47.717Z] 9e8ee8f9c419: Preparing [2025-07-07T09:18:47.717Z] f7ad3b2f42c6: Preparing [2025-07-07T09:18:47.717Z] 7111c33804ab: Preparing [2025-07-07T09:18:47.717Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:18:47.717Z] 994456c4fd7b: Preparing [2025-07-07T09:18:47.717Z] f7ad3b2f42c6: Waiting [2025-07-07T09:18:47.717Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:18:47.717Z] 7111c33804ab: Waiting [2025-07-07T09:18:47.717Z] 994456c4fd7b: Waiting [2025-07-07T09:18:47.717Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:18:47.717Z] 0d3f0172a675: Layer already exists [2025-07-07T09:18:47.717Z] ee2412fe8620: Layer already exists [2025-07-07T09:18:47.717Z] 4b90ab0bdbf8: Layer already exists [2025-07-07T09:18:47.717Z] 8266b75b831f: Layer already exists [2025-07-07T09:18:47.717Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:18:47.717Z] 7111c33804ab: Layer already exists [2025-07-07T09:18:47.717Z] 994456c4fd7b: Layer already exists [2025-07-07T09:18:47.717Z] 0bb79dfaf4ac: Layer already exists [2025-07-07T09:18:47.717Z] 4.1.0-dev.37: digest: sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:48.043Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:48.357Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:18:48.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-07T09:18:48.357Z] ee2412fe8620: Preparing [2025-07-07T09:18:48.357Z] 4b90ab0bdbf8: Preparing [2025-07-07T09:18:48.357Z] 8266b75b831f: Preparing [2025-07-07T09:18:48.357Z] 0d3f0172a675: Preparing [2025-07-07T09:18:48.357Z] 9e8ee8f9c419: Preparing [2025-07-07T09:18:48.357Z] f7ad3b2f42c6: Preparing [2025-07-07T09:18:48.357Z] 7111c33804ab: Preparing [2025-07-07T09:18:48.357Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:18:48.357Z] 994456c4fd7b: Preparing [2025-07-07T09:18:48.357Z] f7ad3b2f42c6: Waiting [2025-07-07T09:18:48.357Z] 7111c33804ab: Waiting [2025-07-07T09:18:48.357Z] 994456c4fd7b: Waiting [2025-07-07T09:18:48.357Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:18:48.357Z] 0d3f0172a675: Layer already exists [2025-07-07T09:18:48.357Z] 4b90ab0bdbf8: Layer already exists [2025-07-07T09:18:48.357Z] 8266b75b831f: Layer already exists [2025-07-07T09:18:48.357Z] ee2412fe8620: Layer already exists [2025-07-07T09:18:48.357Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:18:48.357Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:18:48.357Z] 7111c33804ab: Layer already exists [2025-07-07T09:18:48.357Z] 0bb79dfaf4ac: Layer already exists [2025-07-07T09:18:48.357Z] 994456c4fd7b: Layer already exists [2025-07-07T09:18:48.357Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:48.780Z] + 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-07-07T09:18:49.147Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-07-07T09:18:49.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-07T09:18:49.147Z] ee2412fe8620: Preparing [2025-07-07T09:18:49.147Z] 4b90ab0bdbf8: Preparing [2025-07-07T09:18:49.147Z] 8266b75b831f: Preparing [2025-07-07T09:18:49.147Z] 0d3f0172a675: Preparing [2025-07-07T09:18:49.147Z] 9e8ee8f9c419: Preparing [2025-07-07T09:18:49.147Z] f7ad3b2f42c6: Preparing [2025-07-07T09:18:49.147Z] 7111c33804ab: Preparing [2025-07-07T09:18:49.147Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:18:49.147Z] 994456c4fd7b: Preparing [2025-07-07T09:18:49.147Z] f7ad3b2f42c6: Waiting [2025-07-07T09:18:49.147Z] 7111c33804ab: Waiting [2025-07-07T09:18:49.147Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:18:49.147Z] 994456c4fd7b: Waiting [2025-07-07T09:18:49.147Z] ee2412fe8620: Layer already exists [2025-07-07T09:18:49.147Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:18:49.147Z] 8266b75b831f: Layer already exists [2025-07-07T09:18:49.147Z] 0d3f0172a675: Layer already exists [2025-07-07T09:18:49.147Z] 4b90ab0bdbf8: Layer already exists [2025-07-07T09:18:49.147Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:18:49.147Z] 994456c4fd7b: Layer already exists [2025-07-07T09:18:49.147Z] 0bb79dfaf4ac: Layer already exists [2025-07-07T09:18:49.147Z] 7111c33804ab: Layer already exists [2025-07-07T09:18:49.147Z] main: digest: sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:18:49.226Z] ===================================================== [Pipeline] echo [2025-07-07T09:18:49.239Z] taggedImages: [2025-07-07T09:18:49.240Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:18:49.240Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-07T09:18:49.240Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37 [2025-07-07T09:18:49.240Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:18:49.240Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-07-07T09:18:49.266Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-07-07T09:18:49.266Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:18:49.266Z] latest [2025-07-07T09:18:49.266Z] 4.1.0-dev.37 [2025-07-07T09:18:49.266Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:18:49.266Z] main [2025-07-07T09:18:49.266Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:49.642Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:50.026Z] + docker push nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:18:50.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-07T09:18:50.026Z] c343cdd14edb: Preparing [2025-07-07T09:18:50.026Z] 10df9c696d5d: Preparing [2025-07-07T09:18:50.026Z] 9e8ee8f9c419: Preparing [2025-07-07T09:18:50.026Z] f7ad3b2f42c6: Preparing [2025-07-07T09:18:50.026Z] 972618dc0149: Preparing [2025-07-07T09:18:50.026Z] 1cd3bf05dca3: Preparing [2025-07-07T09:18:50.026Z] 994456c4fd7b: Preparing [2025-07-07T09:18:50.026Z] 994456c4fd7b: Waiting [2025-07-07T09:18:50.026Z] 1cd3bf05dca3: Waiting [2025-07-07T09:18:50.026Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:18:50.026Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:18:50.026Z] 994456c4fd7b: Layer already exists [2025-07-07T09:18:50.026Z] c343cdd14edb: Pushed [2025-07-07T09:18:50.026Z] 972618dc0149: Pushed [2025-07-07T09:18:50.026Z] 1cd3bf05dca3: Pushed [2025-07-07T09:18:52.555Z] 10df9c696d5d: Pushed [2025-07-07T09:18:52.555Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:52.877Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:53.206Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-07T09:18:53.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-07T09:18:53.206Z] c343cdd14edb: Preparing [2025-07-07T09:18:53.206Z] 10df9c696d5d: Preparing [2025-07-07T09:18:53.206Z] 9e8ee8f9c419: Preparing [2025-07-07T09:18:53.206Z] f7ad3b2f42c6: Preparing [2025-07-07T09:18:53.206Z] 972618dc0149: Preparing [2025-07-07T09:18:53.206Z] 1cd3bf05dca3: Preparing [2025-07-07T09:18:53.206Z] 994456c4fd7b: Preparing [2025-07-07T09:18:53.206Z] 994456c4fd7b: Waiting [2025-07-07T09:18:53.206Z] 1cd3bf05dca3: Waiting [2025-07-07T09:18:53.206Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:18:53.206Z] 10df9c696d5d: Layer already exists [2025-07-07T09:18:53.206Z] 972618dc0149: Layer already exists [2025-07-07T09:18:53.206Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:18:53.206Z] c343cdd14edb: Layer already exists [2025-07-07T09:18:53.206Z] 994456c4fd7b: Layer already exists [2025-07-07T09:18:53.206Z] 1cd3bf05dca3: Layer already exists [2025-07-07T09:18:53.206Z] latest: digest: sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:53.533Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:53.850Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37 [2025-07-07T09:18:53.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-07T09:18:53.850Z] c343cdd14edb: Preparing [2025-07-07T09:18:53.850Z] 10df9c696d5d: Preparing [2025-07-07T09:18:53.850Z] 9e8ee8f9c419: Preparing [2025-07-07T09:18:53.850Z] f7ad3b2f42c6: Preparing [2025-07-07T09:18:53.850Z] 972618dc0149: Preparing [2025-07-07T09:18:53.850Z] 1cd3bf05dca3: Preparing [2025-07-07T09:18:53.850Z] 1cd3bf05dca3: Waiting [2025-07-07T09:18:53.850Z] 994456c4fd7b: Preparing [2025-07-07T09:18:53.850Z] 994456c4fd7b: Waiting [2025-07-07T09:18:53.850Z] 10df9c696d5d: Layer already exists [2025-07-07T09:18:53.850Z] c343cdd14edb: Layer already exists [2025-07-07T09:18:53.850Z] 972618dc0149: Layer already exists [2025-07-07T09:18:53.850Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:18:53.850Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:18:53.850Z] 1cd3bf05dca3: Layer already exists [2025-07-07T09:18:53.850Z] 994456c4fd7b: Layer already exists [2025-07-07T09:18:53.850Z] 4.1.0-dev.37: digest: sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:54.172Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:54.487Z] + docker push nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:18:54.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-07T09:18:54.487Z] c343cdd14edb: Preparing [2025-07-07T09:18:54.487Z] 10df9c696d5d: Preparing [2025-07-07T09:18:54.487Z] 9e8ee8f9c419: Preparing [2025-07-07T09:18:54.487Z] f7ad3b2f42c6: Preparing [2025-07-07T09:18:54.487Z] 972618dc0149: Preparing [2025-07-07T09:18:54.487Z] 1cd3bf05dca3: Preparing [2025-07-07T09:18:54.487Z] 994456c4fd7b: Preparing [2025-07-07T09:18:54.487Z] 1cd3bf05dca3: Waiting [2025-07-07T09:18:54.487Z] 994456c4fd7b: Waiting [2025-07-07T09:18:54.487Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:18:54.487Z] c343cdd14edb: Layer already exists [2025-07-07T09:18:54.487Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:18:54.487Z] 972618dc0149: Layer already exists [2025-07-07T09:18:54.487Z] 10df9c696d5d: Layer already exists [2025-07-07T09:18:54.487Z] 1cd3bf05dca3: Layer already exists [2025-07-07T09:18:54.487Z] 994456c4fd7b: Layer already exists [2025-07-07T09:18:54.487Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:54.809Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:55.124Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-07-07T09:18:55.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-07T09:18:55.124Z] c343cdd14edb: Preparing [2025-07-07T09:18:55.124Z] 10df9c696d5d: Preparing [2025-07-07T09:18:55.124Z] 9e8ee8f9c419: Preparing [2025-07-07T09:18:55.124Z] f7ad3b2f42c6: Preparing [2025-07-07T09:18:55.124Z] 972618dc0149: Preparing [2025-07-07T09:18:55.124Z] 1cd3bf05dca3: Preparing [2025-07-07T09:18:55.124Z] 994456c4fd7b: Preparing [2025-07-07T09:18:55.124Z] 994456c4fd7b: Waiting [2025-07-07T09:18:55.124Z] 1cd3bf05dca3: Waiting [2025-07-07T09:18:55.124Z] 972618dc0149: Layer already exists [2025-07-07T09:18:55.124Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:18:55.124Z] c343cdd14edb: Layer already exists [2025-07-07T09:18:55.124Z] 10df9c696d5d: Layer already exists [2025-07-07T09:18:55.124Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:18:55.124Z] 1cd3bf05dca3: Layer already exists [2025-07-07T09:18:55.124Z] 994456c4fd7b: Layer already exists [2025-07-07T09:18:55.124Z] main: digest: sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:18:55.202Z] ===================================================== [Pipeline] echo [2025-07-07T09:18:55.218Z] taggedImages: [2025-07-07T09:18:55.218Z] - nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:18:55.218Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-07T09:18:55.218Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37 [2025-07-07T09:18:55.218Z] - nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:18:55.218Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-07-07T09:18:55.240Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-07-07T09:18:55.240Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:18:55.240Z] latest [2025-07-07T09:18:55.240Z] 4.1.0-dev.37 [2025-07-07T09:18:55.240Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:18:55.240Z] main [2025-07-07T09:18:55.240Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:55.574Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:55.896Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:18:55.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-07T09:18:55.896Z] c9083b74bfd9: Preparing [2025-07-07T09:18:55.896Z] 33f905781fd7: Preparing [2025-07-07T09:18:55.896Z] f7ad3b2f42c6: Preparing [2025-07-07T09:18:55.896Z] d45ce72decf0: Preparing [2025-07-07T09:18:55.896Z] dae2db2fc38e: Preparing [2025-07-07T09:18:55.896Z] 994456c4fd7b: Preparing [2025-07-07T09:18:55.896Z] 994456c4fd7b: Waiting [2025-07-07T09:18:55.896Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:18:55.896Z] 994456c4fd7b: Layer already exists [2025-07-07T09:18:55.896Z] dae2db2fc38e: Pushed [2025-07-07T09:18:55.896Z] d45ce72decf0: Pushed [2025-07-07T09:18:55.896Z] c9083b74bfd9: Pushed [2025-07-07T09:18:58.434Z] 33f905781fd7: Pushed [2025-07-07T09:18:58.434Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:58.745Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:59.063Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-07T09:18:59.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-07T09:18:59.063Z] c9083b74bfd9: Preparing [2025-07-07T09:18:59.063Z] 33f905781fd7: Preparing [2025-07-07T09:18:59.063Z] f7ad3b2f42c6: Preparing [2025-07-07T09:18:59.063Z] d45ce72decf0: Preparing [2025-07-07T09:18:59.063Z] dae2db2fc38e: Preparing [2025-07-07T09:18:59.063Z] 994456c4fd7b: Preparing [2025-07-07T09:18:59.063Z] 994456c4fd7b: Waiting [2025-07-07T09:18:59.063Z] 33f905781fd7: Layer already exists [2025-07-07T09:18:59.063Z] d45ce72decf0: Layer already exists [2025-07-07T09:18:59.063Z] dae2db2fc38e: Layer already exists [2025-07-07T09:18:59.063Z] c9083b74bfd9: Layer already exists [2025-07-07T09:18:59.063Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:18:59.063Z] 994456c4fd7b: Layer already exists [2025-07-07T09:18:59.063Z] latest: digest: sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:59.390Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:18:59.700Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37 [2025-07-07T09:18:59.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-07T09:18:59.700Z] c9083b74bfd9: Preparing [2025-07-07T09:18:59.700Z] 33f905781fd7: Preparing [2025-07-07T09:18:59.700Z] f7ad3b2f42c6: Preparing [2025-07-07T09:18:59.700Z] d45ce72decf0: Preparing [2025-07-07T09:18:59.700Z] dae2db2fc38e: Preparing [2025-07-07T09:18:59.700Z] 994456c4fd7b: Preparing [2025-07-07T09:18:59.700Z] 994456c4fd7b: Waiting [2025-07-07T09:18:59.700Z] 33f905781fd7: Layer already exists [2025-07-07T09:18:59.700Z] c9083b74bfd9: Layer already exists [2025-07-07T09:18:59.700Z] dae2db2fc38e: Layer already exists [2025-07-07T09:18:59.700Z] d45ce72decf0: Layer already exists [2025-07-07T09:18:59.700Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:18:59.700Z] 994456c4fd7b: Layer already exists [2025-07-07T09:18:59.700Z] 4.1.0-dev.37: digest: sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:00.024Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:00.336Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:00.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-07T09:19:00.336Z] c9083b74bfd9: Preparing [2025-07-07T09:19:00.336Z] 33f905781fd7: Preparing [2025-07-07T09:19:00.336Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:00.336Z] d45ce72decf0: Preparing [2025-07-07T09:19:00.336Z] dae2db2fc38e: Preparing [2025-07-07T09:19:00.336Z] 994456c4fd7b: Preparing [2025-07-07T09:19:00.336Z] 994456c4fd7b: Waiting [2025-07-07T09:19:00.336Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:00.336Z] 33f905781fd7: Layer already exists [2025-07-07T09:19:00.336Z] d45ce72decf0: Layer already exists [2025-07-07T09:19:00.336Z] dae2db2fc38e: Layer already exists [2025-07-07T09:19:00.336Z] c9083b74bfd9: Layer already exists [2025-07-07T09:19:00.336Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:00.336Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:00.649Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:00.970Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-07-07T09:19:00.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-07T09:19:00.970Z] c9083b74bfd9: Preparing [2025-07-07T09:19:00.970Z] 33f905781fd7: Preparing [2025-07-07T09:19:00.970Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:00.970Z] d45ce72decf0: Preparing [2025-07-07T09:19:00.970Z] dae2db2fc38e: Preparing [2025-07-07T09:19:00.970Z] 994456c4fd7b: Preparing [2025-07-07T09:19:00.970Z] 994456c4fd7b: Waiting [2025-07-07T09:19:00.970Z] d45ce72decf0: Layer already exists [2025-07-07T09:19:00.970Z] dae2db2fc38e: Layer already exists [2025-07-07T09:19:00.970Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:00.970Z] c9083b74bfd9: Layer already exists [2025-07-07T09:19:00.970Z] 33f905781fd7: Layer already exists [2025-07-07T09:19:00.970Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:00.970Z] main: digest: sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:19:01.040Z] ===================================================== [Pipeline] echo [2025-07-07T09:19:01.052Z] taggedImages: [2025-07-07T09:19:01.052Z] - nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:01.052Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-07T09:19:01.052Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37 [2025-07-07T09:19:01.052Z] - nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:01.052Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-07-07T09:19:01.076Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-07-07T09:19:01.076Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:01.076Z] latest [2025-07-07T09:19:01.076Z] 4.1.0-dev.37 [2025-07-07T09:19:01.076Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:01.076Z] main [2025-07-07T09:19:01.076Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:01.413Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:01.735Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:01.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-07T09:19:01.735Z] f7411ea463b4: Preparing [2025-07-07T09:19:01.735Z] fea8cd2fce37: Preparing [2025-07-07T09:19:01.735Z] 8a9ab1d4dece: Preparing [2025-07-07T09:19:01.735Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:01.735Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:01.735Z] 7111c33804ab: Preparing [2025-07-07T09:19:01.735Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:19:01.735Z] 994456c4fd7b: Preparing [2025-07-07T09:19:01.735Z] 7111c33804ab: Waiting [2025-07-07T09:19:01.735Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:19:01.735Z] 994456c4fd7b: Waiting [2025-07-07T09:19:01.735Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:01.735Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:01.735Z] 7111c33804ab: Layer already exists [2025-07-07T09:19:01.735Z] 0bb79dfaf4ac: Layer already exists [2025-07-07T09:19:01.735Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:01.735Z] f7411ea463b4: Pushed [2025-07-07T09:19:01.735Z] fea8cd2fce37: Pushed [2025-07-07T09:19:04.264Z] 8a9ab1d4dece: Pushed [2025-07-07T09:19:04.523Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:04.839Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:05.167Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-07T09:19:05.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-07T09:19:05.167Z] f7411ea463b4: Preparing [2025-07-07T09:19:05.167Z] fea8cd2fce37: Preparing [2025-07-07T09:19:05.167Z] 8a9ab1d4dece: Preparing [2025-07-07T09:19:05.167Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:05.167Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:05.167Z] 7111c33804ab: Preparing [2025-07-07T09:19:05.167Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:19:05.167Z] 994456c4fd7b: Preparing [2025-07-07T09:19:05.167Z] 7111c33804ab: Waiting [2025-07-07T09:19:05.167Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:19:05.167Z] 994456c4fd7b: Waiting [2025-07-07T09:19:05.167Z] fea8cd2fce37: Layer already exists [2025-07-07T09:19:05.167Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:05.167Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:05.167Z] 8a9ab1d4dece: Layer already exists [2025-07-07T09:19:05.167Z] f7411ea463b4: Layer already exists [2025-07-07T09:19:05.167Z] 7111c33804ab: Layer already exists [2025-07-07T09:19:05.167Z] 0bb79dfaf4ac: Layer already exists [2025-07-07T09:19:05.167Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:05.167Z] latest: digest: sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:05.487Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:05.804Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37 [2025-07-07T09:19:05.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-07T09:19:05.804Z] f7411ea463b4: Preparing [2025-07-07T09:19:05.804Z] fea8cd2fce37: Preparing [2025-07-07T09:19:05.804Z] 8a9ab1d4dece: Preparing [2025-07-07T09:19:05.804Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:05.804Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:05.804Z] 7111c33804ab: Preparing [2025-07-07T09:19:05.804Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:19:05.804Z] 994456c4fd7b: Preparing [2025-07-07T09:19:05.804Z] 7111c33804ab: Waiting [2025-07-07T09:19:05.804Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:19:05.804Z] 994456c4fd7b: Waiting [2025-07-07T09:19:05.804Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:05.804Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:05.804Z] 8a9ab1d4dece: Layer already exists [2025-07-07T09:19:05.804Z] fea8cd2fce37: Layer already exists [2025-07-07T09:19:05.804Z] f7411ea463b4: Layer already exists [2025-07-07T09:19:05.804Z] 0bb79dfaf4ac: Layer already exists [2025-07-07T09:19:05.804Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:05.804Z] 7111c33804ab: Layer already exists [2025-07-07T09:19:05.804Z] 4.1.0-dev.37: digest: sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:06.123Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:06.437Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:06.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-07T09:19:06.437Z] f7411ea463b4: Preparing [2025-07-07T09:19:06.437Z] fea8cd2fce37: Preparing [2025-07-07T09:19:06.437Z] 8a9ab1d4dece: Preparing [2025-07-07T09:19:06.437Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:06.437Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:06.437Z] 7111c33804ab: Preparing [2025-07-07T09:19:06.437Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:19:06.437Z] 994456c4fd7b: Preparing [2025-07-07T09:19:06.437Z] 7111c33804ab: Waiting [2025-07-07T09:19:06.437Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:19:06.437Z] 994456c4fd7b: Waiting [2025-07-07T09:19:06.437Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:06.437Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:06.437Z] f7411ea463b4: Layer already exists [2025-07-07T09:19:06.437Z] 8a9ab1d4dece: Layer already exists [2025-07-07T09:19:06.437Z] fea8cd2fce37: Layer already exists [2025-07-07T09:19:06.437Z] 0bb79dfaf4ac: Layer already exists [2025-07-07T09:19:06.437Z] 7111c33804ab: Layer already exists [2025-07-07T09:19:06.437Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:06.437Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:06.765Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:07.085Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-07-07T09:19:07.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-07T09:19:07.086Z] f7411ea463b4: Preparing [2025-07-07T09:19:07.086Z] fea8cd2fce37: Preparing [2025-07-07T09:19:07.086Z] 8a9ab1d4dece: Preparing [2025-07-07T09:19:07.086Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:07.086Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:07.086Z] 7111c33804ab: Preparing [2025-07-07T09:19:07.086Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:19:07.086Z] 994456c4fd7b: Preparing [2025-07-07T09:19:07.086Z] 7111c33804ab: Waiting [2025-07-07T09:19:07.086Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:19:07.086Z] 994456c4fd7b: Waiting [2025-07-07T09:19:07.086Z] fea8cd2fce37: Layer already exists [2025-07-07T09:19:07.086Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:07.086Z] f7411ea463b4: Layer already exists [2025-07-07T09:19:07.086Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:07.086Z] 8a9ab1d4dece: Layer already exists [2025-07-07T09:19:07.086Z] 7111c33804ab: Layer already exists [2025-07-07T09:19:07.086Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:07.086Z] 0bb79dfaf4ac: Layer already exists [2025-07-07T09:19:07.086Z] main: digest: sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:19:07.155Z] ===================================================== [Pipeline] echo [2025-07-07T09:19:07.166Z] taggedImages: [2025-07-07T09:19:07.166Z] - nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:07.166Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-07T09:19:07.166Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37 [2025-07-07T09:19:07.166Z] - nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:07.166Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-07-07T09:19:07.192Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-07-07T09:19:07.192Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:07.192Z] latest [2025-07-07T09:19:07.192Z] 4.1.0-dev.37 [2025-07-07T09:19:07.192Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:07.192Z] main [2025-07-07T09:19:07.192Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:07.542Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:07.859Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:07.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-07T09:19:07.859Z] 53f001e2b76b: Preparing [2025-07-07T09:19:07.859Z] 8ca327d5c6e7: Preparing [2025-07-07T09:19:07.859Z] dce9f8474e65: Preparing [2025-07-07T09:19:07.859Z] 1d7c5b961e8b: Preparing [2025-07-07T09:19:07.859Z] 0ff3fd046e4b: Preparing [2025-07-07T09:19:07.859Z] d86b2fd3a9b4: Preparing [2025-07-07T09:19:07.859Z] 2d1b8a27bff1: Preparing [2025-07-07T09:19:07.859Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:07.859Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:07.859Z] c18daff958f9: Preparing [2025-07-07T09:19:07.859Z] 2a6e4b5c6785: Preparing [2025-07-07T09:19:07.859Z] 5f70bf18a086: Preparing [2025-07-07T09:19:07.859Z] 1db9daf57a5e: Preparing [2025-07-07T09:19:07.859Z] cc60b727c15b: Preparing [2025-07-07T09:19:07.859Z] d2fb62f70da0: Preparing [2025-07-07T09:19:07.859Z] 994456c4fd7b: Preparing [2025-07-07T09:19:07.859Z] 9e8ee8f9c419: Waiting [2025-07-07T09:19:07.859Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:07.859Z] c18daff958f9: Waiting [2025-07-07T09:19:07.859Z] 2a6e4b5c6785: Waiting [2025-07-07T09:19:07.859Z] 5f70bf18a086: Waiting [2025-07-07T09:19:07.859Z] 1db9daf57a5e: Waiting [2025-07-07T09:19:07.859Z] cc60b727c15b: Waiting [2025-07-07T09:19:07.859Z] d2fb62f70da0: Waiting [2025-07-07T09:19:07.859Z] 994456c4fd7b: Waiting [2025-07-07T09:19:07.859Z] d86b2fd3a9b4: Waiting [2025-07-07T09:19:07.859Z] 2d1b8a27bff1: Waiting [2025-07-07T09:19:07.859Z] 1d7c5b961e8b: Pushed [2025-07-07T09:19:07.859Z] dce9f8474e65: Pushed [2025-07-07T09:19:07.859Z] 0ff3fd046e4b: Pushed [2025-07-07T09:19:07.859Z] 53f001e2b76b: Pushed [2025-07-07T09:19:07.859Z] 8ca327d5c6e7: Pushed [2025-07-07T09:19:07.859Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:07.859Z] d86b2fd3a9b4: Pushed [2025-07-07T09:19:07.859Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:08.117Z] 5f70bf18a086: Layer already exists [2025-07-07T09:19:08.117Z] 2a6e4b5c6785: Pushed [2025-07-07T09:19:08.117Z] 1db9daf57a5e: Pushed [2025-07-07T09:19:08.117Z] cc60b727c15b: Pushed [2025-07-07T09:19:08.117Z] c18daff958f9: Pushed [2025-07-07T09:19:08.117Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:08.117Z] d2fb62f70da0: Pushed [2025-07-07T09:19:09.494Z] 2d1b8a27bff1: Pushed [2025-07-07T09:19:09.494Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:09.826Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:10.157Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-07T09:19:10.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-07T09:19:10.157Z] 53f001e2b76b: Preparing [2025-07-07T09:19:10.157Z] 8ca327d5c6e7: Preparing [2025-07-07T09:19:10.157Z] dce9f8474e65: Preparing [2025-07-07T09:19:10.157Z] 1d7c5b961e8b: Preparing [2025-07-07T09:19:10.157Z] 0ff3fd046e4b: Preparing [2025-07-07T09:19:10.157Z] d86b2fd3a9b4: Preparing [2025-07-07T09:19:10.157Z] 2d1b8a27bff1: Preparing [2025-07-07T09:19:10.157Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:10.157Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:10.157Z] c18daff958f9: Preparing [2025-07-07T09:19:10.157Z] 2a6e4b5c6785: Preparing [2025-07-07T09:19:10.157Z] 5f70bf18a086: Preparing [2025-07-07T09:19:10.157Z] 1db9daf57a5e: Preparing [2025-07-07T09:19:10.157Z] cc60b727c15b: Preparing [2025-07-07T09:19:10.157Z] d2fb62f70da0: Preparing [2025-07-07T09:19:10.157Z] 994456c4fd7b: Preparing [2025-07-07T09:19:10.157Z] d86b2fd3a9b4: Waiting [2025-07-07T09:19:10.157Z] 2d1b8a27bff1: Waiting [2025-07-07T09:19:10.157Z] 9e8ee8f9c419: Waiting [2025-07-07T09:19:10.157Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:10.157Z] c18daff958f9: Waiting [2025-07-07T09:19:10.157Z] 2a6e4b5c6785: Waiting [2025-07-07T09:19:10.157Z] 1db9daf57a5e: Waiting [2025-07-07T09:19:10.157Z] 5f70bf18a086: Waiting [2025-07-07T09:19:10.157Z] 994456c4fd7b: Waiting [2025-07-07T09:19:10.157Z] cc60b727c15b: Waiting [2025-07-07T09:19:10.157Z] d2fb62f70da0: Waiting [2025-07-07T09:19:10.157Z] 8ca327d5c6e7: Layer already exists [2025-07-07T09:19:10.157Z] 0ff3fd046e4b: Layer already exists [2025-07-07T09:19:10.157Z] dce9f8474e65: Layer already exists [2025-07-07T09:19:10.157Z] 1d7c5b961e8b: Layer already exists [2025-07-07T09:19:10.157Z] 53f001e2b76b: Layer already exists [2025-07-07T09:19:10.157Z] d86b2fd3a9b4: Layer already exists [2025-07-07T09:19:10.157Z] 2d1b8a27bff1: Layer already exists [2025-07-07T09:19:10.157Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:10.157Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:10.157Z] c18daff958f9: Layer already exists [2025-07-07T09:19:10.157Z] 2a6e4b5c6785: Layer already exists [2025-07-07T09:19:10.157Z] 5f70bf18a086: Layer already exists [2025-07-07T09:19:10.157Z] cc60b727c15b: Layer already exists [2025-07-07T09:19:10.157Z] d2fb62f70da0: Layer already exists [2025-07-07T09:19:10.157Z] 1db9daf57a5e: Layer already exists [2025-07-07T09:19:10.157Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:10.157Z] latest: digest: sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:10.490Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:10.817Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37 [2025-07-07T09:19:10.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-07T09:19:10.817Z] 53f001e2b76b: Preparing [2025-07-07T09:19:10.817Z] 8ca327d5c6e7: Preparing [2025-07-07T09:19:10.817Z] dce9f8474e65: Preparing [2025-07-07T09:19:10.817Z] 1d7c5b961e8b: Preparing [2025-07-07T09:19:10.817Z] 0ff3fd046e4b: Preparing [2025-07-07T09:19:10.817Z] d86b2fd3a9b4: Preparing [2025-07-07T09:19:10.817Z] 2d1b8a27bff1: Preparing [2025-07-07T09:19:10.817Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:10.817Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:10.817Z] c18daff958f9: Preparing [2025-07-07T09:19:10.817Z] 2a6e4b5c6785: Preparing [2025-07-07T09:19:10.817Z] 5f70bf18a086: Preparing [2025-07-07T09:19:10.817Z] 1db9daf57a5e: Preparing [2025-07-07T09:19:10.817Z] cc60b727c15b: Preparing [2025-07-07T09:19:10.817Z] d2fb62f70da0: Preparing [2025-07-07T09:19:10.817Z] 2d1b8a27bff1: Waiting [2025-07-07T09:19:10.817Z] 9e8ee8f9c419: Waiting [2025-07-07T09:19:10.817Z] d86b2fd3a9b4: Waiting [2025-07-07T09:19:10.817Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:10.817Z] c18daff958f9: Waiting [2025-07-07T09:19:10.817Z] 1db9daf57a5e: Waiting [2025-07-07T09:19:10.817Z] cc60b727c15b: Waiting [2025-07-07T09:19:10.817Z] 2a6e4b5c6785: Waiting [2025-07-07T09:19:10.817Z] 5f70bf18a086: Waiting [2025-07-07T09:19:10.817Z] d2fb62f70da0: Waiting [2025-07-07T09:19:10.817Z] 994456c4fd7b: Preparing [2025-07-07T09:19:10.817Z] 994456c4fd7b: Waiting [2025-07-07T09:19:10.817Z] dce9f8474e65: Layer already exists [2025-07-07T09:19:10.817Z] 1d7c5b961e8b: Layer already exists [2025-07-07T09:19:10.817Z] 53f001e2b76b: Layer already exists [2025-07-07T09:19:10.817Z] 0ff3fd046e4b: Layer already exists [2025-07-07T09:19:10.817Z] 8ca327d5c6e7: Layer already exists [2025-07-07T09:19:10.817Z] d86b2fd3a9b4: Layer already exists [2025-07-07T09:19:10.817Z] c18daff958f9: Layer already exists [2025-07-07T09:19:10.817Z] 2d1b8a27bff1: Layer already exists [2025-07-07T09:19:10.817Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:10.817Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:10.817Z] 2a6e4b5c6785: Layer already exists [2025-07-07T09:19:10.817Z] 5f70bf18a086: Layer already exists [2025-07-07T09:19:10.817Z] 1db9daf57a5e: Layer already exists [2025-07-07T09:19:10.817Z] cc60b727c15b: Layer already exists [2025-07-07T09:19:10.817Z] d2fb62f70da0: Layer already exists [2025-07-07T09:19:10.817Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:10.817Z] 4.1.0-dev.37: digest: sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:11.141Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:11.469Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:11.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-07T09:19:11.470Z] 53f001e2b76b: Preparing [2025-07-07T09:19:11.470Z] 8ca327d5c6e7: Preparing [2025-07-07T09:19:11.470Z] dce9f8474e65: Preparing [2025-07-07T09:19:11.470Z] 1d7c5b961e8b: Preparing [2025-07-07T09:19:11.470Z] 0ff3fd046e4b: Preparing [2025-07-07T09:19:11.470Z] d86b2fd3a9b4: Preparing [2025-07-07T09:19:11.470Z] 2d1b8a27bff1: Preparing [2025-07-07T09:19:11.470Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:11.470Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:11.470Z] c18daff958f9: Preparing [2025-07-07T09:19:11.470Z] 2a6e4b5c6785: Preparing [2025-07-07T09:19:11.470Z] 5f70bf18a086: Preparing [2025-07-07T09:19:11.470Z] 1db9daf57a5e: Preparing [2025-07-07T09:19:11.470Z] cc60b727c15b: Preparing [2025-07-07T09:19:11.470Z] d2fb62f70da0: Preparing [2025-07-07T09:19:11.470Z] 2d1b8a27bff1: Waiting [2025-07-07T09:19:11.470Z] 9e8ee8f9c419: Waiting [2025-07-07T09:19:11.470Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:11.470Z] 2a6e4b5c6785: Waiting [2025-07-07T09:19:11.470Z] 5f70bf18a086: Waiting [2025-07-07T09:19:11.470Z] c18daff958f9: Waiting [2025-07-07T09:19:11.470Z] cc60b727c15b: Waiting [2025-07-07T09:19:11.470Z] 1db9daf57a5e: Waiting [2025-07-07T09:19:11.470Z] d86b2fd3a9b4: Waiting [2025-07-07T09:19:11.470Z] 994456c4fd7b: Preparing [2025-07-07T09:19:11.470Z] d2fb62f70da0: Waiting [2025-07-07T09:19:11.470Z] 994456c4fd7b: Waiting [2025-07-07T09:19:11.470Z] 0ff3fd046e4b: Layer already exists [2025-07-07T09:19:11.470Z] 53f001e2b76b: Layer already exists [2025-07-07T09:19:11.470Z] 1d7c5b961e8b: Layer already exists [2025-07-07T09:19:11.470Z] dce9f8474e65: Layer already exists [2025-07-07T09:19:11.470Z] 8ca327d5c6e7: Layer already exists [2025-07-07T09:19:11.470Z] 2d1b8a27bff1: Layer already exists [2025-07-07T09:19:11.470Z] d86b2fd3a9b4: Layer already exists [2025-07-07T09:19:11.470Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:11.470Z] c18daff958f9: Layer already exists [2025-07-07T09:19:11.470Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:11.470Z] 2a6e4b5c6785: Layer already exists [2025-07-07T09:19:11.470Z] 5f70bf18a086: Layer already exists [2025-07-07T09:19:11.470Z] 1db9daf57a5e: Layer already exists [2025-07-07T09:19:11.470Z] cc60b727c15b: Layer already exists [2025-07-07T09:19:11.470Z] d2fb62f70da0: Layer already exists [2025-07-07T09:19:11.470Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:11.470Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:11.797Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:12.120Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-07-07T09:19:12.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-07T09:19:12.120Z] 53f001e2b76b: Preparing [2025-07-07T09:19:12.120Z] 8ca327d5c6e7: Preparing [2025-07-07T09:19:12.120Z] dce9f8474e65: Preparing [2025-07-07T09:19:12.120Z] 1d7c5b961e8b: Preparing [2025-07-07T09:19:12.120Z] 0ff3fd046e4b: Preparing [2025-07-07T09:19:12.120Z] d86b2fd3a9b4: Preparing [2025-07-07T09:19:12.120Z] 2d1b8a27bff1: Preparing [2025-07-07T09:19:12.120Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:12.120Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:12.120Z] c18daff958f9: Preparing [2025-07-07T09:19:12.120Z] 2a6e4b5c6785: Preparing [2025-07-07T09:19:12.120Z] 5f70bf18a086: Preparing [2025-07-07T09:19:12.120Z] 1db9daf57a5e: Preparing [2025-07-07T09:19:12.120Z] cc60b727c15b: Preparing [2025-07-07T09:19:12.120Z] d2fb62f70da0: Preparing [2025-07-07T09:19:12.120Z] 994456c4fd7b: Preparing [2025-07-07T09:19:12.120Z] 2a6e4b5c6785: Waiting [2025-07-07T09:19:12.120Z] d2fb62f70da0: Waiting [2025-07-07T09:19:12.120Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:12.120Z] c18daff958f9: Waiting [2025-07-07T09:19:12.120Z] 994456c4fd7b: Waiting [2025-07-07T09:19:12.120Z] cc60b727c15b: Waiting [2025-07-07T09:19:12.120Z] 5f70bf18a086: Waiting [2025-07-07T09:19:12.120Z] d86b2fd3a9b4: Waiting [2025-07-07T09:19:12.120Z] 2d1b8a27bff1: Waiting [2025-07-07T09:19:12.120Z] 1db9daf57a5e: Waiting [2025-07-07T09:19:12.120Z] 9e8ee8f9c419: Waiting [2025-07-07T09:19:12.120Z] dce9f8474e65: Layer already exists [2025-07-07T09:19:12.120Z] 1d7c5b961e8b: Layer already exists [2025-07-07T09:19:12.120Z] 53f001e2b76b: Layer already exists [2025-07-07T09:19:12.120Z] 0ff3fd046e4b: Layer already exists [2025-07-07T09:19:12.120Z] 8ca327d5c6e7: Layer already exists [2025-07-07T09:19:12.120Z] d86b2fd3a9b4: Layer already exists [2025-07-07T09:19:12.120Z] 2d1b8a27bff1: Layer already exists [2025-07-07T09:19:12.120Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:12.120Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:12.120Z] c18daff958f9: Layer already exists [2025-07-07T09:19:12.120Z] 5f70bf18a086: Layer already exists [2025-07-07T09:19:12.120Z] 1db9daf57a5e: Layer already exists [2025-07-07T09:19:12.120Z] 2a6e4b5c6785: Layer already exists [2025-07-07T09:19:12.120Z] cc60b727c15b: Layer already exists [2025-07-07T09:19:12.120Z] d2fb62f70da0: Layer already exists [2025-07-07T09:19:12.120Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:12.120Z] main: digest: sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:19:12.189Z] ===================================================== [Pipeline] echo [2025-07-07T09:19:12.206Z] taggedImages: [2025-07-07T09:19:12.206Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:12.206Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-07T09:19:12.206Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37 [2025-07-07T09:19:12.206Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:12.206Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-07-07T09:19:12.234Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-07-07T09:19:12.234Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:12.234Z] latest [2025-07-07T09:19:12.234Z] 4.1.0-dev.37 [2025-07-07T09:19:12.234Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:12.234Z] main [2025-07-07T09:19:12.234Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:12.581Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:12.898Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:12.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-07T09:19:12.898Z] 202f1dba4ab8: Preparing [2025-07-07T09:19:12.898Z] b3f5e14fb0f5: Preparing [2025-07-07T09:19:12.898Z] b1cf43477166: Preparing [2025-07-07T09:19:12.898Z] 730a84f25f2e: Preparing [2025-07-07T09:19:12.898Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:12.898Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:12.898Z] 7111c33804ab: Preparing [2025-07-07T09:19:12.898Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:19:12.898Z] 994456c4fd7b: Preparing [2025-07-07T09:19:12.898Z] 7111c33804ab: Waiting [2025-07-07T09:19:12.898Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:19:12.898Z] 994456c4fd7b: Waiting [2025-07-07T09:19:12.898Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:12.898Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:12.898Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:12.898Z] 7111c33804ab: Layer already exists [2025-07-07T09:19:12.898Z] 0bb79dfaf4ac: Layer already exists [2025-07-07T09:19:12.898Z] b3f5e14fb0f5: Pushed [2025-07-07T09:19:12.898Z] b1cf43477166: Pushed [2025-07-07T09:19:12.898Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:12.898Z] 202f1dba4ab8: Pushed [2025-07-07T09:19:15.434Z] 730a84f25f2e: Pushed [2025-07-07T09:19:15.434Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:15.765Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:16.092Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-07T09:19:16.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-07T09:19:16.092Z] 202f1dba4ab8: Preparing [2025-07-07T09:19:16.092Z] b3f5e14fb0f5: Preparing [2025-07-07T09:19:16.092Z] b1cf43477166: Preparing [2025-07-07T09:19:16.092Z] 730a84f25f2e: Preparing [2025-07-07T09:19:16.092Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:16.092Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:16.092Z] 7111c33804ab: Preparing [2025-07-07T09:19:16.092Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:19:16.092Z] 994456c4fd7b: Preparing [2025-07-07T09:19:16.092Z] 7111c33804ab: Waiting [2025-07-07T09:19:16.092Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:19:16.092Z] 994456c4fd7b: Waiting [2025-07-07T09:19:16.092Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:16.092Z] 730a84f25f2e: Layer already exists [2025-07-07T09:19:16.092Z] b1cf43477166: Layer already exists [2025-07-07T09:19:16.092Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:16.092Z] 202f1dba4ab8: Layer already exists [2025-07-07T09:19:16.092Z] b3f5e14fb0f5: Layer already exists [2025-07-07T09:19:16.092Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:16.092Z] 7111c33804ab: Layer already exists [2025-07-07T09:19:16.092Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:16.092Z] 0bb79dfaf4ac: Layer already exists [2025-07-07T09:19:16.092Z] latest: digest: sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:16.418Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:16.738Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37 [2025-07-07T09:19:16.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-07T09:19:16.738Z] 202f1dba4ab8: Preparing [2025-07-07T09:19:16.738Z] b3f5e14fb0f5: Preparing [2025-07-07T09:19:16.738Z] b1cf43477166: Preparing [2025-07-07T09:19:16.738Z] 730a84f25f2e: Preparing [2025-07-07T09:19:16.738Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:16.738Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:16.738Z] 7111c33804ab: Preparing [2025-07-07T09:19:16.738Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:19:16.738Z] 994456c4fd7b: Preparing [2025-07-07T09:19:16.738Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:16.738Z] 7111c33804ab: Waiting [2025-07-07T09:19:16.738Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:19:16.738Z] 994456c4fd7b: Waiting [2025-07-07T09:19:16.738Z] 730a84f25f2e: Layer already exists [2025-07-07T09:19:16.738Z] b3f5e14fb0f5: Layer already exists [2025-07-07T09:19:16.738Z] b1cf43477166: Layer already exists [2025-07-07T09:19:16.738Z] 202f1dba4ab8: Layer already exists [2025-07-07T09:19:16.738Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:16.738Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:16.738Z] 7111c33804ab: Layer already exists [2025-07-07T09:19:16.738Z] 0bb79dfaf4ac: Layer already exists [2025-07-07T09:19:16.738Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:16.738Z] 4.1.0-dev.37: digest: sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:17.071Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:17.405Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:17.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-07T09:19:17.405Z] 202f1dba4ab8: Preparing [2025-07-07T09:19:17.405Z] b3f5e14fb0f5: Preparing [2025-07-07T09:19:17.405Z] b1cf43477166: Preparing [2025-07-07T09:19:17.405Z] 730a84f25f2e: Preparing [2025-07-07T09:19:17.405Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:17.405Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:17.405Z] 7111c33804ab: Preparing [2025-07-07T09:19:17.405Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:19:17.405Z] 994456c4fd7b: Preparing [2025-07-07T09:19:17.405Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:17.405Z] 7111c33804ab: Waiting [2025-07-07T09:19:17.405Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:19:17.405Z] 994456c4fd7b: Waiting [2025-07-07T09:19:17.405Z] b3f5e14fb0f5: Layer already exists [2025-07-07T09:19:17.405Z] 202f1dba4ab8: Layer already exists [2025-07-07T09:19:17.405Z] b1cf43477166: Layer already exists [2025-07-07T09:19:17.405Z] 730a84f25f2e: Layer already exists [2025-07-07T09:19:17.405Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:17.405Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:17.405Z] 0bb79dfaf4ac: Layer already exists [2025-07-07T09:19:17.405Z] 7111c33804ab: Layer already exists [2025-07-07T09:19:17.405Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:17.405Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:17.741Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:18.057Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-07-07T09:19:18.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-07T09:19:18.057Z] 202f1dba4ab8: Preparing [2025-07-07T09:19:18.057Z] b3f5e14fb0f5: Preparing [2025-07-07T09:19:18.057Z] b1cf43477166: Preparing [2025-07-07T09:19:18.057Z] 730a84f25f2e: Preparing [2025-07-07T09:19:18.057Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:18.057Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:18.057Z] 7111c33804ab: Preparing [2025-07-07T09:19:18.057Z] 0bb79dfaf4ac: Preparing [2025-07-07T09:19:18.057Z] 994456c4fd7b: Preparing [2025-07-07T09:19:18.057Z] 7111c33804ab: Waiting [2025-07-07T09:19:18.057Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:18.057Z] 0bb79dfaf4ac: Waiting [2025-07-07T09:19:18.057Z] 994456c4fd7b: Waiting [2025-07-07T09:19:18.057Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:18.057Z] b3f5e14fb0f5: Layer already exists [2025-07-07T09:19:18.057Z] b1cf43477166: Layer already exists [2025-07-07T09:19:18.057Z] 730a84f25f2e: Layer already exists [2025-07-07T09:19:18.057Z] 202f1dba4ab8: Layer already exists [2025-07-07T09:19:18.057Z] 0bb79dfaf4ac: Layer already exists [2025-07-07T09:19:18.057Z] 7111c33804ab: Layer already exists [2025-07-07T09:19:18.057Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:18.057Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:18.057Z] main: digest: sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:19:18.131Z] ===================================================== [Pipeline] echo [2025-07-07T09:19:18.147Z] taggedImages: [2025-07-07T09:19:18.147Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:18.147Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-07T09:19:18.147Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37 [2025-07-07T09:19:18.147Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:18.147Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-07-07T09:19:18.173Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-07-07T09:19:18.173Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:18.173Z] latest [2025-07-07T09:19:18.173Z] 4.1.0-dev.37 [2025-07-07T09:19:18.173Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:18.173Z] main [2025-07-07T09:19:18.173Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:18.505Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:18.828Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:18.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-07T09:19:18.829Z] 88101b32c2c4: Preparing [2025-07-07T09:19:18.829Z] 41a9f984a773: Preparing [2025-07-07T09:19:18.829Z] 9b2c3227108b: Preparing [2025-07-07T09:19:18.829Z] 02ab74554092: Preparing [2025-07-07T09:19:18.829Z] f3bda1f40022: Preparing [2025-07-07T09:19:18.829Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:18.829Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:18.829Z] 294e7b6cac36: Preparing [2025-07-07T09:19:18.829Z] 514d9eef03ec: Preparing [2025-07-07T09:19:18.829Z] 00a46112e506: Preparing [2025-07-07T09:19:18.829Z] 994456c4fd7b: Preparing [2025-07-07T09:19:18.829Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:18.829Z] 00a46112e506: Waiting [2025-07-07T09:19:18.829Z] 294e7b6cac36: Waiting [2025-07-07T09:19:18.829Z] 994456c4fd7b: Waiting [2025-07-07T09:19:18.829Z] 514d9eef03ec: Waiting [2025-07-07T09:19:18.829Z] 9e8ee8f9c419: Waiting [2025-07-07T09:19:18.829Z] f3bda1f40022: Pushed [2025-07-07T09:19:18.829Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:18.829Z] 88101b32c2c4: Pushed [2025-07-07T09:19:18.829Z] 02ab74554092: Pushed [2025-07-07T09:19:18.829Z] 41a9f984a773: Pushed [2025-07-07T09:19:18.829Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:18.829Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:19.086Z] 294e7b6cac36: Pushed [2025-07-07T09:19:19.086Z] 514d9eef03ec: Pushed [2025-07-07T09:19:20.019Z] 00a46112e506: Pushed [2025-07-07T09:19:20.585Z] 9b2c3227108b: Pushed [2025-07-07T09:19:20.844Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:21.169Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:21.502Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-07T09:19:21.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-07T09:19:21.502Z] 88101b32c2c4: Preparing [2025-07-07T09:19:21.502Z] 41a9f984a773: Preparing [2025-07-07T09:19:21.502Z] 9b2c3227108b: Preparing [2025-07-07T09:19:21.502Z] 02ab74554092: Preparing [2025-07-07T09:19:21.502Z] f3bda1f40022: Preparing [2025-07-07T09:19:21.502Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:21.502Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:21.502Z] 294e7b6cac36: Preparing [2025-07-07T09:19:21.502Z] 514d9eef03ec: Preparing [2025-07-07T09:19:21.502Z] 00a46112e506: Preparing [2025-07-07T09:19:21.502Z] 994456c4fd7b: Preparing [2025-07-07T09:19:21.502Z] 9e8ee8f9c419: Waiting [2025-07-07T09:19:21.502Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:21.502Z] 294e7b6cac36: Waiting [2025-07-07T09:19:21.502Z] 00a46112e506: Waiting [2025-07-07T09:19:21.502Z] 514d9eef03ec: Waiting [2025-07-07T09:19:21.502Z] f3bda1f40022: Layer already exists [2025-07-07T09:19:21.502Z] 02ab74554092: Layer already exists [2025-07-07T09:19:21.502Z] 88101b32c2c4: Layer already exists [2025-07-07T09:19:21.502Z] 41a9f984a773: Layer already exists [2025-07-07T09:19:21.502Z] 9b2c3227108b: Layer already exists [2025-07-07T09:19:21.502Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:21.502Z] 294e7b6cac36: Layer already exists [2025-07-07T09:19:21.502Z] 514d9eef03ec: Layer already exists [2025-07-07T09:19:21.502Z] 00a46112e506: Layer already exists [2025-07-07T09:19:21.502Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:21.502Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:21.502Z] latest: digest: sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:21.830Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:22.152Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37 [2025-07-07T09:19:22.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-07T09:19:22.152Z] 88101b32c2c4: Preparing [2025-07-07T09:19:22.152Z] 41a9f984a773: Preparing [2025-07-07T09:19:22.152Z] 9b2c3227108b: Preparing [2025-07-07T09:19:22.152Z] 02ab74554092: Preparing [2025-07-07T09:19:22.152Z] f3bda1f40022: Preparing [2025-07-07T09:19:22.152Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:22.152Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:22.152Z] 294e7b6cac36: Preparing [2025-07-07T09:19:22.152Z] 514d9eef03ec: Preparing [2025-07-07T09:19:22.152Z] 00a46112e506: Preparing [2025-07-07T09:19:22.152Z] 994456c4fd7b: Preparing [2025-07-07T09:19:22.152Z] 9e8ee8f9c419: Waiting [2025-07-07T09:19:22.152Z] 294e7b6cac36: Waiting [2025-07-07T09:19:22.152Z] 00a46112e506: Waiting [2025-07-07T09:19:22.152Z] 514d9eef03ec: Waiting [2025-07-07T09:19:22.152Z] 994456c4fd7b: Waiting [2025-07-07T09:19:22.152Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:22.152Z] 88101b32c2c4: Layer already exists [2025-07-07T09:19:22.152Z] 41a9f984a773: Layer already exists [2025-07-07T09:19:22.152Z] 9b2c3227108b: Layer already exists [2025-07-07T09:19:22.152Z] 02ab74554092: Layer already exists [2025-07-07T09:19:22.152Z] f3bda1f40022: Layer already exists [2025-07-07T09:19:22.152Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:22.152Z] 294e7b6cac36: Layer already exists [2025-07-07T09:19:22.152Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:22.152Z] 514d9eef03ec: Layer already exists [2025-07-07T09:19:22.152Z] 00a46112e506: Layer already exists [2025-07-07T09:19:22.152Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:22.152Z] 4.1.0-dev.37: digest: sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:22.484Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:22.804Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:22.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-07T09:19:22.804Z] 88101b32c2c4: Preparing [2025-07-07T09:19:22.804Z] 41a9f984a773: Preparing [2025-07-07T09:19:22.804Z] 9b2c3227108b: Preparing [2025-07-07T09:19:22.804Z] 02ab74554092: Preparing [2025-07-07T09:19:22.804Z] f3bda1f40022: Preparing [2025-07-07T09:19:22.804Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:22.804Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:22.804Z] 294e7b6cac36: Preparing [2025-07-07T09:19:22.804Z] 514d9eef03ec: Preparing [2025-07-07T09:19:22.804Z] 00a46112e506: Preparing [2025-07-07T09:19:22.804Z] 994456c4fd7b: Preparing [2025-07-07T09:19:22.804Z] 9e8ee8f9c419: Waiting [2025-07-07T09:19:22.804Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:22.804Z] 294e7b6cac36: Waiting [2025-07-07T09:19:22.804Z] 514d9eef03ec: Waiting [2025-07-07T09:19:22.804Z] 00a46112e506: Waiting [2025-07-07T09:19:22.804Z] 994456c4fd7b: Waiting [2025-07-07T09:19:22.804Z] f3bda1f40022: Layer already exists [2025-07-07T09:19:22.804Z] 9b2c3227108b: Layer already exists [2025-07-07T09:19:22.804Z] 02ab74554092: Layer already exists [2025-07-07T09:19:22.804Z] 41a9f984a773: Layer already exists [2025-07-07T09:19:22.804Z] 88101b32c2c4: Layer already exists [2025-07-07T09:19:22.804Z] 514d9eef03ec: Layer already exists [2025-07-07T09:19:22.804Z] 294e7b6cac36: Layer already exists [2025-07-07T09:19:22.804Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:22.804Z] 00a46112e506: Layer already exists [2025-07-07T09:19:22.804Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:22.804Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:22.804Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:23.130Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:23.446Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-07-07T09:19:23.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-07T09:19:23.446Z] 88101b32c2c4: Preparing [2025-07-07T09:19:23.446Z] 41a9f984a773: Preparing [2025-07-07T09:19:23.446Z] 9b2c3227108b: Preparing [2025-07-07T09:19:23.446Z] 02ab74554092: Preparing [2025-07-07T09:19:23.446Z] f3bda1f40022: Preparing [2025-07-07T09:19:23.446Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:23.446Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:23.446Z] 9e8ee8f9c419: Waiting [2025-07-07T09:19:23.446Z] 294e7b6cac36: Preparing [2025-07-07T09:19:23.446Z] 514d9eef03ec: Preparing [2025-07-07T09:19:23.446Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:23.446Z] 294e7b6cac36: Waiting [2025-07-07T09:19:23.446Z] 00a46112e506: Preparing [2025-07-07T09:19:23.446Z] 994456c4fd7b: Preparing [2025-07-07T09:19:23.446Z] 00a46112e506: Waiting [2025-07-07T09:19:23.446Z] 994456c4fd7b: Waiting [2025-07-07T09:19:23.446Z] 514d9eef03ec: Waiting [2025-07-07T09:19:23.446Z] 41a9f984a773: Layer already exists [2025-07-07T09:19:23.446Z] 02ab74554092: Layer already exists [2025-07-07T09:19:23.446Z] 88101b32c2c4: Layer already exists [2025-07-07T09:19:23.446Z] 9b2c3227108b: Layer already exists [2025-07-07T09:19:23.446Z] f3bda1f40022: Layer already exists [2025-07-07T09:19:23.446Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:23.446Z] 294e7b6cac36: Layer already exists [2025-07-07T09:19:23.446Z] 514d9eef03ec: Layer already exists [2025-07-07T09:19:23.446Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:23.446Z] 00a46112e506: Layer already exists [2025-07-07T09:19:23.446Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:23.446Z] main: digest: sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:19:23.528Z] ===================================================== [Pipeline] echo [2025-07-07T09:19:23.543Z] taggedImages: [2025-07-07T09:19:23.543Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:23.543Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-07T09:19:23.543Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37 [2025-07-07T09:19:23.543Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:23.543Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-07-07T09:19:23.572Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-07-07T09:19:23.572Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:23.572Z] latest [2025-07-07T09:19:23.572Z] 4.1.0-dev.37 [2025-07-07T09:19:23.572Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:23.572Z] main [2025-07-07T09:19:23.572Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:23.921Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:24.246Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:24.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-07T09:19:24.246Z] 0597de1cc3df: Preparing [2025-07-07T09:19:24.246Z] 1d3dd1ec2afc: Preparing [2025-07-07T09:19:24.246Z] ba2727957b79: Preparing [2025-07-07T09:19:24.246Z] ebf1f6fb8568: Preparing [2025-07-07T09:19:24.246Z] d02182baa367: Preparing [2025-07-07T09:19:24.246Z] 7782e1a8df61: Preparing [2025-07-07T09:19:24.246Z] d99c59e42107: Preparing [2025-07-07T09:19:24.246Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:24.246Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:24.246Z] adc1800773fc: Preparing [2025-07-07T09:19:24.246Z] 614adfbe728f: Preparing [2025-07-07T09:19:24.246Z] 994456c4fd7b: Preparing [2025-07-07T09:19:24.246Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:24.246Z] 614adfbe728f: Waiting [2025-07-07T09:19:24.246Z] d99c59e42107: Waiting [2025-07-07T09:19:24.246Z] 7782e1a8df61: Waiting [2025-07-07T09:19:24.246Z] 994456c4fd7b: Waiting [2025-07-07T09:19:24.246Z] adc1800773fc: Waiting [2025-07-07T09:19:24.246Z] 9e8ee8f9c419: Waiting [2025-07-07T09:19:24.246Z] 1d3dd1ec2afc: Pushed [2025-07-07T09:19:24.246Z] d02182baa367: Pushed [2025-07-07T09:19:24.246Z] 0597de1cc3df: Pushed [2025-07-07T09:19:24.246Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:24.246Z] 7782e1a8df61: Pushed [2025-07-07T09:19:24.246Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:24.246Z] d99c59e42107: Pushed [2025-07-07T09:19:24.503Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:24.504Z] adc1800773fc: Pushed [2025-07-07T09:19:25.516Z] 614adfbe728f: Pushed [2025-07-07T09:19:26.082Z] ebf1f6fb8568: Pushed [2025-07-07T09:19:27.022Z] ba2727957b79: Pushed [2025-07-07T09:19:27.022Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:27.349Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:27.675Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-07T09:19:27.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-07T09:19:27.675Z] 0597de1cc3df: Preparing [2025-07-07T09:19:27.675Z] 1d3dd1ec2afc: Preparing [2025-07-07T09:19:27.675Z] ba2727957b79: Preparing [2025-07-07T09:19:27.675Z] ebf1f6fb8568: Preparing [2025-07-07T09:19:27.675Z] d02182baa367: Preparing [2025-07-07T09:19:27.675Z] 7782e1a8df61: Preparing [2025-07-07T09:19:27.675Z] d99c59e42107: Preparing [2025-07-07T09:19:27.675Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:27.675Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:27.675Z] adc1800773fc: Preparing [2025-07-07T09:19:27.675Z] 614adfbe728f: Preparing [2025-07-07T09:19:27.675Z] 994456c4fd7b: Preparing [2025-07-07T09:19:27.675Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:27.675Z] adc1800773fc: Waiting [2025-07-07T09:19:27.675Z] 614adfbe728f: Waiting [2025-07-07T09:19:27.675Z] 994456c4fd7b: Waiting [2025-07-07T09:19:27.675Z] 7782e1a8df61: Waiting [2025-07-07T09:19:27.675Z] d99c59e42107: Waiting [2025-07-07T09:19:27.675Z] 9e8ee8f9c419: Waiting [2025-07-07T09:19:27.675Z] 1d3dd1ec2afc: Layer already exists [2025-07-07T09:19:27.675Z] ebf1f6fb8568: Layer already exists [2025-07-07T09:19:27.675Z] d02182baa367: Layer already exists [2025-07-07T09:19:27.675Z] 0597de1cc3df: Layer already exists [2025-07-07T09:19:27.675Z] ba2727957b79: Layer already exists [2025-07-07T09:19:27.675Z] 7782e1a8df61: Layer already exists [2025-07-07T09:19:27.675Z] d99c59e42107: Layer already exists [2025-07-07T09:19:27.675Z] adc1800773fc: Layer already exists [2025-07-07T09:19:27.675Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:27.675Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:27.675Z] 614adfbe728f: Layer already exists [2025-07-07T09:19:27.675Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:27.675Z] latest: digest: sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:28.000Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:28.322Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37 [2025-07-07T09:19:28.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-07T09:19:28.322Z] 0597de1cc3df: Preparing [2025-07-07T09:19:28.322Z] 1d3dd1ec2afc: Preparing [2025-07-07T09:19:28.322Z] ba2727957b79: Preparing [2025-07-07T09:19:28.322Z] ebf1f6fb8568: Preparing [2025-07-07T09:19:28.322Z] d02182baa367: Preparing [2025-07-07T09:19:28.322Z] 7782e1a8df61: Preparing [2025-07-07T09:19:28.322Z] d99c59e42107: Preparing [2025-07-07T09:19:28.322Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:28.322Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:28.322Z] adc1800773fc: Preparing [2025-07-07T09:19:28.322Z] 614adfbe728f: Preparing [2025-07-07T09:19:28.322Z] 994456c4fd7b: Preparing [2025-07-07T09:19:28.322Z] 9e8ee8f9c419: Waiting [2025-07-07T09:19:28.322Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:28.322Z] adc1800773fc: Waiting [2025-07-07T09:19:28.322Z] 614adfbe728f: Waiting [2025-07-07T09:19:28.322Z] 7782e1a8df61: Waiting [2025-07-07T09:19:28.322Z] 994456c4fd7b: Waiting [2025-07-07T09:19:28.322Z] d99c59e42107: Waiting [2025-07-07T09:19:28.322Z] 1d3dd1ec2afc: Layer already exists [2025-07-07T09:19:28.322Z] 0597de1cc3df: Layer already exists [2025-07-07T09:19:28.322Z] ba2727957b79: Layer already exists [2025-07-07T09:19:28.322Z] ebf1f6fb8568: Layer already exists [2025-07-07T09:19:28.322Z] d02182baa367: Layer already exists [2025-07-07T09:19:28.322Z] d99c59e42107: Layer already exists [2025-07-07T09:19:28.322Z] 7782e1a8df61: Layer already exists [2025-07-07T09:19:28.322Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:28.322Z] adc1800773fc: Layer already exists [2025-07-07T09:19:28.322Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:28.322Z] 614adfbe728f: Layer already exists [2025-07-07T09:19:28.322Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:28.322Z] 4.1.0-dev.37: digest: sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:28.645Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:28.968Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:28.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-07T09:19:28.968Z] 0597de1cc3df: Preparing [2025-07-07T09:19:28.968Z] 1d3dd1ec2afc: Preparing [2025-07-07T09:19:28.968Z] ba2727957b79: Preparing [2025-07-07T09:19:28.968Z] ebf1f6fb8568: Preparing [2025-07-07T09:19:28.968Z] d02182baa367: Preparing [2025-07-07T09:19:28.968Z] 7782e1a8df61: Preparing [2025-07-07T09:19:28.968Z] d99c59e42107: Preparing [2025-07-07T09:19:28.968Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:28.968Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:28.968Z] adc1800773fc: Preparing [2025-07-07T09:19:28.968Z] 614adfbe728f: Preparing [2025-07-07T09:19:28.968Z] 994456c4fd7b: Preparing [2025-07-07T09:19:28.968Z] 7782e1a8df61: Waiting [2025-07-07T09:19:28.968Z] d99c59e42107: Waiting [2025-07-07T09:19:28.968Z] 9e8ee8f9c419: Waiting [2025-07-07T09:19:28.968Z] adc1800773fc: Waiting [2025-07-07T09:19:28.968Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:28.968Z] 994456c4fd7b: Waiting [2025-07-07T09:19:28.968Z] 614adfbe728f: Waiting [2025-07-07T09:19:28.968Z] 1d3dd1ec2afc: Layer already exists [2025-07-07T09:19:28.968Z] ebf1f6fb8568: Layer already exists [2025-07-07T09:19:28.968Z] 0597de1cc3df: Layer already exists [2025-07-07T09:19:28.968Z] ba2727957b79: Layer already exists [2025-07-07T09:19:28.968Z] d02182baa367: Layer already exists [2025-07-07T09:19:28.968Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:28.968Z] d99c59e42107: Layer already exists [2025-07-07T09:19:28.968Z] 7782e1a8df61: Layer already exists [2025-07-07T09:19:28.968Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:28.968Z] adc1800773fc: Layer already exists [2025-07-07T09:19:28.968Z] 614adfbe728f: Layer already exists [2025-07-07T09:19:28.968Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:28.968Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:29.295Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:29.617Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-07-07T09:19:29.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-07T09:19:29.617Z] 0597de1cc3df: Preparing [2025-07-07T09:19:29.617Z] 1d3dd1ec2afc: Preparing [2025-07-07T09:19:29.617Z] ba2727957b79: Preparing [2025-07-07T09:19:29.617Z] ebf1f6fb8568: Preparing [2025-07-07T09:19:29.617Z] d02182baa367: Preparing [2025-07-07T09:19:29.617Z] 7782e1a8df61: Preparing [2025-07-07T09:19:29.617Z] d99c59e42107: Preparing [2025-07-07T09:19:29.617Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:29.617Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:29.617Z] adc1800773fc: Preparing [2025-07-07T09:19:29.617Z] 614adfbe728f: Preparing [2025-07-07T09:19:29.617Z] 994456c4fd7b: Preparing [2025-07-07T09:19:29.617Z] 9e8ee8f9c419: Waiting [2025-07-07T09:19:29.617Z] f7ad3b2f42c6: Waiting [2025-07-07T09:19:29.617Z] adc1800773fc: Waiting [2025-07-07T09:19:29.617Z] 614adfbe728f: Waiting [2025-07-07T09:19:29.617Z] 994456c4fd7b: Waiting [2025-07-07T09:19:29.617Z] 7782e1a8df61: Waiting [2025-07-07T09:19:29.617Z] d99c59e42107: Waiting [2025-07-07T09:19:29.617Z] d02182baa367: Layer already exists [2025-07-07T09:19:29.617Z] 1d3dd1ec2afc: Layer already exists [2025-07-07T09:19:29.617Z] 0597de1cc3df: Layer already exists [2025-07-07T09:19:29.617Z] ba2727957b79: Layer already exists [2025-07-07T09:19:29.617Z] ebf1f6fb8568: Layer already exists [2025-07-07T09:19:29.617Z] 7782e1a8df61: Layer already exists [2025-07-07T09:19:29.617Z] d99c59e42107: Layer already exists [2025-07-07T09:19:29.617Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:29.617Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:29.617Z] adc1800773fc: Layer already exists [2025-07-07T09:19:29.617Z] 614adfbe728f: Layer already exists [2025-07-07T09:19:29.617Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:29.617Z] main: digest: sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:19:29.690Z] ===================================================== [Pipeline] echo [2025-07-07T09:19:29.703Z] taggedImages: [2025-07-07T09:19:29.703Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:29.703Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-07T09:19:29.703Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37 [2025-07-07T09:19:29.703Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:29.703Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-07-07T09:19:29.733Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-07-07T09:19:29.733Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:29.733Z] latest [2025-07-07T09:19:29.733Z] 4.1.0-dev.37 [2025-07-07T09:19:29.733Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:29.733Z] main [2025-07-07T09:19:29.733Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:30.068Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:30.397Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:30.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-07T09:19:30.398Z] d19e06b7e3a6: Preparing [2025-07-07T09:19:30.398Z] 412355a1c204: Preparing [2025-07-07T09:19:30.398Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:30.398Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:30.398Z] dd1af05aea7a: Preparing [2025-07-07T09:19:30.398Z] dc4454cc7ee2: Preparing [2025-07-07T09:19:30.398Z] 994456c4fd7b: Preparing [2025-07-07T09:19:30.398Z] dc4454cc7ee2: Waiting [2025-07-07T09:19:30.398Z] 994456c4fd7b: Waiting [2025-07-07T09:19:30.398Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:30.398Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:30.398Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:30.398Z] d19e06b7e3a6: Pushed [2025-07-07T09:19:30.398Z] dd1af05aea7a: Pushed [2025-07-07T09:19:31.333Z] dc4454cc7ee2: Pushed [2025-07-07T09:19:33.873Z] 412355a1c204: Pushed [2025-07-07T09:19:33.873Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:34.203Z] + 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-07-07T09:19:34.525Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-07T09:19:34.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-07T09:19:34.525Z] d19e06b7e3a6: Preparing [2025-07-07T09:19:34.525Z] 412355a1c204: Preparing [2025-07-07T09:19:34.525Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:34.525Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:34.525Z] dd1af05aea7a: Preparing [2025-07-07T09:19:34.525Z] dc4454cc7ee2: Preparing [2025-07-07T09:19:34.525Z] 994456c4fd7b: Preparing [2025-07-07T09:19:34.525Z] dc4454cc7ee2: Waiting [2025-07-07T09:19:34.525Z] 994456c4fd7b: Waiting [2025-07-07T09:19:34.525Z] 412355a1c204: Layer already exists [2025-07-07T09:19:34.525Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:34.525Z] d19e06b7e3a6: Layer already exists [2025-07-07T09:19:34.525Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:34.525Z] dd1af05aea7a: Layer already exists [2025-07-07T09:19:34.525Z] dc4454cc7ee2: Layer already exists [2025-07-07T09:19:34.525Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:34.526Z] latest: digest: sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:34.845Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:35.168Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37 [2025-07-07T09:19:35.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-07T09:19:35.168Z] d19e06b7e3a6: Preparing [2025-07-07T09:19:35.168Z] 412355a1c204: Preparing [2025-07-07T09:19:35.168Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:35.168Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:35.168Z] dd1af05aea7a: Preparing [2025-07-07T09:19:35.168Z] dc4454cc7ee2: Preparing [2025-07-07T09:19:35.168Z] 994456c4fd7b: Preparing [2025-07-07T09:19:35.168Z] 994456c4fd7b: Waiting [2025-07-07T09:19:35.168Z] dc4454cc7ee2: Waiting [2025-07-07T09:19:35.168Z] d19e06b7e3a6: Layer already exists [2025-07-07T09:19:35.168Z] 412355a1c204: Layer already exists [2025-07-07T09:19:35.168Z] dd1af05aea7a: Layer already exists [2025-07-07T09:19:35.168Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:35.168Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:35.168Z] dc4454cc7ee2: Layer already exists [2025-07-07T09:19:35.168Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:35.168Z] 4.1.0-dev.37: digest: sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:35.489Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:35.806Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:35.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-07T09:19:35.806Z] d19e06b7e3a6: Preparing [2025-07-07T09:19:35.806Z] 412355a1c204: Preparing [2025-07-07T09:19:35.806Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:35.806Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:35.806Z] dd1af05aea7a: Preparing [2025-07-07T09:19:35.806Z] dc4454cc7ee2: Preparing [2025-07-07T09:19:35.806Z] 994456c4fd7b: Preparing [2025-07-07T09:19:35.806Z] dc4454cc7ee2: Waiting [2025-07-07T09:19:35.806Z] 994456c4fd7b: Waiting [2025-07-07T09:19:35.806Z] 412355a1c204: Layer already exists [2025-07-07T09:19:35.806Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:35.806Z] dd1af05aea7a: Layer already exists [2025-07-07T09:19:35.806Z] d19e06b7e3a6: Layer already exists [2025-07-07T09:19:35.806Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:35.806Z] dc4454cc7ee2: Layer already exists [2025-07-07T09:19:35.806Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:35.806Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:36.126Z] + 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-07-07T09:19:36.450Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-07-07T09:19:36.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-07T09:19:36.450Z] d19e06b7e3a6: Preparing [2025-07-07T09:19:36.450Z] 412355a1c204: Preparing [2025-07-07T09:19:36.450Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:36.450Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:36.450Z] dd1af05aea7a: Preparing [2025-07-07T09:19:36.450Z] dc4454cc7ee2: Preparing [2025-07-07T09:19:36.450Z] 994456c4fd7b: Preparing [2025-07-07T09:19:36.450Z] dc4454cc7ee2: Waiting [2025-07-07T09:19:36.450Z] 994456c4fd7b: Waiting [2025-07-07T09:19:36.450Z] d19e06b7e3a6: Layer already exists [2025-07-07T09:19:36.450Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:36.450Z] 412355a1c204: Layer already exists [2025-07-07T09:19:36.450Z] dd1af05aea7a: Layer already exists [2025-07-07T09:19:36.450Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:36.450Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:36.450Z] dc4454cc7ee2: Layer already exists [2025-07-07T09:19:36.450Z] main: digest: sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:19:36.525Z] ===================================================== [Pipeline] echo [2025-07-07T09:19:36.538Z] taggedImages: [2025-07-07T09:19:36.538Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:36.538Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-07T09:19:36.538Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37 [2025-07-07T09:19:36.538Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:36.538Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-07-07T09:19:36.568Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-07-07T09:19:36.568Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:36.568Z] latest [2025-07-07T09:19:36.568Z] 4.1.0-dev.37 [2025-07-07T09:19:36.568Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:36.568Z] main [2025-07-07T09:19:36.568Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:36.899Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:37.221Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:37.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-07T09:19:37.221Z] cfec18c64a60: Preparing [2025-07-07T09:19:37.221Z] cb9996766c59: Preparing [2025-07-07T09:19:37.221Z] 6bc8f26d81ff: Preparing [2025-07-07T09:19:37.221Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:37.221Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:37.221Z] 0e6ce5b328ba: Preparing [2025-07-07T09:19:37.221Z] cc2b7b163a03: Preparing [2025-07-07T09:19:37.221Z] a4416b020f32: Preparing [2025-07-07T09:19:37.221Z] 8fc32cb97978: Preparing [2025-07-07T09:19:37.221Z] 994456c4fd7b: Preparing [2025-07-07T09:19:37.221Z] 8fc32cb97978: Waiting [2025-07-07T09:19:37.221Z] cc2b7b163a03: Waiting [2025-07-07T09:19:37.221Z] 994456c4fd7b: Waiting [2025-07-07T09:19:37.221Z] a4416b020f32: Waiting [2025-07-07T09:19:37.221Z] 0e6ce5b328ba: Waiting [2025-07-07T09:19:37.221Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:37.221Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:37.221Z] 6bc8f26d81ff: Pushed [2025-07-07T09:19:37.221Z] cb9996766c59: Pushed [2025-07-07T09:19:37.221Z] cfec18c64a60: Pushed [2025-07-07T09:19:37.221Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:37.221Z] a4416b020f32: Pushed [2025-07-07T09:19:37.786Z] 8fc32cb97978: Pushed [2025-07-07T09:19:43.197Z] cc2b7b163a03: Pushed [2025-07-07T09:19:51.305Z] 0e6ce5b328ba: Pushed [2025-07-07T09:19:51.305Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:51.623Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:51.940Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-07T09:19:51.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-07T09:19:51.940Z] cfec18c64a60: Preparing [2025-07-07T09:19:51.940Z] cb9996766c59: Preparing [2025-07-07T09:19:51.940Z] 6bc8f26d81ff: Preparing [2025-07-07T09:19:51.940Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:51.940Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:51.940Z] 0e6ce5b328ba: Preparing [2025-07-07T09:19:51.940Z] cc2b7b163a03: Preparing [2025-07-07T09:19:51.940Z] a4416b020f32: Preparing [2025-07-07T09:19:51.940Z] 8fc32cb97978: Preparing [2025-07-07T09:19:51.940Z] 994456c4fd7b: Preparing [2025-07-07T09:19:51.940Z] cc2b7b163a03: Waiting [2025-07-07T09:19:51.940Z] a4416b020f32: Waiting [2025-07-07T09:19:51.940Z] 8fc32cb97978: Waiting [2025-07-07T09:19:51.940Z] 994456c4fd7b: Waiting [2025-07-07T09:19:51.940Z] 0e6ce5b328ba: Waiting [2025-07-07T09:19:51.940Z] 6bc8f26d81ff: Layer already exists [2025-07-07T09:19:51.940Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:51.940Z] cfec18c64a60: Layer already exists [2025-07-07T09:19:51.940Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:51.940Z] cb9996766c59: Layer already exists [2025-07-07T09:19:51.940Z] 0e6ce5b328ba: Layer already exists [2025-07-07T09:19:51.940Z] cc2b7b163a03: Layer already exists [2025-07-07T09:19:51.940Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:51.940Z] a4416b020f32: Layer already exists [2025-07-07T09:19:51.940Z] 8fc32cb97978: Layer already exists [2025-07-07T09:19:51.940Z] latest: digest: sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:52.270Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:52.582Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37 [2025-07-07T09:19:52.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-07T09:19:52.582Z] cfec18c64a60: Preparing [2025-07-07T09:19:52.582Z] cb9996766c59: Preparing [2025-07-07T09:19:52.582Z] 6bc8f26d81ff: Preparing [2025-07-07T09:19:52.582Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:52.582Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:52.582Z] 0e6ce5b328ba: Preparing [2025-07-07T09:19:52.582Z] cc2b7b163a03: Preparing [2025-07-07T09:19:52.582Z] a4416b020f32: Preparing [2025-07-07T09:19:52.582Z] 8fc32cb97978: Preparing [2025-07-07T09:19:52.582Z] 994456c4fd7b: Preparing [2025-07-07T09:19:52.582Z] a4416b020f32: Waiting [2025-07-07T09:19:52.582Z] 8fc32cb97978: Waiting [2025-07-07T09:19:52.582Z] 0e6ce5b328ba: Waiting [2025-07-07T09:19:52.582Z] 994456c4fd7b: Waiting [2025-07-07T09:19:52.582Z] cc2b7b163a03: Waiting [2025-07-07T09:19:52.582Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:52.582Z] 6bc8f26d81ff: Layer already exists [2025-07-07T09:19:52.582Z] cfec18c64a60: Layer already exists [2025-07-07T09:19:52.582Z] cb9996766c59: Layer already exists [2025-07-07T09:19:52.582Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:52.582Z] cc2b7b163a03: Layer already exists [2025-07-07T09:19:52.582Z] 0e6ce5b328ba: Layer already exists [2025-07-07T09:19:52.582Z] 8fc32cb97978: Layer already exists [2025-07-07T09:19:52.582Z] a4416b020f32: Layer already exists [2025-07-07T09:19:52.582Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:52.582Z] 4.1.0-dev.37: digest: sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:52.905Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:53.230Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:53.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-07T09:19:53.230Z] cfec18c64a60: Preparing [2025-07-07T09:19:53.230Z] cb9996766c59: Preparing [2025-07-07T09:19:53.230Z] 6bc8f26d81ff: Preparing [2025-07-07T09:19:53.230Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:53.230Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:53.230Z] 0e6ce5b328ba: Preparing [2025-07-07T09:19:53.230Z] cc2b7b163a03: Preparing [2025-07-07T09:19:53.230Z] a4416b020f32: Preparing [2025-07-07T09:19:53.230Z] 8fc32cb97978: Preparing [2025-07-07T09:19:53.230Z] 994456c4fd7b: Preparing [2025-07-07T09:19:53.230Z] 0e6ce5b328ba: Waiting [2025-07-07T09:19:53.230Z] 994456c4fd7b: Waiting [2025-07-07T09:19:53.230Z] cc2b7b163a03: Waiting [2025-07-07T09:19:53.230Z] a4416b020f32: Waiting [2025-07-07T09:19:53.230Z] 8fc32cb97978: Waiting [2025-07-07T09:19:53.230Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:53.230Z] 6bc8f26d81ff: Layer already exists [2025-07-07T09:19:53.230Z] cfec18c64a60: Layer already exists [2025-07-07T09:19:53.230Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:53.230Z] cb9996766c59: Layer already exists [2025-07-07T09:19:53.230Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:53.230Z] cc2b7b163a03: Layer already exists [2025-07-07T09:19:53.230Z] 8fc32cb97978: Layer already exists [2025-07-07T09:19:53.230Z] 0e6ce5b328ba: Layer already exists [2025-07-07T09:19:53.230Z] a4416b020f32: Layer already exists [2025-07-07T09:19:53.230Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:53.552Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:53.671Z] #86 ... [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #82 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:19:53.671Z] #82 DONE 114.3s [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #97 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:19:53.671Z] #97 DONE 108.5s [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #96 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:19:53.671Z] #96 DONE 100.8s [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #92 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:19:53.671Z] #92 DONE 111.5s [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #86 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:19:53.671Z] #86 DONE 110.2s [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #119 [security-spiffe-token-provider builder 6/7] COPY . . [2025-07-07T09:19:53.671Z] #119 ... [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:19:53.671Z] #98 DONE 101.5s [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #120 [core-keeper builder 7/8] COPY . . [2025-07-07T09:19:53.671Z] #120 ... [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #121 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:19:53.671Z] #121 CACHED [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #122 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:19:53.671Z] #122 CACHED [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #123 [security-secretstore-setup builder 6/7] COPY . . [2025-07-07T09:19:53.671Z] #123 CACHED [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #124 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:19:53.671Z] #124 CACHED [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #125 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:19:53.671Z] #125 CACHED [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #126 [core-command builder 6/7] COPY . . [2025-07-07T09:19:53.671Z] #126 CACHED [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #127 [security-proxy-setup builder 6/7] COPY . . [2025-07-07T09:19:53.671Z] #127 CACHED [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #128 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:19:53.671Z] #128 CACHED [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #129 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:19:53.671Z] #129 CACHED [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #130 [security-bootstrapper builder 6/7] COPY . . [2025-07-07T09:19:53.671Z] #130 DONE 2.1s [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #131 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:19:53.671Z] #131 CACHED [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #132 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:19:53.671Z] #132 CACHED [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #133 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-07-07T09:19:53.671Z] #133 CACHED [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #134 [support-notifications builder 6/7] COPY . . [2025-07-07T09:19:53.671Z] #134 DONE 2.1s [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #135 [core-data builder 6/7] COPY . . [2025-07-07T09:19:53.671Z] #135 CACHED [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #136 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:19:53.671Z] #136 CACHED [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #137 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:19:53.671Z] #137 CACHED [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-07-07T09:19:53.671Z] #138 CACHED [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #139 [core-metadata builder 6/7] COPY . . [2025-07-07T09:19:53.671Z] #139 CACHED [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #140 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-07T09:19:53.671Z] #140 CACHED [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #141 [support-scheduler builder 6/7] COPY . . [2025-07-07T09:19:53.671Z] #141 DONE 2.1s [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #142 [security-proxy-auth builder 6/7] COPY . . [2025-07-07T09:19:53.671Z] #142 DONE 2.0s [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #119 [security-spiffe-token-provider builder 6/7] COPY . . [2025-07-07T09:19:53.671Z] #119 DONE 2.1s [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #120 [core-keeper builder 7/8] COPY . . [2025-07-07T09:19:53.671Z] #120 DONE 2.1s [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-07T09:19:53.671Z] #143 ... [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-07T09:19:53.671Z] #0 5.196 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-07-07T09:19:53.671Z] #144 ... [2025-07-07T09:19:53.671Z] [2025-07-07T09:19:53.671Z] #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-07-07T09:19:53.671Z] #0 5.589 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-07-07T09:19:53.872Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-07-07T09:19:53.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-07T09:19:53.872Z] cfec18c64a60: Preparing [2025-07-07T09:19:53.872Z] cb9996766c59: Preparing [2025-07-07T09:19:53.872Z] 6bc8f26d81ff: Preparing [2025-07-07T09:19:53.872Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:53.872Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:53.872Z] 0e6ce5b328ba: Preparing [2025-07-07T09:19:53.872Z] cc2b7b163a03: Preparing [2025-07-07T09:19:53.872Z] a4416b020f32: Preparing [2025-07-07T09:19:53.872Z] 8fc32cb97978: Preparing [2025-07-07T09:19:53.872Z] cc2b7b163a03: Waiting [2025-07-07T09:19:53.872Z] 0e6ce5b328ba: Waiting [2025-07-07T09:19:53.872Z] a4416b020f32: Waiting [2025-07-07T09:19:53.872Z] 994456c4fd7b: Preparing [2025-07-07T09:19:53.872Z] 8fc32cb97978: Waiting [2025-07-07T09:19:53.872Z] 994456c4fd7b: Waiting [2025-07-07T09:19:53.872Z] cfec18c64a60: Layer already exists [2025-07-07T09:19:53.872Z] 6bc8f26d81ff: Layer already exists [2025-07-07T09:19:53.872Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:53.872Z] cb9996766c59: Layer already exists [2025-07-07T09:19:53.872Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:53.872Z] a4416b020f32: Layer already exists [2025-07-07T09:19:53.872Z] 0e6ce5b328ba: Layer already exists [2025-07-07T09:19:53.872Z] cc2b7b163a03: Layer already exists [2025-07-07T09:19:53.872Z] 8fc32cb97978: Layer already exists [2025-07-07T09:19:53.872Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:53.872Z] main: digest: sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:19:53.974Z] ===================================================== [Pipeline] echo [2025-07-07T09:19:53.990Z] taggedImages: [2025-07-07T09:19:53.990Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:53.990Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-07T09:19:53.990Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37 [2025-07-07T09:19:53.990Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:53.990Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-07-07T09:19:54.017Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-07-07T09:19:54.017Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:54.017Z] latest [2025-07-07T09:19:54.017Z] 4.1.0-dev.37 [2025-07-07T09:19:54.017Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:19:54.017Z] main [2025-07-07T09:19:54.017Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:54.257Z] #145 ... [2025-07-07T09:19:54.257Z] [2025-07-07T09:19:54.257Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-07T09:19:54.257Z] #0 6.054 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-07-07T09:19:54.257Z] #146 ... [2025-07-07T09:19:54.257Z] [2025-07-07T09:19:54.257Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-07T09:19:54.257Z] #143 6.220 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-07-07T09:19:54.420Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:19:54.792Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:19:54.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-07T09:19:54.792Z] 551dcc360f2e: Preparing [2025-07-07T09:19:54.792Z] 5627382d0907: Preparing [2025-07-07T09:19:54.792Z] 7e4c2d92edcd: Preparing [2025-07-07T09:19:54.792Z] 9e8ee8f9c419: Preparing [2025-07-07T09:19:54.792Z] f7ad3b2f42c6: Preparing [2025-07-07T09:19:54.792Z] 2636bab36c7f: Preparing [2025-07-07T09:19:54.792Z] 5d8daf1fb520: Preparing [2025-07-07T09:19:54.792Z] db11caab1452: Preparing [2025-07-07T09:19:54.792Z] 994456c4fd7b: Preparing [2025-07-07T09:19:54.792Z] 5d8daf1fb520: Waiting [2025-07-07T09:19:54.792Z] 994456c4fd7b: Waiting [2025-07-07T09:19:54.792Z] db11caab1452: Waiting [2025-07-07T09:19:54.792Z] 2636bab36c7f: Waiting [2025-07-07T09:19:54.792Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:19:54.792Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:19:54.792Z] 551dcc360f2e: Pushed [2025-07-07T09:19:54.792Z] 5d8daf1fb520: Pushed [2025-07-07T09:19:54.792Z] 5627382d0907: Pushed [2025-07-07T09:19:54.792Z] 7e4c2d92edcd: Pushed [2025-07-07T09:19:54.792Z] 994456c4fd7b: Layer already exists [2025-07-07T09:19:55.058Z] db11caab1452: Pushed [2025-07-07T09:19:58.508Z] #143 ... [2025-07-07T09:19:58.508Z] [2025-07-07T09:19:58.508Z] #147 [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-07-07T09:19:58.508Z] #0 6.491 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-07-07T09:19:58.508Z] #147 ... [2025-07-07T09:19:58.508Z] [2025-07-07T09:19:58.508Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-07-07T09:19:58.508Z] #0 3.810 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-07-07T09:19:58.508Z] #148 ... [2025-07-07T09:19:58.508Z] [2025-07-07T09:19:58.508Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-07T09:19:58.508Z] #0 6.283 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-07-07T09:19:58.508Z] #149 ... [2025-07-07T09:19:58.508Z] [2025-07-07T09:19:58.508Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-07T09:19:58.508Z] #0 6.357 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-07-07T09:19:58.774Z] #150 ... [2025-07-07T09:19:58.774Z] [2025-07-07T09:19:58.774Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-07-07T09:19:58.774Z] #0 5.626 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-07-07T09:19:58.774Z] #151 ... [2025-07-07T09:19:58.774Z] [2025-07-07T09:19:58.774Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-07T09:19:58.774Z] #0 5.608 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-07-07T09:19:59.062Z] #152 ... [2025-07-07T09:19:59.062Z] [2025-07-07T09:19:59.062Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-07T09:19:59.062Z] #0 5.848 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-07-07T09:19:59.062Z] #153 ... [2025-07-07T09:19:59.062Z] [2025-07-07T09:19:59.062Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-07T09:19:59.062Z] #0 4.690 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-07-07T09:20:07.263Z] 2636bab36c7f: Pushed [2025-07-07T09:20:07.263Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:07.588Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:07.905Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-07T09:20:07.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-07T09:20:07.905Z] 551dcc360f2e: Preparing [2025-07-07T09:20:07.905Z] 5627382d0907: Preparing [2025-07-07T09:20:07.905Z] 7e4c2d92edcd: Preparing [2025-07-07T09:20:07.905Z] 9e8ee8f9c419: Preparing [2025-07-07T09:20:07.905Z] f7ad3b2f42c6: Preparing [2025-07-07T09:20:07.905Z] 2636bab36c7f: Preparing [2025-07-07T09:20:07.905Z] 5d8daf1fb520: Preparing [2025-07-07T09:20:07.905Z] db11caab1452: Preparing [2025-07-07T09:20:07.905Z] 994456c4fd7b: Preparing [2025-07-07T09:20:07.905Z] 5d8daf1fb520: Waiting [2025-07-07T09:20:07.905Z] db11caab1452: Waiting [2025-07-07T09:20:07.905Z] 2636bab36c7f: Waiting [2025-07-07T09:20:07.905Z] 994456c4fd7b: Waiting [2025-07-07T09:20:07.905Z] 5627382d0907: Layer already exists [2025-07-07T09:20:07.905Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:20:07.905Z] 551dcc360f2e: Layer already exists [2025-07-07T09:20:07.905Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:20:07.905Z] 7e4c2d92edcd: Layer already exists [2025-07-07T09:20:07.905Z] 2636bab36c7f: Layer already exists [2025-07-07T09:20:07.905Z] db11caab1452: Layer already exists [2025-07-07T09:20:07.905Z] 5d8daf1fb520: Layer already exists [2025-07-07T09:20:07.905Z] 994456c4fd7b: Layer already exists [2025-07-07T09:20:07.905Z] latest: digest: sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:08.237Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:08.564Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37 [2025-07-07T09:20:08.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-07T09:20:08.564Z] 551dcc360f2e: Preparing [2025-07-07T09:20:08.564Z] 5627382d0907: Preparing [2025-07-07T09:20:08.564Z] 7e4c2d92edcd: Preparing [2025-07-07T09:20:08.564Z] 9e8ee8f9c419: Preparing [2025-07-07T09:20:08.564Z] f7ad3b2f42c6: Preparing [2025-07-07T09:20:08.564Z] 2636bab36c7f: Preparing [2025-07-07T09:20:08.564Z] 5d8daf1fb520: Preparing [2025-07-07T09:20:08.564Z] db11caab1452: Preparing [2025-07-07T09:20:08.564Z] 994456c4fd7b: Preparing [2025-07-07T09:20:08.564Z] 5d8daf1fb520: Waiting [2025-07-07T09:20:08.564Z] db11caab1452: Waiting [2025-07-07T09:20:08.564Z] 994456c4fd7b: Waiting [2025-07-07T09:20:08.564Z] 2636bab36c7f: Waiting [2025-07-07T09:20:08.564Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:20:08.564Z] 5627382d0907: Layer already exists [2025-07-07T09:20:08.564Z] 7e4c2d92edcd: Layer already exists [2025-07-07T09:20:08.564Z] 551dcc360f2e: Layer already exists [2025-07-07T09:20:08.564Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:20:08.564Z] 2636bab36c7f: Layer already exists [2025-07-07T09:20:08.564Z] 5d8daf1fb520: Layer already exists [2025-07-07T09:20:08.564Z] db11caab1452: Layer already exists [2025-07-07T09:20:08.564Z] 994456c4fd7b: Layer already exists [2025-07-07T09:20:08.564Z] 4.1.0-dev.37: digest: sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:08.888Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:09.215Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:09.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-07T09:20:09.215Z] 551dcc360f2e: Preparing [2025-07-07T09:20:09.215Z] 5627382d0907: Preparing [2025-07-07T09:20:09.215Z] 7e4c2d92edcd: Preparing [2025-07-07T09:20:09.215Z] 9e8ee8f9c419: Preparing [2025-07-07T09:20:09.215Z] f7ad3b2f42c6: Preparing [2025-07-07T09:20:09.215Z] 2636bab36c7f: Preparing [2025-07-07T09:20:09.215Z] 5d8daf1fb520: Preparing [2025-07-07T09:20:09.215Z] db11caab1452: Preparing [2025-07-07T09:20:09.215Z] 994456c4fd7b: Preparing [2025-07-07T09:20:09.215Z] 2636bab36c7f: Waiting [2025-07-07T09:20:09.215Z] db11caab1452: Waiting [2025-07-07T09:20:09.215Z] 5d8daf1fb520: Waiting [2025-07-07T09:20:09.215Z] 994456c4fd7b: Waiting [2025-07-07T09:20:09.215Z] 551dcc360f2e: Layer already exists [2025-07-07T09:20:09.215Z] 7e4c2d92edcd: Layer already exists [2025-07-07T09:20:09.215Z] 5627382d0907: Layer already exists [2025-07-07T09:20:09.215Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:20:09.215Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:20:09.215Z] db11caab1452: Layer already exists [2025-07-07T09:20:09.215Z] 2636bab36c7f: Layer already exists [2025-07-07T09:20:09.215Z] 994456c4fd7b: Layer already exists [2025-07-07T09:20:09.215Z] 5d8daf1fb520: Layer already exists [2025-07-07T09:20:09.215Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:09.541Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:09.862Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-07-07T09:20:09.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-07T09:20:09.862Z] 551dcc360f2e: Preparing [2025-07-07T09:20:09.862Z] 5627382d0907: Preparing [2025-07-07T09:20:09.862Z] 7e4c2d92edcd: Preparing [2025-07-07T09:20:09.862Z] 9e8ee8f9c419: Preparing [2025-07-07T09:20:09.862Z] f7ad3b2f42c6: Preparing [2025-07-07T09:20:09.862Z] 2636bab36c7f: Preparing [2025-07-07T09:20:09.862Z] 5d8daf1fb520: Preparing [2025-07-07T09:20:09.862Z] db11caab1452: Preparing [2025-07-07T09:20:09.862Z] 994456c4fd7b: Preparing [2025-07-07T09:20:09.862Z] 5d8daf1fb520: Waiting [2025-07-07T09:20:09.862Z] db11caab1452: Waiting [2025-07-07T09:20:09.862Z] 994456c4fd7b: Waiting [2025-07-07T09:20:09.862Z] 2636bab36c7f: Waiting [2025-07-07T09:20:09.862Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:20:09.862Z] 551dcc360f2e: Layer already exists [2025-07-07T09:20:09.862Z] 5627382d0907: Layer already exists [2025-07-07T09:20:09.862Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:20:09.862Z] 5d8daf1fb520: Layer already exists [2025-07-07T09:20:09.862Z] 2636bab36c7f: Layer already exists [2025-07-07T09:20:09.862Z] db11caab1452: Layer already exists [2025-07-07T09:20:09.862Z] 994456c4fd7b: Layer already exists [2025-07-07T09:20:09.862Z] 7e4c2d92edcd: Layer already exists [2025-07-07T09:20:09.862Z] main: digest: sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:20:09.939Z] ===================================================== [Pipeline] echo [2025-07-07T09:20:09.954Z] taggedImages: [2025-07-07T09:20:09.954Z] - nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:09.954Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-07T09:20:09.954Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37 [2025-07-07T09:20:09.954Z] - nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:09.954Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-07-07T09:20:09.987Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-07-07T09:20:09.987Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:09.987Z] latest [2025-07-07T09:20:09.987Z] 4.1.0-dev.37 [2025-07-07T09:20:09.987Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:09.987Z] main [2025-07-07T09:20:09.987Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:10.328Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:10.638Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:10.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-07T09:20:10.638Z] cfec18c64a60: Preparing [2025-07-07T09:20:10.638Z] 9957843ef670: Preparing [2025-07-07T09:20:10.638Z] e7d95e5a6a4f: Preparing [2025-07-07T09:20:10.638Z] 9e8ee8f9c419: Preparing [2025-07-07T09:20:10.638Z] f7ad3b2f42c6: Preparing [2025-07-07T09:20:10.638Z] 0e6ce5b328ba: Preparing [2025-07-07T09:20:10.638Z] a4416b020f32: Preparing [2025-07-07T09:20:10.638Z] 8fc32cb97978: Preparing [2025-07-07T09:20:10.638Z] 994456c4fd7b: Preparing [2025-07-07T09:20:10.638Z] 0e6ce5b328ba: Waiting [2025-07-07T09:20:10.638Z] a4416b020f32: Waiting [2025-07-07T09:20:10.638Z] 8fc32cb97978: Waiting [2025-07-07T09:20:10.638Z] 994456c4fd7b: Waiting [2025-07-07T09:20:10.638Z] cfec18c64a60: Layer already exists [2025-07-07T09:20:10.638Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:20:10.638Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:20:10.638Z] 0e6ce5b328ba: Layer already exists [2025-07-07T09:20:10.638Z] a4416b020f32: Layer already exists [2025-07-07T09:20:10.638Z] 8fc32cb97978: Layer already exists [2025-07-07T09:20:10.639Z] 994456c4fd7b: Layer already exists [2025-07-07T09:20:10.639Z] 9957843ef670: Pushed [2025-07-07T09:20:10.639Z] e7d95e5a6a4f: Pushed [2025-07-07T09:20:10.897Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:11.219Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:11.538Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-07T09:20:11.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-07T09:20:11.538Z] cfec18c64a60: Preparing [2025-07-07T09:20:11.538Z] 9957843ef670: Preparing [2025-07-07T09:20:11.538Z] e7d95e5a6a4f: Preparing [2025-07-07T09:20:11.538Z] 9e8ee8f9c419: Preparing [2025-07-07T09:20:11.538Z] f7ad3b2f42c6: Preparing [2025-07-07T09:20:11.538Z] 0e6ce5b328ba: Preparing [2025-07-07T09:20:11.538Z] a4416b020f32: Preparing [2025-07-07T09:20:11.538Z] 8fc32cb97978: Preparing [2025-07-07T09:20:11.538Z] 994456c4fd7b: Preparing [2025-07-07T09:20:11.539Z] a4416b020f32: Waiting [2025-07-07T09:20:11.539Z] 8fc32cb97978: Waiting [2025-07-07T09:20:11.539Z] 994456c4fd7b: Waiting [2025-07-07T09:20:11.539Z] 0e6ce5b328ba: Waiting [2025-07-07T09:20:11.539Z] 9957843ef670: Layer already exists [2025-07-07T09:20:11.539Z] e7d95e5a6a4f: Layer already exists [2025-07-07T09:20:11.539Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:20:11.539Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:20:11.539Z] cfec18c64a60: Layer already exists [2025-07-07T09:20:11.539Z] a4416b020f32: Layer already exists [2025-07-07T09:20:11.539Z] 8fc32cb97978: Layer already exists [2025-07-07T09:20:11.539Z] 994456c4fd7b: Layer already exists [2025-07-07T09:20:11.539Z] 0e6ce5b328ba: Layer already exists [2025-07-07T09:20:11.539Z] latest: digest: sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:11.867Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:12.184Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37 [2025-07-07T09:20:12.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-07T09:20:12.184Z] cfec18c64a60: Preparing [2025-07-07T09:20:12.184Z] 9957843ef670: Preparing [2025-07-07T09:20:12.184Z] e7d95e5a6a4f: Preparing [2025-07-07T09:20:12.184Z] 9e8ee8f9c419: Preparing [2025-07-07T09:20:12.184Z] f7ad3b2f42c6: Preparing [2025-07-07T09:20:12.184Z] 0e6ce5b328ba: Preparing [2025-07-07T09:20:12.184Z] a4416b020f32: Preparing [2025-07-07T09:20:12.184Z] 8fc32cb97978: Preparing [2025-07-07T09:20:12.184Z] 994456c4fd7b: Preparing [2025-07-07T09:20:12.184Z] 0e6ce5b328ba: Waiting [2025-07-07T09:20:12.184Z] a4416b020f32: Waiting [2025-07-07T09:20:12.184Z] 994456c4fd7b: Waiting [2025-07-07T09:20:12.184Z] 8fc32cb97978: Waiting [2025-07-07T09:20:12.184Z] e7d95e5a6a4f: Layer already exists [2025-07-07T09:20:12.184Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:20:12.184Z] 9957843ef670: Layer already exists [2025-07-07T09:20:12.184Z] cfec18c64a60: Layer already exists [2025-07-07T09:20:12.184Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:20:12.184Z] 0e6ce5b328ba: Layer already exists [2025-07-07T09:20:12.184Z] 8fc32cb97978: Layer already exists [2025-07-07T09:20:12.184Z] a4416b020f32: Layer already exists [2025-07-07T09:20:12.184Z] 994456c4fd7b: Layer already exists [2025-07-07T09:20:12.184Z] 4.1.0-dev.37: digest: sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:12.515Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:12.834Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:12.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-07T09:20:12.834Z] cfec18c64a60: Preparing [2025-07-07T09:20:12.834Z] 9957843ef670: Preparing [2025-07-07T09:20:12.834Z] e7d95e5a6a4f: Preparing [2025-07-07T09:20:12.834Z] 9e8ee8f9c419: Preparing [2025-07-07T09:20:12.834Z] f7ad3b2f42c6: Preparing [2025-07-07T09:20:12.834Z] 0e6ce5b328ba: Preparing [2025-07-07T09:20:12.834Z] a4416b020f32: Preparing [2025-07-07T09:20:12.834Z] 8fc32cb97978: Preparing [2025-07-07T09:20:12.834Z] 994456c4fd7b: Preparing [2025-07-07T09:20:12.834Z] 0e6ce5b328ba: Waiting [2025-07-07T09:20:12.834Z] 8fc32cb97978: Waiting [2025-07-07T09:20:12.834Z] a4416b020f32: Waiting [2025-07-07T09:20:12.834Z] 994456c4fd7b: Waiting [2025-07-07T09:20:12.834Z] cfec18c64a60: Layer already exists [2025-07-07T09:20:12.834Z] 9957843ef670: Layer already exists [2025-07-07T09:20:12.834Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:20:12.834Z] e7d95e5a6a4f: Layer already exists [2025-07-07T09:20:12.834Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:20:12.834Z] 8fc32cb97978: Layer already exists [2025-07-07T09:20:12.834Z] 0e6ce5b328ba: Layer already exists [2025-07-07T09:20:12.834Z] a4416b020f32: Layer already exists [2025-07-07T09:20:12.834Z] 994456c4fd7b: Layer already exists [2025-07-07T09:20:12.834Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:13.163Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:13.485Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-07-07T09:20:13.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-07T09:20:13.486Z] cfec18c64a60: Preparing [2025-07-07T09:20:13.486Z] 9957843ef670: Preparing [2025-07-07T09:20:13.486Z] e7d95e5a6a4f: Preparing [2025-07-07T09:20:13.486Z] 9e8ee8f9c419: Preparing [2025-07-07T09:20:13.486Z] f7ad3b2f42c6: Preparing [2025-07-07T09:20:13.486Z] 0e6ce5b328ba: Preparing [2025-07-07T09:20:13.486Z] a4416b020f32: Preparing [2025-07-07T09:20:13.486Z] 8fc32cb97978: Preparing [2025-07-07T09:20:13.486Z] 994456c4fd7b: Preparing [2025-07-07T09:20:13.486Z] a4416b020f32: Waiting [2025-07-07T09:20:13.486Z] 8fc32cb97978: Waiting [2025-07-07T09:20:13.486Z] 994456c4fd7b: Waiting [2025-07-07T09:20:13.486Z] 0e6ce5b328ba: Waiting [2025-07-07T09:20:13.486Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:20:13.486Z] 9957843ef670: Layer already exists [2025-07-07T09:20:13.486Z] e7d95e5a6a4f: Layer already exists [2025-07-07T09:20:13.486Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:20:13.486Z] cfec18c64a60: Layer already exists [2025-07-07T09:20:13.486Z] a4416b020f32: Layer already exists [2025-07-07T09:20:13.486Z] 0e6ce5b328ba: Layer already exists [2025-07-07T09:20:13.486Z] 8fc32cb97978: Layer already exists [2025-07-07T09:20:13.486Z] 994456c4fd7b: Layer already exists [2025-07-07T09:20:13.486Z] main: digest: sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:20:13.556Z] ===================================================== [Pipeline] echo [2025-07-07T09:20:13.571Z] taggedImages: [2025-07-07T09:20:13.572Z] - nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:13.572Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-07T09:20:13.572Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37 [2025-07-07T09:20:13.572Z] - nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:13.572Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-07-07T09:20:13.600Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-07-07T09:20:13.600Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:13.600Z] latest [2025-07-07T09:20:13.600Z] 4.1.0-dev.37 [2025-07-07T09:20:13.600Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:13.600Z] main [2025-07-07T09:20:13.600Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:13.953Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:14.268Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:14.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-07T09:20:14.268Z] 1f0a7e31ccb4: Preparing [2025-07-07T09:20:14.268Z] 5c06ffda24b8: Preparing [2025-07-07T09:20:14.268Z] 9e8ee8f9c419: Preparing [2025-07-07T09:20:14.268Z] f7ad3b2f42c6: Preparing [2025-07-07T09:20:14.268Z] 123cc0fad066: Preparing [2025-07-07T09:20:14.268Z] 2e71073fa2aa: Preparing [2025-07-07T09:20:14.268Z] 994456c4fd7b: Preparing [2025-07-07T09:20:14.268Z] 2e71073fa2aa: Waiting [2025-07-07T09:20:14.268Z] 994456c4fd7b: Waiting [2025-07-07T09:20:14.268Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:20:14.268Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:20:14.268Z] 994456c4fd7b: Layer already exists [2025-07-07T09:20:14.268Z] 123cc0fad066: Pushed [2025-07-07T09:20:14.268Z] 1f0a7e31ccb4: Pushed [2025-07-07T09:20:14.834Z] 2e71073fa2aa: Pushed [2025-07-07T09:20:18.122Z] 5c06ffda24b8: Pushed [2025-07-07T09:20:18.122Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:18.451Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:18.774Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-07T09:20:18.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-07T09:20:18.774Z] 1f0a7e31ccb4: Preparing [2025-07-07T09:20:18.774Z] 5c06ffda24b8: Preparing [2025-07-07T09:20:18.774Z] 9e8ee8f9c419: Preparing [2025-07-07T09:20:18.774Z] f7ad3b2f42c6: Preparing [2025-07-07T09:20:18.774Z] 123cc0fad066: Preparing [2025-07-07T09:20:18.774Z] 2e71073fa2aa: Preparing [2025-07-07T09:20:18.774Z] 994456c4fd7b: Preparing [2025-07-07T09:20:18.774Z] 2e71073fa2aa: Waiting [2025-07-07T09:20:18.774Z] 994456c4fd7b: Waiting [2025-07-07T09:20:18.774Z] 5c06ffda24b8: Layer already exists [2025-07-07T09:20:18.774Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:20:18.774Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:20:18.774Z] 1f0a7e31ccb4: Layer already exists [2025-07-07T09:20:18.774Z] 123cc0fad066: Layer already exists [2025-07-07T09:20:18.774Z] 994456c4fd7b: Layer already exists [2025-07-07T09:20:18.774Z] 2e71073fa2aa: Layer already exists [2025-07-07T09:20:18.774Z] latest: digest: sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:19.094Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:19.417Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37 [2025-07-07T09:20:19.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-07T09:20:19.417Z] 1f0a7e31ccb4: Preparing [2025-07-07T09:20:19.417Z] 5c06ffda24b8: Preparing [2025-07-07T09:20:19.417Z] 9e8ee8f9c419: Preparing [2025-07-07T09:20:19.417Z] f7ad3b2f42c6: Preparing [2025-07-07T09:20:19.417Z] 123cc0fad066: Preparing [2025-07-07T09:20:19.417Z] 2e71073fa2aa: Preparing [2025-07-07T09:20:19.417Z] 994456c4fd7b: Preparing [2025-07-07T09:20:19.417Z] 2e71073fa2aa: Waiting [2025-07-07T09:20:19.417Z] 994456c4fd7b: Waiting [2025-07-07T09:20:19.417Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:20:19.417Z] 5c06ffda24b8: Layer already exists [2025-07-07T09:20:19.417Z] 1f0a7e31ccb4: Layer already exists [2025-07-07T09:20:19.417Z] 123cc0fad066: Layer already exists [2025-07-07T09:20:19.417Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:20:19.417Z] 994456c4fd7b: Layer already exists [2025-07-07T09:20:19.417Z] 2e71073fa2aa: Layer already exists [2025-07-07T09:20:19.417Z] 4.1.0-dev.37: digest: sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:19.748Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:20.070Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:20.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-07T09:20:20.070Z] 1f0a7e31ccb4: Preparing [2025-07-07T09:20:20.070Z] 5c06ffda24b8: Preparing [2025-07-07T09:20:20.070Z] 9e8ee8f9c419: Preparing [2025-07-07T09:20:20.070Z] f7ad3b2f42c6: Preparing [2025-07-07T09:20:20.070Z] 123cc0fad066: Preparing [2025-07-07T09:20:20.070Z] 2e71073fa2aa: Preparing [2025-07-07T09:20:20.070Z] 994456c4fd7b: Preparing [2025-07-07T09:20:20.070Z] 2e71073fa2aa: Waiting [2025-07-07T09:20:20.070Z] 994456c4fd7b: Waiting [2025-07-07T09:20:20.070Z] 1f0a7e31ccb4: Layer already exists [2025-07-07T09:20:20.070Z] 123cc0fad066: Layer already exists [2025-07-07T09:20:20.070Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:20:20.070Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:20:20.070Z] 5c06ffda24b8: Layer already exists [2025-07-07T09:20:20.070Z] 994456c4fd7b: Layer already exists [2025-07-07T09:20:20.070Z] 2e71073fa2aa: Layer already exists [2025-07-07T09:20:20.070Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:20.388Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:20.704Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-07-07T09:20:20.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-07T09:20:20.704Z] 1f0a7e31ccb4: Preparing [2025-07-07T09:20:20.704Z] 5c06ffda24b8: Preparing [2025-07-07T09:20:20.704Z] 9e8ee8f9c419: Preparing [2025-07-07T09:20:20.704Z] f7ad3b2f42c6: Preparing [2025-07-07T09:20:20.704Z] 123cc0fad066: Preparing [2025-07-07T09:20:20.704Z] 2e71073fa2aa: Preparing [2025-07-07T09:20:20.704Z] 994456c4fd7b: Preparing [2025-07-07T09:20:20.704Z] 2e71073fa2aa: Waiting [2025-07-07T09:20:20.704Z] 994456c4fd7b: Waiting [2025-07-07T09:20:20.704Z] 123cc0fad066: Layer already exists [2025-07-07T09:20:20.705Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:20:20.705Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:20:20.705Z] 5c06ffda24b8: Layer already exists [2025-07-07T09:20:20.705Z] 1f0a7e31ccb4: Layer already exists [2025-07-07T09:20:20.705Z] 2e71073fa2aa: Layer already exists [2025-07-07T09:20:20.705Z] 994456c4fd7b: Layer already exists [2025-07-07T09:20:20.705Z] main: digest: sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:20:20.770Z] ===================================================== [Pipeline] echo [2025-07-07T09:20:20.784Z] taggedImages: [2025-07-07T09:20:20.784Z] - nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:20.784Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-07T09:20:20.784Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37 [2025-07-07T09:20:20.784Z] - nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:20.784Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-07-07T09:20:20.812Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-07-07T09:20:20.812Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:20.812Z] latest [2025-07-07T09:20:20.812Z] 4.1.0-dev.37 [2025-07-07T09:20:20.812Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:20.812Z] main [2025-07-07T09:20:20.812Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:21.147Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:21.461Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:21.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-07T09:20:21.461Z] bc9a745ecc62: Preparing [2025-07-07T09:20:21.461Z] 8c900155cfc3: Preparing [2025-07-07T09:20:21.461Z] 9e8ee8f9c419: Preparing [2025-07-07T09:20:21.461Z] f7ad3b2f42c6: Preparing [2025-07-07T09:20:21.461Z] 8720163258b5: Preparing [2025-07-07T09:20:21.461Z] 4f163ae394a1: Preparing [2025-07-07T09:20:21.461Z] 994456c4fd7b: Preparing [2025-07-07T09:20:21.461Z] 4f163ae394a1: Waiting [2025-07-07T09:20:21.461Z] 994456c4fd7b: Waiting [2025-07-07T09:20:21.461Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:20:21.461Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:20:21.461Z] 994456c4fd7b: Layer already exists [2025-07-07T09:20:21.461Z] 8720163258b5: Pushed [2025-07-07T09:20:21.461Z] bc9a745ecc62: Pushed [2025-07-07T09:20:21.719Z] 4f163ae394a1: Pushed [2025-07-07T09:20:25.915Z] 8c900155cfc3: Pushed [2025-07-07T09:20:25.915Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:26.238Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:26.556Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-07T09:20:26.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-07T09:20:26.556Z] bc9a745ecc62: Preparing [2025-07-07T09:20:26.556Z] 8c900155cfc3: Preparing [2025-07-07T09:20:26.556Z] 9e8ee8f9c419: Preparing [2025-07-07T09:20:26.556Z] f7ad3b2f42c6: Preparing [2025-07-07T09:20:26.556Z] 8720163258b5: Preparing [2025-07-07T09:20:26.556Z] 4f163ae394a1: Preparing [2025-07-07T09:20:26.556Z] 994456c4fd7b: Preparing [2025-07-07T09:20:26.556Z] 4f163ae394a1: Waiting [2025-07-07T09:20:26.556Z] 994456c4fd7b: Waiting [2025-07-07T09:20:26.556Z] 8720163258b5: Layer already exists [2025-07-07T09:20:26.556Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:20:26.556Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:20:26.556Z] 8c900155cfc3: Layer already exists [2025-07-07T09:20:26.556Z] bc9a745ecc62: Layer already exists [2025-07-07T09:20:26.556Z] 994456c4fd7b: Layer already exists [2025-07-07T09:20:26.556Z] 4f163ae394a1: Layer already exists [2025-07-07T09:20:26.556Z] latest: digest: sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:26.875Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:27.190Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37 [2025-07-07T09:20:27.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-07T09:20:27.190Z] bc9a745ecc62: Preparing [2025-07-07T09:20:27.190Z] 8c900155cfc3: Preparing [2025-07-07T09:20:27.190Z] 9e8ee8f9c419: Preparing [2025-07-07T09:20:27.190Z] f7ad3b2f42c6: Preparing [2025-07-07T09:20:27.190Z] 8720163258b5: Preparing [2025-07-07T09:20:27.190Z] 4f163ae394a1: Preparing [2025-07-07T09:20:27.190Z] 994456c4fd7b: Preparing [2025-07-07T09:20:27.190Z] 4f163ae394a1: Waiting [2025-07-07T09:20:27.190Z] 994456c4fd7b: Waiting [2025-07-07T09:20:27.190Z] 8720163258b5: Layer already exists [2025-07-07T09:20:27.190Z] 8c900155cfc3: Layer already exists [2025-07-07T09:20:27.190Z] bc9a745ecc62: Layer already exists [2025-07-07T09:20:27.190Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:20:27.190Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:20:27.190Z] 4f163ae394a1: Layer already exists [2025-07-07T09:20:27.190Z] 994456c4fd7b: Layer already exists [2025-07-07T09:20:27.190Z] 4.1.0-dev.37: digest: sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:27.518Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:27.844Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:27.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-07T09:20:27.845Z] bc9a745ecc62: Preparing [2025-07-07T09:20:27.845Z] 8c900155cfc3: Preparing [2025-07-07T09:20:27.845Z] 9e8ee8f9c419: Preparing [2025-07-07T09:20:27.845Z] f7ad3b2f42c6: Preparing [2025-07-07T09:20:27.845Z] 8720163258b5: Preparing [2025-07-07T09:20:27.845Z] 4f163ae394a1: Preparing [2025-07-07T09:20:27.845Z] 994456c4fd7b: Preparing [2025-07-07T09:20:27.845Z] 4f163ae394a1: Waiting [2025-07-07T09:20:27.845Z] 994456c4fd7b: Waiting [2025-07-07T09:20:27.845Z] 8720163258b5: Layer already exists [2025-07-07T09:20:27.845Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:20:27.845Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:20:27.845Z] 8c900155cfc3: Layer already exists [2025-07-07T09:20:27.845Z] bc9a745ecc62: Layer already exists [2025-07-07T09:20:27.845Z] 4f163ae394a1: Layer already exists [2025-07-07T09:20:27.845Z] 994456c4fd7b: Layer already exists [2025-07-07T09:20:27.845Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:28.167Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:20:28.483Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-07-07T09:20:28.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-07T09:20:28.483Z] bc9a745ecc62: Preparing [2025-07-07T09:20:28.483Z] 8c900155cfc3: Preparing [2025-07-07T09:20:28.483Z] 9e8ee8f9c419: Preparing [2025-07-07T09:20:28.483Z] f7ad3b2f42c6: Preparing [2025-07-07T09:20:28.483Z] 8720163258b5: Preparing [2025-07-07T09:20:28.483Z] 4f163ae394a1: Preparing [2025-07-07T09:20:28.483Z] 994456c4fd7b: Preparing [2025-07-07T09:20:28.483Z] 994456c4fd7b: Waiting [2025-07-07T09:20:28.483Z] 4f163ae394a1: Waiting [2025-07-07T09:20:28.483Z] 9e8ee8f9c419: Layer already exists [2025-07-07T09:20:28.483Z] f7ad3b2f42c6: Layer already exists [2025-07-07T09:20:28.483Z] 8720163258b5: Layer already exists [2025-07-07T09:20:28.483Z] 8c900155cfc3: Layer already exists [2025-07-07T09:20:28.483Z] bc9a745ecc62: Layer already exists [2025-07-07T09:20:28.483Z] 4f163ae394a1: Layer already exists [2025-07-07T09:20:28.483Z] 994456c4fd7b: Layer already exists [2025-07-07T09:20:28.483Z] main: digest: sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:20:28.563Z] ===================================================== [Pipeline] echo [2025-07-07T09:20:28.580Z] taggedImages: [2025-07-07T09:20:28.580Z] - nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:28.580Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-07T09:20:28.580Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37 [2025-07-07T09:20:28.580Z] - nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:28.580Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-07-07T09:20:28.676Z] ========================================================= [2025-07-07T09:20:28.676Z] [edgeXBuildMultiArch] RAW Config: [2025-07-07T09:20:28.676Z] images: [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:20:28.676Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-07-07T09:20:28.676Z] settingsFile: [2025-07-07T09:20:28.676Z] edgex-go-settings [2025-07-07T09:20:28.676Z] ========================================================= [Pipeline] node [2025-07-07T09:20:43.679Z] Still waiting to schedule task [2025-07-07T09:20:43.680Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-07-07T09:21:41.575Z] Running on prd-centos7-docker-4c-2g-4661 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-07T09:21:41.623Z] provisioning config files... [2025-07-07T09:21:41.647Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config4645435426106171098tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-07T09:21:43.380Z] ---> ****-login.sh [2025-07-07T09:21:43.380Z] nexus3.edgexfoundry.org:10001 [2025-07-07T09:21:44.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:21:44.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-07T09:21:44.668Z] Configure a credential helper to remove this warning. See [2025-07-07T09:21:44.668Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-07T09:21:44.668Z] [2025-07-07T09:21:44.668Z] Login Succeeded [2025-07-07T09:21:44.668Z] nexus3.edgexfoundry.org:10002 [2025-07-07T09:21:44.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:21:44.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-07T09:21:44.950Z] Configure a credential helper to remove this warning. See [2025-07-07T09:21:44.950Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-07T09:21:44.950Z] [2025-07-07T09:21:44.950Z] Login Succeeded [2025-07-07T09:21:44.950Z] nexus3.edgexfoundry.org:10003 [2025-07-07T09:21:44.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:21:44.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-07T09:21:44.950Z] Configure a credential helper to remove this warning. See [2025-07-07T09:21:44.950Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-07T09:21:44.950Z] [2025-07-07T09:21:44.950Z] Login Succeeded [2025-07-07T09:21:44.950Z] nexus3.edgexfoundry.org:10004 [2025-07-07T09:21:44.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:21:44.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-07T09:21:44.951Z] Configure a credential helper to remove this warning. See [2025-07-07T09:21:44.951Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-07T09:21:44.951Z] [2025-07-07T09:21:44.951Z] Login Succeeded [2025-07-07T09:21:44.951Z] ****.io [2025-07-07T09:21:45.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:21:45.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-07T09:21:45.485Z] Configure a credential helper to remove this warning. See [2025-07-07T09:21:45.485Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-07T09:21:45.485Z] [2025-07-07T09:21:45.485Z] Login Succeeded [2025-07-07T09:21:45.485Z] ---> ****-login.sh ends [Pipeline] } [2025-07-07T09:21:45.495Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-07T09:21:45.835Z] + docker buildx ls [2025-07-07T09:21:45.835Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-07T09:21:45.835Z] default * docker [2025-07-07T09:21:45.835Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-07T09:21:46.125Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-07-07T09:21:46.125Z] edgex-builder [Pipeline] sh [2025-07-07T09:21:46.421Z] + docker buildx inspect --bootstrap [2025-07-07T09:21:46.421Z] #1 [internal] booting buildkit [2025-07-07T09:21:46.421Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-07-07T09:21:49.728Z] #1 pulling image moby/buildkit:buildx-stable-1 3.0s done [2025-07-07T09:21:49.728Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-07-07T09:21:50.673Z] #1 creating container buildx_buildkit_edgex-builder0 1.4s done [2025-07-07T09:21:50.673Z] #1 DONE 4.4s [2025-07-07T09:21:50.673Z] Name: edgex-builder [2025-07-07T09:21:50.673Z] Driver: docker-container [2025-07-07T09:21:50.673Z] [2025-07-07T09:21:50.673Z] Nodes: [2025-07-07T09:21:50.673Z] Name: edgex-builder0 [2025-07-07T09:21:50.673Z] Endpoint: unix:///var/run/docker.sock [2025-07-07T09:21:50.673Z] Status: running [2025-07-07T09:21:50.673Z] Buildkit: v0.22.0 [2025-07-07T09:21:50.673Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-07-07T09:21:50.963Z] + docker buildx ls [2025-07-07T09:21:50.964Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-07T09:21:50.964Z] edgex-builder * docker-container [2025-07-07T09:21:50.964Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-07-07T09:21:50.964Z] default docker [2025-07-07T09:21:50.964Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-07T09:21:51.255Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' [2025-07-07T09:21:51.255Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - [2025-07-07T09:21:51.518Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:21:51.518Z] #1 transferring dockerfile: 197B done [2025-07-07T09:21:51.518Z] #1 DONE 0.0s [2025-07-07T09:21:51.518Z] [2025-07-07T09:21:51.518Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:21:51.518Z] #2 DONE 0.1s [2025-07-07T09:21:51.518Z] [2025-07-07T09:21:51.518Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:21:51.518Z] #3 DONE 0.1s [2025-07-07T09:21:51.518Z] [2025-07-07T09:21:51.518Z] #4 [internal] load .dockerignore [2025-07-07T09:21:51.518Z] #4 transferring context: 2B done [2025-07-07T09:21:51.518Z] #4 DONE 0.0s [2025-07-07T09:21:51.518Z] [2025-07-07T09:21:51.518Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d [2025-07-07T09:21:51.518Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done [2025-07-07T09:21:51.518Z] #5 DONE 0.0s [2025-07-07T09:21:51.518Z] [2025-07-07T09:21:51.518Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d [2025-07-07T09:21:51.518Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done [2025-07-07T09:21:51.777Z] #6 DONE 0.1s [2025-07-07T09:21:51.778Z] [2025-07-07T09:21:51.778Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:21:51.778Z] #7 DONE 0.0s [2025-07-07T09:21:51.778Z] [2025-07-07T09:21:51.778Z] #8 exporting to image [2025-07-07T09:21:51.778Z] #8 exporting layers done [2025-07-07T09:21:51.778Z] #8 exporting manifest sha256:36e39ef4b260900f2791a4df01cdd05b0ffac5355044a1ec4e488045132fd6ca 0.0s done [2025-07-07T09:21:51.778Z] #8 exporting config sha256:794190025d099e3a0ad6b314abdb974734f5cb6aa46647c4c5e18583a46f17cc done [2025-07-07T09:21:51.778Z] #8 exporting manifest sha256:5bf58b183764ecb81316dcb91ae60930548ab05a84488806fb4221fed19a5d70 done [2025-07-07T09:21:51.778Z] #8 exporting config sha256:9b1d1b95c9b66de68a2aeeffbc4abd24f3dd2bb162fbafc8488113aaaa40b39d done [2025-07-07T09:21:51.778Z] #8 exporting manifest list sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 done [2025-07-07T09:21:51.778Z] #8 pushing layers 0.1s done [2025-07-07T09:21:51.778Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 [2025-07-07T09:21:51.778Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:21:51.778Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 0.1s done [2025-07-07T09:21:51.778Z] #8 DONE 0.2s [2025-07-07T09:21:51.778Z] [2025-07-07T09:21:51.778Z] 1 warning found (use --debug to expand): [2025-07-07T09:21:51.778Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:21:52.064Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-07-07T09:21:52.064Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-07-07T09:21:52.064Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:21:52.064Z] #1 transferring dockerfile: 163B done [2025-07-07T09:21:52.064Z] #1 DONE 0.0s [2025-07-07T09:21:52.064Z] [2025-07-07T09:21:52.064Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-07T09:21:52.064Z] #2 DONE 0.0s [2025-07-07T09:21:52.064Z] [2025-07-07T09:21:52.064Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-07T09:21:52.064Z] #3 DONE 0.0s [2025-07-07T09:21:52.064Z] [2025-07-07T09:21:52.064Z] #4 [internal] load .dockerignore [2025-07-07T09:21:52.064Z] #4 transferring context: 2B done [2025-07-07T09:21:52.064Z] #4 DONE 0.0s [2025-07-07T09:21:52.064Z] [2025-07-07T09:21:52.064Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d [2025-07-07T09:21:52.064Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done [2025-07-07T09:21:52.064Z] #5 DONE 0.0s [2025-07-07T09:21:52.064Z] [2025-07-07T09:21:52.064Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d [2025-07-07T09:21:52.325Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done [2025-07-07T09:21:52.325Z] #6 CACHED [2025-07-07T09:21:52.325Z] [2025-07-07T09:21:52.325Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d [2025-07-07T09:21:52.325Z] #5 CACHED [2025-07-07T09:21:52.325Z] [2025-07-07T09:21:52.325Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:21:52.325Z] #7 DONE 0.0s [2025-07-07T09:21:52.325Z] [2025-07-07T09:21:52.325Z] #8 exporting to image [2025-07-07T09:21:52.325Z] #8 exporting layers done [2025-07-07T09:21:52.325Z] #8 exporting manifest sha256:36e39ef4b260900f2791a4df01cdd05b0ffac5355044a1ec4e488045132fd6ca done [2025-07-07T09:21:52.325Z] #8 exporting config sha256:794190025d099e3a0ad6b314abdb974734f5cb6aa46647c4c5e18583a46f17cc done [2025-07-07T09:21:52.325Z] #8 exporting manifest sha256:5bf58b183764ecb81316dcb91ae60930548ab05a84488806fb4221fed19a5d70 done [2025-07-07T09:21:52.325Z] #8 exporting config sha256:9b1d1b95c9b66de68a2aeeffbc4abd24f3dd2bb162fbafc8488113aaaa40b39d done [2025-07-07T09:21:52.325Z] #8 exporting manifest list sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 done [2025-07-07T09:21:52.325Z] #8 pushing layers 0.0s done [2025-07-07T09:21:52.325Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 0.1s done [2025-07-07T09:21:52.325Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:21:52.325Z] #8 DONE 0.1s [2025-07-07T09:21:52.325Z] [2025-07-07T09:21:52.325Z] 1 warning found (use --debug to expand): [2025-07-07T09:21:52.325Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:21:52.620Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37' [2025-07-07T09:21:52.620Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37 --push - [2025-07-07T09:21:52.620Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:21:52.620Z] #1 transferring dockerfile: 169B done [2025-07-07T09:21:52.620Z] #1 DONE 0.0s [2025-07-07T09:21:52.620Z] [2025-07-07T09:21:52.620Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37 [2025-07-07T09:21:52.620Z] #2 DONE 0.0s [2025-07-07T09:21:52.620Z] [2025-07-07T09:21:52.620Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37 [2025-07-07T09:21:52.620Z] #3 DONE 0.0s [2025-07-07T09:21:52.620Z] [2025-07-07T09:21:52.620Z] #4 [internal] load .dockerignore [2025-07-07T09:21:52.620Z] #4 transferring context: 2B done [2025-07-07T09:21:52.620Z] #4 DONE 0.0s [2025-07-07T09:21:52.620Z] [2025-07-07T09:21:52.620Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d [2025-07-07T09:21:52.620Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done [2025-07-07T09:21:52.620Z] #5 CACHED [2025-07-07T09:21:52.620Z] [2025-07-07T09:21:52.620Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d [2025-07-07T09:21:52.620Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done [2025-07-07T09:21:52.620Z] #6 CACHED [2025-07-07T09:21:52.620Z] [2025-07-07T09:21:52.620Z] #7 exporting to image [2025-07-07T09:21:52.620Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:21:52.880Z] #7 exporting layers done [2025-07-07T09:21:52.881Z] #7 exporting manifest sha256:36e39ef4b260900f2791a4df01cdd05b0ffac5355044a1ec4e488045132fd6ca done [2025-07-07T09:21:52.881Z] #7 exporting config sha256:794190025d099e3a0ad6b314abdb974734f5cb6aa46647c4c5e18583a46f17cc done [2025-07-07T09:21:52.881Z] #7 exporting manifest sha256:5bf58b183764ecb81316dcb91ae60930548ab05a84488806fb4221fed19a5d70 done [2025-07-07T09:21:52.881Z] #7 exporting config sha256:9b1d1b95c9b66de68a2aeeffbc4abd24f3dd2bb162fbafc8488113aaaa40b39d done [2025-07-07T09:21:52.881Z] #7 exporting manifest list sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 done [2025-07-07T09:21:52.881Z] #7 pushing layers 0.0s done [2025-07-07T09:21:52.881Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37@sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 0.1s done [2025-07-07T09:21:52.881Z] #7 DONE 0.1s [2025-07-07T09:21:52.881Z] [2025-07-07T09:21:52.881Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:21:52.881Z] #8 DONE 0.0s [2025-07-07T09:21:52.881Z] [2025-07-07T09:21:52.881Z] 1 warning found (use --debug to expand): [2025-07-07T09:21:52.881Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:21:53.178Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' [2025-07-07T09:21:53.178Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - [2025-07-07T09:21:53.178Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:21:53.178Z] #1 transferring dockerfile: 210B done [2025-07-07T09:21:53.178Z] #1 DONE 0.0s [2025-07-07T09:21:53.178Z] [2025-07-07T09:21:53.178Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:21:53.178Z] #2 DONE 0.0s [2025-07-07T09:21:53.178Z] [2025-07-07T09:21:53.178Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:21:53.178Z] #3 DONE 0.0s [2025-07-07T09:21:53.178Z] [2025-07-07T09:21:53.178Z] #4 [internal] load .dockerignore [2025-07-07T09:21:53.178Z] #4 transferring context: 2B done [2025-07-07T09:21:53.178Z] #4 DONE 0.0s [2025-07-07T09:21:53.178Z] [2025-07-07T09:21:53.178Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d [2025-07-07T09:21:53.178Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done [2025-07-07T09:21:53.178Z] #5 DONE 0.0s [2025-07-07T09:21:53.178Z] [2025-07-07T09:21:53.178Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d [2025-07-07T09:21:53.437Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done [2025-07-07T09:21:53.437Z] #6 CACHED [2025-07-07T09:21:53.437Z] [2025-07-07T09:21:53.437Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d [2025-07-07T09:21:53.437Z] #5 CACHED [2025-07-07T09:21:53.437Z] [2025-07-07T09:21:53.437Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:21:53.437Z] #7 DONE 0.0s [2025-07-07T09:21:53.437Z] [2025-07-07T09:21:53.437Z] #8 exporting to image [2025-07-07T09:21:53.437Z] #8 exporting layers done [2025-07-07T09:21:53.437Z] #8 exporting manifest sha256:36e39ef4b260900f2791a4df01cdd05b0ffac5355044a1ec4e488045132fd6ca done [2025-07-07T09:21:53.437Z] #8 exporting config sha256:794190025d099e3a0ad6b314abdb974734f5cb6aa46647c4c5e18583a46f17cc done [2025-07-07T09:21:53.437Z] #8 exporting manifest sha256:5bf58b183764ecb81316dcb91ae60930548ab05a84488806fb4221fed19a5d70 done [2025-07-07T09:21:53.437Z] #8 exporting config sha256:9b1d1b95c9b66de68a2aeeffbc4abd24f3dd2bb162fbafc8488113aaaa40b39d done [2025-07-07T09:21:53.437Z] #8 exporting manifest list sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 done [2025-07-07T09:21:53.437Z] #8 pushing layers 0.0s done [2025-07-07T09:21:53.437Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 0.1s done [2025-07-07T09:21:53.437Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:21:53.437Z] #8 DONE 0.1s [2025-07-07T09:21:53.437Z] [2025-07-07T09:21:53.437Z] 1 warning found (use --debug to expand): [2025-07-07T09:21:53.437Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:21:53.723Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-07-07T09:21:53.723Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-07-07T09:21:53.982Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:21:53.982Z] #1 transferring dockerfile: 161B done [2025-07-07T09:21:53.982Z] #1 DONE 0.0s [2025-07-07T09:21:53.982Z] [2025-07-07T09:21:53.982Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-07-07T09:21:53.982Z] #2 DONE 0.0s [2025-07-07T09:21:53.982Z] [2025-07-07T09:21:53.982Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-07-07T09:21:53.982Z] #3 DONE 0.0s [2025-07-07T09:21:53.982Z] [2025-07-07T09:21:53.982Z] #4 [internal] load .dockerignore [2025-07-07T09:21:53.982Z] #4 transferring context: 2B done [2025-07-07T09:21:53.982Z] #4 DONE 0.0s [2025-07-07T09:21:53.982Z] [2025-07-07T09:21:53.982Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d [2025-07-07T09:21:53.982Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d [2025-07-07T09:21:53.982Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done [2025-07-07T09:21:53.982Z] #5 CACHED [2025-07-07T09:21:53.982Z] [2025-07-07T09:21:53.982Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d [2025-07-07T09:21:53.982Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done [2025-07-07T09:21:53.982Z] #6 CACHED [2025-07-07T09:21:53.982Z] [2025-07-07T09:21:53.982Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:21:53.982Z] #7 DONE 0.0s [2025-07-07T09:21:53.982Z] [2025-07-07T09:21:53.982Z] #8 exporting to image [2025-07-07T09:21:53.982Z] #8 exporting layers done [2025-07-07T09:21:53.982Z] #8 exporting manifest sha256:36e39ef4b260900f2791a4df01cdd05b0ffac5355044a1ec4e488045132fd6ca done [2025-07-07T09:21:53.982Z] #8 exporting config sha256:794190025d099e3a0ad6b314abdb974734f5cb6aa46647c4c5e18583a46f17cc done [2025-07-07T09:21:53.982Z] #8 exporting manifest sha256:5bf58b183764ecb81316dcb91ae60930548ab05a84488806fb4221fed19a5d70 done [2025-07-07T09:21:53.982Z] #8 exporting config sha256:9b1d1b95c9b66de68a2aeeffbc4abd24f3dd2bb162fbafc8488113aaaa40b39d done [2025-07-07T09:21:53.982Z] #8 exporting manifest list sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 done [2025-07-07T09:21:53.982Z] #8 pushing layers 0.0s done [2025-07-07T09:21:53.982Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 0.1s done [2025-07-07T09:21:53.982Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:21:53.982Z] #8 DONE 0.1s [2025-07-07T09:21:53.982Z] [2025-07-07T09:21:53.982Z] 1 warning found (use --debug to expand): [2025-07-07T09:21:53.982Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:21:54.271Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' [2025-07-07T09:21:54.271Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - [2025-07-07T09:21:54.530Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:21:54.530Z] #1 transferring dockerfile: 216B done [2025-07-07T09:21:54.530Z] #1 DONE 0.0s [2025-07-07T09:21:54.530Z] [2025-07-07T09:21:54.530Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:21:54.530Z] #2 DONE 0.0s [2025-07-07T09:21:54.530Z] [2025-07-07T09:21:54.530Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:21:54.530Z] #3 DONE 0.0s [2025-07-07T09:21:54.530Z] [2025-07-07T09:21:54.530Z] #4 [internal] load .dockerignore [2025-07-07T09:21:54.530Z] #4 transferring context: 2B done [2025-07-07T09:21:54.530Z] #4 DONE 0.0s [2025-07-07T09:21:54.530Z] [2025-07-07T09:21:54.530Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea [2025-07-07T09:21:54.530Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea [2025-07-07T09:21:54.530Z] #5 ... [2025-07-07T09:21:54.530Z] [2025-07-07T09:21:54.530Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea [2025-07-07T09:21:54.530Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 0.0s done [2025-07-07T09:21:54.530Z] #6 DONE 0.1s [2025-07-07T09:21:54.530Z] [2025-07-07T09:21:54.530Z] #7 exporting to image [2025-07-07T09:21:54.530Z] #7 exporting layers done [2025-07-07T09:21:54.530Z] #7 exporting manifest sha256:a49bc7d87e278f2ad9d0d1958caba90edc8849519801bc1fdc414bbc854fc018 done [2025-07-07T09:21:54.530Z] #7 exporting config sha256:7d4c7c90bb987b4f4b2c3180c8e77418bf8b8bb4fe37dbd7f494cdb147fa0e4c done [2025-07-07T09:21:54.530Z] #7 exporting manifest sha256:643c59dbc78ad5380a8a143b6b82c0296e22fc9c669e89a1dc3f3f4631c328aa done [2025-07-07T09:21:54.530Z] #7 exporting config sha256:334c6ba6b44834b79d7f51e2184b3a3d89bf36187b99f4e6e6509a4d0169e0ee done [2025-07-07T09:21:54.530Z] #7 exporting manifest list sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 [2025-07-07T09:21:54.530Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:21:54.790Z] #7 ... [2025-07-07T09:21:54.790Z] [2025-07-07T09:21:54.790Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:21:54.790Z] #8 DONE 0.0s [2025-07-07T09:21:54.790Z] [2025-07-07T09:21:54.790Z] #7 exporting to image [2025-07-07T09:21:54.790Z] #7 exporting manifest list sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 done [2025-07-07T09:21:54.790Z] #7 pushing layers 0.1s done [2025-07-07T09:21:54.790Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 [2025-07-07T09:21:54.790Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 0.1s done [2025-07-07T09:21:54.790Z] #7 DONE 0.2s [2025-07-07T09:21:54.790Z] [2025-07-07T09:21:54.790Z] 1 warning found (use --debug to expand): [2025-07-07T09:21:54.790Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:21:55.090Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-07-07T09:21:55.090Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-07-07T09:21:55.090Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:21:55.090Z] #1 transferring dockerfile: 182B done [2025-07-07T09:21:55.090Z] #1 DONE 0.0s [2025-07-07T09:21:55.090Z] [2025-07-07T09:21:55.090Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-07T09:21:55.090Z] #2 DONE 0.0s [2025-07-07T09:21:55.090Z] [2025-07-07T09:21:55.090Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-07T09:21:55.090Z] #3 DONE 0.0s [2025-07-07T09:21:55.090Z] [2025-07-07T09:21:55.090Z] #4 [internal] load .dockerignore [2025-07-07T09:21:55.090Z] #4 transferring context: 2B done [2025-07-07T09:21:55.090Z] #4 DONE 0.0s [2025-07-07T09:21:55.349Z] [2025-07-07T09:21:55.349Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea [2025-07-07T09:21:55.349Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 0.0s done [2025-07-07T09:21:55.349Z] #5 CACHED [2025-07-07T09:21:55.349Z] [2025-07-07T09:21:55.349Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea [2025-07-07T09:21:55.349Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 0.0s done [2025-07-07T09:21:55.349Z] #6 CACHED [2025-07-07T09:21:55.349Z] [2025-07-07T09:21:55.349Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:21:55.349Z] #7 DONE 0.0s [2025-07-07T09:21:55.349Z] [2025-07-07T09:21:55.349Z] #8 exporting to image [2025-07-07T09:21:55.349Z] #8 exporting layers done [2025-07-07T09:21:55.349Z] #8 exporting manifest sha256:a49bc7d87e278f2ad9d0d1958caba90edc8849519801bc1fdc414bbc854fc018 done [2025-07-07T09:21:55.349Z] #8 exporting config sha256:7d4c7c90bb987b4f4b2c3180c8e77418bf8b8bb4fe37dbd7f494cdb147fa0e4c done [2025-07-07T09:21:55.349Z] #8 exporting manifest sha256:643c59dbc78ad5380a8a143b6b82c0296e22fc9c669e89a1dc3f3f4631c328aa done [2025-07-07T09:21:55.349Z] #8 exporting config sha256:334c6ba6b44834b79d7f51e2184b3a3d89bf36187b99f4e6e6509a4d0169e0ee done [2025-07-07T09:21:55.349Z] #8 exporting manifest list sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 done [2025-07-07T09:21:55.349Z] #8 pushing layers 0.0s done [2025-07-07T09:21:55.349Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 0.1s done [2025-07-07T09:21:55.349Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:21:55.349Z] #8 DONE 0.1s [2025-07-07T09:21:55.349Z] [2025-07-07T09:21:55.349Z] 1 warning found (use --debug to expand): [2025-07-07T09:21:55.349Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:21:55.642Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37' [2025-07-07T09:21:55.642Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37 --push - [2025-07-07T09:21:55.642Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:21:55.642Z] #1 transferring dockerfile: 188B done [2025-07-07T09:21:55.642Z] #1 DONE 0.0s [2025-07-07T09:21:55.642Z] [2025-07-07T09:21:55.642Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37 [2025-07-07T09:21:55.642Z] #2 DONE 0.0s [2025-07-07T09:21:55.642Z] [2025-07-07T09:21:55.642Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37 [2025-07-07T09:21:55.642Z] #3 DONE 0.0s [2025-07-07T09:21:55.642Z] [2025-07-07T09:21:55.642Z] #4 [internal] load .dockerignore [2025-07-07T09:21:55.642Z] #4 transferring context: 2B done [2025-07-07T09:21:55.642Z] #4 DONE 0.0s [2025-07-07T09:21:55.642Z] [2025-07-07T09:21:55.642Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea [2025-07-07T09:21:55.642Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 0.0s done [2025-07-07T09:21:55.642Z] #5 CACHED [2025-07-07T09:21:55.642Z] [2025-07-07T09:21:55.642Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea [2025-07-07T09:21:55.642Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 0.0s done [2025-07-07T09:21:55.642Z] #6 CACHED [2025-07-07T09:21:55.642Z] [2025-07-07T09:21:55.642Z] #7 exporting to image [2025-07-07T09:21:55.642Z] #7 exporting layers done [2025-07-07T09:21:55.642Z] #7 exporting manifest sha256:a49bc7d87e278f2ad9d0d1958caba90edc8849519801bc1fdc414bbc854fc018 done [2025-07-07T09:21:55.642Z] #7 exporting config sha256:7d4c7c90bb987b4f4b2c3180c8e77418bf8b8bb4fe37dbd7f494cdb147fa0e4c done [2025-07-07T09:21:55.642Z] #7 exporting manifest sha256:643c59dbc78ad5380a8a143b6b82c0296e22fc9c669e89a1dc3f3f4631c328aa done [2025-07-07T09:21:55.642Z] #7 exporting config sha256:334c6ba6b44834b79d7f51e2184b3a3d89bf36187b99f4e6e6509a4d0169e0ee done [2025-07-07T09:21:55.642Z] #7 exporting manifest list sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 done [2025-07-07T09:21:55.642Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:21:55.901Z] #7 pushing layers 0.0s done [2025-07-07T09:21:55.901Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37@sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 0.1s done [2025-07-07T09:21:55.901Z] #7 DONE 0.1s [2025-07-07T09:21:55.901Z] [2025-07-07T09:21:55.901Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:21:55.901Z] #8 DONE 0.0s [2025-07-07T09:21:55.901Z] [2025-07-07T09:21:55.901Z] 1 warning found (use --debug to expand): [2025-07-07T09:21:55.901Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:21:56.194Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' [2025-07-07T09:21:56.194Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - [2025-07-07T09:21:56.194Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:21:56.194Z] #1 transferring dockerfile: 229B done [2025-07-07T09:21:56.194Z] #1 DONE 0.0s [2025-07-07T09:21:56.194Z] [2025-07-07T09:21:56.194Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:21:56.194Z] #2 DONE 0.0s [2025-07-07T09:21:56.194Z] [2025-07-07T09:21:56.194Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:21:56.194Z] #3 DONE 0.0s [2025-07-07T09:21:56.194Z] [2025-07-07T09:21:56.194Z] #4 [internal] load .dockerignore [2025-07-07T09:21:56.194Z] #4 transferring context: 2B done [2025-07-07T09:21:56.194Z] #4 DONE 0.0s [2025-07-07T09:21:56.194Z] [2025-07-07T09:21:56.194Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea [2025-07-07T09:21:56.195Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 0.0s done [2025-07-07T09:21:56.195Z] #5 DONE 0.0s [2025-07-07T09:21:56.195Z] [2025-07-07T09:21:56.195Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea [2025-07-07T09:21:56.455Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 0.0s done [2025-07-07T09:21:56.455Z] #6 CACHED [2025-07-07T09:21:56.455Z] [2025-07-07T09:21:56.455Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea [2025-07-07T09:21:56.455Z] #5 CACHED [2025-07-07T09:21:56.455Z] [2025-07-07T09:21:56.455Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:21:56.455Z] #7 DONE 0.0s [2025-07-07T09:21:56.455Z] [2025-07-07T09:21:56.455Z] #8 exporting to image [2025-07-07T09:21:56.456Z] #8 exporting layers done [2025-07-07T09:21:56.456Z] #8 exporting manifest sha256:a49bc7d87e278f2ad9d0d1958caba90edc8849519801bc1fdc414bbc854fc018 done [2025-07-07T09:21:56.456Z] #8 exporting config sha256:7d4c7c90bb987b4f4b2c3180c8e77418bf8b8bb4fe37dbd7f494cdb147fa0e4c done [2025-07-07T09:21:56.456Z] #8 exporting manifest sha256:643c59dbc78ad5380a8a143b6b82c0296e22fc9c669e89a1dc3f3f4631c328aa done [2025-07-07T09:21:56.456Z] #8 exporting config sha256:334c6ba6b44834b79d7f51e2184b3a3d89bf36187b99f4e6e6509a4d0169e0ee done [2025-07-07T09:21:56.456Z] #8 exporting manifest list sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 done [2025-07-07T09:21:56.456Z] #8 pushing layers 0.0s done [2025-07-07T09:21:56.456Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 0.1s done [2025-07-07T09:21:56.456Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:21:56.456Z] #8 DONE 0.1s [2025-07-07T09:21:56.456Z] [2025-07-07T09:21:56.456Z] 1 warning found (use --debug to expand): [2025-07-07T09:21:56.456Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:21:56.748Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-07-07T09:21:56.748Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-07-07T09:21:56.748Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:21:56.748Z] #1 transferring dockerfile: 180B done [2025-07-07T09:21:56.748Z] #1 DONE 0.0s [2025-07-07T09:21:56.748Z] [2025-07-07T09:21:56.748Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-07-07T09:21:56.748Z] #2 DONE 0.0s [2025-07-07T09:21:56.748Z] [2025-07-07T09:21:56.748Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-07-07T09:21:56.748Z] #3 DONE 0.0s [2025-07-07T09:21:56.748Z] [2025-07-07T09:21:56.748Z] #4 [internal] load .dockerignore [2025-07-07T09:21:56.748Z] #4 transferring context: 2B done [2025-07-07T09:21:56.748Z] #4 DONE 0.0s [2025-07-07T09:21:57.007Z] [2025-07-07T09:21:57.007Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea [2025-07-07T09:21:57.007Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 0.0s done [2025-07-07T09:21:57.007Z] #5 CACHED [2025-07-07T09:21:57.007Z] [2025-07-07T09:21:57.007Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea [2025-07-07T09:21:57.007Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 0.0s done [2025-07-07T09:21:57.007Z] #6 CACHED [2025-07-07T09:21:57.007Z] [2025-07-07T09:21:57.007Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:21:57.007Z] #7 DONE 0.0s [2025-07-07T09:21:57.007Z] [2025-07-07T09:21:57.007Z] #8 exporting to image [2025-07-07T09:21:57.007Z] #8 exporting layers done [2025-07-07T09:21:57.007Z] #8 exporting manifest sha256:a49bc7d87e278f2ad9d0d1958caba90edc8849519801bc1fdc414bbc854fc018 done [2025-07-07T09:21:57.007Z] #8 exporting config sha256:7d4c7c90bb987b4f4b2c3180c8e77418bf8b8bb4fe37dbd7f494cdb147fa0e4c done [2025-07-07T09:21:57.007Z] #8 exporting manifest sha256:643c59dbc78ad5380a8a143b6b82c0296e22fc9c669e89a1dc3f3f4631c328aa done [2025-07-07T09:21:57.007Z] #8 exporting config sha256:334c6ba6b44834b79d7f51e2184b3a3d89bf36187b99f4e6e6509a4d0169e0ee done [2025-07-07T09:21:57.007Z] #8 exporting manifest list sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 done [2025-07-07T09:21:57.007Z] #8 pushing layers 0.0s done [2025-07-07T09:21:57.007Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 0.1s done [2025-07-07T09:21:57.007Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:21:57.007Z] #8 DONE 0.1s [2025-07-07T09:21:57.007Z] [2025-07-07T09:21:57.007Z] 1 warning found (use --debug to expand): [2025-07-07T09:21:57.007Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:21:57.302Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' [2025-07-07T09:21:57.303Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - [2025-07-07T09:21:57.303Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:21:57.303Z] #1 transferring dockerfile: 194B done [2025-07-07T09:21:57.303Z] #1 DONE 0.0s [2025-07-07T09:21:57.303Z] [2025-07-07T09:21:57.303Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:21:57.303Z] #2 DONE 0.0s [2025-07-07T09:21:57.303Z] [2025-07-07T09:21:57.303Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:21:57.303Z] #3 DONE 0.1s [2025-07-07T09:21:57.303Z] [2025-07-07T09:21:57.303Z] #4 [internal] load .dockerignore [2025-07-07T09:21:57.303Z] #4 transferring context: 2B done [2025-07-07T09:21:57.303Z] #4 DONE 0.0s [2025-07-07T09:21:57.561Z] [2025-07-07T09:21:57.561Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c [2025-07-07T09:21:57.561Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 0.0s done [2025-07-07T09:21:57.561Z] #5 DONE 0.0s [2025-07-07T09:21:57.561Z] [2025-07-07T09:21:57.561Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c [2025-07-07T09:21:57.561Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 0.0s done [2025-07-07T09:21:57.561Z] #6 DONE 0.1s [2025-07-07T09:21:57.561Z] [2025-07-07T09:21:57.561Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:21:57.561Z] #7 DONE 0.0s [2025-07-07T09:21:57.561Z] [2025-07-07T09:21:57.561Z] #8 exporting to image [2025-07-07T09:21:57.561Z] #8 exporting layers done [2025-07-07T09:21:57.561Z] #8 exporting manifest sha256:305a2888e3f5f23cf36d4e133b57ff071e314e293ad4c5957c502e946cd3de9f done [2025-07-07T09:21:57.561Z] #8 exporting config sha256:f59f483d47e4f34126b260d4880ce29df986715bf054b02b4c645ff0d3581fd3 done [2025-07-07T09:21:57.561Z] #8 exporting manifest sha256:26b8f97b413c6d4f4583319930a05c8b8863fa9f7ab348fba9706a9b2f70ab79 0.0s done [2025-07-07T09:21:57.561Z] #8 exporting config sha256:efffc4eb44c268f1ccf10c9d6ec60481ae7bc386cf3b382fa9138539e254af37 done [2025-07-07T09:21:57.561Z] #8 exporting manifest list sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd done [2025-07-07T09:21:57.561Z] #8 pushing layers 0.1s done [2025-07-07T09:21:57.561Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd [2025-07-07T09:21:57.561Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:21:57.821Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd 0.1s done [2025-07-07T09:21:57.821Z] #8 DONE 0.2s [2025-07-07T09:21:57.821Z] [2025-07-07T09:21:57.821Z] 1 warning found (use --debug to expand): [2025-07-07T09:21:57.821Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:21:58.156Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-07-07T09:21:58.156Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-07-07T09:21:58.156Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:21:58.156Z] #1 transferring dockerfile: 160B done [2025-07-07T09:21:58.156Z] #1 DONE 0.0s [2025-07-07T09:21:58.156Z] [2025-07-07T09:21:58.156Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-07T09:21:58.156Z] #2 DONE 0.0s [2025-07-07T09:21:58.156Z] [2025-07-07T09:21:58.156Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-07T09:21:58.156Z] #3 DONE 0.0s [2025-07-07T09:21:58.156Z] [2025-07-07T09:21:58.156Z] #4 [internal] load .dockerignore [2025-07-07T09:21:58.156Z] #4 transferring context: 2B done [2025-07-07T09:21:58.156Z] #4 DONE 0.0s [2025-07-07T09:21:58.156Z] [2025-07-07T09:21:58.156Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c [2025-07-07T09:21:58.156Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c done [2025-07-07T09:21:58.156Z] #5 DONE 0.0s [2025-07-07T09:21:58.156Z] [2025-07-07T09:21:58.156Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c [2025-07-07T09:21:58.429Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c done [2025-07-07T09:21:58.429Z] #6 CACHED [2025-07-07T09:21:58.429Z] [2025-07-07T09:21:58.429Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c [2025-07-07T09:21:58.429Z] #5 CACHED [2025-07-07T09:21:58.429Z] [2025-07-07T09:21:58.429Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:21:58.429Z] #7 DONE 0.0s [2025-07-07T09:21:58.429Z] [2025-07-07T09:21:58.429Z] #8 exporting to image [2025-07-07T09:21:58.429Z] #8 exporting layers done [2025-07-07T09:21:58.429Z] #8 exporting manifest sha256:305a2888e3f5f23cf36d4e133b57ff071e314e293ad4c5957c502e946cd3de9f done [2025-07-07T09:21:58.429Z] #8 exporting config sha256:f59f483d47e4f34126b260d4880ce29df986715bf054b02b4c645ff0d3581fd3 done [2025-07-07T09:21:58.429Z] #8 exporting manifest sha256:26b8f97b413c6d4f4583319930a05c8b8863fa9f7ab348fba9706a9b2f70ab79 done [2025-07-07T09:21:58.429Z] #8 exporting config sha256:efffc4eb44c268f1ccf10c9d6ec60481ae7bc386cf3b382fa9138539e254af37 done [2025-07-07T09:21:58.429Z] #8 exporting manifest list sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd done [2025-07-07T09:21:58.429Z] #8 pushing layers 0.0s done [2025-07-07T09:21:58.429Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd 0.1s done [2025-07-07T09:21:58.429Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:21:58.429Z] #8 DONE 0.1s [2025-07-07T09:21:58.429Z] [2025-07-07T09:21:58.429Z] 1 warning found (use --debug to expand): [2025-07-07T09:21:58.429Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:21:58.726Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37' [2025-07-07T09:21:58.726Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37 --push - [2025-07-07T09:21:58.726Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:21:58.726Z] #1 transferring dockerfile: 166B done [2025-07-07T09:21:58.726Z] #1 DONE 0.0s [2025-07-07T09:21:58.726Z] [2025-07-07T09:21:58.726Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37 [2025-07-07T09:21:58.726Z] #2 DONE 0.0s [2025-07-07T09:21:58.726Z] [2025-07-07T09:21:58.726Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37 [2025-07-07T09:21:58.726Z] #3 DONE 0.0s [2025-07-07T09:21:58.726Z] [2025-07-07T09:21:58.726Z] #4 [internal] load .dockerignore [2025-07-07T09:21:58.726Z] #4 transferring context: 2B done [2025-07-07T09:21:58.726Z] #4 DONE 0.0s [2025-07-07T09:21:58.726Z] [2025-07-07T09:21:58.726Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c [2025-07-07T09:21:58.726Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c done [2025-07-07T09:21:58.726Z] #5 CACHED [2025-07-07T09:21:58.726Z] [2025-07-07T09:21:58.726Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c [2025-07-07T09:21:58.726Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c done [2025-07-07T09:21:58.726Z] #6 CACHED [2025-07-07T09:21:58.726Z] [2025-07-07T09:21:58.726Z] #7 exporting to image [2025-07-07T09:21:58.726Z] #7 exporting layers done [2025-07-07T09:21:58.726Z] #7 exporting manifest sha256:305a2888e3f5f23cf36d4e133b57ff071e314e293ad4c5957c502e946cd3de9f done [2025-07-07T09:21:58.726Z] #7 exporting config sha256:f59f483d47e4f34126b260d4880ce29df986715bf054b02b4c645ff0d3581fd3 [2025-07-07T09:21:58.726Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:21:58.985Z] #7 exporting config sha256:f59f483d47e4f34126b260d4880ce29df986715bf054b02b4c645ff0d3581fd3 done [2025-07-07T09:21:58.985Z] #7 exporting manifest sha256:26b8f97b413c6d4f4583319930a05c8b8863fa9f7ab348fba9706a9b2f70ab79 done [2025-07-07T09:21:58.985Z] #7 exporting config sha256:efffc4eb44c268f1ccf10c9d6ec60481ae7bc386cf3b382fa9138539e254af37 done [2025-07-07T09:21:58.985Z] #7 exporting manifest list sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd done [2025-07-07T09:21:58.985Z] #7 pushing layers 0.0s done [2025-07-07T09:21:58.985Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37@sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd 0.1s done [2025-07-07T09:21:58.985Z] #7 DONE 0.1s [2025-07-07T09:21:58.985Z] [2025-07-07T09:21:58.985Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:21:58.985Z] #8 DONE 0.0s [2025-07-07T09:21:58.985Z] [2025-07-07T09:21:58.985Z] 1 warning found (use --debug to expand): [2025-07-07T09:21:58.985Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:21:59.275Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' [2025-07-07T09:21:59.275Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - [2025-07-07T09:21:59.275Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:21:59.275Z] #1 transferring dockerfile: 207B done [2025-07-07T09:21:59.275Z] #1 DONE 0.0s [2025-07-07T09:21:59.275Z] [2025-07-07T09:21:59.275Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:21:59.275Z] #2 DONE 0.0s [2025-07-07T09:21:59.275Z] [2025-07-07T09:21:59.275Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:21:59.275Z] #3 DONE 0.0s [2025-07-07T09:21:59.275Z] [2025-07-07T09:21:59.275Z] #4 [internal] load .dockerignore [2025-07-07T09:21:59.275Z] #4 transferring context: 2B done [2025-07-07T09:21:59.275Z] #4 DONE 0.0s [2025-07-07T09:21:59.275Z] [2025-07-07T09:21:59.275Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c [2025-07-07T09:21:59.275Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c done [2025-07-07T09:21:59.275Z] #5 CACHED [2025-07-07T09:21:59.275Z] [2025-07-07T09:21:59.275Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c [2025-07-07T09:21:59.275Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 0.0s done [2025-07-07T09:21:59.275Z] #6 CACHED [2025-07-07T09:21:59.275Z] [2025-07-07T09:21:59.275Z] #7 exporting to image [2025-07-07T09:21:59.275Z] #7 exporting layers done [2025-07-07T09:21:59.275Z] #7 exporting manifest sha256:305a2888e3f5f23cf36d4e133b57ff071e314e293ad4c5957c502e946cd3de9f done [2025-07-07T09:21:59.275Z] #7 exporting config sha256:f59f483d47e4f34126b260d4880ce29df986715bf054b02b4c645ff0d3581fd3 done [2025-07-07T09:21:59.275Z] #7 exporting manifest sha256:26b8f97b413c6d4f4583319930a05c8b8863fa9f7ab348fba9706a9b2f70ab79 done [2025-07-07T09:21:59.275Z] #7 exporting config sha256:efffc4eb44c268f1ccf10c9d6ec60481ae7bc386cf3b382fa9138539e254af37 done [2025-07-07T09:21:59.275Z] #7 exporting manifest list sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd done [2025-07-07T09:21:59.275Z] #7 pushing layers 0.0s done [2025-07-07T09:21:59.275Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd [2025-07-07T09:21:59.275Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:21:59.533Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd 0.1s done [2025-07-07T09:21:59.533Z] #7 DONE 0.1s [2025-07-07T09:21:59.533Z] [2025-07-07T09:21:59.533Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:21:59.533Z] #8 DONE 0.0s [2025-07-07T09:21:59.533Z] [2025-07-07T09:21:59.533Z] 1 warning found (use --debug to expand): [2025-07-07T09:21:59.533Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:21:59.821Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-07-07T09:21:59.821Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-07-07T09:21:59.821Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:21:59.821Z] #1 transferring dockerfile: 158B done [2025-07-07T09:21:59.821Z] #1 DONE 0.0s [2025-07-07T09:21:59.821Z] [2025-07-07T09:21:59.821Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-07-07T09:21:59.821Z] #2 DONE 0.0s [2025-07-07T09:21:59.821Z] [2025-07-07T09:21:59.821Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-07-07T09:21:59.821Z] #3 DONE 0.0s [2025-07-07T09:21:59.821Z] [2025-07-07T09:21:59.821Z] #4 [internal] load .dockerignore [2025-07-07T09:21:59.821Z] #4 transferring context: 2B done [2025-07-07T09:21:59.821Z] #4 DONE 0.0s [2025-07-07T09:21:59.821Z] [2025-07-07T09:21:59.821Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c [2025-07-07T09:21:59.821Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 0.0s done [2025-07-07T09:21:59.821Z] #5 CACHED [2025-07-07T09:21:59.821Z] [2025-07-07T09:21:59.821Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c [2025-07-07T09:21:59.821Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 0.0s done [2025-07-07T09:21:59.821Z] #6 CACHED [2025-07-07T09:21:59.821Z] [2025-07-07T09:21:59.821Z] #7 exporting to image [2025-07-07T09:21:59.821Z] #7 exporting layers done [2025-07-07T09:21:59.821Z] #7 exporting manifest sha256:305a2888e3f5f23cf36d4e133b57ff071e314e293ad4c5957c502e946cd3de9f done [2025-07-07T09:21:59.821Z] #7 exporting config sha256:f59f483d47e4f34126b260d4880ce29df986715bf054b02b4c645ff0d3581fd3 done [2025-07-07T09:21:59.821Z] #7 exporting manifest sha256:26b8f97b413c6d4f4583319930a05c8b8863fa9f7ab348fba9706a9b2f70ab79 done [2025-07-07T09:21:59.821Z] #7 exporting config sha256:efffc4eb44c268f1ccf10c9d6ec60481ae7bc386cf3b382fa9138539e254af37 done [2025-07-07T09:21:59.821Z] #7 exporting manifest list sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd [2025-07-07T09:21:59.821Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:00.080Z] #7 exporting manifest list sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd done [2025-07-07T09:22:00.080Z] #7 pushing layers 0.0s done [2025-07-07T09:22:00.080Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd 0.1s done [2025-07-07T09:22:00.080Z] #7 DONE 0.1s [2025-07-07T09:22:00.080Z] [2025-07-07T09:22:00.080Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:00.080Z] #8 DONE 0.0s [2025-07-07T09:22:00.080Z] [2025-07-07T09:22:00.080Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:00.080Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:00.371Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' [2025-07-07T09:22:00.372Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - [2025-07-07T09:22:00.372Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:00.372Z] #1 transferring dockerfile: 196B done [2025-07-07T09:22:00.372Z] #1 DONE 0.0s [2025-07-07T09:22:00.372Z] [2025-07-07T09:22:00.372Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:00.372Z] #2 DONE 0.0s [2025-07-07T09:22:00.372Z] [2025-07-07T09:22:00.372Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:00.372Z] #3 DONE 0.0s [2025-07-07T09:22:00.372Z] [2025-07-07T09:22:00.372Z] #4 [internal] load .dockerignore [2025-07-07T09:22:00.372Z] #4 transferring context: 2B done [2025-07-07T09:22:00.372Z] #4 DONE 0.0s [2025-07-07T09:22:00.372Z] [2025-07-07T09:22:00.372Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea [2025-07-07T09:22:00.372Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done [2025-07-07T09:22:00.372Z] #5 DONE 0.0s [2025-07-07T09:22:00.372Z] [2025-07-07T09:22:00.372Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea [2025-07-07T09:22:00.630Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done [2025-07-07T09:22:00.630Z] #6 DONE 0.0s [2025-07-07T09:22:00.630Z] [2025-07-07T09:22:00.630Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea [2025-07-07T09:22:00.630Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done [2025-07-07T09:22:00.630Z] #5 DONE 0.1s [2025-07-07T09:22:00.630Z] [2025-07-07T09:22:00.630Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:00.630Z] #7 DONE 0.0s [2025-07-07T09:22:00.630Z] [2025-07-07T09:22:00.630Z] #8 exporting to image [2025-07-07T09:22:00.630Z] #8 exporting layers done [2025-07-07T09:22:00.630Z] #8 exporting manifest sha256:cf4172c47fee7094389bb6259f4f72810611d5355fd7b770e2d7edf67f6dc85b done [2025-07-07T09:22:00.630Z] #8 exporting config sha256:221a18b05738783e299d61df18dfca6a726fa48595c533c765b0cb9d93a66cb2 done [2025-07-07T09:22:00.630Z] #8 exporting manifest sha256:7a5721fd7c46c4a1e6419209c22d04a891280f4c7e19b043a682700f4bcbd58b done [2025-07-07T09:22:00.630Z] #8 exporting config sha256:e7945717ba4afd3b9e7803b837f6ab56e8e47a65cf7de95e124f34de63ff63c1 done [2025-07-07T09:22:00.630Z] #8 exporting manifest list sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 done [2025-07-07T09:22:00.630Z] #8 pushing layers 0.1s done [2025-07-07T09:22:00.630Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 0.1s done [2025-07-07T09:22:00.630Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:00.630Z] #8 DONE 0.2s [2025-07-07T09:22:00.889Z] [2025-07-07T09:22:00.889Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:00.889Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:01.173Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-07-07T09:22:01.173Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-07-07T09:22:01.173Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:01.173Z] #1 transferring dockerfile: 162B done [2025-07-07T09:22:01.173Z] #1 DONE 0.0s [2025-07-07T09:22:01.173Z] [2025-07-07T09:22:01.173Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-07T09:22:01.173Z] #2 DONE 0.0s [2025-07-07T09:22:01.173Z] [2025-07-07T09:22:01.173Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-07T09:22:01.173Z] #3 DONE 0.0s [2025-07-07T09:22:01.173Z] [2025-07-07T09:22:01.173Z] #4 [internal] load .dockerignore [2025-07-07T09:22:01.173Z] #4 transferring context: 2B done [2025-07-07T09:22:01.173Z] #4 DONE 0.0s [2025-07-07T09:22:01.173Z] [2025-07-07T09:22:01.173Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea [2025-07-07T09:22:01.173Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done [2025-07-07T09:22:01.173Z] #5 CACHED [2025-07-07T09:22:01.173Z] [2025-07-07T09:22:01.173Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea [2025-07-07T09:22:01.173Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done [2025-07-07T09:22:01.173Z] #6 CACHED [2025-07-07T09:22:01.173Z] [2025-07-07T09:22:01.173Z] #7 exporting to image [2025-07-07T09:22:01.173Z] #7 exporting layers done [2025-07-07T09:22:01.173Z] #7 exporting manifest sha256:cf4172c47fee7094389bb6259f4f72810611d5355fd7b770e2d7edf67f6dc85b done [2025-07-07T09:22:01.173Z] #7 exporting config sha256:221a18b05738783e299d61df18dfca6a726fa48595c533c765b0cb9d93a66cb2 done [2025-07-07T09:22:01.173Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:01.433Z] #7 exporting manifest sha256:7a5721fd7c46c4a1e6419209c22d04a891280f4c7e19b043a682700f4bcbd58b done [2025-07-07T09:22:01.433Z] #7 exporting config sha256:e7945717ba4afd3b9e7803b837f6ab56e8e47a65cf7de95e124f34de63ff63c1 done [2025-07-07T09:22:01.433Z] #7 exporting manifest list sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 done [2025-07-07T09:22:01.433Z] #7 pushing layers 0.0s done [2025-07-07T09:22:01.433Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 0.1s done [2025-07-07T09:22:01.433Z] #7 DONE 0.1s [2025-07-07T09:22:01.433Z] [2025-07-07T09:22:01.433Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:01.433Z] #8 DONE 0.0s [2025-07-07T09:22:01.433Z] [2025-07-07T09:22:01.433Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:01.433Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:01.724Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37 --push - [2025-07-07T09:22:01.724Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37' [2025-07-07T09:22:01.724Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:01.724Z] #1 transferring dockerfile: 168B done [2025-07-07T09:22:01.724Z] #1 DONE 0.0s [2025-07-07T09:22:01.724Z] [2025-07-07T09:22:01.724Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37 [2025-07-07T09:22:01.724Z] #2 DONE 0.0s [2025-07-07T09:22:01.724Z] [2025-07-07T09:22:01.724Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37 [2025-07-07T09:22:01.724Z] #3 DONE 0.0s [2025-07-07T09:22:01.724Z] [2025-07-07T09:22:01.724Z] #4 [internal] load .dockerignore [2025-07-07T09:22:01.724Z] #4 transferring context: 2B done [2025-07-07T09:22:01.724Z] #4 DONE 0.0s [2025-07-07T09:22:01.724Z] [2025-07-07T09:22:01.724Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea [2025-07-07T09:22:01.724Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done [2025-07-07T09:22:01.724Z] #5 CACHED [2025-07-07T09:22:01.724Z] [2025-07-07T09:22:01.724Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea [2025-07-07T09:22:01.724Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done [2025-07-07T09:22:01.724Z] #6 CACHED [2025-07-07T09:22:01.983Z] [2025-07-07T09:22:01.983Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:01.983Z] #7 DONE 0.0s [2025-07-07T09:22:01.983Z] [2025-07-07T09:22:01.983Z] #8 exporting to image [2025-07-07T09:22:01.983Z] #8 exporting layers done [2025-07-07T09:22:01.983Z] #8 exporting manifest sha256:cf4172c47fee7094389bb6259f4f72810611d5355fd7b770e2d7edf67f6dc85b done [2025-07-07T09:22:01.983Z] #8 exporting config sha256:221a18b05738783e299d61df18dfca6a726fa48595c533c765b0cb9d93a66cb2 done [2025-07-07T09:22:01.983Z] #8 exporting manifest sha256:7a5721fd7c46c4a1e6419209c22d04a891280f4c7e19b043a682700f4bcbd58b done [2025-07-07T09:22:01.983Z] #8 exporting config sha256:e7945717ba4afd3b9e7803b837f6ab56e8e47a65cf7de95e124f34de63ff63c1 done [2025-07-07T09:22:01.983Z] #8 exporting manifest list sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 done [2025-07-07T09:22:01.983Z] #8 pushing layers 0.0s done [2025-07-07T09:22:01.983Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37@sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 0.1s done [2025-07-07T09:22:01.983Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:01.983Z] #8 DONE 0.1s [2025-07-07T09:22:01.983Z] [2025-07-07T09:22:01.983Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:01.983Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:02.266Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' [2025-07-07T09:22:02.266Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - [2025-07-07T09:22:02.525Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:02.525Z] #1 transferring dockerfile: 209B done [2025-07-07T09:22:02.525Z] #1 DONE 0.0s [2025-07-07T09:22:02.525Z] [2025-07-07T09:22:02.525Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:02.525Z] #2 DONE 0.0s [2025-07-07T09:22:02.525Z] [2025-07-07T09:22:02.525Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:02.525Z] #3 DONE 0.0s [2025-07-07T09:22:02.525Z] [2025-07-07T09:22:02.525Z] #4 [internal] load .dockerignore [2025-07-07T09:22:02.525Z] #4 transferring context: 2B done [2025-07-07T09:22:02.525Z] #4 DONE 0.0s [2025-07-07T09:22:02.525Z] [2025-07-07T09:22:02.525Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea [2025-07-07T09:22:02.525Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done [2025-07-07T09:22:02.525Z] #5 CACHED [2025-07-07T09:22:02.525Z] [2025-07-07T09:22:02.525Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea [2025-07-07T09:22:02.525Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done [2025-07-07T09:22:02.525Z] #6 CACHED [2025-07-07T09:22:02.525Z] [2025-07-07T09:22:02.525Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:02.525Z] #7 DONE 0.0s [2025-07-07T09:22:02.525Z] [2025-07-07T09:22:02.525Z] #8 exporting to image [2025-07-07T09:22:02.525Z] #8 exporting layers done [2025-07-07T09:22:02.525Z] #8 exporting manifest sha256:cf4172c47fee7094389bb6259f4f72810611d5355fd7b770e2d7edf67f6dc85b done [2025-07-07T09:22:02.525Z] #8 exporting config sha256:221a18b05738783e299d61df18dfca6a726fa48595c533c765b0cb9d93a66cb2 done [2025-07-07T09:22:02.525Z] #8 exporting manifest sha256:7a5721fd7c46c4a1e6419209c22d04a891280f4c7e19b043a682700f4bcbd58b done [2025-07-07T09:22:02.525Z] #8 exporting config sha256:e7945717ba4afd3b9e7803b837f6ab56e8e47a65cf7de95e124f34de63ff63c1 done [2025-07-07T09:22:02.525Z] #8 exporting manifest list sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 done [2025-07-07T09:22:02.525Z] #8 pushing layers 0.0s done [2025-07-07T09:22:02.525Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 0.1s done [2025-07-07T09:22:02.525Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:02.525Z] #8 DONE 0.1s [2025-07-07T09:22:02.525Z] [2025-07-07T09:22:02.525Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:02.525Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:02.808Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-07-07T09:22:02.808Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-07-07T09:22:03.067Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:03.067Z] #1 transferring dockerfile: 160B done [2025-07-07T09:22:03.067Z] #1 DONE 0.0s [2025-07-07T09:22:03.067Z] [2025-07-07T09:22:03.067Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-07-07T09:22:03.067Z] #2 DONE 0.0s [2025-07-07T09:22:03.067Z] [2025-07-07T09:22:03.067Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-07-07T09:22:03.067Z] #3 DONE 0.0s [2025-07-07T09:22:03.067Z] [2025-07-07T09:22:03.067Z] #4 [internal] load .dockerignore [2025-07-07T09:22:03.067Z] #4 transferring context: 2B done [2025-07-07T09:22:03.067Z] #4 DONE 0.0s [2025-07-07T09:22:03.067Z] [2025-07-07T09:22:03.067Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea [2025-07-07T09:22:03.067Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done [2025-07-07T09:22:03.067Z] #5 CACHED [2025-07-07T09:22:03.067Z] [2025-07-07T09:22:03.067Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea [2025-07-07T09:22:03.067Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done [2025-07-07T09:22:03.067Z] #6 CACHED [2025-07-07T09:22:03.067Z] [2025-07-07T09:22:03.067Z] #7 exporting to image [2025-07-07T09:22:03.067Z] #7 exporting layers done [2025-07-07T09:22:03.067Z] #7 exporting manifest sha256:cf4172c47fee7094389bb6259f4f72810611d5355fd7b770e2d7edf67f6dc85b done [2025-07-07T09:22:03.067Z] #7 exporting config sha256:221a18b05738783e299d61df18dfca6a726fa48595c533c765b0cb9d93a66cb2 done [2025-07-07T09:22:03.067Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:03.067Z] #7 exporting manifest sha256:7a5721fd7c46c4a1e6419209c22d04a891280f4c7e19b043a682700f4bcbd58b done [2025-07-07T09:22:03.067Z] #7 exporting config sha256:e7945717ba4afd3b9e7803b837f6ab56e8e47a65cf7de95e124f34de63ff63c1 done [2025-07-07T09:22:03.067Z] #7 exporting manifest list sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 done [2025-07-07T09:22:03.067Z] #7 pushing layers 0.0s done [2025-07-07T09:22:03.067Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 0.1s done [2025-07-07T09:22:03.067Z] #7 DONE 0.1s [2025-07-07T09:22:03.067Z] [2025-07-07T09:22:03.067Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:03.067Z] #8 DONE 0.0s [2025-07-07T09:22:03.067Z] [2025-07-07T09:22:03.067Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:03.067Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:03.358Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - [2025-07-07T09:22:03.358Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' [2025-07-07T09:22:03.358Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:03.358Z] #1 transferring dockerfile: 198B done [2025-07-07T09:22:03.358Z] #1 DONE 0.0s [2025-07-07T09:22:03.358Z] [2025-07-07T09:22:03.358Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:03.358Z] #2 DONE 0.0s [2025-07-07T09:22:03.358Z] [2025-07-07T09:22:03.358Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:03.358Z] #3 DONE 0.0s [2025-07-07T09:22:03.358Z] [2025-07-07T09:22:03.358Z] #4 [internal] load .dockerignore [2025-07-07T09:22:03.358Z] #4 transferring context: 2B done [2025-07-07T09:22:03.358Z] #4 DONE 0.0s [2025-07-07T09:22:03.358Z] [2025-07-07T09:22:03.358Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c [2025-07-07T09:22:03.358Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done [2025-07-07T09:22:03.358Z] #5 DONE 0.0s [2025-07-07T09:22:03.358Z] [2025-07-07T09:22:03.358Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c [2025-07-07T09:22:03.620Z] #6 DONE 0.0s [2025-07-07T09:22:03.620Z] [2025-07-07T09:22:03.620Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c [2025-07-07T09:22:03.620Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done [2025-07-07T09:22:03.620Z] #5 DONE 0.1s [2025-07-07T09:22:03.620Z] [2025-07-07T09:22:03.620Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:03.620Z] #7 DONE 0.0s [2025-07-07T09:22:03.620Z] [2025-07-07T09:22:03.620Z] #8 exporting to image [2025-07-07T09:22:03.620Z] #8 exporting layers done [2025-07-07T09:22:03.620Z] #8 exporting manifest sha256:03f15c3aaf9fb18bccc53f8a428a6458a1baf96498479662f4533e01eaa6e19f 0.0s done [2025-07-07T09:22:03.620Z] #8 exporting config sha256:531231f6c620816e2b110a42bf3c25ed1770a9efa805ee9c39fe735d8d8da8fd done [2025-07-07T09:22:03.620Z] #8 exporting manifest sha256:2f4b546f3dbddc63f2ea0a1070988b05307ea921a8732fdc663f939bdeaff87f done [2025-07-07T09:22:03.620Z] #8 exporting config sha256:e87ce2667006c311fae5c2d229caea1886f77ef90131283316127bf8f30f5936 done [2025-07-07T09:22:03.620Z] #8 exporting manifest list sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 done [2025-07-07T09:22:03.620Z] #8 pushing layers 0.1s done [2025-07-07T09:22:03.620Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 0.1s done [2025-07-07T09:22:03.620Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:03.620Z] #8 DONE 0.2s [2025-07-07T09:22:03.879Z] [2025-07-07T09:22:03.879Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:03.879Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:04.162Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-07-07T09:22:04.162Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-07-07T09:22:04.420Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:04.420Z] #1 transferring dockerfile: 164B done [2025-07-07T09:22:04.420Z] #1 DONE 0.0s [2025-07-07T09:22:04.420Z] [2025-07-07T09:22:04.420Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-07T09:22:04.420Z] #2 DONE 0.0s [2025-07-07T09:22:04.420Z] [2025-07-07T09:22:04.420Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-07T09:22:04.420Z] #3 DONE 0.0s [2025-07-07T09:22:04.420Z] [2025-07-07T09:22:04.420Z] #4 [internal] load .dockerignore [2025-07-07T09:22:04.420Z] #4 transferring context: 2B done [2025-07-07T09:22:04.420Z] #4 DONE 0.0s [2025-07-07T09:22:04.420Z] [2025-07-07T09:22:04.420Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c [2025-07-07T09:22:04.420Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done [2025-07-07T09:22:04.420Z] #5 DONE 0.0s [2025-07-07T09:22:04.420Z] [2025-07-07T09:22:04.420Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c [2025-07-07T09:22:04.420Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done [2025-07-07T09:22:04.420Z] #6 CACHED [2025-07-07T09:22:04.420Z] [2025-07-07T09:22:04.420Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c [2025-07-07T09:22:04.420Z] #5 CACHED [2025-07-07T09:22:04.420Z] [2025-07-07T09:22:04.420Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:04.420Z] #7 DONE 0.0s [2025-07-07T09:22:04.420Z] [2025-07-07T09:22:04.420Z] #8 exporting to image [2025-07-07T09:22:04.420Z] #8 exporting layers done [2025-07-07T09:22:04.420Z] #8 exporting manifest sha256:03f15c3aaf9fb18bccc53f8a428a6458a1baf96498479662f4533e01eaa6e19f done [2025-07-07T09:22:04.420Z] #8 exporting config sha256:531231f6c620816e2b110a42bf3c25ed1770a9efa805ee9c39fe735d8d8da8fd done [2025-07-07T09:22:04.420Z] #8 exporting manifest sha256:2f4b546f3dbddc63f2ea0a1070988b05307ea921a8732fdc663f939bdeaff87f done [2025-07-07T09:22:04.420Z] #8 exporting config sha256:e87ce2667006c311fae5c2d229caea1886f77ef90131283316127bf8f30f5936 done [2025-07-07T09:22:04.420Z] #8 exporting manifest list sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 done [2025-07-07T09:22:04.420Z] #8 pushing layers 0.0s done [2025-07-07T09:22:04.420Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 0.1s done [2025-07-07T09:22:04.420Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:04.420Z] #8 DONE 0.1s [2025-07-07T09:22:04.420Z] [2025-07-07T09:22:04.420Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:04.420Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:04.706Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37' [2025-07-07T09:22:04.706Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37 --push - [2025-07-07T09:22:04.706Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:04.706Z] #1 transferring dockerfile: 170B done [2025-07-07T09:22:04.706Z] #1 DONE 0.0s [2025-07-07T09:22:04.706Z] [2025-07-07T09:22:04.706Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37 [2025-07-07T09:22:04.706Z] #2 DONE 0.0s [2025-07-07T09:22:04.706Z] [2025-07-07T09:22:04.706Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37 [2025-07-07T09:22:04.706Z] #3 DONE 0.0s [2025-07-07T09:22:04.706Z] [2025-07-07T09:22:04.706Z] #4 [internal] load .dockerignore [2025-07-07T09:22:04.706Z] #4 transferring context: 2B done [2025-07-07T09:22:04.706Z] #4 DONE 0.0s [2025-07-07T09:22:04.706Z] [2025-07-07T09:22:04.706Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c [2025-07-07T09:22:04.706Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done [2025-07-07T09:22:04.706Z] #5 CACHED [2025-07-07T09:22:04.706Z] [2025-07-07T09:22:04.706Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c [2025-07-07T09:22:04.706Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done [2025-07-07T09:22:04.965Z] #6 CACHED [2025-07-07T09:22:04.965Z] [2025-07-07T09:22:04.965Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:04.965Z] #7 DONE 0.0s [2025-07-07T09:22:04.965Z] [2025-07-07T09:22:04.965Z] #8 exporting to image [2025-07-07T09:22:04.965Z] #8 exporting layers done [2025-07-07T09:22:04.965Z] #8 exporting manifest sha256:03f15c3aaf9fb18bccc53f8a428a6458a1baf96498479662f4533e01eaa6e19f done [2025-07-07T09:22:04.965Z] #8 exporting config sha256:531231f6c620816e2b110a42bf3c25ed1770a9efa805ee9c39fe735d8d8da8fd done [2025-07-07T09:22:04.965Z] #8 exporting manifest sha256:2f4b546f3dbddc63f2ea0a1070988b05307ea921a8732fdc663f939bdeaff87f done [2025-07-07T09:22:04.965Z] #8 exporting config sha256:e87ce2667006c311fae5c2d229caea1886f77ef90131283316127bf8f30f5936 done [2025-07-07T09:22:04.965Z] #8 exporting manifest list sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 done [2025-07-07T09:22:04.965Z] #8 pushing layers 0.0s done [2025-07-07T09:22:04.965Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37@sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 0.1s done [2025-07-07T09:22:04.965Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:04.965Z] #8 DONE 0.1s [2025-07-07T09:22:04.965Z] [2025-07-07T09:22:04.965Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:04.965Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:05.255Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' [2025-07-07T09:22:05.255Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - [2025-07-07T09:22:05.517Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:05.517Z] #1 transferring dockerfile: 211B done [2025-07-07T09:22:05.517Z] #1 DONE 0.0s [2025-07-07T09:22:05.517Z] [2025-07-07T09:22:05.517Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:05.517Z] #2 DONE 0.0s [2025-07-07T09:22:05.517Z] [2025-07-07T09:22:05.517Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:05.517Z] #3 DONE 0.0s [2025-07-07T09:22:05.517Z] [2025-07-07T09:22:05.517Z] #4 [internal] load .dockerignore [2025-07-07T09:22:05.517Z] #4 transferring context: 2B done [2025-07-07T09:22:05.517Z] #4 DONE 0.0s [2025-07-07T09:22:05.517Z] [2025-07-07T09:22:05.517Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c [2025-07-07T09:22:05.517Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done [2025-07-07T09:22:05.517Z] #5 DONE 0.0s [2025-07-07T09:22:05.517Z] [2025-07-07T09:22:05.517Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c [2025-07-07T09:22:05.517Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done [2025-07-07T09:22:05.517Z] #6 CACHED [2025-07-07T09:22:05.517Z] [2025-07-07T09:22:05.517Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c [2025-07-07T09:22:05.517Z] #5 CACHED [2025-07-07T09:22:05.517Z] [2025-07-07T09:22:05.517Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:05.517Z] #7 DONE 0.0s [2025-07-07T09:22:05.517Z] [2025-07-07T09:22:05.517Z] #8 exporting to image [2025-07-07T09:22:05.517Z] #8 exporting layers done [2025-07-07T09:22:05.517Z] #8 exporting manifest sha256:03f15c3aaf9fb18bccc53f8a428a6458a1baf96498479662f4533e01eaa6e19f done [2025-07-07T09:22:05.517Z] #8 exporting config sha256:531231f6c620816e2b110a42bf3c25ed1770a9efa805ee9c39fe735d8d8da8fd done [2025-07-07T09:22:05.517Z] #8 exporting manifest sha256:2f4b546f3dbddc63f2ea0a1070988b05307ea921a8732fdc663f939bdeaff87f done [2025-07-07T09:22:05.517Z] #8 exporting config sha256:e87ce2667006c311fae5c2d229caea1886f77ef90131283316127bf8f30f5936 done [2025-07-07T09:22:05.517Z] #8 exporting manifest list sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 done [2025-07-07T09:22:05.517Z] #8 pushing layers 0.0s done [2025-07-07T09:22:05.517Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 0.1s done [2025-07-07T09:22:05.517Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:05.517Z] #8 DONE 0.1s [2025-07-07T09:22:05.517Z] [2025-07-07T09:22:05.517Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:05.517Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:05.803Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-07-07T09:22:05.803Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-07-07T09:22:05.803Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:05.803Z] #1 transferring dockerfile: 162B done [2025-07-07T09:22:05.803Z] #1 DONE 0.0s [2025-07-07T09:22:05.803Z] [2025-07-07T09:22:05.803Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-07-07T09:22:05.803Z] #2 DONE 0.0s [2025-07-07T09:22:05.803Z] [2025-07-07T09:22:05.803Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-07-07T09:22:05.803Z] #3 DONE 0.0s [2025-07-07T09:22:05.803Z] [2025-07-07T09:22:05.803Z] #4 [internal] load .dockerignore [2025-07-07T09:22:05.803Z] #4 transferring context: 2B done [2025-07-07T09:22:05.803Z] #4 DONE 0.0s [2025-07-07T09:22:05.803Z] [2025-07-07T09:22:05.803Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c [2025-07-07T09:22:05.803Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done [2025-07-07T09:22:05.803Z] #5 CACHED [2025-07-07T09:22:05.803Z] [2025-07-07T09:22:05.803Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c [2025-07-07T09:22:05.803Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done [2025-07-07T09:22:05.803Z] #6 CACHED [2025-07-07T09:22:05.803Z] [2025-07-07T09:22:05.803Z] #7 exporting to image [2025-07-07T09:22:05.803Z] #7 exporting layers done [2025-07-07T09:22:05.803Z] #7 exporting manifest sha256:03f15c3aaf9fb18bccc53f8a428a6458a1baf96498479662f4533e01eaa6e19f done [2025-07-07T09:22:05.803Z] #7 exporting config sha256:531231f6c620816e2b110a42bf3c25ed1770a9efa805ee9c39fe735d8d8da8fd [2025-07-07T09:22:05.803Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:06.061Z] #7 exporting config sha256:531231f6c620816e2b110a42bf3c25ed1770a9efa805ee9c39fe735d8d8da8fd done [2025-07-07T09:22:06.061Z] #7 exporting manifest sha256:2f4b546f3dbddc63f2ea0a1070988b05307ea921a8732fdc663f939bdeaff87f done [2025-07-07T09:22:06.061Z] #7 exporting config sha256:e87ce2667006c311fae5c2d229caea1886f77ef90131283316127bf8f30f5936 done [2025-07-07T09:22:06.061Z] #7 exporting manifest list sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 done [2025-07-07T09:22:06.061Z] #7 pushing layers 0.0s done [2025-07-07T09:22:06.061Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 0.1s done [2025-07-07T09:22:06.061Z] #7 DONE 0.1s [2025-07-07T09:22:06.061Z] [2025-07-07T09:22:06.061Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:06.061Z] #8 DONE 0.0s [2025-07-07T09:22:06.061Z] [2025-07-07T09:22:06.061Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:06.061Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:06.343Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' [2025-07-07T09:22:06.343Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - [2025-07-07T09:22:06.343Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:06.343Z] #1 transferring dockerfile: 206B done [2025-07-07T09:22:06.343Z] #1 DONE 0.0s [2025-07-07T09:22:06.343Z] [2025-07-07T09:22:06.343Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:06.343Z] #2 DONE 0.0s [2025-07-07T09:22:06.343Z] [2025-07-07T09:22:06.343Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:06.343Z] #3 DONE 0.0s [2025-07-07T09:22:06.343Z] [2025-07-07T09:22:06.343Z] #4 [internal] load .dockerignore [2025-07-07T09:22:06.343Z] #4 transferring context: 2B done [2025-07-07T09:22:06.343Z] #4 DONE 0.0s [2025-07-07T09:22:06.602Z] [2025-07-07T09:22:06.602Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c [2025-07-07T09:22:06.602Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c [2025-07-07T09:22:06.602Z] #5 ... [2025-07-07T09:22:06.602Z] [2025-07-07T09:22:06.602Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c [2025-07-07T09:22:06.602Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 0.0s done [2025-07-07T09:22:06.602Z] #6 DONE 0.2s [2025-07-07T09:22:06.602Z] [2025-07-07T09:22:06.602Z] #7 exporting to image [2025-07-07T09:22:06.602Z] #7 exporting layers done [2025-07-07T09:22:06.602Z] #7 exporting manifest sha256:9a57a2509eadbc604a5da2c8a985581c4b21bdedd80adb12422f04fe98905b96 0.0s done [2025-07-07T09:22:06.602Z] #7 exporting config sha256:471e133fdb60173c73b4bc4fc2d34ad52fc83fa04557b23669fd78b82d520f60 done [2025-07-07T09:22:06.602Z] #7 exporting manifest sha256:74b79a4cacfee3126d32b2f1b3aad209dea176f8509adfe5c26f9c070981da35 0.0s done [2025-07-07T09:22:06.602Z] #7 exporting config sha256:71e4dbc378a62eed3d1044aaed90b5f23c7239e0a21af27a9a8f740dbf84c83a 0.0s done [2025-07-07T09:22:06.602Z] #7 exporting manifest list sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed done [2025-07-07T09:22:06.602Z] #7 pushing layers [2025-07-07T09:22:06.602Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:06.860Z] #7 ... [2025-07-07T09:22:06.860Z] [2025-07-07T09:22:06.860Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:06.860Z] #8 DONE 0.0s [2025-07-07T09:22:06.860Z] [2025-07-07T09:22:06.860Z] #7 exporting to image [2025-07-07T09:22:06.860Z] #7 pushing layers 0.1s done [2025-07-07T09:22:06.860Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed [2025-07-07T09:22:06.860Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed 0.1s done [2025-07-07T09:22:06.860Z] #7 DONE 0.2s [2025-07-07T09:22:06.860Z] [2025-07-07T09:22:06.860Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:06.860Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:07.148Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-07-07T09:22:07.148Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-07-07T09:22:07.405Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:07.405Z] #1 transferring dockerfile: 172B done [2025-07-07T09:22:07.405Z] #1 DONE 0.0s [2025-07-07T09:22:07.405Z] [2025-07-07T09:22:07.405Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-07T09:22:07.405Z] #2 DONE 0.0s [2025-07-07T09:22:07.405Z] [2025-07-07T09:22:07.405Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-07T09:22:07.405Z] #3 DONE 0.0s [2025-07-07T09:22:07.405Z] [2025-07-07T09:22:07.405Z] #4 [internal] load .dockerignore [2025-07-07T09:22:07.405Z] #4 transferring context: 2B done [2025-07-07T09:22:07.405Z] #4 DONE 0.0s [2025-07-07T09:22:07.405Z] [2025-07-07T09:22:07.405Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c [2025-07-07T09:22:07.405Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 0.0s done [2025-07-07T09:22:07.405Z] #5 DONE 0.0s [2025-07-07T09:22:07.405Z] [2025-07-07T09:22:07.405Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c [2025-07-07T09:22:07.405Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 0.0s done [2025-07-07T09:22:07.405Z] #6 CACHED [2025-07-07T09:22:07.405Z] [2025-07-07T09:22:07.405Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c [2025-07-07T09:22:07.405Z] #5 CACHED [2025-07-07T09:22:07.405Z] [2025-07-07T09:22:07.405Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:07.405Z] #7 DONE 0.0s [2025-07-07T09:22:07.405Z] [2025-07-07T09:22:07.405Z] #8 exporting to image [2025-07-07T09:22:07.405Z] #8 exporting layers done [2025-07-07T09:22:07.405Z] #8 exporting manifest sha256:9a57a2509eadbc604a5da2c8a985581c4b21bdedd80adb12422f04fe98905b96 done [2025-07-07T09:22:07.405Z] #8 exporting config sha256:471e133fdb60173c73b4bc4fc2d34ad52fc83fa04557b23669fd78b82d520f60 done [2025-07-07T09:22:07.405Z] #8 exporting manifest sha256:74b79a4cacfee3126d32b2f1b3aad209dea176f8509adfe5c26f9c070981da35 done [2025-07-07T09:22:07.405Z] #8 exporting config sha256:71e4dbc378a62eed3d1044aaed90b5f23c7239e0a21af27a9a8f740dbf84c83a done [2025-07-07T09:22:07.405Z] #8 exporting manifest list sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed done [2025-07-07T09:22:07.405Z] #8 pushing layers 0.0s done [2025-07-07T09:22:07.405Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed 0.1s done [2025-07-07T09:22:07.405Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:07.405Z] #8 DONE 0.1s [2025-07-07T09:22:07.405Z] [2025-07-07T09:22:07.405Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:07.405Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:07.692Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37 --push - [2025-07-07T09:22:07.692Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37' [2025-07-07T09:22:07.692Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:07.692Z] #1 transferring dockerfile: 178B done [2025-07-07T09:22:07.692Z] #1 DONE 0.0s [2025-07-07T09:22:07.692Z] [2025-07-07T09:22:07.692Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37 [2025-07-07T09:22:07.692Z] #2 DONE 0.0s [2025-07-07T09:22:07.692Z] [2025-07-07T09:22:07.692Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37 [2025-07-07T09:22:07.692Z] #3 DONE 0.0s [2025-07-07T09:22:07.692Z] [2025-07-07T09:22:07.692Z] #4 [internal] load .dockerignore [2025-07-07T09:22:07.692Z] #4 transferring context: 2B done [2025-07-07T09:22:07.692Z] #4 DONE 0.0s [2025-07-07T09:22:07.692Z] [2025-07-07T09:22:07.692Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c [2025-07-07T09:22:07.692Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 0.0s done [2025-07-07T09:22:07.693Z] #5 DONE 0.0s [2025-07-07T09:22:07.693Z] [2025-07-07T09:22:07.693Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c [2025-07-07T09:22:07.953Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 0.0s done [2025-07-07T09:22:07.953Z] #6 CACHED [2025-07-07T09:22:07.953Z] [2025-07-07T09:22:07.953Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c [2025-07-07T09:22:07.953Z] #5 CACHED [2025-07-07T09:22:07.953Z] [2025-07-07T09:22:07.953Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:07.953Z] #7 DONE 0.0s [2025-07-07T09:22:07.953Z] [2025-07-07T09:22:07.953Z] #8 exporting to image [2025-07-07T09:22:07.953Z] #8 exporting layers done [2025-07-07T09:22:07.953Z] #8 exporting manifest sha256:9a57a2509eadbc604a5da2c8a985581c4b21bdedd80adb12422f04fe98905b96 done [2025-07-07T09:22:07.953Z] #8 exporting config sha256:471e133fdb60173c73b4bc4fc2d34ad52fc83fa04557b23669fd78b82d520f60 done [2025-07-07T09:22:07.953Z] #8 exporting manifest sha256:74b79a4cacfee3126d32b2f1b3aad209dea176f8509adfe5c26f9c070981da35 done [2025-07-07T09:22:07.953Z] #8 exporting config sha256:71e4dbc378a62eed3d1044aaed90b5f23c7239e0a21af27a9a8f740dbf84c83a done [2025-07-07T09:22:07.953Z] #8 exporting manifest list sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed done [2025-07-07T09:22:07.953Z] #8 pushing layers 0.0s done [2025-07-07T09:22:07.953Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37@sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed 0.1s done [2025-07-07T09:22:07.953Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:07.953Z] #8 DONE 0.1s [2025-07-07T09:22:07.953Z] [2025-07-07T09:22:07.953Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:07.953Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:08.240Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' [2025-07-07T09:22:08.240Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - [2025-07-07T09:22:08.499Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:08.499Z] #1 transferring dockerfile: 219B done [2025-07-07T09:22:08.499Z] #1 DONE 0.0s [2025-07-07T09:22:08.499Z] [2025-07-07T09:22:08.499Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:08.499Z] #2 DONE 0.0s [2025-07-07T09:22:08.499Z] [2025-07-07T09:22:08.499Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:08.499Z] #3 DONE 0.0s [2025-07-07T09:22:08.499Z] [2025-07-07T09:22:08.499Z] #4 [internal] load .dockerignore [2025-07-07T09:22:08.499Z] #4 transferring context: 2B done [2025-07-07T09:22:08.499Z] #4 DONE 0.1s [2025-07-07T09:22:08.499Z] [2025-07-07T09:22:08.499Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c [2025-07-07T09:22:08.499Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 0.0s done [2025-07-07T09:22:08.499Z] #5 CACHED [2025-07-07T09:22:08.499Z] [2025-07-07T09:22:08.499Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c [2025-07-07T09:22:08.499Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 0.0s done [2025-07-07T09:22:08.499Z] #6 CACHED [2025-07-07T09:22:08.499Z] [2025-07-07T09:22:08.499Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:08.758Z] #7 DONE 0.0s [2025-07-07T09:22:08.758Z] [2025-07-07T09:22:08.758Z] #8 exporting to image [2025-07-07T09:22:08.758Z] #8 exporting layers done [2025-07-07T09:22:08.758Z] #8 exporting manifest sha256:9a57a2509eadbc604a5da2c8a985581c4b21bdedd80adb12422f04fe98905b96 done [2025-07-07T09:22:08.758Z] #8 exporting config sha256:471e133fdb60173c73b4bc4fc2d34ad52fc83fa04557b23669fd78b82d520f60 done [2025-07-07T09:22:08.758Z] #8 exporting manifest sha256:74b79a4cacfee3126d32b2f1b3aad209dea176f8509adfe5c26f9c070981da35 done [2025-07-07T09:22:08.758Z] #8 exporting config sha256:71e4dbc378a62eed3d1044aaed90b5f23c7239e0a21af27a9a8f740dbf84c83a done [2025-07-07T09:22:08.758Z] #8 exporting manifest list sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed done [2025-07-07T09:22:08.758Z] #8 pushing layers 0.0s done [2025-07-07T09:22:08.758Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed 0.1s done [2025-07-07T09:22:08.758Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:08.758Z] #8 DONE 0.1s [2025-07-07T09:22:08.758Z] [2025-07-07T09:22:08.758Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:08.758Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:09.047Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-07-07T09:22:09.047Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-07-07T09:22:09.047Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:09.047Z] #1 transferring dockerfile: 170B done [2025-07-07T09:22:09.047Z] #1 DONE 0.0s [2025-07-07T09:22:09.047Z] [2025-07-07T09:22:09.047Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-07-07T09:22:09.047Z] #2 DONE 0.0s [2025-07-07T09:22:09.047Z] [2025-07-07T09:22:09.047Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-07-07T09:22:09.047Z] #3 DONE 0.0s [2025-07-07T09:22:09.047Z] [2025-07-07T09:22:09.047Z] #4 [internal] load .dockerignore [2025-07-07T09:22:09.047Z] #4 transferring context: [2025-07-07T09:22:09.305Z] #4 transferring context: 2B done [2025-07-07T09:22:09.305Z] #4 DONE 0.1s [2025-07-07T09:22:09.305Z] [2025-07-07T09:22:09.305Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c [2025-07-07T09:22:09.305Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 0.0s done [2025-07-07T09:22:09.305Z] #5 CACHED [2025-07-07T09:22:09.305Z] [2025-07-07T09:22:09.305Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c [2025-07-07T09:22:09.305Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 0.0s done [2025-07-07T09:22:09.305Z] #6 CACHED [2025-07-07T09:22:09.305Z] [2025-07-07T09:22:09.305Z] #7 exporting to image [2025-07-07T09:22:09.305Z] #7 exporting layers done [2025-07-07T09:22:09.305Z] #7 exporting manifest sha256:9a57a2509eadbc604a5da2c8a985581c4b21bdedd80adb12422f04fe98905b96 done [2025-07-07T09:22:09.305Z] #7 exporting config sha256:471e133fdb60173c73b4bc4fc2d34ad52fc83fa04557b23669fd78b82d520f60 done [2025-07-07T09:22:09.305Z] #7 exporting manifest sha256:74b79a4cacfee3126d32b2f1b3aad209dea176f8509adfe5c26f9c070981da35 done [2025-07-07T09:22:09.305Z] #7 exporting config sha256:71e4dbc378a62eed3d1044aaed90b5f23c7239e0a21af27a9a8f740dbf84c83a done [2025-07-07T09:22:09.305Z] #7 exporting manifest list sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed done [2025-07-07T09:22:09.305Z] #7 pushing layers [2025-07-07T09:22:09.305Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:09.305Z] #7 pushing layers 0.0s done [2025-07-07T09:22:09.305Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed 0.1s done [2025-07-07T09:22:09.305Z] #7 DONE 0.1s [2025-07-07T09:22:09.305Z] [2025-07-07T09:22:09.305Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:09.305Z] #8 DONE 0.0s [2025-07-07T09:22:09.569Z] [2025-07-07T09:22:09.569Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:09.569Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:09.858Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' [2025-07-07T09:22:09.858Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - [2025-07-07T09:22:10.119Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:10.119Z] #1 transferring dockerfile: 204B done [2025-07-07T09:22:10.119Z] #1 DONE 0.0s [2025-07-07T09:22:10.119Z] [2025-07-07T09:22:10.119Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:10.119Z] #2 DONE 0.1s [2025-07-07T09:22:10.119Z] [2025-07-07T09:22:10.119Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:10.119Z] #3 DONE 0.1s [2025-07-07T09:22:10.119Z] [2025-07-07T09:22:10.119Z] #4 [internal] load .dockerignore [2025-07-07T09:22:10.119Z] #4 transferring context: 2B done [2025-07-07T09:22:10.119Z] #4 DONE 0.0s [2025-07-07T09:22:10.119Z] [2025-07-07T09:22:10.119Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 [2025-07-07T09:22:10.119Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 [2025-07-07T09:22:10.119Z] #5 ... [2025-07-07T09:22:10.119Z] [2025-07-07T09:22:10.119Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 [2025-07-07T09:22:10.119Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 0.0s done [2025-07-07T09:22:10.377Z] #6 DONE 0.1s [2025-07-07T09:22:10.377Z] [2025-07-07T09:22:10.377Z] #7 exporting to image [2025-07-07T09:22:10.377Z] #7 exporting layers done [2025-07-07T09:22:10.377Z] #7 exporting manifest sha256:2d5dafdbe4a58f48e2d0f366d063ef4feb91f54ae411ece18081a4eace325728 0.0s done [2025-07-07T09:22:10.377Z] #7 exporting config sha256:880f0ee19dcea9104a7da16df9ae4760f4966c2a92b939b45af486c432a15c30 done [2025-07-07T09:22:10.377Z] #7 exporting manifest sha256:3766df13d00d4d9bfa7d7adaf4c415d6f316368a26007ec6fb1862e83cd27d4a 0.0s done [2025-07-07T09:22:10.377Z] #7 exporting config sha256:9484be90fca29d7c7712007b6a81ffdb97fdff01661f23759700851160e1be2a 0.0s done [2025-07-07T09:22:10.377Z] #7 exporting manifest list sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e 0.0s done [2025-07-07T09:22:10.377Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:10.377Z] #7 ... [2025-07-07T09:22:10.377Z] [2025-07-07T09:22:10.377Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:10.377Z] #8 DONE 0.0s [2025-07-07T09:22:10.377Z] [2025-07-07T09:22:10.377Z] #7 exporting to image [2025-07-07T09:22:10.377Z] #7 pushing layers 0.1s done [2025-07-07T09:22:10.377Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e [2025-07-07T09:22:10.637Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e 0.1s done [2025-07-07T09:22:10.637Z] #7 DONE 0.2s [2025-07-07T09:22:10.895Z] [2025-07-07T09:22:10.895Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:10.895Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:11.202Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-07-07T09:22:11.202Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-07-07T09:22:11.460Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:11.460Z] #1 transferring dockerfile: [2025-07-07T09:22:11.460Z] #1 transferring dockerfile: 170B done [2025-07-07T09:22:11.460Z] #1 DONE 0.0s [2025-07-07T09:22:11.460Z] [2025-07-07T09:22:11.460Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-07T09:22:11.460Z] #2 DONE 0.0s [2025-07-07T09:22:11.460Z] [2025-07-07T09:22:11.460Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-07T09:22:11.460Z] #3 DONE 0.0s [2025-07-07T09:22:11.460Z] [2025-07-07T09:22:11.460Z] #4 [internal] load .dockerignore [2025-07-07T09:22:11.460Z] #4 transferring context: [2025-07-07T09:22:11.720Z] #4 transferring context: 2B done [2025-07-07T09:22:11.720Z] #4 DONE 0.1s [2025-07-07T09:22:11.720Z] [2025-07-07T09:22:11.720Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 [2025-07-07T09:22:11.720Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 0.0s done [2025-07-07T09:22:11.720Z] #5 CACHED [2025-07-07T09:22:11.720Z] [2025-07-07T09:22:11.720Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 [2025-07-07T09:22:11.720Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 0.0s done [2025-07-07T09:22:11.720Z] #6 CACHED [2025-07-07T09:22:11.720Z] [2025-07-07T09:22:11.720Z] #7 exporting to image [2025-07-07T09:22:11.720Z] #7 exporting layers done [2025-07-07T09:22:11.720Z] #7 exporting manifest sha256:2d5dafdbe4a58f48e2d0f366d063ef4feb91f54ae411ece18081a4eace325728 done [2025-07-07T09:22:11.720Z] #7 exporting config sha256:880f0ee19dcea9104a7da16df9ae4760f4966c2a92b939b45af486c432a15c30 done [2025-07-07T09:22:11.720Z] #7 exporting manifest sha256:3766df13d00d4d9bfa7d7adaf4c415d6f316368a26007ec6fb1862e83cd27d4a done [2025-07-07T09:22:11.720Z] #7 exporting config sha256:9484be90fca29d7c7712007b6a81ffdb97fdff01661f23759700851160e1be2a done [2025-07-07T09:22:11.720Z] #7 exporting manifest list sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e done [2025-07-07T09:22:11.720Z] #7 pushing layers 0.0s done [2025-07-07T09:22:11.720Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e [2025-07-07T09:22:11.720Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:11.720Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e 0.1s done [2025-07-07T09:22:11.720Z] #7 DONE 0.1s [2025-07-07T09:22:11.720Z] [2025-07-07T09:22:11.720Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:11.720Z] #8 DONE 0.0s [2025-07-07T09:22:11.979Z] [2025-07-07T09:22:11.979Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:11.979Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:12.272Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37 --push - [2025-07-07T09:22:12.272Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37' [2025-07-07T09:22:12.531Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:12.531Z] #1 transferring dockerfile: 176B done [2025-07-07T09:22:12.531Z] #1 DONE 0.0s [2025-07-07T09:22:12.531Z] [2025-07-07T09:22:12.531Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37 [2025-07-07T09:22:12.531Z] #2 DONE 0.0s [2025-07-07T09:22:12.531Z] [2025-07-07T09:22:12.531Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37 [2025-07-07T09:22:12.531Z] #3 DONE 0.0s [2025-07-07T09:22:12.531Z] [2025-07-07T09:22:12.531Z] #4 [internal] load .dockerignore [2025-07-07T09:22:12.531Z] #4 transferring context: [2025-07-07T09:22:12.531Z] #4 transferring context: 2B done [2025-07-07T09:22:12.531Z] #4 DONE 0.1s [2025-07-07T09:22:12.531Z] [2025-07-07T09:22:12.531Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 [2025-07-07T09:22:12.531Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 0.0s done [2025-07-07T09:22:12.531Z] #5 CACHED [2025-07-07T09:22:12.531Z] [2025-07-07T09:22:12.531Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 [2025-07-07T09:22:12.531Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 0.0s done [2025-07-07T09:22:12.531Z] #6 CACHED [2025-07-07T09:22:12.531Z] [2025-07-07T09:22:12.531Z] #7 exporting to image [2025-07-07T09:22:12.531Z] #7 exporting layers done [2025-07-07T09:22:12.531Z] #7 exporting manifest sha256:2d5dafdbe4a58f48e2d0f366d063ef4feb91f54ae411ece18081a4eace325728 done [2025-07-07T09:22:12.531Z] #7 exporting config sha256:880f0ee19dcea9104a7da16df9ae4760f4966c2a92b939b45af486c432a15c30 done [2025-07-07T09:22:12.531Z] #7 exporting manifest sha256:3766df13d00d4d9bfa7d7adaf4c415d6f316368a26007ec6fb1862e83cd27d4a 0.0s done [2025-07-07T09:22:12.531Z] #7 exporting config sha256:9484be90fca29d7c7712007b6a81ffdb97fdff01661f23759700851160e1be2a done [2025-07-07T09:22:12.531Z] #7 exporting manifest list sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e done [2025-07-07T09:22:12.531Z] #7 pushing layers 0.0s done [2025-07-07T09:22:12.531Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37@sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e [2025-07-07T09:22:12.531Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:12.791Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37@sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e 0.1s done [2025-07-07T09:22:12.791Z] #7 DONE 0.1s [2025-07-07T09:22:12.791Z] [2025-07-07T09:22:12.791Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:12.791Z] #8 DONE 0.0s [2025-07-07T09:22:12.791Z] [2025-07-07T09:22:12.791Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:12.791Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:13.089Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' [2025-07-07T09:22:13.089Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - [2025-07-07T09:22:13.348Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:13.348Z] #1 transferring dockerfile: 217B done [2025-07-07T09:22:13.348Z] #1 DONE 0.0s [2025-07-07T09:22:13.348Z] [2025-07-07T09:22:13.348Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:13.348Z] #2 DONE 0.0s [2025-07-07T09:22:13.348Z] [2025-07-07T09:22:13.348Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:13.348Z] #3 DONE 0.0s [2025-07-07T09:22:13.348Z] [2025-07-07T09:22:13.348Z] #4 [internal] load .dockerignore [2025-07-07T09:22:13.348Z] #4 transferring context: [2025-07-07T09:22:13.348Z] #4 transferring context: 2B done [2025-07-07T09:22:13.348Z] #4 DONE 0.0s [2025-07-07T09:22:13.348Z] [2025-07-07T09:22:13.348Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 [2025-07-07T09:22:13.348Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 0.0s done [2025-07-07T09:22:13.348Z] #5 CACHED [2025-07-07T09:22:13.348Z] [2025-07-07T09:22:13.348Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 [2025-07-07T09:22:13.348Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 0.0s done [2025-07-07T09:22:13.348Z] #6 CACHED [2025-07-07T09:22:13.348Z] [2025-07-07T09:22:13.348Z] #7 exporting to image [2025-07-07T09:22:13.348Z] #7 exporting layers done [2025-07-07T09:22:13.348Z] #7 exporting manifest sha256:2d5dafdbe4a58f48e2d0f366d063ef4feb91f54ae411ece18081a4eace325728 done [2025-07-07T09:22:13.348Z] #7 exporting config sha256:880f0ee19dcea9104a7da16df9ae4760f4966c2a92b939b45af486c432a15c30 done [2025-07-07T09:22:13.348Z] #7 exporting manifest sha256:3766df13d00d4d9bfa7d7adaf4c415d6f316368a26007ec6fb1862e83cd27d4a done [2025-07-07T09:22:13.348Z] #7 exporting config sha256:9484be90fca29d7c7712007b6a81ffdb97fdff01661f23759700851160e1be2a done [2025-07-07T09:22:13.348Z] #7 exporting manifest list sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e done [2025-07-07T09:22:13.348Z] #7 pushing layers 0.0s done [2025-07-07T09:22:13.348Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e [2025-07-07T09:22:13.348Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:13.615Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e 0.1s done [2025-07-07T09:22:13.615Z] #7 DONE 0.1s [2025-07-07T09:22:13.615Z] [2025-07-07T09:22:13.615Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:13.615Z] #8 DONE 0.0s [2025-07-07T09:22:13.615Z] [2025-07-07T09:22:13.615Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:13.615Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:13.910Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-07-07T09:22:13.910Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-07-07T09:22:13.910Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:13.910Z] #1 transferring dockerfile: 168B done [2025-07-07T09:22:13.910Z] #1 DONE 0.0s [2025-07-07T09:22:13.910Z] [2025-07-07T09:22:13.910Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-07-07T09:22:13.910Z] #2 DONE 0.0s [2025-07-07T09:22:13.910Z] [2025-07-07T09:22:13.910Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-07-07T09:22:13.910Z] #3 DONE 0.0s [2025-07-07T09:22:13.910Z] [2025-07-07T09:22:13.910Z] #4 [internal] load .dockerignore [2025-07-07T09:22:13.910Z] #4 transferring context: [2025-07-07T09:22:14.168Z] #4 transferring context: 2B done [2025-07-07T09:22:14.168Z] #4 DONE 0.0s [2025-07-07T09:22:14.168Z] [2025-07-07T09:22:14.169Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 [2025-07-07T09:22:14.169Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 0.0s done [2025-07-07T09:22:14.169Z] #5 CACHED [2025-07-07T09:22:14.169Z] [2025-07-07T09:22:14.169Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 [2025-07-07T09:22:14.169Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 0.0s done [2025-07-07T09:22:14.169Z] #6 CACHED [2025-07-07T09:22:14.169Z] [2025-07-07T09:22:14.169Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:14.169Z] #7 DONE 0.0s [2025-07-07T09:22:14.169Z] [2025-07-07T09:22:14.169Z] #8 exporting to image [2025-07-07T09:22:14.169Z] #8 exporting layers done [2025-07-07T09:22:14.169Z] #8 exporting manifest sha256:2d5dafdbe4a58f48e2d0f366d063ef4feb91f54ae411ece18081a4eace325728 done [2025-07-07T09:22:14.169Z] #8 exporting config sha256:880f0ee19dcea9104a7da16df9ae4760f4966c2a92b939b45af486c432a15c30 done [2025-07-07T09:22:14.169Z] #8 exporting manifest sha256:3766df13d00d4d9bfa7d7adaf4c415d6f316368a26007ec6fb1862e83cd27d4a done [2025-07-07T09:22:14.169Z] #8 exporting config sha256:9484be90fca29d7c7712007b6a81ffdb97fdff01661f23759700851160e1be2a 0.0s done [2025-07-07T09:22:14.169Z] #8 exporting manifest list sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e done [2025-07-07T09:22:14.169Z] #8 pushing layers 0.0s done [2025-07-07T09:22:14.169Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e 0.1s done [2025-07-07T09:22:14.169Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:14.169Z] #8 DONE 0.1s [2025-07-07T09:22:14.169Z] [2025-07-07T09:22:14.169Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:14.169Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:14.463Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' [2025-07-07T09:22:14.463Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - [2025-07-07T09:22:14.463Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:14.463Z] #1 transferring dockerfile: 205B done [2025-07-07T09:22:14.463Z] #1 DONE 0.0s [2025-07-07T09:22:14.463Z] [2025-07-07T09:22:14.463Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:14.463Z] #2 DONE 0.0s [2025-07-07T09:22:14.463Z] [2025-07-07T09:22:14.463Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:14.463Z] #3 DONE 0.1s [2025-07-07T09:22:14.463Z] [2025-07-07T09:22:14.463Z] #4 [internal] load .dockerignore [2025-07-07T09:22:14.463Z] #4 transferring context: 2B done [2025-07-07T09:22:14.463Z] #4 DONE 0.0s [2025-07-07T09:22:14.722Z] [2025-07-07T09:22:14.722Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef [2025-07-07T09:22:14.722Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done [2025-07-07T09:22:14.722Z] #5 DONE 0.0s [2025-07-07T09:22:14.722Z] [2025-07-07T09:22:14.722Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef [2025-07-07T09:22:14.722Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done [2025-07-07T09:22:14.722Z] #6 DONE 0.1s [2025-07-07T09:22:14.983Z] [2025-07-07T09:22:14.983Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:14.983Z] #7 DONE 0.0s [2025-07-07T09:22:14.983Z] [2025-07-07T09:22:14.983Z] #8 exporting to image [2025-07-07T09:22:14.983Z] #8 exporting layers done [2025-07-07T09:22:14.983Z] #8 exporting manifest sha256:7cefbb9defea6283ad72376f14b0aad8c7b45c57999cdc4da4888d4785187f31 done [2025-07-07T09:22:14.983Z] #8 exporting config sha256:e7e41825466a90c36a5f4b9a8d4cefc3d49b1521a9d919712c5b760388e11dfc done [2025-07-07T09:22:14.983Z] #8 exporting manifest sha256:aa5caaafceee0e43caaf0fc35cfb071e36620d249689a148060a7051d511036c done [2025-07-07T09:22:14.983Z] #8 exporting config sha256:506069d692b2bd2b9bb74fd644b2c5471174d50ba8b2325491d5dec016204310 done [2025-07-07T09:22:14.983Z] #8 exporting manifest list sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c done [2025-07-07T09:22:14.983Z] #8 pushing layers 0.1s done [2025-07-07T09:22:14.983Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c [2025-07-07T09:22:14.983Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:14.983Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c 0.1s done [2025-07-07T09:22:14.983Z] #8 DONE 0.2s [2025-07-07T09:22:14.983Z] [2025-07-07T09:22:14.983Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:14.983Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:15.274Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-07-07T09:22:15.274Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-07-07T09:22:15.533Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:15.533Z] #1 transferring dockerfile: 171B done [2025-07-07T09:22:15.533Z] #1 DONE 0.0s [2025-07-07T09:22:15.533Z] [2025-07-07T09:22:15.533Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-07T09:22:15.533Z] #2 DONE 0.0s [2025-07-07T09:22:15.533Z] [2025-07-07T09:22:15.533Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-07T09:22:15.533Z] #3 DONE 0.0s [2025-07-07T09:22:15.533Z] [2025-07-07T09:22:15.533Z] #4 [internal] load .dockerignore [2025-07-07T09:22:15.533Z] #4 transferring context: 2B done [2025-07-07T09:22:15.533Z] #4 DONE 0.0s [2025-07-07T09:22:15.533Z] [2025-07-07T09:22:15.533Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef [2025-07-07T09:22:15.533Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done [2025-07-07T09:22:15.533Z] #5 CACHED [2025-07-07T09:22:15.533Z] [2025-07-07T09:22:15.533Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef [2025-07-07T09:22:15.533Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done [2025-07-07T09:22:15.533Z] #6 CACHED [2025-07-07T09:22:15.533Z] [2025-07-07T09:22:15.533Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:15.533Z] #7 DONE 0.0s [2025-07-07T09:22:15.533Z] [2025-07-07T09:22:15.533Z] #8 exporting to image [2025-07-07T09:22:15.533Z] #8 exporting layers done [2025-07-07T09:22:15.533Z] #8 exporting manifest sha256:7cefbb9defea6283ad72376f14b0aad8c7b45c57999cdc4da4888d4785187f31 done [2025-07-07T09:22:15.533Z] #8 exporting config sha256:e7e41825466a90c36a5f4b9a8d4cefc3d49b1521a9d919712c5b760388e11dfc done [2025-07-07T09:22:15.533Z] #8 exporting manifest sha256:aa5caaafceee0e43caaf0fc35cfb071e36620d249689a148060a7051d511036c done [2025-07-07T09:22:15.533Z] #8 exporting config sha256:506069d692b2bd2b9bb74fd644b2c5471174d50ba8b2325491d5dec016204310 done [2025-07-07T09:22:15.533Z] #8 exporting manifest list sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c done [2025-07-07T09:22:15.533Z] #8 pushing layers 0.0s done [2025-07-07T09:22:15.533Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c 0.1s done [2025-07-07T09:22:15.533Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:15.533Z] #8 DONE 0.1s [2025-07-07T09:22:15.533Z] [2025-07-07T09:22:15.533Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:15.533Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:15.827Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37' [2025-07-07T09:22:15.827Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37 --push - [2025-07-07T09:22:15.827Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:15.827Z] #1 transferring dockerfile: 177B done [2025-07-07T09:22:15.827Z] #1 DONE 0.0s [2025-07-07T09:22:15.827Z] [2025-07-07T09:22:15.827Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37 [2025-07-07T09:22:15.827Z] #2 DONE 0.0s [2025-07-07T09:22:15.827Z] [2025-07-07T09:22:15.827Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37 [2025-07-07T09:22:15.827Z] #3 DONE 0.0s [2025-07-07T09:22:15.827Z] [2025-07-07T09:22:15.827Z] #4 [internal] load .dockerignore [2025-07-07T09:22:15.827Z] #4 transferring context: 2B done [2025-07-07T09:22:15.827Z] #4 DONE 0.0s [2025-07-07T09:22:15.827Z] [2025-07-07T09:22:15.827Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef [2025-07-07T09:22:15.827Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done [2025-07-07T09:22:15.827Z] #5 CACHED [2025-07-07T09:22:15.827Z] [2025-07-07T09:22:15.827Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef [2025-07-07T09:22:15.827Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done [2025-07-07T09:22:15.827Z] #6 CACHED [2025-07-07T09:22:15.827Z] [2025-07-07T09:22:15.827Z] #7 exporting to image [2025-07-07T09:22:15.827Z] #7 exporting layers done [2025-07-07T09:22:15.827Z] #7 exporting manifest sha256:7cefbb9defea6283ad72376f14b0aad8c7b45c57999cdc4da4888d4785187f31 done [2025-07-07T09:22:15.827Z] #7 exporting config sha256:e7e41825466a90c36a5f4b9a8d4cefc3d49b1521a9d919712c5b760388e11dfc done [2025-07-07T09:22:15.827Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:16.086Z] #7 exporting manifest sha256:aa5caaafceee0e43caaf0fc35cfb071e36620d249689a148060a7051d511036c done [2025-07-07T09:22:16.086Z] #7 exporting config sha256:506069d692b2bd2b9bb74fd644b2c5471174d50ba8b2325491d5dec016204310 done [2025-07-07T09:22:16.086Z] #7 exporting manifest list sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c done [2025-07-07T09:22:16.086Z] #7 pushing layers 0.0s done [2025-07-07T09:22:16.086Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37@sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c 0.1s done [2025-07-07T09:22:16.086Z] #7 DONE 0.1s [2025-07-07T09:22:16.086Z] [2025-07-07T09:22:16.086Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:16.086Z] #8 DONE 0.0s [2025-07-07T09:22:16.086Z] [2025-07-07T09:22:16.086Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:16.086Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:16.374Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' [2025-07-07T09:22:16.374Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - [2025-07-07T09:22:16.634Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:16.634Z] #1 transferring dockerfile: 218B done [2025-07-07T09:22:16.634Z] #1 DONE 0.0s [2025-07-07T09:22:16.634Z] [2025-07-07T09:22:16.634Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:16.634Z] #2 DONE 0.0s [2025-07-07T09:22:16.634Z] [2025-07-07T09:22:16.634Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:16.634Z] #3 DONE 0.0s [2025-07-07T09:22:16.634Z] [2025-07-07T09:22:16.634Z] #4 [internal] load .dockerignore [2025-07-07T09:22:16.634Z] #4 transferring context: 2B done [2025-07-07T09:22:16.634Z] #4 DONE 0.0s [2025-07-07T09:22:16.634Z] [2025-07-07T09:22:16.634Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef [2025-07-07T09:22:16.634Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done [2025-07-07T09:22:16.634Z] #5 DONE 0.0s [2025-07-07T09:22:16.634Z] [2025-07-07T09:22:16.634Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef [2025-07-07T09:22:16.634Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done [2025-07-07T09:22:16.634Z] #6 CACHED [2025-07-07T09:22:16.634Z] [2025-07-07T09:22:16.634Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef [2025-07-07T09:22:16.634Z] #5 CACHED [2025-07-07T09:22:16.634Z] [2025-07-07T09:22:16.634Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:16.634Z] #7 DONE 0.0s [2025-07-07T09:22:16.634Z] [2025-07-07T09:22:16.634Z] #8 exporting to image [2025-07-07T09:22:16.634Z] #8 exporting layers done [2025-07-07T09:22:16.634Z] #8 exporting manifest sha256:7cefbb9defea6283ad72376f14b0aad8c7b45c57999cdc4da4888d4785187f31 done [2025-07-07T09:22:16.634Z] #8 exporting config sha256:e7e41825466a90c36a5f4b9a8d4cefc3d49b1521a9d919712c5b760388e11dfc done [2025-07-07T09:22:16.634Z] #8 exporting manifest sha256:aa5caaafceee0e43caaf0fc35cfb071e36620d249689a148060a7051d511036c done [2025-07-07T09:22:16.634Z] #8 exporting config sha256:506069d692b2bd2b9bb74fd644b2c5471174d50ba8b2325491d5dec016204310 done [2025-07-07T09:22:16.634Z] #8 exporting manifest list sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c done [2025-07-07T09:22:16.634Z] #8 pushing layers 0.0s done [2025-07-07T09:22:16.634Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c 0.1s done [2025-07-07T09:22:16.634Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:16.634Z] #8 DONE 0.1s [2025-07-07T09:22:16.634Z] [2025-07-07T09:22:16.634Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:16.634Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:16.922Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-07-07T09:22:16.923Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-07-07T09:22:17.181Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:17.181Z] #1 transferring dockerfile: 169B done [2025-07-07T09:22:17.181Z] #1 DONE 0.0s [2025-07-07T09:22:17.181Z] [2025-07-07T09:22:17.181Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-07-07T09:22:17.181Z] #2 DONE 0.0s [2025-07-07T09:22:17.181Z] [2025-07-07T09:22:17.181Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-07-07T09:22:17.181Z] #3 DONE 0.0s [2025-07-07T09:22:17.181Z] [2025-07-07T09:22:17.181Z] #4 [internal] load .dockerignore [2025-07-07T09:22:17.181Z] #4 transferring context: 2B done [2025-07-07T09:22:17.181Z] #4 DONE 0.0s [2025-07-07T09:22:17.181Z] [2025-07-07T09:22:17.181Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef [2025-07-07T09:22:17.181Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done [2025-07-07T09:22:17.181Z] #5 CACHED [2025-07-07T09:22:17.181Z] [2025-07-07T09:22:17.181Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef [2025-07-07T09:22:17.181Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done [2025-07-07T09:22:17.181Z] #6 CACHED [2025-07-07T09:22:17.181Z] [2025-07-07T09:22:17.181Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:17.181Z] #7 DONE 0.0s [2025-07-07T09:22:17.181Z] [2025-07-07T09:22:17.181Z] #8 exporting to image [2025-07-07T09:22:17.181Z] #8 exporting layers done [2025-07-07T09:22:17.181Z] #8 exporting manifest sha256:7cefbb9defea6283ad72376f14b0aad8c7b45c57999cdc4da4888d4785187f31 done [2025-07-07T09:22:17.181Z] #8 exporting config sha256:e7e41825466a90c36a5f4b9a8d4cefc3d49b1521a9d919712c5b760388e11dfc done [2025-07-07T09:22:17.181Z] #8 exporting manifest sha256:aa5caaafceee0e43caaf0fc35cfb071e36620d249689a148060a7051d511036c done [2025-07-07T09:22:17.181Z] #8 exporting config sha256:506069d692b2bd2b9bb74fd644b2c5471174d50ba8b2325491d5dec016204310 done [2025-07-07T09:22:17.181Z] #8 exporting manifest list sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c done [2025-07-07T09:22:17.181Z] #8 pushing layers 0.0s done [2025-07-07T09:22:17.181Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c 0.1s done [2025-07-07T09:22:17.181Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:17.181Z] #8 DONE 0.1s [2025-07-07T09:22:17.181Z] [2025-07-07T09:22:17.181Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:17.181Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:17.464Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' [2025-07-07T09:22:17.464Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - [2025-07-07T09:22:17.464Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:17.723Z] #1 transferring dockerfile: 211B done [2025-07-07T09:22:17.723Z] #1 DONE 0.0s [2025-07-07T09:22:17.723Z] [2025-07-07T09:22:17.723Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:17.723Z] #2 DONE 0.0s [2025-07-07T09:22:17.723Z] [2025-07-07T09:22:17.723Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:17.723Z] #3 DONE 0.0s [2025-07-07T09:22:17.723Z] [2025-07-07T09:22:17.723Z] #4 [internal] load .dockerignore [2025-07-07T09:22:17.723Z] #4 transferring context: 2B done [2025-07-07T09:22:17.723Z] #4 DONE 0.0s [2025-07-07T09:22:17.723Z] [2025-07-07T09:22:17.723Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 [2025-07-07T09:22:17.723Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done [2025-07-07T09:22:17.723Z] #5 DONE 0.0s [2025-07-07T09:22:17.723Z] [2025-07-07T09:22:17.723Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 [2025-07-07T09:22:17.723Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done [2025-07-07T09:22:17.723Z] #6 DONE 0.0s [2025-07-07T09:22:17.723Z] [2025-07-07T09:22:17.723Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 [2025-07-07T09:22:17.723Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done [2025-07-07T09:22:17.723Z] #5 DONE 0.1s [2025-07-07T09:22:17.982Z] [2025-07-07T09:22:17.982Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:17.982Z] #7 DONE 0.0s [2025-07-07T09:22:17.982Z] [2025-07-07T09:22:17.982Z] #8 exporting to image [2025-07-07T09:22:17.982Z] #8 exporting layers done [2025-07-07T09:22:17.982Z] #8 exporting manifest sha256:bb3cb2f579bbbeca1e60acea1306205b05613cacf63b6e0089ca9d277a107071 done [2025-07-07T09:22:17.982Z] #8 exporting config sha256:bc6b3749ed1fc88dcd655efbb57f4ea1765852919f5cb6bac266620db146f901 done [2025-07-07T09:22:17.982Z] #8 exporting manifest sha256:1e89afcc91671da7a59fa08ededaf698149c37c93314c02b53fb6e39d3737596 done [2025-07-07T09:22:17.982Z] #8 exporting config sha256:8a04a02fd13e936b2aeef2dc3059359ba2e3581a3b59db60d5701531a0c00a6e done [2025-07-07T09:22:17.982Z] #8 exporting manifest list sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf done [2025-07-07T09:22:17.982Z] #8 pushing layers 0.1s done [2025-07-07T09:22:17.982Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf [2025-07-07T09:22:17.982Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:17.982Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf 0.1s done [2025-07-07T09:22:17.982Z] #8 DONE 0.2s [2025-07-07T09:22:17.982Z] [2025-07-07T09:22:17.982Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:17.982Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:18.271Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-07-07T09:22:18.271Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-07-07T09:22:18.271Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:18.271Z] #1 transferring dockerfile: 177B done [2025-07-07T09:22:18.271Z] #1 DONE 0.0s [2025-07-07T09:22:18.271Z] [2025-07-07T09:22:18.271Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-07T09:22:18.271Z] #2 DONE 0.0s [2025-07-07T09:22:18.271Z] [2025-07-07T09:22:18.271Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-07T09:22:18.271Z] #3 DONE 0.0s [2025-07-07T09:22:18.271Z] [2025-07-07T09:22:18.271Z] #4 [internal] load .dockerignore [2025-07-07T09:22:18.271Z] #4 transferring context: 2B done [2025-07-07T09:22:18.271Z] #4 DONE 0.0s [2025-07-07T09:22:18.271Z] [2025-07-07T09:22:18.271Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 [2025-07-07T09:22:18.271Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done [2025-07-07T09:22:18.271Z] #5 DONE 0.0s [2025-07-07T09:22:18.271Z] [2025-07-07T09:22:18.271Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 [2025-07-07T09:22:18.271Z] #6 CACHED [2025-07-07T09:22:18.530Z] [2025-07-07T09:22:18.530Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 [2025-07-07T09:22:18.530Z] #5 CACHED [2025-07-07T09:22:18.530Z] [2025-07-07T09:22:18.530Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:18.530Z] #7 DONE 0.0s [2025-07-07T09:22:18.530Z] [2025-07-07T09:22:18.530Z] #8 exporting to image [2025-07-07T09:22:18.530Z] #8 exporting layers done [2025-07-07T09:22:18.530Z] #8 exporting manifest sha256:bb3cb2f579bbbeca1e60acea1306205b05613cacf63b6e0089ca9d277a107071 done [2025-07-07T09:22:18.530Z] #8 exporting config sha256:bc6b3749ed1fc88dcd655efbb57f4ea1765852919f5cb6bac266620db146f901 done [2025-07-07T09:22:18.530Z] #8 exporting manifest sha256:1e89afcc91671da7a59fa08ededaf698149c37c93314c02b53fb6e39d3737596 done [2025-07-07T09:22:18.530Z] #8 exporting config sha256:8a04a02fd13e936b2aeef2dc3059359ba2e3581a3b59db60d5701531a0c00a6e done [2025-07-07T09:22:18.530Z] #8 exporting manifest list sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf done [2025-07-07T09:22:18.530Z] #8 pushing layers 0.0s done [2025-07-07T09:22:18.530Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf 0.1s done [2025-07-07T09:22:18.530Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:18.530Z] #8 DONE 0.1s [2025-07-07T09:22:18.530Z] [2025-07-07T09:22:18.530Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:18.530Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:18.840Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37' [2025-07-07T09:22:18.840Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37 --push - [2025-07-07T09:22:18.840Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:18.840Z] #1 transferring dockerfile: 183B done [2025-07-07T09:22:18.840Z] #1 DONE 0.0s [2025-07-07T09:22:18.840Z] [2025-07-07T09:22:18.840Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37 [2025-07-07T09:22:18.840Z] #2 DONE 0.0s [2025-07-07T09:22:18.840Z] [2025-07-07T09:22:18.840Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37 [2025-07-07T09:22:18.840Z] #3 DONE 0.0s [2025-07-07T09:22:18.840Z] [2025-07-07T09:22:18.840Z] #4 [internal] load .dockerignore [2025-07-07T09:22:18.840Z] #4 transferring context: 2B done [2025-07-07T09:22:18.840Z] #4 DONE 0.0s [2025-07-07T09:22:18.840Z] [2025-07-07T09:22:18.840Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 [2025-07-07T09:22:18.840Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done [2025-07-07T09:22:18.840Z] #5 DONE 0.0s [2025-07-07T09:22:18.840Z] [2025-07-07T09:22:18.840Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 [2025-07-07T09:22:19.131Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done [2025-07-07T09:22:19.131Z] #6 CACHED [2025-07-07T09:22:19.131Z] [2025-07-07T09:22:19.131Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 [2025-07-07T09:22:19.131Z] #5 CACHED [2025-07-07T09:22:19.131Z] [2025-07-07T09:22:19.131Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:19.131Z] #7 DONE 0.0s [2025-07-07T09:22:19.131Z] [2025-07-07T09:22:19.131Z] #8 exporting to image [2025-07-07T09:22:19.131Z] #8 exporting layers done [2025-07-07T09:22:19.131Z] #8 exporting manifest sha256:bb3cb2f579bbbeca1e60acea1306205b05613cacf63b6e0089ca9d277a107071 done [2025-07-07T09:22:19.131Z] #8 exporting config sha256:bc6b3749ed1fc88dcd655efbb57f4ea1765852919f5cb6bac266620db146f901 done [2025-07-07T09:22:19.131Z] #8 exporting manifest sha256:1e89afcc91671da7a59fa08ededaf698149c37c93314c02b53fb6e39d3737596 done [2025-07-07T09:22:19.131Z] #8 exporting config sha256:8a04a02fd13e936b2aeef2dc3059359ba2e3581a3b59db60d5701531a0c00a6e done [2025-07-07T09:22:19.131Z] #8 exporting manifest list sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf done [2025-07-07T09:22:19.131Z] #8 pushing layers 0.0s done [2025-07-07T09:22:19.131Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37@sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf 0.1s done [2025-07-07T09:22:19.131Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:19.131Z] #8 DONE 0.1s [2025-07-07T09:22:19.131Z] [2025-07-07T09:22:19.131Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:19.132Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:19.455Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' [2025-07-07T09:22:19.456Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - [2025-07-07T09:22:19.456Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:19.456Z] #1 transferring dockerfile: 224B done [2025-07-07T09:22:19.456Z] #1 DONE 0.0s [2025-07-07T09:22:19.456Z] [2025-07-07T09:22:19.456Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:19.456Z] #2 DONE 0.0s [2025-07-07T09:22:19.456Z] [2025-07-07T09:22:19.456Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:19.456Z] #3 DONE 0.0s [2025-07-07T09:22:19.456Z] [2025-07-07T09:22:19.456Z] #4 [internal] load .dockerignore [2025-07-07T09:22:19.456Z] #4 transferring context: 2B done [2025-07-07T09:22:19.456Z] #4 DONE 0.0s [2025-07-07T09:22:19.456Z] [2025-07-07T09:22:19.456Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 [2025-07-07T09:22:19.456Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 [2025-07-07T09:22:19.714Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done [2025-07-07T09:22:19.714Z] #5 CACHED [2025-07-07T09:22:19.714Z] [2025-07-07T09:22:19.714Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 [2025-07-07T09:22:19.714Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done [2025-07-07T09:22:19.714Z] #6 CACHED [2025-07-07T09:22:19.714Z] [2025-07-07T09:22:19.714Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:19.714Z] #7 DONE 0.0s [2025-07-07T09:22:19.715Z] [2025-07-07T09:22:19.715Z] #8 exporting to image [2025-07-07T09:22:19.715Z] #8 exporting layers done [2025-07-07T09:22:19.715Z] #8 exporting manifest sha256:bb3cb2f579bbbeca1e60acea1306205b05613cacf63b6e0089ca9d277a107071 done [2025-07-07T09:22:19.715Z] #8 exporting config sha256:bc6b3749ed1fc88dcd655efbb57f4ea1765852919f5cb6bac266620db146f901 done [2025-07-07T09:22:19.715Z] #8 exporting manifest sha256:1e89afcc91671da7a59fa08ededaf698149c37c93314c02b53fb6e39d3737596 done [2025-07-07T09:22:19.715Z] #8 exporting config sha256:8a04a02fd13e936b2aeef2dc3059359ba2e3581a3b59db60d5701531a0c00a6e done [2025-07-07T09:22:19.715Z] #8 exporting manifest list sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf done [2025-07-07T09:22:19.715Z] #8 pushing layers 0.0s done [2025-07-07T09:22:19.715Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf [2025-07-07T09:22:19.715Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:19.715Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf 0.1s done [2025-07-07T09:22:19.715Z] #8 DONE 0.1s [2025-07-07T09:22:19.715Z] [2025-07-07T09:22:19.715Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:19.715Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:20.004Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-07-07T09:22:20.004Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-07-07T09:22:20.004Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:20.004Z] #1 transferring dockerfile: 175B done [2025-07-07T09:22:20.004Z] #1 DONE 0.0s [2025-07-07T09:22:20.004Z] [2025-07-07T09:22:20.004Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-07-07T09:22:20.004Z] #2 DONE 0.0s [2025-07-07T09:22:20.004Z] [2025-07-07T09:22:20.004Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-07-07T09:22:20.004Z] #3 DONE 0.0s [2025-07-07T09:22:20.004Z] [2025-07-07T09:22:20.004Z] #4 [internal] load .dockerignore [2025-07-07T09:22:20.004Z] #4 transferring context: 2B done [2025-07-07T09:22:20.004Z] #4 DONE 0.0s [2025-07-07T09:22:20.004Z] [2025-07-07T09:22:20.004Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 [2025-07-07T09:22:20.004Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done [2025-07-07T09:22:20.004Z] #5 CACHED [2025-07-07T09:22:20.004Z] [2025-07-07T09:22:20.004Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 [2025-07-07T09:22:20.264Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done [2025-07-07T09:22:20.264Z] #6 CACHED [2025-07-07T09:22:20.264Z] [2025-07-07T09:22:20.264Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:20.264Z] #7 DONE 0.0s [2025-07-07T09:22:20.264Z] [2025-07-07T09:22:20.264Z] #8 exporting to image [2025-07-07T09:22:20.264Z] #8 exporting layers done [2025-07-07T09:22:20.264Z] #8 exporting manifest sha256:bb3cb2f579bbbeca1e60acea1306205b05613cacf63b6e0089ca9d277a107071 done [2025-07-07T09:22:20.264Z] #8 exporting config sha256:bc6b3749ed1fc88dcd655efbb57f4ea1765852919f5cb6bac266620db146f901 done [2025-07-07T09:22:20.264Z] #8 exporting manifest sha256:1e89afcc91671da7a59fa08ededaf698149c37c93314c02b53fb6e39d3737596 done [2025-07-07T09:22:20.264Z] #8 exporting config sha256:8a04a02fd13e936b2aeef2dc3059359ba2e3581a3b59db60d5701531a0c00a6e done [2025-07-07T09:22:20.264Z] #8 exporting manifest list sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf done [2025-07-07T09:22:20.264Z] #8 pushing layers 0.0s done [2025-07-07T09:22:20.264Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf 0.1s done [2025-07-07T09:22:20.264Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:20.264Z] #8 DONE 0.1s [2025-07-07T09:22:20.264Z] [2025-07-07T09:22:20.264Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:20.264Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:20.548Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' [2025-07-07T09:22:20.548Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - [2025-07-07T09:22:20.548Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:20.548Z] #1 transferring dockerfile: 215B done [2025-07-07T09:22:20.548Z] #1 DONE 0.0s [2025-07-07T09:22:20.548Z] [2025-07-07T09:22:20.548Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:20.548Z] #2 DONE 0.0s [2025-07-07T09:22:20.548Z] [2025-07-07T09:22:20.548Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:20.548Z] #3 DONE 0.0s [2025-07-07T09:22:20.548Z] [2025-07-07T09:22:20.548Z] #4 [internal] load .dockerignore [2025-07-07T09:22:20.548Z] #4 transferring context: 2B done [2025-07-07T09:22:20.548Z] #4 DONE 0.0s [2025-07-07T09:22:20.548Z] [2025-07-07T09:22:20.548Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e [2025-07-07T09:22:20.548Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done [2025-07-07T09:22:20.548Z] #5 DONE 0.0s [2025-07-07T09:22:20.548Z] [2025-07-07T09:22:20.548Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e [2025-07-07T09:22:20.807Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done [2025-07-07T09:22:20.807Z] #6 DONE 0.0s [2025-07-07T09:22:20.807Z] [2025-07-07T09:22:20.807Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e [2025-07-07T09:22:20.807Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done [2025-07-07T09:22:20.807Z] #5 DONE 0.1s [2025-07-07T09:22:20.807Z] [2025-07-07T09:22:20.807Z] #7 exporting to image [2025-07-07T09:22:20.807Z] #7 exporting layers done [2025-07-07T09:22:20.807Z] #7 exporting manifest sha256:306b3ebb16020262fcbf364766301738265d3d650cbea3286b434bca9b74c92e done [2025-07-07T09:22:20.807Z] #7 exporting config sha256:a60eed78e94640f5e230f93fd69522427d360eec434fdd928a5405e73bd4fb78 done [2025-07-07T09:22:20.807Z] #7 exporting manifest sha256:9150c9a8365fd3f23bedf30b0ef2d502529ecaca97033796b2b60aab29841a66 done [2025-07-07T09:22:20.807Z] #7 exporting config sha256:5ea0656ebd6260cba4639d0e315929163a87a9a682a6b75231bb6e5f075e4fde done [2025-07-07T09:22:20.807Z] #7 exporting manifest list sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 done [2025-07-07T09:22:20.807Z] #7 pushing layers [2025-07-07T09:22:20.807Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:20.807Z] #7 ... [2025-07-07T09:22:20.807Z] [2025-07-07T09:22:20.807Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:20.807Z] #8 DONE 0.0s [2025-07-07T09:22:20.807Z] [2025-07-07T09:22:20.807Z] #7 exporting to image [2025-07-07T09:22:20.807Z] #7 pushing layers 0.1s done [2025-07-07T09:22:20.807Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 [2025-07-07T09:22:21.066Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 0.1s done [2025-07-07T09:22:21.066Z] #7 DONE 0.2s [2025-07-07T09:22:21.066Z] [2025-07-07T09:22:21.066Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:21.066Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:21.353Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-07-07T09:22:21.353Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-07-07T09:22:21.353Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:21.353Z] #1 transferring dockerfile: 181B done [2025-07-07T09:22:21.353Z] #1 DONE 0.0s [2025-07-07T09:22:21.353Z] [2025-07-07T09:22:21.353Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-07T09:22:21.353Z] #2 DONE 0.0s [2025-07-07T09:22:21.353Z] [2025-07-07T09:22:21.353Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-07T09:22:21.353Z] #3 DONE 0.0s [2025-07-07T09:22:21.353Z] [2025-07-07T09:22:21.353Z] #4 [internal] load .dockerignore [2025-07-07T09:22:21.353Z] #4 transferring context: 2B done [2025-07-07T09:22:21.353Z] #4 DONE 0.0s [2025-07-07T09:22:21.353Z] [2025-07-07T09:22:21.353Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e [2025-07-07T09:22:21.353Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done [2025-07-07T09:22:21.353Z] #5 CACHED [2025-07-07T09:22:21.353Z] [2025-07-07T09:22:21.353Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e [2025-07-07T09:22:21.353Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done [2025-07-07T09:22:21.353Z] #6 CACHED [2025-07-07T09:22:21.353Z] [2025-07-07T09:22:21.353Z] #7 exporting to image [2025-07-07T09:22:21.353Z] #7 exporting layers done [2025-07-07T09:22:21.353Z] #7 exporting manifest sha256:306b3ebb16020262fcbf364766301738265d3d650cbea3286b434bca9b74c92e done [2025-07-07T09:22:21.353Z] #7 exporting config sha256:a60eed78e94640f5e230f93fd69522427d360eec434fdd928a5405e73bd4fb78 done [2025-07-07T09:22:21.353Z] #7 exporting manifest sha256:9150c9a8365fd3f23bedf30b0ef2d502529ecaca97033796b2b60aab29841a66 [2025-07-07T09:22:21.353Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:21.612Z] #7 exporting manifest sha256:9150c9a8365fd3f23bedf30b0ef2d502529ecaca97033796b2b60aab29841a66 done [2025-07-07T09:22:21.612Z] #7 exporting config sha256:5ea0656ebd6260cba4639d0e315929163a87a9a682a6b75231bb6e5f075e4fde done [2025-07-07T09:22:21.612Z] #7 exporting manifest list sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 done [2025-07-07T09:22:21.612Z] #7 pushing layers 0.0s done [2025-07-07T09:22:21.612Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 0.1s done [2025-07-07T09:22:21.612Z] #7 DONE 0.1s [2025-07-07T09:22:21.612Z] [2025-07-07T09:22:21.612Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:21.612Z] #8 DONE 0.0s [2025-07-07T09:22:21.612Z] [2025-07-07T09:22:21.612Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:21.612Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:21.906Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37' [2025-07-07T09:22:21.906Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37 --push - [2025-07-07T09:22:21.906Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:21.906Z] #1 transferring dockerfile: 187B done [2025-07-07T09:22:21.906Z] #1 DONE 0.0s [2025-07-07T09:22:21.906Z] [2025-07-07T09:22:21.906Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37 [2025-07-07T09:22:21.906Z] #2 DONE 0.0s [2025-07-07T09:22:21.906Z] [2025-07-07T09:22:21.906Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37 [2025-07-07T09:22:21.906Z] #3 DONE 0.0s [2025-07-07T09:22:21.906Z] [2025-07-07T09:22:21.906Z] #4 [internal] load .dockerignore [2025-07-07T09:22:21.906Z] #4 transferring context: 2B done [2025-07-07T09:22:21.906Z] #4 DONE 0.0s [2025-07-07T09:22:21.906Z] [2025-07-07T09:22:21.906Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e [2025-07-07T09:22:21.906Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done [2025-07-07T09:22:21.906Z] #5 CACHED [2025-07-07T09:22:21.906Z] [2025-07-07T09:22:21.906Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e [2025-07-07T09:22:22.163Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done [2025-07-07T09:22:22.163Z] #6 CACHED [2025-07-07T09:22:22.163Z] [2025-07-07T09:22:22.163Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:22.163Z] #7 DONE 0.0s [2025-07-07T09:22:22.163Z] [2025-07-07T09:22:22.163Z] #8 exporting to image [2025-07-07T09:22:22.163Z] #8 exporting layers done [2025-07-07T09:22:22.163Z] #8 exporting manifest sha256:306b3ebb16020262fcbf364766301738265d3d650cbea3286b434bca9b74c92e done [2025-07-07T09:22:22.163Z] #8 exporting config sha256:a60eed78e94640f5e230f93fd69522427d360eec434fdd928a5405e73bd4fb78 done [2025-07-07T09:22:22.163Z] #8 exporting manifest sha256:9150c9a8365fd3f23bedf30b0ef2d502529ecaca97033796b2b60aab29841a66 done [2025-07-07T09:22:22.163Z] #8 exporting config sha256:5ea0656ebd6260cba4639d0e315929163a87a9a682a6b75231bb6e5f075e4fde done [2025-07-07T09:22:22.163Z] #8 exporting manifest list sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 done [2025-07-07T09:22:22.163Z] #8 pushing layers 0.0s done [2025-07-07T09:22:22.163Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37@sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 0.1s done [2025-07-07T09:22:22.163Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:22.163Z] #8 DONE 0.1s [2025-07-07T09:22:22.163Z] [2025-07-07T09:22:22.163Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:22.163Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:22.452Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' [2025-07-07T09:22:22.452Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - [2025-07-07T09:22:22.452Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:22.452Z] #1 transferring dockerfile: 228B done [2025-07-07T09:22:22.452Z] #1 DONE 0.0s [2025-07-07T09:22:22.452Z] [2025-07-07T09:22:22.452Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:22.452Z] #2 DONE 0.0s [2025-07-07T09:22:22.452Z] [2025-07-07T09:22:22.452Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:22.452Z] #3 DONE 0.0s [2025-07-07T09:22:22.452Z] [2025-07-07T09:22:22.452Z] #4 [internal] load .dockerignore [2025-07-07T09:22:22.452Z] #4 transferring context: 2B done [2025-07-07T09:22:22.452Z] #4 DONE 0.0s [2025-07-07T09:22:22.452Z] [2025-07-07T09:22:22.452Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e [2025-07-07T09:22:22.452Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done [2025-07-07T09:22:22.452Z] #5 CACHED [2025-07-07T09:22:22.452Z] [2025-07-07T09:22:22.452Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e [2025-07-07T09:22:22.452Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done [2025-07-07T09:22:22.452Z] #6 CACHED [2025-07-07T09:22:22.452Z] [2025-07-07T09:22:22.452Z] #7 exporting to image [2025-07-07T09:22:22.452Z] #7 exporting layers [2025-07-07T09:22:22.452Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:22.711Z] #7 exporting layers done [2025-07-07T09:22:22.711Z] #7 exporting manifest sha256:306b3ebb16020262fcbf364766301738265d3d650cbea3286b434bca9b74c92e done [2025-07-07T09:22:22.711Z] #7 exporting config sha256:a60eed78e94640f5e230f93fd69522427d360eec434fdd928a5405e73bd4fb78 done [2025-07-07T09:22:22.711Z] #7 exporting manifest sha256:9150c9a8365fd3f23bedf30b0ef2d502529ecaca97033796b2b60aab29841a66 done [2025-07-07T09:22:22.711Z] #7 exporting config sha256:5ea0656ebd6260cba4639d0e315929163a87a9a682a6b75231bb6e5f075e4fde done [2025-07-07T09:22:22.711Z] #7 exporting manifest list sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 done [2025-07-07T09:22:22.711Z] #7 pushing layers 0.0s done [2025-07-07T09:22:22.711Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 0.1s done [2025-07-07T09:22:22.711Z] #7 DONE 0.1s [2025-07-07T09:22:22.711Z] [2025-07-07T09:22:22.711Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:22.711Z] #8 DONE 0.0s [2025-07-07T09:22:22.711Z] [2025-07-07T09:22:22.711Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:22.711Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:22.996Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-07-07T09:22:22.996Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-07-07T09:22:22.996Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:22.996Z] #1 transferring dockerfile: 179B done [2025-07-07T09:22:22.996Z] #1 DONE 0.0s [2025-07-07T09:22:22.996Z] [2025-07-07T09:22:22.996Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-07-07T09:22:22.996Z] #2 DONE 0.0s [2025-07-07T09:22:22.996Z] [2025-07-07T09:22:22.996Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-07-07T09:22:22.996Z] #3 DONE 0.0s [2025-07-07T09:22:22.996Z] [2025-07-07T09:22:22.996Z] #4 [internal] load .dockerignore [2025-07-07T09:22:22.996Z] #4 transferring context: 2B done [2025-07-07T09:22:22.996Z] #4 DONE 0.0s [2025-07-07T09:22:22.996Z] [2025-07-07T09:22:22.996Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e [2025-07-07T09:22:22.996Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e done [2025-07-07T09:22:22.996Z] #5 CACHED [2025-07-07T09:22:22.996Z] [2025-07-07T09:22:22.996Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e [2025-07-07T09:22:22.996Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done [2025-07-07T09:22:22.996Z] #6 CACHED [2025-07-07T09:22:22.996Z] [2025-07-07T09:22:22.996Z] #7 exporting to image [2025-07-07T09:22:22.996Z] #7 exporting layers done [2025-07-07T09:22:22.996Z] #7 exporting manifest sha256:306b3ebb16020262fcbf364766301738265d3d650cbea3286b434bca9b74c92e done [2025-07-07T09:22:22.996Z] #7 exporting config sha256:a60eed78e94640f5e230f93fd69522427d360eec434fdd928a5405e73bd4fb78 done [2025-07-07T09:22:22.996Z] #7 exporting manifest sha256:9150c9a8365fd3f23bedf30b0ef2d502529ecaca97033796b2b60aab29841a66 done [2025-07-07T09:22:22.996Z] #7 exporting config sha256:5ea0656ebd6260cba4639d0e315929163a87a9a682a6b75231bb6e5f075e4fde [2025-07-07T09:22:22.996Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:23.254Z] #7 exporting config sha256:5ea0656ebd6260cba4639d0e315929163a87a9a682a6b75231bb6e5f075e4fde done [2025-07-07T09:22:23.254Z] #7 exporting manifest list sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 done [2025-07-07T09:22:23.255Z] #7 pushing layers 0.0s done [2025-07-07T09:22:23.255Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 0.1s done [2025-07-07T09:22:23.255Z] #7 DONE 0.1s [2025-07-07T09:22:23.255Z] [2025-07-07T09:22:23.255Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:23.255Z] #8 DONE 0.0s [2025-07-07T09:22:23.255Z] [2025-07-07T09:22:23.255Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:23.255Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:23.538Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' [2025-07-07T09:22:23.538Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - [2025-07-07T09:22:23.538Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:23.538Z] #1 transferring dockerfile: 205B done [2025-07-07T09:22:23.538Z] #1 DONE 0.0s [2025-07-07T09:22:23.538Z] [2025-07-07T09:22:23.538Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:23.538Z] #2 DONE 0.0s [2025-07-07T09:22:23.538Z] [2025-07-07T09:22:23.538Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:23.538Z] #3 DONE 0.0s [2025-07-07T09:22:23.538Z] [2025-07-07T09:22:23.538Z] #4 [internal] load .dockerignore [2025-07-07T09:22:23.538Z] #4 transferring context: 2B done [2025-07-07T09:22:23.538Z] #4 DONE 0.0s [2025-07-07T09:22:23.797Z] [2025-07-07T09:22:23.797Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb [2025-07-07T09:22:23.797Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb done [2025-07-07T09:22:23.797Z] #5 DONE 0.0s [2025-07-07T09:22:23.797Z] [2025-07-07T09:22:23.797Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb [2025-07-07T09:22:23.797Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb done [2025-07-07T09:22:23.797Z] #6 DONE 0.1s [2025-07-07T09:22:23.797Z] [2025-07-07T09:22:23.797Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:23.797Z] #7 DONE 0.0s [2025-07-07T09:22:23.797Z] [2025-07-07T09:22:23.797Z] #8 exporting to image [2025-07-07T09:22:23.797Z] #8 exporting layers done [2025-07-07T09:22:23.797Z] #8 exporting manifest sha256:713794b48fc165c94b6e1b73f32a188e032e58b8f9d6f368bd581d6f62afc07a done [2025-07-07T09:22:23.797Z] #8 exporting config sha256:d59970a59460071231617c4f410bcea45942038e11ebf04961409e64f9e63021 done [2025-07-07T09:22:23.797Z] #8 exporting manifest sha256:f8926b7c4ad74f5cf501330091bf5caadf0d8669e649f6f620ef63e13dc7bb2e done [2025-07-07T09:22:23.797Z] #8 exporting config sha256:f36bae775da8482ec6ebdfc5c64abaaf894cc53cda7008963707a5fa4d75c470 done [2025-07-07T09:22:23.797Z] #8 exporting manifest list sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c done [2025-07-07T09:22:23.797Z] #8 pushing layers 0.1s done [2025-07-07T09:22:23.797Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c [2025-07-07T09:22:23.797Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:24.057Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c 0.1s done [2025-07-07T09:22:24.057Z] #8 DONE 0.2s [2025-07-07T09:22:24.057Z] [2025-07-07T09:22:24.057Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:24.057Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:24.348Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-07-07T09:22:24.348Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-07-07T09:22:24.607Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:24.607Z] #1 transferring dockerfile: 171B done [2025-07-07T09:22:24.607Z] #1 DONE 0.0s [2025-07-07T09:22:24.607Z] [2025-07-07T09:22:24.607Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-07T09:22:24.607Z] #2 DONE 0.0s [2025-07-07T09:22:24.607Z] [2025-07-07T09:22:24.607Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-07T09:22:24.607Z] #3 DONE 0.0s [2025-07-07T09:22:24.607Z] [2025-07-07T09:22:24.607Z] #4 [internal] load .dockerignore [2025-07-07T09:22:24.607Z] #4 transferring context: 2B done [2025-07-07T09:22:24.607Z] #4 DONE 0.0s [2025-07-07T09:22:24.607Z] [2025-07-07T09:22:24.607Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb [2025-07-07T09:22:24.607Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 0.0s done [2025-07-07T09:22:24.607Z] #5 CACHED [2025-07-07T09:22:24.607Z] [2025-07-07T09:22:24.607Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb [2025-07-07T09:22:24.607Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 0.0s done [2025-07-07T09:22:24.607Z] #6 CACHED [2025-07-07T09:22:24.607Z] [2025-07-07T09:22:24.607Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:24.607Z] #7 DONE 0.0s [2025-07-07T09:22:24.607Z] [2025-07-07T09:22:24.607Z] #8 exporting to image [2025-07-07T09:22:24.607Z] #8 exporting layers done [2025-07-07T09:22:24.607Z] #8 exporting manifest sha256:713794b48fc165c94b6e1b73f32a188e032e58b8f9d6f368bd581d6f62afc07a done [2025-07-07T09:22:24.607Z] #8 exporting config sha256:d59970a59460071231617c4f410bcea45942038e11ebf04961409e64f9e63021 done [2025-07-07T09:22:24.607Z] #8 exporting manifest sha256:f8926b7c4ad74f5cf501330091bf5caadf0d8669e649f6f620ef63e13dc7bb2e done [2025-07-07T09:22:24.607Z] #8 exporting config sha256:f36bae775da8482ec6ebdfc5c64abaaf894cc53cda7008963707a5fa4d75c470 done [2025-07-07T09:22:24.607Z] #8 exporting manifest list sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c done [2025-07-07T09:22:24.607Z] #8 pushing layers 0.0s done [2025-07-07T09:22:24.607Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c 0.1s done [2025-07-07T09:22:24.607Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:24.607Z] #8 DONE 0.1s [2025-07-07T09:22:24.607Z] [2025-07-07T09:22:24.607Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:24.607Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:24.915Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37' [2025-07-07T09:22:24.915Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37 --push - [2025-07-07T09:22:24.915Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:24.915Z] #1 transferring dockerfile: 177B done [2025-07-07T09:22:24.915Z] #1 DONE 0.0s [2025-07-07T09:22:24.915Z] [2025-07-07T09:22:24.915Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37 [2025-07-07T09:22:24.915Z] #2 DONE 0.0s [2025-07-07T09:22:24.915Z] [2025-07-07T09:22:24.915Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37 [2025-07-07T09:22:24.915Z] #3 DONE 0.0s [2025-07-07T09:22:24.915Z] [2025-07-07T09:22:24.915Z] #4 [internal] load .dockerignore [2025-07-07T09:22:24.915Z] #4 transferring context: 2B done [2025-07-07T09:22:24.915Z] #4 DONE 0.0s [2025-07-07T09:22:24.915Z] [2025-07-07T09:22:24.915Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb [2025-07-07T09:22:24.915Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 0.0s done [2025-07-07T09:22:24.915Z] #5 CACHED [2025-07-07T09:22:24.915Z] [2025-07-07T09:22:24.915Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb [2025-07-07T09:22:24.915Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 0.0s done [2025-07-07T09:22:24.915Z] #6 CACHED [2025-07-07T09:22:24.915Z] [2025-07-07T09:22:24.915Z] #7 exporting to image [2025-07-07T09:22:24.915Z] #7 exporting layers done [2025-07-07T09:22:24.915Z] #7 exporting manifest sha256:713794b48fc165c94b6e1b73f32a188e032e58b8f9d6f368bd581d6f62afc07a done [2025-07-07T09:22:24.915Z] #7 exporting config sha256:d59970a59460071231617c4f410bcea45942038e11ebf04961409e64f9e63021 done [2025-07-07T09:22:24.915Z] #7 exporting manifest sha256:f8926b7c4ad74f5cf501330091bf5caadf0d8669e649f6f620ef63e13dc7bb2e done [2025-07-07T09:22:24.915Z] #7 exporting config sha256:f36bae775da8482ec6ebdfc5c64abaaf894cc53cda7008963707a5fa4d75c470 done [2025-07-07T09:22:24.915Z] #7 exporting manifest list sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c [2025-07-07T09:22:24.915Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:25.174Z] #7 exporting manifest list sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c done [2025-07-07T09:22:25.174Z] #7 pushing layers 0.0s done [2025-07-07T09:22:25.174Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37@sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c 0.1s done [2025-07-07T09:22:25.174Z] #7 DONE 0.1s [2025-07-07T09:22:25.174Z] [2025-07-07T09:22:25.174Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:25.174Z] #8 DONE 0.0s [2025-07-07T09:22:25.174Z] [2025-07-07T09:22:25.174Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:25.174Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:25.466Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' [2025-07-07T09:22:25.466Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - [2025-07-07T09:22:25.725Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:25.725Z] #1 transferring dockerfile: 218B done [2025-07-07T09:22:25.725Z] #1 DONE 0.0s [2025-07-07T09:22:25.725Z] [2025-07-07T09:22:25.725Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:25.725Z] #2 DONE 0.0s [2025-07-07T09:22:25.725Z] [2025-07-07T09:22:25.725Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:25.725Z] #3 DONE 0.0s [2025-07-07T09:22:25.725Z] [2025-07-07T09:22:25.725Z] #4 [internal] load .dockerignore [2025-07-07T09:22:25.725Z] #4 transferring context: 2B done [2025-07-07T09:22:25.725Z] #4 DONE 0.0s [2025-07-07T09:22:25.725Z] [2025-07-07T09:22:25.725Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb [2025-07-07T09:22:25.725Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 0.0s done [2025-07-07T09:22:25.725Z] #5 CACHED [2025-07-07T09:22:25.725Z] [2025-07-07T09:22:25.725Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb [2025-07-07T09:22:25.725Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 0.0s done [2025-07-07T09:22:25.725Z] #6 DONE 0.0s [2025-07-07T09:22:25.725Z] [2025-07-07T09:22:25.725Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb [2025-07-07T09:22:25.725Z] #6 CACHED [2025-07-07T09:22:25.725Z] [2025-07-07T09:22:25.725Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:25.725Z] #7 DONE 0.0s [2025-07-07T09:22:25.725Z] [2025-07-07T09:22:25.725Z] #8 exporting to image [2025-07-07T09:22:25.725Z] #8 exporting layers done [2025-07-07T09:22:25.725Z] #8 exporting manifest sha256:713794b48fc165c94b6e1b73f32a188e032e58b8f9d6f368bd581d6f62afc07a done [2025-07-07T09:22:25.725Z] #8 exporting config sha256:d59970a59460071231617c4f410bcea45942038e11ebf04961409e64f9e63021 done [2025-07-07T09:22:25.725Z] #8 exporting manifest sha256:f8926b7c4ad74f5cf501330091bf5caadf0d8669e649f6f620ef63e13dc7bb2e done [2025-07-07T09:22:25.725Z] #8 exporting config sha256:f36bae775da8482ec6ebdfc5c64abaaf894cc53cda7008963707a5fa4d75c470 done [2025-07-07T09:22:25.725Z] #8 exporting manifest list sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c done [2025-07-07T09:22:25.725Z] #8 pushing layers 0.0s done [2025-07-07T09:22:25.725Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c 0.1s done [2025-07-07T09:22:25.725Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:25.725Z] #8 DONE 0.1s [2025-07-07T09:22:25.725Z] [2025-07-07T09:22:25.725Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:25.725Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:26.013Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-07-07T09:22:26.013Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-07-07T09:22:26.013Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:26.013Z] #1 transferring dockerfile: 169B done [2025-07-07T09:22:26.013Z] #1 DONE 0.0s [2025-07-07T09:22:26.013Z] [2025-07-07T09:22:26.013Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-07-07T09:22:26.013Z] #2 DONE 0.0s [2025-07-07T09:22:26.013Z] [2025-07-07T09:22:26.013Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-07-07T09:22:26.013Z] #3 DONE 0.0s [2025-07-07T09:22:26.013Z] [2025-07-07T09:22:26.013Z] #4 [internal] load .dockerignore [2025-07-07T09:22:26.013Z] #4 transferring context: 2B done [2025-07-07T09:22:26.013Z] #4 DONE 0.0s [2025-07-07T09:22:26.013Z] [2025-07-07T09:22:26.013Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb [2025-07-07T09:22:26.013Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 0.0s done [2025-07-07T09:22:26.013Z] #5 CACHED [2025-07-07T09:22:26.013Z] [2025-07-07T09:22:26.013Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb [2025-07-07T09:22:26.013Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 0.0s done [2025-07-07T09:22:26.013Z] #6 CACHED [2025-07-07T09:22:26.013Z] [2025-07-07T09:22:26.013Z] #7 exporting to image [2025-07-07T09:22:26.013Z] #7 exporting layers done [2025-07-07T09:22:26.013Z] #7 exporting manifest sha256:713794b48fc165c94b6e1b73f32a188e032e58b8f9d6f368bd581d6f62afc07a done [2025-07-07T09:22:26.013Z] #7 exporting config sha256:d59970a59460071231617c4f410bcea45942038e11ebf04961409e64f9e63021 done [2025-07-07T09:22:26.013Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:26.277Z] #7 exporting manifest sha256:f8926b7c4ad74f5cf501330091bf5caadf0d8669e649f6f620ef63e13dc7bb2e done [2025-07-07T09:22:26.277Z] #7 exporting config sha256:f36bae775da8482ec6ebdfc5c64abaaf894cc53cda7008963707a5fa4d75c470 0.0s done [2025-07-07T09:22:26.277Z] #7 exporting manifest list sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c done [2025-07-07T09:22:26.277Z] #7 pushing layers 0.0s done [2025-07-07T09:22:26.277Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c 0.1s done [2025-07-07T09:22:26.277Z] #7 DONE 0.1s [2025-07-07T09:22:26.277Z] [2025-07-07T09:22:26.277Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:26.277Z] #8 DONE 0.0s [2025-07-07T09:22:26.277Z] [2025-07-07T09:22:26.277Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:26.277Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:26.562Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' [2025-07-07T09:22:26.562Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - [2025-07-07T09:22:26.562Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:26.562Z] #1 transferring dockerfile: 206B done [2025-07-07T09:22:26.562Z] #1 DONE 0.0s [2025-07-07T09:22:26.562Z] [2025-07-07T09:22:26.562Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:26.562Z] #2 DONE 0.0s [2025-07-07T09:22:26.562Z] [2025-07-07T09:22:26.562Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:26.562Z] #3 DONE 0.0s [2025-07-07T09:22:26.562Z] [2025-07-07T09:22:26.562Z] #4 [internal] load .dockerignore [2025-07-07T09:22:26.562Z] #4 transferring context: 2B done [2025-07-07T09:22:26.562Z] #4 DONE 0.0s [2025-07-07T09:22:26.562Z] [2025-07-07T09:22:26.562Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 [2025-07-07T09:22:26.562Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 [2025-07-07T09:22:26.822Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 0.0s done [2025-07-07T09:22:26.822Z] #5 DONE 0.1s [2025-07-07T09:22:26.822Z] [2025-07-07T09:22:26.822Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 [2025-07-07T09:22:26.822Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 0.0s done [2025-07-07T09:22:26.822Z] #6 DONE 0.0s [2025-07-07T09:22:26.822Z] [2025-07-07T09:22:26.822Z] #7 exporting to image [2025-07-07T09:22:26.822Z] #7 exporting layers done [2025-07-07T09:22:26.822Z] #7 exporting manifest sha256:58274b7adafd760b7e6abc04a90ff18766550045d9bf17dc6a68e375d7fefbfa done [2025-07-07T09:22:26.822Z] #7 exporting config sha256:40b015534426177320e0ae154d11a40535f8458674334c632cdddc43a0c8c894 [2025-07-07T09:22:26.822Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:26.822Z] #7 ... [2025-07-07T09:22:26.822Z] [2025-07-07T09:22:26.822Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:26.822Z] #8 DONE 0.0s [2025-07-07T09:22:26.822Z] [2025-07-07T09:22:26.822Z] #7 exporting to image [2025-07-07T09:22:26.822Z] #7 exporting config sha256:40b015534426177320e0ae154d11a40535f8458674334c632cdddc43a0c8c894 done [2025-07-07T09:22:26.822Z] #7 exporting manifest sha256:2150b32c45971b00f38088b6697af1ca1969a035ac8374fe2a981281d97d3b7c done [2025-07-07T09:22:26.822Z] #7 exporting config sha256:a67259f7b7c9f0febc888ac7584f94fc162e251d0f0189f20885916c49f06b13 done [2025-07-07T09:22:26.822Z] #7 exporting manifest list sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 done [2025-07-07T09:22:26.822Z] #7 pushing layers 0.1s done [2025-07-07T09:22:26.822Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 [2025-07-07T09:22:27.081Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 0.1s done [2025-07-07T09:22:27.081Z] #7 DONE 0.2s [2025-07-07T09:22:27.081Z] [2025-07-07T09:22:27.081Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:27.081Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:27.364Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-07-07T09:22:27.364Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-07-07T09:22:27.621Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:27.621Z] #1 transferring dockerfile: 172B done [2025-07-07T09:22:27.621Z] #1 DONE 0.0s [2025-07-07T09:22:27.621Z] [2025-07-07T09:22:27.621Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-07T09:22:27.621Z] #2 DONE 0.0s [2025-07-07T09:22:27.621Z] [2025-07-07T09:22:27.621Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-07T09:22:27.621Z] #3 DONE 0.0s [2025-07-07T09:22:27.621Z] [2025-07-07T09:22:27.621Z] #4 [internal] load .dockerignore [2025-07-07T09:22:27.621Z] #4 transferring context: 2B done [2025-07-07T09:22:27.621Z] #4 DONE 0.0s [2025-07-07T09:22:27.621Z] [2025-07-07T09:22:27.621Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 [2025-07-07T09:22:27.621Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 [2025-07-07T09:22:27.621Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 0.0s done [2025-07-07T09:22:27.621Z] #5 CACHED [2025-07-07T09:22:27.621Z] [2025-07-07T09:22:27.621Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 [2025-07-07T09:22:27.621Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 0.0s done [2025-07-07T09:22:27.621Z] #6 CACHED [2025-07-07T09:22:27.621Z] [2025-07-07T09:22:27.621Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:27.621Z] #7 DONE 0.0s [2025-07-07T09:22:27.621Z] [2025-07-07T09:22:27.621Z] #8 exporting to image [2025-07-07T09:22:27.621Z] #8 exporting layers done [2025-07-07T09:22:27.621Z] #8 exporting manifest sha256:58274b7adafd760b7e6abc04a90ff18766550045d9bf17dc6a68e375d7fefbfa done [2025-07-07T09:22:27.621Z] #8 exporting config sha256:40b015534426177320e0ae154d11a40535f8458674334c632cdddc43a0c8c894 done [2025-07-07T09:22:27.621Z] #8 exporting manifest sha256:2150b32c45971b00f38088b6697af1ca1969a035ac8374fe2a981281d97d3b7c done [2025-07-07T09:22:27.621Z] #8 exporting config sha256:a67259f7b7c9f0febc888ac7584f94fc162e251d0f0189f20885916c49f06b13 done [2025-07-07T09:22:27.621Z] #8 exporting manifest list sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 done [2025-07-07T09:22:27.621Z] #8 pushing layers 0.0s done [2025-07-07T09:22:27.621Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 [2025-07-07T09:22:27.621Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:27.621Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 0.1s done [2025-07-07T09:22:27.621Z] #8 DONE 0.1s [2025-07-07T09:22:27.621Z] [2025-07-07T09:22:27.621Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:27.621Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:27.903Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37' [2025-07-07T09:22:27.903Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37 --push - [2025-07-07T09:22:27.903Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:27.903Z] #1 transferring dockerfile: 178B done [2025-07-07T09:22:27.903Z] #1 DONE 0.0s [2025-07-07T09:22:27.903Z] [2025-07-07T09:22:27.903Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37 [2025-07-07T09:22:27.903Z] #2 DONE 0.0s [2025-07-07T09:22:27.903Z] [2025-07-07T09:22:27.903Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37 [2025-07-07T09:22:27.903Z] #3 DONE 0.0s [2025-07-07T09:22:27.903Z] [2025-07-07T09:22:27.903Z] #4 [internal] load .dockerignore [2025-07-07T09:22:27.903Z] #4 transferring context: 2B done [2025-07-07T09:22:27.903Z] #4 DONE 0.0s [2025-07-07T09:22:27.903Z] [2025-07-07T09:22:27.903Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 [2025-07-07T09:22:27.903Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 0.0s done [2025-07-07T09:22:27.903Z] #5 CACHED [2025-07-07T09:22:27.903Z] [2025-07-07T09:22:27.903Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 [2025-07-07T09:22:28.161Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 0.0s done [2025-07-07T09:22:28.161Z] #6 CACHED [2025-07-07T09:22:28.161Z] [2025-07-07T09:22:28.161Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:28.161Z] #7 DONE 0.0s [2025-07-07T09:22:28.161Z] [2025-07-07T09:22:28.161Z] #8 exporting to image [2025-07-07T09:22:28.161Z] #8 exporting layers done [2025-07-07T09:22:28.161Z] #8 exporting manifest sha256:58274b7adafd760b7e6abc04a90ff18766550045d9bf17dc6a68e375d7fefbfa done [2025-07-07T09:22:28.161Z] #8 exporting config sha256:40b015534426177320e0ae154d11a40535f8458674334c632cdddc43a0c8c894 done [2025-07-07T09:22:28.161Z] #8 exporting manifest sha256:2150b32c45971b00f38088b6697af1ca1969a035ac8374fe2a981281d97d3b7c done [2025-07-07T09:22:28.161Z] #8 exporting config sha256:a67259f7b7c9f0febc888ac7584f94fc162e251d0f0189f20885916c49f06b13 done [2025-07-07T09:22:28.161Z] #8 exporting manifest list sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 done [2025-07-07T09:22:28.161Z] #8 pushing layers 0.0s done [2025-07-07T09:22:28.161Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37@sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 0.1s done [2025-07-07T09:22:28.161Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:28.161Z] #8 DONE 0.1s [2025-07-07T09:22:28.161Z] [2025-07-07T09:22:28.161Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:28.161Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:28.444Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' [2025-07-07T09:22:28.444Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - [2025-07-07T09:22:28.444Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:28.444Z] #1 transferring dockerfile: 219B done [2025-07-07T09:22:28.444Z] #1 DONE 0.0s [2025-07-07T09:22:28.444Z] [2025-07-07T09:22:28.444Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:28.444Z] #2 DONE 0.0s [2025-07-07T09:22:28.444Z] [2025-07-07T09:22:28.444Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:28.444Z] #3 DONE 0.0s [2025-07-07T09:22:28.444Z] [2025-07-07T09:22:28.444Z] #4 [internal] load .dockerignore [2025-07-07T09:22:28.444Z] #4 transferring context: 2B done [2025-07-07T09:22:28.444Z] #4 DONE 0.0s [2025-07-07T09:22:28.444Z] [2025-07-07T09:22:28.444Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 [2025-07-07T09:22:28.444Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 done [2025-07-07T09:22:28.444Z] #5 CACHED [2025-07-07T09:22:28.444Z] [2025-07-07T09:22:28.444Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 [2025-07-07T09:22:28.444Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 0.0s done [2025-07-07T09:22:28.444Z] #6 CACHED [2025-07-07T09:22:28.444Z] [2025-07-07T09:22:28.444Z] #7 exporting to image [2025-07-07T09:22:28.444Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:28.702Z] #7 exporting layers done [2025-07-07T09:22:28.702Z] #7 exporting manifest sha256:58274b7adafd760b7e6abc04a90ff18766550045d9bf17dc6a68e375d7fefbfa done [2025-07-07T09:22:28.702Z] #7 exporting config sha256:40b015534426177320e0ae154d11a40535f8458674334c632cdddc43a0c8c894 done [2025-07-07T09:22:28.702Z] #7 exporting manifest sha256:2150b32c45971b00f38088b6697af1ca1969a035ac8374fe2a981281d97d3b7c done [2025-07-07T09:22:28.702Z] #7 exporting config sha256:a67259f7b7c9f0febc888ac7584f94fc162e251d0f0189f20885916c49f06b13 done [2025-07-07T09:22:28.702Z] #7 exporting manifest list sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 done [2025-07-07T09:22:28.702Z] #7 pushing layers 0.0s done [2025-07-07T09:22:28.702Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 0.1s done [2025-07-07T09:22:28.702Z] #7 DONE 0.1s [2025-07-07T09:22:28.702Z] [2025-07-07T09:22:28.702Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:28.702Z] #8 DONE 0.0s [2025-07-07T09:22:28.702Z] [2025-07-07T09:22:28.702Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:28.702Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:28.984Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-07-07T09:22:28.984Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-07-07T09:22:28.984Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:28.984Z] #1 transferring dockerfile: 170B done [2025-07-07T09:22:28.984Z] #1 DONE 0.0s [2025-07-07T09:22:28.984Z] [2025-07-07T09:22:28.984Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-07-07T09:22:28.984Z] #2 DONE 0.0s [2025-07-07T09:22:28.984Z] [2025-07-07T09:22:28.984Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-07-07T09:22:28.985Z] #3 DONE 0.0s [2025-07-07T09:22:28.985Z] [2025-07-07T09:22:28.985Z] #4 [internal] load .dockerignore [2025-07-07T09:22:28.985Z] #4 transferring context: [2025-07-07T09:22:29.242Z] #4 transferring context: 2B done [2025-07-07T09:22:29.242Z] #4 DONE 0.0s [2025-07-07T09:22:29.242Z] [2025-07-07T09:22:29.242Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 [2025-07-07T09:22:29.242Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 done [2025-07-07T09:22:29.242Z] #5 CACHED [2025-07-07T09:22:29.242Z] [2025-07-07T09:22:29.242Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 [2025-07-07T09:22:29.242Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 done [2025-07-07T09:22:29.242Z] #6 CACHED [2025-07-07T09:22:29.242Z] [2025-07-07T09:22:29.243Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:29.243Z] #7 DONE 0.0s [2025-07-07T09:22:29.243Z] [2025-07-07T09:22:29.243Z] #8 exporting to image [2025-07-07T09:22:29.243Z] #8 exporting layers done [2025-07-07T09:22:29.243Z] #8 exporting manifest sha256:58274b7adafd760b7e6abc04a90ff18766550045d9bf17dc6a68e375d7fefbfa done [2025-07-07T09:22:29.243Z] #8 exporting config sha256:40b015534426177320e0ae154d11a40535f8458674334c632cdddc43a0c8c894 done [2025-07-07T09:22:29.243Z] #8 exporting manifest sha256:2150b32c45971b00f38088b6697af1ca1969a035ac8374fe2a981281d97d3b7c done [2025-07-07T09:22:29.243Z] #8 exporting config sha256:a67259f7b7c9f0febc888ac7584f94fc162e251d0f0189f20885916c49f06b13 done [2025-07-07T09:22:29.243Z] #8 exporting manifest list sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 done [2025-07-07T09:22:29.243Z] #8 pushing layers 0.0s done [2025-07-07T09:22:29.243Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 0.1s done [2025-07-07T09:22:29.243Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:29.243Z] #8 DONE 0.1s [2025-07-07T09:22:29.243Z] [2025-07-07T09:22:29.243Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:29.243Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:29.526Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - [2025-07-07T09:22:29.527Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' [2025-07-07T09:22:29.527Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:29.527Z] #1 transferring dockerfile: 206B done [2025-07-07T09:22:29.527Z] #1 DONE 0.0s [2025-07-07T09:22:29.527Z] [2025-07-07T09:22:29.527Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:29.527Z] #2 DONE 0.1s [2025-07-07T09:22:29.527Z] [2025-07-07T09:22:29.527Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:29.527Z] #3 DONE 0.1s [2025-07-07T09:22:29.527Z] [2025-07-07T09:22:29.527Z] #4 [internal] load .dockerignore [2025-07-07T09:22:29.785Z] #4 transferring context: 2B done [2025-07-07T09:22:29.785Z] #4 DONE 0.0s [2025-07-07T09:22:29.785Z] [2025-07-07T09:22:29.785Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 [2025-07-07T09:22:29.785Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 [2025-07-07T09:22:29.785Z] #5 ... [2025-07-07T09:22:29.785Z] [2025-07-07T09:22:29.785Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 [2025-07-07T09:22:29.785Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 done [2025-07-07T09:22:29.785Z] #6 DONE 0.1s [2025-07-07T09:22:29.785Z] [2025-07-07T09:22:29.785Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:29.785Z] #7 DONE 0.0s [2025-07-07T09:22:29.785Z] [2025-07-07T09:22:29.785Z] #8 exporting to image [2025-07-07T09:22:29.785Z] #8 exporting layers done [2025-07-07T09:22:29.785Z] #8 exporting manifest sha256:8cd4da5eeeaeda5a25decb884078cf51ab9661ddacf2944e68ee6b5a4c7d601d 0.0s done [2025-07-07T09:22:29.785Z] #8 exporting config sha256:6931b0ccff8a011c809923fbf843d6116fd8f61766bfccaa9fbb3c35f105c528 done [2025-07-07T09:22:29.785Z] #8 exporting manifest sha256:b19eeb674fcb0f723795c43480be47c5f69bcddd1a3624e2f8b9a4e82e0d5928 done [2025-07-07T09:22:29.785Z] #8 exporting config sha256:8977ac5494c73979492100c228e8aaec7a6edaafd440880ef0ee2a132e0c903d done [2025-07-07T09:22:29.785Z] #8 exporting manifest list sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a done [2025-07-07T09:22:29.785Z] #8 pushing layers 0.1s done [2025-07-07T09:22:29.785Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a [2025-07-07T09:22:29.785Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:30.044Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a 0.1s done [2025-07-07T09:22:30.044Z] #8 DONE 0.2s [2025-07-07T09:22:30.044Z] [2025-07-07T09:22:30.044Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:30.044Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:30.329Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-07-07T09:22:30.329Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-07-07T09:22:30.329Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:30.329Z] #1 transferring dockerfile: 172B done [2025-07-07T09:22:30.329Z] #1 DONE 0.0s [2025-07-07T09:22:30.329Z] [2025-07-07T09:22:30.329Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-07T09:22:30.329Z] #2 DONE 0.0s [2025-07-07T09:22:30.329Z] [2025-07-07T09:22:30.329Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-07T09:22:30.329Z] #3 DONE 0.0s [2025-07-07T09:22:30.329Z] [2025-07-07T09:22:30.329Z] #4 [internal] load .dockerignore [2025-07-07T09:22:30.329Z] #4 transferring context: 2B done [2025-07-07T09:22:30.329Z] #4 DONE 0.0s [2025-07-07T09:22:30.329Z] [2025-07-07T09:22:30.329Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 [2025-07-07T09:22:30.329Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 0.0s done [2025-07-07T09:22:30.329Z] #5 DONE 0.0s [2025-07-07T09:22:30.329Z] [2025-07-07T09:22:30.329Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 [2025-07-07T09:22:30.590Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 0.0s done [2025-07-07T09:22:30.590Z] #6 CACHED [2025-07-07T09:22:30.590Z] [2025-07-07T09:22:30.590Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 [2025-07-07T09:22:30.590Z] #5 CACHED [2025-07-07T09:22:30.590Z] [2025-07-07T09:22:30.590Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:30.590Z] #7 DONE 0.0s [2025-07-07T09:22:30.590Z] [2025-07-07T09:22:30.590Z] #8 exporting to image [2025-07-07T09:22:30.590Z] #8 exporting layers done [2025-07-07T09:22:30.590Z] #8 exporting manifest sha256:8cd4da5eeeaeda5a25decb884078cf51ab9661ddacf2944e68ee6b5a4c7d601d done [2025-07-07T09:22:30.590Z] #8 exporting config sha256:6931b0ccff8a011c809923fbf843d6116fd8f61766bfccaa9fbb3c35f105c528 done [2025-07-07T09:22:30.590Z] #8 exporting manifest sha256:b19eeb674fcb0f723795c43480be47c5f69bcddd1a3624e2f8b9a4e82e0d5928 done [2025-07-07T09:22:30.590Z] #8 exporting config sha256:8977ac5494c73979492100c228e8aaec7a6edaafd440880ef0ee2a132e0c903d done [2025-07-07T09:22:30.590Z] #8 exporting manifest list sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a done [2025-07-07T09:22:30.590Z] #8 pushing layers 0.0s done [2025-07-07T09:22:30.590Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a 0.1s done [2025-07-07T09:22:30.590Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:30.590Z] #8 DONE 0.1s [2025-07-07T09:22:30.590Z] [2025-07-07T09:22:30.590Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:30.590Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:30.873Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37' [2025-07-07T09:22:30.873Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37 --push - [2025-07-07T09:22:31.132Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:31.133Z] #1 transferring dockerfile: 178B done [2025-07-07T09:22:31.133Z] #1 DONE 0.0s [2025-07-07T09:22:31.133Z] [2025-07-07T09:22:31.133Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37 [2025-07-07T09:22:31.133Z] #2 DONE 0.0s [2025-07-07T09:22:31.133Z] [2025-07-07T09:22:31.133Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37 [2025-07-07T09:22:31.133Z] #3 DONE 0.0s [2025-07-07T09:22:31.133Z] [2025-07-07T09:22:31.133Z] #4 [internal] load .dockerignore [2025-07-07T09:22:31.133Z] #4 transferring context: 2B done [2025-07-07T09:22:31.133Z] #4 DONE 0.0s [2025-07-07T09:22:31.133Z] [2025-07-07T09:22:31.133Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 [2025-07-07T09:22:31.133Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 0.0s done [2025-07-07T09:22:31.133Z] #5 CACHED [2025-07-07T09:22:31.133Z] [2025-07-07T09:22:31.133Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 [2025-07-07T09:22:31.133Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 0.0s done [2025-07-07T09:22:31.133Z] #6 CACHED [2025-07-07T09:22:31.133Z] [2025-07-07T09:22:31.133Z] #7 exporting to image [2025-07-07T09:22:31.133Z] #7 exporting layers [2025-07-07T09:22:31.133Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:31.133Z] #7 exporting layers done [2025-07-07T09:22:31.133Z] #7 exporting manifest sha256:8cd4da5eeeaeda5a25decb884078cf51ab9661ddacf2944e68ee6b5a4c7d601d done [2025-07-07T09:22:31.133Z] #7 exporting config sha256:6931b0ccff8a011c809923fbf843d6116fd8f61766bfccaa9fbb3c35f105c528 done [2025-07-07T09:22:31.133Z] #7 exporting manifest sha256:b19eeb674fcb0f723795c43480be47c5f69bcddd1a3624e2f8b9a4e82e0d5928 done [2025-07-07T09:22:31.133Z] #7 exporting config sha256:8977ac5494c73979492100c228e8aaec7a6edaafd440880ef0ee2a132e0c903d done [2025-07-07T09:22:31.133Z] #7 exporting manifest list sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a done [2025-07-07T09:22:31.133Z] #7 pushing layers 0.0s done [2025-07-07T09:22:31.133Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37@sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a 0.1s done [2025-07-07T09:22:31.133Z] #7 DONE 0.1s [2025-07-07T09:22:31.133Z] [2025-07-07T09:22:31.133Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:31.133Z] #8 DONE 0.0s [2025-07-07T09:22:31.133Z] [2025-07-07T09:22:31.133Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:31.133Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:31.418Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' [2025-07-07T09:22:31.419Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - [2025-07-07T09:22:31.419Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:31.419Z] #1 transferring dockerfile: 219B done [2025-07-07T09:22:31.419Z] #1 DONE 0.0s [2025-07-07T09:22:31.419Z] [2025-07-07T09:22:31.419Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:31.419Z] #2 DONE 0.0s [2025-07-07T09:22:31.419Z] [2025-07-07T09:22:31.419Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:31.419Z] #3 DONE 0.0s [2025-07-07T09:22:31.419Z] [2025-07-07T09:22:31.419Z] #4 [internal] load .dockerignore [2025-07-07T09:22:31.419Z] #4 transferring context: 2B done [2025-07-07T09:22:31.419Z] #4 DONE 0.0s [2025-07-07T09:22:31.419Z] [2025-07-07T09:22:31.419Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 [2025-07-07T09:22:31.419Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 done [2025-07-07T09:22:31.419Z] #5 CACHED [2025-07-07T09:22:31.419Z] [2025-07-07T09:22:31.419Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 [2025-07-07T09:22:31.419Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 0.0s done [2025-07-07T09:22:31.419Z] #6 CACHED [2025-07-07T09:22:31.419Z] [2025-07-07T09:22:31.419Z] #7 exporting to image [2025-07-07T09:22:31.419Z] #7 exporting layers done [2025-07-07T09:22:31.419Z] #7 exporting manifest sha256:8cd4da5eeeaeda5a25decb884078cf51ab9661ddacf2944e68ee6b5a4c7d601d done [2025-07-07T09:22:31.419Z] #7 exporting config sha256:6931b0ccff8a011c809923fbf843d6116fd8f61766bfccaa9fbb3c35f105c528 done [2025-07-07T09:22:31.419Z] #7 exporting manifest sha256:b19eeb674fcb0f723795c43480be47c5f69bcddd1a3624e2f8b9a4e82e0d5928 done [2025-07-07T09:22:31.419Z] #7 exporting config sha256:8977ac5494c73979492100c228e8aaec7a6edaafd440880ef0ee2a132e0c903d done [2025-07-07T09:22:31.419Z] #7 exporting manifest list sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a done [2025-07-07T09:22:31.419Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:31.677Z] #7 pushing layers 0.0s done [2025-07-07T09:22:31.677Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a 0.1s done [2025-07-07T09:22:31.677Z] #7 DONE 0.1s [2025-07-07T09:22:31.677Z] [2025-07-07T09:22:31.677Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:31.677Z] #8 DONE 0.0s [2025-07-07T09:22:31.677Z] [2025-07-07T09:22:31.677Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:31.677Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:31.963Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-07-07T09:22:31.963Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-07-07T09:22:32.222Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:32.222Z] #1 transferring dockerfile: 170B done [2025-07-07T09:22:32.222Z] #1 DONE 0.1s [2025-07-07T09:22:32.222Z] [2025-07-07T09:22:32.222Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-07-07T09:22:32.222Z] #2 DONE 0.0s [2025-07-07T09:22:32.222Z] [2025-07-07T09:22:32.222Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-07-07T09:22:32.222Z] #3 DONE 0.0s [2025-07-07T09:22:32.222Z] [2025-07-07T09:22:32.222Z] #4 [internal] load .dockerignore [2025-07-07T09:22:32.222Z] #4 transferring context: [2025-07-07T09:22:32.222Z] #4 transferring context: 2B done [2025-07-07T09:22:32.222Z] #4 DONE 0.0s [2025-07-07T09:22:32.222Z] [2025-07-07T09:22:32.222Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 [2025-07-07T09:22:32.222Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 0.0s done [2025-07-07T09:22:32.222Z] #5 CACHED [2025-07-07T09:22:32.222Z] [2025-07-07T09:22:32.222Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 [2025-07-07T09:22:32.222Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 0.0s done [2025-07-07T09:22:32.222Z] #6 CACHED [2025-07-07T09:22:32.222Z] [2025-07-07T09:22:32.222Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:32.222Z] #7 DONE 0.0s [2025-07-07T09:22:32.222Z] [2025-07-07T09:22:32.222Z] #8 exporting to image [2025-07-07T09:22:32.222Z] #8 exporting layers done [2025-07-07T09:22:32.222Z] #8 exporting manifest sha256:8cd4da5eeeaeda5a25decb884078cf51ab9661ddacf2944e68ee6b5a4c7d601d done [2025-07-07T09:22:32.222Z] #8 exporting config sha256:6931b0ccff8a011c809923fbf843d6116fd8f61766bfccaa9fbb3c35f105c528 done [2025-07-07T09:22:32.222Z] #8 exporting manifest sha256:b19eeb674fcb0f723795c43480be47c5f69bcddd1a3624e2f8b9a4e82e0d5928 done [2025-07-07T09:22:32.222Z] #8 exporting config sha256:8977ac5494c73979492100c228e8aaec7a6edaafd440880ef0ee2a132e0c903d done [2025-07-07T09:22:32.222Z] #8 exporting manifest list sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a done [2025-07-07T09:22:32.222Z] #8 pushing layers 0.0s done [2025-07-07T09:22:32.222Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a 0.1s done [2025-07-07T09:22:32.222Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:32.222Z] #8 DONE 0.1s [2025-07-07T09:22:32.222Z] [2025-07-07T09:22:32.222Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:32.222Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:32.508Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - [2025-07-07T09:22:32.508Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' [2025-07-07T09:22:32.508Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:32.508Z] #1 transferring dockerfile: 206B done [2025-07-07T09:22:32.508Z] #1 DONE 0.0s [2025-07-07T09:22:32.508Z] [2025-07-07T09:22:32.508Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:32.508Z] #2 DONE 0.0s [2025-07-07T09:22:32.508Z] [2025-07-07T09:22:32.508Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:32.508Z] #3 DONE 0.1s [2025-07-07T09:22:32.508Z] [2025-07-07T09:22:32.508Z] #4 [internal] load .dockerignore [2025-07-07T09:22:32.508Z] #4 transferring context: 2B done [2025-07-07T09:22:32.508Z] #4 DONE 0.0s [2025-07-07T09:22:32.768Z] [2025-07-07T09:22:32.768Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 [2025-07-07T09:22:32.768Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 [2025-07-07T09:22:32.768Z] #5 ... [2025-07-07T09:22:32.768Z] [2025-07-07T09:22:32.768Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 [2025-07-07T09:22:32.768Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 0.0s done [2025-07-07T09:22:32.768Z] #6 DONE 0.1s [2025-07-07T09:22:32.768Z] [2025-07-07T09:22:32.768Z] #7 exporting to image [2025-07-07T09:22:32.768Z] #7 exporting layers done [2025-07-07T09:22:32.768Z] #7 exporting manifest sha256:491361776c9bea6eaf5e3dffa43a84c0b3fc99a6abd9942056ecb42ae94dc137 done [2025-07-07T09:22:32.768Z] #7 exporting config sha256:ad110d9862a7ea74b573946b7c54248db1644e01e46bcc69f1f8465f737efc79 [2025-07-07T09:22:32.768Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:32.768Z] #7 ... [2025-07-07T09:22:32.768Z] [2025-07-07T09:22:32.768Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:32.768Z] #8 DONE 0.0s [2025-07-07T09:22:32.768Z] [2025-07-07T09:22:32.768Z] #7 exporting to image [2025-07-07T09:22:32.768Z] #7 exporting config sha256:ad110d9862a7ea74b573946b7c54248db1644e01e46bcc69f1f8465f737efc79 done [2025-07-07T09:22:32.768Z] #7 exporting manifest sha256:1d6446f6191d4751bacf2b44a78cda4c6bbafc8b7dd3cadb63a669c6cf243ef1 done [2025-07-07T09:22:32.768Z] #7 exporting config sha256:d341b915d855bccc68fa0067aaec5805a63fc27d3c27ca114295983e16b1a380 done [2025-07-07T09:22:32.768Z] #7 exporting manifest list sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce done [2025-07-07T09:22:32.768Z] #7 pushing layers 0.1s done [2025-07-07T09:22:32.768Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce [2025-07-07T09:22:33.027Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce 0.1s done [2025-07-07T09:22:33.027Z] #7 DONE 0.2s [2025-07-07T09:22:33.027Z] [2025-07-07T09:22:33.027Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:33.027Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:33.310Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-07-07T09:22:33.310Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-07-07T09:22:33.570Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:33.570Z] #1 transferring dockerfile: 172B done [2025-07-07T09:22:33.570Z] #1 DONE 0.0s [2025-07-07T09:22:33.570Z] [2025-07-07T09:22:33.570Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-07T09:22:33.570Z] #2 DONE 0.0s [2025-07-07T09:22:33.570Z] [2025-07-07T09:22:33.570Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-07T09:22:33.570Z] #3 DONE 0.0s [2025-07-07T09:22:33.570Z] [2025-07-07T09:22:33.570Z] #4 [internal] load .dockerignore [2025-07-07T09:22:33.570Z] #4 transferring context: 2B done [2025-07-07T09:22:33.570Z] #4 DONE 0.0s [2025-07-07T09:22:33.570Z] [2025-07-07T09:22:33.570Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 [2025-07-07T09:22:33.570Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 0.0s done [2025-07-07T09:22:33.570Z] #5 DONE 0.0s [2025-07-07T09:22:33.570Z] [2025-07-07T09:22:33.570Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 [2025-07-07T09:22:33.570Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 0.0s done [2025-07-07T09:22:33.570Z] #6 CACHED [2025-07-07T09:22:33.570Z] [2025-07-07T09:22:33.570Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 [2025-07-07T09:22:33.570Z] #5 CACHED [2025-07-07T09:22:33.570Z] [2025-07-07T09:22:33.570Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:33.570Z] #7 DONE 0.0s [2025-07-07T09:22:33.570Z] [2025-07-07T09:22:33.570Z] #8 exporting to image [2025-07-07T09:22:33.570Z] #8 exporting layers done [2025-07-07T09:22:33.570Z] #8 exporting manifest sha256:491361776c9bea6eaf5e3dffa43a84c0b3fc99a6abd9942056ecb42ae94dc137 done [2025-07-07T09:22:33.570Z] #8 exporting config sha256:ad110d9862a7ea74b573946b7c54248db1644e01e46bcc69f1f8465f737efc79 done [2025-07-07T09:22:33.570Z] #8 exporting manifest sha256:1d6446f6191d4751bacf2b44a78cda4c6bbafc8b7dd3cadb63a669c6cf243ef1 done [2025-07-07T09:22:33.570Z] #8 exporting config sha256:d341b915d855bccc68fa0067aaec5805a63fc27d3c27ca114295983e16b1a380 done [2025-07-07T09:22:33.570Z] #8 exporting manifest list sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce done [2025-07-07T09:22:33.570Z] #8 pushing layers 0.0s done [2025-07-07T09:22:33.570Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce 0.1s done [2025-07-07T09:22:33.570Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:33.570Z] #8 DONE 0.1s [2025-07-07T09:22:33.570Z] [2025-07-07T09:22:33.570Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:33.570Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:33.854Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37' [2025-07-07T09:22:33.854Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37 --push - [2025-07-07T09:22:34.113Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:34.113Z] #1 transferring dockerfile: 178B done [2025-07-07T09:22:34.113Z] #1 DONE 0.0s [2025-07-07T09:22:34.113Z] [2025-07-07T09:22:34.113Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37 [2025-07-07T09:22:34.113Z] #2 DONE 0.0s [2025-07-07T09:22:34.113Z] [2025-07-07T09:22:34.113Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37 [2025-07-07T09:22:34.113Z] #3 DONE 0.0s [2025-07-07T09:22:34.113Z] [2025-07-07T09:22:34.113Z] #4 [internal] load .dockerignore [2025-07-07T09:22:34.113Z] #4 transferring context: 2B done [2025-07-07T09:22:34.113Z] #4 DONE 0.0s [2025-07-07T09:22:34.113Z] [2025-07-07T09:22:34.113Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 [2025-07-07T09:22:34.113Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 0.0s done [2025-07-07T09:22:34.113Z] #5 CACHED [2025-07-07T09:22:34.113Z] [2025-07-07T09:22:34.113Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 [2025-07-07T09:22:34.113Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 0.0s done [2025-07-07T09:22:34.113Z] #6 CACHED [2025-07-07T09:22:34.113Z] [2025-07-07T09:22:34.113Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:34.113Z] #7 DONE 0.0s [2025-07-07T09:22:34.113Z] [2025-07-07T09:22:34.113Z] #8 exporting to image [2025-07-07T09:22:34.113Z] #8 exporting layers done [2025-07-07T09:22:34.113Z] #8 exporting manifest sha256:491361776c9bea6eaf5e3dffa43a84c0b3fc99a6abd9942056ecb42ae94dc137 done [2025-07-07T09:22:34.113Z] #8 exporting config sha256:ad110d9862a7ea74b573946b7c54248db1644e01e46bcc69f1f8465f737efc79 done [2025-07-07T09:22:34.113Z] #8 exporting manifest sha256:1d6446f6191d4751bacf2b44a78cda4c6bbafc8b7dd3cadb63a669c6cf243ef1 done [2025-07-07T09:22:34.113Z] #8 exporting config sha256:d341b915d855bccc68fa0067aaec5805a63fc27d3c27ca114295983e16b1a380 done [2025-07-07T09:22:34.113Z] #8 exporting manifest list sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce done [2025-07-07T09:22:34.113Z] #8 pushing layers 0.0s done [2025-07-07T09:22:34.113Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37@sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce 0.1s done [2025-07-07T09:22:34.113Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:34.113Z] #8 DONE 0.1s [2025-07-07T09:22:34.113Z] [2025-07-07T09:22:34.113Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:34.113Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:34.396Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' [2025-07-07T09:22:34.396Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - [2025-07-07T09:22:34.396Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:34.396Z] #1 transferring dockerfile: 219B done [2025-07-07T09:22:34.396Z] #1 DONE 0.0s [2025-07-07T09:22:34.396Z] [2025-07-07T09:22:34.396Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:34.396Z] #2 DONE 0.0s [2025-07-07T09:22:34.396Z] [2025-07-07T09:22:34.396Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:34.396Z] #3 DONE 0.0s [2025-07-07T09:22:34.396Z] [2025-07-07T09:22:34.396Z] #4 [internal] load .dockerignore [2025-07-07T09:22:34.396Z] #4 transferring context: 2B done [2025-07-07T09:22:34.396Z] #4 DONE 0.0s [2025-07-07T09:22:34.396Z] [2025-07-07T09:22:34.396Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 [2025-07-07T09:22:34.396Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 0.0s done [2025-07-07T09:22:34.396Z] #5 DONE 0.0s [2025-07-07T09:22:34.396Z] [2025-07-07T09:22:34.396Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 [2025-07-07T09:22:34.655Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 0.0s done [2025-07-07T09:22:34.655Z] #6 CACHED [2025-07-07T09:22:34.655Z] [2025-07-07T09:22:34.655Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 [2025-07-07T09:22:34.655Z] #5 CACHED [2025-07-07T09:22:34.655Z] [2025-07-07T09:22:34.655Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:34.655Z] #7 DONE 0.0s [2025-07-07T09:22:34.655Z] [2025-07-07T09:22:34.655Z] #8 exporting to image [2025-07-07T09:22:34.655Z] #8 exporting layers done [2025-07-07T09:22:34.655Z] #8 exporting manifest sha256:491361776c9bea6eaf5e3dffa43a84c0b3fc99a6abd9942056ecb42ae94dc137 done [2025-07-07T09:22:34.655Z] #8 exporting config sha256:ad110d9862a7ea74b573946b7c54248db1644e01e46bcc69f1f8465f737efc79 done [2025-07-07T09:22:34.655Z] #8 exporting manifest sha256:1d6446f6191d4751bacf2b44a78cda4c6bbafc8b7dd3cadb63a669c6cf243ef1 done [2025-07-07T09:22:34.655Z] #8 exporting config sha256:d341b915d855bccc68fa0067aaec5805a63fc27d3c27ca114295983e16b1a380 done [2025-07-07T09:22:34.655Z] #8 exporting manifest list sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce done [2025-07-07T09:22:34.655Z] #8 pushing layers 0.0s done [2025-07-07T09:22:34.655Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce [2025-07-07T09:22:34.655Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:34.914Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce 0.1s done [2025-07-07T09:22:34.914Z] #8 DONE 0.1s [2025-07-07T09:22:34.914Z] [2025-07-07T09:22:34.914Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:34.914Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:35.198Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-07-07T09:22:35.198Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-07-07T09:22:35.458Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:35.458Z] #1 transferring dockerfile: 170B done [2025-07-07T09:22:35.458Z] #1 DONE 0.0s [2025-07-07T09:22:35.458Z] [2025-07-07T09:22:35.458Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-07-07T09:22:35.458Z] #2 DONE 0.1s [2025-07-07T09:22:35.458Z] [2025-07-07T09:22:35.458Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-07-07T09:22:35.458Z] #3 DONE 0.1s [2025-07-07T09:22:35.458Z] [2025-07-07T09:22:35.458Z] #4 [internal] load .dockerignore [2025-07-07T09:22:35.458Z] #4 transferring context: 2B done [2025-07-07T09:22:35.458Z] #4 DONE 0.1s [2025-07-07T09:22:35.458Z] [2025-07-07T09:22:35.458Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 [2025-07-07T09:22:35.458Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 0.0s done [2025-07-07T09:22:35.458Z] #5 DONE 0.0s [2025-07-07T09:22:35.458Z] [2025-07-07T09:22:35.458Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 [2025-07-07T09:22:35.458Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 0.0s done [2025-07-07T09:22:35.458Z] #6 CACHED [2025-07-07T09:22:35.458Z] [2025-07-07T09:22:35.458Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 [2025-07-07T09:22:35.458Z] #5 CACHED [2025-07-07T09:22:35.458Z] [2025-07-07T09:22:35.458Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:35.458Z] #7 DONE 0.0s [2025-07-07T09:22:35.458Z] [2025-07-07T09:22:35.458Z] #8 exporting to image [2025-07-07T09:22:35.458Z] #8 exporting layers done [2025-07-07T09:22:35.458Z] #8 exporting manifest sha256:491361776c9bea6eaf5e3dffa43a84c0b3fc99a6abd9942056ecb42ae94dc137 done [2025-07-07T09:22:35.458Z] #8 exporting config sha256:ad110d9862a7ea74b573946b7c54248db1644e01e46bcc69f1f8465f737efc79 done [2025-07-07T09:22:35.458Z] #8 exporting manifest sha256:1d6446f6191d4751bacf2b44a78cda4c6bbafc8b7dd3cadb63a669c6cf243ef1 done [2025-07-07T09:22:35.458Z] #8 exporting config sha256:d341b915d855bccc68fa0067aaec5805a63fc27d3c27ca114295983e16b1a380 done [2025-07-07T09:22:35.458Z] #8 exporting manifest list sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce done [2025-07-07T09:22:35.458Z] #8 pushing layers 0.0s done [2025-07-07T09:22:35.458Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce 0.1s done [2025-07-07T09:22:35.458Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:35.458Z] #8 DONE 0.1s [2025-07-07T09:22:35.717Z] [2025-07-07T09:22:35.717Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:35.717Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:36.003Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' [2025-07-07T09:22:36.003Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - [2025-07-07T09:22:36.290Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:36.290Z] #1 transferring dockerfile: 202B done [2025-07-07T09:22:36.290Z] #1 DONE 0.0s [2025-07-07T09:22:36.290Z] [2025-07-07T09:22:36.290Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:36.290Z] #2 DONE 0.1s [2025-07-07T09:22:36.290Z] [2025-07-07T09:22:36.290Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:22:36.290Z] #3 DONE 0.1s [2025-07-07T09:22:36.290Z] [2025-07-07T09:22:36.290Z] #4 [internal] load .dockerignore [2025-07-07T09:22:36.290Z] #4 transferring context: 2B done [2025-07-07T09:22:36.290Z] #4 DONE 0.0s [2025-07-07T09:22:36.290Z] [2025-07-07T09:22:36.290Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 [2025-07-07T09:22:36.290Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.0s done [2025-07-07T09:22:36.290Z] #5 DONE 0.0s [2025-07-07T09:22:36.290Z] [2025-07-07T09:22:36.290Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 [2025-07-07T09:22:36.290Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.0s done [2025-07-07T09:22:36.290Z] #6 DONE 0.2s [2025-07-07T09:22:36.290Z] [2025-07-07T09:22:36.290Z] #7 exporting to image [2025-07-07T09:22:36.290Z] #7 exporting layers done [2025-07-07T09:22:36.290Z] #7 exporting manifest sha256:9592263a4c327af3041189455b8d1b7016746a2356a37c998c42ce5b3e343ee8 done [2025-07-07T09:22:36.290Z] #7 exporting config sha256:039e15b59b29143d9fc546ba15e00587fa05cdbd05bcbdf103885dc5a1193cc1 done [2025-07-07T09:22:36.290Z] #7 exporting manifest sha256:8ee2bca4bbd842e534614315b652f8b38aeb3a73cecf6d060ec695e2ca6531a0 done [2025-07-07T09:22:36.290Z] #7 exporting config sha256:347cc47df690e60f4638d1b9b33f5ea7e9d881d0f1df0e7c182d58df1de8e16e done [2025-07-07T09:22:36.290Z] #7 exporting manifest list sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf [2025-07-07T09:22:36.290Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:36.575Z] #7 ... [2025-07-07T09:22:36.575Z] [2025-07-07T09:22:36.575Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:36.575Z] #8 DONE 0.0s [2025-07-07T09:22:36.575Z] [2025-07-07T09:22:36.575Z] #7 exporting to image [2025-07-07T09:22:36.575Z] #7 exporting manifest list sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf 0.0s done [2025-07-07T09:22:36.575Z] #7 pushing layers 0.1s done [2025-07-07T09:22:36.575Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf [2025-07-07T09:22:36.575Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf 0.1s done [2025-07-07T09:22:36.575Z] #7 DONE 0.2s [2025-07-07T09:22:36.832Z] [2025-07-07T09:22:36.832Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:36.832Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:37.117Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-07-07T09:22:37.117Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-07-07T09:22:37.376Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:37.376Z] #1 transferring dockerfile: 168B done [2025-07-07T09:22:37.376Z] #1 DONE 0.1s [2025-07-07T09:22:37.376Z] [2025-07-07T09:22:37.376Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-07T09:22:37.376Z] #2 DONE 0.1s [2025-07-07T09:22:37.376Z] [2025-07-07T09:22:37.376Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-07T09:22:37.376Z] #3 DONE 0.1s [2025-07-07T09:22:37.376Z] [2025-07-07T09:22:37.376Z] #4 [internal] load .dockerignore [2025-07-07T09:22:37.376Z] #4 transferring context: [2025-07-07T09:22:37.633Z] #4 transferring context: 2B done [2025-07-07T09:22:37.633Z] #4 DONE 0.1s [2025-07-07T09:22:37.633Z] [2025-07-07T09:22:37.633Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 [2025-07-07T09:22:37.633Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.0s done [2025-07-07T09:22:37.633Z] #5 CACHED [2025-07-07T09:22:37.633Z] [2025-07-07T09:22:37.633Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 [2025-07-07T09:22:37.633Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.0s done [2025-07-07T09:22:37.633Z] #6 CACHED [2025-07-07T09:22:37.633Z] [2025-07-07T09:22:37.633Z] #7 exporting to image [2025-07-07T09:22:37.633Z] #7 exporting layers done [2025-07-07T09:22:37.633Z] #7 exporting manifest sha256:9592263a4c327af3041189455b8d1b7016746a2356a37c998c42ce5b3e343ee8 done [2025-07-07T09:22:37.633Z] #7 exporting config sha256:039e15b59b29143d9fc546ba15e00587fa05cdbd05bcbdf103885dc5a1193cc1 done [2025-07-07T09:22:37.633Z] #7 exporting manifest sha256:8ee2bca4bbd842e534614315b652f8b38aeb3a73cecf6d060ec695e2ca6531a0 done [2025-07-07T09:22:37.633Z] #7 exporting config sha256:347cc47df690e60f4638d1b9b33f5ea7e9d881d0f1df0e7c182d58df1de8e16e [2025-07-07T09:22:37.633Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:37.633Z] #7 exporting config sha256:347cc47df690e60f4638d1b9b33f5ea7e9d881d0f1df0e7c182d58df1de8e16e done [2025-07-07T09:22:37.633Z] #7 exporting manifest list sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf done [2025-07-07T09:22:37.633Z] #7 pushing layers 0.0s done [2025-07-07T09:22:37.633Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf 0.1s done [2025-07-07T09:22:37.633Z] #7 DONE 0.1s [2025-07-07T09:22:37.633Z] [2025-07-07T09:22:37.633Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:37.633Z] #8 DONE 0.0s [2025-07-07T09:22:37.633Z] [2025-07-07T09:22:37.633Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:37.633Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:37.917Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37' [2025-07-07T09:22:37.917Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37 --push - [2025-07-07T09:22:38.176Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:38.176Z] #1 transferring dockerfile: 174B done [2025-07-07T09:22:38.176Z] #1 DONE 0.0s [2025-07-07T09:22:38.176Z] [2025-07-07T09:22:38.176Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37 [2025-07-07T09:22:38.176Z] #2 DONE 0.0s [2025-07-07T09:22:38.176Z] [2025-07-07T09:22:38.176Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37 [2025-07-07T09:22:38.176Z] #3 DONE 0.0s [2025-07-07T09:22:38.176Z] [2025-07-07T09:22:38.177Z] #4 [internal] load .dockerignore [2025-07-07T09:22:38.177Z] #4 transferring context: [2025-07-07T09:22:38.177Z] #4 transferring context: 2B done [2025-07-07T09:22:38.177Z] #4 DONE 0.0s [2025-07-07T09:22:38.177Z] [2025-07-07T09:22:38.177Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 [2025-07-07T09:22:38.177Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.0s done [2025-07-07T09:22:38.177Z] #5 CACHED [2025-07-07T09:22:38.177Z] [2025-07-07T09:22:38.177Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 [2025-07-07T09:22:38.177Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.0s done [2025-07-07T09:22:38.177Z] #6 CACHED [2025-07-07T09:22:38.177Z] [2025-07-07T09:22:38.177Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:38.436Z] #7 DONE 0.0s [2025-07-07T09:22:38.436Z] [2025-07-07T09:22:38.436Z] #8 exporting to image [2025-07-07T09:22:38.436Z] #8 exporting layers done [2025-07-07T09:22:38.436Z] #8 exporting manifest sha256:9592263a4c327af3041189455b8d1b7016746a2356a37c998c42ce5b3e343ee8 done [2025-07-07T09:22:38.436Z] #8 exporting config sha256:039e15b59b29143d9fc546ba15e00587fa05cdbd05bcbdf103885dc5a1193cc1 done [2025-07-07T09:22:38.436Z] #8 exporting manifest sha256:8ee2bca4bbd842e534614315b652f8b38aeb3a73cecf6d060ec695e2ca6531a0 done [2025-07-07T09:22:38.436Z] #8 exporting config sha256:347cc47df690e60f4638d1b9b33f5ea7e9d881d0f1df0e7c182d58df1de8e16e done [2025-07-07T09:22:38.436Z] #8 exporting manifest list sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf done [2025-07-07T09:22:38.436Z] #8 pushing layers 0.0s done [2025-07-07T09:22:38.436Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37@sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf 0.1s done [2025-07-07T09:22:38.436Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:38.436Z] #8 DONE 0.1s [2025-07-07T09:22:38.436Z] [2025-07-07T09:22:38.436Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:38.436Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:38.722Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' [2025-07-07T09:22:38.722Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - [2025-07-07T09:22:38.980Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:38.980Z] #1 transferring dockerfile: 215B done [2025-07-07T09:22:38.980Z] #1 DONE 0.1s [2025-07-07T09:22:38.980Z] [2025-07-07T09:22:38.980Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:38.980Z] #2 DONE 0.0s [2025-07-07T09:22:38.980Z] [2025-07-07T09:22:38.980Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:22:38.980Z] #3 DONE 0.0s [2025-07-07T09:22:38.980Z] [2025-07-07T09:22:38.980Z] #4 [internal] load .dockerignore [2025-07-07T09:22:38.980Z] #4 transferring context: 2B done [2025-07-07T09:22:38.980Z] #4 DONE 0.1s [2025-07-07T09:22:38.980Z] [2025-07-07T09:22:38.980Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 [2025-07-07T09:22:38.980Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.0s done [2025-07-07T09:22:38.980Z] #5 DONE 0.0s [2025-07-07T09:22:38.980Z] [2025-07-07T09:22:38.980Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 [2025-07-07T09:22:39.238Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.0s done [2025-07-07T09:22:39.238Z] #6 CACHED [2025-07-07T09:22:39.238Z] [2025-07-07T09:22:39.238Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 [2025-07-07T09:22:39.238Z] #5 CACHED [2025-07-07T09:22:39.238Z] [2025-07-07T09:22:39.238Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:39.238Z] #7 DONE 0.0s [2025-07-07T09:22:39.238Z] [2025-07-07T09:22:39.238Z] #8 exporting to image [2025-07-07T09:22:39.238Z] #8 exporting layers done [2025-07-07T09:22:39.238Z] #8 exporting manifest sha256:9592263a4c327af3041189455b8d1b7016746a2356a37c998c42ce5b3e343ee8 done [2025-07-07T09:22:39.238Z] #8 exporting config sha256:039e15b59b29143d9fc546ba15e00587fa05cdbd05bcbdf103885dc5a1193cc1 done [2025-07-07T09:22:39.238Z] #8 exporting manifest sha256:8ee2bca4bbd842e534614315b652f8b38aeb3a73cecf6d060ec695e2ca6531a0 done [2025-07-07T09:22:39.238Z] #8 exporting config sha256:347cc47df690e60f4638d1b9b33f5ea7e9d881d0f1df0e7c182d58df1de8e16e done [2025-07-07T09:22:39.238Z] #8 exporting manifest list sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf done [2025-07-07T09:22:39.238Z] #8 pushing layers 0.0s done [2025-07-07T09:22:39.238Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf 0.1s done [2025-07-07T09:22:39.238Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:39.238Z] #8 DONE 0.1s [2025-07-07T09:22:39.238Z] [2025-07-07T09:22:39.238Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:39.238Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-07T09:22:39.527Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-07-07T09:22:39.527Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-07-07T09:22:39.785Z] #1 [internal] load build definition from Dockerfile [2025-07-07T09:22:39.785Z] #1 transferring dockerfile: 166B done [2025-07-07T09:22:39.785Z] #1 DONE 0.0s [2025-07-07T09:22:39.785Z] [2025-07-07T09:22:39.785Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-07-07T09:22:39.785Z] #2 DONE 0.0s [2025-07-07T09:22:39.785Z] [2025-07-07T09:22:39.785Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-07-07T09:22:39.785Z] #3 DONE 0.0s [2025-07-07T09:22:39.785Z] [2025-07-07T09:22:39.785Z] #4 [internal] load .dockerignore [2025-07-07T09:22:39.785Z] #4 transferring context: [2025-07-07T09:22:39.785Z] #4 transferring context: 2B done [2025-07-07T09:22:39.785Z] #4 DONE 0.1s [2025-07-07T09:22:39.785Z] [2025-07-07T09:22:39.785Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 [2025-07-07T09:22:39.785Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.1s done [2025-07-07T09:22:39.785Z] #5 CACHED [2025-07-07T09:22:39.785Z] [2025-07-07T09:22:39.785Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 [2025-07-07T09:22:39.785Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.1s done [2025-07-07T09:22:39.785Z] #6 CACHED [2025-07-07T09:22:39.785Z] [2025-07-07T09:22:39.785Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-07T09:22:39.785Z] #7 DONE 0.0s [2025-07-07T09:22:39.785Z] [2025-07-07T09:22:39.785Z] #8 exporting to image [2025-07-07T09:22:39.785Z] #8 exporting layers done [2025-07-07T09:22:39.785Z] #8 exporting manifest sha256:9592263a4c327af3041189455b8d1b7016746a2356a37c998c42ce5b3e343ee8 done [2025-07-07T09:22:39.785Z] #8 exporting config sha256:039e15b59b29143d9fc546ba15e00587fa05cdbd05bcbdf103885dc5a1193cc1 done [2025-07-07T09:22:39.785Z] #8 exporting manifest sha256:8ee2bca4bbd842e534614315b652f8b38aeb3a73cecf6d060ec695e2ca6531a0 done [2025-07-07T09:22:39.785Z] #8 exporting config sha256:347cc47df690e60f4638d1b9b33f5ea7e9d881d0f1df0e7c182d58df1de8e16e done [2025-07-07T09:22:39.785Z] #8 exporting manifest list sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf done [2025-07-07T09:22:39.785Z] #8 pushing layers 0.0s done [2025-07-07T09:22:39.785Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf 0.1s done [2025-07-07T09:22:39.785Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-07T09:22:39.785Z] #8 DONE 0.1s [2025-07-07T09:22:40.043Z] [2025-07-07T09:22:40.043Z] 1 warning found (use --debug to expand): [2025-07-07T09:22:40.043Z]  - 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-07-07T09:22:40.410Z] + '[' -d /w/workspace/edgex-go/869/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-07-07T09:22:40.702Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-07T09:22:41.250Z] ---> package-listing.sh [2025-07-07T09:22:41.250Z] ++ facter osfamily [2025-07-07T09:22:41.250Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-07T09:22:41.508Z] + OS_FAMILY=redhat [2025-07-07T09:22:41.508Z] + workspace=/w/workspace/edgex-go/869 [2025-07-07T09:22:41.508Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-07T09:22:41.508Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-07T09:22:41.508Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-07T09:22:41.508Z] + PACKAGES=/tmp/packages_start.txt [2025-07-07T09:22:41.508Z] + '[' /w/workspace/edgex-go/869 ']' [2025-07-07T09:22:41.508Z] + PACKAGES=/tmp/packages_end.txt [2025-07-07T09:22:41.508Z] + case "${OS_FAMILY}" in [2025-07-07T09:22:41.508Z] + rpm -qa [2025-07-07T09:22:41.508Z] + sort [2025-07-07T09:22:42.075Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-07T09:22:42.075Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-07T09:22:42.075Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-07T09:22:42.075Z] + '[' /w/workspace/edgex-go/869 ']' [2025-07-07T09:22:42.075Z] + mkdir -p /w/workspace/edgex-go/869/archives/ [2025-07-07T09:22:42.075Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/869/archives/ [Pipeline] echo [2025-07-07T09:22:42.087Z] 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/869/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-07-07T09:22:42.370Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:22:42.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-07T09:22:42.939Z] [2025-07-07T09:22:42.939Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:22:43.246Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-07T09:22:43.246Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-07T09:22:43.246Z] 5eb5b503b376: Pulling fs layer [2025-07-07T09:22:43.246Z] 5c69ac0246d0: Pulling fs layer [2025-07-07T09:22:43.246Z] ec43610c2a17: Pulling fs layer [2025-07-07T09:22:43.246Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-07T09:22:43.246Z] 33b1e0a273af: Pulling fs layer [2025-07-07T09:22:43.246Z] 5d3b04190fa2: Pulling fs layer [2025-07-07T09:22:43.246Z] 2f39f015ded8: Pulling fs layer [2025-07-07T09:22:43.246Z] 3a2ae6a8a46f: Waiting [2025-07-07T09:22:43.246Z] 33b1e0a273af: Waiting [2025-07-07T09:22:43.246Z] 5d3b04190fa2: Waiting [2025-07-07T09:22:43.246Z] 2f39f015ded8: Waiting [2025-07-07T09:22:43.246Z] 5c69ac0246d0: Verifying Checksum [2025-07-07T09:22:43.246Z] 5c69ac0246d0: Download complete [2025-07-07T09:22:43.246Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-07T09:22:43.246Z] 3a2ae6a8a46f: Download complete [2025-07-07T09:22:43.246Z] 33b1e0a273af: Verifying Checksum [2025-07-07T09:22:43.246Z] 33b1e0a273af: Download complete [2025-07-07T09:22:43.246Z] 5d3b04190fa2: Verifying Checksum [2025-07-07T09:22:43.246Z] 5d3b04190fa2: Download complete [2025-07-07T09:22:43.246Z] ec43610c2a17: Verifying Checksum [2025-07-07T09:22:43.246Z] ec43610c2a17: Download complete [2025-07-07T09:22:43.516Z] 5eb5b503b376: Verifying Checksum [2025-07-07T09:22:43.516Z] 5eb5b503b376: Download complete [2025-07-07T09:22:44.094Z] 2f39f015ded8: Verifying Checksum [2025-07-07T09:22:44.094Z] 2f39f015ded8: Download complete [2025-07-07T09:22:44.659Z] 5eb5b503b376: Pull complete [2025-07-07T09:22:44.917Z] 5c69ac0246d0: Pull complete [2025-07-07T09:22:45.175Z] ec43610c2a17: Pull complete [2025-07-07T09:22:45.435Z] 3a2ae6a8a46f: Pull complete [2025-07-07T09:22:45.435Z] 33b1e0a273af: Pull complete [2025-07-07T09:22:45.698Z] 5d3b04190fa2: Pull complete [2025-07-07T09:22:49.901Z] 2f39f015ded8: Pull complete [2025-07-07T09:22:49.901Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-07T09:22:49.901Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-07T09:22:49.901Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-07T09:22:50.054Z] prd-centos7-docker-4c-2g-4661 does not seem to be running inside a container [2025-07-07T09:22:50.088Z] $ 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/869/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-07-07T09:22:53.567Z] $ docker top 059119e56ea2ff67fd9685a2f78b4b95e96672ca4c1cd1c57c7193e344309a54 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-07T09:22:53.915Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-07T09:22:54.198Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-07T09:22:54.483Z] + ls /var/log/sa-host [2025-07-07T09:22:54.483Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-07T09:22:54.635Z] provisioning config files... [2025-07-07T09:22:54.645Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config4926087398315742090tmp [Pipeline] { [Pipeline] echo [2025-07-07T09:22:54.660Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-07T09:22:54.939Z] ---> create-netrc.sh [Pipeline] } [2025-07-07T09:22:54.945Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-07T09:22:55.292Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-07T09:22:55.302Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-07T09:22:55.596Z] ---> sudo-logs.sh [2025-07-07T09:22:55.596Z] Archiving 'sudo' log.. [2025-07-07T09:22:55.596Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:22:55.626Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-07-07T09:22:55.628Z] $ docker stop --time=1 059119e56ea2ff67fd9685a2f78b4b95e96672ca4c1cd1c57c7193e344309a54 [2025-07-07T09:22:56.763Z] $ docker rm -f --volumes 059119e56ea2ff67fd9685a2f78b4b95e96672ca4c1cd1c57c7193e344309a54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-07-07T09:22:56.864Z] [WS-CLEANUP] Deleting project workspace... [2025-07-07T09:22:56.864Z] [WS-CLEANUP] Deferred wipeout is used... [2025-07-07T09:22:56.883Z] [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-07-07T09:38:52.158Z] #154 ... [2025-07-07T09:38:52.158Z] [2025-07-07T09:38:52.158Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-07-07T09:38:52.158Z] #151 DONE 1137.8s [2025-07-07T09:38:52.158Z] [2025-07-07T09:38:52.158Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-07T09:38:52.158Z] #153 ... [2025-07-07T09:38:52.158Z] [2025-07-07T09:38:52.158Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:38:52.158Z] #155 DONE 0.1s [2025-07-07T09:38:52.158Z] [2025-07-07T09:38:52.158Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:38:52.158Z] #156 DONE 0.1s [2025-07-07T09:38:52.158Z] [2025-07-07T09:38:52.158Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-07T09:38:52.158Z] #154 ... [2025-07-07T09:38:52.158Z] [2025-07-07T09:38:52.158Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-07-07T09:38:52.158Z] #157 DONE 0.2s [2025-07-07T09:38:52.158Z] [2025-07-07T09:38:52.158Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-07T09:38:52.158Z] #154 ... [2025-07-07T09:38:52.158Z] [2025-07-07T09:38:52.158Z] #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-07-07T09:38:52.158Z] #158 DONE 0.1s [2025-07-07T09:38:52.158Z] [2025-07-07T09:38:52.158Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-07-07T09:38:52.158Z] #159 DONE 0.2s [2025-07-07T09:38:52.158Z] [2025-07-07T09:38:52.158Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-07T09:38:52.158Z] #160 DONE 2.3s [2025-07-07T09:38:52.158Z] [2025-07-07T09:38:52.158Z] #108 [core-common-config-bootstrapper] exporting to image [2025-07-07T09:38:52.158Z] #108 exporting layers [2025-07-07T09:38:52.158Z] #108 exporting layers 0.8s done [2025-07-07T09:38:52.158Z] #108 writing image sha256:ccd4140050e974c0139ede4912d956c049539ec99e0408c80db41338639f8e33 done [2025-07-07T09:38:52.158Z] #108 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-07-07T09:38:52.158Z] #108 DONE 4.7s [2025-07-07T09:38:52.158Z] [2025-07-07T09:38:52.158Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-07T09:39:04.502Z] #143 ... [2025-07-07T09:39:04.502Z] [2025-07-07T09:39:04.502Z] #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-07-07T09:39:04.502Z] #145 DONE 1155.2s [2025-07-07T09:39:04.502Z] [2025-07-07T09:39:04.502Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-07T09:39:04.502Z] #150 ... [2025-07-07T09:39:04.502Z] [2025-07-07T09:39:04.502Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-07-07T09:39:04.502Z] #161 DONE 0.2s [2025-07-07T09:39:04.502Z] [2025-07-07T09:39:04.502Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-07-07T09:39:06.443Z] #162 DONE 2.3s [2025-07-07T09:39:06.443Z] [2025-07-07T09:39:06.443Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:39:06.443Z] #163 DONE 0.2s [2025-07-07T09:39:06.443Z] [2025-07-07T09:39:06.443Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-07T09:39:06.443Z] #154 ... [2025-07-07T09:39:06.443Z] [2025-07-07T09:39:06.443Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:39:06.710Z] #164 DONE 0.2s [2025-07-07T09:39:06.710Z] [2025-07-07T09:39:06.710Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-07-07T09:39:06.981Z] #165 DONE 0.3s [2025-07-07T09:39:06.981Z] [2025-07-07T09:39:06.981Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-07-07T09:39:07.247Z] #166 DONE 0.2s [2025-07-07T09:39:07.247Z] [2025-07-07T09:39:07.247Z] #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-07-07T09:39:07.247Z] #167 DONE 0.1s [2025-07-07T09:39:07.247Z] [2025-07-07T09:39:07.247Z] #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-07-07T09:39:07.247Z] #168 DONE 0.1s [2025-07-07T09:39:07.247Z] [2025-07-07T09:39:07.247Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-07T09:39:07.512Z] #153 ... [2025-07-07T09:39:07.512Z] [2025-07-07T09:39:07.512Z] #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-07-07T09:39:07.512Z] #169 DONE 0.1s [2025-07-07T09:39:07.512Z] [2025-07-07T09:39:07.512Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-07-07T09:39:07.778Z] #170 DONE 0.2s [2025-07-07T09:39:07.778Z] [2025-07-07T09:39:07.778Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-07-07T09:39:10.350Z] #171 DONE 2.2s [2025-07-07T09:39:10.350Z] [2025-07-07T09:39:10.350Z] #108 [security-bootstrapper] exporting to image [2025-07-07T09:39:10.350Z] #108 exporting layers [2025-07-07T09:39:10.930Z] #108 exporting layers 0.9s done [2025-07-07T09:39:10.930Z] #108 writing image sha256:139695d8f8b345ea6b872c4d51783a02875682a2d1071132dbf51ff8a81d1413 0.1s done [2025-07-07T09:39:10.930Z] #108 naming to docker.io/library/security-bootstrapper-arm64 [2025-07-07T09:39:10.930Z] #108 naming to docker.io/library/security-bootstrapper-arm64 done [2025-07-07T09:39:10.930Z] #108 DONE 5.6s [2025-07-07T09:39:10.930Z] [2025-07-07T09:39:10.930Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-07T09:55:19.027Z] #146 ... [2025-07-07T09:55:19.027Z] [2025-07-07T09:55:19.027Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-07-07T09:55:19.027Z] #148 DONE 2123.2s [2025-07-07T09:55:19.027Z] [2025-07-07T09:55:19.027Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-07T09:55:19.027Z] #149 ... [2025-07-07T09:55:19.027Z] [2025-07-07T09:55:19.027Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:55:19.027Z] #172 DONE 0.3s [2025-07-07T09:55:19.027Z] [2025-07-07T09:55:19.027Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-07T09:55:19.027Z] #143 ... [2025-07-07T09:55:19.027Z] [2025-07-07T09:55:19.027Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:55:19.027Z] #173 DONE 0.2s [2025-07-07T09:55:19.027Z] [2025-07-07T09:55:19.027Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-07-07T09:55:19.027Z] #174 DONE 0.4s [2025-07-07T09:55:19.027Z] [2025-07-07T09:55:19.027Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-07T09:55:19.027Z] #150 ... [2025-07-07T09:55:19.027Z] [2025-07-07T09:55:19.027Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-07-07T09:55:19.027Z] #175 DONE 0.1s [2025-07-07T09:55:19.027Z] [2025-07-07T09:55:19.027Z] #108 [core-command] exporting to image [2025-07-07T09:55:19.027Z] #108 exporting layers [2025-07-07T09:55:19.027Z] #108 exporting layers 0.3s done [2025-07-07T09:55:19.027Z] #108 writing image sha256:8e831e588f6f662d88c2af3446a64f23005e53e3f69bab075f810e777af7df62 done [2025-07-07T09:55:19.027Z] #108 naming to docker.io/library/core-command-arm64 done [2025-07-07T09:55:19.027Z] #108 DONE 6.0s [2025-07-07T09:55:19.027Z] [2025-07-07T09:55:19.027Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-07T09:55:41.091Z] #152 ... [2025-07-07T09:55:41.091Z] [2025-07-07T09:55:41.091Z] #147 [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-07-07T09:55:41.091Z] #147 2152.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-07-07T09:55:51.161Z] #147 ... [2025-07-07T09:55:51.161Z] [2025-07-07T09:55:51.161Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-07T09:55:51.161Z] #149 DONE 2162.1s [2025-07-07T09:55:51.161Z] [2025-07-07T09:55:51.161Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-07T09:55:51.161Z] #143 ... [2025-07-07T09:55:51.161Z] [2025-07-07T09:55:51.161Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:55:51.161Z] #176 DONE 0.3s [2025-07-07T09:55:51.161Z] [2025-07-07T09:55:51.161Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-07T09:55:51.161Z] #152 ... [2025-07-07T09:55:51.161Z] [2025-07-07T09:55:51.161Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:55:51.161Z] #177 DONE 0.1s [2025-07-07T09:55:51.161Z] [2025-07-07T09:55:51.161Z] #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-07-07T09:55:51.427Z] #178 DONE 0.2s [2025-07-07T09:55:51.427Z] [2025-07-07T09:55:51.427Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-07-07T09:55:51.693Z] #179 DONE 0.1s [2025-07-07T09:55:51.693Z] [2025-07-07T09:55:51.693Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-07-07T09:55:51.960Z] #180 DONE 0.4s [2025-07-07T09:55:51.960Z] [2025-07-07T09:55:51.960Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-07T09:55:51.960Z] #152 ... [2025-07-07T09:55:51.960Z] [2025-07-07T09:55:51.960Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-07-07T09:55:52.226Z] #181 DONE 0.2s [2025-07-07T09:55:52.226Z] [2025-07-07T09:55:52.226Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-07T09:55:52.226Z] #146 ... [2025-07-07T09:55:52.226Z] [2025-07-07T09:55:52.226Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-07T09:55:55.572Z] #182 DONE 3.1s [2025-07-07T09:55:55.572Z] [2025-07-07T09:55:55.572Z] #108 [security-proxy-setup] exporting to image [2025-07-07T09:55:55.572Z] #108 exporting layers [2025-07-07T09:55:56.164Z] #108 exporting layers 0.9s done [2025-07-07T09:55:56.164Z] #108 writing image sha256:f64295e402c1d06fec7d15d25cc88482333503af7415e98157dff4e8e9ab6cad done [2025-07-07T09:55:56.164Z] #108 naming to docker.io/library/security-proxy-setup-arm64 [2025-07-07T09:55:56.164Z] #108 naming to docker.io/library/security-proxy-setup-arm64 done [2025-07-07T09:55:56.164Z] #108 DONE 6.9s [2025-07-07T09:55:56.164Z] [2025-07-07T09:55:56.164Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-07T09:56:18.220Z] #150 ... [2025-07-07T09:56:18.220Z] [2025-07-07T09:56:18.220Z] #147 [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-07-07T09:56:18.220Z] #147 DONE 2187.8s [2025-07-07T09:56:18.220Z] [2025-07-07T09:56:18.220Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-07T09:56:18.220Z] #150 ... [2025-07-07T09:56:18.220Z] [2025-07-07T09:56:18.220Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:56:18.220Z] #183 DONE 0.3s [2025-07-07T09:56:18.220Z] [2025-07-07T09:56:18.221Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-07T09:56:18.221Z] #150 ... [2025-07-07T09:56:18.221Z] [2025-07-07T09:56:18.221Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:56:18.221Z] #184 DONE 0.2s [2025-07-07T09:56:18.221Z] [2025-07-07T09:56:18.221Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-07T09:56:18.221Z] #150 ... [2025-07-07T09:56:18.221Z] [2025-07-07T09:56:18.221Z] #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-07-07T09:56:18.221Z] #185 DONE 0.3s [2025-07-07T09:56:18.221Z] [2025-07-07T09:56:18.221Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-07T09:56:18.221Z] #154 ... [2025-07-07T09:56:18.221Z] [2025-07-07T09:56:18.221Z] #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-07-07T09:56:18.221Z] #186 DONE 0.1s [2025-07-07T09:56:18.221Z] [2025-07-07T09:56:18.221Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-07-07T09:56:18.221Z] #187 DONE 0.2s [2025-07-07T09:56:18.221Z] [2025-07-07T09:56:18.221Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-07-07T09:56:18.221Z] #188 DONE 0.4s [2025-07-07T09:56:18.221Z] [2025-07-07T09:56:18.221Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-07-07T09:56:18.505Z] #189 DONE 0.5s [2025-07-07T09:56:18.505Z] [2025-07-07T09:56:18.505Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-07-07T09:56:18.505Z] #190 DONE 0.1s [2025-07-07T09:56:18.505Z] [2025-07-07T09:56:18.505Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-07T09:56:21.095Z] #191 DONE 2.2s [2025-07-07T09:56:21.095Z] [2025-07-07T09:56:21.095Z] #108 [security-secretstore-setup] exporting to image [2025-07-07T09:56:21.095Z] #108 exporting layers [2025-07-07T09:56:22.059Z] #108 exporting layers 1.4s done [2025-07-07T09:56:22.059Z] #108 writing image sha256:fb58d2f222e51d5b83306fe88742f0a3a39136fba3d49d527449a7236bdf0a0b 0.0s done [2025-07-07T09:56:22.059Z] #108 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-07-07T09:56:22.059Z] #108 DONE 8.3s [2025-07-07T09:56:22.059Z] [2025-07-07T09:56:22.059Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-07T09:57:18.494Z] #150 DONE 2245.0s [2025-07-07T09:57:18.494Z] [2025-07-07T09:57:18.494Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-07T09:57:18.494Z] #154 ... [2025-07-07T09:57:18.494Z] [2025-07-07T09:57:18.494Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:57:18.494Z] #192 DONE 0.1s [2025-07-07T09:57:18.494Z] [2025-07-07T09:57:18.494Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:57:18.494Z] #193 DONE 0.2s [2025-07-07T09:57:18.494Z] [2025-07-07T09:57:18.494Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-07T09:57:18.494Z] #154 ... [2025-07-07T09:57:18.494Z] [2025-07-07T09:57:18.494Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-07-07T09:57:18.494Z] #194 DONE 0.4s [2025-07-07T09:57:18.494Z] [2025-07-07T09:57:18.494Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-07T09:57:18.494Z] #152 ... [2025-07-07T09:57:18.494Z] [2025-07-07T09:57:18.494Z] #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-07-07T09:57:18.494Z] #195 DONE 0.1s [2025-07-07T09:57:18.494Z] [2025-07-07T09:57:18.494Z] #108 [security-spiffe-token-provider] exporting to image [2025-07-07T09:57:18.494Z] #108 exporting layers [2025-07-07T09:57:18.494Z] #108 exporting layers 1.5s done [2025-07-07T09:57:18.494Z] #108 writing image sha256:0cb6845b5bb0331d105d6b3f27c2aa1f080d4c5226d27a300e68e54fe8d8511c done [2025-07-07T09:57:18.494Z] #108 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-07-07T09:57:18.494Z] #108 DONE 9.8s [2025-07-07T09:57:18.494Z] [2025-07-07T09:57:18.494Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-07T09:58:05.554Z] #154 DONE 2289.8s [2025-07-07T09:58:05.554Z] [2025-07-07T09:58:05.554Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-07T09:58:05.554Z] #143 ... [2025-07-07T09:58:05.554Z] [2025-07-07T09:58:05.554Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:58:05.554Z] #196 DONE 0.1s [2025-07-07T09:58:05.554Z] [2025-07-07T09:58:05.554Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:58:05.554Z] #197 DONE 0.2s [2025-07-07T09:58:05.554Z] [2025-07-07T09:58:05.554Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-07T09:58:05.554Z] #143 ... [2025-07-07T09:58:05.554Z] [2025-07-07T09:58:05.554Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-07-07T09:58:05.554Z] #198 DONE 0.4s [2025-07-07T09:58:05.554Z] [2025-07-07T09:58:05.554Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-07T09:58:05.554Z] #143 ... [2025-07-07T09:58:05.554Z] [2025-07-07T09:58:05.554Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-07-07T09:58:05.554Z] #199 DONE 0.1s [2025-07-07T09:58:05.554Z] [2025-07-07T09:58:05.554Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-07-07T09:58:05.554Z] #200 DONE 0.1s [2025-07-07T09:58:05.554Z] [2025-07-07T09:58:05.554Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-07T09:58:05.554Z] #143 ... [2025-07-07T09:58:05.554Z] [2025-07-07T09:58:05.554Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-07T09:58:05.554Z] #201 DONE 2.3s [2025-07-07T09:58:05.554Z] [2025-07-07T09:58:05.554Z] #108 [security-proxy-auth] exporting to image [2025-07-07T09:58:05.554Z] #108 exporting layers [2025-07-07T09:58:05.554Z] #108 exporting layers 0.7s done [2025-07-07T09:58:05.554Z] #108 writing image sha256:05b07fb10506ef8e5812924757c6ce6ee5b04a68ab01177a9b57b329c15c1832 done [2025-07-07T09:58:05.554Z] #108 naming to docker.io/library/security-proxy-auth-arm64 0.0s done [2025-07-07T09:58:05.554Z] #108 DONE 10.6s [2025-07-07T09:58:05.554Z] [2025-07-07T09:58:05.554Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-07T09:58:06.523Z] #143 DONE 2298.1s [2025-07-07T09:58:06.523Z] [2025-07-07T09:58:06.523Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-07T09:58:06.523Z] #152 DONE 2298.2s [2025-07-07T09:58:06.523Z] [2025-07-07T09:58:06.523Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-07T09:58:06.523Z] #153 ... [2025-07-07T09:58:06.523Z] [2025-07-07T09:58:06.523Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-07T09:58:06.523Z] #144 DONE 2298.5s [2025-07-07T09:58:06.523Z] [2025-07-07T09:58:06.523Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-07T09:58:07.491Z] #153 ... [2025-07-07T09:58:07.491Z] [2025-07-07T09:58:07.491Z] #202 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:58:07.491Z] #202 DONE 0.3s [2025-07-07T09:58:07.491Z] [2025-07-07T09:58:07.491Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-07T09:58:07.760Z] #153 ... [2025-07-07T09:58:07.760Z] [2025-07-07T09:58:07.760Z] #203 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:58:08.028Z] #203 ... [2025-07-07T09:58:08.028Z] [2025-07-07T09:58:08.028Z] #204 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:58:08.028Z] #204 DONE 0.5s [2025-07-07T09:58:08.296Z] [2025-07-07T09:58:08.296Z] #205 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:58:08.296Z] #205 DONE 0.3s [2025-07-07T09:58:08.296Z] [2025-07-07T09:58:08.296Z] #203 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:58:08.296Z] #203 DONE 0.5s [2025-07-07T09:58:08.296Z] [2025-07-07T09:58:08.296Z] #206 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-07-07T09:58:08.575Z] #206 ... [2025-07-07T09:58:08.575Z] [2025-07-07T09:58:08.575Z] #207 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:58:08.575Z] #207 DONE 0.3s [2025-07-07T09:58:08.847Z] [2025-07-07T09:58:08.847Z] #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-07-07T09:58:08.847Z] #208 ... [2025-07-07T09:58:08.847Z] [2025-07-07T09:58:08.847Z] #209 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-07-07T09:58:08.847Z] #209 DONE 0.7s [2025-07-07T09:58:09.124Z] [2025-07-07T09:58:09.124Z] #206 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-07-07T09:58:09.124Z] #206 DONE 0.8s [2025-07-07T09:58:09.124Z] [2025-07-07T09:58:09.124Z] #210 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-07-07T09:58:09.124Z] #210 ... [2025-07-07T09:58:09.124Z] [2025-07-07T09:58:09.124Z] #211 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-07-07T09:58:09.124Z] #211 DONE 0.4s [2025-07-07T09:58:09.399Z] [2025-07-07T09:58:09.399Z] #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-07-07T09:58:09.399Z] #208 DONE 0.8s [2025-07-07T09:58:09.399Z] [2025-07-07T09:58:09.399Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-07-07T09:58:09.399Z] #212 ... [2025-07-07T09:58:09.399Z] [2025-07-07T09:58:09.399Z] #210 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-07-07T09:58:09.399Z] #210 DONE 0.4s [2025-07-07T09:58:09.669Z] [2025-07-07T09:58:09.669Z] #108 [core-keeper] exporting to image [2025-07-07T09:58:09.669Z] #108 exporting layers [2025-07-07T09:58:09.953Z] #108 ... [2025-07-07T09:58:09.953Z] [2025-07-07T09:58:09.953Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-07-07T09:58:09.953Z] #212 DONE 0.5s [2025-07-07T09:58:10.221Z] [2025-07-07T09:58:10.221Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-07-07T09:58:10.221Z] #213 DONE 0.3s [2025-07-07T09:58:10.221Z] [2025-07-07T09:58:10.221Z] #108 [core-metadata] exporting to image [2025-07-07T09:58:10.488Z] #108 exporting layers 1.1s done [2025-07-07T09:58:10.488Z] #108 writing image sha256:30ea260ee9ba6b0b9985504018954858fc36025e3f492cec3923e1bc93748f4a 0.0s done [2025-07-07T09:58:10.488Z] #108 naming to docker.io/library/core-data-arm64 [2025-07-07T09:58:10.488Z] #108 exporting layers 1.1s done [2025-07-07T09:58:10.488Z] #108 naming to docker.io/library/core-data-arm64 done [2025-07-07T09:58:10.488Z] #108 writing image sha256:a4428708b9b8de8e61cba15a36f36be2bf170e45a4f77579e12d0493394da11e done [2025-07-07T09:58:10.488Z] #108 naming to docker.io/library/core-keeper-arm64 done [2025-07-07T09:58:10.756Z] #108 exporting layers 0.5s done [2025-07-07T09:58:10.756Z] #108 writing image sha256:8cf15566271c21c325f33d094c3937aeed2e09d6c76181ed35f085c3099e1f39 done [2025-07-07T09:58:10.756Z] #108 naming to docker.io/library/core-metadata-arm64 done [2025-07-07T09:58:10.756Z] #108 DONE 12.0s [2025-07-07T09:58:10.756Z] [2025-07-07T09:58:10.756Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-07T09:58:42.983Z] #153 DONE 2334.2s [2025-07-07T09:58:42.983Z] [2025-07-07T09:58:42.983Z] #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-07T09:58:42.983Z] #49 ... [2025-07-07T09:58:42.983Z] [2025-07-07T09:58:42.983Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:58:42.983Z] #214 DONE 0.2s [2025-07-07T09:58:42.983Z] [2025-07-07T09:58:42.983Z] #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-07T09:58:42.983Z] #49 ... [2025-07-07T09:58:42.983Z] [2025-07-07T09:58:42.983Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:58:42.983Z] #215 DONE 0.1s [2025-07-07T09:58:42.983Z] [2025-07-07T09:58:42.983Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-07-07T09:58:43.563Z] #216 DONE 0.6s [2025-07-07T09:58:43.563Z] [2025-07-07T09:58:43.563Z] #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-07T09:58:43.563Z] #49 ... [2025-07-07T09:58:43.563Z] [2025-07-07T09:58:43.563Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-07-07T09:58:43.563Z] #217 DONE 0.1s [2025-07-07T09:58:43.830Z] [2025-07-07T09:58:43.830Z] #108 [support-scheduler] exporting to image [2025-07-07T09:58:43.830Z] #108 exporting layers [2025-07-07T09:58:45.236Z] #108 exporting layers 1.2s done [2025-07-07T09:58:45.236Z] #108 writing image sha256:dd849755968598a74259c5a1b0658c51f80f3fa17d6f5f36560b97bbfd93e550 done [2025-07-07T09:58:45.236Z] #108 naming to docker.io/library/support-scheduler-arm64 done [2025-07-07T09:58:45.236Z] #108 DONE 13.2s [2025-07-07T09:58:45.236Z] [2025-07-07T09:58:45.236Z] #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-07T09:58:49.476Z] #49 ... [2025-07-07T09:58:49.477Z] [2025-07-07T09:58:49.477Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-07T09:58:49.477Z] #146 DONE 2341.3s [2025-07-07T09:58:49.477Z] [2025-07-07T09:58:49.477Z] #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-07T09:58:50.057Z] #49 ... [2025-07-07T09:58:50.057Z] [2025-07-07T09:58:50.057Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-07T09:58:50.057Z] #218 DONE 0.1s [2025-07-07T09:58:50.057Z] [2025-07-07T09:58:50.057Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-07T09:58:50.057Z] #219 DONE 0.1s [2025-07-07T09:58:50.057Z] [2025-07-07T09:58:50.057Z] #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-07T09:58:50.330Z] #49 ... [2025-07-07T09:58:50.330Z] [2025-07-07T09:58:50.330Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-07-07T09:58:50.600Z] #220 DONE 0.5s [2025-07-07T09:58:50.600Z] [2025-07-07T09:58:50.600Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-07-07T09:58:50.866Z] #221 DONE 0.1s [2025-07-07T09:58:50.866Z] [2025-07-07T09:58:50.866Z] #108 [support-notifications] exporting to image [2025-07-07T09:58:50.866Z] #108 exporting layers [2025-07-07T09:58:51.448Z] #108 exporting layers 0.6s done [2025-07-07T09:58:51.448Z] #108 writing image sha256:a062277b7fa56e5d0bb69ea86618813c54fcd17655f8a49e9187180496fac64d done [2025-07-07T09:58:51.448Z] #108 naming to docker.io/library/support-notifications-arm64 done [2025-07-07T09:58:51.448Z] #108 DONE 13.8s [2025-07-07T09:58:51.448Z] [2025-07-07T09:58:51.448Z] #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-07T09:58:51.448Z] time="2025-07-07T09:17:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:58:51.448Z] time="2025-07-07T09:17:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:58:51.448Z] time="2025-07-07T09:17:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:58:51.448Z] time="2025-07-07T09:17:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:58:51.448Z] time="2025-07-07T09:17:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:58:51.448Z] time="2025-07-07T09:17:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:58:51.448Z] time="2025-07-07T09:17:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:58:51.448Z] time="2025-07-07T09:17:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:58:51.448Z] time="2025-07-07T09:17:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:58:51.448Z] time="2025-07-07T09:17:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:58:51.448Z] time="2025-07-07T09:17:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:58:51.448Z] time="2025-07-07T09:17:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:58:51.448Z] time="2025-07-07T09:17:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:58:51.448Z] time="2025-07-07T09:17:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-07T09:58:51.448Z] time="2025-07-07T09:17:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-07-07T09:58:51.463Z] $ docker stop --time=1 aa6cdb20c0e9911371857d0ac8c98bf796977ee420163bfa9dec2e365e770fab [2025-07-07T09:58:53.217Z] $ docker rm -f --volumes aa6cdb20c0e9911371857d0ac8c98bf796977ee420163bfa9dec2e365e770fab [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-07T09:58:53.751Z] + docker images [2025-07-07T09:58:53.751Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-07-07T09:58:53.751Z] support-notifications-arm64 latest a062277b7fa5 3 seconds ago 52.6MB [2025-07-07T09:58:53.751Z] support-scheduler-arm64 latest dd8497559685 10 seconds ago 48.9MB [2025-07-07T09:58:53.751Z] core-metadata-arm64 latest 8cf15566271c 43 seconds ago 33.6MB [2025-07-07T09:58:53.751Z] core-keeper-arm64 latest a4428708b9b8 44 seconds ago 33MB [2025-07-07T09:58:53.751Z] core-data-arm64 latest 30ea260ee9ba 44 seconds ago 33.4MB [2025-07-07T09:58:53.751Z] security-proxy-auth-arm64 latest 05b07fb10506 52 seconds ago 32.3MB [2025-07-07T09:58:53.751Z] security-spiffe-token-provider-arm64 latest 0cb6845b5bb0 About a minute ago 48.4MB [2025-07-07T09:58:53.751Z] security-secretstore-setup-arm64 latest fb58d2f222e5 2 minutes ago 68.5MB [2025-07-07T09:58:53.751Z] security-proxy-setup-arm64 latest f64295e402c1 2 minutes ago 39MB [2025-07-07T09:58:53.751Z] core-command-arm64 latest 8e831e588f6f 3 minutes ago 29MB [2025-07-07T09:58:53.751Z] security-bootstrapper-arm64 latest 139695d8f8b3 19 minutes ago 21.1MB [2025-07-07T09:58:53.751Z] core-common-config-bootstrapper-arm64 latest ccd4140050e9 20 minutes ago 18MB [2025-07-07T09:58:53.751Z] security-spire-agent-arm64 latest 1f34292edfe9 40 minutes ago 187MB [2025-07-07T09:58:53.751Z] security-spire-server-arm64 latest 42b63079504d 40 minutes ago 144MB [2025-07-07T09:58:53.751Z] security-spire-config-arm64 latest e3e742b3d599 40 minutes ago 143MB [2025-07-07T09:58:53.751Z] ci-base-image-arm64 latest d5842908e703 42 minutes ago 909MB [2025-07-07T09:58:53.751Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 2 weeks ago 560MB [2025-07-07T09:58:53.751Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-07T09:58:53.917Z] provisioning config files... [2025-07-07T09:58:53.933Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/869@tmp/config9291281944056726660tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-07T09:58:54.280Z] ---> ****-login.sh [2025-07-07T09:58:54.280Z] nexus3.edgexfoundry.org:10001 [2025-07-07T09:58:54.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:58:54.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-07T09:58:54.547Z] Configure a credential helper to remove this warning. See [2025-07-07T09:58:54.547Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-07T09:58:54.547Z] [2025-07-07T09:58:54.547Z] Login Succeeded [2025-07-07T09:58:54.547Z] nexus3.edgexfoundry.org:10002 [2025-07-07T09:58:54.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:58:55.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-07T09:58:55.080Z] Configure a credential helper to remove this warning. See [2025-07-07T09:58:55.080Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-07T09:58:55.080Z] [2025-07-07T09:58:55.080Z] Login Succeeded [2025-07-07T09:58:55.080Z] nexus3.edgexfoundry.org:10003 [2025-07-07T09:58:55.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:58:55.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-07T09:58:55.346Z] Configure a credential helper to remove this warning. See [2025-07-07T09:58:55.346Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-07T09:58:55.346Z] [2025-07-07T09:58:55.346Z] Login Succeeded [2025-07-07T09:58:55.346Z] nexus3.edgexfoundry.org:10004 [2025-07-07T09:58:55.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:58:55.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-07T09:58:55.876Z] Configure a credential helper to remove this warning. See [2025-07-07T09:58:55.876Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-07T09:58:55.876Z] [2025-07-07T09:58:55.876Z] Login Succeeded [2025-07-07T09:58:55.876Z] ****.io [2025-07-07T09:58:56.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-07T09:58:56.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-07T09:58:56.404Z] Configure a credential helper to remove this warning. See [2025-07-07T09:58:56.404Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-07T09:58:56.404Z] [2025-07-07T09:58:56.404Z] Login Succeeded [2025-07-07T09:58:56.405Z] ---> ****-login.sh ends [Pipeline] } [2025-07-07T09:58:56.416Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:58:56.465Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-07T09:58:56.500Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-07-07T09:58:56.500Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:58:56.500Z] latest [2025-07-07T09:58:56.500Z] 4.1.0-dev.37 [2025-07-07T09:58:56.500Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:58:56.500Z] main [2025-07-07T09:58:56.500Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:58:56.881Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:58:57.237Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:58:57.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-07-07T09:58:57.237Z] fb37a46b86d5: Preparing [2025-07-07T09:58:57.237Z] c09ef14041c9: Preparing [2025-07-07T09:58:57.237Z] 1e44795238f5: Preparing [2025-07-07T09:58:57.237Z] b68a086bd03d: Preparing [2025-07-07T09:58:57.237Z] 03e3ff08f12f: Preparing [2025-07-07T09:58:57.237Z] 50f5dcf32e2b: Preparing [2025-07-07T09:58:57.237Z] dd9c8f8612c8: Preparing [2025-07-07T09:58:57.237Z] 50f5dcf32e2b: Waiting [2025-07-07T09:58:57.237Z] dd9c8f8612c8: Waiting [2025-07-07T09:58:57.503Z] fb37a46b86d5: Pushed [2025-07-07T09:58:57.503Z] b68a086bd03d: Pushed [2025-07-07T09:58:57.503Z] 03e3ff08f12f: Pushed [2025-07-07T09:58:57.503Z] 1e44795238f5: Pushed [2025-07-07T09:58:57.503Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:58:57.503Z] 50f5dcf32e2b: Pushed [2025-07-07T09:59:02.833Z] c09ef14041c9: Pushed [2025-07-07T09:59:02.833Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:7cbc29fec204109b4834359b56612d1511acae8c3f9fc1e5fb145668f119c454 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:03.197Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:03.563Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-07-07T09:59:03.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-07-07T09:59:03.563Z] fb37a46b86d5: Preparing [2025-07-07T09:59:03.563Z] c09ef14041c9: Preparing [2025-07-07T09:59:03.563Z] 1e44795238f5: Preparing [2025-07-07T09:59:03.563Z] b68a086bd03d: Preparing [2025-07-07T09:59:03.563Z] 03e3ff08f12f: Preparing [2025-07-07T09:59:03.563Z] 50f5dcf32e2b: Preparing [2025-07-07T09:59:03.563Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:03.563Z] 50f5dcf32e2b: Waiting [2025-07-07T09:59:03.564Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:03.564Z] 03e3ff08f12f: Layer already exists [2025-07-07T09:59:03.564Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:03.564Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:03.564Z] c09ef14041c9: Layer already exists [2025-07-07T09:59:03.564Z] fb37a46b86d5: Layer already exists [2025-07-07T09:59:03.564Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:03.564Z] 50f5dcf32e2b: Layer already exists [2025-07-07T09:59:03.832Z] latest: digest: sha256:7cbc29fec204109b4834359b56612d1511acae8c3f9fc1e5fb145668f119c454 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:04.186Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:04.547Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.37 [2025-07-07T09:59:04.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-07-07T09:59:04.547Z] fb37a46b86d5: Preparing [2025-07-07T09:59:04.547Z] c09ef14041c9: Preparing [2025-07-07T09:59:04.547Z] 1e44795238f5: Preparing [2025-07-07T09:59:04.547Z] b68a086bd03d: Preparing [2025-07-07T09:59:04.547Z] 03e3ff08f12f: Preparing [2025-07-07T09:59:04.547Z] 50f5dcf32e2b: Preparing [2025-07-07T09:59:04.547Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:04.547Z] 50f5dcf32e2b: Waiting [2025-07-07T09:59:04.547Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:04.547Z] c09ef14041c9: Layer already exists [2025-07-07T09:59:04.547Z] fb37a46b86d5: Layer already exists [2025-07-07T09:59:04.547Z] 03e3ff08f12f: Layer already exists [2025-07-07T09:59:04.547Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:04.547Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:04.547Z] 50f5dcf32e2b: Layer already exists [2025-07-07T09:59:04.547Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:04.813Z] 4.1.0-dev.37: digest: sha256:7cbc29fec204109b4834359b56612d1511acae8c3f9fc1e5fb145668f119c454 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:05.168Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:05.521Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:59:05.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-07-07T09:59:05.521Z] fb37a46b86d5: Preparing [2025-07-07T09:59:05.521Z] c09ef14041c9: Preparing [2025-07-07T09:59:05.521Z] 1e44795238f5: Preparing [2025-07-07T09:59:05.521Z] b68a086bd03d: Preparing [2025-07-07T09:59:05.521Z] 03e3ff08f12f: Preparing [2025-07-07T09:59:05.521Z] 50f5dcf32e2b: Preparing [2025-07-07T09:59:05.521Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:05.521Z] 50f5dcf32e2b: Waiting [2025-07-07T09:59:05.521Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:05.521Z] 03e3ff08f12f: Layer already exists [2025-07-07T09:59:05.521Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:05.521Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:05.521Z] c09ef14041c9: Layer already exists [2025-07-07T09:59:05.521Z] fb37a46b86d5: Layer already exists [2025-07-07T09:59:05.521Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:05.521Z] 50f5dcf32e2b: Layer already exists [2025-07-07T09:59:05.787Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:7cbc29fec204109b4834359b56612d1511acae8c3f9fc1e5fb145668f119c454 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:06.147Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:06.504Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-07-07T09:59:06.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-07-07T09:59:06.504Z] fb37a46b86d5: Preparing [2025-07-07T09:59:06.504Z] c09ef14041c9: Preparing [2025-07-07T09:59:06.504Z] 1e44795238f5: Preparing [2025-07-07T09:59:06.504Z] b68a086bd03d: Preparing [2025-07-07T09:59:06.504Z] 03e3ff08f12f: Preparing [2025-07-07T09:59:06.504Z] 50f5dcf32e2b: Preparing [2025-07-07T09:59:06.504Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:06.504Z] 50f5dcf32e2b: Waiting [2025-07-07T09:59:06.504Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:06.504Z] fb37a46b86d5: Layer already exists [2025-07-07T09:59:06.504Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:06.504Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:06.504Z] 03e3ff08f12f: Layer already exists [2025-07-07T09:59:06.504Z] c09ef14041c9: Layer already exists [2025-07-07T09:59:06.770Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:06.770Z] 50f5dcf32e2b: Layer already exists [2025-07-07T09:59:06.770Z] main: digest: sha256:7cbc29fec204109b4834359b56612d1511acae8c3f9fc1e5fb145668f119c454 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:59:06.847Z] ===================================================== [Pipeline] echo [2025-07-07T09:59:06.859Z] taggedImages: [2025-07-07T09:59:06.859Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:59:06.859Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-07-07T09:59:06.859Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.37 [2025-07-07T09:59:06.859Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:59:06.859Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-07-07T09:59:06.886Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-07-07T09:59:06.886Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:59:06.886Z] latest [2025-07-07T09:59:06.886Z] 4.1.0-dev.37 [2025-07-07T09:59:06.886Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:59:06.886Z] main [2025-07-07T09:59:06.886Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:07.254Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:07.619Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:59:07.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-07-07T09:59:07.619Z] 96dab1373e19: Preparing [2025-07-07T09:59:07.619Z] 67e93df8f0eb: Preparing [2025-07-07T09:59:07.619Z] a28f472b59de: Preparing [2025-07-07T09:59:07.619Z] 1af7e22b5815: Preparing [2025-07-07T09:59:07.619Z] 1e44795238f5: Preparing [2025-07-07T09:59:07.619Z] b68a086bd03d: Preparing [2025-07-07T09:59:07.619Z] 03e3ff08f12f: Preparing [2025-07-07T09:59:07.619Z] 50f5dcf32e2b: Preparing [2025-07-07T09:59:07.619Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:07.619Z] 03e3ff08f12f: Waiting [2025-07-07T09:59:07.619Z] b68a086bd03d: Waiting [2025-07-07T09:59:07.619Z] 50f5dcf32e2b: Waiting [2025-07-07T09:59:07.619Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:07.619Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:07.887Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:07.887Z] 67e93df8f0eb: Pushed [2025-07-07T09:59:07.887Z] 03e3ff08f12f: Layer already exists [2025-07-07T09:59:07.887Z] a28f472b59de: Pushed [2025-07-07T09:59:07.887Z] 50f5dcf32e2b: Layer already exists [2025-07-07T09:59:07.887Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:07.887Z] 96dab1373e19: Pushed [2025-07-07T09:59:09.826Z] 1af7e22b5815: Pushed [2025-07-07T09:59:09.826Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:938af77d80c70a4c9e6e427c2ee2ab56293634d1ea6811f111a091886bbe9cf8 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:10.163Z] + 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-07-07T09:59:10.523Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-07-07T09:59:10.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-07-07T09:59:10.523Z] 96dab1373e19: Preparing [2025-07-07T09:59:10.523Z] 67e93df8f0eb: Preparing [2025-07-07T09:59:10.523Z] a28f472b59de: Preparing [2025-07-07T09:59:10.523Z] 1af7e22b5815: Preparing [2025-07-07T09:59:10.523Z] 1e44795238f5: Preparing [2025-07-07T09:59:10.523Z] b68a086bd03d: Preparing [2025-07-07T09:59:10.523Z] 03e3ff08f12f: Preparing [2025-07-07T09:59:10.523Z] 50f5dcf32e2b: Preparing [2025-07-07T09:59:10.523Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:10.523Z] b68a086bd03d: Waiting [2025-07-07T09:59:10.523Z] 03e3ff08f12f: Waiting [2025-07-07T09:59:10.523Z] 50f5dcf32e2b: Waiting [2025-07-07T09:59:10.523Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:10.523Z] 67e93df8f0eb: Layer already exists [2025-07-07T09:59:10.523Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:10.523Z] 1af7e22b5815: Layer already exists [2025-07-07T09:59:10.523Z] 96dab1373e19: Layer already exists [2025-07-07T09:59:10.523Z] a28f472b59de: Layer already exists [2025-07-07T09:59:10.523Z] 03e3ff08f12f: Layer already exists [2025-07-07T09:59:10.523Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:10.523Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:10.523Z] 50f5dcf32e2b: Layer already exists [2025-07-07T09:59:10.789Z] latest: digest: sha256:938af77d80c70a4c9e6e427c2ee2ab56293634d1ea6811f111a091886bbe9cf8 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:11.143Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:11.497Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.37 [2025-07-07T09:59:11.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-07-07T09:59:11.497Z] 96dab1373e19: Preparing [2025-07-07T09:59:11.497Z] 67e93df8f0eb: Preparing [2025-07-07T09:59:11.497Z] a28f472b59de: Preparing [2025-07-07T09:59:11.497Z] 1af7e22b5815: Preparing [2025-07-07T09:59:11.497Z] 1e44795238f5: Preparing [2025-07-07T09:59:11.497Z] b68a086bd03d: Preparing [2025-07-07T09:59:11.497Z] 03e3ff08f12f: Preparing [2025-07-07T09:59:11.497Z] 50f5dcf32e2b: Preparing [2025-07-07T09:59:11.497Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:11.497Z] 03e3ff08f12f: Waiting [2025-07-07T09:59:11.497Z] 50f5dcf32e2b: Waiting [2025-07-07T09:59:11.497Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:11.497Z] b68a086bd03d: Waiting [2025-07-07T09:59:11.497Z] 1af7e22b5815: Layer already exists [2025-07-07T09:59:11.497Z] 96dab1373e19: Layer already exists [2025-07-07T09:59:11.497Z] a28f472b59de: Layer already exists [2025-07-07T09:59:11.497Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:11.497Z] 67e93df8f0eb: Layer already exists [2025-07-07T09:59:11.497Z] 03e3ff08f12f: Layer already exists [2025-07-07T09:59:11.497Z] 50f5dcf32e2b: Layer already exists [2025-07-07T09:59:11.497Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:11.497Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:11.764Z] 4.1.0-dev.37: digest: sha256:938af77d80c70a4c9e6e427c2ee2ab56293634d1ea6811f111a091886bbe9cf8 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:12.126Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:12.494Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:59:12.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-07-07T09:59:12.494Z] 96dab1373e19: Preparing [2025-07-07T09:59:12.494Z] 67e93df8f0eb: Preparing [2025-07-07T09:59:12.494Z] a28f472b59de: Preparing [2025-07-07T09:59:12.494Z] 1af7e22b5815: Preparing [2025-07-07T09:59:12.494Z] 1e44795238f5: Preparing [2025-07-07T09:59:12.494Z] b68a086bd03d: Preparing [2025-07-07T09:59:12.494Z] 03e3ff08f12f: Preparing [2025-07-07T09:59:12.494Z] 50f5dcf32e2b: Preparing [2025-07-07T09:59:12.494Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:12.494Z] 03e3ff08f12f: Waiting [2025-07-07T09:59:12.494Z] 50f5dcf32e2b: Waiting [2025-07-07T09:59:12.494Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:12.494Z] b68a086bd03d: Waiting [2025-07-07T09:59:12.494Z] 67e93df8f0eb: Layer already exists [2025-07-07T09:59:12.494Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:12.494Z] 96dab1373e19: Layer already exists [2025-07-07T09:59:12.494Z] 1af7e22b5815: Layer already exists [2025-07-07T09:59:12.494Z] a28f472b59de: Layer already exists [2025-07-07T09:59:12.494Z] 50f5dcf32e2b: Layer already exists [2025-07-07T09:59:12.494Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:12.494Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:12.494Z] 03e3ff08f12f: Layer already exists [2025-07-07T09:59:12.762Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:938af77d80c70a4c9e6e427c2ee2ab56293634d1ea6811f111a091886bbe9cf8 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:13.121Z] + 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-07-07T09:59:13.480Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-07-07T09:59:13.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-07-07T09:59:13.480Z] 96dab1373e19: Preparing [2025-07-07T09:59:13.480Z] 67e93df8f0eb: Preparing [2025-07-07T09:59:13.480Z] a28f472b59de: Preparing [2025-07-07T09:59:13.480Z] 1af7e22b5815: Preparing [2025-07-07T09:59:13.480Z] 1e44795238f5: Preparing [2025-07-07T09:59:13.480Z] b68a086bd03d: Preparing [2025-07-07T09:59:13.480Z] 03e3ff08f12f: Preparing [2025-07-07T09:59:13.480Z] 50f5dcf32e2b: Preparing [2025-07-07T09:59:13.480Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:13.480Z] b68a086bd03d: Waiting [2025-07-07T09:59:13.480Z] 50f5dcf32e2b: Waiting [2025-07-07T09:59:13.480Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:13.480Z] 67e93df8f0eb: Layer already exists [2025-07-07T09:59:13.480Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:13.480Z] 1af7e22b5815: Layer already exists [2025-07-07T09:59:13.480Z] a28f472b59de: Layer already exists [2025-07-07T09:59:13.480Z] 96dab1373e19: Layer already exists [2025-07-07T09:59:13.480Z] 03e3ff08f12f: Layer already exists [2025-07-07T09:59:13.480Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:13.480Z] 50f5dcf32e2b: Layer already exists [2025-07-07T09:59:13.480Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:13.751Z] main: digest: sha256:938af77d80c70a4c9e6e427c2ee2ab56293634d1ea6811f111a091886bbe9cf8 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:59:13.823Z] ===================================================== [Pipeline] echo [2025-07-07T09:59:13.836Z] taggedImages: [2025-07-07T09:59:13.836Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:59:13.836Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-07-07T09:59:13.836Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.37 [2025-07-07T09:59:13.836Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:59:13.836Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-07-07T09:59:13.862Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-07-07T09:59:13.862Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:59:13.862Z] latest [2025-07-07T09:59:13.862Z] 4.1.0-dev.37 [2025-07-07T09:59:13.862Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:59:13.862Z] main [2025-07-07T09:59:13.862Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:14.242Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:14.591Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:59:14.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-07-07T09:59:14.591Z] 33e06ab98bbb: Preparing [2025-07-07T09:59:14.591Z] 7e69f6ef6fc7: Preparing [2025-07-07T09:59:14.591Z] 1e44795238f5: Preparing [2025-07-07T09:59:14.591Z] b68a086bd03d: Preparing [2025-07-07T09:59:14.591Z] cbcb93ffd26e: Preparing [2025-07-07T09:59:14.591Z] a71b21ddfb4a: Preparing [2025-07-07T09:59:14.591Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:14.591Z] a71b21ddfb4a: Waiting [2025-07-07T09:59:14.591Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:14.591Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:14.592Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:14.858Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:14.858Z] cbcb93ffd26e: Pushed [2025-07-07T09:59:14.858Z] 33e06ab98bbb: Pushed [2025-07-07T09:59:14.858Z] a71b21ddfb4a: Pushed [2025-07-07T09:59:20.187Z] 7e69f6ef6fc7: Pushed [2025-07-07T09:59:20.455Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:ac304873a25baf787ed63f7989323a6f703f4a94a3781b54971bb59bfb9a50a3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:20.820Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:21.184Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-07-07T09:59:21.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-07-07T09:59:21.184Z] 33e06ab98bbb: Preparing [2025-07-07T09:59:21.184Z] 7e69f6ef6fc7: Preparing [2025-07-07T09:59:21.184Z] 1e44795238f5: Preparing [2025-07-07T09:59:21.184Z] b68a086bd03d: Preparing [2025-07-07T09:59:21.184Z] cbcb93ffd26e: Preparing [2025-07-07T09:59:21.184Z] a71b21ddfb4a: Preparing [2025-07-07T09:59:21.184Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:21.184Z] a71b21ddfb4a: Waiting [2025-07-07T09:59:21.184Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:21.184Z] 33e06ab98bbb: Layer already exists [2025-07-07T09:59:21.184Z] cbcb93ffd26e: Layer already exists [2025-07-07T09:59:21.184Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:21.184Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:21.184Z] 7e69f6ef6fc7: Layer already exists [2025-07-07T09:59:21.184Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:21.184Z] a71b21ddfb4a: Layer already exists [2025-07-07T09:59:21.451Z] latest: digest: sha256:ac304873a25baf787ed63f7989323a6f703f4a94a3781b54971bb59bfb9a50a3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:21.808Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:22.171Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.37 [2025-07-07T09:59:22.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-07-07T09:59:22.171Z] 33e06ab98bbb: Preparing [2025-07-07T09:59:22.171Z] 7e69f6ef6fc7: Preparing [2025-07-07T09:59:22.171Z] 1e44795238f5: Preparing [2025-07-07T09:59:22.171Z] b68a086bd03d: Preparing [2025-07-07T09:59:22.171Z] cbcb93ffd26e: Preparing [2025-07-07T09:59:22.171Z] a71b21ddfb4a: Preparing [2025-07-07T09:59:22.171Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:22.171Z] a71b21ddfb4a: Waiting [2025-07-07T09:59:22.171Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:22.171Z] cbcb93ffd26e: Layer already exists [2025-07-07T09:59:22.171Z] 7e69f6ef6fc7: Layer already exists [2025-07-07T09:59:22.171Z] 33e06ab98bbb: Layer already exists [2025-07-07T09:59:22.171Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:22.171Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:22.171Z] a71b21ddfb4a: Layer already exists [2025-07-07T09:59:22.171Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:22.438Z] 4.1.0-dev.37: digest: sha256:ac304873a25baf787ed63f7989323a6f703f4a94a3781b54971bb59bfb9a50a3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:22.798Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:23.146Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:59:23.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-07-07T09:59:23.146Z] 33e06ab98bbb: Preparing [2025-07-07T09:59:23.146Z] 7e69f6ef6fc7: Preparing [2025-07-07T09:59:23.146Z] 1e44795238f5: Preparing [2025-07-07T09:59:23.146Z] b68a086bd03d: Preparing [2025-07-07T09:59:23.146Z] cbcb93ffd26e: Preparing [2025-07-07T09:59:23.146Z] a71b21ddfb4a: Preparing [2025-07-07T09:59:23.146Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:23.146Z] a71b21ddfb4a: Waiting [2025-07-07T09:59:23.146Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:23.146Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:23.146Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:23.146Z] 33e06ab98bbb: Layer already exists [2025-07-07T09:59:23.146Z] cbcb93ffd26e: Layer already exists [2025-07-07T09:59:23.146Z] 7e69f6ef6fc7: Layer already exists [2025-07-07T09:59:23.146Z] a71b21ddfb4a: Layer already exists [2025-07-07T09:59:23.146Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:23.412Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:ac304873a25baf787ed63f7989323a6f703f4a94a3781b54971bb59bfb9a50a3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:23.769Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:24.135Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-07-07T09:59:24.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-07-07T09:59:24.135Z] 33e06ab98bbb: Preparing [2025-07-07T09:59:24.135Z] 7e69f6ef6fc7: Preparing [2025-07-07T09:59:24.135Z] 1e44795238f5: Preparing [2025-07-07T09:59:24.135Z] b68a086bd03d: Preparing [2025-07-07T09:59:24.135Z] cbcb93ffd26e: Preparing [2025-07-07T09:59:24.135Z] a71b21ddfb4a: Preparing [2025-07-07T09:59:24.135Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:24.135Z] a71b21ddfb4a: Waiting [2025-07-07T09:59:24.135Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:24.135Z] cbcb93ffd26e: Layer already exists [2025-07-07T09:59:24.135Z] 33e06ab98bbb: Layer already exists [2025-07-07T09:59:24.135Z] 7e69f6ef6fc7: Layer already exists [2025-07-07T09:59:24.135Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:24.135Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:24.135Z] a71b21ddfb4a: Layer already exists [2025-07-07T09:59:24.135Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:24.402Z] main: digest: sha256:ac304873a25baf787ed63f7989323a6f703f4a94a3781b54971bb59bfb9a50a3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:59:24.473Z] ===================================================== [Pipeline] echo [2025-07-07T09:59:24.490Z] taggedImages: [2025-07-07T09:59:24.490Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:59:24.490Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-07-07T09:59:24.490Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.37 [2025-07-07T09:59:24.490Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:59:24.490Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-07-07T09:59:24.516Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-07-07T09:59:24.516Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:59:24.516Z] latest [2025-07-07T09:59:24.516Z] 4.1.0-dev.37 [2025-07-07T09:59:24.516Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:59:24.516Z] main [2025-07-07T09:59:24.516Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:24.881Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:25.235Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:59:25.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-07-07T09:59:25.235Z] a47cae1db056: Preparing [2025-07-07T09:59:25.235Z] 2d17724a464a: Preparing [2025-07-07T09:59:25.235Z] b68a086bd03d: Preparing [2025-07-07T09:59:25.235Z] 55154b0aaf80: Preparing [2025-07-07T09:59:25.235Z] feea92b9764b: Preparing [2025-07-07T09:59:25.235Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:25.235Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:25.499Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:25.499Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:25.499Z] feea92b9764b: Pushed [2025-07-07T09:59:25.499Z] a47cae1db056: Pushed [2025-07-07T09:59:25.499Z] 55154b0aaf80: Pushed [2025-07-07T09:59:30.819Z] 2d17724a464a: Pushed [2025-07-07T09:59:31.083Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:c22239938997d8cb236ed80de4c31397c4e06ebda22646c28b1e2baf855729b1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:31.429Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:31.782Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-07-07T09:59:31.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-07-07T09:59:31.782Z] a47cae1db056: Preparing [2025-07-07T09:59:31.782Z] 2d17724a464a: Preparing [2025-07-07T09:59:31.782Z] b68a086bd03d: Preparing [2025-07-07T09:59:31.782Z] 55154b0aaf80: Preparing [2025-07-07T09:59:31.782Z] feea92b9764b: Preparing [2025-07-07T09:59:31.782Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:31.782Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:31.782Z] 55154b0aaf80: Layer already exists [2025-07-07T09:59:31.782Z] a47cae1db056: Layer already exists [2025-07-07T09:59:31.782Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:31.782Z] feea92b9764b: Layer already exists [2025-07-07T09:59:31.782Z] 2d17724a464a: Layer already exists [2025-07-07T09:59:31.782Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:32.047Z] latest: digest: sha256:c22239938997d8cb236ed80de4c31397c4e06ebda22646c28b1e2baf855729b1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:32.394Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:32.805Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.37 [2025-07-07T09:59:32.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-07-07T09:59:32.805Z] a47cae1db056: Preparing [2025-07-07T09:59:32.805Z] 2d17724a464a: Preparing [2025-07-07T09:59:32.805Z] b68a086bd03d: Preparing [2025-07-07T09:59:32.805Z] 55154b0aaf80: Preparing [2025-07-07T09:59:32.805Z] feea92b9764b: Preparing [2025-07-07T09:59:32.805Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:32.805Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:32.805Z] feea92b9764b: Layer already exists [2025-07-07T09:59:32.805Z] 55154b0aaf80: Layer already exists [2025-07-07T09:59:32.805Z] 2d17724a464a: Layer already exists [2025-07-07T09:59:32.805Z] a47cae1db056: Layer already exists [2025-07-07T09:59:32.805Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:32.805Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:33.074Z] 4.1.0-dev.37: digest: sha256:c22239938997d8cb236ed80de4c31397c4e06ebda22646c28b1e2baf855729b1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:33.436Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:33.796Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:59:33.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-07-07T09:59:33.796Z] a47cae1db056: Preparing [2025-07-07T09:59:33.796Z] 2d17724a464a: Preparing [2025-07-07T09:59:33.796Z] b68a086bd03d: Preparing [2025-07-07T09:59:33.796Z] 55154b0aaf80: Preparing [2025-07-07T09:59:33.796Z] feea92b9764b: Preparing [2025-07-07T09:59:33.796Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:33.796Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:33.796Z] a47cae1db056: Layer already exists [2025-07-07T09:59:33.796Z] 2d17724a464a: Layer already exists [2025-07-07T09:59:33.796Z] feea92b9764b: Layer already exists [2025-07-07T09:59:33.796Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:33.796Z] 55154b0aaf80: Layer already exists [2025-07-07T09:59:33.796Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:34.069Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:c22239938997d8cb236ed80de4c31397c4e06ebda22646c28b1e2baf855729b1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:34.439Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:34.797Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-07-07T09:59:34.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-07-07T09:59:34.798Z] a47cae1db056: Preparing [2025-07-07T09:59:34.798Z] 2d17724a464a: Preparing [2025-07-07T09:59:34.798Z] b68a086bd03d: Preparing [2025-07-07T09:59:34.798Z] 55154b0aaf80: Preparing [2025-07-07T09:59:34.798Z] feea92b9764b: Preparing [2025-07-07T09:59:34.798Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:34.798Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:34.798Z] 55154b0aaf80: Layer already exists [2025-07-07T09:59:34.798Z] a47cae1db056: Layer already exists [2025-07-07T09:59:34.798Z] 2d17724a464a: Layer already exists [2025-07-07T09:59:34.798Z] feea92b9764b: Layer already exists [2025-07-07T09:59:34.798Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:34.798Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:34.798Z] main: digest: sha256:c22239938997d8cb236ed80de4c31397c4e06ebda22646c28b1e2baf855729b1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:59:35.132Z] ===================================================== [Pipeline] echo [2025-07-07T09:59:35.149Z] taggedImages: [2025-07-07T09:59:35.149Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:59:35.149Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-07-07T09:59:35.149Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.37 [2025-07-07T09:59:35.149Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:59:35.149Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-07-07T09:59:35.175Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-07-07T09:59:35.175Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:59:35.175Z] latest [2025-07-07T09:59:35.175Z] 4.1.0-dev.37 [2025-07-07T09:59:35.175Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:59:35.175Z] main [2025-07-07T09:59:35.175Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:35.553Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:35.906Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:59:35.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-07-07T09:59:35.906Z] 679a288d52db: Preparing [2025-07-07T09:59:35.906Z] 36b5cb6d5fa7: Preparing [2025-07-07T09:59:35.906Z] f3f3bd65e8ba: Preparing [2025-07-07T09:59:35.906Z] 1e44795238f5: Preparing [2025-07-07T09:59:35.906Z] b68a086bd03d: Preparing [2025-07-07T09:59:35.906Z] 03e3ff08f12f: Preparing [2025-07-07T09:59:35.906Z] 50f5dcf32e2b: Preparing [2025-07-07T09:59:35.906Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:35.906Z] 50f5dcf32e2b: Waiting [2025-07-07T09:59:35.907Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:35.907Z] 03e3ff08f12f: Waiting [2025-07-07T09:59:35.907Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:35.907Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:35.907Z] 03e3ff08f12f: Layer already exists [2025-07-07T09:59:36.170Z] 36b5cb6d5fa7: Pushed [2025-07-07T09:59:36.170Z] 50f5dcf32e2b: Layer already exists [2025-07-07T09:59:36.170Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:36.170Z] 679a288d52db: Pushed [2025-07-07T09:59:41.492Z] f3f3bd65e8ba: Pushed [2025-07-07T09:59:41.492Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:83bb69f7357a1ad7cb9c9b7e96b74a55f40c911f1f8a24a2d8d826253e3180fd size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:41.845Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:42.193Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-07-07T09:59:42.193Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-07-07T09:59:42.193Z] 679a288d52db: Preparing [2025-07-07T09:59:42.193Z] 36b5cb6d5fa7: Preparing [2025-07-07T09:59:42.193Z] f3f3bd65e8ba: Preparing [2025-07-07T09:59:42.193Z] 1e44795238f5: Preparing [2025-07-07T09:59:42.193Z] b68a086bd03d: Preparing [2025-07-07T09:59:42.193Z] 03e3ff08f12f: Preparing [2025-07-07T09:59:42.193Z] 50f5dcf32e2b: Preparing [2025-07-07T09:59:42.193Z] 03e3ff08f12f: Waiting [2025-07-07T09:59:42.193Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:42.193Z] 50f5dcf32e2b: Waiting [2025-07-07T09:59:42.193Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:42.193Z] f3f3bd65e8ba: Layer already exists [2025-07-07T09:59:42.193Z] 679a288d52db: Layer already exists [2025-07-07T09:59:42.193Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:42.193Z] 36b5cb6d5fa7: Layer already exists [2025-07-07T09:59:42.193Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:42.193Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:42.193Z] 50f5dcf32e2b: Layer already exists [2025-07-07T09:59:42.193Z] 03e3ff08f12f: Layer already exists [2025-07-07T09:59:42.458Z] latest: digest: sha256:83bb69f7357a1ad7cb9c9b7e96b74a55f40c911f1f8a24a2d8d826253e3180fd size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:42.807Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:43.164Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.37 [2025-07-07T09:59:43.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-07-07T09:59:43.164Z] 679a288d52db: Preparing [2025-07-07T09:59:43.164Z] 36b5cb6d5fa7: Preparing [2025-07-07T09:59:43.164Z] f3f3bd65e8ba: Preparing [2025-07-07T09:59:43.164Z] 1e44795238f5: Preparing [2025-07-07T09:59:43.164Z] b68a086bd03d: Preparing [2025-07-07T09:59:43.164Z] 03e3ff08f12f: Preparing [2025-07-07T09:59:43.164Z] 50f5dcf32e2b: Preparing [2025-07-07T09:59:43.164Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:43.164Z] 03e3ff08f12f: Waiting [2025-07-07T09:59:43.164Z] 50f5dcf32e2b: Waiting [2025-07-07T09:59:43.164Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:43.164Z] f3f3bd65e8ba: Layer already exists [2025-07-07T09:59:43.164Z] 36b5cb6d5fa7: Layer already exists [2025-07-07T09:59:43.164Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:43.164Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:43.164Z] 679a288d52db: Layer already exists [2025-07-07T09:59:43.164Z] 03e3ff08f12f: Layer already exists [2025-07-07T09:59:43.164Z] 50f5dcf32e2b: Layer already exists [2025-07-07T09:59:43.164Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:43.429Z] 4.1.0-dev.37: digest: sha256:83bb69f7357a1ad7cb9c9b7e96b74a55f40c911f1f8a24a2d8d826253e3180fd size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:43.782Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:44.131Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:59:44.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-07-07T09:59:44.131Z] 679a288d52db: Preparing [2025-07-07T09:59:44.131Z] 36b5cb6d5fa7: Preparing [2025-07-07T09:59:44.131Z] f3f3bd65e8ba: Preparing [2025-07-07T09:59:44.131Z] 1e44795238f5: Preparing [2025-07-07T09:59:44.131Z] b68a086bd03d: Preparing [2025-07-07T09:59:44.131Z] 03e3ff08f12f: Preparing [2025-07-07T09:59:44.131Z] 50f5dcf32e2b: Preparing [2025-07-07T09:59:44.131Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:44.131Z] 50f5dcf32e2b: Waiting [2025-07-07T09:59:44.131Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:44.131Z] 03e3ff08f12f: Waiting [2025-07-07T09:59:44.131Z] 679a288d52db: Layer already exists [2025-07-07T09:59:44.131Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:44.131Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:44.131Z] f3f3bd65e8ba: Layer already exists [2025-07-07T09:59:44.131Z] 36b5cb6d5fa7: Layer already exists [2025-07-07T09:59:44.131Z] 50f5dcf32e2b: Layer already exists [2025-07-07T09:59:44.131Z] 03e3ff08f12f: Layer already exists [2025-07-07T09:59:44.131Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:44.398Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:83bb69f7357a1ad7cb9c9b7e96b74a55f40c911f1f8a24a2d8d826253e3180fd size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:44.753Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:45.103Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-07-07T09:59:45.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-07-07T09:59:45.103Z] 679a288d52db: Preparing [2025-07-07T09:59:45.103Z] 36b5cb6d5fa7: Preparing [2025-07-07T09:59:45.103Z] f3f3bd65e8ba: Preparing [2025-07-07T09:59:45.103Z] 1e44795238f5: Preparing [2025-07-07T09:59:45.103Z] b68a086bd03d: Preparing [2025-07-07T09:59:45.103Z] 03e3ff08f12f: Preparing [2025-07-07T09:59:45.103Z] 50f5dcf32e2b: Preparing [2025-07-07T09:59:45.103Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:45.103Z] 03e3ff08f12f: Waiting [2025-07-07T09:59:45.103Z] 50f5dcf32e2b: Waiting [2025-07-07T09:59:45.103Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:45.103Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:45.103Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:45.103Z] f3f3bd65e8ba: Layer already exists [2025-07-07T09:59:45.103Z] 36b5cb6d5fa7: Layer already exists [2025-07-07T09:59:45.103Z] 679a288d52db: Layer already exists [2025-07-07T09:59:45.103Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:45.103Z] 50f5dcf32e2b: Layer already exists [2025-07-07T09:59:45.103Z] 03e3ff08f12f: Layer already exists [2025-07-07T09:59:45.370Z] main: digest: sha256:83bb69f7357a1ad7cb9c9b7e96b74a55f40c911f1f8a24a2d8d826253e3180fd size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:59:45.445Z] ===================================================== [Pipeline] echo [2025-07-07T09:59:45.458Z] taggedImages: [2025-07-07T09:59:45.458Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:59:45.458Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-07-07T09:59:45.458Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.37 [2025-07-07T09:59:45.458Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:59:45.458Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-07-07T09:59:45.482Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-07-07T09:59:45.482Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:59:45.482Z] latest [2025-07-07T09:59:45.482Z] 4.1.0-dev.37 [2025-07-07T09:59:45.482Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:59:45.482Z] main [2025-07-07T09:59:45.482Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:45.851Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:46.198Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:59:46.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-07-07T09:59:46.198Z] 573522bcf695: Preparing [2025-07-07T09:59:46.198Z] b1c0b1875c31: Preparing [2025-07-07T09:59:46.198Z] cac5942c1729: Preparing [2025-07-07T09:59:46.198Z] 699dc8263ee8: Preparing [2025-07-07T09:59:46.198Z] fb9ef80b7fcd: Preparing [2025-07-07T09:59:46.198Z] 6d68a2b3338b: Preparing [2025-07-07T09:59:46.198Z] 33764370b832: Preparing [2025-07-07T09:59:46.198Z] 1e44795238f5: Preparing [2025-07-07T09:59:46.198Z] b68a086bd03d: Preparing [2025-07-07T09:59:46.198Z] 7c14c48f0c2e: Preparing [2025-07-07T09:59:46.198Z] f34b1073ecfe: Preparing [2025-07-07T09:59:46.198Z] 5f70bf18a086: Preparing [2025-07-07T09:59:46.198Z] 33764370b832: Waiting [2025-07-07T09:59:46.198Z] 4425efea66dd: Preparing [2025-07-07T09:59:46.198Z] 1e44795238f5: Waiting [2025-07-07T09:59:46.198Z] 42dbb3fe01b1: Preparing [2025-07-07T09:59:46.198Z] b68a086bd03d: Waiting [2025-07-07T09:59:46.198Z] 445b4a941dc5: Preparing [2025-07-07T09:59:46.198Z] 7c14c48f0c2e: Waiting [2025-07-07T09:59:46.198Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:46.198Z] 6d68a2b3338b: Waiting [2025-07-07T09:59:46.198Z] 42dbb3fe01b1: Waiting [2025-07-07T09:59:46.198Z] f34b1073ecfe: Waiting [2025-07-07T09:59:46.198Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:46.198Z] 445b4a941dc5: Waiting [2025-07-07T09:59:46.198Z] 5f70bf18a086: Waiting [2025-07-07T09:59:46.198Z] 4425efea66dd: Waiting [2025-07-07T09:59:46.468Z] fb9ef80b7fcd: Pushed [2025-07-07T09:59:46.468Z] b1c0b1875c31: Pushed [2025-07-07T09:59:46.468Z] cac5942c1729: Pushed [2025-07-07T09:59:46.468Z] 573522bcf695: Pushed [2025-07-07T09:59:46.468Z] 699dc8263ee8: Pushed [2025-07-07T09:59:46.468Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:46.468Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:46.468Z] 6d68a2b3338b: Pushed [2025-07-07T09:59:46.468Z] 5f70bf18a086: Layer already exists [2025-07-07T09:59:46.737Z] f34b1073ecfe: Pushed [2025-07-07T09:59:46.737Z] 7c14c48f0c2e: Pushed [2025-07-07T09:59:46.737Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:46.737Z] 4425efea66dd: Pushed [2025-07-07T09:59:46.737Z] 42dbb3fe01b1: Pushed [2025-07-07T09:59:46.737Z] 445b4a941dc5: Pushed [2025-07-07T09:59:50.071Z] 33764370b832: Pushed [2025-07-07T09:59:50.071Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:6ebf50ebbee5d89521e7e3a71005875ae40dee61b34008128373e7d17edd9605 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:50.419Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:50.775Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-07-07T09:59:50.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-07-07T09:59:50.775Z] 573522bcf695: Preparing [2025-07-07T09:59:50.775Z] b1c0b1875c31: Preparing [2025-07-07T09:59:50.775Z] cac5942c1729: Preparing [2025-07-07T09:59:50.775Z] 699dc8263ee8: Preparing [2025-07-07T09:59:50.775Z] fb9ef80b7fcd: Preparing [2025-07-07T09:59:50.775Z] 6d68a2b3338b: Preparing [2025-07-07T09:59:50.775Z] 33764370b832: Preparing [2025-07-07T09:59:50.775Z] 1e44795238f5: Preparing [2025-07-07T09:59:50.775Z] b68a086bd03d: Preparing [2025-07-07T09:59:50.775Z] 7c14c48f0c2e: Preparing [2025-07-07T09:59:50.775Z] f34b1073ecfe: Preparing [2025-07-07T09:59:50.775Z] 5f70bf18a086: Preparing [2025-07-07T09:59:50.775Z] 4425efea66dd: Preparing [2025-07-07T09:59:50.775Z] 42dbb3fe01b1: Preparing [2025-07-07T09:59:50.775Z] 445b4a941dc5: Preparing [2025-07-07T09:59:50.775Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:50.775Z] b68a086bd03d: Waiting [2025-07-07T09:59:50.775Z] 7c14c48f0c2e: Waiting [2025-07-07T09:59:50.775Z] f34b1073ecfe: Waiting [2025-07-07T09:59:50.775Z] 5f70bf18a086: Waiting [2025-07-07T09:59:50.775Z] 4425efea66dd: Waiting [2025-07-07T09:59:50.775Z] 42dbb3fe01b1: Waiting [2025-07-07T09:59:50.775Z] 445b4a941dc5: Waiting [2025-07-07T09:59:50.775Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:50.775Z] 6d68a2b3338b: Waiting [2025-07-07T09:59:50.775Z] 33764370b832: Waiting [2025-07-07T09:59:50.775Z] 1e44795238f5: Waiting [2025-07-07T09:59:50.775Z] cac5942c1729: Layer already exists [2025-07-07T09:59:50.775Z] fb9ef80b7fcd: Layer already exists [2025-07-07T09:59:50.775Z] b1c0b1875c31: Layer already exists [2025-07-07T09:59:50.775Z] 699dc8263ee8: Layer already exists [2025-07-07T09:59:50.775Z] 573522bcf695: Layer already exists [2025-07-07T09:59:50.775Z] 6d68a2b3338b: Layer already exists [2025-07-07T09:59:50.775Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:50.775Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:50.775Z] 33764370b832: Layer already exists [2025-07-07T09:59:50.775Z] 7c14c48f0c2e: Layer already exists [2025-07-07T09:59:50.775Z] f34b1073ecfe: Layer already exists [2025-07-07T09:59:50.775Z] 5f70bf18a086: Layer already exists [2025-07-07T09:59:50.775Z] 4425efea66dd: Layer already exists [2025-07-07T09:59:50.775Z] 42dbb3fe01b1: Layer already exists [2025-07-07T09:59:50.775Z] 445b4a941dc5: Layer already exists [2025-07-07T09:59:51.042Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:51.042Z] latest: digest: sha256:6ebf50ebbee5d89521e7e3a71005875ae40dee61b34008128373e7d17edd9605 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:51.394Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:51.745Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.37 [2025-07-07T09:59:51.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-07-07T09:59:51.745Z] 573522bcf695: Preparing [2025-07-07T09:59:51.745Z] b1c0b1875c31: Preparing [2025-07-07T09:59:51.745Z] cac5942c1729: Preparing [2025-07-07T09:59:51.745Z] 699dc8263ee8: Preparing [2025-07-07T09:59:51.745Z] fb9ef80b7fcd: Preparing [2025-07-07T09:59:51.745Z] 6d68a2b3338b: Preparing [2025-07-07T09:59:51.745Z] 33764370b832: Preparing [2025-07-07T09:59:51.745Z] 1e44795238f5: Preparing [2025-07-07T09:59:51.745Z] b68a086bd03d: Preparing [2025-07-07T09:59:51.745Z] 7c14c48f0c2e: Preparing [2025-07-07T09:59:51.745Z] f34b1073ecfe: Preparing [2025-07-07T09:59:51.745Z] 5f70bf18a086: Preparing [2025-07-07T09:59:51.745Z] 4425efea66dd: Preparing [2025-07-07T09:59:51.745Z] 42dbb3fe01b1: Preparing [2025-07-07T09:59:51.745Z] 445b4a941dc5: Preparing [2025-07-07T09:59:51.745Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:51.745Z] b68a086bd03d: Waiting [2025-07-07T09:59:51.745Z] 7c14c48f0c2e: Waiting [2025-07-07T09:59:51.745Z] f34b1073ecfe: Waiting [2025-07-07T09:59:51.745Z] 5f70bf18a086: Waiting [2025-07-07T09:59:51.745Z] 4425efea66dd: Waiting [2025-07-07T09:59:51.745Z] 42dbb3fe01b1: Waiting [2025-07-07T09:59:51.745Z] 445b4a941dc5: Waiting [2025-07-07T09:59:51.745Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:51.745Z] 6d68a2b3338b: Waiting [2025-07-07T09:59:51.745Z] 33764370b832: Waiting [2025-07-07T09:59:51.745Z] 1e44795238f5: Waiting [2025-07-07T09:59:51.745Z] cac5942c1729: Layer already exists [2025-07-07T09:59:51.745Z] 699dc8263ee8: Layer already exists [2025-07-07T09:59:51.745Z] fb9ef80b7fcd: Layer already exists [2025-07-07T09:59:51.745Z] 573522bcf695: Layer already exists [2025-07-07T09:59:51.745Z] b1c0b1875c31: Layer already exists [2025-07-07T09:59:51.745Z] 33764370b832: Layer already exists [2025-07-07T09:59:51.745Z] 6d68a2b3338b: Layer already exists [2025-07-07T09:59:51.745Z] 7c14c48f0c2e: Layer already exists [2025-07-07T09:59:51.745Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:51.745Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:51.745Z] 42dbb3fe01b1: Layer already exists [2025-07-07T09:59:51.745Z] 5f70bf18a086: Layer already exists [2025-07-07T09:59:51.745Z] f34b1073ecfe: Layer already exists [2025-07-07T09:59:51.745Z] 445b4a941dc5: Layer already exists [2025-07-07T09:59:51.745Z] 4425efea66dd: Layer already exists [2025-07-07T09:59:51.745Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:52.012Z] 4.1.0-dev.37: digest: sha256:6ebf50ebbee5d89521e7e3a71005875ae40dee61b34008128373e7d17edd9605 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:52.369Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:52.735Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:59:52.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-07-07T09:59:52.735Z] 573522bcf695: Preparing [2025-07-07T09:59:52.735Z] b1c0b1875c31: Preparing [2025-07-07T09:59:52.735Z] cac5942c1729: Preparing [2025-07-07T09:59:52.735Z] 699dc8263ee8: Preparing [2025-07-07T09:59:52.735Z] fb9ef80b7fcd: Preparing [2025-07-07T09:59:52.735Z] 6d68a2b3338b: Preparing [2025-07-07T09:59:52.735Z] 33764370b832: Preparing [2025-07-07T09:59:52.735Z] 1e44795238f5: Preparing [2025-07-07T09:59:52.735Z] 6d68a2b3338b: Waiting [2025-07-07T09:59:52.735Z] b68a086bd03d: Preparing [2025-07-07T09:59:52.735Z] 33764370b832: Waiting [2025-07-07T09:59:52.735Z] 1e44795238f5: Waiting [2025-07-07T09:59:52.735Z] 7c14c48f0c2e: Preparing [2025-07-07T09:59:52.735Z] f34b1073ecfe: Preparing [2025-07-07T09:59:52.735Z] b68a086bd03d: Waiting [2025-07-07T09:59:52.735Z] 5f70bf18a086: Preparing [2025-07-07T09:59:52.735Z] 7c14c48f0c2e: Waiting [2025-07-07T09:59:52.735Z] 4425efea66dd: Preparing [2025-07-07T09:59:52.735Z] 42dbb3fe01b1: Preparing [2025-07-07T09:59:52.735Z] 445b4a941dc5: Preparing [2025-07-07T09:59:52.735Z] f34b1073ecfe: Waiting [2025-07-07T09:59:52.735Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:52.735Z] 5f70bf18a086: Waiting [2025-07-07T09:59:52.735Z] 42dbb3fe01b1: Waiting [2025-07-07T09:59:52.735Z] 445b4a941dc5: Waiting [2025-07-07T09:59:52.735Z] 4425efea66dd: Waiting [2025-07-07T09:59:52.735Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:52.735Z] 699dc8263ee8: Layer already exists [2025-07-07T09:59:52.735Z] fb9ef80b7fcd: Layer already exists [2025-07-07T09:59:52.735Z] 573522bcf695: Layer already exists [2025-07-07T09:59:52.735Z] cac5942c1729: Layer already exists [2025-07-07T09:59:52.735Z] b1c0b1875c31: Layer already exists [2025-07-07T09:59:52.735Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:52.735Z] 6d68a2b3338b: Layer already exists [2025-07-07T09:59:52.735Z] 7c14c48f0c2e: Layer already exists [2025-07-07T09:59:52.735Z] 33764370b832: Layer already exists [2025-07-07T09:59:52.735Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:52.735Z] f34b1073ecfe: Layer already exists [2025-07-07T09:59:52.735Z] 42dbb3fe01b1: Layer already exists [2025-07-07T09:59:52.735Z] 5f70bf18a086: Layer already exists [2025-07-07T09:59:52.735Z] 445b4a941dc5: Layer already exists [2025-07-07T09:59:52.735Z] 4425efea66dd: Layer already exists [2025-07-07T09:59:53.001Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:53.001Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:6ebf50ebbee5d89521e7e3a71005875ae40dee61b34008128373e7d17edd9605 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:53.365Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:53.718Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-07-07T09:59:53.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-07-07T09:59:53.718Z] 573522bcf695: Preparing [2025-07-07T09:59:53.718Z] b1c0b1875c31: Preparing [2025-07-07T09:59:53.718Z] cac5942c1729: Preparing [2025-07-07T09:59:53.718Z] 699dc8263ee8: Preparing [2025-07-07T09:59:53.718Z] fb9ef80b7fcd: Preparing [2025-07-07T09:59:53.718Z] 6d68a2b3338b: Preparing [2025-07-07T09:59:53.718Z] 33764370b832: Preparing [2025-07-07T09:59:53.718Z] 1e44795238f5: Preparing [2025-07-07T09:59:53.718Z] b68a086bd03d: Preparing [2025-07-07T09:59:53.718Z] 7c14c48f0c2e: Preparing [2025-07-07T09:59:53.718Z] f34b1073ecfe: Preparing [2025-07-07T09:59:53.718Z] 5f70bf18a086: Preparing [2025-07-07T09:59:53.718Z] 33764370b832: Waiting [2025-07-07T09:59:53.718Z] 1e44795238f5: Waiting [2025-07-07T09:59:53.718Z] b68a086bd03d: Waiting [2025-07-07T09:59:53.718Z] 7c14c48f0c2e: Waiting [2025-07-07T09:59:53.718Z] 4425efea66dd: Preparing [2025-07-07T09:59:53.718Z] 42dbb3fe01b1: Preparing [2025-07-07T09:59:53.718Z] 445b4a941dc5: Preparing [2025-07-07T09:59:53.718Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:53.718Z] f34b1073ecfe: Waiting [2025-07-07T09:59:53.718Z] 5f70bf18a086: Waiting [2025-07-07T09:59:53.718Z] 4425efea66dd: Waiting [2025-07-07T09:59:53.718Z] 42dbb3fe01b1: Waiting [2025-07-07T09:59:53.718Z] 445b4a941dc5: Waiting [2025-07-07T09:59:53.718Z] 6d68a2b3338b: Waiting [2025-07-07T09:59:53.718Z] dd9c8f8612c8: Waiting [2025-07-07T09:59:53.718Z] b1c0b1875c31: Layer already exists [2025-07-07T09:59:53.718Z] fb9ef80b7fcd: Layer already exists [2025-07-07T09:59:53.718Z] 699dc8263ee8: Layer already exists [2025-07-07T09:59:53.718Z] 573522bcf695: Layer already exists [2025-07-07T09:59:53.718Z] cac5942c1729: Layer already exists [2025-07-07T09:59:53.718Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:53.718Z] 6d68a2b3338b: Layer already exists [2025-07-07T09:59:53.718Z] 33764370b832: Layer already exists [2025-07-07T09:59:53.718Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:53.718Z] 7c14c48f0c2e: Layer already exists [2025-07-07T09:59:53.718Z] 42dbb3fe01b1: Layer already exists [2025-07-07T09:59:53.718Z] 445b4a941dc5: Layer already exists [2025-07-07T09:59:53.718Z] f34b1073ecfe: Layer already exists [2025-07-07T09:59:53.983Z] 4425efea66dd: Layer already exists [2025-07-07T09:59:53.983Z] 5f70bf18a086: Layer already exists [2025-07-07T09:59:53.983Z] dd9c8f8612c8: Layer already exists [2025-07-07T09:59:53.983Z] main: digest: sha256:6ebf50ebbee5d89521e7e3a71005875ae40dee61b34008128373e7d17edd9605 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T09:59:54.057Z] ===================================================== [Pipeline] echo [2025-07-07T09:59:54.069Z] taggedImages: [2025-07-07T09:59:54.069Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:59:54.069Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-07-07T09:59:54.069Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.37 [2025-07-07T09:59:54.069Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:59:54.069Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-07-07T09:59:54.093Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-07-07T09:59:54.093Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:59:54.093Z] latest [2025-07-07T09:59:54.093Z] 4.1.0-dev.37 [2025-07-07T09:59:54.093Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T09:59:54.093Z] main [2025-07-07T09:59:54.093Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:54.469Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T09:59:54.820Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T09:59:54.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-07-07T09:59:54.820Z] bbbc65a184c4: Preparing [2025-07-07T09:59:54.820Z] fc9cb73e570c: Preparing [2025-07-07T09:59:54.820Z] 6a9f0d13ccd9: Preparing [2025-07-07T09:59:54.820Z] cb9f841dcc14: Preparing [2025-07-07T09:59:54.820Z] 1e44795238f5: Preparing [2025-07-07T09:59:54.820Z] b68a086bd03d: Preparing [2025-07-07T09:59:54.820Z] 03e3ff08f12f: Preparing [2025-07-07T09:59:54.820Z] b68a086bd03d: Waiting [2025-07-07T09:59:54.820Z] 50f5dcf32e2b: Preparing [2025-07-07T09:59:54.820Z] 03e3ff08f12f: Waiting [2025-07-07T09:59:54.820Z] 50f5dcf32e2b: Waiting [2025-07-07T09:59:54.820Z] dd9c8f8612c8: Preparing [2025-07-07T09:59:54.820Z] 1e44795238f5: Layer already exists [2025-07-07T09:59:55.087Z] b68a086bd03d: Layer already exists [2025-07-07T09:59:55.087Z] fc9cb73e570c: Pushed [2025-07-07T09:59:55.087Z] 6a9f0d13ccd9: Pushed [2025-07-07T09:59:55.087Z] 03e3ff08f12f: Layer already exists [2025-07-07T09:59:55.087Z] bbbc65a184c4: Pushed [2025-07-07T09:59:55.087Z] 50f5dcf32e2b: Layer already exists [2025-07-07T09:59:55.087Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:00.418Z] cb9f841dcc14: Pushed [2025-07-07T10:00:00.418Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:45e638f58782cd19e5b0038b9966fd4a50b5d8ecb93fd1c84c2fab48997a977a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:00.776Z] + 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-07-07T10:00:01.121Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-07-07T10:00:01.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-07-07T10:00:01.121Z] bbbc65a184c4: Preparing [2025-07-07T10:00:01.121Z] fc9cb73e570c: Preparing [2025-07-07T10:00:01.121Z] 6a9f0d13ccd9: Preparing [2025-07-07T10:00:01.121Z] cb9f841dcc14: Preparing [2025-07-07T10:00:01.121Z] 1e44795238f5: Preparing [2025-07-07T10:00:01.121Z] b68a086bd03d: Preparing [2025-07-07T10:00:01.121Z] 03e3ff08f12f: Preparing [2025-07-07T10:00:01.121Z] 50f5dcf32e2b: Preparing [2025-07-07T10:00:01.121Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:01.121Z] 03e3ff08f12f: Waiting [2025-07-07T10:00:01.121Z] 50f5dcf32e2b: Waiting [2025-07-07T10:00:01.121Z] dd9c8f8612c8: Waiting [2025-07-07T10:00:01.121Z] b68a086bd03d: Waiting [2025-07-07T10:00:01.121Z] cb9f841dcc14: Layer already exists [2025-07-07T10:00:01.121Z] 6a9f0d13ccd9: Layer already exists [2025-07-07T10:00:01.121Z] fc9cb73e570c: Layer already exists [2025-07-07T10:00:01.121Z] bbbc65a184c4: Layer already exists [2025-07-07T10:00:01.121Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:01.121Z] 03e3ff08f12f: Layer already exists [2025-07-07T10:00:01.121Z] 50f5dcf32e2b: Layer already exists [2025-07-07T10:00:01.121Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:01.121Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:01.388Z] latest: digest: sha256:45e638f58782cd19e5b0038b9966fd4a50b5d8ecb93fd1c84c2fab48997a977a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:01.750Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:02.161Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.37 [2025-07-07T10:00:02.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-07-07T10:00:02.161Z] bbbc65a184c4: Preparing [2025-07-07T10:00:02.161Z] fc9cb73e570c: Preparing [2025-07-07T10:00:02.161Z] 6a9f0d13ccd9: Preparing [2025-07-07T10:00:02.161Z] cb9f841dcc14: Preparing [2025-07-07T10:00:02.161Z] 1e44795238f5: Preparing [2025-07-07T10:00:02.161Z] b68a086bd03d: Preparing [2025-07-07T10:00:02.161Z] 03e3ff08f12f: Preparing [2025-07-07T10:00:02.161Z] 50f5dcf32e2b: Preparing [2025-07-07T10:00:02.161Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:02.161Z] 03e3ff08f12f: Waiting [2025-07-07T10:00:02.161Z] 50f5dcf32e2b: Waiting [2025-07-07T10:00:02.161Z] dd9c8f8612c8: Waiting [2025-07-07T10:00:02.161Z] b68a086bd03d: Waiting [2025-07-07T10:00:02.426Z] 6a9f0d13ccd9: Layer already exists [2025-07-07T10:00:02.426Z] bbbc65a184c4: Layer already exists [2025-07-07T10:00:02.426Z] fc9cb73e570c: Layer already exists [2025-07-07T10:00:02.426Z] cb9f841dcc14: Layer already exists [2025-07-07T10:00:02.426Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:02.426Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:02.426Z] 50f5dcf32e2b: Layer already exists [2025-07-07T10:00:02.426Z] 03e3ff08f12f: Layer already exists [2025-07-07T10:00:02.426Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:02.426Z] 4.1.0-dev.37: digest: sha256:45e638f58782cd19e5b0038b9966fd4a50b5d8ecb93fd1c84c2fab48997a977a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:02.781Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:03.134Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:00:03.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-07-07T10:00:03.134Z] bbbc65a184c4: Preparing [2025-07-07T10:00:03.135Z] fc9cb73e570c: Preparing [2025-07-07T10:00:03.135Z] 6a9f0d13ccd9: Preparing [2025-07-07T10:00:03.135Z] cb9f841dcc14: Preparing [2025-07-07T10:00:03.135Z] 1e44795238f5: Preparing [2025-07-07T10:00:03.135Z] b68a086bd03d: Preparing [2025-07-07T10:00:03.135Z] 03e3ff08f12f: Preparing [2025-07-07T10:00:03.135Z] 50f5dcf32e2b: Preparing [2025-07-07T10:00:03.135Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:03.135Z] b68a086bd03d: Waiting [2025-07-07T10:00:03.135Z] 03e3ff08f12f: Waiting [2025-07-07T10:00:03.135Z] 50f5dcf32e2b: Waiting [2025-07-07T10:00:03.135Z] dd9c8f8612c8: Waiting [2025-07-07T10:00:03.135Z] fc9cb73e570c: Layer already exists [2025-07-07T10:00:03.135Z] bbbc65a184c4: Layer already exists [2025-07-07T10:00:03.135Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:03.135Z] cb9f841dcc14: Layer already exists [2025-07-07T10:00:03.135Z] 6a9f0d13ccd9: Layer already exists [2025-07-07T10:00:03.135Z] 03e3ff08f12f: Layer already exists [2025-07-07T10:00:03.135Z] 50f5dcf32e2b: Layer already exists [2025-07-07T10:00:03.135Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:03.135Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:03.400Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:45e638f58782cd19e5b0038b9966fd4a50b5d8ecb93fd1c84c2fab48997a977a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:03.761Z] + 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-07-07T10:00:04.109Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-07-07T10:00:04.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-07-07T10:00:04.109Z] bbbc65a184c4: Preparing [2025-07-07T10:00:04.109Z] fc9cb73e570c: Preparing [2025-07-07T10:00:04.109Z] 6a9f0d13ccd9: Preparing [2025-07-07T10:00:04.109Z] cb9f841dcc14: Preparing [2025-07-07T10:00:04.109Z] 1e44795238f5: Preparing [2025-07-07T10:00:04.109Z] b68a086bd03d: Preparing [2025-07-07T10:00:04.109Z] 03e3ff08f12f: Preparing [2025-07-07T10:00:04.109Z] 50f5dcf32e2b: Preparing [2025-07-07T10:00:04.109Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:04.109Z] 03e3ff08f12f: Waiting [2025-07-07T10:00:04.109Z] 50f5dcf32e2b: Waiting [2025-07-07T10:00:04.109Z] dd9c8f8612c8: Waiting [2025-07-07T10:00:04.109Z] b68a086bd03d: Waiting [2025-07-07T10:00:04.109Z] fc9cb73e570c: Layer already exists [2025-07-07T10:00:04.109Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:04.109Z] 6a9f0d13ccd9: Layer already exists [2025-07-07T10:00:04.109Z] cb9f841dcc14: Layer already exists [2025-07-07T10:00:04.109Z] bbbc65a184c4: Layer already exists [2025-07-07T10:00:04.109Z] 50f5dcf32e2b: Layer already exists [2025-07-07T10:00:04.109Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:04.109Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:04.109Z] 03e3ff08f12f: Layer already exists [2025-07-07T10:00:04.375Z] main: digest: sha256:45e638f58782cd19e5b0038b9966fd4a50b5d8ecb93fd1c84c2fab48997a977a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T10:00:04.430Z] ===================================================== [Pipeline] echo [2025-07-07T10:00:04.442Z] taggedImages: [2025-07-07T10:00:04.442Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:00:04.442Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-07-07T10:00:04.442Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.37 [2025-07-07T10:00:04.442Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:00:04.442Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-07-07T10:00:04.462Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-07-07T10:00:04.462Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:00:04.462Z] latest [2025-07-07T10:00:04.462Z] 4.1.0-dev.37 [2025-07-07T10:00:04.462Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:00:04.462Z] main [2025-07-07T10:00:04.462Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:04.809Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:05.155Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:00:05.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-07-07T10:00:05.155Z] f60e6b1d6d57: Preparing [2025-07-07T10:00:05.155Z] 9af9d56f5aec: Preparing [2025-07-07T10:00:05.155Z] 02ef46cfa0b7: Preparing [2025-07-07T10:00:05.155Z] ad10060283d7: Preparing [2025-07-07T10:00:05.155Z] 93b32098c6fb: Preparing [2025-07-07T10:00:05.155Z] 1e44795238f5: Preparing [2025-07-07T10:00:05.155Z] b68a086bd03d: Preparing [2025-07-07T10:00:05.155Z] d680ab0566b8: Preparing [2025-07-07T10:00:05.155Z] 372f1992ec84: Preparing [2025-07-07T10:00:05.155Z] cc92b409cc00: Preparing [2025-07-07T10:00:05.155Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:05.155Z] 1e44795238f5: Waiting [2025-07-07T10:00:05.155Z] b68a086bd03d: Waiting [2025-07-07T10:00:05.155Z] d680ab0566b8: Waiting [2025-07-07T10:00:05.155Z] 372f1992ec84: Waiting [2025-07-07T10:00:05.155Z] cc92b409cc00: Waiting [2025-07-07T10:00:05.155Z] dd9c8f8612c8: Waiting [2025-07-07T10:00:05.420Z] 9af9d56f5aec: Pushed [2025-07-07T10:00:05.420Z] ad10060283d7: Pushed [2025-07-07T10:00:05.420Z] 93b32098c6fb: Pushed [2025-07-07T10:00:05.420Z] f60e6b1d6d57: Pushed [2025-07-07T10:00:05.420Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:05.420Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:05.420Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:05.685Z] d680ab0566b8: Pushed [2025-07-07T10:00:05.685Z] 372f1992ec84: Pushed [2025-07-07T10:00:08.255Z] cc92b409cc00: Pushed [2025-07-07T10:00:09.658Z] 02ef46cfa0b7: Pushed [2025-07-07T10:00:09.658Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:bef04b3b14c62613d56ca8a1327280cb8ddadfa77bd5bea4d2d56a0369fad072 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:10.032Z] + 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-07-07T10:00:10.387Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-07-07T10:00:10.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-07-07T10:00:10.388Z] f60e6b1d6d57: Preparing [2025-07-07T10:00:10.388Z] 9af9d56f5aec: Preparing [2025-07-07T10:00:10.388Z] 02ef46cfa0b7: Preparing [2025-07-07T10:00:10.388Z] ad10060283d7: Preparing [2025-07-07T10:00:10.388Z] 93b32098c6fb: Preparing [2025-07-07T10:00:10.388Z] 1e44795238f5: Preparing [2025-07-07T10:00:10.388Z] b68a086bd03d: Preparing [2025-07-07T10:00:10.388Z] d680ab0566b8: Preparing [2025-07-07T10:00:10.388Z] 372f1992ec84: Preparing [2025-07-07T10:00:10.388Z] cc92b409cc00: Preparing [2025-07-07T10:00:10.388Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:10.388Z] 1e44795238f5: Waiting [2025-07-07T10:00:10.388Z] b68a086bd03d: Waiting [2025-07-07T10:00:10.388Z] d680ab0566b8: Waiting [2025-07-07T10:00:10.388Z] 372f1992ec84: Waiting [2025-07-07T10:00:10.388Z] cc92b409cc00: Waiting [2025-07-07T10:00:10.388Z] dd9c8f8612c8: Waiting [2025-07-07T10:00:10.388Z] 93b32098c6fb: Layer already exists [2025-07-07T10:00:10.388Z] f60e6b1d6d57: Layer already exists [2025-07-07T10:00:10.388Z] 02ef46cfa0b7: Layer already exists [2025-07-07T10:00:10.388Z] ad10060283d7: Layer already exists [2025-07-07T10:00:10.388Z] 9af9d56f5aec: Layer already exists [2025-07-07T10:00:10.388Z] 372f1992ec84: Layer already exists [2025-07-07T10:00:10.388Z] d680ab0566b8: Layer already exists [2025-07-07T10:00:10.388Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:10.388Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:10.388Z] cc92b409cc00: Layer already exists [2025-07-07T10:00:10.388Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:10.654Z] latest: digest: sha256:bef04b3b14c62613d56ca8a1327280cb8ddadfa77bd5bea4d2d56a0369fad072 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:11.000Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:11.352Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.37 [2025-07-07T10:00:11.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-07-07T10:00:11.352Z] f60e6b1d6d57: Preparing [2025-07-07T10:00:11.352Z] 9af9d56f5aec: Preparing [2025-07-07T10:00:11.352Z] 02ef46cfa0b7: Preparing [2025-07-07T10:00:11.352Z] ad10060283d7: Preparing [2025-07-07T10:00:11.352Z] 93b32098c6fb: Preparing [2025-07-07T10:00:11.352Z] 1e44795238f5: Preparing [2025-07-07T10:00:11.352Z] b68a086bd03d: Preparing [2025-07-07T10:00:11.352Z] d680ab0566b8: Preparing [2025-07-07T10:00:11.352Z] 372f1992ec84: Preparing [2025-07-07T10:00:11.352Z] cc92b409cc00: Preparing [2025-07-07T10:00:11.352Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:11.352Z] 1e44795238f5: Waiting [2025-07-07T10:00:11.352Z] b68a086bd03d: Waiting [2025-07-07T10:00:11.352Z] d680ab0566b8: Waiting [2025-07-07T10:00:11.352Z] cc92b409cc00: Waiting [2025-07-07T10:00:11.352Z] dd9c8f8612c8: Waiting [2025-07-07T10:00:11.352Z] 372f1992ec84: Waiting [2025-07-07T10:00:11.352Z] 02ef46cfa0b7: Layer already exists [2025-07-07T10:00:11.352Z] f60e6b1d6d57: Layer already exists [2025-07-07T10:00:11.352Z] ad10060283d7: Layer already exists [2025-07-07T10:00:11.352Z] 93b32098c6fb: Layer already exists [2025-07-07T10:00:11.352Z] 9af9d56f5aec: Layer already exists [2025-07-07T10:00:11.352Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:11.352Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:11.352Z] d680ab0566b8: Layer already exists [2025-07-07T10:00:11.352Z] 372f1992ec84: Layer already exists [2025-07-07T10:00:11.352Z] cc92b409cc00: Layer already exists [2025-07-07T10:00:11.352Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:11.619Z] 4.1.0-dev.37: digest: sha256:bef04b3b14c62613d56ca8a1327280cb8ddadfa77bd5bea4d2d56a0369fad072 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:11.978Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:12.338Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:00:12.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-07-07T10:00:12.338Z] f60e6b1d6d57: Preparing [2025-07-07T10:00:12.338Z] 9af9d56f5aec: Preparing [2025-07-07T10:00:12.338Z] 02ef46cfa0b7: Preparing [2025-07-07T10:00:12.338Z] ad10060283d7: Preparing [2025-07-07T10:00:12.338Z] 93b32098c6fb: Preparing [2025-07-07T10:00:12.338Z] 1e44795238f5: Preparing [2025-07-07T10:00:12.338Z] b68a086bd03d: Preparing [2025-07-07T10:00:12.338Z] d680ab0566b8: Preparing [2025-07-07T10:00:12.338Z] 372f1992ec84: Preparing [2025-07-07T10:00:12.338Z] cc92b409cc00: Preparing [2025-07-07T10:00:12.338Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:12.338Z] d680ab0566b8: Waiting [2025-07-07T10:00:12.338Z] 372f1992ec84: Waiting [2025-07-07T10:00:12.338Z] cc92b409cc00: Waiting [2025-07-07T10:00:12.338Z] dd9c8f8612c8: Waiting [2025-07-07T10:00:12.338Z] 1e44795238f5: Waiting [2025-07-07T10:00:12.338Z] b68a086bd03d: Waiting [2025-07-07T10:00:12.338Z] 93b32098c6fb: Layer already exists [2025-07-07T10:00:12.338Z] ad10060283d7: Layer already exists [2025-07-07T10:00:12.338Z] 9af9d56f5aec: Layer already exists [2025-07-07T10:00:12.338Z] f60e6b1d6d57: Layer already exists [2025-07-07T10:00:12.338Z] 02ef46cfa0b7: Layer already exists [2025-07-07T10:00:12.338Z] 372f1992ec84: Layer already exists [2025-07-07T10:00:12.338Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:12.338Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:12.338Z] d680ab0566b8: Layer already exists [2025-07-07T10:00:12.338Z] cc92b409cc00: Layer already exists [2025-07-07T10:00:12.338Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:12.604Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:bef04b3b14c62613d56ca8a1327280cb8ddadfa77bd5bea4d2d56a0369fad072 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:12.958Z] + 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-07-07T10:00:13.313Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-07-07T10:00:13.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-07-07T10:00:13.313Z] f60e6b1d6d57: Preparing [2025-07-07T10:00:13.313Z] 9af9d56f5aec: Preparing [2025-07-07T10:00:13.313Z] 02ef46cfa0b7: Preparing [2025-07-07T10:00:13.313Z] ad10060283d7: Preparing [2025-07-07T10:00:13.313Z] 93b32098c6fb: Preparing [2025-07-07T10:00:13.313Z] 1e44795238f5: Preparing [2025-07-07T10:00:13.313Z] b68a086bd03d: Preparing [2025-07-07T10:00:13.313Z] d680ab0566b8: Preparing [2025-07-07T10:00:13.313Z] 372f1992ec84: Preparing [2025-07-07T10:00:13.313Z] cc92b409cc00: Preparing [2025-07-07T10:00:13.313Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:13.313Z] d680ab0566b8: Waiting [2025-07-07T10:00:13.313Z] 372f1992ec84: Waiting [2025-07-07T10:00:13.313Z] cc92b409cc00: Waiting [2025-07-07T10:00:13.313Z] dd9c8f8612c8: Waiting [2025-07-07T10:00:13.313Z] 1e44795238f5: Waiting [2025-07-07T10:00:13.313Z] b68a086bd03d: Waiting [2025-07-07T10:00:13.313Z] 9af9d56f5aec: Layer already exists [2025-07-07T10:00:13.313Z] 02ef46cfa0b7: Layer already exists [2025-07-07T10:00:13.313Z] f60e6b1d6d57: Layer already exists [2025-07-07T10:00:13.313Z] 93b32098c6fb: Layer already exists [2025-07-07T10:00:13.313Z] ad10060283d7: Layer already exists [2025-07-07T10:00:13.313Z] d680ab0566b8: Layer already exists [2025-07-07T10:00:13.313Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:13.313Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:13.313Z] 372f1992ec84: Layer already exists [2025-07-07T10:00:13.313Z] cc92b409cc00: Layer already exists [2025-07-07T10:00:13.313Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:13.578Z] main: digest: sha256:bef04b3b14c62613d56ca8a1327280cb8ddadfa77bd5bea4d2d56a0369fad072 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T10:00:13.645Z] ===================================================== [Pipeline] echo [2025-07-07T10:00:13.654Z] taggedImages: [2025-07-07T10:00:13.654Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:00:13.654Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-07-07T10:00:13.654Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.37 [2025-07-07T10:00:13.654Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:00:13.654Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-07-07T10:00:13.672Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-07-07T10:00:13.672Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:00:13.672Z] latest [2025-07-07T10:00:13.672Z] 4.1.0-dev.37 [2025-07-07T10:00:13.672Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:00:13.672Z] main [2025-07-07T10:00:13.672Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:14.087Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:14.466Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:00:14.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-07-07T10:00:14.466Z] 3997f1fcd4de: Preparing [2025-07-07T10:00:14.466Z] 58d0fd8640d6: Preparing [2025-07-07T10:00:14.466Z] 932c6d5c335a: Preparing [2025-07-07T10:00:14.466Z] 5c9e17915ea3: Preparing [2025-07-07T10:00:14.466Z] cd2a73158976: Preparing [2025-07-07T10:00:14.466Z] 49da4cdc8eaa: Preparing [2025-07-07T10:00:14.466Z] 5a48ddba653a: Preparing [2025-07-07T10:00:14.466Z] 49da4cdc8eaa: Waiting [2025-07-07T10:00:14.466Z] 5a48ddba653a: Waiting [2025-07-07T10:00:14.466Z] 1e44795238f5: Preparing [2025-07-07T10:00:14.466Z] b68a086bd03d: Preparing [2025-07-07T10:00:14.466Z] e11cda8af768: Preparing [2025-07-07T10:00:14.466Z] 3ca9d4eed6a6: Preparing [2025-07-07T10:00:14.466Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:14.466Z] 1e44795238f5: Waiting [2025-07-07T10:00:14.466Z] b68a086bd03d: Waiting [2025-07-07T10:00:14.466Z] 3ca9d4eed6a6: Waiting [2025-07-07T10:00:14.466Z] dd9c8f8612c8: Waiting [2025-07-07T10:00:14.745Z] 58d0fd8640d6: Pushed [2025-07-07T10:00:14.745Z] cd2a73158976: Pushed [2025-07-07T10:00:14.745Z] 3997f1fcd4de: Pushed [2025-07-07T10:00:14.745Z] 49da4cdc8eaa: Pushed [2025-07-07T10:00:14.745Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:14.745Z] 5a48ddba653a: Pushed [2025-07-07T10:00:14.745Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:15.013Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:15.013Z] e11cda8af768: Pushed [2025-07-07T10:00:17.625Z] 3ca9d4eed6a6: Pushed [2025-07-07T10:00:19.025Z] 5c9e17915ea3: Pushed [2025-07-07T10:00:21.595Z] 932c6d5c335a: Pushed [2025-07-07T10:00:21.595Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:f7ff6e4649869cbc5017ca9cc76115ee052332d00a65e6db3ea90bcfefdc0445 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:21.946Z] + 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-07-07T10:00:22.294Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-07-07T10:00:22.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-07-07T10:00:22.294Z] 3997f1fcd4de: Preparing [2025-07-07T10:00:22.294Z] 58d0fd8640d6: Preparing [2025-07-07T10:00:22.294Z] 932c6d5c335a: Preparing [2025-07-07T10:00:22.294Z] 5c9e17915ea3: Preparing [2025-07-07T10:00:22.294Z] cd2a73158976: Preparing [2025-07-07T10:00:22.294Z] 49da4cdc8eaa: Preparing [2025-07-07T10:00:22.294Z] 5a48ddba653a: Preparing [2025-07-07T10:00:22.294Z] 1e44795238f5: Preparing [2025-07-07T10:00:22.294Z] b68a086bd03d: Preparing [2025-07-07T10:00:22.294Z] e11cda8af768: Preparing [2025-07-07T10:00:22.294Z] 3ca9d4eed6a6: Preparing [2025-07-07T10:00:22.294Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:22.294Z] 49da4cdc8eaa: Waiting [2025-07-07T10:00:22.294Z] 1e44795238f5: Waiting [2025-07-07T10:00:22.294Z] 5a48ddba653a: Waiting [2025-07-07T10:00:22.294Z] b68a086bd03d: Waiting [2025-07-07T10:00:22.294Z] e11cda8af768: Waiting [2025-07-07T10:00:22.294Z] 3ca9d4eed6a6: Waiting [2025-07-07T10:00:22.294Z] dd9c8f8612c8: Waiting [2025-07-07T10:00:22.294Z] cd2a73158976: Layer already exists [2025-07-07T10:00:22.294Z] 58d0fd8640d6: Layer already exists [2025-07-07T10:00:22.294Z] 3997f1fcd4de: Layer already exists [2025-07-07T10:00:22.294Z] 932c6d5c335a: Layer already exists [2025-07-07T10:00:22.294Z] 5c9e17915ea3: Layer already exists [2025-07-07T10:00:22.294Z] 5a48ddba653a: Layer already exists [2025-07-07T10:00:22.294Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:22.294Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:22.294Z] 49da4cdc8eaa: Layer already exists [2025-07-07T10:00:22.294Z] e11cda8af768: Layer already exists [2025-07-07T10:00:22.294Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:22.294Z] 3ca9d4eed6a6: Layer already exists [2025-07-07T10:00:22.562Z] latest: digest: sha256:f7ff6e4649869cbc5017ca9cc76115ee052332d00a65e6db3ea90bcfefdc0445 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:22.920Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:23.280Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.37 [2025-07-07T10:00:23.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-07-07T10:00:23.280Z] 3997f1fcd4de: Preparing [2025-07-07T10:00:23.280Z] 58d0fd8640d6: Preparing [2025-07-07T10:00:23.280Z] 932c6d5c335a: Preparing [2025-07-07T10:00:23.280Z] 5c9e17915ea3: Preparing [2025-07-07T10:00:23.280Z] cd2a73158976: Preparing [2025-07-07T10:00:23.280Z] 49da4cdc8eaa: Preparing [2025-07-07T10:00:23.280Z] 5a48ddba653a: Preparing [2025-07-07T10:00:23.280Z] 1e44795238f5: Preparing [2025-07-07T10:00:23.280Z] b68a086bd03d: Preparing [2025-07-07T10:00:23.280Z] e11cda8af768: Preparing [2025-07-07T10:00:23.280Z] 3ca9d4eed6a6: Preparing [2025-07-07T10:00:23.280Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:23.280Z] 1e44795238f5: Waiting [2025-07-07T10:00:23.280Z] b68a086bd03d: Waiting [2025-07-07T10:00:23.280Z] 3ca9d4eed6a6: Waiting [2025-07-07T10:00:23.280Z] e11cda8af768: Waiting [2025-07-07T10:00:23.280Z] dd9c8f8612c8: Waiting [2025-07-07T10:00:23.280Z] 49da4cdc8eaa: Waiting [2025-07-07T10:00:23.280Z] 5a48ddba653a: Waiting [2025-07-07T10:00:23.280Z] 932c6d5c335a: Layer already exists [2025-07-07T10:00:23.280Z] cd2a73158976: Layer already exists [2025-07-07T10:00:23.280Z] 3997f1fcd4de: Layer already exists [2025-07-07T10:00:23.280Z] 5c9e17915ea3: Layer already exists [2025-07-07T10:00:23.280Z] 58d0fd8640d6: Layer already exists [2025-07-07T10:00:23.280Z] 49da4cdc8eaa: Layer already exists [2025-07-07T10:00:23.280Z] 5a48ddba653a: Layer already exists [2025-07-07T10:00:23.280Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:23.280Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:23.280Z] e11cda8af768: Layer already exists [2025-07-07T10:00:23.280Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:23.280Z] 3ca9d4eed6a6: Layer already exists [2025-07-07T10:00:23.544Z] 4.1.0-dev.37: digest: sha256:f7ff6e4649869cbc5017ca9cc76115ee052332d00a65e6db3ea90bcfefdc0445 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:23.902Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:24.259Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:00:24.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-07-07T10:00:24.259Z] 3997f1fcd4de: Preparing [2025-07-07T10:00:24.259Z] 58d0fd8640d6: Preparing [2025-07-07T10:00:24.259Z] 932c6d5c335a: Preparing [2025-07-07T10:00:24.259Z] 5c9e17915ea3: Preparing [2025-07-07T10:00:24.259Z] cd2a73158976: Preparing [2025-07-07T10:00:24.259Z] 49da4cdc8eaa: Preparing [2025-07-07T10:00:24.259Z] 5a48ddba653a: Preparing [2025-07-07T10:00:24.259Z] 1e44795238f5: Preparing [2025-07-07T10:00:24.259Z] b68a086bd03d: Preparing [2025-07-07T10:00:24.259Z] e11cda8af768: Preparing [2025-07-07T10:00:24.259Z] 3ca9d4eed6a6: Preparing [2025-07-07T10:00:24.259Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:24.259Z] 49da4cdc8eaa: Waiting [2025-07-07T10:00:24.259Z] e11cda8af768: Waiting [2025-07-07T10:00:24.259Z] 3ca9d4eed6a6: Waiting [2025-07-07T10:00:24.259Z] dd9c8f8612c8: Waiting [2025-07-07T10:00:24.259Z] 5a48ddba653a: Waiting [2025-07-07T10:00:24.259Z] 1e44795238f5: Waiting [2025-07-07T10:00:24.259Z] b68a086bd03d: Waiting [2025-07-07T10:00:24.259Z] cd2a73158976: Layer already exists [2025-07-07T10:00:24.259Z] 5c9e17915ea3: Layer already exists [2025-07-07T10:00:24.259Z] 932c6d5c335a: Layer already exists [2025-07-07T10:00:24.259Z] 3997f1fcd4de: Layer already exists [2025-07-07T10:00:24.259Z] 58d0fd8640d6: Layer already exists [2025-07-07T10:00:24.259Z] 49da4cdc8eaa: Layer already exists [2025-07-07T10:00:24.260Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:24.260Z] e11cda8af768: Layer already exists [2025-07-07T10:00:24.260Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:24.260Z] 5a48ddba653a: Layer already exists [2025-07-07T10:00:24.260Z] 3ca9d4eed6a6: Layer already exists [2025-07-07T10:00:24.260Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:24.527Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:f7ff6e4649869cbc5017ca9cc76115ee052332d00a65e6db3ea90bcfefdc0445 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:24.883Z] + 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-07-07T10:00:25.244Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-07-07T10:00:25.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-07-07T10:00:25.245Z] 3997f1fcd4de: Preparing [2025-07-07T10:00:25.245Z] 58d0fd8640d6: Preparing [2025-07-07T10:00:25.245Z] 932c6d5c335a: Preparing [2025-07-07T10:00:25.245Z] 5c9e17915ea3: Preparing [2025-07-07T10:00:25.245Z] cd2a73158976: Preparing [2025-07-07T10:00:25.245Z] 49da4cdc8eaa: Preparing [2025-07-07T10:00:25.245Z] 5a48ddba653a: Preparing [2025-07-07T10:00:25.245Z] 1e44795238f5: Preparing [2025-07-07T10:00:25.245Z] b68a086bd03d: Preparing [2025-07-07T10:00:25.245Z] e11cda8af768: Preparing [2025-07-07T10:00:25.245Z] 3ca9d4eed6a6: Preparing [2025-07-07T10:00:25.245Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:25.245Z] 49da4cdc8eaa: Waiting [2025-07-07T10:00:25.245Z] 5a48ddba653a: Waiting [2025-07-07T10:00:25.245Z] 1e44795238f5: Waiting [2025-07-07T10:00:25.245Z] b68a086bd03d: Waiting [2025-07-07T10:00:25.245Z] e11cda8af768: Waiting [2025-07-07T10:00:25.245Z] 3ca9d4eed6a6: Waiting [2025-07-07T10:00:25.245Z] dd9c8f8612c8: Waiting [2025-07-07T10:00:25.245Z] 58d0fd8640d6: Layer already exists [2025-07-07T10:00:25.245Z] cd2a73158976: Layer already exists [2025-07-07T10:00:25.245Z] 932c6d5c335a: Layer already exists [2025-07-07T10:00:25.245Z] 5c9e17915ea3: Layer already exists [2025-07-07T10:00:25.245Z] 3997f1fcd4de: Layer already exists [2025-07-07T10:00:25.245Z] 5a48ddba653a: Layer already exists [2025-07-07T10:00:25.245Z] 49da4cdc8eaa: Layer already exists [2025-07-07T10:00:25.245Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:25.245Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:25.245Z] e11cda8af768: Layer already exists [2025-07-07T10:00:25.245Z] 3ca9d4eed6a6: Layer already exists [2025-07-07T10:00:25.245Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:25.512Z] main: digest: sha256:f7ff6e4649869cbc5017ca9cc76115ee052332d00a65e6db3ea90bcfefdc0445 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T10:00:25.593Z] ===================================================== [Pipeline] echo [2025-07-07T10:00:25.610Z] taggedImages: [2025-07-07T10:00:25.610Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:00:25.611Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-07-07T10:00:25.611Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.37 [2025-07-07T10:00:25.611Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:00:25.611Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-07-07T10:00:25.634Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-07-07T10:00:25.634Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:00:25.634Z] latest [2025-07-07T10:00:25.634Z] 4.1.0-dev.37 [2025-07-07T10:00:25.634Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:00:25.634Z] main [2025-07-07T10:00:25.634Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:26.004Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:26.356Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:00:26.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-07-07T10:00:26.356Z] 3d2373828cc1: Preparing [2025-07-07T10:00:26.356Z] 896f838be9fb: Preparing [2025-07-07T10:00:26.356Z] 1e44795238f5: Preparing [2025-07-07T10:00:26.356Z] b68a086bd03d: Preparing [2025-07-07T10:00:26.356Z] e021850b99c3: Preparing [2025-07-07T10:00:26.356Z] 5d37f177be52: Preparing [2025-07-07T10:00:26.356Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:26.356Z] 5d37f177be52: Waiting [2025-07-07T10:00:26.356Z] dd9c8f8612c8: Waiting [2025-07-07T10:00:26.356Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:26.623Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:26.623Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:26.623Z] e021850b99c3: Pushed [2025-07-07T10:00:26.623Z] 3d2373828cc1: Pushed [2025-07-07T10:00:28.557Z] 5d37f177be52: Pushed [2025-07-07T10:00:33.884Z] 896f838be9fb: Pushed [2025-07-07T10:00:33.884Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:9038dca38ea950942945e826463b13d57d3d1ec7d5168698bc96244ae7ba7f09 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:34.242Z] + 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-07-07T10:00:34.596Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-07-07T10:00:34.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-07-07T10:00:34.596Z] 3d2373828cc1: Preparing [2025-07-07T10:00:34.596Z] 896f838be9fb: Preparing [2025-07-07T10:00:34.596Z] 1e44795238f5: Preparing [2025-07-07T10:00:34.596Z] b68a086bd03d: Preparing [2025-07-07T10:00:34.596Z] e021850b99c3: Preparing [2025-07-07T10:00:34.596Z] 5d37f177be52: Preparing [2025-07-07T10:00:34.596Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:34.596Z] 5d37f177be52: Waiting [2025-07-07T10:00:34.596Z] dd9c8f8612c8: Waiting [2025-07-07T10:00:34.596Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:34.596Z] e021850b99c3: Layer already exists [2025-07-07T10:00:34.596Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:34.596Z] 896f838be9fb: Layer already exists [2025-07-07T10:00:34.596Z] 3d2373828cc1: Layer already exists [2025-07-07T10:00:34.596Z] 5d37f177be52: Layer already exists [2025-07-07T10:00:34.596Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:34.596Z] latest: digest: sha256:9038dca38ea950942945e826463b13d57d3d1ec7d5168698bc96244ae7ba7f09 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:35.220Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:35.563Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.37 [2025-07-07T10:00:35.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-07-07T10:00:35.563Z] 3d2373828cc1: Preparing [2025-07-07T10:00:35.563Z] 896f838be9fb: Preparing [2025-07-07T10:00:35.563Z] 1e44795238f5: Preparing [2025-07-07T10:00:35.563Z] b68a086bd03d: Preparing [2025-07-07T10:00:35.563Z] e021850b99c3: Preparing [2025-07-07T10:00:35.563Z] 5d37f177be52: Preparing [2025-07-07T10:00:35.563Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:35.563Z] 5d37f177be52: Waiting [2025-07-07T10:00:35.563Z] 3d2373828cc1: Layer already exists [2025-07-07T10:00:35.563Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:35.563Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:35.563Z] e021850b99c3: Layer already exists [2025-07-07T10:00:35.563Z] 896f838be9fb: Layer already exists [2025-07-07T10:00:35.563Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:35.563Z] 5d37f177be52: Layer already exists [2025-07-07T10:00:35.829Z] 4.1.0-dev.37: digest: sha256:9038dca38ea950942945e826463b13d57d3d1ec7d5168698bc96244ae7ba7f09 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:36.183Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:36.543Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:00:36.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-07-07T10:00:36.543Z] 3d2373828cc1: Preparing [2025-07-07T10:00:36.543Z] 896f838be9fb: Preparing [2025-07-07T10:00:36.543Z] 1e44795238f5: Preparing [2025-07-07T10:00:36.543Z] b68a086bd03d: Preparing [2025-07-07T10:00:36.543Z] e021850b99c3: Preparing [2025-07-07T10:00:36.543Z] 5d37f177be52: Preparing [2025-07-07T10:00:36.543Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:36.543Z] 5d37f177be52: Waiting [2025-07-07T10:00:36.543Z] dd9c8f8612c8: Waiting [2025-07-07T10:00:36.543Z] 896f838be9fb: Layer already exists [2025-07-07T10:00:36.543Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:36.543Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:36.543Z] 3d2373828cc1: Layer already exists [2025-07-07T10:00:36.543Z] e021850b99c3: Layer already exists [2025-07-07T10:00:36.543Z] 5d37f177be52: Layer already exists [2025-07-07T10:00:36.543Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:36.808Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:9038dca38ea950942945e826463b13d57d3d1ec7d5168698bc96244ae7ba7f09 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:37.163Z] + 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-07-07T10:00:37.509Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-07-07T10:00:37.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-07-07T10:00:37.509Z] 3d2373828cc1: Preparing [2025-07-07T10:00:37.509Z] 896f838be9fb: Preparing [2025-07-07T10:00:37.509Z] 1e44795238f5: Preparing [2025-07-07T10:00:37.509Z] b68a086bd03d: Preparing [2025-07-07T10:00:37.509Z] e021850b99c3: Preparing [2025-07-07T10:00:37.509Z] 5d37f177be52: Preparing [2025-07-07T10:00:37.509Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:37.509Z] dd9c8f8612c8: Waiting [2025-07-07T10:00:37.509Z] 5d37f177be52: Waiting [2025-07-07T10:00:37.509Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:37.509Z] 3d2373828cc1: Layer already exists [2025-07-07T10:00:37.509Z] e021850b99c3: Layer already exists [2025-07-07T10:00:37.509Z] 896f838be9fb: Layer already exists [2025-07-07T10:00:37.509Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:37.509Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:37.509Z] 5d37f177be52: Layer already exists [2025-07-07T10:00:37.775Z] main: digest: sha256:9038dca38ea950942945e826463b13d57d3d1ec7d5168698bc96244ae7ba7f09 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T10:00:37.843Z] ===================================================== [Pipeline] echo [2025-07-07T10:00:37.861Z] taggedImages: [2025-07-07T10:00:37.861Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:00:37.861Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-07-07T10:00:37.861Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.37 [2025-07-07T10:00:37.861Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:00:37.861Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-07-07T10:00:37.883Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-07-07T10:00:37.883Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:00:37.883Z] latest [2025-07-07T10:00:37.883Z] 4.1.0-dev.37 [2025-07-07T10:00:37.883Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:00:37.883Z] main [2025-07-07T10:00:37.883Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:38.258Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:00:38.616Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:00:38.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-07-07T10:00:38.616Z] 0c5036cc31fd: Preparing [2025-07-07T10:00:38.616Z] a2baac613c6c: Preparing [2025-07-07T10:00:38.616Z] 851fe9ff22f8: Preparing [2025-07-07T10:00:38.616Z] 1e44795238f5: Preparing [2025-07-07T10:00:38.616Z] b68a086bd03d: Preparing [2025-07-07T10:00:38.616Z] c98d007850f2: Preparing [2025-07-07T10:00:38.616Z] e0e585f66e3a: Preparing [2025-07-07T10:00:38.616Z] 18e0f168112e: Preparing [2025-07-07T10:00:38.616Z] 5d1486749a36: Preparing [2025-07-07T10:00:38.616Z] dd9c8f8612c8: Preparing [2025-07-07T10:00:38.616Z] c98d007850f2: Waiting [2025-07-07T10:00:38.616Z] e0e585f66e3a: Waiting [2025-07-07T10:00:38.616Z] 18e0f168112e: Waiting [2025-07-07T10:00:38.616Z] 5d1486749a36: Waiting [2025-07-07T10:00:38.616Z] dd9c8f8612c8: Waiting [2025-07-07T10:00:38.616Z] b68a086bd03d: Layer already exists [2025-07-07T10:00:38.884Z] 1e44795238f5: Layer already exists [2025-07-07T10:00:38.884Z] 851fe9ff22f8: Pushed [2025-07-07T10:00:38.884Z] a2baac613c6c: Pushed [2025-07-07T10:00:38.884Z] 0c5036cc31fd: Pushed [2025-07-07T10:00:38.884Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:00:39.150Z] 18e0f168112e: Pushed [2025-07-07T10:00:40.105Z] 5d1486749a36: Pushed [2025-07-07T10:00:50.156Z] e0e585f66e3a: Pushed [2025-07-07T10:01:05.113Z] c98d007850f2: Pushed [2025-07-07T10:01:05.113Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:68d029463d2e4d37efe7fedc2285627ebe0483dc51f02806909d8b0e4e85a9f1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:01:05.473Z] + 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-07-07T10:01:05.826Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-07-07T10:01:05.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-07-07T10:01:05.826Z] 0c5036cc31fd: Preparing [2025-07-07T10:01:05.826Z] a2baac613c6c: Preparing [2025-07-07T10:01:05.826Z] 851fe9ff22f8: Preparing [2025-07-07T10:01:05.826Z] 1e44795238f5: Preparing [2025-07-07T10:01:05.826Z] b68a086bd03d: Preparing [2025-07-07T10:01:05.826Z] c98d007850f2: Preparing [2025-07-07T10:01:05.826Z] e0e585f66e3a: Preparing [2025-07-07T10:01:05.826Z] 18e0f168112e: Preparing [2025-07-07T10:01:05.826Z] 5d1486749a36: Preparing [2025-07-07T10:01:05.826Z] dd9c8f8612c8: Preparing [2025-07-07T10:01:05.826Z] e0e585f66e3a: Waiting [2025-07-07T10:01:05.826Z] 18e0f168112e: Waiting [2025-07-07T10:01:05.826Z] 5d1486749a36: Waiting [2025-07-07T10:01:05.826Z] dd9c8f8612c8: Waiting [2025-07-07T10:01:05.826Z] c98d007850f2: Waiting [2025-07-07T10:01:05.826Z] 0c5036cc31fd: Layer already exists [2025-07-07T10:01:05.826Z] a2baac613c6c: Layer already exists [2025-07-07T10:01:05.826Z] 851fe9ff22f8: Layer already exists [2025-07-07T10:01:05.826Z] 1e44795238f5: Layer already exists [2025-07-07T10:01:05.826Z] b68a086bd03d: Layer already exists [2025-07-07T10:01:05.826Z] e0e585f66e3a: Layer already exists [2025-07-07T10:01:05.826Z] c98d007850f2: Layer already exists [2025-07-07T10:01:05.826Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:01:05.826Z] 18e0f168112e: Layer already exists [2025-07-07T10:01:05.826Z] 5d1486749a36: Layer already exists [2025-07-07T10:01:06.096Z] latest: digest: sha256:68d029463d2e4d37efe7fedc2285627ebe0483dc51f02806909d8b0e4e85a9f1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:01:06.447Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:01:06.798Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.37 [2025-07-07T10:01:06.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-07-07T10:01:06.798Z] 0c5036cc31fd: Preparing [2025-07-07T10:01:06.798Z] a2baac613c6c: Preparing [2025-07-07T10:01:06.798Z] 851fe9ff22f8: Preparing [2025-07-07T10:01:06.798Z] 1e44795238f5: Preparing [2025-07-07T10:01:06.798Z] b68a086bd03d: Preparing [2025-07-07T10:01:06.798Z] c98d007850f2: Preparing [2025-07-07T10:01:06.798Z] e0e585f66e3a: Preparing [2025-07-07T10:01:06.798Z] 18e0f168112e: Preparing [2025-07-07T10:01:06.798Z] 5d1486749a36: Preparing [2025-07-07T10:01:06.798Z] c98d007850f2: Waiting [2025-07-07T10:01:06.798Z] dd9c8f8612c8: Preparing [2025-07-07T10:01:06.798Z] e0e585f66e3a: Waiting [2025-07-07T10:01:06.798Z] 5d1486749a36: Waiting [2025-07-07T10:01:06.798Z] 18e0f168112e: Waiting [2025-07-07T10:01:06.798Z] dd9c8f8612c8: Waiting [2025-07-07T10:01:06.798Z] 1e44795238f5: Layer already exists [2025-07-07T10:01:06.798Z] 0c5036cc31fd: Layer already exists [2025-07-07T10:01:06.798Z] a2baac613c6c: Layer already exists [2025-07-07T10:01:06.798Z] 851fe9ff22f8: Layer already exists [2025-07-07T10:01:06.798Z] b68a086bd03d: Layer already exists [2025-07-07T10:01:06.798Z] 18e0f168112e: Layer already exists [2025-07-07T10:01:06.798Z] c98d007850f2: Layer already exists [2025-07-07T10:01:06.798Z] 5d1486749a36: Layer already exists [2025-07-07T10:01:06.798Z] e0e585f66e3a: Layer already exists [2025-07-07T10:01:06.798Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:01:07.064Z] 4.1.0-dev.37: digest: sha256:68d029463d2e4d37efe7fedc2285627ebe0483dc51f02806909d8b0e4e85a9f1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:01:07.434Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:01:07.783Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:01:07.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-07-07T10:01:07.783Z] 0c5036cc31fd: Preparing [2025-07-07T10:01:07.783Z] a2baac613c6c: Preparing [2025-07-07T10:01:07.783Z] 851fe9ff22f8: Preparing [2025-07-07T10:01:07.783Z] 1e44795238f5: Preparing [2025-07-07T10:01:07.783Z] b68a086bd03d: Preparing [2025-07-07T10:01:07.783Z] c98d007850f2: Preparing [2025-07-07T10:01:07.783Z] e0e585f66e3a: Preparing [2025-07-07T10:01:07.783Z] 18e0f168112e: Preparing [2025-07-07T10:01:07.783Z] 5d1486749a36: Preparing [2025-07-07T10:01:07.783Z] dd9c8f8612c8: Preparing [2025-07-07T10:01:07.783Z] e0e585f66e3a: Waiting [2025-07-07T10:01:07.783Z] 18e0f168112e: Waiting [2025-07-07T10:01:07.783Z] 5d1486749a36: Waiting [2025-07-07T10:01:07.783Z] dd9c8f8612c8: Waiting [2025-07-07T10:01:07.783Z] c98d007850f2: Waiting [2025-07-07T10:01:07.783Z] a2baac613c6c: Layer already exists [2025-07-07T10:01:07.783Z] b68a086bd03d: Layer already exists [2025-07-07T10:01:07.783Z] 0c5036cc31fd: Layer already exists [2025-07-07T10:01:07.783Z] 851fe9ff22f8: Layer already exists [2025-07-07T10:01:07.783Z] 1e44795238f5: Layer already exists [2025-07-07T10:01:07.783Z] e0e585f66e3a: Layer already exists [2025-07-07T10:01:07.783Z] 18e0f168112e: Layer already exists [2025-07-07T10:01:07.783Z] c98d007850f2: Layer already exists [2025-07-07T10:01:07.783Z] 5d1486749a36: Layer already exists [2025-07-07T10:01:07.783Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:01:08.046Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:68d029463d2e4d37efe7fedc2285627ebe0483dc51f02806909d8b0e4e85a9f1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:01:08.404Z] + 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-07-07T10:01:08.747Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-07-07T10:01:08.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-07-07T10:01:08.747Z] 0c5036cc31fd: Preparing [2025-07-07T10:01:08.747Z] a2baac613c6c: Preparing [2025-07-07T10:01:08.747Z] 851fe9ff22f8: Preparing [2025-07-07T10:01:08.747Z] 1e44795238f5: Preparing [2025-07-07T10:01:08.747Z] b68a086bd03d: Preparing [2025-07-07T10:01:08.747Z] c98d007850f2: Preparing [2025-07-07T10:01:08.747Z] e0e585f66e3a: Preparing [2025-07-07T10:01:08.747Z] 18e0f168112e: Preparing [2025-07-07T10:01:08.747Z] 5d1486749a36: Preparing [2025-07-07T10:01:08.747Z] dd9c8f8612c8: Preparing [2025-07-07T10:01:08.747Z] c98d007850f2: Waiting [2025-07-07T10:01:08.747Z] e0e585f66e3a: Waiting [2025-07-07T10:01:08.747Z] 5d1486749a36: Waiting [2025-07-07T10:01:08.747Z] dd9c8f8612c8: Waiting [2025-07-07T10:01:08.747Z] 18e0f168112e: Waiting [2025-07-07T10:01:08.747Z] 0c5036cc31fd: Layer already exists [2025-07-07T10:01:08.747Z] a2baac613c6c: Layer already exists [2025-07-07T10:01:08.747Z] 1e44795238f5: Layer already exists [2025-07-07T10:01:08.747Z] 851fe9ff22f8: Layer already exists [2025-07-07T10:01:08.747Z] b68a086bd03d: Layer already exists [2025-07-07T10:01:08.747Z] e0e585f66e3a: Layer already exists [2025-07-07T10:01:08.747Z] 18e0f168112e: Layer already exists [2025-07-07T10:01:08.747Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:01:08.747Z] c98d007850f2: Layer already exists [2025-07-07T10:01:08.747Z] 5d1486749a36: Layer already exists [2025-07-07T10:01:09.014Z] main: digest: sha256:68d029463d2e4d37efe7fedc2285627ebe0483dc51f02806909d8b0e4e85a9f1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T10:01:09.089Z] ===================================================== [Pipeline] echo [2025-07-07T10:01:09.101Z] taggedImages: [2025-07-07T10:01:09.101Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:01:09.101Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-07-07T10:01:09.101Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.37 [2025-07-07T10:01:09.101Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:01:09.101Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-07-07T10:01:09.124Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-07-07T10:01:09.124Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:01:09.124Z] latest [2025-07-07T10:01:09.124Z] 4.1.0-dev.37 [2025-07-07T10:01:09.124Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:01:09.124Z] main [2025-07-07T10:01:09.124Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:01:09.491Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:01:09.840Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:01:09.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-07-07T10:01:09.840Z] 0a7f9db86300: Preparing [2025-07-07T10:01:09.840Z] b896b575194a: Preparing [2025-07-07T10:01:09.840Z] 15ac4b50904f: Preparing [2025-07-07T10:01:09.840Z] 1e44795238f5: Preparing [2025-07-07T10:01:09.840Z] b68a086bd03d: Preparing [2025-07-07T10:01:09.840Z] 125a10390234: Preparing [2025-07-07T10:01:09.840Z] 691d494ae57e: Preparing [2025-07-07T10:01:09.840Z] e044bdd31565: Preparing [2025-07-07T10:01:09.840Z] dd9c8f8612c8: Preparing [2025-07-07T10:01:09.840Z] e044bdd31565: Waiting [2025-07-07T10:01:09.840Z] 125a10390234: Waiting [2025-07-07T10:01:09.840Z] 691d494ae57e: Waiting [2025-07-07T10:01:09.840Z] dd9c8f8612c8: Waiting [2025-07-07T10:01:09.840Z] 1e44795238f5: Layer already exists [2025-07-07T10:01:09.840Z] b68a086bd03d: Layer already exists [2025-07-07T10:01:10.104Z] 15ac4b50904f: Pushed [2025-07-07T10:01:10.105Z] b896b575194a: Pushed [2025-07-07T10:01:10.105Z] 0a7f9db86300: Pushed [2025-07-07T10:01:10.105Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:01:10.105Z] 691d494ae57e: Pushed [2025-07-07T10:01:10.683Z] e044bdd31565: Pushed [2025-07-07T10:01:37.346Z] 125a10390234: Pushed [2025-07-07T10:01:37.346Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:f474e138aac160941356bb3e2c9ac853fb8df3606f097ad3fa1ade99773550f3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:01:37.692Z] + 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-07-07T10:01:38.049Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-07-07T10:01:38.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-07-07T10:01:38.050Z] 0a7f9db86300: Preparing [2025-07-07T10:01:38.050Z] b896b575194a: Preparing [2025-07-07T10:01:38.050Z] 15ac4b50904f: Preparing [2025-07-07T10:01:38.050Z] 1e44795238f5: Preparing [2025-07-07T10:01:38.050Z] b68a086bd03d: Preparing [2025-07-07T10:01:38.050Z] 125a10390234: Preparing [2025-07-07T10:01:38.050Z] 691d494ae57e: Preparing [2025-07-07T10:01:38.050Z] e044bdd31565: Preparing [2025-07-07T10:01:38.050Z] dd9c8f8612c8: Preparing [2025-07-07T10:01:38.050Z] 691d494ae57e: Waiting [2025-07-07T10:01:38.050Z] dd9c8f8612c8: Waiting [2025-07-07T10:01:38.050Z] e044bdd31565: Waiting [2025-07-07T10:01:38.050Z] 125a10390234: Waiting [2025-07-07T10:01:38.050Z] 15ac4b50904f: Layer already exists [2025-07-07T10:01:38.050Z] 0a7f9db86300: Layer already exists [2025-07-07T10:01:38.050Z] 1e44795238f5: Layer already exists [2025-07-07T10:01:38.050Z] b68a086bd03d: Layer already exists [2025-07-07T10:01:38.050Z] b896b575194a: Layer already exists [2025-07-07T10:01:38.050Z] 125a10390234: Layer already exists [2025-07-07T10:01:38.050Z] 691d494ae57e: Layer already exists [2025-07-07T10:01:38.050Z] e044bdd31565: Layer already exists [2025-07-07T10:01:38.050Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:01:38.050Z] latest: digest: sha256:f474e138aac160941356bb3e2c9ac853fb8df3606f097ad3fa1ade99773550f3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:01:38.673Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:01:39.019Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.37 [2025-07-07T10:01:39.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-07-07T10:01:39.019Z] 0a7f9db86300: Preparing [2025-07-07T10:01:39.019Z] b896b575194a: Preparing [2025-07-07T10:01:39.019Z] 15ac4b50904f: Preparing [2025-07-07T10:01:39.019Z] 1e44795238f5: Preparing [2025-07-07T10:01:39.019Z] b68a086bd03d: Preparing [2025-07-07T10:01:39.019Z] 125a10390234: Preparing [2025-07-07T10:01:39.020Z] 691d494ae57e: Preparing [2025-07-07T10:01:39.020Z] e044bdd31565: Preparing [2025-07-07T10:01:39.020Z] dd9c8f8612c8: Preparing [2025-07-07T10:01:39.020Z] 125a10390234: Waiting [2025-07-07T10:01:39.020Z] 691d494ae57e: Waiting [2025-07-07T10:01:39.020Z] dd9c8f8612c8: Waiting [2025-07-07T10:01:39.020Z] e044bdd31565: Waiting [2025-07-07T10:01:39.020Z] 1e44795238f5: Layer already exists [2025-07-07T10:01:39.020Z] b896b575194a: Layer already exists [2025-07-07T10:01:39.020Z] 15ac4b50904f: Layer already exists [2025-07-07T10:01:39.020Z] 0a7f9db86300: Layer already exists [2025-07-07T10:01:39.020Z] b68a086bd03d: Layer already exists [2025-07-07T10:01:39.020Z] 691d494ae57e: Layer already exists [2025-07-07T10:01:39.020Z] 125a10390234: Layer already exists [2025-07-07T10:01:39.020Z] e044bdd31565: Layer already exists [2025-07-07T10:01:39.020Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:01:39.283Z] 4.1.0-dev.37: digest: sha256:f474e138aac160941356bb3e2c9ac853fb8df3606f097ad3fa1ade99773550f3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:01:39.627Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:01:39.975Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:01:39.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-07-07T10:01:39.975Z] 0a7f9db86300: Preparing [2025-07-07T10:01:39.975Z] b896b575194a: Preparing [2025-07-07T10:01:39.975Z] 15ac4b50904f: Preparing [2025-07-07T10:01:39.975Z] 1e44795238f5: Preparing [2025-07-07T10:01:39.975Z] b68a086bd03d: Preparing [2025-07-07T10:01:39.975Z] 125a10390234: Preparing [2025-07-07T10:01:39.975Z] 691d494ae57e: Preparing [2025-07-07T10:01:39.975Z] e044bdd31565: Preparing [2025-07-07T10:01:39.975Z] dd9c8f8612c8: Preparing [2025-07-07T10:01:39.975Z] 125a10390234: Waiting [2025-07-07T10:01:39.975Z] e044bdd31565: Waiting [2025-07-07T10:01:39.975Z] 691d494ae57e: Waiting [2025-07-07T10:01:39.975Z] dd9c8f8612c8: Waiting [2025-07-07T10:01:39.975Z] 15ac4b50904f: Layer already exists [2025-07-07T10:01:39.975Z] 1e44795238f5: Layer already exists [2025-07-07T10:01:39.975Z] 0a7f9db86300: Layer already exists [2025-07-07T10:01:39.975Z] b896b575194a: Layer already exists [2025-07-07T10:01:39.975Z] b68a086bd03d: Layer already exists [2025-07-07T10:01:39.975Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:01:39.975Z] e044bdd31565: Layer already exists [2025-07-07T10:01:39.975Z] 125a10390234: Layer already exists [2025-07-07T10:01:39.975Z] 691d494ae57e: Layer already exists [2025-07-07T10:01:40.241Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:f474e138aac160941356bb3e2c9ac853fb8df3606f097ad3fa1ade99773550f3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:01:40.594Z] + 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-07-07T10:01:40.947Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-07-07T10:01:40.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-07-07T10:01:40.947Z] 0a7f9db86300: Preparing [2025-07-07T10:01:40.947Z] b896b575194a: Preparing [2025-07-07T10:01:40.947Z] 15ac4b50904f: Preparing [2025-07-07T10:01:40.947Z] 1e44795238f5: Preparing [2025-07-07T10:01:40.947Z] b68a086bd03d: Preparing [2025-07-07T10:01:40.947Z] 125a10390234: Preparing [2025-07-07T10:01:40.947Z] 691d494ae57e: Preparing [2025-07-07T10:01:40.947Z] e044bdd31565: Preparing [2025-07-07T10:01:40.947Z] dd9c8f8612c8: Preparing [2025-07-07T10:01:40.947Z] 125a10390234: Waiting [2025-07-07T10:01:40.947Z] 691d494ae57e: Waiting [2025-07-07T10:01:40.947Z] e044bdd31565: Waiting [2025-07-07T10:01:40.947Z] dd9c8f8612c8: Waiting [2025-07-07T10:01:40.947Z] 0a7f9db86300: Layer already exists [2025-07-07T10:01:40.947Z] b68a086bd03d: Layer already exists [2025-07-07T10:01:40.947Z] 15ac4b50904f: Layer already exists [2025-07-07T10:01:40.947Z] b896b575194a: Layer already exists [2025-07-07T10:01:40.947Z] 1e44795238f5: Layer already exists [2025-07-07T10:01:40.947Z] 125a10390234: Layer already exists [2025-07-07T10:01:40.947Z] e044bdd31565: Layer already exists [2025-07-07T10:01:40.947Z] 691d494ae57e: Layer already exists [2025-07-07T10:01:40.947Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:01:41.213Z] main: digest: sha256:f474e138aac160941356bb3e2c9ac853fb8df3606f097ad3fa1ade99773550f3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T10:01:41.300Z] ===================================================== [Pipeline] echo [2025-07-07T10:01:41.314Z] taggedImages: [2025-07-07T10:01:41.314Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:01:41.314Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-07-07T10:01:41.314Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.37 [2025-07-07T10:01:41.314Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:01:41.314Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-07-07T10:01:41.338Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-07-07T10:01:41.338Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:01:41.338Z] latest [2025-07-07T10:01:41.338Z] 4.1.0-dev.37 [2025-07-07T10:01:41.338Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:01:41.338Z] main [2025-07-07T10:01:41.338Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:01:41.698Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:01:42.053Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:01:42.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-07-07T10:01:42.053Z] fbdafec089f7: Preparing [2025-07-07T10:01:42.053Z] 97ed1237e69d: Preparing [2025-07-07T10:01:42.053Z] 12917e28a15b: Preparing [2025-07-07T10:01:42.053Z] 1e44795238f5: Preparing [2025-07-07T10:01:42.053Z] b68a086bd03d: Preparing [2025-07-07T10:01:42.053Z] 686732ed2492: Preparing [2025-07-07T10:01:42.053Z] 18e0f168112e: Preparing [2025-07-07T10:01:42.053Z] 5d1486749a36: Preparing [2025-07-07T10:01:42.053Z] dd9c8f8612c8: Preparing [2025-07-07T10:01:42.053Z] 686732ed2492: Waiting [2025-07-07T10:01:42.053Z] 18e0f168112e: Waiting [2025-07-07T10:01:42.053Z] 5d1486749a36: Waiting [2025-07-07T10:01:42.053Z] dd9c8f8612c8: Waiting [2025-07-07T10:01:42.053Z] 1e44795238f5: Layer already exists [2025-07-07T10:01:42.319Z] b68a086bd03d: Layer already exists [2025-07-07T10:01:42.319Z] 18e0f168112e: Layer already exists [2025-07-07T10:01:42.319Z] 97ed1237e69d: Pushed [2025-07-07T10:01:42.319Z] 12917e28a15b: Pushed [2025-07-07T10:01:42.319Z] fbdafec089f7: Pushed [2025-07-07T10:01:42.319Z] 5d1486749a36: Layer already exists [2025-07-07T10:01:42.319Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:02:08.969Z] 686732ed2492: Pushed [2025-07-07T10:02:08.969Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:e8052f1d563c31f269242b278d68acad9a5edb70f2619a7493ca4721a1ad4a72 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:09.365Z] + 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-07-07T10:02:09.726Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-07-07T10:02:09.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-07-07T10:02:09.726Z] fbdafec089f7: Preparing [2025-07-07T10:02:09.726Z] 97ed1237e69d: Preparing [2025-07-07T10:02:09.726Z] 12917e28a15b: Preparing [2025-07-07T10:02:09.726Z] 1e44795238f5: Preparing [2025-07-07T10:02:09.726Z] b68a086bd03d: Preparing [2025-07-07T10:02:09.726Z] 686732ed2492: Preparing [2025-07-07T10:02:09.726Z] 18e0f168112e: Preparing [2025-07-07T10:02:09.726Z] 5d1486749a36: Preparing [2025-07-07T10:02:09.726Z] dd9c8f8612c8: Preparing [2025-07-07T10:02:09.726Z] 18e0f168112e: Waiting [2025-07-07T10:02:09.726Z] 5d1486749a36: Waiting [2025-07-07T10:02:09.726Z] dd9c8f8612c8: Waiting [2025-07-07T10:02:09.726Z] 686732ed2492: Waiting [2025-07-07T10:02:09.726Z] 12917e28a15b: Layer already exists [2025-07-07T10:02:09.726Z] fbdafec089f7: Layer already exists [2025-07-07T10:02:09.726Z] 97ed1237e69d: Layer already exists [2025-07-07T10:02:09.726Z] b68a086bd03d: Layer already exists [2025-07-07T10:02:09.726Z] 1e44795238f5: Layer already exists [2025-07-07T10:02:09.726Z] 686732ed2492: Layer already exists [2025-07-07T10:02:09.726Z] 5d1486749a36: Layer already exists [2025-07-07T10:02:09.726Z] 18e0f168112e: Layer already exists [2025-07-07T10:02:09.726Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:02:09.993Z] latest: digest: sha256:e8052f1d563c31f269242b278d68acad9a5edb70f2619a7493ca4721a1ad4a72 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:10.352Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:10.710Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.37 [2025-07-07T10:02:10.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-07-07T10:02:10.711Z] fbdafec089f7: Preparing [2025-07-07T10:02:10.711Z] 97ed1237e69d: Preparing [2025-07-07T10:02:10.711Z] 12917e28a15b: Preparing [2025-07-07T10:02:10.711Z] 1e44795238f5: Preparing [2025-07-07T10:02:10.711Z] b68a086bd03d: Preparing [2025-07-07T10:02:10.711Z] 686732ed2492: Preparing [2025-07-07T10:02:10.711Z] 18e0f168112e: Preparing [2025-07-07T10:02:10.711Z] 5d1486749a36: Preparing [2025-07-07T10:02:10.711Z] dd9c8f8612c8: Preparing [2025-07-07T10:02:10.711Z] 686732ed2492: Waiting [2025-07-07T10:02:10.711Z] 18e0f168112e: Waiting [2025-07-07T10:02:10.711Z] dd9c8f8612c8: Waiting [2025-07-07T10:02:10.711Z] 5d1486749a36: Waiting [2025-07-07T10:02:10.711Z] 12917e28a15b: Layer already exists [2025-07-07T10:02:10.711Z] 97ed1237e69d: Layer already exists [2025-07-07T10:02:10.711Z] fbdafec089f7: Layer already exists [2025-07-07T10:02:10.711Z] 1e44795238f5: Layer already exists [2025-07-07T10:02:10.711Z] b68a086bd03d: Layer already exists [2025-07-07T10:02:10.711Z] 686732ed2492: Layer already exists [2025-07-07T10:02:10.711Z] 5d1486749a36: Layer already exists [2025-07-07T10:02:10.711Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:02:10.711Z] 18e0f168112e: Layer already exists [2025-07-07T10:02:10.978Z] 4.1.0-dev.37: digest: sha256:e8052f1d563c31f269242b278d68acad9a5edb70f2619a7493ca4721a1ad4a72 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:11.334Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:11.670Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:02:11.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-07-07T10:02:11.670Z] fbdafec089f7: Preparing [2025-07-07T10:02:11.670Z] 97ed1237e69d: Preparing [2025-07-07T10:02:11.670Z] 12917e28a15b: Preparing [2025-07-07T10:02:11.670Z] 1e44795238f5: Preparing [2025-07-07T10:02:11.670Z] b68a086bd03d: Preparing [2025-07-07T10:02:11.670Z] 686732ed2492: Preparing [2025-07-07T10:02:11.670Z] 18e0f168112e: Preparing [2025-07-07T10:02:11.670Z] 5d1486749a36: Preparing [2025-07-07T10:02:11.670Z] dd9c8f8612c8: Preparing [2025-07-07T10:02:11.670Z] 686732ed2492: Waiting [2025-07-07T10:02:11.670Z] 18e0f168112e: Waiting [2025-07-07T10:02:11.670Z] 5d1486749a36: Waiting [2025-07-07T10:02:11.670Z] dd9c8f8612c8: Waiting [2025-07-07T10:02:11.670Z] fbdafec089f7: Layer already exists [2025-07-07T10:02:11.670Z] b68a086bd03d: Layer already exists [2025-07-07T10:02:11.670Z] 12917e28a15b: Layer already exists [2025-07-07T10:02:11.670Z] 97ed1237e69d: Layer already exists [2025-07-07T10:02:11.670Z] 1e44795238f5: Layer already exists [2025-07-07T10:02:11.670Z] 18e0f168112e: Layer already exists [2025-07-07T10:02:11.670Z] 686732ed2492: Layer already exists [2025-07-07T10:02:11.670Z] 5d1486749a36: Layer already exists [2025-07-07T10:02:11.670Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:02:11.932Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:e8052f1d563c31f269242b278d68acad9a5edb70f2619a7493ca4721a1ad4a72 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:12.276Z] + 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-07-07T10:02:12.870Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-07-07T10:02:12.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-07-07T10:02:12.870Z] fbdafec089f7: Preparing [2025-07-07T10:02:12.870Z] 97ed1237e69d: Preparing [2025-07-07T10:02:12.870Z] 12917e28a15b: Preparing [2025-07-07T10:02:12.870Z] 1e44795238f5: Preparing [2025-07-07T10:02:12.870Z] b68a086bd03d: Preparing [2025-07-07T10:02:12.870Z] 686732ed2492: Preparing [2025-07-07T10:02:12.870Z] 18e0f168112e: Preparing [2025-07-07T10:02:12.870Z] 686732ed2492: Waiting [2025-07-07T10:02:12.870Z] 5d1486749a36: Preparing [2025-07-07T10:02:12.870Z] dd9c8f8612c8: Preparing [2025-07-07T10:02:12.870Z] 18e0f168112e: Waiting [2025-07-07T10:02:12.870Z] 5d1486749a36: Waiting [2025-07-07T10:02:12.870Z] 1e44795238f5: Layer already exists [2025-07-07T10:02:12.870Z] b68a086bd03d: Layer already exists [2025-07-07T10:02:12.870Z] 12917e28a15b: Layer already exists [2025-07-07T10:02:12.870Z] fbdafec089f7: Layer already exists [2025-07-07T10:02:12.870Z] 97ed1237e69d: Layer already exists [2025-07-07T10:02:12.870Z] 5d1486749a36: Layer already exists [2025-07-07T10:02:12.870Z] 18e0f168112e: Layer already exists [2025-07-07T10:02:12.870Z] 686732ed2492: Layer already exists [2025-07-07T10:02:12.870Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:02:13.134Z] main: digest: sha256:e8052f1d563c31f269242b278d68acad9a5edb70f2619a7493ca4721a1ad4a72 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T10:02:13.206Z] ===================================================== [Pipeline] echo [2025-07-07T10:02:13.220Z] taggedImages: [2025-07-07T10:02:13.220Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:02:13.220Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-07-07T10:02:13.220Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.37 [2025-07-07T10:02:13.220Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:02:13.220Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-07-07T10:02:13.244Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-07-07T10:02:13.244Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:02:13.244Z] latest [2025-07-07T10:02:13.244Z] 4.1.0-dev.37 [2025-07-07T10:02:13.244Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:02:13.244Z] main [2025-07-07T10:02:13.244Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:13.596Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:13.940Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:02:13.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-07-07T10:02:13.940Z] 0226be3317f4: Preparing [2025-07-07T10:02:13.940Z] 8807d6cd6031: Preparing [2025-07-07T10:02:13.940Z] 1e44795238f5: Preparing [2025-07-07T10:02:13.940Z] b68a086bd03d: Preparing [2025-07-07T10:02:13.940Z] a0fccb67035d: Preparing [2025-07-07T10:02:13.940Z] 732f4589408a: Preparing [2025-07-07T10:02:13.940Z] dd9c8f8612c8: Preparing [2025-07-07T10:02:13.940Z] 732f4589408a: Waiting [2025-07-07T10:02:13.940Z] dd9c8f8612c8: Waiting [2025-07-07T10:02:13.940Z] 1e44795238f5: Layer already exists [2025-07-07T10:02:14.205Z] b68a086bd03d: Layer already exists [2025-07-07T10:02:14.205Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:02:14.205Z] a0fccb67035d: Pushed [2025-07-07T10:02:14.205Z] 0226be3317f4: Pushed [2025-07-07T10:02:15.613Z] 732f4589408a: Pushed [2025-07-07T10:02:22.221Z] 8807d6cd6031: Pushed [2025-07-07T10:02:22.221Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:8f8addf76a77b8fa99a7372ffc48169ce3e02d4c51c5a381775c03f17db2b00d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:22.567Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:22.910Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-07-07T10:02:22.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-07-07T10:02:22.910Z] 0226be3317f4: Preparing [2025-07-07T10:02:22.910Z] 8807d6cd6031: Preparing [2025-07-07T10:02:22.910Z] 1e44795238f5: Preparing [2025-07-07T10:02:22.910Z] b68a086bd03d: Preparing [2025-07-07T10:02:22.910Z] a0fccb67035d: Preparing [2025-07-07T10:02:22.910Z] 732f4589408a: Preparing [2025-07-07T10:02:22.910Z] dd9c8f8612c8: Preparing [2025-07-07T10:02:22.910Z] 732f4589408a: Waiting [2025-07-07T10:02:22.910Z] dd9c8f8612c8: Waiting [2025-07-07T10:02:22.910Z] a0fccb67035d: Layer already exists [2025-07-07T10:02:22.910Z] 1e44795238f5: Layer already exists [2025-07-07T10:02:22.910Z] 8807d6cd6031: Layer already exists [2025-07-07T10:02:22.910Z] b68a086bd03d: Layer already exists [2025-07-07T10:02:22.910Z] 0226be3317f4: Layer already exists [2025-07-07T10:02:22.910Z] 732f4589408a: Layer already exists [2025-07-07T10:02:22.910Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:02:23.175Z] latest: digest: sha256:8f8addf76a77b8fa99a7372ffc48169ce3e02d4c51c5a381775c03f17db2b00d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:23.522Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:23.861Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.37 [2025-07-07T10:02:23.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-07-07T10:02:23.861Z] 0226be3317f4: Preparing [2025-07-07T10:02:23.861Z] 8807d6cd6031: Preparing [2025-07-07T10:02:23.861Z] 1e44795238f5: Preparing [2025-07-07T10:02:23.861Z] b68a086bd03d: Preparing [2025-07-07T10:02:23.861Z] a0fccb67035d: Preparing [2025-07-07T10:02:23.861Z] 732f4589408a: Preparing [2025-07-07T10:02:23.861Z] dd9c8f8612c8: Preparing [2025-07-07T10:02:23.861Z] 732f4589408a: Waiting [2025-07-07T10:02:23.861Z] dd9c8f8612c8: Waiting [2025-07-07T10:02:23.861Z] a0fccb67035d: Layer already exists [2025-07-07T10:02:23.861Z] 1e44795238f5: Layer already exists [2025-07-07T10:02:23.861Z] b68a086bd03d: Layer already exists [2025-07-07T10:02:23.861Z] 0226be3317f4: Layer already exists [2025-07-07T10:02:23.861Z] 8807d6cd6031: Layer already exists [2025-07-07T10:02:23.861Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:02:23.861Z] 732f4589408a: Layer already exists [2025-07-07T10:02:24.125Z] 4.1.0-dev.37: digest: sha256:8f8addf76a77b8fa99a7372ffc48169ce3e02d4c51c5a381775c03f17db2b00d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:24.482Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:24.826Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:02:24.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-07-07T10:02:24.826Z] 0226be3317f4: Preparing [2025-07-07T10:02:24.826Z] 8807d6cd6031: Preparing [2025-07-07T10:02:24.826Z] 1e44795238f5: Preparing [2025-07-07T10:02:24.826Z] b68a086bd03d: Preparing [2025-07-07T10:02:24.826Z] a0fccb67035d: Preparing [2025-07-07T10:02:24.826Z] 732f4589408a: Preparing [2025-07-07T10:02:24.826Z] dd9c8f8612c8: Preparing [2025-07-07T10:02:24.826Z] dd9c8f8612c8: Waiting [2025-07-07T10:02:24.826Z] 732f4589408a: Waiting [2025-07-07T10:02:24.826Z] 1e44795238f5: Layer already exists [2025-07-07T10:02:24.826Z] b68a086bd03d: Layer already exists [2025-07-07T10:02:24.826Z] a0fccb67035d: Layer already exists [2025-07-07T10:02:24.826Z] 8807d6cd6031: Layer already exists [2025-07-07T10:02:24.826Z] 0226be3317f4: Layer already exists [2025-07-07T10:02:24.826Z] 732f4589408a: Layer already exists [2025-07-07T10:02:24.826Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:02:25.090Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:8f8addf76a77b8fa99a7372ffc48169ce3e02d4c51c5a381775c03f17db2b00d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:25.427Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:25.767Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-07-07T10:02:25.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-07-07T10:02:25.767Z] 0226be3317f4: Preparing [2025-07-07T10:02:25.767Z] 8807d6cd6031: Preparing [2025-07-07T10:02:25.767Z] 1e44795238f5: Preparing [2025-07-07T10:02:25.767Z] b68a086bd03d: Preparing [2025-07-07T10:02:25.767Z] a0fccb67035d: Preparing [2025-07-07T10:02:25.767Z] 732f4589408a: Preparing [2025-07-07T10:02:25.767Z] dd9c8f8612c8: Preparing [2025-07-07T10:02:25.767Z] 732f4589408a: Waiting [2025-07-07T10:02:25.767Z] dd9c8f8612c8: Waiting [2025-07-07T10:02:25.767Z] 1e44795238f5: Layer already exists [2025-07-07T10:02:25.767Z] b68a086bd03d: Layer already exists [2025-07-07T10:02:25.767Z] a0fccb67035d: Layer already exists [2025-07-07T10:02:25.767Z] 0226be3317f4: Layer already exists [2025-07-07T10:02:25.767Z] 8807d6cd6031: Layer already exists [2025-07-07T10:02:25.767Z] 732f4589408a: Layer already exists [2025-07-07T10:02:25.767Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:02:26.030Z] main: digest: sha256:8f8addf76a77b8fa99a7372ffc48169ce3e02d4c51c5a381775c03f17db2b00d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T10:02:26.096Z] ===================================================== [Pipeline] echo [2025-07-07T10:02:26.108Z] taggedImages: [2025-07-07T10:02:26.108Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:02:26.108Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-07-07T10:02:26.108Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.37 [2025-07-07T10:02:26.108Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:02:26.108Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-07-07T10:02:26.130Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-07-07T10:02:26.130Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:02:26.130Z] latest [2025-07-07T10:02:26.130Z] 4.1.0-dev.37 [2025-07-07T10:02:26.130Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:02:26.130Z] main [2025-07-07T10:02:26.130Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:26.482Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:26.843Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:02:26.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-07-07T10:02:26.843Z] 476b0fefec97: Preparing [2025-07-07T10:02:26.843Z] 6fcb87e48cb4: Preparing [2025-07-07T10:02:26.843Z] 1e44795238f5: Preparing [2025-07-07T10:02:26.843Z] b68a086bd03d: Preparing [2025-07-07T10:02:26.843Z] 8cb729c1c2f8: Preparing [2025-07-07T10:02:26.843Z] a038bfd2c6a7: Preparing [2025-07-07T10:02:26.843Z] dd9c8f8612c8: Preparing [2025-07-07T10:02:26.843Z] a038bfd2c6a7: Waiting [2025-07-07T10:02:26.843Z] dd9c8f8612c8: Waiting [2025-07-07T10:02:27.111Z] b68a086bd03d: Layer already exists [2025-07-07T10:02:27.111Z] 1e44795238f5: Layer already exists [2025-07-07T10:02:27.111Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:02:27.111Z] 8cb729c1c2f8: Pushed [2025-07-07T10:02:27.111Z] 476b0fefec97: Pushed [2025-07-07T10:02:27.691Z] a038bfd2c6a7: Pushed [2025-07-07T10:02:35.874Z] 6fcb87e48cb4: Pushed [2025-07-07T10:02:35.874Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:55895605eae74f990c207c9f606b653ee9477c43d181f4ee3e911a926b3c8eba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:36.225Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:36.583Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-07-07T10:02:36.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-07-07T10:02:36.583Z] 476b0fefec97: Preparing [2025-07-07T10:02:36.583Z] 6fcb87e48cb4: Preparing [2025-07-07T10:02:36.583Z] 1e44795238f5: Preparing [2025-07-07T10:02:36.583Z] b68a086bd03d: Preparing [2025-07-07T10:02:36.583Z] 8cb729c1c2f8: Preparing [2025-07-07T10:02:36.583Z] a038bfd2c6a7: Preparing [2025-07-07T10:02:36.583Z] dd9c8f8612c8: Preparing [2025-07-07T10:02:36.583Z] a038bfd2c6a7: Waiting [2025-07-07T10:02:36.583Z] dd9c8f8612c8: Waiting [2025-07-07T10:02:36.583Z] 476b0fefec97: Layer already exists [2025-07-07T10:02:36.583Z] b68a086bd03d: Layer already exists [2025-07-07T10:02:36.583Z] 6fcb87e48cb4: Layer already exists [2025-07-07T10:02:36.583Z] 8cb729c1c2f8: Layer already exists [2025-07-07T10:02:36.583Z] 1e44795238f5: Layer already exists [2025-07-07T10:02:36.583Z] a038bfd2c6a7: Layer already exists [2025-07-07T10:02:36.583Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:02:36.850Z] latest: digest: sha256:55895605eae74f990c207c9f606b653ee9477c43d181f4ee3e911a926b3c8eba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:37.203Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:37.548Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.37 [2025-07-07T10:02:37.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-07-07T10:02:37.548Z] 476b0fefec97: Preparing [2025-07-07T10:02:37.548Z] 6fcb87e48cb4: Preparing [2025-07-07T10:02:37.548Z] 1e44795238f5: Preparing [2025-07-07T10:02:37.548Z] b68a086bd03d: Preparing [2025-07-07T10:02:37.548Z] 8cb729c1c2f8: Preparing [2025-07-07T10:02:37.548Z] a038bfd2c6a7: Preparing [2025-07-07T10:02:37.548Z] dd9c8f8612c8: Preparing [2025-07-07T10:02:37.548Z] a038bfd2c6a7: Waiting [2025-07-07T10:02:37.548Z] dd9c8f8612c8: Waiting [2025-07-07T10:02:37.548Z] b68a086bd03d: Layer already exists [2025-07-07T10:02:37.548Z] 6fcb87e48cb4: Layer already exists [2025-07-07T10:02:37.548Z] 1e44795238f5: Layer already exists [2025-07-07T10:02:37.548Z] 476b0fefec97: Layer already exists [2025-07-07T10:02:37.548Z] 8cb729c1c2f8: Layer already exists [2025-07-07T10:02:37.548Z] a038bfd2c6a7: Layer already exists [2025-07-07T10:02:37.548Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:02:37.813Z] 4.1.0-dev.37: digest: sha256:55895605eae74f990c207c9f606b653ee9477c43d181f4ee3e911a926b3c8eba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:38.169Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:38.512Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:02:38.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-07-07T10:02:38.512Z] 476b0fefec97: Preparing [2025-07-07T10:02:38.512Z] 6fcb87e48cb4: Preparing [2025-07-07T10:02:38.512Z] 1e44795238f5: Preparing [2025-07-07T10:02:38.512Z] b68a086bd03d: Preparing [2025-07-07T10:02:38.512Z] 8cb729c1c2f8: Preparing [2025-07-07T10:02:38.512Z] a038bfd2c6a7: Preparing [2025-07-07T10:02:38.512Z] dd9c8f8612c8: Preparing [2025-07-07T10:02:38.512Z] a038bfd2c6a7: Waiting [2025-07-07T10:02:38.512Z] dd9c8f8612c8: Waiting [2025-07-07T10:02:38.512Z] b68a086bd03d: Layer already exists [2025-07-07T10:02:38.512Z] 6fcb87e48cb4: Layer already exists [2025-07-07T10:02:38.512Z] 8cb729c1c2f8: Layer already exists [2025-07-07T10:02:38.512Z] 476b0fefec97: Layer already exists [2025-07-07T10:02:38.512Z] 1e44795238f5: Layer already exists [2025-07-07T10:02:38.512Z] a038bfd2c6a7: Layer already exists [2025-07-07T10:02:38.512Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:02:38.512Z] be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:55895605eae74f990c207c9f606b653ee9477c43d181f4ee3e911a926b3c8eba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:39.131Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:39.484Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-07-07T10:02:39.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-07-07T10:02:39.484Z] 476b0fefec97: Preparing [2025-07-07T10:02:39.484Z] 6fcb87e48cb4: Preparing [2025-07-07T10:02:39.484Z] 1e44795238f5: Preparing [2025-07-07T10:02:39.484Z] b68a086bd03d: Preparing [2025-07-07T10:02:39.484Z] 8cb729c1c2f8: Preparing [2025-07-07T10:02:39.484Z] a038bfd2c6a7: Preparing [2025-07-07T10:02:39.484Z] dd9c8f8612c8: Preparing [2025-07-07T10:02:39.484Z] a038bfd2c6a7: Waiting [2025-07-07T10:02:39.484Z] dd9c8f8612c8: Waiting [2025-07-07T10:02:39.484Z] 1e44795238f5: Layer already exists [2025-07-07T10:02:39.484Z] 476b0fefec97: Layer already exists [2025-07-07T10:02:39.484Z] b68a086bd03d: Layer already exists [2025-07-07T10:02:39.484Z] 8cb729c1c2f8: Layer already exists [2025-07-07T10:02:39.484Z] 6fcb87e48cb4: Layer already exists [2025-07-07T10:02:39.484Z] dd9c8f8612c8: Layer already exists [2025-07-07T10:02:39.484Z] a038bfd2c6a7: Layer already exists [2025-07-07T10:02:39.749Z] main: digest: sha256:55895605eae74f990c207c9f606b653ee9477c43d181f4ee3e911a926b3c8eba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-07T10:02:39.824Z] ===================================================== [Pipeline] echo [2025-07-07T10:02:39.842Z] taggedImages: [2025-07-07T10:02:39.842Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [2025-07-07T10:02:39.842Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-07-07T10:02:39.842Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.37 [2025-07-07T10:02:39.842Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [2025-07-07T10:02:39.842Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-07-07T10:02:39.856Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo [2025-07-07T10:02:39.866Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-07-07T10:02:39.877Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:39.894Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:39.903Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-07-07T10:02:39.915Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo [2025-07-07T10:02:39.927Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-07-07T10:02:39.938Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:39.948Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:39.959Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-07-07T10:02:39.969Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo [2025-07-07T10:02:39.980Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-07-07T10:02:39.994Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.006Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.017Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-07-07T10:02:40.029Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo [2025-07-07T10:02:40.043Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-07-07T10:02:40.058Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.068Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.081Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-07-07T10:02:40.096Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo [2025-07-07T10:02:40.109Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-07-07T10:02:40.125Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.138Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.152Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-07-07T10:02:40.166Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo [2025-07-07T10:02:40.176Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-07-07T10:02:40.188Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.205Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.217Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-07-07T10:02:40.232Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo [2025-07-07T10:02:40.246Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-07-07T10:02:40.259Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.271Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.282Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-07-07T10:02:40.296Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo [2025-07-07T10:02:40.309Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-07-07T10:02:40.323Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.334Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.347Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-07-07T10:02:40.357Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo [2025-07-07T10:02:40.370Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-07-07T10:02:40.382Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.398Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.410Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-07-07T10:02:40.424Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo [2025-07-07T10:02:40.434Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-07-07T10:02:40.445Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.456Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.468Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-07-07T10:02:40.481Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo [2025-07-07T10:02:40.491Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-07-07T10:02:40.501Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.515Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.528Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-07-07T10:02:40.542Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo [2025-07-07T10:02:40.552Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-07-07T10:02:40.562Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.572Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.585Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-07-07T10:02:40.595Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo [2025-07-07T10:02:40.607Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-07-07T10:02:40.622Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.633Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.648Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-07-07T10:02:40.660Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo [2025-07-07T10:02:40.673Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-07-07T10:02:40.682Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.692Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.702Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-07-07T10:02:40.714Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo [2025-07-07T10:02:40.728Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-07-07T10:02:40.739Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.754Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:02:40.768Z] 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-07-07T10:02:41.160Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-07T10:02:41.160Z] [2025-07-07T10:02:41.160Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:02:41.483Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-07T10:02:41.483Z] arm64: Pulling from edgex-lftools-log-publisher [2025-07-07T10:02:41.483Z] 8998bd30e6a1: Pulling fs layer [2025-07-07T10:02:41.483Z] 04944245beec: Pulling fs layer [2025-07-07T10:02:41.483Z] 699f458cf7ca: Pulling fs layer [2025-07-07T10:02:41.483Z] 765212b225bb: Pulling fs layer [2025-07-07T10:02:41.483Z] f23df028b6ca: Pulling fs layer [2025-07-07T10:02:41.483Z] d65c8cfc05b1: Pulling fs layer [2025-07-07T10:02:41.483Z] 2437ff75d9bd: Pulling fs layer [2025-07-07T10:02:41.483Z] f23df028b6ca: Waiting [2025-07-07T10:02:41.483Z] d65c8cfc05b1: Waiting [2025-07-07T10:02:41.483Z] 2437ff75d9bd: Waiting [2025-07-07T10:02:41.483Z] 765212b225bb: Waiting [2025-07-07T10:02:41.748Z] 04944245beec: Verifying Checksum [2025-07-07T10:02:41.748Z] 04944245beec: Download complete [2025-07-07T10:02:41.748Z] 765212b225bb: Verifying Checksum [2025-07-07T10:02:41.748Z] 765212b225bb: Download complete [2025-07-07T10:02:41.748Z] f23df028b6ca: Verifying Checksum [2025-07-07T10:02:41.748Z] f23df028b6ca: Download complete [2025-07-07T10:02:41.748Z] d65c8cfc05b1: Verifying Checksum [2025-07-07T10:02:41.748Z] d65c8cfc05b1: Download complete [2025-07-07T10:02:42.014Z] 699f458cf7ca: Verifying Checksum [2025-07-07T10:02:42.014Z] 699f458cf7ca: Download complete [2025-07-07T10:02:42.596Z] 8998bd30e6a1: Verifying Checksum [2025-07-07T10:02:42.597Z] 8998bd30e6a1: Download complete [2025-07-07T10:02:45.169Z] 2437ff75d9bd: Verifying Checksum [2025-07-07T10:02:45.169Z] 2437ff75d9bd: Download complete [2025-07-07T10:02:47.105Z] 8998bd30e6a1: Pull complete [2025-07-07T10:02:47.686Z] 04944245beec: Pull complete [2025-07-07T10:02:49.090Z] 699f458cf7ca: Pull complete [2025-07-07T10:02:49.356Z] 765212b225bb: Pull complete [2025-07-07T10:02:50.312Z] f23df028b6ca: Pull complete [2025-07-07T10:02:50.576Z] d65c8cfc05b1: Pull complete [2025-07-07T10:03:08.761Z] 2437ff75d9bd: Pull complete [2025-07-07T10:03:08.761Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-07-07T10:03:08.761Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-07T10:03:08.761Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-07T10:03:08.961Z] prd-ubuntu20.04-docker-arm64-4c-16g-4654 does not seem to be running inside a container [2025-07-07T10:03:09.016Z] $ 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/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@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-07-07T10:03:12.100Z] $ docker top ce460f396e165c10140cc24ae6b4f3941b262c2e79e3aca8ea976105c3b76aef -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-07T10:03:13.022Z] ---> job-cost.sh [2025-07-07T10:03:13.022Z] lf-activate-venv: SKIPPING [2025-07-07T10:03:13.022Z] INFO: No Stack... [2025-07-07T10:03:13.598Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-07-07T10:03:14.175Z] INFO: Archiving Costs [Pipeline] sh [2025-07-07T10:03:14.801Z] + cut -d, -f6 [2025-07-07T10:03:14.801Z] + cat /w/workspace/edgex-go/869/archives/cost.csv [Pipeline] lock [2025-07-07T10:03:14.834Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-869-stack-cost] [2025-07-07T10:03:14.842Z] Resource [jenkins-edgexfoundry-edgex-go-main-869-stack-cost] did not exist. Created. [2025-07-07T10:03:14.848Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-869-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-07T10:03:15.494Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-07-07T10:03:16.162Z] Stashed 1 file(s) [Pipeline] } [2025-07-07T10:03:16.170Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-869-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-07T10:03:16.192Z] $ docker stop --time=1 ce460f396e165c10140cc24ae6b4f3941b262c2e79e3aca8ea976105c3b76aef [2025-07-07T10:03:17.757Z] $ docker rm -f --volumes ce460f396e165c10140cc24ae6b4f3941b262c2e79e3aca8ea976105c3b76aef [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-07-07T10:03:18.316Z] provisioning config files... [2025-07-07T10:03:18.324Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/869@tmp/config1497129905485499222tmp [Pipeline] { [Pipeline] sh [2025-07-07T10:03:18.619Z] + set +x [2025-07-07T10:03:18.619Z] + + curl -s https://codecov.io/bashbash [2025-07-07T10:03:18.619Z] -s -- [2025-07-07T10:03:18.619Z] [2025-07-07T10:03:18.619Z] _____ _ [2025-07-07T10:03:18.619Z] / ____| | | [2025-07-07T10:03:18.619Z] | | ___ __| | ___ ___ _____ __ [2025-07-07T10:03:18.619Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-07-07T10:03:18.619Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-07-07T10:03:18.619Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-07-07T10:03:18.619Z] Bash-1.0.6 [2025-07-07T10:03:18.619Z] [2025-07-07T10:03:18.619Z] [2025-07-07T10:03:18.619Z] ==> git version 2.25.1 found [2025-07-07T10:03:18.879Z] ==> 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-07-07T10:03:18.879Z] Release-Date: 2020-01-08 [2025-07-07T10:03:18.879Z] 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-07-07T10:03:18.879Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-07-07T10:03:18.879Z] ==> Jenkins CI detected. [2025-07-07T10:03:18.879Z] current dir:  /w/workspace/edgex-go/869 [2025-07-07T10:03:18.879Z] project root: . [2025-07-07T10:03:18.879Z] --> token set from env [2025-07-07T10:03:18.879Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-07-07T10:03:18.879Z] ==> Running gcov in . (disable via -X gcov) [2025-07-07T10:03:18.879Z] ==> Python coveragepy not found [2025-07-07T10:03:18.879Z] ==> Searching for coverage reports in: [2025-07-07T10:03:18.879Z] + . [2025-07-07T10:03:18.879Z] -> Found 1 reports [2025-07-07T10:03:18.879Z] ==> Detecting git/mercurial file structure [2025-07-07T10:03:18.879Z] ==> Reading reports [2025-07-07T10:03:18.879Z] + ./coverage.out bytes=1666030 [2025-07-07T10:03:18.879Z] ==> Appending adjustments [2025-07-07T10:03:18.879Z] https://docs.codecov.io/docs/fixing-reports [2025-07-07T10:03:20.255Z] + Found adjustments [2025-07-07T10:03:20.255Z] ==> Gzipping contents [2025-07-07T10:03:20.255Z] 140K /tmp/codecov.Z4eR5c.gz [2025-07-07T10:03:20.255Z] ==> Uploading reports [2025-07-07T10:03:20.255Z] url: https://codecov.io [2025-07-07T10:03:20.255Z] query: branch=main&commit=be3afd34a0939b584ecb71f8f8236fbacfd5fc29&build=869&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F869%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-07T10:03:20.255Z] -> Pinging Codecov [2025-07-07T10:03:20.255Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=be3afd34a0939b584ecb71f8f8236fbacfd5fc29&build=869&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F869%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-07T10:03:20.514Z] -> Uploading to [2025-07-07T10:03:20.514Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/be3afd34a0939b584ecb71f8f8236fbacfd5fc29/6f7bd22d-c465-4ccc-9c39-5003ee828c59.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250707%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250707T100320Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=1877e5e62f068839e91da85d6d2b85b2c82af20ed7a6d803d40bd1694dfced6e [2025-07-07T10:03:20.514Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-07T10:03:20.514Z] Dload Upload Total Spent Left Speed [2025-07-07T10:03:21.033Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 46 138k 0 0 46 65536 0 460k --:--:-- --:--:-- --:--:-- 457k 100 138k 0 0 100 138k 0 373k --:--:-- --:--:-- --:--:-- 372k [2025-07-07T10:03:21.033Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [2025-07-07T10:03:21.040Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-07-07T10:03:21.268Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-07-07T10:03:21.284Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:03:21.591Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-07T10:03:21.591Z] [2025-07-07T10:03:21.591Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:03:21.896Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-07T10:03:21.896Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-07-07T10:03:21.896Z] 0a9a5dfd008f: Already exists [2025-07-07T10:03:21.896Z] 36466aa92d05: Already exists [2025-07-07T10:03:21.896Z] e10405b45d13: Already exists [2025-07-07T10:03:21.896Z] 096b7ceb2af7: Already exists [2025-07-07T10:03:21.896Z] 4f4fb700ef54: Already exists [2025-07-07T10:03:21.896Z] e50aa161e22a: Pulling fs layer [2025-07-07T10:03:21.896Z] d3c8db5fb9df: Pulling fs layer [2025-07-07T10:03:22.156Z] e50aa161e22a: Verifying Checksum [2025-07-07T10:03:22.156Z] e50aa161e22a: Download complete [2025-07-07T10:03:22.414Z] e50aa161e22a: Pull complete [2025-07-07T10:03:23.785Z] d3c8db5fb9df: Verifying Checksum [2025-07-07T10:03:23.785Z] d3c8db5fb9df: Download complete [2025-07-07T10:03:27.065Z] d3c8db5fb9df: Pull complete [2025-07-07T10:03:27.065Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-07-07T10:03:27.065Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-07T10:03:27.065Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-07T10:03:27.174Z] prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container [2025-07-07T10:03:27.176Z] $ 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/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-07-07T10:03:28.216Z] $ docker top abeb8caae1a40413c0c3e7c875cf0c948a458c6f53692ac9ce898c4823e122ba -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-07T10:03:28.578Z] + git config --global --add safe.directory /w/workspace/edgex-go/869 [Pipeline] echo [2025-07-07T10:03:28.589Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-07-07T10:03:28.865Z] + set -o pipefail [2025-07-07T10:03:28.865Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-07-07T10:03:38.846Z] [2025-07-07T10:03:38.846Z] Monitoring /w/workspace/edgex-go/869 (github.com/edgexfoundry/edgex-go)... [2025-07-07T10:03:38.846Z] [2025-07-07T10:03:38.846Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/78433181-b22d-4f28-abaf-ee420c44456c [2025-07-07T10:03:38.846Z] [2025-07-07T10:03:38.846Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-07-07T10:03:38.846Z] [Pipeline] } [2025-07-07T10:03:38.831Z] $ docker stop --time=1 abeb8caae1a40413c0c3e7c875cf0c948a458c6f53692ac9ce898c4823e122ba [2025-07-07T10:03:41.224Z] $ docker rm -f --volumes abeb8caae1a40413c0c3e7c875cf0c948a458c6f53692ac9ce898c4823e122ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-07-07T10:03:41.777Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-07T10:03:41.800Z] provisioning config files... [2025-07-07T10:03:41.809Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/869@tmp/config4341236112175489551tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-07T10:03:42.111Z] --> edgex-publish-swagger.sh [2025-07-07T10:03:42.111Z] === Publish openapi API === [2025-07-07T10:03:42.111Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-07-07T10:03:42.111Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/869/openapi/core-command.yaml] [2025-07-07T10:03:42.111Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-07T10:03:42.111Z] Dload Upload Total Spent Left Speed [2025-07-07T10:03:42.370Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 182 92581 --:--:-- --:--:-- --:--:-- 92764 [2025-07-07T10:03:42.370Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-07T10:03:42.370Z] [2025-07-07T10:03:42.371Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/869/openapi/core-data.yaml] [2025-07-07T10:03:42.371Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-07T10:03:42.371Z] Dload Upload Total Spent Left Speed [2025-07-07T10:03:42.630Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70050 100 66 100 69984 336 348k --:--:-- --:--:-- --:--:-- 349k [2025-07-07T10:03:42.630Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-07T10:03:42.630Z] [2025-07-07T10:03:42.630Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/869/openapi/core-keeper.yaml] [2025-07-07T10:03:42.630Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-07T10:03:42.630Z] Dload Upload Total Spent Left Speed [2025-07-07T10:03:42.890Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 144k --:--:-- --:--:-- --:--:-- 144k 100 30300 100 66 100 30234 302 135k --:--:-- --:--:-- --:--:-- 135k [2025-07-07T10:03:42.890Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-07T10:03:42.890Z] [2025-07-07T10:03:42.890Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/869/openapi/core-metadata.yaml] [2025-07-07T10:03:42.890Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-07T10:03:42.890Z] Dload Upload Total Spent Left Speed [2025-07-07T10:03:42.890Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 417 992k --:--:-- --:--:-- --:--:-- 992k [2025-07-07T10:03:42.890Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-07T10:03:42.890Z] [2025-07-07T10:03:42.890Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/869/openapi/security-proxy-auth.yaml] [2025-07-07T10:03:42.890Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-07T10:03:42.890Z] Dload Upload Total Spent Left Speed [2025-07-07T10:03:43.149Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 377 136k --:--:-- --:--:-- --:--:-- 136k [2025-07-07T10:03:43.149Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-07T10:03:43.149Z] [2025-07-07T10:03:43.149Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/869/openapi/security-secretstore-setup.yaml] [2025-07-07T10:03:43.149Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-07T10:03:43.149Z] Dload Upload Total Spent Left Speed [2025-07-07T10:03:43.408Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 356 21151 --:--:-- --:--:-- --:--:-- 21508 [2025-07-07T10:03:43.409Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-07T10:03:43.409Z] [2025-07-07T10:03:43.409Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/869/openapi/support-notifications.yaml] [2025-07-07T10:03:43.409Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-07T10:03:43.409Z] Dload Upload Total Spent Left Speed [2025-07-07T10:03:44.344Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 92 136k --:--:-- --:--:-- --:--:-- 136k 100 97k 100 66 100 99976 92 136k --:--:-- --:--:-- --:--:-- 136k [2025-07-07T10:03:44.344Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-07T10:03:44.344Z] [2025-07-07T10:03:44.344Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/869/openapi/support-scheduler.yaml] [2025-07-07T10:03:44.344Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-07T10:03:44.344Z] Dload Upload Total Spent Left Speed [2025-07-07T10:03:44.344Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 452 339k --:--:-- --:--:-- --:--:-- 339k [2025-07-07T10:03:44.344Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-07T10:03:44.344Z] [Pipeline] } [2025-07-07T10:03:44.351Z] 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-07-07T10:03:44.786Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-07T10:03:44.786Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:03:45.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-07T10:03:45.093Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-07T10:03:45.171Z] prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container [2025-07-07T10:03:45.168Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-07T10:03:45.427Z] $ docker top ecca506da6e2d976d51d16c6ad52c52708650c9f5bc21ef9e0e3b471c80199cc -eo pid,comm [2025-07-07T10:03:45.497Z] 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-07-07T10:03:45.497Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-07T10:03:45.551Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-07T10:03:45.551Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-07T10:03:45.658Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-07T10:03:45.631Z] $ docker exec ecca506da6e2d976d51d16c6ad52c52708650c9f5bc21ef9e0e3b471c80199cc ssh-agent [2025-07-07T10:03:45.770Z] SSH_AUTH_SOCK=/tmp/ssh-IlcHmegcftbS/agent.32 [2025-07-07T10:03:45.770Z] SSH_AGENT_PID=38 [2025-07-07T10:03:45.774Z] Running ssh-add (command line suppressed) [2025-07-07T10:03:45.838Z] Identity added: /w/workspace/edgex-go/869@tmp/private_key_16226963054476967674.key (/w/workspace/edgex-go/869@tmp/private_key_16226963054476967674.key) [2025-07-07T10:03:45.880Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-07T10:03:46.171Z] + git semver tag [2025-07-07T10:03:46.430Z] 2025-07-07 10:03:46,352 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-07T10:03:46.430Z] 2025-07-07 10:03:46,356 [run_tag] DEBUG tag force:False [2025-07-07T10:03:46.430Z] 2025-07-07 10:03:46,356 [check_head_tag] DEBUG check head tag [2025-07-07T10:03:46.430Z] 2025-07-07 10:03:46,357 [execute] INFO git cat-file --batch-check [2025-07-07T10:03:46.430Z] 2025-07-07 10:03:46,357 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/869, stdin=, shell=False, universal_newlines=False) [2025-07-07T10:03:46.430Z] 2025-07-07 10:03:46,360 [execute] INFO git cat-file --batch [2025-07-07T10:03:46.430Z] 2025-07-07 10:03:46,360 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/869, stdin=, shell=False, universal_newlines=False) [2025-07-07T10:03:46.430Z] 2025-07-07 10:03:46,378 [read_version] DEBUG read version from /w/workspace/edgex-go/869/.semver/main [2025-07-07T10:03:46.430Z] 2025-07-07 10:03:46,378 [execute] INFO git tag -a v4.1.0-dev.37 -m v4.1.0-dev.37 [2025-07-07T10:03:46.430Z] 2025-07-07 10:03:46,378 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.37', '-m', 'v4.1.0-dev.37'], cwd=/w/workspace/edgex-go/869, stdin=None, shell=False, universal_newlines=False) [2025-07-07T10:03:46.430Z] 2025-07-07 10:03:46,381 [read_version] DEBUG read version from /w/workspace/edgex-go/869/.semver/main [2025-07-07T10:03:46.430Z] 4.1.0-dev.37 [Pipeline] } [2025-07-07T10:03:46.670Z] $ docker exec --env ******** --env ******** ecca506da6e2d976d51d16c6ad52c52708650c9f5bc21ef9e0e3b471c80199cc ssh-agent -k [2025-07-07T10:03:46.769Z] unset SSH_AUTH_SOCK; [2025-07-07T10:03:46.770Z] unset SSH_AGENT_PID; [2025-07-07T10:03:46.770Z] echo Agent pid 38 killed; [2025-07-07T10:03:46.808Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-07T10:03:47.133Z] + git semver [Pipeline] } [2025-07-07T10:03:47.373Z] $ docker stop --time=1 ecca506da6e2d976d51d16c6ad52c52708650c9f5bc21ef9e0e3b471c80199cc [2025-07-07T10:03:48.653Z] $ docker rm -f --volumes ecca506da6e2d976d51d16c6ad52c52708650c9f5bc21ef9e0e3b471c80199cc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:03:49.090Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-07T10:03:49.090Z] [2025-07-07T10:03:49.090Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:03:49.387Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-07T10:03:49.388Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-07-07T10:03:49.388Z] ab5ef0e58194: Pulling fs layer [2025-07-07T10:03:49.388Z] 9712f1f96733: Pulling fs layer [2025-07-07T10:03:49.388Z] 63f879dbbcfc: Pulling fs layer [2025-07-07T10:03:49.388Z] 0d9ebad4ef96: Pulling fs layer [2025-07-07T10:03:49.388Z] e9a5061849ea: Pulling fs layer [2025-07-07T10:03:49.388Z] d747dcd14b5f: Pulling fs layer [2025-07-07T10:03:49.388Z] 2de7ff778b66: Pulling fs layer [2025-07-07T10:03:49.388Z] d747dcd14b5f: Waiting [2025-07-07T10:03:49.388Z] 0d9ebad4ef96: Waiting [2025-07-07T10:03:49.388Z] e9a5061849ea: Waiting [2025-07-07T10:03:49.388Z] 2de7ff778b66: Waiting [2025-07-07T10:03:49.388Z] 9712f1f96733: Verifying Checksum [2025-07-07T10:03:49.388Z] 9712f1f96733: Download complete [2025-07-07T10:03:49.647Z] 63f879dbbcfc: Verifying Checksum [2025-07-07T10:03:49.647Z] 63f879dbbcfc: Download complete [2025-07-07T10:03:49.904Z] e9a5061849ea: Verifying Checksum [2025-07-07T10:03:49.904Z] e9a5061849ea: Download complete [2025-07-07T10:03:49.904Z] d747dcd14b5f: Verifying Checksum [2025-07-07T10:03:49.904Z] d747dcd14b5f: Download complete [2025-07-07T10:03:49.904Z] 0d9ebad4ef96: Verifying Checksum [2025-07-07T10:03:49.904Z] 0d9ebad4ef96: Download complete [2025-07-07T10:03:49.904Z] 2de7ff778b66: Download complete [2025-07-07T10:03:50.162Z] ab5ef0e58194: Verifying Checksum [2025-07-07T10:03:50.162Z] ab5ef0e58194: Download complete [2025-07-07T10:03:54.340Z] ab5ef0e58194: Pull complete [2025-07-07T10:03:54.340Z] 9712f1f96733: Pull complete [2025-07-07T10:03:54.905Z] 63f879dbbcfc: Pull complete [2025-07-07T10:04:00.168Z] 0d9ebad4ef96: Pull complete [2025-07-07T10:04:00.168Z] e9a5061849ea: Pull complete [2025-07-07T10:04:00.168Z] d747dcd14b5f: Pull complete [2025-07-07T10:04:01.547Z] 2de7ff778b66: Pull complete [2025-07-07T10:04:01.807Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-07-07T10:04:01.807Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-07T10:04:01.807Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-07T10:04:01.898Z] prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container [2025-07-07T10:04:01.899Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-07-07T10:04:03.495Z] $ docker top 0f7729b6396a0e466925884dd3c05203c900227c9bb002e6af5939342056b75a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-07-07T10:04:03.601Z] provisioning config files... [2025-07-07T10:04:03.607Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/869@tmp/config12022890726222006677tmp [2025-07-07T10:04:03.616Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/869@tmp/config9966429951959713313tmp [2025-07-07T10:04:03.625Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/869@tmp/config8823445516469722976tmp [Pipeline] { [Pipeline] echo [2025-07-07T10:04:03.713Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-07T10:04:04.007Z] ---> sigul-configuration.sh [2025-07-07T10:04:04.007Z] gpg: directory `/root/.gnupg' created [2025-07-07T10:04:04.007Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-07-07T10:04:04.007Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-07-07T10:04:04.007Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-07-07T10:04:04.007Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-07-07T10:04:04.007Z] gpg: CAST5 encrypted data [2025-07-07T10:04:04.007Z] gpg: encrypted with 1 passphrase [2025-07-07T10:04:04.007Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-07-07T10:04:04.308Z] + mkdir /home/jenkins [2025-07-07T10:04:04.308Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-07-07T10:04:04.716Z] + 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-07-07T10:04:04.749Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-07T10:04:05.087Z] ---> sigul-install.sh [2025-07-07T10:04:05.088Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-07-07T10:04:05.381Z] + git tag --list [2025-07-07T10:04:05.381Z] 0.6.0 [2025-07-07T10:04:05.381Z] 0.6.1 [2025-07-07T10:04:05.381Z] 0.7.0 [2025-07-07T10:04:05.381Z] 0.7.1 [2025-07-07T10:04:05.381Z] v1.0.0 [2025-07-07T10:04:05.381Z] v1.0.1 [2025-07-07T10:04:05.381Z] v1.1.0 [2025-07-07T10:04:05.381Z] v1.2.0 [2025-07-07T10:04:05.381Z] v1.2.1 [2025-07-07T10:04:05.381Z] v1.3.0 [2025-07-07T10:04:05.381Z] v1.3.1 [2025-07-07T10:04:05.381Z] v2.0.0 [2025-07-07T10:04:05.381Z] v2.1.0 [2025-07-07T10:04:05.381Z] v2.1.1 [2025-07-07T10:04:05.381Z] v2.2.0 [2025-07-07T10:04:05.381Z] v2.3.0 [2025-07-07T10:04:05.381Z] v3.0 [2025-07-07T10:04:05.381Z] v3.0.0 [2025-07-07T10:04:05.381Z] v3.1 [2025-07-07T10:04:05.381Z] v3.1.0 [2025-07-07T10:04:05.381Z] v3.1.1 [2025-07-07T10:04:05.381Z] v4.0 [2025-07-07T10:04:05.381Z] v4.0.0 [2025-07-07T10:04:05.381Z] v4.0.1 [2025-07-07T10:04:05.381Z] v4.0.1-dev.1 [2025-07-07T10:04:05.381Z] v4.1.0-dev.1 [2025-07-07T10:04:05.381Z] v4.1.0-dev.10 [2025-07-07T10:04:05.381Z] v4.1.0-dev.11 [2025-07-07T10:04:05.381Z] v4.1.0-dev.12 [2025-07-07T10:04:05.381Z] v4.1.0-dev.13 [2025-07-07T10:04:05.381Z] v4.1.0-dev.14 [2025-07-07T10:04:05.381Z] v4.1.0-dev.15 [2025-07-07T10:04:05.381Z] v4.1.0-dev.16 [2025-07-07T10:04:05.381Z] v4.1.0-dev.17 [2025-07-07T10:04:05.381Z] v4.1.0-dev.18 [2025-07-07T10:04:05.381Z] v4.1.0-dev.19 [2025-07-07T10:04:05.381Z] v4.1.0-dev.2 [2025-07-07T10:04:05.381Z] v4.1.0-dev.20 [2025-07-07T10:04:05.381Z] v4.1.0-dev.21 [2025-07-07T10:04:05.381Z] v4.1.0-dev.22 [2025-07-07T10:04:05.381Z] v4.1.0-dev.23 [2025-07-07T10:04:05.381Z] v4.1.0-dev.24 [2025-07-07T10:04:05.381Z] v4.1.0-dev.25 [2025-07-07T10:04:05.381Z] v4.1.0-dev.26 [2025-07-07T10:04:05.381Z] v4.1.0-dev.27 [2025-07-07T10:04:05.381Z] v4.1.0-dev.28 [2025-07-07T10:04:05.381Z] v4.1.0-dev.29 [2025-07-07T10:04:05.381Z] v4.1.0-dev.3 [2025-07-07T10:04:05.381Z] v4.1.0-dev.30 [2025-07-07T10:04:05.381Z] v4.1.0-dev.31 [2025-07-07T10:04:05.381Z] v4.1.0-dev.32 [2025-07-07T10:04:05.381Z] v4.1.0-dev.33 [2025-07-07T10:04:05.381Z] v4.1.0-dev.34 [2025-07-07T10:04:05.381Z] v4.1.0-dev.35 [2025-07-07T10:04:05.381Z] v4.1.0-dev.36 [2025-07-07T10:04:05.381Z] v4.1.0-dev.37 [2025-07-07T10:04:05.381Z] v4.1.0-dev.4 [2025-07-07T10:04:05.381Z] v4.1.0-dev.5 [2025-07-07T10:04:05.381Z] v4.1.0-dev.6 [2025-07-07T10:04:05.381Z] v4.1.0-dev.7 [2025-07-07T10:04:05.381Z] v4.1.0-dev.8 [2025-07-07T10:04:05.381Z] v4.1.0-dev.9 [Pipeline] sh [2025-07-07T10:04:05.675Z] + lftools sign git-tag v4.1.0-dev.37 [2025-07-07T10:04:06.284Z] Signing Git tag with Sigul... [2025-07-07T10:04:06.284Z] Signing v4.1.0-dev.37 [Pipeline] echo [2025-07-07T10:04:06.870Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-07T10:04:07.159Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-07-07T10:04:07.166Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-07-07T10:04:07.165Z] $ docker stop --time=1 0f7729b6396a0e466925884dd3c05203c900227c9bb002e6af5939342056b75a [2025-07-07T10:04:08.436Z] $ docker rm -f --volumes 0f7729b6396a0e466925884dd3c05203c900227c9bb002e6af5939342056b75a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-07-07T10:04:08.890Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-07T10:04:08.890Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:04:09.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-07T10:04:09.187Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-07T10:04:09.257Z] prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container [2025-07-07T10:04:09.252Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-07T10:04:09.533Z] $ docker top 4deacb7d158a55c68283885b43d1fa01becf1811e487d7b87ad898d580d3a73f -eo pid,comm [2025-07-07T10:04:09.605Z] 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-07-07T10:04:09.605Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-07T10:04:09.650Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-07T10:04:09.650Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-07T10:04:09.761Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-07T10:04:09.734Z] $ docker exec 4deacb7d158a55c68283885b43d1fa01becf1811e487d7b87ad898d580d3a73f ssh-agent [2025-07-07T10:04:09.856Z] SSH_AUTH_SOCK=/tmp/ssh-Jzu6busxYvk7/agent.32 [2025-07-07T10:04:09.856Z] SSH_AGENT_PID=38 [2025-07-07T10:04:09.861Z] Running ssh-add (command line suppressed) [2025-07-07T10:04:09.918Z] Identity added: /w/workspace/edgex-go/869@tmp/private_key_17319651468784646373.key (/w/workspace/edgex-go/869@tmp/private_key_17319651468784646373.key) [2025-07-07T10:04:09.961Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-07T10:04:10.252Z] + git semver bump pre [2025-07-07T10:04:10.511Z] 2025-07-07 10:04:10,452 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-07T10:04:10.511Z] 2025-07-07 10:04:10,457 [read_version] DEBUG read version from /w/workspace/edgex-go/869/.semver/main [2025-07-07T10:04:10.511Z] 2025-07-07 10:04:10,457 [bump_version] DEBUG bumping version:4.1.0-dev.37 on axis:pre with prefix:dev [2025-07-07T10:04:10.511Z] 2025-07-07 10:04:10,457 [bump_version] DEBUG bumped version:4.1.0-dev.38 [2025-07-07T10:04:10.511Z] 2025-07-07 10:04:10,457 [write_version] DEBUG write version:4.1.0-dev.38 to path:/w/workspace/edgex-go/869/.semver/main with force:True [2025-07-07T10:04:10.511Z] 2025-07-07 10:04:10,457 [read_version] DEBUG read version from /w/workspace/edgex-go/869/.semver/main [2025-07-07T10:04:10.511Z] 2025-07-07 10:04:10,458 [write_file] DEBUG write to file:/w/workspace/edgex-go/869/.semver/main [2025-07-07T10:04:10.511Z] 2025-07-07 10:04:10,459 [execute] INFO git cat-file --batch-check [2025-07-07T10:04:10.511Z] 2025-07-07 10:04:10,459 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/869/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-07T10:04:10.511Z] 2025-07-07 10:04:10,462 [execute] INFO git cat-file --batch [2025-07-07T10:04:10.511Z] 2025-07-07 10:04:10,462 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/869/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-07T10:04:10.511Z] 2025-07-07 10:04:10,466 [read_version] DEBUG read version from /w/workspace/edgex-go/869/.semver/main [2025-07-07T10:04:10.511Z] 4.1.0-dev.38 [Pipeline] } [2025-07-07T10:04:10.750Z] $ docker exec --env ******** --env ******** 4deacb7d158a55c68283885b43d1fa01becf1811e487d7b87ad898d580d3a73f ssh-agent -k [2025-07-07T10:04:10.842Z] unset SSH_AUTH_SOCK; [2025-07-07T10:04:10.843Z] unset SSH_AGENT_PID; [2025-07-07T10:04:10.843Z] echo Agent pid 38 killed; [2025-07-07T10:04:10.882Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-07T10:04:11.212Z] + git semver [Pipeline] } [2025-07-07T10:04:11.454Z] $ docker stop --time=1 4deacb7d158a55c68283885b43d1fa01becf1811e487d7b87ad898d580d3a73f [2025-07-07T10:04:12.749Z] $ docker rm -f --volumes 4deacb7d158a55c68283885b43d1fa01becf1811e487d7b87ad898d580d3a73f [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-07T10:04:13.123Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-07T10:04:13.123Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:04:13.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-07T10:04:13.424Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-07T10:04:13.502Z] prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container [2025-07-07T10:04:13.500Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-07T10:04:13.739Z] $ docker top c78fbe9e5c3ed8240851b5017cef293044050182449486e5975f955e490c4121 -eo pid,comm [2025-07-07T10:04:13.814Z] 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-07-07T10:04:13.814Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-07T10:04:13.870Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-07T10:04:13.870Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-07T10:04:13.978Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-07T10:04:13.950Z] $ docker exec c78fbe9e5c3ed8240851b5017cef293044050182449486e5975f955e490c4121 ssh-agent [2025-07-07T10:04:14.102Z] SSH_AUTH_SOCK=/tmp/ssh-xpl1BuWNzqiv/agent.31 [2025-07-07T10:04:14.102Z] SSH_AGENT_PID=37 [2025-07-07T10:04:14.107Z] Running ssh-add (command line suppressed) [2025-07-07T10:04:14.177Z] Identity added: /w/workspace/edgex-go/869@tmp/private_key_616907471466957541.key (/w/workspace/edgex-go/869@tmp/private_key_616907471466957541.key) [2025-07-07T10:04:14.218Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-07T10:04:14.501Z] + git semver push [2025-07-07T10:04:14.758Z] 2025-07-07 10:04:14,696 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-07T10:04:14.758Z] 2025-07-07 10:04:14,701 [run_push] DEBUG push [2025-07-07T10:04:14.758Z] 2025-07-07 10:04:14,702 [execute] INFO git cat-file --batch-check [2025-07-07T10:04:14.758Z] 2025-07-07 10:04:14,702 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/869/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-07T10:04:14.758Z] 2025-07-07 10:04:14,704 [execute] INFO git rev-list 25b385d41662e31c42bc4aa861603e3e3c473972 -- [2025-07-07T10:04:14.758Z] 2025-07-07 10:04:14,704 [execute] DEBUG Popen(['git', 'rev-list', '25b385d41662e31c42bc4aa861603e3e3c473972', '--'], cwd=/w/workspace/edgex-go/869/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-07T10:04:14.758Z] 2025-07-07 10:04:14,722 [execute] INFO git fetch -v -- origin [2025-07-07T10:04:14.758Z] 2025-07-07 10:04:14,722 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/869/.semver, stdin=None, shell=False, universal_newlines=True) [2025-07-07T10:04:15.323Z] 2025-07-07 10:04:15,176 [run_push] DEBUG no remote changes detected [2025-07-07T10:04:15.324Z] 2025-07-07 10:04:15,176 [execute] INFO git push origin semver [2025-07-07T10:04:15.324Z] 2025-07-07 10:04:15,176 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/869/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-07T10:04:16.258Z] 2025-07-07 10:04:15,931 [run_push] DEBUG push all version tags [2025-07-07T10:04:16.258Z] 2025-07-07 10:04:15,932 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-07-07T10:04:16.258Z] 2025-07-07 10:04:15,932 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/869, stdin=None, shell=False, universal_newlines=False) [2025-07-07T10:04:16.825Z] 2025-07-07 10:04:16,642 [read_version] DEBUG read version from /w/workspace/edgex-go/869/.semver/main [2025-07-07T10:04:16.825Z] 4.1.0-dev.38 [Pipeline] } [2025-07-07T10:04:16.804Z] $ docker exec --env ******** --env ******** c78fbe9e5c3ed8240851b5017cef293044050182449486e5975f955e490c4121 ssh-agent -k [2025-07-07T10:04:16.890Z] unset SSH_AUTH_SOCK; [2025-07-07T10:04:16.890Z] unset SSH_AGENT_PID; [2025-07-07T10:04:16.890Z] echo Agent pid 37 killed; [2025-07-07T10:04:16.928Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-07T10:04:17.250Z] + git semver [Pipeline] } [2025-07-07T10:04:17.489Z] $ docker stop --time=1 c78fbe9e5c3ed8240851b5017cef293044050182449486e5975f955e490c4121 [2025-07-07T10:04:18.753Z] $ docker rm -f --volumes c78fbe9e5c3ed8240851b5017cef293044050182449486e5975f955e490c4121 [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-07-07T10:04:19.281Z] + [ -d /w/workspace/edgex-go/869/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-07-07T10:04:19.568Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-07T10:04:20.427Z] ---> package-listing.sh [2025-07-07T10:04:20.427Z] ++ facter osfamily [2025-07-07T10:04:20.427Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-07T10:04:20.686Z] + OS_FAMILY=debian [2025-07-07T10:04:20.686Z] + workspace=/w/workspace/edgex-go/869 [2025-07-07T10:04:20.686Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-07T10:04:20.686Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-07T10:04:20.686Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-07T10:04:20.686Z] + PACKAGES=/tmp/packages_start.txt [2025-07-07T10:04:20.686Z] + '[' /w/workspace/edgex-go/869 ']' [2025-07-07T10:04:20.686Z] + PACKAGES=/tmp/packages_end.txt [2025-07-07T10:04:20.686Z] + case "${OS_FAMILY}" in [2025-07-07T10:04:20.686Z] + dpkg -l [2025-07-07T10:04:20.686Z] + grep '^ii' [2025-07-07T10:04:20.686Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-07T10:04:20.686Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-07T10:04:20.686Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-07T10:04:20.686Z] + '[' /w/workspace/edgex-go/869 ']' [2025-07-07T10:04:20.686Z] + mkdir -p /w/workspace/edgex-go/869/archives/ [2025-07-07T10:04:20.686Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/869/archives/ [Pipeline] echo [2025-07-07T10:04:20.696Z] 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/869/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-07-07T10:04:20.970Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:04:21.531Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-07T10:04:21.531Z] [2025-07-07T10:04:21.531Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-07T10:04:21.831Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-07T10:04:21.831Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-07T10:04:21.831Z] 5eb5b503b376: Pulling fs layer [2025-07-07T10:04:21.831Z] 5c69ac0246d0: Pulling fs layer [2025-07-07T10:04:21.831Z] ec43610c2a17: Pulling fs layer [2025-07-07T10:04:21.831Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-07T10:04:21.831Z] 33b1e0a273af: Pulling fs layer [2025-07-07T10:04:21.831Z] 5d3b04190fa2: Pulling fs layer [2025-07-07T10:04:21.831Z] 2f39f015ded8: Pulling fs layer [2025-07-07T10:04:21.831Z] 3a2ae6a8a46f: Waiting [2025-07-07T10:04:21.831Z] 33b1e0a273af: Waiting [2025-07-07T10:04:21.831Z] 5d3b04190fa2: Waiting [2025-07-07T10:04:21.831Z] 2f39f015ded8: Waiting [2025-07-07T10:04:21.831Z] 5c69ac0246d0: Verifying Checksum [2025-07-07T10:04:21.831Z] 5c69ac0246d0: Download complete [2025-07-07T10:04:21.831Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-07T10:04:21.831Z] 3a2ae6a8a46f: Download complete [2025-07-07T10:04:22.089Z] 33b1e0a273af: Verifying Checksum [2025-07-07T10:04:22.089Z] 33b1e0a273af: Download complete [2025-07-07T10:04:22.089Z] ec43610c2a17: Verifying Checksum [2025-07-07T10:04:22.089Z] ec43610c2a17: Download complete [2025-07-07T10:04:22.089Z] 5d3b04190fa2: Download complete [2025-07-07T10:04:22.089Z] 5eb5b503b376: Verifying Checksum [2025-07-07T10:04:22.089Z] 5eb5b503b376: Download complete [2025-07-07T10:04:22.653Z] 2f39f015ded8: Download complete [2025-07-07T10:04:23.587Z] 5eb5b503b376: Pull complete [2025-07-07T10:04:23.587Z] 5c69ac0246d0: Pull complete [2025-07-07T10:04:24.152Z] ec43610c2a17: Pull complete [2025-07-07T10:04:24.152Z] 3a2ae6a8a46f: Pull complete [2025-07-07T10:04:24.409Z] 33b1e0a273af: Pull complete [2025-07-07T10:04:24.409Z] 5d3b04190fa2: Pull complete [2025-07-07T10:04:29.674Z] 2f39f015ded8: Pull complete [2025-07-07T10:04:29.674Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-07T10:04:29.674Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-07T10:04:29.674Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-07T10:04:29.762Z] prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container [2025-07-07T10:04:29.756Z] $ 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/869/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/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-07-07T10:04:31.220Z] $ docker top 9d404c46005a39c19ab00322a7f9b1627b91395c512d4d9f489dff3846709eef -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-07T10:04:31.586Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-07T10:04:31.869Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-07T10:04:32.150Z] + ls /var/log/sa-host [2025-07-07T10:04:32.150Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-07T10:04:32.183Z] provisioning config files... [2025-07-07T10:04:32.190Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/869@tmp/config9422693435217005983tmp [Pipeline] { [Pipeline] echo [2025-07-07T10:04:32.207Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-07T10:04:32.489Z] ---> create-netrc.sh [Pipeline] } [2025-07-07T10:04:32.495Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-07T10:04:32.805Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-07T10:04:32.815Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-07T10:04:33.095Z] ---> sudo-logs.sh [2025-07-07T10:04:33.095Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-07-07T10:04:33.123Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-07T10:04:33.404Z] ---> job-cost.sh [2025-07-07T10:04:33.404Z] lf-activate-venv: SKIPPING [2025-07-07T10:04:33.404Z] DEBUG: total: 0.10999999940395355 [2025-07-07T10:04:33.404Z] INFO: Retrieving Stack Cost... [2025-07-07T10:04:33.664Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-07T10:04:34.232Z] INFO: Archiving Costs [Pipeline] echo [2025-07-07T10:04:34.245Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-07T10:04:34.525Z] ---> logs-deploy.sh [2025-07-07T10:04:34.525Z] lf-activate-venv: SKIPPING [2025-07-07T10:04:34.525Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/869 [2025-07-07T10:04:34.525Z] INFO: archiving workspace using pattern(s): [2025-07-07T10:04:35.461Z] Archives upload complete. [2025-07-07T10:04:35.461Z] INFO: archiving logs to Nexus