Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 941bb66238a204f12d036216aea2f59b186e8d62 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-ssh13360308177396885679.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-ssh12570548079615833788.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-ssh15557282945662925794.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-ssh14338509794208684667.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-ssh7366925930803121333.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5997 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/877 [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/877 # 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 941bb66238a204f12d036216aea2f59b186e8d62 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5217)" > 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 941bb66238a204f12d036216aea2f59b186e8d62 # timeout=10 > git rev-list --no-walk 04201409d208f35d5d62518ff10d2f6ac86fd973 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-07-31T01:21:44.301Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-07-31T01:21:44.365Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-07-31T01:21:44.394Z] ========================================================= [2025-07-31T01:21:44.394Z] EdgeX Global Pipelines Version Info [2025-07-31T01:21:44.394Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:21:45.490Z] ------------------- [2025-07-31T01:21:45.490Z] stable info: [2025-07-31T01:21:45.490Z] ------------------- [2025-07-31T01:21:45.490Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-31T01:21:45.490Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-07-31T01:21:45.490Z] Message: update stable to v1.0.274 [2025-07-31T01:21:46.062Z] ------------------- [2025-07-31T01:21:46.062Z] experimental info: [2025-07-31T01:21:46.062Z] ------------------- [2025-07-31T01:21:46.062Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-07-31T01:21:46.062Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-07-31T01:21:46.062Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-07-31T01:21:46.142Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-07-31T01:21:46.164Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-07-31T01:21:46.182Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-07-31T01:21:46.205Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-07-31T01:21:46.225Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-07-31T01:21:46.249Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-07-31T01:21:46.272Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-07-31T01:21:46.297Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-07-31T01:21:46.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-07-31T01:21:46.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-07-31T01:21:46.369Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-07-31T01:21:46.391Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-07-31T01:21:46.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-07-31T01:21:46.424Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-07-31T01:21:46.450Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-07-31T01:21:46.473Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-07-31T01:21:46.490Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-07-31T01:21:46.509Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-07-31T01:21:46.530Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-07-31T01:21:46.553Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-07-31T01:21:46.572Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-07-31T01:21:46.590Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-07-31T01:21:46.608Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-07-31T01:21:46.628Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-07-31T01:21:46.648Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-07-31T01:21:46.666Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-07-31T01:21:46.686Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] echo [2025-07-31T01:21:46.706Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 941bb66 [Pipeline] echo [2025-07-31T01:21:46.726Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-31T01:21:46.796Z] provisioning config files... [2025-07-31T01:21:46.813Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/877@tmp/config4541346183111595459tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:21:47.150Z] ---> ****-login.sh [2025-07-31T01:21:47.151Z] nexus3.edgexfoundry.org:10001 [2025-07-31T01:21:47.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:21:47.410Z] [2025-07-31T01:21:47.411Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-31T01:21:47.411Z] Configure a credential helper to remove this warning. See [2025-07-31T01:21:47.411Z] https://docs.****.com/go/credential-store/ [2025-07-31T01:21:47.411Z] [2025-07-31T01:21:47.411Z] Login Succeeded [2025-07-31T01:21:47.411Z] nexus3.edgexfoundry.org:10002 [2025-07-31T01:21:47.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:21:47.411Z] [2025-07-31T01:21:47.411Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-31T01:21:47.411Z] Configure a credential helper to remove this warning. See [2025-07-31T01:21:47.411Z] https://docs.****.com/go/credential-store/ [2025-07-31T01:21:47.411Z] [2025-07-31T01:21:47.411Z] Login Succeeded [2025-07-31T01:21:47.411Z] nexus3.edgexfoundry.org:10003 [2025-07-31T01:21:47.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:21:47.671Z] [2025-07-31T01:21:47.671Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-31T01:21:47.671Z] Configure a credential helper to remove this warning. See [2025-07-31T01:21:47.671Z] https://docs.****.com/go/credential-store/ [2025-07-31T01:21:47.671Z] [2025-07-31T01:21:47.671Z] Login Succeeded [2025-07-31T01:21:47.671Z] nexus3.edgexfoundry.org:10004 [2025-07-31T01:21:47.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:21:47.671Z] [2025-07-31T01:21:47.671Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-31T01:21:47.671Z] Configure a credential helper to remove this warning. See [2025-07-31T01:21:47.671Z] https://docs.****.com/go/credential-store/ [2025-07-31T01:21:47.671Z] [2025-07-31T01:21:47.671Z] Login Succeeded [2025-07-31T01:21:47.671Z] ****.io [2025-07-31T01:21:47.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:21:47.932Z] [2025-07-31T01:21:47.932Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-31T01:21:47.932Z] Configure a credential helper to remove this warning. See [2025-07-31T01:21:47.932Z] https://docs.****.com/go/credential-store/ [2025-07-31T01:21:47.932Z] [2025-07-31T01:21:47.932Z] Login Succeeded [2025-07-31T01:21:47.932Z] ---> ****-login.sh ends [Pipeline] } [2025-07-31T01:21:47.941Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-31T01:21:48.266Z] + 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-31T01:21:48.266Z] + + dirname cmd/core-command/Dockerfile [2025-07-31T01:21:48.266Z] cut -d/ -f2 [2025-07-31T01:21:48.266Z] + echo core-command,cmd/core-command/Dockerfile [2025-07-31T01:21:48.266Z] + + cut -d/ -f2 [2025-07-31T01:21:48.266Z] dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-07-31T01:21:48.266Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-07-31T01:21:48.266Z] + dirname cmd/core-data/Dockerfile [2025-07-31T01:21:48.266Z] + cut -d/ -f2 [2025-07-31T01:21:48.266Z] + echo core-data,cmd/core-data/Dockerfile [2025-07-31T01:21:48.266Z] + dirname cmd/core-keeper/Dockerfile [2025-07-31T01:21:48.266Z] + cut -d/ -f2 [2025-07-31T01:21:48.266Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-07-31T01:21:48.266Z] + dirname cmd/core-metadata/Dockerfile [2025-07-31T01:21:48.266Z] + cut -d/ -f2 [2025-07-31T01:21:48.266Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-07-31T01:21:48.266Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-07-31T01:21:48.266Z] + cut -d/ -f2 [2025-07-31T01:21:48.266Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-07-31T01:21:48.266Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-07-31T01:21:48.266Z] + cut -d/ -f2 [2025-07-31T01:21:48.266Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-07-31T01:21:48.266Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-07-31T01:21:48.266Z] + cut -d/ -f2 [2025-07-31T01:21:48.266Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-07-31T01:21:48.266Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-07-31T01:21:48.266Z] + cut -d/ -f2 [2025-07-31T01:21:48.266Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-07-31T01:21:48.266Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-07-31T01:21:48.266Z] + cut -d/ -f2 [2025-07-31T01:21:48.266Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-07-31T01:21:48.266Z] + dirname cmd/security-spire-agent/Dockerfile [2025-07-31T01:21:48.266Z] + cut -d/ -f2 [2025-07-31T01:21:48.266Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-07-31T01:21:48.266Z] + dirname cmd/security-spire-config/Dockerfile [2025-07-31T01:21:48.266Z] + cut -d/ -f2 [2025-07-31T01:21:48.266Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-07-31T01:21:48.266Z] + dirname cmd/security-spire-server/Dockerfile [2025-07-31T01:21:48.266Z] + cut -d/ -f2 [2025-07-31T01:21:48.266Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-07-31T01:21:48.266Z] + dirname cmd/support-notifications/Dockerfile [2025-07-31T01:21:48.266Z] + cut -d/ -f2 [2025-07-31T01:21:48.266Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-07-31T01:21:48.266Z] + dirname cmd/support-scheduler/Dockerfile [2025-07-31T01:21:48.266Z] + cut -d/ -f2 [2025-07-31T01:21:48.266Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-07-31T01:21:48.302Z] 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-31T01:21:48.665Z] + git rev-list -1 --merges 941bb66238a204f12d036216aea2f59b186e8d62~1..941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] echo [2025-07-31T01:21:48.682Z] -----------> git rev-list -1 --merges 941bb66238a204f12d036216aea2f59b186e8d62~1..941bb66238a204f12d036216aea2f59b186e8d62 941bb66238a204f12d036216aea2f59b186e8d62 [false] [Pipeline] sh [2025-07-31T01:21:48.975Z] + git log --format=format:%s -1 941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] echo [2025-07-31T01:21:48.991Z] ========================================================= [2025-07-31T01:21:48.991Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-07-31T01:21:48.991Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-07-31T01:21:49.360Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-31T01:21:49.360Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-07-31T01:21:49.360Z] + [ -e /tmp/ssh_known_hosts ] [2025-07-31T01:21:49.360Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-07-31T01:21:49.360Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-07-31T01:21:49.360Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-07-31T01:21:49.360Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:21:49.712Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-31T01:21:49.712Z] [2025-07-31T01:21:49.712Z] 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-31T01:21:50.017Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-31T01:21:50.017Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-07-31T01:21:50.017Z] 3dae71ba6b94: Pulling fs layer [2025-07-31T01:21:50.017Z] 6bf1a483ea7c: Pulling fs layer [2025-07-31T01:21:50.017Z] f5dfc541a4d3: Pulling fs layer [2025-07-31T01:21:50.017Z] 461d9e800cba: Pulling fs layer [2025-07-31T01:21:50.017Z] 80192f66455f: Pulling fs layer [2025-07-31T01:21:50.017Z] 2e8e34ca0e6c: Pulling fs layer [2025-07-31T01:21:50.017Z] a29436f7fd5d: Pulling fs layer [2025-07-31T01:21:50.017Z] 923cac83aea3: Pulling fs layer [2025-07-31T01:21:50.017Z] 25ad8b0a4227: Pulling fs layer [2025-07-31T01:21:50.017Z] db01528c6b51: Pulling fs layer [2025-07-31T01:21:50.017Z] 28988de357af: Pulling fs layer [2025-07-31T01:21:50.017Z] 80192f66455f: Waiting [2025-07-31T01:21:50.017Z] 2e8e34ca0e6c: Waiting [2025-07-31T01:21:50.017Z] a29436f7fd5d: Waiting [2025-07-31T01:21:50.017Z] db01528c6b51: Waiting [2025-07-31T01:21:50.017Z] 923cac83aea3: Waiting [2025-07-31T01:21:50.017Z] 461d9e800cba: Waiting [2025-07-31T01:21:50.017Z] 28988de357af: Waiting [2025-07-31T01:21:50.017Z] 25ad8b0a4227: Waiting [2025-07-31T01:21:50.017Z] 6bf1a483ea7c: Verifying Checksum [2025-07-31T01:21:50.017Z] 6bf1a483ea7c: Download complete [2025-07-31T01:21:50.017Z] 461d9e800cba: Verifying Checksum [2025-07-31T01:21:50.017Z] 461d9e800cba: Download complete [2025-07-31T01:21:50.278Z] 80192f66455f: Verifying Checksum [2025-07-31T01:21:50.278Z] 80192f66455f: Download complete [2025-07-31T01:21:50.278Z] f5dfc541a4d3: Verifying Checksum [2025-07-31T01:21:50.278Z] f5dfc541a4d3: Download complete [2025-07-31T01:21:50.278Z] 3dae71ba6b94: Download complete [2025-07-31T01:21:50.278Z] 923cac83aea3: Download complete [2025-07-31T01:21:50.539Z] 25ad8b0a4227: Verifying Checksum [2025-07-31T01:21:50.539Z] 25ad8b0a4227: Download complete [2025-07-31T01:21:50.539Z] db01528c6b51: Verifying Checksum [2025-07-31T01:21:50.539Z] db01528c6b51: Download complete [2025-07-31T01:21:50.539Z] 28988de357af: Verifying Checksum [2025-07-31T01:21:50.539Z] 28988de357af: Download complete [2025-07-31T01:21:50.539Z] a29436f7fd5d: Verifying Checksum [2025-07-31T01:21:50.539Z] a29436f7fd5d: Download complete [2025-07-31T01:21:51.106Z] 2e8e34ca0e6c: Verifying Checksum [2025-07-31T01:21:51.107Z] 2e8e34ca0e6c: Download complete [2025-07-31T01:21:51.675Z] 3dae71ba6b94: Pull complete [2025-07-31T01:21:51.934Z] 6bf1a483ea7c: Pull complete [2025-07-31T01:21:52.872Z] f5dfc541a4d3: Pull complete [2025-07-31T01:21:52.872Z] 461d9e800cba: Pull complete [2025-07-31T01:21:52.872Z] 80192f66455f: Pull complete [2025-07-31T01:21:57.073Z] 2e8e34ca0e6c: Pull complete [2025-07-31T01:21:58.006Z] a29436f7fd5d: Pull complete [2025-07-31T01:21:58.006Z] 923cac83aea3: Pull complete [2025-07-31T01:21:58.006Z] 25ad8b0a4227: Pull complete [2025-07-31T01:21:58.006Z] db01528c6b51: Pull complete [2025-07-31T01:21:58.006Z] 28988de357af: Pull complete [2025-07-31T01:21:58.006Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-07-31T01:21:58.006Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-31T01:21:58.006Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-31T01:21:58.160Z] prd-ubuntu20.04-docker-8c-8g-5997 does not seem to be running inside a container [2025-07-31T01:21:58.184Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/877 -v /w/workspace/edgex-go/877:/w/workspace/edgex-go/877:rw,z -v /w/workspace/edgex-go/877@tmp:/w/workspace/edgex-go/877@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-31T01:22:00.142Z] $ docker top bdba116d3f29e62fd50be0be81e5b21420bfd831ab3562d340501a1d978c9884 -eo pid,comm [2025-07-31T01:22:00.196Z] 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-31T01:22:00.196Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-31T01:22:00.260Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-31T01:22:00.260Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-31T01:22:00.376Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-31T01:22:00.373Z] $ docker exec bdba116d3f29e62fd50be0be81e5b21420bfd831ab3562d340501a1d978c9884 ssh-agent [2025-07-31T01:22:00.485Z] SSH_AUTH_SOCK=/tmp/ssh-XfHWTDZHNkAt/agent.32 [2025-07-31T01:22:00.485Z] SSH_AGENT_PID=38 [2025-07-31T01:22:00.492Z] Running ssh-add (command line suppressed) [2025-07-31T01:22:00.569Z] Identity added: /w/workspace/edgex-go/877@tmp/private_key_17289822553083681266.key (/w/workspace/edgex-go/877@tmp/private_key_17289822553083681266.key) [2025-07-31T01:22:00.586Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-31T01:22:00.878Z] + git tag --points-at HEAD [Pipeline] } [2025-07-31T01:22:00.887Z] $ docker exec --env ******** --env ******** bdba116d3f29e62fd50be0be81e5b21420bfd831ab3562d340501a1d978c9884 ssh-agent -k [2025-07-31T01:22:00.979Z] unset SSH_AUTH_SOCK; [2025-07-31T01:22:00.980Z] unset SSH_AGENT_PID; [2025-07-31T01:22:00.980Z] echo Agent pid 38 killed; [2025-07-31T01:22:00.992Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-07-31T01:22:01.030Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-31T01:22:01.030Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-31T01:22:01.134Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-31T01:22:01.131Z] $ docker exec bdba116d3f29e62fd50be0be81e5b21420bfd831ab3562d340501a1d978c9884 ssh-agent [2025-07-31T01:22:01.233Z] SSH_AUTH_SOCK=/tmp/ssh-zofZ3HIDBv3N/agent.71 [2025-07-31T01:22:01.233Z] SSH_AGENT_PID=77 [2025-07-31T01:22:01.238Z] Running ssh-add (command line suppressed) [2025-07-31T01:22:01.346Z] Identity added: /w/workspace/edgex-go/877@tmp/private_key_14051309653389855562.key (/w/workspace/edgex-go/877@tmp/private_key_14051309653389855562.key) [2025-07-31T01:22:01.362Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-31T01:22:01.653Z] + git semver init [2025-07-31T01:22:01.914Z] 2025-07-31 01:22:01,849 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-31T01:22:01.914Z] 2025-07-31 01:22:01,852 [run_init] DEBUG init version:0.0.0 force:False [2025-07-31T01:22:01.914Z] 2025-07-31 01:22:01,853 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/877/.semver [2025-07-31T01:22:01.914Z] 2025-07-31 01:22:01,853 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/877/.semver [2025-07-31T01:22:01.914Z] 2025-07-31 01:22:01,853 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/877/.semver'], cwd=/w/workspace/edgex-go/877, stdin=None, shell=False, universal_newlines=False) [2025-07-31T01:22:07.198Z] 2025-07-31 01:22:06,164 [append_file] DEBUG append to file:/w/workspace/edgex-go/877/.git/info/exclude [2025-07-31T01:22:07.198Z] 2025-07-31 01:22:06,164 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/877/.semver/main with force:False [2025-07-31T01:22:07.198Z] 2025-07-31 01:22:06,165 [read_version] DEBUG read version from /w/workspace/edgex-go/877/.semver/main [2025-07-31T01:22:07.198Z] 2025-07-31 01:22:06,165 [read_version] DEBUG read version from /w/workspace/edgex-go/877/.semver/main [2025-07-31T01:22:07.198Z] 4.1.0-dev.42 [Pipeline] } [2025-07-31T01:22:07.205Z] $ docker exec --env ******** --env ******** bdba116d3f29e62fd50be0be81e5b21420bfd831ab3562d340501a1d978c9884 ssh-agent -k [2025-07-31T01:22:07.297Z] unset SSH_AUTH_SOCK; [2025-07-31T01:22:07.297Z] unset SSH_AGENT_PID; [2025-07-31T01:22:07.297Z] echo Agent pid 77 killed; [2025-07-31T01:22:07.310Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-31T01:22:07.636Z] + git semver [Pipeline] } [2025-07-31T01:22:07.907Z] $ docker stop --time=1 bdba116d3f29e62fd50be0be81e5b21420bfd831ab3562d340501a1d978c9884 [2025-07-31T01:22:09.190Z] $ docker rm -f --volumes bdba116d3f29e62fd50be0be81e5b21420bfd831ab3562d340501a1d978c9884 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-31T01:22:09.535Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-07-31T01:22:09.796Z] Stashed 1 file(s) [Pipeline] echo [2025-07-31T01:22:09.799Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.42 [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-31T01:22:10.242Z] + git config --global --add safe.directory /w/workspace/edgex-go/877 [Pipeline] echo [2025-07-31T01:22:10.257Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-31T01:22:10.274Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-31T01:22:10.294Z] ========================================================= [2025-07-31T01:22:10.294Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-07-31T01:22:10.294Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-07-31T01:22:10.587Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-31T01:22:10.587Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-07-31T01:22:10.588Z] 0a9a5dfd008f: Pulling fs layer [2025-07-31T01:22:10.588Z] 36466aa92d05: Pulling fs layer [2025-07-31T01:22:10.588Z] e10405b45d13: Pulling fs layer [2025-07-31T01:22:10.588Z] 096b7ceb2af7: Pulling fs layer [2025-07-31T01:22:10.588Z] 4f4fb700ef54: Pulling fs layer [2025-07-31T01:22:10.588Z] 8213a616a21b: Pulling fs layer [2025-07-31T01:22:10.588Z] 985586143405: Pulling fs layer [2025-07-31T01:22:10.588Z] 0eae2285b678: Pulling fs layer [2025-07-31T01:22:10.588Z] d3ac315be8c5: Pulling fs layer [2025-07-31T01:22:10.588Z] 096b7ceb2af7: Waiting [2025-07-31T01:22:10.588Z] 4f4fb700ef54: Waiting [2025-07-31T01:22:10.588Z] 8213a616a21b: Waiting [2025-07-31T01:22:10.588Z] 985586143405: Waiting [2025-07-31T01:22:10.588Z] 0eae2285b678: Waiting [2025-07-31T01:22:10.588Z] d3ac315be8c5: Waiting [2025-07-31T01:22:10.588Z] 36466aa92d05: Verifying Checksum [2025-07-31T01:22:10.588Z] 36466aa92d05: Download complete [2025-07-31T01:22:10.588Z] 096b7ceb2af7: Verifying Checksum [2025-07-31T01:22:10.588Z] 096b7ceb2af7: Download complete [2025-07-31T01:22:10.588Z] 4f4fb700ef54: Verifying Checksum [2025-07-31T01:22:10.588Z] 4f4fb700ef54: Download complete [2025-07-31T01:22:10.588Z] 8213a616a21b: Download complete [2025-07-31T01:22:10.588Z] 0a9a5dfd008f: Download complete [2025-07-31T01:22:10.588Z] 985586143405: Verifying Checksum [2025-07-31T01:22:10.588Z] 985586143405: Download complete [2025-07-31T01:22:10.847Z] 0a9a5dfd008f: Pull complete [2025-07-31T01:22:10.847Z] d3ac315be8c5: Verifying Checksum [2025-07-31T01:22:10.847Z] d3ac315be8c5: Download complete [2025-07-31T01:22:10.847Z] 36466aa92d05: Pull complete [2025-07-31T01:22:11.107Z] e10405b45d13: Verifying Checksum [2025-07-31T01:22:11.107Z] e10405b45d13: Download complete [2025-07-31T01:22:11.365Z] 0eae2285b678: Verifying Checksum [2025-07-31T01:22:11.365Z] 0eae2285b678: Download complete [2025-07-31T01:22:15.561Z] e10405b45d13: Pull complete [2025-07-31T01:22:15.822Z] 096b7ceb2af7: Pull complete [2025-07-31T01:22:15.822Z] 4f4fb700ef54: Pull complete [2025-07-31T01:22:15.822Z] 8213a616a21b: Pull complete [2025-07-31T01:22:15.822Z] 985586143405: Pull complete [2025-07-31T01:22:19.107Z] 0eae2285b678: Pull complete [2025-07-31T01:22:19.366Z] d3ac315be8c5: Pull complete [2025-07-31T01:22:19.366Z] Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-31T01:22:19.366Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-31T01:22:19.366Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-07-31T01:22:19.670Z] + docker+ build -t ci-base-image-x86_64 -fecho - FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-31T01:22:19.670Z] WORKDIR /edgex [2025-07-31T01:22:19.670Z] COPY go.mod . [2025-07-31T01:22:19.670Z] RUN go mod download . [2025-07-31T01:22:19.670Z] [2025-07-31T01:22:20.236Z] #0 building with "default" instance using docker driver [2025-07-31T01:22:20.236Z] [2025-07-31T01:22:20.236Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:22:20.236Z] #1 transferring dockerfile: 164B done [2025-07-31T01:22:20.236Z] #1 DONE 0.0s [2025-07-31T01:22:20.236Z] [2025-07-31T01:22:20.236Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-31T01:22:20.236Z] #2 DONE 0.0s [2025-07-31T01:22:20.236Z] [2025-07-31T01:22:20.236Z] #3 [internal] load .dockerignore [2025-07-31T01:22:20.236Z] #3 transferring context: [2025-07-31T01:22:20.236Z] #3 transferring context: 50B done [2025-07-31T01:22:20.236Z] #3 DONE 0.1s [2025-07-31T01:22:20.236Z] [2025-07-31T01:22:20.236Z] #4 [internal] load build context [2025-07-31T01:22:20.236Z] #4 transferring context: 6.51kB done [2025-07-31T01:22:20.236Z] #4 DONE 0.0s [2025-07-31T01:22:20.236Z] [2025-07-31T01:22:20.236Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-31T01:22:20.236Z] #5 DONE 0.1s [2025-07-31T01:22:20.495Z] [2025-07-31T01:22:20.495Z] #6 [2/4] WORKDIR /edgex [2025-07-31T01:22:21.873Z] #6 DONE 1.6s [2025-07-31T01:22:22.131Z] [2025-07-31T01:22:22.131Z] #7 [3/4] COPY go.mod . [2025-07-31T01:22:22.131Z] #7 DONE 0.0s [2025-07-31T01:22:22.131Z] [2025-07-31T01:22:22.131Z] #8 [4/4] RUN go mod download [2025-07-31T01:22:24.887Z] Still waiting to schedule task [2025-07-31T01:22:24.888Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5992’ [2025-07-31T01:22:40.223Z] #8 DONE 16.0s [2025-07-31T01:22:40.223Z] [2025-07-31T01:22:40.223Z] #9 exporting to image [2025-07-31T01:22:40.223Z] #9 exporting layers [2025-07-31T01:22:41.610Z] #9 exporting layers 3.5s done [2025-07-31T01:22:41.610Z] #9 writing image sha256:665200293299d45a2d1630957979e0ddcb1468dcbba1ec5fc616c9eb7fd6d5ce done [2025-07-31T01:22:41.610Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2025-07-31T01:22:41.610Z] #9 DONE 3.5s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:22:41.916Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-31T01:22:41.916Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-31T01:22:41.991Z] prd-ubuntu20.04-docker-8c-8g-5997 does not seem to be running inside a container [2025-07-31T01:22:42.024Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/877 -v /w/workspace/edgex-go/877:/w/workspace/edgex-go/877:rw,z -v /w/workspace/edgex-go/877@tmp:/w/workspace/edgex-go/877@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-07-31T01:22:42.318Z] $ docker top 02eec612f01314f722b7d9eb03b079d145a58d1f53951e86f1d1b0be2f0ce4e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-31T01:22:42.664Z] + go version [2025-07-31T01:22:42.664Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-07-31T01:22:42.677Z] $ docker stop --time=1 02eec612f01314f722b7d9eb03b079d145a58d1f53951e86f1d1b0be2f0ce4e0 [2025-07-31T01:22:43.970Z] $ docker rm -f --volumes 02eec612f01314f722b7d9eb03b079d145a58d1f53951e86f1d1b0be2f0ce4e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:22:44.412Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-31T01:22:44.412Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-31T01:22:44.489Z] prd-ubuntu20.04-docker-8c-8g-5997 does not seem to be running inside a container [2025-07-31T01:22:44.523Z] $ 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/877 -v /w/workspace/edgex-go/877:/w/workspace/edgex-go/877:rw,z -v /w/workspace/edgex-go/877@tmp:/w/workspace/edgex-go/877@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-07-31T01:22:44.753Z] $ docker top b3ab9f5f080cedb5262cebc36a94b66161ec24b6c6e700525603e34e287b4014 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-07-31T01:22:44.821Z] ========================================================= [2025-07-31T01:22:44.821Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-07-31T01:22:44.821Z] ========================================================= [Pipeline] sh [2025-07-31T01:22:45.102Z] + git config --global --add safe.directory /w/workspace/edgex-go/877 [Pipeline] fileExists [Pipeline] sh [2025-07-31T01:22:45.410Z] + make test [2025-07-31T01:22:45.410Z] go test -race -coverprofile=coverage.out ./... [2025-07-31T01:22:53.531Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-07-31T01:23:15.451Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-07-31T01:23:15.451Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-07-31T01:23:15.709Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-07-31T01:23:15.709Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-07-31T01:23:15.709Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-07-31T01:23:16.646Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-07-31T01:23:16.646Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-07-31T01:23:16.904Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-07-31T01:23:16.904Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-07-31T01:23:16.904Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-07-31T01:23:17.161Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-07-31T01:23:17.161Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-07-31T01:23:17.161Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-07-31T01:23:17.161Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-07-31T01:23:17.161Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-07-31T01:23:17.161Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-07-31T01:23:17.161Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-07-31T01:23:18.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 42.3% of statements [2025-07-31T01:23:18.353Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-07-31T01:23:18.353Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-07-31T01:23:18.611Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-07-31T01:23:18.611Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-07-31T01:23:18.869Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.033s coverage: 97.0% of statements [2025-07-31T01:23:19.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-07-31T01:23:19.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-07-31T01:23:19.804Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-07-31T01:23:19.804Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-31T01:23:19.804Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-07-31T01:23:19.804Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-07-31T01:23:19.805Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-07-31T01:23:19.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-07-31T01:23:19.805Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-07-31T01:23:19.805Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-07-31T01:23:21.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-07-31T01:23:21.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-07-31T01:23:21.182Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-07-31T01:23:21.182Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-07-31T01:23:21.182Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-31T01:23:21.182Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-07-31T01:23:22.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.047s coverage: 69.4% of statements [2025-07-31T01:23:22.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.022s coverage: 3.5% of statements [2025-07-31T01:23:22.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.071s coverage: 46.3% of statements [2025-07-31T01:23:22.560Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-07-31T01:23:22.560Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-07-31T01:23:22.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.202s coverage: 93.4% of statements [2025-07-31T01:23:22.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.045s coverage: 92.4% of statements [2025-07-31T01:23:23.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.046s coverage: 8.4% of statements [2025-07-31T01:23:24.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-07-31T01:23:24.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-07-31T01:23:24.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-07-31T01:23:24.322Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-31T01:23:24.322Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-07-31T01:23:24.322Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-07-31T01:23:24.322Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-07-31T01:23:24.322Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-07-31T01:23:24.322Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-07-31T01:23:24.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-07-31T01:23:24.322Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-07-31T01:23:24.322Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-07-31T01:23:24.322Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-07-31T01:23:24.322Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-07-31T01:23:25.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.322s coverage: 95.8% of statements [2025-07-31T01:23:25.697Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.026s coverage: 72.2% of statements [2025-07-31T01:23:25.955Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-07-31T01:23:25.955Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-07-31T01:23:25.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-07-31T01:23:25.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-07-31T01:23:25.955Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-07-31T01:23:25.955Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-07-31T01:23:26.890Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.037s coverage: 0.0% of statements [no tests to run] [2025-07-31T01:23:27.148Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.057s coverage: 1.0% of statements [2025-07-31T01:23:27.148Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.027s coverage: 38.1% of statements [2025-07-31T01:23:27.148Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.016s coverage: 81.1% of statements [2025-07-31T01:23:27.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.016s coverage: 40.0% of statements [2025-07-31T01:23:27.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.019s coverage: 87.1% of statements [2025-07-31T01:23:27.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements [2025-07-31T01:23:27.715Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-07-31T01:23:27.715Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-07-31T01:23:27.715Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-07-31T01:23:27.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.037s coverage: 96.3% of statements [2025-07-31T01:23:28.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-07-31T01:23:28.283Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-07-31T01:23:28.283Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-07-31T01:23:28.283Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-07-31T01:23:28.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.032s coverage: 87.5% of statements [2025-07-31T01:23:29.478Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-07-31T01:23:29.478Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-07-31T01:23:29.478Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-07-31T01:23:29.478Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-07-31T01:23:29.478Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-07-31T01:23:29.478Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-07-31T01:23:29.478Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-07-31T01:23:30.045Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-07-31T01:23:30.045Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-07-31T01:23:30.304Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-07-31T01:23:32.208Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-07-31T01:23:32.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-07-31T01:23:33.585Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-07-31T01:23:34.519Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-07-31T01:23:34.519Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-07-31T01:23:34.519Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-07-31T01:23:37.806Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-07-31T01:23:38.065Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-07-31T01:23:38.065Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-07-31T01:23:38.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-07-31T01:23:38.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-07-31T01:23:38.630Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-31T01:23:40.532Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-07-31T01:23:40.532Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-07-31T01:23:40.532Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-07-31T01:23:40.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-07-31T01:23:40.532Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-07-31T01:23:40.532Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-07-31T01:23:40.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.032s coverage: 94.4% of statements [2025-07-31T01:23:41.097Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-07-31T01:23:41.097Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-07-31T01:23:41.097Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-07-31T01:23:41.097Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-07-31T01:23:41.097Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-07-31T01:23:41.097Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-07-31T01:23:43.003Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-07-31T01:23:43.003Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-07-31T01:23:43.004Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-07-31T01:23:43.004Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-07-31T01:23:43.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-07-31T01:23:43.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-07-31T01:23:43.940Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-07-31T01:23:43.940Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-31T01:23:43.940Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-07-31T01:23:43.940Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-07-31T01:23:43.940Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-07-31T01:23:45.317Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-07-31T01:23:45.317Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-07-31T01:23:45.317Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.059s coverage: 92.9% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.022s coverage: 68.8% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.029s coverage: 47.4% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.027s coverage: 87.2% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.016s coverage: 15.5% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.022s coverage: 100.0% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.070s coverage: 81.8% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.075s coverage: 82.1% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.041s coverage: 6.8% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.047s coverage: 33.3% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.044s coverage: 100.0% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.156s coverage: 54.5% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.025s coverage: 88.6% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.032s coverage: 96.8% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.149s coverage: 29.2% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 93.8% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.015s coverage: 3.1% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.019s coverage: 76.2% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.022s coverage: 54.0% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.058s coverage: 17.0% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.126s coverage: 94.9% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.026s coverage: 9.0% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.061s coverage: 97.7% of statements [2025-07-31T01:23:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.024s coverage: 43.6% of statements [2025-07-31T01:23:51.887Z] 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-31T01:23:51.887Z] running golangci-lint [2025-07-31T01:23:51.887Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-07-31T01:23:51.887Z] go version go1.23.9 linux/amd64 [2025-07-31T01:23:51.887Z] 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-31T01:23:51.887Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-07-31T01:23:51.887Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-07-31T01:24:13.811Z] level=info msg="[loader] Go packages loading at mode 575 (name|compiled_files|deps|imports|exports_file|files|types_sizes) took 21.260135548s" [2025-07-31T01:24:13.811Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 35.963202ms" [2025-07-31T01:24:26.004Z] level=info msg="[linters_context/goanalysis] analyzers took 1m42.424953176s with top 10 stages: buildir: 52.546679606s, gosec: 3.37411427s, inspect: 2.885615329s, fact_deprecated: 2.584699649s, printf: 1.899999665s, S1038: 1.493801454s, fact_purity: 1.306323831s, ctrlflow: 1.299213754s, nilness: 1.059951152s, ineffassign: 817.439262ms" [2025-07-31T01:24:26.004Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-07-31T01:24:26.004Z] level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 202/202, invalid_issue: 202/202, skip_files: 202/202, nolint: 20/0, skip_dirs: 202/202, exclude-rules: 202/20, path_prettifier: 202/202, identifier_marker: 202/202, cgo: 202/202, autogenerated_exclude: 202/202, exclude: 202/202" [2025-07-31T01:24:26.004Z] level=info msg="[runner] processing took 14.158802ms with stages: nolint: 7.13901ms, identifier_marker: 3.620477ms, exclude-rules: 1.138075ms, autogenerated_exclude: 1.03184ms, path_prettifier: 752.523µs, skip_dirs: 431.635µs, invalid_issue: 16.851µs, cgo: 16.011µs, filename_unadjuster: 8.12µs, max_same_issues: 1.39µs, uniq_by_line: 610ns, fixer: 360ns, skip_files: 310ns, sort_results: 260ns, exclude: 260ns, path_shortener: 230ns, source_code: 200ns, max_from_linter: 150ns, diff: 150ns, path_prefixer: 130ns, max_per_file_from_linter: 110ns, severity-rules: 100ns" [2025-07-31T01:24:26.004Z] level=info msg="[runner] linters took 11.179521648s with stages: goanalysis_metalinter: 11.16523689s" [2025-07-31T01:24:26.004Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-07-31T01:24:26.004Z] level=info msg="Memory: 325 samples, avg is 296.0MB, max is 1360.0MB" [2025-07-31T01:24:26.004Z] level=info msg="Execution took 32.484211932s" [2025-07-31T01:24:26.004Z] go vet ./... [2025-07-31T01:24:31.264Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-31T01:24:31.264Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-31T01:24:31.264Z] ./bin/test-attribution-txt.sh [2025-07-31T01:24:31.264Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-07-31T01:24:31.264Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-07-31T01:24:31.264Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-07-31T01:24:31.264Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-07-31T01:24:31.264Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-07-31T01:24:31.280Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-07-31T01:24:31.574Z] + ls -al . [2025-07-31T01:24:31.574Z] total 1996 [2025-07-31T01:24:31.574Z] drwxrwxr-x 11 1001 1001 4096 Jul 31 01:22 . [2025-07-31T01:24:31.574Z] drwxr-xr-x 4 root root 4096 Jul 31 01:22 .. [2025-07-31T01:24:31.574Z] drwxrwxr-x 2 1001 1001 4096 Jul 31 01:21 .blubracket [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 10 Jul 31 01:21 .dockerignore [2025-07-31T01:24:31.574Z] drwxrwxr-x 8 1001 1001 4096 Jul 31 01:23 .git [2025-07-31T01:24:31.574Z] drwxrwxr-x 3 1001 1001 4096 Jul 31 01:21 .github [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 909 Jul 31 01:21 .gitignore [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 218 Jul 31 01:21 .golangci.yml [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 100 Jul 31 01:21 .hadolint.yml [2025-07-31T01:24:31.574Z] drwxr-xr-x 3 1001 1001 4096 Jul 31 01:22 .semver [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 155 Jul 31 01:21 .sonarcloud.properties [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 1171 Jul 31 01:21 ADOPTERS.md [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 17374 Jul 31 01:21 Attribution.txt [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 108018 Jul 31 01:21 CHANGELOG.md [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 3804 Jul 31 01:21 CONTRIBUTING.md [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 677 Jul 31 01:21 GOVERNANCE.md [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 858 Jul 31 01:21 Jenkinsfile [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 10775 Jul 31 01:21 LICENSE [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 16740 Jul 31 01:21 Makefile [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 582 Jul 31 01:21 OWNERS.md [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 9932 Jul 31 01:21 README.md [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 789 Jul 31 01:21 SECURITY.md [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 12 Jul 31 01:22 VERSION [2025-07-31T01:24:31.574Z] drwxrwxr-x 2 1001 1001 4096 Jul 31 01:21 bin [2025-07-31T01:24:31.574Z] drwxrwxr-x 19 1001 1001 4096 Jul 31 01:21 cmd [2025-07-31T01:24:31.574Z] -rw-r--r-- 1 root root 1666030 Jul 31 01:23 coverage.out [2025-07-31T01:24:31.574Z] drwxrwxr-x 2 1001 1001 4096 Jul 31 01:21 fuzz_test [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 6476 Jul 31 01:21 go.mod [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 88362 Jul 31 01:21 go.sum [2025-07-31T01:24:31.574Z] drwxrwxr-x 7 1001 1001 4096 Jul 31 01:21 internal [2025-07-31T01:24:31.574Z] drwxrwxr-x 2 1001 1001 4096 Jul 31 01:21 openapi [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 584 Jul 31 01:21 security.txt [2025-07-31T01:24:31.574Z] -rw-rw-r-- 1 1001 1001 204 Jul 31 01:21 version.go [Pipeline] sh [2025-07-31T01:24:31.861Z] + '[' -e coverage.out ] [2025-07-31T01:24:31.861Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-07-31T01:24:32.013Z] Stashed 1 file(s) [Pipeline] sh [2025-07-31T01:24:32.294Z] + make build [2025-07-31T01:24:32.294Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-07-31T01:24:54.209Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-07-31T01:24:54.209Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-07-31T01:24:55.146Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-07-31T01:24:56.080Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-07-31T01:24:57.456Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-07-31T01:25:02.723Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-07-31T01:25:04.100Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-07-31T01:25:06.002Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-07-31T01:25:08.540Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-07-31T01:25:09.482Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-07-31T01:25:10.862Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-07-31T01:25:11.800Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-07-31T01:25:13.194Z] $ docker stop --time=1 b3ab9f5f080cedb5262cebc36a94b66161ec24b6c6e700525603e34e287b4014 [2025-07-31T01:25:16.278Z] $ docker rm -f --volumes b3ab9f5f080cedb5262cebc36a94b66161ec24b6c6e700525603e34e287b4014 [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-31T01:25:17.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-07-31T01:25:17.524Z] [2025-07-31T01:25:17.524Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:25:17.824Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-07-31T01:25:17.824Z] latest: Pulling from edgex-devops/edgex-compose [2025-07-31T01:25:17.824Z] 91d30c5bc195: Pulling fs layer [2025-07-31T01:25:17.824Z] 2e9b0aa3be6d: Pulling fs layer [2025-07-31T01:25:17.824Z] 9c61dcf015f6: Pulling fs layer [2025-07-31T01:25:17.824Z] 4698f68db338: Pulling fs layer [2025-07-31T01:25:17.824Z] 2a2f49069b9e: Pulling fs layer [2025-07-31T01:25:17.824Z] e0025b399a48: Pulling fs layer [2025-07-31T01:25:17.824Z] 4698f68db338: Waiting [2025-07-31T01:25:17.824Z] 2a2f49069b9e: Waiting [2025-07-31T01:25:17.824Z] e0025b399a48: Waiting [2025-07-31T01:25:17.824Z] 91d30c5bc195: Verifying Checksum [2025-07-31T01:25:17.824Z] 91d30c5bc195: Download complete [2025-07-31T01:25:17.824Z] 4698f68db338: Verifying Checksum [2025-07-31T01:25:17.824Z] 4698f68db338: Download complete [2025-07-31T01:25:18.084Z] 2e9b0aa3be6d: Verifying Checksum [2025-07-31T01:25:18.084Z] 2e9b0aa3be6d: Download complete [2025-07-31T01:25:18.084Z] 91d30c5bc195: Pull complete [2025-07-31T01:25:18.084Z] e0025b399a48: Verifying Checksum [2025-07-31T01:25:18.084Z] e0025b399a48: Download complete [2025-07-31T01:25:18.084Z] 2a2f49069b9e: Verifying Checksum [2025-07-31T01:25:18.084Z] 2a2f49069b9e: Download complete [2025-07-31T01:25:18.343Z] 2e9b0aa3be6d: Pull complete [2025-07-31T01:25:18.910Z] 9c61dcf015f6: Verifying Checksum [2025-07-31T01:25:18.910Z] 9c61dcf015f6: Download complete [2025-07-31T01:25:22.193Z] 9c61dcf015f6: Pull complete [2025-07-31T01:25:22.193Z] 4698f68db338: Pull complete [2025-07-31T01:25:22.452Z] 2a2f49069b9e: Pull complete [2025-07-31T01:25:22.711Z] e0025b399a48: Pull complete [2025-07-31T01:25:22.711Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-07-31T01:25:22.711Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-07-31T01:25:22.711Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-31T01:25:22.799Z] prd-ubuntu20.04-docker-8c-8g-5997 does not seem to be running inside a container [2025-07-31T01:25:22.829Z] $ 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/877 -v /w/workspace/edgex-go/877:/w/workspace/edgex-go/877:rw,z -v /w/workspace/edgex-go/877@tmp:/w/workspace/edgex-go/877@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-07-31T01:25:23.920Z] $ docker top 6b1460cd8b5a4db6994058b22e0bf70521088a457a90c1ecebd382b12625aab9 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-31T01:25:24.254Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-07-31T01:25:24.511Z] #1 [security-spire-agent internal] load build definition from Dockerfile [2025-07-31T01:25:24.511Z] #1 transferring dockerfile: 1.81kB done [2025-07-31T01:25:24.511Z] #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-07-31T01:25:24.511Z] #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2025-07-31T01:25:24.511Z] #1 DONE 0.1s [2025-07-31T01:25:24.511Z] [2025-07-31T01:25:24.511Z] #2 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-07-31T01:25:24.511Z] #2 ... [2025-07-31T01:25:24.511Z] [2025-07-31T01:25:24.511Z] #3 [security-proxy-setup internal] load build definition from Dockerfile [2025-07-31T01:25:24.511Z] #3 transferring dockerfile: 2.50kB done [2025-07-31T01:25:24.511Z] #3 DONE 0.1s [2025-07-31T01:25:24.511Z] [2025-07-31T01:25:24.511Z] #4 [security-bootstrapper internal] load build definition from Dockerfile [2025-07-31T01:25:24.511Z] #4 transferring dockerfile: 3.02kB done [2025-07-31T01:25:24.511Z] #4 DONE 0.1s [2025-07-31T01:25:24.511Z] [2025-07-31T01:25:24.511Z] #5 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-07-31T01:25:24.511Z] #5 transferring dockerfile: 1.89kB done [2025-07-31T01:25:24.511Z] #5 DONE 0.2s [2025-07-31T01:25:24.511Z] [2025-07-31T01:25:24.511Z] #6 [support-notifications internal] load build definition from Dockerfile [2025-07-31T01:25:24.511Z] #6 transferring dockerfile: 2.00kB done [2025-07-31T01:25:24.511Z] #6 DONE 0.2s [2025-07-31T01:25:24.511Z] [2025-07-31T01:25:24.511Z] #7 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-07-31T01:25:24.511Z] #7 transferring dockerfile: 2.23kB done [2025-07-31T01:25:24.511Z] #7 DONE 0.2s [2025-07-31T01:25:24.769Z] [2025-07-31T01:25:24.769Z] #8 [security-spire-config internal] load build definition from Dockerfile [2025-07-31T01:25:24.769Z] #8 transferring dockerfile: 1.69kB done [2025-07-31T01:25:24.769Z] #8 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-07-31T01:25:24.769Z] #8 DONE 0.2s [2025-07-31T01:25:24.769Z] [2025-07-31T01:25:24.769Z] #9 [core-data internal] load build definition from Dockerfile [2025-07-31T01:25:24.769Z] #9 transferring dockerfile: 2.04kB done [2025-07-31T01:25:24.769Z] #9 DONE 0.2s [2025-07-31T01:25:24.769Z] [2025-07-31T01:25:24.769Z] #10 [core-metadata internal] load build definition from Dockerfile [2025-07-31T01:25:24.769Z] #10 transferring dockerfile: 2.10kB done [2025-07-31T01:25:24.769Z] #10 DONE 0.2s [2025-07-31T01:25:24.769Z] [2025-07-31T01:25:24.769Z] #11 [core-command internal] load build definition from Dockerfile [2025-07-31T01:25:24.769Z] #11 transferring dockerfile: 1.94kB done [2025-07-31T01:25:24.769Z] #11 DONE 0.2s [2025-07-31T01:25:24.769Z] [2025-07-31T01:25:24.769Z] #12 [security-spire-server internal] load build definition from Dockerfile [2025-07-31T01:25:24.769Z] #12 transferring dockerfile: 1.70kB done [2025-07-31T01:25:24.769Z] #12 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-07-31T01:25:24.769Z] #12 DONE 0.2s [2025-07-31T01:25:24.769Z] [2025-07-31T01:25:24.769Z] #13 [support-scheduler internal] load build definition from Dockerfile [2025-07-31T01:25:24.769Z] #13 transferring dockerfile: 1.83kB done [2025-07-31T01:25:24.769Z] #13 DONE 0.2s [2025-07-31T01:25:24.769Z] [2025-07-31T01:25:24.769Z] #14 [security-secretstore-setup internal] load build definition from Dockerfile [2025-07-31T01:25:24.769Z] #14 transferring dockerfile: 2.49kB done [2025-07-31T01:25:24.769Z] #14 DONE 0.2s [2025-07-31T01:25:24.769Z] [2025-07-31T01:25:24.769Z] #15 [security-proxy-auth internal] load build definition from Dockerfile [2025-07-31T01:25:24.769Z] #15 transferring dockerfile: 2.14kB done [2025-07-31T01:25:24.769Z] #15 DONE 0.2s [2025-07-31T01:25:24.769Z] [2025-07-31T01:25:24.769Z] #16 [core-keeper internal] load build definition from Dockerfile [2025-07-31T01:25:24.769Z] #16 transferring dockerfile: 2.01kB done [2025-07-31T01:25:24.769Z] #16 DONE 0.2s [2025-07-31T01:25:24.769Z] [2025-07-31T01:25:24.769Z] #17 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-31T01:25:24.769Z] #17 DONE 0.0s [2025-07-31T01:25:24.769Z] [2025-07-31T01:25:24.769Z] #18 [security-proxy-setup internal] load .dockerignore [2025-07-31T01:25:24.770Z] #18 transferring context: 50B done [2025-07-31T01:25:24.770Z] #18 DONE 0.1s [2025-07-31T01:25:24.770Z] [2025-07-31T01:25:24.770Z] #19 [security-proxy-setup stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-31T01:25:24.770Z] #19 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-31T01:25:24.770Z] #19 ... [2025-07-31T01:25:24.770Z] [2025-07-31T01:25:24.770Z] #20 [security-bootstrapper internal] load .dockerignore [2025-07-31T01:25:24.770Z] #20 transferring context: 50B done [2025-07-31T01:25:24.770Z] #20 DONE 0.1s [2025-07-31T01:25:24.770Z] [2025-07-31T01:25:24.770Z] #21 [security-spiffe-token-provider internal] load .dockerignore [2025-07-31T01:25:24.770Z] #21 transferring context: 50B done [2025-07-31T01:25:24.770Z] #21 DONE 0.1s [2025-07-31T01:25:24.770Z] [2025-07-31T01:25:24.770Z] #22 [core-common-config-bootstrapper internal] load .dockerignore [2025-07-31T01:25:24.770Z] #22 transferring context: 50B done [2025-07-31T01:25:24.770Z] #22 DONE 0.1s [2025-07-31T01:25:24.770Z] [2025-07-31T01:25:24.770Z] #23 [support-notifications internal] load .dockerignore [2025-07-31T01:25:24.770Z] #23 transferring context: 50B done [2025-07-31T01:25:24.770Z] #23 DONE 0.1s [2025-07-31T01:25:24.770Z] [2025-07-31T01:25:24.770Z] #24 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2025-07-31T01:25:24.770Z] #24 DONE 0.2s [2025-07-31T01:25:24.770Z] [2025-07-31T01:25:24.770Z] #25 [core-metadata internal] load .dockerignore [2025-07-31T01:25:24.770Z] #25 transferring context: 50B done [2025-07-31T01:25:24.770Z] #25 DONE 0.1s [2025-07-31T01:25:24.770Z] [2025-07-31T01:25:24.770Z] #26 [security-proxy-auth internal] load .dockerignore [2025-07-31T01:25:24.770Z] #26 transferring context: 50B done [2025-07-31T01:25:24.770Z] #26 DONE 0.1s [2025-07-31T01:25:24.770Z] [2025-07-31T01:25:24.770Z] #27 [core-data internal] load .dockerignore [2025-07-31T01:25:24.770Z] #27 transferring context: 50B done [2025-07-31T01:25:24.770Z] #27 DONE 0.1s [2025-07-31T01:25:24.770Z] [2025-07-31T01:25:24.770Z] #28 [security-secretstore-setup internal] load .dockerignore [2025-07-31T01:25:24.770Z] #28 transferring context: 50B done [2025-07-31T01:25:24.770Z] #28 DONE 0.1s [2025-07-31T01:25:24.770Z] [2025-07-31T01:25:24.770Z] #29 [security-proxy-auth internal] load build context [2025-07-31T01:25:24.770Z] #29 DONE 0.0s [2025-07-31T01:25:24.770Z] [2025-07-31T01:25:24.770Z] #19 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-31T01:25:24.770Z] #19 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-07-31T01:25:25.027Z] #19 ... [2025-07-31T01:25:25.027Z] [2025-07-31T01:25:25.027Z] #30 [support-scheduler internal] load .dockerignore [2025-07-31T01:25:25.027Z] #30 transferring context: 50B done [2025-07-31T01:25:25.027Z] #30 DONE 0.1s [2025-07-31T01:25:25.027Z] [2025-07-31T01:25:25.027Z] #31 [core-command internal] load .dockerignore [2025-07-31T01:25:25.027Z] #31 transferring context: 50B done [2025-07-31T01:25:25.027Z] #31 DONE 0.2s [2025-07-31T01:25:25.027Z] [2025-07-31T01:25:25.027Z] #19 [core-command stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-31T01:25:25.027Z] #19 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-07-31T01:25:25.027Z] #19 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-07-31T01:25:25.027Z] #19 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-07-31T01:25:25.027Z] #19 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-07-31T01:25:25.027Z] #19 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-07-31T01:25:25.027Z] #19 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-07-31T01:25:25.027Z] #19 ... [2025-07-31T01:25:25.027Z] [2025-07-31T01:25:25.027Z] #32 [core-keeper internal] load .dockerignore [2025-07-31T01:25:25.027Z] #32 transferring context: 50B done [2025-07-31T01:25:25.027Z] #32 DONE 0.3s [2025-07-31T01:25:25.027Z] [2025-07-31T01:25:25.027Z] #33 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-31T01:25:25.027Z] #33 DONE 0.4s [2025-07-31T01:25:25.027Z] [2025-07-31T01:25:25.027Z] #19 [core-keeper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-31T01:25:25.027Z] #19 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-07-31T01:25:25.027Z] #19 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.3s done [2025-07-31T01:25:25.027Z] #19 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-07-31T01:25:25.027Z] #19 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-07-31T01:25:25.027Z] #19 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-07-31T01:25:25.027Z] #19 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-07-31T01:25:26.931Z] #19 ... [2025-07-31T01:25:26.931Z] [2025-07-31T01:25:26.931Z] #34 [core-metadata builder 2/7] WORKDIR /edgex-go [2025-07-31T01:25:26.931Z] #34 DONE 1.6s [2025-07-31T01:25:26.931Z] [2025-07-31T01:25:26.931Z] #35 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-07-31T01:25:26.931Z] #35 ... [2025-07-31T01:25:26.931Z] [2025-07-31T01:25:26.931Z] #19 [core-command stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-31T01:25:26.931Z] #19 DONE 2.2s [2025-07-31T01:25:26.931Z] [2025-07-31T01:25:26.931Z] #36 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-07-31T01:25:27.504Z] #36 ... [2025-07-31T01:25:27.504Z] [2025-07-31T01:25:27.504Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-07-31T01:25:27.504Z] #37 DONE 2.8s [2025-07-31T01:25:27.504Z] [2025-07-31T01:25:27.504Z] #2 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-07-31T01:25:27.504Z] #2 DONE 2.9s [2025-07-31T01:25:27.504Z] [2025-07-31T01:25:27.504Z] #38 [security-spire-config internal] load .dockerignore [2025-07-31T01:25:27.504Z] #38 transferring context: 50B 0.0s done [2025-07-31T01:25:27.504Z] #38 DONE 0.1s [2025-07-31T01:25:27.504Z] [2025-07-31T01:25:27.504Z] #19 [security-spire-config stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-31T01:25:27.504Z] #19 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-07-31T01:25:27.504Z] #19 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.3s done [2025-07-31T01:25:27.504Z] #19 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-07-31T01:25:27.504Z] #19 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-07-31T01:25:27.504Z] #19 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-07-31T01:25:27.504Z] #19 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-07-31T01:25:27.504Z] #19 DONE 2.2s [2025-07-31T01:25:27.504Z] [2025-07-31T01:25:27.505Z] #39 [security-spire-agent internal] load .dockerignore [2025-07-31T01:25:27.505Z] #39 transferring context: 50B 0.0s done [2025-07-31T01:25:27.505Z] #39 DONE 0.2s [2025-07-31T01:25:27.505Z] [2025-07-31T01:25:27.505Z] #40 [security-spire-server internal] load .dockerignore [2025-07-31T01:25:27.505Z] #40 transferring context: 50B 0.0s done [2025-07-31T01:25:27.505Z] #40 DONE 0.2s [2025-07-31T01:25:27.505Z] [2025-07-31T01:25:27.505Z] #41 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-31T01:25:27.505Z] #41 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-31T01:25:27.766Z] #41 ... [2025-07-31T01:25:27.766Z] [2025-07-31T01:25:27.766Z] #19 [security-spire-agent stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-31T01:25:27.766Z] #19 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-07-31T01:25:27.766Z] #19 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.3s done [2025-07-31T01:25:27.766Z] #19 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-07-31T01:25:27.766Z] #19 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-07-31T01:25:27.766Z] #19 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-07-31T01:25:27.766Z] #19 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-07-31T01:25:27.766Z] #19 DONE 2.2s [2025-07-31T01:25:27.766Z] [2025-07-31T01:25:27.766Z] #41 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-31T01:25:27.766Z] #41 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-07-31T01:25:27.766Z] #41 ... [2025-07-31T01:25:27.766Z] [2025-07-31T01:25:27.766Z] #42 [security-spire-server internal] load build context [2025-07-31T01:25:27.766Z] #42 transferring context: 23.80kB 0.0s done [2025-07-31T01:25:27.766Z] #42 DONE 0.1s [2025-07-31T01:25:27.766Z] [2025-07-31T01:25:27.766Z] #43 [security-spire-config internal] load build context [2025-07-31T01:25:27.766Z] #43 transferring context: 22.05kB 0.1s done [2025-07-31T01:25:27.766Z] #43 DONE 0.2s [2025-07-31T01:25:27.766Z] [2025-07-31T01:25:27.766Z] #44 [security-spire-agent internal] load build context [2025-07-31T01:25:27.766Z] #44 transferring context: 23.33kB 0.0s done [2025-07-31T01:25:27.766Z] #44 DONE 0.1s [2025-07-31T01:25:27.766Z] [2025-07-31T01:25:27.766Z] #41 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-31T01:25:27.766Z] #41 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-07-31T01:25:27.766Z] #41 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-07-31T01:25:27.766Z] #41 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-07-31T01:25:27.766Z] #41 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s [2025-07-31T01:25:27.766Z] #41 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s [2025-07-31T01:25:27.766Z] #41 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s [2025-07-31T01:25:27.766Z] #41 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-07-31T01:25:27.766Z] #41 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-07-31T01:25:27.766Z] #41 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done [2025-07-31T01:25:27.766Z] #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s [2025-07-31T01:25:27.766Z] #41 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [2025-07-31T01:25:28.024Z] #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 4.19MB / 36.47MB 0.3s [2025-07-31T01:25:28.024Z] #41 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-07-31T01:25:28.024Z] #41 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-07-31T01:25:28.024Z] #41 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-07-31T01:25:28.317Z] #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 6.29MB / 36.47MB 0.5s [2025-07-31T01:25:28.576Z] #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 12.58MB / 36.47MB 0.6s [2025-07-31T01:25:28.576Z] #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 17.83MB / 36.47MB 0.9s [2025-07-31T01:25:28.576Z] #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.0s [2025-07-31T01:25:29.519Z] #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.6s done [2025-07-31T01:25:31.415Z] #41 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 [2025-07-31T01:25:34.717Z] #41 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.1s done [2025-07-31T01:25:34.979Z] #41 ... [2025-07-31T01:25:34.979Z] [2025-07-31T01:25:34.979Z] #45 [security-spiffe-token-provider internal] load build context [2025-07-31T01:25:34.979Z] #45 transferring context: 343.38MB 9.7s [2025-07-31T01:25:34.979Z] #45 ... [2025-07-31T01:25:34.979Z] [2025-07-31T01:25:34.979Z] #46 [core-metadata internal] load build context [2025-07-31T01:25:34.979Z] #46 ... [2025-07-31T01:25:34.979Z] [2025-07-31T01:25:34.979Z] #47 [core-command internal] load build context [2025-07-31T01:25:34.979Z] #47 ... [2025-07-31T01:25:34.979Z] [2025-07-31T01:25:34.979Z] #48 [core-common-config-bootstrapper internal] load build context [2025-07-31T01:25:35.284Z] #48 ... [2025-07-31T01:25:35.284Z] [2025-07-31T01:25:35.284Z] #49 [security-secretstore-setup internal] load build context [2025-07-31T01:25:35.284Z] #49 ... [2025-07-31T01:25:35.284Z] [2025-07-31T01:25:35.284Z] #50 [security-bootstrapper internal] load build context [2025-07-31T01:25:35.544Z] #50 ... [2025-07-31T01:25:35.544Z] [2025-07-31T01:25:35.544Z] #29 [security-proxy-auth internal] load build context [2025-07-31T01:25:35.544Z] #29 ... [2025-07-31T01:25:35.544Z] [2025-07-31T01:25:35.544Z] #51 [core-keeper internal] load build context [2025-07-31T01:25:35.544Z] #51 ... [2025-07-31T01:25:35.544Z] [2025-07-31T01:25:35.544Z] #52 [security-proxy-setup internal] load build context [2025-07-31T01:25:35.803Z] #52 ... [2025-07-31T01:25:35.803Z] [2025-07-31T01:25:35.803Z] #53 [support-notifications internal] load build context [2025-07-31T01:25:35.803Z] #53 ... [2025-07-31T01:25:35.803Z] [2025-07-31T01:25:35.803Z] #54 [support-scheduler internal] load build context [2025-07-31T01:25:36.201Z] #54 ... [2025-07-31T01:25:36.201Z] [2025-07-31T01:25:36.201Z] #55 [core-data internal] load build context [2025-07-31T01:25:36.461Z] #55 ... [2025-07-31T01:25:36.461Z] [2025-07-31T01:25:36.461Z] #54 [support-scheduler internal] load build context [2025-07-31T01:25:37.075Z] #54 ... [2025-07-31T01:25:37.075Z] [2025-07-31T01:25:37.075Z] #56 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-07-31T01:25:37.075Z] #0 0.848 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:37.075Z] #0 1.027 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:37.075Z] #0 1.382 OK: 248 MiB in 58 packages [2025-07-31T01:25:37.075Z] #56 ... [2025-07-31T01:25:37.075Z] [2025-07-31T01:25:37.075Z] #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-07-31T01:25:37.075Z] #0 4.517 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:37.075Z] #0 4.594 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:37.075Z] #0 4.905 (1/4) Installing ca-certificates (20250619-r0) [2025-07-31T01:25:37.075Z] #0 4.938 (2/4) Installing dumb-init (1.2.5-r3) [2025-07-31T01:25:37.075Z] #0 5.016 (3/4) Installing su-exec (0.2-r3) [2025-07-31T01:25:37.075Z] #0 5.022 (4/4) Installing yq-go (4.44.1-r2) [2025-07-31T01:25:37.075Z] #0 5.106 Executing busybox-1.36.1-r29.trigger [2025-07-31T01:25:37.075Z] #0 5.115 Executing ca-certificates-20250619-r0.trigger [2025-07-31T01:25:37.075Z] #0 5.353 OK: 19 MiB in 18 packages [2025-07-31T01:25:37.075Z] #57 ... [2025-07-31T01:25:37.075Z] [2025-07-31T01:25:37.075Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-31T01:25:37.075Z] #0 4.533 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:37.075Z] #0 4.626 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:37.075Z] #0 5.019 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-31T01:25:37.075Z] #0 5.019 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-31T01:25:37.075Z] #0 5.019 OK: 24171 distinct packages available [2025-07-31T01:25:37.075Z] #0 5.075 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:37.075Z] #0 5.173 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:37.075Z] #0 5.591 (1/14) Installing ca-certificates (20250619-r0) [2025-07-31T01:25:37.075Z] #0 5.605 (2/14) Installing brotli-libs (1.1.0-r2) [2025-07-31T01:25:37.075Z] #0 5.613 (3/14) Installing c-ares (1.33.1-r0) [2025-07-31T01:25:37.075Z] #0 5.618 (4/14) Installing libunistring (1.2-r0) [2025-07-31T01:25:37.075Z] #0 5.632 (5/14) Installing libidn2 (2.3.7-r0) [2025-07-31T01:25:37.075Z] #0 5.642 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-07-31T01:25:37.075Z] #0 5.648 (7/14) Installing libpsl (0.21.5-r1) [2025-07-31T01:25:37.075Z] #0 5.651 (8/14) Installing zstd-libs (1.5.6-r0) [2025-07-31T01:25:37.075Z] #0 5.695 (9/14) Installing libcurl (8.12.1-r0) [2025-07-31T01:25:37.075Z] #0 5.695 (10/14) Installing curl (8.12.1-r0) [2025-07-31T01:25:37.075Z] #0 5.695 (11/14) Installing dumb-init (1.2.5-r3) [2025-07-31T01:25:37.075Z] #0 5.695 (12/14) Installing musl-obstack (1.2.3-r2) [2025-07-31T01:25:37.075Z] #0 5.695 (13/14) Installing libucontext (1.2-r3) [2025-07-31T01:25:37.075Z] #0 5.695 (14/14) Installing gcompat (1.1.0-r4) [2025-07-31T01:25:37.075Z] #0 5.706 Executing busybox-1.36.1-r29.trigger [2025-07-31T01:25:37.075Z] #0 5.726 Executing ca-certificates-20250619-r0.trigger [2025-07-31T01:25:37.075Z] #0 5.754 OK: 13 MiB in 28 packages [2025-07-31T01:25:37.075Z] #58 ... [2025-07-31T01:25:37.075Z] [2025-07-31T01:25:37.075Z] #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-07-31T01:25:37.075Z] #0 2.188 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:37.075Z] #0 2.264 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:37.075Z] #0 2.528 (1/4) Installing dumb-init (1.2.5-r3) [2025-07-31T01:25:37.075Z] #0 2.529 (2/4) Installing openssl (3.3.4-r0) [2025-07-31T01:25:37.075Z] #0 2.541 (3/4) Installing su-exec (0.2-r3) [2025-07-31T01:25:37.075Z] #0 2.552 (4/4) Installing yq-go (4.44.1-r2) [2025-07-31T01:25:37.075Z] #0 2.616 Executing busybox-1.36.1-r29.trigger [2025-07-31T01:25:37.075Z] #0 2.628 OK: 19 MiB in 18 packages [2025-07-31T01:25:37.332Z] #59 ... [2025-07-31T01:25:37.332Z] [2025-07-31T01:25:37.332Z] #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-31T01:25:37.332Z] #60 ... [2025-07-31T01:25:37.332Z] [2025-07-31T01:25:37.332Z] #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-07-31T01:25:37.332Z] #0 3.908 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:37.332Z] #0 4.005 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:37.332Z] #0 4.298 (1/2) Installing dumb-init (1.2.5-r3) [2025-07-31T01:25:37.332Z] #0 4.442 (2/2) Installing su-exec (0.2-r3) [2025-07-31T01:25:37.332Z] #0 4.477 Executing busybox-1.36.1-r29.trigger [2025-07-31T01:25:37.332Z] #0 4.518 OK: 8 MiB in 16 packages [2025-07-31T01:25:37.683Z] #61 ... [2025-07-31T01:25:37.683Z] [2025-07-31T01:25:37.683Z] #62 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-31T01:25:37.683Z] #0 3.607 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:37.683Z] #0 3.795 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:37.683Z] #0 4.260 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-31T01:25:37.683Z] #0 4.260 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-31T01:25:37.683Z] #0 4.260 OK: 24177 distinct packages available [2025-07-31T01:25:37.683Z] #0 4.309 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:37.683Z] #0 4.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:37.683Z] #0 4.656 OK: 248 MiB in 58 packages [2025-07-31T01:25:37.683Z] #62 ... [2025-07-31T01:25:37.683Z] [2025-07-31T01:25:37.683Z] #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-31T01:25:38.004Z] #63 ... [2025-07-31T01:25:38.004Z] [2025-07-31T01:25:38.004Z] #64 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-07-31T01:25:38.004Z] #0 0.939 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:38.004Z] #0 1.016 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:38.004Z] #0 1.408 OK: 248 MiB in 58 packages [2025-07-31T01:25:38.004Z] #64 ... [2025-07-31T01:25:38.004Z] [2025-07-31T01:25:38.004Z] #35 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-07-31T01:25:38.004Z] #35 0.864 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:38.004Z] #35 1.018 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:38.004Z] #35 1.380 OK: 248 MiB in 58 packages [2025-07-31T01:25:38.004Z] #35 ... [2025-07-31T01:25:38.004Z] [2025-07-31T01:25:38.004Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-07-31T01:25:38.004Z] #0 4.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:38.004Z] #0 4.548 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:38.004Z] #0 4.933 (1/7) Installing ca-certificates (20250619-r0) [2025-07-31T01:25:38.004Z] #0 4.953 (2/7) Installing dumb-init (1.2.5-r3) [2025-07-31T01:25:38.004Z] #0 5.053 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-07-31T01:25:38.004Z] #0 5.055 (4/7) Installing libsodium (1.0.19-r0) [2025-07-31T01:25:38.004Z] #0 5.065 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-07-31T01:25:38.004Z] #0 5.089 (6/7) Installing libzmq (4.3.5-r2) [2025-07-31T01:25:38.004Z] #0 5.103 (7/7) Installing zeromq (4.3.5-r2) [2025-07-31T01:25:38.004Z] #0 5.105 Executing busybox-1.36.1-r29.trigger [2025-07-31T01:25:38.004Z] #0 5.126 Executing ca-certificates-20250619-r0.trigger [2025-07-31T01:25:38.004Z] #0 5.333 OK: 12 MiB in 21 packages [2025-07-31T01:25:38.270Z] #65 ... [2025-07-31T01:25:38.270Z] [2025-07-31T01:25:38.270Z] #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-07-31T01:25:38.270Z] #0 1.437 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:38.270Z] #0 1.516 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:38.270Z] #0 1.794 OK: 248 MiB in 58 packages [2025-07-31T01:25:38.270Z] #66 ... [2025-07-31T01:25:38.270Z] [2025-07-31T01:25:38.270Z] #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-31T01:25:38.270Z] #67 ... [2025-07-31T01:25:38.270Z] [2025-07-31T01:25:38.270Z] #68 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-31T01:25:38.270Z] #0 4.600 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:38.270Z] #0 4.685 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:38.270Z] #0 5.088 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-31T01:25:38.270Z] #0 5.096 Executing busybox-1.36.1-r29.trigger [2025-07-31T01:25:38.270Z] #0 5.102 OK: 8 MiB in 15 packages [2025-07-31T01:25:38.528Z] #68 ... [2025-07-31T01:25:38.528Z] [2025-07-31T01:25:38.528Z] #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-31T01:25:38.528Z] #69 ... [2025-07-31T01:25:38.528Z] [2025-07-31T01:25:38.528Z] #70 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-07-31T01:25:38.786Z] #70 ... [2025-07-31T01:25:38.786Z] [2025-07-31T01:25:38.786Z] #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-31T01:25:38.786Z] #71 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done [2025-07-31T01:25:38.786Z] #71 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-07-31T01:25:38.786Z] #71 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-07-31T01:25:38.786Z] #71 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-07-31T01:25:38.786Z] #71 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.0s done [2025-07-31T01:25:38.786Z] #71 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-07-31T01:25:38.786Z] #71 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 2.2s done [2025-07-31T01:25:38.786Z] #71 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done [2025-07-31T01:25:38.786Z] #71 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-07-31T01:25:38.786Z] #71 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.8s done [2025-07-31T01:25:38.786Z] #71 ... [2025-07-31T01:25:38.786Z] [2025-07-31T01:25:38.786Z] #54 [support-scheduler internal] load build context [2025-07-31T01:25:39.732Z] #54 ... [2025-07-31T01:25:39.732Z] [2025-07-31T01:25:39.732Z] #36 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-07-31T01:25:39.732Z] #36 2.664 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:39.732Z] #36 2.815 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:39.732Z] #36 3.091 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-31T01:25:39.732Z] #36 3.120 Executing busybox-1.36.1-r29.trigger [2025-07-31T01:25:39.732Z] #36 3.128 OK: 8 MiB in 15 packages [2025-07-31T01:25:39.732Z] #36 ... [2025-07-31T01:25:39.732Z] [2025-07-31T01:25:39.732Z] #54 [support-scheduler internal] load build context [2025-07-31T01:25:39.732Z] #54 transferring context: 591.41MB 14.6s done [2025-07-31T01:25:44.996Z] #54 ... [2025-07-31T01:25:44.996Z] [2025-07-31T01:25:44.996Z] #29 [security-proxy-auth internal] load build context [2025-07-31T01:25:44.996Z] #29 transferring context: 591.41MB 16.1s done [2025-07-31T01:25:44.996Z] #29 ... [2025-07-31T01:25:44.996Z] [2025-07-31T01:25:44.996Z] #45 [security-spiffe-token-provider internal] load build context [2025-07-31T01:25:44.996Z] #45 transferring context: 591.41MB 15.4s done [2025-07-31T01:25:44.996Z] #45 ... [2025-07-31T01:25:44.996Z] [2025-07-31T01:25:44.996Z] #46 [core-metadata internal] load build context [2025-07-31T01:25:44.996Z] #46 transferring context: 591.41MB 13.9s done [2025-07-31T01:25:45.025Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5998 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-07-31T01:25:45.042Z] Running in /w/workspace/edgex-go/877 [Pipeline] { [Pipeline] checkout [2025-07-31T01:25:45.326Z] #46 ... [2025-07-31T01:25:45.326Z] [2025-07-31T01:25:45.326Z] #47 [core-command internal] load build context [2025-07-31T01:25:45.326Z] #47 transferring context: 591.41MB 14.3s done [2025-07-31T01:25:45.586Z] #47 ... [2025-07-31T01:25:45.586Z] [2025-07-31T01:25:45.586Z] #49 [security-secretstore-setup internal] load build context [2025-07-31T01:25:45.586Z] #49 transferring context: 591.41MB 14.7s done [2025-07-31T01:25:45.586Z] #49 ... [2025-07-31T01:25:45.586Z] [2025-07-31T01:25:45.586Z] #48 [core-common-config-bootstrapper internal] load build context [2025-07-31T01:25:45.586Z] #48 transferring context: 591.41MB 15.0s done [2025-07-31T01:25:45.844Z] #48 ... [2025-07-31T01:25:45.844Z] [2025-07-31T01:25:45.844Z] #51 [core-keeper internal] load build context [2025-07-31T01:25:45.844Z] #51 transferring context: 591.41MB 15.0s done [2025-07-31T01:25:45.844Z] #51 ... [2025-07-31T01:25:45.844Z] [2025-07-31T01:25:45.844Z] #50 [security-bootstrapper internal] load build context [2025-07-31T01:25:45.844Z] #50 transferring context: 591.41MB 14.1s done [2025-07-31T01:25:46.104Z] #50 DONE 21.2s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #53 [support-notifications internal] load build context [2025-07-31T01:25:46.104Z] #53 transferring context: 591.41MB 13.1s done [2025-07-31T01:25:46.104Z] #53 DONE 21.2s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #46 [core-metadata internal] load build context [2025-07-31T01:25:46.104Z] #46 DONE 21.1s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #47 [core-command internal] load build context [2025-07-31T01:25:46.104Z] #47 DONE 21.1s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #68 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-31T01:25:46.104Z] #68 DONE 19.1s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-31T01:25:46.104Z] #67 DONE 19.2s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-07-31T01:25:46.104Z] #59 DONE 19.1s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #56 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-07-31T01:25:46.104Z] #56 DONE 19.2s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-31T01:25:46.104Z] #58 DONE 19.1s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #35 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-07-31T01:25:46.104Z] #35 DONE 19.3s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-07-31T01:25:46.104Z] #61 DONE 19.1s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-07-31T01:25:46.104Z] #57 DONE 19.1s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-07-31T01:25:46.104Z] #65 DONE 19.1s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #64 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-07-31T01:25:46.104Z] #64 DONE 19.3s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-07-31T01:25:46.104Z] #72 ... [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #36 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-07-31T01:25:46.104Z] #36 DONE 19.2s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-07-31T01:25:46.104Z] #66 DONE 19.3s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #62 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-31T01:25:46.104Z] #62 DONE 19.3s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #54 [support-scheduler internal] load build context [2025-07-31T01:25:46.104Z] #54 DONE 21.2s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #49 [security-secretstore-setup internal] load build context [2025-07-31T01:25:46.104Z] #49 DONE 21.2s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #48 [core-common-config-bootstrapper internal] load build context [2025-07-31T01:25:46.104Z] #48 DONE 21.3s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #55 [core-data internal] load build context [2025-07-31T01:25:46.104Z] #55 transferring context: 591.41MB 15.0s done [2025-07-31T01:25:46.104Z] #55 DONE 21.2s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #51 [core-keeper internal] load build context [2025-07-31T01:25:46.104Z] #51 DONE 21.0s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #45 [security-spiffe-token-provider internal] load build context [2025-07-31T01:25:46.104Z] #45 DONE 21.4s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #52 [security-proxy-setup internal] load build context [2025-07-31T01:25:46.104Z] #52 transferring context: 591.41MB 15.7s done [2025-07-31T01:25:46.104Z] #52 DONE 21.4s [2025-07-31T01:25:46.104Z] [2025-07-31T01:25:46.104Z] #29 [security-proxy-auth internal] load build context [2025-07-31T01:25:46.104Z] #29 DONE 21.3s [2025-07-31T01:25:46.362Z] [2025-07-31T01:25:46.362Z] #73 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-07-31T01:25:46.362Z] #73 DONE 0.3s [2025-07-31T01:25:46.362Z] [2025-07-31T01:25:46.362Z] #74 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-07-31T01:25:46.362Z] #74 DONE 0.3s [2025-07-31T01:25:46.362Z] [2025-07-31T01:25:46.362Z] #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-07-31T01:25:46.362Z] #75 DONE 0.3s [2025-07-31T01:25:46.362Z] [2025-07-31T01:25:46.362Z] #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-07-31T01:25:46.362Z] #76 DONE 0.2s [2025-07-31T01:25:46.362Z] [2025-07-31T01:25:46.362Z] #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-07-31T01:25:46.362Z] #77 DONE 0.2s [2025-07-31T01:25:46.362Z] [2025-07-31T01:25:46.362Z] #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-31T01:25:46.362Z] #71 DONE 18.8s [2025-07-31T01:25:46.362Z] [2025-07-31T01:25:46.362Z] #78 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:25:46.620Z] #78 ... [2025-07-31T01:25:46.620Z] [2025-07-31T01:25:46.620Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-31T01:25:46.620Z] #41 DONE 18.9s [2025-07-31T01:25:46.620Z] [2025-07-31T01:25:46.620Z] #79 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:25:46.877Z] #79 ... [2025-07-31T01:25:46.877Z] [2025-07-31T01:25:46.877Z] #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-31T01:25:46.877Z] #60 DONE 20.0s [2025-07-31T01:25:47.134Z] [2025-07-31T01:25:47.134Z] #70 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-07-31T01:25:47.134Z] #70 19.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:47.134Z] #70 20.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:47.395Z] #70 20.39 (1/3) Installing ca-certificates (20250619-r0) [2025-07-31T01:25:47.395Z] #70 20.41 (2/3) Installing dumb-init (1.2.5-r3) [2025-07-31T01:25:47.395Z] #70 20.42 (3/3) Installing tzdata (2025b-r0) [2025-07-31T01:25:47.395Z] #70 ... [2025-07-31T01:25:47.395Z] [2025-07-31T01:25:47.395Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-07-31T01:25:47.395Z] #0 0.916 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:47.395Z] #0 0.993 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:47.395Z] #0 1.275 OK: 8 MiB in 15 packages [2025-07-31T01:25:47.395Z] #80 DONE 1.4s [2025-07-31T01:25:47.395Z] [2025-07-31T01:25:47.395Z] #70 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-07-31T01:25:47.395Z] #70 20.50 Executing busybox-1.36.1-r29.trigger [2025-07-31T01:25:47.395Z] #70 20.51 Executing ca-certificates-20250619-r0.trigger [2025-07-31T01:25:47.395Z] #70 20.56 OK: 10 MiB in 17 packages [2025-07-31T01:25:47.653Z] #70 DONE 20.7s [2025-07-31T01:25:47.653Z] [2025-07-31T01:25:47.653Z] #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-07-31T01:25:47.910Z] #81 ... [2025-07-31T01:25:47.910Z] [2025-07-31T01:25:47.910Z] #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-07-31T01:25:47.910Z] #0 1.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:47.910Z] #0 1.369 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:47.910Z] #0 1.696 OK: 13 MiB in 28 packages [2025-07-31T01:25:47.910Z] #82 DONE 1.9s [2025-07-31T01:25:47.910Z] [2025-07-31T01:25:47.910Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-07-31T01:25:47.910Z] #0 1.335 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:47.910Z] #0 1.423 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:47.910Z] #0 1.756 OK: 19 MiB in 18 packages [2025-07-31T01:25:47.910Z] #83 DONE 1.9s [2025-07-31T01:25:47.910Z] [2025-07-31T01:25:47.910Z] #84 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-07-31T01:25:47.910Z] #84 DONE 0.1s [2025-07-31T01:25:48.095Z] The recommended git tool is: git [2025-07-31T01:25:48.167Z] [2025-07-31T01:25:48.167Z] #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-31T01:25:48.167Z] #63 19.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:48.167Z] #63 19.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:48.167Z] #63 19.70 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-31T01:25:48.167Z] #63 19.70 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-31T01:25:48.167Z] #63 19.70 OK: 24171 distinct packages available [2025-07-31T01:25:48.167Z] #63 19.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:48.167Z] #63 19.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:48.167Z] #63 20.23 (1/5) Installing dumb-init (1.2.5-r3) [2025-07-31T01:25:48.167Z] #63 20.24 (2/5) Installing musl-obstack (1.2.3-r2) [2025-07-31T01:25:48.167Z] #63 20.24 (3/5) Installing libucontext (1.2-r3) [2025-07-31T01:25:48.167Z] #63 20.25 (4/5) Installing gcompat (1.1.0-r4) [2025-07-31T01:25:48.167Z] #63 20.25 (5/5) Installing openssl (3.3.4-r0) [2025-07-31T01:25:48.167Z] #63 20.26 Executing busybox-1.36.1-r29.trigger [2025-07-31T01:25:48.167Z] #63 20.27 OK: 9 MiB in 19 packages [2025-07-31T01:25:48.167Z] #63 DONE 20.6s [2025-07-31T01:25:48.167Z] [2025-07-31T01:25:48.167Z] #85 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-07-31T01:25:48.167Z] #0 1.305 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:48.167Z] #0 1.387 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:48.167Z] #0 1.797 OK: 8 MiB in 16 packages [2025-07-31T01:25:48.167Z] #85 DONE 2.1s [2025-07-31T01:25:48.167Z] [2025-07-31T01:25:48.167Z] #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-07-31T01:25:48.167Z] #72 1.413 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:48.167Z] #72 1.506 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:48.167Z] #72 1.959 OK: 19 MiB in 18 packages [2025-07-31T01:25:48.167Z] #72 DONE 2.2s [2025-07-31T01:25:48.167Z] [2025-07-31T01:25:48.167Z] #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-31T01:25:48.167Z] #69 19.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:48.167Z] #69 19.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:48.167Z] #69 19.80 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-31T01:25:48.167Z] #69 19.80 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-31T01:25:48.167Z] #69 19.80 OK: 24171 distinct packages available [2025-07-31T01:25:48.167Z] #69 19.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:48.167Z] #69 20.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:48.167Z] #69 20.34 (1/4) Installing dumb-init (1.2.5-r3) [2025-07-31T01:25:48.167Z] #69 20.36 (2/4) Installing musl-obstack (1.2.3-r2) [2025-07-31T01:25:48.167Z] #69 20.36 (3/4) Installing libucontext (1.2-r3) [2025-07-31T01:25:48.167Z] #69 20.38 (4/4) Installing gcompat (1.1.0-r4) [2025-07-31T01:25:48.167Z] #69 20.38 Executing busybox-1.36.1-r29.trigger [2025-07-31T01:25:48.167Z] #69 20.39 OK: 8 MiB in 18 packages [2025-07-31T01:25:48.167Z] #69 DONE 20.7s [2025-07-31T01:25:48.167Z] [2025-07-31T01:25:48.167Z] #86 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-07-31T01:25:48.167Z] #0 1.408 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:48.167Z] #0 1.491 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:48.167Z] #0 1.829 OK: 12 MiB in 21 packages [2025-07-31T01:25:48.167Z] #86 DONE 2.2s [2025-07-31T01:25:48.167Z] [2025-07-31T01:25:48.167Z] #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-07-31T01:25:48.425Z] #87 ... [2025-07-31T01:25:48.425Z] [2025-07-31T01:25:48.425Z] #88 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-07-31T01:25:48.425Z] #0 1.537 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:48.425Z] #0 1.636 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:48.425Z] #0 1.976 OK: 8 MiB in 15 packages [2025-07-31T01:25:48.425Z] #88 DONE 2.2s [2025-07-31T01:25:48.425Z] [2025-07-31T01:25:48.425Z] #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-07-31T01:25:49.356Z] #89 ... [2025-07-31T01:25:49.356Z] [2025-07-31T01:25:49.356Z] #90 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-07-31T01:25:49.356Z] #90 DONE 1.1s [2025-07-31T01:25:49.356Z] [2025-07-31T01:25:49.356Z] #91 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-07-31T01:25:49.356Z] #91 DONE 0.1s [2025-07-31T01:25:49.613Z] [2025-07-31T01:25:49.613Z] #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-07-31T01:25:49.613Z] #89 1.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:49.613Z] #89 1.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:49.874Z] #89 ... [2025-07-31T01:25:49.874Z] [2025-07-31T01:25:49.874Z] #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-07-31T01:25:49.874Z] #81 1.596 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:49.874Z] #81 1.694 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:49.874Z] #81 2.019 OK: 10 MiB in 17 packages [2025-07-31T01:25:49.874Z] #81 DONE 2.2s [2025-07-31T01:25:49.874Z] [2025-07-31T01:25:49.874Z] #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-07-31T01:25:49.874Z] #89 1.609 OK: 9 MiB in 19 packages [2025-07-31T01:25:50.131Z] #89 DONE 1.7s [2025-07-31T01:25:50.131Z] [2025-07-31T01:25:50.131Z] #92 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-31T01:25:50.697Z] #92 DONE 0.8s [2025-07-31T01:25:50.697Z] [2025-07-31T01:25:50.697Z] #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-07-31T01:25:50.697Z] #93 DONE 0.8s [2025-07-31T01:25:50.697Z] [2025-07-31T01:25:50.697Z] #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-07-31T01:25:50.697Z] #87 1.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:50.697Z] #87 1.355 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:50.697Z] #87 1.668 OK: 8 MiB in 18 packages [2025-07-31T01:25:50.697Z] #87 DONE 2.4s [2025-07-31T01:25:50.697Z] [2025-07-31T01:25:50.697Z] #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-07-31T01:25:50.697Z] #94 DONE 0.1s [2025-07-31T01:25:50.697Z] [2025-07-31T01:25:50.697Z] #95 [security-spire-server stage-2 6/9] COPY security.txt / [2025-07-31T01:25:51.628Z] #95 DONE 0.7s [2025-07-31T01:25:51.629Z] [2025-07-31T01:25:51.629Z] #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-31T01:25:51.629Z] #96 DONE 0.8s [2025-07-31T01:25:51.629Z] [2025-07-31T01:25:51.629Z] #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-31T01:25:51.629Z] #97 DONE 0.8s [2025-07-31T01:25:51.629Z] [2025-07-31T01:25:51.629Z] #98 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-07-31T01:25:51.629Z] #98 DONE 0.1s [2025-07-31T01:25:51.629Z] [2025-07-31T01:25:51.629Z] #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-07-31T01:25:51.629Z] #99 DONE 0.1s [2025-07-31T01:25:51.629Z] [2025-07-31T01:25:51.629Z] #100 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-07-31T01:25:51.629Z] #100 DONE 0.1s [2025-07-31T01:25:51.629Z] [2025-07-31T01:25:51.629Z] #101 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-07-31T01:25:51.629Z] #101 DONE 0.1s [2025-07-31T01:25:51.629Z] [2025-07-31T01:25:51.629Z] #102 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-07-31T01:25:51.629Z] #102 DONE 0.1s [2025-07-31T01:25:51.629Z] [2025-07-31T01:25:51.629Z] #103 [security-spire-config stage-2 6/10] COPY security.txt / [2025-07-31T01:25:51.629Z] #103 DONE 0.1s [2025-07-31T01:25:51.629Z] [2025-07-31T01:25:51.629Z] #104 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-07-31T01:25:51.629Z] #104 DONE 0.1s [2025-07-31T01:25:51.629Z] [2025-07-31T01:25:51.629Z] #105 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-07-31T01:25:51.629Z] #105 DONE 0.1s [2025-07-31T01:25:51.629Z] [2025-07-31T01:25:51.629Z] #106 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-07-31T01:25:51.629Z] #106 DONE 0.1s [2025-07-31T01:25:51.629Z] [2025-07-31T01:25:51.629Z] #107 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-07-31T01:25:51.629Z] #107 DONE 0.1s [2025-07-31T01:25:51.629Z] [2025-07-31T01:25:51.629Z] #108 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-07-31T01:25:51.885Z] #108 DONE 0.0s [2025-07-31T01:25:51.885Z] [2025-07-31T01:25:51.885Z] #109 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-07-31T01:25:51.885Z] #109 DONE 0.1s [2025-07-31T01:25:51.885Z] [2025-07-31T01:25:51.885Z] #110 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-07-31T01:25:51.885Z] #110 DONE 0.0s [2025-07-31T01:25:51.885Z] [2025-07-31T01:25:51.885Z] #111 [security-spire-config] exporting to image [2025-07-31T01:25:51.885Z] #111 exporting layers [2025-07-31T01:25:52.143Z] #111 ... [2025-07-31T01:25:52.143Z] [2025-07-31T01:25:52.143Z] #112 [security-spire-server] exporting to image [2025-07-31T01:25:52.143Z] #112 exporting layers 0.4s done [2025-07-31T01:25:52.143Z] #112 writing image sha256:be7d6b0e2f8aba7fa5749fa75a4e76e6944aa3fb461fb405a244d8a1d9e5ebbe done [2025-07-31T01:25:52.143Z] #112 naming to docker.io/library/security-spire-server done [2025-07-31T01:25:52.143Z] #112 DONE 0.4s [2025-07-31T01:25:52.400Z] [2025-07-31T01:25:52.400Z] #113 [security-spire-agent] exporting to image [2025-07-31T01:25:52.400Z] #113 exporting layers 0.4s done [2025-07-31T01:25:52.400Z] #113 writing image sha256:06bf6d70864040a14be337917b84fd39e9f0436255f81470e88fc1db9a983f94 done [2025-07-31T01:25:52.400Z] #113 naming to docker.io/library/security-spire-agent done [2025-07-31T01:25:52.400Z] #113 DONE 0.4s [2025-07-31T01:25:52.400Z] [2025-07-31T01:25:52.400Z] #111 [security-spire-config] exporting to image [2025-07-31T01:25:52.400Z] #111 exporting layers 0.4s done [2025-07-31T01:25:52.400Z] #111 writing image sha256:b601abc40e96dd734141fb8fac28b799f54b8b6f7553ac22da7ae152968d1d33 done [2025-07-31T01:25:52.400Z] #111 naming to docker.io/library/security-spire-config done [2025-07-31T01:25:52.400Z] #111 DONE 0.4s [2025-07-31T01:25:52.400Z] [2025-07-31T01:25:52.400Z] #114 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-07-31T01:25:52.400Z] #0 2.346 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:52.400Z] #0 5.362 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:52.553Z] using credential edgex-jenkins-ssh [2025-07-31T01:25:52.579Z] Cloning the remote Git repository [2025-07-31T01:25:52.618Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-07-31T01:25:52.701Z] > git init /w/workspace/edgex-go/877 # timeout=10 [2025-07-31T01:25:52.823Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-07-31T01:25:52.824Z] > git --version # timeout=10 [2025-07-31T01:25:52.844Z] > git --version # 'git version 2.25.1' [2025-07-31T01:25:52.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-07-31T01:25:52.985Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-31T01:25:56.587Z] #114 9.006 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-31T01:25:56.587Z] #114 ... [2025-07-31T01:25:56.587Z] [2025-07-31T01:25:56.587Z] #115 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-07-31T01:25:56.587Z] #0 1.342 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:56.587Z] #0 6.705 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-31T01:25:56.587Z] #115 10.35 OK: 248 MiB in 58 packages [2025-07-31T01:25:56.587Z] #115 ... [2025-07-31T01:25:56.587Z] [2025-07-31T01:25:56.587Z] #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:25:56.587Z] #116 ... [2025-07-31T01:25:56.587Z] [2025-07-31T01:25:56.587Z] #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:25:56.587Z] #117 ... [2025-07-31T01:25:56.587Z] [2025-07-31T01:25:56.587Z] #115 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-07-31T01:25:56.587Z] #115 DONE 10.5s [2025-07-31T01:25:56.587Z] [2025-07-31T01:25:56.587Z] #118 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-07-31T01:25:56.587Z] #118 DONE 0.0s [2025-07-31T01:25:56.587Z] [2025-07-31T01:25:56.587Z] #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:25:56.847Z] #119 ... [2025-07-31T01:25:56.847Z] [2025-07-31T01:25:56.847Z] #120 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:25:57.783Z] #120 ... [2025-07-31T01:25:57.783Z] [2025-07-31T01:25:57.783Z] #114 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-07-31T01:25:57.783Z] #114 10.64 Executing busybox-1.36.1-r29.trigger [2025-07-31T01:25:57.783Z] #114 10.65 OK: 8 MiB in 15 packages [2025-07-31T01:25:57.783Z] #114 DONE 10.8s [2025-07-31T01:25:57.783Z] [2025-07-31T01:25:57.783Z] #78 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:26:12.196Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-07-31T01:26:12.220Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-31T01:26:18.315Z] #78 DONE 31.8s [2025-07-31T01:26:18.316Z] [2025-07-31T01:26:18.316Z] #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:26:18.316Z] #117 DONE 31.8s [2025-07-31T01:26:18.316Z] [2025-07-31T01:26:18.316Z] #79 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:26:18.316Z] #79 DONE 31.8s [2025-07-31T01:26:18.316Z] [2025-07-31T01:26:18.316Z] #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:26:18.316Z] #116 DONE 31.8s [2025-07-31T01:26:18.316Z] [2025-07-31T01:26:18.316Z] #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:26:18.316Z] #119 DONE 31.8s [2025-07-31T01:26:18.316Z] [2025-07-31T01:26:18.316Z] #121 [core-data builder 6/7] COPY . . [2025-07-31T01:26:18.387Z] Avoid second fetch [2025-07-31T01:26:18.388Z] Checking out Revision 941bb66238a204f12d036216aea2f59b186e8d62 (main) [2025-07-31T01:26:19.188Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5217)" [2025-07-31T01:26:18.404Z] > git config core.sparsecheckout # timeout=10 [2025-07-31T01:26:18.468Z] > git checkout -f 941bb66238a204f12d036216aea2f59b186e8d62 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-31T01:26:24.002Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-07-31T01:26:24.002Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-31T01:26:24.002Z] Dload Upload Total Spent Left Speed [2025-07-31T01:26:24.002Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14 100 14 0 0 123 0 --:--:-- --:--:-- --:--:-- 123 [Pipeline] sh [2025-07-31T01:26:24.342Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-07-31T01:26:24.669Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2025-07-31T01:26:24.669Z] /etc/docker/daemon.json [2025-07-31T01:26:24.669Z] { [2025-07-31T01:26:24.669Z] "registry-mirrors": [ [2025-07-31T01:26:24.669Z] "https://nexus3.edgexfoundry.org:10001" [2025-07-31T01:26:24.669Z] ], [2025-07-31T01:26:24.669Z] "bip": "10.250.0.254/24", [2025-07-31T01:26:24.669Z] "hosts": [ [2025-07-31T01:26:24.669Z] "tcp://0.0.0.0:5555", [2025-07-31T01:26:24.669Z] "unix:///var/run/docker.sock" [2025-07-31T01:26:24.669Z] ], [2025-07-31T01:26:24.669Z] "mtu": 1458, [2025-07-31T01:26:24.669Z] "selinux-enabled": true, [2025-07-31T01:26:24.669Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-07-31T01:26:24.669Z] } [Pipeline] sh [2025-07-31T01:26:25.005Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-07-31T01:26:25.333Z] + sudo service docker restart [2025-07-31T01:26:28.297Z] #121 ... [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #120 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:26:28.297Z] #120 DONE 30.4s [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #122 [security-proxy-setup builder 6/7] COPY . . [2025-07-31T01:26:28.297Z] #122 DONE 8.9s [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #121 [core-data builder 6/7] COPY . . [2025-07-31T01:26:28.297Z] #121 DONE 8.9s [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #123 [support-notifications builder 6/7] COPY . . [2025-07-31T01:26:28.297Z] #123 DONE 8.8s [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-07-31T01:26:28.297Z] #124 CACHED [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #125 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-07-31T01:26:28.297Z] #125 CACHED [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:26:28.297Z] #126 CACHED [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #127 [core-command builder 6/7] COPY . . [2025-07-31T01:26:28.297Z] #127 CACHED [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #128 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-07-31T01:26:28.297Z] #128 CACHED [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #129 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:26:28.297Z] #129 CACHED [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #130 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-07-31T01:26:28.297Z] #130 CACHED [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #131 [security-proxy-auth builder 6/7] COPY . . [2025-07-31T01:26:28.297Z] #131 CACHED [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #132 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:26:28.297Z] #132 CACHED [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #133 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:26:28.297Z] #133 CACHED [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #134 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-07-31T01:26:28.297Z] #134 CACHED [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #135 [core-data builder 6/7] COPY . . [2025-07-31T01:26:28.297Z] #135 CACHED [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #136 [security-spiffe-token-provider builder 6/7] COPY . . [2025-07-31T01:26:28.297Z] #136 DONE 8.8s [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #137 [support-scheduler builder 6/7] COPY . . [2025-07-31T01:26:28.297Z] #137 DONE 8.9s [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #138 [security-proxy-setup builder 6/7] COPY . . [2025-07-31T01:26:28.297Z] #138 CACHED [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #139 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-07-31T01:26:28.297Z] #139 CACHED [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #140 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:26:28.297Z] #140 CACHED [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #141 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-07-31T01:26:28.297Z] #141 CACHED [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.297Z] #142 [security-secretstore-setup builder 6/7] COPY . . [2025-07-31T01:26:28.297Z] #142 CACHED [2025-07-31T01:26:28.297Z] [2025-07-31T01:26:28.298Z] #143 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-31T01:26:28.298Z] #143 CACHED [2025-07-31T01:26:28.298Z] [2025-07-31T01:26:28.298Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-31T01:26:29.233Z] #144 2.007 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-07-31T01:26:29.803Z] #144 ... [2025-07-31T01:26:29.803Z] [2025-07-31T01:26:29.803Z] #145 [core-keeper builder 7/8] COPY . . [2025-07-31T01:26:29.803Z] #145 DONE 2.7s [2025-07-31T01:26:29.803Z] [2025-07-31T01:26:29.803Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-31T01:26:30.061Z] #146 0.379 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-07-31T01:26:38.187Z] #146 ... [2025-07-31T01:26:38.187Z] [2025-07-31T01:26:38.187Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-31T01:26:38.187Z] #0 0.679 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-07-31T01:26:38.187Z] #147 ... [2025-07-31T01:26:38.187Z] [2025-07-31T01:26:38.187Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-31T01:26:38.187Z] #0 0.397 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-07-31T01:26:38.187Z] #148 ... [2025-07-31T01:26:38.187Z] [2025-07-31T01:26:38.187Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-31T01:26:38.187Z] #0 2.267 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-07-31T01:26:38.187Z] #149 ... [2025-07-31T01:26:38.187Z] [2025-07-31T01:26:38.187Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-07-31T01:26:38.187Z] #0 0.673 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-07-31T01:26:38.187Z] #150 ... [2025-07-31T01:26:38.187Z] [2025-07-31T01:26:38.187Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-31T01:26:38.187Z] #0 0.649 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-07-31T01:26:38.187Z] #151 ... [2025-07-31T01:26:38.187Z] [2025-07-31T01:26:38.187Z] #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-31T01:26:38.187Z] #0 0.841 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-07-31T01:26:38.187Z] #152 ... [2025-07-31T01:26:38.187Z] [2025-07-31T01:26:38.187Z] #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-07-31T01:26:38.187Z] #0 2.579 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-07-31T01:26:38.187Z] #153 ... [2025-07-31T01:26:38.187Z] [2025-07-31T01:26:38.187Z] #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-31T01:26:38.187Z] #0 0.681 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-07-31T01:26:38.187Z] #154 ... [2025-07-31T01:26:38.187Z] [2025-07-31T01:26:38.187Z] #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-07-31T01:26:38.187Z] #0 1.405 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-07-31T01:26:38.445Z] #155 ... [2025-07-31T01:26:38.445Z] [2025-07-31T01:26:38.445Z] #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-31T01:26:38.445Z] #0 1.728 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-31T01:26:43.598Z] provisioning config files... [2025-07-31T01:26:43.623Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/877@tmp/config13451712715794287473tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:26:44.050Z] ---> ****-login.sh [2025-07-31T01:26:44.050Z] nexus3.edgexfoundry.org:10001 [2025-07-31T01:26:44.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:26:44.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-31T01:26:44.587Z] Configure a credential helper to remove this warning. See [2025-07-31T01:26:44.587Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-31T01:26:44.587Z] [2025-07-31T01:26:44.587Z] Login Succeeded [2025-07-31T01:26:44.587Z] nexus3.edgexfoundry.org:10002 [2025-07-31T01:26:44.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:26:45.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-31T01:26:45.123Z] Configure a credential helper to remove this warning. See [2025-07-31T01:26:45.123Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-31T01:26:45.123Z] [2025-07-31T01:26:45.123Z] Login Succeeded [2025-07-31T01:26:45.123Z] nexus3.edgexfoundry.org:10003 [2025-07-31T01:26:45.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:26:45.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-31T01:26:45.393Z] Configure a credential helper to remove this warning. See [2025-07-31T01:26:45.393Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-31T01:26:45.393Z] [2025-07-31T01:26:45.393Z] Login Succeeded [2025-07-31T01:26:45.393Z] nexus3.edgexfoundry.org:10004 [2025-07-31T01:26:45.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:26:45.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-31T01:26:45.666Z] Configure a credential helper to remove this warning. See [2025-07-31T01:26:45.666Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-31T01:26:45.666Z] [2025-07-31T01:26:45.666Z] Login Succeeded [2025-07-31T01:26:45.666Z] ****.io [2025-07-31T01:26:45.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:26:46.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-31T01:26:46.198Z] Configure a credential helper to remove this warning. See [2025-07-31T01:26:46.198Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-31T01:26:46.198Z] [2025-07-31T01:26:46.198Z] Login Succeeded [2025-07-31T01:26:46.198Z] ---> ****-login.sh ends [Pipeline] } [2025-07-31T01:26:46.211Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-07-31T01:26:46.813Z] + git config --global --add safe.directory /w/workspace/edgex-go/877 [Pipeline] echo [2025-07-31T01:26:46.832Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-31T01:26:46.852Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-31T01:26:46.866Z] ========================================================= [2025-07-31T01:26:46.866Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-07-31T01:26:46.866Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-07-31T01:26:47.188Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-31T01:26:47.188Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-07-31T01:26:47.188Z] 94e9d8af2201: Pulling fs layer [2025-07-31T01:26:47.188Z] a6c56e8762df: Pulling fs layer [2025-07-31T01:26:47.188Z] f0f3c8884826: Pulling fs layer [2025-07-31T01:26:47.188Z] c7e7622c144d: Pulling fs layer [2025-07-31T01:26:47.188Z] 4f4fb700ef54: Pulling fs layer [2025-07-31T01:26:47.188Z] e8859aadc426: Pulling fs layer [2025-07-31T01:26:47.188Z] b4813487a9f6: Pulling fs layer [2025-07-31T01:26:47.188Z] 502a3d64fb4b: Pulling fs layer [2025-07-31T01:26:47.188Z] c7e7622c144d: Waiting [2025-07-31T01:26:47.188Z] 4f4fb700ef54: Waiting [2025-07-31T01:26:47.188Z] e8859aadc426: Waiting [2025-07-31T01:26:47.188Z] b4813487a9f6: Waiting [2025-07-31T01:26:47.188Z] 502a3d64fb4b: Waiting [2025-07-31T01:26:47.463Z] a6c56e8762df: Verifying Checksum [2025-07-31T01:26:47.463Z] a6c56e8762df: Download complete [2025-07-31T01:26:47.463Z] c7e7622c144d: Verifying Checksum [2025-07-31T01:26:47.463Z] c7e7622c144d: Download complete [2025-07-31T01:26:47.463Z] 4f4fb700ef54: Verifying Checksum [2025-07-31T01:26:47.463Z] 4f4fb700ef54: Download complete [2025-07-31T01:26:47.463Z] e8859aadc426: Verifying Checksum [2025-07-31T01:26:47.463Z] e8859aadc426: Download complete [2025-07-31T01:26:47.463Z] 94e9d8af2201: Verifying Checksum [2025-07-31T01:26:47.463Z] 94e9d8af2201: Download complete [2025-07-31T01:26:48.056Z] 502a3d64fb4b: Verifying Checksum [2025-07-31T01:26:48.056Z] 502a3d64fb4b: Download complete [2025-07-31T01:26:48.324Z] 94e9d8af2201: Pull complete [2025-07-31T01:26:48.910Z] a6c56e8762df: Pull complete [2025-07-31T01:26:49.176Z] f0f3c8884826: Verifying Checksum [2025-07-31T01:26:49.176Z] f0f3c8884826: Download complete [2025-07-31T01:26:50.137Z] b4813487a9f6: Verifying Checksum [2025-07-31T01:26:50.137Z] b4813487a9f6: Download complete [2025-07-31T01:27:05.123Z] f0f3c8884826: Pull complete [2025-07-31T01:27:05.123Z] c7e7622c144d: Pull complete [2025-07-31T01:27:05.123Z] 4f4fb700ef54: Pull complete [2025-07-31T01:27:05.123Z] e8859aadc426: Pull complete [2025-07-31T01:27:11.832Z] b4813487a9f6: Pull complete [2025-07-31T01:27:13.774Z] 502a3d64fb4b: Pull complete [2025-07-31T01:27:13.774Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-07-31T01:27:13.774Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-31T01:27:13.774Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-07-31T01:27:14.105Z] + docker build+ -t ci-base-image-arm64 -f -echo . FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-31T01:27:14.105Z] WORKDIR /edgex [2025-07-31T01:27:14.105Z] COPY go.mod . [2025-07-31T01:27:14.105Z] RUN go mod download [2025-07-31T01:27:14.105Z] [2025-07-31T01:27:15.072Z] Sending build context to Docker daemon 3.708MB [2025-07-31T01:27:15.072Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-31T01:27:15.072Z] ---> 3bb21d53e231 [2025-07-31T01:27:15.072Z] Step 2/4 : WORKDIR /edgex [2025-07-31T01:27:17.007Z] ---> Running in e0e71053c0ea [2025-07-31T01:27:17.007Z] Removing intermediate container e0e71053c0ea [2025-07-31T01:27:17.007Z] ---> 59e03a832b6f [2025-07-31T01:27:17.007Z] Step 3/4 : COPY go.mod . [2025-07-31T01:27:17.593Z] ---> d11b73428b14 [2025-07-31T01:27:17.593Z] Step 4/4 : RUN go mod download [2025-07-31T01:27:17.593Z] ---> Running in d48eaae66111 [2025-07-31T01:27:17.860Z] Decoding seccomp profile failed: invalid character ':' after top-level value [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:27:18.383Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-31T01:27:18.383Z] [2025-07-31T01:27:18.383Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:27:18.735Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-31T01:27:19.008Z] arm64: Pulling from edgex-lftools-log-publisher [2025-07-31T01:27:19.008Z] 8998bd30e6a1: Pulling fs layer [2025-07-31T01:27:19.008Z] 04944245beec: Pulling fs layer [2025-07-31T01:27:19.008Z] 699f458cf7ca: Pulling fs layer [2025-07-31T01:27:19.008Z] 765212b225bb: Pulling fs layer [2025-07-31T01:27:19.008Z] f23df028b6ca: Pulling fs layer [2025-07-31T01:27:19.008Z] d65c8cfc05b1: Pulling fs layer [2025-07-31T01:27:19.008Z] 2437ff75d9bd: Pulling fs layer [2025-07-31T01:27:19.008Z] d65c8cfc05b1: Waiting [2025-07-31T01:27:19.008Z] 2437ff75d9bd: Waiting [2025-07-31T01:27:19.008Z] 765212b225bb: Waiting [2025-07-31T01:27:19.008Z] 04944245beec: Verifying Checksum [2025-07-31T01:27:19.008Z] 04944245beec: Download complete [2025-07-31T01:27:19.008Z] 765212b225bb: Verifying Checksum [2025-07-31T01:27:19.008Z] 765212b225bb: Download complete [2025-07-31T01:27:19.277Z] f23df028b6ca: Verifying Checksum [2025-07-31T01:27:19.277Z] f23df028b6ca: Download complete [2025-07-31T01:27:19.277Z] d65c8cfc05b1: Verifying Checksum [2025-07-31T01:27:19.277Z] d65c8cfc05b1: Download complete [2025-07-31T01:27:19.277Z] 699f458cf7ca: Verifying Checksum [2025-07-31T01:27:19.277Z] 699f458cf7ca: Download complete [2025-07-31T01:27:19.869Z] 8998bd30e6a1: Verifying Checksum [2025-07-31T01:27:19.869Z] 8998bd30e6a1: Download complete [2025-07-31T01:27:22.446Z] 2437ff75d9bd: Verifying Checksum [2025-07-31T01:27:22.446Z] 2437ff75d9bd: Download complete [2025-07-31T01:27:24.398Z] 8998bd30e6a1: Pull complete [2025-07-31T01:27:24.664Z] 04944245beec: Pull complete [2025-07-31T01:27:26.620Z] 699f458cf7ca: Pull complete [2025-07-31T01:27:26.620Z] 765212b225bb: Pull complete [2025-07-31T01:27:27.596Z] f23df028b6ca: Pull complete [2025-07-31T01:27:27.596Z] d65c8cfc05b1: Pull complete [2025-07-31T01:27:45.851Z] 2437ff75d9bd: Pull complete [2025-07-31T01:27:45.851Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-07-31T01:27:45.851Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-31T01:27:45.851Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-31T01:27:46.092Z] prd-ubuntu20.04-docker-arm64-4c-16g-5998 does not seem to be running inside a container [2025-07-31T01:27:46.155Z] $ 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/877 -v /w/workspace/edgex-go/877:/w/workspace/edgex-go/877:rw,z -v /w/workspace/edgex-go/877@tmp:/w/workspace/edgex-go/877@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-31T01:27:48.714Z] $ docker top c51396b01ec29adf0b3df30557f23ae6bfff9d42401a32fa2aa566d464c61d8b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:27:49.586Z] ---> job-cost.sh [2025-07-31T01:27:49.586Z] lf-activate-venv: SKIPPING [2025-07-31T01:27:49.586Z] INFO: No Stack... [2025-07-31T01:27:49.851Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-07-31T01:27:50.430Z] INFO: Archiving Costs [Pipeline] sh [2025-07-31T01:27:51.068Z] + cat /w/workspace/edgex-go/877/archives/cost.csv [2025-07-31T01:27:51.068Z] + cut -d, -f6 [Pipeline] lock [2025-07-31T01:27:51.123Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-877-stack-cost] [2025-07-31T01:27:58.993Z] Resource [jenkins-edgexfoundry-edgex-go-main-877-stack-cost] did not exist. Created. [2025-07-31T01:27:59.000Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-877-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-31T01:27:59.331Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-07-31T01:27:59.882Z] #156 ... [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-07-31T01:27:59.883Z] #150 DONE 88.6s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-07-31T01:27:59.883Z] #153 DONE 88.8s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-31T01:27:59.883Z] #154 ... [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-31T01:27:59.883Z] #157 DONE 0.2s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-07-31T01:27:59.883Z] #158 DONE 0.2s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-31T01:27:59.883Z] #159 DONE 0.1s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #160 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-07-31T01:27:59.883Z] #160 DONE 0.3s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #161 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-07-31T01:27:59.883Z] #161 ... [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #162 [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-31T01:27:59.883Z] #162 DONE 0.1s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #163 [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-31T01:27:59.883Z] #163 DONE 0.2s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-31T01:27:59.883Z] #164 ... [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #161 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-07-31T01:27:59.883Z] #161 DONE 0.9s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-31T01:27:59.883Z] #165 DONE 0.2s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-07-31T01:27:59.883Z] #166 DONE 0.2s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-07-31T01:27:59.883Z] #167 DONE 0.2s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-31T01:27:59.883Z] #164 DONE 1.0s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-07-31T01:27:59.883Z] #168 DONE 0.2s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #169 [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-31T01:27:59.883Z] #169 DONE 0.1s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #170 [core-common-config-bootstrapper] exporting to image [2025-07-31T01:27:59.883Z] #170 exporting layers [2025-07-31T01:27:59.883Z] #170 exporting layers 0.3s done [2025-07-31T01:27:59.883Z] #170 writing image sha256:031e25363f36b7cc52a67f68921b5e693eba48297ca19b7e75be67c2bcd5b51a done [2025-07-31T01:27:59.883Z] #170 naming to docker.io/library/core-common-config-bootstrapper done [2025-07-31T01:27:59.883Z] #170 DONE 0.3s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #171 [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-31T01:27:59.883Z] #171 DONE 0.1s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #172 [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-31T01:27:59.883Z] #172 DONE 0.1s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-07-31T01:27:59.883Z] #173 DONE 0.1s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-31T01:27:59.883Z] #156 ... [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-07-31T01:27:59.883Z] #174 DONE 0.8s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #175 [security-bootstrapper] exporting to image [2025-07-31T01:27:59.883Z] #175 exporting layers 0.7s done [2025-07-31T01:27:59.883Z] #175 writing image sha256:27975b01ba5ed738c924e7b5299d2858bba12ed23a86a19e372b6a29c12a1c47 done [2025-07-31T01:27:59.883Z] #175 naming to docker.io/library/security-bootstrapper done [2025-07-31T01:27:59.883Z] #175 DONE 0.7s [2025-07-31T01:27:59.883Z] [2025-07-31T01:27:59.883Z] #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-31T01:27:59.954Z] Stashed 1 file(s) [Pipeline] } [2025-07-31T01:27:59.961Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-877-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-31T01:27:59.988Z] $ docker stop --time=1 c51396b01ec29adf0b3df30557f23ae6bfff9d42401a32fa2aa566d464c61d8b [2025-07-31T01:28:01.465Z] $ docker rm -f --volumes c51396b01ec29adf0b3df30557f23ae6bfff9d42401a32fa2aa566d464c61d8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-07-31T01:28:01.762Z] Failed in branch arm64 [2025-07-31T01:28:56.079Z] #152 147.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-07-31T01:29:02.830Z] #152 ... [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-07-31T01:29:02.830Z] #155 DONE 155.5s [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #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-31T01:29:02.830Z] #152 DONE 155.5s [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-31T01:29:02.830Z] #151 DONE 155.6s [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-31T01:29:02.830Z] #156 DONE 155.6s [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-31T01:29:02.830Z] #148 DONE 155.6s [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-31T01:29:02.830Z] #154 DONE 155.6s [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-31T01:29:02.830Z] #149 DONE 155.6s [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-31T01:29:02.830Z] #176 DONE 0.1s [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #177 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-31T01:29:02.830Z] #177 ... [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-31T01:29:02.830Z] #178 DONE 0.1s [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #179 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-31T01:29:02.830Z] #179 DONE 0.1s [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #180 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-07-31T01:29:02.830Z] #180 DONE 0.2s [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #177 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-31T01:29:02.830Z] #177 DONE 0.1s [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #181 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-31T01:29:02.830Z] #181 CACHED [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #182 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-31T01:29:02.830Z] #182 CACHED [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #183 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-31T01:29:02.830Z] #183 CACHED [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #184 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-31T01:29:02.830Z] #184 CACHED [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #185 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-31T01:29:02.830Z] #185 DONE 0.2s [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #186 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-07-31T01:29:02.830Z] #186 DONE 0.1s [2025-07-31T01:29:02.830Z] [2025-07-31T01:29:02.830Z] #187 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-07-31T01:29:03.398Z] #187 ... [2025-07-31T01:29:03.398Z] [2025-07-31T01:29:03.398Z] #188 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-31T01:29:03.398Z] #188 DONE 0.3s [2025-07-31T01:29:03.398Z] [2025-07-31T01:29:03.398Z] #189 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-07-31T01:29:03.657Z] #189 ... [2025-07-31T01:29:03.657Z] [2025-07-31T01:29:03.657Z] #190 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-31T01:29:03.657Z] #190 DONE 0.7s [2025-07-31T01:29:03.657Z] [2025-07-31T01:29:03.657Z] #187 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-07-31T01:29:03.657Z] #187 DONE 0.7s [2025-07-31T01:29:03.657Z] [2025-07-31T01:29:03.657Z] #191 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-07-31T01:29:03.657Z] #191 DONE 0.7s [2025-07-31T01:29:03.657Z] [2025-07-31T01:29:03.657Z] #192 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-07-31T01:29:03.657Z] #192 DONE 0.7s [2025-07-31T01:29:03.657Z] [2025-07-31T01:29:03.657Z] #193 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-07-31T01:29:03.657Z] #193 DONE 0.7s [2025-07-31T01:29:03.657Z] [2025-07-31T01:29:03.657Z] #189 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-07-31T01:29:03.657Z] #189 DONE 0.7s [2025-07-31T01:29:03.657Z] [2025-07-31T01:29:03.657Z] #194 [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-31T01:29:04.227Z] #194 ... [2025-07-31T01:29:04.227Z] [2025-07-31T01:29:04.227Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-31T01:29:04.227Z] #146 DONE 154.5s [2025-07-31T01:29:04.227Z] [2025-07-31T01:29:04.227Z] #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-07-31T01:29:04.227Z] #195 DONE 0.7s [2025-07-31T01:29:04.227Z] [2025-07-31T01:29:04.227Z] #196 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-07-31T01:29:04.227Z] #196 DONE 0.6s [2025-07-31T01:29:04.227Z] [2025-07-31T01:29:04.227Z] #197 [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-31T01:29:04.486Z] #197 ... [2025-07-31T01:29:04.486Z] [2025-07-31T01:29:04.486Z] #198 [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-31T01:29:04.486Z] #198 DONE 0.8s [2025-07-31T01:29:04.486Z] [2025-07-31T01:29:04.486Z] #199 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-07-31T01:29:04.486Z] #199 DONE 0.8s [2025-07-31T01:29:04.486Z] [2025-07-31T01:29:04.486Z] #200 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-07-31T01:29:04.486Z] #200 DONE 0.8s [2025-07-31T01:29:04.486Z] [2025-07-31T01:29:04.486Z] #194 [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-31T01:29:04.486Z] #194 DONE 0.8s [2025-07-31T01:29:04.486Z] [2025-07-31T01:29:04.486Z] #201 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-07-31T01:29:04.486Z] #201 DONE 0.8s [2025-07-31T01:29:04.486Z] [2025-07-31T01:29:04.486Z] #202 [core-command] exporting to image [2025-07-31T01:29:04.486Z] #202 exporting layers [2025-07-31T01:29:04.747Z] #202 ... [2025-07-31T01:29:04.747Z] [2025-07-31T01:29:04.747Z] #197 [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-31T01:29:04.747Z] #197 DONE 0.4s [2025-07-31T01:29:04.747Z] [2025-07-31T01:29:04.747Z] #203 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-07-31T01:29:04.747Z] #203 DONE 0.2s [2025-07-31T01:29:04.747Z] [2025-07-31T01:29:04.747Z] #204 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-07-31T01:29:04.747Z] #204 DONE 0.2s [2025-07-31T01:29:04.747Z] [2025-07-31T01:29:04.747Z] #202 [core-command] exporting to image [2025-07-31T01:29:04.747Z] #202 exporting layers 0.1s done [2025-07-31T01:29:04.747Z] #202 ... [2025-07-31T01:29:04.747Z] [2025-07-31T01:29:04.747Z] #205 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-31T01:29:04.747Z] #205 DONE 0.3s [2025-07-31T01:29:04.747Z] [2025-07-31T01:29:04.747Z] #206 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-07-31T01:29:04.747Z] #206 DONE 0.3s [2025-07-31T01:29:04.747Z] [2025-07-31T01:29:04.747Z] #202 [core-command] exporting to image [2025-07-31T01:29:04.747Z] #202 writing image sha256:8d78c526fc80eabb052c09e595810848a34e006b4fed09e1df54c7f9a13f4e75 [2025-07-31T01:29:05.024Z] #202 writing image sha256:8d78c526fc80eabb052c09e595810848a34e006b4fed09e1df54c7f9a13f4e75 0.1s done [2025-07-31T01:29:05.024Z] #202 naming to docker.io/library/core-command 0.0s done [2025-07-31T01:29:05.024Z] #202 DONE 0.4s [2025-07-31T01:29:05.024Z] [2025-07-31T01:29:05.024Z] #207 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-07-31T01:29:05.024Z] #207 DONE 0.4s [2025-07-31T01:29:05.024Z] [2025-07-31T01:29:05.024Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-31T01:29:05.024Z] #144 DONE 157.9s [2025-07-31T01:29:05.024Z] [2025-07-31T01:29:05.024Z] #208 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-07-31T01:29:05.024Z] #208 DONE 0.5s [2025-07-31T01:29:05.024Z] [2025-07-31T01:29:05.024Z] #209 [core-metadata] exporting to image [2025-07-31T01:29:05.283Z] #209 ... [2025-07-31T01:29:05.283Z] [2025-07-31T01:29:05.283Z] #210 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-07-31T01:29:05.283Z] #210 DONE 0.6s [2025-07-31T01:29:05.283Z] [2025-07-31T01:29:05.283Z] #211 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-07-31T01:29:05.283Z] #211 DONE 0.5s [2025-07-31T01:29:05.283Z] [2025-07-31T01:29:05.283Z] #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-07-31T01:29:05.283Z] #212 DONE 0.5s [2025-07-31T01:29:05.543Z] [2025-07-31T01:29:05.543Z] #213 [security-spiffe-token-provider] exporting to image [2025-07-31T01:29:05.543Z] #213 exporting layers 0.7s done [2025-07-31T01:29:05.543Z] #213 writing image sha256:a5c03e0172a8e82b6f15622a578a5c5b7d3c090bf965a3aa8fdb04f8af0eb3d6 0.0s done [2025-07-31T01:29:05.543Z] #213 naming to docker.io/library/security-spiffe-token-provider 0.0s done [2025-07-31T01:29:05.543Z] #213 DONE 0.8s [2025-07-31T01:29:05.543Z] [2025-07-31T01:29:05.543Z] #214 [core-data] exporting to image [2025-07-31T01:29:05.543Z] #214 exporting layers 0.6s done [2025-07-31T01:29:05.543Z] #214 writing image sha256:9fbdf9e63020fef29cd9dfa1795e994b49272760f88407367a3048227b8c1429 done [2025-07-31T01:29:05.543Z] #214 naming to docker.io/library/core-data done [2025-07-31T01:29:05.543Z] #214 DONE 0.7s [2025-07-31T01:29:05.543Z] [2025-07-31T01:29:05.543Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-31T01:29:05.543Z] #147 DONE 158.5s [2025-07-31T01:29:05.543Z] [2025-07-31T01:29:05.543Z] #209 [core-metadata] exporting to image [2025-07-31T01:29:05.543Z] #209 exporting layers 0.5s done [2025-07-31T01:29:05.543Z] #209 writing image sha256:e4ffff8d7a99d9545b5b075fce706130bb4e3d6b1e8f00314c428b2eb781af3d done [2025-07-31T01:29:05.543Z] #209 naming to docker.io/library/core-metadata [2025-07-31T01:29:05.543Z] #209 naming to docker.io/library/core-metadata 0.1s done [2025-07-31T01:29:05.543Z] #209 DONE 0.7s [2025-07-31T01:29:05.543Z] [2025-07-31T01:29:05.543Z] #215 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-31T01:29:05.543Z] #215 DONE 0.3s [2025-07-31T01:29:05.543Z] [2025-07-31T01:29:05.543Z] #216 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-07-31T01:29:05.543Z] #216 DONE 0.3s [2025-07-31T01:29:05.543Z] [2025-07-31T01:29:05.543Z] #217 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-07-31T01:29:05.543Z] #217 DONE 0.3s [2025-07-31T01:29:05.543Z] [2025-07-31T01:29:05.543Z] #218 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-07-31T01:29:05.543Z] #218 DONE 0.3s [2025-07-31T01:29:05.543Z] [2025-07-31T01:29:05.543Z] #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-07-31T01:29:05.801Z] #219 ... [2025-07-31T01:29:05.801Z] [2025-07-31T01:29:05.801Z] #220 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-31T01:29:05.801Z] #220 DONE 0.8s [2025-07-31T01:29:05.801Z] [2025-07-31T01:29:05.801Z] #221 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-31T01:29:05.801Z] #221 DONE 0.2s [2025-07-31T01:29:05.801Z] [2025-07-31T01:29:05.801Z] #222 [security-proxy-auth] exporting to image [2025-07-31T01:29:06.060Z] #222 ... [2025-07-31T01:29:06.060Z] [2025-07-31T01:29:06.060Z] #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-07-31T01:29:06.060Z] #219 DONE 0.2s [2025-07-31T01:29:06.060Z] [2025-07-31T01:29:06.060Z] #223 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-31T01:29:06.060Z] #223 DONE 0.2s [2025-07-31T01:29:06.060Z] [2025-07-31T01:29:06.060Z] #224 [core-keeper] exporting to image [2025-07-31T01:29:06.060Z] #224 exporting layers 0.2s done [2025-07-31T01:29:06.060Z] #224 writing image sha256:56a65a3f69bb64e1bd22a581f6409f5f909764bdf18ea1c2be249ed0914b7285 done [2025-07-31T01:29:06.060Z] #224 naming to docker.io/library/core-keeper done [2025-07-31T01:29:06.060Z] #224 DONE 0.2s [2025-07-31T01:29:06.060Z] [2025-07-31T01:29:06.060Z] #225 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-31T01:29:06.060Z] #225 DONE 0.2s [2025-07-31T01:29:06.060Z] [2025-07-31T01:29:06.060Z] #226 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-07-31T01:29:06.060Z] #226 DONE 0.2s [2025-07-31T01:29:06.060Z] [2025-07-31T01:29:06.060Z] #227 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-07-31T01:29:06.319Z] #227 DONE 0.2s [2025-07-31T01:29:06.319Z] [2025-07-31T01:29:06.319Z] #228 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-31T01:29:06.319Z] #228 DONE 0.7s [2025-07-31T01:29:06.319Z] [2025-07-31T01:29:06.319Z] #229 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-07-31T01:29:06.319Z] #229 DONE 0.2s [2025-07-31T01:29:06.319Z] [2025-07-31T01:29:06.319Z] #230 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-31T01:29:06.319Z] #230 DONE 0.5s [2025-07-31T01:29:06.319Z] [2025-07-31T01:29:06.319Z] #231 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-07-31T01:29:06.319Z] #231 DONE 0.1s [2025-07-31T01:29:06.319Z] [2025-07-31T01:29:06.319Z] #222 [security-proxy-auth] exporting to image [2025-07-31T01:29:06.319Z] #222 exporting layers 0.6s done [2025-07-31T01:29:06.319Z] #222 writing image sha256:884ea578aa0b2cda27b820769539246fa5b574d2f27eec88b27824165a2b8219 done [2025-07-31T01:29:06.319Z] #222 naming to docker.io/library/security-proxy-auth done [2025-07-31T01:29:06.319Z] #222 DONE 0.7s [2025-07-31T01:29:06.319Z] [2025-07-31T01:29:06.319Z] #232 [security-secretstore-setup] exporting to image [2025-07-31T01:29:06.578Z] #232 ... [2025-07-31T01:29:06.578Z] [2025-07-31T01:29:06.578Z] #233 [security-proxy-setup] exporting to image [2025-07-31T01:29:06.578Z] #233 exporting layers 0.2s done [2025-07-31T01:29:06.578Z] #233 writing image sha256:907a2527035a878c5bdc1c9e4f9839d960435a85ff6df7b6800cd69089ae7ebd 0.0s done [2025-07-31T01:29:06.578Z] #233 naming to docker.io/library/security-proxy-setup done [2025-07-31T01:29:06.578Z] #233 DONE 0.3s [2025-07-31T01:29:06.838Z] [2025-07-31T01:29:06.838Z] #234 [support-notifications] exporting to image [2025-07-31T01:29:06.838Z] #234 exporting layers 0.3s done [2025-07-31T01:29:06.838Z] #234 writing image sha256:38231c7ea038b47c2ff09b3b93f93112a862ee1401ab81a7d45a8ec206c900d6 0.0s done [2025-07-31T01:29:06.838Z] #234 naming to docker.io/library/support-notifications done [2025-07-31T01:29:06.838Z] #234 DONE 0.3s [2025-07-31T01:29:06.838Z] [2025-07-31T01:29:06.838Z] #235 [support-scheduler] exporting to image [2025-07-31T01:29:06.838Z] #235 exporting layers 0.4s done [2025-07-31T01:29:06.838Z] #235 writing image sha256:2e412800d84327f3ca12e55ceae2201cc08581a052ceb3c03762ba29bb5f5019 done [2025-07-31T01:29:06.838Z] #235 naming to docker.io/library/support-scheduler done [2025-07-31T01:29:06.838Z] #235 DONE 0.4s [2025-07-31T01:29:06.838Z] [2025-07-31T01:29:06.838Z] #232 [security-secretstore-setup] exporting to image [2025-07-31T01:29:06.838Z] #232 exporting layers 0.4s done [2025-07-31T01:29:06.838Z] #232 writing image sha256:d9cd126c6ac5afa4080271a71bc6413b920145b3c227867e0dee1c2cdd719c3f done [2025-07-31T01:29:06.838Z] #232 naming to docker.io/library/security-secretstore-setup done [2025-07-31T01:29:06.838Z] #232 DONE 0.4s [2025-07-31T01:29:06.838Z] time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-31T01:29:06.838Z] time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-31T01:29:06.838Z] time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-31T01:29:06.838Z] time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-31T01:29:06.838Z] time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-31T01:29:06.838Z] time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-31T01:29:06.838Z] time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-31T01:29:06.838Z] time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-31T01:29:06.838Z] time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-31T01:29:06.838Z] time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-31T01:29:06.838Z] time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-31T01:29:06.838Z] time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-31T01:29:06.838Z] time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-31T01:29:06.838Z] time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-31T01:29:06.838Z] time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-07-31T01:29:06.858Z] $ docker stop --time=1 6b1460cd8b5a4db6994058b22e0bf70521088a457a90c1ecebd382b12625aab9 [2025-07-31T01:29:08.165Z] $ docker rm -f --volumes 6b1460cd8b5a4db6994058b22e0bf70521088a457a90c1ecebd382b12625aab9 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-31T01:29:08.497Z] + docker images [2025-07-31T01:29:08.497Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-07-31T01:29:08.497Z] security-proxy-setup latest 907a2527035a 2 seconds ago 48.8MB [2025-07-31T01:29:08.497Z] security-secretstore-setup latest d9cd126c6ac5 2 seconds ago 79.2MB [2025-07-31T01:29:08.497Z] support-notifications latest 38231c7ea038 2 seconds ago 52.4MB [2025-07-31T01:29:08.497Z] support-scheduler latest 2e412800d843 2 seconds ago 48.9MB [2025-07-31T01:29:08.497Z] core-keeper latest 56a65a3f69bb 3 seconds ago 44.9MB [2025-07-31T01:29:08.497Z] security-proxy-auth latest 884ea578aa0b 3 seconds ago 44.3MB [2025-07-31T01:29:08.497Z] security-spiffe-token-provider latest a5c03e0172a8 4 seconds ago 47.7MB [2025-07-31T01:29:08.497Z] core-data latest 9fbdf9e63020 4 seconds ago 45.1MB [2025-07-31T01:29:08.497Z] core-command latest 8d78c526fc80 4 seconds ago 39.4MB [2025-07-31T01:29:08.497Z] core-metadata latest e4ffff8d7a99 4 seconds ago 45.2MB [2025-07-31T01:29:08.497Z] security-bootstrapper latest 27975b01ba5e About a minute ago 20.4MB [2025-07-31T01:29:08.497Z] core-common-config-bootstrapper latest 031e25363f36 About a minute ago 19.4MB [2025-07-31T01:29:08.497Z] security-spire-server latest be7d6b0e2f8a 3 minutes ago 149MB [2025-07-31T01:29:08.497Z] security-spire-agent latest 06bf6d708640 3 minutes ago 195MB [2025-07-31T01:29:08.497Z] security-spire-config latest b601abc40e96 3 minutes ago 149MB [2025-07-31T01:29:08.497Z] ci-base-image-x86_64 latest 665200293299 6 minutes ago 924MB [2025-07-31T01:29:08.497Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 6 weeks ago 574MB [2025-07-31T01:29:08.497Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 months ago 573MB [2025-07-31T01:29:08.497Z] 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-31T01:29:08.624Z] provisioning config files... [2025-07-31T01:29:08.639Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/877@tmp/config17832879420794743452tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:29:08.946Z] ---> ****-login.sh [2025-07-31T01:29:08.946Z] nexus3.edgexfoundry.org:10001 [2025-07-31T01:29:08.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:29:08.946Z] Login Succeeded [2025-07-31T01:29:08.946Z] nexus3.edgexfoundry.org:10002 [2025-07-31T01:29:08.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:29:08.946Z] Login Succeeded [2025-07-31T01:29:08.946Z] nexus3.edgexfoundry.org:10003 [2025-07-31T01:29:09.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:29:09.205Z] Login Succeeded [2025-07-31T01:29:09.205Z] nexus3.edgexfoundry.org:10004 [2025-07-31T01:29:09.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:29:09.205Z] Login Succeeded [2025-07-31T01:29:09.205Z] ****.io [2025-07-31T01:29:09.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:29:09.464Z] Login Succeeded [2025-07-31T01:29:09.464Z] ---> ****-login.sh ends [Pipeline] } [2025-07-31T01:29:09.471Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-31T01:29:09.520Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-31T01:29:09.553Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-07-31T01:29:09.554Z] 941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:09.554Z] latest [2025-07-31T01:29:09.554Z] 4.1.0-dev.42 [2025-07-31T01:29:09.554Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:29:09.554Z] main [2025-07-31T01:29:09.554Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:09.907Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:10.233Z] + docker push nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:10.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-31T01:29:10.233Z] 93a6ae6c2151: Preparing [2025-07-31T01:29:10.233Z] cd24bbb6451d: Preparing [2025-07-31T01:29:10.233Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:10.233Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:10.233Z] e4ae7b24702e: Preparing [2025-07-31T01:29:10.233Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:29:10.233Z] 097100c76c15: Preparing [2025-07-31T01:29:10.233Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:29:10.233Z] 097100c76c15: Waiting [2025-07-31T01:29:10.233Z] e4ae7b24702e: Pushed [2025-07-31T01:29:10.233Z] 93a6ae6c2151: Pushed [2025-07-31T01:29:10.233Z] d1cfe0f2918f: Pushed [2025-07-31T01:29:10.233Z] edbaa3a43fe3: Pushed [2025-07-31T01:29:10.233Z] 097100c76c15: Layer already exists [2025-07-31T01:29:10.233Z] 0ae1aa0b32ae: Pushed [2025-07-31T01:29:13.517Z] cd24bbb6451d: Pushed [2025-07-31T01:29:13.517Z] 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:13.839Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:14.156Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-31T01:29:14.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-31T01:29:14.156Z] 93a6ae6c2151: Preparing [2025-07-31T01:29:14.156Z] cd24bbb6451d: Preparing [2025-07-31T01:29:14.156Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:14.156Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:14.156Z] e4ae7b24702e: Preparing [2025-07-31T01:29:14.156Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:29:14.156Z] 097100c76c15: Preparing [2025-07-31T01:29:14.156Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:29:14.156Z] 097100c76c15: Waiting [2025-07-31T01:29:14.156Z] e4ae7b24702e: Layer already exists [2025-07-31T01:29:14.156Z] cd24bbb6451d: Layer already exists [2025-07-31T01:29:14.156Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:14.156Z] 93a6ae6c2151: Layer already exists [2025-07-31T01:29:14.156Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:14.156Z] 097100c76c15: Layer already exists [2025-07-31T01:29:14.156Z] 0ae1aa0b32ae: Layer already exists [2025-07-31T01:29:14.156Z] latest: digest: sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:14.480Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:14.804Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [2025-07-31T01:29:14.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-31T01:29:14.804Z] 93a6ae6c2151: Preparing [2025-07-31T01:29:14.804Z] cd24bbb6451d: Preparing [2025-07-31T01:29:14.804Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:14.804Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:14.804Z] e4ae7b24702e: Preparing [2025-07-31T01:29:14.804Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:29:14.804Z] 097100c76c15: Preparing [2025-07-31T01:29:14.804Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:29:14.804Z] 097100c76c15: Waiting [2025-07-31T01:29:14.804Z] 93a6ae6c2151: Layer already exists [2025-07-31T01:29:14.804Z] e4ae7b24702e: Layer already exists [2025-07-31T01:29:14.804Z] cd24bbb6451d: Layer already exists [2025-07-31T01:29:14.804Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:14.804Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:14.804Z] 097100c76c15: Layer already exists [2025-07-31T01:29:14.804Z] 0ae1aa0b32ae: Layer already exists [2025-07-31T01:29:14.804Z] 4.1.0-dev.42: digest: sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:15.135Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:15.472Z] + docker push nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:29:15.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-31T01:29:15.472Z] 93a6ae6c2151: Preparing [2025-07-31T01:29:15.472Z] cd24bbb6451d: Preparing [2025-07-31T01:29:15.472Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:15.472Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:15.472Z] e4ae7b24702e: Preparing [2025-07-31T01:29:15.472Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:29:15.472Z] 097100c76c15: Preparing [2025-07-31T01:29:15.472Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:29:15.472Z] 097100c76c15: Waiting [2025-07-31T01:29:15.472Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:15.472Z] cd24bbb6451d: Layer already exists [2025-07-31T01:29:15.472Z] e4ae7b24702e: Layer already exists [2025-07-31T01:29:15.472Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:15.472Z] 93a6ae6c2151: Layer already exists [2025-07-31T01:29:15.472Z] 0ae1aa0b32ae: Layer already exists [2025-07-31T01:29:15.472Z] 097100c76c15: Layer already exists [2025-07-31T01:29:15.472Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:15.893Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:16.257Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-07-31T01:29:16.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-31T01:29:16.257Z] 93a6ae6c2151: Preparing [2025-07-31T01:29:16.257Z] cd24bbb6451d: Preparing [2025-07-31T01:29:16.257Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:16.257Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:16.257Z] e4ae7b24702e: Preparing [2025-07-31T01:29:16.257Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:29:16.257Z] 097100c76c15: Preparing [2025-07-31T01:29:16.257Z] 097100c76c15: Waiting [2025-07-31T01:29:16.257Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:29:16.257Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:16.257Z] 93a6ae6c2151: Layer already exists [2025-07-31T01:29:16.257Z] cd24bbb6451d: Layer already exists [2025-07-31T01:29:16.257Z] e4ae7b24702e: Layer already exists [2025-07-31T01:29:16.257Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:16.257Z] 0ae1aa0b32ae: Layer already exists [2025-07-31T01:29:16.257Z] 097100c76c15: Layer already exists [2025-07-31T01:29:16.257Z] main: digest: sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-31T01:29:16.345Z] ===================================================== [Pipeline] echo [2025-07-31T01:29:16.364Z] taggedImages: [2025-07-31T01:29:16.364Z] - nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:16.364Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-31T01:29:16.364Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [2025-07-31T01:29:16.364Z] - nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:29:16.364Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-07-31T01:29:16.396Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-07-31T01:29:16.396Z] 941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:16.396Z] latest [2025-07-31T01:29:16.396Z] 4.1.0-dev.42 [2025-07-31T01:29:16.396Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:29:16.396Z] main [2025-07-31T01:29:16.396Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:16.807Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:17.186Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:17.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-31T01:29:17.186Z] 480353f068a5: Preparing [2025-07-31T01:29:17.186Z] 40082fc8381e: Preparing [2025-07-31T01:29:17.186Z] 549adb5cc5e2: Preparing [2025-07-31T01:29:17.186Z] 87126a7eb5c2: Preparing [2025-07-31T01:29:17.186Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:17.186Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:17.186Z] e4ae7b24702e: Preparing [2025-07-31T01:29:17.186Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:29:17.186Z] 097100c76c15: Preparing [2025-07-31T01:29:17.186Z] e4ae7b24702e: Waiting [2025-07-31T01:29:17.186Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:29:17.186Z] 097100c76c15: Waiting [2025-07-31T01:29:17.186Z] edbaa3a43fe3: Waiting [2025-07-31T01:29:17.186Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:17.186Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:17.186Z] e4ae7b24702e: Layer already exists [2025-07-31T01:29:17.186Z] 40082fc8381e: Pushed [2025-07-31T01:29:17.186Z] 0ae1aa0b32ae: Layer already exists [2025-07-31T01:29:17.186Z] 549adb5cc5e2: Pushed [2025-07-31T01:29:17.186Z] 097100c76c15: Layer already exists [2025-07-31T01:29:17.186Z] 480353f068a5: Pushed [2025-07-31T01:29:18.563Z] 87126a7eb5c2: Pushed [2025-07-31T01:29:18.564Z] 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:18.893Z] + 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-31T01:29:19.203Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-31T01:29:19.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-31T01:29:19.203Z] 480353f068a5: Preparing [2025-07-31T01:29:19.203Z] 40082fc8381e: Preparing [2025-07-31T01:29:19.203Z] 549adb5cc5e2: Preparing [2025-07-31T01:29:19.203Z] 87126a7eb5c2: Preparing [2025-07-31T01:29:19.203Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:19.203Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:19.203Z] e4ae7b24702e: Preparing [2025-07-31T01:29:19.203Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:29:19.203Z] 097100c76c15: Preparing [2025-07-31T01:29:19.203Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:29:19.203Z] 097100c76c15: Waiting [2025-07-31T01:29:19.203Z] edbaa3a43fe3: Waiting [2025-07-31T01:29:19.203Z] 40082fc8381e: Layer already exists [2025-07-31T01:29:19.203Z] 549adb5cc5e2: Layer already exists [2025-07-31T01:29:19.203Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:19.203Z] 480353f068a5: Layer already exists [2025-07-31T01:29:19.203Z] 87126a7eb5c2: Layer already exists [2025-07-31T01:29:19.203Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:19.203Z] e4ae7b24702e: Layer already exists [2025-07-31T01:29:19.203Z] 097100c76c15: Layer already exists [2025-07-31T01:29:19.203Z] 0ae1aa0b32ae: Layer already exists [2025-07-31T01:29:19.203Z] latest: digest: sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:29.093Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:29.422Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [2025-07-31T01:29:29.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-31T01:29:29.422Z] 480353f068a5: Preparing [2025-07-31T01:29:29.422Z] 40082fc8381e: Preparing [2025-07-31T01:29:29.422Z] 549adb5cc5e2: Preparing [2025-07-31T01:29:29.422Z] 87126a7eb5c2: Preparing [2025-07-31T01:29:29.422Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:29.422Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:29.422Z] e4ae7b24702e: Preparing [2025-07-31T01:29:29.422Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:29:29.422Z] 097100c76c15: Preparing [2025-07-31T01:29:29.422Z] e4ae7b24702e: Waiting [2025-07-31T01:29:29.422Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:29:29.422Z] 097100c76c15: Waiting [2025-07-31T01:29:29.422Z] edbaa3a43fe3: Waiting [2025-07-31T01:29:29.422Z] 40082fc8381e: Layer already exists [2025-07-31T01:29:29.422Z] 87126a7eb5c2: Layer already exists [2025-07-31T01:29:29.422Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:29.422Z] 549adb5cc5e2: Layer already exists [2025-07-31T01:29:29.422Z] 480353f068a5: Layer already exists [2025-07-31T01:29:29.422Z] 097100c76c15: Layer already exists [2025-07-31T01:29:29.422Z] 0ae1aa0b32ae: Layer already exists [2025-07-31T01:29:29.422Z] e4ae7b24702e: Layer already exists [2025-07-31T01:29:29.422Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:29.422Z] 4.1.0-dev.42: digest: sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:29.747Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:30.069Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:29:30.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-31T01:29:30.069Z] 480353f068a5: Preparing [2025-07-31T01:29:30.069Z] 40082fc8381e: Preparing [2025-07-31T01:29:30.069Z] 549adb5cc5e2: Preparing [2025-07-31T01:29:30.069Z] 87126a7eb5c2: Preparing [2025-07-31T01:29:30.069Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:30.069Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:30.069Z] e4ae7b24702e: Preparing [2025-07-31T01:29:30.069Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:29:30.069Z] 097100c76c15: Preparing [2025-07-31T01:29:30.069Z] edbaa3a43fe3: Waiting [2025-07-31T01:29:30.069Z] e4ae7b24702e: Waiting [2025-07-31T01:29:30.069Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:29:30.069Z] 097100c76c15: Waiting [2025-07-31T01:29:30.069Z] 480353f068a5: Layer already exists [2025-07-31T01:29:30.069Z] 87126a7eb5c2: Layer already exists [2025-07-31T01:29:30.069Z] 549adb5cc5e2: Layer already exists [2025-07-31T01:29:30.069Z] 40082fc8381e: Layer already exists [2025-07-31T01:29:30.069Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:30.069Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:30.069Z] 097100c76c15: Layer already exists [2025-07-31T01:29:30.069Z] e4ae7b24702e: Layer already exists [2025-07-31T01:29:30.069Z] 0ae1aa0b32ae: Layer already exists [2025-07-31T01:29:30.069Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:30.400Z] + 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-31T01:29:30.720Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-07-31T01:29:30.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-31T01:29:30.720Z] 480353f068a5: Preparing [2025-07-31T01:29:30.720Z] 40082fc8381e: Preparing [2025-07-31T01:29:30.720Z] 549adb5cc5e2: Preparing [2025-07-31T01:29:30.720Z] 87126a7eb5c2: Preparing [2025-07-31T01:29:30.720Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:30.720Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:30.720Z] e4ae7b24702e: Preparing [2025-07-31T01:29:30.720Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:29:30.720Z] 097100c76c15: Preparing [2025-07-31T01:29:30.720Z] edbaa3a43fe3: Waiting [2025-07-31T01:29:30.720Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:29:30.720Z] 097100c76c15: Waiting [2025-07-31T01:29:30.720Z] e4ae7b24702e: Waiting [2025-07-31T01:29:30.720Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:30.720Z] 87126a7eb5c2: Layer already exists [2025-07-31T01:29:30.720Z] 549adb5cc5e2: Layer already exists [2025-07-31T01:29:30.720Z] 40082fc8381e: Layer already exists [2025-07-31T01:29:30.720Z] 480353f068a5: Layer already exists [2025-07-31T01:29:30.720Z] e4ae7b24702e: Layer already exists [2025-07-31T01:29:30.720Z] 097100c76c15: Layer already exists [2025-07-31T01:29:30.720Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:30.720Z] 0ae1aa0b32ae: Layer already exists [2025-07-31T01:29:30.720Z] main: digest: sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-31T01:29:30.784Z] ===================================================== [Pipeline] echo [2025-07-31T01:29:30.797Z] taggedImages: [2025-07-31T01:29:30.797Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:30.797Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-31T01:29:30.797Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [2025-07-31T01:29:30.797Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:29:30.797Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-07-31T01:29:30.831Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-07-31T01:29:30.831Z] 941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:30.831Z] latest [2025-07-31T01:29:30.831Z] 4.1.0-dev.42 [2025-07-31T01:29:30.831Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:29:30.831Z] main [2025-07-31T01:29:30.831Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:31.184Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:31.501Z] + docker push nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:31.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-31T01:29:31.501Z] cc8410ad2c54: Preparing [2025-07-31T01:29:31.501Z] c7e9bf980c71: Preparing [2025-07-31T01:29:31.501Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:31.501Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:31.501Z] 27bfe08b0e08: Preparing [2025-07-31T01:29:31.501Z] c7b230aaed5c: Preparing [2025-07-31T01:29:31.501Z] 097100c76c15: Preparing [2025-07-31T01:29:31.501Z] 097100c76c15: Waiting [2025-07-31T01:29:31.501Z] c7b230aaed5c: Waiting [2025-07-31T01:29:31.501Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:31.501Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:31.501Z] 097100c76c15: Layer already exists [2025-07-31T01:29:31.501Z] 27bfe08b0e08: Pushed [2025-07-31T01:29:31.501Z] cc8410ad2c54: Pushed [2025-07-31T01:29:31.501Z] c7b230aaed5c: Pushed [2025-07-31T01:29:35.691Z] c7e9bf980c71: Pushed [2025-07-31T01:29:35.691Z] 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:36.015Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:36.339Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-31T01:29:36.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-31T01:29:36.339Z] cc8410ad2c54: Preparing [2025-07-31T01:29:36.339Z] c7e9bf980c71: Preparing [2025-07-31T01:29:36.339Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:36.339Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:36.339Z] 27bfe08b0e08: Preparing [2025-07-31T01:29:36.339Z] c7b230aaed5c: Preparing [2025-07-31T01:29:36.339Z] 097100c76c15: Preparing [2025-07-31T01:29:36.339Z] c7b230aaed5c: Waiting [2025-07-31T01:29:36.339Z] 097100c76c15: Waiting [2025-07-31T01:29:36.339Z] c7e9bf980c71: Layer already exists [2025-07-31T01:29:36.339Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:36.339Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:36.339Z] 27bfe08b0e08: Layer already exists [2025-07-31T01:29:36.339Z] cc8410ad2c54: Layer already exists [2025-07-31T01:29:36.339Z] 097100c76c15: Layer already exists [2025-07-31T01:29:36.339Z] c7b230aaed5c: Layer already exists [2025-07-31T01:29:36.339Z] latest: digest: sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:36.663Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:36.994Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [2025-07-31T01:29:36.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-31T01:29:36.994Z] cc8410ad2c54: Preparing [2025-07-31T01:29:36.994Z] c7e9bf980c71: Preparing [2025-07-31T01:29:36.994Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:36.994Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:36.994Z] 27bfe08b0e08: Preparing [2025-07-31T01:29:36.994Z] c7b230aaed5c: Preparing [2025-07-31T01:29:36.994Z] 097100c76c15: Preparing [2025-07-31T01:29:36.994Z] c7b230aaed5c: Waiting [2025-07-31T01:29:36.994Z] 097100c76c15: Waiting [2025-07-31T01:29:36.994Z] c7e9bf980c71: Layer already exists [2025-07-31T01:29:36.994Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:36.994Z] 27bfe08b0e08: Layer already exists [2025-07-31T01:29:36.994Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:36.994Z] cc8410ad2c54: Layer already exists [2025-07-31T01:29:36.995Z] 097100c76c15: Layer already exists [2025-07-31T01:29:36.995Z] c7b230aaed5c: Layer already exists [2025-07-31T01:29:36.995Z] 4.1.0-dev.42: digest: sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:37.321Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:37.645Z] + docker push nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:29:37.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-31T01:29:37.645Z] cc8410ad2c54: Preparing [2025-07-31T01:29:37.645Z] c7e9bf980c71: Preparing [2025-07-31T01:29:37.645Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:37.645Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:37.645Z] 27bfe08b0e08: Preparing [2025-07-31T01:29:37.645Z] c7b230aaed5c: Preparing [2025-07-31T01:29:37.645Z] 097100c76c15: Preparing [2025-07-31T01:29:37.645Z] 097100c76c15: Waiting [2025-07-31T01:29:37.645Z] c7b230aaed5c: Waiting [2025-07-31T01:29:37.645Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:37.645Z] cc8410ad2c54: Layer already exists [2025-07-31T01:29:37.645Z] 27bfe08b0e08: Layer already exists [2025-07-31T01:29:37.645Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:37.645Z] c7e9bf980c71: Layer already exists [2025-07-31T01:29:37.645Z] 097100c76c15: Layer already exists [2025-07-31T01:29:37.645Z] c7b230aaed5c: Layer already exists [2025-07-31T01:29:37.645Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:37.972Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:38.291Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-07-31T01:29:38.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-31T01:29:38.291Z] cc8410ad2c54: Preparing [2025-07-31T01:29:38.291Z] c7e9bf980c71: Preparing [2025-07-31T01:29:38.291Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:38.291Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:38.291Z] 27bfe08b0e08: Preparing [2025-07-31T01:29:38.291Z] c7b230aaed5c: Preparing [2025-07-31T01:29:38.291Z] 097100c76c15: Preparing [2025-07-31T01:29:38.291Z] c7b230aaed5c: Waiting [2025-07-31T01:29:38.291Z] 097100c76c15: Waiting [2025-07-31T01:29:38.291Z] c7e9bf980c71: Layer already exists [2025-07-31T01:29:38.291Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:38.291Z] 27bfe08b0e08: Layer already exists [2025-07-31T01:29:38.291Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:38.291Z] cc8410ad2c54: Layer already exists [2025-07-31T01:29:38.291Z] 097100c76c15: Layer already exists [2025-07-31T01:29:38.291Z] c7b230aaed5c: Layer already exists [2025-07-31T01:29:38.291Z] main: digest: sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-31T01:29:38.373Z] ===================================================== [Pipeline] echo [2025-07-31T01:29:38.387Z] taggedImages: [2025-07-31T01:29:38.387Z] - nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:38.387Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-31T01:29:38.387Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [2025-07-31T01:29:38.387Z] - nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:29:38.387Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-07-31T01:29:38.417Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-07-31T01:29:38.417Z] 941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:38.417Z] latest [2025-07-31T01:29:38.417Z] 4.1.0-dev.42 [2025-07-31T01:29:38.417Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:29:38.417Z] main [2025-07-31T01:29:38.417Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:38.768Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:39.090Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:39.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-31T01:29:39.090Z] d882163b7cf5: Preparing [2025-07-31T01:29:39.090Z] aa4e44661cbb: Preparing [2025-07-31T01:29:39.090Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:39.090Z] 4af5fb945ebd: Preparing [2025-07-31T01:29:39.090Z] 49f16f71c98a: Preparing [2025-07-31T01:29:39.090Z] 097100c76c15: Preparing [2025-07-31T01:29:39.090Z] 097100c76c15: Waiting [2025-07-31T01:29:39.090Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:39.090Z] 097100c76c15: Layer already exists [2025-07-31T01:29:39.090Z] 4af5fb945ebd: Pushed [2025-07-31T01:29:39.090Z] d882163b7cf5: Pushed [2025-07-31T01:29:39.090Z] 49f16f71c98a: Pushed [2025-07-31T01:29:43.285Z] aa4e44661cbb: Pushed [2025-07-31T01:29:43.285Z] 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:43.730Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:44.058Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-31T01:29:44.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-31T01:29:44.058Z] d882163b7cf5: Preparing [2025-07-31T01:29:44.058Z] aa4e44661cbb: Preparing [2025-07-31T01:29:44.058Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:44.058Z] 4af5fb945ebd: Preparing [2025-07-31T01:29:44.058Z] 49f16f71c98a: Preparing [2025-07-31T01:29:44.058Z] 097100c76c15: Preparing [2025-07-31T01:29:44.058Z] 097100c76c15: Waiting [2025-07-31T01:29:44.058Z] d882163b7cf5: Layer already exists [2025-07-31T01:29:44.058Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:44.058Z] 49f16f71c98a: Layer already exists [2025-07-31T01:29:44.058Z] 4af5fb945ebd: Layer already exists [2025-07-31T01:29:44.058Z] aa4e44661cbb: Layer already exists [2025-07-31T01:29:44.058Z] 097100c76c15: Layer already exists [2025-07-31T01:29:44.058Z] latest: digest: sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:44.386Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:44.707Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [2025-07-31T01:29:44.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-31T01:29:44.707Z] d882163b7cf5: Preparing [2025-07-31T01:29:44.707Z] aa4e44661cbb: Preparing [2025-07-31T01:29:44.707Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:44.707Z] 4af5fb945ebd: Preparing [2025-07-31T01:29:44.707Z] 49f16f71c98a: Preparing [2025-07-31T01:29:44.707Z] 097100c76c15: Preparing [2025-07-31T01:29:44.707Z] 097100c76c15: Waiting [2025-07-31T01:29:44.707Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:44.707Z] d882163b7cf5: Layer already exists [2025-07-31T01:29:44.707Z] aa4e44661cbb: Layer already exists [2025-07-31T01:29:44.707Z] 49f16f71c98a: Layer already exists [2025-07-31T01:29:44.707Z] 4af5fb945ebd: Layer already exists [2025-07-31T01:29:44.707Z] 097100c76c15: Layer already exists [2025-07-31T01:29:44.707Z] 4.1.0-dev.42: digest: sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:45.028Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:45.341Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:29:45.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-31T01:29:45.342Z] d882163b7cf5: Preparing [2025-07-31T01:29:45.342Z] aa4e44661cbb: Preparing [2025-07-31T01:29:45.342Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:45.342Z] 4af5fb945ebd: Preparing [2025-07-31T01:29:45.342Z] 49f16f71c98a: Preparing [2025-07-31T01:29:45.342Z] 097100c76c15: Preparing [2025-07-31T01:29:45.342Z] 097100c76c15: Waiting [2025-07-31T01:29:45.342Z] 49f16f71c98a: Layer already exists [2025-07-31T01:29:45.342Z] aa4e44661cbb: Layer already exists [2025-07-31T01:29:45.342Z] d882163b7cf5: Layer already exists [2025-07-31T01:29:45.342Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:45.342Z] 4af5fb945ebd: Layer already exists [2025-07-31T01:29:45.342Z] 097100c76c15: Layer already exists [2025-07-31T01:29:45.342Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:45.660Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:45.981Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-07-31T01:29:45.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-31T01:29:45.981Z] d882163b7cf5: Preparing [2025-07-31T01:29:45.981Z] aa4e44661cbb: Preparing [2025-07-31T01:29:45.981Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:45.981Z] 4af5fb945ebd: Preparing [2025-07-31T01:29:45.981Z] 49f16f71c98a: Preparing [2025-07-31T01:29:45.981Z] 097100c76c15: Preparing [2025-07-31T01:29:45.981Z] 097100c76c15: Waiting [2025-07-31T01:29:45.981Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:45.981Z] 4af5fb945ebd: Layer already exists [2025-07-31T01:29:45.981Z] aa4e44661cbb: Layer already exists [2025-07-31T01:29:45.981Z] d882163b7cf5: Layer already exists [2025-07-31T01:29:45.981Z] 49f16f71c98a: Layer already exists [2025-07-31T01:29:45.981Z] 097100c76c15: Layer already exists [2025-07-31T01:29:45.981Z] main: digest: sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-31T01:29:46.052Z] ===================================================== [Pipeline] echo [2025-07-31T01:29:46.066Z] taggedImages: [2025-07-31T01:29:46.066Z] - nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:46.066Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-31T01:29:46.066Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [2025-07-31T01:29:46.066Z] - nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:29:46.066Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-07-31T01:29:46.100Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-07-31T01:29:46.100Z] 941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:46.100Z] latest [2025-07-31T01:29:46.100Z] 4.1.0-dev.42 [2025-07-31T01:29:46.100Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:29:46.100Z] main [2025-07-31T01:29:46.100Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:46.443Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:46.766Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:46.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-31T01:29:46.766Z] eb5bc05274cc: Preparing [2025-07-31T01:29:46.766Z] dc4a1a636abb: Preparing [2025-07-31T01:29:46.766Z] 18d17122fc5f: Preparing [2025-07-31T01:29:46.766Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:46.766Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:46.766Z] e4ae7b24702e: Preparing [2025-07-31T01:29:46.766Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:29:46.766Z] 097100c76c15: Preparing [2025-07-31T01:29:46.766Z] e4ae7b24702e: Waiting [2025-07-31T01:29:46.766Z] 097100c76c15: Waiting [2025-07-31T01:29:46.766Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:29:46.766Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:46.766Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:46.766Z] e4ae7b24702e: Layer already exists [2025-07-31T01:29:46.766Z] 0ae1aa0b32ae: Layer already exists [2025-07-31T01:29:46.766Z] 097100c76c15: Layer already exists [2025-07-31T01:29:46.766Z] dc4a1a636abb: Pushed [2025-07-31T01:29:46.766Z] eb5bc05274cc: Pushed [2025-07-31T01:29:50.950Z] 18d17122fc5f: Pushed [2025-07-31T01:29:50.950Z] 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:51.266Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:51.579Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-31T01:29:51.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-31T01:29:51.579Z] eb5bc05274cc: Preparing [2025-07-31T01:29:51.579Z] dc4a1a636abb: Preparing [2025-07-31T01:29:51.579Z] 18d17122fc5f: Preparing [2025-07-31T01:29:51.579Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:51.579Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:51.579Z] e4ae7b24702e: Preparing [2025-07-31T01:29:51.579Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:29:51.579Z] 097100c76c15: Preparing [2025-07-31T01:29:51.579Z] e4ae7b24702e: Waiting [2025-07-31T01:29:51.579Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:29:51.579Z] 097100c76c15: Waiting [2025-07-31T01:29:51.579Z] dc4a1a636abb: Layer already exists [2025-07-31T01:29:51.579Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:51.579Z] 18d17122fc5f: Layer already exists [2025-07-31T01:29:51.579Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:51.579Z] eb5bc05274cc: Layer already exists [2025-07-31T01:29:51.579Z] 0ae1aa0b32ae: Layer already exists [2025-07-31T01:29:51.579Z] 097100c76c15: Layer already exists [2025-07-31T01:29:51.579Z] e4ae7b24702e: Layer already exists [2025-07-31T01:29:51.579Z] latest: digest: sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:51.903Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:52.230Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [2025-07-31T01:29:52.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-31T01:29:52.230Z] eb5bc05274cc: Preparing [2025-07-31T01:29:52.230Z] dc4a1a636abb: Preparing [2025-07-31T01:29:52.230Z] 18d17122fc5f: Preparing [2025-07-31T01:29:52.230Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:52.230Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:52.230Z] e4ae7b24702e: Preparing [2025-07-31T01:29:52.230Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:29:52.230Z] 097100c76c15: Preparing [2025-07-31T01:29:52.230Z] e4ae7b24702e: Waiting [2025-07-31T01:29:52.230Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:29:52.230Z] 097100c76c15: Waiting [2025-07-31T01:29:52.230Z] 18d17122fc5f: Layer already exists [2025-07-31T01:29:52.230Z] dc4a1a636abb: Layer already exists [2025-07-31T01:29:52.230Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:52.230Z] eb5bc05274cc: Layer already exists [2025-07-31T01:29:52.230Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:52.230Z] e4ae7b24702e: Layer already exists [2025-07-31T01:29:52.230Z] 097100c76c15: Layer already exists [2025-07-31T01:29:52.230Z] 0ae1aa0b32ae: Layer already exists [2025-07-31T01:29:52.230Z] 4.1.0-dev.42: digest: sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:52.554Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:52.877Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:29:52.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-31T01:29:52.877Z] eb5bc05274cc: Preparing [2025-07-31T01:29:52.877Z] dc4a1a636abb: Preparing [2025-07-31T01:29:52.877Z] 18d17122fc5f: Preparing [2025-07-31T01:29:52.877Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:52.877Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:52.877Z] e4ae7b24702e: Preparing [2025-07-31T01:29:52.877Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:29:52.877Z] 097100c76c15: Preparing [2025-07-31T01:29:52.877Z] e4ae7b24702e: Waiting [2025-07-31T01:29:52.877Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:29:52.877Z] 097100c76c15: Waiting [2025-07-31T01:29:52.877Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:52.877Z] dc4a1a636abb: Layer already exists [2025-07-31T01:29:52.877Z] 18d17122fc5f: Layer already exists [2025-07-31T01:29:52.877Z] eb5bc05274cc: Layer already exists [2025-07-31T01:29:52.877Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:52.877Z] 0ae1aa0b32ae: Layer already exists [2025-07-31T01:29:52.877Z] e4ae7b24702e: Layer already exists [2025-07-31T01:29:52.877Z] 097100c76c15: Layer already exists [2025-07-31T01:29:52.877Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:53.198Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:53.526Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-07-31T01:29:53.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-31T01:29:53.526Z] eb5bc05274cc: Preparing [2025-07-31T01:29:53.526Z] dc4a1a636abb: Preparing [2025-07-31T01:29:53.526Z] 18d17122fc5f: Preparing [2025-07-31T01:29:53.526Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:53.526Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:53.526Z] e4ae7b24702e: Preparing [2025-07-31T01:29:53.526Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:29:53.526Z] 097100c76c15: Preparing [2025-07-31T01:29:53.526Z] e4ae7b24702e: Waiting [2025-07-31T01:29:53.526Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:29:53.526Z] 097100c76c15: Waiting [2025-07-31T01:29:53.526Z] 18d17122fc5f: Layer already exists [2025-07-31T01:29:53.526Z] eb5bc05274cc: Layer already exists [2025-07-31T01:29:53.526Z] dc4a1a636abb: Layer already exists [2025-07-31T01:29:53.526Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:53.526Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:53.526Z] e4ae7b24702e: Layer already exists [2025-07-31T01:29:53.526Z] 0ae1aa0b32ae: Layer already exists [2025-07-31T01:29:53.526Z] 097100c76c15: Layer already exists [2025-07-31T01:29:53.526Z] main: digest: sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-31T01:29:53.604Z] ===================================================== [Pipeline] echo [2025-07-31T01:29:53.615Z] taggedImages: [2025-07-31T01:29:53.615Z] - nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:53.615Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-31T01:29:53.615Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [2025-07-31T01:29:53.615Z] - nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:29:53.615Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-07-31T01:29:53.641Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-07-31T01:29:53.641Z] 941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:53.641Z] latest [2025-07-31T01:29:53.641Z] 4.1.0-dev.42 [2025-07-31T01:29:53.641Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:29:53.641Z] main [2025-07-31T01:29:53.641Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:53.970Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:54.289Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:54.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-31T01:29:54.289Z] 5cae718a9548: Preparing [2025-07-31T01:29:54.289Z] 6f242e29b995: Preparing [2025-07-31T01:29:54.289Z] 71a87bc216b6: Preparing [2025-07-31T01:29:54.289Z] 15d559558418: Preparing [2025-07-31T01:29:54.289Z] 49ab1af3c99e: Preparing [2025-07-31T01:29:54.289Z] a6e8ba43e27b: Preparing [2025-07-31T01:29:54.289Z] be7b3b735499: Preparing [2025-07-31T01:29:54.289Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:54.289Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:54.289Z] 1c6956adaf90: Preparing [2025-07-31T01:29:54.289Z] 19e8056bea33: Preparing [2025-07-31T01:29:54.289Z] 5f70bf18a086: Preparing [2025-07-31T01:29:54.289Z] 153e59121088: Preparing [2025-07-31T01:29:54.289Z] 8c050816235f: Preparing [2025-07-31T01:29:54.289Z] bbc9db8c8cae: Preparing [2025-07-31T01:29:54.289Z] 097100c76c15: Preparing [2025-07-31T01:29:54.289Z] a6e8ba43e27b: Waiting [2025-07-31T01:29:54.289Z] 153e59121088: Waiting [2025-07-31T01:29:54.289Z] 8c050816235f: Waiting [2025-07-31T01:29:54.289Z] 19e8056bea33: Waiting [2025-07-31T01:29:54.289Z] be7b3b735499: Waiting [2025-07-31T01:29:54.289Z] bbc9db8c8cae: Waiting [2025-07-31T01:29:54.289Z] 5f70bf18a086: Waiting [2025-07-31T01:29:54.289Z] 097100c76c15: Waiting [2025-07-31T01:29:54.289Z] d1cfe0f2918f: Waiting [2025-07-31T01:29:54.289Z] 1c6956adaf90: Waiting [2025-07-31T01:29:54.289Z] edbaa3a43fe3: Waiting [2025-07-31T01:29:54.289Z] 15d559558418: Pushed [2025-07-31T01:29:54.289Z] 6f242e29b995: Pushed [2025-07-31T01:29:54.289Z] 49ab1af3c99e: Pushed [2025-07-31T01:29:54.289Z] 71a87bc216b6: Pushed [2025-07-31T01:29:54.289Z] 5cae718a9548: Pushed [2025-07-31T01:29:54.289Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:54.289Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:54.289Z] 5f70bf18a086: Layer already exists [2025-07-31T01:29:54.552Z] a6e8ba43e27b: Pushed [2025-07-31T01:29:54.552Z] 1c6956adaf90: Pushed [2025-07-31T01:29:54.552Z] 19e8056bea33: Pushed [2025-07-31T01:29:54.552Z] 097100c76c15: Layer already exists [2025-07-31T01:29:54.552Z] 153e59121088: Pushed [2025-07-31T01:29:54.552Z] 8c050816235f: Pushed [2025-07-31T01:29:54.552Z] bbc9db8c8cae: Pushed [2025-07-31T01:29:55.925Z] be7b3b735499: Pushed [2025-07-31T01:29:55.925Z] 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:56.242Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:56.566Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-31T01:29:56.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-31T01:29:56.566Z] 5cae718a9548: Preparing [2025-07-31T01:29:56.566Z] 6f242e29b995: Preparing [2025-07-31T01:29:56.566Z] 71a87bc216b6: Preparing [2025-07-31T01:29:56.566Z] 15d559558418: Preparing [2025-07-31T01:29:56.566Z] 49ab1af3c99e: Preparing [2025-07-31T01:29:56.566Z] a6e8ba43e27b: Preparing [2025-07-31T01:29:56.566Z] be7b3b735499: Preparing [2025-07-31T01:29:56.566Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:56.566Z] a6e8ba43e27b: Waiting [2025-07-31T01:29:56.566Z] be7b3b735499: Waiting [2025-07-31T01:29:56.566Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:56.566Z] d1cfe0f2918f: Waiting [2025-07-31T01:29:56.566Z] 1c6956adaf90: Preparing [2025-07-31T01:29:56.566Z] 19e8056bea33: Preparing [2025-07-31T01:29:56.566Z] 5f70bf18a086: Preparing [2025-07-31T01:29:56.566Z] 153e59121088: Preparing [2025-07-31T01:29:56.566Z] 8c050816235f: Preparing [2025-07-31T01:29:56.566Z] bbc9db8c8cae: Preparing [2025-07-31T01:29:56.566Z] 097100c76c15: Preparing [2025-07-31T01:29:56.566Z] 5f70bf18a086: Waiting [2025-07-31T01:29:56.566Z] 8c050816235f: Waiting [2025-07-31T01:29:56.566Z] 153e59121088: Waiting [2025-07-31T01:29:56.566Z] 1c6956adaf90: Waiting [2025-07-31T01:29:56.566Z] edbaa3a43fe3: Waiting [2025-07-31T01:29:56.566Z] bbc9db8c8cae: Waiting [2025-07-31T01:29:56.566Z] 19e8056bea33: Waiting [2025-07-31T01:29:56.566Z] 097100c76c15: Waiting [2025-07-31T01:29:56.566Z] 71a87bc216b6: Layer already exists [2025-07-31T01:29:56.566Z] 49ab1af3c99e: Layer already exists [2025-07-31T01:29:56.566Z] 5cae718a9548: Layer already exists [2025-07-31T01:29:56.566Z] 6f242e29b995: Layer already exists [2025-07-31T01:29:56.566Z] 15d559558418: Layer already exists [2025-07-31T01:29:56.566Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:56.566Z] a6e8ba43e27b: Layer already exists [2025-07-31T01:29:56.566Z] be7b3b735499: Layer already exists [2025-07-31T01:29:56.566Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:56.566Z] 1c6956adaf90: Layer already exists [2025-07-31T01:29:56.566Z] 19e8056bea33: Layer already exists [2025-07-31T01:29:56.566Z] 153e59121088: Layer already exists [2025-07-31T01:29:56.566Z] 8c050816235f: Layer already exists [2025-07-31T01:29:56.566Z] bbc9db8c8cae: Layer already exists [2025-07-31T01:29:56.566Z] 5f70bf18a086: Layer already exists [2025-07-31T01:29:56.566Z] 097100c76c15: Layer already exists [2025-07-31T01:29:56.566Z] latest: digest: sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:56.868Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:57.183Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [2025-07-31T01:29:57.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-31T01:29:57.183Z] 5cae718a9548: Preparing [2025-07-31T01:29:57.183Z] 6f242e29b995: Preparing [2025-07-31T01:29:57.183Z] 71a87bc216b6: Preparing [2025-07-31T01:29:57.183Z] 15d559558418: Preparing [2025-07-31T01:29:57.183Z] 49ab1af3c99e: Preparing [2025-07-31T01:29:57.183Z] a6e8ba43e27b: Preparing [2025-07-31T01:29:57.183Z] be7b3b735499: Preparing [2025-07-31T01:29:57.183Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:57.183Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:57.183Z] 1c6956adaf90: Preparing [2025-07-31T01:29:57.183Z] be7b3b735499: Waiting [2025-07-31T01:29:57.183Z] d1cfe0f2918f: Waiting [2025-07-31T01:29:57.183Z] a6e8ba43e27b: Waiting [2025-07-31T01:29:57.183Z] edbaa3a43fe3: Waiting [2025-07-31T01:29:57.183Z] 19e8056bea33: Preparing [2025-07-31T01:29:57.183Z] 5f70bf18a086: Preparing [2025-07-31T01:29:57.183Z] 153e59121088: Preparing [2025-07-31T01:29:57.183Z] 1c6956adaf90: Waiting [2025-07-31T01:29:57.183Z] 19e8056bea33: Waiting [2025-07-31T01:29:57.183Z] 5f70bf18a086: Waiting [2025-07-31T01:29:57.183Z] 8c050816235f: Preparing [2025-07-31T01:29:57.183Z] bbc9db8c8cae: Preparing [2025-07-31T01:29:57.183Z] 097100c76c15: Preparing [2025-07-31T01:29:57.183Z] 8c050816235f: Waiting [2025-07-31T01:29:57.183Z] bbc9db8c8cae: Waiting [2025-07-31T01:29:57.183Z] 097100c76c15: Waiting [2025-07-31T01:29:57.183Z] 153e59121088: Waiting [2025-07-31T01:29:57.183Z] 71a87bc216b6: Layer already exists [2025-07-31T01:29:57.183Z] 5cae718a9548: Layer already exists [2025-07-31T01:29:57.183Z] 6f242e29b995: Layer already exists [2025-07-31T01:29:57.183Z] 15d559558418: Layer already exists [2025-07-31T01:29:57.183Z] 49ab1af3c99e: Layer already exists [2025-07-31T01:29:57.183Z] a6e8ba43e27b: Layer already exists [2025-07-31T01:29:57.183Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:57.183Z] be7b3b735499: Layer already exists [2025-07-31T01:29:57.183Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:57.183Z] 1c6956adaf90: Layer already exists [2025-07-31T01:29:57.183Z] 5f70bf18a086: Layer already exists [2025-07-31T01:29:57.183Z] 19e8056bea33: Layer already exists [2025-07-31T01:29:57.183Z] 153e59121088: Layer already exists [2025-07-31T01:29:57.183Z] 8c050816235f: Layer already exists [2025-07-31T01:29:57.183Z] bbc9db8c8cae: Layer already exists [2025-07-31T01:29:57.183Z] 097100c76c15: Layer already exists [2025-07-31T01:29:57.183Z] 4.1.0-dev.42: digest: sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:57.496Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:57.817Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:29:57.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-31T01:29:57.817Z] 5cae718a9548: Preparing [2025-07-31T01:29:57.817Z] 6f242e29b995: Preparing [2025-07-31T01:29:57.817Z] 71a87bc216b6: Preparing [2025-07-31T01:29:57.817Z] 15d559558418: Preparing [2025-07-31T01:29:57.817Z] 49ab1af3c99e: Preparing [2025-07-31T01:29:57.817Z] a6e8ba43e27b: Preparing [2025-07-31T01:29:57.817Z] be7b3b735499: Preparing [2025-07-31T01:29:57.817Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:57.817Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:57.817Z] 1c6956adaf90: Preparing [2025-07-31T01:29:57.817Z] 19e8056bea33: Preparing [2025-07-31T01:29:57.817Z] 5f70bf18a086: Preparing [2025-07-31T01:29:57.817Z] 153e59121088: Preparing [2025-07-31T01:29:57.817Z] 8c050816235f: Preparing [2025-07-31T01:29:57.817Z] bbc9db8c8cae: Preparing [2025-07-31T01:29:57.817Z] 097100c76c15: Preparing [2025-07-31T01:29:57.817Z] d1cfe0f2918f: Waiting [2025-07-31T01:29:57.817Z] edbaa3a43fe3: Waiting [2025-07-31T01:29:57.817Z] 1c6956adaf90: Waiting [2025-07-31T01:29:57.817Z] 19e8056bea33: Waiting [2025-07-31T01:29:57.817Z] 5f70bf18a086: Waiting [2025-07-31T01:29:57.817Z] 153e59121088: Waiting [2025-07-31T01:29:57.817Z] 8c050816235f: Waiting [2025-07-31T01:29:57.817Z] bbc9db8c8cae: Waiting [2025-07-31T01:29:57.817Z] 097100c76c15: Waiting [2025-07-31T01:29:57.817Z] a6e8ba43e27b: Waiting [2025-07-31T01:29:57.818Z] be7b3b735499: Waiting [2025-07-31T01:29:57.818Z] 15d559558418: Layer already exists [2025-07-31T01:29:57.818Z] 5cae718a9548: Layer already exists [2025-07-31T01:29:57.818Z] 6f242e29b995: Layer already exists [2025-07-31T01:29:57.818Z] 71a87bc216b6: Layer already exists [2025-07-31T01:29:57.818Z] 49ab1af3c99e: Layer already exists [2025-07-31T01:29:57.818Z] a6e8ba43e27b: Layer already exists [2025-07-31T01:29:57.818Z] be7b3b735499: Layer already exists [2025-07-31T01:29:57.818Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:57.818Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:57.818Z] 5f70bf18a086: Layer already exists [2025-07-31T01:29:57.818Z] 153e59121088: Layer already exists [2025-07-31T01:29:57.818Z] 19e8056bea33: Layer already exists [2025-07-31T01:29:57.818Z] 1c6956adaf90: Layer already exists [2025-07-31T01:29:57.818Z] 8c050816235f: Layer already exists [2025-07-31T01:29:57.818Z] bbc9db8c8cae: Layer already exists [2025-07-31T01:29:57.818Z] 097100c76c15: Layer already exists [2025-07-31T01:29:57.818Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:58.140Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:58.464Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-07-31T01:29:58.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-31T01:29:58.464Z] 5cae718a9548: Preparing [2025-07-31T01:29:58.464Z] 6f242e29b995: Preparing [2025-07-31T01:29:58.464Z] 71a87bc216b6: Preparing [2025-07-31T01:29:58.464Z] 15d559558418: Preparing [2025-07-31T01:29:58.464Z] 49ab1af3c99e: Preparing [2025-07-31T01:29:58.464Z] a6e8ba43e27b: Preparing [2025-07-31T01:29:58.464Z] be7b3b735499: Preparing [2025-07-31T01:29:58.464Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:58.464Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:58.464Z] 1c6956adaf90: Preparing [2025-07-31T01:29:58.464Z] 19e8056bea33: Preparing [2025-07-31T01:29:58.464Z] 5f70bf18a086: Preparing [2025-07-31T01:29:58.464Z] 153e59121088: Preparing [2025-07-31T01:29:58.464Z] 8c050816235f: Preparing [2025-07-31T01:29:58.464Z] bbc9db8c8cae: Preparing [2025-07-31T01:29:58.464Z] 097100c76c15: Preparing [2025-07-31T01:29:58.464Z] be7b3b735499: Waiting [2025-07-31T01:29:58.464Z] d1cfe0f2918f: Waiting [2025-07-31T01:29:58.464Z] 153e59121088: Waiting [2025-07-31T01:29:58.464Z] 8c050816235f: Waiting [2025-07-31T01:29:58.464Z] bbc9db8c8cae: Waiting [2025-07-31T01:29:58.464Z] 097100c76c15: Waiting [2025-07-31T01:29:58.464Z] edbaa3a43fe3: Waiting [2025-07-31T01:29:58.464Z] 1c6956adaf90: Waiting [2025-07-31T01:29:58.464Z] 19e8056bea33: Waiting [2025-07-31T01:29:58.464Z] 5f70bf18a086: Waiting [2025-07-31T01:29:58.464Z] a6e8ba43e27b: Waiting [2025-07-31T01:29:58.464Z] 49ab1af3c99e: Layer already exists [2025-07-31T01:29:58.464Z] 5cae718a9548: Layer already exists [2025-07-31T01:29:58.464Z] 71a87bc216b6: Layer already exists [2025-07-31T01:29:58.464Z] 15d559558418: Layer already exists [2025-07-31T01:29:58.464Z] 6f242e29b995: Layer already exists [2025-07-31T01:29:58.464Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:58.464Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:58.464Z] be7b3b735499: Layer already exists [2025-07-31T01:29:58.464Z] a6e8ba43e27b: Layer already exists [2025-07-31T01:29:58.464Z] 1c6956adaf90: Layer already exists [2025-07-31T01:29:58.464Z] 19e8056bea33: Layer already exists [2025-07-31T01:29:58.464Z] 5f70bf18a086: Layer already exists [2025-07-31T01:29:58.464Z] 8c050816235f: Layer already exists [2025-07-31T01:29:58.464Z] 153e59121088: Layer already exists [2025-07-31T01:29:58.464Z] bbc9db8c8cae: Layer already exists [2025-07-31T01:29:58.464Z] 097100c76c15: Layer already exists [2025-07-31T01:29:58.464Z] main: digest: sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-31T01:29:58.537Z] ===================================================== [Pipeline] echo [2025-07-31T01:29:58.549Z] taggedImages: [2025-07-31T01:29:58.549Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:58.549Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-31T01:29:58.549Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [2025-07-31T01:29:58.549Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:29:58.549Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-07-31T01:29:58.582Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-07-31T01:29:58.582Z] 941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:58.582Z] latest [2025-07-31T01:29:58.582Z] 4.1.0-dev.42 [2025-07-31T01:29:58.582Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:29:58.582Z] main [2025-07-31T01:29:58.582Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:58.922Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:29:59.240Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:29:59.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-31T01:29:59.240Z] 89055dcb77fe: Preparing [2025-07-31T01:29:59.240Z] 81d62c7363de: Preparing [2025-07-31T01:29:59.240Z] e880f20501ce: Preparing [2025-07-31T01:29:59.240Z] 72dd132f331d: Preparing [2025-07-31T01:29:59.240Z] d1cfe0f2918f: Preparing [2025-07-31T01:29:59.240Z] edbaa3a43fe3: Preparing [2025-07-31T01:29:59.240Z] e4ae7b24702e: Preparing [2025-07-31T01:29:59.240Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:29:59.240Z] 097100c76c15: Preparing [2025-07-31T01:29:59.240Z] edbaa3a43fe3: Waiting [2025-07-31T01:29:59.240Z] e4ae7b24702e: Waiting [2025-07-31T01:29:59.240Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:29:59.240Z] 097100c76c15: Waiting [2025-07-31T01:29:59.240Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:29:59.240Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:29:59.240Z] e4ae7b24702e: Layer already exists [2025-07-31T01:29:59.240Z] 81d62c7363de: Pushed [2025-07-31T01:29:59.240Z] 0ae1aa0b32ae: Layer already exists [2025-07-31T01:29:59.240Z] e880f20501ce: Pushed [2025-07-31T01:29:59.240Z] 89055dcb77fe: Pushed [2025-07-31T01:29:59.240Z] 097100c76c15: Layer already exists [2025-07-31T01:30:02.525Z] 72dd132f331d: Pushed [2025-07-31T01:30:02.782Z] 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:03.107Z] + 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-31T01:30:03.429Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-31T01:30:03.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-31T01:30:03.429Z] 89055dcb77fe: Preparing [2025-07-31T01:30:03.429Z] 81d62c7363de: Preparing [2025-07-31T01:30:03.429Z] e880f20501ce: Preparing [2025-07-31T01:30:03.429Z] 72dd132f331d: Preparing [2025-07-31T01:30:03.429Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:03.429Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:03.429Z] e4ae7b24702e: Preparing [2025-07-31T01:30:03.429Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:30:03.429Z] 097100c76c15: Preparing [2025-07-31T01:30:03.429Z] e4ae7b24702e: Waiting [2025-07-31T01:30:03.429Z] 097100c76c15: Waiting [2025-07-31T01:30:03.429Z] edbaa3a43fe3: Waiting [2025-07-31T01:30:03.429Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:30:03.429Z] e880f20501ce: Layer already exists [2025-07-31T01:30:03.429Z] 89055dcb77fe: Layer already exists [2025-07-31T01:30:03.429Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:03.429Z] 72dd132f331d: Layer already exists [2025-07-31T01:30:03.429Z] 81d62c7363de: Layer already exists [2025-07-31T01:30:03.429Z] 0ae1aa0b32ae: Layer already exists [2025-07-31T01:30:03.429Z] e4ae7b24702e: Layer already exists [2025-07-31T01:30:03.429Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:03.429Z] 097100c76c15: Layer already exists [2025-07-31T01:30:03.429Z] latest: digest: sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:03.746Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:04.070Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [2025-07-31T01:30:04.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-31T01:30:04.070Z] 89055dcb77fe: Preparing [2025-07-31T01:30:04.070Z] 81d62c7363de: Preparing [2025-07-31T01:30:04.070Z] e880f20501ce: Preparing [2025-07-31T01:30:04.070Z] 72dd132f331d: Preparing [2025-07-31T01:30:04.070Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:04.070Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:04.070Z] e4ae7b24702e: Preparing [2025-07-31T01:30:04.070Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:30:04.070Z] 097100c76c15: Preparing [2025-07-31T01:30:04.070Z] edbaa3a43fe3: Waiting [2025-07-31T01:30:04.070Z] e4ae7b24702e: Waiting [2025-07-31T01:30:04.070Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:30:04.070Z] 097100c76c15: Waiting [2025-07-31T01:30:04.070Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:04.070Z] 89055dcb77fe: Layer already exists [2025-07-31T01:30:04.070Z] 81d62c7363de: Layer already exists [2025-07-31T01:30:04.070Z] e880f20501ce: Layer already exists [2025-07-31T01:30:04.070Z] 72dd132f331d: Layer already exists [2025-07-31T01:30:04.070Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:04.070Z] e4ae7b24702e: Layer already exists [2025-07-31T01:30:04.070Z] 097100c76c15: Layer already exists [2025-07-31T01:30:04.070Z] 0ae1aa0b32ae: Layer already exists [2025-07-31T01:30:04.070Z] 4.1.0-dev.42: digest: sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:04.394Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:04.715Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:30:04.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-31T01:30:04.715Z] 89055dcb77fe: Preparing [2025-07-31T01:30:04.715Z] 81d62c7363de: Preparing [2025-07-31T01:30:04.715Z] e880f20501ce: Preparing [2025-07-31T01:30:04.715Z] 72dd132f331d: Preparing [2025-07-31T01:30:04.715Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:04.715Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:04.715Z] e4ae7b24702e: Preparing [2025-07-31T01:30:04.715Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:30:04.715Z] 097100c76c15: Preparing [2025-07-31T01:30:04.715Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:30:04.715Z] 097100c76c15: Waiting [2025-07-31T01:30:04.715Z] e4ae7b24702e: Waiting [2025-07-31T01:30:04.715Z] edbaa3a43fe3: Waiting [2025-07-31T01:30:04.715Z] 81d62c7363de: Layer already exists [2025-07-31T01:30:04.715Z] 89055dcb77fe: Layer already exists [2025-07-31T01:30:04.715Z] e880f20501ce: Layer already exists [2025-07-31T01:30:04.715Z] 72dd132f331d: Layer already exists [2025-07-31T01:30:04.715Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:04.715Z] 0ae1aa0b32ae: Layer already exists [2025-07-31T01:30:04.715Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:04.715Z] e4ae7b24702e: Layer already exists [2025-07-31T01:30:04.715Z] 097100c76c15: Layer already exists [2025-07-31T01:30:04.715Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:05.033Z] + 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-31T01:30:05.353Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-07-31T01:30:05.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-31T01:30:05.353Z] 89055dcb77fe: Preparing [2025-07-31T01:30:05.353Z] 81d62c7363de: Preparing [2025-07-31T01:30:05.353Z] e880f20501ce: Preparing [2025-07-31T01:30:05.353Z] 72dd132f331d: Preparing [2025-07-31T01:30:05.353Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:05.353Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:05.353Z] e4ae7b24702e: Preparing [2025-07-31T01:30:05.353Z] 0ae1aa0b32ae: Preparing [2025-07-31T01:30:05.353Z] 097100c76c15: Preparing [2025-07-31T01:30:05.353Z] e4ae7b24702e: Waiting [2025-07-31T01:30:05.353Z] edbaa3a43fe3: Waiting [2025-07-31T01:30:05.353Z] 0ae1aa0b32ae: Waiting [2025-07-31T01:30:05.353Z] 097100c76c15: Waiting [2025-07-31T01:30:05.353Z] 89055dcb77fe: Layer already exists [2025-07-31T01:30:05.353Z] e880f20501ce: Layer already exists [2025-07-31T01:30:05.353Z] 81d62c7363de: Layer already exists [2025-07-31T01:30:05.353Z] 72dd132f331d: Layer already exists [2025-07-31T01:30:05.353Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:05.353Z] 0ae1aa0b32ae: Layer already exists [2025-07-31T01:30:05.353Z] e4ae7b24702e: Layer already exists [2025-07-31T01:30:05.353Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:05.353Z] 097100c76c15: Layer already exists [2025-07-31T01:30:05.353Z] main: digest: sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-31T01:30:05.430Z] ===================================================== [Pipeline] echo [2025-07-31T01:30:05.445Z] taggedImages: [2025-07-31T01:30:05.445Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:30:05.445Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-31T01:30:05.445Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [2025-07-31T01:30:05.445Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:30:05.445Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-07-31T01:30:05.483Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-07-31T01:30:05.483Z] 941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:30:05.483Z] latest [2025-07-31T01:30:05.483Z] 4.1.0-dev.42 [2025-07-31T01:30:05.483Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:30:05.483Z] main [2025-07-31T01:30:05.483Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:05.817Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:06.140Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:30:06.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-31T01:30:06.140Z] fd301ce45725: Preparing [2025-07-31T01:30:06.140Z] 512db05ef9ec: Preparing [2025-07-31T01:30:06.140Z] e3f88705c12c: Preparing [2025-07-31T01:30:06.140Z] 4da945b2d0a9: Preparing [2025-07-31T01:30:06.140Z] e8969cbbb27b: Preparing [2025-07-31T01:30:06.140Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:06.140Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:06.140Z] 0363204425c6: Preparing [2025-07-31T01:30:06.140Z] ca1e94d22bb6: Preparing [2025-07-31T01:30:06.140Z] 0541ac08a130: Preparing [2025-07-31T01:30:06.140Z] 097100c76c15: Preparing [2025-07-31T01:30:06.140Z] d1cfe0f2918f: Waiting [2025-07-31T01:30:06.140Z] edbaa3a43fe3: Waiting [2025-07-31T01:30:06.140Z] 0363204425c6: Waiting [2025-07-31T01:30:06.140Z] ca1e94d22bb6: Waiting [2025-07-31T01:30:06.140Z] 0541ac08a130: Waiting [2025-07-31T01:30:06.140Z] 097100c76c15: Waiting [2025-07-31T01:30:06.140Z] 4da945b2d0a9: Pushed [2025-07-31T01:30:06.140Z] fd301ce45725: Pushed [2025-07-31T01:30:06.140Z] e8969cbbb27b: Pushed [2025-07-31T01:30:06.140Z] 512db05ef9ec: Pushed [2025-07-31T01:30:06.140Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:06.140Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:06.140Z] 097100c76c15: Layer already exists [2025-07-31T01:30:06.140Z] 0363204425c6: Pushed [2025-07-31T01:30:06.398Z] ca1e94d22bb6: Pushed [2025-07-31T01:30:07.775Z] 0541ac08a130: Pushed [2025-07-31T01:30:09.153Z] e3f88705c12c: Pushed [2025-07-31T01:30:09.153Z] 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:09.492Z] + 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-31T01:30:09.811Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-31T01:30:09.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-31T01:30:09.811Z] fd301ce45725: Preparing [2025-07-31T01:30:09.811Z] 512db05ef9ec: Preparing [2025-07-31T01:30:09.811Z] e3f88705c12c: Preparing [2025-07-31T01:30:09.811Z] 4da945b2d0a9: Preparing [2025-07-31T01:30:09.811Z] e8969cbbb27b: Preparing [2025-07-31T01:30:09.811Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:09.811Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:09.811Z] 0363204425c6: Preparing [2025-07-31T01:30:09.811Z] ca1e94d22bb6: Preparing [2025-07-31T01:30:09.811Z] 0541ac08a130: Preparing [2025-07-31T01:30:09.811Z] 097100c76c15: Preparing [2025-07-31T01:30:09.811Z] d1cfe0f2918f: Waiting [2025-07-31T01:30:09.811Z] edbaa3a43fe3: Waiting [2025-07-31T01:30:09.811Z] 0541ac08a130: Waiting [2025-07-31T01:30:09.811Z] 0363204425c6: Waiting [2025-07-31T01:30:09.811Z] 097100c76c15: Waiting [2025-07-31T01:30:09.811Z] ca1e94d22bb6: Waiting [2025-07-31T01:30:09.811Z] e3f88705c12c: Layer already exists [2025-07-31T01:30:09.811Z] fd301ce45725: Layer already exists [2025-07-31T01:30:09.811Z] 512db05ef9ec: Layer already exists [2025-07-31T01:30:09.811Z] 4da945b2d0a9: Layer already exists [2025-07-31T01:30:09.811Z] e8969cbbb27b: Layer already exists [2025-07-31T01:30:09.811Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:09.811Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:09.811Z] 0541ac08a130: Layer already exists [2025-07-31T01:30:09.811Z] ca1e94d22bb6: Layer already exists [2025-07-31T01:30:09.811Z] 0363204425c6: Layer already exists [2025-07-31T01:30:09.811Z] 097100c76c15: Layer already exists [2025-07-31T01:30:09.811Z] latest: digest: sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:10.139Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:10.451Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [2025-07-31T01:30:10.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-31T01:30:10.451Z] fd301ce45725: Preparing [2025-07-31T01:30:10.451Z] 512db05ef9ec: Preparing [2025-07-31T01:30:10.451Z] e3f88705c12c: Preparing [2025-07-31T01:30:10.451Z] 4da945b2d0a9: Preparing [2025-07-31T01:30:10.451Z] e8969cbbb27b: Preparing [2025-07-31T01:30:10.451Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:10.451Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:10.451Z] 0363204425c6: Preparing [2025-07-31T01:30:10.451Z] ca1e94d22bb6: Preparing [2025-07-31T01:30:10.451Z] 0541ac08a130: Preparing [2025-07-31T01:30:10.451Z] 097100c76c15: Preparing [2025-07-31T01:30:10.451Z] d1cfe0f2918f: Waiting [2025-07-31T01:30:10.451Z] ca1e94d22bb6: Waiting [2025-07-31T01:30:10.451Z] 0541ac08a130: Waiting [2025-07-31T01:30:10.451Z] 097100c76c15: Waiting [2025-07-31T01:30:10.451Z] edbaa3a43fe3: Waiting [2025-07-31T01:30:10.451Z] 0363204425c6: Waiting [2025-07-31T01:30:10.451Z] e3f88705c12c: Layer already exists [2025-07-31T01:30:10.451Z] fd301ce45725: Layer already exists [2025-07-31T01:30:10.451Z] 4da945b2d0a9: Layer already exists [2025-07-31T01:30:10.451Z] e8969cbbb27b: Layer already exists [2025-07-31T01:30:10.451Z] 512db05ef9ec: Layer already exists [2025-07-31T01:30:10.451Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:10.451Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:10.451Z] ca1e94d22bb6: Layer already exists [2025-07-31T01:30:10.451Z] 0363204425c6: Layer already exists [2025-07-31T01:30:10.451Z] 0541ac08a130: Layer already exists [2025-07-31T01:30:10.451Z] 097100c76c15: Layer already exists [2025-07-31T01:30:10.451Z] 4.1.0-dev.42: digest: sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:10.777Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:11.100Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:30:11.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-31T01:30:11.100Z] fd301ce45725: Preparing [2025-07-31T01:30:11.100Z] 512db05ef9ec: Preparing [2025-07-31T01:30:11.100Z] e3f88705c12c: Preparing [2025-07-31T01:30:11.100Z] 4da945b2d0a9: Preparing [2025-07-31T01:30:11.100Z] e8969cbbb27b: Preparing [2025-07-31T01:30:11.100Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:11.100Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:11.100Z] 0363204425c6: Preparing [2025-07-31T01:30:11.100Z] ca1e94d22bb6: Preparing [2025-07-31T01:30:11.100Z] 0541ac08a130: Preparing [2025-07-31T01:30:11.100Z] 097100c76c15: Preparing [2025-07-31T01:30:11.100Z] 0363204425c6: Waiting [2025-07-31T01:30:11.100Z] ca1e94d22bb6: Waiting [2025-07-31T01:30:11.100Z] 0541ac08a130: Waiting [2025-07-31T01:30:11.100Z] 097100c76c15: Waiting [2025-07-31T01:30:11.100Z] d1cfe0f2918f: Waiting [2025-07-31T01:30:11.100Z] edbaa3a43fe3: Waiting [2025-07-31T01:30:11.100Z] e3f88705c12c: Layer already exists [2025-07-31T01:30:11.100Z] e8969cbbb27b: Layer already exists [2025-07-31T01:30:11.100Z] 4da945b2d0a9: Layer already exists [2025-07-31T01:30:11.100Z] fd301ce45725: Layer already exists [2025-07-31T01:30:11.100Z] 512db05ef9ec: Layer already exists [2025-07-31T01:30:11.100Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:11.100Z] 0363204425c6: Layer already exists [2025-07-31T01:30:11.100Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:11.100Z] 0541ac08a130: Layer already exists [2025-07-31T01:30:11.100Z] ca1e94d22bb6: Layer already exists [2025-07-31T01:30:11.100Z] 097100c76c15: Layer already exists [2025-07-31T01:30:11.100Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:11.426Z] + 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-31T01:30:11.739Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-07-31T01:30:11.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-31T01:30:11.739Z] fd301ce45725: Preparing [2025-07-31T01:30:11.739Z] 512db05ef9ec: Preparing [2025-07-31T01:30:11.739Z] e3f88705c12c: Preparing [2025-07-31T01:30:11.739Z] 4da945b2d0a9: Preparing [2025-07-31T01:30:11.739Z] e8969cbbb27b: Preparing [2025-07-31T01:30:11.739Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:11.739Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:11.739Z] 0363204425c6: Preparing [2025-07-31T01:30:11.739Z] ca1e94d22bb6: Preparing [2025-07-31T01:30:11.739Z] 0541ac08a130: Preparing [2025-07-31T01:30:11.739Z] 097100c76c15: Preparing [2025-07-31T01:30:11.739Z] d1cfe0f2918f: Waiting [2025-07-31T01:30:11.739Z] ca1e94d22bb6: Waiting [2025-07-31T01:30:11.739Z] edbaa3a43fe3: Waiting [2025-07-31T01:30:11.739Z] 0541ac08a130: Waiting [2025-07-31T01:30:11.739Z] 097100c76c15: Waiting [2025-07-31T01:30:11.739Z] 0363204425c6: Waiting [2025-07-31T01:30:11.739Z] fd301ce45725: Layer already exists [2025-07-31T01:30:11.739Z] e8969cbbb27b: Layer already exists [2025-07-31T01:30:11.739Z] 512db05ef9ec: Layer already exists [2025-07-31T01:30:11.739Z] e3f88705c12c: Layer already exists [2025-07-31T01:30:11.739Z] 4da945b2d0a9: Layer already exists [2025-07-31T01:30:11.739Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:11.739Z] 0363204425c6: Layer already exists [2025-07-31T01:30:11.739Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:11.739Z] 0541ac08a130: Layer already exists [2025-07-31T01:30:11.739Z] ca1e94d22bb6: Layer already exists [2025-07-31T01:30:11.739Z] 097100c76c15: Layer already exists [2025-07-31T01:30:11.739Z] main: digest: sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-31T01:30:11.813Z] ===================================================== [Pipeline] echo [2025-07-31T01:30:11.823Z] taggedImages: [2025-07-31T01:30:11.823Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:30:11.823Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-31T01:30:11.823Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [2025-07-31T01:30:11.823Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:30:11.823Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-07-31T01:30:11.858Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-07-31T01:30:11.858Z] 941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:30:11.858Z] latest [2025-07-31T01:30:11.858Z] 4.1.0-dev.42 [2025-07-31T01:30:11.858Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:30:11.858Z] main [2025-07-31T01:30:11.858Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:12.188Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:12.507Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:30:12.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-31T01:30:12.507Z] c3101afa0b1c: Preparing [2025-07-31T01:30:12.507Z] 18a588b7f6df: Preparing [2025-07-31T01:30:12.507Z] 8eaad4721009: Preparing [2025-07-31T01:30:12.507Z] 2918bec61df6: Preparing [2025-07-31T01:30:12.507Z] 9b8bb9ad7dd7: Preparing [2025-07-31T01:30:12.507Z] 0a39be27307e: Preparing [2025-07-31T01:30:12.507Z] f5938b455831: Preparing [2025-07-31T01:30:12.507Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:12.507Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:12.507Z] 1f7771007d4f: Preparing [2025-07-31T01:30:12.507Z] ca8880eac408: Preparing [2025-07-31T01:30:12.507Z] 097100c76c15: Preparing [2025-07-31T01:30:12.507Z] d1cfe0f2918f: Waiting [2025-07-31T01:30:12.507Z] edbaa3a43fe3: Waiting [2025-07-31T01:30:12.507Z] 097100c76c15: Waiting [2025-07-31T01:30:12.507Z] 1f7771007d4f: Waiting [2025-07-31T01:30:12.507Z] ca8880eac408: Waiting [2025-07-31T01:30:12.507Z] f5938b455831: Waiting [2025-07-31T01:30:12.507Z] 18a588b7f6df: Pushed [2025-07-31T01:30:12.507Z] c3101afa0b1c: Pushed [2025-07-31T01:30:12.507Z] 9b8bb9ad7dd7: Pushed [2025-07-31T01:30:12.507Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:12.507Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:12.507Z] 0a39be27307e: Pushed [2025-07-31T01:30:12.507Z] f5938b455831: Pushed [2025-07-31T01:30:12.764Z] 097100c76c15: Layer already exists [2025-07-31T01:30:12.764Z] 1f7771007d4f: Pushed [2025-07-31T01:30:14.133Z] ca8880eac408: Pushed [2025-07-31T01:30:15.065Z] 2918bec61df6: Pushed [2025-07-31T01:30:15.324Z] 8eaad4721009: Pushed [2025-07-31T01:30:15.584Z] 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:15.905Z] + 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-31T01:30:16.228Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-31T01:30:16.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-31T01:30:16.228Z] c3101afa0b1c: Preparing [2025-07-31T01:30:16.228Z] 18a588b7f6df: Preparing [2025-07-31T01:30:16.228Z] 8eaad4721009: Preparing [2025-07-31T01:30:16.228Z] 2918bec61df6: Preparing [2025-07-31T01:30:16.228Z] 9b8bb9ad7dd7: Preparing [2025-07-31T01:30:16.228Z] 0a39be27307e: Preparing [2025-07-31T01:30:16.228Z] f5938b455831: Preparing [2025-07-31T01:30:16.228Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:16.228Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:16.228Z] 1f7771007d4f: Preparing [2025-07-31T01:30:16.228Z] ca8880eac408: Preparing [2025-07-31T01:30:16.228Z] 097100c76c15: Preparing [2025-07-31T01:30:16.228Z] edbaa3a43fe3: Waiting [2025-07-31T01:30:16.228Z] 0a39be27307e: Waiting [2025-07-31T01:30:16.228Z] f5938b455831: Waiting [2025-07-31T01:30:16.228Z] d1cfe0f2918f: Waiting [2025-07-31T01:30:16.228Z] 1f7771007d4f: Waiting [2025-07-31T01:30:16.228Z] 097100c76c15: Waiting [2025-07-31T01:30:16.228Z] ca8880eac408: Waiting [2025-07-31T01:30:16.228Z] 8eaad4721009: Layer already exists [2025-07-31T01:30:16.228Z] 2918bec61df6: Layer already exists [2025-07-31T01:30:16.228Z] c3101afa0b1c: Layer already exists [2025-07-31T01:30:16.228Z] 9b8bb9ad7dd7: Layer already exists [2025-07-31T01:30:16.228Z] 18a588b7f6df: Layer already exists [2025-07-31T01:30:16.228Z] 0a39be27307e: Layer already exists [2025-07-31T01:30:16.228Z] f5938b455831: Layer already exists [2025-07-31T01:30:16.228Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:16.228Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:16.228Z] 1f7771007d4f: Layer already exists [2025-07-31T01:30:16.228Z] ca8880eac408: Layer already exists [2025-07-31T01:30:16.228Z] 097100c76c15: Layer already exists [2025-07-31T01:30:16.228Z] latest: digest: sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:16.561Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:16.891Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [2025-07-31T01:30:16.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-31T01:30:16.891Z] c3101afa0b1c: Preparing [2025-07-31T01:30:16.891Z] 18a588b7f6df: Preparing [2025-07-31T01:30:16.891Z] 8eaad4721009: Preparing [2025-07-31T01:30:16.891Z] 2918bec61df6: Preparing [2025-07-31T01:30:16.891Z] 9b8bb9ad7dd7: Preparing [2025-07-31T01:30:16.891Z] 0a39be27307e: Preparing [2025-07-31T01:30:16.891Z] f5938b455831: Preparing [2025-07-31T01:30:16.891Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:16.891Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:16.891Z] 1f7771007d4f: Preparing [2025-07-31T01:30:16.891Z] ca8880eac408: Preparing [2025-07-31T01:30:16.891Z] 097100c76c15: Preparing [2025-07-31T01:30:16.891Z] 0a39be27307e: Waiting [2025-07-31T01:30:16.891Z] edbaa3a43fe3: Waiting [2025-07-31T01:30:16.891Z] 1f7771007d4f: Waiting [2025-07-31T01:30:16.891Z] ca8880eac408: Waiting [2025-07-31T01:30:16.891Z] 097100c76c15: Waiting [2025-07-31T01:30:16.891Z] f5938b455831: Waiting [2025-07-31T01:30:16.891Z] d1cfe0f2918f: Waiting [2025-07-31T01:30:16.891Z] c3101afa0b1c: Layer already exists [2025-07-31T01:30:16.891Z] 9b8bb9ad7dd7: Layer already exists [2025-07-31T01:30:16.891Z] 18a588b7f6df: Layer already exists [2025-07-31T01:30:16.891Z] 2918bec61df6: Layer already exists [2025-07-31T01:30:16.891Z] 8eaad4721009: Layer already exists [2025-07-31T01:30:16.891Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:16.891Z] 0a39be27307e: Layer already exists [2025-07-31T01:30:16.891Z] f5938b455831: Layer already exists [2025-07-31T01:30:16.891Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:16.891Z] 1f7771007d4f: Layer already exists [2025-07-31T01:30:16.891Z] ca8880eac408: Layer already exists [2025-07-31T01:30:16.891Z] 097100c76c15: Layer already exists [2025-07-31T01:30:16.891Z] 4.1.0-dev.42: digest: sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:17.219Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:17.549Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:30:17.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-31T01:30:17.549Z] c3101afa0b1c: Preparing [2025-07-31T01:30:17.549Z] 18a588b7f6df: Preparing [2025-07-31T01:30:17.549Z] 8eaad4721009: Preparing [2025-07-31T01:30:17.549Z] 2918bec61df6: Preparing [2025-07-31T01:30:17.549Z] 9b8bb9ad7dd7: Preparing [2025-07-31T01:30:17.549Z] 0a39be27307e: Preparing [2025-07-31T01:30:17.549Z] f5938b455831: Preparing [2025-07-31T01:30:17.549Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:17.549Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:17.549Z] 1f7771007d4f: Preparing [2025-07-31T01:30:17.549Z] ca8880eac408: Preparing [2025-07-31T01:30:17.549Z] 097100c76c15: Preparing [2025-07-31T01:30:17.549Z] 0a39be27307e: Waiting [2025-07-31T01:30:17.549Z] f5938b455831: Waiting [2025-07-31T01:30:17.549Z] ca8880eac408: Waiting [2025-07-31T01:30:17.549Z] d1cfe0f2918f: Waiting [2025-07-31T01:30:17.549Z] 1f7771007d4f: Waiting [2025-07-31T01:30:17.549Z] 097100c76c15: Waiting [2025-07-31T01:30:17.549Z] edbaa3a43fe3: Waiting [2025-07-31T01:30:17.549Z] 8eaad4721009: Layer already exists [2025-07-31T01:30:17.549Z] 2918bec61df6: Layer already exists [2025-07-31T01:30:17.549Z] 9b8bb9ad7dd7: Layer already exists [2025-07-31T01:30:17.549Z] 18a588b7f6df: Layer already exists [2025-07-31T01:30:17.549Z] c3101afa0b1c: Layer already exists [2025-07-31T01:30:17.549Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:17.549Z] f5938b455831: Layer already exists [2025-07-31T01:30:17.549Z] 0a39be27307e: Layer already exists [2025-07-31T01:30:17.549Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:17.549Z] 1f7771007d4f: Layer already exists [2025-07-31T01:30:17.549Z] ca8880eac408: Layer already exists [2025-07-31T01:30:17.549Z] 097100c76c15: Layer already exists [2025-07-31T01:30:17.549Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:17.881Z] + 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-31T01:30:18.204Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-07-31T01:30:18.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-31T01:30:18.204Z] c3101afa0b1c: Preparing [2025-07-31T01:30:18.204Z] 18a588b7f6df: Preparing [2025-07-31T01:30:18.204Z] 8eaad4721009: Preparing [2025-07-31T01:30:18.204Z] 2918bec61df6: Preparing [2025-07-31T01:30:18.204Z] 9b8bb9ad7dd7: Preparing [2025-07-31T01:30:18.204Z] 0a39be27307e: Preparing [2025-07-31T01:30:18.204Z] f5938b455831: Preparing [2025-07-31T01:30:18.204Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:18.204Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:18.204Z] 1f7771007d4f: Preparing [2025-07-31T01:30:18.204Z] ca8880eac408: Preparing [2025-07-31T01:30:18.204Z] 097100c76c15: Preparing [2025-07-31T01:30:18.204Z] 0a39be27307e: Waiting [2025-07-31T01:30:18.204Z] d1cfe0f2918f: Waiting [2025-07-31T01:30:18.204Z] edbaa3a43fe3: Waiting [2025-07-31T01:30:18.204Z] 1f7771007d4f: Waiting [2025-07-31T01:30:18.204Z] ca8880eac408: Waiting [2025-07-31T01:30:18.204Z] 097100c76c15: Waiting [2025-07-31T01:30:18.204Z] f5938b455831: Waiting [2025-07-31T01:30:18.204Z] c3101afa0b1c: Layer already exists [2025-07-31T01:30:18.204Z] 18a588b7f6df: Layer already exists [2025-07-31T01:30:18.204Z] 2918bec61df6: Layer already exists [2025-07-31T01:30:18.204Z] 8eaad4721009: Layer already exists [2025-07-31T01:30:18.204Z] 9b8bb9ad7dd7: Layer already exists [2025-07-31T01:30:18.204Z] 0a39be27307e: Layer already exists [2025-07-31T01:30:18.204Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:18.204Z] f5938b455831: Layer already exists [2025-07-31T01:30:18.204Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:18.204Z] 1f7771007d4f: Layer already exists [2025-07-31T01:30:18.204Z] ca8880eac408: Layer already exists [2025-07-31T01:30:18.204Z] 097100c76c15: Layer already exists [2025-07-31T01:30:18.204Z] main: digest: sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-31T01:30:18.278Z] ===================================================== [Pipeline] echo [2025-07-31T01:30:18.291Z] taggedImages: [2025-07-31T01:30:18.291Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:30:18.291Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-31T01:30:18.291Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [2025-07-31T01:30:18.291Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:30:18.291Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-07-31T01:30:18.325Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-07-31T01:30:18.325Z] 941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:30:18.325Z] latest [2025-07-31T01:30:18.325Z] 4.1.0-dev.42 [2025-07-31T01:30:18.325Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:30:18.325Z] main [2025-07-31T01:30:18.325Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:18.672Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:18.989Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:30:18.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-31T01:30:18.990Z] c053d9f92bc5: Preparing [2025-07-31T01:30:18.990Z] 97d636b9f4a4: Preparing [2025-07-31T01:30:18.990Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:18.990Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:18.990Z] 290b185bfcd9: Preparing [2025-07-31T01:30:18.990Z] 3b9349942d85: Preparing [2025-07-31T01:30:18.990Z] 097100c76c15: Preparing [2025-07-31T01:30:18.990Z] 3b9349942d85: Waiting [2025-07-31T01:30:18.990Z] 097100c76c15: Waiting [2025-07-31T01:30:18.990Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:18.990Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:18.990Z] 097100c76c15: Layer already exists [2025-07-31T01:30:18.990Z] 290b185bfcd9: Pushed [2025-07-31T01:30:18.990Z] c053d9f92bc5: Pushed [2025-07-31T01:30:19.924Z] 3b9349942d85: Pushed [2025-07-31T01:30:21.825Z] 97d636b9f4a4: Pushed [2025-07-31T01:30:22.085Z] 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:22.405Z] + 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-31T01:30:22.723Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-31T01:30:22.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-31T01:30:22.723Z] c053d9f92bc5: Preparing [2025-07-31T01:30:22.723Z] 97d636b9f4a4: Preparing [2025-07-31T01:30:22.723Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:22.723Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:22.723Z] 290b185bfcd9: Preparing [2025-07-31T01:30:22.723Z] 3b9349942d85: Preparing [2025-07-31T01:30:22.723Z] 097100c76c15: Preparing [2025-07-31T01:30:22.723Z] 097100c76c15: Waiting [2025-07-31T01:30:22.723Z] 3b9349942d85: Waiting [2025-07-31T01:30:22.723Z] 290b185bfcd9: Layer already exists [2025-07-31T01:30:22.723Z] c053d9f92bc5: Layer already exists [2025-07-31T01:30:22.723Z] 97d636b9f4a4: Layer already exists [2025-07-31T01:30:22.723Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:22.723Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:22.723Z] 3b9349942d85: Layer already exists [2025-07-31T01:30:22.723Z] 097100c76c15: Layer already exists [2025-07-31T01:30:22.723Z] latest: digest: sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:23.049Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:23.371Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [2025-07-31T01:30:23.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-31T01:30:23.371Z] c053d9f92bc5: Preparing [2025-07-31T01:30:23.371Z] 97d636b9f4a4: Preparing [2025-07-31T01:30:23.371Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:23.371Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:23.371Z] 290b185bfcd9: Preparing [2025-07-31T01:30:23.371Z] 3b9349942d85: Preparing [2025-07-31T01:30:23.371Z] 097100c76c15: Preparing [2025-07-31T01:30:23.371Z] 3b9349942d85: Waiting [2025-07-31T01:30:23.371Z] 097100c76c15: Waiting [2025-07-31T01:30:23.371Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:23.371Z] c053d9f92bc5: Layer already exists [2025-07-31T01:30:23.371Z] 290b185bfcd9: Layer already exists [2025-07-31T01:30:23.371Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:23.371Z] 97d636b9f4a4: Layer already exists [2025-07-31T01:30:23.371Z] 3b9349942d85: Layer already exists [2025-07-31T01:30:23.371Z] 097100c76c15: Layer already exists [2025-07-31T01:30:23.371Z] 4.1.0-dev.42: digest: sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:23.700Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:24.024Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:30:24.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-31T01:30:24.024Z] c053d9f92bc5: Preparing [2025-07-31T01:30:24.024Z] 97d636b9f4a4: Preparing [2025-07-31T01:30:24.024Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:24.024Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:24.024Z] 290b185bfcd9: Preparing [2025-07-31T01:30:24.024Z] 3b9349942d85: Preparing [2025-07-31T01:30:24.024Z] 097100c76c15: Preparing [2025-07-31T01:30:24.024Z] 097100c76c15: Waiting [2025-07-31T01:30:24.024Z] 3b9349942d85: Waiting [2025-07-31T01:30:24.024Z] 97d636b9f4a4: Layer already exists [2025-07-31T01:30:24.024Z] c053d9f92bc5: Layer already exists [2025-07-31T01:30:24.024Z] 290b185bfcd9: Layer already exists [2025-07-31T01:30:24.024Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:24.024Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:24.024Z] 3b9349942d85: Layer already exists [2025-07-31T01:30:24.024Z] 097100c76c15: Layer already exists [2025-07-31T01:30:24.024Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:24.350Z] + 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-31T01:30:24.678Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-07-31T01:30:24.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-31T01:30:24.678Z] c053d9f92bc5: Preparing [2025-07-31T01:30:24.678Z] 97d636b9f4a4: Preparing [2025-07-31T01:30:24.678Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:24.678Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:24.678Z] 290b185bfcd9: Preparing [2025-07-31T01:30:24.678Z] 3b9349942d85: Preparing [2025-07-31T01:30:24.678Z] 097100c76c15: Preparing [2025-07-31T01:30:24.678Z] 097100c76c15: Waiting [2025-07-31T01:30:24.678Z] 3b9349942d85: Waiting [2025-07-31T01:30:24.678Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:24.678Z] 97d636b9f4a4: Layer already exists [2025-07-31T01:30:24.678Z] c053d9f92bc5: Layer already exists [2025-07-31T01:30:24.678Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:24.678Z] 290b185bfcd9: Layer already exists [2025-07-31T01:30:24.678Z] 097100c76c15: Layer already exists [2025-07-31T01:30:24.678Z] 3b9349942d85: Layer already exists [2025-07-31T01:30:24.678Z] main: digest: sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-31T01:30:24.751Z] ===================================================== [Pipeline] echo [2025-07-31T01:30:24.767Z] taggedImages: [2025-07-31T01:30:24.767Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:30:24.767Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-31T01:30:24.767Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [2025-07-31T01:30:24.767Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:30:24.767Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-07-31T01:30:24.805Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-07-31T01:30:24.805Z] 941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:30:24.805Z] latest [2025-07-31T01:30:24.805Z] 4.1.0-dev.42 [2025-07-31T01:30:24.805Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:30:24.805Z] main [2025-07-31T01:30:24.805Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:25.151Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:25.477Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:30:25.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-31T01:30:25.478Z] 743951ff68b3: Preparing [2025-07-31T01:30:25.478Z] bcaedec1cba6: Preparing [2025-07-31T01:30:25.478Z] 2a18ef8be1e5: Preparing [2025-07-31T01:30:25.478Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:25.478Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:25.478Z] f181e8d6db6b: Preparing [2025-07-31T01:30:25.478Z] 36804331982e: Preparing [2025-07-31T01:30:25.478Z] 4342a3581bd5: Preparing [2025-07-31T01:30:25.478Z] bdda1d3d07a3: Preparing [2025-07-31T01:30:25.478Z] 097100c76c15: Preparing [2025-07-31T01:30:25.478Z] f181e8d6db6b: Waiting [2025-07-31T01:30:25.478Z] 36804331982e: Waiting [2025-07-31T01:30:25.478Z] 4342a3581bd5: Waiting [2025-07-31T01:30:25.478Z] bdda1d3d07a3: Waiting [2025-07-31T01:30:25.478Z] 097100c76c15: Waiting [2025-07-31T01:30:25.478Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:25.478Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:25.478Z] 743951ff68b3: Pushed [2025-07-31T01:30:25.478Z] 2a18ef8be1e5: Pushed [2025-07-31T01:30:25.478Z] bcaedec1cba6: Pushed [2025-07-31T01:30:25.478Z] 097100c76c15: Layer already exists [2025-07-31T01:30:25.478Z] 4342a3581bd5: Pushed [2025-07-31T01:30:26.044Z] bdda1d3d07a3: Pushed [2025-07-31T01:30:30.261Z] 36804331982e: Pushed [2025-07-31T01:30:38.511Z] f181e8d6db6b: Pushed [2025-07-31T01:30:38.511Z] 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:38.844Z] + 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-31T01:30:39.168Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-31T01:30:39.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-31T01:30:39.168Z] 743951ff68b3: Preparing [2025-07-31T01:30:39.168Z] bcaedec1cba6: Preparing [2025-07-31T01:30:39.168Z] 2a18ef8be1e5: Preparing [2025-07-31T01:30:39.168Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:39.168Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:39.168Z] f181e8d6db6b: Preparing [2025-07-31T01:30:39.168Z] 36804331982e: Preparing [2025-07-31T01:30:39.168Z] 4342a3581bd5: Preparing [2025-07-31T01:30:39.168Z] f181e8d6db6b: Waiting [2025-07-31T01:30:39.168Z] 36804331982e: Waiting [2025-07-31T01:30:39.168Z] bdda1d3d07a3: Preparing [2025-07-31T01:30:39.168Z] 097100c76c15: Preparing [2025-07-31T01:30:39.168Z] 097100c76c15: Waiting [2025-07-31T01:30:39.168Z] bdda1d3d07a3: Waiting [2025-07-31T01:30:39.168Z] 4342a3581bd5: Waiting [2025-07-31T01:30:39.168Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:39.168Z] 743951ff68b3: Layer already exists [2025-07-31T01:30:39.168Z] bcaedec1cba6: Layer already exists [2025-07-31T01:30:39.168Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:39.168Z] 2a18ef8be1e5: Layer already exists [2025-07-31T01:30:39.168Z] 36804331982e: Layer already exists [2025-07-31T01:30:39.168Z] f181e8d6db6b: Layer already exists [2025-07-31T01:30:39.168Z] 4342a3581bd5: Layer already exists [2025-07-31T01:30:39.168Z] bdda1d3d07a3: Layer already exists [2025-07-31T01:30:39.168Z] 097100c76c15: Layer already exists [2025-07-31T01:30:39.168Z] latest: digest: sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:39.493Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:39.821Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [2025-07-31T01:30:39.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-31T01:30:39.821Z] 743951ff68b3: Preparing [2025-07-31T01:30:39.821Z] bcaedec1cba6: Preparing [2025-07-31T01:30:39.821Z] 2a18ef8be1e5: Preparing [2025-07-31T01:30:39.821Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:39.821Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:39.821Z] f181e8d6db6b: Preparing [2025-07-31T01:30:39.821Z] 36804331982e: Preparing [2025-07-31T01:30:39.821Z] 4342a3581bd5: Preparing [2025-07-31T01:30:39.821Z] bdda1d3d07a3: Preparing [2025-07-31T01:30:39.821Z] 097100c76c15: Preparing [2025-07-31T01:30:39.821Z] f181e8d6db6b: Waiting [2025-07-31T01:30:39.821Z] 36804331982e: Waiting [2025-07-31T01:30:39.821Z] 4342a3581bd5: Waiting [2025-07-31T01:30:39.821Z] 097100c76c15: Waiting [2025-07-31T01:30:39.821Z] bdda1d3d07a3: Waiting [2025-07-31T01:30:39.821Z] bcaedec1cba6: Layer already exists [2025-07-31T01:30:39.821Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:39.821Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:39.821Z] 743951ff68b3: Layer already exists [2025-07-31T01:30:39.821Z] 2a18ef8be1e5: Layer already exists [2025-07-31T01:30:39.821Z] 36804331982e: Layer already exists [2025-07-31T01:30:39.821Z] 4342a3581bd5: Layer already exists [2025-07-31T01:30:39.821Z] f181e8d6db6b: Layer already exists [2025-07-31T01:30:39.821Z] bdda1d3d07a3: Layer already exists [2025-07-31T01:30:39.821Z] 097100c76c15: Layer already exists [2025-07-31T01:30:39.821Z] 4.1.0-dev.42: digest: sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:40.145Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:40.469Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:30:40.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-31T01:30:40.469Z] 743951ff68b3: Preparing [2025-07-31T01:30:40.469Z] bcaedec1cba6: Preparing [2025-07-31T01:30:40.469Z] 2a18ef8be1e5: Preparing [2025-07-31T01:30:40.469Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:40.469Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:40.469Z] f181e8d6db6b: Preparing [2025-07-31T01:30:40.469Z] 36804331982e: Preparing [2025-07-31T01:30:40.469Z] 4342a3581bd5: Preparing [2025-07-31T01:30:40.469Z] bdda1d3d07a3: Preparing [2025-07-31T01:30:40.469Z] 097100c76c15: Preparing [2025-07-31T01:30:40.469Z] f181e8d6db6b: Waiting [2025-07-31T01:30:40.469Z] 36804331982e: Waiting [2025-07-31T01:30:40.469Z] 4342a3581bd5: Waiting [2025-07-31T01:30:40.469Z] bdda1d3d07a3: Waiting [2025-07-31T01:30:40.469Z] 097100c76c15: Waiting [2025-07-31T01:30:40.469Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:40.469Z] 743951ff68b3: Layer already exists [2025-07-31T01:30:40.469Z] 2a18ef8be1e5: Layer already exists [2025-07-31T01:30:40.469Z] bcaedec1cba6: Layer already exists [2025-07-31T01:30:40.469Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:40.469Z] f181e8d6db6b: Layer already exists [2025-07-31T01:30:40.469Z] 36804331982e: Layer already exists [2025-07-31T01:30:40.469Z] bdda1d3d07a3: Layer already exists [2025-07-31T01:30:40.469Z] 4342a3581bd5: Layer already exists [2025-07-31T01:30:40.469Z] 097100c76c15: Layer already exists [2025-07-31T01:30:40.469Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:40.796Z] + 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-31T01:30:41.120Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-07-31T01:30:41.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-31T01:30:41.120Z] 743951ff68b3: Preparing [2025-07-31T01:30:41.120Z] bcaedec1cba6: Preparing [2025-07-31T01:30:41.120Z] 2a18ef8be1e5: Preparing [2025-07-31T01:30:41.120Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:41.120Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:41.120Z] f181e8d6db6b: Preparing [2025-07-31T01:30:41.120Z] 36804331982e: Preparing [2025-07-31T01:30:41.120Z] 4342a3581bd5: Preparing [2025-07-31T01:30:41.120Z] bdda1d3d07a3: Preparing [2025-07-31T01:30:41.120Z] 097100c76c15: Preparing [2025-07-31T01:30:41.120Z] 36804331982e: Waiting [2025-07-31T01:30:41.120Z] 4342a3581bd5: Waiting [2025-07-31T01:30:41.120Z] bdda1d3d07a3: Waiting [2025-07-31T01:30:41.120Z] 097100c76c15: Waiting [2025-07-31T01:30:41.120Z] f181e8d6db6b: Waiting [2025-07-31T01:30:41.120Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:41.120Z] bcaedec1cba6: Layer already exists [2025-07-31T01:30:41.120Z] 743951ff68b3: Layer already exists [2025-07-31T01:30:41.120Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:41.120Z] 2a18ef8be1e5: Layer already exists [2025-07-31T01:30:41.120Z] f181e8d6db6b: Layer already exists [2025-07-31T01:30:41.120Z] 4342a3581bd5: Layer already exists [2025-07-31T01:30:41.120Z] 36804331982e: Layer already exists [2025-07-31T01:30:41.120Z] 097100c76c15: Layer already exists [2025-07-31T01:30:41.120Z] bdda1d3d07a3: Layer already exists [2025-07-31T01:30:41.120Z] main: digest: sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-31T01:30:41.194Z] ===================================================== [Pipeline] echo [2025-07-31T01:30:41.211Z] taggedImages: [2025-07-31T01:30:41.211Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:30:41.211Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-31T01:30:41.211Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [2025-07-31T01:30:41.211Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:30:41.211Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-07-31T01:30:41.243Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-07-31T01:30:41.243Z] 941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:30:41.243Z] latest [2025-07-31T01:30:41.243Z] 4.1.0-dev.42 [2025-07-31T01:30:41.243Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:30:41.243Z] main [2025-07-31T01:30:41.243Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:41.597Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:41.921Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:30:41.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-31T01:30:41.921Z] a1f725d76eb1: Preparing [2025-07-31T01:30:41.921Z] b794119fe76f: Preparing [2025-07-31T01:30:41.921Z] 03fe02a23f80: Preparing [2025-07-31T01:30:41.921Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:41.921Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:41.921Z] f181e8d6db6b: Preparing [2025-07-31T01:30:41.921Z] 89004e77c4cd: Preparing [2025-07-31T01:30:41.921Z] 703e46de2d83: Preparing [2025-07-31T01:30:41.921Z] 097100c76c15: Preparing [2025-07-31T01:30:41.921Z] 89004e77c4cd: Waiting [2025-07-31T01:30:41.921Z] 703e46de2d83: Waiting [2025-07-31T01:30:41.921Z] 097100c76c15: Waiting [2025-07-31T01:30:41.921Z] f181e8d6db6b: Waiting [2025-07-31T01:30:41.921Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:41.921Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:41.921Z] f181e8d6db6b: Layer already exists [2025-07-31T01:30:41.921Z] 03fe02a23f80: Pushed [2025-07-31T01:30:41.921Z] b794119fe76f: Pushed [2025-07-31T01:30:41.921Z] 097100c76c15: Layer already exists [2025-07-31T01:30:41.921Z] a1f725d76eb1: Pushed [2025-07-31T01:30:41.921Z] 89004e77c4cd: Pushed [2025-07-31T01:30:42.179Z] 703e46de2d83: Pushed [2025-07-31T01:30:42.438Z] 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:42.772Z] + 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-31T01:30:43.093Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-31T01:30:43.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-31T01:30:43.093Z] a1f725d76eb1: Preparing [2025-07-31T01:30:43.093Z] b794119fe76f: Preparing [2025-07-31T01:30:43.093Z] 03fe02a23f80: Preparing [2025-07-31T01:30:43.093Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:43.093Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:43.093Z] f181e8d6db6b: Preparing [2025-07-31T01:30:43.093Z] 89004e77c4cd: Preparing [2025-07-31T01:30:43.093Z] 703e46de2d83: Preparing [2025-07-31T01:30:43.093Z] 097100c76c15: Preparing [2025-07-31T01:30:43.093Z] 89004e77c4cd: Waiting [2025-07-31T01:30:43.093Z] f181e8d6db6b: Waiting [2025-07-31T01:30:43.093Z] 097100c76c15: Waiting [2025-07-31T01:30:43.093Z] 703e46de2d83: Waiting [2025-07-31T01:30:43.093Z] a1f725d76eb1: Layer already exists [2025-07-31T01:30:43.093Z] 03fe02a23f80: Layer already exists [2025-07-31T01:30:43.093Z] b794119fe76f: Layer already exists [2025-07-31T01:30:43.093Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:43.093Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:43.093Z] f181e8d6db6b: Layer already exists [2025-07-31T01:30:43.093Z] 89004e77c4cd: Layer already exists [2025-07-31T01:30:43.093Z] 703e46de2d83: Layer already exists [2025-07-31T01:30:43.093Z] 097100c76c15: Layer already exists [2025-07-31T01:30:43.093Z] latest: digest: sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:43.412Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:43.730Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [2025-07-31T01:30:43.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-31T01:30:43.730Z] a1f725d76eb1: Preparing [2025-07-31T01:30:43.730Z] b794119fe76f: Preparing [2025-07-31T01:30:43.730Z] 03fe02a23f80: Preparing [2025-07-31T01:30:43.730Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:43.730Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:43.730Z] f181e8d6db6b: Preparing [2025-07-31T01:30:43.730Z] 89004e77c4cd: Preparing [2025-07-31T01:30:43.730Z] 703e46de2d83: Preparing [2025-07-31T01:30:43.730Z] 097100c76c15: Preparing [2025-07-31T01:30:43.730Z] f181e8d6db6b: Waiting [2025-07-31T01:30:43.730Z] 097100c76c15: Waiting [2025-07-31T01:30:43.730Z] 89004e77c4cd: Waiting [2025-07-31T01:30:43.730Z] 703e46de2d83: Waiting [2025-07-31T01:30:43.730Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:43.730Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:43.730Z] 03fe02a23f80: Layer already exists [2025-07-31T01:30:43.730Z] a1f725d76eb1: Layer already exists [2025-07-31T01:30:43.730Z] b794119fe76f: Layer already exists [2025-07-31T01:30:43.730Z] 89004e77c4cd: Layer already exists [2025-07-31T01:30:43.730Z] 703e46de2d83: Layer already exists [2025-07-31T01:30:43.730Z] f181e8d6db6b: Layer already exists [2025-07-31T01:30:43.730Z] 097100c76c15: Layer already exists [2025-07-31T01:30:43.730Z] 4.1.0-dev.42: digest: sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:44.056Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:44.384Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:30:44.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-31T01:30:44.384Z] a1f725d76eb1: Preparing [2025-07-31T01:30:44.384Z] b794119fe76f: Preparing [2025-07-31T01:30:44.384Z] 03fe02a23f80: Preparing [2025-07-31T01:30:44.384Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:44.384Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:44.384Z] f181e8d6db6b: Preparing [2025-07-31T01:30:44.384Z] 89004e77c4cd: Preparing [2025-07-31T01:30:44.384Z] 703e46de2d83: Preparing [2025-07-31T01:30:44.384Z] 097100c76c15: Preparing [2025-07-31T01:30:44.384Z] 703e46de2d83: Waiting [2025-07-31T01:30:44.384Z] f181e8d6db6b: Waiting [2025-07-31T01:30:44.384Z] 89004e77c4cd: Waiting [2025-07-31T01:30:44.384Z] 097100c76c15: Waiting [2025-07-31T01:30:44.384Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:44.384Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:44.384Z] b794119fe76f: Layer already exists [2025-07-31T01:30:44.384Z] a1f725d76eb1: Layer already exists [2025-07-31T01:30:44.384Z] 03fe02a23f80: Layer already exists [2025-07-31T01:30:44.384Z] f181e8d6db6b: Layer already exists [2025-07-31T01:30:44.384Z] 89004e77c4cd: Layer already exists [2025-07-31T01:30:44.384Z] 097100c76c15: Layer already exists [2025-07-31T01:30:44.384Z] 703e46de2d83: Layer already exists [2025-07-31T01:30:44.384Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:44.708Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:45.024Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-07-31T01:30:45.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-31T01:30:45.024Z] a1f725d76eb1: Preparing [2025-07-31T01:30:45.024Z] b794119fe76f: Preparing [2025-07-31T01:30:45.024Z] 03fe02a23f80: Preparing [2025-07-31T01:30:45.024Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:45.024Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:45.024Z] f181e8d6db6b: Preparing [2025-07-31T01:30:45.024Z] 89004e77c4cd: Preparing [2025-07-31T01:30:45.024Z] 703e46de2d83: Preparing [2025-07-31T01:30:45.024Z] 097100c76c15: Preparing [2025-07-31T01:30:45.024Z] f181e8d6db6b: Waiting [2025-07-31T01:30:45.024Z] 703e46de2d83: Waiting [2025-07-31T01:30:45.024Z] 89004e77c4cd: Waiting [2025-07-31T01:30:45.024Z] 097100c76c15: Waiting [2025-07-31T01:30:45.024Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:45.024Z] 03fe02a23f80: Layer already exists [2025-07-31T01:30:45.024Z] a1f725d76eb1: Layer already exists [2025-07-31T01:30:45.024Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:45.024Z] b794119fe76f: Layer already exists [2025-07-31T01:30:45.024Z] 703e46de2d83: Layer already exists [2025-07-31T01:30:45.024Z] f181e8d6db6b: Layer already exists [2025-07-31T01:30:45.024Z] 89004e77c4cd: Layer already exists [2025-07-31T01:30:45.024Z] 097100c76c15: Layer already exists [2025-07-31T01:30:45.024Z] main: digest: sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-31T01:30:45.110Z] ===================================================== [Pipeline] echo [2025-07-31T01:30:45.127Z] taggedImages: [2025-07-31T01:30:45.127Z] - nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:30:45.127Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-31T01:30:45.127Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [2025-07-31T01:30:45.127Z] - nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:30:45.127Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-07-31T01:30:45.164Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-07-31T01:30:45.164Z] 941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:30:45.164Z] latest [2025-07-31T01:30:45.164Z] 4.1.0-dev.42 [2025-07-31T01:30:45.164Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:30:45.164Z] main [2025-07-31T01:30:45.164Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:45.516Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:30:45.844Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:30:45.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-31T01:30:45.845Z] 743951ff68b3: Preparing [2025-07-31T01:30:45.845Z] 37de31a230b5: Preparing [2025-07-31T01:30:45.845Z] 82ee759d9bf8: Preparing [2025-07-31T01:30:45.845Z] d1cfe0f2918f: Preparing [2025-07-31T01:30:45.845Z] edbaa3a43fe3: Preparing [2025-07-31T01:30:45.845Z] 3db652be51f0: Preparing [2025-07-31T01:30:45.845Z] 4342a3581bd5: Preparing [2025-07-31T01:30:45.845Z] bdda1d3d07a3: Preparing [2025-07-31T01:30:45.845Z] 097100c76c15: Preparing [2025-07-31T01:30:45.845Z] 3db652be51f0: Waiting [2025-07-31T01:30:45.845Z] bdda1d3d07a3: Waiting [2025-07-31T01:30:45.845Z] 097100c76c15: Waiting [2025-07-31T01:30:45.845Z] 4342a3581bd5: Waiting [2025-07-31T01:30:45.845Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:30:45.845Z] 743951ff68b3: Layer already exists [2025-07-31T01:30:45.845Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:30:45.845Z] 4342a3581bd5: Layer already exists [2025-07-31T01:30:45.845Z] bdda1d3d07a3: Layer already exists [2025-07-31T01:30:45.845Z] 097100c76c15: Layer already exists [2025-07-31T01:30:45.845Z] 82ee759d9bf8: Pushed [2025-07-31T01:30:45.845Z] 37de31a230b5: Pushed [2025-07-31T01:31:00.718Z] 3db652be51f0: Pushed [2025-07-31T01:31:00.718Z] 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:01.053Z] + 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-31T01:31:01.376Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-31T01:31:01.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-31T01:31:01.376Z] 743951ff68b3: Preparing [2025-07-31T01:31:01.376Z] 37de31a230b5: Preparing [2025-07-31T01:31:01.376Z] 82ee759d9bf8: Preparing [2025-07-31T01:31:01.376Z] d1cfe0f2918f: Preparing [2025-07-31T01:31:01.376Z] edbaa3a43fe3: Preparing [2025-07-31T01:31:01.376Z] 3db652be51f0: Preparing [2025-07-31T01:31:01.376Z] 4342a3581bd5: Preparing [2025-07-31T01:31:01.376Z] bdda1d3d07a3: Preparing [2025-07-31T01:31:01.376Z] 097100c76c15: Preparing [2025-07-31T01:31:01.376Z] 4342a3581bd5: Waiting [2025-07-31T01:31:01.376Z] 097100c76c15: Waiting [2025-07-31T01:31:01.376Z] bdda1d3d07a3: Waiting [2025-07-31T01:31:01.376Z] 3db652be51f0: Waiting [2025-07-31T01:31:01.376Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:31:01.376Z] 82ee759d9bf8: Layer already exists [2025-07-31T01:31:01.376Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:31:01.376Z] 37de31a230b5: Layer already exists [2025-07-31T01:31:01.376Z] 743951ff68b3: Layer already exists [2025-07-31T01:31:01.376Z] 3db652be51f0: Layer already exists [2025-07-31T01:31:01.376Z] bdda1d3d07a3: Layer already exists [2025-07-31T01:31:01.376Z] 4342a3581bd5: Layer already exists [2025-07-31T01:31:01.376Z] 097100c76c15: Layer already exists [2025-07-31T01:31:01.376Z] latest: digest: sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:01.698Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:02.020Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [2025-07-31T01:31:02.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-31T01:31:02.020Z] 743951ff68b3: Preparing [2025-07-31T01:31:02.020Z] 37de31a230b5: Preparing [2025-07-31T01:31:02.020Z] 82ee759d9bf8: Preparing [2025-07-31T01:31:02.020Z] d1cfe0f2918f: Preparing [2025-07-31T01:31:02.020Z] edbaa3a43fe3: Preparing [2025-07-31T01:31:02.020Z] 3db652be51f0: Preparing [2025-07-31T01:31:02.020Z] 4342a3581bd5: Preparing [2025-07-31T01:31:02.020Z] bdda1d3d07a3: Preparing [2025-07-31T01:31:02.020Z] 097100c76c15: Preparing [2025-07-31T01:31:02.020Z] 4342a3581bd5: Waiting [2025-07-31T01:31:02.020Z] 097100c76c15: Waiting [2025-07-31T01:31:02.020Z] bdda1d3d07a3: Waiting [2025-07-31T01:31:02.020Z] 3db652be51f0: Waiting [2025-07-31T01:31:02.020Z] 743951ff68b3: Layer already exists [2025-07-31T01:31:02.020Z] 82ee759d9bf8: Layer already exists [2025-07-31T01:31:02.020Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:31:02.020Z] 37de31a230b5: Layer already exists [2025-07-31T01:31:02.020Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:31:02.020Z] 3db652be51f0: Layer already exists [2025-07-31T01:31:02.020Z] 4342a3581bd5: Layer already exists [2025-07-31T01:31:02.020Z] 097100c76c15: Layer already exists [2025-07-31T01:31:02.020Z] bdda1d3d07a3: Layer already exists [2025-07-31T01:31:02.020Z] 4.1.0-dev.42: digest: sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:02.350Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:02.668Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:02.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-31T01:31:02.668Z] 743951ff68b3: Preparing [2025-07-31T01:31:02.668Z] 37de31a230b5: Preparing [2025-07-31T01:31:02.668Z] 82ee759d9bf8: Preparing [2025-07-31T01:31:02.668Z] d1cfe0f2918f: Preparing [2025-07-31T01:31:02.668Z] edbaa3a43fe3: Preparing [2025-07-31T01:31:02.668Z] 3db652be51f0: Preparing [2025-07-31T01:31:02.668Z] 4342a3581bd5: Preparing [2025-07-31T01:31:02.668Z] bdda1d3d07a3: Preparing [2025-07-31T01:31:02.668Z] 097100c76c15: Preparing [2025-07-31T01:31:02.668Z] 3db652be51f0: Waiting [2025-07-31T01:31:02.668Z] 4342a3581bd5: Waiting [2025-07-31T01:31:02.668Z] bdda1d3d07a3: Waiting [2025-07-31T01:31:02.668Z] 097100c76c15: Waiting [2025-07-31T01:31:02.668Z] 37de31a230b5: Layer already exists [2025-07-31T01:31:02.668Z] 743951ff68b3: Layer already exists [2025-07-31T01:31:02.668Z] 82ee759d9bf8: Layer already exists [2025-07-31T01:31:02.668Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:31:02.668Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:31:02.668Z] 3db652be51f0: Layer already exists [2025-07-31T01:31:02.668Z] bdda1d3d07a3: Layer already exists [2025-07-31T01:31:02.668Z] 097100c76c15: Layer already exists [2025-07-31T01:31:02.668Z] 4342a3581bd5: Layer already exists [2025-07-31T01:31:02.668Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:02.988Z] + 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-31T01:31:03.305Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-07-31T01:31:03.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-31T01:31:03.305Z] 743951ff68b3: Preparing [2025-07-31T01:31:03.305Z] 37de31a230b5: Preparing [2025-07-31T01:31:03.305Z] 82ee759d9bf8: Preparing [2025-07-31T01:31:03.305Z] d1cfe0f2918f: Preparing [2025-07-31T01:31:03.305Z] edbaa3a43fe3: Preparing [2025-07-31T01:31:03.305Z] 3db652be51f0: Preparing [2025-07-31T01:31:03.305Z] 4342a3581bd5: Preparing [2025-07-31T01:31:03.305Z] bdda1d3d07a3: Preparing [2025-07-31T01:31:03.305Z] 097100c76c15: Preparing [2025-07-31T01:31:03.305Z] 4342a3581bd5: Waiting [2025-07-31T01:31:03.305Z] bdda1d3d07a3: Waiting [2025-07-31T01:31:03.305Z] 3db652be51f0: Waiting [2025-07-31T01:31:03.305Z] 097100c76c15: Waiting [2025-07-31T01:31:03.305Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:31:03.305Z] 743951ff68b3: Layer already exists [2025-07-31T01:31:03.305Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:31:03.305Z] 37de31a230b5: Layer already exists [2025-07-31T01:31:03.305Z] 82ee759d9bf8: Layer already exists [2025-07-31T01:31:03.305Z] 3db652be51f0: Layer already exists [2025-07-31T01:31:03.305Z] 4342a3581bd5: Layer already exists [2025-07-31T01:31:03.305Z] bdda1d3d07a3: Layer already exists [2025-07-31T01:31:03.305Z] 097100c76c15: Layer already exists [2025-07-31T01:31:03.305Z] main: digest: sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-31T01:31:03.384Z] ===================================================== [Pipeline] echo [2025-07-31T01:31:03.396Z] taggedImages: [2025-07-31T01:31:03.396Z] - nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:03.396Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-31T01:31:03.396Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [2025-07-31T01:31:03.396Z] - nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:03.396Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-07-31T01:31:03.423Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-07-31T01:31:03.423Z] 941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:03.423Z] latest [2025-07-31T01:31:03.423Z] 4.1.0-dev.42 [2025-07-31T01:31:03.423Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:03.423Z] main [2025-07-31T01:31:03.423Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:03.767Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:04.092Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:04.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-31T01:31:04.092Z] 5623a752d873: Preparing [2025-07-31T01:31:04.092Z] ff0448ae4647: Preparing [2025-07-31T01:31:04.092Z] d1cfe0f2918f: Preparing [2025-07-31T01:31:04.092Z] edbaa3a43fe3: Preparing [2025-07-31T01:31:04.092Z] 6f8ede775657: Preparing [2025-07-31T01:31:04.092Z] 4e735ef9169b: Preparing [2025-07-31T01:31:04.092Z] 097100c76c15: Preparing [2025-07-31T01:31:04.092Z] 4e735ef9169b: Waiting [2025-07-31T01:31:04.092Z] 097100c76c15: Waiting [2025-07-31T01:31:04.092Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:31:04.092Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:31:04.092Z] 097100c76c15: Layer already exists [2025-07-31T01:31:04.092Z] 5623a752d873: Pushed [2025-07-31T01:31:04.092Z] 6f8ede775657: Pushed [2025-07-31T01:31:04.658Z] 4e735ef9169b: Pushed [2025-07-31T01:31:07.944Z] ff0448ae4647: Pushed [2025-07-31T01:31:08.204Z] 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:08.538Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:08.938Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-31T01:31:08.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-31T01:31:08.938Z] 5623a752d873: Preparing [2025-07-31T01:31:08.938Z] ff0448ae4647: Preparing [2025-07-31T01:31:08.938Z] d1cfe0f2918f: Preparing [2025-07-31T01:31:08.938Z] edbaa3a43fe3: Preparing [2025-07-31T01:31:08.938Z] 6f8ede775657: Preparing [2025-07-31T01:31:08.938Z] 4e735ef9169b: Preparing [2025-07-31T01:31:08.938Z] 097100c76c15: Preparing [2025-07-31T01:31:08.938Z] 4e735ef9169b: Waiting [2025-07-31T01:31:08.938Z] 097100c76c15: Waiting [2025-07-31T01:31:08.938Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:31:08.938Z] 5623a752d873: Layer already exists [2025-07-31T01:31:08.938Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:31:08.938Z] ff0448ae4647: Layer already exists [2025-07-31T01:31:08.938Z] 6f8ede775657: Layer already exists [2025-07-31T01:31:08.938Z] 4e735ef9169b: Layer already exists [2025-07-31T01:31:08.938Z] 097100c76c15: Layer already exists [2025-07-31T01:31:08.938Z] latest: digest: sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:09.268Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:09.585Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [2025-07-31T01:31:09.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-31T01:31:09.585Z] 5623a752d873: Preparing [2025-07-31T01:31:09.585Z] ff0448ae4647: Preparing [2025-07-31T01:31:09.585Z] d1cfe0f2918f: Preparing [2025-07-31T01:31:09.585Z] edbaa3a43fe3: Preparing [2025-07-31T01:31:09.585Z] 6f8ede775657: Preparing [2025-07-31T01:31:09.585Z] 4e735ef9169b: Preparing [2025-07-31T01:31:09.585Z] 097100c76c15: Preparing [2025-07-31T01:31:09.585Z] 4e735ef9169b: Waiting [2025-07-31T01:31:09.585Z] 097100c76c15: Waiting [2025-07-31T01:31:09.585Z] 6f8ede775657: Layer already exists [2025-07-31T01:31:09.585Z] ff0448ae4647: Layer already exists [2025-07-31T01:31:09.585Z] 5623a752d873: Layer already exists [2025-07-31T01:31:09.585Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:31:09.585Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:31:09.585Z] 4e735ef9169b: Layer already exists [2025-07-31T01:31:09.585Z] 097100c76c15: Layer already exists [2025-07-31T01:31:09.585Z] 4.1.0-dev.42: digest: sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:09.910Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:10.235Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:10.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-31T01:31:10.235Z] 5623a752d873: Preparing [2025-07-31T01:31:10.235Z] ff0448ae4647: Preparing [2025-07-31T01:31:10.235Z] d1cfe0f2918f: Preparing [2025-07-31T01:31:10.235Z] edbaa3a43fe3: Preparing [2025-07-31T01:31:10.235Z] 6f8ede775657: Preparing [2025-07-31T01:31:10.235Z] 4e735ef9169b: Preparing [2025-07-31T01:31:10.235Z] 097100c76c15: Preparing [2025-07-31T01:31:10.235Z] 4e735ef9169b: Waiting [2025-07-31T01:31:10.235Z] 097100c76c15: Waiting [2025-07-31T01:31:10.235Z] 6f8ede775657: Layer already exists [2025-07-31T01:31:10.235Z] 5623a752d873: Layer already exists [2025-07-31T01:31:10.235Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:31:10.235Z] ff0448ae4647: Layer already exists [2025-07-31T01:31:10.235Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:31:10.235Z] 097100c76c15: Layer already exists [2025-07-31T01:31:10.235Z] 4e735ef9169b: Layer already exists [2025-07-31T01:31:10.235Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:10.554Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:10.874Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-07-31T01:31:10.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-31T01:31:10.875Z] 5623a752d873: Preparing [2025-07-31T01:31:10.875Z] ff0448ae4647: Preparing [2025-07-31T01:31:10.875Z] d1cfe0f2918f: Preparing [2025-07-31T01:31:10.875Z] edbaa3a43fe3: Preparing [2025-07-31T01:31:10.875Z] 6f8ede775657: Preparing [2025-07-31T01:31:10.875Z] 4e735ef9169b: Preparing [2025-07-31T01:31:10.875Z] 097100c76c15: Preparing [2025-07-31T01:31:10.875Z] 4e735ef9169b: Waiting [2025-07-31T01:31:10.875Z] 097100c76c15: Waiting [2025-07-31T01:31:10.875Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:31:10.875Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:31:10.875Z] ff0448ae4647: Layer already exists [2025-07-31T01:31:10.875Z] 6f8ede775657: Layer already exists [2025-07-31T01:31:10.875Z] 5623a752d873: Layer already exists [2025-07-31T01:31:10.875Z] 4e735ef9169b: Layer already exists [2025-07-31T01:31:10.875Z] 097100c76c15: Layer already exists [2025-07-31T01:31:10.875Z] main: digest: sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-31T01:31:10.940Z] ===================================================== [Pipeline] echo [2025-07-31T01:31:10.952Z] taggedImages: [2025-07-31T01:31:10.952Z] - nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:10.952Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-31T01:31:10.952Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [2025-07-31T01:31:10.952Z] - nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:10.952Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-07-31T01:31:10.980Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-07-31T01:31:10.980Z] 941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:10.980Z] latest [2025-07-31T01:31:10.980Z] 4.1.0-dev.42 [2025-07-31T01:31:10.980Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:10.980Z] main [2025-07-31T01:31:10.980Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:11.314Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:11.624Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:11.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-31T01:31:11.624Z] 558046a74ebc: Preparing [2025-07-31T01:31:11.624Z] 6a8ee3220098: Preparing [2025-07-31T01:31:11.624Z] d1cfe0f2918f: Preparing [2025-07-31T01:31:11.624Z] edbaa3a43fe3: Preparing [2025-07-31T01:31:11.624Z] 94032f1a5e47: Preparing [2025-07-31T01:31:11.624Z] caa145fb78fa: Preparing [2025-07-31T01:31:11.624Z] 097100c76c15: Preparing [2025-07-31T01:31:11.624Z] 097100c76c15: Waiting [2025-07-31T01:31:11.624Z] caa145fb78fa: Waiting [2025-07-31T01:31:11.624Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:31:11.624Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:31:11.624Z] 097100c76c15: Layer already exists [2025-07-31T01:31:11.624Z] 94032f1a5e47: Pushed [2025-07-31T01:31:11.624Z] 558046a74ebc: Pushed [2025-07-31T01:31:11.883Z] caa145fb78fa: Pushed [2025-07-31T01:31:16.071Z] 6a8ee3220098: Pushed [2025-07-31T01:31:16.071Z] 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:16.400Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:16.730Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-31T01:31:16.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-31T01:31:16.730Z] 558046a74ebc: Preparing [2025-07-31T01:31:16.730Z] 6a8ee3220098: Preparing [2025-07-31T01:31:16.730Z] d1cfe0f2918f: Preparing [2025-07-31T01:31:16.730Z] edbaa3a43fe3: Preparing [2025-07-31T01:31:16.730Z] 94032f1a5e47: Preparing [2025-07-31T01:31:16.730Z] caa145fb78fa: Preparing [2025-07-31T01:31:16.730Z] 097100c76c15: Preparing [2025-07-31T01:31:16.730Z] caa145fb78fa: Waiting [2025-07-31T01:31:16.730Z] 097100c76c15: Waiting [2025-07-31T01:31:16.731Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:31:16.731Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:31:16.731Z] 558046a74ebc: Layer already exists [2025-07-31T01:31:16.731Z] 94032f1a5e47: Layer already exists [2025-07-31T01:31:16.731Z] 6a8ee3220098: Layer already exists [2025-07-31T01:31:16.731Z] caa145fb78fa: Layer already exists [2025-07-31T01:31:16.731Z] 097100c76c15: Layer already exists [2025-07-31T01:31:16.731Z] latest: digest: sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:17.062Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:17.388Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [2025-07-31T01:31:17.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-31T01:31:17.389Z] 558046a74ebc: Preparing [2025-07-31T01:31:17.389Z] 6a8ee3220098: Preparing [2025-07-31T01:31:17.389Z] d1cfe0f2918f: Preparing [2025-07-31T01:31:17.389Z] edbaa3a43fe3: Preparing [2025-07-31T01:31:17.389Z] 94032f1a5e47: Preparing [2025-07-31T01:31:17.389Z] caa145fb78fa: Preparing [2025-07-31T01:31:17.389Z] 097100c76c15: Preparing [2025-07-31T01:31:17.389Z] 097100c76c15: Waiting [2025-07-31T01:31:17.389Z] caa145fb78fa: Waiting [2025-07-31T01:31:17.389Z] 558046a74ebc: Layer already exists [2025-07-31T01:31:17.389Z] 94032f1a5e47: Layer already exists [2025-07-31T01:31:17.389Z] 6a8ee3220098: Layer already exists [2025-07-31T01:31:17.389Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:31:17.389Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:31:17.389Z] caa145fb78fa: Layer already exists [2025-07-31T01:31:17.389Z] 097100c76c15: Layer already exists [2025-07-31T01:31:17.389Z] 4.1.0-dev.42: digest: sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:17.704Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:18.022Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:18.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-31T01:31:18.022Z] 558046a74ebc: Preparing [2025-07-31T01:31:18.022Z] 6a8ee3220098: Preparing [2025-07-31T01:31:18.022Z] d1cfe0f2918f: Preparing [2025-07-31T01:31:18.022Z] edbaa3a43fe3: Preparing [2025-07-31T01:31:18.022Z] 94032f1a5e47: Preparing [2025-07-31T01:31:18.022Z] caa145fb78fa: Preparing [2025-07-31T01:31:18.022Z] 097100c76c15: Preparing [2025-07-31T01:31:18.022Z] caa145fb78fa: Waiting [2025-07-31T01:31:18.022Z] 097100c76c15: Waiting [2025-07-31T01:31:18.022Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:31:18.022Z] 6a8ee3220098: Layer already exists [2025-07-31T01:31:18.022Z] 94032f1a5e47: Layer already exists [2025-07-31T01:31:18.022Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:31:18.022Z] 558046a74ebc: Layer already exists [2025-07-31T01:31:18.022Z] caa145fb78fa: Layer already exists [2025-07-31T01:31:18.022Z] 097100c76c15: Layer already exists [2025-07-31T01:31:18.022Z] 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:18.343Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:31:18.667Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-07-31T01:31:18.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-31T01:31:18.667Z] 558046a74ebc: Preparing [2025-07-31T01:31:18.667Z] 6a8ee3220098: Preparing [2025-07-31T01:31:18.667Z] d1cfe0f2918f: Preparing [2025-07-31T01:31:18.667Z] edbaa3a43fe3: Preparing [2025-07-31T01:31:18.667Z] 94032f1a5e47: Preparing [2025-07-31T01:31:18.667Z] caa145fb78fa: Preparing [2025-07-31T01:31:18.667Z] 097100c76c15: Preparing [2025-07-31T01:31:18.667Z] caa145fb78fa: Waiting [2025-07-31T01:31:18.667Z] 097100c76c15: Waiting [2025-07-31T01:31:18.667Z] 94032f1a5e47: Layer already exists [2025-07-31T01:31:18.667Z] d1cfe0f2918f: Layer already exists [2025-07-31T01:31:18.667Z] edbaa3a43fe3: Layer already exists [2025-07-31T01:31:18.667Z] 558046a74ebc: Layer already exists [2025-07-31T01:31:18.667Z] 6a8ee3220098: Layer already exists [2025-07-31T01:31:18.667Z] caa145fb78fa: Layer already exists [2025-07-31T01:31:18.667Z] 097100c76c15: Layer already exists [2025-07-31T01:31:18.667Z] main: digest: sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-31T01:31:18.738Z] ===================================================== [Pipeline] echo [2025-07-31T01:31:18.754Z] taggedImages: [2025-07-31T01:31:18.754Z] - nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:18.754Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-31T01:31:18.754Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [2025-07-31T01:31:18.754Z] - nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:18.754Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-07-31T01:31:18.851Z] ========================================================= [2025-07-31T01:31:18.851Z] [edgeXBuildMultiArch] RAW Config: [2025-07-31T01:31:18.851Z] images: [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:31:18.851Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-07-31T01:31:18.851Z] settingsFile: [2025-07-31T01:31:18.851Z] edgex-go-settings [2025-07-31T01:31:18.851Z] ========================================================= [Pipeline] node [2025-07-31T01:31:33.855Z] Still waiting to schedule task [2025-07-31T01:31:33.855Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-07-31T01:32:04.588Z] Running on prd-centos7-docker-4c-2g-6003 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-31T01:32:04.640Z] provisioning config files... [2025-07-31T01:32:04.676Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config2834831128485472498tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:32:08.618Z] ---> ****-login.sh [2025-07-31T01:32:08.618Z] nexus3.edgexfoundry.org:10001 [2025-07-31T01:32:08.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:32:08.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-31T01:32:08.886Z] Configure a credential helper to remove this warning. See [2025-07-31T01:32:08.886Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-31T01:32:08.886Z] [2025-07-31T01:32:08.886Z] Login Succeeded [2025-07-31T01:32:08.886Z] nexus3.edgexfoundry.org:10002 [2025-07-31T01:32:08.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:32:08.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-31T01:32:08.886Z] Configure a credential helper to remove this warning. See [2025-07-31T01:32:08.886Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-31T01:32:08.886Z] [2025-07-31T01:32:08.886Z] Login Succeeded [2025-07-31T01:32:08.886Z] nexus3.edgexfoundry.org:10003 [2025-07-31T01:32:08.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:32:09.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-31T01:32:09.145Z] Configure a credential helper to remove this warning. See [2025-07-31T01:32:09.145Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-31T01:32:09.145Z] [2025-07-31T01:32:09.145Z] Login Succeeded [2025-07-31T01:32:09.145Z] nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:09.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:32:09.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-31T01:32:09.146Z] Configure a credential helper to remove this warning. See [2025-07-31T01:32:09.146Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-31T01:32:09.146Z] [2025-07-31T01:32:09.146Z] Login Succeeded [2025-07-31T01:32:09.146Z] ****.io [2025-07-31T01:32:09.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-31T01:32:09.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-31T01:32:09.413Z] Configure a credential helper to remove this warning. See [2025-07-31T01:32:09.413Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-31T01:32:09.413Z] [2025-07-31T01:32:09.413Z] Login Succeeded [2025-07-31T01:32:09.413Z] ---> ****-login.sh ends [Pipeline] } [2025-07-31T01:32:09.423Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-31T01:32:09.783Z] + docker buildx ls [2025-07-31T01:32:10.048Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-31T01:32:10.048Z] default * docker [2025-07-31T01:32:10.048Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-31T01:32:10.353Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-07-31T01:32:10.353Z] edgex-builder [Pipeline] sh [2025-07-31T01:32:10.644Z] + docker buildx inspect --bootstrap [2025-07-31T01:32:10.644Z] #1 [internal] booting buildkit [2025-07-31T01:32:10.644Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-07-31T01:32:14.851Z] #1 pulling image moby/buildkit:buildx-stable-1 3.9s done [2025-07-31T01:32:14.851Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-07-31T01:32:16.256Z] #1 creating container buildx_buildkit_edgex-builder0 2.0s done [2025-07-31T01:32:16.257Z] #1 DONE 6.0s [2025-07-31T01:32:16.257Z] Name: edgex-builder [2025-07-31T01:32:16.257Z] Driver: docker-container [2025-07-31T01:32:16.257Z] [2025-07-31T01:32:16.257Z] Nodes: [2025-07-31T01:32:16.257Z] Name: edgex-builder0 [2025-07-31T01:32:16.257Z] Endpoint: unix:///var/run/docker.sock [2025-07-31T01:32:16.257Z] Status: running [2025-07-31T01:32:16.257Z] Buildkit: v0.22.0 [2025-07-31T01:32:16.257Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-07-31T01:32:16.563Z] + docker buildx ls [2025-07-31T01:32:16.563Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-31T01:32:16.563Z] edgex-builder * docker-container [2025-07-31T01:32:16.563Z] 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-31T01:32:16.563Z] default docker [2025-07-31T01:32:16.563Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-31T01:32:16.861Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62 --push - [2025-07-31T01:32:16.861Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62' [2025-07-31T01:32:16.861Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:16.861Z] #1 transferring dockerfile: 197B done [2025-07-31T01:32:16.861Z] #1 DONE 0.0s [2025-07-31T01:32:16.861Z] [2025-07-31T01:32:16.861Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:16.861Z] #2 DONE 0.1s [2025-07-31T01:32:16.861Z] [2025-07-31T01:32:16.861Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:17.121Z] #3 DONE 0.1s [2025-07-31T01:32:17.121Z] [2025-07-31T01:32:17.121Z] #4 [internal] load .dockerignore [2025-07-31T01:32:17.121Z] #4 transferring context: 2B done [2025-07-31T01:32:17.121Z] #4 DONE 0.0s [2025-07-31T01:32:17.121Z] [2025-07-31T01:32:17.121Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c [2025-07-31T01:32:17.121Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 0.0s done [2025-07-31T01:32:17.121Z] #5 DONE 0.0s [2025-07-31T01:32:17.121Z] [2025-07-31T01:32:17.121Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c [2025-07-31T01:32:17.121Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 0.0s done [2025-07-31T01:32:17.121Z] #6 DONE 0.1s [2025-07-31T01:32:17.379Z] [2025-07-31T01:32:17.379Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:17.379Z] #7 DONE 0.0s [2025-07-31T01:32:17.379Z] [2025-07-31T01:32:17.379Z] #8 exporting to image [2025-07-31T01:32:17.379Z] #8 exporting layers done [2025-07-31T01:32:17.379Z] #8 exporting manifest sha256:987c78fe4a181e6b2c69dc3022e9c2a5022c811dbbb4e4cdb056b5a9a65aac9c 0.0s done [2025-07-31T01:32:17.379Z] #8 exporting config sha256:8d78c526fc80eabb052c09e595810848a34e006b4fed09e1df54c7f9a13f4e75 done [2025-07-31T01:32:17.379Z] #8 exporting manifest sha256:37579a8f8d8f6f6d751f70e4d9574e03af0408b374a292d0380134de15897167 0.0s done [2025-07-31T01:32:17.379Z] #8 exporting config sha256:a9c90642941a68e3c1af289fe59556c52ae100ed826116dfbbf6f40e378ca8db done [2025-07-31T01:32:17.379Z] #8 exporting manifest list sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 done [2025-07-31T01:32:17.379Z] #8 pushing layers 0.1s done [2025-07-31T01:32:17.379Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62@sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 [2025-07-31T01:32:17.379Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:17.379Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62@sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 0.1s done [2025-07-31T01:32:17.379Z] #8 DONE 0.2s [2025-07-31T01:32:17.379Z] [2025-07-31T01:32:17.379Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:17.379Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:17.675Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-07-31T01:32:17.675Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-07-31T01:32:17.675Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:17.675Z] #1 transferring dockerfile: 163B done [2025-07-31T01:32:17.675Z] #1 DONE 0.0s [2025-07-31T01:32:17.675Z] [2025-07-31T01:32:17.675Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-31T01:32:17.675Z] #2 DONE 0.0s [2025-07-31T01:32:17.675Z] [2025-07-31T01:32:17.675Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-31T01:32:17.675Z] #3 DONE 0.0s [2025-07-31T01:32:17.675Z] [2025-07-31T01:32:17.675Z] #4 [internal] load .dockerignore [2025-07-31T01:32:17.675Z] #4 transferring context: 2B done [2025-07-31T01:32:17.675Z] #4 DONE 0.0s [2025-07-31T01:32:17.675Z] [2025-07-31T01:32:17.675Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c [2025-07-31T01:32:17.675Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c done [2025-07-31T01:32:17.675Z] #5 DONE 0.0s [2025-07-31T01:32:17.675Z] [2025-07-31T01:32:17.675Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c [2025-07-31T01:32:17.937Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c done [2025-07-31T01:32:17.937Z] #6 CACHED [2025-07-31T01:32:17.937Z] [2025-07-31T01:32:17.937Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c [2025-07-31T01:32:17.937Z] #5 CACHED [2025-07-31T01:32:17.937Z] [2025-07-31T01:32:17.937Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:17.937Z] #7 DONE 0.0s [2025-07-31T01:32:17.937Z] [2025-07-31T01:32:17.937Z] #8 exporting to image [2025-07-31T01:32:17.937Z] #8 exporting layers done [2025-07-31T01:32:17.937Z] #8 exporting manifest sha256:987c78fe4a181e6b2c69dc3022e9c2a5022c811dbbb4e4cdb056b5a9a65aac9c done [2025-07-31T01:32:17.937Z] #8 exporting config sha256:8d78c526fc80eabb052c09e595810848a34e006b4fed09e1df54c7f9a13f4e75 done [2025-07-31T01:32:17.937Z] #8 exporting manifest sha256:37579a8f8d8f6f6d751f70e4d9574e03af0408b374a292d0380134de15897167 done [2025-07-31T01:32:17.937Z] #8 exporting config sha256:a9c90642941a68e3c1af289fe59556c52ae100ed826116dfbbf6f40e378ca8db done [2025-07-31T01:32:17.937Z] #8 exporting manifest list sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 done [2025-07-31T01:32:17.937Z] #8 pushing layers 0.0s done [2025-07-31T01:32:17.937Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 0.1s done [2025-07-31T01:32:17.937Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:17.937Z] #8 DONE 0.1s [2025-07-31T01:32:17.937Z] [2025-07-31T01:32:17.937Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:17.938Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:18.235Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42' [2025-07-31T01:32:18.235Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 --push - [2025-07-31T01:32:18.235Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:18.235Z] #1 transferring dockerfile: 169B done [2025-07-31T01:32:18.235Z] #1 DONE 0.0s [2025-07-31T01:32:18.235Z] [2025-07-31T01:32:18.235Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [2025-07-31T01:32:18.235Z] #2 DONE 0.0s [2025-07-31T01:32:18.235Z] [2025-07-31T01:32:18.235Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [2025-07-31T01:32:18.235Z] #3 DONE 0.0s [2025-07-31T01:32:18.235Z] [2025-07-31T01:32:18.235Z] #4 [internal] load .dockerignore [2025-07-31T01:32:18.235Z] #4 transferring context: 2B done [2025-07-31T01:32:18.235Z] #4 DONE 0.0s [2025-07-31T01:32:18.235Z] [2025-07-31T01:32:18.235Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c [2025-07-31T01:32:18.235Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 0.0s done [2025-07-31T01:32:18.235Z] #5 CACHED [2025-07-31T01:32:18.235Z] [2025-07-31T01:32:18.235Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c [2025-07-31T01:32:18.235Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 0.0s done [2025-07-31T01:32:18.235Z] #6 CACHED [2025-07-31T01:32:18.235Z] [2025-07-31T01:32:18.235Z] #7 exporting to image [2025-07-31T01:32:18.235Z] #7 exporting layers done [2025-07-31T01:32:18.235Z] #7 exporting manifest sha256:987c78fe4a181e6b2c69dc3022e9c2a5022c811dbbb4e4cdb056b5a9a65aac9c done [2025-07-31T01:32:18.235Z] #7 exporting config sha256:8d78c526fc80eabb052c09e595810848a34e006b4fed09e1df54c7f9a13f4e75 done [2025-07-31T01:32:18.235Z] #7 exporting manifest sha256:37579a8f8d8f6f6d751f70e4d9574e03af0408b374a292d0380134de15897167 done [2025-07-31T01:32:18.235Z] #7 exporting config sha256:a9c90642941a68e3c1af289fe59556c52ae100ed826116dfbbf6f40e378ca8db done [2025-07-31T01:32:18.235Z] #7 exporting manifest list sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 done [2025-07-31T01:32:18.235Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:18.496Z] #7 ... [2025-07-31T01:32:18.496Z] [2025-07-31T01:32:18.496Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:18.496Z] #8 DONE 0.0s [2025-07-31T01:32:18.496Z] [2025-07-31T01:32:18.496Z] #7 exporting to image [2025-07-31T01:32:18.496Z] #7 pushing layers 0.0s done [2025-07-31T01:32:18.496Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 [2025-07-31T01:32:18.496Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 0.1s done [2025-07-31T01:32:18.496Z] #7 DONE 0.2s [2025-07-31T01:32:18.496Z] [2025-07-31T01:32:18.496Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:18.496Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:18.785Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - [2025-07-31T01:32:18.785Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' [2025-07-31T01:32:19.045Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:19.045Z] #1 transferring dockerfile: 210B done [2025-07-31T01:32:19.045Z] #1 DONE 0.1s [2025-07-31T01:32:19.045Z] [2025-07-31T01:32:19.045Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:19.304Z] #2 DONE 0.1s [2025-07-31T01:32:19.304Z] [2025-07-31T01:32:19.304Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:19.304Z] #3 DONE 0.2s [2025-07-31T01:32:19.304Z] [2025-07-31T01:32:19.304Z] #4 [internal] load .dockerignore [2025-07-31T01:32:19.304Z] #4 transferring context: [2025-07-31T01:32:19.564Z] #4 transferring context: 2B done [2025-07-31T01:32:19.564Z] #4 DONE 0.2s [2025-07-31T01:32:19.564Z] [2025-07-31T01:32:19.564Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c [2025-07-31T01:32:19.564Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c [2025-07-31T01:32:19.564Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 0.1s done [2025-07-31T01:32:19.564Z] #5 CACHED [2025-07-31T01:32:19.564Z] [2025-07-31T01:32:19.564Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c [2025-07-31T01:32:19.564Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 0.1s done [2025-07-31T01:32:19.564Z] #6 CACHED [2025-07-31T01:32:19.564Z] [2025-07-31T01:32:19.564Z] #7 exporting to image [2025-07-31T01:32:19.564Z] #7 exporting layers done [2025-07-31T01:32:19.564Z] #7 exporting manifest sha256:987c78fe4a181e6b2c69dc3022e9c2a5022c811dbbb4e4cdb056b5a9a65aac9c done [2025-07-31T01:32:19.564Z] #7 exporting config sha256:8d78c526fc80eabb052c09e595810848a34e006b4fed09e1df54c7f9a13f4e75 0.0s done [2025-07-31T01:32:19.564Z] #7 exporting manifest sha256:37579a8f8d8f6f6d751f70e4d9574e03af0408b374a292d0380134de15897167 [2025-07-31T01:32:19.564Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:19.823Z] #7 exporting manifest sha256:37579a8f8d8f6f6d751f70e4d9574e03af0408b374a292d0380134de15897167 done [2025-07-31T01:32:19.823Z] #7 exporting config sha256:a9c90642941a68e3c1af289fe59556c52ae100ed826116dfbbf6f40e378ca8db 0.0s done [2025-07-31T01:32:19.823Z] #7 exporting manifest list sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 0.0s done [2025-07-31T01:32:19.823Z] #7 pushing layers 0.0s done [2025-07-31T01:32:19.823Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 [2025-07-31T01:32:19.823Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 0.1s done [2025-07-31T01:32:19.823Z] #7 DONE 0.2s [2025-07-31T01:32:19.823Z] [2025-07-31T01:32:19.823Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:19.823Z] #8 DONE 0.0s [2025-07-31T01:32:20.082Z] [2025-07-31T01:32:20.082Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:20.082Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:20.374Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-07-31T01:32:20.374Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-07-31T01:32:20.634Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:20.634Z] #1 transferring dockerfile: 161B done [2025-07-31T01:32:20.634Z] #1 DONE 0.0s [2025-07-31T01:32:20.634Z] [2025-07-31T01:32:20.634Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-07-31T01:32:20.634Z] #2 DONE 0.0s [2025-07-31T01:32:20.634Z] [2025-07-31T01:32:20.634Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-07-31T01:32:20.634Z] #3 DONE 0.0s [2025-07-31T01:32:20.634Z] [2025-07-31T01:32:20.634Z] #4 [internal] load .dockerignore [2025-07-31T01:32:20.634Z] #4 transferring context: 2B done [2025-07-31T01:32:20.634Z] #4 DONE 0.0s [2025-07-31T01:32:20.634Z] [2025-07-31T01:32:20.634Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c [2025-07-31T01:32:20.634Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c done [2025-07-31T01:32:20.634Z] #5 CACHED [2025-07-31T01:32:20.634Z] [2025-07-31T01:32:20.634Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c [2025-07-31T01:32:20.634Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c done [2025-07-31T01:32:20.634Z] #6 CACHED [2025-07-31T01:32:20.634Z] [2025-07-31T01:32:20.634Z] #7 exporting to image [2025-07-31T01:32:20.634Z] #7 exporting layers done [2025-07-31T01:32:20.634Z] #7 exporting manifest sha256:987c78fe4a181e6b2c69dc3022e9c2a5022c811dbbb4e4cdb056b5a9a65aac9c done [2025-07-31T01:32:20.634Z] #7 exporting config sha256:8d78c526fc80eabb052c09e595810848a34e006b4fed09e1df54c7f9a13f4e75 done [2025-07-31T01:32:20.634Z] #7 exporting manifest sha256:37579a8f8d8f6f6d751f70e4d9574e03af0408b374a292d0380134de15897167 done [2025-07-31T01:32:20.634Z] #7 exporting config sha256:a9c90642941a68e3c1af289fe59556c52ae100ed826116dfbbf6f40e378ca8db done [2025-07-31T01:32:20.634Z] #7 exporting manifest list sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 done [2025-07-31T01:32:20.634Z] #7 pushing layers 0.0s done [2025-07-31T01:32:20.634Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 [2025-07-31T01:32:20.634Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:20.634Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 0.1s done [2025-07-31T01:32:20.634Z] #7 DONE 0.1s [2025-07-31T01:32:20.634Z] [2025-07-31T01:32:20.634Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:20.634Z] #8 DONE 0.0s [2025-07-31T01:32:20.634Z] [2025-07-31T01:32:20.634Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:20.634Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:20.922Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62' [2025-07-31T01:32:20.922Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 --push - [2025-07-31T01:32:21.180Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:21.180Z] #1 transferring dockerfile: 216B done [2025-07-31T01:32:21.180Z] #1 DONE 0.0s [2025-07-31T01:32:21.180Z] [2025-07-31T01:32:21.180Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:21.180Z] #2 DONE 0.0s [2025-07-31T01:32:21.180Z] [2025-07-31T01:32:21.180Z] #3 [internal] load .dockerignore [2025-07-31T01:32:21.180Z] #3 transferring context: 2B done [2025-07-31T01:32:21.180Z] #3 DONE 0.0s [2025-07-31T01:32:21.180Z] [2025-07-31T01:32:21.180Z] #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:21.180Z] #4 DONE 0.1s [2025-07-31T01:32:21.180Z] [2025-07-31T01:32:21.180Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 [2025-07-31T01:32:21.180Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 [2025-07-31T01:32:21.180Z] #5 ... [2025-07-31T01:32:21.180Z] [2025-07-31T01:32:21.180Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 [2025-07-31T01:32:21.180Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 0.0s done [2025-07-31T01:32:21.180Z] #6 DONE 0.1s [2025-07-31T01:32:21.180Z] [2025-07-31T01:32:21.180Z] #7 exporting to image [2025-07-31T01:32:21.180Z] #7 exporting layers done [2025-07-31T01:32:21.180Z] #7 exporting manifest sha256:1db45fd2323785afffabd2ccb28405ac62912845746379f31139aba6c319e1b0 0.0s done [2025-07-31T01:32:21.180Z] #7 exporting config sha256:031e25363f36b7cc52a67f68921b5e693eba48297ca19b7e75be67c2bcd5b51a done [2025-07-31T01:32:21.180Z] #7 exporting manifest sha256:979660b224f928bd4747c84315474c3611c21e4eb73cbc6f6a4d7531a70e74a5 done [2025-07-31T01:32:21.180Z] #7 exporting config sha256:f9c1b55e41b2c3d3a8c936e37deab2a318aae58cbab933692063a9ccc78c2756 done [2025-07-31T01:32:21.180Z] #7 exporting manifest list sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 done [2025-07-31T01:32:21.180Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:21.439Z] #7 ... [2025-07-31T01:32:21.439Z] [2025-07-31T01:32:21.439Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:21.439Z] #8 DONE 0.0s [2025-07-31T01:32:21.439Z] [2025-07-31T01:32:21.439Z] #7 exporting to image [2025-07-31T01:32:21.439Z] #7 pushing layers 0.1s done [2025-07-31T01:32:21.439Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 [2025-07-31T01:32:21.439Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 0.1s done [2025-07-31T01:32:21.439Z] #7 DONE 0.2s [2025-07-31T01:32:21.439Z] [2025-07-31T01:32:21.439Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:21.439Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:21.730Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-07-31T01:32:21.730Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-07-31T01:32:21.730Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:21.730Z] #1 transferring dockerfile: 182B done [2025-07-31T01:32:21.730Z] #1 DONE 0.0s [2025-07-31T01:32:21.730Z] [2025-07-31T01:32:21.730Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-31T01:32:21.730Z] #2 DONE 0.0s [2025-07-31T01:32:21.730Z] [2025-07-31T01:32:21.730Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-31T01:32:21.730Z] #3 DONE 0.0s [2025-07-31T01:32:21.730Z] [2025-07-31T01:32:21.730Z] #4 [internal] load .dockerignore [2025-07-31T01:32:21.730Z] #4 transferring context: 2B done [2025-07-31T01:32:21.730Z] #4 DONE 0.0s [2025-07-31T01:32:21.730Z] [2025-07-31T01:32:21.730Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 [2025-07-31T01:32:21.730Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 0.0s done [2025-07-31T01:32:21.730Z] #5 CACHED [2025-07-31T01:32:21.730Z] [2025-07-31T01:32:21.730Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 [2025-07-31T01:32:21.730Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 0.0s done [2025-07-31T01:32:21.730Z] #6 CACHED [2025-07-31T01:32:21.730Z] [2025-07-31T01:32:21.730Z] #7 exporting to image [2025-07-31T01:32:21.730Z] #7 exporting layers [2025-07-31T01:32:21.730Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:21.988Z] #7 exporting layers done [2025-07-31T01:32:21.988Z] #7 exporting manifest sha256:1db45fd2323785afffabd2ccb28405ac62912845746379f31139aba6c319e1b0 done [2025-07-31T01:32:21.988Z] #7 exporting config sha256:031e25363f36b7cc52a67f68921b5e693eba48297ca19b7e75be67c2bcd5b51a done [2025-07-31T01:32:21.988Z] #7 exporting manifest sha256:979660b224f928bd4747c84315474c3611c21e4eb73cbc6f6a4d7531a70e74a5 done [2025-07-31T01:32:21.988Z] #7 exporting config sha256:f9c1b55e41b2c3d3a8c936e37deab2a318aae58cbab933692063a9ccc78c2756 done [2025-07-31T01:32:21.988Z] #7 exporting manifest list sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 done [2025-07-31T01:32:21.988Z] #7 pushing layers 0.0s done [2025-07-31T01:32:21.988Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 0.1s done [2025-07-31T01:32:21.988Z] #7 DONE 0.1s [2025-07-31T01:32:21.988Z] [2025-07-31T01:32:21.988Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:21.988Z] #8 DONE 0.0s [2025-07-31T01:32:21.988Z] [2025-07-31T01:32:21.988Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:21.988Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:22.275Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42' [2025-07-31T01:32:22.275Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 --push - [2025-07-31T01:32:22.275Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:22.275Z] #1 transferring dockerfile: 188B done [2025-07-31T01:32:22.275Z] #1 DONE 0.0s [2025-07-31T01:32:22.275Z] [2025-07-31T01:32:22.275Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [2025-07-31T01:32:22.275Z] #2 DONE 0.0s [2025-07-31T01:32:22.275Z] [2025-07-31T01:32:22.275Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [2025-07-31T01:32:22.275Z] #3 DONE 0.0s [2025-07-31T01:32:22.275Z] [2025-07-31T01:32:22.275Z] #4 [internal] load .dockerignore [2025-07-31T01:32:22.275Z] #4 transferring context: 2B done [2025-07-31T01:32:22.275Z] #4 DONE 0.0s [2025-07-31T01:32:22.275Z] [2025-07-31T01:32:22.275Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 [2025-07-31T01:32:22.275Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 done [2025-07-31T01:32:22.275Z] #5 CACHED [2025-07-31T01:32:22.275Z] [2025-07-31T01:32:22.275Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 [2025-07-31T01:32:22.275Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 0.0s done [2025-07-31T01:32:22.275Z] #6 CACHED [2025-07-31T01:32:22.275Z] [2025-07-31T01:32:22.275Z] #7 exporting to image [2025-07-31T01:32:22.275Z] #7 exporting layers done [2025-07-31T01:32:22.275Z] #7 exporting manifest sha256:1db45fd2323785afffabd2ccb28405ac62912845746379f31139aba6c319e1b0 done [2025-07-31T01:32:22.275Z] #7 exporting config sha256:031e25363f36b7cc52a67f68921b5e693eba48297ca19b7e75be67c2bcd5b51a done [2025-07-31T01:32:22.275Z] #7 exporting manifest sha256:979660b224f928bd4747c84315474c3611c21e4eb73cbc6f6a4d7531a70e74a5 done [2025-07-31T01:32:22.275Z] #7 exporting config sha256:f9c1b55e41b2c3d3a8c936e37deab2a318aae58cbab933692063a9ccc78c2756 done [2025-07-31T01:32:22.275Z] #7 exporting manifest list sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 done [2025-07-31T01:32:22.275Z] #7 pushing layers 0.0s done [2025-07-31T01:32:22.275Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 [2025-07-31T01:32:22.275Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:22.534Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 0.1s done [2025-07-31T01:32:22.534Z] #7 DONE 0.1s [2025-07-31T01:32:22.534Z] [2025-07-31T01:32:22.534Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:22.534Z] #8 DONE 0.0s [2025-07-31T01:32:22.534Z] [2025-07-31T01:32:22.534Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:22.534Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:22.827Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - [2025-07-31T01:32:22.827Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' [2025-07-31T01:32:22.827Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:22.827Z] #1 transferring dockerfile: 229B done [2025-07-31T01:32:22.827Z] #1 DONE 0.0s [2025-07-31T01:32:22.827Z] [2025-07-31T01:32:22.827Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:22.827Z] #2 DONE 0.0s [2025-07-31T01:32:22.827Z] [2025-07-31T01:32:22.827Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:22.827Z] #3 DONE 0.0s [2025-07-31T01:32:22.827Z] [2025-07-31T01:32:22.827Z] #4 [internal] load .dockerignore [2025-07-31T01:32:22.827Z] #4 transferring context: 2B done [2025-07-31T01:32:22.827Z] #4 DONE 0.0s [2025-07-31T01:32:22.827Z] [2025-07-31T01:32:22.827Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 [2025-07-31T01:32:22.827Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 0.0s done [2025-07-31T01:32:22.827Z] #5 CACHED [2025-07-31T01:32:22.827Z] [2025-07-31T01:32:22.827Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 [2025-07-31T01:32:22.827Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 0.0s done [2025-07-31T01:32:22.827Z] #6 CACHED [2025-07-31T01:32:22.827Z] [2025-07-31T01:32:22.827Z] #7 exporting to image [2025-07-31T01:32:22.827Z] #7 exporting layers done [2025-07-31T01:32:22.827Z] #7 exporting manifest sha256:1db45fd2323785afffabd2ccb28405ac62912845746379f31139aba6c319e1b0 done [2025-07-31T01:32:22.827Z] #7 exporting config sha256:031e25363f36b7cc52a67f68921b5e693eba48297ca19b7e75be67c2bcd5b51a done [2025-07-31T01:32:22.827Z] #7 exporting manifest sha256:979660b224f928bd4747c84315474c3611c21e4eb73cbc6f6a4d7531a70e74a5 done [2025-07-31T01:32:22.827Z] #7 exporting config sha256:f9c1b55e41b2c3d3a8c936e37deab2a318aae58cbab933692063a9ccc78c2756 done [2025-07-31T01:32:22.827Z] #7 exporting manifest list sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 done [2025-07-31T01:32:22.827Z] #7 pushing layers 0.0s done [2025-07-31T01:32:22.827Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 [2025-07-31T01:32:22.827Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:23.094Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 0.1s done [2025-07-31T01:32:23.094Z] #7 DONE 0.1s [2025-07-31T01:32:23.094Z] [2025-07-31T01:32:23.094Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:23.094Z] #8 DONE 0.0s [2025-07-31T01:32:23.094Z] [2025-07-31T01:32:23.094Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:23.094Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:23.386Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-07-31T01:32:23.386Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-07-31T01:32:23.386Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:23.386Z] #1 transferring dockerfile: 180B done [2025-07-31T01:32:23.386Z] #1 DONE 0.0s [2025-07-31T01:32:23.386Z] [2025-07-31T01:32:23.386Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-07-31T01:32:23.386Z] #2 DONE 0.0s [2025-07-31T01:32:23.386Z] [2025-07-31T01:32:23.386Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-07-31T01:32:23.386Z] #3 DONE 0.0s [2025-07-31T01:32:23.386Z] [2025-07-31T01:32:23.386Z] #4 [internal] load .dockerignore [2025-07-31T01:32:23.386Z] #4 transferring context: 2B done [2025-07-31T01:32:23.386Z] #4 DONE 0.0s [2025-07-31T01:32:23.386Z] [2025-07-31T01:32:23.386Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 [2025-07-31T01:32:23.386Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 done [2025-07-31T01:32:23.386Z] #5 CACHED [2025-07-31T01:32:23.386Z] [2025-07-31T01:32:23.386Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 [2025-07-31T01:32:23.386Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 done [2025-07-31T01:32:23.386Z] #6 CACHED [2025-07-31T01:32:23.386Z] [2025-07-31T01:32:23.386Z] #7 exporting to image [2025-07-31T01:32:23.386Z] #7 exporting layers done [2025-07-31T01:32:23.386Z] #7 exporting manifest sha256:1db45fd2323785afffabd2ccb28405ac62912845746379f31139aba6c319e1b0 [2025-07-31T01:32:23.386Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:23.644Z] #7 exporting manifest sha256:1db45fd2323785afffabd2ccb28405ac62912845746379f31139aba6c319e1b0 done [2025-07-31T01:32:23.644Z] #7 exporting config sha256:031e25363f36b7cc52a67f68921b5e693eba48297ca19b7e75be67c2bcd5b51a done [2025-07-31T01:32:23.644Z] #7 exporting manifest sha256:979660b224f928bd4747c84315474c3611c21e4eb73cbc6f6a4d7531a70e74a5 done [2025-07-31T01:32:23.644Z] #7 exporting config sha256:f9c1b55e41b2c3d3a8c936e37deab2a318aae58cbab933692063a9ccc78c2756 done [2025-07-31T01:32:23.644Z] #7 exporting manifest list sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 done [2025-07-31T01:32:23.644Z] #7 pushing layers 0.0s done [2025-07-31T01:32:23.644Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 0.1s done [2025-07-31T01:32:23.644Z] #7 DONE 0.1s [2025-07-31T01:32:23.644Z] [2025-07-31T01:32:23.644Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:23.644Z] #8 DONE 0.0s [2025-07-31T01:32:23.644Z] [2025-07-31T01:32:23.644Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:23.644Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:23.935Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62' [2025-07-31T01:32:23.935Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62 --push - [2025-07-31T01:32:23.935Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:23.935Z] #1 transferring dockerfile: 194B done [2025-07-31T01:32:23.935Z] #1 DONE 0.0s [2025-07-31T01:32:23.935Z] [2025-07-31T01:32:23.935Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:23.935Z] #2 DONE 0.0s [2025-07-31T01:32:23.935Z] [2025-07-31T01:32:23.935Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:23.935Z] #3 DONE 0.0s [2025-07-31T01:32:23.935Z] [2025-07-31T01:32:23.935Z] #4 [internal] load .dockerignore [2025-07-31T01:32:23.935Z] #4 transferring context: 2B done [2025-07-31T01:32:23.935Z] #4 DONE 0.0s [2025-07-31T01:32:23.935Z] [2025-07-31T01:32:23.935Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b [2025-07-31T01:32:23.935Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 0.0s done [2025-07-31T01:32:23.935Z] #5 DONE 0.0s [2025-07-31T01:32:23.935Z] [2025-07-31T01:32:23.935Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b [2025-07-31T01:32:24.194Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 0.0s done [2025-07-31T01:32:24.194Z] #6 DONE 0.0s [2025-07-31T01:32:24.194Z] [2025-07-31T01:32:24.194Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b [2025-07-31T01:32:24.194Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 0.0s done [2025-07-31T01:32:24.194Z] #5 DONE 0.1s [2025-07-31T01:32:24.194Z] [2025-07-31T01:32:24.194Z] #7 exporting to image [2025-07-31T01:32:24.194Z] #7 exporting layers done [2025-07-31T01:32:24.194Z] #7 exporting manifest sha256:b64c2cfcf205e0662bf7a32564c8b69500de6d8b426ae77aed96a2b95a6f34d3 0.0s done [2025-07-31T01:32:24.194Z] #7 exporting config sha256:9fbdf9e63020fef29cd9dfa1795e994b49272760f88407367a3048227b8c1429 done [2025-07-31T01:32:24.194Z] #7 exporting manifest sha256:b09b060eedaf3e1b983275fc62d2dc97f005298dbb48212cdedd12ca95ef3545 done [2025-07-31T01:32:24.194Z] #7 exporting config sha256:844f20143ab59a3aa42496f2bf7657670d2e89c7e42c35a78be4fa4c91e11c0d done [2025-07-31T01:32:24.194Z] #7 exporting manifest list sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 done [2025-07-31T01:32:24.194Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:24.194Z] #7 ... [2025-07-31T01:32:24.194Z] [2025-07-31T01:32:24.194Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:24.194Z] #8 DONE 0.0s [2025-07-31T01:32:24.194Z] [2025-07-31T01:32:24.194Z] #7 exporting to image [2025-07-31T01:32:24.194Z] #7 pushing layers 0.1s done [2025-07-31T01:32:24.194Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62@sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 [2025-07-31T01:32:24.454Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62@sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 0.1s done [2025-07-31T01:32:24.454Z] #7 DONE 0.2s [2025-07-31T01:32:24.454Z] [2025-07-31T01:32:24.454Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:24.454Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:24.747Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-07-31T01:32:24.747Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-07-31T01:32:24.747Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:24.747Z] #1 transferring dockerfile: 160B done [2025-07-31T01:32:24.748Z] #1 DONE 0.0s [2025-07-31T01:32:24.748Z] [2025-07-31T01:32:24.748Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-31T01:32:24.748Z] #2 DONE 0.0s [2025-07-31T01:32:24.748Z] [2025-07-31T01:32:24.748Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-31T01:32:24.748Z] #3 DONE 0.0s [2025-07-31T01:32:24.748Z] [2025-07-31T01:32:24.748Z] #4 [internal] load .dockerignore [2025-07-31T01:32:24.748Z] #4 transferring context: 2B done [2025-07-31T01:32:24.748Z] #4 DONE 0.0s [2025-07-31T01:32:24.748Z] [2025-07-31T01:32:24.748Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b [2025-07-31T01:32:24.748Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b done [2025-07-31T01:32:24.748Z] #5 CACHED [2025-07-31T01:32:24.748Z] [2025-07-31T01:32:24.748Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b [2025-07-31T01:32:24.748Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 0.0s done [2025-07-31T01:32:24.748Z] #6 CACHED [2025-07-31T01:32:24.748Z] [2025-07-31T01:32:24.748Z] #7 exporting to image [2025-07-31T01:32:24.748Z] #7 exporting layers [2025-07-31T01:32:24.748Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:25.007Z] #7 exporting layers done [2025-07-31T01:32:25.007Z] #7 exporting manifest sha256:b64c2cfcf205e0662bf7a32564c8b69500de6d8b426ae77aed96a2b95a6f34d3 done [2025-07-31T01:32:25.007Z] #7 exporting config sha256:9fbdf9e63020fef29cd9dfa1795e994b49272760f88407367a3048227b8c1429 done [2025-07-31T01:32:25.007Z] #7 exporting manifest sha256:b09b060eedaf3e1b983275fc62d2dc97f005298dbb48212cdedd12ca95ef3545 done [2025-07-31T01:32:25.007Z] #7 exporting config sha256:844f20143ab59a3aa42496f2bf7657670d2e89c7e42c35a78be4fa4c91e11c0d done [2025-07-31T01:32:25.007Z] #7 exporting manifest list sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 done [2025-07-31T01:32:25.007Z] #7 pushing layers 0.0s done [2025-07-31T01:32:25.007Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 0.1s done [2025-07-31T01:32:25.007Z] #7 DONE 0.1s [2025-07-31T01:32:25.007Z] [2025-07-31T01:32:25.007Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:25.007Z] #8 DONE 0.0s [2025-07-31T01:32:25.007Z] [2025-07-31T01:32:25.007Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:25.007Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:25.297Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42' [2025-07-31T01:32:25.297Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 --push - [2025-07-31T01:32:25.297Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:25.297Z] #1 transferring dockerfile: 166B done [2025-07-31T01:32:25.297Z] #1 DONE 0.0s [2025-07-31T01:32:25.297Z] [2025-07-31T01:32:25.297Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [2025-07-31T01:32:25.297Z] #2 DONE 0.0s [2025-07-31T01:32:25.297Z] [2025-07-31T01:32:25.297Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [2025-07-31T01:32:25.297Z] #3 DONE 0.0s [2025-07-31T01:32:25.297Z] [2025-07-31T01:32:25.297Z] #4 [internal] load .dockerignore [2025-07-31T01:32:25.297Z] #4 transferring context: 2B done [2025-07-31T01:32:25.297Z] #4 DONE 0.0s [2025-07-31T01:32:25.297Z] [2025-07-31T01:32:25.297Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b [2025-07-31T01:32:25.297Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 0.0s done [2025-07-31T01:32:25.297Z] #5 CACHED [2025-07-31T01:32:25.297Z] [2025-07-31T01:32:25.297Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b [2025-07-31T01:32:25.297Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 0.0s done [2025-07-31T01:32:25.297Z] #6 CACHED [2025-07-31T01:32:25.297Z] [2025-07-31T01:32:25.297Z] #7 exporting to image [2025-07-31T01:32:25.297Z] #7 exporting layers done [2025-07-31T01:32:25.297Z] #7 exporting manifest sha256:b64c2cfcf205e0662bf7a32564c8b69500de6d8b426ae77aed96a2b95a6f34d3 done [2025-07-31T01:32:25.297Z] #7 exporting config sha256:9fbdf9e63020fef29cd9dfa1795e994b49272760f88407367a3048227b8c1429 done [2025-07-31T01:32:25.297Z] #7 exporting manifest sha256:b09b060eedaf3e1b983275fc62d2dc97f005298dbb48212cdedd12ca95ef3545 done [2025-07-31T01:32:25.297Z] #7 exporting config sha256:844f20143ab59a3aa42496f2bf7657670d2e89c7e42c35a78be4fa4c91e11c0d done [2025-07-31T01:32:25.297Z] #7 exporting manifest list sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 done [2025-07-31T01:32:25.297Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:25.557Z] #7 pushing layers 0.0s done [2025-07-31T01:32:25.557Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 0.1s done [2025-07-31T01:32:25.557Z] #7 DONE 0.1s [2025-07-31T01:32:25.557Z] [2025-07-31T01:32:25.557Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:25.557Z] #8 DONE 0.0s [2025-07-31T01:32:25.557Z] [2025-07-31T01:32:25.557Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:25.557Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:25.854Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' [2025-07-31T01:32:25.854Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - [2025-07-31T01:32:25.854Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:25.854Z] #1 transferring dockerfile: 207B done [2025-07-31T01:32:25.854Z] #1 DONE 0.0s [2025-07-31T01:32:25.854Z] [2025-07-31T01:32:25.854Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:25.854Z] #2 DONE 0.0s [2025-07-31T01:32:25.854Z] [2025-07-31T01:32:25.854Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:25.854Z] #3 DONE 0.0s [2025-07-31T01:32:25.854Z] [2025-07-31T01:32:25.854Z] #4 [internal] load .dockerignore [2025-07-31T01:32:25.854Z] #4 transferring context: 2B done [2025-07-31T01:32:25.854Z] #4 DONE 0.0s [2025-07-31T01:32:25.854Z] [2025-07-31T01:32:25.854Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b [2025-07-31T01:32:25.854Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b done [2025-07-31T01:32:25.854Z] #5 CACHED [2025-07-31T01:32:25.854Z] [2025-07-31T01:32:25.854Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b [2025-07-31T01:32:25.854Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b done [2025-07-31T01:32:25.854Z] #6 CACHED [2025-07-31T01:32:25.854Z] [2025-07-31T01:32:25.854Z] #7 exporting to image [2025-07-31T01:32:25.854Z] #7 exporting layers done [2025-07-31T01:32:25.854Z] #7 exporting manifest sha256:b64c2cfcf205e0662bf7a32564c8b69500de6d8b426ae77aed96a2b95a6f34d3 done [2025-07-31T01:32:25.854Z] #7 exporting config sha256:9fbdf9e63020fef29cd9dfa1795e994b49272760f88407367a3048227b8c1429 done [2025-07-31T01:32:25.854Z] #7 exporting manifest sha256:b09b060eedaf3e1b983275fc62d2dc97f005298dbb48212cdedd12ca95ef3545 done [2025-07-31T01:32:25.854Z] #7 exporting config sha256:844f20143ab59a3aa42496f2bf7657670d2e89c7e42c35a78be4fa4c91e11c0d done [2025-07-31T01:32:25.854Z] #7 exporting manifest list sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 done [2025-07-31T01:32:25.854Z] #7 pushing layers 0.0s done [2025-07-31T01:32:25.854Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 [2025-07-31T01:32:25.854Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:26.113Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 0.1s done [2025-07-31T01:32:26.113Z] #7 DONE 0.1s [2025-07-31T01:32:26.113Z] [2025-07-31T01:32:26.113Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:26.113Z] #8 DONE 0.0s [2025-07-31T01:32:26.113Z] [2025-07-31T01:32:26.113Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:26.113Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:26.401Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-07-31T01:32:26.401Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-07-31T01:32:26.401Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:26.401Z] #1 transferring dockerfile: 158B done [2025-07-31T01:32:26.401Z] #1 DONE 0.0s [2025-07-31T01:32:26.401Z] [2025-07-31T01:32:26.401Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-07-31T01:32:26.401Z] #2 DONE 0.0s [2025-07-31T01:32:26.401Z] [2025-07-31T01:32:26.401Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-07-31T01:32:26.401Z] #3 DONE 0.0s [2025-07-31T01:32:26.401Z] [2025-07-31T01:32:26.401Z] #4 [internal] load .dockerignore [2025-07-31T01:32:26.401Z] #4 transferring context: 2B done [2025-07-31T01:32:26.401Z] #4 DONE 0.0s [2025-07-31T01:32:26.401Z] [2025-07-31T01:32:26.401Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b [2025-07-31T01:32:26.401Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 0.0s done [2025-07-31T01:32:26.401Z] #5 CACHED [2025-07-31T01:32:26.401Z] [2025-07-31T01:32:26.401Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b [2025-07-31T01:32:26.401Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 0.0s done [2025-07-31T01:32:26.401Z] #6 CACHED [2025-07-31T01:32:26.401Z] [2025-07-31T01:32:26.401Z] #7 exporting to image [2025-07-31T01:32:26.401Z] #7 exporting layers done [2025-07-31T01:32:26.401Z] #7 exporting manifest sha256:b64c2cfcf205e0662bf7a32564c8b69500de6d8b426ae77aed96a2b95a6f34d3 done [2025-07-31T01:32:26.401Z] #7 exporting config sha256:9fbdf9e63020fef29cd9dfa1795e994b49272760f88407367a3048227b8c1429 done [2025-07-31T01:32:26.401Z] #7 exporting manifest sha256:b09b060eedaf3e1b983275fc62d2dc97f005298dbb48212cdedd12ca95ef3545 done [2025-07-31T01:32:26.401Z] #7 exporting config sha256:844f20143ab59a3aa42496f2bf7657670d2e89c7e42c35a78be4fa4c91e11c0d done [2025-07-31T01:32:26.401Z] #7 exporting manifest list sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 done [2025-07-31T01:32:26.401Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:26.660Z] #7 pushing layers 0.0s done [2025-07-31T01:32:26.660Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 0.1s done [2025-07-31T01:32:26.660Z] #7 DONE 0.1s [2025-07-31T01:32:26.660Z] [2025-07-31T01:32:26.660Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:26.660Z] #8 DONE 0.0s [2025-07-31T01:32:26.660Z] [2025-07-31T01:32:26.660Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:26.660Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:26.955Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62' [2025-07-31T01:32:26.955Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62 --push - [2025-07-31T01:32:26.955Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:26.955Z] #1 transferring dockerfile: 196B done [2025-07-31T01:32:26.955Z] #1 DONE 0.0s [2025-07-31T01:32:26.955Z] [2025-07-31T01:32:26.955Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:26.955Z] #2 DONE 0.0s [2025-07-31T01:32:26.955Z] [2025-07-31T01:32:26.955Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:26.955Z] #3 DONE 0.0s [2025-07-31T01:32:26.955Z] [2025-07-31T01:32:26.955Z] #4 [internal] load .dockerignore [2025-07-31T01:32:26.955Z] #4 transferring context: 2B done [2025-07-31T01:32:26.955Z] #4 DONE 0.0s [2025-07-31T01:32:26.955Z] [2025-07-31T01:32:26.955Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 [2025-07-31T01:32:26.955Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 [2025-07-31T01:32:27.214Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 0.0s done [2025-07-31T01:32:27.214Z] #5 DONE 0.0s [2025-07-31T01:32:27.214Z] [2025-07-31T01:32:27.214Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 [2025-07-31T01:32:27.214Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 0.0s done [2025-07-31T01:32:27.214Z] #6 DONE 0.1s [2025-07-31T01:32:27.214Z] [2025-07-31T01:32:27.214Z] #7 exporting to image [2025-07-31T01:32:27.214Z] #7 exporting layers done [2025-07-31T01:32:27.214Z] #7 exporting manifest sha256:9e7ced48ffa17280415d71178c0b54ebbe664c8c74513141a26ffd52de2033da done [2025-07-31T01:32:27.214Z] #7 exporting config sha256:56a65a3f69bb64e1bd22a581f6409f5f909764bdf18ea1c2be249ed0914b7285 done [2025-07-31T01:32:27.214Z] #7 exporting manifest sha256:b832ca0bfa7c8b0d61d2b9b7bc98c563b3e40bab6fb4b9353febfc99c0758733 done [2025-07-31T01:32:27.214Z] #7 exporting config sha256:796a45ad7c0de17c32179ca742b37a94f14129eaf5ba11f3507c883ffecefd77 done [2025-07-31T01:32:27.214Z] #7 exporting manifest list sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 done [2025-07-31T01:32:27.214Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:27.214Z] #7 ... [2025-07-31T01:32:27.214Z] [2025-07-31T01:32:27.214Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:27.214Z] #8 DONE 0.0s [2025-07-31T01:32:27.214Z] [2025-07-31T01:32:27.214Z] #7 exporting to image [2025-07-31T01:32:27.214Z] #7 pushing layers 0.1s done [2025-07-31T01:32:27.214Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 [2025-07-31T01:32:27.474Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 0.1s done [2025-07-31T01:32:27.474Z] #7 DONE 0.2s [2025-07-31T01:32:27.474Z] [2025-07-31T01:32:27.474Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:27.474Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:27.762Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-07-31T01:32:27.762Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-07-31T01:32:28.021Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:28.021Z] #1 transferring dockerfile: 162B done [2025-07-31T01:32:28.021Z] #1 DONE 0.0s [2025-07-31T01:32:28.021Z] [2025-07-31T01:32:28.021Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-31T01:32:28.021Z] #2 DONE 0.0s [2025-07-31T01:32:28.021Z] [2025-07-31T01:32:28.021Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-31T01:32:28.021Z] #3 DONE 0.0s [2025-07-31T01:32:28.021Z] [2025-07-31T01:32:28.021Z] #4 [internal] load .dockerignore [2025-07-31T01:32:28.021Z] #4 transferring context: 2B done [2025-07-31T01:32:28.021Z] #4 DONE 0.0s [2025-07-31T01:32:28.021Z] [2025-07-31T01:32:28.021Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 [2025-07-31T01:32:28.021Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 done [2025-07-31T01:32:28.021Z] #5 CACHED [2025-07-31T01:32:28.021Z] [2025-07-31T01:32:28.021Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 [2025-07-31T01:32:28.021Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 done [2025-07-31T01:32:28.021Z] #6 CACHED [2025-07-31T01:32:28.021Z] [2025-07-31T01:32:28.021Z] #7 exporting to image [2025-07-31T01:32:28.021Z] #7 exporting layers done [2025-07-31T01:32:28.021Z] #7 exporting manifest sha256:9e7ced48ffa17280415d71178c0b54ebbe664c8c74513141a26ffd52de2033da done [2025-07-31T01:32:28.021Z] #7 exporting config sha256:56a65a3f69bb64e1bd22a581f6409f5f909764bdf18ea1c2be249ed0914b7285 done [2025-07-31T01:32:28.021Z] #7 exporting manifest sha256:b832ca0bfa7c8b0d61d2b9b7bc98c563b3e40bab6fb4b9353febfc99c0758733 done [2025-07-31T01:32:28.021Z] #7 exporting config sha256:796a45ad7c0de17c32179ca742b37a94f14129eaf5ba11f3507c883ffecefd77 done [2025-07-31T01:32:28.021Z] #7 exporting manifest list sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 [2025-07-31T01:32:28.021Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:28.021Z] #7 exporting manifest list sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 done [2025-07-31T01:32:28.021Z] #7 pushing layers 0.0s done [2025-07-31T01:32:28.021Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 0.1s done [2025-07-31T01:32:28.021Z] #7 DONE 0.1s [2025-07-31T01:32:28.021Z] [2025-07-31T01:32:28.021Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:28.021Z] #8 DONE 0.0s [2025-07-31T01:32:28.021Z] [2025-07-31T01:32:28.021Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:28.021Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:28.310Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42' [2025-07-31T01:32:28.310Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 --push - [2025-07-31T01:32:28.310Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:28.310Z] #1 transferring dockerfile: 168B done [2025-07-31T01:32:28.310Z] #1 DONE 0.0s [2025-07-31T01:32:28.310Z] [2025-07-31T01:32:28.310Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [2025-07-31T01:32:28.310Z] #2 DONE 0.0s [2025-07-31T01:32:28.310Z] [2025-07-31T01:32:28.310Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [2025-07-31T01:32:28.310Z] #3 DONE 0.0s [2025-07-31T01:32:28.310Z] [2025-07-31T01:32:28.310Z] #4 [internal] load .dockerignore [2025-07-31T01:32:28.311Z] #4 transferring context: 2B done [2025-07-31T01:32:28.311Z] #4 DONE 0.0s [2025-07-31T01:32:28.311Z] [2025-07-31T01:32:28.311Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 [2025-07-31T01:32:28.311Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 0.0s done [2025-07-31T01:32:28.311Z] #5 DONE 0.0s [2025-07-31T01:32:28.311Z] [2025-07-31T01:32:28.311Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 [2025-07-31T01:32:28.571Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 0.0s done [2025-07-31T01:32:28.571Z] #6 CACHED [2025-07-31T01:32:28.571Z] [2025-07-31T01:32:28.571Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 [2025-07-31T01:32:28.571Z] #5 CACHED [2025-07-31T01:32:28.571Z] [2025-07-31T01:32:28.571Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:28.571Z] #7 DONE 0.0s [2025-07-31T01:32:28.571Z] [2025-07-31T01:32:28.571Z] #8 exporting to image [2025-07-31T01:32:28.571Z] #8 exporting layers done [2025-07-31T01:32:28.571Z] #8 exporting manifest sha256:9e7ced48ffa17280415d71178c0b54ebbe664c8c74513141a26ffd52de2033da done [2025-07-31T01:32:28.571Z] #8 exporting config sha256:56a65a3f69bb64e1bd22a581f6409f5f909764bdf18ea1c2be249ed0914b7285 done [2025-07-31T01:32:28.571Z] #8 exporting manifest sha256:b832ca0bfa7c8b0d61d2b9b7bc98c563b3e40bab6fb4b9353febfc99c0758733 done [2025-07-31T01:32:28.571Z] #8 exporting config sha256:796a45ad7c0de17c32179ca742b37a94f14129eaf5ba11f3507c883ffecefd77 done [2025-07-31T01:32:28.571Z] #8 exporting manifest list sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 done [2025-07-31T01:32:28.571Z] #8 pushing layers 0.0s done [2025-07-31T01:32:28.571Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 0.1s done [2025-07-31T01:32:28.571Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:28.571Z] #8 DONE 0.1s [2025-07-31T01:32:28.571Z] [2025-07-31T01:32:28.571Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:28.571Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:28.866Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' [2025-07-31T01:32:28.866Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - [2025-07-31T01:32:28.866Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:28.866Z] #1 transferring dockerfile: 209B done [2025-07-31T01:32:28.866Z] #1 DONE 0.0s [2025-07-31T01:32:28.866Z] [2025-07-31T01:32:28.866Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:28.866Z] #2 DONE 0.0s [2025-07-31T01:32:28.866Z] [2025-07-31T01:32:28.866Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:28.866Z] #3 DONE 0.0s [2025-07-31T01:32:28.866Z] [2025-07-31T01:32:28.866Z] #4 [internal] load .dockerignore [2025-07-31T01:32:28.866Z] #4 transferring context: 2B done [2025-07-31T01:32:28.866Z] #4 DONE 0.0s [2025-07-31T01:32:28.866Z] [2025-07-31T01:32:28.866Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 [2025-07-31T01:32:28.866Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 0.0s done [2025-07-31T01:32:28.866Z] #5 CACHED [2025-07-31T01:32:28.866Z] [2025-07-31T01:32:28.866Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 [2025-07-31T01:32:28.866Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 0.0s done [2025-07-31T01:32:28.866Z] #6 CACHED [2025-07-31T01:32:28.866Z] [2025-07-31T01:32:28.866Z] #7 exporting to image [2025-07-31T01:32:28.866Z] #7 exporting layers done [2025-07-31T01:32:28.866Z] #7 exporting manifest sha256:9e7ced48ffa17280415d71178c0b54ebbe664c8c74513141a26ffd52de2033da done [2025-07-31T01:32:28.866Z] #7 exporting config sha256:56a65a3f69bb64e1bd22a581f6409f5f909764bdf18ea1c2be249ed0914b7285 done [2025-07-31T01:32:28.866Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:29.125Z] #7 exporting manifest sha256:b832ca0bfa7c8b0d61d2b9b7bc98c563b3e40bab6fb4b9353febfc99c0758733 done [2025-07-31T01:32:29.125Z] #7 exporting config sha256:796a45ad7c0de17c32179ca742b37a94f14129eaf5ba11f3507c883ffecefd77 done [2025-07-31T01:32:29.125Z] #7 exporting manifest list sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 done [2025-07-31T01:32:29.125Z] #7 pushing layers 0.0s done [2025-07-31T01:32:29.125Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 0.1s done [2025-07-31T01:32:29.125Z] #7 DONE 0.1s [2025-07-31T01:32:29.125Z] [2025-07-31T01:32:29.125Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:29.125Z] #8 DONE 0.0s [2025-07-31T01:32:29.125Z] [2025-07-31T01:32:29.125Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:29.125Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:29.411Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-07-31T01:32:29.411Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-07-31T01:32:29.670Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:29.670Z] #1 transferring dockerfile: 160B done [2025-07-31T01:32:29.670Z] #1 DONE 0.0s [2025-07-31T01:32:29.670Z] [2025-07-31T01:32:29.670Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-07-31T01:32:29.670Z] #2 DONE 0.0s [2025-07-31T01:32:29.670Z] [2025-07-31T01:32:29.670Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-07-31T01:32:29.670Z] #3 DONE 0.0s [2025-07-31T01:32:29.670Z] [2025-07-31T01:32:29.670Z] #4 [internal] load .dockerignore [2025-07-31T01:32:29.670Z] #4 transferring context: 2B done [2025-07-31T01:32:29.670Z] #4 DONE 0.0s [2025-07-31T01:32:29.670Z] [2025-07-31T01:32:29.670Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 [2025-07-31T01:32:29.670Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 done [2025-07-31T01:32:29.670Z] #5 CACHED [2025-07-31T01:32:29.670Z] [2025-07-31T01:32:29.670Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 [2025-07-31T01:32:29.670Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 done [2025-07-31T01:32:29.670Z] #6 CACHED [2025-07-31T01:32:29.670Z] [2025-07-31T01:32:29.670Z] #7 exporting to image [2025-07-31T01:32:29.670Z] #7 exporting layers done [2025-07-31T01:32:29.670Z] #7 exporting manifest sha256:9e7ced48ffa17280415d71178c0b54ebbe664c8c74513141a26ffd52de2033da done [2025-07-31T01:32:29.670Z] #7 exporting config sha256:56a65a3f69bb64e1bd22a581f6409f5f909764bdf18ea1c2be249ed0914b7285 done [2025-07-31T01:32:29.670Z] #7 exporting manifest sha256:b832ca0bfa7c8b0d61d2b9b7bc98c563b3e40bab6fb4b9353febfc99c0758733 done [2025-07-31T01:32:29.670Z] #7 exporting config sha256:796a45ad7c0de17c32179ca742b37a94f14129eaf5ba11f3507c883ffecefd77 done [2025-07-31T01:32:29.670Z] #7 exporting manifest list sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 done [2025-07-31T01:32:29.670Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:29.670Z] #7 pushing layers 0.0s done [2025-07-31T01:32:29.670Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 0.1s done [2025-07-31T01:32:29.670Z] #7 DONE 0.1s [2025-07-31T01:32:29.670Z] [2025-07-31T01:32:29.670Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:29.670Z] #8 DONE 0.0s [2025-07-31T01:32:29.670Z] [2025-07-31T01:32:29.670Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:29.670Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:29.957Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62 --push - [2025-07-31T01:32:29.957Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62' [2025-07-31T01:32:29.957Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:29.957Z] #1 transferring dockerfile: 198B done [2025-07-31T01:32:29.957Z] #1 DONE 0.0s [2025-07-31T01:32:29.957Z] [2025-07-31T01:32:29.957Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:29.957Z] #2 DONE 0.0s [2025-07-31T01:32:29.957Z] [2025-07-31T01:32:29.957Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:29.957Z] #3 DONE 0.0s [2025-07-31T01:32:29.957Z] [2025-07-31T01:32:29.957Z] #4 [internal] load .dockerignore [2025-07-31T01:32:29.957Z] #4 transferring context: 2B done [2025-07-31T01:32:29.957Z] #4 DONE 0.0s [2025-07-31T01:32:30.218Z] [2025-07-31T01:32:30.218Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 [2025-07-31T01:32:30.218Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 [2025-07-31T01:32:30.218Z] #5 ... [2025-07-31T01:32:30.218Z] [2025-07-31T01:32:30.218Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 [2025-07-31T01:32:30.218Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 0.0s done [2025-07-31T01:32:30.218Z] #6 DONE 0.1s [2025-07-31T01:32:30.218Z] [2025-07-31T01:32:30.218Z] #7 exporting to image [2025-07-31T01:32:30.218Z] #7 exporting layers done [2025-07-31T01:32:30.218Z] #7 exporting manifest sha256:2b38ce90d0b4bfb8633d9947167e16063d3d6671f00b364d26f6967b5fb1f654 done [2025-07-31T01:32:30.218Z] #7 exporting config sha256:e4ffff8d7a99d9545b5b075fce706130bb4e3d6b1e8f00314c428b2eb781af3d done [2025-07-31T01:32:30.218Z] #7 exporting manifest sha256:1bf112a7d083d08943bc489f30a42a4a48b6fb0e51522c481e8ad87b31314f4d done [2025-07-31T01:32:30.218Z] #7 exporting config sha256:96d71d15b5e359f4f3c5fc8bda7cf9687da1f0bd0dd11c914fcb2ca438192aab done [2025-07-31T01:32:30.218Z] #7 exporting manifest list sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e done [2025-07-31T01:32:30.218Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:30.218Z] #7 ... [2025-07-31T01:32:30.218Z] [2025-07-31T01:32:30.218Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:30.218Z] #8 DONE 0.0s [2025-07-31T01:32:30.218Z] [2025-07-31T01:32:30.218Z] #7 exporting to image [2025-07-31T01:32:30.218Z] #7 pushing layers 0.1s done [2025-07-31T01:32:30.218Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62@sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e [2025-07-31T01:32:30.479Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62@sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e 0.1s done [2025-07-31T01:32:30.479Z] #7 DONE 0.2s [2025-07-31T01:32:30.479Z] [2025-07-31T01:32:30.479Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:30.479Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:30.769Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-07-31T01:32:30.770Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-07-31T01:32:30.770Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:30.770Z] #1 transferring dockerfile: 164B done [2025-07-31T01:32:30.770Z] #1 DONE 0.0s [2025-07-31T01:32:30.770Z] [2025-07-31T01:32:30.770Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-31T01:32:30.770Z] #2 DONE 0.0s [2025-07-31T01:32:30.770Z] [2025-07-31T01:32:30.770Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-31T01:32:30.770Z] #3 DONE 0.0s [2025-07-31T01:32:30.770Z] [2025-07-31T01:32:30.770Z] #4 [internal] load .dockerignore [2025-07-31T01:32:30.770Z] #4 transferring context: 2B done [2025-07-31T01:32:30.770Z] #4 DONE 0.0s [2025-07-31T01:32:30.770Z] [2025-07-31T01:32:30.770Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 [2025-07-31T01:32:30.770Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 0.0s done [2025-07-31T01:32:30.770Z] #5 CACHED [2025-07-31T01:32:30.770Z] [2025-07-31T01:32:30.770Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 [2025-07-31T01:32:30.770Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 0.0s done [2025-07-31T01:32:30.770Z] #6 CACHED [2025-07-31T01:32:30.770Z] [2025-07-31T01:32:30.770Z] #7 exporting to image [2025-07-31T01:32:30.770Z] #7 exporting layers done [2025-07-31T01:32:30.770Z] #7 exporting manifest sha256:2b38ce90d0b4bfb8633d9947167e16063d3d6671f00b364d26f6967b5fb1f654 done [2025-07-31T01:32:30.770Z] #7 exporting config sha256:e4ffff8d7a99d9545b5b075fce706130bb4e3d6b1e8f00314c428b2eb781af3d [2025-07-31T01:32:30.770Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:31.029Z] #7 exporting config sha256:e4ffff8d7a99d9545b5b075fce706130bb4e3d6b1e8f00314c428b2eb781af3d done [2025-07-31T01:32:31.029Z] #7 exporting manifest sha256:1bf112a7d083d08943bc489f30a42a4a48b6fb0e51522c481e8ad87b31314f4d done [2025-07-31T01:32:31.029Z] #7 exporting config sha256:96d71d15b5e359f4f3c5fc8bda7cf9687da1f0bd0dd11c914fcb2ca438192aab done [2025-07-31T01:32:31.029Z] #7 exporting manifest list sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e done [2025-07-31T01:32:31.029Z] #7 pushing layers 0.0s done [2025-07-31T01:32:31.029Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e 0.1s done [2025-07-31T01:32:31.029Z] #7 DONE 0.1s [2025-07-31T01:32:31.029Z] [2025-07-31T01:32:31.029Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:31.029Z] #8 DONE 0.0s [2025-07-31T01:32:31.029Z] [2025-07-31T01:32:31.029Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:31.029Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:31.319Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42' [2025-07-31T01:32:31.319Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 --push - [2025-07-31T01:32:31.578Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:31.578Z] #1 transferring dockerfile: 170B done [2025-07-31T01:32:31.578Z] #1 DONE 0.0s [2025-07-31T01:32:31.578Z] [2025-07-31T01:32:31.578Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [2025-07-31T01:32:31.578Z] #2 DONE 0.0s [2025-07-31T01:32:31.578Z] [2025-07-31T01:32:31.578Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [2025-07-31T01:32:31.578Z] #3 DONE 0.0s [2025-07-31T01:32:31.578Z] [2025-07-31T01:32:31.578Z] #4 [internal] load .dockerignore [2025-07-31T01:32:31.578Z] #4 transferring context: 2B done [2025-07-31T01:32:31.578Z] #4 DONE 0.0s [2025-07-31T01:32:31.578Z] [2025-07-31T01:32:31.578Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 [2025-07-31T01:32:31.578Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 0.0s done [2025-07-31T01:32:31.578Z] #5 CACHED [2025-07-31T01:32:31.578Z] [2025-07-31T01:32:31.578Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 [2025-07-31T01:32:31.578Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 done [2025-07-31T01:32:31.578Z] #6 CACHED [2025-07-31T01:32:31.578Z] [2025-07-31T01:32:31.578Z] #7 exporting to image [2025-07-31T01:32:31.578Z] #7 exporting layers [2025-07-31T01:32:31.578Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:31.578Z] #7 exporting layers done [2025-07-31T01:32:31.578Z] #7 exporting manifest sha256:2b38ce90d0b4bfb8633d9947167e16063d3d6671f00b364d26f6967b5fb1f654 done [2025-07-31T01:32:31.578Z] #7 exporting config sha256:e4ffff8d7a99d9545b5b075fce706130bb4e3d6b1e8f00314c428b2eb781af3d done [2025-07-31T01:32:31.578Z] #7 exporting manifest sha256:1bf112a7d083d08943bc489f30a42a4a48b6fb0e51522c481e8ad87b31314f4d done [2025-07-31T01:32:31.578Z] #7 exporting config sha256:96d71d15b5e359f4f3c5fc8bda7cf9687da1f0bd0dd11c914fcb2ca438192aab done [2025-07-31T01:32:31.578Z] #7 exporting manifest list sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e done [2025-07-31T01:32:31.578Z] #7 pushing layers 0.0s done [2025-07-31T01:32:31.578Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e 0.1s done [2025-07-31T01:32:31.578Z] #7 DONE 0.1s [2025-07-31T01:32:31.578Z] [2025-07-31T01:32:31.578Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:31.578Z] #8 DONE 0.0s [2025-07-31T01:32:31.578Z] [2025-07-31T01:32:31.578Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:31.578Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:31.863Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' [2025-07-31T01:32:31.863Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - [2025-07-31T01:32:31.863Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:31.863Z] #1 transferring dockerfile: 211B done [2025-07-31T01:32:31.863Z] #1 DONE 0.0s [2025-07-31T01:32:31.863Z] [2025-07-31T01:32:31.863Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:31.863Z] #2 DONE 0.0s [2025-07-31T01:32:31.863Z] [2025-07-31T01:32:31.863Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:31.863Z] #3 DONE 0.0s [2025-07-31T01:32:31.863Z] [2025-07-31T01:32:31.863Z] #4 [internal] load .dockerignore [2025-07-31T01:32:31.863Z] #4 transferring context: 2B done [2025-07-31T01:32:31.863Z] #4 DONE 0.0s [2025-07-31T01:32:31.863Z] [2025-07-31T01:32:31.863Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 [2025-07-31T01:32:31.863Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 0.0s done [2025-07-31T01:32:31.863Z] #5 DONE 0.0s [2025-07-31T01:32:31.863Z] [2025-07-31T01:32:31.863Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 [2025-07-31T01:32:32.122Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 0.0s done [2025-07-31T01:32:32.122Z] #6 CACHED [2025-07-31T01:32:32.122Z] [2025-07-31T01:32:32.122Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 [2025-07-31T01:32:32.122Z] #5 CACHED [2025-07-31T01:32:32.122Z] [2025-07-31T01:32:32.122Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:32.122Z] #7 DONE 0.0s [2025-07-31T01:32:32.122Z] [2025-07-31T01:32:32.122Z] #8 exporting to image [2025-07-31T01:32:32.122Z] #8 exporting layers done [2025-07-31T01:32:32.122Z] #8 exporting manifest sha256:2b38ce90d0b4bfb8633d9947167e16063d3d6671f00b364d26f6967b5fb1f654 done [2025-07-31T01:32:32.122Z] #8 exporting config sha256:e4ffff8d7a99d9545b5b075fce706130bb4e3d6b1e8f00314c428b2eb781af3d done [2025-07-31T01:32:32.122Z] #8 exporting manifest sha256:1bf112a7d083d08943bc489f30a42a4a48b6fb0e51522c481e8ad87b31314f4d done [2025-07-31T01:32:32.122Z] #8 exporting config sha256:96d71d15b5e359f4f3c5fc8bda7cf9687da1f0bd0dd11c914fcb2ca438192aab done [2025-07-31T01:32:32.122Z] #8 exporting manifest list sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e done [2025-07-31T01:32:32.122Z] #8 pushing layers 0.0s done [2025-07-31T01:32:32.122Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e 0.1s done [2025-07-31T01:32:32.122Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:32.122Z] #8 DONE 0.1s [2025-07-31T01:32:32.122Z] [2025-07-31T01:32:32.122Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:32.122Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:32.421Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-07-31T01:32:32.421Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-07-31T01:32:32.421Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:32.421Z] #1 transferring dockerfile: 162B done [2025-07-31T01:32:32.421Z] #1 DONE 0.0s [2025-07-31T01:32:32.421Z] [2025-07-31T01:32:32.421Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-07-31T01:32:32.421Z] #2 DONE 0.0s [2025-07-31T01:32:32.421Z] [2025-07-31T01:32:32.421Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-07-31T01:32:32.421Z] #3 DONE 0.0s [2025-07-31T01:32:32.421Z] [2025-07-31T01:32:32.421Z] #4 [internal] load .dockerignore [2025-07-31T01:32:32.421Z] #4 transferring context: 2B done [2025-07-31T01:32:32.421Z] #4 DONE 0.0s [2025-07-31T01:32:32.421Z] [2025-07-31T01:32:32.421Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 [2025-07-31T01:32:32.421Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 0.0s done [2025-07-31T01:32:32.421Z] #5 CACHED [2025-07-31T01:32:32.421Z] [2025-07-31T01:32:32.421Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 [2025-07-31T01:32:32.421Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 0.0s done [2025-07-31T01:32:32.421Z] #6 CACHED [2025-07-31T01:32:32.421Z] [2025-07-31T01:32:32.421Z] #7 exporting to image [2025-07-31T01:32:32.421Z] #7 exporting layers done [2025-07-31T01:32:32.421Z] #7 exporting manifest sha256:2b38ce90d0b4bfb8633d9947167e16063d3d6671f00b364d26f6967b5fb1f654 done [2025-07-31T01:32:32.421Z] #7 exporting config sha256:e4ffff8d7a99d9545b5b075fce706130bb4e3d6b1e8f00314c428b2eb781af3d done [2025-07-31T01:32:32.421Z] #7 exporting manifest sha256:1bf112a7d083d08943bc489f30a42a4a48b6fb0e51522c481e8ad87b31314f4d done [2025-07-31T01:32:32.421Z] #7 exporting config sha256:96d71d15b5e359f4f3c5fc8bda7cf9687da1f0bd0dd11c914fcb2ca438192aab done [2025-07-31T01:32:32.421Z] #7 exporting manifest list sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e done [2025-07-31T01:32:32.421Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:32.680Z] #7 pushing layers 0.0s done [2025-07-31T01:32:32.680Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e 0.1s done [2025-07-31T01:32:32.680Z] #7 DONE 0.1s [2025-07-31T01:32:32.680Z] [2025-07-31T01:32:32.680Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:32.680Z] #8 DONE 0.0s [2025-07-31T01:32:32.680Z] [2025-07-31T01:32:32.680Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:32.680Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:32.971Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62' [2025-07-31T01:32:32.971Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 --push - [2025-07-31T01:32:32.971Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:32.971Z] #1 transferring dockerfile: 206B done [2025-07-31T01:32:32.971Z] #1 DONE 0.0s [2025-07-31T01:32:32.971Z] [2025-07-31T01:32:32.971Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:32.971Z] #2 DONE 0.0s [2025-07-31T01:32:32.971Z] [2025-07-31T01:32:32.971Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:32.971Z] #3 DONE 0.0s [2025-07-31T01:32:32.971Z] [2025-07-31T01:32:32.971Z] #4 [internal] load .dockerignore [2025-07-31T01:32:32.971Z] #4 transferring context: 2B done [2025-07-31T01:32:32.971Z] #4 DONE 0.0s [2025-07-31T01:32:33.234Z] [2025-07-31T01:32:33.234Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 [2025-07-31T01:32:33.234Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 [2025-07-31T01:32:33.234Z] #5 ... [2025-07-31T01:32:33.234Z] [2025-07-31T01:32:33.234Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 [2025-07-31T01:32:33.234Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 0.0s done [2025-07-31T01:32:33.494Z] #6 DONE 0.2s [2025-07-31T01:32:33.494Z] [2025-07-31T01:32:33.494Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:33.494Z] #7 DONE 0.0s [2025-07-31T01:32:33.494Z] [2025-07-31T01:32:33.494Z] #8 exporting to image [2025-07-31T01:32:33.494Z] #8 exporting layers done [2025-07-31T01:32:33.494Z] #8 exporting manifest sha256:0235330614cd78bde44db4e981da38664f67374a66a7c8415a151a97c5058bfc done [2025-07-31T01:32:33.494Z] #8 exporting config sha256:27975b01ba5ed738c924e7b5299d2858bba12ed23a86a19e372b6a29c12a1c47 done [2025-07-31T01:32:33.494Z] #8 exporting manifest sha256:41f862cc206165b2727c184853eabae0e3131855104c863178cf404b6e4cd200 done [2025-07-31T01:32:33.494Z] #8 exporting config sha256:8adc1fc1a321a06aeed265cae4650402f237bffecbd7a7478dfcee41556726c7 done [2025-07-31T01:32:33.494Z] #8 exporting manifest list sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c done [2025-07-31T01:32:33.494Z] #8 pushing layers 0.1s done [2025-07-31T01:32:33.494Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c [2025-07-31T01:32:33.494Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:33.494Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c 0.1s done [2025-07-31T01:32:33.494Z] #8 DONE 0.2s [2025-07-31T01:32:33.494Z] [2025-07-31T01:32:33.494Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:33.494Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:33.796Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-07-31T01:32:33.796Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-07-31T01:32:33.796Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:33.796Z] #1 transferring dockerfile: 172B done [2025-07-31T01:32:33.796Z] #1 DONE 0.0s [2025-07-31T01:32:33.796Z] [2025-07-31T01:32:33.796Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-31T01:32:33.796Z] #2 DONE 0.0s [2025-07-31T01:32:33.796Z] [2025-07-31T01:32:33.796Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-31T01:32:33.796Z] #3 DONE 0.0s [2025-07-31T01:32:33.796Z] [2025-07-31T01:32:33.796Z] #4 [internal] load .dockerignore [2025-07-31T01:32:33.796Z] #4 transferring context: 2B done [2025-07-31T01:32:33.796Z] #4 DONE 0.0s [2025-07-31T01:32:33.796Z] [2025-07-31T01:32:33.796Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 [2025-07-31T01:32:33.796Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 0.0s done [2025-07-31T01:32:33.796Z] #5 CACHED [2025-07-31T01:32:33.796Z] [2025-07-31T01:32:33.796Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 [2025-07-31T01:32:33.796Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 0.0s done [2025-07-31T01:32:33.797Z] #6 CACHED [2025-07-31T01:32:33.797Z] [2025-07-31T01:32:33.797Z] #7 exporting to image [2025-07-31T01:32:33.797Z] #7 exporting layers done [2025-07-31T01:32:33.797Z] #7 exporting manifest sha256:0235330614cd78bde44db4e981da38664f67374a66a7c8415a151a97c5058bfc done [2025-07-31T01:32:33.797Z] #7 exporting config sha256:27975b01ba5ed738c924e7b5299d2858bba12ed23a86a19e372b6a29c12a1c47 done [2025-07-31T01:32:33.797Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:34.055Z] #7 ... [2025-07-31T01:32:34.055Z] [2025-07-31T01:32:34.055Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:34.055Z] #8 DONE 0.0s [2025-07-31T01:32:34.055Z] [2025-07-31T01:32:34.055Z] #7 exporting to image [2025-07-31T01:32:34.055Z] #7 exporting manifest sha256:41f862cc206165b2727c184853eabae0e3131855104c863178cf404b6e4cd200 done [2025-07-31T01:32:34.055Z] #7 exporting config sha256:8adc1fc1a321a06aeed265cae4650402f237bffecbd7a7478dfcee41556726c7 done [2025-07-31T01:32:34.056Z] #7 exporting manifest list sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c done [2025-07-31T01:32:34.056Z] #7 pushing layers 0.0s done [2025-07-31T01:32:34.056Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c [2025-07-31T01:32:35.004Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c 1.0s done [2025-07-31T01:32:35.004Z] #7 DONE 1.1s [2025-07-31T01:32:35.004Z] [2025-07-31T01:32:35.004Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:35.004Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:35.295Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42' [2025-07-31T01:32:35.295Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 --push - [2025-07-31T01:32:35.295Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:35.295Z] #1 transferring dockerfile: 178B done [2025-07-31T01:32:35.295Z] #1 DONE 0.0s [2025-07-31T01:32:35.295Z] [2025-07-31T01:32:35.295Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [2025-07-31T01:32:35.295Z] #2 DONE 0.0s [2025-07-31T01:32:35.295Z] [2025-07-31T01:32:35.295Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [2025-07-31T01:32:35.295Z] #3 DONE 0.0s [2025-07-31T01:32:35.295Z] [2025-07-31T01:32:35.295Z] #4 [internal] load .dockerignore [2025-07-31T01:32:35.295Z] #4 transferring context: 2B done [2025-07-31T01:32:35.295Z] #4 DONE 0.0s [2025-07-31T01:32:35.295Z] [2025-07-31T01:32:35.295Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 [2025-07-31T01:32:35.295Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 0.0s done [2025-07-31T01:32:35.295Z] #5 CACHED [2025-07-31T01:32:35.295Z] [2025-07-31T01:32:35.295Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 [2025-07-31T01:32:35.295Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 0.0s done [2025-07-31T01:32:35.295Z] #6 CACHED [2025-07-31T01:32:35.295Z] [2025-07-31T01:32:35.295Z] #7 exporting to image [2025-07-31T01:32:35.295Z] #7 exporting layers done [2025-07-31T01:32:35.295Z] #7 exporting manifest sha256:0235330614cd78bde44db4e981da38664f67374a66a7c8415a151a97c5058bfc done [2025-07-31T01:32:35.295Z] #7 exporting config sha256:27975b01ba5ed738c924e7b5299d2858bba12ed23a86a19e372b6a29c12a1c47 done [2025-07-31T01:32:35.295Z] #7 exporting manifest sha256:41f862cc206165b2727c184853eabae0e3131855104c863178cf404b6e4cd200 done [2025-07-31T01:32:35.295Z] #7 exporting config sha256:8adc1fc1a321a06aeed265cae4650402f237bffecbd7a7478dfcee41556726c7 [2025-07-31T01:32:35.295Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:35.556Z] #7 exporting config sha256:8adc1fc1a321a06aeed265cae4650402f237bffecbd7a7478dfcee41556726c7 done [2025-07-31T01:32:35.556Z] #7 exporting manifest list sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c done [2025-07-31T01:32:35.556Z] #7 pushing layers 0.0s done [2025-07-31T01:32:35.556Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c 0.1s done [2025-07-31T01:32:35.556Z] #7 DONE 0.1s [2025-07-31T01:32:35.556Z] [2025-07-31T01:32:35.556Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:35.556Z] #8 DONE 0.0s [2025-07-31T01:32:35.556Z] [2025-07-31T01:32:35.556Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:35.556Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:35.848Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' [2025-07-31T01:32:35.848Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - [2025-07-31T01:32:35.848Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:35.848Z] #1 transferring dockerfile: 219B done [2025-07-31T01:32:35.848Z] #1 DONE 0.0s [2025-07-31T01:32:35.848Z] [2025-07-31T01:32:35.848Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:35.848Z] #2 DONE 0.0s [2025-07-31T01:32:35.848Z] [2025-07-31T01:32:35.848Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:35.848Z] #3 DONE 0.0s [2025-07-31T01:32:35.848Z] [2025-07-31T01:32:35.848Z] #4 [internal] load .dockerignore [2025-07-31T01:32:35.848Z] #4 transferring context: 2B done [2025-07-31T01:32:35.848Z] #4 DONE 0.0s [2025-07-31T01:32:35.848Z] [2025-07-31T01:32:35.848Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 [2025-07-31T01:32:35.848Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 0.0s done [2025-07-31T01:32:35.848Z] #5 CACHED [2025-07-31T01:32:35.848Z] [2025-07-31T01:32:35.848Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 [2025-07-31T01:32:35.848Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 0.0s done [2025-07-31T01:32:35.848Z] #6 CACHED [2025-07-31T01:32:35.848Z] [2025-07-31T01:32:35.848Z] #7 exporting to image [2025-07-31T01:32:35.848Z] #7 exporting layers done [2025-07-31T01:32:35.848Z] #7 exporting manifest sha256:0235330614cd78bde44db4e981da38664f67374a66a7c8415a151a97c5058bfc done [2025-07-31T01:32:35.848Z] #7 exporting config sha256:27975b01ba5ed738c924e7b5299d2858bba12ed23a86a19e372b6a29c12a1c47 done [2025-07-31T01:32:35.848Z] #7 exporting manifest sha256:41f862cc206165b2727c184853eabae0e3131855104c863178cf404b6e4cd200 done [2025-07-31T01:32:35.848Z] #7 exporting config sha256:8adc1fc1a321a06aeed265cae4650402f237bffecbd7a7478dfcee41556726c7 done [2025-07-31T01:32:35.848Z] #7 exporting manifest list sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c done [2025-07-31T01:32:35.848Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:36.107Z] #7 pushing layers 0.0s done [2025-07-31T01:32:36.107Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c 0.1s done [2025-07-31T01:32:36.107Z] #7 DONE 0.1s [2025-07-31T01:32:36.107Z] [2025-07-31T01:32:36.107Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:36.107Z] #8 DONE 0.0s [2025-07-31T01:32:36.107Z] [2025-07-31T01:32:36.107Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:36.107Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:36.391Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-07-31T01:32:36.391Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-07-31T01:32:36.391Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:36.391Z] #1 transferring dockerfile: 170B done [2025-07-31T01:32:36.391Z] #1 DONE 0.0s [2025-07-31T01:32:36.391Z] [2025-07-31T01:32:36.391Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-07-31T01:32:36.391Z] #2 DONE 0.0s [2025-07-31T01:32:36.391Z] [2025-07-31T01:32:36.391Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-07-31T01:32:36.391Z] #3 DONE 0.0s [2025-07-31T01:32:36.391Z] [2025-07-31T01:32:36.391Z] #4 [internal] load .dockerignore [2025-07-31T01:32:36.391Z] #4 transferring context: 2B done [2025-07-31T01:32:36.391Z] #4 DONE 0.0s [2025-07-31T01:32:36.391Z] [2025-07-31T01:32:36.391Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 [2025-07-31T01:32:36.391Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 0.0s done [2025-07-31T01:32:36.391Z] #5 CACHED [2025-07-31T01:32:36.391Z] [2025-07-31T01:32:36.391Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 [2025-07-31T01:32:36.391Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 0.0s done [2025-07-31T01:32:36.391Z] #6 CACHED [2025-07-31T01:32:36.391Z] [2025-07-31T01:32:36.391Z] #7 exporting to image [2025-07-31T01:32:36.391Z] #7 exporting layers done [2025-07-31T01:32:36.391Z] #7 exporting manifest sha256:0235330614cd78bde44db4e981da38664f67374a66a7c8415a151a97c5058bfc done [2025-07-31T01:32:36.391Z] #7 exporting config sha256:27975b01ba5ed738c924e7b5299d2858bba12ed23a86a19e372b6a29c12a1c47 [2025-07-31T01:32:36.391Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:36.651Z] #7 exporting config sha256:27975b01ba5ed738c924e7b5299d2858bba12ed23a86a19e372b6a29c12a1c47 done [2025-07-31T01:32:36.651Z] #7 exporting manifest sha256:41f862cc206165b2727c184853eabae0e3131855104c863178cf404b6e4cd200 done [2025-07-31T01:32:36.651Z] #7 exporting config sha256:8adc1fc1a321a06aeed265cae4650402f237bffecbd7a7478dfcee41556726c7 done [2025-07-31T01:32:36.651Z] #7 exporting manifest list sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c done [2025-07-31T01:32:36.651Z] #7 pushing layers 0.0s done [2025-07-31T01:32:36.651Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c 0.1s done [2025-07-31T01:32:36.651Z] #7 DONE 0.1s [2025-07-31T01:32:36.651Z] [2025-07-31T01:32:36.651Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:36.651Z] #8 DONE 0.0s [2025-07-31T01:32:36.651Z] [2025-07-31T01:32:36.651Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:36.651Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:36.951Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62' [2025-07-31T01:32:36.951Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62 --push - [2025-07-31T01:32:36.951Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:36.951Z] #1 transferring dockerfile: 204B done [2025-07-31T01:32:36.951Z] #1 DONE 0.0s [2025-07-31T01:32:36.951Z] [2025-07-31T01:32:36.951Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:36.951Z] #2 DONE 0.0s [2025-07-31T01:32:36.951Z] [2025-07-31T01:32:36.951Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:36.951Z] #3 DONE 0.1s [2025-07-31T01:32:36.951Z] [2025-07-31T01:32:36.951Z] #4 [internal] load .dockerignore [2025-07-31T01:32:36.951Z] #4 transferring context: 2B done [2025-07-31T01:32:36.951Z] #4 DONE 0.0s [2025-07-31T01:32:37.210Z] [2025-07-31T01:32:37.210Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 [2025-07-31T01:32:37.210Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 [2025-07-31T01:32:37.210Z] #5 ... [2025-07-31T01:32:37.210Z] [2025-07-31T01:32:37.210Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 [2025-07-31T01:32:37.210Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 0.0s done [2025-07-31T01:32:37.210Z] #6 DONE 0.1s [2025-07-31T01:32:37.210Z] [2025-07-31T01:32:37.210Z] #7 exporting to image [2025-07-31T01:32:37.210Z] #7 exporting layers done [2025-07-31T01:32:37.210Z] #7 exporting manifest sha256:1770eca0de78ef9a5950e6dcef4d013283bcf34831eeb167467dfd9fa6d6ea0a 0.0s done [2025-07-31T01:32:37.210Z] #7 exporting config sha256:884ea578aa0b2cda27b820769539246fa5b574d2f27eec88b27824165a2b8219 done [2025-07-31T01:32:37.210Z] #7 exporting manifest sha256:d5e088bd77035a6c9d1e03d1fe26130ba0d32410acc4f03ac2de8e9421a3128f done [2025-07-31T01:32:37.210Z] #7 exporting config sha256:0a8937501ee70b454bc47bb38db8eac986d127ed4e7ffbd2ab0eb40898ca4eba done [2025-07-31T01:32:37.210Z] #7 exporting manifest list sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 [2025-07-31T01:32:37.210Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:37.210Z] #7 ... [2025-07-31T01:32:37.210Z] [2025-07-31T01:32:37.210Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:37.210Z] #8 DONE 0.0s [2025-07-31T01:32:37.210Z] [2025-07-31T01:32:37.210Z] #7 exporting to image [2025-07-31T01:32:37.210Z] #7 exporting manifest list sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 done [2025-07-31T01:32:37.210Z] #7 pushing layers 0.1s done [2025-07-31T01:32:37.210Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62@sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 [2025-07-31T01:32:37.469Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62@sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 0.1s done [2025-07-31T01:32:37.469Z] #7 DONE 0.2s [2025-07-31T01:32:37.469Z] [2025-07-31T01:32:37.469Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:37.469Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:37.753Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-07-31T01:32:37.753Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-07-31T01:32:37.753Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:37.753Z] #1 transferring dockerfile: 170B done [2025-07-31T01:32:37.753Z] #1 DONE 0.0s [2025-07-31T01:32:37.753Z] [2025-07-31T01:32:37.753Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-31T01:32:37.753Z] #2 DONE 0.0s [2025-07-31T01:32:37.753Z] [2025-07-31T01:32:37.753Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-31T01:32:37.753Z] #3 DONE 0.0s [2025-07-31T01:32:37.753Z] [2025-07-31T01:32:37.753Z] #4 [internal] load .dockerignore [2025-07-31T01:32:37.753Z] #4 transferring context: 2B done [2025-07-31T01:32:37.753Z] #4 DONE 0.0s [2025-07-31T01:32:37.753Z] [2025-07-31T01:32:37.753Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 [2025-07-31T01:32:37.753Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 0.0s done [2025-07-31T01:32:37.753Z] #5 DONE 0.0s [2025-07-31T01:32:37.753Z] [2025-07-31T01:32:37.753Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 [2025-07-31T01:32:38.012Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 0.0s done [2025-07-31T01:32:38.012Z] #6 CACHED [2025-07-31T01:32:38.012Z] [2025-07-31T01:32:38.012Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 [2025-07-31T01:32:38.012Z] #5 CACHED [2025-07-31T01:32:38.012Z] [2025-07-31T01:32:38.012Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:38.012Z] #7 DONE 0.0s [2025-07-31T01:32:38.012Z] [2025-07-31T01:32:38.012Z] #8 exporting to image [2025-07-31T01:32:38.012Z] #8 exporting layers done [2025-07-31T01:32:38.012Z] #8 exporting manifest sha256:1770eca0de78ef9a5950e6dcef4d013283bcf34831eeb167467dfd9fa6d6ea0a done [2025-07-31T01:32:38.012Z] #8 exporting config sha256:884ea578aa0b2cda27b820769539246fa5b574d2f27eec88b27824165a2b8219 done [2025-07-31T01:32:38.012Z] #8 exporting manifest sha256:d5e088bd77035a6c9d1e03d1fe26130ba0d32410acc4f03ac2de8e9421a3128f done [2025-07-31T01:32:38.012Z] #8 exporting config sha256:0a8937501ee70b454bc47bb38db8eac986d127ed4e7ffbd2ab0eb40898ca4eba done [2025-07-31T01:32:38.012Z] #8 exporting manifest list sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 done [2025-07-31T01:32:38.012Z] #8 pushing layers 0.0s done [2025-07-31T01:32:38.012Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 0.1s done [2025-07-31T01:32:38.012Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:38.012Z] #8 DONE 0.1s [2025-07-31T01:32:38.012Z] [2025-07-31T01:32:38.012Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:38.012Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:38.301Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42' [2025-07-31T01:32:38.301Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 --push - [2025-07-31T01:32:38.301Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:38.301Z] #1 transferring dockerfile: 176B done [2025-07-31T01:32:38.301Z] #1 DONE 0.0s [2025-07-31T01:32:38.301Z] [2025-07-31T01:32:38.301Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [2025-07-31T01:32:38.301Z] #2 DONE 0.0s [2025-07-31T01:32:38.301Z] [2025-07-31T01:32:38.301Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [2025-07-31T01:32:38.301Z] #3 DONE 0.0s [2025-07-31T01:32:38.301Z] [2025-07-31T01:32:38.301Z] #4 [internal] load .dockerignore [2025-07-31T01:32:38.301Z] #4 transferring context: 2B done [2025-07-31T01:32:38.301Z] #4 DONE 0.0s [2025-07-31T01:32:38.301Z] [2025-07-31T01:32:38.301Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 [2025-07-31T01:32:38.301Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 0.0s done [2025-07-31T01:32:38.301Z] #5 CACHED [2025-07-31T01:32:38.301Z] [2025-07-31T01:32:38.301Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 [2025-07-31T01:32:38.301Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 0.0s done [2025-07-31T01:32:38.301Z] #6 CACHED [2025-07-31T01:32:38.301Z] [2025-07-31T01:32:38.301Z] #7 exporting to image [2025-07-31T01:32:38.301Z] #7 exporting layers done [2025-07-31T01:32:38.301Z] #7 exporting manifest sha256:1770eca0de78ef9a5950e6dcef4d013283bcf34831eeb167467dfd9fa6d6ea0a done [2025-07-31T01:32:38.301Z] #7 exporting config sha256:884ea578aa0b2cda27b820769539246fa5b574d2f27eec88b27824165a2b8219 done [2025-07-31T01:32:38.301Z] #7 exporting manifest sha256:d5e088bd77035a6c9d1e03d1fe26130ba0d32410acc4f03ac2de8e9421a3128f done [2025-07-31T01:32:38.301Z] #7 exporting config sha256:0a8937501ee70b454bc47bb38db8eac986d127ed4e7ffbd2ab0eb40898ca4eba [2025-07-31T01:32:38.301Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:38.561Z] #7 exporting config sha256:0a8937501ee70b454bc47bb38db8eac986d127ed4e7ffbd2ab0eb40898ca4eba done [2025-07-31T01:32:38.561Z] #7 exporting manifest list sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 done [2025-07-31T01:32:38.561Z] #7 pushing layers 0.0s done [2025-07-31T01:32:38.561Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 0.1s done [2025-07-31T01:32:38.561Z] #7 DONE 0.1s [2025-07-31T01:32:38.561Z] [2025-07-31T01:32:38.561Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:38.561Z] #8 DONE 0.0s [2025-07-31T01:32:38.561Z] [2025-07-31T01:32:38.561Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:38.561Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:38.917Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - [2025-07-31T01:32:38.917Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' [2025-07-31T01:32:38.917Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:38.917Z] #1 transferring dockerfile: 217B done [2025-07-31T01:32:38.917Z] #1 DONE 0.0s [2025-07-31T01:32:38.917Z] [2025-07-31T01:32:38.917Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:38.917Z] #2 DONE 0.0s [2025-07-31T01:32:38.917Z] [2025-07-31T01:32:38.917Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:38.917Z] #3 DONE 0.0s [2025-07-31T01:32:38.917Z] [2025-07-31T01:32:38.917Z] #4 [internal] load .dockerignore [2025-07-31T01:32:38.917Z] #4 transferring context: 2B done [2025-07-31T01:32:38.917Z] #4 DONE 0.0s [2025-07-31T01:32:38.917Z] [2025-07-31T01:32:38.917Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 [2025-07-31T01:32:38.917Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 done [2025-07-31T01:32:38.917Z] #5 CACHED [2025-07-31T01:32:38.917Z] [2025-07-31T01:32:38.917Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 [2025-07-31T01:32:38.917Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 done [2025-07-31T01:32:38.917Z] #6 CACHED [2025-07-31T01:32:38.917Z] [2025-07-31T01:32:38.917Z] #7 exporting to image [2025-07-31T01:32:38.917Z] #7 exporting layers done [2025-07-31T01:32:38.917Z] #7 exporting manifest sha256:1770eca0de78ef9a5950e6dcef4d013283bcf34831eeb167467dfd9fa6d6ea0a [2025-07-31T01:32:38.917Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:39.197Z] #7 exporting manifest sha256:1770eca0de78ef9a5950e6dcef4d013283bcf34831eeb167467dfd9fa6d6ea0a done [2025-07-31T01:32:39.197Z] #7 exporting config sha256:884ea578aa0b2cda27b820769539246fa5b574d2f27eec88b27824165a2b8219 done [2025-07-31T01:32:39.197Z] #7 exporting manifest sha256:d5e088bd77035a6c9d1e03d1fe26130ba0d32410acc4f03ac2de8e9421a3128f done [2025-07-31T01:32:39.197Z] #7 exporting config sha256:0a8937501ee70b454bc47bb38db8eac986d127ed4e7ffbd2ab0eb40898ca4eba done [2025-07-31T01:32:39.197Z] #7 exporting manifest list sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 done [2025-07-31T01:32:39.197Z] #7 pushing layers 0.0s done [2025-07-31T01:32:39.197Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 0.1s done [2025-07-31T01:32:39.197Z] #7 DONE 0.1s [2025-07-31T01:32:39.197Z] [2025-07-31T01:32:39.197Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:39.197Z] #8 DONE 0.0s [2025-07-31T01:32:39.197Z] [2025-07-31T01:32:39.197Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:39.197Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:39.483Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-07-31T01:32:39.483Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-07-31T01:32:39.483Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:39.483Z] #1 transferring dockerfile: 168B done [2025-07-31T01:32:39.483Z] #1 DONE 0.0s [2025-07-31T01:32:39.483Z] [2025-07-31T01:32:39.483Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-07-31T01:32:39.483Z] #2 DONE 0.0s [2025-07-31T01:32:39.483Z] [2025-07-31T01:32:39.483Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-07-31T01:32:39.483Z] #3 DONE 0.0s [2025-07-31T01:32:39.483Z] [2025-07-31T01:32:39.483Z] #4 [internal] load .dockerignore [2025-07-31T01:32:39.483Z] #4 transferring context: 2B done [2025-07-31T01:32:39.483Z] #4 DONE 0.0s [2025-07-31T01:32:39.483Z] [2025-07-31T01:32:39.483Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 [2025-07-31T01:32:39.483Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 0.0s done [2025-07-31T01:32:39.483Z] #5 CACHED [2025-07-31T01:32:39.483Z] [2025-07-31T01:32:39.483Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 [2025-07-31T01:32:39.483Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 0.0s done [2025-07-31T01:32:39.483Z] #6 CACHED [2025-07-31T01:32:39.483Z] [2025-07-31T01:32:39.483Z] #7 exporting to image [2025-07-31T01:32:39.483Z] #7 exporting layers done [2025-07-31T01:32:39.483Z] #7 exporting manifest sha256:1770eca0de78ef9a5950e6dcef4d013283bcf34831eeb167467dfd9fa6d6ea0a done [2025-07-31T01:32:39.483Z] #7 exporting config sha256:884ea578aa0b2cda27b820769539246fa5b574d2f27eec88b27824165a2b8219 done [2025-07-31T01:32:39.483Z] #7 exporting manifest sha256:d5e088bd77035a6c9d1e03d1fe26130ba0d32410acc4f03ac2de8e9421a3128f done [2025-07-31T01:32:39.483Z] #7 exporting config sha256:0a8937501ee70b454bc47bb38db8eac986d127ed4e7ffbd2ab0eb40898ca4eba done [2025-07-31T01:32:39.483Z] #7 exporting manifest list sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 [2025-07-31T01:32:39.483Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:39.742Z] #7 exporting manifest list sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 done [2025-07-31T01:32:39.742Z] #7 pushing layers 0.0s done [2025-07-31T01:32:39.742Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 0.1s done [2025-07-31T01:32:39.742Z] #7 DONE 0.1s [2025-07-31T01:32:39.742Z] [2025-07-31T01:32:39.742Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:39.742Z] #8 DONE 0.0s [2025-07-31T01:32:39.742Z] [2025-07-31T01:32:39.742Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:39.742Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:40.022Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62' [2025-07-31T01:32:40.022Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62 --push - [2025-07-31T01:32:40.022Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:40.022Z] #1 transferring dockerfile: 205B done [2025-07-31T01:32:40.022Z] #1 DONE 0.0s [2025-07-31T01:32:40.022Z] [2025-07-31T01:32:40.022Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:40.022Z] #2 DONE 0.0s [2025-07-31T01:32:40.022Z] [2025-07-31T01:32:40.022Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:40.022Z] #3 DONE 0.0s [2025-07-31T01:32:40.022Z] [2025-07-31T01:32:40.022Z] #4 [internal] load .dockerignore [2025-07-31T01:32:40.022Z] #4 transferring context: 2B done [2025-07-31T01:32:40.022Z] #4 DONE 0.0s [2025-07-31T01:32:40.022Z] [2025-07-31T01:32:40.022Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd [2025-07-31T01:32:40.022Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd [2025-07-31T01:32:40.281Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 0.0s done [2025-07-31T01:32:40.281Z] #5 DONE 0.0s [2025-07-31T01:32:40.281Z] [2025-07-31T01:32:40.281Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd [2025-07-31T01:32:40.281Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 0.0s done [2025-07-31T01:32:40.281Z] #6 DONE 0.1s [2025-07-31T01:32:40.281Z] [2025-07-31T01:32:40.281Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:40.281Z] #7 DONE 0.0s [2025-07-31T01:32:40.281Z] [2025-07-31T01:32:40.281Z] #8 exporting to image [2025-07-31T01:32:40.281Z] #8 exporting layers done [2025-07-31T01:32:40.281Z] #8 exporting manifest sha256:6992da6956dcb58fd6d8717286ba4a805c2419c282bd2b44e0c2011ea04c7dc7 done [2025-07-31T01:32:40.281Z] #8 exporting config sha256:907a2527035a878c5bdc1c9e4f9839d960435a85ff6df7b6800cd69089ae7ebd done [2025-07-31T01:32:40.281Z] #8 exporting manifest sha256:b76278cba81bda5e884bafd534a55dcbf59c95a2e181282f5b3caa313a58171d 0.0s done [2025-07-31T01:32:40.281Z] #8 exporting config sha256:a7407855e90cb0da6c1cae145738c67e71e3c8f3fc99ebf6d8d37a4c8f5f86fa done [2025-07-31T01:32:40.281Z] #8 exporting manifest list sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 done [2025-07-31T01:32:40.281Z] #8 pushing layers 0.1s done [2025-07-31T01:32:40.281Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 [2025-07-31T01:32:40.281Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:40.539Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 0.1s done [2025-07-31T01:32:40.539Z] #8 DONE 0.2s [2025-07-31T01:32:40.539Z] [2025-07-31T01:32:40.539Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:40.539Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:40.826Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-07-31T01:32:40.826Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-07-31T01:32:40.826Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:40.826Z] #1 transferring dockerfile: 171B done [2025-07-31T01:32:40.826Z] #1 DONE 0.0s [2025-07-31T01:32:40.826Z] [2025-07-31T01:32:40.826Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-31T01:32:40.826Z] #2 DONE 0.0s [2025-07-31T01:32:40.826Z] [2025-07-31T01:32:40.827Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-31T01:32:40.827Z] #3 DONE 0.0s [2025-07-31T01:32:40.827Z] [2025-07-31T01:32:40.827Z] #4 [internal] load .dockerignore [2025-07-31T01:32:40.827Z] #4 transferring context: 2B done [2025-07-31T01:32:40.827Z] #4 DONE 0.0s [2025-07-31T01:32:40.827Z] [2025-07-31T01:32:40.827Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd [2025-07-31T01:32:40.827Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd done [2025-07-31T01:32:40.827Z] #5 CACHED [2025-07-31T01:32:40.827Z] [2025-07-31T01:32:40.827Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd [2025-07-31T01:32:41.086Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 0.0s done [2025-07-31T01:32:41.086Z] #6 CACHED [2025-07-31T01:32:41.086Z] [2025-07-31T01:32:41.086Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:41.086Z] #7 DONE 0.0s [2025-07-31T01:32:41.086Z] [2025-07-31T01:32:41.086Z] #8 exporting to image [2025-07-31T01:32:41.086Z] #8 exporting layers done [2025-07-31T01:32:41.086Z] #8 exporting manifest sha256:6992da6956dcb58fd6d8717286ba4a805c2419c282bd2b44e0c2011ea04c7dc7 done [2025-07-31T01:32:41.086Z] #8 exporting config sha256:907a2527035a878c5bdc1c9e4f9839d960435a85ff6df7b6800cd69089ae7ebd done [2025-07-31T01:32:41.086Z] #8 exporting manifest sha256:b76278cba81bda5e884bafd534a55dcbf59c95a2e181282f5b3caa313a58171d done [2025-07-31T01:32:41.086Z] #8 exporting config sha256:a7407855e90cb0da6c1cae145738c67e71e3c8f3fc99ebf6d8d37a4c8f5f86fa done [2025-07-31T01:32:41.086Z] #8 exporting manifest list sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 done [2025-07-31T01:32:41.086Z] #8 pushing layers 0.0s done [2025-07-31T01:32:41.086Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 0.1s done [2025-07-31T01:32:41.086Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:41.086Z] #8 DONE 0.1s [2025-07-31T01:32:41.086Z] [2025-07-31T01:32:41.086Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:41.086Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:41.378Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 --push - [2025-07-31T01:32:41.378Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42' [2025-07-31T01:32:41.378Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:41.378Z] #1 transferring dockerfile: 177B done [2025-07-31T01:32:41.378Z] #1 DONE 0.0s [2025-07-31T01:32:41.378Z] [2025-07-31T01:32:41.378Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [2025-07-31T01:32:41.378Z] #2 DONE 0.0s [2025-07-31T01:32:41.378Z] [2025-07-31T01:32:41.378Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [2025-07-31T01:32:41.378Z] #3 DONE 0.0s [2025-07-31T01:32:41.378Z] [2025-07-31T01:32:41.378Z] #4 [internal] load .dockerignore [2025-07-31T01:32:41.378Z] #4 transferring context: 2B done [2025-07-31T01:32:41.378Z] #4 DONE 0.0s [2025-07-31T01:32:41.378Z] [2025-07-31T01:32:41.378Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd [2025-07-31T01:32:41.378Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 0.0s done [2025-07-31T01:32:41.378Z] #5 CACHED [2025-07-31T01:32:41.378Z] [2025-07-31T01:32:41.378Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd [2025-07-31T01:32:41.378Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 0.0s done [2025-07-31T01:32:41.378Z] #6 CACHED [2025-07-31T01:32:41.378Z] [2025-07-31T01:32:41.378Z] #7 exporting to image [2025-07-31T01:32:41.378Z] #7 exporting layers done [2025-07-31T01:32:41.378Z] #7 exporting manifest sha256:6992da6956dcb58fd6d8717286ba4a805c2419c282bd2b44e0c2011ea04c7dc7 done [2025-07-31T01:32:41.378Z] #7 exporting config sha256:907a2527035a878c5bdc1c9e4f9839d960435a85ff6df7b6800cd69089ae7ebd done [2025-07-31T01:32:41.378Z] #7 exporting manifest sha256:b76278cba81bda5e884bafd534a55dcbf59c95a2e181282f5b3caa313a58171d done [2025-07-31T01:32:41.378Z] #7 exporting config sha256:a7407855e90cb0da6c1cae145738c67e71e3c8f3fc99ebf6d8d37a4c8f5f86fa done [2025-07-31T01:32:41.378Z] #7 exporting manifest list sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 done [2025-07-31T01:32:41.378Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:41.636Z] #7 pushing layers 0.0s done [2025-07-31T01:32:41.636Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 0.1s done [2025-07-31T01:32:41.636Z] #7 DONE 0.1s [2025-07-31T01:32:41.636Z] [2025-07-31T01:32:41.636Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:41.636Z] #8 DONE 0.0s [2025-07-31T01:32:41.636Z] [2025-07-31T01:32:41.636Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:41.636Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:41.923Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' [2025-07-31T01:32:41.923Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - [2025-07-31T01:32:41.923Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:41.923Z] #1 transferring dockerfile: 218B done [2025-07-31T01:32:41.923Z] #1 DONE 0.0s [2025-07-31T01:32:41.923Z] [2025-07-31T01:32:41.923Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:41.923Z] #2 DONE 0.0s [2025-07-31T01:32:41.923Z] [2025-07-31T01:32:41.923Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:41.923Z] #3 DONE 0.0s [2025-07-31T01:32:41.923Z] [2025-07-31T01:32:41.923Z] #4 [internal] load .dockerignore [2025-07-31T01:32:41.923Z] #4 transferring context: 2B done [2025-07-31T01:32:41.923Z] #4 DONE 0.0s [2025-07-31T01:32:41.923Z] [2025-07-31T01:32:41.923Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd [2025-07-31T01:32:41.923Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 0.0s done [2025-07-31T01:32:41.923Z] #5 CACHED [2025-07-31T01:32:41.923Z] [2025-07-31T01:32:41.923Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd [2025-07-31T01:32:41.923Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 0.0s done [2025-07-31T01:32:41.923Z] #6 CACHED [2025-07-31T01:32:41.923Z] [2025-07-31T01:32:41.923Z] #7 exporting to image [2025-07-31T01:32:41.923Z] #7 exporting layers done [2025-07-31T01:32:41.923Z] #7 exporting manifest sha256:6992da6956dcb58fd6d8717286ba4a805c2419c282bd2b44e0c2011ea04c7dc7 done [2025-07-31T01:32:41.923Z] #7 exporting config sha256:907a2527035a878c5bdc1c9e4f9839d960435a85ff6df7b6800cd69089ae7ebd done [2025-07-31T01:32:41.923Z] #7 exporting manifest sha256:b76278cba81bda5e884bafd534a55dcbf59c95a2e181282f5b3caa313a58171d done [2025-07-31T01:32:41.923Z] #7 exporting config sha256:a7407855e90cb0da6c1cae145738c67e71e3c8f3fc99ebf6d8d37a4c8f5f86fa done [2025-07-31T01:32:41.923Z] #7 exporting manifest list sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 [2025-07-31T01:32:41.923Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:42.184Z] #7 exporting manifest list sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 done [2025-07-31T01:32:42.184Z] #7 pushing layers 0.0s done [2025-07-31T01:32:42.184Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 0.1s done [2025-07-31T01:32:42.184Z] #7 DONE 0.1s [2025-07-31T01:32:42.184Z] [2025-07-31T01:32:42.184Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:42.184Z] #8 DONE 0.0s [2025-07-31T01:32:42.184Z] [2025-07-31T01:32:42.184Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:42.184Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:42.472Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-07-31T01:32:42.473Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-07-31T01:32:42.473Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:42.473Z] #1 transferring dockerfile: 169B done [2025-07-31T01:32:42.473Z] #1 DONE 0.0s [2025-07-31T01:32:42.473Z] [2025-07-31T01:32:42.473Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-07-31T01:32:42.473Z] #2 DONE 0.0s [2025-07-31T01:32:42.473Z] [2025-07-31T01:32:42.473Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-07-31T01:32:42.473Z] #3 DONE 0.0s [2025-07-31T01:32:42.473Z] [2025-07-31T01:32:42.473Z] #4 [internal] load .dockerignore [2025-07-31T01:32:42.473Z] #4 transferring context: 2B done [2025-07-31T01:32:42.473Z] #4 DONE 0.0s [2025-07-31T01:32:42.473Z] [2025-07-31T01:32:42.473Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd [2025-07-31T01:32:42.473Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 0.0s done [2025-07-31T01:32:42.473Z] #5 CACHED [2025-07-31T01:32:42.473Z] [2025-07-31T01:32:42.473Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd [2025-07-31T01:32:42.473Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 0.0s done [2025-07-31T01:32:42.473Z] #6 DONE 0.0s [2025-07-31T01:32:42.734Z] [2025-07-31T01:32:42.734Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd [2025-07-31T01:32:42.734Z] #6 CACHED [2025-07-31T01:32:42.734Z] [2025-07-31T01:32:42.734Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:42.734Z] #7 DONE 0.0s [2025-07-31T01:32:42.734Z] [2025-07-31T01:32:42.734Z] #8 exporting to image [2025-07-31T01:32:42.734Z] #8 exporting layers done [2025-07-31T01:32:42.734Z] #8 exporting manifest sha256:6992da6956dcb58fd6d8717286ba4a805c2419c282bd2b44e0c2011ea04c7dc7 done [2025-07-31T01:32:42.734Z] #8 exporting config sha256:907a2527035a878c5bdc1c9e4f9839d960435a85ff6df7b6800cd69089ae7ebd done [2025-07-31T01:32:42.734Z] #8 exporting manifest sha256:b76278cba81bda5e884bafd534a55dcbf59c95a2e181282f5b3caa313a58171d done [2025-07-31T01:32:42.734Z] #8 exporting config sha256:a7407855e90cb0da6c1cae145738c67e71e3c8f3fc99ebf6d8d37a4c8f5f86fa done [2025-07-31T01:32:42.734Z] #8 exporting manifest list sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 done [2025-07-31T01:32:42.734Z] #8 pushing layers 0.0s done [2025-07-31T01:32:42.734Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 0.1s done [2025-07-31T01:32:42.734Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:42.734Z] #8 DONE 0.1s [2025-07-31T01:32:42.734Z] [2025-07-31T01:32:42.734Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:42.734Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:43.021Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62 --push - [2025-07-31T01:32:43.021Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62' [2025-07-31T01:32:43.021Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:43.021Z] #1 transferring dockerfile: 211B done [2025-07-31T01:32:43.021Z] #1 DONE 0.0s [2025-07-31T01:32:43.021Z] [2025-07-31T01:32:43.021Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:43.021Z] #2 DONE 0.0s [2025-07-31T01:32:43.021Z] [2025-07-31T01:32:43.021Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:43.021Z] #3 DONE 0.1s [2025-07-31T01:32:43.021Z] [2025-07-31T01:32:43.021Z] #4 [internal] load .dockerignore [2025-07-31T01:32:43.021Z] #4 transferring context: 2B done [2025-07-31T01:32:43.021Z] #4 DONE 0.0s [2025-07-31T01:32:43.021Z] [2025-07-31T01:32:43.021Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 [2025-07-31T01:32:43.021Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done [2025-07-31T01:32:43.021Z] #5 DONE 0.0s [2025-07-31T01:32:43.021Z] [2025-07-31T01:32:43.021Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 [2025-07-31T01:32:43.280Z] #6 DONE 0.0s [2025-07-31T01:32:43.280Z] [2025-07-31T01:32:43.280Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 [2025-07-31T01:32:43.280Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done [2025-07-31T01:32:43.280Z] #5 DONE 0.1s [2025-07-31T01:32:43.280Z] [2025-07-31T01:32:43.280Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:43.280Z] #7 DONE 0.0s [2025-07-31T01:32:43.280Z] [2025-07-31T01:32:43.280Z] #8 exporting to image [2025-07-31T01:32:43.280Z] #8 exporting layers done [2025-07-31T01:32:43.280Z] #8 exporting manifest sha256:73447645672658c111029fa1b5710879f0af1b2b6ce0b1762a0a1e7f3035967b done [2025-07-31T01:32:43.280Z] #8 exporting config sha256:d9cd126c6ac5afa4080271a71bc6413b920145b3c227867e0dee1c2cdd719c3f done [2025-07-31T01:32:43.280Z] #8 exporting manifest sha256:b92d16233026302c734d5338ab0d748dd8c67a45c2c1fa6305c7dfd4c97474a1 done [2025-07-31T01:32:43.280Z] #8 exporting config sha256:e9e33c67602700898103688db329f5905a26145c3ab17ecc4b5838d3055bd78e done [2025-07-31T01:32:43.280Z] #8 exporting manifest list sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 done [2025-07-31T01:32:43.280Z] #8 pushing layers 0.1s done [2025-07-31T01:32:43.280Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 [2025-07-31T01:32:43.280Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:43.539Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 0.1s done [2025-07-31T01:32:43.539Z] #8 DONE 0.2s [2025-07-31T01:32:43.539Z] [2025-07-31T01:32:43.539Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:43.539Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:43.833Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-07-31T01:32:43.833Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-07-31T01:32:43.833Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:43.833Z] #1 transferring dockerfile: 177B done [2025-07-31T01:32:43.833Z] #1 DONE 0.0s [2025-07-31T01:32:43.833Z] [2025-07-31T01:32:43.833Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-31T01:32:43.833Z] #2 DONE 0.0s [2025-07-31T01:32:43.833Z] [2025-07-31T01:32:43.833Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-31T01:32:43.833Z] #3 DONE 0.0s [2025-07-31T01:32:43.833Z] [2025-07-31T01:32:43.833Z] #4 [internal] load .dockerignore [2025-07-31T01:32:43.833Z] #4 transferring context: 2B done [2025-07-31T01:32:43.833Z] #4 DONE 0.0s [2025-07-31T01:32:43.833Z] [2025-07-31T01:32:43.833Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 [2025-07-31T01:32:43.833Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done [2025-07-31T01:32:43.833Z] #5 DONE 0.0s [2025-07-31T01:32:43.833Z] [2025-07-31T01:32:43.833Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 [2025-07-31T01:32:44.096Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done [2025-07-31T01:32:44.096Z] #6 CACHED [2025-07-31T01:32:44.096Z] [2025-07-31T01:32:44.096Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 [2025-07-31T01:32:44.096Z] #5 CACHED [2025-07-31T01:32:44.096Z] [2025-07-31T01:32:44.096Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:44.096Z] #7 DONE 0.0s [2025-07-31T01:32:44.096Z] [2025-07-31T01:32:44.096Z] #8 exporting to image [2025-07-31T01:32:44.096Z] #8 exporting layers done [2025-07-31T01:32:44.096Z] #8 exporting manifest sha256:73447645672658c111029fa1b5710879f0af1b2b6ce0b1762a0a1e7f3035967b done [2025-07-31T01:32:44.096Z] #8 exporting config sha256:d9cd126c6ac5afa4080271a71bc6413b920145b3c227867e0dee1c2cdd719c3f done [2025-07-31T01:32:44.096Z] #8 exporting manifest sha256:b92d16233026302c734d5338ab0d748dd8c67a45c2c1fa6305c7dfd4c97474a1 done [2025-07-31T01:32:44.096Z] #8 exporting config sha256:e9e33c67602700898103688db329f5905a26145c3ab17ecc4b5838d3055bd78e done [2025-07-31T01:32:44.096Z] #8 exporting manifest list sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 done [2025-07-31T01:32:44.096Z] #8 pushing layers 0.0s done [2025-07-31T01:32:44.096Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 0.1s done [2025-07-31T01:32:44.096Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:44.096Z] #8 DONE 0.1s [2025-07-31T01:32:44.096Z] [2025-07-31T01:32:44.096Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:44.096Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:44.390Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42' [2025-07-31T01:32:44.390Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 --push - [2025-07-31T01:32:44.649Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:44.649Z] #1 transferring dockerfile: 183B done [2025-07-31T01:32:44.649Z] #1 DONE 0.0s [2025-07-31T01:32:44.649Z] [2025-07-31T01:32:44.649Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [2025-07-31T01:32:44.649Z] #2 DONE 0.0s [2025-07-31T01:32:44.649Z] [2025-07-31T01:32:44.649Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [2025-07-31T01:32:44.649Z] #3 DONE 0.0s [2025-07-31T01:32:44.649Z] [2025-07-31T01:32:44.649Z] #4 [internal] load .dockerignore [2025-07-31T01:32:44.649Z] #4 transferring context: 2B done [2025-07-31T01:32:44.649Z] #4 DONE 0.0s [2025-07-31T01:32:44.649Z] [2025-07-31T01:32:44.649Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 [2025-07-31T01:32:44.649Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done [2025-07-31T01:32:44.649Z] #5 CACHED [2025-07-31T01:32:44.649Z] [2025-07-31T01:32:44.649Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 [2025-07-31T01:32:44.649Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done [2025-07-31T01:32:44.649Z] #6 CACHED [2025-07-31T01:32:44.649Z] [2025-07-31T01:32:44.649Z] #7 exporting to image [2025-07-31T01:32:44.649Z] #7 exporting layers done [2025-07-31T01:32:44.649Z] #7 exporting manifest sha256:73447645672658c111029fa1b5710879f0af1b2b6ce0b1762a0a1e7f3035967b done [2025-07-31T01:32:44.649Z] #7 exporting config sha256:d9cd126c6ac5afa4080271a71bc6413b920145b3c227867e0dee1c2cdd719c3f done [2025-07-31T01:32:44.649Z] #7 exporting manifest sha256:b92d16233026302c734d5338ab0d748dd8c67a45c2c1fa6305c7dfd4c97474a1 done [2025-07-31T01:32:44.649Z] #7 exporting config sha256:e9e33c67602700898103688db329f5905a26145c3ab17ecc4b5838d3055bd78e [2025-07-31T01:32:44.649Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:44.649Z] #7 exporting config sha256:e9e33c67602700898103688db329f5905a26145c3ab17ecc4b5838d3055bd78e done [2025-07-31T01:32:44.649Z] #7 exporting manifest list sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 done [2025-07-31T01:32:44.649Z] #7 pushing layers 0.0s done [2025-07-31T01:32:44.649Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 0.1s done [2025-07-31T01:32:44.649Z] #7 DONE 0.1s [2025-07-31T01:32:44.649Z] [2025-07-31T01:32:44.649Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:44.649Z] #8 DONE 0.0s [2025-07-31T01:32:44.649Z] [2025-07-31T01:32:44.649Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:44.649Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:44.938Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' [2025-07-31T01:32:44.938Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - [2025-07-31T01:32:44.938Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:44.938Z] #1 transferring dockerfile: 224B done [2025-07-31T01:32:44.938Z] #1 DONE 0.0s [2025-07-31T01:32:44.938Z] [2025-07-31T01:32:44.938Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:44.938Z] #2 DONE 0.0s [2025-07-31T01:32:44.938Z] [2025-07-31T01:32:44.938Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:44.938Z] #3 DONE 0.0s [2025-07-31T01:32:44.938Z] [2025-07-31T01:32:44.938Z] #4 [internal] load .dockerignore [2025-07-31T01:32:44.938Z] #4 transferring context: 2B done [2025-07-31T01:32:44.938Z] #4 DONE 0.0s [2025-07-31T01:32:44.938Z] [2025-07-31T01:32:44.938Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 [2025-07-31T01:32:44.938Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done [2025-07-31T01:32:44.938Z] #5 CACHED [2025-07-31T01:32:44.938Z] [2025-07-31T01:32:44.938Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 [2025-07-31T01:32:44.938Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done [2025-07-31T01:32:44.938Z] #6 CACHED [2025-07-31T01:32:44.938Z] [2025-07-31T01:32:44.938Z] #7 exporting to image [2025-07-31T01:32:44.938Z] #7 exporting layers done [2025-07-31T01:32:44.938Z] #7 exporting manifest sha256:73447645672658c111029fa1b5710879f0af1b2b6ce0b1762a0a1e7f3035967b done [2025-07-31T01:32:44.938Z] #7 exporting config sha256:d9cd126c6ac5afa4080271a71bc6413b920145b3c227867e0dee1c2cdd719c3f [2025-07-31T01:32:44.938Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:45.198Z] #7 exporting config sha256:d9cd126c6ac5afa4080271a71bc6413b920145b3c227867e0dee1c2cdd719c3f done [2025-07-31T01:32:45.198Z] #7 exporting manifest sha256:b92d16233026302c734d5338ab0d748dd8c67a45c2c1fa6305c7dfd4c97474a1 done [2025-07-31T01:32:45.198Z] #7 exporting config sha256:e9e33c67602700898103688db329f5905a26145c3ab17ecc4b5838d3055bd78e done [2025-07-31T01:32:45.198Z] #7 exporting manifest list sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 done [2025-07-31T01:32:45.198Z] #7 pushing layers 0.0s done [2025-07-31T01:32:45.198Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 0.1s done [2025-07-31T01:32:45.198Z] #7 DONE 0.1s [2025-07-31T01:32:45.198Z] [2025-07-31T01:32:45.198Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:45.198Z] #8 DONE 0.0s [2025-07-31T01:32:45.198Z] [2025-07-31T01:32:45.198Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:45.198Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:45.491Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-07-31T01:32:45.491Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-07-31T01:32:45.758Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:45.758Z] #1 transferring dockerfile: 175B done [2025-07-31T01:32:45.758Z] #1 DONE 0.0s [2025-07-31T01:32:45.758Z] [2025-07-31T01:32:45.758Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-07-31T01:32:45.758Z] #2 DONE 0.0s [2025-07-31T01:32:45.758Z] [2025-07-31T01:32:45.758Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-07-31T01:32:45.758Z] #3 DONE 0.0s [2025-07-31T01:32:45.758Z] [2025-07-31T01:32:45.758Z] #4 [internal] load .dockerignore [2025-07-31T01:32:45.758Z] #4 transferring context: 2B done [2025-07-31T01:32:45.758Z] #4 DONE 0.0s [2025-07-31T01:32:45.758Z] [2025-07-31T01:32:45.758Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 [2025-07-31T01:32:45.758Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done [2025-07-31T01:32:45.758Z] #5 CACHED [2025-07-31T01:32:45.758Z] [2025-07-31T01:32:45.758Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 [2025-07-31T01:32:45.758Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done [2025-07-31T01:32:45.758Z] #6 CACHED [2025-07-31T01:32:45.758Z] [2025-07-31T01:32:45.758Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:45.758Z] #7 DONE 0.0s [2025-07-31T01:32:45.758Z] [2025-07-31T01:32:45.758Z] #8 exporting to image [2025-07-31T01:32:45.758Z] #8 exporting layers done [2025-07-31T01:32:45.758Z] #8 exporting manifest sha256:73447645672658c111029fa1b5710879f0af1b2b6ce0b1762a0a1e7f3035967b done [2025-07-31T01:32:45.758Z] #8 exporting config sha256:d9cd126c6ac5afa4080271a71bc6413b920145b3c227867e0dee1c2cdd719c3f done [2025-07-31T01:32:45.758Z] #8 exporting manifest sha256:b92d16233026302c734d5338ab0d748dd8c67a45c2c1fa6305c7dfd4c97474a1 done [2025-07-31T01:32:45.758Z] #8 exporting config sha256:e9e33c67602700898103688db329f5905a26145c3ab17ecc4b5838d3055bd78e done [2025-07-31T01:32:45.758Z] #8 exporting manifest list sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 done [2025-07-31T01:32:45.758Z] #8 pushing layers 0.0s done [2025-07-31T01:32:45.758Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 0.1s done [2025-07-31T01:32:45.758Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:45.758Z] #8 DONE 0.1s [2025-07-31T01:32:45.758Z] [2025-07-31T01:32:45.758Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:45.758Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:46.052Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62' [2025-07-31T01:32:46.052Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62 --push - [2025-07-31T01:32:46.052Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:46.052Z] #1 transferring dockerfile: 215B done [2025-07-31T01:32:46.052Z] #1 DONE 0.0s [2025-07-31T01:32:46.052Z] [2025-07-31T01:32:46.052Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:46.052Z] #2 DONE 0.0s [2025-07-31T01:32:46.052Z] [2025-07-31T01:32:46.052Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:46.052Z] #3 DONE 0.0s [2025-07-31T01:32:46.052Z] [2025-07-31T01:32:46.052Z] #4 [internal] load .dockerignore [2025-07-31T01:32:46.052Z] #4 transferring context: 2B done [2025-07-31T01:32:46.052Z] #4 DONE 0.0s [2025-07-31T01:32:46.052Z] [2025-07-31T01:32:46.052Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 [2025-07-31T01:32:46.052Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done [2025-07-31T01:32:46.052Z] #5 DONE 0.0s [2025-07-31T01:32:46.052Z] [2025-07-31T01:32:46.052Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 [2025-07-31T01:32:46.313Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done [2025-07-31T01:32:46.313Z] #6 DONE 0.0s [2025-07-31T01:32:46.313Z] [2025-07-31T01:32:46.313Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 [2025-07-31T01:32:46.313Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done [2025-07-31T01:32:46.313Z] #5 DONE 0.1s [2025-07-31T01:32:46.313Z] [2025-07-31T01:32:46.313Z] #7 exporting to image [2025-07-31T01:32:46.313Z] #7 exporting layers done [2025-07-31T01:32:46.313Z] #7 exporting manifest sha256:1571b7cc5f38cd2c726d1578d012dbf4a947db204b04a40b86bff88c1de3829b done [2025-07-31T01:32:46.313Z] #7 exporting config sha256:a5c03e0172a8e82b6f15622a578a5c5b7d3c090bf965a3aa8fdb04f8af0eb3d6 done [2025-07-31T01:32:46.313Z] #7 exporting manifest sha256:7968e3a61ed6295e7cff7f5594d7abd5db80c200a11cc2b0ab3d1bc709be8fe3 done [2025-07-31T01:32:46.313Z] #7 exporting config sha256:064bdd38d4faf36522b390a1c214c17d9f98fbcf0889ab42cab0e0ad4af74b13 done [2025-07-31T01:32:46.313Z] #7 exporting manifest list sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e done [2025-07-31T01:32:46.313Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:46.313Z] #7 ... [2025-07-31T01:32:46.313Z] [2025-07-31T01:32:46.313Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:46.313Z] #8 DONE 0.0s [2025-07-31T01:32:46.313Z] [2025-07-31T01:32:46.313Z] #7 exporting to image [2025-07-31T01:32:46.313Z] #7 pushing layers 0.1s done [2025-07-31T01:32:46.313Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62@sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e [2025-07-31T01:32:46.572Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62@sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e 0.1s done [2025-07-31T01:32:46.572Z] #7 DONE 0.2s [2025-07-31T01:32:46.572Z] [2025-07-31T01:32:46.572Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:46.572Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:46.862Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-07-31T01:32:46.862Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-07-31T01:32:46.862Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:46.862Z] #1 transferring dockerfile: 181B done [2025-07-31T01:32:46.862Z] #1 DONE 0.0s [2025-07-31T01:32:46.862Z] [2025-07-31T01:32:46.862Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-31T01:32:46.862Z] #2 DONE 0.0s [2025-07-31T01:32:46.862Z] [2025-07-31T01:32:46.862Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-31T01:32:46.862Z] #3 DONE 0.0s [2025-07-31T01:32:46.862Z] [2025-07-31T01:32:46.862Z] #4 [internal] load .dockerignore [2025-07-31T01:32:46.862Z] #4 transferring context: 2B done [2025-07-31T01:32:46.862Z] #4 DONE 0.0s [2025-07-31T01:32:46.862Z] [2025-07-31T01:32:46.862Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 [2025-07-31T01:32:46.862Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done [2025-07-31T01:32:46.862Z] #5 DONE 0.0s [2025-07-31T01:32:46.862Z] [2025-07-31T01:32:46.862Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 [2025-07-31T01:32:47.121Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done [2025-07-31T01:32:47.121Z] #6 CACHED [2025-07-31T01:32:47.121Z] [2025-07-31T01:32:47.121Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 [2025-07-31T01:32:47.121Z] #5 CACHED [2025-07-31T01:32:47.121Z] [2025-07-31T01:32:47.121Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:47.121Z] #7 DONE 0.0s [2025-07-31T01:32:47.121Z] [2025-07-31T01:32:47.121Z] #8 exporting to image [2025-07-31T01:32:47.121Z] #8 exporting layers done [2025-07-31T01:32:47.121Z] #8 exporting manifest sha256:1571b7cc5f38cd2c726d1578d012dbf4a947db204b04a40b86bff88c1de3829b done [2025-07-31T01:32:47.121Z] #8 exporting config sha256:a5c03e0172a8e82b6f15622a578a5c5b7d3c090bf965a3aa8fdb04f8af0eb3d6 done [2025-07-31T01:32:47.121Z] #8 exporting manifest sha256:7968e3a61ed6295e7cff7f5594d7abd5db80c200a11cc2b0ab3d1bc709be8fe3 done [2025-07-31T01:32:47.121Z] #8 exporting config sha256:064bdd38d4faf36522b390a1c214c17d9f98fbcf0889ab42cab0e0ad4af74b13 done [2025-07-31T01:32:47.121Z] #8 exporting manifest list sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e done [2025-07-31T01:32:47.121Z] #8 pushing layers 0.0s done [2025-07-31T01:32:47.121Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e 0.1s done [2025-07-31T01:32:47.121Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:47.121Z] #8 DONE 0.1s [2025-07-31T01:32:47.121Z] [2025-07-31T01:32:47.122Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:47.122Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:47.408Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42' [2025-07-31T01:32:47.408Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 --push - [2025-07-31T01:32:47.408Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:47.408Z] #1 transferring dockerfile: 187B done [2025-07-31T01:32:47.408Z] #1 DONE 0.0s [2025-07-31T01:32:47.408Z] [2025-07-31T01:32:47.408Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [2025-07-31T01:32:47.408Z] #2 DONE 0.0s [2025-07-31T01:32:47.408Z] [2025-07-31T01:32:47.408Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [2025-07-31T01:32:47.408Z] #3 DONE 0.0s [2025-07-31T01:32:47.408Z] [2025-07-31T01:32:47.408Z] #4 [internal] load .dockerignore [2025-07-31T01:32:47.408Z] #4 transferring context: 2B done [2025-07-31T01:32:47.408Z] #4 DONE 0.0s [2025-07-31T01:32:47.408Z] [2025-07-31T01:32:47.408Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 [2025-07-31T01:32:47.408Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done [2025-07-31T01:32:47.408Z] #5 CACHED [2025-07-31T01:32:47.408Z] [2025-07-31T01:32:47.408Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 [2025-07-31T01:32:47.408Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done [2025-07-31T01:32:47.408Z] #6 DONE 0.0s [2025-07-31T01:32:47.667Z] [2025-07-31T01:32:47.667Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 [2025-07-31T01:32:47.667Z] #6 CACHED [2025-07-31T01:32:47.667Z] [2025-07-31T01:32:47.667Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:47.667Z] #7 DONE 0.0s [2025-07-31T01:32:47.667Z] [2025-07-31T01:32:47.667Z] #8 exporting to image [2025-07-31T01:32:47.667Z] #8 exporting layers done [2025-07-31T01:32:47.667Z] #8 exporting manifest sha256:1571b7cc5f38cd2c726d1578d012dbf4a947db204b04a40b86bff88c1de3829b done [2025-07-31T01:32:47.667Z] #8 exporting config sha256:a5c03e0172a8e82b6f15622a578a5c5b7d3c090bf965a3aa8fdb04f8af0eb3d6 done [2025-07-31T01:32:47.667Z] #8 exporting manifest sha256:7968e3a61ed6295e7cff7f5594d7abd5db80c200a11cc2b0ab3d1bc709be8fe3 done [2025-07-31T01:32:47.667Z] #8 exporting config sha256:064bdd38d4faf36522b390a1c214c17d9f98fbcf0889ab42cab0e0ad4af74b13 done [2025-07-31T01:32:47.667Z] #8 exporting manifest list sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e done [2025-07-31T01:32:47.667Z] #8 pushing layers 0.0s done [2025-07-31T01:32:47.667Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e 0.1s done [2025-07-31T01:32:47.667Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:47.667Z] #8 DONE 0.1s [2025-07-31T01:32:47.667Z] [2025-07-31T01:32:47.667Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:47.667Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:47.958Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - [2025-07-31T01:32:47.958Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' [2025-07-31T01:32:47.958Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:47.958Z] #1 transferring dockerfile: 228B done [2025-07-31T01:32:47.958Z] #1 DONE 0.0s [2025-07-31T01:32:47.958Z] [2025-07-31T01:32:47.958Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:47.958Z] #2 DONE 0.0s [2025-07-31T01:32:47.958Z] [2025-07-31T01:32:47.958Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:47.958Z] #3 DONE 0.0s [2025-07-31T01:32:47.958Z] [2025-07-31T01:32:47.958Z] #4 [internal] load .dockerignore [2025-07-31T01:32:47.958Z] #4 transferring context: 2B done [2025-07-31T01:32:47.958Z] #4 DONE 0.0s [2025-07-31T01:32:47.958Z] [2025-07-31T01:32:47.958Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 [2025-07-31T01:32:47.958Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done [2025-07-31T01:32:47.958Z] #5 CACHED [2025-07-31T01:32:47.958Z] [2025-07-31T01:32:47.958Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 [2025-07-31T01:32:47.958Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done [2025-07-31T01:32:47.958Z] #6 CACHED [2025-07-31T01:32:47.958Z] [2025-07-31T01:32:47.958Z] #7 exporting to image [2025-07-31T01:32:47.958Z] #7 exporting layers done [2025-07-31T01:32:47.958Z] #7 exporting manifest sha256:1571b7cc5f38cd2c726d1578d012dbf4a947db204b04a40b86bff88c1de3829b done [2025-07-31T01:32:47.958Z] #7 exporting config sha256:a5c03e0172a8e82b6f15622a578a5c5b7d3c090bf965a3aa8fdb04f8af0eb3d6 done [2025-07-31T01:32:47.958Z] #7 exporting manifest sha256:7968e3a61ed6295e7cff7f5594d7abd5db80c200a11cc2b0ab3d1bc709be8fe3 [2025-07-31T01:32:47.958Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:48.217Z] #7 exporting manifest sha256:7968e3a61ed6295e7cff7f5594d7abd5db80c200a11cc2b0ab3d1bc709be8fe3 done [2025-07-31T01:32:48.217Z] #7 exporting config sha256:064bdd38d4faf36522b390a1c214c17d9f98fbcf0889ab42cab0e0ad4af74b13 done [2025-07-31T01:32:48.217Z] #7 exporting manifest list sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e done [2025-07-31T01:32:48.217Z] #7 pushing layers 0.0s done [2025-07-31T01:32:48.217Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e 0.1s done [2025-07-31T01:32:48.217Z] #7 DONE 0.1s [2025-07-31T01:32:48.217Z] [2025-07-31T01:32:48.217Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:48.217Z] #8 DONE 0.0s [2025-07-31T01:32:48.217Z] [2025-07-31T01:32:48.217Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:48.217Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:48.509Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-07-31T01:32:48.509Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-07-31T01:32:48.509Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:48.509Z] #1 transferring dockerfile: 179B done [2025-07-31T01:32:48.509Z] #1 DONE 0.0s [2025-07-31T01:32:48.509Z] [2025-07-31T01:32:48.509Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-07-31T01:32:48.509Z] #2 DONE 0.0s [2025-07-31T01:32:48.509Z] [2025-07-31T01:32:48.509Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-07-31T01:32:48.509Z] #3 DONE 0.0s [2025-07-31T01:32:48.509Z] [2025-07-31T01:32:48.509Z] #4 [internal] load .dockerignore [2025-07-31T01:32:48.509Z] #4 transferring context: 2B done [2025-07-31T01:32:48.509Z] #4 DONE 0.0s [2025-07-31T01:32:48.509Z] [2025-07-31T01:32:48.509Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 [2025-07-31T01:32:48.509Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done [2025-07-31T01:32:48.509Z] #5 CACHED [2025-07-31T01:32:48.509Z] [2025-07-31T01:32:48.509Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 [2025-07-31T01:32:48.768Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done [2025-07-31T01:32:48.769Z] #6 CACHED [2025-07-31T01:32:48.769Z] [2025-07-31T01:32:48.769Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:48.769Z] #7 DONE 0.0s [2025-07-31T01:32:48.769Z] [2025-07-31T01:32:48.769Z] #8 exporting to image [2025-07-31T01:32:48.769Z] #8 exporting layers done [2025-07-31T01:32:48.769Z] #8 exporting manifest sha256:1571b7cc5f38cd2c726d1578d012dbf4a947db204b04a40b86bff88c1de3829b done [2025-07-31T01:32:48.769Z] #8 exporting config sha256:a5c03e0172a8e82b6f15622a578a5c5b7d3c090bf965a3aa8fdb04f8af0eb3d6 done [2025-07-31T01:32:48.769Z] #8 exporting manifest sha256:7968e3a61ed6295e7cff7f5594d7abd5db80c200a11cc2b0ab3d1bc709be8fe3 done [2025-07-31T01:32:48.769Z] #8 exporting config sha256:064bdd38d4faf36522b390a1c214c17d9f98fbcf0889ab42cab0e0ad4af74b13 done [2025-07-31T01:32:48.769Z] #8 exporting manifest list sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e done [2025-07-31T01:32:48.769Z] #8 pushing layers 0.0s done [2025-07-31T01:32:48.769Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e 0.1s done [2025-07-31T01:32:48.769Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:48.769Z] #8 DONE 0.1s [2025-07-31T01:32:48.769Z] [2025-07-31T01:32:48.769Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:48.769Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:49.059Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62 --push - [2025-07-31T01:32:49.059Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62' [2025-07-31T01:32:49.318Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:49.318Z] #1 transferring dockerfile: 205B done [2025-07-31T01:32:49.318Z] #1 DONE 0.0s [2025-07-31T01:32:49.318Z] [2025-07-31T01:32:49.318Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:49.318Z] #2 DONE 0.0s [2025-07-31T01:32:49.318Z] [2025-07-31T01:32:49.318Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:49.318Z] #3 DONE 0.0s [2025-07-31T01:32:49.318Z] [2025-07-31T01:32:49.318Z] #4 [internal] load .dockerignore [2025-07-31T01:32:49.318Z] #4 transferring context: 2B done [2025-07-31T01:32:49.318Z] #4 DONE 0.0s [2025-07-31T01:32:49.318Z] [2025-07-31T01:32:49.318Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 [2025-07-31T01:32:49.318Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 0.0s done [2025-07-31T01:32:49.318Z] #5 DONE 0.0s [2025-07-31T01:32:49.318Z] [2025-07-31T01:32:49.318Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 [2025-07-31T01:32:49.318Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 0.0s done [2025-07-31T01:32:49.318Z] #6 DONE 0.1s [2025-07-31T01:32:49.318Z] [2025-07-31T01:32:49.318Z] #7 exporting to image [2025-07-31T01:32:49.318Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:49.318Z] #7 ... [2025-07-31T01:32:49.318Z] [2025-07-31T01:32:49.318Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:49.318Z] #8 DONE 0.0s [2025-07-31T01:32:49.318Z] [2025-07-31T01:32:49.318Z] #7 exporting to image [2025-07-31T01:32:49.318Z] #7 exporting layers done [2025-07-31T01:32:49.318Z] #7 exporting manifest sha256:dba1754df9aa1f737c7da6d0c3f8b430199308cb5c6ff5a9b9c97469f2e2fd18 done [2025-07-31T01:32:49.318Z] #7 exporting config sha256:06bf6d70864040a14be337917b84fd39e9f0436255f81470e88fc1db9a983f94 done [2025-07-31T01:32:49.318Z] #7 exporting manifest sha256:4c4b62198394389dc5820792728246e63b07271851aa9f6205712e4a2066d251 done [2025-07-31T01:32:49.318Z] #7 exporting config sha256:341d75e456e857b08d22a5a55a7452a92e408470f22aa6a6a13dc475506e56e0 done [2025-07-31T01:32:49.318Z] #7 exporting manifest list sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 done [2025-07-31T01:32:49.318Z] #7 pushing layers 0.1s done [2025-07-31T01:32:49.318Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62@sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 [2025-07-31T01:32:49.578Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62@sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 0.1s done [2025-07-31T01:32:49.578Z] #7 DONE 0.2s [2025-07-31T01:32:49.578Z] [2025-07-31T01:32:49.578Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:49.578Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:49.873Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-07-31T01:32:49.873Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-07-31T01:32:49.873Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:49.873Z] #1 transferring dockerfile: 171B done [2025-07-31T01:32:49.873Z] #1 DONE 0.0s [2025-07-31T01:32:49.873Z] [2025-07-31T01:32:49.873Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-31T01:32:49.873Z] #2 DONE 0.0s [2025-07-31T01:32:49.873Z] [2025-07-31T01:32:49.873Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-31T01:32:49.873Z] #3 DONE 0.0s [2025-07-31T01:32:49.873Z] [2025-07-31T01:32:49.873Z] #4 [internal] load .dockerignore [2025-07-31T01:32:49.873Z] #4 transferring context: 2B done [2025-07-31T01:32:49.873Z] #4 DONE 0.0s [2025-07-31T01:32:50.131Z] [2025-07-31T01:32:50.131Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 [2025-07-31T01:32:50.131Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 0.0s done [2025-07-31T01:32:50.131Z] #5 CACHED [2025-07-31T01:32:50.131Z] [2025-07-31T01:32:50.131Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 [2025-07-31T01:32:50.131Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 0.0s done [2025-07-31T01:32:50.131Z] #6 CACHED [2025-07-31T01:32:50.131Z] [2025-07-31T01:32:50.131Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:50.131Z] #7 DONE 0.0s [2025-07-31T01:32:50.131Z] [2025-07-31T01:32:50.131Z] #8 exporting to image [2025-07-31T01:32:50.131Z] #8 exporting layers done [2025-07-31T01:32:50.131Z] #8 exporting manifest sha256:dba1754df9aa1f737c7da6d0c3f8b430199308cb5c6ff5a9b9c97469f2e2fd18 done [2025-07-31T01:32:50.131Z] #8 exporting config sha256:06bf6d70864040a14be337917b84fd39e9f0436255f81470e88fc1db9a983f94 done [2025-07-31T01:32:50.131Z] #8 exporting manifest sha256:4c4b62198394389dc5820792728246e63b07271851aa9f6205712e4a2066d251 done [2025-07-31T01:32:50.131Z] #8 exporting config sha256:341d75e456e857b08d22a5a55a7452a92e408470f22aa6a6a13dc475506e56e0 done [2025-07-31T01:32:50.131Z] #8 exporting manifest list sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 done [2025-07-31T01:32:50.132Z] #8 pushing layers 0.0s done [2025-07-31T01:32:50.132Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 0.1s done [2025-07-31T01:32:50.132Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:50.132Z] #8 DONE 0.1s [2025-07-31T01:32:50.132Z] [2025-07-31T01:32:50.132Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:50.132Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:50.438Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42' [2025-07-31T01:32:50.438Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 --push - [2025-07-31T01:32:50.438Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:50.438Z] #1 transferring dockerfile: 177B done [2025-07-31T01:32:50.438Z] #1 DONE 0.0s [2025-07-31T01:32:50.438Z] [2025-07-31T01:32:50.438Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [2025-07-31T01:32:50.438Z] #2 DONE 0.0s [2025-07-31T01:32:50.438Z] [2025-07-31T01:32:50.438Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [2025-07-31T01:32:50.438Z] #3 DONE 0.0s [2025-07-31T01:32:50.438Z] [2025-07-31T01:32:50.438Z] #4 [internal] load .dockerignore [2025-07-31T01:32:50.438Z] #4 transferring context: 2B done [2025-07-31T01:32:50.438Z] #4 DONE 0.0s [2025-07-31T01:32:50.438Z] [2025-07-31T01:32:50.438Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 [2025-07-31T01:32:50.438Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 0.0s done [2025-07-31T01:32:50.438Z] #5 CACHED [2025-07-31T01:32:50.438Z] [2025-07-31T01:32:50.438Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 [2025-07-31T01:32:50.438Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 0.0s done [2025-07-31T01:32:50.438Z] #6 CACHED [2025-07-31T01:32:50.438Z] [2025-07-31T01:32:50.438Z] #7 exporting to image [2025-07-31T01:32:50.438Z] #7 exporting layers done [2025-07-31T01:32:50.438Z] #7 exporting manifest sha256:dba1754df9aa1f737c7da6d0c3f8b430199308cb5c6ff5a9b9c97469f2e2fd18 done [2025-07-31T01:32:50.438Z] #7 exporting config sha256:06bf6d70864040a14be337917b84fd39e9f0436255f81470e88fc1db9a983f94 [2025-07-31T01:32:50.438Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:50.697Z] #7 exporting config sha256:06bf6d70864040a14be337917b84fd39e9f0436255f81470e88fc1db9a983f94 done [2025-07-31T01:32:50.697Z] #7 exporting manifest sha256:4c4b62198394389dc5820792728246e63b07271851aa9f6205712e4a2066d251 done [2025-07-31T01:32:50.697Z] #7 exporting config sha256:341d75e456e857b08d22a5a55a7452a92e408470f22aa6a6a13dc475506e56e0 done [2025-07-31T01:32:50.697Z] #7 exporting manifest list sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 done [2025-07-31T01:32:50.697Z] #7 pushing layers 0.0s done [2025-07-31T01:32:50.697Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 0.1s done [2025-07-31T01:32:50.697Z] #7 DONE 0.1s [2025-07-31T01:32:50.697Z] [2025-07-31T01:32:50.697Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:50.697Z] #8 DONE 0.0s [2025-07-31T01:32:50.697Z] [2025-07-31T01:32:50.697Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:50.697Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:50.982Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' [2025-07-31T01:32:50.982Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - [2025-07-31T01:32:51.246Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:51.246Z] #1 transferring dockerfile: 218B done [2025-07-31T01:32:51.246Z] #1 DONE 0.0s [2025-07-31T01:32:51.246Z] [2025-07-31T01:32:51.246Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:51.246Z] #2 DONE 0.0s [2025-07-31T01:32:51.246Z] [2025-07-31T01:32:51.246Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:51.246Z] #3 DONE 0.0s [2025-07-31T01:32:51.246Z] [2025-07-31T01:32:51.246Z] #4 [internal] load .dockerignore [2025-07-31T01:32:51.246Z] #4 transferring context: 2B done [2025-07-31T01:32:51.246Z] #4 DONE 0.0s [2025-07-31T01:32:51.246Z] [2025-07-31T01:32:51.246Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 [2025-07-31T01:32:51.246Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 0.0s done [2025-07-31T01:32:51.246Z] #5 DONE 0.0s [2025-07-31T01:32:51.246Z] [2025-07-31T01:32:51.246Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 [2025-07-31T01:32:51.246Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 done [2025-07-31T01:32:51.246Z] #6 CACHED [2025-07-31T01:32:51.246Z] [2025-07-31T01:32:51.246Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 [2025-07-31T01:32:51.246Z] #5 CACHED [2025-07-31T01:32:51.246Z] [2025-07-31T01:32:51.246Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:51.246Z] #7 DONE 0.0s [2025-07-31T01:32:51.246Z] [2025-07-31T01:32:51.246Z] #8 exporting to image [2025-07-31T01:32:51.246Z] #8 exporting layers done [2025-07-31T01:32:51.246Z] #8 exporting manifest sha256:dba1754df9aa1f737c7da6d0c3f8b430199308cb5c6ff5a9b9c97469f2e2fd18 done [2025-07-31T01:32:51.246Z] #8 exporting config sha256:06bf6d70864040a14be337917b84fd39e9f0436255f81470e88fc1db9a983f94 done [2025-07-31T01:32:51.246Z] #8 exporting manifest sha256:4c4b62198394389dc5820792728246e63b07271851aa9f6205712e4a2066d251 done [2025-07-31T01:32:51.246Z] #8 exporting config sha256:341d75e456e857b08d22a5a55a7452a92e408470f22aa6a6a13dc475506e56e0 done [2025-07-31T01:32:51.246Z] #8 exporting manifest list sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 done [2025-07-31T01:32:51.246Z] #8 pushing layers 0.0s done [2025-07-31T01:32:51.246Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 0.1s done [2025-07-31T01:32:51.246Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:51.246Z] #8 DONE 0.1s [2025-07-31T01:32:51.246Z] [2025-07-31T01:32:51.246Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:51.246Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:51.538Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-07-31T01:32:51.538Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-07-31T01:32:51.538Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:51.538Z] #1 transferring dockerfile: 169B done [2025-07-31T01:32:51.538Z] #1 DONE 0.0s [2025-07-31T01:32:51.538Z] [2025-07-31T01:32:51.538Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-07-31T01:32:51.538Z] #2 DONE 0.0s [2025-07-31T01:32:51.538Z] [2025-07-31T01:32:51.538Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-07-31T01:32:51.538Z] #3 DONE 0.0s [2025-07-31T01:32:51.538Z] [2025-07-31T01:32:51.538Z] #4 [internal] load .dockerignore [2025-07-31T01:32:51.538Z] #4 transferring context: 2B done [2025-07-31T01:32:51.538Z] #4 DONE 0.0s [2025-07-31T01:32:51.538Z] [2025-07-31T01:32:51.538Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 [2025-07-31T01:32:51.538Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 0.0s done [2025-07-31T01:32:51.538Z] #5 CACHED [2025-07-31T01:32:51.538Z] [2025-07-31T01:32:51.538Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 [2025-07-31T01:32:51.538Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 0.0s done [2025-07-31T01:32:51.538Z] #6 CACHED [2025-07-31T01:32:51.538Z] [2025-07-31T01:32:51.538Z] #7 exporting to image [2025-07-31T01:32:51.538Z] #7 exporting layers done [2025-07-31T01:32:51.538Z] #7 exporting manifest sha256:dba1754df9aa1f737c7da6d0c3f8b430199308cb5c6ff5a9b9c97469f2e2fd18 done [2025-07-31T01:32:51.538Z] #7 exporting config sha256:06bf6d70864040a14be337917b84fd39e9f0436255f81470e88fc1db9a983f94 done [2025-07-31T01:32:51.538Z] #7 exporting manifest sha256:4c4b62198394389dc5820792728246e63b07271851aa9f6205712e4a2066d251 done [2025-07-31T01:32:51.538Z] #7 exporting config sha256:341d75e456e857b08d22a5a55a7452a92e408470f22aa6a6a13dc475506e56e0 done [2025-07-31T01:32:51.538Z] #7 exporting manifest list sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 done [2025-07-31T01:32:51.538Z] #7 pushing layers [2025-07-31T01:32:51.538Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:51.798Z] #7 pushing layers 0.0s done [2025-07-31T01:32:51.798Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 0.1s done [2025-07-31T01:32:51.798Z] #7 DONE 0.1s [2025-07-31T01:32:51.798Z] [2025-07-31T01:32:51.798Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:51.798Z] #8 DONE 0.0s [2025-07-31T01:32:51.798Z] [2025-07-31T01:32:51.798Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:51.798Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:52.081Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62' [2025-07-31T01:32:52.081Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62 --push - [2025-07-31T01:32:52.340Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:52.340Z] #1 transferring dockerfile: 206B done [2025-07-31T01:32:52.340Z] #1 DONE 0.0s [2025-07-31T01:32:52.340Z] [2025-07-31T01:32:52.340Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:52.340Z] #2 DONE 0.0s [2025-07-31T01:32:52.340Z] [2025-07-31T01:32:52.340Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:52.340Z] #3 DONE 0.1s [2025-07-31T01:32:52.340Z] [2025-07-31T01:32:52.340Z] #4 [internal] load .dockerignore [2025-07-31T01:32:52.340Z] #4 transferring context: 2B done [2025-07-31T01:32:52.340Z] #4 DONE 0.0s [2025-07-31T01:32:52.340Z] [2025-07-31T01:32:52.340Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 [2025-07-31T01:32:52.340Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 0.0s done [2025-07-31T01:32:52.340Z] #5 DONE 0.0s [2025-07-31T01:32:52.340Z] [2025-07-31T01:32:52.340Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 [2025-07-31T01:32:52.340Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 0.0s done [2025-07-31T01:32:52.340Z] #6 DONE 0.0s [2025-07-31T01:32:52.340Z] [2025-07-31T01:32:52.340Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 [2025-07-31T01:32:52.340Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 0.0s done [2025-07-31T01:32:52.340Z] #5 DONE 0.1s [2025-07-31T01:32:52.340Z] [2025-07-31T01:32:52.340Z] #7 exporting to image [2025-07-31T01:32:52.340Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:52.340Z] #7 ... [2025-07-31T01:32:52.340Z] [2025-07-31T01:32:52.340Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:52.340Z] #8 DONE 0.0s [2025-07-31T01:32:52.340Z] [2025-07-31T01:32:52.340Z] #7 exporting to image [2025-07-31T01:32:52.340Z] #7 exporting layers done [2025-07-31T01:32:52.340Z] #7 exporting manifest sha256:da46c07b78d25568968ea2b3461d818eff9506f9e9d679b2197808d88fe0e84b done [2025-07-31T01:32:52.340Z] #7 exporting config sha256:b601abc40e96dd734141fb8fac28b799f54b8b6f7553ac22da7ae152968d1d33 done [2025-07-31T01:32:52.340Z] #7 exporting manifest sha256:9a6f59de1d9c20c4e6357a099c268e4ba9081a2195966e29854a2ed35a00a95e done [2025-07-31T01:32:52.340Z] #7 exporting config sha256:1fb2ab933dcd8b955b48d419c3a48c6ebdaee0dae0f87db9a0e369ce4dfc9b5a done [2025-07-31T01:32:52.340Z] #7 exporting manifest list sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f done [2025-07-31T01:32:52.340Z] #7 pushing layers 0.1s done [2025-07-31T01:32:52.340Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62@sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f [2025-07-31T01:32:52.599Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62@sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f 0.1s done [2025-07-31T01:32:52.599Z] #7 DONE 0.2s [2025-07-31T01:32:52.599Z] [2025-07-31T01:32:52.599Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:52.599Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:52.891Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-07-31T01:32:52.891Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-07-31T01:32:52.891Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:52.891Z] #1 transferring dockerfile: 172B done [2025-07-31T01:32:52.891Z] #1 DONE 0.0s [2025-07-31T01:32:52.891Z] [2025-07-31T01:32:52.891Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-31T01:32:52.891Z] #2 DONE 0.0s [2025-07-31T01:32:52.891Z] [2025-07-31T01:32:52.891Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-31T01:32:52.891Z] #3 DONE 0.0s [2025-07-31T01:32:52.891Z] [2025-07-31T01:32:52.891Z] #4 [internal] load .dockerignore [2025-07-31T01:32:52.891Z] #4 transferring context: 2B done [2025-07-31T01:32:52.891Z] #4 DONE 0.0s [2025-07-31T01:32:52.891Z] [2025-07-31T01:32:52.891Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 [2025-07-31T01:32:52.891Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 0.0s done [2025-07-31T01:32:52.891Z] #5 DONE 0.0s [2025-07-31T01:32:52.891Z] [2025-07-31T01:32:52.891Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 [2025-07-31T01:32:53.151Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 0.0s done [2025-07-31T01:32:53.151Z] #6 CACHED [2025-07-31T01:32:53.151Z] [2025-07-31T01:32:53.151Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 [2025-07-31T01:32:53.151Z] #5 CACHED [2025-07-31T01:32:53.151Z] [2025-07-31T01:32:53.151Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:53.151Z] #7 DONE 0.0s [2025-07-31T01:32:53.151Z] [2025-07-31T01:32:53.151Z] #8 exporting to image [2025-07-31T01:32:53.151Z] #8 exporting layers done [2025-07-31T01:32:53.151Z] #8 exporting manifest sha256:da46c07b78d25568968ea2b3461d818eff9506f9e9d679b2197808d88fe0e84b done [2025-07-31T01:32:53.151Z] #8 exporting config sha256:b601abc40e96dd734141fb8fac28b799f54b8b6f7553ac22da7ae152968d1d33 done [2025-07-31T01:32:53.151Z] #8 exporting manifest sha256:9a6f59de1d9c20c4e6357a099c268e4ba9081a2195966e29854a2ed35a00a95e done [2025-07-31T01:32:53.151Z] #8 exporting config sha256:1fb2ab933dcd8b955b48d419c3a48c6ebdaee0dae0f87db9a0e369ce4dfc9b5a done [2025-07-31T01:32:53.151Z] #8 exporting manifest list sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f done [2025-07-31T01:32:53.151Z] #8 pushing layers 0.0s done [2025-07-31T01:32:53.151Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f 0.1s done [2025-07-31T01:32:53.151Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:53.151Z] #8 DONE 0.1s [2025-07-31T01:32:53.151Z] [2025-07-31T01:32:53.151Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:53.151Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:53.440Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42' [2025-07-31T01:32:53.440Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 --push - [2025-07-31T01:32:53.699Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:53.699Z] #1 transferring dockerfile: 178B done [2025-07-31T01:32:53.699Z] #1 DONE 0.0s [2025-07-31T01:32:53.699Z] [2025-07-31T01:32:53.699Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [2025-07-31T01:32:53.699Z] #2 DONE 0.0s [2025-07-31T01:32:53.699Z] [2025-07-31T01:32:53.699Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [2025-07-31T01:32:53.699Z] #3 DONE 0.0s [2025-07-31T01:32:53.699Z] [2025-07-31T01:32:53.699Z] #4 [internal] load .dockerignore [2025-07-31T01:32:53.699Z] #4 transferring context: 2B done [2025-07-31T01:32:53.699Z] #4 DONE 0.0s [2025-07-31T01:32:53.699Z] [2025-07-31T01:32:53.699Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 [2025-07-31T01:32:53.699Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 done [2025-07-31T01:32:53.699Z] #5 CACHED [2025-07-31T01:32:53.699Z] [2025-07-31T01:32:53.699Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 [2025-07-31T01:32:53.699Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 done [2025-07-31T01:32:53.699Z] #6 CACHED [2025-07-31T01:32:53.699Z] [2025-07-31T01:32:53.699Z] #7 exporting to image [2025-07-31T01:32:53.699Z] #7 exporting layers done [2025-07-31T01:32:53.699Z] #7 exporting manifest sha256:da46c07b78d25568968ea2b3461d818eff9506f9e9d679b2197808d88fe0e84b done [2025-07-31T01:32:53.699Z] #7 exporting config sha256:b601abc40e96dd734141fb8fac28b799f54b8b6f7553ac22da7ae152968d1d33 done [2025-07-31T01:32:53.699Z] #7 exporting manifest sha256:9a6f59de1d9c20c4e6357a099c268e4ba9081a2195966e29854a2ed35a00a95e [2025-07-31T01:32:53.699Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:53.699Z] #7 exporting manifest sha256:9a6f59de1d9c20c4e6357a099c268e4ba9081a2195966e29854a2ed35a00a95e done [2025-07-31T01:32:53.699Z] #7 exporting config sha256:1fb2ab933dcd8b955b48d419c3a48c6ebdaee0dae0f87db9a0e369ce4dfc9b5a done [2025-07-31T01:32:53.699Z] #7 exporting manifest list sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f done [2025-07-31T01:32:53.699Z] #7 pushing layers 0.0s done [2025-07-31T01:32:53.699Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f 0.1s done [2025-07-31T01:32:53.699Z] #7 DONE 0.1s [2025-07-31T01:32:53.699Z] [2025-07-31T01:32:53.699Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:53.699Z] #8 DONE 0.0s [2025-07-31T01:32:53.699Z] [2025-07-31T01:32:53.699Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:53.699Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:53.987Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' [2025-07-31T01:32:53.987Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - [2025-07-31T01:32:53.987Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:53.987Z] #1 transferring dockerfile: 219B done [2025-07-31T01:32:53.987Z] #1 DONE 0.0s [2025-07-31T01:32:53.987Z] [2025-07-31T01:32:53.987Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:53.987Z] #2 DONE 0.0s [2025-07-31T01:32:53.987Z] [2025-07-31T01:32:53.987Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:53.987Z] #3 DONE 0.0s [2025-07-31T01:32:53.987Z] [2025-07-31T01:32:53.987Z] #4 [internal] load .dockerignore [2025-07-31T01:32:53.987Z] #4 transferring context: 2B done [2025-07-31T01:32:53.987Z] #4 DONE 0.0s [2025-07-31T01:32:53.987Z] [2025-07-31T01:32:53.987Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 [2025-07-31T01:32:53.987Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 0.0s done [2025-07-31T01:32:53.987Z] #5 CACHED [2025-07-31T01:32:53.987Z] [2025-07-31T01:32:53.987Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 [2025-07-31T01:32:53.987Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 0.0s done [2025-07-31T01:32:53.987Z] #6 CACHED [2025-07-31T01:32:53.987Z] [2025-07-31T01:32:53.987Z] #7 exporting to image [2025-07-31T01:32:53.987Z] #7 exporting layers [2025-07-31T01:32:53.987Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:54.245Z] #7 exporting layers done [2025-07-31T01:32:54.245Z] #7 exporting manifest sha256:da46c07b78d25568968ea2b3461d818eff9506f9e9d679b2197808d88fe0e84b done [2025-07-31T01:32:54.245Z] #7 exporting config sha256:b601abc40e96dd734141fb8fac28b799f54b8b6f7553ac22da7ae152968d1d33 done [2025-07-31T01:32:54.245Z] #7 exporting manifest sha256:9a6f59de1d9c20c4e6357a099c268e4ba9081a2195966e29854a2ed35a00a95e done [2025-07-31T01:32:54.245Z] #7 exporting config sha256:1fb2ab933dcd8b955b48d419c3a48c6ebdaee0dae0f87db9a0e369ce4dfc9b5a done [2025-07-31T01:32:54.245Z] #7 exporting manifest list sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f done [2025-07-31T01:32:54.245Z] #7 pushing layers 0.0s done [2025-07-31T01:32:54.245Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f 0.1s done [2025-07-31T01:32:54.245Z] #7 DONE 0.1s [2025-07-31T01:32:54.245Z] [2025-07-31T01:32:54.245Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:54.245Z] #8 DONE 0.0s [2025-07-31T01:32:54.245Z] [2025-07-31T01:32:54.245Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:54.245Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:54.528Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-07-31T01:32:54.528Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-07-31T01:32:54.787Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:54.787Z] #1 transferring dockerfile: 170B done [2025-07-31T01:32:54.787Z] #1 DONE 0.0s [2025-07-31T01:32:54.787Z] [2025-07-31T01:32:54.787Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-07-31T01:32:54.787Z] #2 DONE 0.0s [2025-07-31T01:32:54.787Z] [2025-07-31T01:32:54.787Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-07-31T01:32:54.787Z] #3 DONE 0.0s [2025-07-31T01:32:54.787Z] [2025-07-31T01:32:54.787Z] #4 [internal] load .dockerignore [2025-07-31T01:32:54.787Z] #4 transferring context: 2B done [2025-07-31T01:32:54.787Z] #4 DONE 0.0s [2025-07-31T01:32:54.787Z] [2025-07-31T01:32:54.787Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 [2025-07-31T01:32:54.787Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 0.0s done [2025-07-31T01:32:54.787Z] #5 CACHED [2025-07-31T01:32:54.787Z] [2025-07-31T01:32:54.787Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 [2025-07-31T01:32:54.787Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 0.0s done [2025-07-31T01:32:54.787Z] #6 CACHED [2025-07-31T01:32:54.787Z] [2025-07-31T01:32:54.787Z] #7 exporting to image [2025-07-31T01:32:54.787Z] #7 exporting layers [2025-07-31T01:32:54.787Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:54.787Z] #7 exporting layers done [2025-07-31T01:32:54.787Z] #7 exporting manifest sha256:da46c07b78d25568968ea2b3461d818eff9506f9e9d679b2197808d88fe0e84b done [2025-07-31T01:32:54.787Z] #7 exporting config sha256:b601abc40e96dd734141fb8fac28b799f54b8b6f7553ac22da7ae152968d1d33 done [2025-07-31T01:32:54.787Z] #7 exporting manifest sha256:9a6f59de1d9c20c4e6357a099c268e4ba9081a2195966e29854a2ed35a00a95e done [2025-07-31T01:32:54.787Z] #7 exporting config sha256:1fb2ab933dcd8b955b48d419c3a48c6ebdaee0dae0f87db9a0e369ce4dfc9b5a done [2025-07-31T01:32:54.787Z] #7 exporting manifest list sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f done [2025-07-31T01:32:54.787Z] #7 pushing layers 0.0s done [2025-07-31T01:32:54.787Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f 0.1s done [2025-07-31T01:32:54.787Z] #7 DONE 0.1s [2025-07-31T01:32:54.787Z] [2025-07-31T01:32:54.787Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:54.787Z] #8 DONE 0.0s [2025-07-31T01:32:54.787Z] [2025-07-31T01:32:54.787Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:54.787Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:55.069Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62' [2025-07-31T01:32:55.069Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62 --push - [2025-07-31T01:32:55.069Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:55.069Z] #1 transferring dockerfile: 206B done [2025-07-31T01:32:55.069Z] #1 DONE 0.0s [2025-07-31T01:32:55.069Z] [2025-07-31T01:32:55.069Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:55.069Z] #2 DONE 0.0s [2025-07-31T01:32:55.069Z] [2025-07-31T01:32:55.069Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:55.069Z] #3 DONE 0.1s [2025-07-31T01:32:55.069Z] [2025-07-31T01:32:55.069Z] #4 [internal] load .dockerignore [2025-07-31T01:32:55.069Z] #4 transferring context: 2B done [2025-07-31T01:32:55.069Z] #4 DONE 0.0s [2025-07-31T01:32:55.069Z] [2025-07-31T01:32:55.069Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 [2025-07-31T01:32:55.069Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 [2025-07-31T01:32:55.327Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 0.0s done [2025-07-31T01:32:55.327Z] #5 DONE 0.1s [2025-07-31T01:32:55.327Z] [2025-07-31T01:32:55.327Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 [2025-07-31T01:32:55.327Z] #6 DONE 0.0s [2025-07-31T01:32:55.327Z] [2025-07-31T01:32:55.327Z] #7 exporting to image [2025-07-31T01:32:55.327Z] #7 exporting layers done [2025-07-31T01:32:55.327Z] #7 exporting manifest sha256:5b9fcc903a10f2c407d07aaa8ea368dc33a09bbe8432fed1002bc3e8cf71412e 0.0s done [2025-07-31T01:32:55.327Z] #7 exporting config sha256:be7d6b0e2f8aba7fa5749fa75a4e76e6944aa3fb461fb405a244d8a1d9e5ebbe [2025-07-31T01:32:55.327Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:55.327Z] #7 ... [2025-07-31T01:32:55.327Z] [2025-07-31T01:32:55.327Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:55.327Z] #8 DONE 0.0s [2025-07-31T01:32:55.327Z] [2025-07-31T01:32:55.327Z] #7 exporting to image [2025-07-31T01:32:55.327Z] #7 exporting config sha256:be7d6b0e2f8aba7fa5749fa75a4e76e6944aa3fb461fb405a244d8a1d9e5ebbe done [2025-07-31T01:32:55.327Z] #7 exporting manifest sha256:f5cfce366b9b46efce708a8d4df6105c0a856b48860f4bfd6b7db21dc6f25d97 done [2025-07-31T01:32:55.327Z] #7 exporting config sha256:196000323fd5664154c7df56ea8a6587e2def88ec7735f76c285dbfb9943d560 done [2025-07-31T01:32:55.327Z] #7 exporting manifest list sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 done [2025-07-31T01:32:55.327Z] #7 pushing layers 0.1s done [2025-07-31T01:32:55.327Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62@sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 [2025-07-31T01:32:55.586Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62@sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 0.1s done [2025-07-31T01:32:55.586Z] #7 DONE 0.2s [2025-07-31T01:32:55.586Z] [2025-07-31T01:32:55.586Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:55.586Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:55.956Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-07-31T01:32:55.956Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-07-31T01:32:55.956Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:55.956Z] #1 transferring dockerfile: 172B done [2025-07-31T01:32:55.956Z] #1 DONE 0.0s [2025-07-31T01:32:55.956Z] [2025-07-31T01:32:55.956Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-31T01:32:55.956Z] #2 DONE 0.0s [2025-07-31T01:32:55.956Z] [2025-07-31T01:32:55.956Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-31T01:32:55.956Z] #3 DONE 0.0s [2025-07-31T01:32:55.956Z] [2025-07-31T01:32:55.956Z] #4 [internal] load .dockerignore [2025-07-31T01:32:55.956Z] #4 transferring context: 2B done [2025-07-31T01:32:55.956Z] #4 DONE 0.0s [2025-07-31T01:32:55.956Z] [2025-07-31T01:32:55.956Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 [2025-07-31T01:32:55.956Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 0.0s done [2025-07-31T01:32:55.956Z] #5 CACHED [2025-07-31T01:32:55.956Z] [2025-07-31T01:32:55.956Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 [2025-07-31T01:32:55.956Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 0.0s done [2025-07-31T01:32:55.956Z] #6 CACHED [2025-07-31T01:32:55.956Z] [2025-07-31T01:32:55.956Z] #7 exporting to image [2025-07-31T01:32:55.956Z] #7 exporting layers done [2025-07-31T01:32:55.956Z] #7 exporting manifest sha256:5b9fcc903a10f2c407d07aaa8ea368dc33a09bbe8432fed1002bc3e8cf71412e [2025-07-31T01:32:55.956Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:56.219Z] #7 exporting manifest sha256:5b9fcc903a10f2c407d07aaa8ea368dc33a09bbe8432fed1002bc3e8cf71412e done [2025-07-31T01:32:56.219Z] #7 exporting config sha256:be7d6b0e2f8aba7fa5749fa75a4e76e6944aa3fb461fb405a244d8a1d9e5ebbe done [2025-07-31T01:32:56.219Z] #7 exporting manifest sha256:f5cfce366b9b46efce708a8d4df6105c0a856b48860f4bfd6b7db21dc6f25d97 done [2025-07-31T01:32:56.219Z] #7 exporting config sha256:196000323fd5664154c7df56ea8a6587e2def88ec7735f76c285dbfb9943d560 done [2025-07-31T01:32:56.219Z] #7 exporting manifest list sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 done [2025-07-31T01:32:56.219Z] #7 pushing layers 0.0s done [2025-07-31T01:32:56.219Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 0.1s done [2025-07-31T01:32:56.219Z] #7 DONE 0.1s [2025-07-31T01:32:56.219Z] [2025-07-31T01:32:56.219Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:56.219Z] #8 DONE 0.0s [2025-07-31T01:32:56.219Z] [2025-07-31T01:32:56.219Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:56.219Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:56.504Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42' [2025-07-31T01:32:56.504Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 --push - [2025-07-31T01:32:56.504Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:56.504Z] #1 transferring dockerfile: 178B done [2025-07-31T01:32:56.504Z] #1 DONE 0.0s [2025-07-31T01:32:56.504Z] [2025-07-31T01:32:56.504Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [2025-07-31T01:32:56.504Z] #2 DONE 0.0s [2025-07-31T01:32:56.504Z] [2025-07-31T01:32:56.504Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [2025-07-31T01:32:56.504Z] #3 DONE 0.0s [2025-07-31T01:32:56.504Z] [2025-07-31T01:32:56.504Z] #4 [internal] load .dockerignore [2025-07-31T01:32:56.504Z] #4 transferring context: 2B done [2025-07-31T01:32:56.504Z] #4 DONE 0.0s [2025-07-31T01:32:56.504Z] [2025-07-31T01:32:56.504Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 [2025-07-31T01:32:56.504Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 0.0s done [2025-07-31T01:32:56.504Z] #5 CACHED [2025-07-31T01:32:56.504Z] [2025-07-31T01:32:56.504Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 [2025-07-31T01:32:56.504Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 0.0s done [2025-07-31T01:32:56.504Z] #6 CACHED [2025-07-31T01:32:56.504Z] [2025-07-31T01:32:56.504Z] #7 exporting to image [2025-07-31T01:32:56.504Z] #7 exporting layers done [2025-07-31T01:32:56.504Z] #7 exporting manifest sha256:5b9fcc903a10f2c407d07aaa8ea368dc33a09bbe8432fed1002bc3e8cf71412e done [2025-07-31T01:32:56.504Z] #7 exporting config sha256:be7d6b0e2f8aba7fa5749fa75a4e76e6944aa3fb461fb405a244d8a1d9e5ebbe done [2025-07-31T01:32:56.504Z] #7 exporting manifest sha256:f5cfce366b9b46efce708a8d4df6105c0a856b48860f4bfd6b7db21dc6f25d97 done [2025-07-31T01:32:56.504Z] #7 exporting config sha256:196000323fd5664154c7df56ea8a6587e2def88ec7735f76c285dbfb9943d560 done [2025-07-31T01:32:56.504Z] #7 exporting manifest list sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 done [2025-07-31T01:32:56.504Z] #7 pushing layers 0.0s done [2025-07-31T01:32:56.504Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 [2025-07-31T01:32:56.504Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:56.764Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 0.1s done [2025-07-31T01:32:56.764Z] #7 DONE 0.1s [2025-07-31T01:32:56.764Z] [2025-07-31T01:32:56.764Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:56.764Z] #8 DONE 0.0s [2025-07-31T01:32:56.764Z] [2025-07-31T01:32:56.764Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:56.764Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:57.054Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' [2025-07-31T01:32:57.054Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - [2025-07-31T01:32:57.054Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:57.054Z] #1 transferring dockerfile: 219B done [2025-07-31T01:32:57.054Z] #1 DONE 0.0s [2025-07-31T01:32:57.054Z] [2025-07-31T01:32:57.054Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:57.054Z] #2 DONE 0.0s [2025-07-31T01:32:57.054Z] [2025-07-31T01:32:57.054Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:32:57.054Z] #3 DONE 0.0s [2025-07-31T01:32:57.054Z] [2025-07-31T01:32:57.054Z] #4 [internal] load .dockerignore [2025-07-31T01:32:57.054Z] #4 transferring context: 2B done [2025-07-31T01:32:57.054Z] #4 DONE 0.0s [2025-07-31T01:32:57.054Z] [2025-07-31T01:32:57.054Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 [2025-07-31T01:32:57.054Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 0.0s done [2025-07-31T01:32:57.054Z] #5 CACHED [2025-07-31T01:32:57.054Z] [2025-07-31T01:32:57.054Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 [2025-07-31T01:32:57.054Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 0.0s done [2025-07-31T01:32:57.054Z] #6 CACHED [2025-07-31T01:32:57.054Z] [2025-07-31T01:32:57.054Z] #7 exporting to image [2025-07-31T01:32:57.054Z] #7 exporting layers done [2025-07-31T01:32:57.054Z] #7 exporting manifest sha256:5b9fcc903a10f2c407d07aaa8ea368dc33a09bbe8432fed1002bc3e8cf71412e done [2025-07-31T01:32:57.054Z] #7 exporting config sha256:be7d6b0e2f8aba7fa5749fa75a4e76e6944aa3fb461fb405a244d8a1d9e5ebbe done [2025-07-31T01:32:57.054Z] #7 exporting manifest sha256:f5cfce366b9b46efce708a8d4df6105c0a856b48860f4bfd6b7db21dc6f25d97 done [2025-07-31T01:32:57.054Z] #7 exporting config sha256:196000323fd5664154c7df56ea8a6587e2def88ec7735f76c285dbfb9943d560 done [2025-07-31T01:32:57.054Z] #7 exporting manifest list sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 [2025-07-31T01:32:57.054Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:57.312Z] #7 exporting manifest list sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 done [2025-07-31T01:32:57.312Z] #7 pushing layers 0.0s done [2025-07-31T01:32:57.312Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 0.1s done [2025-07-31T01:32:57.312Z] #7 DONE 0.1s [2025-07-31T01:32:57.312Z] [2025-07-31T01:32:57.312Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:57.312Z] #8 DONE 0.0s [2025-07-31T01:32:57.312Z] [2025-07-31T01:32:57.312Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:57.312Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:57.597Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-07-31T01:32:57.597Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-07-31T01:32:57.597Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:57.597Z] #1 transferring dockerfile: 170B done [2025-07-31T01:32:57.597Z] #1 DONE 0.0s [2025-07-31T01:32:57.597Z] [2025-07-31T01:32:57.597Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-07-31T01:32:57.597Z] #2 DONE 0.0s [2025-07-31T01:32:57.597Z] [2025-07-31T01:32:57.597Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-07-31T01:32:57.597Z] #3 DONE 0.0s [2025-07-31T01:32:57.597Z] [2025-07-31T01:32:57.597Z] #4 [internal] load .dockerignore [2025-07-31T01:32:57.597Z] #4 transferring context: 2B done [2025-07-31T01:32:57.597Z] #4 DONE 0.0s [2025-07-31T01:32:57.597Z] [2025-07-31T01:32:57.597Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 [2025-07-31T01:32:57.597Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 0.0s done [2025-07-31T01:32:57.597Z] #5 CACHED [2025-07-31T01:32:57.597Z] [2025-07-31T01:32:57.597Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 [2025-07-31T01:32:57.597Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 0.0s done [2025-07-31T01:32:57.597Z] #6 DONE 0.0s [2025-07-31T01:32:57.857Z] [2025-07-31T01:32:57.857Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 [2025-07-31T01:32:57.857Z] #6 CACHED [2025-07-31T01:32:57.857Z] [2025-07-31T01:32:57.857Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:57.857Z] #7 DONE 0.0s [2025-07-31T01:32:57.857Z] [2025-07-31T01:32:57.857Z] #8 exporting to image [2025-07-31T01:32:57.857Z] #8 exporting layers done [2025-07-31T01:32:57.857Z] #8 exporting manifest sha256:5b9fcc903a10f2c407d07aaa8ea368dc33a09bbe8432fed1002bc3e8cf71412e done [2025-07-31T01:32:57.857Z] #8 exporting config sha256:be7d6b0e2f8aba7fa5749fa75a4e76e6944aa3fb461fb405a244d8a1d9e5ebbe done [2025-07-31T01:32:57.857Z] #8 exporting manifest sha256:f5cfce366b9b46efce708a8d4df6105c0a856b48860f4bfd6b7db21dc6f25d97 done [2025-07-31T01:32:57.857Z] #8 exporting config sha256:196000323fd5664154c7df56ea8a6587e2def88ec7735f76c285dbfb9943d560 done [2025-07-31T01:32:57.857Z] #8 exporting manifest list sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 done [2025-07-31T01:32:57.857Z] #8 pushing layers 0.0s done [2025-07-31T01:32:57.857Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 0.1s done [2025-07-31T01:32:57.857Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:57.857Z] #8 DONE 0.1s [2025-07-31T01:32:57.857Z] [2025-07-31T01:32:57.857Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:57.857Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:58.144Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62' [2025-07-31T01:32:58.144Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62 --push - [2025-07-31T01:32:58.403Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:58.403Z] #1 transferring dockerfile: 206B done [2025-07-31T01:32:58.403Z] #1 DONE 0.0s [2025-07-31T01:32:58.403Z] [2025-07-31T01:32:58.403Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:58.403Z] #2 DONE 0.0s [2025-07-31T01:32:58.403Z] [2025-07-31T01:32:58.403Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:32:58.403Z] #3 DONE 0.0s [2025-07-31T01:32:58.403Z] [2025-07-31T01:32:58.403Z] #4 [internal] load .dockerignore [2025-07-31T01:32:58.403Z] #4 transferring context: 2B done [2025-07-31T01:32:58.403Z] #4 DONE 0.0s [2025-07-31T01:32:58.403Z] [2025-07-31T01:32:58.403Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 [2025-07-31T01:32:58.403Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 [2025-07-31T01:32:58.403Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 0.0s done [2025-07-31T01:32:58.403Z] #5 DONE 0.0s [2025-07-31T01:32:58.403Z] [2025-07-31T01:32:58.403Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 [2025-07-31T01:32:58.403Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 0.0s done [2025-07-31T01:32:58.403Z] #6 DONE 0.1s [2025-07-31T01:32:58.403Z] [2025-07-31T01:32:58.403Z] #7 exporting to image [2025-07-31T01:32:58.403Z] #7 exporting layers done [2025-07-31T01:32:58.403Z] #7 exporting manifest sha256:a2e438270a6f7671a8131821a2b7bde30b922cd4d0d31a333e21664249f8a586 done [2025-07-31T01:32:58.403Z] #7 exporting config sha256:38231c7ea038b47c2ff09b3b93f93112a862ee1401ab81a7d45a8ec206c900d6 done [2025-07-31T01:32:58.403Z] #7 exporting manifest sha256:d69cbfb6f8c496f652eb976172d5bc362dea3b61ceedabf9e8a16e1dddad6ffb done [2025-07-31T01:32:58.403Z] #7 exporting config sha256:a5e05a5d4f79e759598a5cf3e97d703aac1d8cbb26d4daf6e1dcbd9d30aeaa77 done [2025-07-31T01:32:58.403Z] #7 exporting manifest list sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 done [2025-07-31T01:32:58.403Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:58.662Z] #7 ... [2025-07-31T01:32:58.662Z] [2025-07-31T01:32:58.662Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:58.662Z] #8 DONE 0.0s [2025-07-31T01:32:58.662Z] [2025-07-31T01:32:58.662Z] #7 exporting to image [2025-07-31T01:32:58.662Z] #7 pushing layers 0.1s done [2025-07-31T01:32:58.662Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62@sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 [2025-07-31T01:32:58.662Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62@sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 0.1s done [2025-07-31T01:32:58.662Z] #7 DONE 0.2s [2025-07-31T01:32:58.662Z] [2025-07-31T01:32:58.662Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:58.662Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:58.964Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-07-31T01:32:58.964Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-07-31T01:32:58.964Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:58.964Z] #1 transferring dockerfile: 172B done [2025-07-31T01:32:58.964Z] #1 DONE 0.0s [2025-07-31T01:32:58.964Z] [2025-07-31T01:32:58.964Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-31T01:32:58.964Z] #2 DONE 0.0s [2025-07-31T01:32:58.964Z] [2025-07-31T01:32:58.964Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-31T01:32:58.964Z] #3 DONE 0.0s [2025-07-31T01:32:58.964Z] [2025-07-31T01:32:58.964Z] #4 [internal] load .dockerignore [2025-07-31T01:32:58.964Z] #4 transferring context: 2B done [2025-07-31T01:32:58.964Z] #4 DONE 0.0s [2025-07-31T01:32:58.964Z] [2025-07-31T01:32:58.964Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 [2025-07-31T01:32:58.964Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 0.0s done [2025-07-31T01:32:58.964Z] #5 CACHED [2025-07-31T01:32:58.964Z] [2025-07-31T01:32:58.964Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 [2025-07-31T01:32:59.228Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 0.0s done [2025-07-31T01:32:59.228Z] #6 CACHED [2025-07-31T01:32:59.228Z] [2025-07-31T01:32:59.228Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:59.228Z] #7 DONE 0.0s [2025-07-31T01:32:59.228Z] [2025-07-31T01:32:59.228Z] #8 exporting to image [2025-07-31T01:32:59.228Z] #8 exporting layers done [2025-07-31T01:32:59.228Z] #8 exporting manifest sha256:a2e438270a6f7671a8131821a2b7bde30b922cd4d0d31a333e21664249f8a586 done [2025-07-31T01:32:59.228Z] #8 exporting config sha256:38231c7ea038b47c2ff09b3b93f93112a862ee1401ab81a7d45a8ec206c900d6 done [2025-07-31T01:32:59.228Z] #8 exporting manifest sha256:d69cbfb6f8c496f652eb976172d5bc362dea3b61ceedabf9e8a16e1dddad6ffb done [2025-07-31T01:32:59.228Z] #8 exporting config sha256:a5e05a5d4f79e759598a5cf3e97d703aac1d8cbb26d4daf6e1dcbd9d30aeaa77 done [2025-07-31T01:32:59.228Z] #8 exporting manifest list sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 done [2025-07-31T01:32:59.228Z] #8 pushing layers 0.0s done [2025-07-31T01:32:59.228Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 0.1s done [2025-07-31T01:32:59.228Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:59.228Z] #8 DONE 0.1s [2025-07-31T01:32:59.228Z] [2025-07-31T01:32:59.228Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:59.228Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:32:59.527Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42' [2025-07-31T01:32:59.527Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 --push - [2025-07-31T01:32:59.786Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:32:59.786Z] #1 transferring dockerfile: 178B done [2025-07-31T01:32:59.786Z] #1 DONE 0.0s [2025-07-31T01:32:59.786Z] [2025-07-31T01:32:59.786Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [2025-07-31T01:32:59.786Z] #2 DONE 0.0s [2025-07-31T01:32:59.786Z] [2025-07-31T01:32:59.786Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [2025-07-31T01:32:59.786Z] #3 DONE 0.0s [2025-07-31T01:32:59.786Z] [2025-07-31T01:32:59.786Z] #4 [internal] load .dockerignore [2025-07-31T01:32:59.786Z] #4 transferring context: 2B done [2025-07-31T01:32:59.786Z] #4 DONE 0.0s [2025-07-31T01:32:59.786Z] [2025-07-31T01:32:59.786Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 [2025-07-31T01:32:59.786Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 done [2025-07-31T01:32:59.786Z] #5 CACHED [2025-07-31T01:32:59.786Z] [2025-07-31T01:32:59.786Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 [2025-07-31T01:32:59.786Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 0.0s done [2025-07-31T01:32:59.786Z] #6 CACHED [2025-07-31T01:32:59.786Z] [2025-07-31T01:32:59.786Z] #7 exporting to image [2025-07-31T01:32:59.786Z] #7 exporting layers done [2025-07-31T01:32:59.786Z] #7 exporting manifest sha256:a2e438270a6f7671a8131821a2b7bde30b922cd4d0d31a333e21664249f8a586 done [2025-07-31T01:32:59.786Z] #7 exporting config sha256:38231c7ea038b47c2ff09b3b93f93112a862ee1401ab81a7d45a8ec206c900d6 done [2025-07-31T01:32:59.786Z] #7 exporting manifest sha256:d69cbfb6f8c496f652eb976172d5bc362dea3b61ceedabf9e8a16e1dddad6ffb done [2025-07-31T01:32:59.786Z] #7 exporting config sha256:a5e05a5d4f79e759598a5cf3e97d703aac1d8cbb26d4daf6e1dcbd9d30aeaa77 done [2025-07-31T01:32:59.786Z] #7 exporting manifest list sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 done [2025-07-31T01:32:59.786Z] #7 pushing layers 0.0s done [2025-07-31T01:32:59.786Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 [2025-07-31T01:32:59.786Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:32:59.786Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 0.1s done [2025-07-31T01:32:59.786Z] #7 DONE 0.1s [2025-07-31T01:32:59.786Z] [2025-07-31T01:32:59.786Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:32:59.786Z] #8 DONE 0.0s [2025-07-31T01:32:59.786Z] [2025-07-31T01:32:59.786Z] 1 warning found (use --debug to expand): [2025-07-31T01:32:59.786Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:33:00.070Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - [2025-07-31T01:33:00.070Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' [2025-07-31T01:33:00.328Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:33:00.328Z] #1 transferring dockerfile: 219B done [2025-07-31T01:33:00.328Z] #1 DONE 0.0s [2025-07-31T01:33:00.328Z] [2025-07-31T01:33:00.328Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:33:00.328Z] #2 DONE 0.0s [2025-07-31T01:33:00.328Z] [2025-07-31T01:33:00.328Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:33:00.328Z] #3 DONE 0.0s [2025-07-31T01:33:00.328Z] [2025-07-31T01:33:00.328Z] #4 [internal] load .dockerignore [2025-07-31T01:33:00.328Z] #4 transferring context: 2B done [2025-07-31T01:33:00.328Z] #4 DONE 0.0s [2025-07-31T01:33:00.328Z] [2025-07-31T01:33:00.328Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 [2025-07-31T01:33:00.328Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 done [2025-07-31T01:33:00.328Z] #5 CACHED [2025-07-31T01:33:00.328Z] [2025-07-31T01:33:00.328Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 [2025-07-31T01:33:00.328Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 0.0s done [2025-07-31T01:33:00.328Z] #6 CACHED [2025-07-31T01:33:00.328Z] [2025-07-31T01:33:00.328Z] #7 exporting to image [2025-07-31T01:33:00.328Z] #7 exporting layers done [2025-07-31T01:33:00.328Z] #7 exporting manifest sha256:a2e438270a6f7671a8131821a2b7bde30b922cd4d0d31a333e21664249f8a586 done [2025-07-31T01:33:00.328Z] #7 exporting config sha256:38231c7ea038b47c2ff09b3b93f93112a862ee1401ab81a7d45a8ec206c900d6 done [2025-07-31T01:33:00.328Z] #7 exporting manifest sha256:d69cbfb6f8c496f652eb976172d5bc362dea3b61ceedabf9e8a16e1dddad6ffb done [2025-07-31T01:33:00.328Z] #7 exporting config sha256:a5e05a5d4f79e759598a5cf3e97d703aac1d8cbb26d4daf6e1dcbd9d30aeaa77 done [2025-07-31T01:33:00.328Z] #7 exporting manifest list sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 done [2025-07-31T01:33:00.328Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:33:00.328Z] #7 pushing layers 0.0s done [2025-07-31T01:33:00.328Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 0.1s done [2025-07-31T01:33:00.328Z] #7 DONE 0.1s [2025-07-31T01:33:00.328Z] [2025-07-31T01:33:00.328Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:33:00.328Z] #8 DONE 0.0s [2025-07-31T01:33:00.328Z] [2025-07-31T01:33:00.328Z] 1 warning found (use --debug to expand): [2025-07-31T01:33:00.328Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:33:00.609Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-07-31T01:33:00.609Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-07-31T01:33:00.609Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:33:00.609Z] #1 transferring dockerfile: 170B done [2025-07-31T01:33:00.609Z] #1 DONE 0.0s [2025-07-31T01:33:00.609Z] [2025-07-31T01:33:00.609Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-07-31T01:33:00.609Z] #2 DONE 0.0s [2025-07-31T01:33:00.609Z] [2025-07-31T01:33:00.609Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-07-31T01:33:00.609Z] #3 DONE 0.0s [2025-07-31T01:33:00.609Z] [2025-07-31T01:33:00.609Z] #4 [internal] load .dockerignore [2025-07-31T01:33:00.609Z] #4 transferring context: 2B done [2025-07-31T01:33:00.609Z] #4 DONE 0.0s [2025-07-31T01:33:00.609Z] [2025-07-31T01:33:00.609Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 [2025-07-31T01:33:00.609Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 0.0s done [2025-07-31T01:33:00.609Z] #5 CACHED [2025-07-31T01:33:00.609Z] [2025-07-31T01:33:00.609Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 [2025-07-31T01:33:00.609Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 0.0s done [2025-07-31T01:33:00.609Z] #6 CACHED [2025-07-31T01:33:00.609Z] [2025-07-31T01:33:00.609Z] #7 exporting to image [2025-07-31T01:33:00.609Z] #7 exporting layers done [2025-07-31T01:33:00.609Z] #7 exporting manifest sha256:a2e438270a6f7671a8131821a2b7bde30b922cd4d0d31a333e21664249f8a586 done [2025-07-31T01:33:00.609Z] #7 exporting config sha256:38231c7ea038b47c2ff09b3b93f93112a862ee1401ab81a7d45a8ec206c900d6 done [2025-07-31T01:33:00.609Z] #7 exporting manifest sha256:d69cbfb6f8c496f652eb976172d5bc362dea3b61ceedabf9e8a16e1dddad6ffb done [2025-07-31T01:33:00.609Z] #7 exporting config sha256:a5e05a5d4f79e759598a5cf3e97d703aac1d8cbb26d4daf6e1dcbd9d30aeaa77 [2025-07-31T01:33:00.609Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:33:00.868Z] #7 exporting config sha256:a5e05a5d4f79e759598a5cf3e97d703aac1d8cbb26d4daf6e1dcbd9d30aeaa77 done [2025-07-31T01:33:00.868Z] #7 exporting manifest list sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 done [2025-07-31T01:33:00.868Z] #7 pushing layers 0.0s done [2025-07-31T01:33:00.868Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 0.1s done [2025-07-31T01:33:00.868Z] #7 DONE 0.1s [2025-07-31T01:33:00.868Z] [2025-07-31T01:33:00.868Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:33:00.868Z] #8 DONE 0.0s [2025-07-31T01:33:00.868Z] [2025-07-31T01:33:00.868Z] 1 warning found (use --debug to expand): [2025-07-31T01:33:00.868Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:33:01.156Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62' [2025-07-31T01:33:01.156Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62 --push - [2025-07-31T01:33:01.156Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:33:01.156Z] #1 transferring dockerfile: 202B done [2025-07-31T01:33:01.156Z] #1 DONE 0.0s [2025-07-31T01:33:01.156Z] [2025-07-31T01:33:01.156Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:33:01.156Z] #2 DONE 0.0s [2025-07-31T01:33:01.156Z] [2025-07-31T01:33:01.156Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62 [2025-07-31T01:33:01.156Z] #3 DONE 0.0s [2025-07-31T01:33:01.156Z] [2025-07-31T01:33:01.156Z] #4 [internal] load .dockerignore [2025-07-31T01:33:01.156Z] #4 transferring context: 2B done [2025-07-31T01:33:01.156Z] #4 DONE 0.0s [2025-07-31T01:33:01.156Z] [2025-07-31T01:33:01.156Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb [2025-07-31T01:33:01.156Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb [2025-07-31T01:33:01.414Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 0.0s done [2025-07-31T01:33:01.414Z] #5 DONE 0.1s [2025-07-31T01:33:01.414Z] [2025-07-31T01:33:01.414Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb [2025-07-31T01:33:01.414Z] #6 DONE 0.0s [2025-07-31T01:33:01.414Z] [2025-07-31T01:33:01.414Z] #7 exporting to image [2025-07-31T01:33:01.414Z] #7 exporting layers done [2025-07-31T01:33:01.414Z] #7 exporting manifest sha256:a0aa66df8640326163704b95e2392f90fdcfe54db970a323486fa32d2c27ae3d done [2025-07-31T01:33:01.414Z] #7 exporting config sha256:2e412800d84327f3ca12e55ceae2201cc08581a052ceb3c03762ba29bb5f5019 done [2025-07-31T01:33:01.414Z] #7 exporting manifest sha256:79a87e642e09e943a290f605c9bd088eebf21904d8f14b71fc4c0f5eae985220 done [2025-07-31T01:33:01.414Z] #7 exporting config sha256:bc55a69b620f9447c51e05eef2edadd92bbf4a522ad17a6e5cde61e8543f60f1 done [2025-07-31T01:33:01.414Z] #7 exporting manifest list sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 [2025-07-31T01:33:01.414Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:33:01.414Z] #7 ... [2025-07-31T01:33:01.414Z] [2025-07-31T01:33:01.414Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:33:01.414Z] #8 DONE 0.0s [2025-07-31T01:33:01.414Z] [2025-07-31T01:33:01.414Z] #7 exporting to image [2025-07-31T01:33:01.414Z] #7 exporting manifest list sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 done [2025-07-31T01:33:01.414Z] #7 pushing layers 0.1s done [2025-07-31T01:33:01.414Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62@sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 [2025-07-31T01:33:01.673Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62@sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 0.1s done [2025-07-31T01:33:01.673Z] #7 DONE 0.2s [2025-07-31T01:33:01.673Z] [2025-07-31T01:33:01.673Z] 1 warning found (use --debug to expand): [2025-07-31T01:33:01.673Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:33:01.965Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-07-31T01:33:01.965Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-07-31T01:33:01.965Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:33:01.965Z] #1 transferring dockerfile: 168B done [2025-07-31T01:33:01.965Z] #1 DONE 0.0s [2025-07-31T01:33:01.965Z] [2025-07-31T01:33:01.965Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-31T01:33:01.965Z] #2 DONE 0.0s [2025-07-31T01:33:01.965Z] [2025-07-31T01:33:01.965Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-31T01:33:01.965Z] #3 DONE 0.0s [2025-07-31T01:33:01.965Z] [2025-07-31T01:33:01.965Z] #4 [internal] load .dockerignore [2025-07-31T01:33:01.965Z] #4 transferring context: 2B done [2025-07-31T01:33:01.965Z] #4 DONE 0.0s [2025-07-31T01:33:01.965Z] [2025-07-31T01:33:01.965Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb [2025-07-31T01:33:01.965Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 0.0s done [2025-07-31T01:33:01.965Z] #5 CACHED [2025-07-31T01:33:01.965Z] [2025-07-31T01:33:01.965Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb [2025-07-31T01:33:01.965Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 0.0s done [2025-07-31T01:33:01.965Z] #6 DONE 0.0s [2025-07-31T01:33:02.225Z] [2025-07-31T01:33:02.225Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb [2025-07-31T01:33:02.225Z] #6 CACHED [2025-07-31T01:33:02.225Z] [2025-07-31T01:33:02.225Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:33:02.225Z] #7 DONE 0.0s [2025-07-31T01:33:02.225Z] [2025-07-31T01:33:02.225Z] #8 exporting to image [2025-07-31T01:33:02.225Z] #8 exporting layers done [2025-07-31T01:33:02.225Z] #8 exporting manifest sha256:a0aa66df8640326163704b95e2392f90fdcfe54db970a323486fa32d2c27ae3d done [2025-07-31T01:33:02.225Z] #8 exporting config sha256:2e412800d84327f3ca12e55ceae2201cc08581a052ceb3c03762ba29bb5f5019 done [2025-07-31T01:33:02.225Z] #8 exporting manifest sha256:79a87e642e09e943a290f605c9bd088eebf21904d8f14b71fc4c0f5eae985220 done [2025-07-31T01:33:02.225Z] #8 exporting config sha256:bc55a69b620f9447c51e05eef2edadd92bbf4a522ad17a6e5cde61e8543f60f1 done [2025-07-31T01:33:02.225Z] #8 exporting manifest list sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 done [2025-07-31T01:33:02.225Z] #8 pushing layers 0.0s done [2025-07-31T01:33:02.225Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 0.1s done [2025-07-31T01:33:02.225Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:33:02.225Z] #8 DONE 0.1s [2025-07-31T01:33:02.225Z] [2025-07-31T01:33:02.225Z] 1 warning found (use --debug to expand): [2025-07-31T01:33:02.225Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:33:02.512Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42' [2025-07-31T01:33:02.512Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 --push - [2025-07-31T01:33:02.512Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:33:02.512Z] #1 transferring dockerfile: 174B done [2025-07-31T01:33:02.512Z] #1 DONE 0.0s [2025-07-31T01:33:02.512Z] [2025-07-31T01:33:02.512Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [2025-07-31T01:33:02.512Z] #2 DONE 0.0s [2025-07-31T01:33:02.512Z] [2025-07-31T01:33:02.512Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [2025-07-31T01:33:02.512Z] #3 DONE 0.0s [2025-07-31T01:33:02.512Z] [2025-07-31T01:33:02.512Z] #4 [internal] load .dockerignore [2025-07-31T01:33:02.512Z] #4 transferring context: 2B done [2025-07-31T01:33:02.512Z] #4 DONE 0.0s [2025-07-31T01:33:02.512Z] [2025-07-31T01:33:02.512Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb [2025-07-31T01:33:02.512Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 0.0s done [2025-07-31T01:33:02.512Z] #5 DONE 0.0s [2025-07-31T01:33:02.512Z] [2025-07-31T01:33:02.512Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb [2025-07-31T01:33:02.771Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 0.0s done [2025-07-31T01:33:02.771Z] #6 CACHED [2025-07-31T01:33:02.771Z] [2025-07-31T01:33:02.771Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb [2025-07-31T01:33:02.771Z] #5 CACHED [2025-07-31T01:33:02.771Z] [2025-07-31T01:33:02.771Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:33:02.771Z] #7 DONE 0.0s [2025-07-31T01:33:02.771Z] [2025-07-31T01:33:02.771Z] #8 exporting to image [2025-07-31T01:33:02.771Z] #8 exporting layers done [2025-07-31T01:33:02.771Z] #8 exporting manifest sha256:a0aa66df8640326163704b95e2392f90fdcfe54db970a323486fa32d2c27ae3d done [2025-07-31T01:33:02.771Z] #8 exporting config sha256:2e412800d84327f3ca12e55ceae2201cc08581a052ceb3c03762ba29bb5f5019 done [2025-07-31T01:33:02.772Z] #8 exporting manifest sha256:79a87e642e09e943a290f605c9bd088eebf21904d8f14b71fc4c0f5eae985220 done [2025-07-31T01:33:02.772Z] #8 exporting config sha256:bc55a69b620f9447c51e05eef2edadd92bbf4a522ad17a6e5cde61e8543f60f1 done [2025-07-31T01:33:02.772Z] #8 exporting manifest list sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 done [2025-07-31T01:33:02.772Z] #8 pushing layers 0.0s done [2025-07-31T01:33:02.772Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 0.1s done [2025-07-31T01:33:02.772Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:33:02.772Z] #8 DONE 0.1s [2025-07-31T01:33:02.772Z] [2025-07-31T01:33:02.772Z] 1 warning found (use --debug to expand): [2025-07-31T01:33:02.772Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:33:03.056Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' [2025-07-31T01:33:03.056Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - [2025-07-31T01:33:03.056Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:33:03.056Z] #1 transferring dockerfile: 215B done [2025-07-31T01:33:03.056Z] #1 DONE 0.0s [2025-07-31T01:33:03.056Z] [2025-07-31T01:33:03.056Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:33:03.056Z] #2 DONE 0.0s [2025-07-31T01:33:03.056Z] [2025-07-31T01:33:03.056Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [2025-07-31T01:33:03.056Z] #3 DONE 0.0s [2025-07-31T01:33:03.056Z] [2025-07-31T01:33:03.056Z] #4 [internal] load .dockerignore [2025-07-31T01:33:03.056Z] #4 transferring context: 2B done [2025-07-31T01:33:03.056Z] #4 DONE 0.0s [2025-07-31T01:33:03.056Z] [2025-07-31T01:33:03.056Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb [2025-07-31T01:33:03.056Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb done [2025-07-31T01:33:03.056Z] #5 CACHED [2025-07-31T01:33:03.056Z] [2025-07-31T01:33:03.056Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb [2025-07-31T01:33:03.056Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb done [2025-07-31T01:33:03.056Z] #6 CACHED [2025-07-31T01:33:03.056Z] [2025-07-31T01:33:03.056Z] #7 exporting to image [2025-07-31T01:33:03.056Z] #7 exporting layers done [2025-07-31T01:33:03.056Z] #7 exporting manifest sha256:a0aa66df8640326163704b95e2392f90fdcfe54db970a323486fa32d2c27ae3d done [2025-07-31T01:33:03.056Z] #7 exporting config sha256:2e412800d84327f3ca12e55ceae2201cc08581a052ceb3c03762ba29bb5f5019 done [2025-07-31T01:33:03.056Z] #7 exporting manifest sha256:79a87e642e09e943a290f605c9bd088eebf21904d8f14b71fc4c0f5eae985220 done [2025-07-31T01:33:03.056Z] #7 exporting config sha256:bc55a69b620f9447c51e05eef2edadd92bbf4a522ad17a6e5cde61e8543f60f1 done [2025-07-31T01:33:03.056Z] #7 exporting manifest list sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 done [2025-07-31T01:33:03.056Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:33:03.315Z] #7 pushing layers 0.0s done [2025-07-31T01:33:03.315Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 0.1s done [2025-07-31T01:33:03.315Z] #7 DONE 0.1s [2025-07-31T01:33:03.315Z] [2025-07-31T01:33:03.315Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:33:03.315Z] #8 DONE 0.0s [2025-07-31T01:33:03.315Z] [2025-07-31T01:33:03.315Z] 1 warning found (use --debug to expand): [2025-07-31T01:33:03.315Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-31T01:33:03.606Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-07-31T01:33:03.606Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-07-31T01:33:03.606Z] #1 [internal] load build definition from Dockerfile [2025-07-31T01:33:03.606Z] #1 transferring dockerfile: 166B done [2025-07-31T01:33:03.606Z] #1 DONE 0.0s [2025-07-31T01:33:03.606Z] [2025-07-31T01:33:03.606Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-07-31T01:33:03.606Z] #2 DONE 0.0s [2025-07-31T01:33:03.606Z] [2025-07-31T01:33:03.606Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-07-31T01:33:03.606Z] #3 DONE 0.0s [2025-07-31T01:33:03.606Z] [2025-07-31T01:33:03.606Z] #4 [internal] load .dockerignore [2025-07-31T01:33:03.606Z] #4 transferring context: 2B done [2025-07-31T01:33:03.606Z] #4 DONE 0.0s [2025-07-31T01:33:03.606Z] [2025-07-31T01:33:03.606Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb [2025-07-31T01:33:03.606Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 0.0s done [2025-07-31T01:33:03.606Z] #5 CACHED [2025-07-31T01:33:03.606Z] [2025-07-31T01:33:03.606Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb [2025-07-31T01:33:03.606Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 0.0s done [2025-07-31T01:33:03.606Z] #6 CACHED [2025-07-31T01:33:03.606Z] [2025-07-31T01:33:03.606Z] #7 exporting to image [2025-07-31T01:33:03.606Z] #7 exporting layers [2025-07-31T01:33:03.606Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-31T01:33:03.865Z] #7 exporting layers done [2025-07-31T01:33:03.865Z] #7 exporting manifest sha256:a0aa66df8640326163704b95e2392f90fdcfe54db970a323486fa32d2c27ae3d done [2025-07-31T01:33:03.865Z] #7 exporting config sha256:2e412800d84327f3ca12e55ceae2201cc08581a052ceb3c03762ba29bb5f5019 done [2025-07-31T01:33:03.865Z] #7 exporting manifest sha256:79a87e642e09e943a290f605c9bd088eebf21904d8f14b71fc4c0f5eae985220 done [2025-07-31T01:33:03.865Z] #7 exporting config sha256:bc55a69b620f9447c51e05eef2edadd92bbf4a522ad17a6e5cde61e8543f60f1 done [2025-07-31T01:33:03.865Z] #7 exporting manifest list sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 done [2025-07-31T01:33:03.865Z] #7 pushing layers 0.0s done [2025-07-31T01:33:03.865Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 0.1s done [2025-07-31T01:33:03.865Z] #7 DONE 0.1s [2025-07-31T01:33:03.865Z] [2025-07-31T01:33:03.865Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-31T01:33:03.865Z] #8 DONE 0.0s [2025-07-31T01:33:03.865Z] [2025-07-31T01:33:03.865Z] 1 warning found (use --debug to expand): [2025-07-31T01:33:03.865Z]  - 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-31T01:33:04.268Z] + '[' -d /w/workspace/edgex-go/877/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:33:04.555Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:33:05.101Z] ---> package-listing.sh [2025-07-31T01:33:05.101Z] ++ facter osfamily [2025-07-31T01:33:05.101Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-31T01:33:05.360Z] + OS_FAMILY=redhat [2025-07-31T01:33:05.360Z] + workspace=/w/workspace/edgex-go/877 [2025-07-31T01:33:05.360Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-31T01:33:05.360Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-31T01:33:05.360Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-31T01:33:05.360Z] + PACKAGES=/tmp/packages_start.txt [2025-07-31T01:33:05.360Z] + '[' /w/workspace/edgex-go/877 ']' [2025-07-31T01:33:05.360Z] + PACKAGES=/tmp/packages_end.txt [2025-07-31T01:33:05.360Z] + case "${OS_FAMILY}" in [2025-07-31T01:33:05.360Z] + sort [2025-07-31T01:33:05.360Z] + rpm -qa [2025-07-31T01:33:05.929Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-31T01:33:05.929Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-31T01:33:05.929Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-31T01:33:05.929Z] + '[' /w/workspace/edgex-go/877 ']' [2025-07-31T01:33:05.929Z] + mkdir -p /w/workspace/edgex-go/877/archives/ [2025-07-31T01:33:05.929Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/877/archives/ [Pipeline] echo [2025-07-31T01:33:05.940Z] 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/877/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-07-31T01:33:06.221Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:33:06.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-31T01:33:06.792Z] [2025-07-31T01:33:06.792Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:33:07.116Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-31T01:33:07.116Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-31T01:33:07.116Z] 5eb5b503b376: Pulling fs layer [2025-07-31T01:33:07.116Z] 5c69ac0246d0: Pulling fs layer [2025-07-31T01:33:07.116Z] ec43610c2a17: Pulling fs layer [2025-07-31T01:33:07.116Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-31T01:33:07.116Z] 33b1e0a273af: Pulling fs layer [2025-07-31T01:33:07.116Z] 5d3b04190fa2: Pulling fs layer [2025-07-31T01:33:07.116Z] 2f39f015ded8: Pulling fs layer [2025-07-31T01:33:07.116Z] 33b1e0a273af: Waiting [2025-07-31T01:33:07.116Z] 5d3b04190fa2: Waiting [2025-07-31T01:33:07.116Z] 2f39f015ded8: Waiting [2025-07-31T01:33:07.116Z] 3a2ae6a8a46f: Waiting [2025-07-31T01:33:07.116Z] 5c69ac0246d0: Verifying Checksum [2025-07-31T01:33:07.116Z] 5c69ac0246d0: Download complete [2025-07-31T01:33:07.116Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-31T01:33:07.116Z] 3a2ae6a8a46f: Download complete [2025-07-31T01:33:07.116Z] 33b1e0a273af: Verifying Checksum [2025-07-31T01:33:07.116Z] 33b1e0a273af: Download complete [2025-07-31T01:33:07.116Z] 5d3b04190fa2: Verifying Checksum [2025-07-31T01:33:07.116Z] 5d3b04190fa2: Download complete [2025-07-31T01:33:07.116Z] ec43610c2a17: Verifying Checksum [2025-07-31T01:33:07.116Z] ec43610c2a17: Download complete [2025-07-31T01:33:07.374Z] 5eb5b503b376: Verifying Checksum [2025-07-31T01:33:07.374Z] 5eb5b503b376: Download complete [2025-07-31T01:33:07.946Z] 2f39f015ded8: Verifying Checksum [2025-07-31T01:33:07.946Z] 2f39f015ded8: Download complete [2025-07-31T01:33:08.885Z] 5eb5b503b376: Pull complete [2025-07-31T01:33:08.885Z] 5c69ac0246d0: Pull complete [2025-07-31T01:33:09.149Z] ec43610c2a17: Pull complete [2025-07-31T01:33:09.149Z] 3a2ae6a8a46f: Pull complete [2025-07-31T01:33:09.413Z] 33b1e0a273af: Pull complete [2025-07-31T01:33:09.413Z] 5d3b04190fa2: Pull complete [2025-07-31T01:33:13.634Z] 2f39f015ded8: Pull complete [2025-07-31T01:33:13.634Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-31T01:33:13.634Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-31T01:33:13.634Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-31T01:33:13.772Z] prd-centos7-docker-4c-2g-6003 does not seem to be running inside a container [2025-07-31T01:33:13.796Z] $ 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/877/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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-07-31T01:33:17.909Z] $ docker top a8702090a2f8ee56b2b24b7b0fd79b10f11d40bc24054f7642c8a7ed0b3e6837 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-31T01:33:18.260Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-31T01:33:18.546Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-31T01:33:18.836Z] + ls /var/log/sa-host [2025-07-31T01:33:18.836Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-31T01:33:18.987Z] provisioning config files... [2025-07-31T01:33:18.997Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config17743505223837748318tmp [Pipeline] { [Pipeline] echo [2025-07-31T01:33:19.025Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:33:19.365Z] ---> create-netrc.sh [Pipeline] } [2025-07-31T01:33:19.383Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:33:19.735Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-31T01:33:19.746Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:33:20.033Z] ---> sudo-logs.sh [2025-07-31T01:33:20.033Z] Archiving 'sudo' log.. [2025-07-31T01:33:20.033Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-31T01:33:20.066Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-07-31T01:33:20.069Z] $ docker stop --time=1 a8702090a2f8ee56b2b24b7b0fd79b10f11d40bc24054f7642c8a7ed0b3e6837 [2025-07-31T01:33:21.206Z] $ docker rm -f --volumes a8702090a2f8ee56b2b24b7b0fd79b10f11d40bc24054f7642c8a7ed0b3e6837 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-07-31T01:33:21.314Z] [WS-CLEANUP] Deleting project workspace... [2025-07-31T01:33:21.314Z] [WS-CLEANUP] Deferred wipeout is used... [2025-07-31T01:33:21.332Z] [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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [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-31T01:33:22.237Z] + [ -d /w/workspace/edgex-go/877/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:33:22.529Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:33:23.388Z] ---> package-listing.sh [2025-07-31T01:33:23.388Z] ++ facter osfamily [2025-07-31T01:33:23.388Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-31T01:33:23.648Z] + OS_FAMILY=debian [2025-07-31T01:33:23.648Z] + workspace=/w/workspace/edgex-go/877 [2025-07-31T01:33:23.648Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-31T01:33:23.648Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-31T01:33:23.648Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-31T01:33:23.648Z] + PACKAGES=/tmp/packages_start.txt [2025-07-31T01:33:23.648Z] + '[' /w/workspace/edgex-go/877 ']' [2025-07-31T01:33:23.648Z] + PACKAGES=/tmp/packages_end.txt [2025-07-31T01:33:23.648Z] + case "${OS_FAMILY}" in [2025-07-31T01:33:23.648Z] + dpkg -l [2025-07-31T01:33:23.648Z] + grep '^ii' [2025-07-31T01:33:23.648Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-31T01:33:23.648Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-31T01:33:23.648Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-31T01:33:23.648Z] + '[' /w/workspace/edgex-go/877 ']' [2025-07-31T01:33:23.648Z] + mkdir -p /w/workspace/edgex-go/877/archives/ [2025-07-31T01:33:23.648Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/877/archives/ [Pipeline] echo [2025-07-31T01:33:23.661Z] 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/877/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-07-31T01:33:23.939Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:33:24.498Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-31T01:33:24.498Z] [2025-07-31T01:33:24.498Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-31T01:33:24.802Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-31T01:33:24.802Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-31T01:33:24.802Z] 5eb5b503b376: Pulling fs layer [2025-07-31T01:33:24.802Z] 5c69ac0246d0: Pulling fs layer [2025-07-31T01:33:24.802Z] ec43610c2a17: Pulling fs layer [2025-07-31T01:33:24.802Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-31T01:33:24.802Z] 33b1e0a273af: Pulling fs layer [2025-07-31T01:33:24.802Z] 5d3b04190fa2: Pulling fs layer [2025-07-31T01:33:24.802Z] 2f39f015ded8: Pulling fs layer [2025-07-31T01:33:24.802Z] 3a2ae6a8a46f: Waiting [2025-07-31T01:33:24.802Z] 5d3b04190fa2: Waiting [2025-07-31T01:33:24.802Z] 33b1e0a273af: Waiting [2025-07-31T01:33:24.802Z] 2f39f015ded8: Waiting [2025-07-31T01:33:24.802Z] 5c69ac0246d0: Download complete [2025-07-31T01:33:24.802Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-31T01:33:24.802Z] 3a2ae6a8a46f: Download complete [2025-07-31T01:33:24.802Z] 33b1e0a273af: Verifying Checksum [2025-07-31T01:33:24.802Z] 33b1e0a273af: Download complete [2025-07-31T01:33:24.802Z] ec43610c2a17: Verifying Checksum [2025-07-31T01:33:24.802Z] ec43610c2a17: Download complete [2025-07-31T01:33:24.802Z] 5d3b04190fa2: Verifying Checksum [2025-07-31T01:33:24.802Z] 5d3b04190fa2: Download complete [2025-07-31T01:33:25.063Z] 5eb5b503b376: Verifying Checksum [2025-07-31T01:33:25.063Z] 5eb5b503b376: Download complete [2025-07-31T01:33:25.680Z] 2f39f015ded8: Verifying Checksum [2025-07-31T01:33:25.680Z] 2f39f015ded8: Download complete [2025-07-31T01:33:26.621Z] 5eb5b503b376: Pull complete [2025-07-31T01:33:26.879Z] 5c69ac0246d0: Pull complete [2025-07-31T01:33:27.446Z] ec43610c2a17: Pull complete [2025-07-31T01:33:27.446Z] 3a2ae6a8a46f: Pull complete [2025-07-31T01:33:27.706Z] 33b1e0a273af: Pull complete [2025-07-31T01:33:27.706Z] 5d3b04190fa2: Pull complete [2025-07-31T01:33:34.265Z] 2f39f015ded8: Pull complete [2025-07-31T01:33:34.265Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-31T01:33:34.265Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-31T01:33:34.265Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-31T01:33:34.369Z] prd-ubuntu20.04-docker-8c-8g-5997 does not seem to be running inside a container [2025-07-31T01:33:34.403Z] $ 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/877/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/877 -v /w/workspace/edgex-go/877:/w/workspace/edgex-go/877:rw,z -v /w/workspace/edgex-go/877@tmp:/w/workspace/edgex-go/877@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-31T01:33:35.977Z] $ docker top 89f3e6efe29f78f2df46311c64a5b2249fa61811628f7a17d8e303a54dba8d6c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-31T01:33:36.311Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-31T01:33:36.592Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-31T01:33:36.874Z] + ls /var/log/sa-host [2025-07-31T01:33:36.875Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-31T01:33:36.906Z] provisioning config files... [2025-07-31T01:33:36.914Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/877@tmp/config2211910415367587700tmp [Pipeline] { [Pipeline] echo [2025-07-31T01:33:36.936Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:33:37.224Z] ---> create-netrc.sh [Pipeline] } [2025-07-31T01:33:37.230Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:33:37.535Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-31T01:33:37.545Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:33:37.829Z] ---> sudo-logs.sh [2025-07-31T01:33:37.829Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-07-31T01:33:37.878Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:33:38.162Z] ---> job-cost.sh [2025-07-31T01:33:38.162Z] lf-activate-venv: SKIPPING [2025-07-31T01:33:38.162Z] DEBUG: total: 0.10999999940395355 [2025-07-31T01:33:38.162Z] INFO: Retrieving Stack Cost... [2025-07-31T01:33:38.420Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-31T01:33:38.679Z] INFO: Archiving Costs [Pipeline] echo [2025-07-31T01:33:38.694Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-31T01:33:38.976Z] ---> logs-deploy.sh [2025-07-31T01:33:38.976Z] lf-activate-venv: SKIPPING [2025-07-31T01:33:38.976Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/877 [2025-07-31T01:33:38.976Z] INFO: archiving workspace using pattern(s): [2025-07-31T01:33:39.914Z] Archives upload complete. [2025-07-31T01:33:39.914Z] INFO: archiving logs to Nexus