Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from edd24ad75155bd1cc625599aa20a87c8d300eed2 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-ssh14994833958926288884.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-ssh10622487486828356559.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-ssh15319345194488478792.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-ssh8046532603678128737.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-ssh9970831618175889843.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-3772 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/859 [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/859 # 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 edd24ad75155bd1cc625599aa20a87c8d300eed2 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5187)" > 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 edd24ad75155bd1cc625599aa20a87c8d300eed2 # timeout=10 > git rev-list --no-walk 92d5141f885416a010e7c9a103f0840019be69f6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-23T07:33:52.259Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-23T07:33:52.332Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-23T07:33:52.357Z] ========================================================= [2025-06-23T07:33:52.357Z] EdgeX Global Pipelines Version Info [2025-06-23T07:33:52.357Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-23T07:33:53.458Z] ------------------- [2025-06-23T07:33:53.458Z] stable info: [2025-06-23T07:33:53.458Z] ------------------- [2025-06-23T07:33:53.458Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-23T07:33:53.458Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-23T07:33:53.458Z] Message: update stable to v1.0.274 [2025-06-23T07:33:53.719Z] ------------------- [2025-06-23T07:33:53.719Z] experimental info: [2025-06-23T07:33:53.719Z] ------------------- [2025-06-23T07:33:53.719Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-23T07:33:53.719Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-23T07:33:53.719Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-23T07:33:53.808Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-06-23T07:33:53.832Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-06-23T07:33:53.854Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-23T07:33:53.875Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-23T07:33:53.895Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-23T07:33:53.914Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-23T07:33:53.939Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-23T07:33:53.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-06-23T07:33:53.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-06-23T07:33:54.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-06-23T07:33:54.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-23T07:33:54.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-23T07:33:54.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-23T07:33:54.088Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-23T07:33:54.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-23T07:33:54.128Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-23T07:33:54.146Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-23T07:33:54.164Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-23T07:33:54.183Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-06-23T07:33:54.201Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-06-23T07:33:54.221Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-23T07:33:54.243Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-23T07:33:54.264Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-23T07:33:54.286Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-23T07:33:54.306Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-23T07:33:54.330Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-23T07:33:54.355Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo [2025-06-23T07:33:54.381Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = edd24ad [Pipeline] echo [2025-06-23T07:33:54.407Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T07:33:54.477Z] provisioning config files... [2025-06-23T07:33:54.492Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/859@tmp/config11915262684678555187tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T07:33:54.828Z] ---> ****-login.sh [2025-06-23T07:33:54.829Z] nexus3.edgexfoundry.org:10001 [2025-06-23T07:33:55.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:33:55.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:33:55.090Z] Configure a credential helper to remove this warning. See [2025-06-23T07:33:55.090Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:33:55.090Z] [2025-06-23T07:33:55.090Z] Login Succeeded [2025-06-23T07:33:55.090Z] nexus3.edgexfoundry.org:10002 [2025-06-23T07:33:55.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:33:55.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:33:55.350Z] Configure a credential helper to remove this warning. See [2025-06-23T07:33:55.350Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:33:55.350Z] [2025-06-23T07:33:55.350Z] Login Succeeded [2025-06-23T07:33:55.350Z] nexus3.edgexfoundry.org:10003 [2025-06-23T07:33:55.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:33:55.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:33:55.350Z] Configure a credential helper to remove this warning. See [2025-06-23T07:33:55.351Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:33:55.351Z] [2025-06-23T07:33:55.351Z] Login Succeeded [2025-06-23T07:33:55.351Z] nexus3.edgexfoundry.org:10004 [2025-06-23T07:33:55.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:33:55.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:33:55.610Z] Configure a credential helper to remove this warning. See [2025-06-23T07:33:55.610Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:33:55.610Z] [2025-06-23T07:33:55.610Z] Login Succeeded [2025-06-23T07:33:55.610Z] ****.io [2025-06-23T07:33:55.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:33:55.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:33:55.869Z] Configure a credential helper to remove this warning. See [2025-06-23T07:33:55.869Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:33:55.869Z] [2025-06-23T07:33:55.869Z] Login Succeeded [2025-06-23T07:33:55.869Z] ---> ****-login.sh ends [Pipeline] } [2025-06-23T07:33:55.876Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-23T07:33:56.198Z] + 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-06-23T07:33:56.198Z] + + cutdirname -d/ cmd/core-command/Dockerfile -f2 [2025-06-23T07:33:56.198Z] [2025-06-23T07:33:56.198Z] + echo core-command,cmd/core-command/Dockerfile [2025-06-23T07:33:56.198Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-06-23T07:33:56.198Z] + cut -d/ -f2 [2025-06-23T07:33:56.198Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-06-23T07:33:56.198Z] + dirname cmd/core-data/Dockerfile [2025-06-23T07:33:56.198Z] + cut -d/ -f2 [2025-06-23T07:33:56.198Z] + echo core-data,cmd/core-data/Dockerfile [2025-06-23T07:33:56.198Z] + dirname cmd/core-keeper/Dockerfile [2025-06-23T07:33:56.198Z] + cut -d/ -f2 [2025-06-23T07:33:56.198Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-06-23T07:33:56.198Z] + dirname cmd/core-metadata/Dockerfile [2025-06-23T07:33:56.198Z] + cut -d/ -f2 [2025-06-23T07:33:56.198Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-06-23T07:33:56.198Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-06-23T07:33:56.198Z] + cut -d/ -f2 [2025-06-23T07:33:56.198Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-06-23T07:33:56.198Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-06-23T07:33:56.198Z] + cut -d/ -f2 [2025-06-23T07:33:56.198Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-06-23T07:33:56.198Z] + + dirnamecut cmd/security-proxy-setup/Dockerfile -d/ [2025-06-23T07:33:56.198Z] -f2 [2025-06-23T07:33:56.198Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-06-23T07:33:56.198Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-06-23T07:33:56.198Z] + cut -d/ -f2 [2025-06-23T07:33:56.198Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-06-23T07:33:56.198Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-06-23T07:33:56.198Z] + cut -d/ -f2 [2025-06-23T07:33:56.198Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-06-23T07:33:56.198Z] + dirname cmd/security-spire-agent/Dockerfile [2025-06-23T07:33:56.198Z] + cut -d/ -f2 [2025-06-23T07:33:56.198Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-06-23T07:33:56.198Z] + dirname cmd/security-spire-config/Dockerfile [2025-06-23T07:33:56.198Z] + cut -d/ -f2 [2025-06-23T07:33:56.198Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-06-23T07:33:56.198Z] + dirname cmd/security-spire-server/Dockerfile [2025-06-23T07:33:56.198Z] + cut -d/ -f2 [2025-06-23T07:33:56.198Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-06-23T07:33:56.198Z] + dirname cmd/support-notifications/Dockerfile [2025-06-23T07:33:56.198Z] + cut -d/ -f2 [2025-06-23T07:33:56.198Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-06-23T07:33:56.198Z] + dirname cmd/support-scheduler/Dockerfile [2025-06-23T07:33:56.198Z] + cut -d/ -f2 [2025-06-23T07:33:56.198Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-06-23T07:33:56.230Z] 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-06-23T07:33:56.604Z] + git rev-list -1 --merges edd24ad75155bd1cc625599aa20a87c8d300eed2~1..edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo [2025-06-23T07:33:56.618Z] -----------> git rev-list -1 --merges edd24ad75155bd1cc625599aa20a87c8d300eed2~1..edd24ad75155bd1cc625599aa20a87c8d300eed2 edd24ad75155bd1cc625599aa20a87c8d300eed2 [false] [Pipeline] sh [2025-06-23T07:33:56.914Z] + git log --format=format:%s -1 edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo [2025-06-23T07:33:56.929Z] ========================================================= [2025-06-23T07:33:56.929Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-23T07:33:56.929Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-06-23T07:33:57.374Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-23T07:33:57.374Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-23T07:33:57.374Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-23T07:33:57.374Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-23T07:33:57.374Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-23T07:33:57.374Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-23T07:33:57.374Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:33:57.802Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-23T07:33:57.802Z] [2025-06-23T07:33:57.802Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:33:58.106Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-23T07:33:58.106Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-23T07:33:58.106Z] 3dae71ba6b94: Pulling fs layer [2025-06-23T07:33:58.106Z] 6bf1a483ea7c: Pulling fs layer [2025-06-23T07:33:58.106Z] f5dfc541a4d3: Pulling fs layer [2025-06-23T07:33:58.106Z] 461d9e800cba: Pulling fs layer [2025-06-23T07:33:58.106Z] 80192f66455f: Pulling fs layer [2025-06-23T07:33:58.106Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-23T07:33:58.106Z] a29436f7fd5d: Pulling fs layer [2025-06-23T07:33:58.106Z] 923cac83aea3: Pulling fs layer [2025-06-23T07:33:58.106Z] 25ad8b0a4227: Pulling fs layer [2025-06-23T07:33:58.106Z] db01528c6b51: Pulling fs layer [2025-06-23T07:33:58.106Z] 28988de357af: Pulling fs layer [2025-06-23T07:33:58.106Z] 461d9e800cba: Waiting [2025-06-23T07:33:58.106Z] 80192f66455f: Waiting [2025-06-23T07:33:58.106Z] 2e8e34ca0e6c: Waiting [2025-06-23T07:33:58.106Z] a29436f7fd5d: Waiting [2025-06-23T07:33:58.106Z] db01528c6b51: Waiting [2025-06-23T07:33:58.106Z] 28988de357af: Waiting [2025-06-23T07:33:58.106Z] 923cac83aea3: Waiting [2025-06-23T07:33:58.106Z] 25ad8b0a4227: Waiting [2025-06-23T07:33:58.106Z] 6bf1a483ea7c: Verifying Checksum [2025-06-23T07:33:58.106Z] 6bf1a483ea7c: Download complete [2025-06-23T07:33:58.106Z] 461d9e800cba: Verifying Checksum [2025-06-23T07:33:58.106Z] 461d9e800cba: Download complete [2025-06-23T07:33:58.106Z] 80192f66455f: Verifying Checksum [2025-06-23T07:33:58.106Z] 80192f66455f: Download complete [2025-06-23T07:33:58.365Z] f5dfc541a4d3: Verifying Checksum [2025-06-23T07:33:58.365Z] f5dfc541a4d3: Download complete [2025-06-23T07:33:58.365Z] 3dae71ba6b94: Verifying Checksum [2025-06-23T07:33:58.365Z] 3dae71ba6b94: Download complete [2025-06-23T07:33:58.365Z] 923cac83aea3: Verifying Checksum [2025-06-23T07:33:58.365Z] 923cac83aea3: Download complete [2025-06-23T07:33:58.365Z] 25ad8b0a4227: Verifying Checksum [2025-06-23T07:33:58.623Z] db01528c6b51: Verifying Checksum [2025-06-23T07:33:58.623Z] db01528c6b51: Download complete [2025-06-23T07:33:58.623Z] 28988de357af: Download complete [2025-06-23T07:33:58.623Z] a29436f7fd5d: Verifying Checksum [2025-06-23T07:33:58.623Z] a29436f7fd5d: Download complete [2025-06-23T07:33:59.196Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-23T07:33:59.196Z] 2e8e34ca0e6c: Download complete [2025-06-23T07:33:59.196Z] 3dae71ba6b94: Pull complete [2025-06-23T07:33:59.453Z] 6bf1a483ea7c: Pull complete [2025-06-23T07:34:00.020Z] f5dfc541a4d3: Pull complete [2025-06-23T07:34:00.020Z] 461d9e800cba: Pull complete [2025-06-23T07:34:00.020Z] 80192f66455f: Pull complete [2025-06-23T07:34:03.307Z] 2e8e34ca0e6c: Pull complete [2025-06-23T07:34:03.565Z] a29436f7fd5d: Pull complete [2025-06-23T07:34:03.565Z] 923cac83aea3: Pull complete [2025-06-23T07:34:03.824Z] 25ad8b0a4227: Pull complete [2025-06-23T07:34:03.824Z] db01528c6b51: Pull complete [2025-06-23T07:34:03.824Z] 28988de357af: Pull complete [2025-06-23T07:34:03.824Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-23T07:34:03.824Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-23T07:34:03.824Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T07:34:03.960Z] prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container [2025-06-23T07:34:03.986Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@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-06-23T07:34:06.139Z] $ docker top 578f2c48694e9df15744f848fc569bff018a8978c4f8c16cf3a36a11efe890d1 -eo pid,comm [2025-06-23T07:34:06.187Z] 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-06-23T07:34:06.187Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-23T07:34:06.245Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-23T07:34:06.245Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-23T07:34:06.344Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-23T07:34:06.347Z] $ docker exec 578f2c48694e9df15744f848fc569bff018a8978c4f8c16cf3a36a11efe890d1 ssh-agent [2025-06-23T07:34:06.444Z] SSH_AUTH_SOCK=/tmp/ssh-t0PDqO5TLPav/agent.33 [2025-06-23T07:34:06.444Z] SSH_AGENT_PID=39 [2025-06-23T07:34:06.450Z] Running ssh-add (command line suppressed) [2025-06-23T07:34:06.546Z] Identity added: /w/workspace/edgex-go/859@tmp/private_key_16809747029903712457.key (/w/workspace/edgex-go/859@tmp/private_key_16809747029903712457.key) [2025-06-23T07:34:06.561Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-23T07:34:06.854Z] + git tag --points-at HEAD [Pipeline] } [2025-06-23T07:34:06.868Z] $ docker exec --env ******** --env ******** 578f2c48694e9df15744f848fc569bff018a8978c4f8c16cf3a36a11efe890d1 ssh-agent -k [2025-06-23T07:34:06.957Z] unset SSH_AUTH_SOCK; [2025-06-23T07:34:06.958Z] unset SSH_AGENT_PID; [2025-06-23T07:34:06.958Z] echo Agent pid 39 killed; [2025-06-23T07:34:06.967Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-23T07:34:07.003Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-23T07:34:07.003Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-23T07:34:07.114Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-23T07:34:07.117Z] $ docker exec 578f2c48694e9df15744f848fc569bff018a8978c4f8c16cf3a36a11efe890d1 ssh-agent [2025-06-23T07:34:07.221Z] SSH_AUTH_SOCK=/tmp/ssh-P8FbiRCim3ut/agent.73 [2025-06-23T07:34:07.221Z] SSH_AGENT_PID=79 [2025-06-23T07:34:07.226Z] Running ssh-add (command line suppressed) [2025-06-23T07:34:07.311Z] Identity added: /w/workspace/edgex-go/859@tmp/private_key_1903744813919410012.key (/w/workspace/edgex-go/859@tmp/private_key_1903744813919410012.key) [2025-06-23T07:34:07.330Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-23T07:34:07.626Z] + git semver init [2025-06-23T07:34:07.885Z] 2025-06-23 07:34:07,836 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-23T07:34:07.885Z] 2025-06-23 07:34:07,842 [run_init] DEBUG init version:0.0.0 force:False [2025-06-23T07:34:07.885Z] 2025-06-23 07:34:07,843 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/859/.semver [2025-06-23T07:34:07.885Z] 2025-06-23 07:34:07,843 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/859/.semver [2025-06-23T07:34:07.885Z] 2025-06-23 07:34:07,843 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/859/.semver'], cwd=/w/workspace/edgex-go/859, stdin=None, shell=False, universal_newlines=False) [2025-06-23T07:34:13.160Z] 2025-06-23 07:34:12,308 [append_file] DEBUG append to file:/w/workspace/edgex-go/859/.git/info/exclude [2025-06-23T07:34:13.160Z] 2025-06-23 07:34:12,308 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/859/.semver/main with force:False [2025-06-23T07:34:13.160Z] 2025-06-23 07:34:12,308 [read_version] DEBUG read version from /w/workspace/edgex-go/859/.semver/main [2025-06-23T07:34:13.160Z] 2025-06-23 07:34:12,308 [read_version] DEBUG read version from /w/workspace/edgex-go/859/.semver/main [2025-06-23T07:34:13.160Z] 4.1.0-dev.27 [Pipeline] } [2025-06-23T07:34:13.172Z] $ docker exec --env ******** --env ******** 578f2c48694e9df15744f848fc569bff018a8978c4f8c16cf3a36a11efe890d1 ssh-agent -k [2025-06-23T07:34:13.273Z] unset SSH_AUTH_SOCK; [2025-06-23T07:34:13.274Z] unset SSH_AGENT_PID; [2025-06-23T07:34:13.274Z] echo Agent pid 79 killed; [2025-06-23T07:34:13.281Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-23T07:34:13.610Z] + git semver [Pipeline] } [2025-06-23T07:34:13.884Z] $ docker stop --time=1 578f2c48694e9df15744f848fc569bff018a8978c4f8c16cf3a36a11efe890d1 [2025-06-23T07:34:15.191Z] $ docker rm -f --volumes 578f2c48694e9df15744f848fc569bff018a8978c4f8c16cf3a36a11efe890d1 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-23T07:34:15.606Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-23T07:34:15.841Z] Stashed 1 file(s) [Pipeline] echo [2025-06-23T07:34:15.847Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.27 [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-06-23T07:34:16.306Z] + git config --global --add safe.directory /w/workspace/edgex-go/859 [Pipeline] echo [2025-06-23T07:34:16.322Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-23T07:34:16.353Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-23T07:34:16.378Z] ========================================================= [2025-06-23T07:34:16.378Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-23T07:34:16.378Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-23T07:34:16.676Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-23T07:34:16.676Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-23T07:34:16.676Z] 0a9a5dfd008f: Pulling fs layer [2025-06-23T07:34:16.676Z] 36466aa92d05: Pulling fs layer [2025-06-23T07:34:16.676Z] e10405b45d13: Pulling fs layer [2025-06-23T07:34:16.676Z] 096b7ceb2af7: Pulling fs layer [2025-06-23T07:34:16.676Z] 4f4fb700ef54: Pulling fs layer [2025-06-23T07:34:16.676Z] 8213a616a21b: Pulling fs layer [2025-06-23T07:34:16.676Z] 985586143405: Pulling fs layer [2025-06-23T07:34:16.676Z] 0eae2285b678: Pulling fs layer [2025-06-23T07:34:16.676Z] d3ac315be8c5: Pulling fs layer [2025-06-23T07:34:16.676Z] 985586143405: Waiting [2025-06-23T07:34:16.676Z] 096b7ceb2af7: Waiting [2025-06-23T07:34:16.676Z] 0eae2285b678: Waiting [2025-06-23T07:34:16.676Z] 4f4fb700ef54: Waiting [2025-06-23T07:34:16.676Z] d3ac315be8c5: Waiting [2025-06-23T07:34:16.676Z] 8213a616a21b: Waiting [2025-06-23T07:34:16.676Z] 36466aa92d05: Verifying Checksum [2025-06-23T07:34:16.676Z] 36466aa92d05: Download complete [2025-06-23T07:34:16.676Z] 096b7ceb2af7: Verifying Checksum [2025-06-23T07:34:16.676Z] 096b7ceb2af7: Download complete [2025-06-23T07:34:16.676Z] 4f4fb700ef54: Verifying Checksum [2025-06-23T07:34:16.676Z] 4f4fb700ef54: Download complete [2025-06-23T07:34:16.676Z] 8213a616a21b: Download complete [2025-06-23T07:34:16.676Z] 0a9a5dfd008f: Verifying Checksum [2025-06-23T07:34:16.676Z] 0a9a5dfd008f: Download complete [2025-06-23T07:34:16.676Z] 985586143405: Verifying Checksum [2025-06-23T07:34:16.676Z] 985586143405: Download complete [2025-06-23T07:34:16.935Z] 0a9a5dfd008f: Pull complete [2025-06-23T07:34:16.935Z] d3ac315be8c5: Verifying Checksum [2025-06-23T07:34:16.935Z] d3ac315be8c5: Download complete [2025-06-23T07:34:16.935Z] 36466aa92d05: Pull complete [2025-06-23T07:34:17.193Z] e10405b45d13: Download complete [2025-06-23T07:34:17.452Z] 0eae2285b678: Verifying Checksum [2025-06-23T07:34:17.452Z] 0eae2285b678: Download complete [2025-06-23T07:34:20.732Z] e10405b45d13: Pull complete [2025-06-23T07:34:20.732Z] 096b7ceb2af7: Pull complete [2025-06-23T07:34:20.732Z] 4f4fb700ef54: Pull complete [2025-06-23T07:34:20.732Z] 8213a616a21b: Pull complete [2025-06-23T07:34:20.732Z] 985586143405: Pull complete [2025-06-23T07:34:22.631Z] 0eae2285b678: Pull complete [2025-06-23T07:34:23.199Z] d3ac315be8c5: Pull complete [2025-06-23T07:34:23.199Z] Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-06-23T07:34:23.199Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-23T07:34:23.199Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-06-23T07:34:23.499Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-23T07:34:23.499Z] WORKDIR /edgex [2025-06-23T07:34:23.499Z] COPY go.mod . [2025-06-23T07:34:23.499Z] RUN go mod download [2025-06-23T07:34:23.499Z] + docker build -t ci-base-image-x86_64 -f - . [2025-06-23T07:34:24.065Z] Sending build context to Docker daemon 185.9MB [2025-06-23T07:34:24.065Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-23T07:34:24.065Z] ---> ea6120ae94a0 [2025-06-23T07:34:24.065Z] Step 2/4 : WORKDIR /edgex [2025-06-23T07:34:26.598Z] ---> Running in 375462f0f1f7 [2025-06-23T07:34:26.598Z] Removing intermediate container 375462f0f1f7 [2025-06-23T07:34:26.598Z] ---> 1740dc9b530e [2025-06-23T07:34:26.598Z] Step 3/4 : COPY go.mod . [2025-06-23T07:34:26.599Z] ---> e464d20d583f [2025-06-23T07:34:26.599Z] Step 4/4 : RUN go mod download [2025-06-23T07:34:26.599Z] ---> Running in d6ca6697fb19 [2025-06-23T07:34:30.970Z] Still waiting to schedule task [2025-06-23T07:34:30.970Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-06-23T07:34:58.683Z] Removing intermediate container d6ca6697fb19 [2025-06-23T07:34:58.684Z] ---> bbdbc674c8f0 [2025-06-23T07:34:58.684Z] Successfully built bbdbc674c8f0 [2025-06-23T07:34:58.684Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:34:58.989Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-23T07:34:58.989Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T07:34:59.068Z] prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container [2025-06-23T07:34:59.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@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-06-23T07:34:59.456Z] $ docker top 4e1437bb004e87e5309dda8a475eac040e7c47488b1d9ef16cb0f21eb6bebd2d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T07:34:59.798Z] + go version [2025-06-23T07:34:59.798Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-06-23T07:34:59.814Z] $ docker stop --time=1 4e1437bb004e87e5309dda8a475eac040e7c47488b1d9ef16cb0f21eb6bebd2d [2025-06-23T07:35:01.078Z] $ docker rm -f --volumes 4e1437bb004e87e5309dda8a475eac040e7c47488b1d9ef16cb0f21eb6bebd2d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:35:03.186Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-23T07:35:03.186Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T07:35:04.374Z] prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container [2025-06-23T07:35:04.406Z] $ 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/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@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-06-23T07:35:04.719Z] $ docker top ece18b0ccb34423fdf049d9fde07b4cc9e5a18cf69bc2f72bb58dfc0feb9e896 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-06-23T07:35:04.784Z] ========================================================= [2025-06-23T07:35:04.784Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-06-23T07:35:04.784Z] ========================================================= [Pipeline] sh [2025-06-23T07:35:05.062Z] + git config --global --add safe.directory /w/workspace/edgex-go/859 [Pipeline] fileExists [Pipeline] sh [2025-06-23T07:35:05.362Z] + make test [2025-06-23T07:35:05.362Z] go test -race -coverprofile=coverage.out ./... [2025-06-23T07:35:13.481Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.031s coverage: 42.3% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.039s coverage: 97.0% of statements [2025-06-23T07:35:40.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-06-23T07:35:40.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-06-23T07:35:40.030Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-06-23T07:35:41.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-06-23T07:35:41.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-06-23T07:35:41.406Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-23T07:35:41.406Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-06-23T07:35:41.406Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-06-23T07:35:41.406Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-06-23T07:35:42.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.046s coverage: 69.4% of statements [2025-06-23T07:35:42.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.024s coverage: 3.5% of statements [2025-06-23T07:35:42.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.071s coverage: 46.3% of statements [2025-06-23T07:35:43.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.934s coverage: 93.4% of statements [2025-06-23T07:35:43.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.045s coverage: 92.3% of statements [2025-06-23T07:35:43.042Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-06-23T07:35:43.042Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-06-23T07:35:43.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.048s coverage: 8.4% of statements [2025-06-23T07:35:44.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-06-23T07:35:44.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-06-23T07:35:44.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-06-23T07:35:44.916Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-06-23T07:35:44.916Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-06-23T07:35:44.916Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-06-23T07:35:44.916Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-23T07:35:44.916Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-06-23T07:35:44.916Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-06-23T07:35:44.916Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-06-23T07:35:44.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-06-23T07:35:44.916Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-06-23T07:35:44.916Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-06-23T07:35:44.916Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-06-23T07:35:46.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.332s coverage: 95.8% of statements [2025-06-23T07:35:46.291Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.034s coverage: 72.2% of statements [2025-06-23T07:35:46.551Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-06-23T07:35:46.551Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-06-23T07:35:46.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-06-23T07:35:46.551Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-06-23T07:35:46.809Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-06-23T07:35:46.809Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-06-23T07:35:47.743Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.036s coverage: 0.0% of statements [no tests to run] [2025-06-23T07:35:47.743Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.038s coverage: 1.0% of statements [2025-06-23T07:35:47.743Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.026s coverage: 38.1% of statements [2025-06-23T07:35:47.743Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.012s coverage: 81.1% of statements [2025-06-23T07:35:48.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.016s coverage: 40.0% of statements [2025-06-23T07:35:48.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.022s coverage: 87.1% of statements [2025-06-23T07:35:48.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.018s coverage: 94.1% of statements [2025-06-23T07:35:48.311Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-06-23T07:35:48.311Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-06-23T07:35:48.311Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-06-23T07:35:48.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.025s coverage: 96.3% of statements [2025-06-23T07:35:48.880Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-06-23T07:35:48.880Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-06-23T07:35:48.880Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-06-23T07:35:48.880Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-06-23T07:35:49.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements [2025-06-23T07:35:50.075Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-06-23T07:35:50.075Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-06-23T07:35:50.075Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-06-23T07:35:50.075Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-06-23T07:35:50.075Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-06-23T07:35:50.075Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-06-23T07:35:50.075Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-06-23T07:35:50.641Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-06-23T07:35:50.641Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-06-23T07:35:51.215Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-06-23T07:35:53.119Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-06-23T07:35:53.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-06-23T07:35:54.495Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-06-23T07:35:55.429Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-06-23T07:35:55.429Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-06-23T07:35:55.429Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-06-23T07:35:58.718Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-06-23T07:35:58.976Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-06-23T07:35:58.976Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-06-23T07:35:59.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-06-23T07:35:59.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-06-23T07:35:59.551Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-23T07:36:00.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.030s coverage: 94.4% of statements [2025-06-23T07:36:01.055Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-06-23T07:36:01.055Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-06-23T07:36:01.055Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-06-23T07:36:01.055Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-06-23T07:36:01.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-06-23T07:36:01.055Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-06-23T07:36:01.623Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-06-23T07:36:01.881Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-06-23T07:36:01.881Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-06-23T07:36:01.881Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-06-23T07:36:01.881Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-06-23T07:36:01.881Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-06-23T07:36:03.260Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-06-23T07:36:03.260Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-06-23T07:36:03.260Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-06-23T07:36:03.260Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-06-23T07:36:04.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-06-23T07:36:04.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-06-23T07:36:04.632Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-06-23T07:36:04.632Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-23T07:36:04.632Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-06-23T07:36:04.632Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-06-23T07:36:04.632Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-06-23T07:36:05.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-06-23T07:36:05.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-06-23T07:36:05.565Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.042s coverage: 92.9% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.024s coverage: 68.8% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.030s coverage: 62.3% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.024s coverage: 47.4% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.029s coverage: 87.2% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.023s coverage: 100.0% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.085s coverage: 81.8% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.084s coverage: 82.1% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.047s coverage: 6.8% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.042s coverage: 33.3% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.043s coverage: 100.0% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.175s coverage: 54.5% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.016s coverage: 89.4% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.012s coverage: 100.0% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.017s coverage: 73.7% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.011s coverage: 100.0% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.026s coverage: 96.8% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.024s coverage: 100.0% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.141s coverage: 29.2% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 93.8% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.025s coverage: 3.1% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.023s coverage: 76.2% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.022s coverage: 54.0% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.056s coverage: 17.0% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.115s coverage: 94.9% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.028s coverage: 9.0% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.073s coverage: 97.7% of statements [2025-06-23T07:36:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.027s coverage: 43.6% of statements [2025-06-23T07:36:12.132Z] 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-06-23T07:36:12.132Z] running golangci-lint [2025-06-23T07:36:12.132Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-06-23T07:36:12.132Z] go version go1.23.9 linux/amd64 [2025-06-23T07:36:12.132Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-06-23T07:36:12.132Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-06-23T07:36:12.132Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-06-23T07:36:13.714Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3773 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-06-23T07:36:13.737Z] Running in /w/workspace/edgex-go/859 [Pipeline] { [Pipeline] checkout [2025-06-23T07:36:16.788Z] The recommended git tool is: git [2025-06-23T07:36:21.454Z] using credential edgex-jenkins-ssh [2025-06-23T07:36:21.473Z] Cloning the remote Git repository [2025-06-23T07:36:21.518Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-06-23T07:36:21.602Z] > git init /w/workspace/edgex-go/859 # timeout=10 [2025-06-23T07:36:21.746Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-06-23T07:36:21.747Z] > git --version # timeout=10 [2025-06-23T07:36:21.769Z] > git --version # 'git version 2.25.1' [2025-06-23T07:36:21.771Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-23T07:36:21.928Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-23T07:36:38.661Z] level=info msg="[loader] Go packages loading at mode 575 (deps|files|imports|name|types_sizes|compiled_files|exports_file) took 22.446774372s" [2025-06-23T07:36:38.661Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 57.862324ms" [2025-06-23T07:36:39.990Z] Avoid second fetch [2025-06-23T07:36:39.991Z] Checking out Revision edd24ad75155bd1cc625599aa20a87c8d300eed2 (main) [2025-06-23T07:36:40.815Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5187)" [2025-06-23T07:36:39.142Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-06-23T07:36:39.161Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-23T07:36:40.016Z] > git config core.sparsecheckout # timeout=10 [2025-06-23T07:36:40.082Z] > git checkout -f edd24ad75155bd1cc625599aa20a87c8d300eed2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-23T07:36:45.757Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-23T07:36:45.757Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T07:36:45.757Z] Dload Upload Total Spent Left Speed [2025-06-23T07:36:45.757Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 84277 0 --:--:-- --:--:-- --:--:-- 84277 [Pipeline] sh [2025-06-23T07:36:46.087Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-23T07:36:46.411Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-06-23T07:36:46.411Z] + sudo tee /etc/docker/daemon.new [2025-06-23T07:36:46.411Z] { [2025-06-23T07:36:46.411Z] "registry-mirrors": [ [2025-06-23T07:36:46.411Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-23T07:36:46.411Z] ], [2025-06-23T07:36:46.411Z] "bip": "10.250.0.254/24", [2025-06-23T07:36:46.411Z] "hosts": [ [2025-06-23T07:36:46.411Z] "tcp://0.0.0.0:5555", [2025-06-23T07:36:46.411Z] "unix:///var/run/docker.sock" [2025-06-23T07:36:46.411Z] ], [2025-06-23T07:36:46.411Z] "mtu": 1458, [2025-06-23T07:36:46.411Z] "selinux-enabled": true, [2025-06-23T07:36:46.411Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-23T07:36:46.411Z] } [Pipeline] sh [2025-06-23T07:36:46.735Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-23T07:36:47.053Z] + sudo service docker restart [2025-06-23T07:36:48.636Z] level=info msg="[linters_context/goanalysis] analyzers took 2m3.24672538s with top 10 stages: buildir: 1m5.471562191s, gosec: 4.719497913s, inspect: 2.699156108s, fact_deprecated: 2.503383394s, printf: 2.466651016s, ctrlflow: 1.505624444s, S1038: 1.335330303s, ineffassign: 1.222833462s, fact_purity: 1.208331215s, isgenerated: 1.120212199s" [2025-06-23T07:36:48.636Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-06-23T07:36:48.636Z] level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 202/202, exclude-rules: 202/20, nolint: 20/0, invalid_issue: 202/202, path_prettifier: 202/202, autogenerated_exclude: 202/202, cgo: 202/202, skip_files: 202/202, exclude: 202/202, skip_dirs: 202/202, identifier_marker: 202/202" [2025-06-23T07:36:48.636Z] level=info msg="[runner] processing took 28.895898ms with stages: nolint: 17.882806ms, identifier_marker: 5.602024ms, path_prettifier: 1.721386ms, exclude-rules: 1.600274ms, autogenerated_exclude: 1.332273ms, skip_dirs: 631.791µs, filename_unadjuster: 47.081µs, invalid_issue: 41.932µs, cgo: 29.261µs, max_same_issues: 1.5µs, uniq_by_line: 760ns, diff: 710ns, fixer: 680ns, skip_files: 570ns, exclude: 480ns, sort_results: 450ns, source_code: 380ns, max_from_linter: 360ns, path_shortener: 340ns, path_prefixer: 320ns, max_per_file_from_linter: 270ns, severity-rules: 250ns" [2025-06-23T07:36:48.636Z] level=info msg="[runner] linters took 13.615924895s with stages: goanalysis_metalinter: 13.586773659s" [2025-06-23T07:36:48.636Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-06-23T07:36:48.636Z] level=info msg="Memory: 361 samples, avg is 313.7MB, max is 1323.3MB" [2025-06-23T07:36:48.636Z] level=info msg="Execution took 36.1296166s" [2025-06-23T07:36:48.636Z] go vet ./... [2025-06-23T07:36:56.756Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-23T07:36:56.756Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-23T07:36:56.756Z] ./bin/test-attribution-txt.sh [2025-06-23T07:36:56.756Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-23T07:36:56.756Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-06-23T07:36:56.756Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-06-23T07:36:56.756Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-06-23T07:36:56.756Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-06-23T07:36:56.767Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-06-23T07:36:57.057Z] + ls -al . [2025-06-23T07:36:57.057Z] total 1996 [2025-06-23T07:36:57.057Z] drwxrwxr-x 11 1001 1001 4096 Jun 23 07:35 . [2025-06-23T07:36:57.057Z] drwxr-xr-x 4 root root 4096 Jun 23 07:35 .. [2025-06-23T07:36:57.057Z] drwxrwxr-x 2 1001 1001 4096 Jun 23 07:33 .blubracket [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 10 Jun 23 07:33 .dockerignore [2025-06-23T07:36:57.057Z] drwxrwxr-x 8 1001 1001 4096 Jun 23 07:36 .git [2025-06-23T07:36:57.057Z] drwxrwxr-x 3 1001 1001 4096 Jun 23 07:33 .github [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 909 Jun 23 07:33 .gitignore [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 218 Jun 23 07:33 .golangci.yml [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 100 Jun 23 07:33 .hadolint.yml [2025-06-23T07:36:57.057Z] drwxr-xr-x 3 1001 1001 4096 Jun 23 07:34 .semver [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 155 Jun 23 07:33 .sonarcloud.properties [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 1171 Jun 23 07:33 ADOPTERS.md [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 17374 Jun 23 07:33 Attribution.txt [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 108018 Jun 23 07:33 CHANGELOG.md [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 3804 Jun 23 07:33 CONTRIBUTING.md [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 677 Jun 23 07:33 GOVERNANCE.md [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 858 Jun 23 07:33 Jenkinsfile [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 10775 Jun 23 07:33 LICENSE [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 16740 Jun 23 07:33 Makefile [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 582 Jun 23 07:33 OWNERS.md [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 9932 Jun 23 07:33 README.md [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 789 Jun 23 07:33 SECURITY.md [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 12 Jun 23 07:34 VERSION [2025-06-23T07:36:57.057Z] drwxrwxr-x 2 1001 1001 4096 Jun 23 07:33 bin [2025-06-23T07:36:57.057Z] drwxrwxr-x 19 1001 1001 4096 Jun 23 07:33 cmd [2025-06-23T07:36:57.057Z] -rw-r--r-- 1 root root 1665452 Jun 23 07:36 coverage.out [2025-06-23T07:36:57.057Z] drwxrwxr-x 2 1001 1001 4096 Jun 23 07:33 fuzz_test [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 6473 Jun 23 07:33 go.mod [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 88356 Jun 23 07:33 go.sum [2025-06-23T07:36:57.057Z] drwxrwxr-x 7 1001 1001 4096 Jun 23 07:33 internal [2025-06-23T07:36:57.057Z] drwxrwxr-x 2 1001 1001 4096 Jun 23 07:33 openapi [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 584 Jun 23 07:33 security.txt [2025-06-23T07:36:57.057Z] -rw-rw-r-- 1 1001 1001 204 Jun 23 07:33 version.go [Pipeline] sh [2025-06-23T07:36:57.345Z] + '[' -e coverage.out ] [2025-06-23T07:36:57.345Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-06-23T07:36:57.517Z] Stashed 1 file(s) [Pipeline] sh [2025-06-23T07:36:57.808Z] + make build [2025-06-23T07:36:57.809Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T07:37:05.305Z] provisioning config files... [2025-06-23T07:37:05.333Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/859@tmp/config10094305929775312186tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T07:37:05.778Z] ---> ****-login.sh [2025-06-23T07:37:05.778Z] nexus3.edgexfoundry.org:10001 [2025-06-23T07:37:06.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:37:06.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:37:06.320Z] Configure a credential helper to remove this warning. See [2025-06-23T07:37:06.321Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:37:06.321Z] [2025-06-23T07:37:06.321Z] Login Succeeded [2025-06-23T07:37:06.321Z] nexus3.edgexfoundry.org:10002 [2025-06-23T07:37:06.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:37:06.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:37:06.591Z] Configure a credential helper to remove this warning. See [2025-06-23T07:37:06.591Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:37:06.591Z] [2025-06-23T07:37:06.591Z] Login Succeeded [2025-06-23T07:37:06.864Z] nexus3.edgexfoundry.org:10003 [2025-06-23T07:37:06.864Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:37:07.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:37:07.136Z] Configure a credential helper to remove this warning. See [2025-06-23T07:37:07.136Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:37:07.136Z] [2025-06-23T07:37:07.136Z] Login Succeeded [2025-06-23T07:37:07.136Z] nexus3.edgexfoundry.org:10004 [2025-06-23T07:37:07.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:37:07.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:37:07.414Z] Configure a credential helper to remove this warning. See [2025-06-23T07:37:07.414Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:37:07.414Z] [2025-06-23T07:37:07.414Z] Login Succeeded [2025-06-23T07:37:07.414Z] ****.io [2025-06-23T07:37:07.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:37:07.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:37:07.948Z] Configure a credential helper to remove this warning. See [2025-06-23T07:37:07.949Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:37:07.949Z] [2025-06-23T07:37:07.949Z] Login Succeeded [2025-06-23T07:37:07.949Z] ---> ****-login.sh ends [Pipeline] } [2025-06-23T07:37:07.967Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-06-23T07:37:08.565Z] + git config --global --add safe.directory /w/workspace/edgex-go/859 [Pipeline] echo [2025-06-23T07:37:08.584Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-23T07:37:08.602Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-23T07:37:08.622Z] ========================================================= [2025-06-23T07:37:08.622Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-06-23T07:37:08.622Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-23T07:37:08.948Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-23T07:37:09.224Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-06-23T07:37:09.224Z] 94e9d8af2201: Pulling fs layer [2025-06-23T07:37:09.224Z] a6c56e8762df: Pulling fs layer [2025-06-23T07:37:09.224Z] f0f3c8884826: Pulling fs layer [2025-06-23T07:37:09.224Z] c7e7622c144d: Pulling fs layer [2025-06-23T07:37:09.224Z] 4f4fb700ef54: Pulling fs layer [2025-06-23T07:37:09.224Z] e8859aadc426: Pulling fs layer [2025-06-23T07:37:09.224Z] c7e7622c144d: Waiting [2025-06-23T07:37:09.224Z] b4813487a9f6: Pulling fs layer [2025-06-23T07:37:09.224Z] 4f4fb700ef54: Waiting [2025-06-23T07:37:09.224Z] 502a3d64fb4b: Pulling fs layer [2025-06-23T07:37:09.224Z] e8859aadc426: Waiting [2025-06-23T07:37:09.224Z] b4813487a9f6: Waiting [2025-06-23T07:37:09.224Z] a6c56e8762df: Verifying Checksum [2025-06-23T07:37:09.224Z] a6c56e8762df: Download complete [2025-06-23T07:37:09.224Z] c7e7622c144d: Download complete [2025-06-23T07:37:09.224Z] 4f4fb700ef54: Download complete [2025-06-23T07:37:09.224Z] e8859aadc426: Verifying Checksum [2025-06-23T07:37:09.224Z] e8859aadc426: Download complete [2025-06-23T07:37:09.224Z] 94e9d8af2201: Verifying Checksum [2025-06-23T07:37:09.224Z] 94e9d8af2201: Download complete [2025-06-23T07:37:09.812Z] 502a3d64fb4b: Verifying Checksum [2025-06-23T07:37:09.812Z] 502a3d64fb4b: Download complete [2025-06-23T07:37:10.407Z] 94e9d8af2201: Pull complete [2025-06-23T07:37:10.993Z] a6c56e8762df: Pull complete [2025-06-23T07:37:11.260Z] f0f3c8884826: Verifying Checksum [2025-06-23T07:37:11.260Z] f0f3c8884826: Download complete [2025-06-23T07:37:12.228Z] b4813487a9f6: Verifying Checksum [2025-06-23T07:37:12.228Z] b4813487a9f6: Download complete [2025-06-23T07:37:24.348Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-23T07:37:24.348Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-23T07:37:24.348Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-23T07:37:24.924Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-23T07:37:26.827Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-23T07:37:27.231Z] f0f3c8884826: Pull complete [2025-06-23T07:37:27.231Z] c7e7622c144d: Pull complete [2025-06-23T07:37:27.231Z] 4f4fb700ef54: Pull complete [2025-06-23T07:37:27.231Z] e8859aadc426: Pull complete [2025-06-23T07:37:31.011Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-23T07:37:33.536Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-23T07:37:33.884Z] b4813487a9f6: Pull complete [2025-06-23T07:37:35.309Z] 502a3d64fb4b: Pull complete [2025-06-23T07:37:35.310Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-06-23T07:37:35.310Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-23T07:37:35.310Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-06-23T07:37:35.448Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-23T07:37:35.647Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-23T07:37:35.647Z] WORKDIR /edgex [2025-06-23T07:37:35.647Z] COPY go.mod . [2025-06-23T07:37:35.647Z] RUN go mod download [2025-06-23T07:37:35.647Z] + docker build -t ci-base-image-arm64 -f - . [2025-06-23T07:37:36.628Z] Sending build context to Docker daemon 3.704MB [2025-06-23T07:37:36.628Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-23T07:37:36.628Z] ---> 3bb21d53e231 [2025-06-23T07:37:36.628Z] Step 2/4 : WORKDIR /edgex [2025-06-23T07:37:37.352Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-23T07:37:38.579Z] ---> Running in 72befa1b6484 [2025-06-23T07:37:38.579Z] Removing intermediate container 72befa1b6484 [2025-06-23T07:37:38.579Z] ---> fbf8c7818910 [2025-06-23T07:37:38.579Z] Step 3/4 : COPY go.mod . [2025-06-23T07:37:38.728Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-23T07:37:39.541Z] ---> 8fd63c0ecfb3 [2025-06-23T07:37:39.541Z] Step 4/4 : RUN go mod download [2025-06-23T07:37:39.820Z] ---> Running in 15aa93214997 [2025-06-23T07:37:40.106Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-23T07:37:40.673Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-06-23T07:37:42.065Z] $ docker stop --time=1 ece18b0ccb34423fdf049d9fde07b4cc9e5a18cf69bc2f72bb58dfc0feb9e896 [2025-06-23T07:37:45.027Z] $ docker rm -f --volumes ece18b0ccb34423fdf049d9fde07b4cc9e5a18cf69bc2f72bb58dfc0feb9e896 [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-06-23T07:37:46.292Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-23T07:37:46.292Z] [2025-06-23T07:37:46.292Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:37:46.593Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-23T07:37:46.593Z] latest: Pulling from edgex-devops/edgex-compose [2025-06-23T07:37:46.593Z] 91d30c5bc195: Pulling fs layer [2025-06-23T07:37:46.593Z] 2e9b0aa3be6d: Pulling fs layer [2025-06-23T07:37:46.593Z] 9c61dcf015f6: Pulling fs layer [2025-06-23T07:37:46.593Z] 4698f68db338: Pulling fs layer [2025-06-23T07:37:46.593Z] 2a2f49069b9e: Pulling fs layer [2025-06-23T07:37:46.593Z] e0025b399a48: Pulling fs layer [2025-06-23T07:37:46.593Z] 4698f68db338: Waiting [2025-06-23T07:37:46.593Z] 2a2f49069b9e: Waiting [2025-06-23T07:37:46.593Z] e0025b399a48: Waiting [2025-06-23T07:37:46.593Z] 91d30c5bc195: Verifying Checksum [2025-06-23T07:37:46.593Z] 91d30c5bc195: Download complete [2025-06-23T07:37:46.593Z] 4698f68db338: Verifying Checksum [2025-06-23T07:37:46.593Z] 4698f68db338: Download complete [2025-06-23T07:37:46.852Z] 2e9b0aa3be6d: Verifying Checksum [2025-06-23T07:37:46.852Z] 2e9b0aa3be6d: Download complete [2025-06-23T07:37:46.852Z] e0025b399a48: Verifying Checksum [2025-06-23T07:37:46.852Z] e0025b399a48: Download complete [2025-06-23T07:37:46.852Z] 91d30c5bc195: Pull complete [2025-06-23T07:37:46.852Z] 2a2f49069b9e: Download complete [2025-06-23T07:37:47.110Z] 2e9b0aa3be6d: Pull complete [2025-06-23T07:37:47.369Z] 9c61dcf015f6: Verifying Checksum [2025-06-23T07:37:47.369Z] 9c61dcf015f6: Download complete [2025-06-23T07:37:49.894Z] 9c61dcf015f6: Pull complete [2025-06-23T07:37:49.894Z] 4698f68db338: Pull complete [2025-06-23T07:37:49.894Z] 2a2f49069b9e: Pull complete [2025-06-23T07:37:49.894Z] e0025b399a48: Pull complete [2025-06-23T07:37:49.894Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-06-23T07:37:49.894Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-23T07:37:49.894Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T07:37:49.989Z] prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container [2025-06-23T07:37:50.023Z] $ 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/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@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-06-23T07:37:51.311Z] $ docker top dae67b218a4083abebd10faa645aeb9558400bd66ee4887d882448929839f7d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T07:37:51.647Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-23T07:37:54.186Z] #1 [core-metadata internal] load build definition from Dockerfile [2025-06-23T07:37:54.186Z] #1 transferring dockerfile: 2.10kB done [2025-06-23T07:37:54.186Z] #1 DONE 0.0s [2025-06-23T07:37:54.186Z] [2025-06-23T07:37:54.186Z] #2 [support-notifications internal] load build definition from Dockerfile [2025-06-23T07:37:54.186Z] #2 transferring dockerfile: 2.00kB done [2025-06-23T07:37:54.186Z] #2 DONE 0.0s [2025-06-23T07:37:54.186Z] [2025-06-23T07:37:54.186Z] #3 [core-data internal] load build definition from Dockerfile [2025-06-23T07:37:54.186Z] #3 transferring dockerfile: 2.04kB done [2025-06-23T07:37:54.186Z] #3 DONE 0.0s [2025-06-23T07:37:54.186Z] [2025-06-23T07:37:54.186Z] #4 [support-scheduler internal] load build definition from Dockerfile [2025-06-23T07:37:54.186Z] #4 transferring dockerfile: 1.83kB done [2025-06-23T07:37:54.186Z] #4 DONE 0.0s [2025-06-23T07:37:54.186Z] [2025-06-23T07:37:54.186Z] #5 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-23T07:37:54.186Z] #5 transferring dockerfile: 3.02kB done [2025-06-23T07:37:54.186Z] #5 DONE 0.0s [2025-06-23T07:37:54.186Z] [2025-06-23T07:37:54.186Z] #6 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-23T07:37:54.186Z] #6 transferring dockerfile: 2.50kB done [2025-06-23T07:37:54.186Z] #6 DONE 0.0s [2025-06-23T07:37:54.186Z] [2025-06-23T07:37:54.186Z] #7 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-23T07:37:54.186Z] #7 transferring dockerfile: 2.49kB done [2025-06-23T07:37:54.186Z] #7 DONE 0.0s [2025-06-23T07:37:54.186Z] [2025-06-23T07:37:54.186Z] #8 [security-spire-server internal] load build definition from Dockerfile [2025-06-23T07:37:54.186Z] #8 transferring dockerfile: 1.70kB done [2025-06-23T07:37:54.186Z] #8 DONE 0.0s [2025-06-23T07:37:54.186Z] [2025-06-23T07:37:54.186Z] #9 [core-command internal] load build definition from Dockerfile [2025-06-23T07:37:54.186Z] #9 transferring dockerfile: 1.94kB done [2025-06-23T07:37:54.186Z] #9 DONE 0.0s [2025-06-23T07:37:54.186Z] [2025-06-23T07:37:54.186Z] #10 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-23T07:37:54.186Z] #10 transferring dockerfile: 1.89kB done [2025-06-23T07:37:54.186Z] #10 DONE 0.0s [2025-06-23T07:37:54.186Z] [2025-06-23T07:37:54.186Z] #11 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-23T07:37:54.186Z] #11 transferring dockerfile: 2.14kB done [2025-06-23T07:37:54.186Z] #11 DONE 0.0s [2025-06-23T07:37:54.186Z] [2025-06-23T07:37:54.186Z] #12 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-23T07:37:54.186Z] #12 transferring dockerfile: 2.23kB done [2025-06-23T07:37:54.186Z] #12 DONE 0.0s [2025-06-23T07:37:54.186Z] [2025-06-23T07:37:54.186Z] #13 [security-spire-config internal] load build definition from Dockerfile [2025-06-23T07:37:54.186Z] #13 transferring dockerfile: 1.69kB done [2025-06-23T07:37:54.186Z] #13 DONE 0.0s [2025-06-23T07:37:54.186Z] [2025-06-23T07:37:54.186Z] #14 [core-keeper internal] load build definition from Dockerfile [2025-06-23T07:37:54.186Z] #14 transferring dockerfile: 2.01kB done [2025-06-23T07:37:54.186Z] #14 DONE 0.0s [2025-06-23T07:37:54.186Z] [2025-06-23T07:37:54.186Z] #15 [core-metadata internal] load .dockerignore [2025-06-23T07:37:54.186Z] #15 transferring context: [2025-06-23T07:37:54.186Z] #15 transferring context: 50B done [2025-06-23T07:37:54.186Z] #15 DONE 0.0s [2025-06-23T07:37:54.186Z] [2025-06-23T07:37:54.186Z] #16 [security-spire-agent internal] load build definition from Dockerfile [2025-06-23T07:37:54.186Z] #16 transferring dockerfile: 1.81kB done [2025-06-23T07:37:54.186Z] #16 DONE 0.0s [2025-06-23T07:37:54.445Z] [2025-06-23T07:37:54.445Z] #17 [support-notifications internal] load .dockerignore [2025-06-23T07:37:54.445Z] #17 transferring context: 50B done [2025-06-23T07:37:54.445Z] #17 DONE 0.0s [2025-06-23T07:37:54.445Z] [2025-06-23T07:37:54.445Z] #18 [core-data internal] load .dockerignore [2025-06-23T07:37:54.445Z] #18 transferring context: 50B done [2025-06-23T07:37:54.445Z] #18 DONE 0.0s [2025-06-23T07:37:54.445Z] [2025-06-23T07:37:54.445Z] #19 [support-scheduler internal] load .dockerignore [2025-06-23T07:37:54.445Z] #19 transferring context: 50B done [2025-06-23T07:37:54.445Z] #19 DONE 0.0s [2025-06-23T07:37:54.445Z] [2025-06-23T07:37:54.445Z] #20 [security-bootstrapper internal] load .dockerignore [2025-06-23T07:37:54.445Z] #20 transferring context: 50B done [2025-06-23T07:37:54.445Z] #20 DONE 0.0s [2025-06-23T07:37:54.445Z] [2025-06-23T07:37:54.445Z] #21 [security-proxy-setup internal] load .dockerignore [2025-06-23T07:37:54.445Z] #21 transferring context: 50B done [2025-06-23T07:37:54.445Z] #21 DONE 0.0s [2025-06-23T07:37:54.445Z] [2025-06-23T07:37:54.445Z] #22 [security-secretstore-setup internal] load .dockerignore [2025-06-23T07:37:54.445Z] #22 transferring context: 50B done [2025-06-23T07:37:54.445Z] #22 DONE 0.0s [2025-06-23T07:37:54.445Z] [2025-06-23T07:37:54.445Z] #23 [security-spire-server internal] load .dockerignore [2025-06-23T07:37:54.445Z] #23 transferring context: 50B done [2025-06-23T07:37:54.445Z] #23 DONE 0.0s [2025-06-23T07:37:54.445Z] [2025-06-23T07:37:54.445Z] #24 [core-command internal] load .dockerignore [2025-06-23T07:37:54.445Z] #24 transferring context: 50B done [2025-06-23T07:37:54.445Z] #24 DONE 0.0s [2025-06-23T07:37:54.445Z] [2025-06-23T07:37:54.445Z] #25 [security-spiffe-token-provider internal] load .dockerignore [2025-06-23T07:37:54.445Z] #25 transferring context: 50B done [2025-06-23T07:37:54.445Z] #25 DONE 0.0s [2025-06-23T07:37:54.445Z] [2025-06-23T07:37:54.445Z] #26 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-23T07:37:54.445Z] #26 transferring context: 50B done [2025-06-23T07:37:54.445Z] #26 DONE 0.0s [2025-06-23T07:37:54.445Z] [2025-06-23T07:37:54.445Z] #27 [security-proxy-auth internal] load .dockerignore [2025-06-23T07:37:54.445Z] #27 transferring context: 50B done [2025-06-23T07:37:54.445Z] #27 DONE 0.0s [2025-06-23T07:37:54.445Z] [2025-06-23T07:37:54.445Z] #28 [security-spire-config internal] load .dockerignore [2025-06-23T07:37:54.445Z] #28 transferring context: 50B done [2025-06-23T07:37:54.445Z] #28 DONE 0.0s [2025-06-23T07:37:54.445Z] [2025-06-23T07:37:54.445Z] #29 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2025-06-23T07:37:54.445Z] #29 DONE 0.1s [2025-06-23T07:37:54.445Z] [2025-06-23T07:37:54.445Z] #30 [security-spire-agent internal] load .dockerignore [2025-06-23T07:37:54.445Z] #30 transferring context: 50B done [2025-06-23T07:37:54.445Z] #30 DONE 0.0s [2025-06-23T07:37:54.445Z] [2025-06-23T07:37:54.445Z] #31 [core-keeper internal] load .dockerignore [2025-06-23T07:37:54.445Z] #31 transferring context: 50B done [2025-06-23T07:37:54.445Z] #31 DONE 0.0s [2025-06-23T07:37:54.445Z] [2025-06-23T07:37:54.445Z] #32 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-23T07:37:54.445Z] #32 DONE 0.0s [2025-06-23T07:37:54.445Z] [2025-06-23T07:37:54.445Z] #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T07:37:54.445Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-23T07:37:54.706Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-23T07:37:54.706Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T07:37:54.706Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-23T07:37:54.706Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-23T07:37:54.706Z] #33 DONE 0.1s [2025-06-23T07:37:54.706Z] [2025-06-23T07:37:54.706Z] #32 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-23T07:37:54.706Z] #32 DONE 0.0s [2025-06-23T07:37:54.706Z] [2025-06-23T07:37:54.706Z] #29 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-06-23T07:37:54.706Z] #29 DONE 0.1s [2025-06-23T07:37:54.706Z] [2025-06-23T07:37:54.706Z] #34 [support-notifications internal] load build context [2025-06-23T07:37:54.706Z] #34 ... [2025-06-23T07:37:54.706Z] [2025-06-23T07:37:54.706Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-23T07:37:54.706Z] #32 DONE 0.0s [2025-06-23T07:37:54.706Z] [2025-06-23T07:37:54.706Z] #33 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T07:37:54.706Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-23T07:37:54.706Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T07:37:54.706Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-23T07:37:54.706Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-23T07:37:54.706Z] #33 DONE 0.1s [2025-06-23T07:37:54.706Z] [2025-06-23T07:37:54.706Z] #34 [support-notifications internal] load build context [2025-06-23T07:37:54.965Z] #34 ... [2025-06-23T07:37:54.965Z] [2025-06-23T07:37:54.965Z] #33 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T07:37:54.965Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-23T07:37:54.965Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T07:37:54.965Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-23T07:37:54.965Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-23T07:37:54.965Z] #33 DONE 0.1s [2025-06-23T07:37:54.965Z] [2025-06-23T07:37:54.965Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-23T07:37:54.965Z] #32 DONE 0.0s [2025-06-23T07:37:54.965Z] [2025-06-23T07:37:54.965Z] #34 [support-notifications internal] load build context [2025-06-23T07:37:54.965Z] #34 ... [2025-06-23T07:37:54.965Z] [2025-06-23T07:37:54.965Z] #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T07:37:54.965Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-23T07:37:54.965Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T07:37:54.965Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-23T07:37:54.965Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-23T07:37:54.965Z] #33 DONE 0.1s [2025-06-23T07:37:54.965Z] [2025-06-23T07:37:54.965Z] #32 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-23T07:37:54.965Z] #32 DONE 0.0s [2025-06-23T07:37:54.965Z] [2025-06-23T07:37:54.965Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-06-23T07:37:54.965Z] #29 DONE 0.3s [2025-06-23T07:37:54.965Z] [2025-06-23T07:37:54.965Z] #34 [support-notifications internal] load build context [2025-06-23T07:37:55.222Z] #34 ... [2025-06-23T07:37:55.222Z] [2025-06-23T07:37:55.222Z] #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T07:37:55.222Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-23T07:37:55.222Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T07:37:55.222Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-23T07:37:55.223Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-23T07:37:55.223Z] #33 DONE 0.1s [2025-06-23T07:37:55.223Z] [2025-06-23T07:37:55.223Z] #34 [support-notifications internal] load build context [2025-06-23T07:37:55.223Z] #34 ... [2025-06-23T07:37:55.223Z] [2025-06-23T07:37:55.223Z] #35 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-06-23T07:37:55.223Z] #35 DONE 0.9s [2025-06-23T07:37:55.223Z] [2025-06-23T07:37:55.223Z] #34 [support-notifications internal] load build context [2025-06-23T07:37:59.418Z] #34 transferring context: 205.68MB 4.8s [2025-06-23T07:38:00.793Z] #34 ... [2025-06-23T07:38:00.793Z] [2025-06-23T07:38:00.793Z] #36 [core-metadata internal] load build context [2025-06-23T07:38:00.793Z] #36 ... [2025-06-23T07:38:00.794Z] [2025-06-23T07:38:00.794Z] #34 [support-notifications internal] load build context [2025-06-23T07:38:02.703Z] #34 ... [2025-06-23T07:38:02.703Z] [2025-06-23T07:38:02.703Z] #37 [core-data builder 2/7] WORKDIR /edgex-go [2025-06-23T07:38:02.703Z] #37 DONE 7.4s [2025-06-23T07:38:02.703Z] [2025-06-23T07:38:02.703Z] #34 [support-notifications internal] load build context [2025-06-23T07:38:02.703Z] #34 ... [2025-06-23T07:38:02.703Z] [2025-06-23T07:38:02.703Z] #33 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T07:38:02.703Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-23T07:38:02.703Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T07:38:02.703Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-23T07:38:02.703Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-23T07:38:02.703Z] #33 DONE 0.1s [2025-06-23T07:38:02.703Z] [2025-06-23T07:38:02.703Z] #38 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-23T07:38:02.703Z] #38 DONE 7.7s [2025-06-23T07:38:02.703Z] [2025-06-23T07:38:02.703Z] #34 [support-notifications internal] load build context [2025-06-23T07:38:04.794Z] #34 transferring context: 477.79MB 9.9s [2025-06-23T07:38:04.794Z] #34 ... [2025-06-23T07:38:04.794Z] [2025-06-23T07:38:04.794Z] #39 [core-data internal] load build context [2025-06-23T07:38:04.794Z] #39 ... [2025-06-23T07:38:04.794Z] [2025-06-23T07:38:04.794Z] #40 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-23T07:38:05.079Z] #40 ... [2025-06-23T07:38:05.079Z] [2025-06-23T07:38:05.079Z] #41 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-23T07:38:05.079Z] #41 ... [2025-06-23T07:38:05.079Z] [2025-06-23T07:38:05.079Z] #42 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-23T07:38:05.079Z] #42 ... [2025-06-23T07:38:05.079Z] [2025-06-23T07:38:05.079Z] #43 [security-proxy-setup internal] load build context [2025-06-23T07:38:05.370Z] #43 transferring context: 508.15MB 10.3s done [2025-06-23T07:38:05.370Z] #43 ... [2025-06-23T07:38:05.370Z] [2025-06-23T07:38:05.370Z] #44 [core-command internal] load build context [2025-06-23T07:38:05.370Z] #44 ... [2025-06-23T07:38:05.370Z] [2025-06-23T07:38:05.370Z] #45 [core-common-config-bootstrapper internal] load build context [2025-06-23T07:38:05.637Z] #45 ... [2025-06-23T07:38:05.637Z] [2025-06-23T07:38:05.637Z] #46 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-23T07:38:05.637Z] #46 ... [2025-06-23T07:38:05.637Z] [2025-06-23T07:38:05.637Z] #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-23T07:38:05.637Z] #47 ... [2025-06-23T07:38:05.637Z] [2025-06-23T07:38:05.637Z] #48 [security-bootstrapper internal] load build context [2025-06-23T07:38:05.905Z] #48 ... [2025-06-23T07:38:05.905Z] [2025-06-23T07:38:05.905Z] #49 [core-keeper internal] load build context [2025-06-23T07:38:05.905Z] #49 ... [2025-06-23T07:38:05.905Z] [2025-06-23T07:38:05.905Z] #50 [security-proxy-auth internal] load build context [2025-06-23T07:38:05.905Z] #50 transferring context: 508.15MB 9.7s done [2025-06-23T07:38:05.905Z] #50 ... [2025-06-23T07:38:05.905Z] [2025-06-23T07:38:05.905Z] #51 [support-scheduler internal] load build context [2025-06-23T07:38:06.466Z] #51 ... [2025-06-23T07:38:06.467Z] [2025-06-23T07:38:06.467Z] #52 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-23T07:38:06.467Z] #0 1.312 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:06.467Z] #0 1.462 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:06.467Z] #0 1.826 (1/7) Installing ca-certificates (20241121-r1) [2025-06-23T07:38:06.467Z] #0 1.865 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-23T07:38:06.467Z] #0 1.869 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-23T07:38:06.467Z] #0 1.874 (4/7) Installing libsodium (1.0.19-r0) [2025-06-23T07:38:06.467Z] #0 1.883 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-23T07:38:06.467Z] #0 1.910 (6/7) Installing libzmq (4.3.5-r2) [2025-06-23T07:38:06.467Z] #0 1.920 (7/7) Installing zeromq (4.3.5-r2) [2025-06-23T07:38:06.467Z] #0 1.923 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:38:06.467Z] #0 1.931 Executing ca-certificates-20241121-r1.trigger [2025-06-23T07:38:06.467Z] #0 1.969 OK: 12 MiB in 21 packages [2025-06-23T07:38:06.725Z] #52 ... [2025-06-23T07:38:06.725Z] [2025-06-23T07:38:06.725Z] #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-23T07:38:06.725Z] #53 ... [2025-06-23T07:38:06.725Z] [2025-06-23T07:38:06.725Z] #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-23T07:38:06.725Z] #54 ... [2025-06-23T07:38:06.725Z] [2025-06-23T07:38:06.725Z] #55 [security-secretstore-setup internal] load build context [2025-06-23T07:38:06.725Z] #55 ... [2025-06-23T07:38:06.725Z] [2025-06-23T07:38:06.725Z] #56 [security-spiffe-token-provider internal] load build context [2025-06-23T07:38:06.982Z] #56 ... [2025-06-23T07:38:06.983Z] [2025-06-23T07:38:06.983Z] #57 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-23T07:38:06.983Z] #0 1.710 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:06.983Z] #0 1.798 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:06.983Z] #0 2.051 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-23T07:38:06.983Z] #0 2.052 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:38:06.983Z] #0 2.074 OK: 8 MiB in 15 packages [2025-06-23T07:38:06.983Z] #57 ... [2025-06-23T07:38:06.983Z] [2025-06-23T07:38:06.983Z] #58 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-23T07:38:06.983Z] #58 ... [2025-06-23T07:38:06.983Z] [2025-06-23T07:38:06.983Z] #56 [security-spiffe-token-provider internal] load build context [2025-06-23T07:38:07.240Z] #56 transferring context: 508.15MB 12.3s done [2025-06-23T07:38:11.618Z] #56 ... [2025-06-23T07:38:11.618Z] [2025-06-23T07:38:11.618Z] #36 [core-metadata internal] load build context [2025-06-23T07:38:11.618Z] #36 transferring context: 508.15MB 11.7s done [2025-06-23T07:38:11.618Z] #36 ... [2025-06-23T07:38:11.618Z] [2025-06-23T07:38:11.618Z] #55 [security-secretstore-setup internal] load build context [2025-06-23T07:38:11.618Z] #55 transferring context: 508.15MB 14.3s done [2025-06-23T07:38:12.556Z] #55 ... [2025-06-23T07:38:12.556Z] [2025-06-23T07:38:12.556Z] #59 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-23T07:38:12.556Z] #59 ... [2025-06-23T07:38:12.556Z] [2025-06-23T07:38:12.556Z] #60 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-23T07:38:12.816Z] #60 ... [2025-06-23T07:38:12.816Z] [2025-06-23T07:38:12.816Z] #61 [security-spire-config internal] load build context [2025-06-23T07:38:12.816Z] #61 ... [2025-06-23T07:38:12.816Z] [2025-06-23T07:38:12.816Z] #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-23T07:38:13.075Z] #62 ... [2025-06-23T07:38:13.075Z] [2025-06-23T07:38:13.075Z] #63 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T07:38:13.075Z] #63 ... [2025-06-23T07:38:13.075Z] [2025-06-23T07:38:13.075Z] #64 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T07:38:13.335Z] #64 ... [2025-06-23T07:38:13.336Z] [2025-06-23T07:38:13.336Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T07:38:13.336Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-23T07:38:13.336Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T07:38:13.336Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-23T07:38:13.336Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-23T07:38:13.336Z] #33 DONE 0.1s [2025-06-23T07:38:13.336Z] [2025-06-23T07:38:13.336Z] #58 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-23T07:38:13.336Z] #58 DONE 18.3s [2025-06-23T07:38:13.336Z] [2025-06-23T07:38:13.336Z] #34 [support-notifications internal] load build context [2025-06-23T07:38:13.336Z] #34 transferring context: 508.15MB 10.5s done [2025-06-23T07:38:13.336Z] #34 DONE 18.6s [2025-06-23T07:38:13.336Z] [2025-06-23T07:38:13.336Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T07:38:13.336Z] #65 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.0s done [2025-06-23T07:38:13.336Z] #65 DONE 0.0s [2025-06-23T07:38:13.336Z] [2025-06-23T07:38:13.336Z] #52 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-23T07:38:13.336Z] #52 DONE 18.6s [2025-06-23T07:38:13.336Z] [2025-06-23T07:38:13.336Z] #50 [security-proxy-auth internal] load build context [2025-06-23T07:38:13.336Z] #50 DONE 18.3s [2025-06-23T07:38:13.336Z] [2025-06-23T07:38:13.336Z] #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:38:13.336Z] #66 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10.7s done [2025-06-23T07:38:13.336Z] #66 ... [2025-06-23T07:38:13.336Z] [2025-06-23T07:38:13.336Z] #49 [core-keeper internal] load build context [2025-06-23T07:38:13.336Z] #49 transferring context: 508.15MB 10.9s done [2025-06-23T07:38:13.336Z] #49 DONE 18.3s [2025-06-23T07:38:13.336Z] [2025-06-23T07:38:13.336Z] #44 [core-command internal] load build context [2025-06-23T07:38:13.336Z] #44 transferring context: 508.15MB 10.7s done [2025-06-23T07:38:13.336Z] #44 DONE 18.4s [2025-06-23T07:38:13.336Z] [2025-06-23T07:38:13.336Z] #43 [security-proxy-setup internal] load build context [2025-06-23T07:38:13.336Z] #43 DONE 18.6s [2025-06-23T07:38:13.336Z] [2025-06-23T07:38:13.336Z] #45 [core-common-config-bootstrapper internal] load build context [2025-06-23T07:38:13.336Z] #45 transferring context: 508.15MB 11.2s done [2025-06-23T07:38:13.336Z] #45 DONE 18.5s [2025-06-23T07:38:13.336Z] [2025-06-23T07:38:13.336Z] #56 [security-spiffe-token-provider internal] load build context [2025-06-23T07:38:13.336Z] #56 DONE 18.5s [2025-06-23T07:38:13.336Z] [2025-06-23T07:38:13.336Z] #39 [core-data internal] load build context [2025-06-23T07:38:13.336Z] #39 transferring context: 508.15MB 12.9s done [2025-06-23T07:38:13.336Z] #39 DONE 18.7s [2025-06-23T07:38:13.336Z] [2025-06-23T07:38:13.336Z] #48 [security-bootstrapper internal] load build context [2025-06-23T07:38:13.336Z] #48 transferring context: 508.15MB 13.4s done [2025-06-23T07:38:13.336Z] #48 DONE 18.6s [2025-06-23T07:38:13.336Z] [2025-06-23T07:38:13.336Z] #51 [support-scheduler internal] load build context [2025-06-23T07:38:13.336Z] #51 transferring context: 508.15MB 13.9s done [2025-06-23T07:38:13.336Z] #51 DONE 18.6s [2025-06-23T07:38:13.336Z] [2025-06-23T07:38:13.336Z] #57 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-23T07:38:13.336Z] #57 DONE 18.9s [2025-06-23T07:38:13.336Z] [2025-06-23T07:38:13.336Z] #36 [core-metadata internal] load build context [2025-06-23T07:38:13.336Z] #36 DONE 18.8s [2025-06-23T07:38:13.336Z] [2025-06-23T07:38:13.336Z] #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:38:13.336Z] #66 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-06-23T07:38:13.336Z] #66 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.0s [2025-06-23T07:38:13.336Z] #66 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.0s [2025-06-23T07:38:13.336Z] #66 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.0s [2025-06-23T07:38:13.336Z] #66 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-23T07:38:13.336Z] #66 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-06-23T07:38:13.336Z] #66 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-06-23T07:38:13.336Z] #66 ... [2025-06-23T07:38:13.336Z] [2025-06-23T07:38:13.336Z] #67 [security-spire-server internal] load build context [2025-06-23T07:38:13.595Z] #67 transferring context: 23.80kB done [2025-06-23T07:38:13.595Z] #67 DONE 10.9s [2025-06-23T07:38:13.595Z] [2025-06-23T07:38:13.595Z] #55 [security-secretstore-setup internal] load build context [2025-06-23T07:38:13.595Z] #55 DONE 18.5s [2025-06-23T07:38:13.595Z] [2025-06-23T07:38:13.595Z] #61 [security-spire-config internal] load build context [2025-06-23T07:38:13.595Z] #61 transferring context: 22.05kB done [2025-06-23T07:38:13.595Z] #61 DONE 10.9s [2025-06-23T07:38:13.595Z] [2025-06-23T07:38:13.595Z] #68 [security-spire-agent internal] load build context [2025-06-23T07:38:13.595Z] #68 transferring context: 23.33kB done [2025-06-23T07:38:13.595Z] #68 DONE 0.2s [2025-06-23T07:38:13.595Z] [2025-06-23T07:38:13.595Z] #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:38:13.595Z] #66 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-06-23T07:38:13.595Z] #66 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-06-23T07:38:13.595Z] #66 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s [2025-06-23T07:38:13.595Z] #66 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-06-23T07:38:13.595Z] #66 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-06-23T07:38:13.595Z] #66 ... [2025-06-23T07:38:13.595Z] [2025-06-23T07:38:13.595Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-23T07:38:13.595Z] #69 ... [2025-06-23T07:38:13.595Z] [2025-06-23T07:38:13.595Z] #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:38:13.853Z] #66 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-06-23T07:38:13.853Z] #66 ... [2025-06-23T07:38:13.853Z] [2025-06-23T07:38:13.853Z] #46 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-23T07:38:13.853Z] #46 DONE 18.9s [2025-06-23T07:38:13.853Z] [2025-06-23T07:38:13.853Z] #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:38:13.853Z] #66 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done [2025-06-23T07:38:13.853Z] #66 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 10.49MB / 36.47MB 0.6s [2025-06-23T07:38:14.118Z] #66 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 18.87MB / 36.47MB 0.7s [2025-06-23T07:38:14.118Z] #66 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 28.31MB / 36.47MB 0.8s [2025-06-23T07:38:14.376Z] #66 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.9s [2025-06-23T07:38:14.376Z] #66 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.0s done [2025-06-23T07:38:14.376Z] #66 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 [2025-06-23T07:38:14.635Z] #66 ... [2025-06-23T07:38:14.635Z] [2025-06-23T07:38:14.635Z] #41 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-23T07:38:14.635Z] #41 18.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:14.635Z] #41 18.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:14.635Z] #41 19.40 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-23T07:38:14.635Z] #41 19.40 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:38:14.635Z] #41 19.41 OK: 8 MiB in 15 packages [2025-06-23T07:38:14.635Z] #41 DONE 19.7s [2025-06-23T07:38:14.635Z] [2025-06-23T07:38:14.635Z] #42 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-23T07:38:14.635Z] #42 18.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:14.635Z] #42 18.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:14.635Z] #42 19.33 (1/3) Installing ca-certificates (20241121-r1) [2025-06-23T07:38:14.635Z] #42 19.35 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-23T07:38:14.635Z] #42 19.35 (3/3) Installing tzdata (2025b-r0) [2025-06-23T07:38:14.635Z] #42 19.39 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:38:14.635Z] #42 19.39 Executing ca-certificates-20241121-r1.trigger [2025-06-23T07:38:14.635Z] #42 19.42 OK: 10 MiB in 17 packages [2025-06-23T07:38:14.635Z] #42 DONE 19.6s [2025-06-23T07:38:14.635Z] [2025-06-23T07:38:14.635Z] #40 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-23T07:38:14.635Z] #40 18.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:14.635Z] #40 19.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:14.635Z] #40 19.35 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-23T07:38:14.635Z] #40 19.35 (2/2) Installing su-exec (0.2-r3) [2025-06-23T07:38:14.635Z] #40 19.36 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:38:14.635Z] #40 19.36 OK: 8 MiB in 16 packages [2025-06-23T07:38:14.635Z] #40 DONE 19.7s [2025-06-23T07:38:14.635Z] [2025-06-23T07:38:14.635Z] #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:38:14.635Z] #66 ... [2025-06-23T07:38:14.635Z] [2025-06-23T07:38:14.635Z] #60 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-23T07:38:14.635Z] #60 DONE 12.1s [2025-06-23T07:38:14.635Z] [2025-06-23T07:38:14.635Z] #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-23T07:38:14.635Z] #47 18.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:14.635Z] #47 19.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:14.635Z] #47 19.36 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-23T07:38:14.635Z] #47 19.37 (2/4) Installing openssl (3.3.3-r0) [2025-06-23T07:38:14.635Z] #47 19.38 (3/4) Installing su-exec (0.2-r3) [2025-06-23T07:38:14.635Z] #47 19.38 (4/4) Installing yq-go (4.44.1-r2) [2025-06-23T07:38:14.635Z] #47 19.46 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:38:14.635Z] #47 19.48 OK: 19 MiB in 18 packages [2025-06-23T07:38:14.635Z] #47 DONE 19.8s [2025-06-23T07:38:14.635Z] [2025-06-23T07:38:14.635Z] #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-23T07:38:14.635Z] #54 18.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:14.635Z] #54 18.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:14.635Z] #54 19.25 (1/4) Installing ca-certificates (20241121-r1) [2025-06-23T07:38:14.635Z] #54 19.27 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-23T07:38:14.635Z] #54 19.27 (3/4) Installing su-exec (0.2-r3) [2025-06-23T07:38:14.635Z] #54 19.28 (4/4) Installing yq-go (4.44.1-r2) [2025-06-23T07:38:14.635Z] #54 19.37 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:38:14.635Z] #54 19.38 Executing ca-certificates-20241121-r1.trigger [2025-06-23T07:38:14.635Z] #54 19.44 OK: 19 MiB in 18 packages [2025-06-23T07:38:14.635Z] #54 DONE 19.6s [2025-06-23T07:38:14.635Z] [2025-06-23T07:38:14.635Z] #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:38:15.202Z] #66 ... [2025-06-23T07:38:15.202Z] [2025-06-23T07:38:15.202Z] #63 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T07:38:15.202Z] #63 11.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:15.202Z] #63 12.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:15.202Z] #63 12.36 OK: 248 MiB in 58 packages [2025-06-23T07:38:15.202Z] #63 DONE 13.0s [2025-06-23T07:38:15.202Z] [2025-06-23T07:38:15.202Z] #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:38:15.461Z] #66 ... [2025-06-23T07:38:15.461Z] [2025-06-23T07:38:15.461Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-23T07:38:15.461Z] #0 1.225 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:15.461Z] #0 1.330 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:15.461Z] #0 1.651 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-23T07:38:15.461Z] #0 1.651 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-23T07:38:15.461Z] #0 1.651 OK: 24171 distinct packages available [2025-06-23T07:38:15.461Z] #0 1.729 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:15.461Z] #0 1.804 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:15.461Z] #0 2.104 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-23T07:38:15.461Z] #0 2.107 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-23T07:38:15.461Z] #0 2.110 (3/4) Installing libucontext (1.2-r3) [2025-06-23T07:38:15.461Z] #0 2.113 (4/4) Installing gcompat (1.1.0-r4) [2025-06-23T07:38:15.461Z] #0 2.118 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:38:15.461Z] #0 2.125 OK: 8 MiB in 18 packages [2025-06-23T07:38:15.461Z] #70 DONE 2.4s [2025-06-23T07:38:15.461Z] [2025-06-23T07:38:15.461Z] #71 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:38:15.461Z] #71 DONE 0.3s [2025-06-23T07:38:15.461Z] [2025-06-23T07:38:15.461Z] #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:38:15.720Z] #66 ... [2025-06-23T07:38:15.720Z] [2025-06-23T07:38:15.720Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T07:38:15.720Z] #65 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-23T07:38:15.720Z] #65 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-06-23T07:38:15.720Z] #65 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-06-23T07:38:15.720Z] #65 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.0s done [2025-06-23T07:38:15.720Z] #65 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-06-23T07:38:15.720Z] #65 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.5s done [2025-06-23T07:38:15.720Z] #65 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 1.0s done [2025-06-23T07:38:15.720Z] #65 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-06-23T07:38:15.720Z] #65 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.8s done [2025-06-23T07:38:15.720Z] #65 DONE 2.3s [2025-06-23T07:38:15.720Z] [2025-06-23T07:38:15.720Z] #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:38:15.980Z] #66 ... [2025-06-23T07:38:15.980Z] [2025-06-23T07:38:15.980Z] #64 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T07:38:15.980Z] #64 12.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:15.980Z] #64 12.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:15.980Z] #64 13.19 OK: 248 MiB in 58 packages [2025-06-23T07:38:15.980Z] #64 DONE 13.4s [2025-06-23T07:38:15.980Z] [2025-06-23T07:38:15.980Z] #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-23T07:38:15.980Z] #62 12.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:15.980Z] #62 12.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:15.980Z] #62 13.21 OK: 248 MiB in 58 packages [2025-06-23T07:38:15.980Z] #62 DONE 13.4s [2025-06-23T07:38:15.980Z] [2025-06-23T07:38:15.980Z] #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-23T07:38:15.980Z] #53 18.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:15.980Z] #53 19.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:15.980Z] #53 20.14 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-23T07:38:15.980Z] #53 20.14 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-23T07:38:15.980Z] #53 20.14 OK: 24171 distinct packages available [2025-06-23T07:38:15.980Z] #53 20.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:15.980Z] #53 20.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:15.980Z] #53 20.68 (1/14) Installing ca-certificates (20241121-r1) [2025-06-23T07:38:15.980Z] #53 20.69 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-23T07:38:15.980Z] #53 20.71 (3/14) Installing c-ares (1.33.1-r0) [2025-06-23T07:38:15.980Z] #53 20.71 (4/14) Installing libunistring (1.2-r0) [2025-06-23T07:38:15.980Z] #53 20.73 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-23T07:38:15.980Z] #53 20.73 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-23T07:38:15.980Z] #53 20.74 (7/14) Installing libpsl (0.21.5-r1) [2025-06-23T07:38:15.980Z] #53 20.74 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-23T07:38:15.980Z] #53 20.75 (9/14) Installing libcurl (8.12.1-r0) [2025-06-23T07:38:15.980Z] #53 20.75 (10/14) Installing curl (8.12.1-r0) [2025-06-23T07:38:15.980Z] #53 20.76 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-23T07:38:15.980Z] #53 20.76 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-23T07:38:15.980Z] #53 20.77 (13/14) Installing libucontext (1.2-r3) [2025-06-23T07:38:15.980Z] #53 20.77 (14/14) Installing gcompat (1.1.0-r4) [2025-06-23T07:38:15.980Z] #53 20.77 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:38:15.980Z] #53 20.80 Executing ca-certificates-20241121-r1.trigger [2025-06-23T07:38:15.980Z] #53 20.84 OK: 13 MiB in 28 packages [2025-06-23T07:38:15.980Z] #53 DONE 21.0s [2025-06-23T07:38:15.980Z] [2025-06-23T07:38:15.980Z] #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:38:15.980Z] #66 ... [2025-06-23T07:38:15.980Z] [2025-06-23T07:38:15.980Z] #72 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:38:15.980Z] #72 DONE 0.1s [2025-06-23T07:38:15.980Z] [2025-06-23T07:38:15.980Z] #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:38:15.980Z] #73 DONE 0.1s [2025-06-23T07:38:15.980Z] [2025-06-23T07:38:15.980Z] #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:38:16.240Z] #66 ... [2025-06-23T07:38:16.240Z] [2025-06-23T07:38:16.240Z] #59 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-23T07:38:16.240Z] #59 13.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:16.240Z] #59 13.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:16.240Z] #59 13.48 OK: 248 MiB in 58 packages [2025-06-23T07:38:16.240Z] #59 DONE 13.7s [2025-06-23T07:38:16.240Z] [2025-06-23T07:38:16.240Z] #74 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:38:16.240Z] #74 DONE 0.1s [2025-06-23T07:38:16.240Z] [2025-06-23T07:38:16.240Z] #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:38:16.497Z] #66 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.2s done [2025-06-23T07:38:16.497Z] #66 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.2s done [2025-06-23T07:38:16.497Z] #66 DONE 14.1s [2025-06-23T07:38:16.497Z] [2025-06-23T07:38:16.497Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-23T07:38:16.497Z] #69 13.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:16.497Z] #69 13.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:16.497Z] #69 13.54 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-23T07:38:16.497Z] #69 13.54 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-23T07:38:16.497Z] #69 13.54 OK: 24171 distinct packages available [2025-06-23T07:38:16.497Z] #69 13.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:16.497Z] #69 13.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:16.756Z] #69 14.22 OK: 248 MiB in 58 packages [2025-06-23T07:38:17.015Z] #69 ... [2025-06-23T07:38:17.015Z] [2025-06-23T07:38:17.015Z] #75 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-23T07:38:17.015Z] #0 2.810 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:17.015Z] #0 2.888 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:17.015Z] #0 3.254 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-23T07:38:17.015Z] #0 3.254 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-23T07:38:17.015Z] #0 3.254 OK: 24171 distinct packages available [2025-06-23T07:38:17.015Z] #0 3.334 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:17.015Z] #0 3.410 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:17.015Z] #0 3.709 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-23T07:38:17.015Z] #0 3.712 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-23T07:38:17.015Z] #0 3.715 (3/5) Installing libucontext (1.2-r3) [2025-06-23T07:38:17.015Z] #0 3.718 (4/5) Installing gcompat (1.1.0-r4) [2025-06-23T07:38:17.015Z] #0 3.722 (5/5) Installing openssl (3.3.3-r0) [2025-06-23T07:38:17.015Z] #0 3.733 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:38:17.015Z] #0 3.746 OK: 9 MiB in 19 packages [2025-06-23T07:38:17.015Z] #75 DONE 4.0s [2025-06-23T07:38:17.015Z] [2025-06-23T07:38:17.015Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-23T07:38:17.015Z] #69 DONE 14.4s [2025-06-23T07:38:17.015Z] [2025-06-23T07:38:17.015Z] #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-23T07:38:17.015Z] #0 1.788 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:17.015Z] #0 1.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:17.015Z] #0 2.191 OK: 19 MiB in 18 packages [2025-06-23T07:38:17.015Z] #76 DONE 2.4s [2025-06-23T07:38:17.015Z] [2025-06-23T07:38:17.015Z] #77 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-23T07:38:17.015Z] #77 DONE 0.0s [2025-06-23T07:38:17.015Z] [2025-06-23T07:38:17.015Z] #78 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:38:17.015Z] #78 DONE 0.1s [2025-06-23T07:38:17.015Z] [2025-06-23T07:38:17.015Z] #79 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-23T07:38:17.015Z] #79 ... [2025-06-23T07:38:17.015Z] [2025-06-23T07:38:17.015Z] #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T07:38:17.015Z] #0 2.080 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:17.015Z] #0 2.168 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:17.015Z] #0 2.511 OK: 10 MiB in 17 packages [2025-06-23T07:38:17.015Z] #80 DONE 2.7s [2025-06-23T07:38:17.274Z] [2025-06-23T07:38:17.275Z] #81 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-06-23T07:38:17.275Z] #0 3.520 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:17.275Z] #0 3.599 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:17.275Z] #0 3.996 OK: 8 MiB in 15 packages [2025-06-23T07:38:17.275Z] #81 DONE 4.1s [2025-06-23T07:38:17.275Z] [2025-06-23T07:38:17.275Z] #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:38:18.211Z] #82 ... [2025-06-23T07:38:18.211Z] [2025-06-23T07:38:18.211Z] #83 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T07:38:18.211Z] #0 3.009 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:18.211Z] #0 3.084 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:18.211Z] #0 3.361 OK: 8 MiB in 15 packages [2025-06-23T07:38:18.211Z] #83 DONE 3.5s [2025-06-23T07:38:18.211Z] [2025-06-23T07:38:18.211Z] #84 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-23T07:38:18.211Z] #0 2.983 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:18.211Z] #0 3.051 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:18.211Z] #0 3.383 OK: 8 MiB in 16 packages [2025-06-23T07:38:18.211Z] #84 DONE 3.5s [2025-06-23T07:38:18.211Z] [2025-06-23T07:38:18.211Z] #85 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-23T07:38:18.211Z] #85 ... [2025-06-23T07:38:18.211Z] [2025-06-23T07:38:18.211Z] #86 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-23T07:38:18.211Z] #0 3.098 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:18.211Z] #0 3.170 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:18.211Z] #0 3.479 OK: 19 MiB in 18 packages [2025-06-23T07:38:18.211Z] #86 DONE 3.6s [2025-06-23T07:38:18.472Z] [2025-06-23T07:38:18.472Z] #87 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-23T07:38:18.472Z] #0 2.965 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:19.407Z] #87 ... [2025-06-23T07:38:19.407Z] [2025-06-23T07:38:19.407Z] #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T07:38:19.407Z] #0 5.284 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:19.407Z] #0 5.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:19.407Z] #0 5.652 OK: 12 MiB in 21 packages [2025-06-23T07:38:19.407Z] #88 DONE 5.8s [2025-06-23T07:38:19.407Z] [2025-06-23T07:38:19.407Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T07:38:19.407Z] #0 2.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:19.407Z] #0 2.760 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:19.407Z] #0 3.128 OK: 13 MiB in 28 packages [2025-06-23T07:38:19.407Z] #89 DONE 3.3s [2025-06-23T07:38:19.407Z] [2025-06-23T07:38:19.407Z] #79 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-23T07:38:19.407Z] #79 2.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:19.407Z] #79 2.491 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:19.667Z] #79 ... [2025-06-23T07:38:19.667Z] [2025-06-23T07:38:19.667Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-23T07:38:19.667Z] #0 3.468 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:19.667Z] #0 3.556 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:19.667Z] #0 3.958 OK: 8 MiB in 18 packages [2025-06-23T07:38:19.667Z] #90 DONE 4.1s [2025-06-23T07:38:19.667Z] [2025-06-23T07:38:19.667Z] #79 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-23T07:38:19.667Z] #79 2.862 OK: 9 MiB in 19 packages [2025-06-23T07:38:20.238Z] #79 DONE 3.3s [2025-06-23T07:38:20.238Z] [2025-06-23T07:38:20.238Z] #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-23T07:38:20.238Z] #91 DONE 0.5s [2025-06-23T07:38:20.238Z] [2025-06-23T07:38:20.238Z] #85 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-23T07:38:20.238Z] #85 DONE 2.0s [2025-06-23T07:38:20.238Z] [2025-06-23T07:38:20.238Z] #87 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-23T07:38:20.238Z] #87 5.544 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:20.805Z] #87 ... [2025-06-23T07:38:20.805Z] [2025-06-23T07:38:20.805Z] #92 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-23T07:38:20.805Z] #92 DONE 0.6s [2025-06-23T07:38:20.805Z] [2025-06-23T07:38:20.805Z] #93 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-23T07:38:20.805Z] #93 DONE 0.6s [2025-06-23T07:38:20.805Z] [2025-06-23T07:38:20.805Z] #94 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-23T07:38:20.805Z] #94 DONE 0.7s [2025-06-23T07:38:20.805Z] [2025-06-23T07:38:20.805Z] #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-23T07:38:20.805Z] #95 DONE 0.7s [2025-06-23T07:38:20.805Z] [2025-06-23T07:38:20.805Z] #96 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-23T07:38:20.805Z] #96 DONE 0.1s [2025-06-23T07:38:20.805Z] [2025-06-23T07:38:20.805Z] #97 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-23T07:38:20.805Z] #97 DONE 0.1s [2025-06-23T07:38:20.805Z] [2025-06-23T07:38:20.805Z] #98 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-23T07:38:21.372Z] #98 DONE 0.4s [2025-06-23T07:38:21.372Z] [2025-06-23T07:38:21.372Z] #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-23T07:38:21.372Z] #99 DONE 0.5s [2025-06-23T07:38:21.372Z] [2025-06-23T07:38:21.372Z] #100 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-23T07:38:21.372Z] #100 DONE 0.4s [2025-06-23T07:38:21.372Z] [2025-06-23T07:38:21.372Z] #101 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-23T07:38:21.372Z] #101 DONE 0.1s [2025-06-23T07:38:21.372Z] [2025-06-23T07:38:21.372Z] #102 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-23T07:38:21.372Z] #102 DONE 0.1s [2025-06-23T07:38:21.372Z] [2025-06-23T07:38:21.373Z] #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-23T07:38:21.373Z] #103 DONE 0.1s [2025-06-23T07:38:21.373Z] [2025-06-23T07:38:21.373Z] #104 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-23T07:38:21.373Z] #104 DONE 0.0s [2025-06-23T07:38:21.373Z] [2025-06-23T07:38:21.373Z] #105 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-23T07:38:21.373Z] #105 DONE 0.1s [2025-06-23T07:38:21.373Z] [2025-06-23T07:38:21.373Z] #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-23T07:38:21.373Z] #106 DONE 0.1s [2025-06-23T07:38:21.373Z] [2025-06-23T07:38:21.373Z] #107 [security-spire-config] exporting to image [2025-06-23T07:38:21.373Z] #107 exporting layers [2025-06-23T07:38:21.630Z] #107 ... [2025-06-23T07:38:21.630Z] [2025-06-23T07:38:21.630Z] #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-23T07:38:21.630Z] #108 DONE 0.1s [2025-06-23T07:38:21.630Z] [2025-06-23T07:38:21.630Z] #109 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-23T07:38:21.630Z] #109 DONE 0.1s [2025-06-23T07:38:21.630Z] [2025-06-23T07:38:21.630Z] #110 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-23T07:38:21.630Z] #110 DONE 0.1s [2025-06-23T07:38:21.630Z] [2025-06-23T07:38:21.630Z] #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-23T07:38:21.630Z] #111 DONE 0.0s [2025-06-23T07:38:21.630Z] [2025-06-23T07:38:21.630Z] #107 [security-spire-server] exporting to image [2025-06-23T07:38:22.195Z] #107 exporting layers 0.8s done [2025-06-23T07:38:22.195Z] #107 writing image sha256:daef0f3d5573d04d7073624fd917ccbe12ce28c6b40a6a55326575f1d4162cf8 0.0s done [2025-06-23T07:38:22.195Z] #107 naming to docker.io/library/security-spire-config done [2025-06-23T07:38:22.455Z] #107 exporting layers 0.7s done [2025-06-23T07:38:22.455Z] #107 writing image sha256:8245e0602fcd0ef3e7ae1812e28c8251785c5f94f04d863ed8b2859715f603dd done [2025-06-23T07:38:22.455Z] #107 naming to docker.io/library/security-spire-server done [2025-06-23T07:38:22.455Z] #107 writing image sha256:c269e237becfb2dd643a70543b7e17fbfc455ca21ca03a217b9761a479a5084a done [2025-06-23T07:38:22.455Z] #107 naming to docker.io/library/security-spire-agent done [2025-06-23T07:38:22.455Z] #107 DONE 1.0s [2025-06-23T07:38:22.455Z] [2025-06-23T07:38:22.455Z] #112 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-23T07:38:22.455Z] #0 2.845 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:22.455Z] #0 5.415 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T07:38:22.714Z] #112 8.826 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-23T07:38:23.648Z] #112 ... [2025-06-23T07:38:23.648Z] [2025-06-23T07:38:23.648Z] #87 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-23T07:38:23.648Z] #87 8.850 OK: 248 MiB in 58 packages [2025-06-23T07:38:23.648Z] #87 DONE 9.0s [2025-06-23T07:38:23.648Z] [2025-06-23T07:38:23.648Z] #113 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-23T07:38:23.648Z] #113 DONE 0.0s [2025-06-23T07:38:23.648Z] [2025-06-23T07:38:23.648Z] #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:38:24.580Z] #114 ... [2025-06-23T07:38:24.581Z] [2025-06-23T07:38:24.581Z] #112 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-23T07:38:24.581Z] #112 10.35 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:38:24.581Z] #112 10.36 OK: 8 MiB in 15 packages [2025-06-23T07:38:24.581Z] #112 DONE 10.5s [2025-06-23T07:38:24.581Z] [2025-06-23T07:38:24.581Z] #115 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:38:25.516Z] #115 ... [2025-06-23T07:38:25.516Z] [2025-06-23T07:38:25.516Z] #116 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:38:25.773Z] #116 ... [2025-06-23T07:38:25.773Z] [2025-06-23T07:38:25.773Z] #117 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:38:26.031Z] #117 ... [2025-06-23T07:38:26.031Z] [2025-06-23T07:38:26.031Z] #118 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:38:58.141Z] #118 DONE 38.6s [2025-06-23T07:38:58.141Z] [2025-06-23T07:38:58.141Z] #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:38:58.141Z] #114 DONE 31.0s [2025-06-23T07:38:58.141Z] [2025-06-23T07:38:58.141Z] #115 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:38:58.141Z] #115 DONE 38.3s [2025-06-23T07:38:58.141Z] [2025-06-23T07:38:58.141Z] #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:38:58.141Z] #82 DONE 37.6s [2025-06-23T07:38:58.141Z] [2025-06-23T07:38:58.141Z] #117 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:38:58.141Z] #117 DONE 38.6s [2025-06-23T07:38:58.141Z] [2025-06-23T07:38:58.141Z] #116 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:38:58.141Z] #116 DONE 39.1s [2025-06-23T07:38:58.141Z] [2025-06-23T07:38:58.141Z] #119 [core-metadata builder 6/7] COPY . . [2025-06-23T07:39:01.421Z] Removing intermediate container 15aa93214997 [2025-06-23T07:39:01.421Z] ---> 10fbf6e65e91 [2025-06-23T07:39:01.421Z] Successfully built 10fbf6e65e91 [2025-06-23T07:39:01.421Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:39:01.768Z] + docker inspect -f . ci-base-image-arm64 [2025-06-23T07:39:01.768Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T07:39:01.969Z] prd-ubuntu20.04-docker-arm64-4c-16g-3773 does not seem to be running inside a container [2025-06-23T07:39:02.042Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-06-23T07:39:02.331Z] #119 DONE 7.7s [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-23T07:39:02.331Z] #120 DONE 7.6s [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #121 [core-keeper builder 7/8] COPY . . [2025-06-23T07:39:02.331Z] #121 DONE 7.7s [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #122 [support-scheduler builder 6/7] COPY . . [2025-06-23T07:39:02.331Z] #122 DONE 7.7s [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #123 [security-proxy-setup builder 6/7] COPY . . [2025-06-23T07:39:02.331Z] #123 DONE 7.7s [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #124 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:39:02.331Z] #124 CACHED [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #125 [security-secretstore-setup builder 6/7] COPY . . [2025-06-23T07:39:02.331Z] #125 CACHED [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #126 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:39:02.331Z] #126 CACHED [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #127 [security-bootstrapper builder 6/7] COPY . . [2025-06-23T07:39:02.331Z] #127 CACHED [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #128 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:39:02.331Z] #128 CACHED [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #129 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:39:02.331Z] #129 CACHED [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #130 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:39:02.331Z] #130 CACHED [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:39:02.331Z] #131 CACHED [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #132 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-23T07:39:02.331Z] #132 CACHED [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #133 [support-notifications builder 6/7] COPY . . [2025-06-23T07:39:02.331Z] #133 DONE 7.7s [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #134 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:39:02.331Z] #134 CACHED [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #135 [security-proxy-auth builder 6/7] COPY . . [2025-06-23T07:39:02.331Z] #135 CACHED [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #136 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:39:02.331Z] #136 CACHED [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #137 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:39:02.331Z] #137 CACHED [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #138 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:39:02.331Z] #138 CACHED [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #139 [core-command builder 6/7] COPY . . [2025-06-23T07:39:02.331Z] #139 CACHED [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #140 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:39:02.331Z] #140 CACHED [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #141 [core-data builder 6/7] COPY . . [2025-06-23T07:39:02.331Z] #141 CACHED [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #142 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:39:02.331Z] #142 CACHED [2025-06-23T07:39:02.331Z] [2025-06-23T07:39:02.331Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T07:39:03.258Z] $ docker top a3844d5a4e36ba3edea28f7a3d46f20f2a6966eae20d35b0d6ec18b98101fd48 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T07:39:03.705Z] #143 1.021 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-23T07:39:04.070Z] + go version [2025-06-23T07:39:04.070Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-06-23T07:39:04.094Z] $ docker stop --time=1 a3844d5a4e36ba3edea28f7a3d46f20f2a6966eae20d35b0d6ec18b98101fd48 [2025-06-23T07:39:05.730Z] $ docker rm -f --volumes a3844d5a4e36ba3edea28f7a3d46f20f2a6966eae20d35b0d6ec18b98101fd48 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:39:06.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-23T07:39:06.417Z] [2025-06-23T07:39:06.417Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:39:06.748Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-23T07:39:07.022Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-06-23T07:39:07.022Z] 547446be3368: Pulling fs layer [2025-06-23T07:39:07.022Z] d125d8839a47: Pulling fs layer [2025-06-23T07:39:07.022Z] 3e85d5ac6304: Pulling fs layer [2025-06-23T07:39:07.022Z] c3105a71a48b: Pulling fs layer [2025-06-23T07:39:07.022Z] 0f093f025ec4: Pulling fs layer [2025-06-23T07:39:07.022Z] c3106fc0e877: Pulling fs layer [2025-06-23T07:39:07.022Z] c3105a71a48b: Waiting [2025-06-23T07:39:07.022Z] 0f093f025ec4: Waiting [2025-06-23T07:39:07.022Z] c3106fc0e877: Waiting [2025-06-23T07:39:07.022Z] 547446be3368: Verifying Checksum [2025-06-23T07:39:07.022Z] 547446be3368: Download complete [2025-06-23T07:39:07.022Z] c3105a71a48b: Download complete [2025-06-23T07:39:07.608Z] d125d8839a47: Verifying Checksum [2025-06-23T07:39:07.608Z] d125d8839a47: Download complete [2025-06-23T07:39:07.608Z] c3106fc0e877: Verifying Checksum [2025-06-23T07:39:07.608Z] c3106fc0e877: Download complete [2025-06-23T07:39:07.608Z] 0f093f025ec4: Verifying Checksum [2025-06-23T07:39:07.608Z] 0f093f025ec4: Download complete [2025-06-23T07:39:07.876Z] 547446be3368: Pull complete [2025-06-23T07:39:08.835Z] d125d8839a47: Pull complete [2025-06-23T07:39:09.417Z] 3e85d5ac6304: Verifying Checksum [2025-06-23T07:39:09.417Z] 3e85d5ac6304: Download complete [2025-06-23T07:39:13.671Z] #143 ... [2025-06-23T07:39:13.671Z] [2025-06-23T07:39:13.671Z] #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-23T07:39:13.671Z] #0 1.090 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-23T07:39:13.671Z] #144 ... [2025-06-23T07:39:13.671Z] [2025-06-23T07:39:13.671Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-23T07:39:13.671Z] #0 0.694 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-23T07:39:13.671Z] #145 ... [2025-06-23T07:39:13.671Z] [2025-06-23T07:39:13.671Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-23T07:39:13.671Z] #0 1.168 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-23T07:39:13.671Z] #146 ... [2025-06-23T07:39:13.671Z] [2025-06-23T07:39:13.671Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-23T07:39:13.671Z] #0 0.933 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-23T07:39:13.671Z] #147 ... [2025-06-23T07:39:13.671Z] [2025-06-23T07:39:13.672Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-23T07:39:13.672Z] #0 1.240 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-23T07:39:13.672Z] #148 ... [2025-06-23T07:39:13.672Z] [2025-06-23T07:39:13.672Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-23T07:39:13.672Z] #0 1.185 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-23T07:39:13.672Z] #149 ... [2025-06-23T07:39:13.672Z] [2025-06-23T07:39:13.672Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-23T07:39:13.672Z] #0 0.530 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-23T07:39:13.672Z] #150 ... [2025-06-23T07:39:13.672Z] [2025-06-23T07:39:13.672Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-23T07:39:13.672Z] #0 1.161 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-23T07:39:13.672Z] #151 ... [2025-06-23T07:39:13.672Z] [2025-06-23T07:39:13.672Z] #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-23T07:39:13.672Z] #0 0.544 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-23T07:39:13.672Z] #152 ... [2025-06-23T07:39:13.672Z] [2025-06-23T07:39:13.672Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T07:39:13.672Z] #0 1.340 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-23T07:39:13.930Z] #153 ... [2025-06-23T07:39:13.930Z] [2025-06-23T07:39:13.930Z] #154 [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-06-23T07:39:13.930Z] #0 1.089 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-23T07:39:19.479Z] 3e85d5ac6304: Pull complete [2025-06-23T07:39:19.479Z] c3105a71a48b: Pull complete [2025-06-23T07:39:20.437Z] 0f093f025ec4: Pull complete [2025-06-23T07:39:20.437Z] c3106fc0e877: Pull complete [2025-06-23T07:39:20.437Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-06-23T07:39:20.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-23T07:39:20.703Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T07:39:20.910Z] prd-ubuntu20.04-docker-arm64-4c-16g-3773 does not seem to be running inside a container [2025-06-23T07:39:20.984Z] $ 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/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2025-06-23T07:39:22.955Z] $ docker top 24d3849eb8a315eb7028a0829a1a1f697950645502e7340786cf079dcdac8cfb -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T07:39:23.778Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-23T07:39:33.852Z] #1 [security-spire-config internal] load build definition from Dockerfile [2025-06-23T07:39:33.852Z] #1 transferring dockerfile: 1.69kB done [2025-06-23T07:39:33.852Z] #1 DONE 0.1s [2025-06-23T07:39:33.852Z] [2025-06-23T07:39:33.852Z] #2 [security-spire-agent internal] load build definition from Dockerfile [2025-06-23T07:39:33.852Z] #2 transferring dockerfile: 1.81kB 0.0s done [2025-06-23T07:39:33.852Z] #2 DONE 0.0s [2025-06-23T07:39:33.852Z] [2025-06-23T07:39:33.852Z] #3 [support-scheduler internal] load build definition from Dockerfile [2025-06-23T07:39:33.852Z] #3 transferring dockerfile: 1.83kB 0.0s done [2025-06-23T07:39:33.852Z] #3 DONE 0.1s [2025-06-23T07:39:33.852Z] [2025-06-23T07:39:33.852Z] #4 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-23T07:39:33.852Z] #4 transferring dockerfile: 3.02kB 0.0s done [2025-06-23T07:39:33.852Z] #4 DONE 0.1s [2025-06-23T07:39:33.852Z] [2025-06-23T07:39:33.852Z] #5 [security-spire-server internal] load build definition from Dockerfile [2025-06-23T07:39:33.852Z] #5 transferring dockerfile: 1.70kB 0.0s done [2025-06-23T07:39:33.852Z] #5 DONE 0.1s [2025-06-23T07:39:33.852Z] [2025-06-23T07:39:33.852Z] #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-23T07:39:33.852Z] #6 transferring dockerfile: 2.23kB done [2025-06-23T07:39:33.852Z] #6 DONE 0.0s [2025-06-23T07:39:33.852Z] [2025-06-23T07:39:33.852Z] #7 [core-keeper internal] load build definition from Dockerfile [2025-06-23T07:39:33.852Z] #7 transferring dockerfile: 2.01kB done [2025-06-23T07:39:33.852Z] #7 DONE 0.1s [2025-06-23T07:39:33.852Z] [2025-06-23T07:39:33.852Z] #8 [core-command internal] load build definition from Dockerfile [2025-06-23T07:39:33.852Z] #8 transferring dockerfile: 1.94kB done [2025-06-23T07:39:33.852Z] #8 DONE 0.1s [2025-06-23T07:39:33.852Z] [2025-06-23T07:39:33.852Z] #9 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-23T07:39:33.852Z] #9 transferring dockerfile: 2.14kB 0.0s done [2025-06-23T07:39:33.852Z] #9 DONE 0.1s [2025-06-23T07:39:33.852Z] [2025-06-23T07:39:33.852Z] #10 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-23T07:39:33.852Z] #10 transferring dockerfile: 1.89kB done [2025-06-23T07:39:33.852Z] #10 DONE 0.1s [2025-06-23T07:39:33.852Z] [2025-06-23T07:39:33.852Z] #11 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-23T07:39:33.852Z] #11 transferring dockerfile: 2.50kB done [2025-06-23T07:39:33.852Z] #11 DONE 0.1s [2025-06-23T07:39:33.852Z] [2025-06-23T07:39:33.852Z] #12 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-23T07:39:33.852Z] #12 transferring dockerfile: 2.49kB 0.0s done [2025-06-23T07:39:33.852Z] #12 DONE 0.1s [2025-06-23T07:39:33.852Z] [2025-06-23T07:39:33.852Z] #13 [support-notifications internal] load build definition from Dockerfile [2025-06-23T07:39:33.852Z] #13 transferring dockerfile: 2.00kB done [2025-06-23T07:39:33.852Z] #13 DONE 0.1s [2025-06-23T07:39:33.852Z] [2025-06-23T07:39:33.852Z] #14 [core-metadata internal] load build definition from Dockerfile [2025-06-23T07:39:33.852Z] #14 transferring dockerfile: 2.10kB done [2025-06-23T07:39:33.852Z] #14 DONE 0.1s [2025-06-23T07:39:33.852Z] [2025-06-23T07:39:33.852Z] #15 [core-data internal] load build definition from Dockerfile [2025-06-23T07:39:34.119Z] #15 transferring dockerfile: 2.04kB done [2025-06-23T07:39:34.119Z] #15 DONE 0.1s [2025-06-23T07:39:34.119Z] [2025-06-23T07:39:34.119Z] #16 [security-spire-config internal] load .dockerignore [2025-06-23T07:39:34.119Z] #16 transferring context: 50B 0.0s done [2025-06-23T07:39:34.119Z] #16 DONE 0.0s [2025-06-23T07:39:34.716Z] [2025-06-23T07:39:34.716Z] #17 [security-spire-agent internal] load .dockerignore [2025-06-23T07:39:34.716Z] #17 transferring context: 50B done [2025-06-23T07:39:34.716Z] #17 DONE 0.1s [2025-06-23T07:39:34.716Z] [2025-06-23T07:39:34.716Z] #18 [support-scheduler internal] load .dockerignore [2025-06-23T07:39:34.716Z] #18 transferring context: 50B 0.0s done [2025-06-23T07:39:34.716Z] #18 DONE 0.0s [2025-06-23T07:39:34.716Z] [2025-06-23T07:39:34.716Z] #19 [security-bootstrapper internal] load .dockerignore [2025-06-23T07:39:34.716Z] #19 transferring context: 50B done [2025-06-23T07:39:34.716Z] #19 DONE 0.0s [2025-06-23T07:39:34.993Z] [2025-06-23T07:39:34.993Z] #20 [security-spire-server internal] load .dockerignore [2025-06-23T07:39:34.993Z] #20 transferring context: 50B 0.0s done [2025-06-23T07:39:34.993Z] #20 DONE 0.1s [2025-06-23T07:39:34.993Z] [2025-06-23T07:39:34.993Z] #21 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-23T07:39:34.993Z] #21 transferring context: 50B 0.0s done [2025-06-23T07:39:34.993Z] #21 DONE 0.1s [2025-06-23T07:39:34.993Z] [2025-06-23T07:39:34.993Z] #22 [core-keeper internal] load .dockerignore [2025-06-23T07:39:34.993Z] #22 transferring context: 50B 0.0s done [2025-06-23T07:39:34.993Z] #22 DONE 0.1s [2025-06-23T07:39:34.993Z] [2025-06-23T07:39:34.994Z] #23 [core-command internal] load .dockerignore [2025-06-23T07:39:34.994Z] #23 transferring context: 50B 0.0s done [2025-06-23T07:39:34.994Z] #23 DONE 0.1s [2025-06-23T07:39:35.273Z] [2025-06-23T07:39:35.273Z] #24 [security-proxy-auth internal] load .dockerignore [2025-06-23T07:39:35.273Z] #24 transferring context: 50B done [2025-06-23T07:39:35.273Z] #24 DONE 0.1s [2025-06-23T07:39:35.273Z] [2025-06-23T07:39:35.273Z] #25 [security-spiffe-token-provider internal] load .dockerignore [2025-06-23T07:39:35.273Z] #25 transferring context: 50B done [2025-06-23T07:39:35.273Z] #25 DONE 0.1s [2025-06-23T07:39:35.273Z] [2025-06-23T07:39:35.273Z] #26 [security-proxy-setup internal] load .dockerignore [2025-06-23T07:39:35.273Z] #26 transferring context: 50B 0.0s done [2025-06-23T07:39:35.273Z] #26 DONE 0.1s [2025-06-23T07:39:35.273Z] [2025-06-23T07:39:35.273Z] #27 [security-secretstore-setup internal] load .dockerignore [2025-06-23T07:39:35.544Z] #27 transferring context: 50B 0.0s done [2025-06-23T07:39:35.544Z] #27 DONE 0.1s [2025-06-23T07:39:35.544Z] [2025-06-23T07:39:35.544Z] #28 [support-notifications internal] load .dockerignore [2025-06-23T07:39:35.544Z] #28 transferring context: 50B 0.0s done [2025-06-23T07:39:35.544Z] #28 DONE 0.1s [2025-06-23T07:39:35.544Z] [2025-06-23T07:39:35.544Z] #29 [core-metadata internal] load .dockerignore [2025-06-23T07:39:35.544Z] #29 transferring context: 50B done [2025-06-23T07:39:35.544Z] #29 DONE 0.1s [2025-06-23T07:39:35.544Z] [2025-06-23T07:39:35.544Z] #30 [core-data internal] load .dockerignore [2025-06-23T07:39:35.544Z] #30 transferring context: 50B 0.0s done [2025-06-23T07:39:35.544Z] #30 DONE 0.1s [2025-06-23T07:39:35.544Z] [2025-06-23T07:39:35.544Z] #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-23T07:39:35.811Z] #31 ... [2025-06-23T07:39:35.811Z] [2025-06-23T07:39:35.811Z] #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 [2025-06-23T07:39:35.811Z] #32 DONE 0.1s [2025-06-23T07:39:35.811Z] [2025-06-23T07:39:35.811Z] #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-23T07:39:36.396Z] #31 ... [2025-06-23T07:39:36.396Z] [2025-06-23T07:39:36.396Z] #33 [security-spire-config internal] load build context [2025-06-23T07:39:36.396Z] #33 transferring context: 22.05kB 0.0s done [2025-06-23T07:39:36.396Z] #33 DONE 0.1s [2025-06-23T07:39:36.397Z] [2025-06-23T07:39:36.397Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:39:36.397Z] #34 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-06-23T07:39:36.397Z] #34 DONE 0.1s [2025-06-23T07:39:36.397Z] [2025-06-23T07:39:36.397Z] #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-23T07:39:36.397Z] #31 DONE 0.7s [2025-06-23T07:39:36.397Z] [2025-06-23T07:39:36.397Z] #35 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T07:39:36.397Z] #35 DONE 0.0s [2025-06-23T07:39:36.397Z] [2025-06-23T07:39:36.397Z] #36 [support-scheduler stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T07:39:36.397Z] #36 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-23T07:39:36.397Z] #36 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T07:39:36.397Z] #36 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-23T07:39:36.397Z] #36 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-23T07:39:36.667Z] #36 ... [2025-06-23T07:39:36.667Z] [2025-06-23T07:39:36.667Z] #35 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T07:39:36.667Z] #35 DONE 0.0s [2025-06-23T07:39:36.667Z] [2025-06-23T07:39:36.667Z] #36 [support-scheduler stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T07:39:36.667Z] #36 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T07:39:36.667Z] #36 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-23T07:39:36.667Z] #36 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-23T07:39:36.667Z] #36 ... [2025-06-23T07:39:36.667Z] [2025-06-23T07:39:36.667Z] #35 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T07:39:36.667Z] #35 DONE 0.0s [2025-06-23T07:39:36.667Z] [2025-06-23T07:39:36.667Z] #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-06-23T07:39:36.667Z] #32 DONE 0.4s [2025-06-23T07:39:36.667Z] [2025-06-23T07:39:36.667Z] #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-23T07:39:36.667Z] #31 DONE 0.7s [2025-06-23T07:39:36.667Z] [2025-06-23T07:39:36.667Z] #37 [security-spire-server internal] load build context [2025-06-23T07:39:36.941Z] #37 ... [2025-06-23T07:39:36.941Z] [2025-06-23T07:39:36.941Z] #35 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T07:39:36.941Z] #35 DONE 0.0s [2025-06-23T07:39:36.941Z] [2025-06-23T07:39:36.941Z] #35 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T07:39:36.941Z] #35 DONE 0.0s [2025-06-23T07:39:36.941Z] [2025-06-23T07:39:36.941Z] #36 [security-spire-server stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T07:39:36.941Z] #36 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-23T07:39:36.941Z] #36 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T07:39:36.941Z] #36 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-23T07:39:36.941Z] #36 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-23T07:39:37.211Z] #36 ... [2025-06-23T07:39:37.212Z] [2025-06-23T07:39:37.212Z] #35 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T07:39:37.212Z] #35 DONE 0.0s [2025-06-23T07:39:37.212Z] [2025-06-23T07:39:37.212Z] #35 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T07:39:37.212Z] #35 DONE 0.0s [2025-06-23T07:39:37.212Z] [2025-06-23T07:39:37.212Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:39:37.212Z] #34 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-06-23T07:39:37.212Z] #34 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-06-23T07:39:37.212Z] #34 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done [2025-06-23T07:39:37.212Z] #34 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-23T07:39:37.212Z] #34 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-06-23T07:39:37.212Z] #34 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-06-23T07:39:37.212Z] #34 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-06-23T07:39:37.212Z] #34 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done [2025-06-23T07:39:37.212Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 0.9s [2025-06-23T07:39:37.212Z] #34 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be [2025-06-23T07:39:37.481Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 1.0s [2025-06-23T07:39:37.481Z] #34 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-06-23T07:39:37.481Z] #34 ... [2025-06-23T07:39:37.481Z] [2025-06-23T07:39:37.481Z] #35 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T07:39:37.481Z] #35 DONE 0.0s [2025-06-23T07:39:37.481Z] [2025-06-23T07:39:37.481Z] #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-23T07:39:37.481Z] #38 DONE 1.2s [2025-06-23T07:39:37.481Z] [2025-06-23T07:39:37.481Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:39:37.481Z] #34 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-06-23T07:39:37.481Z] #34 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-06-23T07:39:37.481Z] #34 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done [2025-06-23T07:39:37.481Z] #34 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-23T07:39:37.481Z] #34 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-06-23T07:39:37.481Z] #34 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-06-23T07:39:37.481Z] #34 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-06-23T07:39:37.481Z] #34 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done [2025-06-23T07:39:37.481Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 1.2s [2025-06-23T07:39:37.481Z] #34 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-06-23T07:39:37.752Z] #34 ... [2025-06-23T07:39:37.752Z] [2025-06-23T07:39:37.752Z] #35 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T07:39:37.752Z] #35 DONE 0.0s [2025-06-23T07:39:37.752Z] [2025-06-23T07:39:37.752Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:39:37.752Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.07MB / 33.17MB 1.3s [2025-06-23T07:39:37.752Z] #34 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 [2025-06-23T07:39:37.752Z] #34 ... [2025-06-23T07:39:37.752Z] [2025-06-23T07:39:37.752Z] #35 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T07:39:37.752Z] #35 DONE 0.0s [2025-06-23T07:39:37.752Z] [2025-06-23T07:39:37.752Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:39:37.752Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.49MB / 33.17MB 1.4s [2025-06-23T07:39:37.752Z] #34 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-06-23T07:39:38.035Z] #34 ... [2025-06-23T07:39:38.035Z] [2025-06-23T07:39:38.035Z] #39 [support-scheduler internal] load build context [2025-06-23T07:39:38.035Z] #39 transferring context: 3.23MB 0.9s done [2025-06-23T07:39:38.035Z] #39 DONE 1.5s [2025-06-23T07:39:38.035Z] [2025-06-23T07:39:38.035Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:39:38.035Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 1.8s [2025-06-23T07:39:38.308Z] #34 ... [2025-06-23T07:39:38.308Z] [2025-06-23T07:39:38.308Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-06-23T07:39:38.308Z] #32 DONE 1.9s [2025-06-23T07:39:38.308Z] [2025-06-23T07:39:38.308Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:39:38.308Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 2.0s [2025-06-23T07:39:38.578Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.40MB / 33.17MB 2.2s [2025-06-23T07:39:38.854Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 2.4s [2025-06-23T07:39:39.124Z] #34 ... [2025-06-23T07:39:39.124Z] [2025-06-23T07:39:39.124Z] #37 [security-spire-server internal] load build context [2025-06-23T07:39:39.124Z] #37 transferring context: 23.80kB 0.3s done [2025-06-23T07:39:39.124Z] #37 DONE 2.3s [2025-06-23T07:39:39.124Z] [2025-06-23T07:39:39.124Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:39:39.124Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 2.5s done [2025-06-23T07:39:40.565Z] #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b [2025-06-23T07:39:43.270Z] #34 ... [2025-06-23T07:39:43.270Z] [2025-06-23T07:39:43.270Z] #40 [security-spire-agent internal] load build context [2025-06-23T07:39:43.270Z] #40 transferring context: 23.33kB 0.2s done [2025-06-23T07:39:43.270Z] #40 DONE 5.4s [2025-06-23T07:39:43.270Z] [2025-06-23T07:39:43.270Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T07:39:43.270Z] #41 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done [2025-06-23T07:39:43.270Z] #41 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-23T07:39:43.270Z] #41 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-06-23T07:39:43.270Z] #41 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-06-23T07:39:43.270Z] #41 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.4s done [2025-06-23T07:39:43.270Z] #41 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 11.53MB / 14.28MB 4.7s [2025-06-23T07:39:43.270Z] #41 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done [2025-06-23T07:39:43.556Z] #41 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.58MB / 14.28MB 5.1s [2025-06-23T07:39:43.556Z] #41 ... [2025-06-23T07:39:43.556Z] [2025-06-23T07:39:43.556Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:39:44.160Z] #34 ... [2025-06-23T07:39:44.160Z] [2025-06-23T07:39:44.160Z] #42 [core-keeper internal] load build context [2025-06-23T07:39:44.160Z] #42 transferring context: 3.23MB 5.0s done [2025-06-23T07:39:44.160Z] #42 DONE 7.4s [2025-06-23T07:39:44.431Z] [2025-06-23T07:39:44.431Z] #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T07:39:44.431Z] #36 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-23T07:39:44.431Z] #36 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T07:39:44.431Z] #36 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-23T07:39:44.431Z] #36 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-23T07:39:45.862Z] #36 ... [2025-06-23T07:39:45.862Z] [2025-06-23T07:39:45.862Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:39:45.862Z] #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.3s [2025-06-23T07:39:45.862Z] #34 ... [2025-06-23T07:39:45.862Z] [2025-06-23T07:39:45.862Z] #43 [security-bootstrapper internal] load build context [2025-06-23T07:39:45.862Z] #43 transferring context: 3.23MB 5.4s done [2025-06-23T07:39:45.862Z] #43 DONE 9.1s [2025-06-23T07:39:46.133Z] [2025-06-23T07:39:46.133Z] #44 [security-proxy-setup internal] load build context [2025-06-23T07:39:46.401Z] #44 ... [2025-06-23T07:39:46.401Z] [2025-06-23T07:39:46.401Z] #45 [core-common-config-bootstrapper internal] load build context [2025-06-23T07:39:46.401Z] #45 transferring context: 3.23MB 6.5s done [2025-06-23T07:39:46.401Z] #45 DONE 9.5s [2025-06-23T07:39:46.401Z] [2025-06-23T07:39:46.401Z] #44 [security-proxy-setup internal] load build context [2025-06-23T07:39:46.401Z] #44 ... [2025-06-23T07:39:46.401Z] [2025-06-23T07:39:46.401Z] #46 [security-proxy-auth internal] load build context [2025-06-23T07:39:46.401Z] #46 ... [2025-06-23T07:39:46.401Z] [2025-06-23T07:39:46.401Z] #47 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-06-23T07:39:46.401Z] #47 ... [2025-06-23T07:39:46.401Z] [2025-06-23T07:39:46.401Z] #44 [security-proxy-setup internal] load build context [2025-06-23T07:39:46.991Z] #44 ... [2025-06-23T07:39:46.991Z] [2025-06-23T07:39:46.991Z] #48 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-23T07:39:46.991Z] #0 6.323 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:39:46.991Z] #0 6.869 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:39:46.991Z] #0 9.026 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-23T07:39:46.991Z] #0 9.026 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-23T07:39:46.991Z] #0 9.026 OK: 24049 distinct packages available [2025-06-23T07:39:46.991Z] #0 9.396 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:39:46.991Z] #48 10.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:39:46.991Z] #48 ... [2025-06-23T07:39:46.991Z] [2025-06-23T07:39:46.991Z] #44 [security-proxy-setup internal] load build context [2025-06-23T07:39:47.258Z] #44 ... [2025-06-23T07:39:47.258Z] [2025-06-23T07:39:47.258Z] #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-23T07:39:47.258Z] #0 9.655 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:39:47.258Z] #49 ... [2025-06-23T07:39:47.258Z] [2025-06-23T07:39:47.258Z] #50 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-23T07:39:47.258Z] #0 9.489 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:39:47.533Z] #50 ... [2025-06-23T07:39:47.533Z] [2025-06-23T07:39:47.533Z] #51 [security-spiffe-token-provider internal] load build context [2025-06-23T07:39:47.533Z] #51 ... [2025-06-23T07:39:47.533Z] [2025-06-23T07:39:47.533Z] #52 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-23T07:39:47.533Z] #0 5.428 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:39:47.533Z] #0 6.000 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:39:47.533Z] #0 8.628 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-23T07:39:47.533Z] #0 8.628 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-23T07:39:47.533Z] #0 8.628 OK: 24049 distinct packages available [2025-06-23T07:39:47.533Z] #0 9.195 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:39:47.533Z] #0 9.851 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:39:47.800Z] #52 ... [2025-06-23T07:39:47.800Z] [2025-06-23T07:39:47.800Z] #47 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-06-23T07:39:47.800Z] #47 DONE 11.5s [2025-06-23T07:39:47.800Z] [2025-06-23T07:39:47.800Z] #53 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-23T07:39:47.800Z] #53 ... [2025-06-23T07:39:47.800Z] [2025-06-23T07:39:47.800Z] #54 [security-secretstore-setup internal] load build context [2025-06-23T07:39:48.076Z] #54 ... [2025-06-23T07:39:48.076Z] [2025-06-23T07:39:48.076Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-23T07:39:48.076Z] #55 ... [2025-06-23T07:39:48.076Z] [2025-06-23T07:39:48.076Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-23T07:39:48.356Z] #56 ... [2025-06-23T07:39:48.356Z] [2025-06-23T07:39:48.356Z] #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-23T07:39:48.356Z] #57 ... [2025-06-23T07:39:48.356Z] [2025-06-23T07:39:48.356Z] #53 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-23T07:39:48.356Z] #53 DONE 11.0s [2025-06-23T07:39:48.356Z] [2025-06-23T07:39:48.356Z] #58 [core-command internal] load build context [2025-06-23T07:39:48.356Z] #58 ... [2025-06-23T07:39:48.356Z] [2025-06-23T07:39:48.356Z] #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-23T07:39:48.624Z] #59 ... [2025-06-23T07:39:48.624Z] [2025-06-23T07:39:48.624Z] #60 [support-notifications internal] load build context [2025-06-23T07:39:48.625Z] #60 ... [2025-06-23T07:39:48.625Z] [2025-06-23T07:39:48.625Z] #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-23T07:39:48.625Z] #0 10.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:39:48.925Z] #61 ... [2025-06-23T07:39:48.925Z] [2025-06-23T07:39:48.925Z] #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-23T07:39:48.925Z] #62 ... [2025-06-23T07:39:48.925Z] [2025-06-23T07:39:48.925Z] #63 [core-metadata internal] load build context [2025-06-23T07:39:48.925Z] #63 ... [2025-06-23T07:39:48.925Z] [2025-06-23T07:39:48.925Z] #64 [core-data internal] load build context [2025-06-23T07:39:49.200Z] #64 ... [2025-06-23T07:39:49.200Z] [2025-06-23T07:39:49.200Z] #63 [core-metadata internal] load build context [2025-06-23T07:39:49.791Z] #63 ... [2025-06-23T07:39:49.791Z] [2025-06-23T07:39:49.791Z] #65 [support-notifications builder 2/7] WORKDIR /edgex-go [2025-06-23T07:39:49.791Z] #65 DONE 2.2s [2025-06-23T07:39:49.791Z] [2025-06-23T07:39:49.791Z] #63 [core-metadata internal] load build context [2025-06-23T07:39:49.791Z] #63 transferring context: 1.68MB 8.7s [2025-06-23T07:39:50.766Z] #63 ... [2025-06-23T07:39:50.766Z] [2025-06-23T07:39:50.766Z] #58 [core-command internal] load build context [2025-06-23T07:39:50.766Z] #58 transferring context: 3.23MB 11.1s done [2025-06-23T07:39:50.766Z] #58 DONE 13.2s [2025-06-23T07:39:50.766Z] [2025-06-23T07:39:50.766Z] #63 [core-metadata internal] load build context [2025-06-23T07:39:51.352Z] #63 transferring context: 3.23MB 10.5s done [2025-06-23T07:39:51.628Z] #63 ... [2025-06-23T07:39:51.628Z] [2025-06-23T07:39:51.628Z] #54 [security-secretstore-setup internal] load build context [2025-06-23T07:39:51.628Z] #54 transferring context: 3.23MB 9.5s done [2025-06-23T07:39:51.628Z] #54 DONE 13.9s [2025-06-23T07:39:51.906Z] [2025-06-23T07:39:51.906Z] #64 [core-data internal] load build context [2025-06-23T07:39:52.174Z] #64 ... [2025-06-23T07:39:52.174Z] [2025-06-23T07:39:52.174Z] #46 [security-proxy-auth internal] load build context [2025-06-23T07:39:52.174Z] #46 transferring context: 3.23MB 11.6s done [2025-06-23T07:39:52.174Z] #46 DONE 14.7s [2025-06-23T07:39:52.174Z] [2025-06-23T07:39:52.174Z] #64 [core-data internal] load build context [2025-06-23T07:39:52.442Z] #64 ... [2025-06-23T07:39:52.442Z] [2025-06-23T07:39:52.442Z] #51 [security-spiffe-token-provider internal] load build context [2025-06-23T07:39:52.442Z] #51 transferring context: 3.23MB 11.8s done [2025-06-23T07:39:52.442Z] #51 DONE 14.8s [2025-06-23T07:39:52.442Z] [2025-06-23T07:39:52.442Z] #64 [core-data internal] load build context [2025-06-23T07:39:52.442Z] #64 transferring context: 3.23MB 6.4s done [2025-06-23T07:39:52.442Z] #64 ... [2025-06-23T07:39:52.442Z] [2025-06-23T07:39:52.442Z] #44 [security-proxy-setup internal] load build context [2025-06-23T07:39:52.442Z] #44 transferring context: 3.23MB 11.9s done [2025-06-23T07:39:52.442Z] #44 DONE 15.0s [2025-06-23T07:39:52.722Z] [2025-06-23T07:39:52.722Z] #52 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-23T07:39:52.722Z] #52 15.08 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-23T07:39:52.722Z] #52 15.12 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-23T07:39:52.722Z] #52 15.18 (3/4) Installing libucontext (1.2-r3) [2025-06-23T07:39:52.722Z] #52 15.18 (4/4) Installing gcompat (1.1.0-r4) [2025-06-23T07:39:52.722Z] #52 15.22 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:39:52.722Z] #52 15.37 OK: 9 MiB in 18 packages [2025-06-23T07:39:52.998Z] #52 ... [2025-06-23T07:39:52.998Z] [2025-06-23T07:39:52.998Z] #60 [support-notifications internal] load build context [2025-06-23T07:39:52.998Z] #60 transferring context: 3.23MB 10.2s done [2025-06-23T07:39:52.998Z] #60 DONE 15.1s [2025-06-23T07:39:52.998Z] [2025-06-23T07:39:52.998Z] #48 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-23T07:39:52.998Z] #48 15.90 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-23T07:39:52.998Z] #48 15.90 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-23T07:39:52.998Z] #48 15.90 (3/5) Installing libucontext (1.2-r3) [2025-06-23T07:39:52.998Z] #48 15.90 (4/5) Installing gcompat (1.1.0-r4) [2025-06-23T07:39:52.998Z] #48 15.94 (5/5) Installing openssl (3.3.3-r0) [2025-06-23T07:39:53.268Z] #48 ... [2025-06-23T07:39:53.268Z] [2025-06-23T07:39:53.268Z] #63 [core-metadata internal] load build context [2025-06-23T07:39:53.268Z] #63 DONE 15.4s [2025-06-23T07:39:53.268Z] [2025-06-23T07:39:53.268Z] #48 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-23T07:39:53.268Z] #48 16.29 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:39:53.268Z] #48 16.29 OK: 10 MiB in 19 packages [2025-06-23T07:39:53.540Z] #48 ... [2025-06-23T07:39:53.540Z] [2025-06-23T07:39:53.540Z] #64 [core-data internal] load build context [2025-06-23T07:39:53.540Z] #64 DONE 15.0s [2025-06-23T07:39:53.812Z] [2025-06-23T07:39:53.812Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:39:53.812Z] #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.8s [2025-06-23T07:39:53.812Z] #34 ... [2025-06-23T07:39:53.812Z] [2025-06-23T07:39:53.812Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T07:39:53.812Z] #41 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 6.1s done [2025-06-23T07:39:53.812Z] #41 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.7s [2025-06-23T07:39:55.228Z] #41 ... [2025-06-23T07:39:55.228Z] [2025-06-23T07:39:55.228Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:39:55.497Z] #34 ... [2025-06-23T07:39:55.497Z] [2025-06-23T07:39:55.497Z] #52 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-23T07:39:55.497Z] #52 DONE 18.2s [2025-06-23T07:39:55.497Z] [2025-06-23T07:39:55.497Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:39:55.766Z] #34 ... [2025-06-23T07:39:55.766Z] [2025-06-23T07:39:55.766Z] #48 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-23T07:39:55.766Z] #48 DONE 18.7s [2025-06-23T07:39:55.766Z] [2025-06-23T07:39:55.766Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:39:56.036Z] #34 ... [2025-06-23T07:39:56.036Z] [2025-06-23T07:39:56.036Z] #50 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-23T07:39:56.036Z] #50 11.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:39:56.036Z] #50 16.85 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-23T07:39:56.036Z] #50 16.85 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:39:56.036Z] #50 16.99 OK: 9 MiB in 15 packages [2025-06-23T07:39:56.036Z] #50 DONE 18.9s [2025-06-23T07:39:56.305Z] [2025-06-23T07:39:56.305Z] #66 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-06-23T07:39:58.258Z] #66 ... [2025-06-23T07:39:58.258Z] [2025-06-23T07:39:58.258Z] #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-23T07:39:58.258Z] #61 11.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:39:58.258Z] #61 18.67 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-23T07:39:58.258Z] #61 18.70 (2/2) Installing su-exec (0.2-r3) [2025-06-23T07:39:58.258Z] #61 18.73 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:39:58.258Z] #61 18.81 OK: 9 MiB in 16 packages [2025-06-23T07:39:58.258Z] #61 DONE 20.7s [2025-06-23T07:39:58.258Z] [2025-06-23T07:39:58.258Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T07:39:58.258Z] #41 ... [2025-06-23T07:39:58.258Z] [2025-06-23T07:39:58.258Z] #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-23T07:39:58.258Z] #49 11.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:39:58.258Z] #49 17.29 (1/3) Installing ca-certificates (20241121-r1) [2025-06-23T07:39:58.258Z] #49 17.62 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-23T07:39:58.258Z] #49 17.67 (3/3) Installing tzdata (2025b-r0) [2025-06-23T07:39:58.258Z] #49 19.07 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:39:58.258Z] #49 19.22 Executing ca-certificates-20241121-r1.trigger [2025-06-23T07:39:58.258Z] #49 20.28 OK: 11 MiB in 17 packages [2025-06-23T07:39:58.528Z] #49 ... [2025-06-23T07:39:58.528Z] [2025-06-23T07:39:58.528Z] #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-23T07:39:58.798Z] #67 ... [2025-06-23T07:39:58.798Z] [2025-06-23T07:39:58.798Z] #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-23T07:39:58.798Z] #68 ... [2025-06-23T07:39:58.798Z] [2025-06-23T07:39:58.798Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T07:39:59.066Z] #41 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.9s [2025-06-23T07:39:59.338Z] #41 ... [2025-06-23T07:39:59.338Z] [2025-06-23T07:39:59.338Z] #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-23T07:39:59.338Z] #49 DONE 22.0s [2025-06-23T07:39:59.338Z] [2025-06-23T07:39:59.338Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T07:39:59.926Z] #41 ... [2025-06-23T07:39:59.926Z] [2025-06-23T07:39:59.926Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-23T07:39:59.926Z] #69 ... [2025-06-23T07:39:59.926Z] [2025-06-23T07:39:59.926Z] #70 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T07:40:00.195Z] #70 ... [2025-06-23T07:40:00.195Z] [2025-06-23T07:40:00.195Z] #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T07:40:00.195Z] #71 ... [2025-06-23T07:40:00.195Z] [2025-06-23T07:40:00.195Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-23T07:40:00.465Z] #72 ... [2025-06-23T07:40:00.465Z] [2025-06-23T07:40:00.465Z] #73 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-23T07:40:00.465Z] #73 ... [2025-06-23T07:40:00.465Z] [2025-06-23T07:40:00.465Z] #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-23T07:40:00.465Z] #59 12.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:00.465Z] #59 14.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:00.465Z] #59 21.49 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-23T07:40:00.465Z] #59 21.53 (2/4) Installing openssl (3.3.3-r0) [2025-06-23T07:40:00.465Z] #59 21.62 (3/4) Installing su-exec (0.2-r3) [2025-06-23T07:40:00.465Z] #59 21.66 (4/4) Installing yq-go (4.44.1-r2) [2025-06-23T07:40:00.465Z] #59 22.33 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:40:00.465Z] #59 22.33 OK: 20 MiB in 18 packages [2025-06-23T07:40:00.733Z] #59 ... [2025-06-23T07:40:00.733Z] [2025-06-23T07:40:00.733Z] #74 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-23T07:40:01.003Z] #74 ... [2025-06-23T07:40:01.003Z] [2025-06-23T07:40:01.003Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-23T07:40:01.003Z] #55 13.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:01.003Z] #55 14.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:01.003Z] #55 22.25 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-23T07:40:01.003Z] #55 22.25 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-23T07:40:01.003Z] #55 22.25 OK: 24049 distinct packages available [2025-06-23T07:40:01.003Z] #55 23.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:01.003Z] #55 ... [2025-06-23T07:40:01.003Z] [2025-06-23T07:40:01.003Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T07:40:01.003Z] #41 ... [2025-06-23T07:40:01.003Z] [2025-06-23T07:40:01.003Z] #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-23T07:40:01.003Z] #59 DONE 23.4s [2025-06-23T07:40:01.272Z] [2025-06-23T07:40:01.272Z] #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-23T07:40:01.272Z] #57 13.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:01.272Z] #57 14.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:01.272Z] #57 21.05 (1/4) Installing ca-certificates (20241121-r1) [2025-06-23T07:40:01.272Z] #57 21.34 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-23T07:40:01.272Z] #57 21.36 (3/4) Installing su-exec (0.2-r3) [2025-06-23T07:40:01.272Z] #57 21.39 (4/4) Installing yq-go (4.44.1-r2) [2025-06-23T07:40:01.272Z] #57 22.25 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:40:01.272Z] #57 22.38 Executing ca-certificates-20241121-r1.trigger [2025-06-23T07:40:01.272Z] #57 23.21 OK: 20 MiB in 18 packages [2025-06-23T07:40:01.548Z] #57 ... [2025-06-23T07:40:01.548Z] [2025-06-23T07:40:01.548Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T07:40:02.142Z] #41 ... [2025-06-23T07:40:02.142Z] [2025-06-23T07:40:02.142Z] #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-23T07:40:02.142Z] #57 DONE 24.4s [2025-06-23T07:40:02.423Z] [2025-06-23T07:40:02.423Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T07:40:03.020Z] #41 ... [2025-06-23T07:40:03.020Z] [2025-06-23T07:40:03.020Z] #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-23T07:40:03.020Z] #62 17.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:03.020Z] #62 18.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:03.020Z] #62 22.94 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-23T07:40:03.020Z] #62 22.98 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:40:03.020Z] #62 23.09 OK: 9 MiB in 15 packages [2025-06-23T07:40:03.020Z] #62 DONE 24.2s [2025-06-23T07:40:03.020Z] [2025-06-23T07:40:03.020Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T07:40:04.436Z] #41 ... [2025-06-23T07:40:04.436Z] [2025-06-23T07:40:04.436Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-23T07:40:04.436Z] #56 17.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:04.436Z] #56 19.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:04.436Z] #56 24.12 (1/7) Installing ca-certificates (20241121-r1) [2025-06-23T07:40:04.436Z] #56 24.42 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-23T07:40:04.436Z] #56 24.43 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-23T07:40:04.436Z] #56 24.49 (4/7) Installing libsodium (1.0.19-r0) [2025-06-23T07:40:04.436Z] #56 24.50 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-23T07:40:04.436Z] #56 24.63 (6/7) Installing libzmq (4.3.5-r2) [2025-06-23T07:40:04.436Z] #56 24.67 (7/7) Installing zeromq (4.3.5-r2) [2025-06-23T07:40:04.436Z] #56 24.71 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:40:04.436Z] #56 24.73 Executing ca-certificates-20241121-r1.trigger [2025-06-23T07:40:04.436Z] #56 25.26 OK: 14 MiB in 21 packages [2025-06-23T07:40:04.436Z] #56 DONE 26.3s [2025-06-23T07:40:04.436Z] [2025-06-23T07:40:04.436Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T07:40:04.436Z] #41 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 18.9s [2025-06-23T07:40:05.864Z] #41 ... [2025-06-23T07:40:05.864Z] [2025-06-23T07:40:05.864Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-23T07:40:05.864Z] #55 23.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:05.864Z] #55 26.13 (1/14) Installing ca-certificates (20241121-r1) [2025-06-23T07:40:05.864Z] #55 26.23 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-23T07:40:05.864Z] #55 26.27 (3/14) Installing c-ares (1.33.1-r0) [2025-06-23T07:40:05.864Z] #55 26.28 (4/14) Installing libunistring (1.2-r0) [2025-06-23T07:40:05.864Z] #55 26.33 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-23T07:40:05.864Z] #55 26.36 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-23T07:40:05.864Z] #55 26.36 (7/14) Installing libpsl (0.21.5-r1) [2025-06-23T07:40:05.864Z] #55 26.36 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-23T07:40:05.864Z] #55 26.39 (9/14) Installing libcurl (8.12.1-r0) [2025-06-23T07:40:05.864Z] #55 26.41 (10/14) Installing curl (8.12.1-r0) [2025-06-23T07:40:05.864Z] #55 26.43 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-23T07:40:05.864Z] #55 26.43 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-23T07:40:05.864Z] #55 26.44 (13/14) Installing libucontext (1.2-r3) [2025-06-23T07:40:05.864Z] #55 26.44 (14/14) Installing gcompat (1.1.0-r4) [2025-06-23T07:40:05.864Z] #55 26.46 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:40:05.864Z] #55 26.50 Executing ca-certificates-20241121-r1.trigger [2025-06-23T07:40:05.864Z] #55 26.95 OK: 15 MiB in 28 packages [2025-06-23T07:40:05.864Z] #55 DONE 28.0s [2025-06-23T07:40:05.864Z] [2025-06-23T07:40:05.864Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T07:40:05.864Z] #41 ... [2025-06-23T07:40:05.864Z] [2025-06-23T07:40:05.864Z] #75 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-23T07:40:05.864Z] #75 ... [2025-06-23T07:40:05.864Z] [2025-06-23T07:40:05.864Z] #76 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-06-23T07:40:05.864Z] #76 ... [2025-06-23T07:40:05.864Z] [2025-06-23T07:40:05.864Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-23T07:40:05.864Z] #69 16.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:06.832Z] #69 16.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:06.832Z] #69 ... [2025-06-23T07:40:06.832Z] [2025-06-23T07:40:06.832Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:40:06.832Z] #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.3s [2025-06-23T07:40:07.106Z] #34 ... [2025-06-23T07:40:07.106Z] [2025-06-23T07:40:07.106Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T07:40:07.106Z] #41 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 21.9s done [2025-06-23T07:40:08.527Z] #41 ... [2025-06-23T07:40:08.528Z] [2025-06-23T07:40:08.528Z] #74 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-23T07:40:08.528Z] #74 DONE 18.7s [2025-06-23T07:40:08.802Z] [2025-06-23T07:40:08.802Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:40:09.388Z] #34 ... [2025-06-23T07:40:09.388Z] [2025-06-23T07:40:09.388Z] #77 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T07:40:09.388Z] #77 ... [2025-06-23T07:40:09.388Z] [2025-06-23T07:40:09.388Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:40:11.357Z] #34 ... [2025-06-23T07:40:11.357Z] [2025-06-23T07:40:11.357Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-23T07:40:11.357Z] #78 ... [2025-06-23T07:40:11.357Z] [2025-06-23T07:40:11.357Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:40:11.946Z] #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.5s [2025-06-23T07:40:12.212Z] #34 ... [2025-06-23T07:40:12.212Z] [2025-06-23T07:40:12.212Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-23T07:40:12.479Z] #79 ... [2025-06-23T07:40:12.479Z] [2025-06-23T07:40:12.479Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:40:13.069Z] #34 ... [2025-06-23T07:40:13.069Z] [2025-06-23T07:40:13.069Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T07:40:13.070Z] #80 10.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:13.070Z] #80 ... [2025-06-23T07:40:13.070Z] [2025-06-23T07:40:13.070Z] #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-23T07:40:13.070Z] #68 14.43 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:13.070Z] #68 17.43 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:13.070Z] #68 ... [2025-06-23T07:40:13.070Z] [2025-06-23T07:40:13.070Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:40:13.656Z] #34 ... [2025-06-23T07:40:13.656Z] [2025-06-23T07:40:13.656Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-23T07:40:13.656Z] #69 22.16 OK: 239 MiB in 58 packages [2025-06-23T07:40:13.656Z] #69 DONE 23.9s [2025-06-23T07:40:13.656Z] [2025-06-23T07:40:13.656Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:40:14.241Z] #34 ... [2025-06-23T07:40:14.241Z] [2025-06-23T07:40:14.241Z] #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T07:40:14.241Z] #0 8.874 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:14.241Z] #81 ... [2025-06-23T07:40:14.241Z] [2025-06-23T07:40:14.241Z] #73 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-23T07:40:14.241Z] #73 16.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:14.241Z] #73 16.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:14.241Z] #73 22.02 OK: 239 MiB in 58 packages [2025-06-23T07:40:14.241Z] #73 DONE 24.4s [2025-06-23T07:40:14.241Z] [2025-06-23T07:40:14.241Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:40:14.828Z] #34 ... [2025-06-23T07:40:14.828Z] [2025-06-23T07:40:14.828Z] #82 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:40:14.828Z] #82 DONE 1.1s [2025-06-23T07:40:14.828Z] [2025-06-23T07:40:14.828Z] #83 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:40:14.828Z] #83 DONE 0.6s [2025-06-23T07:40:14.828Z] [2025-06-23T07:40:14.828Z] #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:40:15.095Z] #84 ... [2025-06-23T07:40:15.095Z] [2025-06-23T07:40:15.095Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-23T07:40:15.095Z] #72 15.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:15.095Z] #72 15.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:15.095Z] #72 20.13 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-23T07:40:15.095Z] #72 20.13 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-23T07:40:15.095Z] #72 20.13 OK: 24049 distinct packages available [2025-06-23T07:40:15.095Z] #72 21.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:15.095Z] #72 23.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:15.364Z] #72 ... [2025-06-23T07:40:15.364Z] [2025-06-23T07:40:15.364Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:40:15.632Z] #34 ... [2025-06-23T07:40:15.632Z] [2025-06-23T07:40:15.632Z] #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T07:40:15.632Z] #0 8.168 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:15.908Z] #85 ... [2025-06-23T07:40:15.908Z] [2025-06-23T07:40:15.908Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T07:40:15.908Z] #80 12.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:17.320Z] #80 ... [2025-06-23T07:40:17.320Z] [2025-06-23T07:40:17.320Z] #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T07:40:17.320Z] #71 17.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:17.320Z] #71 18.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:17.587Z] #71 ... [2025-06-23T07:40:17.587Z] [2025-06-23T07:40:17.587Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:40:17.587Z] #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 37.3s [2025-06-23T07:40:18.172Z] #34 ... [2025-06-23T07:40:18.172Z] [2025-06-23T07:40:18.172Z] #70 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T07:40:18.172Z] #70 18.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:18.172Z] #70 19.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:18.172Z] #70 ... [2025-06-23T07:40:18.172Z] [2025-06-23T07:40:18.172Z] #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T07:40:18.172Z] #71 28.47 OK: 239 MiB in 58 packages [2025-06-23T07:40:18.440Z] #71 ... [2025-06-23T07:40:18.440Z] [2025-06-23T07:40:18.440Z] #86 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-23T07:40:18.440Z] #0 6.193 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:18.440Z] #0 9.959 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:18.709Z] #86 ... [2025-06-23T07:40:18.709Z] [2025-06-23T07:40:18.709Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:40:18.977Z] #34 ... [2025-06-23T07:40:18.977Z] [2025-06-23T07:40:18.977Z] #66 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-06-23T07:40:18.977Z] #66 13.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:18.977Z] #66 14.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:18.977Z] #66 ... [2025-06-23T07:40:18.977Z] [2025-06-23T07:40:18.977Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T07:40:19.246Z] #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 38.8s done [2025-06-23T07:40:19.512Z] #34 DONE 43.8s [2025-06-23T07:40:19.512Z] [2025-06-23T07:40:19.512Z] #70 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T07:40:19.512Z] #70 28.34 OK: 239 MiB in 58 packages [2025-06-23T07:40:19.782Z] #70 ... [2025-06-23T07:40:19.782Z] [2025-06-23T07:40:19.782Z] #76 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-06-23T07:40:19.782Z] #76 14.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:19.782Z] #76 16.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:20.049Z] #76 ... [2025-06-23T07:40:20.049Z] [2025-06-23T07:40:20.049Z] #71 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T07:40:20.049Z] #71 DONE 30.3s [2025-06-23T07:40:20.049Z] [2025-06-23T07:40:20.049Z] #70 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T07:40:20.049Z] #70 DONE 30.2s [2025-06-23T07:40:20.049Z] [2025-06-23T07:40:20.049Z] #87 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:40:20.317Z] #87 ... [2025-06-23T07:40:20.317Z] [2025-06-23T07:40:20.317Z] #75 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-23T07:40:20.317Z] #75 14.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:20.317Z] #75 16.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:20.589Z] #75 ... [2025-06-23T07:40:20.589Z] [2025-06-23T07:40:20.589Z] #88 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:40:20.862Z] #88 ... [2025-06-23T07:40:20.862Z] [2025-06-23T07:40:20.862Z] #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-23T07:40:20.862Z] #67 12.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:20.862Z] #67 15.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:21.133Z] #67 ... [2025-06-23T07:40:21.133Z] [2025-06-23T07:40:21.133Z] #87 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:40:21.133Z] #87 DONE 1.0s [2025-06-23T07:40:21.133Z] [2025-06-23T07:40:21.133Z] #88 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:40:21.133Z] #88 DONE 1.0s [2025-06-23T07:40:21.133Z] [2025-06-23T07:40:21.133Z] #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:40:22.094Z] #89 ... [2025-06-23T07:40:22.094Z] [2025-06-23T07:40:22.094Z] #77 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T07:40:22.094Z] #77 12.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:22.094Z] #77 14.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:22.094Z] #77 ... [2025-06-23T07:40:22.094Z] [2025-06-23T07:40:22.094Z] #76 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-06-23T07:40:22.094Z] #76 26.16 OK: 10 MiB in 19 packages [2025-06-23T07:40:23.056Z] #76 ... [2025-06-23T07:40:23.056Z] [2025-06-23T07:40:23.056Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-23T07:40:23.056Z] #79 10.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:23.056Z] #79 13.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:23.056Z] #79 ... [2025-06-23T07:40:23.056Z] [2025-06-23T07:40:23.056Z] #66 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-06-23T07:40:23.056Z] #66 25.17 OK: 9 MiB in 15 packages [2025-06-23T07:40:23.056Z] #66 DONE 27.1s [2025-06-23T07:40:23.056Z] [2025-06-23T07:40:23.056Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-23T07:40:23.056Z] #78 11.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:23.056Z] #78 14.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:23.324Z] #78 ... [2025-06-23T07:40:23.324Z] [2025-06-23T07:40:23.324Z] #77 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T07:40:23.324Z] #77 23.83 OK: 11 MiB in 17 packages [2025-06-23T07:40:23.907Z] #77 ... [2025-06-23T07:40:23.907Z] [2025-06-23T07:40:23.907Z] #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-23T07:40:23.907Z] #68 29.41 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-23T07:40:23.907Z] #68 31.72 Executing busybox-1.36.1-r29.trigger [2025-06-23T07:40:23.907Z] #68 32.09 OK: 9 MiB in 15 packages [2025-06-23T07:40:23.907Z] #68 DONE 35.2s [2025-06-23T07:40:23.907Z] [2025-06-23T07:40:23.907Z] #76 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-06-23T07:40:23.907Z] #76 DONE 28.3s [2025-06-23T07:40:23.907Z] [2025-06-23T07:40:23.907Z] #90 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-23T07:40:24.878Z] #90 ... [2025-06-23T07:40:24.878Z] [2025-06-23T07:40:24.878Z] #75 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-23T07:40:24.878Z] #75 27.94 OK: 9 MiB in 18 packages [2025-06-23T07:40:24.878Z] #75 DONE 29.3s [2025-06-23T07:40:24.878Z] [2025-06-23T07:40:24.878Z] #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:40:25.155Z] #91 ... [2025-06-23T07:40:25.155Z] [2025-06-23T07:40:25.155Z] #92 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-23T07:40:25.155Z] #92 ... [2025-06-23T07:40:25.155Z] [2025-06-23T07:40:25.155Z] #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T07:40:25.155Z] #81 10.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:25.435Z] #81 ... [2025-06-23T07:40:25.435Z] [2025-06-23T07:40:25.435Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T07:40:25.435Z] #80 22.31 OK: 9 MiB in 15 packages [2025-06-23T07:40:26.050Z] #80 ... [2025-06-23T07:40:26.050Z] [2025-06-23T07:40:26.050Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-23T07:40:26.050Z] #72 33.45 OK: 239 MiB in 58 packages [2025-06-23T07:40:26.050Z] #72 DONE 35.8s [2025-06-23T07:40:26.050Z] [2025-06-23T07:40:26.050Z] #77 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T07:40:26.050Z] #77 DONE 26.5s [2025-06-23T07:40:26.050Z] [2025-06-23T07:40:26.050Z] #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:40:26.672Z] #93 ... [2025-06-23T07:40:26.672Z] [2025-06-23T07:40:26.672Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T07:40:26.672Z] #80 DONE 23.8s [2025-06-23T07:40:26.940Z] [2025-06-23T07:40:26.940Z] #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-23T07:40:26.940Z] #94 DONE 3.0s [2025-06-23T07:40:26.940Z] [2025-06-23T07:40:26.940Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-23T07:40:26.940Z] #78 25.62 OK: 20 MiB in 18 packages [2025-06-23T07:40:26.940Z] #78 ... [2025-06-23T07:40:26.940Z] [2025-06-23T07:40:26.940Z] #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:40:26.940Z] #93 DONE 1.1s [2025-06-23T07:40:26.940Z] [2025-06-23T07:40:26.940Z] #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-23T07:40:26.940Z] #67 26.62 OK: 9 MiB in 16 packages [2025-06-23T07:40:26.940Z] #67 DONE 28.9s [2025-06-23T07:40:26.940Z] [2025-06-23T07:40:26.940Z] #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T07:40:26.940Z] #85 11.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T07:40:26.940Z] #85 20.88 OK: 15 MiB in 28 packages [2025-06-23T07:40:27.219Z] #85 ... [2025-06-23T07:40:27.219Z] [2025-06-23T07:40:27.219Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:40:27.825Z] #95 ... [2025-06-23T07:40:27.825Z] [2025-06-23T07:40:27.825Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-23T07:40:27.825Z] #79 23.44 OK: 20 MiB in 18 packages [2025-06-23T07:40:27.825Z] #79 DONE 25.5s [2025-06-23T07:40:27.825Z] [2025-06-23T07:40:27.825Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-23T07:40:27.825Z] #78 DONE 26.8s [2025-06-23T07:40:27.825Z] [2025-06-23T07:40:27.825Z] #96 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-23T07:40:28.411Z] #96 DONE 0.4s [2025-06-23T07:40:28.411Z] [2025-06-23T07:40:28.411Z] #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T07:40:28.411Z] #81 23.33 OK: 14 MiB in 21 packages [2025-06-23T07:40:29.005Z] #81 DONE 24.9s [2025-06-23T07:40:29.005Z] [2025-06-23T07:40:29.005Z] #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T07:40:29.005Z] #85 DONE 23.4s [2025-06-23T07:40:29.005Z] [2025-06-23T07:40:29.005Z] #86 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-23T07:40:29.005Z] #86 20.08 OK: 239 MiB in 58 packages [2025-06-23T07:40:29.976Z] #86 DONE 21.2s [2025-06-23T07:40:29.976Z] [2025-06-23T07:40:29.976Z] #97 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-23T07:40:30.561Z] #97 ... [2025-06-23T07:40:30.561Z] [2025-06-23T07:40:30.561Z] #90 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-23T07:40:30.561Z] #90 DONE 6.6s [2025-06-23T07:40:30.561Z] [2025-06-23T07:40:30.561Z] #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-23T07:40:30.561Z] #98 DONE 0.2s [2025-06-23T07:40:30.561Z] [2025-06-23T07:40:30.561Z] #99 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-23T07:40:30.830Z] #99 ... [2025-06-23T07:40:30.830Z] [2025-06-23T07:40:30.830Z] #97 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-23T07:40:30.830Z] #97 DONE 1.0s [2025-06-23T07:40:31.097Z] [2025-06-23T07:40:31.097Z] #100 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:40:31.097Z] #100 ... [2025-06-23T07:40:31.097Z] [2025-06-23T07:40:31.097Z] #99 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-23T07:40:31.097Z] #99 DONE 0.3s [2025-06-23T07:40:31.097Z] [2025-06-23T07:40:31.097Z] #101 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:40:31.364Z] #101 ... [2025-06-23T07:40:31.364Z] [2025-06-23T07:40:31.364Z] #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-23T07:40:31.364Z] #102 DONE 0.4s [2025-06-23T07:40:31.364Z] [2025-06-23T07:40:31.364Z] #103 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-23T07:40:31.945Z] #103 ... [2025-06-23T07:40:31.945Z] [2025-06-23T07:40:31.945Z] #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-23T07:40:31.945Z] #104 DONE 0.5s [2025-06-23T07:40:31.945Z] [2025-06-23T07:40:31.945Z] #105 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-23T07:40:32.212Z] #105 ... [2025-06-23T07:40:32.212Z] [2025-06-23T07:40:32.212Z] #92 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-23T07:40:32.212Z] #92 DONE 7.5s [2025-06-23T07:40:32.479Z] [2025-06-23T07:40:32.479Z] #105 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-23T07:40:32.479Z] #105 DONE 0.3s [2025-06-23T07:40:32.479Z] [2025-06-23T07:40:32.479Z] #106 [security-spire-server] exporting to image [2025-06-23T07:40:32.479Z] #106 exporting layers [2025-06-23T07:40:33.062Z] #106 ... [2025-06-23T07:40:33.062Z] [2025-06-23T07:40:33.062Z] #103 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-23T07:40:33.062Z] #103 DONE 5.9s [2025-06-23T07:40:33.062Z] [2025-06-23T07:40:33.062Z] #107 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-23T07:40:33.062Z] #107 DONE 0.7s [2025-06-23T07:40:33.062Z] [2025-06-23T07:40:33.062Z] #108 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-23T07:40:33.668Z] #108 DONE 0.5s [2025-06-23T07:40:33.668Z] [2025-06-23T07:40:33.668Z] #109 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-23T07:40:33.668Z] #109 DONE 0.4s [2025-06-23T07:40:33.668Z] [2025-06-23T07:40:33.668Z] #110 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-23T07:40:33.668Z] #110 ... [2025-06-23T07:40:33.668Z] [2025-06-23T07:40:33.668Z] #111 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-23T07:40:33.668Z] #111 DONE 0.2s [2025-06-23T07:40:33.668Z] [2025-06-23T07:40:33.668Z] #112 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-23T07:40:33.947Z] #112 DONE 0.2s [2025-06-23T07:40:33.947Z] [2025-06-23T07:40:33.947Z] #113 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-23T07:40:34.229Z] #113 DONE 0.3s [2025-06-23T07:40:34.229Z] [2025-06-23T07:40:34.229Z] #110 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-23T07:40:34.229Z] #110 DONE 7.3s [2025-06-23T07:40:34.229Z] [2025-06-23T07:40:34.229Z] #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:40:34.229Z] #89 ... [2025-06-23T07:40:34.229Z] [2025-06-23T07:40:34.229Z] #106 [security-spire-config] exporting to image [2025-06-23T07:40:34.814Z] #106 ... [2025-06-23T07:40:34.814Z] [2025-06-23T07:40:34.814Z] #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-23T07:40:34.814Z] #114 DONE 0.3s [2025-06-23T07:40:34.814Z] [2025-06-23T07:40:34.814Z] #115 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-23T07:40:35.080Z] #115 DONE 0.4s [2025-06-23T07:40:35.080Z] [2025-06-23T07:40:35.080Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-23T07:40:35.345Z] #116 DONE 0.2s [2025-06-23T07:40:35.345Z] [2025-06-23T07:40:35.345Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-23T07:40:35.395Z] #154 ... [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-23T07:40:35.395Z] #152 DONE 86.1s [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-23T07:40:35.395Z] #144 ... [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T07:40:35.395Z] #155 DONE 0.1s [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-23T07:40:35.395Z] #156 DONE 0.0s [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-23T07:40:35.395Z] #146 ... [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-06-23T07:40:35.395Z] #157 DONE 0.1s [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-06-23T07:40:35.395Z] #158 DONE 0.0s [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-06-23T07:40:35.395Z] #159 DONE 0.0s [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-23T07:40:35.395Z] #160 DONE 1.1s [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-23T07:40:35.395Z] #151 ... [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #107 [core-common-config-bootstrapper] exporting to image [2025-06-23T07:40:35.395Z] #107 exporting layers [2025-06-23T07:40:35.395Z] #107 exporting layers 0.4s done [2025-06-23T07:40:35.395Z] #107 writing image sha256:eca92e74e1275c52edd5ab599c07dbf7c684c36082b8f660ed2ed2828a07344b 0.0s done [2025-06-23T07:40:35.395Z] #107 naming to docker.io/library/core-common-config-bootstrapper done [2025-06-23T07:40:35.395Z] #107 DONE 1.4s [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-23T07:40:35.395Z] #151 DONE 90.1s [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-23T07:40:35.395Z] #161 DONE 0.2s [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-23T07:40:35.395Z] #162 DONE 1.4s [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T07:40:35.395Z] #163 DONE 0.1s [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-23T07:40:35.395Z] #164 DONE 0.2s [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-23T07:40:35.395Z] #165 DONE 0.1s [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-23T07:40:35.395Z] #144 ... [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-23T07:40:35.395Z] #166 DONE 0.0s [2025-06-23T07:40:35.395Z] [2025-06-23T07:40:35.395Z] #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-06-23T07:40:35.396Z] #167 DONE 0.0s [2025-06-23T07:40:35.396Z] [2025-06-23T07:40:35.396Z] #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-06-23T07:40:35.396Z] #168 DONE 0.0s [2025-06-23T07:40:35.396Z] [2025-06-23T07:40:35.396Z] #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-06-23T07:40:35.396Z] #169 DONE 0.0s [2025-06-23T07:40:35.396Z] [2025-06-23T07:40:35.396Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-23T07:40:35.396Z] #170 DONE 0.0s [2025-06-23T07:40:35.396Z] [2025-06-23T07:40:35.396Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-23T07:40:35.611Z] #117 DONE 0.2s [2025-06-23T07:40:35.611Z] [2025-06-23T07:40:35.611Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-23T07:40:35.611Z] #118 DONE 0.3s [2025-06-23T07:40:35.611Z] [2025-06-23T07:40:35.611Z] #100 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:40:35.881Z] #100 ... [2025-06-23T07:40:35.881Z] [2025-06-23T07:40:35.881Z] #106 [security-spire-agent] exporting to image [2025-06-23T07:40:35.961Z] #171 DONE 1.1s [2025-06-23T07:40:35.961Z] [2025-06-23T07:40:35.961Z] #107 [security-bootstrapper] exporting to image [2025-06-23T07:40:35.961Z] #107 exporting layers [2025-06-23T07:40:36.221Z] #107 exporting layers 0.5s done [2025-06-23T07:40:36.478Z] #107 writing image sha256:a40e759c1275dc945c7a8916491a13d38a7262aa523f219a62b5f0e15191cf94 done [2025-06-23T07:40:36.478Z] #107 naming to docker.io/library/security-bootstrapper done [2025-06-23T07:40:36.478Z] #107 DONE 1.9s [2025-06-23T07:40:36.478Z] [2025-06-23T07:40:36.478Z] #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-23T07:40:37.285Z] #106 exporting layers 5.0s done [2025-06-23T07:40:37.285Z] #106 writing image sha256:cd89186a714bdc5bd08bce1e0734e41aaf741a2e0506a1a11c0a2ed63dc2abfb done [2025-06-23T07:40:37.285Z] #106 naming to docker.io/library/security-spire-server-arm64 done [2025-06-23T07:40:37.868Z] #106 exporting layers 3.6s done [2025-06-23T07:40:37.869Z] #106 writing image sha256:a9d42ae392f54590165d0d0df142279460a06bdb4db496989e6b275f4804c84b done [2025-06-23T07:40:37.869Z] #106 naming to docker.io/library/security-spire-config-arm64 done [2025-06-23T07:40:38.450Z] #106 exporting layers 2.6s done [2025-06-23T07:40:38.450Z] #106 writing image sha256:51092e8875fcc0d2550dd65824af8e0f9f8a6355107d4f2bffd0e04c7da776cd done [2025-06-23T07:40:38.450Z] #106 naming to docker.io/library/security-spire-agent-arm64 done [2025-06-23T07:40:38.450Z] #106 DONE 6.2s [2025-06-23T07:40:38.450Z] [2025-06-23T07:40:38.450Z] #100 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:41:44.178Z] #144 ... [2025-06-23T07:41:44.178Z] [2025-06-23T07:41:44.178Z] #154 [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-06-23T07:41:44.178Z] #154 157.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-23T07:41:47.467Z] #154 DONE 164.6s [2025-06-23T07:41:47.467Z] [2025-06-23T07:41:47.467Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-23T07:41:47.467Z] #150 DONE 164.6s [2025-06-23T07:41:47.467Z] [2025-06-23T07:41:47.467Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-23T07:41:47.467Z] #146 DONE 164.5s [2025-06-23T07:41:47.467Z] [2025-06-23T07:41:47.467Z] #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-23T07:41:47.467Z] #144 DONE 164.5s [2025-06-23T07:41:47.467Z] [2025-06-23T07:41:47.467Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T07:41:47.467Z] #153 ... [2025-06-23T07:41:47.467Z] [2025-06-23T07:41:47.467Z] #172 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T07:41:47.467Z] #172 ... [2025-06-23T07:41:47.467Z] [2025-06-23T07:41:47.467Z] #173 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T07:41:47.467Z] #173 DONE 0.2s [2025-06-23T07:41:47.467Z] [2025-06-23T07:41:47.467Z] #174 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-23T07:41:47.467Z] #174 ... [2025-06-23T07:41:47.467Z] [2025-06-23T07:41:47.468Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-23T07:41:47.468Z] #147 DONE 165.1s [2025-06-23T07:41:47.468Z] [2025-06-23T07:41:47.468Z] #175 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T07:41:47.468Z] #175 DONE 0.3s [2025-06-23T07:41:47.468Z] [2025-06-23T07:41:47.468Z] #172 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T07:41:47.468Z] #172 DONE 0.4s [2025-06-23T07:41:47.726Z] [2025-06-23T07:41:47.726Z] #176 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T07:41:47.726Z] #176 DONE 0.3s [2025-06-23T07:41:47.726Z] [2025-06-23T07:41:47.726Z] #174 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-23T07:41:47.726Z] #174 DONE 0.3s [2025-06-23T07:41:47.726Z] [2025-06-23T07:41:47.726Z] #177 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-23T07:41:47.726Z] #177 DONE 0.2s [2025-06-23T07:41:47.726Z] [2025-06-23T07:41:47.726Z] #178 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T07:41:47.726Z] #178 ... [2025-06-23T07:41:47.726Z] [2025-06-23T07:41:47.726Z] #179 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-23T07:41:47.726Z] #179 DONE 0.2s [2025-06-23T07:41:47.726Z] [2025-06-23T07:41:47.726Z] #180 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-23T07:41:47.726Z] #180 DONE 0.2s [2025-06-23T07:41:47.726Z] [2025-06-23T07:41:47.726Z] #181 [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-06-23T07:41:47.726Z] #181 DONE 0.2s [2025-06-23T07:41:47.984Z] [2025-06-23T07:41:47.984Z] #182 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-23T07:41:47.984Z] #182 ... [2025-06-23T07:41:47.984Z] [2025-06-23T07:41:47.984Z] #178 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T07:41:47.984Z] #178 DONE 0.5s [2025-06-23T07:41:48.242Z] [2025-06-23T07:41:48.242Z] #183 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-23T07:41:48.242Z] #183 DONE 0.5s [2025-06-23T07:41:48.242Z] [2025-06-23T07:41:48.242Z] #184 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-23T07:41:48.242Z] #184 ... [2025-06-23T07:41:48.242Z] [2025-06-23T07:41:48.242Z] #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-06-23T07:41:48.242Z] #185 DONE 0.5s [2025-06-23T07:41:48.242Z] [2025-06-23T07:41:48.242Z] #186 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-06-23T07:41:48.242Z] #186 DONE 0.5s [2025-06-23T07:41:48.242Z] [2025-06-23T07:41:48.242Z] #182 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-23T07:41:48.242Z] #182 DONE 0.5s [2025-06-23T07:41:48.501Z] [2025-06-23T07:41:48.501Z] #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-23T07:41:48.501Z] #187 DONE 0.2s [2025-06-23T07:41:48.501Z] [2025-06-23T07:41:48.501Z] #188 [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-06-23T07:41:48.501Z] #188 DONE 0.2s [2025-06-23T07:41:48.501Z] [2025-06-23T07:41:48.501Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T07:41:48.501Z] #143 DONE 165.9s [2025-06-23T07:41:48.501Z] [2025-06-23T07:41:48.501Z] #107 [core-command] exporting to image [2025-06-23T07:41:48.501Z] #107 exporting layers [2025-06-23T07:41:48.501Z] #107 ... [2025-06-23T07:41:48.501Z] [2025-06-23T07:41:48.501Z] #184 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-23T07:41:48.501Z] #184 DONE 0.4s [2025-06-23T07:41:48.501Z] [2025-06-23T07:41:48.501Z] #189 [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-06-23T07:41:48.501Z] #189 DONE 0.3s [2025-06-23T07:41:48.501Z] [2025-06-23T07:41:48.501Z] #190 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-23T07:41:48.501Z] #190 DONE 0.3s [2025-06-23T07:41:48.501Z] [2025-06-23T07:41:48.501Z] #107 [security-spiffe-token-provider] exporting to image [2025-06-23T07:41:48.762Z] #107 ... [2025-06-23T07:41:48.762Z] [2025-06-23T07:41:48.762Z] #191 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-06-23T07:41:48.762Z] #191 DONE 0.2s [2025-06-23T07:41:48.762Z] [2025-06-23T07:41:48.762Z] #192 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-23T07:41:48.762Z] #192 DONE 0.3s [2025-06-23T07:41:48.762Z] [2025-06-23T07:41:48.762Z] #193 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-23T07:41:48.762Z] #193 CACHED [2025-06-23T07:41:48.762Z] [2025-06-23T07:41:48.762Z] #194 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T07:41:48.762Z] #194 CACHED [2025-06-23T07:41:48.762Z] [2025-06-23T07:41:48.762Z] #107 [core-command] exporting to image [2025-06-23T07:41:48.762Z] #107 exporting layers 0.3s done [2025-06-23T07:41:48.762Z] #107 writing image sha256:8391573b4c72f3073f47513f03b24f1caff268b229991937b03fe7298c6fab86 0.0s done [2025-06-23T07:41:48.762Z] #107 naming to docker.io/library/core-command done [2025-06-23T07:41:48.762Z] #107 ... [2025-06-23T07:41:48.762Z] [2025-06-23T07:41:48.762Z] #195 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-23T07:41:48.762Z] #195 DONE 0.3s [2025-06-23T07:41:48.762Z] [2025-06-23T07:41:48.762Z] #196 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-23T07:41:48.762Z] #196 DONE 0.2s [2025-06-23T07:41:48.762Z] [2025-06-23T07:41:48.762Z] #107 [core-keeper] exporting to image [2025-06-23T07:41:49.040Z] #107 ... [2025-06-23T07:41:49.040Z] [2025-06-23T07:41:49.040Z] #197 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-23T07:41:49.040Z] #197 DONE 0.4s [2025-06-23T07:41:49.040Z] [2025-06-23T07:41:49.040Z] #198 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-23T07:41:49.040Z] #198 DONE 0.3s [2025-06-23T07:41:49.040Z] [2025-06-23T07:41:49.040Z] #107 [security-spiffe-token-provider] exporting to image [2025-06-23T07:41:49.040Z] #107 exporting layers 0.4s done [2025-06-23T07:41:49.040Z] #107 writing image sha256:319cc34496d6e7ef66d93b889d79886a889d014edd3f53336f77a10d4138e3ce 0.0s done [2025-06-23T07:41:49.040Z] #107 naming to docker.io/library/security-spiffe-token-provider done [2025-06-23T07:41:49.299Z] #107 writing image sha256:39cacd120c560af0d7a04b6d15754ebdd92193545bb7a6cfad7586824cf0fd55 done [2025-06-23T07:41:49.299Z] #107 naming to docker.io/library/core-keeper done [2025-06-23T07:41:49.299Z] #107 DONE 2.7s [2025-06-23T07:41:49.299Z] [2025-06-23T07:41:49.299Z] #199 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-23T07:41:49.557Z] #199 DONE 0.3s [2025-06-23T07:41:49.557Z] [2025-06-23T07:41:49.557Z] #200 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-23T07:41:49.557Z] #200 DONE 0.4s [2025-06-23T07:41:49.557Z] [2025-06-23T07:41:49.557Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-23T07:41:49.557Z] #148 DONE 167.1s [2025-06-23T07:41:49.557Z] [2025-06-23T07:41:49.557Z] #107 [core-metadata] exporting to image [2025-06-23T07:41:49.557Z] #107 ... [2025-06-23T07:41:49.557Z] [2025-06-23T07:41:49.557Z] #201 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-23T07:41:49.557Z] #201 DONE 0.1s [2025-06-23T07:41:49.816Z] [2025-06-23T07:41:49.816Z] #202 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-23T07:41:49.816Z] #202 DONE 1.0s [2025-06-23T07:41:49.816Z] [2025-06-23T07:41:49.816Z] #107 [core-metadata] exporting to image [2025-06-23T07:41:49.816Z] #107 exporting layers 0.4s done [2025-06-23T07:41:49.816Z] #107 writing image sha256:4aa2917f6c4e4b99e1d27812120636971a429b20bc5fd5cdb9d058db3aafc04d done [2025-06-23T07:41:49.816Z] #107 naming to docker.io/library/core-metadata done [2025-06-23T07:41:49.816Z] #107 ... [2025-06-23T07:41:49.816Z] [2025-06-23T07:41:49.816Z] #203 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T07:41:49.816Z] #203 CACHED [2025-06-23T07:41:49.816Z] [2025-06-23T07:41:49.816Z] #204 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-23T07:41:49.816Z] #204 CACHED [2025-06-23T07:41:50.075Z] [2025-06-23T07:41:50.076Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-23T07:41:50.076Z] #149 DONE 167.6s [2025-06-23T07:41:50.076Z] [2025-06-23T07:41:50.076Z] #205 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-23T07:41:50.334Z] #205 DONE 0.2s [2025-06-23T07:41:50.334Z] [2025-06-23T07:41:50.334Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-23T07:41:50.334Z] #145 DONE 167.8s [2025-06-23T07:41:50.334Z] [2025-06-23T07:41:50.334Z] #206 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T07:41:50.334Z] #206 DONE 0.1s [2025-06-23T07:41:50.334Z] [2025-06-23T07:41:50.334Z] #207 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-23T07:41:50.334Z] #207 DONE 0.1s [2025-06-23T07:41:50.334Z] [2025-06-23T07:41:50.334Z] #107 [security-proxy-setup] exporting to image [2025-06-23T07:41:50.334Z] #107 exporting layers 0.5s done [2025-06-23T07:41:50.334Z] #107 writing image sha256:8eeb4be6de4a476ddff374aa574dfa3bd8cad06890fa79f5b1e3f7182a5c2478 done [2025-06-23T07:41:50.334Z] #107 naming to docker.io/library/security-proxy-setup done [2025-06-23T07:41:50.334Z] #107 DONE 3.3s [2025-06-23T07:41:50.334Z] [2025-06-23T07:41:50.334Z] #208 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T07:41:50.593Z] #208 DONE 0.1s [2025-06-23T07:41:50.593Z] [2025-06-23T07:41:50.593Z] #209 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-23T07:41:50.593Z] #209 DONE 0.1s [2025-06-23T07:41:50.593Z] [2025-06-23T07:41:50.593Z] #210 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-23T07:41:50.593Z] #210 DONE 0.1s [2025-06-23T07:41:50.593Z] [2025-06-23T07:41:50.593Z] #211 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-23T07:41:50.593Z] #211 DONE 0.1s [2025-06-23T07:41:50.593Z] [2025-06-23T07:41:50.593Z] #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-23T07:41:50.593Z] #212 DONE 0.2s [2025-06-23T07:41:50.593Z] [2025-06-23T07:41:50.593Z] #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-23T07:41:50.851Z] #213 ... [2025-06-23T07:41:50.851Z] [2025-06-23T07:41:50.851Z] #214 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-23T07:41:50.851Z] #214 DONE 1.0s [2025-06-23T07:41:50.851Z] [2025-06-23T07:41:50.851Z] #215 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-23T07:41:50.851Z] #215 DONE 0.2s [2025-06-23T07:41:50.851Z] [2025-06-23T07:41:50.851Z] #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-23T07:41:50.851Z] #213 DONE 0.2s [2025-06-23T07:41:50.851Z] [2025-06-23T07:41:50.851Z] #216 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-23T07:41:50.851Z] #216 DONE 0.1s [2025-06-23T07:41:50.851Z] [2025-06-23T07:41:50.851Z] #107 [support-scheduler] exporting to image [2025-06-23T07:41:51.111Z] #107 ... [2025-06-23T07:41:51.111Z] [2025-06-23T07:41:51.112Z] #217 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-23T07:41:51.112Z] #217 DONE 0.7s [2025-06-23T07:41:51.112Z] [2025-06-23T07:41:51.112Z] #107 [security-secretstore-setup] exporting to image [2025-06-23T07:41:51.112Z] #107 exporting layers 0.2s done [2025-06-23T07:41:51.112Z] #107 writing image sha256:86ea7e5f106a7db311d5aae68125db2a2772fa030ed1afc6c3d77a09439b92f4 0.0s done [2025-06-23T07:41:51.112Z] #107 naming to docker.io/library/core-data done [2025-06-23T07:41:51.112Z] #107 writing image sha256:1b6f4f810d9bdde59ff6bf4aec55151cdfca1d4e2921dc85ced7b904da90f56f done [2025-06-23T07:41:51.112Z] #107 writing image sha256:e41c0bb83d9b74f131e97b89ab84df42ddf4ca0ea2ed2125328c23c5a41e8cba done [2025-06-23T07:41:51.112Z] #107 naming to docker.io/library/support-scheduler done [2025-06-23T07:41:51.112Z] #107 naming to docker.io/library/security-secretstore-setup done [2025-06-23T07:41:51.370Z] #107 exporting layers 0.2s done [2025-06-23T07:41:51.370Z] #107 writing image sha256:411b05c6706e2b6f77ba704ba65263ee649c10392f7d4f2417a5ae31f0a042e1 done [2025-06-23T07:41:51.370Z] #107 naming to docker.io/library/security-proxy-auth done [2025-06-23T07:41:51.370Z] #107 DONE 3.8s [2025-06-23T07:41:51.370Z] [2025-06-23T07:41:51.370Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T07:41:53.270Z] #153 DONE 170.5s [2025-06-23T07:41:53.270Z] [2025-06-23T07:41:53.270Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T07:41:53.270Z] #218 DONE 0.0s [2025-06-23T07:41:53.270Z] [2025-06-23T07:41:53.270Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-23T07:41:53.270Z] #219 DONE 0.0s [2025-06-23T07:41:53.270Z] [2025-06-23T07:41:53.270Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-23T07:41:53.270Z] #220 DONE 0.2s [2025-06-23T07:41:53.270Z] [2025-06-23T07:41:53.270Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-23T07:41:53.270Z] #221 DONE 0.0s [2025-06-23T07:41:53.270Z] [2025-06-23T07:41:53.270Z] #107 [support-notifications] exporting to image [2025-06-23T07:41:53.529Z] #107 exporting layers 0.2s done [2025-06-23T07:41:53.529Z] #107 writing image sha256:a3cbd4d34b3d8485e1cc6af7d7583120fa491c848931348a7b4109272e3d2043 done [2025-06-23T07:41:53.529Z] #107 naming to docker.io/library/support-notifications done [2025-06-23T07:41:53.529Z] #107 DONE 4.0s [2025-06-23T07:41:53.529Z] time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T07:41:53.529Z] time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T07:41:53.529Z] time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T07:41:53.529Z] time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T07:41:53.529Z] time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T07:41:53.529Z] time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T07:41:53.529Z] time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T07:41:53.529Z] time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T07:41:53.529Z] time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T07:41:53.529Z] time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T07:41:53.529Z] time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T07:41:53.529Z] time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T07:41:53.529Z] time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T07:41:53.529Z] time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T07:41:53.529Z] time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-23T07:41:53.546Z] $ docker stop --time=1 dae67b218a4083abebd10faa645aeb9558400bd66ee4887d882448929839f7d3 [2025-06-23T07:41:54.828Z] $ docker rm -f --volumes dae67b218a4083abebd10faa645aeb9558400bd66ee4887d882448929839f7d3 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-23T07:41:55.171Z] + docker images [2025-06-23T07:41:55.171Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-23T07:41:55.171Z] support-notifications latest a3cbd4d34b3d 1 second ago 52.3MB [2025-06-23T07:41:55.171Z] support-scheduler latest e41c0bb83d9b 4 seconds ago 48.7MB [2025-06-23T07:41:55.171Z] security-proxy-auth latest 411b05c6706e 4 seconds ago 31.9MB [2025-06-23T07:41:55.171Z] core-data latest 86ea7e5f106a 4 seconds ago 33MB [2025-06-23T07:41:55.171Z] security-secretstore-setup latest 1b6f4f810d9b 4 seconds ago 68.9MB [2025-06-23T07:41:55.171Z] core-metadata latest 4aa2917f6c4e 5 seconds ago 33.2MB [2025-06-23T07:41:55.171Z] security-proxy-setup latest 8eeb4be6de4a 5 seconds ago 38.6MB [2025-06-23T07:41:55.171Z] security-spiffe-token-provider latest 319cc34496d6 6 seconds ago 47.5MB [2025-06-23T07:41:55.171Z] core-keeper latest 39cacd120c56 6 seconds ago 32.6MB [2025-06-23T07:41:55.171Z] core-command latest 8391573b4c72 6 seconds ago 28.5MB [2025-06-23T07:41:55.171Z] security-bootstrapper latest a40e759c1275 About a minute ago 20.4MB [2025-06-23T07:41:55.171Z] core-common-config-bootstrapper latest eca92e74e127 About a minute ago 17.1MB [2025-06-23T07:41:55.171Z] security-spire-config latest daef0f3d5573 3 minutes ago 149MB [2025-06-23T07:41:55.171Z] security-spire-agent latest c269e237becf 3 minutes ago 195MB [2025-06-23T07:41:55.171Z] security-spire-server latest 8245e0602fcd 3 minutes ago 149MB [2025-06-23T07:41:55.171Z] ci-base-image-x86_64 latest bbdbc674c8f0 6 minutes ago 924MB [2025-06-23T07:41:55.171Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 5 days ago 574MB [2025-06-23T07:41:55.171Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 4 weeks ago 573MB [2025-06-23T07:41:55.171Z] 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-06-23T07:41:55.313Z] provisioning config files... [2025-06-23T07:41:55.321Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/859@tmp/config11655938389415200025tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T07:41:55.632Z] ---> ****-login.sh [2025-06-23T07:41:55.632Z] nexus3.edgexfoundry.org:10001 [2025-06-23T07:41:55.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:41:55.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:41:55.632Z] Configure a credential helper to remove this warning. See [2025-06-23T07:41:55.632Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:41:55.632Z] [2025-06-23T07:41:55.632Z] Login Succeeded [2025-06-23T07:41:55.632Z] nexus3.edgexfoundry.org:10002 [2025-06-23T07:41:55.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:41:55.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:41:55.632Z] Configure a credential helper to remove this warning. See [2025-06-23T07:41:55.632Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:41:55.632Z] [2025-06-23T07:41:55.632Z] Login Succeeded [2025-06-23T07:41:55.890Z] nexus3.edgexfoundry.org:10003 [2025-06-23T07:41:55.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:41:55.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:41:55.890Z] Configure a credential helper to remove this warning. See [2025-06-23T07:41:55.890Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:41:55.890Z] [2025-06-23T07:41:55.890Z] Login Succeeded [2025-06-23T07:41:55.890Z] nexus3.edgexfoundry.org:10004 [2025-06-23T07:41:55.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:41:55.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:41:55.890Z] Configure a credential helper to remove this warning. See [2025-06-23T07:41:55.890Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:41:55.890Z] [2025-06-23T07:41:55.890Z] Login Succeeded [2025-06-23T07:41:55.890Z] ****.io [2025-06-23T07:41:56.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:41:56.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:41:56.149Z] Configure a credential helper to remove this warning. See [2025-06-23T07:41:56.149Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:41:56.149Z] [2025-06-23T07:41:56.149Z] Login Succeeded [2025-06-23T07:41:56.149Z] ---> ****-login.sh ends [Pipeline] } [2025-06-23T07:41:56.156Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T07:41:56.203Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-23T07:41:56.240Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-06-23T07:41:56.240Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:41:56.240Z] latest [2025-06-23T07:41:56.240Z] 4.1.0-dev.27 [2025-06-23T07:41:56.240Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:41:56.240Z] main [2025-06-23T07:41:56.240Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:41:56.597Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:41:56.920Z] + docker push nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:41:56.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-23T07:41:56.920Z] 05fcf42ad04f: Preparing [2025-06-23T07:41:56.920Z] b31f09151d8b: Preparing [2025-06-23T07:41:56.920Z] 35f74f7f944d: Preparing [2025-06-23T07:41:56.920Z] 3246dc8e00ec: Preparing [2025-06-23T07:41:56.920Z] ba8caac27164: Preparing [2025-06-23T07:41:56.920Z] bbac0e2784d3: Preparing [2025-06-23T07:41:56.920Z] 994456c4fd7b: Preparing [2025-06-23T07:41:56.920Z] bbac0e2784d3: Waiting [2025-06-23T07:41:56.920Z] 994456c4fd7b: Waiting [2025-06-23T07:41:56.920Z] 3246dc8e00ec: Pushed [2025-06-23T07:41:56.920Z] 05fcf42ad04f: Pushed [2025-06-23T07:41:56.920Z] 35f74f7f944d: Pushed [2025-06-23T07:41:56.920Z] ba8caac27164: Pushed [2025-06-23T07:41:56.920Z] 994456c4fd7b: Layer already exists [2025-06-23T07:41:56.920Z] bbac0e2784d3: Pushed [2025-06-23T07:41:59.450Z] b31f09151d8b: Pushed [2025-06-23T07:41:59.450Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:41:59.783Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:00.111Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-23T07:42:00.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-23T07:42:00.111Z] 05fcf42ad04f: Preparing [2025-06-23T07:42:00.111Z] b31f09151d8b: Preparing [2025-06-23T07:42:00.111Z] 35f74f7f944d: Preparing [2025-06-23T07:42:00.111Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:00.111Z] ba8caac27164: Preparing [2025-06-23T07:42:00.111Z] bbac0e2784d3: Preparing [2025-06-23T07:42:00.111Z] 994456c4fd7b: Preparing [2025-06-23T07:42:00.111Z] bbac0e2784d3: Waiting [2025-06-23T07:42:00.111Z] 994456c4fd7b: Waiting [2025-06-23T07:42:00.111Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:00.111Z] b31f09151d8b: Layer already exists [2025-06-23T07:42:00.111Z] ba8caac27164: Layer already exists [2025-06-23T07:42:00.111Z] 05fcf42ad04f: Layer already exists [2025-06-23T07:42:00.111Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:00.111Z] bbac0e2784d3: Layer already exists [2025-06-23T07:42:00.111Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:00.111Z] latest: digest: sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:00.441Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:00.771Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27 [2025-06-23T07:42:00.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-23T07:42:00.771Z] 05fcf42ad04f: Preparing [2025-06-23T07:42:00.771Z] b31f09151d8b: Preparing [2025-06-23T07:42:00.771Z] 35f74f7f944d: Preparing [2025-06-23T07:42:00.771Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:00.771Z] ba8caac27164: Preparing [2025-06-23T07:42:00.771Z] bbac0e2784d3: Preparing [2025-06-23T07:42:00.771Z] 994456c4fd7b: Preparing [2025-06-23T07:42:00.771Z] bbac0e2784d3: Waiting [2025-06-23T07:42:00.771Z] 994456c4fd7b: Waiting [2025-06-23T07:42:00.771Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:00.771Z] 05fcf42ad04f: Layer already exists [2025-06-23T07:42:00.771Z] b31f09151d8b: Layer already exists [2025-06-23T07:42:00.771Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:00.771Z] ba8caac27164: Layer already exists [2025-06-23T07:42:00.771Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:00.771Z] bbac0e2784d3: Layer already exists [2025-06-23T07:42:00.771Z] 4.1.0-dev.27: digest: sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:01.104Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:01.434Z] + docker push nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:01.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-23T07:42:01.434Z] 05fcf42ad04f: Preparing [2025-06-23T07:42:01.434Z] b31f09151d8b: Preparing [2025-06-23T07:42:01.434Z] 35f74f7f944d: Preparing [2025-06-23T07:42:01.434Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:01.434Z] ba8caac27164: Preparing [2025-06-23T07:42:01.434Z] bbac0e2784d3: Preparing [2025-06-23T07:42:01.434Z] 994456c4fd7b: Preparing [2025-06-23T07:42:01.434Z] bbac0e2784d3: Waiting [2025-06-23T07:42:01.434Z] 994456c4fd7b: Waiting [2025-06-23T07:42:01.434Z] 05fcf42ad04f: Layer already exists [2025-06-23T07:42:01.434Z] ba8caac27164: Layer already exists [2025-06-23T07:42:01.434Z] b31f09151d8b: Layer already exists [2025-06-23T07:42:01.434Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:01.434Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:01.434Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:01.434Z] bbac0e2784d3: Layer already exists [2025-06-23T07:42:01.434Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:01.772Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:02.111Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-06-23T07:42:02.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-23T07:42:02.111Z] 05fcf42ad04f: Preparing [2025-06-23T07:42:02.111Z] b31f09151d8b: Preparing [2025-06-23T07:42:02.111Z] 35f74f7f944d: Preparing [2025-06-23T07:42:02.111Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:02.111Z] ba8caac27164: Preparing [2025-06-23T07:42:02.111Z] bbac0e2784d3: Preparing [2025-06-23T07:42:02.111Z] 994456c4fd7b: Preparing [2025-06-23T07:42:02.111Z] bbac0e2784d3: Waiting [2025-06-23T07:42:02.111Z] 994456c4fd7b: Waiting [2025-06-23T07:42:02.111Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:02.111Z] b31f09151d8b: Layer already exists [2025-06-23T07:42:02.112Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:02.112Z] ba8caac27164: Layer already exists [2025-06-23T07:42:02.112Z] 05fcf42ad04f: Layer already exists [2025-06-23T07:42:02.112Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:02.112Z] bbac0e2784d3: Layer already exists [2025-06-23T07:42:02.112Z] main: digest: sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T07:42:02.193Z] ===================================================== [Pipeline] echo [2025-06-23T07:42:02.208Z] taggedImages: [2025-06-23T07:42:02.208Z] - nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:02.208Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-23T07:42:02.208Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27 [2025-06-23T07:42:02.208Z] - nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:02.208Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-06-23T07:42:02.241Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-06-23T07:42:02.241Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:02.241Z] latest [2025-06-23T07:42:02.241Z] 4.1.0-dev.27 [2025-06-23T07:42:02.241Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:02.241Z] main [2025-06-23T07:42:02.241Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:02.598Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:02.919Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:02.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-23T07:42:02.919Z] ee2eb5e97cb7: Preparing [2025-06-23T07:42:02.919Z] 1b62521eb925: Preparing [2025-06-23T07:42:02.919Z] d10550acd4a2: Preparing [2025-06-23T07:42:02.919Z] d70447529cd7: Preparing [2025-06-23T07:42:02.919Z] 35f74f7f944d: Preparing [2025-06-23T07:42:02.919Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:02.919Z] ba8caac27164: Preparing [2025-06-23T07:42:02.919Z] bbac0e2784d3: Preparing [2025-06-23T07:42:02.919Z] 994456c4fd7b: Preparing [2025-06-23T07:42:02.919Z] ba8caac27164: Waiting [2025-06-23T07:42:02.919Z] bbac0e2784d3: Waiting [2025-06-23T07:42:02.919Z] 994456c4fd7b: Waiting [2025-06-23T07:42:02.919Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:02.919Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:02.919Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:02.919Z] ba8caac27164: Layer already exists [2025-06-23T07:42:02.919Z] 1b62521eb925: Pushed [2025-06-23T07:42:02.919Z] bbac0e2784d3: Layer already exists [2025-06-23T07:42:02.919Z] d10550acd4a2: Pushed [2025-06-23T07:42:02.919Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:02.919Z] ee2eb5e97cb7: Pushed [2025-06-23T07:42:04.297Z] d70447529cd7: Pushed [2025-06-23T07:42:04.297Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:04.642Z] + 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-06-23T07:42:04.965Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-23T07:42:04.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-23T07:42:04.965Z] ee2eb5e97cb7: Preparing [2025-06-23T07:42:04.965Z] 1b62521eb925: Preparing [2025-06-23T07:42:04.965Z] d10550acd4a2: Preparing [2025-06-23T07:42:04.965Z] d70447529cd7: Preparing [2025-06-23T07:42:04.965Z] 35f74f7f944d: Preparing [2025-06-23T07:42:04.965Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:04.965Z] ba8caac27164: Preparing [2025-06-23T07:42:04.965Z] bbac0e2784d3: Preparing [2025-06-23T07:42:04.965Z] 994456c4fd7b: Preparing [2025-06-23T07:42:04.965Z] ba8caac27164: Waiting [2025-06-23T07:42:04.965Z] bbac0e2784d3: Waiting [2025-06-23T07:42:04.965Z] 994456c4fd7b: Waiting [2025-06-23T07:42:04.965Z] d10550acd4a2: Layer already exists [2025-06-23T07:42:04.965Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:04.965Z] ee2eb5e97cb7: Layer already exists [2025-06-23T07:42:04.965Z] d70447529cd7: Layer already exists [2025-06-23T07:42:04.965Z] 1b62521eb925: Layer already exists [2025-06-23T07:42:04.965Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:04.965Z] ba8caac27164: Layer already exists [2025-06-23T07:42:04.965Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:04.965Z] bbac0e2784d3: Layer already exists [2025-06-23T07:42:04.965Z] latest: digest: sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:05.293Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:05.623Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27 [2025-06-23T07:42:05.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-23T07:42:05.623Z] ee2eb5e97cb7: Preparing [2025-06-23T07:42:05.623Z] 1b62521eb925: Preparing [2025-06-23T07:42:05.623Z] d10550acd4a2: Preparing [2025-06-23T07:42:05.623Z] d70447529cd7: Preparing [2025-06-23T07:42:05.623Z] 35f74f7f944d: Preparing [2025-06-23T07:42:05.623Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:05.623Z] ba8caac27164: Preparing [2025-06-23T07:42:05.623Z] bbac0e2784d3: Preparing [2025-06-23T07:42:05.623Z] 994456c4fd7b: Preparing [2025-06-23T07:42:05.623Z] ba8caac27164: Waiting [2025-06-23T07:42:05.623Z] bbac0e2784d3: Waiting [2025-06-23T07:42:05.623Z] 994456c4fd7b: Waiting [2025-06-23T07:42:05.623Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:05.623Z] 1b62521eb925: Layer already exists [2025-06-23T07:42:05.623Z] d70447529cd7: Layer already exists [2025-06-23T07:42:05.623Z] d10550acd4a2: Layer already exists [2025-06-23T07:42:05.623Z] ee2eb5e97cb7: Layer already exists [2025-06-23T07:42:05.623Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:05.623Z] bbac0e2784d3: Layer already exists [2025-06-23T07:42:05.623Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:05.623Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:05.623Z] ba8caac27164: Layer already exists [2025-06-23T07:42:05.623Z] 4.1.0-dev.27: digest: sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:05.948Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:06.270Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:06.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-23T07:42:06.270Z] ee2eb5e97cb7: Preparing [2025-06-23T07:42:06.270Z] 1b62521eb925: Preparing [2025-06-23T07:42:06.270Z] d10550acd4a2: Preparing [2025-06-23T07:42:06.270Z] d70447529cd7: Preparing [2025-06-23T07:42:06.270Z] 35f74f7f944d: Preparing [2025-06-23T07:42:06.270Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:06.270Z] ba8caac27164: Preparing [2025-06-23T07:42:06.270Z] bbac0e2784d3: Preparing [2025-06-23T07:42:06.270Z] 994456c4fd7b: Preparing [2025-06-23T07:42:06.270Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:06.270Z] ba8caac27164: Waiting [2025-06-23T07:42:06.270Z] bbac0e2784d3: Waiting [2025-06-23T07:42:06.270Z] 994456c4fd7b: Waiting [2025-06-23T07:42:06.270Z] d70447529cd7: Layer already exists [2025-06-23T07:42:06.270Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:06.270Z] 1b62521eb925: Layer already exists [2025-06-23T07:42:06.270Z] d10550acd4a2: Layer already exists [2025-06-23T07:42:06.270Z] ee2eb5e97cb7: Layer already exists [2025-06-23T07:42:06.270Z] ba8caac27164: Layer already exists [2025-06-23T07:42:06.270Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:06.270Z] bbac0e2784d3: Layer already exists [2025-06-23T07:42:06.270Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:06.270Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:06.606Z] + 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-06-23T07:42:06.937Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-23T07:42:06.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-23T07:42:06.937Z] ee2eb5e97cb7: Preparing [2025-06-23T07:42:06.937Z] 1b62521eb925: Preparing [2025-06-23T07:42:06.937Z] d10550acd4a2: Preparing [2025-06-23T07:42:06.937Z] d70447529cd7: Preparing [2025-06-23T07:42:06.937Z] 35f74f7f944d: Preparing [2025-06-23T07:42:06.937Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:06.937Z] ba8caac27164: Preparing [2025-06-23T07:42:06.937Z] bbac0e2784d3: Preparing [2025-06-23T07:42:06.937Z] 994456c4fd7b: Preparing [2025-06-23T07:42:06.937Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:06.937Z] ba8caac27164: Waiting [2025-06-23T07:42:06.937Z] bbac0e2784d3: Waiting [2025-06-23T07:42:06.937Z] 994456c4fd7b: Waiting [2025-06-23T07:42:06.937Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:06.937Z] d70447529cd7: Layer already exists [2025-06-23T07:42:06.937Z] 1b62521eb925: Layer already exists [2025-06-23T07:42:06.937Z] ee2eb5e97cb7: Layer already exists [2025-06-23T07:42:06.937Z] d10550acd4a2: Layer already exists [2025-06-23T07:42:06.937Z] bbac0e2784d3: Layer already exists [2025-06-23T07:42:06.937Z] ba8caac27164: Layer already exists [2025-06-23T07:42:06.937Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:06.937Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:06.937Z] main: digest: sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T07:42:07.012Z] ===================================================== [Pipeline] echo [2025-06-23T07:42:07.027Z] taggedImages: [2025-06-23T07:42:07.027Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:07.027Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-23T07:42:07.027Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27 [2025-06-23T07:42:07.027Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:07.027Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-06-23T07:42:07.061Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-06-23T07:42:07.061Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:07.061Z] latest [2025-06-23T07:42:07.061Z] 4.1.0-dev.27 [2025-06-23T07:42:07.061Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:07.061Z] main [2025-06-23T07:42:07.061Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:07.409Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:07.737Z] + docker push nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:07.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-23T07:42:07.737Z] ddf552744d57: Preparing [2025-06-23T07:42:07.737Z] 61897f63b7a1: Preparing [2025-06-23T07:42:07.737Z] 35f74f7f944d: Preparing [2025-06-23T07:42:07.737Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:07.737Z] ef5354101557: Preparing [2025-06-23T07:42:07.737Z] ed902351a9eb: Preparing [2025-06-23T07:42:07.737Z] 994456c4fd7b: Preparing [2025-06-23T07:42:07.737Z] ed902351a9eb: Waiting [2025-06-23T07:42:07.737Z] 994456c4fd7b: Waiting [2025-06-23T07:42:07.737Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:07.737Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:07.737Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:07.737Z] ef5354101557: Pushed [2025-06-23T07:42:07.737Z] ddf552744d57: Pushed [2025-06-23T07:42:07.737Z] ed902351a9eb: Pushed [2025-06-23T07:42:10.269Z] 61897f63b7a1: Pushed [2025-06-23T07:42:10.528Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:10.851Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:11.186Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-23T07:42:11.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-23T07:42:11.186Z] ddf552744d57: Preparing [2025-06-23T07:42:11.186Z] 61897f63b7a1: Preparing [2025-06-23T07:42:11.186Z] 35f74f7f944d: Preparing [2025-06-23T07:42:11.186Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:11.186Z] ef5354101557: Preparing [2025-06-23T07:42:11.186Z] ed902351a9eb: Preparing [2025-06-23T07:42:11.186Z] 994456c4fd7b: Preparing [2025-06-23T07:42:11.186Z] ed902351a9eb: Waiting [2025-06-23T07:42:11.186Z] 994456c4fd7b: Waiting [2025-06-23T07:42:11.186Z] ef5354101557: Layer already exists [2025-06-23T07:42:11.186Z] 61897f63b7a1: Layer already exists [2025-06-23T07:42:11.186Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:11.186Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:11.186Z] ddf552744d57: Layer already exists [2025-06-23T07:42:11.186Z] ed902351a9eb: Layer already exists [2025-06-23T07:42:11.186Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:11.186Z] latest: digest: sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:11.520Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:11.853Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27 [2025-06-23T07:42:11.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-23T07:42:11.853Z] ddf552744d57: Preparing [2025-06-23T07:42:11.853Z] 61897f63b7a1: Preparing [2025-06-23T07:42:11.853Z] 35f74f7f944d: Preparing [2025-06-23T07:42:11.853Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:11.853Z] ef5354101557: Preparing [2025-06-23T07:42:11.853Z] ed902351a9eb: Preparing [2025-06-23T07:42:11.853Z] 994456c4fd7b: Preparing [2025-06-23T07:42:11.853Z] ed902351a9eb: Waiting [2025-06-23T07:42:11.853Z] 994456c4fd7b: Waiting [2025-06-23T07:42:11.853Z] ef5354101557: Layer already exists [2025-06-23T07:42:11.853Z] 61897f63b7a1: Layer already exists [2025-06-23T07:42:11.853Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:11.853Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:11.853Z] ddf552744d57: Layer already exists [2025-06-23T07:42:11.853Z] ed902351a9eb: Layer already exists [2025-06-23T07:42:11.853Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:11.853Z] 4.1.0-dev.27: digest: sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:12.180Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:12.514Z] + docker push nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:12.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-23T07:42:12.514Z] ddf552744d57: Preparing [2025-06-23T07:42:12.514Z] 61897f63b7a1: Preparing [2025-06-23T07:42:12.514Z] 35f74f7f944d: Preparing [2025-06-23T07:42:12.514Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:12.514Z] ef5354101557: Preparing [2025-06-23T07:42:12.514Z] ed902351a9eb: Preparing [2025-06-23T07:42:12.514Z] 994456c4fd7b: Preparing [2025-06-23T07:42:12.514Z] 994456c4fd7b: Waiting [2025-06-23T07:42:12.514Z] ed902351a9eb: Waiting [2025-06-23T07:42:12.514Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:12.514Z] 61897f63b7a1: Layer already exists [2025-06-23T07:42:12.514Z] ef5354101557: Layer already exists [2025-06-23T07:42:12.514Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:12.514Z] ddf552744d57: Layer already exists [2025-06-23T07:42:12.514Z] ed902351a9eb: Layer already exists [2025-06-23T07:42:12.514Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:12.514Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:12.851Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:13.174Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-06-23T07:42:13.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-23T07:42:13.174Z] ddf552744d57: Preparing [2025-06-23T07:42:13.174Z] 61897f63b7a1: Preparing [2025-06-23T07:42:13.174Z] 35f74f7f944d: Preparing [2025-06-23T07:42:13.174Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:13.174Z] ef5354101557: Preparing [2025-06-23T07:42:13.174Z] ed902351a9eb: Preparing [2025-06-23T07:42:13.174Z] 994456c4fd7b: Preparing [2025-06-23T07:42:13.174Z] ed902351a9eb: Waiting [2025-06-23T07:42:13.174Z] 994456c4fd7b: Waiting [2025-06-23T07:42:13.174Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:13.174Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:13.174Z] ef5354101557: Layer already exists [2025-06-23T07:42:13.174Z] ddf552744d57: Layer already exists [2025-06-23T07:42:13.174Z] 61897f63b7a1: Layer already exists [2025-06-23T07:42:13.174Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:13.174Z] ed902351a9eb: Layer already exists [2025-06-23T07:42:13.174Z] main: digest: sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T07:42:13.245Z] ===================================================== [Pipeline] echo [2025-06-23T07:42:13.264Z] taggedImages: [2025-06-23T07:42:13.264Z] - nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:13.264Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-23T07:42:13.264Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27 [2025-06-23T07:42:13.264Z] - nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:13.264Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-06-23T07:42:13.294Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-06-23T07:42:13.294Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:13.294Z] latest [2025-06-23T07:42:13.294Z] 4.1.0-dev.27 [2025-06-23T07:42:13.294Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:13.294Z] main [2025-06-23T07:42:13.294Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:13.642Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:13.965Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:13.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-23T07:42:13.965Z] 1ac2afb1412c: Preparing [2025-06-23T07:42:13.965Z] fc454a59e3e5: Preparing [2025-06-23T07:42:13.965Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:13.965Z] 32c926cd75d1: Preparing [2025-06-23T07:42:13.965Z] 85ad97aa932f: Preparing [2025-06-23T07:42:13.965Z] 994456c4fd7b: Preparing [2025-06-23T07:42:13.965Z] 994456c4fd7b: Waiting [2025-06-23T07:42:13.965Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:13.965Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:13.965Z] 32c926cd75d1: Pushed [2025-06-23T07:42:13.965Z] 1ac2afb1412c: Pushed [2025-06-23T07:42:13.965Z] 85ad97aa932f: Pushed [2025-06-23T07:42:15.066Z] #100 ... [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:42:15.066Z] #84 DONE 109.8s [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:42:15.066Z] #91 DONE 109.9s [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:42:15.066Z] #89 DONE 103.6s [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #119 [support-notifications builder 6/7] COPY . . [2025-06-23T07:42:15.066Z] #119 ... [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #101 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:42:15.066Z] #101 DONE 103.7s [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #120 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-23T07:42:15.066Z] #120 ... [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:42:15.066Z] #95 DONE 99.5s [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #119 [support-notifications builder 6/7] COPY . . [2025-06-23T07:42:15.066Z] #119 DONE 1.8s [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #121 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:42:15.066Z] #121 CACHED [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #122 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:42:15.066Z] #122 CACHED [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #123 [security-secretstore-setup builder 6/7] COPY . . [2025-06-23T07:42:15.066Z] #123 CACHED [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #124 [security-proxy-setup builder 6/7] COPY . . [2025-06-23T07:42:15.066Z] #124 CACHED [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #125 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:42:15.066Z] #125 CACHED [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #126 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:42:15.066Z] #126 CACHED [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #100 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:42:15.066Z] #100 DONE 95.8s [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #120 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-23T07:42:15.066Z] #120 DONE 1.9s [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #127 [security-bootstrapper builder 6/7] COPY . . [2025-06-23T07:42:15.066Z] #127 DONE 1.9s [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #128 [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-06-23T07:42:15.066Z] #128 ... [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #129 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:42:15.066Z] #129 CACHED [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #130 [core-data builder 6/7] COPY . . [2025-06-23T07:42:15.066Z] #130 CACHED [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #131 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:42:15.066Z] #131 CACHED [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:42:15.066Z] #132 CACHED [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #133 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:42:15.066Z] #133 CACHED [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #134 [core-metadata builder 6/7] COPY . . [2025-06-23T07:42:15.066Z] #134 CACHED [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #135 [security-proxy-auth builder 6/7] COPY . . [2025-06-23T07:42:15.066Z] #135 CACHED [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #136 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:42:15.066Z] #136 CACHED [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #137 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:42:15.066Z] #137 CACHED [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #138 [core-command builder 6/7] COPY . . [2025-06-23T07:42:15.066Z] #138 CACHED [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #139 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-23T07:42:15.066Z] #139 CACHED [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #140 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T07:42:15.066Z] #140 CACHED [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #141 [support-scheduler builder 6/7] COPY . . [2025-06-23T07:42:15.066Z] #141 DONE 2.1s [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #142 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-23T07:42:15.066Z] #142 ... [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #143 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-23T07:42:15.066Z] #143 DONE 4.0s [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #144 [core-keeper builder 7/8] COPY . . [2025-06-23T07:42:15.066Z] #144 DONE 3.9s [2025-06-23T07:42:15.066Z] [2025-06-23T07:42:15.066Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-23T07:42:15.066Z] #145 3.219 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-23T07:42:16.497Z] #145 ... [2025-06-23T07:42:16.497Z] [2025-06-23T07:42:16.497Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T07:42:16.497Z] #0 6.120 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-23T07:42:16.504Z] fc454a59e3e5: Pushed [2025-06-23T07:42:16.504Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:16.762Z] #146 ... [2025-06-23T07:42:16.762Z] [2025-06-23T07:42:16.762Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-23T07:42:16.762Z] #0 6.033 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-23T07:42:16.762Z] #147 ... [2025-06-23T07:42:16.762Z] [2025-06-23T07:42:16.762Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T07:42:16.762Z] #0 5.577 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-23T07:42:16.834Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:17.032Z] #148 ... [2025-06-23T07:42:17.032Z] [2025-06-23T07:42:17.032Z] #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-23T07:42:17.032Z] #0 6.160 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-23T07:42:17.165Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-23T07:42:17.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-23T07:42:17.165Z] 1ac2afb1412c: Preparing [2025-06-23T07:42:17.165Z] fc454a59e3e5: Preparing [2025-06-23T07:42:17.165Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:17.165Z] 32c926cd75d1: Preparing [2025-06-23T07:42:17.165Z] 85ad97aa932f: Preparing [2025-06-23T07:42:17.165Z] 994456c4fd7b: Preparing [2025-06-23T07:42:17.165Z] 994456c4fd7b: Waiting [2025-06-23T07:42:17.165Z] 1ac2afb1412c: Layer already exists [2025-06-23T07:42:17.165Z] fc454a59e3e5: Layer already exists [2025-06-23T07:42:17.165Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:17.165Z] 85ad97aa932f: Layer already exists [2025-06-23T07:42:17.165Z] 32c926cd75d1: Layer already exists [2025-06-23T07:42:17.165Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:17.165Z] latest: digest: sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:17.303Z] #149 ... [2025-06-23T07:42:17.303Z] [2025-06-23T07:42:17.303Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-23T07:42:17.303Z] #0 6.329 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-23T07:42:17.491Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:17.592Z] #150 ... [2025-06-23T07:42:17.592Z] [2025-06-23T07:42:17.592Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-23T07:42:17.592Z] #0 5.380 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-23T07:42:17.592Z] #151 ... [2025-06-23T07:42:17.592Z] [2025-06-23T07:42:17.592Z] #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-23T07:42:17.592Z] #0 5.425 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-23T07:42:17.817Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27 [2025-06-23T07:42:17.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-23T07:42:17.817Z] 1ac2afb1412c: Preparing [2025-06-23T07:42:17.817Z] fc454a59e3e5: Preparing [2025-06-23T07:42:17.817Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:17.817Z] 32c926cd75d1: Preparing [2025-06-23T07:42:17.817Z] 85ad97aa932f: Preparing [2025-06-23T07:42:17.817Z] 994456c4fd7b: Preparing [2025-06-23T07:42:17.817Z] 994456c4fd7b: Waiting [2025-06-23T07:42:17.817Z] 1ac2afb1412c: Layer already exists [2025-06-23T07:42:17.817Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:17.817Z] fc454a59e3e5: Layer already exists [2025-06-23T07:42:17.817Z] 85ad97aa932f: Layer already exists [2025-06-23T07:42:17.817Z] 32c926cd75d1: Layer already exists [2025-06-23T07:42:17.817Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:17.817Z] 4.1.0-dev.27: digest: sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [2025-06-23T07:42:17.858Z] #152 ... [2025-06-23T07:42:17.858Z] [2025-06-23T07:42:17.858Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-23T07:42:17.858Z] #0 4.961 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-23T07:42:17.858Z] #153 ... [2025-06-23T07:42:17.858Z] [2025-06-23T07:42:17.858Z] #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-23T07:42:17.858Z] #0 3.202 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:18.149Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:18.470Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:18.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-23T07:42:18.470Z] 1ac2afb1412c: Preparing [2025-06-23T07:42:18.470Z] fc454a59e3e5: Preparing [2025-06-23T07:42:18.470Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:18.470Z] 32c926cd75d1: Preparing [2025-06-23T07:42:18.470Z] 85ad97aa932f: Preparing [2025-06-23T07:42:18.470Z] 994456c4fd7b: Preparing [2025-06-23T07:42:18.470Z] 994456c4fd7b: Waiting [2025-06-23T07:42:18.470Z] 1ac2afb1412c: Layer already exists [2025-06-23T07:42:18.470Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:18.470Z] fc454a59e3e5: Layer already exists [2025-06-23T07:42:18.470Z] 85ad97aa932f: Layer already exists [2025-06-23T07:42:18.470Z] 32c926cd75d1: Layer already exists [2025-06-23T07:42:18.470Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:18.470Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:18.803Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:19.132Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-23T07:42:19.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-23T07:42:19.132Z] 1ac2afb1412c: Preparing [2025-06-23T07:42:19.132Z] fc454a59e3e5: Preparing [2025-06-23T07:42:19.132Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:19.132Z] 32c926cd75d1: Preparing [2025-06-23T07:42:19.132Z] 85ad97aa932f: Preparing [2025-06-23T07:42:19.132Z] 994456c4fd7b: Preparing [2025-06-23T07:42:19.132Z] 994456c4fd7b: Waiting [2025-06-23T07:42:19.132Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:19.132Z] fc454a59e3e5: Layer already exists [2025-06-23T07:42:19.132Z] 1ac2afb1412c: Layer already exists [2025-06-23T07:42:19.132Z] 32c926cd75d1: Layer already exists [2025-06-23T07:42:19.132Z] 85ad97aa932f: Layer already exists [2025-06-23T07:42:19.132Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:19.132Z] main: digest: sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T07:42:19.223Z] ===================================================== [Pipeline] echo [2025-06-23T07:42:19.237Z] taggedImages: [2025-06-23T07:42:19.237Z] - nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:19.237Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-23T07:42:19.237Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27 [2025-06-23T07:42:19.237Z] - nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:19.237Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-06-23T07:42:19.270Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-06-23T07:42:19.270Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:19.270Z] latest [2025-06-23T07:42:19.270Z] 4.1.0-dev.27 [2025-06-23T07:42:19.270Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:19.270Z] main [2025-06-23T07:42:19.270Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:19.637Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:19.971Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:19.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-23T07:42:19.971Z] da04b61785a3: Preparing [2025-06-23T07:42:19.971Z] ed8c9dff1583: Preparing [2025-06-23T07:42:19.971Z] 528e218c805d: Preparing [2025-06-23T07:42:19.971Z] 35f74f7f944d: Preparing [2025-06-23T07:42:19.971Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:19.971Z] ba8caac27164: Preparing [2025-06-23T07:42:19.971Z] bbac0e2784d3: Preparing [2025-06-23T07:42:19.971Z] 994456c4fd7b: Preparing [2025-06-23T07:42:19.971Z] ba8caac27164: Waiting [2025-06-23T07:42:19.971Z] 994456c4fd7b: Waiting [2025-06-23T07:42:19.971Z] bbac0e2784d3: Waiting [2025-06-23T07:42:19.971Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:19.971Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:19.971Z] ba8caac27164: Layer already exists [2025-06-23T07:42:19.971Z] bbac0e2784d3: Layer already exists [2025-06-23T07:42:19.971Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:19.971Z] ed8c9dff1583: Pushed [2025-06-23T07:42:19.971Z] da04b61785a3: Pushed [2025-06-23T07:42:22.122Z] #154 ... [2025-06-23T07:42:22.122Z] [2025-06-23T07:42:22.122Z] #128 [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-06-23T07:42:22.122Z] #128 4.694 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-23T07:42:22.122Z] #128 ... [2025-06-23T07:42:22.122Z] [2025-06-23T07:42:22.122Z] #142 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-23T07:42:22.122Z] #142 5.754 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-23T07:42:22.505Z] 528e218c805d: Pushed [2025-06-23T07:42:22.766Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:23.180Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:23.511Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-23T07:42:23.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-23T07:42:23.511Z] da04b61785a3: Preparing [2025-06-23T07:42:23.511Z] ed8c9dff1583: Preparing [2025-06-23T07:42:23.511Z] 528e218c805d: Preparing [2025-06-23T07:42:23.511Z] 35f74f7f944d: Preparing [2025-06-23T07:42:23.511Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:23.511Z] ba8caac27164: Preparing [2025-06-23T07:42:23.511Z] bbac0e2784d3: Preparing [2025-06-23T07:42:23.511Z] 994456c4fd7b: Preparing [2025-06-23T07:42:23.511Z] 994456c4fd7b: Waiting [2025-06-23T07:42:23.511Z] ba8caac27164: Waiting [2025-06-23T07:42:23.511Z] bbac0e2784d3: Waiting [2025-06-23T07:42:23.511Z] ed8c9dff1583: Layer already exists [2025-06-23T07:42:23.511Z] 528e218c805d: Layer already exists [2025-06-23T07:42:23.511Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:23.511Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:23.511Z] da04b61785a3: Layer already exists [2025-06-23T07:42:23.511Z] bbac0e2784d3: Layer already exists [2025-06-23T07:42:23.511Z] ba8caac27164: Layer already exists [2025-06-23T07:42:23.511Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:23.511Z] latest: digest: sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:23.838Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:24.161Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27 [2025-06-23T07:42:24.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-23T07:42:24.161Z] da04b61785a3: Preparing [2025-06-23T07:42:24.161Z] ed8c9dff1583: Preparing [2025-06-23T07:42:24.161Z] 528e218c805d: Preparing [2025-06-23T07:42:24.161Z] 35f74f7f944d: Preparing [2025-06-23T07:42:24.161Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:24.161Z] ba8caac27164: Preparing [2025-06-23T07:42:24.161Z] bbac0e2784d3: Preparing [2025-06-23T07:42:24.161Z] 994456c4fd7b: Preparing [2025-06-23T07:42:24.161Z] ba8caac27164: Waiting [2025-06-23T07:42:24.161Z] bbac0e2784d3: Waiting [2025-06-23T07:42:24.161Z] 994456c4fd7b: Waiting [2025-06-23T07:42:24.161Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:24.161Z] ed8c9dff1583: Layer already exists [2025-06-23T07:42:24.161Z] 528e218c805d: Layer already exists [2025-06-23T07:42:24.161Z] da04b61785a3: Layer already exists [2025-06-23T07:42:24.161Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:24.161Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:24.161Z] bbac0e2784d3: Layer already exists [2025-06-23T07:42:24.161Z] ba8caac27164: Layer already exists [2025-06-23T07:42:24.161Z] 4.1.0-dev.27: digest: sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:24.500Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:24.828Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:24.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-23T07:42:24.828Z] da04b61785a3: Preparing [2025-06-23T07:42:24.828Z] ed8c9dff1583: Preparing [2025-06-23T07:42:24.828Z] 528e218c805d: Preparing [2025-06-23T07:42:24.828Z] 35f74f7f944d: Preparing [2025-06-23T07:42:24.828Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:24.828Z] ba8caac27164: Preparing [2025-06-23T07:42:24.828Z] bbac0e2784d3: Preparing [2025-06-23T07:42:24.828Z] 994456c4fd7b: Preparing [2025-06-23T07:42:24.828Z] ba8caac27164: Waiting [2025-06-23T07:42:24.828Z] 994456c4fd7b: Waiting [2025-06-23T07:42:24.828Z] bbac0e2784d3: Waiting [2025-06-23T07:42:24.828Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:24.828Z] 528e218c805d: Layer already exists [2025-06-23T07:42:24.828Z] ed8c9dff1583: Layer already exists [2025-06-23T07:42:24.828Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:24.828Z] da04b61785a3: Layer already exists [2025-06-23T07:42:24.828Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:24.828Z] ba8caac27164: Layer already exists [2025-06-23T07:42:24.828Z] bbac0e2784d3: Layer already exists [2025-06-23T07:42:24.828Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:25.159Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:25.480Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-23T07:42:25.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-23T07:42:25.480Z] da04b61785a3: Preparing [2025-06-23T07:42:25.480Z] ed8c9dff1583: Preparing [2025-06-23T07:42:25.480Z] 528e218c805d: Preparing [2025-06-23T07:42:25.480Z] 35f74f7f944d: Preparing [2025-06-23T07:42:25.480Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:25.480Z] ba8caac27164: Preparing [2025-06-23T07:42:25.480Z] bbac0e2784d3: Preparing [2025-06-23T07:42:25.480Z] ba8caac27164: Waiting [2025-06-23T07:42:25.480Z] 994456c4fd7b: Preparing [2025-06-23T07:42:25.480Z] bbac0e2784d3: Waiting [2025-06-23T07:42:25.480Z] 994456c4fd7b: Waiting [2025-06-23T07:42:25.480Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:25.480Z] ed8c9dff1583: Layer already exists [2025-06-23T07:42:25.480Z] da04b61785a3: Layer already exists [2025-06-23T07:42:25.480Z] 528e218c805d: Layer already exists [2025-06-23T07:42:25.480Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:25.480Z] ba8caac27164: Layer already exists [2025-06-23T07:42:25.480Z] bbac0e2784d3: Layer already exists [2025-06-23T07:42:25.480Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:25.480Z] main: digest: sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T07:42:25.549Z] ===================================================== [Pipeline] echo [2025-06-23T07:42:25.564Z] taggedImages: [2025-06-23T07:42:25.564Z] - nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:25.564Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-23T07:42:25.564Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27 [2025-06-23T07:42:25.564Z] - nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:25.564Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-06-23T07:42:25.589Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-06-23T07:42:25.589Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:25.589Z] latest [2025-06-23T07:42:25.589Z] 4.1.0-dev.27 [2025-06-23T07:42:25.589Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:25.589Z] main [2025-06-23T07:42:25.589Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:25.925Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:26.252Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:26.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-23T07:42:26.252Z] bfd674d9993f: Preparing [2025-06-23T07:42:26.252Z] c78956bbdf69: Preparing [2025-06-23T07:42:26.252Z] d30dd144c585: Preparing [2025-06-23T07:42:26.252Z] d367fffbdb38: Preparing [2025-06-23T07:42:26.252Z] 8df72f305f72: Preparing [2025-06-23T07:42:26.252Z] d8b69edc9f01: Preparing [2025-06-23T07:42:26.252Z] 64e3b7860d7d: Preparing [2025-06-23T07:42:26.252Z] 35f74f7f944d: Preparing [2025-06-23T07:42:26.252Z] d8b69edc9f01: Waiting [2025-06-23T07:42:26.252Z] 64e3b7860d7d: Waiting [2025-06-23T07:42:26.252Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:26.252Z] c8fb016674e9: Preparing [2025-06-23T07:42:26.252Z] 35f74f7f944d: Waiting [2025-06-23T07:42:26.252Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:26.252Z] 9eb0cd04febf: Preparing [2025-06-23T07:42:26.252Z] 5f70bf18a086: Preparing [2025-06-23T07:42:26.252Z] cf24ce8fee08: Preparing [2025-06-23T07:42:26.252Z] 3a21ad26055b: Preparing [2025-06-23T07:42:26.252Z] c8fb016674e9: Waiting [2025-06-23T07:42:26.252Z] 9eb0cd04febf: Waiting [2025-06-23T07:42:26.252Z] cf24ce8fee08: Waiting [2025-06-23T07:42:26.252Z] 3a21ad26055b: Waiting [2025-06-23T07:42:26.252Z] 17e337617726: Preparing [2025-06-23T07:42:26.252Z] 994456c4fd7b: Preparing [2025-06-23T07:42:26.252Z] 994456c4fd7b: Waiting [2025-06-23T07:42:26.252Z] 17e337617726: Waiting [2025-06-23T07:42:26.252Z] d367fffbdb38: Pushed [2025-06-23T07:42:26.252Z] c78956bbdf69: Pushed [2025-06-23T07:42:26.252Z] 8df72f305f72: Pushed [2025-06-23T07:42:26.252Z] bfd674d9993f: Pushed [2025-06-23T07:42:26.252Z] d30dd144c585: Pushed [2025-06-23T07:42:26.252Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:26.252Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:26.252Z] 5f70bf18a086: Layer already exists [2025-06-23T07:42:26.511Z] d8b69edc9f01: Pushed [2025-06-23T07:42:26.511Z] c8fb016674e9: Pushed [2025-06-23T07:42:26.511Z] 9eb0cd04febf: Pushed [2025-06-23T07:42:26.511Z] cf24ce8fee08: Pushed [2025-06-23T07:42:26.511Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:26.511Z] 3a21ad26055b: Pushed [2025-06-23T07:42:26.511Z] 17e337617726: Pushed [2025-06-23T07:42:27.886Z] 64e3b7860d7d: Pushed [2025-06-23T07:42:27.886Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:28.211Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:28.543Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-23T07:42:28.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-23T07:42:28.543Z] bfd674d9993f: Preparing [2025-06-23T07:42:28.543Z] c78956bbdf69: Preparing [2025-06-23T07:42:28.543Z] d30dd144c585: Preparing [2025-06-23T07:42:28.543Z] d367fffbdb38: Preparing [2025-06-23T07:42:28.543Z] 8df72f305f72: Preparing [2025-06-23T07:42:28.543Z] d8b69edc9f01: Preparing [2025-06-23T07:42:28.543Z] 64e3b7860d7d: Preparing [2025-06-23T07:42:28.543Z] 35f74f7f944d: Preparing [2025-06-23T07:42:28.543Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:28.543Z] c8fb016674e9: Preparing [2025-06-23T07:42:28.543Z] 9eb0cd04febf: Preparing [2025-06-23T07:42:28.543Z] 5f70bf18a086: Preparing [2025-06-23T07:42:28.543Z] cf24ce8fee08: Preparing [2025-06-23T07:42:28.543Z] 3a21ad26055b: Preparing [2025-06-23T07:42:28.543Z] 17e337617726: Preparing [2025-06-23T07:42:28.543Z] 3a21ad26055b: Waiting [2025-06-23T07:42:28.543Z] 9eb0cd04febf: Waiting [2025-06-23T07:42:28.543Z] 5f70bf18a086: Waiting [2025-06-23T07:42:28.543Z] cf24ce8fee08: Waiting [2025-06-23T07:42:28.543Z] c8fb016674e9: Waiting [2025-06-23T07:42:28.543Z] 64e3b7860d7d: Waiting [2025-06-23T07:42:28.543Z] d8b69edc9f01: Waiting [2025-06-23T07:42:28.543Z] 35f74f7f944d: Waiting [2025-06-23T07:42:28.543Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:28.543Z] 994456c4fd7b: Preparing [2025-06-23T07:42:28.543Z] 17e337617726: Waiting [2025-06-23T07:42:28.543Z] 994456c4fd7b: Waiting [2025-06-23T07:42:28.543Z] c78956bbdf69: Layer already exists [2025-06-23T07:42:28.543Z] d367fffbdb38: Layer already exists [2025-06-23T07:42:28.543Z] bfd674d9993f: Layer already exists [2025-06-23T07:42:28.543Z] d30dd144c585: Layer already exists [2025-06-23T07:42:28.543Z] 8df72f305f72: Layer already exists [2025-06-23T07:42:28.543Z] 64e3b7860d7d: Layer already exists [2025-06-23T07:42:28.543Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:28.543Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:28.543Z] c8fb016674e9: Layer already exists [2025-06-23T07:42:28.543Z] d8b69edc9f01: Layer already exists [2025-06-23T07:42:28.543Z] 9eb0cd04febf: Layer already exists [2025-06-23T07:42:28.543Z] 3a21ad26055b: Layer already exists [2025-06-23T07:42:28.543Z] 5f70bf18a086: Layer already exists [2025-06-23T07:42:28.543Z] 17e337617726: Layer already exists [2025-06-23T07:42:28.543Z] cf24ce8fee08: Layer already exists [2025-06-23T07:42:28.543Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:28.543Z] latest: digest: sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:28.870Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:29.198Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27 [2025-06-23T07:42:29.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-23T07:42:29.198Z] bfd674d9993f: Preparing [2025-06-23T07:42:29.198Z] c78956bbdf69: Preparing [2025-06-23T07:42:29.198Z] d30dd144c585: Preparing [2025-06-23T07:42:29.198Z] d367fffbdb38: Preparing [2025-06-23T07:42:29.198Z] 8df72f305f72: Preparing [2025-06-23T07:42:29.198Z] d8b69edc9f01: Preparing [2025-06-23T07:42:29.198Z] 64e3b7860d7d: Preparing [2025-06-23T07:42:29.198Z] 35f74f7f944d: Preparing [2025-06-23T07:42:29.198Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:29.198Z] c8fb016674e9: Preparing [2025-06-23T07:42:29.198Z] 9eb0cd04febf: Preparing [2025-06-23T07:42:29.198Z] 5f70bf18a086: Preparing [2025-06-23T07:42:29.198Z] d8b69edc9f01: Waiting [2025-06-23T07:42:29.198Z] 35f74f7f944d: Waiting [2025-06-23T07:42:29.198Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:29.198Z] c8fb016674e9: Waiting [2025-06-23T07:42:29.198Z] 64e3b7860d7d: Waiting [2025-06-23T07:42:29.198Z] 9eb0cd04febf: Waiting [2025-06-23T07:42:29.198Z] cf24ce8fee08: Preparing [2025-06-23T07:42:29.198Z] 5f70bf18a086: Waiting [2025-06-23T07:42:29.198Z] 3a21ad26055b: Preparing [2025-06-23T07:42:29.198Z] 17e337617726: Preparing [2025-06-23T07:42:29.198Z] 994456c4fd7b: Preparing [2025-06-23T07:42:29.198Z] cf24ce8fee08: Waiting [2025-06-23T07:42:29.198Z] 3a21ad26055b: Waiting [2025-06-23T07:42:29.198Z] 17e337617726: Waiting [2025-06-23T07:42:29.198Z] c78956bbdf69: Layer already exists [2025-06-23T07:42:29.198Z] bfd674d9993f: Layer already exists [2025-06-23T07:42:29.198Z] 8df72f305f72: Layer already exists [2025-06-23T07:42:29.198Z] d30dd144c585: Layer already exists [2025-06-23T07:42:29.198Z] d367fffbdb38: Layer already exists [2025-06-23T07:42:29.198Z] d8b69edc9f01: Layer already exists [2025-06-23T07:42:29.198Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:29.198Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:29.198Z] 64e3b7860d7d: Layer already exists [2025-06-23T07:42:29.198Z] c8fb016674e9: Layer already exists [2025-06-23T07:42:29.198Z] 5f70bf18a086: Layer already exists [2025-06-23T07:42:29.198Z] 9eb0cd04febf: Layer already exists [2025-06-23T07:42:29.198Z] 3a21ad26055b: Layer already exists [2025-06-23T07:42:29.198Z] cf24ce8fee08: Layer already exists [2025-06-23T07:42:29.198Z] 17e337617726: Layer already exists [2025-06-23T07:42:29.198Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:29.198Z] 4.1.0-dev.27: digest: sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:29.524Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:29.850Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:29.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-23T07:42:29.850Z] bfd674d9993f: Preparing [2025-06-23T07:42:29.850Z] c78956bbdf69: Preparing [2025-06-23T07:42:29.850Z] d30dd144c585: Preparing [2025-06-23T07:42:29.850Z] d367fffbdb38: Preparing [2025-06-23T07:42:29.850Z] 8df72f305f72: Preparing [2025-06-23T07:42:29.850Z] d8b69edc9f01: Preparing [2025-06-23T07:42:29.850Z] 64e3b7860d7d: Preparing [2025-06-23T07:42:29.850Z] 35f74f7f944d: Preparing [2025-06-23T07:42:29.850Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:29.850Z] c8fb016674e9: Preparing [2025-06-23T07:42:29.850Z] 9eb0cd04febf: Preparing [2025-06-23T07:42:29.850Z] 5f70bf18a086: Preparing [2025-06-23T07:42:29.850Z] cf24ce8fee08: Preparing [2025-06-23T07:42:29.850Z] 3a21ad26055b: Preparing [2025-06-23T07:42:29.850Z] 17e337617726: Preparing [2025-06-23T07:42:29.850Z] 994456c4fd7b: Preparing [2025-06-23T07:42:29.850Z] cf24ce8fee08: Waiting [2025-06-23T07:42:29.850Z] d8b69edc9f01: Waiting [2025-06-23T07:42:29.850Z] 9eb0cd04febf: Waiting [2025-06-23T07:42:29.850Z] 3a21ad26055b: Waiting [2025-06-23T07:42:29.850Z] 5f70bf18a086: Waiting [2025-06-23T07:42:29.850Z] 17e337617726: Waiting [2025-06-23T07:42:29.850Z] 64e3b7860d7d: Waiting [2025-06-23T07:42:29.850Z] 35f74f7f944d: Waiting [2025-06-23T07:42:29.850Z] c8fb016674e9: Waiting [2025-06-23T07:42:29.850Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:29.850Z] 994456c4fd7b: Waiting [2025-06-23T07:42:29.850Z] 8df72f305f72: Layer already exists [2025-06-23T07:42:29.850Z] bfd674d9993f: Layer already exists [2025-06-23T07:42:29.850Z] d367fffbdb38: Layer already exists [2025-06-23T07:42:29.850Z] d30dd144c585: Layer already exists [2025-06-23T07:42:29.850Z] c78956bbdf69: Layer already exists [2025-06-23T07:42:29.850Z] d8b69edc9f01: Layer already exists [2025-06-23T07:42:29.850Z] 64e3b7860d7d: Layer already exists [2025-06-23T07:42:29.850Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:29.850Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:29.850Z] c8fb016674e9: Layer already exists [2025-06-23T07:42:29.850Z] 5f70bf18a086: Layer already exists [2025-06-23T07:42:29.850Z] 9eb0cd04febf: Layer already exists [2025-06-23T07:42:29.850Z] 3a21ad26055b: Layer already exists [2025-06-23T07:42:29.850Z] cf24ce8fee08: Layer already exists [2025-06-23T07:42:29.850Z] 17e337617726: Layer already exists [2025-06-23T07:42:29.850Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:29.850Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:30.185Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:30.516Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-23T07:42:30.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-23T07:42:30.516Z] bfd674d9993f: Preparing [2025-06-23T07:42:30.516Z] c78956bbdf69: Preparing [2025-06-23T07:42:30.516Z] d30dd144c585: Preparing [2025-06-23T07:42:30.516Z] d367fffbdb38: Preparing [2025-06-23T07:42:30.516Z] 8df72f305f72: Preparing [2025-06-23T07:42:30.516Z] d8b69edc9f01: Preparing [2025-06-23T07:42:30.516Z] 64e3b7860d7d: Preparing [2025-06-23T07:42:30.516Z] d8b69edc9f01: Waiting [2025-06-23T07:42:30.516Z] 35f74f7f944d: Preparing [2025-06-23T07:42:30.516Z] 64e3b7860d7d: Waiting [2025-06-23T07:42:30.516Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:30.516Z] c8fb016674e9: Preparing [2025-06-23T07:42:30.516Z] 35f74f7f944d: Waiting [2025-06-23T07:42:30.516Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:30.516Z] 9eb0cd04febf: Preparing [2025-06-23T07:42:30.516Z] 5f70bf18a086: Preparing [2025-06-23T07:42:30.516Z] cf24ce8fee08: Preparing [2025-06-23T07:42:30.516Z] 3a21ad26055b: Preparing [2025-06-23T07:42:30.516Z] 9eb0cd04febf: Waiting [2025-06-23T07:42:30.516Z] cf24ce8fee08: Waiting [2025-06-23T07:42:30.516Z] c8fb016674e9: Waiting [2025-06-23T07:42:30.516Z] 17e337617726: Preparing [2025-06-23T07:42:30.516Z] 994456c4fd7b: Preparing [2025-06-23T07:42:30.516Z] 17e337617726: Waiting [2025-06-23T07:42:30.516Z] 994456c4fd7b: Waiting [2025-06-23T07:42:30.516Z] d367fffbdb38: Layer already exists [2025-06-23T07:42:30.516Z] bfd674d9993f: Layer already exists [2025-06-23T07:42:30.516Z] 8df72f305f72: Layer already exists [2025-06-23T07:42:30.516Z] d30dd144c585: Layer already exists [2025-06-23T07:42:30.516Z] c78956bbdf69: Layer already exists [2025-06-23T07:42:30.516Z] 64e3b7860d7d: Layer already exists [2025-06-23T07:42:30.516Z] d8b69edc9f01: Layer already exists [2025-06-23T07:42:30.516Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:30.516Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:30.516Z] c8fb016674e9: Layer already exists [2025-06-23T07:42:30.516Z] 9eb0cd04febf: Layer already exists [2025-06-23T07:42:30.516Z] cf24ce8fee08: Layer already exists [2025-06-23T07:42:30.516Z] 3a21ad26055b: Layer already exists [2025-06-23T07:42:30.516Z] 5f70bf18a086: Layer already exists [2025-06-23T07:42:30.516Z] 17e337617726: Layer already exists [2025-06-23T07:42:30.516Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:30.516Z] main: digest: sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T07:42:30.599Z] ===================================================== [Pipeline] echo [2025-06-23T07:42:30.614Z] taggedImages: [2025-06-23T07:42:30.614Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:30.614Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-23T07:42:30.614Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27 [2025-06-23T07:42:30.614Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:30.614Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-06-23T07:42:30.644Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-06-23T07:42:30.644Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:30.644Z] latest [2025-06-23T07:42:30.644Z] 4.1.0-dev.27 [2025-06-23T07:42:30.644Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:30.644Z] main [2025-06-23T07:42:30.644Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:30.986Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:31.304Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:31.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-23T07:42:31.304Z] e609e4ce30ab: Preparing [2025-06-23T07:42:31.304Z] a9f11bb0608f: Preparing [2025-06-23T07:42:31.304Z] 51466b7ea4b3: Preparing [2025-06-23T07:42:31.304Z] 939d1ad991e6: Preparing [2025-06-23T07:42:31.304Z] 35f74f7f944d: Preparing [2025-06-23T07:42:31.304Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:31.304Z] ba8caac27164: Preparing [2025-06-23T07:42:31.304Z] bbac0e2784d3: Preparing [2025-06-23T07:42:31.304Z] 994456c4fd7b: Preparing [2025-06-23T07:42:31.304Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:31.305Z] ba8caac27164: Waiting [2025-06-23T07:42:31.305Z] 994456c4fd7b: Waiting [2025-06-23T07:42:31.305Z] bbac0e2784d3: Waiting [2025-06-23T07:42:31.305Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:31.305Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:31.305Z] ba8caac27164: Layer already exists [2025-06-23T07:42:31.305Z] bbac0e2784d3: Layer already exists [2025-06-23T07:42:31.305Z] 51466b7ea4b3: Pushed [2025-06-23T07:42:31.305Z] e609e4ce30ab: Pushed [2025-06-23T07:42:31.305Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:31.305Z] a9f11bb0608f: Pushed [2025-06-23T07:42:33.843Z] 939d1ad991e6: Pushed [2025-06-23T07:42:33.843Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:34.170Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:34.504Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-23T07:42:34.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-23T07:42:34.504Z] e609e4ce30ab: Preparing [2025-06-23T07:42:34.504Z] a9f11bb0608f: Preparing [2025-06-23T07:42:34.504Z] 51466b7ea4b3: Preparing [2025-06-23T07:42:34.504Z] 939d1ad991e6: Preparing [2025-06-23T07:42:34.504Z] 35f74f7f944d: Preparing [2025-06-23T07:42:34.504Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:34.504Z] ba8caac27164: Preparing [2025-06-23T07:42:34.504Z] bbac0e2784d3: Preparing [2025-06-23T07:42:34.504Z] 994456c4fd7b: Preparing [2025-06-23T07:42:34.504Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:34.504Z] bbac0e2784d3: Waiting [2025-06-23T07:42:34.504Z] ba8caac27164: Waiting [2025-06-23T07:42:34.504Z] 994456c4fd7b: Waiting [2025-06-23T07:42:34.504Z] 51466b7ea4b3: Layer already exists [2025-06-23T07:42:34.504Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:34.504Z] a9f11bb0608f: Layer already exists [2025-06-23T07:42:34.504Z] e609e4ce30ab: Layer already exists [2025-06-23T07:42:34.504Z] 939d1ad991e6: Layer already exists [2025-06-23T07:42:34.504Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:34.504Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:34.504Z] bbac0e2784d3: Layer already exists [2025-06-23T07:42:34.504Z] ba8caac27164: Layer already exists [2025-06-23T07:42:34.504Z] latest: digest: sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:34.840Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:35.166Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27 [2025-06-23T07:42:35.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-23T07:42:35.166Z] e609e4ce30ab: Preparing [2025-06-23T07:42:35.166Z] a9f11bb0608f: Preparing [2025-06-23T07:42:35.166Z] 51466b7ea4b3: Preparing [2025-06-23T07:42:35.166Z] 939d1ad991e6: Preparing [2025-06-23T07:42:35.166Z] 35f74f7f944d: Preparing [2025-06-23T07:42:35.166Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:35.166Z] ba8caac27164: Preparing [2025-06-23T07:42:35.166Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:35.166Z] bbac0e2784d3: Preparing [2025-06-23T07:42:35.166Z] ba8caac27164: Waiting [2025-06-23T07:42:35.166Z] 994456c4fd7b: Preparing [2025-06-23T07:42:35.166Z] 994456c4fd7b: Waiting [2025-06-23T07:42:35.166Z] a9f11bb0608f: Layer already exists [2025-06-23T07:42:35.166Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:35.166Z] 51466b7ea4b3: Layer already exists [2025-06-23T07:42:35.166Z] 939d1ad991e6: Layer already exists [2025-06-23T07:42:35.166Z] e609e4ce30ab: Layer already exists [2025-06-23T07:42:35.166Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:35.166Z] ba8caac27164: Layer already exists [2025-06-23T07:42:35.166Z] bbac0e2784d3: Layer already exists [2025-06-23T07:42:35.166Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:35.166Z] 4.1.0-dev.27: digest: sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:35.500Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:35.824Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:35.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-23T07:42:35.825Z] e609e4ce30ab: Preparing [2025-06-23T07:42:35.825Z] a9f11bb0608f: Preparing [2025-06-23T07:42:35.825Z] 51466b7ea4b3: Preparing [2025-06-23T07:42:35.825Z] 939d1ad991e6: Preparing [2025-06-23T07:42:35.825Z] 35f74f7f944d: Preparing [2025-06-23T07:42:35.825Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:35.825Z] ba8caac27164: Preparing [2025-06-23T07:42:35.825Z] bbac0e2784d3: Preparing [2025-06-23T07:42:35.825Z] 994456c4fd7b: Preparing [2025-06-23T07:42:35.825Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:35.825Z] ba8caac27164: Waiting [2025-06-23T07:42:35.825Z] bbac0e2784d3: Waiting [2025-06-23T07:42:35.825Z] 994456c4fd7b: Waiting [2025-06-23T07:42:35.825Z] 51466b7ea4b3: Layer already exists [2025-06-23T07:42:35.825Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:35.825Z] e609e4ce30ab: Layer already exists [2025-06-23T07:42:35.825Z] 939d1ad991e6: Layer already exists [2025-06-23T07:42:35.825Z] a9f11bb0608f: Layer already exists [2025-06-23T07:42:35.825Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:35.825Z] bbac0e2784d3: Layer already exists [2025-06-23T07:42:35.825Z] ba8caac27164: Layer already exists [2025-06-23T07:42:35.825Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:35.825Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:36.163Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:36.487Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-23T07:42:36.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-23T07:42:36.487Z] e609e4ce30ab: Preparing [2025-06-23T07:42:36.487Z] a9f11bb0608f: Preparing [2025-06-23T07:42:36.487Z] 51466b7ea4b3: Preparing [2025-06-23T07:42:36.487Z] 939d1ad991e6: Preparing [2025-06-23T07:42:36.487Z] 35f74f7f944d: Preparing [2025-06-23T07:42:36.487Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:36.487Z] ba8caac27164: Preparing [2025-06-23T07:42:36.487Z] bbac0e2784d3: Preparing [2025-06-23T07:42:36.487Z] 994456c4fd7b: Preparing [2025-06-23T07:42:36.487Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:36.487Z] ba8caac27164: Waiting [2025-06-23T07:42:36.487Z] bbac0e2784d3: Waiting [2025-06-23T07:42:36.487Z] 994456c4fd7b: Waiting [2025-06-23T07:42:36.487Z] e609e4ce30ab: Layer already exists [2025-06-23T07:42:36.487Z] 51466b7ea4b3: Layer already exists [2025-06-23T07:42:36.487Z] 939d1ad991e6: Layer already exists [2025-06-23T07:42:36.487Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:36.487Z] a9f11bb0608f: Layer already exists [2025-06-23T07:42:36.487Z] bbac0e2784d3: Layer already exists [2025-06-23T07:42:36.487Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:36.487Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:36.487Z] ba8caac27164: Layer already exists [2025-06-23T07:42:36.487Z] main: digest: sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T07:42:36.570Z] ===================================================== [Pipeline] echo [2025-06-23T07:42:36.583Z] taggedImages: [2025-06-23T07:42:36.583Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:36.583Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-23T07:42:36.583Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27 [2025-06-23T07:42:36.583Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:36.583Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-06-23T07:42:36.614Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-06-23T07:42:36.614Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:36.614Z] latest [2025-06-23T07:42:36.614Z] 4.1.0-dev.27 [2025-06-23T07:42:36.614Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:36.614Z] main [2025-06-23T07:42:36.614Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:36.964Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:37.284Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:37.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-23T07:42:37.284Z] 8d9030dc4660: Preparing [2025-06-23T07:42:37.284Z] 590a875a4b35: Preparing [2025-06-23T07:42:37.284Z] 3960d52d24fd: Preparing [2025-06-23T07:42:37.284Z] 3a50a23b9395: Preparing [2025-06-23T07:42:37.284Z] 3b83cae47f26: Preparing [2025-06-23T07:42:37.284Z] 35f74f7f944d: Preparing [2025-06-23T07:42:37.284Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:37.284Z] 0329e1a51fa2: Preparing [2025-06-23T07:42:37.284Z] c46f0ce9e6db: Preparing [2025-06-23T07:42:37.284Z] 36cd3edf3eb1: Preparing [2025-06-23T07:42:37.284Z] 994456c4fd7b: Preparing [2025-06-23T07:42:37.284Z] 35f74f7f944d: Waiting [2025-06-23T07:42:37.284Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:37.284Z] 0329e1a51fa2: Waiting [2025-06-23T07:42:37.284Z] c46f0ce9e6db: Waiting [2025-06-23T07:42:37.284Z] 36cd3edf3eb1: Waiting [2025-06-23T07:42:37.284Z] 994456c4fd7b: Waiting [2025-06-23T07:42:37.284Z] 8d9030dc4660: Pushed [2025-06-23T07:42:37.284Z] 3a50a23b9395: Pushed [2025-06-23T07:42:37.284Z] 3b83cae47f26: Pushed [2025-06-23T07:42:37.284Z] 590a875a4b35: Pushed [2025-06-23T07:42:37.284Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:37.284Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:37.284Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:37.542Z] 0329e1a51fa2: Pushed [2025-06-23T07:42:37.542Z] c46f0ce9e6db: Pushed [2025-06-23T07:42:38.914Z] 36cd3edf3eb1: Pushed [2025-06-23T07:42:39.172Z] 3960d52d24fd: Pushed [2025-06-23T07:42:39.432Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:39.765Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:40.188Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-23T07:42:40.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-23T07:42:40.188Z] 8d9030dc4660: Preparing [2025-06-23T07:42:40.188Z] 590a875a4b35: Preparing [2025-06-23T07:42:40.188Z] 3960d52d24fd: Preparing [2025-06-23T07:42:40.188Z] 3a50a23b9395: Preparing [2025-06-23T07:42:40.188Z] 3b83cae47f26: Preparing [2025-06-23T07:42:40.188Z] 35f74f7f944d: Preparing [2025-06-23T07:42:40.188Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:40.188Z] 0329e1a51fa2: Preparing [2025-06-23T07:42:40.188Z] c46f0ce9e6db: Preparing [2025-06-23T07:42:40.188Z] 36cd3edf3eb1: Preparing [2025-06-23T07:42:40.188Z] 994456c4fd7b: Preparing [2025-06-23T07:42:40.188Z] 35f74f7f944d: Waiting [2025-06-23T07:42:40.188Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:40.188Z] 0329e1a51fa2: Waiting [2025-06-23T07:42:40.188Z] c46f0ce9e6db: Waiting [2025-06-23T07:42:40.188Z] 36cd3edf3eb1: Waiting [2025-06-23T07:42:40.188Z] 3960d52d24fd: Layer already exists [2025-06-23T07:42:40.188Z] 3a50a23b9395: Layer already exists [2025-06-23T07:42:40.188Z] 8d9030dc4660: Layer already exists [2025-06-23T07:42:40.188Z] 3b83cae47f26: Layer already exists [2025-06-23T07:42:40.188Z] 590a875a4b35: Layer already exists [2025-06-23T07:42:40.188Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:40.188Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:40.188Z] 0329e1a51fa2: Layer already exists [2025-06-23T07:42:40.188Z] 36cd3edf3eb1: Layer already exists [2025-06-23T07:42:40.188Z] c46f0ce9e6db: Layer already exists [2025-06-23T07:42:40.188Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:40.188Z] latest: digest: sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:40.575Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:40.959Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27 [2025-06-23T07:42:40.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-23T07:42:40.960Z] 8d9030dc4660: Preparing [2025-06-23T07:42:40.960Z] 590a875a4b35: Preparing [2025-06-23T07:42:40.960Z] 3960d52d24fd: Preparing [2025-06-23T07:42:40.960Z] 3a50a23b9395: Preparing [2025-06-23T07:42:40.960Z] 3b83cae47f26: Preparing [2025-06-23T07:42:40.960Z] 35f74f7f944d: Preparing [2025-06-23T07:42:40.960Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:40.960Z] 0329e1a51fa2: Preparing [2025-06-23T07:42:40.960Z] c46f0ce9e6db: Preparing [2025-06-23T07:42:40.960Z] 36cd3edf3eb1: Preparing [2025-06-23T07:42:40.960Z] 994456c4fd7b: Preparing [2025-06-23T07:42:40.960Z] 35f74f7f944d: Waiting [2025-06-23T07:42:40.960Z] c46f0ce9e6db: Waiting [2025-06-23T07:42:40.960Z] 36cd3edf3eb1: Waiting [2025-06-23T07:42:40.960Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:40.960Z] 0329e1a51fa2: Waiting [2025-06-23T07:42:40.960Z] 994456c4fd7b: Waiting [2025-06-23T07:42:40.960Z] 8d9030dc4660: Layer already exists [2025-06-23T07:42:40.960Z] 590a875a4b35: Layer already exists [2025-06-23T07:42:40.960Z] 3960d52d24fd: Layer already exists [2025-06-23T07:42:40.960Z] 3a50a23b9395: Layer already exists [2025-06-23T07:42:40.960Z] 3b83cae47f26: Layer already exists [2025-06-23T07:42:40.960Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:40.960Z] 0329e1a51fa2: Layer already exists [2025-06-23T07:42:40.960Z] c46f0ce9e6db: Layer already exists [2025-06-23T07:42:40.960Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:40.960Z] 36cd3edf3eb1: Layer already exists [2025-06-23T07:42:40.960Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:40.960Z] 4.1.0-dev.27: digest: sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:41.296Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:41.621Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:41.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-23T07:42:41.621Z] 8d9030dc4660: Preparing [2025-06-23T07:42:41.621Z] 590a875a4b35: Preparing [2025-06-23T07:42:41.621Z] 3960d52d24fd: Preparing [2025-06-23T07:42:41.621Z] 3a50a23b9395: Preparing [2025-06-23T07:42:41.621Z] 3b83cae47f26: Preparing [2025-06-23T07:42:41.621Z] 35f74f7f944d: Preparing [2025-06-23T07:42:41.621Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:41.621Z] 0329e1a51fa2: Preparing [2025-06-23T07:42:41.621Z] c46f0ce9e6db: Preparing [2025-06-23T07:42:41.621Z] 36cd3edf3eb1: Preparing [2025-06-23T07:42:41.621Z] 994456c4fd7b: Preparing [2025-06-23T07:42:41.621Z] c46f0ce9e6db: Waiting [2025-06-23T07:42:41.621Z] 0329e1a51fa2: Waiting [2025-06-23T07:42:41.621Z] 36cd3edf3eb1: Waiting [2025-06-23T07:42:41.621Z] 994456c4fd7b: Waiting [2025-06-23T07:42:41.621Z] 35f74f7f944d: Waiting [2025-06-23T07:42:41.621Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:41.621Z] 8d9030dc4660: Layer already exists [2025-06-23T07:42:41.621Z] 3960d52d24fd: Layer already exists [2025-06-23T07:42:41.621Z] 3b83cae47f26: Layer already exists [2025-06-23T07:42:41.621Z] 590a875a4b35: Layer already exists [2025-06-23T07:42:41.621Z] 3a50a23b9395: Layer already exists [2025-06-23T07:42:41.621Z] 0329e1a51fa2: Layer already exists [2025-06-23T07:42:41.621Z] c46f0ce9e6db: Layer already exists [2025-06-23T07:42:41.621Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:41.621Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:41.621Z] 36cd3edf3eb1: Layer already exists [2025-06-23T07:42:41.621Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:41.621Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:41.947Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:42.276Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-23T07:42:42.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-23T07:42:42.276Z] 8d9030dc4660: Preparing [2025-06-23T07:42:42.276Z] 590a875a4b35: Preparing [2025-06-23T07:42:42.276Z] 3960d52d24fd: Preparing [2025-06-23T07:42:42.276Z] 3a50a23b9395: Preparing [2025-06-23T07:42:42.276Z] 3b83cae47f26: Preparing [2025-06-23T07:42:42.276Z] 35f74f7f944d: Preparing [2025-06-23T07:42:42.276Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:42.276Z] 0329e1a51fa2: Preparing [2025-06-23T07:42:42.276Z] c46f0ce9e6db: Preparing [2025-06-23T07:42:42.276Z] 36cd3edf3eb1: Preparing [2025-06-23T07:42:42.276Z] 994456c4fd7b: Preparing [2025-06-23T07:42:42.276Z] 0329e1a51fa2: Waiting [2025-06-23T07:42:42.276Z] c46f0ce9e6db: Waiting [2025-06-23T07:42:42.276Z] 36cd3edf3eb1: Waiting [2025-06-23T07:42:42.276Z] 994456c4fd7b: Waiting [2025-06-23T07:42:42.276Z] 35f74f7f944d: Waiting [2025-06-23T07:42:42.276Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:42.276Z] 3b83cae47f26: Layer already exists [2025-06-23T07:42:42.276Z] 8d9030dc4660: Layer already exists [2025-06-23T07:42:42.276Z] 3960d52d24fd: Layer already exists [2025-06-23T07:42:42.276Z] 3a50a23b9395: Layer already exists [2025-06-23T07:42:42.276Z] 590a875a4b35: Layer already exists [2025-06-23T07:42:42.276Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:42.276Z] c46f0ce9e6db: Layer already exists [2025-06-23T07:42:42.276Z] 0329e1a51fa2: Layer already exists [2025-06-23T07:42:42.276Z] 36cd3edf3eb1: Layer already exists [2025-06-23T07:42:42.276Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:42.276Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:42.276Z] main: digest: sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T07:42:42.355Z] ===================================================== [Pipeline] echo [2025-06-23T07:42:42.369Z] taggedImages: [2025-06-23T07:42:42.369Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:42.369Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-23T07:42:42.369Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27 [2025-06-23T07:42:42.369Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:42.369Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-06-23T07:42:42.403Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-06-23T07:42:42.403Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:42.403Z] latest [2025-06-23T07:42:42.403Z] 4.1.0-dev.27 [2025-06-23T07:42:42.403Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:42.403Z] main [2025-06-23T07:42:42.403Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:42.752Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:43.084Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:43.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-23T07:42:43.084Z] 0ff9433dbb9b: Preparing [2025-06-23T07:42:43.085Z] 63aca25e6535: Preparing [2025-06-23T07:42:43.085Z] 6887636dd451: Preparing [2025-06-23T07:42:43.085Z] b1c2298959e5: Preparing [2025-06-23T07:42:43.085Z] 742ba2c68dd2: Preparing [2025-06-23T07:42:43.085Z] 8a0bbe661eeb: Preparing [2025-06-23T07:42:43.085Z] da3c19123ef8: Preparing [2025-06-23T07:42:43.085Z] 35f74f7f944d: Preparing [2025-06-23T07:42:43.085Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:43.085Z] 504a2f97cbf2: Preparing [2025-06-23T07:42:43.085Z] 45164708e2bf: Preparing [2025-06-23T07:42:43.085Z] 994456c4fd7b: Preparing [2025-06-23T07:42:43.085Z] 8a0bbe661eeb: Waiting [2025-06-23T07:42:43.085Z] da3c19123ef8: Waiting [2025-06-23T07:42:43.085Z] 994456c4fd7b: Waiting [2025-06-23T07:42:43.085Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:43.085Z] 35f74f7f944d: Waiting [2025-06-23T07:42:43.085Z] 45164708e2bf: Waiting [2025-06-23T07:42:43.085Z] 504a2f97cbf2: Waiting [2025-06-23T07:42:43.085Z] 0ff9433dbb9b: Pushed [2025-06-23T07:42:43.085Z] 63aca25e6535: Pushed [2025-06-23T07:42:43.085Z] 742ba2c68dd2: Pushed [2025-06-23T07:42:43.085Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:43.085Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:43.085Z] 8a0bbe661eeb: Pushed [2025-06-23T07:42:43.343Z] da3c19123ef8: Pushed [2025-06-23T07:42:43.343Z] 504a2f97cbf2: Pushed [2025-06-23T07:42:43.343Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:44.716Z] 45164708e2bf: Pushed [2025-06-23T07:42:45.283Z] b1c2298959e5: Pushed [2025-06-23T07:42:46.220Z] 6887636dd451: Pushed [2025-06-23T07:42:46.220Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:46.550Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:46.878Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-23T07:42:46.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-23T07:42:46.878Z] 0ff9433dbb9b: Preparing [2025-06-23T07:42:46.878Z] 63aca25e6535: Preparing [2025-06-23T07:42:46.878Z] 6887636dd451: Preparing [2025-06-23T07:42:46.878Z] b1c2298959e5: Preparing [2025-06-23T07:42:46.878Z] 742ba2c68dd2: Preparing [2025-06-23T07:42:46.878Z] 8a0bbe661eeb: Preparing [2025-06-23T07:42:46.878Z] da3c19123ef8: Preparing [2025-06-23T07:42:46.878Z] 35f74f7f944d: Preparing [2025-06-23T07:42:46.878Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:46.878Z] 504a2f97cbf2: Preparing [2025-06-23T07:42:46.878Z] 45164708e2bf: Preparing [2025-06-23T07:42:46.878Z] 994456c4fd7b: Preparing [2025-06-23T07:42:46.878Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:46.878Z] 504a2f97cbf2: Waiting [2025-06-23T07:42:46.878Z] 45164708e2bf: Waiting [2025-06-23T07:42:46.878Z] 994456c4fd7b: Waiting [2025-06-23T07:42:46.878Z] 35f74f7f944d: Waiting [2025-06-23T07:42:46.878Z] 6887636dd451: Layer already exists [2025-06-23T07:42:46.878Z] 0ff9433dbb9b: Layer already exists [2025-06-23T07:42:46.878Z] 742ba2c68dd2: Layer already exists [2025-06-23T07:42:46.878Z] b1c2298959e5: Layer already exists [2025-06-23T07:42:46.878Z] 63aca25e6535: Layer already exists [2025-06-23T07:42:46.878Z] 8a0bbe661eeb: Layer already exists [2025-06-23T07:42:46.878Z] 504a2f97cbf2: Layer already exists [2025-06-23T07:42:46.878Z] da3c19123ef8: Layer already exists [2025-06-23T07:42:46.878Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:46.878Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:46.878Z] 45164708e2bf: Layer already exists [2025-06-23T07:42:46.878Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:46.878Z] latest: digest: sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:47.213Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:47.538Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27 [2025-06-23T07:42:47.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-23T07:42:47.538Z] 0ff9433dbb9b: Preparing [2025-06-23T07:42:47.538Z] 63aca25e6535: Preparing [2025-06-23T07:42:47.538Z] 6887636dd451: Preparing [2025-06-23T07:42:47.538Z] b1c2298959e5: Preparing [2025-06-23T07:42:47.538Z] 742ba2c68dd2: Preparing [2025-06-23T07:42:47.538Z] 8a0bbe661eeb: Preparing [2025-06-23T07:42:47.538Z] da3c19123ef8: Preparing [2025-06-23T07:42:47.538Z] 35f74f7f944d: Preparing [2025-06-23T07:42:47.538Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:47.538Z] 504a2f97cbf2: Preparing [2025-06-23T07:42:47.538Z] 45164708e2bf: Preparing [2025-06-23T07:42:47.538Z] 994456c4fd7b: Preparing [2025-06-23T07:42:47.538Z] 8a0bbe661eeb: Waiting [2025-06-23T07:42:47.538Z] da3c19123ef8: Waiting [2025-06-23T07:42:47.538Z] 35f74f7f944d: Waiting [2025-06-23T07:42:47.538Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:47.538Z] 504a2f97cbf2: Waiting [2025-06-23T07:42:47.538Z] 45164708e2bf: Waiting [2025-06-23T07:42:47.538Z] 994456c4fd7b: Waiting [2025-06-23T07:42:47.538Z] 6887636dd451: Layer already exists [2025-06-23T07:42:47.538Z] 63aca25e6535: Layer already exists [2025-06-23T07:42:47.538Z] b1c2298959e5: Layer already exists [2025-06-23T07:42:47.538Z] 742ba2c68dd2: Layer already exists [2025-06-23T07:42:47.538Z] 0ff9433dbb9b: Layer already exists [2025-06-23T07:42:47.538Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:47.538Z] 8a0bbe661eeb: Layer already exists [2025-06-23T07:42:47.538Z] da3c19123ef8: Layer already exists [2025-06-23T07:42:47.538Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:47.538Z] 504a2f97cbf2: Layer already exists [2025-06-23T07:42:47.538Z] 45164708e2bf: Layer already exists [2025-06-23T07:42:47.538Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:47.538Z] 4.1.0-dev.27: digest: sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:47.862Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:48.260Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:48.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-23T07:42:48.260Z] 0ff9433dbb9b: Preparing [2025-06-23T07:42:48.260Z] 63aca25e6535: Preparing [2025-06-23T07:42:48.260Z] 6887636dd451: Preparing [2025-06-23T07:42:48.260Z] b1c2298959e5: Preparing [2025-06-23T07:42:48.260Z] 742ba2c68dd2: Preparing [2025-06-23T07:42:48.260Z] 8a0bbe661eeb: Preparing [2025-06-23T07:42:48.260Z] da3c19123ef8: Preparing [2025-06-23T07:42:48.260Z] 35f74f7f944d: Preparing [2025-06-23T07:42:48.260Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:48.260Z] 504a2f97cbf2: Preparing [2025-06-23T07:42:48.260Z] 45164708e2bf: Preparing [2025-06-23T07:42:48.260Z] 994456c4fd7b: Preparing [2025-06-23T07:42:48.260Z] 8a0bbe661eeb: Waiting [2025-06-23T07:42:48.260Z] da3c19123ef8: Waiting [2025-06-23T07:42:48.260Z] 35f74f7f944d: Waiting [2025-06-23T07:42:48.260Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:48.260Z] 504a2f97cbf2: Waiting [2025-06-23T07:42:48.260Z] 45164708e2bf: Waiting [2025-06-23T07:42:48.260Z] 994456c4fd7b: Waiting [2025-06-23T07:42:48.260Z] b1c2298959e5: Layer already exists [2025-06-23T07:42:48.260Z] 63aca25e6535: Layer already exists [2025-06-23T07:42:48.260Z] 6887636dd451: Layer already exists [2025-06-23T07:42:48.260Z] 0ff9433dbb9b: Layer already exists [2025-06-23T07:42:48.260Z] 742ba2c68dd2: Layer already exists [2025-06-23T07:42:48.260Z] 8a0bbe661eeb: Layer already exists [2025-06-23T07:42:48.260Z] da3c19123ef8: Layer already exists [2025-06-23T07:42:48.260Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:48.260Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:48.260Z] 504a2f97cbf2: Layer already exists [2025-06-23T07:42:48.260Z] 45164708e2bf: Layer already exists [2025-06-23T07:42:48.260Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:48.260Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:48.590Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:48.910Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-23T07:42:48.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-23T07:42:48.911Z] 0ff9433dbb9b: Preparing [2025-06-23T07:42:48.911Z] 63aca25e6535: Preparing [2025-06-23T07:42:48.911Z] 6887636dd451: Preparing [2025-06-23T07:42:48.911Z] b1c2298959e5: Preparing [2025-06-23T07:42:48.911Z] 742ba2c68dd2: Preparing [2025-06-23T07:42:48.911Z] 8a0bbe661eeb: Preparing [2025-06-23T07:42:48.911Z] da3c19123ef8: Preparing [2025-06-23T07:42:48.911Z] 35f74f7f944d: Preparing [2025-06-23T07:42:48.911Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:48.911Z] 504a2f97cbf2: Preparing [2025-06-23T07:42:48.911Z] 45164708e2bf: Preparing [2025-06-23T07:42:48.911Z] 994456c4fd7b: Preparing [2025-06-23T07:42:48.911Z] 8a0bbe661eeb: Waiting [2025-06-23T07:42:48.911Z] da3c19123ef8: Waiting [2025-06-23T07:42:48.911Z] 35f74f7f944d: Waiting [2025-06-23T07:42:48.911Z] 3246dc8e00ec: Waiting [2025-06-23T07:42:48.911Z] 504a2f97cbf2: Waiting [2025-06-23T07:42:48.911Z] 45164708e2bf: Waiting [2025-06-23T07:42:48.911Z] 994456c4fd7b: Waiting [2025-06-23T07:42:48.911Z] b1c2298959e5: Layer already exists [2025-06-23T07:42:48.911Z] 742ba2c68dd2: Layer already exists [2025-06-23T07:42:48.911Z] 63aca25e6535: Layer already exists [2025-06-23T07:42:48.911Z] 0ff9433dbb9b: Layer already exists [2025-06-23T07:42:48.911Z] 6887636dd451: Layer already exists [2025-06-23T07:42:48.911Z] 8a0bbe661eeb: Layer already exists [2025-06-23T07:42:48.911Z] da3c19123ef8: Layer already exists [2025-06-23T07:42:48.911Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:48.911Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:48.911Z] 504a2f97cbf2: Layer already exists [2025-06-23T07:42:48.911Z] 45164708e2bf: Layer already exists [2025-06-23T07:42:48.911Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:48.911Z] main: digest: sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T07:42:48.972Z] ===================================================== [Pipeline] echo [2025-06-23T07:42:48.984Z] taggedImages: [2025-06-23T07:42:48.984Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:48.984Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-23T07:42:48.984Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27 [2025-06-23T07:42:48.984Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:48.984Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-06-23T07:42:49.007Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-06-23T07:42:49.007Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:49.007Z] latest [2025-06-23T07:42:49.007Z] 4.1.0-dev.27 [2025-06-23T07:42:49.007Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:49.007Z] main [2025-06-23T07:42:49.007Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:49.329Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:49.643Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:49.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-23T07:42:49.643Z] 999e942b1ccf: Preparing [2025-06-23T07:42:49.643Z] e2d3aba29595: Preparing [2025-06-23T07:42:49.643Z] 35f74f7f944d: Preparing [2025-06-23T07:42:49.643Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:49.643Z] b02b2fd6d1f6: Preparing [2025-06-23T07:42:49.643Z] 535f2c3824b0: Preparing [2025-06-23T07:42:49.643Z] 994456c4fd7b: Preparing [2025-06-23T07:42:49.643Z] 535f2c3824b0: Waiting [2025-06-23T07:42:49.643Z] 994456c4fd7b: Waiting [2025-06-23T07:42:49.643Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:49.643Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:49.643Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:49.643Z] b02b2fd6d1f6: Pushed [2025-06-23T07:42:49.643Z] 999e942b1ccf: Pushed [2025-06-23T07:42:50.580Z] 535f2c3824b0: Pushed [2025-06-23T07:42:53.112Z] e2d3aba29595: Pushed [2025-06-23T07:42:53.112Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:53.432Z] + 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-06-23T07:42:53.757Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-23T07:42:53.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-23T07:42:53.757Z] 999e942b1ccf: Preparing [2025-06-23T07:42:53.757Z] e2d3aba29595: Preparing [2025-06-23T07:42:53.757Z] 35f74f7f944d: Preparing [2025-06-23T07:42:53.757Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:53.757Z] b02b2fd6d1f6: Preparing [2025-06-23T07:42:53.757Z] 535f2c3824b0: Preparing [2025-06-23T07:42:53.757Z] 994456c4fd7b: Preparing [2025-06-23T07:42:53.757Z] 535f2c3824b0: Waiting [2025-06-23T07:42:53.757Z] 994456c4fd7b: Waiting [2025-06-23T07:42:53.757Z] e2d3aba29595: Layer already exists [2025-06-23T07:42:53.757Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:53.757Z] 999e942b1ccf: Layer already exists [2025-06-23T07:42:53.757Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:53.757Z] b02b2fd6d1f6: Layer already exists [2025-06-23T07:42:53.757Z] 535f2c3824b0: Layer already exists [2025-06-23T07:42:53.757Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:53.757Z] latest: digest: sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:54.078Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:54.404Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27 [2025-06-23T07:42:54.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-23T07:42:54.404Z] 999e942b1ccf: Preparing [2025-06-23T07:42:54.404Z] e2d3aba29595: Preparing [2025-06-23T07:42:54.404Z] 35f74f7f944d: Preparing [2025-06-23T07:42:54.404Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:54.404Z] b02b2fd6d1f6: Preparing [2025-06-23T07:42:54.404Z] 535f2c3824b0: Preparing [2025-06-23T07:42:54.404Z] 994456c4fd7b: Preparing [2025-06-23T07:42:54.404Z] 535f2c3824b0: Waiting [2025-06-23T07:42:54.404Z] 994456c4fd7b: Waiting [2025-06-23T07:42:54.404Z] 999e942b1ccf: Layer already exists [2025-06-23T07:42:54.404Z] b02b2fd6d1f6: Layer already exists [2025-06-23T07:42:54.404Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:54.404Z] e2d3aba29595: Layer already exists [2025-06-23T07:42:54.404Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:54.404Z] 535f2c3824b0: Layer already exists [2025-06-23T07:42:54.404Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:54.404Z] 4.1.0-dev.27: digest: sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:54.734Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:55.063Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:55.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-23T07:42:55.063Z] 999e942b1ccf: Preparing [2025-06-23T07:42:55.063Z] e2d3aba29595: Preparing [2025-06-23T07:42:55.063Z] 35f74f7f944d: Preparing [2025-06-23T07:42:55.063Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:55.063Z] b02b2fd6d1f6: Preparing [2025-06-23T07:42:55.063Z] 535f2c3824b0: Preparing [2025-06-23T07:42:55.063Z] 994456c4fd7b: Preparing [2025-06-23T07:42:55.063Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:55.063Z] b02b2fd6d1f6: Layer already exists [2025-06-23T07:42:55.063Z] e2d3aba29595: Layer already exists [2025-06-23T07:42:55.063Z] 999e942b1ccf: Layer already exists [2025-06-23T07:42:55.063Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:55.063Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:55.063Z] 535f2c3824b0: Layer already exists [2025-06-23T07:42:55.063Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:55.390Z] + 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-06-23T07:42:55.717Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-23T07:42:55.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-23T07:42:55.717Z] 999e942b1ccf: Preparing [2025-06-23T07:42:55.717Z] e2d3aba29595: Preparing [2025-06-23T07:42:55.717Z] 35f74f7f944d: Preparing [2025-06-23T07:42:55.717Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:55.717Z] b02b2fd6d1f6: Preparing [2025-06-23T07:42:55.717Z] 535f2c3824b0: Preparing [2025-06-23T07:42:55.717Z] 994456c4fd7b: Preparing [2025-06-23T07:42:55.717Z] 535f2c3824b0: Waiting [2025-06-23T07:42:55.717Z] 994456c4fd7b: Waiting [2025-06-23T07:42:55.717Z] b02b2fd6d1f6: Layer already exists [2025-06-23T07:42:55.717Z] 999e942b1ccf: Layer already exists [2025-06-23T07:42:55.717Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:55.717Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:55.717Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:55.717Z] e2d3aba29595: Layer already exists [2025-06-23T07:42:55.717Z] 535f2c3824b0: Layer already exists [2025-06-23T07:42:55.717Z] main: digest: sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T07:42:55.799Z] ===================================================== [Pipeline] echo [2025-06-23T07:42:55.818Z] taggedImages: [2025-06-23T07:42:55.818Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:55.818Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-23T07:42:55.818Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27 [2025-06-23T07:42:55.818Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:55.818Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-06-23T07:42:55.842Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-06-23T07:42:55.842Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:55.842Z] latest [2025-06-23T07:42:55.842Z] 4.1.0-dev.27 [2025-06-23T07:42:55.842Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:42:55.842Z] main [2025-06-23T07:42:55.842Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:56.190Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:42:56.511Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:42:56.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-23T07:42:56.512Z] dd9858d3f017: Preparing [2025-06-23T07:42:56.512Z] 65c73a2fc696: Preparing [2025-06-23T07:42:56.512Z] 87568e05b486: Preparing [2025-06-23T07:42:56.512Z] 35f74f7f944d: Preparing [2025-06-23T07:42:56.512Z] 3246dc8e00ec: Preparing [2025-06-23T07:42:56.512Z] c92a893a6aec: Preparing [2025-06-23T07:42:56.512Z] 756cb15c44c2: Preparing [2025-06-23T07:42:56.512Z] 33d64bd8b189: Preparing [2025-06-23T07:42:56.512Z] 369428deba02: Preparing [2025-06-23T07:42:56.512Z] 994456c4fd7b: Preparing [2025-06-23T07:42:56.512Z] 756cb15c44c2: Waiting [2025-06-23T07:42:56.512Z] 33d64bd8b189: Waiting [2025-06-23T07:42:56.512Z] 369428deba02: Waiting [2025-06-23T07:42:56.512Z] 35f74f7f944d: Layer already exists [2025-06-23T07:42:56.512Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:42:56.512Z] 65c73a2fc696: Pushed [2025-06-23T07:42:56.512Z] dd9858d3f017: Pushed [2025-06-23T07:42:56.512Z] 87568e05b486: Pushed [2025-06-23T07:42:56.512Z] 994456c4fd7b: Layer already exists [2025-06-23T07:42:56.512Z] 33d64bd8b189: Pushed [2025-06-23T07:42:57.079Z] 369428deba02: Pushed [2025-06-23T07:43:02.357Z] 756cb15c44c2: Pushed [2025-06-23T07:43:08.930Z] c92a893a6aec: Pushed [2025-06-23T07:43:09.191Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:09.528Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:09.858Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-23T07:43:09.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-23T07:43:09.858Z] dd9858d3f017: Preparing [2025-06-23T07:43:09.858Z] 65c73a2fc696: Preparing [2025-06-23T07:43:09.858Z] 87568e05b486: Preparing [2025-06-23T07:43:09.858Z] 35f74f7f944d: Preparing [2025-06-23T07:43:09.858Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:09.858Z] c92a893a6aec: Preparing [2025-06-23T07:43:09.858Z] 756cb15c44c2: Preparing [2025-06-23T07:43:09.858Z] 33d64bd8b189: Preparing [2025-06-23T07:43:09.858Z] 369428deba02: Preparing [2025-06-23T07:43:09.858Z] c92a893a6aec: Waiting [2025-06-23T07:43:09.858Z] 756cb15c44c2: Waiting [2025-06-23T07:43:09.858Z] 33d64bd8b189: Waiting [2025-06-23T07:43:09.858Z] 994456c4fd7b: Preparing [2025-06-23T07:43:09.858Z] 369428deba02: Waiting [2025-06-23T07:43:09.858Z] 994456c4fd7b: Waiting [2025-06-23T07:43:09.858Z] 65c73a2fc696: Layer already exists [2025-06-23T07:43:09.858Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:09.858Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:09.858Z] dd9858d3f017: Layer already exists [2025-06-23T07:43:09.858Z] 87568e05b486: Layer already exists [2025-06-23T07:43:09.858Z] 33d64bd8b189: Layer already exists [2025-06-23T07:43:09.858Z] 369428deba02: Layer already exists [2025-06-23T07:43:09.858Z] c92a893a6aec: Layer already exists [2025-06-23T07:43:09.858Z] 756cb15c44c2: Layer already exists [2025-06-23T07:43:09.858Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:09.858Z] latest: digest: sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:10.186Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:10.516Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27 [2025-06-23T07:43:10.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-23T07:43:10.516Z] dd9858d3f017: Preparing [2025-06-23T07:43:10.516Z] 65c73a2fc696: Preparing [2025-06-23T07:43:10.516Z] 87568e05b486: Preparing [2025-06-23T07:43:10.516Z] 35f74f7f944d: Preparing [2025-06-23T07:43:10.516Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:10.516Z] c92a893a6aec: Preparing [2025-06-23T07:43:10.516Z] 756cb15c44c2: Preparing [2025-06-23T07:43:10.516Z] 33d64bd8b189: Preparing [2025-06-23T07:43:10.516Z] 369428deba02: Preparing [2025-06-23T07:43:10.516Z] 994456c4fd7b: Preparing [2025-06-23T07:43:10.516Z] 756cb15c44c2: Waiting [2025-06-23T07:43:10.516Z] 994456c4fd7b: Waiting [2025-06-23T07:43:10.516Z] 33d64bd8b189: Waiting [2025-06-23T07:43:10.516Z] 369428deba02: Waiting [2025-06-23T07:43:10.516Z] c92a893a6aec: Waiting [2025-06-23T07:43:10.516Z] 87568e05b486: Layer already exists [2025-06-23T07:43:10.516Z] dd9858d3f017: Layer already exists [2025-06-23T07:43:10.516Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:10.516Z] 65c73a2fc696: Layer already exists [2025-06-23T07:43:10.516Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:10.516Z] c92a893a6aec: Layer already exists [2025-06-23T07:43:10.516Z] 369428deba02: Layer already exists [2025-06-23T07:43:10.516Z] 756cb15c44c2: Layer already exists [2025-06-23T07:43:10.516Z] 33d64bd8b189: Layer already exists [2025-06-23T07:43:10.516Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:10.516Z] 4.1.0-dev.27: digest: sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:10.849Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:11.180Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:11.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-23T07:43:11.180Z] dd9858d3f017: Preparing [2025-06-23T07:43:11.180Z] 65c73a2fc696: Preparing [2025-06-23T07:43:11.180Z] 87568e05b486: Preparing [2025-06-23T07:43:11.180Z] 35f74f7f944d: Preparing [2025-06-23T07:43:11.180Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:11.180Z] c92a893a6aec: Preparing [2025-06-23T07:43:11.180Z] 756cb15c44c2: Preparing [2025-06-23T07:43:11.180Z] 33d64bd8b189: Preparing [2025-06-23T07:43:11.180Z] 369428deba02: Preparing [2025-06-23T07:43:11.180Z] 994456c4fd7b: Preparing [2025-06-23T07:43:11.180Z] 756cb15c44c2: Waiting [2025-06-23T07:43:11.180Z] 33d64bd8b189: Waiting [2025-06-23T07:43:11.180Z] 369428deba02: Waiting [2025-06-23T07:43:11.180Z] 994456c4fd7b: Waiting [2025-06-23T07:43:11.180Z] c92a893a6aec: Waiting [2025-06-23T07:43:11.180Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:11.180Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:11.180Z] dd9858d3f017: Layer already exists [2025-06-23T07:43:11.180Z] 87568e05b486: Layer already exists [2025-06-23T07:43:11.180Z] 65c73a2fc696: Layer already exists [2025-06-23T07:43:11.180Z] c92a893a6aec: Layer already exists [2025-06-23T07:43:11.180Z] 369428deba02: Layer already exists [2025-06-23T07:43:11.180Z] 756cb15c44c2: Layer already exists [2025-06-23T07:43:11.180Z] 33d64bd8b189: Layer already exists [2025-06-23T07:43:11.180Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:11.180Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:11.500Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:11.813Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-23T07:43:11.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-23T07:43:11.813Z] dd9858d3f017: Preparing [2025-06-23T07:43:11.813Z] 65c73a2fc696: Preparing [2025-06-23T07:43:11.813Z] 87568e05b486: Preparing [2025-06-23T07:43:11.813Z] 35f74f7f944d: Preparing [2025-06-23T07:43:11.813Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:11.813Z] c92a893a6aec: Preparing [2025-06-23T07:43:11.813Z] 756cb15c44c2: Preparing [2025-06-23T07:43:11.813Z] 33d64bd8b189: Preparing [2025-06-23T07:43:11.813Z] c92a893a6aec: Waiting [2025-06-23T07:43:11.813Z] 756cb15c44c2: Waiting [2025-06-23T07:43:11.813Z] 369428deba02: Preparing [2025-06-23T07:43:11.813Z] 994456c4fd7b: Preparing [2025-06-23T07:43:11.813Z] 33d64bd8b189: Waiting [2025-06-23T07:43:11.813Z] 369428deba02: Waiting [2025-06-23T07:43:11.813Z] 994456c4fd7b: Waiting [2025-06-23T07:43:11.813Z] 65c73a2fc696: Layer already exists [2025-06-23T07:43:11.813Z] dd9858d3f017: Layer already exists [2025-06-23T07:43:11.813Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:11.813Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:11.813Z] 87568e05b486: Layer already exists [2025-06-23T07:43:11.813Z] c92a893a6aec: Layer already exists [2025-06-23T07:43:11.813Z] 33d64bd8b189: Layer already exists [2025-06-23T07:43:11.813Z] 756cb15c44c2: Layer already exists [2025-06-23T07:43:11.813Z] 369428deba02: Layer already exists [2025-06-23T07:43:11.813Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:11.813Z] main: digest: sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T07:43:11.887Z] ===================================================== [Pipeline] echo [2025-06-23T07:43:11.902Z] taggedImages: [2025-06-23T07:43:11.902Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:11.902Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-23T07:43:11.902Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27 [2025-06-23T07:43:11.902Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:11.902Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-06-23T07:43:11.933Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-06-23T07:43:11.933Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:11.933Z] latest [2025-06-23T07:43:11.933Z] 4.1.0-dev.27 [2025-06-23T07:43:11.933Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:11.933Z] main [2025-06-23T07:43:11.933Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:12.280Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:12.598Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:12.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-23T07:43:12.598Z] 2713c373905c: Preparing [2025-06-23T07:43:12.598Z] f9b20716c953: Preparing [2025-06-23T07:43:12.598Z] 4a511c6acf27: Preparing [2025-06-23T07:43:12.598Z] 35f74f7f944d: Preparing [2025-06-23T07:43:12.598Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:12.598Z] e200d50e6953: Preparing [2025-06-23T07:43:12.598Z] 1af9dbe7ede6: Preparing [2025-06-23T07:43:12.598Z] f21de0a95b1f: Preparing [2025-06-23T07:43:12.598Z] 994456c4fd7b: Preparing [2025-06-23T07:43:12.598Z] e200d50e6953: Waiting [2025-06-23T07:43:12.598Z] 1af9dbe7ede6: Waiting [2025-06-23T07:43:12.598Z] f21de0a95b1f: Waiting [2025-06-23T07:43:12.598Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:12.598Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:12.598Z] 4a511c6acf27: Pushed [2025-06-23T07:43:12.598Z] f9b20716c953: Pushed [2025-06-23T07:43:12.598Z] 1af9dbe7ede6: Pushed [2025-06-23T07:43:12.598Z] 2713c373905c: Pushed [2025-06-23T07:43:12.598Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:13.163Z] f21de0a95b1f: Pushed [2025-06-23T07:43:25.374Z] e200d50e6953: Pushed [2025-06-23T07:43:25.374Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:25.704Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:26.025Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-23T07:43:26.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-23T07:43:26.026Z] 2713c373905c: Preparing [2025-06-23T07:43:26.026Z] f9b20716c953: Preparing [2025-06-23T07:43:26.026Z] 4a511c6acf27: Preparing [2025-06-23T07:43:26.026Z] 35f74f7f944d: Preparing [2025-06-23T07:43:26.026Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:26.026Z] e200d50e6953: Preparing [2025-06-23T07:43:26.026Z] 1af9dbe7ede6: Preparing [2025-06-23T07:43:26.026Z] f21de0a95b1f: Preparing [2025-06-23T07:43:26.026Z] 994456c4fd7b: Preparing [2025-06-23T07:43:26.026Z] e200d50e6953: Waiting [2025-06-23T07:43:26.026Z] 994456c4fd7b: Waiting [2025-06-23T07:43:26.026Z] f21de0a95b1f: Waiting [2025-06-23T07:43:26.026Z] 1af9dbe7ede6: Waiting [2025-06-23T07:43:26.026Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:26.026Z] 2713c373905c: Layer already exists [2025-06-23T07:43:26.026Z] 4a511c6acf27: Layer already exists [2025-06-23T07:43:26.026Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:26.026Z] f9b20716c953: Layer already exists [2025-06-23T07:43:26.026Z] 1af9dbe7ede6: Layer already exists [2025-06-23T07:43:26.026Z] f21de0a95b1f: Layer already exists [2025-06-23T07:43:26.026Z] e200d50e6953: Layer already exists [2025-06-23T07:43:26.026Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:26.026Z] latest: digest: sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:26.356Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:26.683Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27 [2025-06-23T07:43:26.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-23T07:43:26.683Z] 2713c373905c: Preparing [2025-06-23T07:43:26.683Z] f9b20716c953: Preparing [2025-06-23T07:43:26.683Z] 4a511c6acf27: Preparing [2025-06-23T07:43:26.683Z] 35f74f7f944d: Preparing [2025-06-23T07:43:26.683Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:26.683Z] e200d50e6953: Preparing [2025-06-23T07:43:26.683Z] 1af9dbe7ede6: Preparing [2025-06-23T07:43:26.683Z] f21de0a95b1f: Preparing [2025-06-23T07:43:26.683Z] 994456c4fd7b: Preparing [2025-06-23T07:43:26.683Z] e200d50e6953: Waiting [2025-06-23T07:43:26.683Z] 1af9dbe7ede6: Waiting [2025-06-23T07:43:26.683Z] f21de0a95b1f: Waiting [2025-06-23T07:43:26.683Z] 994456c4fd7b: Waiting [2025-06-23T07:43:26.683Z] 2713c373905c: Layer already exists [2025-06-23T07:43:26.683Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:26.683Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:26.683Z] f9b20716c953: Layer already exists [2025-06-23T07:43:26.683Z] 4a511c6acf27: Layer already exists [2025-06-23T07:43:26.683Z] f21de0a95b1f: Layer already exists [2025-06-23T07:43:26.683Z] e200d50e6953: Layer already exists [2025-06-23T07:43:26.683Z] 1af9dbe7ede6: Layer already exists [2025-06-23T07:43:26.683Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:26.683Z] 4.1.0-dev.27: digest: sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:27.014Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:27.332Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:27.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-23T07:43:27.332Z] 2713c373905c: Preparing [2025-06-23T07:43:27.332Z] f9b20716c953: Preparing [2025-06-23T07:43:27.332Z] 4a511c6acf27: Preparing [2025-06-23T07:43:27.332Z] 35f74f7f944d: Preparing [2025-06-23T07:43:27.332Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:27.332Z] e200d50e6953: Preparing [2025-06-23T07:43:27.332Z] 1af9dbe7ede6: Preparing [2025-06-23T07:43:27.332Z] f21de0a95b1f: Preparing [2025-06-23T07:43:27.332Z] 994456c4fd7b: Preparing [2025-06-23T07:43:27.332Z] f21de0a95b1f: Waiting [2025-06-23T07:43:27.332Z] 994456c4fd7b: Waiting [2025-06-23T07:43:27.332Z] e200d50e6953: Waiting [2025-06-23T07:43:27.332Z] 1af9dbe7ede6: Waiting [2025-06-23T07:43:27.332Z] 2713c373905c: Layer already exists [2025-06-23T07:43:27.332Z] 4a511c6acf27: Layer already exists [2025-06-23T07:43:27.332Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:27.332Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:27.332Z] f9b20716c953: Layer already exists [2025-06-23T07:43:27.332Z] e200d50e6953: Layer already exists [2025-06-23T07:43:27.332Z] 1af9dbe7ede6: Layer already exists [2025-06-23T07:43:27.332Z] f21de0a95b1f: Layer already exists [2025-06-23T07:43:27.332Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:27.332Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:27.655Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:27.979Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-23T07:43:27.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-23T07:43:27.979Z] 2713c373905c: Preparing [2025-06-23T07:43:27.979Z] f9b20716c953: Preparing [2025-06-23T07:43:27.979Z] 4a511c6acf27: Preparing [2025-06-23T07:43:27.979Z] 35f74f7f944d: Preparing [2025-06-23T07:43:27.979Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:27.979Z] e200d50e6953: Preparing [2025-06-23T07:43:27.979Z] 1af9dbe7ede6: Preparing [2025-06-23T07:43:27.979Z] f21de0a95b1f: Preparing [2025-06-23T07:43:27.979Z] 994456c4fd7b: Preparing [2025-06-23T07:43:27.979Z] 1af9dbe7ede6: Waiting [2025-06-23T07:43:27.979Z] e200d50e6953: Waiting [2025-06-23T07:43:27.979Z] f21de0a95b1f: Waiting [2025-06-23T07:43:27.979Z] 994456c4fd7b: Waiting [2025-06-23T07:43:27.979Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:27.979Z] 4a511c6acf27: Layer already exists [2025-06-23T07:43:27.979Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:27.979Z] f9b20716c953: Layer already exists [2025-06-23T07:43:27.979Z] 2713c373905c: Layer already exists [2025-06-23T07:43:27.979Z] e200d50e6953: Layer already exists [2025-06-23T07:43:27.979Z] 1af9dbe7ede6: Layer already exists [2025-06-23T07:43:27.979Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:27.979Z] f21de0a95b1f: Layer already exists [2025-06-23T07:43:27.979Z] main: digest: sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T07:43:28.054Z] ===================================================== [Pipeline] echo [2025-06-23T07:43:28.068Z] taggedImages: [2025-06-23T07:43:28.068Z] - nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:28.069Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-23T07:43:28.069Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27 [2025-06-23T07:43:28.069Z] - nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:28.069Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-06-23T07:43:28.097Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-06-23T07:43:28.097Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:28.097Z] latest [2025-06-23T07:43:28.097Z] 4.1.0-dev.27 [2025-06-23T07:43:28.097Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:28.097Z] main [2025-06-23T07:43:28.097Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:28.432Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:28.752Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:28.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-23T07:43:28.752Z] dd9858d3f017: Preparing [2025-06-23T07:43:28.752Z] 1ebf073e8edc: Preparing [2025-06-23T07:43:28.752Z] 8b4fc49cff6f: Preparing [2025-06-23T07:43:28.752Z] 35f74f7f944d: Preparing [2025-06-23T07:43:28.752Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:28.752Z] e200d50e6953: Preparing [2025-06-23T07:43:28.752Z] 33d64bd8b189: Preparing [2025-06-23T07:43:28.752Z] 369428deba02: Preparing [2025-06-23T07:43:28.752Z] 994456c4fd7b: Preparing [2025-06-23T07:43:28.752Z] e200d50e6953: Waiting [2025-06-23T07:43:28.752Z] 33d64bd8b189: Waiting [2025-06-23T07:43:28.752Z] 369428deba02: Waiting [2025-06-23T07:43:28.752Z] 994456c4fd7b: Waiting [2025-06-23T07:43:28.752Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:28.752Z] dd9858d3f017: Layer already exists [2025-06-23T07:43:28.752Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:28.752Z] e200d50e6953: Layer already exists [2025-06-23T07:43:28.752Z] 33d64bd8b189: Layer already exists [2025-06-23T07:43:28.752Z] 369428deba02: Layer already exists [2025-06-23T07:43:28.752Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:28.752Z] 1ebf073e8edc: Pushed [2025-06-23T07:43:28.752Z] 8b4fc49cff6f: Pushed [2025-06-23T07:43:29.011Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:29.336Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:29.661Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-23T07:43:29.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-23T07:43:29.661Z] dd9858d3f017: Preparing [2025-06-23T07:43:29.661Z] 1ebf073e8edc: Preparing [2025-06-23T07:43:29.661Z] 8b4fc49cff6f: Preparing [2025-06-23T07:43:29.661Z] 35f74f7f944d: Preparing [2025-06-23T07:43:29.661Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:29.661Z] e200d50e6953: Preparing [2025-06-23T07:43:29.661Z] 33d64bd8b189: Preparing [2025-06-23T07:43:29.661Z] 369428deba02: Preparing [2025-06-23T07:43:29.661Z] 994456c4fd7b: Preparing [2025-06-23T07:43:29.661Z] 369428deba02: Waiting [2025-06-23T07:43:29.661Z] e200d50e6953: Waiting [2025-06-23T07:43:29.661Z] 994456c4fd7b: Waiting [2025-06-23T07:43:29.661Z] 33d64bd8b189: Waiting [2025-06-23T07:43:29.661Z] 8b4fc49cff6f: Layer already exists [2025-06-23T07:43:29.661Z] dd9858d3f017: Layer already exists [2025-06-23T07:43:29.661Z] 1ebf073e8edc: Layer already exists [2025-06-23T07:43:29.661Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:29.661Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:29.661Z] 369428deba02: Layer already exists [2025-06-23T07:43:29.661Z] e200d50e6953: Layer already exists [2025-06-23T07:43:29.661Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:29.661Z] 33d64bd8b189: Layer already exists [2025-06-23T07:43:29.661Z] latest: digest: sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:29.991Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:30.311Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27 [2025-06-23T07:43:30.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-23T07:43:30.311Z] dd9858d3f017: Preparing [2025-06-23T07:43:30.311Z] 1ebf073e8edc: Preparing [2025-06-23T07:43:30.311Z] 8b4fc49cff6f: Preparing [2025-06-23T07:43:30.311Z] 35f74f7f944d: Preparing [2025-06-23T07:43:30.311Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:30.311Z] e200d50e6953: Preparing [2025-06-23T07:43:30.311Z] 33d64bd8b189: Preparing [2025-06-23T07:43:30.311Z] 369428deba02: Preparing [2025-06-23T07:43:30.311Z] 994456c4fd7b: Preparing [2025-06-23T07:43:30.311Z] e200d50e6953: Waiting [2025-06-23T07:43:30.311Z] 994456c4fd7b: Waiting [2025-06-23T07:43:30.311Z] 369428deba02: Waiting [2025-06-23T07:43:30.311Z] 33d64bd8b189: Waiting [2025-06-23T07:43:30.311Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:30.311Z] 1ebf073e8edc: Layer already exists [2025-06-23T07:43:30.311Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:30.311Z] dd9858d3f017: Layer already exists [2025-06-23T07:43:30.311Z] 8b4fc49cff6f: Layer already exists [2025-06-23T07:43:30.311Z] e200d50e6953: Layer already exists [2025-06-23T07:43:30.311Z] 33d64bd8b189: Layer already exists [2025-06-23T07:43:30.311Z] 369428deba02: Layer already exists [2025-06-23T07:43:30.311Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:30.311Z] 4.1.0-dev.27: digest: sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:30.637Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:30.960Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:30.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-23T07:43:30.961Z] dd9858d3f017: Preparing [2025-06-23T07:43:30.961Z] 1ebf073e8edc: Preparing [2025-06-23T07:43:30.961Z] 8b4fc49cff6f: Preparing [2025-06-23T07:43:30.961Z] 35f74f7f944d: Preparing [2025-06-23T07:43:30.961Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:30.961Z] e200d50e6953: Preparing [2025-06-23T07:43:30.961Z] 33d64bd8b189: Preparing [2025-06-23T07:43:30.961Z] 369428deba02: Preparing [2025-06-23T07:43:30.961Z] 994456c4fd7b: Preparing [2025-06-23T07:43:30.961Z] e200d50e6953: Waiting [2025-06-23T07:43:30.961Z] 33d64bd8b189: Waiting [2025-06-23T07:43:30.961Z] 994456c4fd7b: Waiting [2025-06-23T07:43:30.961Z] 369428deba02: Waiting [2025-06-23T07:43:30.961Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:30.961Z] 8b4fc49cff6f: Layer already exists [2025-06-23T07:43:30.961Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:30.961Z] dd9858d3f017: Layer already exists [2025-06-23T07:43:30.961Z] 1ebf073e8edc: Layer already exists [2025-06-23T07:43:30.961Z] 33d64bd8b189: Layer already exists [2025-06-23T07:43:30.961Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:30.961Z] e200d50e6953: Layer already exists [2025-06-23T07:43:30.961Z] 369428deba02: Layer already exists [2025-06-23T07:43:30.961Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:31.284Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:31.617Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-23T07:43:31.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-23T07:43:31.617Z] dd9858d3f017: Preparing [2025-06-23T07:43:31.617Z] 1ebf073e8edc: Preparing [2025-06-23T07:43:31.617Z] 8b4fc49cff6f: Preparing [2025-06-23T07:43:31.617Z] 35f74f7f944d: Preparing [2025-06-23T07:43:31.617Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:31.617Z] e200d50e6953: Preparing [2025-06-23T07:43:31.617Z] 33d64bd8b189: Preparing [2025-06-23T07:43:31.617Z] 369428deba02: Preparing [2025-06-23T07:43:31.617Z] 994456c4fd7b: Preparing [2025-06-23T07:43:31.617Z] 33d64bd8b189: Waiting [2025-06-23T07:43:31.617Z] 369428deba02: Waiting [2025-06-23T07:43:31.617Z] e200d50e6953: Waiting [2025-06-23T07:43:31.617Z] 994456c4fd7b: Waiting [2025-06-23T07:43:31.617Z] 1ebf073e8edc: Layer already exists [2025-06-23T07:43:31.617Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:31.617Z] dd9858d3f017: Layer already exists [2025-06-23T07:43:31.617Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:31.617Z] 8b4fc49cff6f: Layer already exists [2025-06-23T07:43:31.617Z] e200d50e6953: Layer already exists [2025-06-23T07:43:31.617Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:31.617Z] 369428deba02: Layer already exists [2025-06-23T07:43:31.617Z] 33d64bd8b189: Layer already exists [2025-06-23T07:43:31.617Z] main: digest: sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T07:43:31.684Z] ===================================================== [Pipeline] echo [2025-06-23T07:43:31.697Z] taggedImages: [2025-06-23T07:43:31.697Z] - nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:31.697Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-23T07:43:31.697Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27 [2025-06-23T07:43:31.697Z] - nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:31.697Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-06-23T07:43:31.725Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-06-23T07:43:31.726Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:31.726Z] latest [2025-06-23T07:43:31.726Z] 4.1.0-dev.27 [2025-06-23T07:43:31.726Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:31.726Z] main [2025-06-23T07:43:31.726Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:32.067Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:32.397Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:32.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-23T07:43:32.397Z] 1420e50140ad: Preparing [2025-06-23T07:43:32.397Z] 59f7171997b2: Preparing [2025-06-23T07:43:32.397Z] 35f74f7f944d: Preparing [2025-06-23T07:43:32.397Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:32.397Z] 9e90a599db06: Preparing [2025-06-23T07:43:32.397Z] c72256e72f2f: Preparing [2025-06-23T07:43:32.397Z] 994456c4fd7b: Preparing [2025-06-23T07:43:32.397Z] c72256e72f2f: Waiting [2025-06-23T07:43:32.397Z] 994456c4fd7b: Waiting [2025-06-23T07:43:32.397Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:32.397Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:32.397Z] 9e90a599db06: Pushed [2025-06-23T07:43:32.397Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:32.397Z] 1420e50140ad: Pushed [2025-06-23T07:43:32.963Z] c72256e72f2f: Pushed [2025-06-23T07:43:37.155Z] 59f7171997b2: Pushed [2025-06-23T07:43:37.155Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:37.500Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:37.839Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-23T07:43:37.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-23T07:43:37.839Z] 1420e50140ad: Preparing [2025-06-23T07:43:37.839Z] 59f7171997b2: Preparing [2025-06-23T07:43:37.839Z] 35f74f7f944d: Preparing [2025-06-23T07:43:37.839Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:37.839Z] 9e90a599db06: Preparing [2025-06-23T07:43:37.839Z] c72256e72f2f: Preparing [2025-06-23T07:43:37.839Z] 994456c4fd7b: Preparing [2025-06-23T07:43:37.839Z] c72256e72f2f: Waiting [2025-06-23T07:43:37.839Z] 9e90a599db06: Layer already exists [2025-06-23T07:43:37.839Z] 59f7171997b2: Layer already exists [2025-06-23T07:43:37.839Z] 1420e50140ad: Layer already exists [2025-06-23T07:43:37.839Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:37.839Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:37.839Z] c72256e72f2f: Layer already exists [2025-06-23T07:43:37.839Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:37.839Z] latest: digest: sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:38.175Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:38.497Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27 [2025-06-23T07:43:38.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-23T07:43:38.498Z] 1420e50140ad: Preparing [2025-06-23T07:43:38.498Z] 59f7171997b2: Preparing [2025-06-23T07:43:38.498Z] 35f74f7f944d: Preparing [2025-06-23T07:43:38.498Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:38.498Z] 9e90a599db06: Preparing [2025-06-23T07:43:38.498Z] c72256e72f2f: Preparing [2025-06-23T07:43:38.498Z] 994456c4fd7b: Preparing [2025-06-23T07:43:38.498Z] c72256e72f2f: Waiting [2025-06-23T07:43:38.498Z] 994456c4fd7b: Waiting [2025-06-23T07:43:38.498Z] 9e90a599db06: Layer already exists [2025-06-23T07:43:38.498Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:38.498Z] 1420e50140ad: Layer already exists [2025-06-23T07:43:38.498Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:38.498Z] 59f7171997b2: Layer already exists [2025-06-23T07:43:38.498Z] c72256e72f2f: Layer already exists [2025-06-23T07:43:38.498Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:38.498Z] 4.1.0-dev.27: digest: sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:38.838Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:39.168Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:39.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-23T07:43:39.168Z] 1420e50140ad: Preparing [2025-06-23T07:43:39.168Z] 59f7171997b2: Preparing [2025-06-23T07:43:39.168Z] 35f74f7f944d: Preparing [2025-06-23T07:43:39.168Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:39.168Z] 9e90a599db06: Preparing [2025-06-23T07:43:39.168Z] c72256e72f2f: Preparing [2025-06-23T07:43:39.168Z] 994456c4fd7b: Preparing [2025-06-23T07:43:39.168Z] 994456c4fd7b: Waiting [2025-06-23T07:43:39.168Z] c72256e72f2f: Waiting [2025-06-23T07:43:39.168Z] 59f7171997b2: Layer already exists [2025-06-23T07:43:39.168Z] 9e90a599db06: Layer already exists [2025-06-23T07:43:39.168Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:39.168Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:39.168Z] 1420e50140ad: Layer already exists [2025-06-23T07:43:39.168Z] c72256e72f2f: Layer already exists [2025-06-23T07:43:39.168Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:39.168Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:39.492Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:39.817Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-23T07:43:39.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-23T07:43:39.817Z] 1420e50140ad: Preparing [2025-06-23T07:43:39.817Z] 59f7171997b2: Preparing [2025-06-23T07:43:39.817Z] 35f74f7f944d: Preparing [2025-06-23T07:43:39.817Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:39.817Z] 9e90a599db06: Preparing [2025-06-23T07:43:39.817Z] c72256e72f2f: Preparing [2025-06-23T07:43:39.817Z] 994456c4fd7b: Preparing [2025-06-23T07:43:39.817Z] c72256e72f2f: Waiting [2025-06-23T07:43:39.817Z] 994456c4fd7b: Waiting [2025-06-23T07:43:39.817Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:39.817Z] 59f7171997b2: Layer already exists [2025-06-23T07:43:39.817Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:39.817Z] 1420e50140ad: Layer already exists [2025-06-23T07:43:39.817Z] 9e90a599db06: Layer already exists [2025-06-23T07:43:39.817Z] c72256e72f2f: Layer already exists [2025-06-23T07:43:39.817Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:39.817Z] main: digest: sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T07:43:39.889Z] ===================================================== [Pipeline] echo [2025-06-23T07:43:39.906Z] taggedImages: [2025-06-23T07:43:39.906Z] - nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:39.906Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-23T07:43:39.906Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27 [2025-06-23T07:43:39.906Z] - nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:39.906Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-06-23T07:43:39.939Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-06-23T07:43:39.939Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:39.939Z] latest [2025-06-23T07:43:39.939Z] 4.1.0-dev.27 [2025-06-23T07:43:39.939Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:39.939Z] main [2025-06-23T07:43:39.939Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:40.290Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:40.620Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:40.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-23T07:43:40.620Z] 3c4f4dd78226: Preparing [2025-06-23T07:43:40.620Z] 06aa76116995: Preparing [2025-06-23T07:43:40.620Z] 35f74f7f944d: Preparing [2025-06-23T07:43:40.620Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:40.620Z] b10c48f3fd60: Preparing [2025-06-23T07:43:40.620Z] 26d2801c29b7: Preparing [2025-06-23T07:43:40.620Z] 994456c4fd7b: Preparing [2025-06-23T07:43:40.620Z] 26d2801c29b7: Waiting [2025-06-23T07:43:40.620Z] 994456c4fd7b: Waiting [2025-06-23T07:43:40.620Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:40.620Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:40.620Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:40.620Z] 3c4f4dd78226: Pushed [2025-06-23T07:43:40.620Z] b10c48f3fd60: Pushed [2025-06-23T07:43:40.878Z] 26d2801c29b7: Pushed [2025-06-23T07:43:45.074Z] 06aa76116995: Pushed [2025-06-23T07:43:45.074Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:45.401Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:45.726Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-23T07:43:45.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-23T07:43:45.727Z] 3c4f4dd78226: Preparing [2025-06-23T07:43:45.727Z] 06aa76116995: Preparing [2025-06-23T07:43:45.727Z] 35f74f7f944d: Preparing [2025-06-23T07:43:45.727Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:45.727Z] b10c48f3fd60: Preparing [2025-06-23T07:43:45.727Z] 26d2801c29b7: Preparing [2025-06-23T07:43:45.727Z] 994456c4fd7b: Preparing [2025-06-23T07:43:45.727Z] 26d2801c29b7: Waiting [2025-06-23T07:43:45.727Z] 994456c4fd7b: Waiting [2025-06-23T07:43:45.727Z] 06aa76116995: Layer already exists [2025-06-23T07:43:45.727Z] b10c48f3fd60: Layer already exists [2025-06-23T07:43:45.727Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:45.727Z] 3c4f4dd78226: Layer already exists [2025-06-23T07:43:45.727Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:45.727Z] 26d2801c29b7: Layer already exists [2025-06-23T07:43:45.727Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:45.727Z] latest: digest: sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:46.065Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:46.396Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27 [2025-06-23T07:43:46.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-23T07:43:46.396Z] 3c4f4dd78226: Preparing [2025-06-23T07:43:46.396Z] 06aa76116995: Preparing [2025-06-23T07:43:46.396Z] 35f74f7f944d: Preparing [2025-06-23T07:43:46.396Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:46.396Z] b10c48f3fd60: Preparing [2025-06-23T07:43:46.396Z] 26d2801c29b7: Preparing [2025-06-23T07:43:46.396Z] 994456c4fd7b: Preparing [2025-06-23T07:43:46.396Z] 26d2801c29b7: Waiting [2025-06-23T07:43:46.396Z] 994456c4fd7b: Waiting [2025-06-23T07:43:46.396Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:46.396Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:46.397Z] 06aa76116995: Layer already exists [2025-06-23T07:43:46.397Z] b10c48f3fd60: Layer already exists [2025-06-23T07:43:46.397Z] 3c4f4dd78226: Layer already exists [2025-06-23T07:43:46.397Z] 26d2801c29b7: Layer already exists [2025-06-23T07:43:46.397Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:46.397Z] 4.1.0-dev.27: digest: sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:46.725Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:47.059Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:47.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-23T07:43:47.059Z] 3c4f4dd78226: Preparing [2025-06-23T07:43:47.059Z] 06aa76116995: Preparing [2025-06-23T07:43:47.059Z] 35f74f7f944d: Preparing [2025-06-23T07:43:47.059Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:47.059Z] b10c48f3fd60: Preparing [2025-06-23T07:43:47.059Z] 26d2801c29b7: Preparing [2025-06-23T07:43:47.059Z] 994456c4fd7b: Preparing [2025-06-23T07:43:47.059Z] 26d2801c29b7: Waiting [2025-06-23T07:43:47.059Z] 994456c4fd7b: Waiting [2025-06-23T07:43:47.059Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:47.059Z] b10c48f3fd60: Layer already exists [2025-06-23T07:43:47.059Z] 3c4f4dd78226: Layer already exists [2025-06-23T07:43:47.059Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:47.059Z] 06aa76116995: Layer already exists [2025-06-23T07:43:47.059Z] 26d2801c29b7: Layer already exists [2025-06-23T07:43:47.059Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:47.059Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:47.392Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:43:47.733Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-23T07:43:47.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-23T07:43:47.734Z] 3c4f4dd78226: Preparing [2025-06-23T07:43:47.734Z] 06aa76116995: Preparing [2025-06-23T07:43:47.734Z] 35f74f7f944d: Preparing [2025-06-23T07:43:47.734Z] 3246dc8e00ec: Preparing [2025-06-23T07:43:47.734Z] b10c48f3fd60: Preparing [2025-06-23T07:43:47.734Z] 26d2801c29b7: Preparing [2025-06-23T07:43:47.734Z] 994456c4fd7b: Preparing [2025-06-23T07:43:47.734Z] 26d2801c29b7: Waiting [2025-06-23T07:43:47.734Z] 994456c4fd7b: Waiting [2025-06-23T07:43:47.734Z] 35f74f7f944d: Layer already exists [2025-06-23T07:43:47.734Z] 3246dc8e00ec: Layer already exists [2025-06-23T07:43:47.734Z] 3c4f4dd78226: Layer already exists [2025-06-23T07:43:47.734Z] 06aa76116995: Layer already exists [2025-06-23T07:43:47.734Z] b10c48f3fd60: Layer already exists [2025-06-23T07:43:47.734Z] 26d2801c29b7: Layer already exists [2025-06-23T07:43:47.734Z] 994456c4fd7b: Layer already exists [2025-06-23T07:43:47.734Z] main: digest: sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T07:43:47.821Z] ===================================================== [Pipeline] echo [2025-06-23T07:43:47.835Z] taggedImages: [2025-06-23T07:43:47.835Z] - nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:47.835Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-23T07:43:47.835Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27 [2025-06-23T07:43:47.835Z] - nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:47.835Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-06-23T07:43:47.911Z] ========================================================= [2025-06-23T07:43:47.911Z] [edgeXBuildMultiArch] RAW Config: [2025-06-23T07:43:47.911Z] images: [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:43:47.911Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-23T07:43:47.911Z] settingsFile: [2025-06-23T07:43:47.911Z] edgex-go-settings [2025-06-23T07:43:47.911Z] ========================================================= [Pipeline] node [2025-06-23T07:44:02.915Z] Still waiting to schedule task [2025-06-23T07:44:02.916Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-06-23T07:44:28.215Z] Running on prd-centos7-docker-4c-2g-3774 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T07:44:28.262Z] provisioning config files... [2025-06-23T07:44:28.397Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config6513044784979593920tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T07:44:29.450Z] ---> ****-login.sh [2025-06-23T07:44:29.450Z] nexus3.edgexfoundry.org:10001 [2025-06-23T07:44:30.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:44:30.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:44:30.722Z] Configure a credential helper to remove this warning. See [2025-06-23T07:44:30.722Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:44:30.722Z] [2025-06-23T07:44:30.722Z] Login Succeeded [2025-06-23T07:44:30.722Z] nexus3.edgexfoundry.org:10002 [2025-06-23T07:44:31.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:44:31.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:44:31.009Z] Configure a credential helper to remove this warning. See [2025-06-23T07:44:31.009Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:44:31.009Z] [2025-06-23T07:44:31.009Z] Login Succeeded [2025-06-23T07:44:31.009Z] nexus3.edgexfoundry.org:10003 [2025-06-23T07:44:31.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:44:31.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:44:31.293Z] Configure a credential helper to remove this warning. See [2025-06-23T07:44:31.293Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:44:31.293Z] [2025-06-23T07:44:31.293Z] Login Succeeded [2025-06-23T07:44:31.293Z] nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:31.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:44:31.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:44:31.578Z] Configure a credential helper to remove this warning. See [2025-06-23T07:44:31.578Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:44:31.578Z] [2025-06-23T07:44:31.578Z] Login Succeeded [2025-06-23T07:44:31.578Z] ****.io [2025-06-23T07:44:31.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T07:44:31.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T07:44:31.861Z] Configure a credential helper to remove this warning. See [2025-06-23T07:44:31.861Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T07:44:31.861Z] [2025-06-23T07:44:31.861Z] Login Succeeded [2025-06-23T07:44:31.861Z] ---> ****-login.sh ends [Pipeline] } [2025-06-23T07:44:31.885Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-23T07:44:32.339Z] + docker buildx ls [2025-06-23T07:44:32.615Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-23T07:44:32.615Z] default * docker [2025-06-23T07:44:32.615Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-23T07:44:32.950Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-06-23T07:44:32.950Z] edgex-builder [Pipeline] sh [2025-06-23T07:44:33.258Z] + docker buildx inspect --bootstrap [2025-06-23T07:44:33.258Z] #1 [internal] booting buildkit [2025-06-23T07:44:33.258Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-06-23T07:44:36.571Z] #1 pulling image moby/buildkit:buildx-stable-1 2.7s done [2025-06-23T07:44:36.571Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-06-23T07:44:37.511Z] #1 creating container buildx_buildkit_edgex-builder0 1.5s done [2025-06-23T07:44:37.511Z] #1 DONE 4.2s [2025-06-23T07:44:37.511Z] Name: edgex-builder [2025-06-23T07:44:37.511Z] Driver: docker-container [2025-06-23T07:44:37.511Z] [2025-06-23T07:44:37.511Z] Nodes: [2025-06-23T07:44:37.511Z] Name: edgex-builder0 [2025-06-23T07:44:37.511Z] Endpoint: unix:///var/run/docker.sock [2025-06-23T07:44:37.511Z] Status: running [2025-06-23T07:44:37.511Z] Buildkit: v0.22.0 [2025-06-23T07:44:37.511Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-06-23T07:44:37.803Z] + docker buildx ls [2025-06-23T07:44:37.804Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-23T07:44:37.804Z] edgex-builder * docker-container [2025-06-23T07:44:37.804Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-06-23T07:44:37.804Z] default docker [2025-06-23T07:44:37.804Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-23T07:44:38.107Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2' [2025-06-23T07:44:38.107Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - [2025-06-23T07:44:38.365Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:38.365Z] #1 transferring dockerfile: 197B done [2025-06-23T07:44:38.365Z] #1 DONE 0.0s [2025-06-23T07:44:38.365Z] [2025-06-23T07:44:38.365Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:44:38.365Z] #2 DONE 0.1s [2025-06-23T07:44:38.365Z] [2025-06-23T07:44:38.365Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:44:38.365Z] #3 DONE 0.1s [2025-06-23T07:44:38.365Z] [2025-06-23T07:44:38.365Z] #4 [internal] load .dockerignore [2025-06-23T07:44:38.365Z] #4 transferring context: 2B done [2025-06-23T07:44:38.365Z] #4 DONE 0.0s [2025-06-23T07:44:38.365Z] [2025-06-23T07:44:38.365Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 [2025-06-23T07:44:38.365Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 0.0s done [2025-06-23T07:44:38.365Z] #5 DONE 0.0s [2025-06-23T07:44:38.365Z] [2025-06-23T07:44:38.365Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 [2025-06-23T07:44:38.365Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 0.0s done [2025-06-23T07:44:38.365Z] #6 DONE 0.1s [2025-06-23T07:44:38.625Z] [2025-06-23T07:44:38.625Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:38.625Z] #7 DONE 0.0s [2025-06-23T07:44:38.625Z] [2025-06-23T07:44:38.625Z] #8 exporting to image [2025-06-23T07:44:38.625Z] #8 exporting layers done [2025-06-23T07:44:38.625Z] #8 exporting manifest sha256:bfe3ed4936bf5f801c765932002107871612ab8852c98bfef0f7b04beae2505a 0.0s done [2025-06-23T07:44:38.625Z] #8 exporting config sha256:74aa000fdac65f0a7b2a25fba0397a313fea773009490739a2e81952fb68fd28 done [2025-06-23T07:44:38.625Z] #8 exporting manifest sha256:c426935d005aea578268da4465daddff87ac37c535afab9c9ef3b6027cae1b6d done [2025-06-23T07:44:38.625Z] #8 exporting config sha256:e50824665249a5f03ac8f13376d1ff02ba175a0de025298512d059a875b66a87 done [2025-06-23T07:44:38.625Z] #8 exporting manifest list sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 done [2025-06-23T07:44:38.625Z] #8 pushing layers [2025-06-23T07:44:38.625Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:38.625Z] #8 pushing layers 0.1s done [2025-06-23T07:44:38.625Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 0.1s done [2025-06-23T07:44:38.625Z] #8 DONE 0.2s [2025-06-23T07:44:38.625Z] [2025-06-23T07:44:38.625Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:38.625Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:38.929Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-06-23T07:44:38.929Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-06-23T07:44:38.929Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:38.929Z] #1 transferring dockerfile: 163B done [2025-06-23T07:44:38.929Z] #1 DONE 0.0s [2025-06-23T07:44:38.929Z] [2025-06-23T07:44:38.929Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-23T07:44:38.929Z] #2 DONE 0.0s [2025-06-23T07:44:38.929Z] [2025-06-23T07:44:38.929Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-23T07:44:38.929Z] #3 DONE 0.0s [2025-06-23T07:44:38.929Z] [2025-06-23T07:44:38.929Z] #4 [internal] load .dockerignore [2025-06-23T07:44:38.929Z] #4 transferring context: 2B done [2025-06-23T07:44:38.929Z] #4 DONE 0.0s [2025-06-23T07:44:38.929Z] [2025-06-23T07:44:38.929Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 [2025-06-23T07:44:38.929Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 0.0s done [2025-06-23T07:44:38.929Z] #5 DONE 0.0s [2025-06-23T07:44:38.929Z] [2025-06-23T07:44:38.929Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 [2025-06-23T07:44:39.189Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 0.0s done [2025-06-23T07:44:39.189Z] #6 CACHED [2025-06-23T07:44:39.189Z] [2025-06-23T07:44:39.189Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 [2025-06-23T07:44:39.189Z] #5 CACHED [2025-06-23T07:44:39.189Z] [2025-06-23T07:44:39.189Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:39.189Z] #7 DONE 0.0s [2025-06-23T07:44:39.189Z] [2025-06-23T07:44:39.189Z] #8 exporting to image [2025-06-23T07:44:39.189Z] #8 exporting layers done [2025-06-23T07:44:39.189Z] #8 exporting manifest sha256:bfe3ed4936bf5f801c765932002107871612ab8852c98bfef0f7b04beae2505a done [2025-06-23T07:44:39.189Z] #8 exporting config sha256:74aa000fdac65f0a7b2a25fba0397a313fea773009490739a2e81952fb68fd28 done [2025-06-23T07:44:39.189Z] #8 exporting manifest sha256:c426935d005aea578268da4465daddff87ac37c535afab9c9ef3b6027cae1b6d done [2025-06-23T07:44:39.189Z] #8 exporting config sha256:e50824665249a5f03ac8f13376d1ff02ba175a0de025298512d059a875b66a87 done [2025-06-23T07:44:39.189Z] #8 exporting manifest list sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 done [2025-06-23T07:44:39.189Z] #8 pushing layers 0.0s done [2025-06-23T07:44:39.189Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 0.1s done [2025-06-23T07:44:39.189Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:39.189Z] #8 DONE 0.1s [2025-06-23T07:44:39.189Z] [2025-06-23T07:44:39.189Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:39.189Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:39.478Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27 --push - [2025-06-23T07:44:39.478Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27' [2025-06-23T07:44:39.478Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:39.478Z] #1 transferring dockerfile: 169B done [2025-06-23T07:44:39.478Z] #1 DONE 0.0s [2025-06-23T07:44:39.478Z] [2025-06-23T07:44:39.478Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27 [2025-06-23T07:44:39.478Z] #2 DONE 0.1s [2025-06-23T07:44:39.478Z] [2025-06-23T07:44:39.478Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27 [2025-06-23T07:44:39.478Z] #3 DONE 0.1s [2025-06-23T07:44:39.478Z] [2025-06-23T07:44:39.478Z] #4 [internal] load .dockerignore [2025-06-23T07:44:39.478Z] #4 transferring context: [2025-06-23T07:44:39.738Z] #4 transferring context: 2B done [2025-06-23T07:44:39.738Z] #4 DONE 0.0s [2025-06-23T07:44:39.738Z] [2025-06-23T07:44:39.738Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 [2025-06-23T07:44:39.738Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 0.0s done [2025-06-23T07:44:39.738Z] #5 CACHED [2025-06-23T07:44:39.738Z] [2025-06-23T07:44:39.738Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 [2025-06-23T07:44:39.738Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 0.0s done [2025-06-23T07:44:39.738Z] #6 CACHED [2025-06-23T07:44:39.738Z] [2025-06-23T07:44:39.738Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:39.738Z] #7 DONE 0.0s [2025-06-23T07:44:39.738Z] [2025-06-23T07:44:39.738Z] #8 exporting to image [2025-06-23T07:44:39.738Z] #8 exporting layers done [2025-06-23T07:44:39.738Z] #8 exporting manifest sha256:bfe3ed4936bf5f801c765932002107871612ab8852c98bfef0f7b04beae2505a done [2025-06-23T07:44:39.738Z] #8 exporting config sha256:74aa000fdac65f0a7b2a25fba0397a313fea773009490739a2e81952fb68fd28 done [2025-06-23T07:44:39.738Z] #8 exporting manifest sha256:c426935d005aea578268da4465daddff87ac37c535afab9c9ef3b6027cae1b6d done [2025-06-23T07:44:39.738Z] #8 exporting config sha256:e50824665249a5f03ac8f13376d1ff02ba175a0de025298512d059a875b66a87 done [2025-06-23T07:44:39.738Z] #8 exporting manifest list sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 done [2025-06-23T07:44:39.738Z] #8 pushing layers 0.0s done [2025-06-23T07:44:39.738Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27@sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 0.1s done [2025-06-23T07:44:39.738Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:39.738Z] #8 DONE 0.1s [2025-06-23T07:44:39.738Z] [2025-06-23T07:44:39.738Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:39.738Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:40.031Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' [2025-06-23T07:44:40.031Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - [2025-06-23T07:44:40.031Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:40.031Z] #1 transferring dockerfile: 210B done [2025-06-23T07:44:40.031Z] #1 DONE 0.0s [2025-06-23T07:44:40.031Z] [2025-06-23T07:44:40.031Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:44:40.031Z] #2 DONE 0.0s [2025-06-23T07:44:40.031Z] [2025-06-23T07:44:40.031Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:44:40.031Z] #3 DONE 0.0s [2025-06-23T07:44:40.031Z] [2025-06-23T07:44:40.031Z] #4 [internal] load .dockerignore [2025-06-23T07:44:40.031Z] #4 transferring context: 2B done [2025-06-23T07:44:40.031Z] #4 DONE 0.0s [2025-06-23T07:44:40.031Z] [2025-06-23T07:44:40.031Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 [2025-06-23T07:44:40.031Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 0.0s done [2025-06-23T07:44:40.031Z] #5 CACHED [2025-06-23T07:44:40.031Z] [2025-06-23T07:44:40.031Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 [2025-06-23T07:44:40.031Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 0.0s done [2025-06-23T07:44:40.031Z] #6 CACHED [2025-06-23T07:44:40.031Z] [2025-06-23T07:44:40.031Z] #7 exporting to image [2025-06-23T07:44:40.031Z] #7 exporting layers done [2025-06-23T07:44:40.031Z] #7 exporting manifest sha256:bfe3ed4936bf5f801c765932002107871612ab8852c98bfef0f7b04beae2505a done [2025-06-23T07:44:40.031Z] #7 exporting config sha256:74aa000fdac65f0a7b2a25fba0397a313fea773009490739a2e81952fb68fd28 done [2025-06-23T07:44:40.031Z] #7 exporting manifest sha256:c426935d005aea578268da4465daddff87ac37c535afab9c9ef3b6027cae1b6d done [2025-06-23T07:44:40.031Z] #7 exporting config sha256:e50824665249a5f03ac8f13376d1ff02ba175a0de025298512d059a875b66a87 done [2025-06-23T07:44:40.031Z] #7 exporting manifest list sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 done [2025-06-23T07:44:40.031Z] #7 pushing layers 0.0s done [2025-06-23T07:44:40.031Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 [2025-06-23T07:44:40.031Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:40.291Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 0.1s done [2025-06-23T07:44:40.291Z] #7 DONE 0.1s [2025-06-23T07:44:40.291Z] [2025-06-23T07:44:40.291Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:40.291Z] #8 DONE 0.0s [2025-06-23T07:44:40.291Z] [2025-06-23T07:44:40.291Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:40.291Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:40.577Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-06-23T07:44:40.577Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-06-23T07:44:40.577Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:40.577Z] #1 transferring dockerfile: 161B done [2025-06-23T07:44:40.577Z] #1 DONE 0.0s [2025-06-23T07:44:40.577Z] [2025-06-23T07:44:40.577Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-06-23T07:44:40.577Z] #2 DONE 0.0s [2025-06-23T07:44:40.577Z] [2025-06-23T07:44:40.577Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-06-23T07:44:40.577Z] #3 DONE 0.0s [2025-06-23T07:44:40.577Z] [2025-06-23T07:44:40.577Z] #4 [internal] load .dockerignore [2025-06-23T07:44:40.577Z] #4 transferring context: 2B done [2025-06-23T07:44:40.577Z] #4 DONE 0.0s [2025-06-23T07:44:40.577Z] [2025-06-23T07:44:40.577Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 [2025-06-23T07:44:40.577Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 0.0s done [2025-06-23T07:44:40.577Z] #5 DONE 0.0s [2025-06-23T07:44:40.577Z] [2025-06-23T07:44:40.577Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 [2025-06-23T07:44:40.835Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 done [2025-06-23T07:44:40.835Z] #6 CACHED [2025-06-23T07:44:40.835Z] [2025-06-23T07:44:40.835Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 [2025-06-23T07:44:40.835Z] #5 CACHED [2025-06-23T07:44:40.835Z] [2025-06-23T07:44:40.835Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:40.835Z] #7 DONE 0.0s [2025-06-23T07:44:40.835Z] [2025-06-23T07:44:40.835Z] #8 exporting to image [2025-06-23T07:44:40.835Z] #8 exporting layers done [2025-06-23T07:44:40.835Z] #8 exporting manifest sha256:bfe3ed4936bf5f801c765932002107871612ab8852c98bfef0f7b04beae2505a done [2025-06-23T07:44:40.835Z] #8 exporting config sha256:74aa000fdac65f0a7b2a25fba0397a313fea773009490739a2e81952fb68fd28 done [2025-06-23T07:44:40.835Z] #8 exporting manifest sha256:c426935d005aea578268da4465daddff87ac37c535afab9c9ef3b6027cae1b6d done [2025-06-23T07:44:40.835Z] #8 exporting config sha256:e50824665249a5f03ac8f13376d1ff02ba175a0de025298512d059a875b66a87 done [2025-06-23T07:44:40.835Z] #8 exporting manifest list sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 done [2025-06-23T07:44:40.835Z] #8 pushing layers 0.0s done [2025-06-23T07:44:40.835Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 0.1s done [2025-06-23T07:44:40.835Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:40.835Z] #8 DONE 0.1s [2025-06-23T07:44:40.835Z] [2025-06-23T07:44:40.835Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:40.835Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:41.125Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2' [2025-06-23T07:44:41.125Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - [2025-06-23T07:44:41.125Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:41.125Z] #1 transferring dockerfile: 216B done [2025-06-23T07:44:41.125Z] #1 DONE 0.0s [2025-06-23T07:44:41.125Z] [2025-06-23T07:44:41.125Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:44:41.125Z] #2 DONE 0.0s [2025-06-23T07:44:41.125Z] [2025-06-23T07:44:41.125Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:44:41.125Z] #3 DONE 0.1s [2025-06-23T07:44:41.125Z] [2025-06-23T07:44:41.125Z] #4 [internal] load .dockerignore [2025-06-23T07:44:41.125Z] #4 transferring context: 2B done [2025-06-23T07:44:41.125Z] #4 DONE 0.1s [2025-06-23T07:44:41.383Z] [2025-06-23T07:44:41.384Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 [2025-06-23T07:44:41.384Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 [2025-06-23T07:44:41.384Z] #5 ... [2025-06-23T07:44:41.384Z] [2025-06-23T07:44:41.384Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 [2025-06-23T07:44:41.384Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 0.0s done [2025-06-23T07:44:41.384Z] #6 DONE 0.1s [2025-06-23T07:44:41.384Z] [2025-06-23T07:44:41.384Z] #7 exporting to image [2025-06-23T07:44:41.384Z] #7 exporting layers done [2025-06-23T07:44:41.384Z] #7 exporting manifest sha256:de90f97dd4b70ff7b5c1cb8c76f686b77cffb365ba55aba40da5e49bb8795e90 0.0s done [2025-06-23T07:44:41.384Z] #7 exporting config sha256:6aebf5eaf88d15fca24172a24fc5f8b2d5b17fced597cb8e791b0cc8b88f83b2 done [2025-06-23T07:44:41.384Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:41.384Z] #7 ... [2025-06-23T07:44:41.384Z] [2025-06-23T07:44:41.384Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:41.384Z] #8 DONE 0.0s [2025-06-23T07:44:41.384Z] [2025-06-23T07:44:41.384Z] #7 exporting to image [2025-06-23T07:44:41.384Z] #7 exporting manifest sha256:ace251859583629157395f711e298ec080d7891de4c2a0b12380dfaef4fad915 done [2025-06-23T07:44:41.384Z] #7 exporting config sha256:ed4f13e66c1044ebfa7b9c4a53d0454404133525e0d02159728514cefb20994e done [2025-06-23T07:44:41.384Z] #7 exporting manifest list sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 done [2025-06-23T07:44:41.384Z] #7 pushing layers 0.1s done [2025-06-23T07:44:41.384Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 [2025-06-23T07:44:41.643Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 0.1s done [2025-06-23T07:44:41.643Z] #7 DONE 0.3s [2025-06-23T07:44:41.643Z] [2025-06-23T07:44:41.643Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:41.643Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:41.932Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-06-23T07:44:41.932Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-06-23T07:44:41.932Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:41.932Z] #1 transferring dockerfile: 182B done [2025-06-23T07:44:41.932Z] #1 DONE 0.0s [2025-06-23T07:44:41.932Z] [2025-06-23T07:44:41.932Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-23T07:44:41.932Z] #2 DONE 0.0s [2025-06-23T07:44:41.932Z] [2025-06-23T07:44:41.932Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-23T07:44:41.932Z] #3 DONE 0.0s [2025-06-23T07:44:41.932Z] [2025-06-23T07:44:41.932Z] #4 [internal] load .dockerignore [2025-06-23T07:44:41.932Z] #4 transferring context: 2B done [2025-06-23T07:44:41.932Z] #4 DONE 0.0s [2025-06-23T07:44:41.932Z] [2025-06-23T07:44:41.932Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 [2025-06-23T07:44:41.932Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 0.0s done [2025-06-23T07:44:41.932Z] #5 CACHED [2025-06-23T07:44:41.932Z] [2025-06-23T07:44:41.932Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 [2025-06-23T07:44:42.199Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 0.0s done [2025-06-23T07:44:42.199Z] #6 CACHED [2025-06-23T07:44:42.199Z] [2025-06-23T07:44:42.199Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:42.199Z] #7 DONE 0.0s [2025-06-23T07:44:42.199Z] [2025-06-23T07:44:42.199Z] #8 exporting to image [2025-06-23T07:44:42.199Z] #8 exporting layers done [2025-06-23T07:44:42.199Z] #8 exporting manifest sha256:de90f97dd4b70ff7b5c1cb8c76f686b77cffb365ba55aba40da5e49bb8795e90 done [2025-06-23T07:44:42.199Z] #8 exporting config sha256:6aebf5eaf88d15fca24172a24fc5f8b2d5b17fced597cb8e791b0cc8b88f83b2 done [2025-06-23T07:44:42.199Z] #8 exporting manifest sha256:ace251859583629157395f711e298ec080d7891de4c2a0b12380dfaef4fad915 done [2025-06-23T07:44:42.199Z] #8 exporting config sha256:ed4f13e66c1044ebfa7b9c4a53d0454404133525e0d02159728514cefb20994e done [2025-06-23T07:44:42.199Z] #8 exporting manifest list sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 done [2025-06-23T07:44:42.199Z] #8 pushing layers 0.0s done [2025-06-23T07:44:42.199Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 0.1s done [2025-06-23T07:44:42.199Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:42.199Z] #8 DONE 0.1s [2025-06-23T07:44:42.199Z] [2025-06-23T07:44:42.199Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:42.199Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:42.493Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27' [2025-06-23T07:44:42.493Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27 --push - [2025-06-23T07:44:42.493Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:42.493Z] #1 transferring dockerfile: 188B done [2025-06-23T07:44:42.493Z] #1 DONE 0.0s [2025-06-23T07:44:42.493Z] [2025-06-23T07:44:42.493Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27 [2025-06-23T07:44:42.493Z] #2 DONE 0.0s [2025-06-23T07:44:42.493Z] [2025-06-23T07:44:42.493Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27 [2025-06-23T07:44:42.493Z] #3 DONE 0.0s [2025-06-23T07:44:42.493Z] [2025-06-23T07:44:42.493Z] #4 [internal] load .dockerignore [2025-06-23T07:44:42.493Z] #4 transferring context: 2B done [2025-06-23T07:44:42.493Z] #4 DONE 0.0s [2025-06-23T07:44:42.755Z] [2025-06-23T07:44:42.755Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 [2025-06-23T07:44:42.755Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 0.0s done [2025-06-23T07:44:42.755Z] #5 CACHED [2025-06-23T07:44:42.755Z] [2025-06-23T07:44:42.755Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 [2025-06-23T07:44:42.755Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 0.0s done [2025-06-23T07:44:42.755Z] #6 CACHED [2025-06-23T07:44:42.755Z] [2025-06-23T07:44:42.755Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:42.755Z] #7 DONE 0.0s [2025-06-23T07:44:42.755Z] [2025-06-23T07:44:42.755Z] #8 exporting to image [2025-06-23T07:44:42.755Z] #8 exporting layers done [2025-06-23T07:44:42.755Z] #8 exporting manifest sha256:de90f97dd4b70ff7b5c1cb8c76f686b77cffb365ba55aba40da5e49bb8795e90 done [2025-06-23T07:44:42.755Z] #8 exporting config sha256:6aebf5eaf88d15fca24172a24fc5f8b2d5b17fced597cb8e791b0cc8b88f83b2 done [2025-06-23T07:44:42.755Z] #8 exporting manifest sha256:ace251859583629157395f711e298ec080d7891de4c2a0b12380dfaef4fad915 done [2025-06-23T07:44:42.755Z] #8 exporting config sha256:ed4f13e66c1044ebfa7b9c4a53d0454404133525e0d02159728514cefb20994e done [2025-06-23T07:44:42.755Z] #8 exporting manifest list sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 done [2025-06-23T07:44:42.755Z] #8 pushing layers 0.0s done [2025-06-23T07:44:42.755Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27@sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 [2025-06-23T07:44:42.755Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:42.755Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27@sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 0.1s done [2025-06-23T07:44:42.755Z] #8 DONE 0.1s [2025-06-23T07:44:42.755Z] [2025-06-23T07:44:42.755Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:42.755Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:43.053Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' [2025-06-23T07:44:43.053Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - [2025-06-23T07:44:43.053Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:43.053Z] #1 transferring dockerfile: 229B done [2025-06-23T07:44:43.053Z] #1 DONE 0.0s [2025-06-23T07:44:43.053Z] [2025-06-23T07:44:43.053Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:44:43.053Z] #2 DONE 0.0s [2025-06-23T07:44:43.053Z] [2025-06-23T07:44:43.053Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:44:43.053Z] #3 DONE 0.0s [2025-06-23T07:44:43.053Z] [2025-06-23T07:44:43.053Z] #4 [internal] load .dockerignore [2025-06-23T07:44:43.053Z] #4 transferring context: 2B done [2025-06-23T07:44:43.053Z] #4 DONE 0.0s [2025-06-23T07:44:43.053Z] [2025-06-23T07:44:43.053Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 [2025-06-23T07:44:43.053Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 0.0s done [2025-06-23T07:44:43.053Z] #5 CACHED [2025-06-23T07:44:43.053Z] [2025-06-23T07:44:43.053Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 [2025-06-23T07:44:43.053Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 0.0s done [2025-06-23T07:44:43.053Z] #6 CACHED [2025-06-23T07:44:43.053Z] [2025-06-23T07:44:43.053Z] #7 exporting to image [2025-06-23T07:44:43.053Z] #7 exporting layers done [2025-06-23T07:44:43.053Z] #7 exporting manifest sha256:de90f97dd4b70ff7b5c1cb8c76f686b77cffb365ba55aba40da5e49bb8795e90 done [2025-06-23T07:44:43.053Z] #7 exporting config sha256:6aebf5eaf88d15fca24172a24fc5f8b2d5b17fced597cb8e791b0cc8b88f83b2 done [2025-06-23T07:44:43.053Z] #7 exporting manifest sha256:ace251859583629157395f711e298ec080d7891de4c2a0b12380dfaef4fad915 done [2025-06-23T07:44:43.053Z] #7 exporting config sha256:ed4f13e66c1044ebfa7b9c4a53d0454404133525e0d02159728514cefb20994e [2025-06-23T07:44:43.053Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:43.316Z] #7 exporting config sha256:ed4f13e66c1044ebfa7b9c4a53d0454404133525e0d02159728514cefb20994e done [2025-06-23T07:44:43.316Z] #7 exporting manifest list sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 done [2025-06-23T07:44:43.316Z] #7 pushing layers 0.0s done [2025-06-23T07:44:43.316Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 0.1s done [2025-06-23T07:44:43.316Z] #7 DONE 0.1s [2025-06-23T07:44:43.316Z] [2025-06-23T07:44:43.316Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:43.316Z] #8 DONE 0.0s [2025-06-23T07:44:43.316Z] [2025-06-23T07:44:43.316Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:43.316Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:43.606Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-06-23T07:44:43.606Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-06-23T07:44:43.865Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:43.865Z] #1 transferring dockerfile: 180B done [2025-06-23T07:44:43.865Z] #1 DONE 0.0s [2025-06-23T07:44:43.865Z] [2025-06-23T07:44:43.865Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-23T07:44:43.865Z] #2 DONE 0.0s [2025-06-23T07:44:43.865Z] [2025-06-23T07:44:43.865Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-23T07:44:43.865Z] #3 DONE 0.0s [2025-06-23T07:44:43.865Z] [2025-06-23T07:44:43.865Z] #4 [internal] load .dockerignore [2025-06-23T07:44:43.865Z] #4 transferring context: 2B done [2025-06-23T07:44:43.865Z] #4 DONE 0.0s [2025-06-23T07:44:43.865Z] [2025-06-23T07:44:43.865Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 [2025-06-23T07:44:43.865Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 0.0s done [2025-06-23T07:44:43.865Z] #5 CACHED [2025-06-23T07:44:43.865Z] [2025-06-23T07:44:43.865Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 [2025-06-23T07:44:43.865Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 0.0s done [2025-06-23T07:44:43.865Z] #6 CACHED [2025-06-23T07:44:43.865Z] [2025-06-23T07:44:43.865Z] #7 exporting to image [2025-06-23T07:44:43.865Z] #7 exporting layers done [2025-06-23T07:44:43.865Z] #7 exporting manifest sha256:de90f97dd4b70ff7b5c1cb8c76f686b77cffb365ba55aba40da5e49bb8795e90 done [2025-06-23T07:44:43.865Z] #7 exporting config sha256:6aebf5eaf88d15fca24172a24fc5f8b2d5b17fced597cb8e791b0cc8b88f83b2 done [2025-06-23T07:44:43.865Z] #7 exporting manifest sha256:ace251859583629157395f711e298ec080d7891de4c2a0b12380dfaef4fad915 done [2025-06-23T07:44:43.865Z] #7 exporting config sha256:ed4f13e66c1044ebfa7b9c4a53d0454404133525e0d02159728514cefb20994e done [2025-06-23T07:44:43.865Z] #7 exporting manifest list sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 done [2025-06-23T07:44:43.865Z] #7 pushing layers 0.0s done [2025-06-23T07:44:43.865Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 [2025-06-23T07:44:43.865Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:43.865Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 0.1s done [2025-06-23T07:44:43.865Z] #7 DONE 0.1s [2025-06-23T07:44:43.865Z] [2025-06-23T07:44:43.865Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:43.865Z] #8 DONE 0.0s [2025-06-23T07:44:43.865Z] [2025-06-23T07:44:43.865Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:43.865Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:44.160Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2' [2025-06-23T07:44:44.160Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - [2025-06-23T07:44:44.160Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:44.160Z] #1 transferring dockerfile: 194B done [2025-06-23T07:44:44.160Z] #1 DONE 0.0s [2025-06-23T07:44:44.160Z] [2025-06-23T07:44:44.160Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:44:44.160Z] #2 DONE 0.0s [2025-06-23T07:44:44.160Z] [2025-06-23T07:44:44.160Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:44:44.160Z] #3 DONE 0.0s [2025-06-23T07:44:44.160Z] [2025-06-23T07:44:44.160Z] #4 [internal] load .dockerignore [2025-06-23T07:44:44.160Z] #4 transferring context: 2B done [2025-06-23T07:44:44.160Z] #4 DONE 0.0s [2025-06-23T07:44:44.160Z] [2025-06-23T07:44:44.160Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 [2025-06-23T07:44:44.160Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 [2025-06-23T07:44:44.421Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 0.0s done [2025-06-23T07:44:44.421Z] #5 DONE 0.0s [2025-06-23T07:44:44.421Z] [2025-06-23T07:44:44.421Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 [2025-06-23T07:44:44.421Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 0.0s done [2025-06-23T07:44:44.421Z] #6 DONE 0.1s [2025-06-23T07:44:44.421Z] [2025-06-23T07:44:44.421Z] #7 exporting to image [2025-06-23T07:44:44.421Z] #7 exporting layers [2025-06-23T07:44:44.421Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:44.421Z] #7 ... [2025-06-23T07:44:44.421Z] [2025-06-23T07:44:44.421Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:44.421Z] #8 DONE 0.0s [2025-06-23T07:44:44.421Z] [2025-06-23T07:44:44.421Z] #7 exporting to image [2025-06-23T07:44:44.421Z] #7 exporting layers done [2025-06-23T07:44:44.421Z] #7 exporting manifest sha256:b9c338444ff929d119b8c1c449629ca0f9584f3a540c1cc0ddc4c96a1334127a 0.0s done [2025-06-23T07:44:44.421Z] #7 exporting config sha256:30bd9d95b4c6e3bdd187a377253b06793348707e257ae5c04a142477adc3aa12 done [2025-06-23T07:44:44.421Z] #7 exporting manifest sha256:922ace55ed7c9d806cf01a605ca4991e7d1127b4258a03bfe0c9cab5e1b328ce done [2025-06-23T07:44:44.421Z] #7 exporting config sha256:90f45dfd20441b13ce89d48e2ea63b9be993256758b41c4efabc021dda9b6dc8 done [2025-06-23T07:44:44.421Z] #7 exporting manifest list sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a 0.0s done [2025-06-23T07:44:44.421Z] #7 pushing layers 0.1s done [2025-06-23T07:44:44.421Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a [2025-06-23T07:44:44.683Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a 0.1s done [2025-06-23T07:44:44.683Z] #7 DONE 0.2s [2025-06-23T07:44:44.683Z] [2025-06-23T07:44:44.683Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:44.683Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:44.993Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-06-23T07:44:44.993Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-06-23T07:44:45.252Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:45.252Z] #1 transferring dockerfile: 160B done [2025-06-23T07:44:45.252Z] #1 DONE 0.0s [2025-06-23T07:44:45.252Z] [2025-06-23T07:44:45.252Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-23T07:44:45.252Z] #2 DONE 0.0s [2025-06-23T07:44:45.252Z] [2025-06-23T07:44:45.252Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-23T07:44:45.252Z] #3 DONE 0.0s [2025-06-23T07:44:45.252Z] [2025-06-23T07:44:45.252Z] #4 [internal] load .dockerignore [2025-06-23T07:44:45.252Z] #4 transferring context: 2B done [2025-06-23T07:44:45.252Z] #4 DONE 0.0s [2025-06-23T07:44:45.252Z] [2025-06-23T07:44:45.252Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 [2025-06-23T07:44:45.252Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 [2025-06-23T07:44:45.252Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 done [2025-06-23T07:44:45.252Z] #5 CACHED [2025-06-23T07:44:45.252Z] [2025-06-23T07:44:45.252Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 [2025-06-23T07:44:45.252Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 done [2025-06-23T07:44:45.252Z] #6 CACHED [2025-06-23T07:44:45.252Z] [2025-06-23T07:44:45.252Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:45.252Z] #7 DONE 0.0s [2025-06-23T07:44:45.252Z] [2025-06-23T07:44:45.252Z] #8 exporting to image [2025-06-23T07:44:45.252Z] #8 exporting layers done [2025-06-23T07:44:45.252Z] #8 exporting manifest sha256:b9c338444ff929d119b8c1c449629ca0f9584f3a540c1cc0ddc4c96a1334127a done [2025-06-23T07:44:45.252Z] #8 exporting config sha256:30bd9d95b4c6e3bdd187a377253b06793348707e257ae5c04a142477adc3aa12 done [2025-06-23T07:44:45.252Z] #8 exporting manifest sha256:922ace55ed7c9d806cf01a605ca4991e7d1127b4258a03bfe0c9cab5e1b328ce done [2025-06-23T07:44:45.252Z] #8 exporting config sha256:90f45dfd20441b13ce89d48e2ea63b9be993256758b41c4efabc021dda9b6dc8 done [2025-06-23T07:44:45.252Z] #8 exporting manifest list sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a done [2025-06-23T07:44:45.252Z] #8 pushing layers 0.0s done [2025-06-23T07:44:45.252Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a 0.1s done [2025-06-23T07:44:45.252Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:45.252Z] #8 DONE 0.1s [2025-06-23T07:44:45.252Z] [2025-06-23T07:44:45.252Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:45.253Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:45.555Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27' [2025-06-23T07:44:45.555Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27 --push - [2025-06-23T07:44:45.555Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:45.555Z] #1 transferring dockerfile: 166B done [2025-06-23T07:44:45.555Z] #1 DONE 0.0s [2025-06-23T07:44:45.555Z] [2025-06-23T07:44:45.555Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27 [2025-06-23T07:44:45.555Z] #2 DONE 0.0s [2025-06-23T07:44:45.555Z] [2025-06-23T07:44:45.555Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27 [2025-06-23T07:44:45.555Z] #3 DONE 0.0s [2025-06-23T07:44:45.555Z] [2025-06-23T07:44:45.555Z] #4 [internal] load .dockerignore [2025-06-23T07:44:45.555Z] #4 transferring context: 2B done [2025-06-23T07:44:45.555Z] #4 DONE 0.0s [2025-06-23T07:44:45.555Z] [2025-06-23T07:44:45.555Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 [2025-06-23T07:44:45.555Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 0.0s done [2025-06-23T07:44:45.555Z] #5 CACHED [2025-06-23T07:44:45.555Z] [2025-06-23T07:44:45.555Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 [2025-06-23T07:44:45.555Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 0.0s done [2025-06-23T07:44:45.555Z] #6 CACHED [2025-06-23T07:44:45.555Z] [2025-06-23T07:44:45.555Z] #7 exporting to image [2025-06-23T07:44:45.555Z] #7 exporting layers done [2025-06-23T07:44:45.555Z] #7 exporting manifest sha256:b9c338444ff929d119b8c1c449629ca0f9584f3a540c1cc0ddc4c96a1334127a done [2025-06-23T07:44:45.555Z] #7 exporting config sha256:30bd9d95b4c6e3bdd187a377253b06793348707e257ae5c04a142477adc3aa12 done [2025-06-23T07:44:45.555Z] #7 exporting manifest sha256:922ace55ed7c9d806cf01a605ca4991e7d1127b4258a03bfe0c9cab5e1b328ce done [2025-06-23T07:44:45.555Z] #7 exporting config sha256:90f45dfd20441b13ce89d48e2ea63b9be993256758b41c4efabc021dda9b6dc8 done [2025-06-23T07:44:45.555Z] #7 exporting manifest list sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a [2025-06-23T07:44:45.555Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:45.815Z] #7 exporting manifest list sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a done [2025-06-23T07:44:45.815Z] #7 pushing layers 0.0s done [2025-06-23T07:44:45.815Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27@sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a 0.1s done [2025-06-23T07:44:45.815Z] #7 DONE 0.1s [2025-06-23T07:44:45.815Z] [2025-06-23T07:44:45.815Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:45.815Z] #8 DONE 0.0s [2025-06-23T07:44:45.815Z] [2025-06-23T07:44:45.815Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:45.815Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:46.104Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' [2025-06-23T07:44:46.104Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - [2025-06-23T07:44:46.104Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:46.104Z] #1 transferring dockerfile: 207B done [2025-06-23T07:44:46.104Z] #1 DONE 0.0s [2025-06-23T07:44:46.104Z] [2025-06-23T07:44:46.104Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:44:46.104Z] #2 DONE 0.0s [2025-06-23T07:44:46.104Z] [2025-06-23T07:44:46.104Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:44:46.104Z] #3 DONE 0.0s [2025-06-23T07:44:46.104Z] [2025-06-23T07:44:46.104Z] #4 [internal] load .dockerignore [2025-06-23T07:44:46.105Z] #4 transferring context: 2B done [2025-06-23T07:44:46.105Z] #4 DONE 0.0s [2025-06-23T07:44:46.105Z] [2025-06-23T07:44:46.105Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 [2025-06-23T07:44:46.105Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 0.0s done [2025-06-23T07:44:46.105Z] #5 CACHED [2025-06-23T07:44:46.105Z] [2025-06-23T07:44:46.105Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 [2025-06-23T07:44:46.105Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 0.0s done [2025-06-23T07:44:46.105Z] #6 CACHED [2025-06-23T07:44:46.105Z] [2025-06-23T07:44:46.105Z] #7 exporting to image [2025-06-23T07:44:46.105Z] #7 exporting layers done [2025-06-23T07:44:46.105Z] #7 exporting manifest sha256:b9c338444ff929d119b8c1c449629ca0f9584f3a540c1cc0ddc4c96a1334127a done [2025-06-23T07:44:46.105Z] #7 exporting config sha256:30bd9d95b4c6e3bdd187a377253b06793348707e257ae5c04a142477adc3aa12 done [2025-06-23T07:44:46.105Z] #7 exporting manifest sha256:922ace55ed7c9d806cf01a605ca4991e7d1127b4258a03bfe0c9cab5e1b328ce done [2025-06-23T07:44:46.105Z] #7 exporting config sha256:90f45dfd20441b13ce89d48e2ea63b9be993256758b41c4efabc021dda9b6dc8 done [2025-06-23T07:44:46.105Z] #7 exporting manifest list sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a done [2025-06-23T07:44:46.105Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:46.364Z] #7 pushing layers 0.0s done [2025-06-23T07:44:46.364Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a 0.1s done [2025-06-23T07:44:46.364Z] #7 DONE 0.1s [2025-06-23T07:44:46.364Z] [2025-06-23T07:44:46.364Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:46.364Z] #8 DONE 0.0s [2025-06-23T07:44:46.364Z] [2025-06-23T07:44:46.364Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:46.364Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:46.654Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-06-23T07:44:46.655Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-06-23T07:44:46.655Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:46.655Z] #1 transferring dockerfile: 158B done [2025-06-23T07:44:46.655Z] #1 DONE 0.0s [2025-06-23T07:44:46.655Z] [2025-06-23T07:44:46.655Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-06-23T07:44:46.655Z] #2 DONE 0.0s [2025-06-23T07:44:46.655Z] [2025-06-23T07:44:46.655Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-06-23T07:44:46.655Z] #3 DONE 0.0s [2025-06-23T07:44:46.655Z] [2025-06-23T07:44:46.655Z] #4 [internal] load .dockerignore [2025-06-23T07:44:46.655Z] #4 transferring context: 2B done [2025-06-23T07:44:46.655Z] #4 DONE 0.0s [2025-06-23T07:44:46.655Z] [2025-06-23T07:44:46.655Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 [2025-06-23T07:44:46.655Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 0.0s done [2025-06-23T07:44:46.655Z] #5 DONE 0.0s [2025-06-23T07:44:46.655Z] [2025-06-23T07:44:46.655Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 [2025-06-23T07:44:46.915Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 0.0s done [2025-06-23T07:44:46.915Z] #6 CACHED [2025-06-23T07:44:46.915Z] [2025-06-23T07:44:46.915Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 [2025-06-23T07:44:46.915Z] #5 CACHED [2025-06-23T07:44:46.915Z] [2025-06-23T07:44:46.915Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:46.915Z] #7 DONE 0.0s [2025-06-23T07:44:46.915Z] [2025-06-23T07:44:46.915Z] #8 exporting to image [2025-06-23T07:44:46.915Z] #8 exporting layers done [2025-06-23T07:44:46.915Z] #8 exporting manifest sha256:b9c338444ff929d119b8c1c449629ca0f9584f3a540c1cc0ddc4c96a1334127a done [2025-06-23T07:44:46.915Z] #8 exporting config sha256:30bd9d95b4c6e3bdd187a377253b06793348707e257ae5c04a142477adc3aa12 done [2025-06-23T07:44:46.915Z] #8 exporting manifest sha256:922ace55ed7c9d806cf01a605ca4991e7d1127b4258a03bfe0c9cab5e1b328ce done [2025-06-23T07:44:46.915Z] #8 exporting config sha256:90f45dfd20441b13ce89d48e2ea63b9be993256758b41c4efabc021dda9b6dc8 done [2025-06-23T07:44:46.915Z] #8 exporting manifest list sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a done [2025-06-23T07:44:46.915Z] #8 pushing layers 0.0s done [2025-06-23T07:44:46.915Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a 0.1s done [2025-06-23T07:44:46.915Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:46.915Z] #8 DONE 0.1s [2025-06-23T07:44:46.915Z] [2025-06-23T07:44:46.915Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:46.915Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:47.204Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - [2025-06-23T07:44:47.204Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2' [2025-06-23T07:44:47.204Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:47.204Z] #1 transferring dockerfile: 196B done [2025-06-23T07:44:47.204Z] #1 DONE 0.0s [2025-06-23T07:44:47.204Z] [2025-06-23T07:44:47.204Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:44:47.204Z] #2 DONE 0.0s [2025-06-23T07:44:47.204Z] [2025-06-23T07:44:47.204Z] #3 [internal] load .dockerignore [2025-06-23T07:44:47.204Z] #3 transferring context: 2B done [2025-06-23T07:44:47.204Z] #3 DONE 0.0s [2025-06-23T07:44:47.204Z] [2025-06-23T07:44:47.204Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:44:47.204Z] #4 DONE 0.1s [2025-06-23T07:44:47.463Z] [2025-06-23T07:44:47.463Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede [2025-06-23T07:44:47.463Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede done [2025-06-23T07:44:47.463Z] #5 DONE 0.0s [2025-06-23T07:44:47.463Z] [2025-06-23T07:44:47.463Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede [2025-06-23T07:44:47.463Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede 0.0s done [2025-06-23T07:44:47.463Z] #6 DONE 0.1s [2025-06-23T07:44:47.463Z] [2025-06-23T07:44:47.463Z] #7 exporting to image [2025-06-23T07:44:47.463Z] #7 exporting layers done [2025-06-23T07:44:47.463Z] #7 exporting manifest sha256:09a40bc3fc5eb839b23b1168099905f8e24594ac8320fc500039122cfad04e48 done [2025-06-23T07:44:47.463Z] #7 exporting config sha256:bb487ef530af9014bf17d5b4000459cd5d211a385b3756953cd6b274a9c0cac5 done [2025-06-23T07:44:47.463Z] #7 exporting manifest sha256:0d2c101c8b9f1fd99601ad839367b5e6c6c8af5f3e9f321bbcd49bb80ff31932 done [2025-06-23T07:44:47.463Z] #7 exporting config sha256:0955bf392af632745c6b1cf464eb63f6b37e1a3bb47eb01ef26a85e203c8c2f9 done [2025-06-23T07:44:47.463Z] #7 exporting manifest list sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f done [2025-06-23T07:44:47.463Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:47.463Z] #7 ... [2025-06-23T07:44:47.463Z] [2025-06-23T07:44:47.463Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:47.463Z] #8 DONE 0.0s [2025-06-23T07:44:47.463Z] [2025-06-23T07:44:47.463Z] #7 exporting to image [2025-06-23T07:44:47.463Z] #7 pushing layers 0.1s done [2025-06-23T07:44:47.463Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f [2025-06-23T07:44:47.722Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f 0.1s done [2025-06-23T07:44:47.722Z] #7 DONE 0.2s [2025-06-23T07:44:47.722Z] [2025-06-23T07:44:47.722Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:47.722Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:48.012Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-06-23T07:44:48.012Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-06-23T07:44:48.012Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:48.012Z] #1 transferring dockerfile: 162B done [2025-06-23T07:44:48.012Z] #1 DONE 0.0s [2025-06-23T07:44:48.012Z] [2025-06-23T07:44:48.012Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-23T07:44:48.012Z] #2 DONE 0.0s [2025-06-23T07:44:48.012Z] [2025-06-23T07:44:48.012Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-23T07:44:48.012Z] #3 DONE 0.0s [2025-06-23T07:44:48.012Z] [2025-06-23T07:44:48.012Z] #4 [internal] load .dockerignore [2025-06-23T07:44:48.012Z] #4 transferring context: 2B done [2025-06-23T07:44:48.012Z] #4 DONE 0.0s [2025-06-23T07:44:48.012Z] [2025-06-23T07:44:48.012Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede [2025-06-23T07:44:48.012Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede done [2025-06-23T07:44:48.012Z] #5 CACHED [2025-06-23T07:44:48.012Z] [2025-06-23T07:44:48.012Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede [2025-06-23T07:44:48.012Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede done [2025-06-23T07:44:48.012Z] #6 CACHED [2025-06-23T07:44:48.012Z] [2025-06-23T07:44:48.012Z] #7 exporting to image [2025-06-23T07:44:48.012Z] #7 exporting layers [2025-06-23T07:44:48.012Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:48.273Z] #7 exporting layers done [2025-06-23T07:44:48.273Z] #7 exporting manifest sha256:09a40bc3fc5eb839b23b1168099905f8e24594ac8320fc500039122cfad04e48 done [2025-06-23T07:44:48.273Z] #7 exporting config sha256:bb487ef530af9014bf17d5b4000459cd5d211a385b3756953cd6b274a9c0cac5 done [2025-06-23T07:44:48.273Z] #7 exporting manifest sha256:0d2c101c8b9f1fd99601ad839367b5e6c6c8af5f3e9f321bbcd49bb80ff31932 done [2025-06-23T07:44:48.273Z] #7 exporting config sha256:0955bf392af632745c6b1cf464eb63f6b37e1a3bb47eb01ef26a85e203c8c2f9 done [2025-06-23T07:44:48.273Z] #7 exporting manifest list sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f done [2025-06-23T07:44:48.273Z] #7 pushing layers 0.0s done [2025-06-23T07:44:48.273Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f 0.1s done [2025-06-23T07:44:48.273Z] #7 DONE 0.1s [2025-06-23T07:44:48.273Z] [2025-06-23T07:44:48.273Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:48.273Z] #8 DONE 0.0s [2025-06-23T07:44:48.273Z] [2025-06-23T07:44:48.273Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:48.273Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:48.559Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27' [2025-06-23T07:44:48.559Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27 --push - [2025-06-23T07:44:48.559Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:48.559Z] #1 transferring dockerfile: 168B done [2025-06-23T07:44:48.559Z] #1 DONE 0.0s [2025-06-23T07:44:48.559Z] [2025-06-23T07:44:48.559Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27 [2025-06-23T07:44:48.559Z] #2 DONE 0.0s [2025-06-23T07:44:48.559Z] [2025-06-23T07:44:48.559Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27 [2025-06-23T07:44:48.559Z] #3 DONE 0.0s [2025-06-23T07:44:48.560Z] [2025-06-23T07:44:48.560Z] #4 [internal] load .dockerignore [2025-06-23T07:44:48.560Z] #4 transferring context: 2B done [2025-06-23T07:44:48.560Z] #4 DONE 0.0s [2025-06-23T07:44:48.560Z] [2025-06-23T07:44:48.560Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede [2025-06-23T07:44:48.560Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede done [2025-06-23T07:44:48.560Z] #5 CACHED [2025-06-23T07:44:48.560Z] [2025-06-23T07:44:48.560Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede [2025-06-23T07:44:48.560Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede done [2025-06-23T07:44:48.560Z] #6 CACHED [2025-06-23T07:44:48.560Z] [2025-06-23T07:44:48.560Z] #7 exporting to image [2025-06-23T07:44:48.560Z] #7 exporting layers done [2025-06-23T07:44:48.560Z] #7 exporting manifest sha256:09a40bc3fc5eb839b23b1168099905f8e24594ac8320fc500039122cfad04e48 done [2025-06-23T07:44:48.560Z] #7 exporting config sha256:bb487ef530af9014bf17d5b4000459cd5d211a385b3756953cd6b274a9c0cac5 done [2025-06-23T07:44:48.560Z] #7 exporting manifest sha256:0d2c101c8b9f1fd99601ad839367b5e6c6c8af5f3e9f321bbcd49bb80ff31932 done [2025-06-23T07:44:48.560Z] #7 exporting config sha256:0955bf392af632745c6b1cf464eb63f6b37e1a3bb47eb01ef26a85e203c8c2f9 done [2025-06-23T07:44:48.560Z] #7 exporting manifest list sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f done [2025-06-23T07:44:48.560Z] #7 pushing layers 0.0s done [2025-06-23T07:44:48.560Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27@sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f [2025-06-23T07:44:48.560Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:48.818Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27@sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f 0.1s done [2025-06-23T07:44:48.818Z] #7 DONE 0.1s [2025-06-23T07:44:48.818Z] [2025-06-23T07:44:48.819Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:48.819Z] #8 DONE 0.0s [2025-06-23T07:44:48.819Z] [2025-06-23T07:44:48.819Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:48.819Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:49.105Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - [2025-06-23T07:44:49.105Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' [2025-06-23T07:44:49.364Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:49.365Z] #1 transferring dockerfile: 209B done [2025-06-23T07:44:49.365Z] #1 DONE 0.0s [2025-06-23T07:44:49.365Z] [2025-06-23T07:44:49.365Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:44:49.365Z] #2 DONE 0.0s [2025-06-23T07:44:49.365Z] [2025-06-23T07:44:49.365Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:44:49.365Z] #3 DONE 0.0s [2025-06-23T07:44:49.365Z] [2025-06-23T07:44:49.365Z] #4 [internal] load .dockerignore [2025-06-23T07:44:49.365Z] #4 transferring context: 2B done [2025-06-23T07:44:49.365Z] #4 DONE 0.0s [2025-06-23T07:44:49.365Z] [2025-06-23T07:44:49.365Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede [2025-06-23T07:44:49.365Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede done [2025-06-23T07:44:49.365Z] #5 CACHED [2025-06-23T07:44:49.365Z] [2025-06-23T07:44:49.365Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede [2025-06-23T07:44:49.365Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede done [2025-06-23T07:44:49.365Z] #6 CACHED [2025-06-23T07:44:49.365Z] [2025-06-23T07:44:49.365Z] #7 exporting to image [2025-06-23T07:44:49.365Z] #7 exporting layers done [2025-06-23T07:44:49.365Z] #7 exporting manifest sha256:09a40bc3fc5eb839b23b1168099905f8e24594ac8320fc500039122cfad04e48 done [2025-06-23T07:44:49.365Z] #7 exporting config sha256:bb487ef530af9014bf17d5b4000459cd5d211a385b3756953cd6b274a9c0cac5 done [2025-06-23T07:44:49.365Z] #7 exporting manifest sha256:0d2c101c8b9f1fd99601ad839367b5e6c6c8af5f3e9f321bbcd49bb80ff31932 done [2025-06-23T07:44:49.365Z] #7 exporting config sha256:0955bf392af632745c6b1cf464eb63f6b37e1a3bb47eb01ef26a85e203c8c2f9 done [2025-06-23T07:44:49.365Z] #7 exporting manifest list sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f done [2025-06-23T07:44:49.365Z] #7 pushing layers [2025-06-23T07:44:49.365Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:49.365Z] #7 pushing layers 0.0s done [2025-06-23T07:44:49.365Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f 0.1s done [2025-06-23T07:44:49.365Z] #7 DONE 0.1s [2025-06-23T07:44:49.365Z] [2025-06-23T07:44:49.365Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:49.365Z] #8 DONE 0.0s [2025-06-23T07:44:49.365Z] [2025-06-23T07:44:49.365Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:49.365Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:49.659Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-06-23T07:44:49.659Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-06-23T07:44:49.659Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:49.659Z] #1 transferring dockerfile: 160B done [2025-06-23T07:44:49.659Z] #1 DONE 0.0s [2025-06-23T07:44:49.659Z] [2025-06-23T07:44:49.659Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-23T07:44:49.659Z] #2 DONE 0.0s [2025-06-23T07:44:49.659Z] [2025-06-23T07:44:49.659Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-23T07:44:49.659Z] #3 DONE 0.0s [2025-06-23T07:44:49.659Z] [2025-06-23T07:44:49.659Z] #4 [internal] load .dockerignore [2025-06-23T07:44:49.659Z] #4 transferring context: 2B done [2025-06-23T07:44:49.659Z] #4 DONE 0.0s [2025-06-23T07:44:49.659Z] [2025-06-23T07:44:49.659Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede [2025-06-23T07:44:49.659Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede done [2025-06-23T07:44:49.659Z] #5 CACHED [2025-06-23T07:44:49.659Z] [2025-06-23T07:44:49.659Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede [2025-06-23T07:44:49.659Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede done [2025-06-23T07:44:49.659Z] #6 CACHED [2025-06-23T07:44:49.659Z] [2025-06-23T07:44:49.659Z] #7 exporting to image [2025-06-23T07:44:49.659Z] #7 exporting layers done [2025-06-23T07:44:49.659Z] #7 exporting manifest sha256:09a40bc3fc5eb839b23b1168099905f8e24594ac8320fc500039122cfad04e48 done [2025-06-23T07:44:49.659Z] #7 exporting config sha256:bb487ef530af9014bf17d5b4000459cd5d211a385b3756953cd6b274a9c0cac5 done [2025-06-23T07:44:49.659Z] #7 exporting manifest sha256:0d2c101c8b9f1fd99601ad839367b5e6c6c8af5f3e9f321bbcd49bb80ff31932 done [2025-06-23T07:44:49.659Z] #7 exporting config sha256:0955bf392af632745c6b1cf464eb63f6b37e1a3bb47eb01ef26a85e203c8c2f9 done [2025-06-23T07:44:49.659Z] #7 exporting manifest list sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f done [2025-06-23T07:44:49.659Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:49.918Z] #7 pushing layers 0.0s done [2025-06-23T07:44:49.918Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f 0.1s done [2025-06-23T07:44:49.919Z] #7 DONE 0.1s [2025-06-23T07:44:49.919Z] [2025-06-23T07:44:49.919Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:49.919Z] #8 DONE 0.0s [2025-06-23T07:44:49.919Z] [2025-06-23T07:44:49.919Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:49.919Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:50.206Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2' [2025-06-23T07:44:50.206Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - [2025-06-23T07:44:50.206Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:50.206Z] #1 transferring dockerfile: 198B done [2025-06-23T07:44:50.206Z] #1 DONE 0.0s [2025-06-23T07:44:50.206Z] [2025-06-23T07:44:50.206Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:44:50.206Z] #2 DONE 0.0s [2025-06-23T07:44:50.206Z] [2025-06-23T07:44:50.206Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:44:50.206Z] #3 DONE 0.0s [2025-06-23T07:44:50.206Z] [2025-06-23T07:44:50.206Z] #4 [internal] load .dockerignore [2025-06-23T07:44:50.206Z] #4 transferring context: 2B done [2025-06-23T07:44:50.206Z] #4 DONE 0.0s [2025-06-23T07:44:50.206Z] [2025-06-23T07:44:50.206Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef [2025-06-23T07:44:50.206Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef [2025-06-23T07:44:50.465Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 0.0s done [2025-06-23T07:44:50.465Z] #5 DONE 0.1s [2025-06-23T07:44:50.465Z] [2025-06-23T07:44:50.465Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef [2025-06-23T07:44:50.465Z] #6 DONE 0.0s [2025-06-23T07:44:50.465Z] [2025-06-23T07:44:50.465Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:50.465Z] #7 DONE 0.0s [2025-06-23T07:44:50.465Z] [2025-06-23T07:44:50.465Z] #8 exporting to image [2025-06-23T07:44:50.465Z] #8 exporting layers done [2025-06-23T07:44:50.465Z] #8 exporting manifest sha256:d127459991f92b70762f502ee9096be54f89e9729f1b1b56c450fe34bb745072 done [2025-06-23T07:44:50.465Z] #8 exporting config sha256:ec4cc2a4e793d1a48e638acf94490540d7255175948ed2df6c2fe7e1579f7bda done [2025-06-23T07:44:50.465Z] #8 exporting manifest sha256:58ca8bf4b665ad42b85b56b8c2522e636eb2404225c58648915dfc3fcd7d009d done [2025-06-23T07:44:50.465Z] #8 exporting config sha256:4ec516f7ac1e72ffb52ee0bff45f5b8784ec3cf7fadac2a068f118e881314a0c done [2025-06-23T07:44:50.465Z] #8 exporting manifest list sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 done [2025-06-23T07:44:50.465Z] #8 pushing layers 0.1s done [2025-06-23T07:44:50.465Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 0.1s done [2025-06-23T07:44:50.465Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:50.465Z] #8 DONE 0.2s [2025-06-23T07:44:50.723Z] [2025-06-23T07:44:50.723Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:50.723Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:51.012Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-06-23T07:44:51.012Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-06-23T07:44:51.012Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:51.012Z] #1 transferring dockerfile: 164B done [2025-06-23T07:44:51.012Z] #1 DONE 0.0s [2025-06-23T07:44:51.012Z] [2025-06-23T07:44:51.012Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-23T07:44:51.012Z] #2 DONE 0.0s [2025-06-23T07:44:51.012Z] [2025-06-23T07:44:51.012Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-23T07:44:51.012Z] #3 DONE 0.0s [2025-06-23T07:44:51.012Z] [2025-06-23T07:44:51.012Z] #4 [internal] load .dockerignore [2025-06-23T07:44:51.012Z] #4 transferring context: 2B done [2025-06-23T07:44:51.012Z] #4 DONE 0.0s [2025-06-23T07:44:51.012Z] [2025-06-23T07:44:51.012Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef [2025-06-23T07:44:51.012Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 0.0s done [2025-06-23T07:44:51.012Z] #5 CACHED [2025-06-23T07:44:51.012Z] [2025-06-23T07:44:51.012Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef [2025-06-23T07:44:51.012Z] #6 DONE 0.0s [2025-06-23T07:44:51.269Z] [2025-06-23T07:44:51.269Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef [2025-06-23T07:44:51.269Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef done [2025-06-23T07:44:51.269Z] #6 CACHED [2025-06-23T07:44:51.269Z] [2025-06-23T07:44:51.269Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:51.269Z] #7 DONE 0.0s [2025-06-23T07:44:51.269Z] [2025-06-23T07:44:51.269Z] #8 exporting to image [2025-06-23T07:44:51.269Z] #8 exporting layers done [2025-06-23T07:44:51.269Z] #8 exporting manifest sha256:d127459991f92b70762f502ee9096be54f89e9729f1b1b56c450fe34bb745072 done [2025-06-23T07:44:51.269Z] #8 exporting config sha256:ec4cc2a4e793d1a48e638acf94490540d7255175948ed2df6c2fe7e1579f7bda done [2025-06-23T07:44:51.269Z] #8 exporting manifest sha256:58ca8bf4b665ad42b85b56b8c2522e636eb2404225c58648915dfc3fcd7d009d done [2025-06-23T07:44:51.269Z] #8 exporting config sha256:4ec516f7ac1e72ffb52ee0bff45f5b8784ec3cf7fadac2a068f118e881314a0c done [2025-06-23T07:44:51.269Z] #8 exporting manifest list sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 done [2025-06-23T07:44:51.269Z] #8 pushing layers 0.0s done [2025-06-23T07:44:51.269Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 0.1s done [2025-06-23T07:44:51.269Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:51.269Z] #8 DONE 0.1s [2025-06-23T07:44:51.269Z] [2025-06-23T07:44:51.269Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:51.269Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:51.552Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27' [2025-06-23T07:44:51.552Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27 --push - [2025-06-23T07:44:51.552Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:51.552Z] #1 transferring dockerfile: 170B done [2025-06-23T07:44:51.552Z] #1 DONE 0.0s [2025-06-23T07:44:51.552Z] [2025-06-23T07:44:51.552Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27 [2025-06-23T07:44:51.552Z] #2 DONE 0.0s [2025-06-23T07:44:51.552Z] [2025-06-23T07:44:51.552Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27 [2025-06-23T07:44:51.552Z] #3 DONE 0.0s [2025-06-23T07:44:51.552Z] [2025-06-23T07:44:51.552Z] #4 [internal] load .dockerignore [2025-06-23T07:44:51.552Z] #4 transferring context: 2B done [2025-06-23T07:44:51.552Z] #4 DONE 0.0s [2025-06-23T07:44:51.552Z] [2025-06-23T07:44:51.552Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef [2025-06-23T07:44:51.552Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef done [2025-06-23T07:44:51.552Z] #5 CACHED [2025-06-23T07:44:51.552Z] [2025-06-23T07:44:51.552Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef [2025-06-23T07:44:51.552Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef done [2025-06-23T07:44:51.552Z] #6 CACHED [2025-06-23T07:44:51.552Z] [2025-06-23T07:44:51.552Z] #7 exporting to image [2025-06-23T07:44:51.552Z] #7 exporting layers done [2025-06-23T07:44:51.552Z] #7 exporting manifest sha256:d127459991f92b70762f502ee9096be54f89e9729f1b1b56c450fe34bb745072 done [2025-06-23T07:44:51.552Z] #7 exporting config sha256:ec4cc2a4e793d1a48e638acf94490540d7255175948ed2df6c2fe7e1579f7bda done [2025-06-23T07:44:51.552Z] #7 exporting manifest sha256:58ca8bf4b665ad42b85b56b8c2522e636eb2404225c58648915dfc3fcd7d009d done [2025-06-23T07:44:51.552Z] #7 exporting config sha256:4ec516f7ac1e72ffb52ee0bff45f5b8784ec3cf7fadac2a068f118e881314a0c done [2025-06-23T07:44:51.552Z] #7 exporting manifest list sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 done [2025-06-23T07:44:51.552Z] #7 pushing layers 0.0s done [2025-06-23T07:44:51.552Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27@sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 [2025-06-23T07:44:51.552Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:51.810Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27@sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 0.1s done [2025-06-23T07:44:51.810Z] #7 DONE 0.1s [2025-06-23T07:44:51.810Z] [2025-06-23T07:44:51.810Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:51.810Z] #8 DONE 0.0s [2025-06-23T07:44:51.810Z] [2025-06-23T07:44:51.810Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:51.810Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:52.092Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' [2025-06-23T07:44:52.092Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - [2025-06-23T07:44:52.092Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:52.092Z] #1 transferring dockerfile: 211B done [2025-06-23T07:44:52.092Z] #1 DONE 0.0s [2025-06-23T07:44:52.092Z] [2025-06-23T07:44:52.092Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:44:52.092Z] #2 DONE 0.0s [2025-06-23T07:44:52.092Z] [2025-06-23T07:44:52.092Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:44:52.092Z] #3 DONE 0.0s [2025-06-23T07:44:52.092Z] [2025-06-23T07:44:52.092Z] #4 [internal] load .dockerignore [2025-06-23T07:44:52.092Z] #4 transferring context: 2B done [2025-06-23T07:44:52.092Z] #4 DONE 0.0s [2025-06-23T07:44:52.092Z] [2025-06-23T07:44:52.092Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef [2025-06-23T07:44:52.092Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 0.0s done [2025-06-23T07:44:52.092Z] #5 DONE 0.0s [2025-06-23T07:44:52.092Z] [2025-06-23T07:44:52.092Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef [2025-06-23T07:44:52.353Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 0.0s done [2025-06-23T07:44:52.353Z] #6 CACHED [2025-06-23T07:44:52.353Z] [2025-06-23T07:44:52.353Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef [2025-06-23T07:44:52.353Z] #5 CACHED [2025-06-23T07:44:52.353Z] [2025-06-23T07:44:52.353Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:52.353Z] #7 DONE 0.0s [2025-06-23T07:44:52.353Z] [2025-06-23T07:44:52.353Z] #8 exporting to image [2025-06-23T07:44:52.353Z] #8 exporting layers done [2025-06-23T07:44:52.353Z] #8 exporting manifest sha256:d127459991f92b70762f502ee9096be54f89e9729f1b1b56c450fe34bb745072 done [2025-06-23T07:44:52.353Z] #8 exporting config sha256:ec4cc2a4e793d1a48e638acf94490540d7255175948ed2df6c2fe7e1579f7bda done [2025-06-23T07:44:52.353Z] #8 exporting manifest sha256:58ca8bf4b665ad42b85b56b8c2522e636eb2404225c58648915dfc3fcd7d009d done [2025-06-23T07:44:52.353Z] #8 exporting config sha256:4ec516f7ac1e72ffb52ee0bff45f5b8784ec3cf7fadac2a068f118e881314a0c done [2025-06-23T07:44:52.353Z] #8 exporting manifest list sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 done [2025-06-23T07:44:52.353Z] #8 pushing layers 0.0s done [2025-06-23T07:44:52.353Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 0.1s done [2025-06-23T07:44:52.353Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:52.353Z] #8 DONE 0.1s [2025-06-23T07:44:52.353Z] [2025-06-23T07:44:52.353Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:52.353Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:52.642Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-06-23T07:44:52.642Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-06-23T07:44:52.642Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:52.642Z] #1 transferring dockerfile: 162B done [2025-06-23T07:44:52.642Z] #1 DONE 0.0s [2025-06-23T07:44:52.642Z] [2025-06-23T07:44:52.642Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-23T07:44:52.642Z] #2 DONE 0.0s [2025-06-23T07:44:52.642Z] [2025-06-23T07:44:52.642Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-23T07:44:52.642Z] #3 DONE 0.0s [2025-06-23T07:44:52.642Z] [2025-06-23T07:44:52.642Z] #4 [internal] load .dockerignore [2025-06-23T07:44:52.642Z] #4 transferring context: 2B done [2025-06-23T07:44:52.642Z] #4 DONE 0.0s [2025-06-23T07:44:52.642Z] [2025-06-23T07:44:52.642Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef [2025-06-23T07:44:52.642Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 0.0s done [2025-06-23T07:44:52.642Z] #5 CACHED [2025-06-23T07:44:52.642Z] [2025-06-23T07:44:52.642Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef [2025-06-23T07:44:52.900Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 0.0s done [2025-06-23T07:44:52.900Z] #6 CACHED [2025-06-23T07:44:52.900Z] [2025-06-23T07:44:52.900Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:52.900Z] #7 DONE 0.0s [2025-06-23T07:44:52.900Z] [2025-06-23T07:44:52.900Z] #8 exporting to image [2025-06-23T07:44:52.900Z] #8 exporting layers done [2025-06-23T07:44:52.900Z] #8 exporting manifest sha256:d127459991f92b70762f502ee9096be54f89e9729f1b1b56c450fe34bb745072 done [2025-06-23T07:44:52.900Z] #8 exporting config sha256:ec4cc2a4e793d1a48e638acf94490540d7255175948ed2df6c2fe7e1579f7bda done [2025-06-23T07:44:52.900Z] #8 exporting manifest sha256:58ca8bf4b665ad42b85b56b8c2522e636eb2404225c58648915dfc3fcd7d009d done [2025-06-23T07:44:52.900Z] #8 exporting config sha256:4ec516f7ac1e72ffb52ee0bff45f5b8784ec3cf7fadac2a068f118e881314a0c done [2025-06-23T07:44:52.900Z] #8 exporting manifest list sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 done [2025-06-23T07:44:52.900Z] #8 pushing layers 0.0s done [2025-06-23T07:44:52.900Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 0.1s done [2025-06-23T07:44:52.900Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:52.900Z] #8 DONE 0.1s [2025-06-23T07:44:52.900Z] [2025-06-23T07:44:52.900Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:52.900Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:53.189Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - [2025-06-23T07:44:53.189Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2' [2025-06-23T07:44:53.449Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:53.449Z] #1 transferring dockerfile: 206B done [2025-06-23T07:44:53.449Z] #1 DONE 0.0s [2025-06-23T07:44:53.449Z] [2025-06-23T07:44:53.449Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:44:53.449Z] #2 DONE 0.0s [2025-06-23T07:44:53.449Z] [2025-06-23T07:44:53.449Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:44:53.449Z] #3 DONE 0.0s [2025-06-23T07:44:53.449Z] [2025-06-23T07:44:53.449Z] #4 [internal] load .dockerignore [2025-06-23T07:44:53.449Z] #4 transferring context: 2B done [2025-06-23T07:44:53.449Z] #4 DONE 0.0s [2025-06-23T07:44:53.449Z] [2025-06-23T07:44:53.449Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 [2025-06-23T07:44:53.449Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done [2025-06-23T07:44:53.449Z] #5 DONE 0.0s [2025-06-23T07:44:53.449Z] [2025-06-23T07:44:53.449Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 [2025-06-23T07:44:53.449Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done [2025-06-23T07:44:53.449Z] #6 DONE 0.0s [2025-06-23T07:44:53.449Z] [2025-06-23T07:44:53.449Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 [2025-06-23T07:44:53.449Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done [2025-06-23T07:44:53.449Z] #5 DONE 0.2s [2025-06-23T07:44:53.708Z] [2025-06-23T07:44:53.708Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:53.708Z] #7 DONE 0.0s [2025-06-23T07:44:53.708Z] [2025-06-23T07:44:53.708Z] #8 exporting to image [2025-06-23T07:44:53.708Z] #8 exporting layers done [2025-06-23T07:44:53.708Z] #8 exporting manifest sha256:0ebe35892e46555daaf88addd5b04adc1edda1b2805231589d3e13b66bdabcb6 done [2025-06-23T07:44:53.708Z] #8 exporting config sha256:667707a48a33b0032e76fef33c057a3fa5abeb21529a25aa57ef6be3e44a85db done [2025-06-23T07:44:53.708Z] #8 exporting manifest sha256:6cbe8628fac2fccc2165828801b2929e5cfe989eb5b3fcd7642509874772ca2b done [2025-06-23T07:44:53.708Z] #8 exporting config sha256:3cf7fe2c350b93630f86a785d9ea1f93a12384e87e1a16fdbd2db92901672750 done [2025-06-23T07:44:53.708Z] #8 exporting manifest list sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 0.0s done [2025-06-23T07:44:53.708Z] #8 pushing layers [2025-06-23T07:44:53.708Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:53.708Z] #8 pushing layers 0.1s done [2025-06-23T07:44:53.708Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 0.1s done [2025-06-23T07:44:53.708Z] #8 DONE 0.2s [2025-06-23T07:44:53.708Z] [2025-06-23T07:44:53.708Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:53.708Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:54.004Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-06-23T07:44:54.004Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-06-23T07:44:54.004Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:54.004Z] #1 transferring dockerfile: 172B done [2025-06-23T07:44:54.004Z] #1 DONE 0.0s [2025-06-23T07:44:54.004Z] [2025-06-23T07:44:54.004Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-23T07:44:54.004Z] #2 DONE 0.0s [2025-06-23T07:44:54.004Z] [2025-06-23T07:44:54.004Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-23T07:44:54.004Z] #3 DONE 0.0s [2025-06-23T07:44:54.004Z] [2025-06-23T07:44:54.004Z] #4 [internal] load .dockerignore [2025-06-23T07:44:54.004Z] #4 transferring context: 2B done [2025-06-23T07:44:54.004Z] #4 DONE 0.0s [2025-06-23T07:44:54.004Z] [2025-06-23T07:44:54.004Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 [2025-06-23T07:44:54.004Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done [2025-06-23T07:44:54.004Z] #5 CACHED [2025-06-23T07:44:54.004Z] [2025-06-23T07:44:54.004Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 [2025-06-23T07:44:54.004Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done [2025-06-23T07:44:54.004Z] #6 CACHED [2025-06-23T07:44:54.004Z] [2025-06-23T07:44:54.004Z] #7 exporting to image [2025-06-23T07:44:54.004Z] #7 exporting layers done [2025-06-23T07:44:54.004Z] #7 exporting manifest sha256:0ebe35892e46555daaf88addd5b04adc1edda1b2805231589d3e13b66bdabcb6 done [2025-06-23T07:44:54.004Z] #7 exporting config sha256:667707a48a33b0032e76fef33c057a3fa5abeb21529a25aa57ef6be3e44a85db done [2025-06-23T07:44:54.004Z] #7 exporting manifest sha256:6cbe8628fac2fccc2165828801b2929e5cfe989eb5b3fcd7642509874772ca2b done [2025-06-23T07:44:54.004Z] #7 exporting config sha256:3cf7fe2c350b93630f86a785d9ea1f93a12384e87e1a16fdbd2db92901672750 done [2025-06-23T07:44:54.004Z] #7 exporting manifest list sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 done [2025-06-23T07:44:54.004Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:54.264Z] #7 pushing layers 0.0s done [2025-06-23T07:44:54.264Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 0.1s done [2025-06-23T07:44:54.264Z] #7 DONE 0.1s [2025-06-23T07:44:54.264Z] [2025-06-23T07:44:54.264Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:54.264Z] #8 DONE 0.0s [2025-06-23T07:44:54.264Z] [2025-06-23T07:44:54.264Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:54.264Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:54.553Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27 --push - [2025-06-23T07:44:54.553Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27' [2025-06-23T07:44:54.553Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:54.553Z] #1 transferring dockerfile: 178B done [2025-06-23T07:44:54.553Z] #1 DONE 0.0s [2025-06-23T07:44:54.553Z] [2025-06-23T07:44:54.553Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27 [2025-06-23T07:44:54.553Z] #2 DONE 0.0s [2025-06-23T07:44:54.553Z] [2025-06-23T07:44:54.553Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27 [2025-06-23T07:44:54.553Z] #3 DONE 0.0s [2025-06-23T07:44:54.553Z] [2025-06-23T07:44:54.553Z] #4 [internal] load .dockerignore [2025-06-23T07:44:54.553Z] #4 transferring context: 2B done [2025-06-23T07:44:54.553Z] #4 DONE 0.0s [2025-06-23T07:44:54.553Z] [2025-06-23T07:44:54.553Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 [2025-06-23T07:44:54.553Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done [2025-06-23T07:44:54.553Z] #5 CACHED [2025-06-23T07:44:54.553Z] [2025-06-23T07:44:54.553Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 [2025-06-23T07:44:54.553Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done [2025-06-23T07:44:54.553Z] #6 CACHED [2025-06-23T07:44:54.553Z] [2025-06-23T07:44:54.553Z] #7 exporting to image [2025-06-23T07:44:54.553Z] #7 exporting layers done [2025-06-23T07:44:54.553Z] #7 exporting manifest sha256:0ebe35892e46555daaf88addd5b04adc1edda1b2805231589d3e13b66bdabcb6 done [2025-06-23T07:44:54.553Z] #7 exporting config sha256:667707a48a33b0032e76fef33c057a3fa5abeb21529a25aa57ef6be3e44a85db done [2025-06-23T07:44:54.553Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:54.812Z] #7 exporting manifest sha256:6cbe8628fac2fccc2165828801b2929e5cfe989eb5b3fcd7642509874772ca2b done [2025-06-23T07:44:54.812Z] #7 exporting config sha256:3cf7fe2c350b93630f86a785d9ea1f93a12384e87e1a16fdbd2db92901672750 done [2025-06-23T07:44:54.812Z] #7 exporting manifest list sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 done [2025-06-23T07:44:54.812Z] #7 pushing layers 0.0s done [2025-06-23T07:44:54.812Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27@sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 0.1s done [2025-06-23T07:44:54.812Z] #7 DONE 0.1s [2025-06-23T07:44:54.812Z] [2025-06-23T07:44:54.812Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:54.812Z] #8 DONE 0.0s [2025-06-23T07:44:54.812Z] [2025-06-23T07:44:54.812Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:54.812Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:55.101Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' [2025-06-23T07:44:55.101Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - [2025-06-23T07:44:55.361Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:55.361Z] #1 transferring dockerfile: 219B done [2025-06-23T07:44:55.361Z] #1 DONE 0.0s [2025-06-23T07:44:55.361Z] [2025-06-23T07:44:55.361Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:44:55.361Z] #2 DONE 0.0s [2025-06-23T07:44:55.361Z] [2025-06-23T07:44:55.361Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:44:55.361Z] #3 DONE 0.0s [2025-06-23T07:44:55.361Z] [2025-06-23T07:44:55.361Z] #4 [internal] load .dockerignore [2025-06-23T07:44:55.361Z] #4 transferring context: 2B done [2025-06-23T07:44:55.361Z] #4 DONE 0.0s [2025-06-23T07:44:55.361Z] [2025-06-23T07:44:55.361Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 [2025-06-23T07:44:55.361Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 [2025-06-23T07:44:55.361Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done [2025-06-23T07:44:55.361Z] #5 CACHED [2025-06-23T07:44:55.361Z] [2025-06-23T07:44:55.361Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 [2025-06-23T07:44:55.361Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done [2025-06-23T07:44:55.361Z] #6 CACHED [2025-06-23T07:44:55.361Z] [2025-06-23T07:44:55.361Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:55.361Z] #7 DONE 0.0s [2025-06-23T07:44:55.361Z] [2025-06-23T07:44:55.361Z] #8 exporting to image [2025-06-23T07:44:55.361Z] #8 exporting layers done [2025-06-23T07:44:55.361Z] #8 exporting manifest sha256:0ebe35892e46555daaf88addd5b04adc1edda1b2805231589d3e13b66bdabcb6 done [2025-06-23T07:44:55.361Z] #8 exporting config sha256:667707a48a33b0032e76fef33c057a3fa5abeb21529a25aa57ef6be3e44a85db done [2025-06-23T07:44:55.361Z] #8 exporting manifest sha256:6cbe8628fac2fccc2165828801b2929e5cfe989eb5b3fcd7642509874772ca2b done [2025-06-23T07:44:55.361Z] #8 exporting config sha256:3cf7fe2c350b93630f86a785d9ea1f93a12384e87e1a16fdbd2db92901672750 done [2025-06-23T07:44:55.361Z] #8 exporting manifest list sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 done [2025-06-23T07:44:55.361Z] #8 pushing layers 0.0s done [2025-06-23T07:44:55.361Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 0.1s done [2025-06-23T07:44:55.361Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:55.361Z] #8 DONE 0.1s [2025-06-23T07:44:55.361Z] [2025-06-23T07:44:55.361Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:55.361Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:55.644Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-06-23T07:44:55.644Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-06-23T07:44:55.644Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:55.644Z] #1 transferring dockerfile: 170B done [2025-06-23T07:44:55.644Z] #1 DONE 0.0s [2025-06-23T07:44:55.644Z] [2025-06-23T07:44:55.644Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-23T07:44:55.644Z] #2 DONE 0.0s [2025-06-23T07:44:55.644Z] [2025-06-23T07:44:55.644Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-23T07:44:55.644Z] #3 DONE 0.0s [2025-06-23T07:44:55.644Z] [2025-06-23T07:44:55.644Z] #4 [internal] load .dockerignore [2025-06-23T07:44:55.644Z] #4 transferring context: 2B done [2025-06-23T07:44:55.644Z] #4 DONE 0.0s [2025-06-23T07:44:55.644Z] [2025-06-23T07:44:55.644Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 [2025-06-23T07:44:55.644Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done [2025-06-23T07:44:55.644Z] #5 CACHED [2025-06-23T07:44:55.644Z] [2025-06-23T07:44:55.644Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 [2025-06-23T07:44:55.644Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done [2025-06-23T07:44:55.644Z] #6 CACHED [2025-06-23T07:44:55.644Z] [2025-06-23T07:44:55.644Z] #7 exporting to image [2025-06-23T07:44:55.644Z] #7 exporting layers [2025-06-23T07:44:55.644Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:55.903Z] #7 exporting layers done [2025-06-23T07:44:55.903Z] #7 exporting manifest sha256:0ebe35892e46555daaf88addd5b04adc1edda1b2805231589d3e13b66bdabcb6 done [2025-06-23T07:44:55.903Z] #7 exporting config sha256:667707a48a33b0032e76fef33c057a3fa5abeb21529a25aa57ef6be3e44a85db done [2025-06-23T07:44:55.903Z] #7 exporting manifest sha256:6cbe8628fac2fccc2165828801b2929e5cfe989eb5b3fcd7642509874772ca2b done [2025-06-23T07:44:55.903Z] #7 exporting config sha256:3cf7fe2c350b93630f86a785d9ea1f93a12384e87e1a16fdbd2db92901672750 done [2025-06-23T07:44:55.903Z] #7 exporting manifest list sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 done [2025-06-23T07:44:55.903Z] #7 pushing layers 0.0s done [2025-06-23T07:44:55.903Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 0.1s done [2025-06-23T07:44:55.903Z] #7 DONE 0.1s [2025-06-23T07:44:55.903Z] [2025-06-23T07:44:55.903Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:55.904Z] #8 DONE 0.0s [2025-06-23T07:44:55.904Z] [2025-06-23T07:44:55.904Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:55.904Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:56.191Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - [2025-06-23T07:44:56.191Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2' [2025-06-23T07:44:56.191Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:56.191Z] #1 transferring dockerfile: 204B done [2025-06-23T07:44:56.191Z] #1 DONE 0.0s [2025-06-23T07:44:56.191Z] [2025-06-23T07:44:56.191Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:44:56.191Z] #2 DONE 0.1s [2025-06-23T07:44:56.191Z] [2025-06-23T07:44:56.191Z] #3 [internal] load .dockerignore [2025-06-23T07:44:56.191Z] #3 transferring context: 2B done [2025-06-23T07:44:56.191Z] #3 DONE 0.0s [2025-06-23T07:44:56.191Z] [2025-06-23T07:44:56.191Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:44:56.450Z] #4 DONE 0.1s [2025-06-23T07:44:56.450Z] [2025-06-23T07:44:56.450Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 [2025-06-23T07:44:56.450Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 [2025-06-23T07:44:56.450Z] #5 ... [2025-06-23T07:44:56.450Z] [2025-06-23T07:44:56.450Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 [2025-06-23T07:44:56.450Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 0.0s done [2025-06-23T07:44:56.450Z] #6 DONE 0.1s [2025-06-23T07:44:56.450Z] [2025-06-23T07:44:56.450Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:56.450Z] #7 DONE 0.0s [2025-06-23T07:44:56.450Z] [2025-06-23T07:44:56.450Z] #8 exporting to image [2025-06-23T07:44:56.450Z] #8 exporting layers done [2025-06-23T07:44:56.450Z] #8 exporting manifest sha256:c2971e95601e8ed259b40e52e1c783cfcf38d824062dbff58299da69c7d5da3e done [2025-06-23T07:44:56.450Z] #8 exporting config sha256:daec894673d5b6838ab131324bb71b50f020e0895cfe43ad56c78db2e1893cbd done [2025-06-23T07:44:56.450Z] #8 exporting manifest sha256:f3dc4ee66d5ffe0680ec08df784c12323867ff7079be5f1535f85230ea422452 done [2025-06-23T07:44:56.450Z] #8 exporting config sha256:a1548f90f487351f3d1f2fdb481c21aaeb5d75bc5f473bc3ff91ff7599990385 done [2025-06-23T07:44:56.450Z] #8 exporting manifest list sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa done [2025-06-23T07:44:56.450Z] #8 pushing layers 0.1s done [2025-06-23T07:44:56.450Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa [2025-06-23T07:44:56.450Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:56.708Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa 0.1s done [2025-06-23T07:44:56.708Z] #8 DONE 0.2s [2025-06-23T07:44:56.708Z] [2025-06-23T07:44:56.708Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:56.708Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:56.992Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-06-23T07:44:56.992Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-06-23T07:44:56.992Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:56.992Z] #1 transferring dockerfile: 170B done [2025-06-23T07:44:56.992Z] #1 DONE 0.0s [2025-06-23T07:44:56.992Z] [2025-06-23T07:44:56.992Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-23T07:44:56.992Z] #2 DONE 0.0s [2025-06-23T07:44:56.992Z] [2025-06-23T07:44:56.992Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-23T07:44:56.992Z] #3 DONE 0.0s [2025-06-23T07:44:56.992Z] [2025-06-23T07:44:56.992Z] #4 [internal] load .dockerignore [2025-06-23T07:44:56.992Z] #4 transferring context: 2B done [2025-06-23T07:44:56.992Z] #4 DONE 0.0s [2025-06-23T07:44:56.992Z] [2025-06-23T07:44:56.992Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 [2025-06-23T07:44:56.992Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 done [2025-06-23T07:44:56.992Z] #5 DONE 0.0s [2025-06-23T07:44:56.992Z] [2025-06-23T07:44:56.992Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 [2025-06-23T07:44:57.251Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 0.0s done [2025-06-23T07:44:57.251Z] #6 CACHED [2025-06-23T07:44:57.251Z] [2025-06-23T07:44:57.251Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 [2025-06-23T07:44:57.251Z] #5 CACHED [2025-06-23T07:44:57.251Z] [2025-06-23T07:44:57.251Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:57.251Z] #7 DONE 0.0s [2025-06-23T07:44:57.251Z] [2025-06-23T07:44:57.251Z] #8 exporting to image [2025-06-23T07:44:57.251Z] #8 exporting layers done [2025-06-23T07:44:57.251Z] #8 exporting manifest sha256:c2971e95601e8ed259b40e52e1c783cfcf38d824062dbff58299da69c7d5da3e done [2025-06-23T07:44:57.251Z] #8 exporting config sha256:daec894673d5b6838ab131324bb71b50f020e0895cfe43ad56c78db2e1893cbd done [2025-06-23T07:44:57.251Z] #8 exporting manifest sha256:f3dc4ee66d5ffe0680ec08df784c12323867ff7079be5f1535f85230ea422452 done [2025-06-23T07:44:57.251Z] #8 exporting config sha256:a1548f90f487351f3d1f2fdb481c21aaeb5d75bc5f473bc3ff91ff7599990385 done [2025-06-23T07:44:57.251Z] #8 exporting manifest list sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa done [2025-06-23T07:44:57.251Z] #8 pushing layers 0.0s done [2025-06-23T07:44:57.251Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa 0.1s done [2025-06-23T07:44:57.251Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:57.251Z] #8 DONE 0.1s [2025-06-23T07:44:57.251Z] [2025-06-23T07:44:57.251Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:57.251Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:57.586Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27 --push - [2025-06-23T07:44:57.586Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27' [2025-06-23T07:44:57.863Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:57.864Z] #1 transferring dockerfile: 176B done [2025-06-23T07:44:57.864Z] #1 DONE 0.0s [2025-06-23T07:44:57.864Z] [2025-06-23T07:44:57.864Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27 [2025-06-23T07:44:57.864Z] #2 DONE 0.0s [2025-06-23T07:44:57.864Z] [2025-06-23T07:44:57.864Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27 [2025-06-23T07:44:57.864Z] #3 DONE 0.0s [2025-06-23T07:44:57.864Z] [2025-06-23T07:44:57.864Z] #4 [internal] load .dockerignore [2025-06-23T07:44:57.864Z] #4 transferring context: 2B done [2025-06-23T07:44:57.864Z] #4 DONE 0.0s [2025-06-23T07:44:57.864Z] [2025-06-23T07:44:57.864Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 [2025-06-23T07:44:57.864Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 0.0s done [2025-06-23T07:44:57.864Z] #5 DONE 0.0s [2025-06-23T07:44:57.864Z] [2025-06-23T07:44:57.864Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 [2025-06-23T07:44:57.864Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 0.0s done [2025-06-23T07:44:57.864Z] #6 CACHED [2025-06-23T07:44:57.864Z] [2025-06-23T07:44:57.864Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 [2025-06-23T07:44:57.864Z] #5 CACHED [2025-06-23T07:44:57.864Z] [2025-06-23T07:44:57.864Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:57.864Z] #7 DONE 0.0s [2025-06-23T07:44:57.864Z] [2025-06-23T07:44:57.864Z] #8 exporting to image [2025-06-23T07:44:57.864Z] #8 exporting layers done [2025-06-23T07:44:57.864Z] #8 exporting manifest sha256:c2971e95601e8ed259b40e52e1c783cfcf38d824062dbff58299da69c7d5da3e done [2025-06-23T07:44:57.864Z] #8 exporting config sha256:daec894673d5b6838ab131324bb71b50f020e0895cfe43ad56c78db2e1893cbd done [2025-06-23T07:44:57.864Z] #8 exporting manifest sha256:f3dc4ee66d5ffe0680ec08df784c12323867ff7079be5f1535f85230ea422452 done [2025-06-23T07:44:57.864Z] #8 exporting config sha256:a1548f90f487351f3d1f2fdb481c21aaeb5d75bc5f473bc3ff91ff7599990385 done [2025-06-23T07:44:57.864Z] #8 exporting manifest list sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa done [2025-06-23T07:44:57.864Z] #8 pushing layers 0.0s done [2025-06-23T07:44:57.864Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27@sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa 0.1s done [2025-06-23T07:44:57.864Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:57.864Z] #8 DONE 0.1s [2025-06-23T07:44:57.864Z] [2025-06-23T07:44:57.864Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:57.864Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:58.167Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' [2025-06-23T07:44:58.167Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - [2025-06-23T07:44:58.167Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:58.167Z] #1 transferring dockerfile: 217B done [2025-06-23T07:44:58.167Z] #1 DONE 0.0s [2025-06-23T07:44:58.167Z] [2025-06-23T07:44:58.167Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:44:58.167Z] #2 DONE 0.0s [2025-06-23T07:44:58.167Z] [2025-06-23T07:44:58.167Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:44:58.167Z] #3 DONE 0.0s [2025-06-23T07:44:58.167Z] [2025-06-23T07:44:58.167Z] #4 [internal] load .dockerignore [2025-06-23T07:44:58.167Z] #4 transferring context: 2B done [2025-06-23T07:44:58.167Z] #4 DONE 0.0s [2025-06-23T07:44:58.167Z] [2025-06-23T07:44:58.167Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 [2025-06-23T07:44:58.167Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 done [2025-06-23T07:44:58.167Z] #5 CACHED [2025-06-23T07:44:58.167Z] [2025-06-23T07:44:58.167Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 [2025-06-23T07:44:58.167Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 done [2025-06-23T07:44:58.167Z] #6 CACHED [2025-06-23T07:44:58.167Z] [2025-06-23T07:44:58.167Z] #7 exporting to image [2025-06-23T07:44:58.167Z] #7 exporting layers done [2025-06-23T07:44:58.167Z] #7 exporting manifest sha256:c2971e95601e8ed259b40e52e1c783cfcf38d824062dbff58299da69c7d5da3e done [2025-06-23T07:44:58.167Z] #7 exporting config sha256:daec894673d5b6838ab131324bb71b50f020e0895cfe43ad56c78db2e1893cbd done [2025-06-23T07:44:58.167Z] #7 exporting manifest sha256:f3dc4ee66d5ffe0680ec08df784c12323867ff7079be5f1535f85230ea422452 done [2025-06-23T07:44:58.167Z] #7 exporting config sha256:a1548f90f487351f3d1f2fdb481c21aaeb5d75bc5f473bc3ff91ff7599990385 done [2025-06-23T07:44:58.167Z] #7 exporting manifest list sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa done [2025-06-23T07:44:58.167Z] #7 pushing layers 0.0s done [2025-06-23T07:44:58.167Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa [2025-06-23T07:44:58.167Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:58.427Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa 0.1s done [2025-06-23T07:44:58.427Z] #7 DONE 0.1s [2025-06-23T07:44:58.427Z] [2025-06-23T07:44:58.427Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:58.427Z] #8 DONE 0.0s [2025-06-23T07:44:58.427Z] [2025-06-23T07:44:58.427Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:58.427Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:58.711Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-06-23T07:44:58.711Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-06-23T07:44:58.711Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:58.711Z] #1 transferring dockerfile: 168B done [2025-06-23T07:44:58.711Z] #1 DONE 0.0s [2025-06-23T07:44:58.711Z] [2025-06-23T07:44:58.711Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-23T07:44:58.711Z] #2 DONE 0.0s [2025-06-23T07:44:58.711Z] [2025-06-23T07:44:58.711Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-23T07:44:58.711Z] #3 DONE 0.0s [2025-06-23T07:44:58.711Z] [2025-06-23T07:44:58.711Z] #4 [internal] load .dockerignore [2025-06-23T07:44:58.711Z] #4 transferring context: 2B done [2025-06-23T07:44:58.711Z] #4 DONE 0.0s [2025-06-23T07:44:58.711Z] [2025-06-23T07:44:58.711Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 [2025-06-23T07:44:58.711Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 done [2025-06-23T07:44:58.711Z] #5 CACHED [2025-06-23T07:44:58.711Z] [2025-06-23T07:44:58.711Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 [2025-06-23T07:44:58.711Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 done [2025-06-23T07:44:58.711Z] #6 CACHED [2025-06-23T07:44:58.711Z] [2025-06-23T07:44:58.711Z] #7 exporting to image [2025-06-23T07:44:58.711Z] #7 exporting layers done [2025-06-23T07:44:58.711Z] #7 exporting manifest sha256:c2971e95601e8ed259b40e52e1c783cfcf38d824062dbff58299da69c7d5da3e done [2025-06-23T07:44:58.711Z] #7 exporting config sha256:daec894673d5b6838ab131324bb71b50f020e0895cfe43ad56c78db2e1893cbd done [2025-06-23T07:44:58.711Z] #7 exporting manifest sha256:f3dc4ee66d5ffe0680ec08df784c12323867ff7079be5f1535f85230ea422452 done [2025-06-23T07:44:58.711Z] #7 exporting config sha256:a1548f90f487351f3d1f2fdb481c21aaeb5d75bc5f473bc3ff91ff7599990385 done [2025-06-23T07:44:58.711Z] #7 exporting manifest list sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa done [2025-06-23T07:44:58.711Z] #7 pushing layers [2025-06-23T07:44:58.711Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:58.970Z] #7 pushing layers 0.0s done [2025-06-23T07:44:58.971Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa 0.1s done [2025-06-23T07:44:58.971Z] #7 DONE 0.1s [2025-06-23T07:44:58.971Z] [2025-06-23T07:44:58.971Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:58.971Z] #8 DONE 0.0s [2025-06-23T07:44:58.971Z] [2025-06-23T07:44:58.971Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:58.971Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:44:59.256Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2' [2025-06-23T07:44:59.256Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - [2025-06-23T07:44:59.256Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:44:59.256Z] #1 transferring dockerfile: 205B done [2025-06-23T07:44:59.256Z] #1 DONE 0.0s [2025-06-23T07:44:59.256Z] [2025-06-23T07:44:59.256Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:44:59.256Z] #2 DONE 0.1s [2025-06-23T07:44:59.256Z] [2025-06-23T07:44:59.256Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:44:59.514Z] #3 DONE 0.1s [2025-06-23T07:44:59.514Z] [2025-06-23T07:44:59.514Z] #4 [internal] load .dockerignore [2025-06-23T07:44:59.514Z] #4 transferring context: 2B done [2025-06-23T07:44:59.514Z] #4 DONE 0.0s [2025-06-23T07:44:59.514Z] [2025-06-23T07:44:59.514Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 [2025-06-23T07:44:59.514Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 0.0s done [2025-06-23T07:44:59.514Z] #5 DONE 0.0s [2025-06-23T07:44:59.514Z] [2025-06-23T07:44:59.514Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 [2025-06-23T07:44:59.514Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 0.0s done [2025-06-23T07:44:59.514Z] #6 DONE 0.1s [2025-06-23T07:44:59.514Z] [2025-06-23T07:44:59.514Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:44:59.514Z] #7 DONE 0.0s [2025-06-23T07:44:59.514Z] [2025-06-23T07:44:59.514Z] #8 exporting to image [2025-06-23T07:44:59.514Z] #8 exporting layers done [2025-06-23T07:44:59.514Z] #8 exporting manifest sha256:a15eb36adf1ad6edbcc4ddea1a6cbf66e6e4519853a73819a532ab3101ee4690 done [2025-06-23T07:44:59.514Z] #8 exporting config sha256:bc56a1792423e5f0d16ae5e0db0e4b814c21aa37233cfe82e9fe64389c01586d done [2025-06-23T07:44:59.514Z] #8 exporting manifest sha256:c8d2b58d09673ae3d9ef767351ffc242eca73c009d678d3be703de0aba6785fb done [2025-06-23T07:44:59.514Z] #8 exporting config sha256:6e4196669cff805800d8282983e33b7a3069102b177cbd0e81b70c354ed5b281 done [2025-06-23T07:44:59.514Z] #8 exporting manifest list sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 done [2025-06-23T07:44:59.514Z] #8 pushing layers 0.1s done [2025-06-23T07:44:59.514Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 [2025-06-23T07:44:59.514Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:44:59.775Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 0.1s done [2025-06-23T07:44:59.775Z] #8 DONE 0.2s [2025-06-23T07:44:59.775Z] [2025-06-23T07:44:59.775Z] 1 warning found (use --debug to expand): [2025-06-23T07:44:59.775Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:00.066Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-06-23T07:45:00.066Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-06-23T07:45:00.066Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:00.066Z] #1 transferring dockerfile: 171B done [2025-06-23T07:45:00.066Z] #1 DONE 0.0s [2025-06-23T07:45:00.066Z] [2025-06-23T07:45:00.066Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-23T07:45:00.066Z] #2 DONE 0.0s [2025-06-23T07:45:00.066Z] [2025-06-23T07:45:00.066Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-23T07:45:00.066Z] #3 DONE 0.0s [2025-06-23T07:45:00.066Z] [2025-06-23T07:45:00.066Z] #4 [internal] load .dockerignore [2025-06-23T07:45:00.066Z] #4 transferring context: 2B done [2025-06-23T07:45:00.066Z] #4 DONE 0.0s [2025-06-23T07:45:00.066Z] [2025-06-23T07:45:00.066Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 [2025-06-23T07:45:00.066Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 0.0s done [2025-06-23T07:45:00.066Z] #5 CACHED [2025-06-23T07:45:00.066Z] [2025-06-23T07:45:00.066Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 [2025-06-23T07:45:00.066Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 0.0s done [2025-06-23T07:45:00.066Z] #6 CACHED [2025-06-23T07:45:00.066Z] [2025-06-23T07:45:00.066Z] #7 exporting to image [2025-06-23T07:45:00.066Z] #7 exporting layers done [2025-06-23T07:45:00.066Z] #7 exporting manifest sha256:a15eb36adf1ad6edbcc4ddea1a6cbf66e6e4519853a73819a532ab3101ee4690 done [2025-06-23T07:45:00.066Z] #7 exporting config sha256:bc56a1792423e5f0d16ae5e0db0e4b814c21aa37233cfe82e9fe64389c01586d done [2025-06-23T07:45:00.066Z] #7 exporting manifest sha256:c8d2b58d09673ae3d9ef767351ffc242eca73c009d678d3be703de0aba6785fb [2025-06-23T07:45:00.066Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:00.325Z] #7 exporting manifest sha256:c8d2b58d09673ae3d9ef767351ffc242eca73c009d678d3be703de0aba6785fb done [2025-06-23T07:45:00.325Z] #7 exporting config sha256:6e4196669cff805800d8282983e33b7a3069102b177cbd0e81b70c354ed5b281 done [2025-06-23T07:45:00.325Z] #7 exporting manifest list sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 done [2025-06-23T07:45:00.325Z] #7 pushing layers 0.0s done [2025-06-23T07:45:00.325Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 0.1s done [2025-06-23T07:45:00.325Z] #7 DONE 0.1s [2025-06-23T07:45:00.325Z] [2025-06-23T07:45:00.325Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:00.325Z] #8 DONE 0.0s [2025-06-23T07:45:00.325Z] [2025-06-23T07:45:00.325Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:00.325Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:00.613Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27' [2025-06-23T07:45:00.613Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27 --push - [2025-06-23T07:45:00.613Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:00.613Z] #1 transferring dockerfile: 177B done [2025-06-23T07:45:00.613Z] #1 DONE 0.0s [2025-06-23T07:45:00.613Z] [2025-06-23T07:45:00.613Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27 [2025-06-23T07:45:00.613Z] #2 DONE 0.0s [2025-06-23T07:45:00.613Z] [2025-06-23T07:45:00.613Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27 [2025-06-23T07:45:00.613Z] #3 DONE 0.1s [2025-06-23T07:45:00.613Z] [2025-06-23T07:45:00.613Z] #4 [internal] load .dockerignore [2025-06-23T07:45:00.613Z] #4 transferring context: 2B done [2025-06-23T07:45:00.613Z] #4 DONE 0.0s [2025-06-23T07:45:00.871Z] [2025-06-23T07:45:00.871Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 [2025-06-23T07:45:00.871Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 0.0s done [2025-06-23T07:45:00.871Z] #5 CACHED [2025-06-23T07:45:00.871Z] [2025-06-23T07:45:00.871Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 [2025-06-23T07:45:00.871Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 0.0s done [2025-06-23T07:45:00.871Z] #6 CACHED [2025-06-23T07:45:00.871Z] [2025-06-23T07:45:00.871Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:00.871Z] #7 DONE 0.0s [2025-06-23T07:45:00.871Z] [2025-06-23T07:45:00.871Z] #8 exporting to image [2025-06-23T07:45:00.871Z] #8 exporting layers done [2025-06-23T07:45:00.871Z] #8 exporting manifest sha256:a15eb36adf1ad6edbcc4ddea1a6cbf66e6e4519853a73819a532ab3101ee4690 done [2025-06-23T07:45:00.871Z] #8 exporting config sha256:bc56a1792423e5f0d16ae5e0db0e4b814c21aa37233cfe82e9fe64389c01586d done [2025-06-23T07:45:00.871Z] #8 exporting manifest sha256:c8d2b58d09673ae3d9ef767351ffc242eca73c009d678d3be703de0aba6785fb done [2025-06-23T07:45:00.871Z] #8 exporting config sha256:6e4196669cff805800d8282983e33b7a3069102b177cbd0e81b70c354ed5b281 done [2025-06-23T07:45:00.871Z] #8 exporting manifest list sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 done [2025-06-23T07:45:00.871Z] #8 pushing layers 0.0s done [2025-06-23T07:45:00.871Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27@sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 0.1s done [2025-06-23T07:45:00.871Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:00.871Z] #8 DONE 0.1s [2025-06-23T07:45:00.871Z] [2025-06-23T07:45:00.871Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:00.871Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:01.159Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' [2025-06-23T07:45:01.159Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - [2025-06-23T07:45:01.159Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:01.159Z] #1 transferring dockerfile: 218B done [2025-06-23T07:45:01.159Z] #1 DONE 0.0s [2025-06-23T07:45:01.159Z] [2025-06-23T07:45:01.159Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:45:01.159Z] #2 DONE 0.0s [2025-06-23T07:45:01.159Z] [2025-06-23T07:45:01.159Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:45:01.159Z] #3 DONE 0.0s [2025-06-23T07:45:01.159Z] [2025-06-23T07:45:01.159Z] #4 [internal] load .dockerignore [2025-06-23T07:45:01.159Z] #4 transferring context: 2B done [2025-06-23T07:45:01.159Z] #4 DONE 0.0s [2025-06-23T07:45:01.159Z] [2025-06-23T07:45:01.159Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 [2025-06-23T07:45:01.159Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 done [2025-06-23T07:45:01.159Z] #5 CACHED [2025-06-23T07:45:01.159Z] [2025-06-23T07:45:01.159Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 [2025-06-23T07:45:01.159Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 0.0s done [2025-06-23T07:45:01.159Z] #6 CACHED [2025-06-23T07:45:01.159Z] [2025-06-23T07:45:01.159Z] #7 exporting to image [2025-06-23T07:45:01.159Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:01.431Z] #7 exporting layers done [2025-06-23T07:45:01.431Z] #7 exporting manifest sha256:a15eb36adf1ad6edbcc4ddea1a6cbf66e6e4519853a73819a532ab3101ee4690 done [2025-06-23T07:45:01.431Z] #7 exporting config sha256:bc56a1792423e5f0d16ae5e0db0e4b814c21aa37233cfe82e9fe64389c01586d done [2025-06-23T07:45:01.431Z] #7 exporting manifest sha256:c8d2b58d09673ae3d9ef767351ffc242eca73c009d678d3be703de0aba6785fb done [2025-06-23T07:45:01.431Z] #7 exporting config sha256:6e4196669cff805800d8282983e33b7a3069102b177cbd0e81b70c354ed5b281 done [2025-06-23T07:45:01.431Z] #7 exporting manifest list sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 done [2025-06-23T07:45:01.431Z] #7 pushing layers 0.0s done [2025-06-23T07:45:01.431Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 0.1s done [2025-06-23T07:45:01.431Z] #7 DONE 0.1s [2025-06-23T07:45:01.431Z] [2025-06-23T07:45:01.431Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:01.431Z] #8 DONE 0.0s [2025-06-23T07:45:01.431Z] [2025-06-23T07:45:01.431Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:01.431Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:01.725Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-06-23T07:45:01.725Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-06-23T07:45:01.983Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:01.984Z] #1 transferring dockerfile: 169B done [2025-06-23T07:45:01.984Z] #1 DONE 0.0s [2025-06-23T07:45:01.984Z] [2025-06-23T07:45:01.984Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-23T07:45:01.984Z] #2 DONE 0.0s [2025-06-23T07:45:01.984Z] [2025-06-23T07:45:01.984Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-23T07:45:01.984Z] #3 DONE 0.0s [2025-06-23T07:45:01.984Z] [2025-06-23T07:45:01.984Z] #4 [internal] load .dockerignore [2025-06-23T07:45:01.984Z] #4 transferring context: 2B done [2025-06-23T07:45:01.984Z] #4 DONE 0.0s [2025-06-23T07:45:01.984Z] [2025-06-23T07:45:01.984Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 [2025-06-23T07:45:01.984Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 0.0s done [2025-06-23T07:45:01.984Z] #5 CACHED [2025-06-23T07:45:01.984Z] [2025-06-23T07:45:01.984Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 [2025-06-23T07:45:01.984Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 0.0s done [2025-06-23T07:45:01.984Z] #6 CACHED [2025-06-23T07:45:01.984Z] [2025-06-23T07:45:01.984Z] #7 exporting to image [2025-06-23T07:45:01.984Z] #7 exporting layers done [2025-06-23T07:45:01.984Z] #7 exporting manifest sha256:a15eb36adf1ad6edbcc4ddea1a6cbf66e6e4519853a73819a532ab3101ee4690 done [2025-06-23T07:45:01.984Z] #7 exporting config sha256:bc56a1792423e5f0d16ae5e0db0e4b814c21aa37233cfe82e9fe64389c01586d done [2025-06-23T07:45:01.984Z] #7 exporting manifest sha256:c8d2b58d09673ae3d9ef767351ffc242eca73c009d678d3be703de0aba6785fb done [2025-06-23T07:45:01.984Z] #7 exporting config sha256:6e4196669cff805800d8282983e33b7a3069102b177cbd0e81b70c354ed5b281 done [2025-06-23T07:45:01.984Z] #7 exporting manifest list sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 done [2025-06-23T07:45:01.984Z] #7 pushing layers 0.0s done [2025-06-23T07:45:01.984Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 [2025-06-23T07:45:01.984Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:01.984Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 0.1s done [2025-06-23T07:45:01.984Z] #7 DONE 0.1s [2025-06-23T07:45:01.984Z] [2025-06-23T07:45:01.984Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:01.984Z] #8 DONE 0.0s [2025-06-23T07:45:01.984Z] [2025-06-23T07:45:01.984Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:01.984Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:02.269Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - [2025-06-23T07:45:02.269Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2' [2025-06-23T07:45:02.529Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:02.529Z] #1 transferring dockerfile: 211B done [2025-06-23T07:45:02.529Z] #1 DONE 0.0s [2025-06-23T07:45:02.529Z] [2025-06-23T07:45:02.529Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:45:02.529Z] #2 DONE 0.0s [2025-06-23T07:45:02.529Z] [2025-06-23T07:45:02.529Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:45:02.529Z] #3 DONE 0.0s [2025-06-23T07:45:02.529Z] [2025-06-23T07:45:02.529Z] #4 [internal] load .dockerignore [2025-06-23T07:45:02.529Z] #4 transferring context: 2B done [2025-06-23T07:45:02.529Z] #4 DONE 0.0s [2025-06-23T07:45:02.529Z] [2025-06-23T07:45:02.529Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 [2025-06-23T07:45:02.529Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 0.1s done [2025-06-23T07:45:02.529Z] #5 DONE 0.1s [2025-06-23T07:45:02.529Z] [2025-06-23T07:45:02.529Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 [2025-06-23T07:45:02.529Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 0.1s done [2025-06-23T07:45:02.529Z] #6 DONE 0.1s [2025-06-23T07:45:02.529Z] [2025-06-23T07:45:02.529Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 [2025-06-23T07:45:02.529Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 0.1s done [2025-06-23T07:45:02.529Z] #5 DONE 0.2s [2025-06-23T07:45:02.529Z] [2025-06-23T07:45:02.529Z] #7 exporting to image [2025-06-23T07:45:02.529Z] #7 exporting layers done [2025-06-23T07:45:02.529Z] #7 exporting manifest sha256:3ca1978d147387f8f916d52b288574e1b743ac89a74cf9f61f55ad5d27c674d2 done [2025-06-23T07:45:02.529Z] #7 exporting config sha256:5ab1d9aca1a0ed3e28e7cd45c3bd1a4449e1ba72ea76e98601db528c376acd40 [2025-06-23T07:45:02.530Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:02.789Z] #7 ... [2025-06-23T07:45:02.789Z] [2025-06-23T07:45:02.789Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:02.789Z] #8 DONE 0.0s [2025-06-23T07:45:02.789Z] [2025-06-23T07:45:02.789Z] #7 exporting to image [2025-06-23T07:45:02.789Z] #7 exporting config sha256:5ab1d9aca1a0ed3e28e7cd45c3bd1a4449e1ba72ea76e98601db528c376acd40 done [2025-06-23T07:45:02.789Z] #7 exporting manifest sha256:b4a26d71aedbe85f984c54bff4481d8b401f6eb61768c87d76308f247bd02c19 done [2025-06-23T07:45:02.789Z] #7 exporting config sha256:b665c4d23208ba0c00e297308259017a387ee5a23e6a35892da034c95c1ec624 done [2025-06-23T07:45:02.789Z] #7 exporting manifest list sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da done [2025-06-23T07:45:02.789Z] #7 pushing layers 0.1s done [2025-06-23T07:45:02.789Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da [2025-06-23T07:45:02.789Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da 0.1s done [2025-06-23T07:45:02.789Z] #7 DONE 0.2s [2025-06-23T07:45:02.789Z] [2025-06-23T07:45:02.789Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:02.789Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:03.076Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-06-23T07:45:03.076Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-06-23T07:45:03.335Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:03.335Z] #1 transferring dockerfile: 177B done [2025-06-23T07:45:03.335Z] #1 DONE 0.0s [2025-06-23T07:45:03.335Z] [2025-06-23T07:45:03.335Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-23T07:45:03.335Z] #2 DONE 0.0s [2025-06-23T07:45:03.335Z] [2025-06-23T07:45:03.335Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-23T07:45:03.335Z] #3 DONE 0.0s [2025-06-23T07:45:03.335Z] [2025-06-23T07:45:03.335Z] #4 [internal] load .dockerignore [2025-06-23T07:45:03.335Z] #4 transferring context: 2B done [2025-06-23T07:45:03.335Z] #4 DONE 0.0s [2025-06-23T07:45:03.335Z] [2025-06-23T07:45:03.335Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 [2025-06-23T07:45:03.335Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 done [2025-06-23T07:45:03.335Z] #5 CACHED [2025-06-23T07:45:03.335Z] [2025-06-23T07:45:03.335Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 [2025-06-23T07:45:03.335Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 0.0s done [2025-06-23T07:45:03.335Z] #6 CACHED [2025-06-23T07:45:03.335Z] [2025-06-23T07:45:03.335Z] #7 exporting to image [2025-06-23T07:45:03.335Z] #7 exporting layers done [2025-06-23T07:45:03.335Z] #7 exporting manifest sha256:3ca1978d147387f8f916d52b288574e1b743ac89a74cf9f61f55ad5d27c674d2 done [2025-06-23T07:45:03.335Z] #7 exporting config sha256:5ab1d9aca1a0ed3e28e7cd45c3bd1a4449e1ba72ea76e98601db528c376acd40 [2025-06-23T07:45:03.335Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:03.335Z] #7 exporting config sha256:5ab1d9aca1a0ed3e28e7cd45c3bd1a4449e1ba72ea76e98601db528c376acd40 done [2025-06-23T07:45:03.335Z] #7 exporting manifest sha256:b4a26d71aedbe85f984c54bff4481d8b401f6eb61768c87d76308f247bd02c19 done [2025-06-23T07:45:03.335Z] #7 exporting config sha256:b665c4d23208ba0c00e297308259017a387ee5a23e6a35892da034c95c1ec624 done [2025-06-23T07:45:03.335Z] #7 exporting manifest list sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da done [2025-06-23T07:45:03.335Z] #7 pushing layers 0.0s done [2025-06-23T07:45:03.335Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da 0.1s done [2025-06-23T07:45:03.335Z] #7 DONE 0.1s [2025-06-23T07:45:03.335Z] [2025-06-23T07:45:03.335Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:03.335Z] #8 DONE 0.0s [2025-06-23T07:45:03.335Z] [2025-06-23T07:45:03.335Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:03.335Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:03.622Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27' [2025-06-23T07:45:03.622Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27 --push - [2025-06-23T07:45:03.881Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:03.881Z] #1 transferring dockerfile: 183B done [2025-06-23T07:45:03.881Z] #1 DONE 0.0s [2025-06-23T07:45:03.881Z] [2025-06-23T07:45:03.881Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27 [2025-06-23T07:45:03.881Z] #2 DONE 0.0s [2025-06-23T07:45:03.881Z] [2025-06-23T07:45:03.881Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27 [2025-06-23T07:45:03.881Z] #3 DONE 0.0s [2025-06-23T07:45:03.881Z] [2025-06-23T07:45:03.881Z] #4 [internal] load .dockerignore [2025-06-23T07:45:03.881Z] #4 transferring context: 2B done [2025-06-23T07:45:03.881Z] #4 DONE 0.0s [2025-06-23T07:45:03.881Z] [2025-06-23T07:45:03.881Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 [2025-06-23T07:45:03.881Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 0.0s done [2025-06-23T07:45:03.881Z] #5 CACHED [2025-06-23T07:45:03.881Z] [2025-06-23T07:45:03.881Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 [2025-06-23T07:45:03.881Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 0.0s done [2025-06-23T07:45:03.881Z] #6 CACHED [2025-06-23T07:45:03.881Z] [2025-06-23T07:45:03.881Z] #7 exporting to image [2025-06-23T07:45:03.881Z] #7 exporting layers done [2025-06-23T07:45:03.881Z] #7 exporting manifest sha256:3ca1978d147387f8f916d52b288574e1b743ac89a74cf9f61f55ad5d27c674d2 done [2025-06-23T07:45:03.881Z] #7 exporting config sha256:5ab1d9aca1a0ed3e28e7cd45c3bd1a4449e1ba72ea76e98601db528c376acd40 done [2025-06-23T07:45:03.881Z] #7 exporting manifest sha256:b4a26d71aedbe85f984c54bff4481d8b401f6eb61768c87d76308f247bd02c19 done [2025-06-23T07:45:03.881Z] #7 exporting config sha256:b665c4d23208ba0c00e297308259017a387ee5a23e6a35892da034c95c1ec624 done [2025-06-23T07:45:03.881Z] #7 exporting manifest list sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da done [2025-06-23T07:45:03.881Z] #7 pushing layers 0.0s done [2025-06-23T07:45:03.881Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27@sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da [2025-06-23T07:45:03.881Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:03.881Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27@sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da 0.1s done [2025-06-23T07:45:03.881Z] #7 DONE 0.1s [2025-06-23T07:45:03.881Z] [2025-06-23T07:45:03.881Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:03.881Z] #8 DONE 0.0s [2025-06-23T07:45:03.881Z] [2025-06-23T07:45:03.881Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:03.881Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:04.171Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' [2025-06-23T07:45:04.171Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - [2025-06-23T07:45:04.430Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:04.430Z] #1 transferring dockerfile: 224B done [2025-06-23T07:45:04.430Z] #1 DONE 0.0s [2025-06-23T07:45:04.430Z] [2025-06-23T07:45:04.430Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:45:04.430Z] #2 DONE 0.0s [2025-06-23T07:45:04.430Z] [2025-06-23T07:45:04.430Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:45:04.430Z] #3 DONE 0.0s [2025-06-23T07:45:04.430Z] [2025-06-23T07:45:04.430Z] #4 [internal] load .dockerignore [2025-06-23T07:45:04.430Z] #4 transferring context: 2B done [2025-06-23T07:45:04.430Z] #4 DONE 0.0s [2025-06-23T07:45:04.430Z] [2025-06-23T07:45:04.430Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 [2025-06-23T07:45:04.430Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 done [2025-06-23T07:45:04.430Z] #5 CACHED [2025-06-23T07:45:04.430Z] [2025-06-23T07:45:04.430Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 [2025-06-23T07:45:04.430Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 0.0s done [2025-06-23T07:45:04.430Z] #6 CACHED [2025-06-23T07:45:04.430Z] [2025-06-23T07:45:04.430Z] #7 exporting to image [2025-06-23T07:45:04.430Z] #7 exporting layers done [2025-06-23T07:45:04.430Z] #7 exporting manifest sha256:3ca1978d147387f8f916d52b288574e1b743ac89a74cf9f61f55ad5d27c674d2 done [2025-06-23T07:45:04.430Z] #7 exporting config sha256:5ab1d9aca1a0ed3e28e7cd45c3bd1a4449e1ba72ea76e98601db528c376acd40 done [2025-06-23T07:45:04.430Z] #7 exporting manifest sha256:b4a26d71aedbe85f984c54bff4481d8b401f6eb61768c87d76308f247bd02c19 done [2025-06-23T07:45:04.430Z] #7 exporting config sha256:b665c4d23208ba0c00e297308259017a387ee5a23e6a35892da034c95c1ec624 done [2025-06-23T07:45:04.430Z] #7 exporting manifest list sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da done [2025-06-23T07:45:04.430Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:04.430Z] #7 pushing layers 0.0s done [2025-06-23T07:45:04.430Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da 0.1s done [2025-06-23T07:45:04.430Z] #7 DONE 0.1s [2025-06-23T07:45:04.430Z] [2025-06-23T07:45:04.430Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:04.430Z] #8 DONE 0.0s [2025-06-23T07:45:04.430Z] [2025-06-23T07:45:04.430Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:04.430Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:04.721Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-06-23T07:45:04.721Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-06-23T07:45:04.721Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:04.721Z] #1 transferring dockerfile: 175B done [2025-06-23T07:45:04.721Z] #1 DONE 0.0s [2025-06-23T07:45:04.721Z] [2025-06-23T07:45:04.721Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-23T07:45:04.721Z] #2 DONE 0.0s [2025-06-23T07:45:04.721Z] [2025-06-23T07:45:04.721Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-23T07:45:04.721Z] #3 DONE 0.0s [2025-06-23T07:45:04.721Z] [2025-06-23T07:45:04.721Z] #4 [internal] load .dockerignore [2025-06-23T07:45:04.721Z] #4 transferring context: 2B done [2025-06-23T07:45:04.721Z] #4 DONE 0.0s [2025-06-23T07:45:04.721Z] [2025-06-23T07:45:04.721Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 [2025-06-23T07:45:04.721Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 0.0s done [2025-06-23T07:45:04.721Z] #5 CACHED [2025-06-23T07:45:04.721Z] [2025-06-23T07:45:04.721Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 [2025-06-23T07:45:04.721Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 done [2025-06-23T07:45:04.721Z] #6 CACHED [2025-06-23T07:45:04.721Z] [2025-06-23T07:45:04.721Z] #7 exporting to image [2025-06-23T07:45:04.721Z] #7 exporting layers done [2025-06-23T07:45:04.721Z] #7 exporting manifest sha256:3ca1978d147387f8f916d52b288574e1b743ac89a74cf9f61f55ad5d27c674d2 done [2025-06-23T07:45:04.721Z] #7 exporting config sha256:5ab1d9aca1a0ed3e28e7cd45c3bd1a4449e1ba72ea76e98601db528c376acd40 [2025-06-23T07:45:04.721Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:04.980Z] #7 exporting config sha256:5ab1d9aca1a0ed3e28e7cd45c3bd1a4449e1ba72ea76e98601db528c376acd40 done [2025-06-23T07:45:04.980Z] #7 exporting manifest sha256:b4a26d71aedbe85f984c54bff4481d8b401f6eb61768c87d76308f247bd02c19 done [2025-06-23T07:45:04.980Z] #7 exporting config sha256:b665c4d23208ba0c00e297308259017a387ee5a23e6a35892da034c95c1ec624 done [2025-06-23T07:45:04.980Z] #7 exporting manifest list sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da done [2025-06-23T07:45:04.980Z] #7 pushing layers 0.0s done [2025-06-23T07:45:04.980Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da 0.1s done [2025-06-23T07:45:04.980Z] #7 DONE 0.1s [2025-06-23T07:45:04.980Z] [2025-06-23T07:45:04.980Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:04.980Z] #8 DONE 0.0s [2025-06-23T07:45:04.980Z] [2025-06-23T07:45:04.980Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:04.980Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:05.267Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - [2025-06-23T07:45:05.267Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2' [2025-06-23T07:45:05.526Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:05.526Z] #1 transferring dockerfile: 215B done [2025-06-23T07:45:05.526Z] #1 DONE 0.0s [2025-06-23T07:45:05.526Z] [2025-06-23T07:45:05.526Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:45:05.526Z] #2 DONE 0.0s [2025-06-23T07:45:05.526Z] [2025-06-23T07:45:05.526Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:45:05.526Z] #3 DONE 0.0s [2025-06-23T07:45:05.526Z] [2025-06-23T07:45:05.526Z] #4 [internal] load .dockerignore [2025-06-23T07:45:05.526Z] #4 transferring context: 2B done [2025-06-23T07:45:05.526Z] #4 DONE 0.0s [2025-06-23T07:45:05.526Z] [2025-06-23T07:45:05.526Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f [2025-06-23T07:45:05.526Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f done [2025-06-23T07:45:05.526Z] #5 DONE 0.0s [2025-06-23T07:45:05.526Z] [2025-06-23T07:45:05.526Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f [2025-06-23T07:45:05.526Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f done [2025-06-23T07:45:05.526Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f done [2025-06-23T07:45:05.526Z] #6 DONE 0.1s [2025-06-23T07:45:05.526Z] [2025-06-23T07:45:05.526Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f [2025-06-23T07:45:05.526Z] #5 DONE 0.0s [2025-06-23T07:45:05.526Z] [2025-06-23T07:45:05.526Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:05.785Z] #7 DONE 0.0s [2025-06-23T07:45:05.785Z] [2025-06-23T07:45:05.785Z] #8 exporting to image [2025-06-23T07:45:05.785Z] #8 exporting layers done [2025-06-23T07:45:05.785Z] #8 exporting manifest sha256:171db15e1d870864ea33476f74e936d677ceacb809e29138c059e1be036a17ae done [2025-06-23T07:45:05.785Z] #8 exporting config sha256:9ef59a26edff6283eafe70b2903de041bdf1123a31b7718a01bcb2758bbe4f20 done [2025-06-23T07:45:05.785Z] #8 exporting manifest sha256:746adc0a91089b4a1b1f6ad1e144474d332092d794abab544935e83e5be4b502 done [2025-06-23T07:45:05.785Z] #8 exporting config sha256:8f8e2c59d4215a945daadf7a80cef6940edb59bd8559214624a6646e3916fc58 done [2025-06-23T07:45:05.785Z] #8 exporting manifest list sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 done [2025-06-23T07:45:05.785Z] #8 pushing layers 0.1s done [2025-06-23T07:45:05.785Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 [2025-06-23T07:45:05.785Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:05.785Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 0.1s done [2025-06-23T07:45:05.785Z] #8 DONE 0.2s [2025-06-23T07:45:05.785Z] [2025-06-23T07:45:05.785Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:05.785Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:06.085Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-06-23T07:45:06.085Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-06-23T07:45:06.085Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:06.085Z] #1 transferring dockerfile: 181B done [2025-06-23T07:45:06.085Z] #1 DONE 0.0s [2025-06-23T07:45:06.085Z] [2025-06-23T07:45:06.085Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-23T07:45:06.085Z] #2 DONE 0.0s [2025-06-23T07:45:06.085Z] [2025-06-23T07:45:06.085Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-23T07:45:06.085Z] #3 DONE 0.0s [2025-06-23T07:45:06.085Z] [2025-06-23T07:45:06.085Z] #4 [internal] load .dockerignore [2025-06-23T07:45:06.085Z] #4 transferring context: 2B done [2025-06-23T07:45:06.085Z] #4 DONE 0.0s [2025-06-23T07:45:06.085Z] [2025-06-23T07:45:06.085Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f [2025-06-23T07:45:06.085Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 0.0s done [2025-06-23T07:45:06.085Z] #5 CACHED [2025-06-23T07:45:06.085Z] [2025-06-23T07:45:06.085Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f [2025-06-23T07:45:06.085Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 0.0s done [2025-06-23T07:45:06.085Z] #6 CACHED [2025-06-23T07:45:06.085Z] [2025-06-23T07:45:06.085Z] #7 exporting to image [2025-06-23T07:45:06.085Z] #7 exporting layers [2025-06-23T07:45:06.085Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:06.343Z] #7 exporting layers done [2025-06-23T07:45:06.343Z] #7 exporting manifest sha256:171db15e1d870864ea33476f74e936d677ceacb809e29138c059e1be036a17ae done [2025-06-23T07:45:06.343Z] #7 exporting config sha256:9ef59a26edff6283eafe70b2903de041bdf1123a31b7718a01bcb2758bbe4f20 done [2025-06-23T07:45:06.343Z] #7 exporting manifest sha256:746adc0a91089b4a1b1f6ad1e144474d332092d794abab544935e83e5be4b502 done [2025-06-23T07:45:06.343Z] #7 exporting config sha256:8f8e2c59d4215a945daadf7a80cef6940edb59bd8559214624a6646e3916fc58 done [2025-06-23T07:45:06.343Z] #7 exporting manifest list sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 done [2025-06-23T07:45:06.343Z] #7 pushing layers 0.0s done [2025-06-23T07:45:06.343Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 0.1s done [2025-06-23T07:45:06.343Z] #7 DONE 0.1s [2025-06-23T07:45:06.343Z] [2025-06-23T07:45:06.343Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:06.343Z] #8 DONE 0.0s [2025-06-23T07:45:06.343Z] [2025-06-23T07:45:06.343Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:06.343Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:06.642Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27 --push - [2025-06-23T07:45:06.642Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27' [2025-06-23T07:45:06.642Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:06.642Z] #1 transferring dockerfile: 187B done [2025-06-23T07:45:06.642Z] #1 DONE 0.0s [2025-06-23T07:45:06.642Z] [2025-06-23T07:45:06.642Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27 [2025-06-23T07:45:06.642Z] #2 DONE 0.0s [2025-06-23T07:45:06.642Z] [2025-06-23T07:45:06.642Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27 [2025-06-23T07:45:06.642Z] #3 DONE 0.0s [2025-06-23T07:45:06.642Z] [2025-06-23T07:45:06.642Z] #4 [internal] load .dockerignore [2025-06-23T07:45:06.642Z] #4 transferring context: 2B done [2025-06-23T07:45:06.642Z] #4 DONE 0.0s [2025-06-23T07:45:06.642Z] [2025-06-23T07:45:06.642Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f [2025-06-23T07:45:06.642Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 0.0s done [2025-06-23T07:45:06.642Z] #5 CACHED [2025-06-23T07:45:06.642Z] [2025-06-23T07:45:06.642Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f [2025-06-23T07:45:06.642Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 0.0s done [2025-06-23T07:45:06.901Z] #6 CACHED [2025-06-23T07:45:06.901Z] [2025-06-23T07:45:06.901Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:06.901Z] #7 DONE 0.0s [2025-06-23T07:45:06.901Z] [2025-06-23T07:45:06.901Z] #8 exporting to image [2025-06-23T07:45:06.901Z] #8 exporting layers done [2025-06-23T07:45:06.901Z] #8 exporting manifest sha256:171db15e1d870864ea33476f74e936d677ceacb809e29138c059e1be036a17ae done [2025-06-23T07:45:06.901Z] #8 exporting config sha256:9ef59a26edff6283eafe70b2903de041bdf1123a31b7718a01bcb2758bbe4f20 done [2025-06-23T07:45:06.901Z] #8 exporting manifest sha256:746adc0a91089b4a1b1f6ad1e144474d332092d794abab544935e83e5be4b502 done [2025-06-23T07:45:06.901Z] #8 exporting config sha256:8f8e2c59d4215a945daadf7a80cef6940edb59bd8559214624a6646e3916fc58 done [2025-06-23T07:45:06.901Z] #8 exporting manifest list sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 done [2025-06-23T07:45:06.901Z] #8 pushing layers 0.0s done [2025-06-23T07:45:06.901Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27@sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 0.1s done [2025-06-23T07:45:06.901Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:06.901Z] #8 DONE 0.1s [2025-06-23T07:45:06.901Z] [2025-06-23T07:45:06.901Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:06.901Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:07.191Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' [2025-06-23T07:45:07.191Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - [2025-06-23T07:45:07.191Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:07.191Z] #1 transferring dockerfile: 228B done [2025-06-23T07:45:07.191Z] #1 DONE 0.1s [2025-06-23T07:45:07.191Z] [2025-06-23T07:45:07.191Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:45:07.191Z] #2 DONE 0.0s [2025-06-23T07:45:07.191Z] [2025-06-23T07:45:07.191Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:45:07.448Z] #3 DONE 0.0s [2025-06-23T07:45:07.448Z] [2025-06-23T07:45:07.448Z] #4 [internal] load .dockerignore [2025-06-23T07:45:07.448Z] #4 transferring context: 2B done [2025-06-23T07:45:07.448Z] #4 DONE 0.0s [2025-06-23T07:45:07.448Z] [2025-06-23T07:45:07.448Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f [2025-06-23T07:45:07.448Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f done [2025-06-23T07:45:07.448Z] #5 CACHED [2025-06-23T07:45:07.448Z] [2025-06-23T07:45:07.448Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f [2025-06-23T07:45:07.448Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f done [2025-06-23T07:45:07.448Z] #6 CACHED [2025-06-23T07:45:07.448Z] [2025-06-23T07:45:07.448Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:07.448Z] #7 DONE 0.0s [2025-06-23T07:45:07.448Z] [2025-06-23T07:45:07.448Z] #8 exporting to image [2025-06-23T07:45:07.448Z] #8 exporting layers done [2025-06-23T07:45:07.448Z] #8 exporting manifest sha256:171db15e1d870864ea33476f74e936d677ceacb809e29138c059e1be036a17ae done [2025-06-23T07:45:07.448Z] #8 exporting config sha256:9ef59a26edff6283eafe70b2903de041bdf1123a31b7718a01bcb2758bbe4f20 done [2025-06-23T07:45:07.448Z] #8 exporting manifest sha256:746adc0a91089b4a1b1f6ad1e144474d332092d794abab544935e83e5be4b502 done [2025-06-23T07:45:07.448Z] #8 exporting config sha256:8f8e2c59d4215a945daadf7a80cef6940edb59bd8559214624a6646e3916fc58 done [2025-06-23T07:45:07.448Z] #8 exporting manifest list sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 done [2025-06-23T07:45:07.448Z] #8 pushing layers 0.0s done [2025-06-23T07:45:07.448Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 0.1s done [2025-06-23T07:45:07.448Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:07.448Z] #8 DONE 0.1s [2025-06-23T07:45:07.448Z] [2025-06-23T07:45:07.448Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:07.448Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:07.735Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-06-23T07:45:07.735Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-06-23T07:45:07.735Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:07.735Z] #1 transferring dockerfile: 179B done [2025-06-23T07:45:07.735Z] #1 DONE 0.0s [2025-06-23T07:45:07.735Z] [2025-06-23T07:45:07.735Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-23T07:45:07.735Z] #2 DONE 0.0s [2025-06-23T07:45:07.735Z] [2025-06-23T07:45:07.735Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-23T07:45:07.735Z] #3 DONE 0.0s [2025-06-23T07:45:07.735Z] [2025-06-23T07:45:07.735Z] #4 [internal] load .dockerignore [2025-06-23T07:45:07.735Z] #4 transferring context: 2B done [2025-06-23T07:45:07.735Z] #4 DONE 0.0s [2025-06-23T07:45:07.735Z] [2025-06-23T07:45:07.735Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f [2025-06-23T07:45:07.735Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f done [2025-06-23T07:45:07.735Z] #5 CACHED [2025-06-23T07:45:07.735Z] [2025-06-23T07:45:07.735Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f [2025-06-23T07:45:07.735Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 0.0s done [2025-06-23T07:45:07.735Z] #6 CACHED [2025-06-23T07:45:07.735Z] [2025-06-23T07:45:07.735Z] #7 exporting to image [2025-06-23T07:45:07.735Z] #7 exporting layers done [2025-06-23T07:45:07.735Z] #7 exporting manifest sha256:171db15e1d870864ea33476f74e936d677ceacb809e29138c059e1be036a17ae done [2025-06-23T07:45:07.735Z] #7 exporting config sha256:9ef59a26edff6283eafe70b2903de041bdf1123a31b7718a01bcb2758bbe4f20 done [2025-06-23T07:45:07.735Z] #7 exporting manifest sha256:746adc0a91089b4a1b1f6ad1e144474d332092d794abab544935e83e5be4b502 done [2025-06-23T07:45:07.735Z] #7 exporting config sha256:8f8e2c59d4215a945daadf7a80cef6940edb59bd8559214624a6646e3916fc58 done [2025-06-23T07:45:07.735Z] #7 exporting manifest list sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 done [2025-06-23T07:45:07.735Z] #7 pushing layers 0.0s done [2025-06-23T07:45:07.735Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 [2025-06-23T07:45:07.735Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:07.994Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 0.1s done [2025-06-23T07:45:07.994Z] #7 DONE 0.1s [2025-06-23T07:45:07.994Z] [2025-06-23T07:45:07.994Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:07.994Z] #8 DONE 0.0s [2025-06-23T07:45:07.994Z] [2025-06-23T07:45:07.994Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:07.994Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:08.279Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - [2025-06-23T07:45:08.279Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2' [2025-06-23T07:45:08.537Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:08.538Z] #1 transferring dockerfile: 205B done [2025-06-23T07:45:08.538Z] #1 DONE 0.0s [2025-06-23T07:45:08.538Z] [2025-06-23T07:45:08.538Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:45:08.538Z] #2 DONE 0.0s [2025-06-23T07:45:08.538Z] [2025-06-23T07:45:08.538Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:45:08.538Z] #3 DONE 0.0s [2025-06-23T07:45:08.538Z] [2025-06-23T07:45:08.538Z] #4 [internal] load .dockerignore [2025-06-23T07:45:08.538Z] #4 transferring context: 2B done [2025-06-23T07:45:08.538Z] #4 DONE 0.0s [2025-06-23T07:45:08.538Z] [2025-06-23T07:45:08.538Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 [2025-06-23T07:45:08.538Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 done [2025-06-23T07:45:08.538Z] #5 DONE 0.0s [2025-06-23T07:45:08.538Z] [2025-06-23T07:45:08.538Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 [2025-06-23T07:45:08.538Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 done [2025-06-23T07:45:08.538Z] #6 DONE 0.0s [2025-06-23T07:45:08.538Z] [2025-06-23T07:45:08.538Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 [2025-06-23T07:45:08.538Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 done [2025-06-23T07:45:08.538Z] #5 DONE 0.1s [2025-06-23T07:45:08.538Z] [2025-06-23T07:45:08.538Z] #7 exporting to image [2025-06-23T07:45:08.538Z] #7 exporting layers done [2025-06-23T07:45:08.538Z] #7 exporting manifest sha256:5ec9c21f9dd29586de663725e273d333c0e51a02b218b571f21dc753772c713c done [2025-06-23T07:45:08.538Z] #7 exporting config sha256:47c3de5d5695b836972016705ebf6b6b843b7f880b5c208a8cb584d4c5ed8c35 done [2025-06-23T07:45:08.538Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:08.538Z] #7 ... [2025-06-23T07:45:08.538Z] [2025-06-23T07:45:08.538Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:08.538Z] #8 DONE 0.0s [2025-06-23T07:45:08.538Z] [2025-06-23T07:45:08.538Z] #7 exporting to image [2025-06-23T07:45:08.538Z] #7 exporting manifest sha256:a70dc4595d99caa528c6602afb1c7211ae47f898e92fed14171ad5a136328863 done [2025-06-23T07:45:08.538Z] #7 exporting config sha256:74232090c9883242c4dc2482f806e763bf1e4b6169a5408038160baee27654ec done [2025-06-23T07:45:08.538Z] #7 exporting manifest list sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 done [2025-06-23T07:45:08.538Z] #7 pushing layers 0.1s done [2025-06-23T07:45:08.538Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 [2025-06-23T07:45:08.805Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 0.1s done [2025-06-23T07:45:08.805Z] #7 DONE 0.2s [2025-06-23T07:45:08.805Z] [2025-06-23T07:45:08.805Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:08.805Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:09.095Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-06-23T07:45:09.095Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-06-23T07:45:09.095Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:09.095Z] #1 transferring dockerfile: 171B done [2025-06-23T07:45:09.095Z] #1 DONE 0.0s [2025-06-23T07:45:09.095Z] [2025-06-23T07:45:09.095Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-23T07:45:09.095Z] #2 DONE 0.0s [2025-06-23T07:45:09.095Z] [2025-06-23T07:45:09.095Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-23T07:45:09.095Z] #3 DONE 0.0s [2025-06-23T07:45:09.095Z] [2025-06-23T07:45:09.095Z] #4 [internal] load .dockerignore [2025-06-23T07:45:09.095Z] #4 transferring context: 2B done [2025-06-23T07:45:09.095Z] #4 DONE 0.0s [2025-06-23T07:45:09.095Z] [2025-06-23T07:45:09.095Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 [2025-06-23T07:45:09.095Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 0.0s done [2025-06-23T07:45:09.095Z] #5 CACHED [2025-06-23T07:45:09.095Z] [2025-06-23T07:45:09.095Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 [2025-06-23T07:45:09.095Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 0.0s done [2025-06-23T07:45:09.095Z] #6 DONE 0.0s [2025-06-23T07:45:09.357Z] [2025-06-23T07:45:09.357Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 [2025-06-23T07:45:09.357Z] #6 CACHED [2025-06-23T07:45:09.357Z] [2025-06-23T07:45:09.357Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:09.357Z] #7 DONE 0.0s [2025-06-23T07:45:09.357Z] [2025-06-23T07:45:09.357Z] #8 exporting to image [2025-06-23T07:45:09.357Z] #8 exporting layers done [2025-06-23T07:45:09.357Z] #8 exporting manifest sha256:5ec9c21f9dd29586de663725e273d333c0e51a02b218b571f21dc753772c713c done [2025-06-23T07:45:09.357Z] #8 exporting config sha256:47c3de5d5695b836972016705ebf6b6b843b7f880b5c208a8cb584d4c5ed8c35 done [2025-06-23T07:45:09.357Z] #8 exporting manifest sha256:a70dc4595d99caa528c6602afb1c7211ae47f898e92fed14171ad5a136328863 done [2025-06-23T07:45:09.357Z] #8 exporting config sha256:74232090c9883242c4dc2482f806e763bf1e4b6169a5408038160baee27654ec done [2025-06-23T07:45:09.357Z] #8 exporting manifest list sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 done [2025-06-23T07:45:09.357Z] #8 pushing layers 0.0s done [2025-06-23T07:45:09.357Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 0.1s done [2025-06-23T07:45:09.357Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:09.357Z] #8 DONE 0.1s [2025-06-23T07:45:09.357Z] [2025-06-23T07:45:09.357Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:09.357Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:09.647Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27 --push - [2025-06-23T07:45:09.647Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27' [2025-06-23T07:45:09.647Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:09.647Z] #1 transferring dockerfile: 177B done [2025-06-23T07:45:09.647Z] #1 DONE 0.0s [2025-06-23T07:45:09.647Z] [2025-06-23T07:45:09.647Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27 [2025-06-23T07:45:09.647Z] #2 DONE 0.0s [2025-06-23T07:45:09.647Z] [2025-06-23T07:45:09.647Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27 [2025-06-23T07:45:09.647Z] #3 DONE 0.0s [2025-06-23T07:45:09.647Z] [2025-06-23T07:45:09.647Z] #4 [internal] load .dockerignore [2025-06-23T07:45:09.647Z] #4 transferring context: 2B done [2025-06-23T07:45:09.647Z] #4 DONE 0.0s [2025-06-23T07:45:09.647Z] [2025-06-23T07:45:09.647Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 [2025-06-23T07:45:09.647Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 done [2025-06-23T07:45:09.647Z] #5 CACHED [2025-06-23T07:45:09.647Z] [2025-06-23T07:45:09.647Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 [2025-06-23T07:45:09.647Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 0.0s done [2025-06-23T07:45:09.647Z] #6 CACHED [2025-06-23T07:45:09.647Z] [2025-06-23T07:45:09.647Z] #7 exporting to image [2025-06-23T07:45:09.647Z] #7 exporting layers done [2025-06-23T07:45:09.647Z] #7 exporting manifest sha256:5ec9c21f9dd29586de663725e273d333c0e51a02b218b571f21dc753772c713c done [2025-06-23T07:45:09.647Z] #7 exporting config sha256:47c3de5d5695b836972016705ebf6b6b843b7f880b5c208a8cb584d4c5ed8c35 done [2025-06-23T07:45:09.647Z] #7 exporting manifest sha256:a70dc4595d99caa528c6602afb1c7211ae47f898e92fed14171ad5a136328863 done [2025-06-23T07:45:09.647Z] #7 exporting config sha256:74232090c9883242c4dc2482f806e763bf1e4b6169a5408038160baee27654ec done [2025-06-23T07:45:09.647Z] #7 exporting manifest list sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 [2025-06-23T07:45:09.647Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:09.909Z] #7 exporting manifest list sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 done [2025-06-23T07:45:09.909Z] #7 pushing layers 0.0s done [2025-06-23T07:45:09.909Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27@sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 0.1s done [2025-06-23T07:45:09.909Z] #7 DONE 0.1s [2025-06-23T07:45:09.909Z] [2025-06-23T07:45:09.909Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:09.909Z] #8 DONE 0.0s [2025-06-23T07:45:09.909Z] [2025-06-23T07:45:09.909Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:09.909Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:10.212Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' [2025-06-23T07:45:10.212Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - [2025-06-23T07:45:10.212Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:10.212Z] #1 transferring dockerfile: 218B done [2025-06-23T07:45:10.212Z] #1 DONE 0.0s [2025-06-23T07:45:10.212Z] [2025-06-23T07:45:10.212Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:45:10.212Z] #2 DONE 0.0s [2025-06-23T07:45:10.212Z] [2025-06-23T07:45:10.212Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:45:10.212Z] #3 DONE 0.0s [2025-06-23T07:45:10.212Z] [2025-06-23T07:45:10.212Z] #4 [internal] load .dockerignore [2025-06-23T07:45:10.212Z] #4 transferring context: 2B done [2025-06-23T07:45:10.212Z] #4 DONE 0.0s [2025-06-23T07:45:10.212Z] [2025-06-23T07:45:10.212Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 [2025-06-23T07:45:10.212Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 done [2025-06-23T07:45:10.212Z] #5 CACHED [2025-06-23T07:45:10.212Z] [2025-06-23T07:45:10.212Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 [2025-06-23T07:45:10.212Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 0.0s done [2025-06-23T07:45:10.212Z] #6 CACHED [2025-06-23T07:45:10.212Z] [2025-06-23T07:45:10.212Z] #7 exporting to image [2025-06-23T07:45:10.212Z] #7 exporting layers done [2025-06-23T07:45:10.212Z] #7 exporting manifest sha256:5ec9c21f9dd29586de663725e273d333c0e51a02b218b571f21dc753772c713c done [2025-06-23T07:45:10.212Z] #7 exporting config sha256:47c3de5d5695b836972016705ebf6b6b843b7f880b5c208a8cb584d4c5ed8c35 done [2025-06-23T07:45:10.212Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:10.472Z] #7 exporting manifest sha256:a70dc4595d99caa528c6602afb1c7211ae47f898e92fed14171ad5a136328863 done [2025-06-23T07:45:10.472Z] #7 exporting config sha256:74232090c9883242c4dc2482f806e763bf1e4b6169a5408038160baee27654ec done [2025-06-23T07:45:10.472Z] #7 exporting manifest list sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 done [2025-06-23T07:45:10.472Z] #7 pushing layers 0.0s done [2025-06-23T07:45:10.472Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 0.1s done [2025-06-23T07:45:10.472Z] #7 DONE 0.1s [2025-06-23T07:45:10.472Z] [2025-06-23T07:45:10.472Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:10.472Z] #8 DONE 0.0s [2025-06-23T07:45:10.472Z] [2025-06-23T07:45:10.472Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:10.472Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:10.763Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-06-23T07:45:10.763Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-06-23T07:45:11.022Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:11.022Z] #1 transferring dockerfile: 169B done [2025-06-23T07:45:11.022Z] #1 DONE 0.0s [2025-06-23T07:45:11.022Z] [2025-06-23T07:45:11.022Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-23T07:45:11.022Z] #2 DONE 0.0s [2025-06-23T07:45:11.022Z] [2025-06-23T07:45:11.022Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-23T07:45:11.022Z] #3 DONE 0.0s [2025-06-23T07:45:11.022Z] [2025-06-23T07:45:11.022Z] #4 [internal] load .dockerignore [2025-06-23T07:45:11.022Z] #4 transferring context: 2B done [2025-06-23T07:45:11.022Z] #4 DONE 0.0s [2025-06-23T07:45:11.022Z] [2025-06-23T07:45:11.022Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 [2025-06-23T07:45:11.022Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 0.0s done [2025-06-23T07:45:11.022Z] #5 CACHED [2025-06-23T07:45:11.022Z] [2025-06-23T07:45:11.022Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 [2025-06-23T07:45:11.022Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 0.0s done [2025-06-23T07:45:11.022Z] #6 CACHED [2025-06-23T07:45:11.022Z] [2025-06-23T07:45:11.022Z] #7 exporting to image [2025-06-23T07:45:11.022Z] #7 exporting layers done [2025-06-23T07:45:11.022Z] #7 exporting manifest sha256:5ec9c21f9dd29586de663725e273d333c0e51a02b218b571f21dc753772c713c done [2025-06-23T07:45:11.022Z] #7 exporting config sha256:47c3de5d5695b836972016705ebf6b6b843b7f880b5c208a8cb584d4c5ed8c35 done [2025-06-23T07:45:11.022Z] #7 exporting manifest sha256:a70dc4595d99caa528c6602afb1c7211ae47f898e92fed14171ad5a136328863 done [2025-06-23T07:45:11.022Z] #7 exporting config sha256:74232090c9883242c4dc2482f806e763bf1e4b6169a5408038160baee27654ec done [2025-06-23T07:45:11.022Z] #7 exporting manifest list sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 [2025-06-23T07:45:11.022Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:11.022Z] #7 exporting manifest list sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 done [2025-06-23T07:45:11.022Z] #7 pushing layers 0.0s done [2025-06-23T07:45:11.022Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 0.1s done [2025-06-23T07:45:11.022Z] #7 DONE 0.1s [2025-06-23T07:45:11.022Z] [2025-06-23T07:45:11.022Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:11.022Z] #8 DONE 0.0s [2025-06-23T07:45:11.022Z] [2025-06-23T07:45:11.022Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:11.022Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:11.308Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2' [2025-06-23T07:45:11.309Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - [2025-06-23T07:45:11.309Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:11.309Z] #1 transferring dockerfile: 206B done [2025-06-23T07:45:11.309Z] #1 DONE 0.0s [2025-06-23T07:45:11.309Z] [2025-06-23T07:45:11.309Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:45:11.309Z] #2 DONE 0.1s [2025-06-23T07:45:11.309Z] [2025-06-23T07:45:11.309Z] #3 [internal] load .dockerignore [2025-06-23T07:45:11.309Z] #3 transferring context: [2025-06-23T07:45:11.567Z] #3 transferring context: 2B done [2025-06-23T07:45:11.567Z] #3 DONE 0.0s [2025-06-23T07:45:11.567Z] [2025-06-23T07:45:11.567Z] #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:45:11.567Z] #4 DONE 0.1s [2025-06-23T07:45:11.567Z] [2025-06-23T07:45:11.567Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 [2025-06-23T07:45:11.567Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 0.0s done [2025-06-23T07:45:11.567Z] #5 DONE 0.0s [2025-06-23T07:45:11.567Z] [2025-06-23T07:45:11.567Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 [2025-06-23T07:45:11.567Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 0.0s done [2025-06-23T07:45:11.567Z] #6 DONE 0.1s [2025-06-23T07:45:11.567Z] [2025-06-23T07:45:11.567Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:11.567Z] #7 DONE 0.0s [2025-06-23T07:45:11.567Z] [2025-06-23T07:45:11.567Z] #8 exporting to image [2025-06-23T07:45:11.567Z] #8 exporting layers done [2025-06-23T07:45:11.567Z] #8 exporting manifest sha256:18f24eb5c16b2f5343c1664be3d4b5e66573f388b550d08aa17db74c324ac8f2 done [2025-06-23T07:45:11.567Z] #8 exporting config sha256:1e9e0bf1a2953ff7a4d320432d31e71e226fb56d90ed81ef342e65835a98846d done [2025-06-23T07:45:11.567Z] #8 exporting manifest sha256:a323ad64718608083eee058ff4ff996c4e5d392832e39c0343cafc6912347c26 done [2025-06-23T07:45:11.567Z] #8 exporting config sha256:231179c36a073f962379630fe8e478d33a5e3a137798d49d1386be0bbe1fc5d4 done [2025-06-23T07:45:11.567Z] #8 exporting manifest list sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 done [2025-06-23T07:45:11.567Z] #8 pushing layers 0.1s done [2025-06-23T07:45:11.567Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 [2025-06-23T07:45:11.568Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:11.826Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 0.1s done [2025-06-23T07:45:11.826Z] #8 DONE 0.2s [2025-06-23T07:45:11.826Z] [2025-06-23T07:45:11.826Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:11.826Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:12.114Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-06-23T07:45:12.114Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-06-23T07:45:12.374Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:12.374Z] #1 transferring dockerfile: 172B done [2025-06-23T07:45:12.374Z] #1 DONE 0.0s [2025-06-23T07:45:12.374Z] [2025-06-23T07:45:12.374Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-23T07:45:12.374Z] #2 DONE 0.0s [2025-06-23T07:45:12.374Z] [2025-06-23T07:45:12.374Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-23T07:45:12.374Z] #3 DONE 0.0s [2025-06-23T07:45:12.374Z] [2025-06-23T07:45:12.374Z] #4 [internal] load .dockerignore [2025-06-23T07:45:12.374Z] #4 transferring context: 2B done [2025-06-23T07:45:12.374Z] #4 DONE 0.0s [2025-06-23T07:45:12.374Z] [2025-06-23T07:45:12.374Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 [2025-06-23T07:45:12.374Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 0.0s done [2025-06-23T07:45:12.374Z] #5 CACHED [2025-06-23T07:45:12.374Z] [2025-06-23T07:45:12.374Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 [2025-06-23T07:45:12.374Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 0.0s done [2025-06-23T07:45:12.374Z] #6 DONE 0.0s [2025-06-23T07:45:12.374Z] [2025-06-23T07:45:12.374Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 [2025-06-23T07:45:12.374Z] #6 CACHED [2025-06-23T07:45:12.374Z] [2025-06-23T07:45:12.374Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:12.374Z] #7 DONE 0.0s [2025-06-23T07:45:12.374Z] [2025-06-23T07:45:12.374Z] #8 exporting to image [2025-06-23T07:45:12.374Z] #8 exporting layers done [2025-06-23T07:45:12.374Z] #8 exporting manifest sha256:18f24eb5c16b2f5343c1664be3d4b5e66573f388b550d08aa17db74c324ac8f2 done [2025-06-23T07:45:12.374Z] #8 exporting config sha256:1e9e0bf1a2953ff7a4d320432d31e71e226fb56d90ed81ef342e65835a98846d done [2025-06-23T07:45:12.374Z] #8 exporting manifest sha256:a323ad64718608083eee058ff4ff996c4e5d392832e39c0343cafc6912347c26 done [2025-06-23T07:45:12.374Z] #8 exporting config sha256:231179c36a073f962379630fe8e478d33a5e3a137798d49d1386be0bbe1fc5d4 done [2025-06-23T07:45:12.374Z] #8 exporting manifest list sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 done [2025-06-23T07:45:12.374Z] #8 pushing layers 0.0s done [2025-06-23T07:45:12.374Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 0.1s done [2025-06-23T07:45:12.374Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:12.374Z] #8 DONE 0.1s [2025-06-23T07:45:12.374Z] [2025-06-23T07:45:12.374Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:12.374Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:12.660Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27 --push - [2025-06-23T07:45:12.660Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27' [2025-06-23T07:45:12.919Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:12.919Z] #1 transferring dockerfile: 178B done [2025-06-23T07:45:12.919Z] #1 DONE 0.0s [2025-06-23T07:45:12.919Z] [2025-06-23T07:45:12.919Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27 [2025-06-23T07:45:12.919Z] #2 DONE 0.0s [2025-06-23T07:45:12.919Z] [2025-06-23T07:45:12.919Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27 [2025-06-23T07:45:12.919Z] #3 DONE 0.0s [2025-06-23T07:45:12.919Z] [2025-06-23T07:45:12.919Z] #4 [internal] load .dockerignore [2025-06-23T07:45:12.919Z] #4 transferring context: 2B done [2025-06-23T07:45:12.919Z] #4 DONE 0.0s [2025-06-23T07:45:12.919Z] [2025-06-23T07:45:12.919Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 [2025-06-23T07:45:12.919Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 done [2025-06-23T07:45:12.919Z] #5 CACHED [2025-06-23T07:45:12.919Z] [2025-06-23T07:45:12.919Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 [2025-06-23T07:45:12.919Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 0.0s done [2025-06-23T07:45:12.919Z] #6 CACHED [2025-06-23T07:45:12.919Z] [2025-06-23T07:45:12.919Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:12.919Z] #7 DONE 0.0s [2025-06-23T07:45:12.919Z] [2025-06-23T07:45:12.919Z] #8 exporting to image [2025-06-23T07:45:12.919Z] #8 exporting layers done [2025-06-23T07:45:12.919Z] #8 exporting manifest sha256:18f24eb5c16b2f5343c1664be3d4b5e66573f388b550d08aa17db74c324ac8f2 done [2025-06-23T07:45:12.919Z] #8 exporting config sha256:1e9e0bf1a2953ff7a4d320432d31e71e226fb56d90ed81ef342e65835a98846d done [2025-06-23T07:45:12.919Z] #8 exporting manifest sha256:a323ad64718608083eee058ff4ff996c4e5d392832e39c0343cafc6912347c26 done [2025-06-23T07:45:12.919Z] #8 exporting config sha256:231179c36a073f962379630fe8e478d33a5e3a137798d49d1386be0bbe1fc5d4 done [2025-06-23T07:45:12.919Z] #8 exporting manifest list sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 done [2025-06-23T07:45:12.919Z] #8 pushing layers 0.0s done [2025-06-23T07:45:12.919Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27@sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 0.1s done [2025-06-23T07:45:12.919Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:12.919Z] #8 DONE 0.1s [2025-06-23T07:45:12.919Z] [2025-06-23T07:45:12.919Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:12.919Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:13.210Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' [2025-06-23T07:45:13.210Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - [2025-06-23T07:45:13.210Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:13.210Z] #1 transferring dockerfile: 219B done [2025-06-23T07:45:13.210Z] #1 DONE 0.0s [2025-06-23T07:45:13.210Z] [2025-06-23T07:45:13.210Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:45:13.210Z] #2 DONE 0.0s [2025-06-23T07:45:13.210Z] [2025-06-23T07:45:13.210Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:45:13.210Z] #3 DONE 0.0s [2025-06-23T07:45:13.210Z] [2025-06-23T07:45:13.210Z] #4 [internal] load .dockerignore [2025-06-23T07:45:13.210Z] #4 transferring context: 2B done [2025-06-23T07:45:13.210Z] #4 DONE 0.0s [2025-06-23T07:45:13.210Z] [2025-06-23T07:45:13.210Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 [2025-06-23T07:45:13.210Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 0.0s done [2025-06-23T07:45:13.210Z] #5 DONE 0.0s [2025-06-23T07:45:13.210Z] [2025-06-23T07:45:13.210Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 [2025-06-23T07:45:13.472Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 0.0s done [2025-06-23T07:45:13.472Z] #6 CACHED [2025-06-23T07:45:13.472Z] [2025-06-23T07:45:13.472Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 [2025-06-23T07:45:13.472Z] #5 CACHED [2025-06-23T07:45:13.472Z] [2025-06-23T07:45:13.472Z] #7 exporting to image [2025-06-23T07:45:13.472Z] #7 exporting layers done [2025-06-23T07:45:13.472Z] #7 exporting manifest sha256:18f24eb5c16b2f5343c1664be3d4b5e66573f388b550d08aa17db74c324ac8f2 done [2025-06-23T07:45:13.472Z] #7 exporting config sha256:1e9e0bf1a2953ff7a4d320432d31e71e226fb56d90ed81ef342e65835a98846d done [2025-06-23T07:45:13.472Z] #7 exporting manifest sha256:a323ad64718608083eee058ff4ff996c4e5d392832e39c0343cafc6912347c26 done [2025-06-23T07:45:13.472Z] #7 exporting config sha256:231179c36a073f962379630fe8e478d33a5e3a137798d49d1386be0bbe1fc5d4 done [2025-06-23T07:45:13.472Z] #7 exporting manifest list sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 done [2025-06-23T07:45:13.472Z] #7 pushing layers [2025-06-23T07:45:13.472Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:14.038Z] #7 pushing layers 0.6s done [2025-06-23T07:45:14.038Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 0.1s done [2025-06-23T07:45:14.038Z] #7 DONE 0.7s [2025-06-23T07:45:14.038Z] [2025-06-23T07:45:14.038Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:14.038Z] #8 DONE 0.0s [2025-06-23T07:45:14.038Z] [2025-06-23T07:45:14.038Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:14.038Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:14.321Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-06-23T07:45:14.321Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-06-23T07:45:14.321Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:14.321Z] #1 transferring dockerfile: 170B done [2025-06-23T07:45:14.321Z] #1 DONE 0.0s [2025-06-23T07:45:14.321Z] [2025-06-23T07:45:14.321Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-23T07:45:14.321Z] #2 DONE 0.0s [2025-06-23T07:45:14.321Z] [2025-06-23T07:45:14.321Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-23T07:45:14.321Z] #3 DONE 0.0s [2025-06-23T07:45:14.321Z] [2025-06-23T07:45:14.321Z] #4 [internal] load .dockerignore [2025-06-23T07:45:14.321Z] #4 transferring context: 2B done [2025-06-23T07:45:14.321Z] #4 DONE 0.0s [2025-06-23T07:45:14.321Z] [2025-06-23T07:45:14.321Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 [2025-06-23T07:45:14.321Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 0.0s done [2025-06-23T07:45:14.321Z] #5 CACHED [2025-06-23T07:45:14.321Z] [2025-06-23T07:45:14.321Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 [2025-06-23T07:45:14.321Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 0.0s done [2025-06-23T07:45:14.321Z] #6 CACHED [2025-06-23T07:45:14.321Z] [2025-06-23T07:45:14.321Z] #7 exporting to image [2025-06-23T07:45:14.321Z] #7 exporting layers done [2025-06-23T07:45:14.321Z] #7 exporting manifest sha256:18f24eb5c16b2f5343c1664be3d4b5e66573f388b550d08aa17db74c324ac8f2 done [2025-06-23T07:45:14.321Z] #7 exporting config sha256:1e9e0bf1a2953ff7a4d320432d31e71e226fb56d90ed81ef342e65835a98846d done [2025-06-23T07:45:14.321Z] #7 exporting manifest sha256:a323ad64718608083eee058ff4ff996c4e5d392832e39c0343cafc6912347c26 0.0s done [2025-06-23T07:45:14.321Z] #7 exporting config sha256:231179c36a073f962379630fe8e478d33a5e3a137798d49d1386be0bbe1fc5d4 [2025-06-23T07:45:14.321Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:14.606Z] #7 ... [2025-06-23T07:45:14.606Z] [2025-06-23T07:45:14.606Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:14.606Z] #8 DONE 0.0s [2025-06-23T07:45:14.606Z] [2025-06-23T07:45:14.606Z] #7 exporting to image [2025-06-23T07:45:14.606Z] #7 exporting config sha256:231179c36a073f962379630fe8e478d33a5e3a137798d49d1386be0bbe1fc5d4 done [2025-06-23T07:45:14.606Z] #7 exporting manifest list sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 done [2025-06-23T07:45:14.606Z] #7 pushing layers 0.0s done [2025-06-23T07:45:14.606Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 [2025-06-23T07:45:17.190Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 2.3s done [2025-06-23T07:45:17.190Z] #7 DONE 2.3s [2025-06-23T07:45:17.190Z] [2025-06-23T07:45:17.190Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:17.190Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:17.477Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2' [2025-06-23T07:45:17.477Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - [2025-06-23T07:45:17.477Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:17.477Z] #1 transferring dockerfile: 206B done [2025-06-23T07:45:17.477Z] #1 DONE 0.0s [2025-06-23T07:45:17.477Z] [2025-06-23T07:45:17.477Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:45:17.477Z] #2 DONE 0.0s [2025-06-23T07:45:17.477Z] [2025-06-23T07:45:17.477Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:45:17.477Z] #3 DONE 0.0s [2025-06-23T07:45:17.477Z] [2025-06-23T07:45:17.477Z] #4 [internal] load .dockerignore [2025-06-23T07:45:17.477Z] #4 transferring context: 2B done [2025-06-23T07:45:17.477Z] #4 DONE 0.0s [2025-06-23T07:45:17.477Z] [2025-06-23T07:45:17.477Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 [2025-06-23T07:45:17.477Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 0.0s done [2025-06-23T07:45:17.477Z] #5 DONE 0.0s [2025-06-23T07:45:17.477Z] [2025-06-23T07:45:17.477Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 [2025-06-23T07:45:17.736Z] #6 DONE 0.0s [2025-06-23T07:45:17.736Z] [2025-06-23T07:45:17.736Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 [2025-06-23T07:45:17.736Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 0.0s done [2025-06-23T07:45:17.736Z] #5 DONE 0.1s [2025-06-23T07:45:17.736Z] [2025-06-23T07:45:17.736Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:17.999Z] #7 DONE 0.0s [2025-06-23T07:45:18.000Z] [2025-06-23T07:45:18.000Z] #8 exporting to image [2025-06-23T07:45:18.000Z] #8 exporting layers done [2025-06-23T07:45:18.000Z] #8 exporting manifest sha256:bf1dcc77c54f53281c5bad4d3e7726fdbd8072a7d332c76c4e96a6a69bb3f1f5 done [2025-06-23T07:45:18.000Z] #8 exporting config sha256:8c292fe53d184de8f90c73081fa114a3eb9f59d206dd3bba91f47ac8108af01c done [2025-06-23T07:45:18.000Z] #8 exporting manifest sha256:048878959b1378f69ad48e11fdfe7c9384a83911a5feb2896f75cc168a0ec299 done [2025-06-23T07:45:18.000Z] #8 exporting config sha256:a1e1d4985fc831321277615cae7436dc7fe395f4842dfc1eea2321d03d571370 done [2025-06-23T07:45:18.000Z] #8 exporting manifest list sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 done [2025-06-23T07:45:18.000Z] #8 pushing layers 0.1s done [2025-06-23T07:45:18.000Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 [2025-06-23T07:45:18.000Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:18.000Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 0.1s done [2025-06-23T07:45:18.000Z] #8 DONE 0.2s [2025-06-23T07:45:18.000Z] [2025-06-23T07:45:18.000Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:18.000Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:18.286Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-06-23T07:45:18.286Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-06-23T07:45:18.286Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:18.286Z] #1 transferring dockerfile: 172B done [2025-06-23T07:45:18.286Z] #1 DONE 0.0s [2025-06-23T07:45:18.286Z] [2025-06-23T07:45:18.286Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-23T07:45:18.286Z] #2 DONE 0.0s [2025-06-23T07:45:18.286Z] [2025-06-23T07:45:18.286Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-23T07:45:18.286Z] #3 DONE 0.0s [2025-06-23T07:45:18.286Z] [2025-06-23T07:45:18.286Z] #4 [internal] load .dockerignore [2025-06-23T07:45:18.286Z] #4 transferring context: 2B done [2025-06-23T07:45:18.286Z] #4 DONE 0.0s [2025-06-23T07:45:18.286Z] [2025-06-23T07:45:18.286Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 [2025-06-23T07:45:18.286Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 done [2025-06-23T07:45:18.286Z] #5 CACHED [2025-06-23T07:45:18.286Z] [2025-06-23T07:45:18.286Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 [2025-06-23T07:45:18.286Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 0.0s done [2025-06-23T07:45:18.286Z] #6 CACHED [2025-06-23T07:45:18.286Z] [2025-06-23T07:45:18.286Z] #7 exporting to image [2025-06-23T07:45:18.286Z] #7 exporting layers [2025-06-23T07:45:18.286Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:18.545Z] #7 exporting layers done [2025-06-23T07:45:18.545Z] #7 exporting manifest sha256:bf1dcc77c54f53281c5bad4d3e7726fdbd8072a7d332c76c4e96a6a69bb3f1f5 done [2025-06-23T07:45:18.545Z] #7 exporting config sha256:8c292fe53d184de8f90c73081fa114a3eb9f59d206dd3bba91f47ac8108af01c done [2025-06-23T07:45:18.545Z] #7 exporting manifest sha256:048878959b1378f69ad48e11fdfe7c9384a83911a5feb2896f75cc168a0ec299 0.0s done [2025-06-23T07:45:18.545Z] #7 exporting config sha256:a1e1d4985fc831321277615cae7436dc7fe395f4842dfc1eea2321d03d571370 done [2025-06-23T07:45:18.545Z] #7 exporting manifest list sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 done [2025-06-23T07:45:18.545Z] #7 pushing layers 0.0s done [2025-06-23T07:45:18.545Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 0.1s done [2025-06-23T07:45:18.545Z] #7 DONE 0.1s [2025-06-23T07:45:18.545Z] [2025-06-23T07:45:18.545Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:18.545Z] #8 DONE 0.0s [2025-06-23T07:45:18.545Z] [2025-06-23T07:45:18.545Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:18.545Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:18.838Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27' [2025-06-23T07:45:18.839Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27 --push - [2025-06-23T07:45:18.839Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:18.839Z] #1 transferring dockerfile: 178B done [2025-06-23T07:45:18.839Z] #1 DONE 0.0s [2025-06-23T07:45:18.839Z] [2025-06-23T07:45:18.839Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27 [2025-06-23T07:45:18.839Z] #2 DONE 0.0s [2025-06-23T07:45:18.839Z] [2025-06-23T07:45:18.839Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27 [2025-06-23T07:45:18.839Z] #3 DONE 0.0s [2025-06-23T07:45:18.839Z] [2025-06-23T07:45:18.839Z] #4 [internal] load .dockerignore [2025-06-23T07:45:18.839Z] #4 transferring context: 2B done [2025-06-23T07:45:18.839Z] #4 DONE 0.0s [2025-06-23T07:45:18.839Z] [2025-06-23T07:45:18.839Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 [2025-06-23T07:45:18.839Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 0.0s done [2025-06-23T07:45:18.839Z] #5 CACHED [2025-06-23T07:45:18.839Z] [2025-06-23T07:45:18.839Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 [2025-06-23T07:45:18.839Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 0.0s done [2025-06-23T07:45:18.839Z] #6 CACHED [2025-06-23T07:45:18.839Z] [2025-06-23T07:45:18.839Z] #7 exporting to image [2025-06-23T07:45:18.839Z] #7 exporting layers [2025-06-23T07:45:18.839Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:19.098Z] #7 exporting layers done [2025-06-23T07:45:19.098Z] #7 exporting manifest sha256:bf1dcc77c54f53281c5bad4d3e7726fdbd8072a7d332c76c4e96a6a69bb3f1f5 done [2025-06-23T07:45:19.098Z] #7 exporting config sha256:8c292fe53d184de8f90c73081fa114a3eb9f59d206dd3bba91f47ac8108af01c done [2025-06-23T07:45:19.098Z] #7 exporting manifest sha256:048878959b1378f69ad48e11fdfe7c9384a83911a5feb2896f75cc168a0ec299 done [2025-06-23T07:45:19.098Z] #7 exporting config sha256:a1e1d4985fc831321277615cae7436dc7fe395f4842dfc1eea2321d03d571370 done [2025-06-23T07:45:19.098Z] #7 exporting manifest list sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 done [2025-06-23T07:45:19.098Z] #7 pushing layers 0.0s done [2025-06-23T07:45:19.098Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27@sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 0.1s done [2025-06-23T07:45:19.098Z] #7 DONE 0.1s [2025-06-23T07:45:19.098Z] [2025-06-23T07:45:19.098Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:19.098Z] #8 DONE 0.0s [2025-06-23T07:45:19.098Z] [2025-06-23T07:45:19.098Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:19.098Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:19.385Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' [2025-06-23T07:45:19.385Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - [2025-06-23T07:45:19.385Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:19.385Z] #1 transferring dockerfile: 219B done [2025-06-23T07:45:19.385Z] #1 DONE 0.0s [2025-06-23T07:45:19.385Z] [2025-06-23T07:45:19.385Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:45:19.385Z] #2 DONE 0.0s [2025-06-23T07:45:19.385Z] [2025-06-23T07:45:19.385Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:45:19.385Z] #3 DONE 0.0s [2025-06-23T07:45:19.385Z] [2025-06-23T07:45:19.385Z] #4 [internal] load .dockerignore [2025-06-23T07:45:19.385Z] #4 transferring context: 2B done [2025-06-23T07:45:19.385Z] #4 DONE 0.0s [2025-06-23T07:45:19.385Z] [2025-06-23T07:45:19.385Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 [2025-06-23T07:45:19.385Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 0.0s done [2025-06-23T07:45:19.385Z] #5 CACHED [2025-06-23T07:45:19.385Z] [2025-06-23T07:45:19.385Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 [2025-06-23T07:45:19.385Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 0.0s done [2025-06-23T07:45:19.385Z] #6 CACHED [2025-06-23T07:45:19.385Z] [2025-06-23T07:45:19.385Z] #7 exporting to image [2025-06-23T07:45:19.385Z] #7 exporting layers done [2025-06-23T07:45:19.385Z] #7 exporting manifest sha256:bf1dcc77c54f53281c5bad4d3e7726fdbd8072a7d332c76c4e96a6a69bb3f1f5 [2025-06-23T07:45:19.385Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:19.646Z] #7 exporting manifest sha256:bf1dcc77c54f53281c5bad4d3e7726fdbd8072a7d332c76c4e96a6a69bb3f1f5 done [2025-06-23T07:45:19.646Z] #7 exporting config sha256:8c292fe53d184de8f90c73081fa114a3eb9f59d206dd3bba91f47ac8108af01c done [2025-06-23T07:45:19.646Z] #7 exporting manifest sha256:048878959b1378f69ad48e11fdfe7c9384a83911a5feb2896f75cc168a0ec299 done [2025-06-23T07:45:19.646Z] #7 exporting config sha256:a1e1d4985fc831321277615cae7436dc7fe395f4842dfc1eea2321d03d571370 done [2025-06-23T07:45:19.646Z] #7 exporting manifest list sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 done [2025-06-23T07:45:19.646Z] #7 pushing layers 0.0s done [2025-06-23T07:45:19.646Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 0.1s done [2025-06-23T07:45:19.646Z] #7 DONE 0.1s [2025-06-23T07:45:19.646Z] [2025-06-23T07:45:19.646Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:19.646Z] #8 DONE 0.0s [2025-06-23T07:45:19.646Z] [2025-06-23T07:45:19.646Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:19.646Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:19.933Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-06-23T07:45:19.933Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-06-23T07:45:19.933Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:19.933Z] #1 transferring dockerfile: 170B done [2025-06-23T07:45:19.933Z] #1 DONE 0.0s [2025-06-23T07:45:19.933Z] [2025-06-23T07:45:19.933Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-23T07:45:19.933Z] #2 DONE 0.0s [2025-06-23T07:45:19.933Z] [2025-06-23T07:45:19.933Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-23T07:45:19.933Z] #3 DONE 0.0s [2025-06-23T07:45:19.933Z] [2025-06-23T07:45:19.933Z] #4 [internal] load .dockerignore [2025-06-23T07:45:19.933Z] #4 transferring context: 2B done [2025-06-23T07:45:19.933Z] #4 DONE 0.0s [2025-06-23T07:45:19.933Z] [2025-06-23T07:45:19.933Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 [2025-06-23T07:45:19.933Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 0.0s done [2025-06-23T07:45:19.933Z] #5 CACHED [2025-06-23T07:45:19.933Z] [2025-06-23T07:45:19.933Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 [2025-06-23T07:45:19.933Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 0.0s done [2025-06-23T07:45:19.933Z] #6 CACHED [2025-06-23T07:45:19.933Z] [2025-06-23T07:45:19.933Z] #7 exporting to image [2025-06-23T07:45:19.933Z] #7 exporting layers done [2025-06-23T07:45:19.933Z] #7 exporting manifest sha256:bf1dcc77c54f53281c5bad4d3e7726fdbd8072a7d332c76c4e96a6a69bb3f1f5 done [2025-06-23T07:45:19.933Z] #7 exporting config sha256:8c292fe53d184de8f90c73081fa114a3eb9f59d206dd3bba91f47ac8108af01c done [2025-06-23T07:45:19.933Z] #7 exporting manifest sha256:048878959b1378f69ad48e11fdfe7c9384a83911a5feb2896f75cc168a0ec299 done [2025-06-23T07:45:19.933Z] #7 exporting config sha256:a1e1d4985fc831321277615cae7436dc7fe395f4842dfc1eea2321d03d571370 [2025-06-23T07:45:19.933Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:20.192Z] #7 exporting config sha256:a1e1d4985fc831321277615cae7436dc7fe395f4842dfc1eea2321d03d571370 done [2025-06-23T07:45:20.192Z] #7 exporting manifest list sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 done [2025-06-23T07:45:20.192Z] #7 pushing layers 0.0s done [2025-06-23T07:45:20.192Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 0.1s done [2025-06-23T07:45:20.192Z] #7 DONE 0.1s [2025-06-23T07:45:20.192Z] [2025-06-23T07:45:20.192Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:20.192Z] #8 DONE 0.0s [2025-06-23T07:45:20.192Z] [2025-06-23T07:45:20.192Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:20.192Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:20.481Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2' [2025-06-23T07:45:20.481Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - [2025-06-23T07:45:20.481Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:20.481Z] #1 transferring dockerfile: 206B done [2025-06-23T07:45:20.481Z] #1 DONE 0.0s [2025-06-23T07:45:20.481Z] [2025-06-23T07:45:20.481Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:45:20.481Z] #2 DONE 0.0s [2025-06-23T07:45:20.481Z] [2025-06-23T07:45:20.481Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:45:20.481Z] #3 DONE 0.0s [2025-06-23T07:45:20.481Z] [2025-06-23T07:45:20.481Z] #4 [internal] load .dockerignore [2025-06-23T07:45:20.481Z] #4 transferring context: 2B done [2025-06-23T07:45:20.481Z] #4 DONE 0.0s [2025-06-23T07:45:20.481Z] [2025-06-23T07:45:20.481Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e [2025-06-23T07:45:20.481Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e [2025-06-23T07:45:20.743Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 0.0s done [2025-06-23T07:45:20.743Z] #5 DONE 0.0s [2025-06-23T07:45:20.743Z] [2025-06-23T07:45:20.743Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e [2025-06-23T07:45:20.743Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 0.0s done [2025-06-23T07:45:20.743Z] #6 DONE 0.1s [2025-06-23T07:45:20.743Z] [2025-06-23T07:45:20.743Z] #7 exporting to image [2025-06-23T07:45:20.743Z] #7 exporting layers done [2025-06-23T07:45:20.743Z] #7 exporting manifest sha256:d79c90a08e232a667d4f858ff4a7cd7e46b3b749d7ffd6e862000eefbc685f09 done [2025-06-23T07:45:20.743Z] #7 exporting config sha256:6692d52802aa07354632f9ff6213227aee7a9a5f8a506ff1a9f15228b24da90b done [2025-06-23T07:45:20.743Z] #7 exporting manifest sha256:ef4f72f8523901c2084e50e251b71ecd61d1df72f5210aa7426c0eee3c7b5df4 done [2025-06-23T07:45:20.743Z] #7 exporting config sha256:e0e8ef4b0bc33eee61449525f9a9234d4332dcd8f46f6e8ebac1b0fbb0717628 done [2025-06-23T07:45:20.743Z] #7 exporting manifest list sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a [2025-06-23T07:45:20.743Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:20.743Z] #7 ... [2025-06-23T07:45:20.743Z] [2025-06-23T07:45:20.743Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:20.743Z] #8 DONE 0.0s [2025-06-23T07:45:20.743Z] [2025-06-23T07:45:20.743Z] #7 exporting to image [2025-06-23T07:45:20.743Z] #7 exporting manifest list sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a done [2025-06-23T07:45:20.743Z] #7 pushing layers 0.1s done [2025-06-23T07:45:20.743Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a [2025-06-23T07:45:21.001Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a 0.1s done [2025-06-23T07:45:21.002Z] #7 DONE 0.2s [2025-06-23T07:45:21.002Z] [2025-06-23T07:45:21.002Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:21.002Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:21.285Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-06-23T07:45:21.285Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-06-23T07:45:21.285Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:21.285Z] #1 transferring dockerfile: 172B done [2025-06-23T07:45:21.285Z] #1 DONE 0.0s [2025-06-23T07:45:21.285Z] [2025-06-23T07:45:21.285Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-23T07:45:21.285Z] #2 DONE 0.0s [2025-06-23T07:45:21.285Z] [2025-06-23T07:45:21.285Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-23T07:45:21.285Z] #3 DONE 0.0s [2025-06-23T07:45:21.285Z] [2025-06-23T07:45:21.285Z] #4 [internal] load .dockerignore [2025-06-23T07:45:21.285Z] #4 transferring context: 2B done [2025-06-23T07:45:21.285Z] #4 DONE 0.0s [2025-06-23T07:45:21.285Z] [2025-06-23T07:45:21.285Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e [2025-06-23T07:45:21.285Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 0.0s done [2025-06-23T07:45:21.285Z] #5 CACHED [2025-06-23T07:45:21.285Z] [2025-06-23T07:45:21.285Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e [2025-06-23T07:45:21.285Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 0.0s done [2025-06-23T07:45:21.285Z] #6 CACHED [2025-06-23T07:45:21.285Z] [2025-06-23T07:45:21.285Z] #7 exporting to image [2025-06-23T07:45:21.285Z] #7 exporting layers [2025-06-23T07:45:21.285Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:21.544Z] #7 exporting layers done [2025-06-23T07:45:21.544Z] #7 exporting manifest sha256:d79c90a08e232a667d4f858ff4a7cd7e46b3b749d7ffd6e862000eefbc685f09 done [2025-06-23T07:45:21.544Z] #7 exporting config sha256:6692d52802aa07354632f9ff6213227aee7a9a5f8a506ff1a9f15228b24da90b done [2025-06-23T07:45:21.544Z] #7 exporting manifest sha256:ef4f72f8523901c2084e50e251b71ecd61d1df72f5210aa7426c0eee3c7b5df4 done [2025-06-23T07:45:21.544Z] #7 exporting config sha256:e0e8ef4b0bc33eee61449525f9a9234d4332dcd8f46f6e8ebac1b0fbb0717628 done [2025-06-23T07:45:21.544Z] #7 exporting manifest list sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a done [2025-06-23T07:45:21.544Z] #7 pushing layers 0.0s done [2025-06-23T07:45:21.544Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a 0.1s done [2025-06-23T07:45:21.544Z] #7 DONE 0.1s [2025-06-23T07:45:21.544Z] [2025-06-23T07:45:21.544Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:21.544Z] #8 DONE 0.0s [2025-06-23T07:45:21.544Z] [2025-06-23T07:45:21.544Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:21.544Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:21.845Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27' [2025-06-23T07:45:21.845Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27 --push - [2025-06-23T07:45:21.845Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:21.845Z] #1 transferring dockerfile: 178B done [2025-06-23T07:45:21.845Z] #1 DONE 0.0s [2025-06-23T07:45:21.845Z] [2025-06-23T07:45:21.845Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27 [2025-06-23T07:45:21.845Z] #2 DONE 0.0s [2025-06-23T07:45:21.845Z] [2025-06-23T07:45:21.845Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27 [2025-06-23T07:45:21.845Z] #3 DONE 0.0s [2025-06-23T07:45:21.845Z] [2025-06-23T07:45:21.845Z] #4 [internal] load .dockerignore [2025-06-23T07:45:21.845Z] #4 transferring context: 2B done [2025-06-23T07:45:21.845Z] #4 DONE 0.0s [2025-06-23T07:45:21.845Z] [2025-06-23T07:45:21.845Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e [2025-06-23T07:45:21.845Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e done [2025-06-23T07:45:21.845Z] #5 CACHED [2025-06-23T07:45:21.845Z] [2025-06-23T07:45:21.845Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e [2025-06-23T07:45:21.845Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 0.0s done [2025-06-23T07:45:21.845Z] #6 CACHED [2025-06-23T07:45:21.845Z] [2025-06-23T07:45:21.845Z] #7 exporting to image [2025-06-23T07:45:21.845Z] #7 exporting layers done [2025-06-23T07:45:21.845Z] #7 exporting manifest sha256:d79c90a08e232a667d4f858ff4a7cd7e46b3b749d7ffd6e862000eefbc685f09 done [2025-06-23T07:45:21.845Z] #7 exporting config sha256:6692d52802aa07354632f9ff6213227aee7a9a5f8a506ff1a9f15228b24da90b done [2025-06-23T07:45:21.845Z] #7 exporting manifest sha256:ef4f72f8523901c2084e50e251b71ecd61d1df72f5210aa7426c0eee3c7b5df4 done [2025-06-23T07:45:21.845Z] #7 exporting config sha256:e0e8ef4b0bc33eee61449525f9a9234d4332dcd8f46f6e8ebac1b0fbb0717628 done [2025-06-23T07:45:21.845Z] #7 exporting manifest list sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a [2025-06-23T07:45:21.845Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:22.105Z] #7 exporting manifest list sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a done [2025-06-23T07:45:22.105Z] #7 pushing layers 0.0s done [2025-06-23T07:45:22.105Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27@sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a 0.1s done [2025-06-23T07:45:22.105Z] #7 DONE 0.1s [2025-06-23T07:45:22.105Z] [2025-06-23T07:45:22.105Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:22.105Z] #8 DONE 0.0s [2025-06-23T07:45:22.105Z] [2025-06-23T07:45:22.105Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:22.105Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:22.393Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' [2025-06-23T07:45:22.393Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - [2025-06-23T07:45:22.653Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:22.653Z] #1 transferring dockerfile: 219B done [2025-06-23T07:45:22.653Z] #1 DONE 0.0s [2025-06-23T07:45:22.653Z] [2025-06-23T07:45:22.653Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:45:22.653Z] #2 DONE 0.0s [2025-06-23T07:45:22.653Z] [2025-06-23T07:45:22.653Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:45:22.653Z] #3 DONE 0.0s [2025-06-23T07:45:22.653Z] [2025-06-23T07:45:22.653Z] #4 [internal] load .dockerignore [2025-06-23T07:45:22.653Z] #4 transferring context: 2B done [2025-06-23T07:45:22.653Z] #4 DONE 0.0s [2025-06-23T07:45:22.653Z] [2025-06-23T07:45:22.653Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e [2025-06-23T07:45:22.653Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 0.0s done [2025-06-23T07:45:22.653Z] #5 CACHED [2025-06-23T07:45:22.653Z] [2025-06-23T07:45:22.653Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e [2025-06-23T07:45:22.653Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 0.0s done [2025-06-23T07:45:22.653Z] #6 CACHED [2025-06-23T07:45:22.653Z] [2025-06-23T07:45:22.653Z] #7 exporting to image [2025-06-23T07:45:22.653Z] #7 exporting layers done [2025-06-23T07:45:22.653Z] #7 exporting manifest sha256:d79c90a08e232a667d4f858ff4a7cd7e46b3b749d7ffd6e862000eefbc685f09 done [2025-06-23T07:45:22.653Z] #7 exporting config sha256:6692d52802aa07354632f9ff6213227aee7a9a5f8a506ff1a9f15228b24da90b done [2025-06-23T07:45:22.653Z] #7 exporting manifest sha256:ef4f72f8523901c2084e50e251b71ecd61d1df72f5210aa7426c0eee3c7b5df4 done [2025-06-23T07:45:22.653Z] #7 exporting config sha256:e0e8ef4b0bc33eee61449525f9a9234d4332dcd8f46f6e8ebac1b0fbb0717628 done [2025-06-23T07:45:22.653Z] #7 exporting manifest list sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a [2025-06-23T07:45:22.653Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:22.653Z] #7 exporting manifest list sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a done [2025-06-23T07:45:22.653Z] #7 pushing layers 0.0s done [2025-06-23T07:45:22.653Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a 0.1s done [2025-06-23T07:45:22.653Z] #7 DONE 0.1s [2025-06-23T07:45:22.653Z] [2025-06-23T07:45:22.653Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:22.653Z] #8 DONE 0.0s [2025-06-23T07:45:22.653Z] [2025-06-23T07:45:22.653Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:22.653Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:22.935Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-06-23T07:45:22.935Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-06-23T07:45:23.201Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:23.201Z] #1 transferring dockerfile: 170B done [2025-06-23T07:45:23.201Z] #1 DONE 0.0s [2025-06-23T07:45:23.201Z] [2025-06-23T07:45:23.201Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-23T07:45:23.201Z] #2 DONE 0.0s [2025-06-23T07:45:23.201Z] [2025-06-23T07:45:23.201Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-23T07:45:23.201Z] #3 DONE 0.0s [2025-06-23T07:45:23.201Z] [2025-06-23T07:45:23.201Z] #4 [internal] load .dockerignore [2025-06-23T07:45:23.201Z] #4 transferring context: 2B done [2025-06-23T07:45:23.201Z] #4 DONE 0.0s [2025-06-23T07:45:23.201Z] [2025-06-23T07:45:23.201Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e [2025-06-23T07:45:23.201Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e done [2025-06-23T07:45:23.201Z] #5 CACHED [2025-06-23T07:45:23.201Z] [2025-06-23T07:45:23.201Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e [2025-06-23T07:45:23.201Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 0.0s done [2025-06-23T07:45:23.201Z] #6 CACHED [2025-06-23T07:45:23.201Z] [2025-06-23T07:45:23.201Z] #7 exporting to image [2025-06-23T07:45:23.201Z] #7 exporting layers done [2025-06-23T07:45:23.201Z] #7 exporting manifest sha256:d79c90a08e232a667d4f858ff4a7cd7e46b3b749d7ffd6e862000eefbc685f09 done [2025-06-23T07:45:23.201Z] #7 exporting config sha256:6692d52802aa07354632f9ff6213227aee7a9a5f8a506ff1a9f15228b24da90b done [2025-06-23T07:45:23.201Z] #7 exporting manifest sha256:ef4f72f8523901c2084e50e251b71ecd61d1df72f5210aa7426c0eee3c7b5df4 done [2025-06-23T07:45:23.201Z] #7 exporting config sha256:e0e8ef4b0bc33eee61449525f9a9234d4332dcd8f46f6e8ebac1b0fbb0717628 done [2025-06-23T07:45:23.201Z] #7 exporting manifest list sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a done [2025-06-23T07:45:23.201Z] #7 pushing layers 0.0s done [2025-06-23T07:45:23.201Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a [2025-06-23T07:45:23.201Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:23.201Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a 0.1s done [2025-06-23T07:45:23.201Z] #7 DONE 0.1s [2025-06-23T07:45:23.201Z] [2025-06-23T07:45:23.201Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:23.201Z] #8 DONE 0.0s [2025-06-23T07:45:23.201Z] [2025-06-23T07:45:23.201Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:23.201Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:23.488Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2' [2025-06-23T07:45:23.488Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - [2025-06-23T07:45:23.748Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:23.748Z] #1 transferring dockerfile: 202B done [2025-06-23T07:45:23.748Z] #1 DONE 0.0s [2025-06-23T07:45:23.748Z] [2025-06-23T07:45:23.748Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:45:23.748Z] #2 DONE 0.0s [2025-06-23T07:45:23.748Z] [2025-06-23T07:45:23.748Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T07:45:23.748Z] #3 DONE 0.0s [2025-06-23T07:45:23.748Z] [2025-06-23T07:45:23.748Z] #4 [internal] load .dockerignore [2025-06-23T07:45:23.748Z] #4 transferring context: 2B done [2025-06-23T07:45:23.748Z] #4 DONE 0.0s [2025-06-23T07:45:23.748Z] [2025-06-23T07:45:23.748Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a [2025-06-23T07:45:23.748Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 0.0s done [2025-06-23T07:45:23.748Z] #5 DONE 0.0s [2025-06-23T07:45:23.748Z] [2025-06-23T07:45:23.748Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a [2025-06-23T07:45:23.748Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 0.0s done [2025-06-23T07:45:23.748Z] #6 DONE 0.0s [2025-06-23T07:45:23.748Z] [2025-06-23T07:45:23.748Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a [2025-06-23T07:45:23.748Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 0.0s done [2025-06-23T07:45:23.748Z] #5 DONE 0.1s [2025-06-23T07:45:23.748Z] [2025-06-23T07:45:23.748Z] #7 exporting to image [2025-06-23T07:45:23.748Z] #7 exporting layers done [2025-06-23T07:45:23.748Z] #7 exporting manifest sha256:7f6b62ca129ff2440809740df90634e907531ddb7490ec60cc8550cec28289bc done [2025-06-23T07:45:23.748Z] #7 exporting config sha256:f62611bf8d5a1098ca9a96269dcddd118f0822e8053b8b26855591d42da9a429 done [2025-06-23T07:45:23.748Z] #7 exporting manifest sha256:fe0836514d5bda347dabf9d90148566c150e1549133523d0092ebabdd6bfd744 done [2025-06-23T07:45:23.748Z] #7 exporting config sha256:94c38c4b075d68300bd98cd3eb5ec286c8ffb6034cb3cc87e1735a5f385ecba8 done [2025-06-23T07:45:23.748Z] #7 exporting manifest list sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 done [2025-06-23T07:45:23.748Z] #7 pushing layers [2025-06-23T07:45:23.748Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:23.748Z] #7 ... [2025-06-23T07:45:23.748Z] [2025-06-23T07:45:23.748Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:23.748Z] #8 DONE 0.0s [2025-06-23T07:45:23.748Z] [2025-06-23T07:45:23.748Z] #7 exporting to image [2025-06-23T07:45:23.748Z] #7 pushing layers 0.1s done [2025-06-23T07:45:23.748Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 [2025-06-23T07:45:24.008Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 0.1s done [2025-06-23T07:45:24.008Z] #7 DONE 0.2s [2025-06-23T07:45:24.008Z] [2025-06-23T07:45:24.008Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:24.008Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:24.298Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-06-23T07:45:24.298Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-06-23T07:45:24.298Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:24.298Z] #1 transferring dockerfile: 168B done [2025-06-23T07:45:24.298Z] #1 DONE 0.0s [2025-06-23T07:45:24.298Z] [2025-06-23T07:45:24.298Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-23T07:45:24.298Z] #2 DONE 0.0s [2025-06-23T07:45:24.298Z] [2025-06-23T07:45:24.298Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-23T07:45:24.298Z] #3 DONE 0.0s [2025-06-23T07:45:24.298Z] [2025-06-23T07:45:24.298Z] #4 [internal] load .dockerignore [2025-06-23T07:45:24.298Z] #4 transferring context: 2B done [2025-06-23T07:45:24.298Z] #4 DONE 0.0s [2025-06-23T07:45:24.298Z] [2025-06-23T07:45:24.298Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a [2025-06-23T07:45:24.298Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a done [2025-06-23T07:45:24.298Z] #5 CACHED [2025-06-23T07:45:24.298Z] [2025-06-23T07:45:24.298Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a [2025-06-23T07:45:24.298Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 0.0s done [2025-06-23T07:45:24.298Z] #6 CACHED [2025-06-23T07:45:24.298Z] [2025-06-23T07:45:24.298Z] #7 exporting to image [2025-06-23T07:45:24.298Z] #7 exporting layers [2025-06-23T07:45:24.298Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:24.557Z] #7 exporting layers done [2025-06-23T07:45:24.557Z] #7 exporting manifest sha256:7f6b62ca129ff2440809740df90634e907531ddb7490ec60cc8550cec28289bc done [2025-06-23T07:45:24.557Z] #7 exporting config sha256:f62611bf8d5a1098ca9a96269dcddd118f0822e8053b8b26855591d42da9a429 done [2025-06-23T07:45:24.557Z] #7 exporting manifest sha256:fe0836514d5bda347dabf9d90148566c150e1549133523d0092ebabdd6bfd744 done [2025-06-23T07:45:24.557Z] #7 exporting config sha256:94c38c4b075d68300bd98cd3eb5ec286c8ffb6034cb3cc87e1735a5f385ecba8 done [2025-06-23T07:45:24.558Z] #7 exporting manifest list sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 done [2025-06-23T07:45:24.558Z] #7 pushing layers 0.0s done [2025-06-23T07:45:24.558Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 0.1s done [2025-06-23T07:45:24.558Z] #7 DONE 0.1s [2025-06-23T07:45:24.558Z] [2025-06-23T07:45:24.558Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:24.558Z] #8 DONE 0.0s [2025-06-23T07:45:24.558Z] [2025-06-23T07:45:24.558Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:24.558Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:24.852Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27' [2025-06-23T07:45:24.852Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27 --push - [2025-06-23T07:45:24.852Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:24.852Z] #1 transferring dockerfile: 174B done [2025-06-23T07:45:24.852Z] #1 DONE 0.0s [2025-06-23T07:45:24.852Z] [2025-06-23T07:45:24.852Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27 [2025-06-23T07:45:24.852Z] #2 DONE 0.0s [2025-06-23T07:45:24.852Z] [2025-06-23T07:45:24.852Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27 [2025-06-23T07:45:24.852Z] #3 DONE 0.0s [2025-06-23T07:45:24.852Z] [2025-06-23T07:45:24.852Z] #4 [internal] load .dockerignore [2025-06-23T07:45:24.852Z] #4 transferring context: 2B done [2025-06-23T07:45:24.852Z] #4 DONE 0.0s [2025-06-23T07:45:24.852Z] [2025-06-23T07:45:24.852Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a [2025-06-23T07:45:24.852Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a done [2025-06-23T07:45:24.852Z] #5 CACHED [2025-06-23T07:45:24.852Z] [2025-06-23T07:45:24.852Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a [2025-06-23T07:45:24.852Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 0.0s done [2025-06-23T07:45:24.852Z] #6 CACHED [2025-06-23T07:45:24.852Z] [2025-06-23T07:45:24.852Z] #7 exporting to image [2025-06-23T07:45:24.852Z] #7 exporting layers done [2025-06-23T07:45:24.852Z] #7 exporting manifest sha256:7f6b62ca129ff2440809740df90634e907531ddb7490ec60cc8550cec28289bc done [2025-06-23T07:45:24.852Z] #7 exporting config sha256:f62611bf8d5a1098ca9a96269dcddd118f0822e8053b8b26855591d42da9a429 done [2025-06-23T07:45:24.852Z] #7 exporting manifest sha256:fe0836514d5bda347dabf9d90148566c150e1549133523d0092ebabdd6bfd744 done [2025-06-23T07:45:24.852Z] #7 exporting config sha256:94c38c4b075d68300bd98cd3eb5ec286c8ffb6034cb3cc87e1735a5f385ecba8 done [2025-06-23T07:45:24.852Z] #7 exporting manifest list sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 done [2025-06-23T07:45:24.852Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:25.111Z] #7 pushing layers 0.0s done [2025-06-23T07:45:25.111Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27@sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 0.1s done [2025-06-23T07:45:25.111Z] #7 DONE 0.1s [2025-06-23T07:45:25.111Z] [2025-06-23T07:45:25.111Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:25.111Z] #8 DONE 0.0s [2025-06-23T07:45:25.111Z] [2025-06-23T07:45:25.111Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:25.111Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:25.402Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' [2025-06-23T07:45:25.403Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - [2025-06-23T07:45:25.403Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:25.403Z] #1 transferring dockerfile: 215B done [2025-06-23T07:45:25.403Z] #1 DONE 0.0s [2025-06-23T07:45:25.403Z] [2025-06-23T07:45:25.403Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:45:25.403Z] #2 DONE 0.0s [2025-06-23T07:45:25.403Z] [2025-06-23T07:45:25.403Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T07:45:25.403Z] #3 DONE 0.0s [2025-06-23T07:45:25.403Z] [2025-06-23T07:45:25.403Z] #4 [internal] load .dockerignore [2025-06-23T07:45:25.403Z] #4 transferring context: 2B done [2025-06-23T07:45:25.403Z] #4 DONE 0.0s [2025-06-23T07:45:25.662Z] [2025-06-23T07:45:25.662Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a [2025-06-23T07:45:25.662Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 0.0s done [2025-06-23T07:45:25.662Z] #5 CACHED [2025-06-23T07:45:25.662Z] [2025-06-23T07:45:25.662Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a [2025-06-23T07:45:25.662Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 0.0s done [2025-06-23T07:45:25.662Z] #6 CACHED [2025-06-23T07:45:25.662Z] [2025-06-23T07:45:25.662Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:25.662Z] #7 DONE 0.0s [2025-06-23T07:45:25.662Z] [2025-06-23T07:45:25.662Z] #8 exporting to image [2025-06-23T07:45:25.662Z] #8 exporting layers done [2025-06-23T07:45:25.662Z] #8 exporting manifest sha256:7f6b62ca129ff2440809740df90634e907531ddb7490ec60cc8550cec28289bc done [2025-06-23T07:45:25.662Z] #8 exporting config sha256:f62611bf8d5a1098ca9a96269dcddd118f0822e8053b8b26855591d42da9a429 done [2025-06-23T07:45:25.662Z] #8 exporting manifest sha256:fe0836514d5bda347dabf9d90148566c150e1549133523d0092ebabdd6bfd744 done [2025-06-23T07:45:25.662Z] #8 exporting config sha256:94c38c4b075d68300bd98cd3eb5ec286c8ffb6034cb3cc87e1735a5f385ecba8 done [2025-06-23T07:45:25.662Z] #8 exporting manifest list sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 done [2025-06-23T07:45:25.662Z] #8 pushing layers 0.0s done [2025-06-23T07:45:25.662Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 0.1s done [2025-06-23T07:45:25.662Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:25.662Z] #8 DONE 0.1s [2025-06-23T07:45:25.662Z] [2025-06-23T07:45:25.662Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:25.662Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T07:45:25.958Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-06-23T07:45:25.958Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-06-23T07:45:26.220Z] #1 [internal] load build definition from Dockerfile [2025-06-23T07:45:26.220Z] #1 transferring dockerfile: 166B done [2025-06-23T07:45:26.220Z] #1 DONE 0.0s [2025-06-23T07:45:26.220Z] [2025-06-23T07:45:26.220Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-23T07:45:26.220Z] #2 DONE 0.0s [2025-06-23T07:45:26.220Z] [2025-06-23T07:45:26.220Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-23T07:45:26.220Z] #3 DONE 0.0s [2025-06-23T07:45:26.220Z] [2025-06-23T07:45:26.220Z] #4 [internal] load .dockerignore [2025-06-23T07:45:26.220Z] #4 transferring context: 2B done [2025-06-23T07:45:26.220Z] #4 DONE 0.0s [2025-06-23T07:45:26.220Z] [2025-06-23T07:45:26.220Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a [2025-06-23T07:45:26.220Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 0.0s done [2025-06-23T07:45:26.220Z] #5 CACHED [2025-06-23T07:45:26.220Z] [2025-06-23T07:45:26.220Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a [2025-06-23T07:45:26.220Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 0.0s done [2025-06-23T07:45:26.220Z] #6 CACHED [2025-06-23T07:45:26.220Z] [2025-06-23T07:45:26.220Z] #7 exporting to image [2025-06-23T07:45:26.220Z] #7 exporting layers done [2025-06-23T07:45:26.220Z] #7 exporting manifest sha256:7f6b62ca129ff2440809740df90634e907531ddb7490ec60cc8550cec28289bc done [2025-06-23T07:45:26.220Z] #7 exporting config sha256:f62611bf8d5a1098ca9a96269dcddd118f0822e8053b8b26855591d42da9a429 done [2025-06-23T07:45:26.220Z] #7 exporting manifest sha256:fe0836514d5bda347dabf9d90148566c150e1549133523d0092ebabdd6bfd744 done [2025-06-23T07:45:26.220Z] #7 exporting config sha256:94c38c4b075d68300bd98cd3eb5ec286c8ffb6034cb3cc87e1735a5f385ecba8 done [2025-06-23T07:45:26.220Z] #7 exporting manifest list sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 done [2025-06-23T07:45:26.220Z] #7 pushing layers 0.0s done [2025-06-23T07:45:26.220Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 [2025-06-23T07:45:26.220Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T07:45:26.220Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 0.1s done [2025-06-23T07:45:26.220Z] #7 DONE 0.1s [2025-06-23T07:45:26.220Z] [2025-06-23T07:45:26.220Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T07:45:26.220Z] #8 DONE 0.0s [2025-06-23T07:45:26.220Z] [2025-06-23T07:45:26.220Z] 1 warning found (use --debug to expand): [2025-06-23T07:45:26.220Z]  - 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-06-23T07:45:26.622Z] + '[' -d /w/workspace/edgex-go/859/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-06-23T07:45:26.915Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T07:45:27.466Z] ---> package-listing.sh [2025-06-23T07:45:27.466Z] ++ facter osfamily [2025-06-23T07:45:27.466Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-23T07:45:27.726Z] + OS_FAMILY=redhat [2025-06-23T07:45:27.726Z] + workspace=/w/workspace/edgex-go/859 [2025-06-23T07:45:27.726Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-23T07:45:27.726Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-23T07:45:27.726Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-23T07:45:27.726Z] + PACKAGES=/tmp/packages_start.txt [2025-06-23T07:45:27.726Z] + '[' /w/workspace/edgex-go/859 ']' [2025-06-23T07:45:27.726Z] + PACKAGES=/tmp/packages_end.txt [2025-06-23T07:45:27.726Z] + case "${OS_FAMILY}" in [2025-06-23T07:45:27.726Z] + rpm -qa [2025-06-23T07:45:27.726Z] + sort [2025-06-23T07:45:28.293Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-23T07:45:28.293Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-23T07:45:28.293Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-23T07:45:28.293Z] + '[' /w/workspace/edgex-go/859 ']' [2025-06-23T07:45:28.293Z] + mkdir -p /w/workspace/edgex-go/859/archives/ [2025-06-23T07:45:28.293Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/859/archives/ [Pipeline] echo [2025-06-23T07:45:28.302Z] 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/859/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-23T07:45:28.586Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:45:29.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-23T07:45:29.150Z] [2025-06-23T07:45:29.150Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T07:45:29.451Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-23T07:45:29.451Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-23T07:45:29.451Z] 5eb5b503b376: Pulling fs layer [2025-06-23T07:45:29.451Z] 5c69ac0246d0: Pulling fs layer [2025-06-23T07:45:29.451Z] ec43610c2a17: Pulling fs layer [2025-06-23T07:45:29.451Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-23T07:45:29.451Z] 33b1e0a273af: Pulling fs layer [2025-06-23T07:45:29.451Z] 5d3b04190fa2: Pulling fs layer [2025-06-23T07:45:29.451Z] 2f39f015ded8: Pulling fs layer [2025-06-23T07:45:29.451Z] 33b1e0a273af: Waiting [2025-06-23T07:45:29.451Z] 5d3b04190fa2: Waiting [2025-06-23T07:45:29.451Z] 2f39f015ded8: Waiting [2025-06-23T07:45:29.451Z] 3a2ae6a8a46f: Waiting [2025-06-23T07:45:29.451Z] 5c69ac0246d0: Verifying Checksum [2025-06-23T07:45:29.451Z] 5c69ac0246d0: Download complete [2025-06-23T07:45:29.451Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-23T07:45:29.451Z] 3a2ae6a8a46f: Download complete [2025-06-23T07:45:29.451Z] 33b1e0a273af: Verifying Checksum [2025-06-23T07:45:29.451Z] 33b1e0a273af: Download complete [2025-06-23T07:45:29.451Z] 5d3b04190fa2: Verifying Checksum [2025-06-23T07:45:29.451Z] 5d3b04190fa2: Download complete [2025-06-23T07:45:29.451Z] ec43610c2a17: Verifying Checksum [2025-06-23T07:45:29.451Z] ec43610c2a17: Download complete [2025-06-23T07:45:29.710Z] 5eb5b503b376: Verifying Checksum [2025-06-23T07:45:29.710Z] 5eb5b503b376: Download complete [2025-06-23T07:45:30.280Z] 2f39f015ded8: Verifying Checksum [2025-06-23T07:45:30.280Z] 2f39f015ded8: Download complete [2025-06-23T07:45:30.866Z] 5eb5b503b376: Pull complete [2025-06-23T07:45:31.133Z] 5c69ac0246d0: Pull complete [2025-06-23T07:45:31.396Z] ec43610c2a17: Pull complete [2025-06-23T07:45:31.658Z] 3a2ae6a8a46f: Pull complete [2025-06-23T07:45:31.658Z] 33b1e0a273af: Pull complete [2025-06-23T07:45:31.918Z] 5d3b04190fa2: Pull complete [2025-06-23T07:45:36.140Z] 2f39f015ded8: Pull complete [2025-06-23T07:45:36.140Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-23T07:45:36.140Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-23T07:45:36.140Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T07:45:36.292Z] prd-centos7-docker-4c-2g-3774 does not seem to be running inside a container [2025-06-23T07:45:36.327Z] $ 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/859/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-23T07:45:40.077Z] $ docker top 7d686b6126f60fba0ece2da2cfb113f2230467884fdba31616dbf870b63a0fcf -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T07:45:40.424Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-23T07:45:40.787Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-23T07:45:41.074Z] + ls /var/log/sa-host [2025-06-23T07:45:41.074Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T07:45:41.235Z] provisioning config files... [2025-06-23T07:45:41.246Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config14323054487208643573tmp [Pipeline] { [Pipeline] echo [2025-06-23T07:45:41.267Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T07:45:41.550Z] ---> create-netrc.sh [Pipeline] } [2025-06-23T07:45:41.557Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-23T07:45:41.913Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-23T07:45:41.923Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T07:45:42.211Z] ---> sudo-logs.sh [2025-06-23T07:45:42.211Z] Archiving 'sudo' log.. [2025-06-23T07:45:42.211Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T07:45:42.244Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-06-23T07:45:42.250Z] $ docker stop --time=1 7d686b6126f60fba0ece2da2cfb113f2230467884fdba31616dbf870b63a0fcf [2025-06-23T07:45:43.377Z] $ docker rm -f --volumes 7d686b6126f60fba0ece2da2cfb113f2230467884fdba31616dbf870b63a0fcf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-06-23T07:45:43.486Z] [WS-CLEANUP] Deleting project workspace... [2025-06-23T07:45:43.486Z] [WS-CLEANUP] Deferred wipeout is used... [2025-06-23T07:45:43.503Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-06-23T08:00:01.095Z] #142 ... [2025-06-23T08:00:01.096Z] [2025-06-23T08:00:01.096Z] #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-23T08:00:01.096Z] #149 DONE 1060.8s [2025-06-23T08:00:01.096Z] [2025-06-23T08:00:01.096Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-23T08:00:01.096Z] #153 ... [2025-06-23T08:00:01.096Z] [2025-06-23T08:00:01.096Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T08:00:01.096Z] #155 DONE 0.4s [2025-06-23T08:00:01.096Z] [2025-06-23T08:00:01.096Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-23T08:00:01.096Z] #151 ... [2025-06-23T08:00:01.096Z] [2025-06-23T08:00:01.096Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-23T08:00:01.096Z] #156 DONE 0.1s [2025-06-23T08:00:01.096Z] [2025-06-23T08:00:01.096Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-06-23T08:00:01.096Z] #157 DONE 0.2s [2025-06-23T08:00:01.096Z] [2025-06-23T08:00:01.096Z] #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-06-23T08:00:01.096Z] #158 DONE 0.1s [2025-06-23T08:00:01.096Z] [2025-06-23T08:00:01.096Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T08:00:01.096Z] #146 ... [2025-06-23T08:00:01.096Z] [2025-06-23T08:00:01.096Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-06-23T08:00:01.096Z] #159 DONE 0.1s [2025-06-23T08:00:01.096Z] [2025-06-23T08:00:01.096Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-23T08:00:01.096Z] #160 DONE 1.8s [2025-06-23T08:00:01.096Z] [2025-06-23T08:00:01.096Z] #106 [core-common-config-bootstrapper] exporting to image [2025-06-23T08:00:01.096Z] #106 exporting layers [2025-06-23T08:00:01.096Z] #106 exporting layers 0.6s done [2025-06-23T08:00:01.096Z] #106 writing image sha256:a5f267c85c91f4e8b9e86e2f558e8d1b05ae8198a3de033a37168d42592bce81 done [2025-06-23T08:00:01.096Z] #106 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-06-23T08:00:01.096Z] #106 DONE 6.8s [2025-06-23T08:00:01.096Z] [2025-06-23T08:00:01.096Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-23T08:00:01.096Z] #153 ... [2025-06-23T08:00:01.096Z] [2025-06-23T08:00:01.096Z] #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-23T08:00:01.096Z] #152 DONE 1073.6s [2025-06-23T08:00:01.096Z] [2025-06-23T08:00:01.096Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-23T08:00:01.096Z] #161 DONE 0.3s [2025-06-23T08:00:01.096Z] [2025-06-23T08:00:01.096Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-23T08:00:03.036Z] #162 DONE 2.3s [2025-06-23T08:00:03.036Z] [2025-06-23T08:00:03.036Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T08:00:03.301Z] #163 DONE 0.3s [2025-06-23T08:00:03.301Z] [2025-06-23T08:00:03.301Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-23T08:00:03.301Z] #164 DONE 0.1s [2025-06-23T08:00:03.301Z] [2025-06-23T08:00:03.301Z] #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-23T08:00:03.583Z] #154 ... [2025-06-23T08:00:03.583Z] [2025-06-23T08:00:03.583Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-23T08:00:03.583Z] #165 DONE 0.3s [2025-06-23T08:00:03.583Z] [2025-06-23T08:00:03.583Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-23T08:00:03.858Z] #147 ... [2025-06-23T08:00:03.858Z] [2025-06-23T08:00:03.858Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-23T08:00:03.858Z] #166 DONE 0.2s [2025-06-23T08:00:03.858Z] [2025-06-23T08:00:03.858Z] #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-06-23T08:00:03.858Z] #167 DONE 0.1s [2025-06-23T08:00:03.858Z] [2025-06-23T08:00:03.858Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-23T08:00:04.126Z] #145 ... [2025-06-23T08:00:04.126Z] [2025-06-23T08:00:04.126Z] #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-06-23T08:00:04.126Z] #168 DONE 0.1s [2025-06-23T08:00:04.126Z] [2025-06-23T08:00:04.126Z] #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-06-23T08:00:04.126Z] #169 DONE 0.1s [2025-06-23T08:00:04.126Z] [2025-06-23T08:00:04.126Z] #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-23T08:00:04.394Z] #154 ... [2025-06-23T08:00:04.394Z] [2025-06-23T08:00:04.394Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-23T08:00:04.394Z] #170 DONE 0.3s [2025-06-23T08:00:04.394Z] [2025-06-23T08:00:04.394Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T08:00:04.658Z] #146 ... [2025-06-23T08:00:04.658Z] [2025-06-23T08:00:04.658Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-23T08:00:07.252Z] #171 DONE 2.3s [2025-06-23T08:00:07.252Z] [2025-06-23T08:00:07.252Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-23T08:00:07.252Z] #151 ... [2025-06-23T08:00:07.252Z] [2025-06-23T08:00:07.252Z] #106 [security-bootstrapper] exporting to image [2025-06-23T08:00:07.252Z] #106 exporting layers [2025-06-23T08:00:08.208Z] #106 exporting layers 1.1s done [2025-06-23T08:00:08.208Z] #106 writing image sha256:cb36abae00bc99f1e8f9e50560e3d87ed98c38524a9c7906a29f8dc21ec0d1df done [2025-06-23T08:00:08.208Z] #106 naming to docker.io/library/security-bootstrapper-arm64 done [2025-06-23T08:00:08.208Z] #106 DONE 8.0s [2025-06-23T08:00:08.208Z] [2025-06-23T08:00:08.208Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T08:14:15.658Z] #148 ... [2025-06-23T08:14:15.658Z] [2025-06-23T08:14:15.658Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-23T08:14:15.658Z] #150 DONE 1928.4s [2025-06-23T08:14:15.658Z] [2025-06-23T08:14:15.658Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-23T08:14:15.658Z] #145 ... [2025-06-23T08:14:15.658Z] [2025-06-23T08:14:15.658Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T08:14:15.925Z] #172 DONE 0.1s [2025-06-23T08:14:15.925Z] [2025-06-23T08:14:15.925Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-23T08:14:16.191Z] #173 DONE 0.2s [2025-06-23T08:14:16.191Z] [2025-06-23T08:14:16.191Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-23T08:14:16.459Z] #174 DONE 0.3s [2025-06-23T08:14:16.459Z] [2025-06-23T08:14:16.459Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-23T08:14:16.459Z] #175 DONE 0.1s [2025-06-23T08:14:16.459Z] [2025-06-23T08:14:16.459Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T08:14:16.459Z] #148 ... [2025-06-23T08:14:16.459Z] [2025-06-23T08:14:16.459Z] #106 [core-command] exporting to image [2025-06-23T08:14:16.459Z] #106 exporting layers [2025-06-23T08:14:17.871Z] #106 exporting layers 1.2s done [2025-06-23T08:14:17.871Z] #106 writing image sha256:ba049022ad46909f8fe76969c36b06d1ce56096565939ba710d1a1ede0dbc894 done [2025-06-23T08:14:17.871Z] #106 naming to docker.io/library/core-command-arm64 done [2025-06-23T08:14:17.871Z] #106 DONE 9.2s [2025-06-23T08:14:17.871Z] [2025-06-23T08:14:17.871Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-23T08:14:56.758Z] #151 ... [2025-06-23T08:14:56.758Z] [2025-06-23T08:14:56.758Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-23T08:14:56.758Z] #147 DONE 1963.6s [2025-06-23T08:14:56.758Z] [2025-06-23T08:14:56.758Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-23T08:14:56.758Z] #145 ... [2025-06-23T08:14:56.758Z] [2025-06-23T08:14:56.758Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T08:14:56.758Z] #176 DONE 0.3s [2025-06-23T08:14:56.758Z] [2025-06-23T08:14:56.758Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-23T08:14:56.758Z] #177 DONE 0.2s [2025-06-23T08:14:56.758Z] [2025-06-23T08:14:56.758Z] #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T08:14:56.758Z] #36 ... [2025-06-23T08:14:56.758Z] [2025-06-23T08:14:56.758Z] #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-06-23T08:14:56.758Z] #178 DONE 0.2s [2025-06-23T08:14:56.758Z] [2025-06-23T08:14:56.758Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-23T08:14:56.758Z] #179 DONE 0.2s [2025-06-23T08:14:56.758Z] [2025-06-23T08:14:56.758Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-23T08:14:56.758Z] #180 DONE 0.4s [2025-06-23T08:14:56.758Z] [2025-06-23T08:14:56.758Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-23T08:14:56.758Z] #181 DONE 0.1s [2025-06-23T08:14:56.758Z] [2025-06-23T08:14:56.758Z] #128 [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-06-23T08:14:56.758Z] #128 1965.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-23T08:14:56.758Z] #128 ... [2025-06-23T08:14:56.758Z] [2025-06-23T08:14:56.758Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-23T08:14:56.758Z] #182 DONE 2.3s [2025-06-23T08:14:56.758Z] [2025-06-23T08:14:56.758Z] #106 [security-proxy-setup] exporting to image [2025-06-23T08:14:56.758Z] #106 exporting layers [2025-06-23T08:14:56.758Z] #106 exporting layers 0.8s done [2025-06-23T08:14:56.758Z] #106 writing image sha256:219bb4e891c2d235bd25333219e1495c32d5073b9f7b41cac6b4c0a748fe15db done [2025-06-23T08:14:56.758Z] #106 naming to docker.io/library/security-proxy-setup-arm64 done [2025-06-23T08:14:56.758Z] #106 DONE 10.1s [2025-06-23T08:14:56.758Z] [2025-06-23T08:14:56.758Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T08:15:28.981Z] #148 ... [2025-06-23T08:15:28.981Z] [2025-06-23T08:15:28.981Z] #128 [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-06-23T08:15:28.981Z] #128 DONE 1997.7s [2025-06-23T08:15:28.981Z] [2025-06-23T08:15:28.981Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T08:15:28.981Z] #146 ... [2025-06-23T08:15:28.981Z] [2025-06-23T08:15:28.981Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T08:15:28.981Z] #183 DONE 0.2s [2025-06-23T08:15:28.981Z] [2025-06-23T08:15:28.981Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-23T08:15:28.981Z] #184 DONE 0.2s [2025-06-23T08:15:28.981Z] [2025-06-23T08:15:28.981Z] #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-06-23T08:15:28.981Z] #185 DONE 0.2s [2025-06-23T08:15:28.981Z] [2025-06-23T08:15:28.981Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-23T08:15:28.981Z] #151 ... [2025-06-23T08:15:28.981Z] [2025-06-23T08:15:28.981Z] #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-06-23T08:15:28.982Z] #186 DONE 0.2s [2025-06-23T08:15:28.982Z] [2025-06-23T08:15:28.982Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-06-23T08:15:28.982Z] #187 DONE 0.1s [2025-06-23T08:15:28.982Z] [2025-06-23T08:15:28.982Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-23T08:15:28.982Z] #188 DONE 0.4s [2025-06-23T08:15:28.982Z] [2025-06-23T08:15:28.982Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-23T08:15:28.982Z] #189 DONE 0.4s [2025-06-23T08:15:28.982Z] [2025-06-23T08:15:28.982Z] #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T08:15:28.982Z] #36 ... [2025-06-23T08:15:28.982Z] [2025-06-23T08:15:28.982Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-23T08:15:28.982Z] #190 DONE 0.1s [2025-06-23T08:15:28.982Z] [2025-06-23T08:15:28.982Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-23T08:15:28.982Z] #191 DONE 1.7s [2025-06-23T08:15:28.982Z] [2025-06-23T08:15:28.982Z] #106 [security-secretstore-setup] exporting to image [2025-06-23T08:15:28.982Z] #106 exporting layers [2025-06-23T08:15:30.389Z] #106 exporting layers 1.5s done [2025-06-23T08:15:30.389Z] #106 writing image sha256:0f7b47fe202dc6c73b2df208f3aa139d6b0204b28e3f062a946e6078a2b7dbfa done [2025-06-23T08:15:30.389Z] #106 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-06-23T08:15:30.389Z] #106 DONE 11.6s [2025-06-23T08:15:30.389Z] [2025-06-23T08:15:30.389Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T08:16:17.195Z] #148 ... [2025-06-23T08:16:17.195Z] [2025-06-23T08:16:17.195Z] #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-23T08:16:17.195Z] #154 DONE 2046.5s [2025-06-23T08:16:17.195Z] [2025-06-23T08:16:17.195Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-23T08:16:17.461Z] #151 ... [2025-06-23T08:16:17.461Z] [2025-06-23T08:16:17.461Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T08:16:17.731Z] #192 DONE 0.2s [2025-06-23T08:16:17.731Z] [2025-06-23T08:16:17.731Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-23T08:16:18.000Z] #193 DONE 0.2s [2025-06-23T08:16:18.000Z] [2025-06-23T08:16:18.000Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-06-23T08:16:18.581Z] #194 DONE 0.4s [2025-06-23T08:16:18.581Z] [2025-06-23T08:16:18.581Z] #142 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-23T08:16:18.581Z] #142 ... [2025-06-23T08:16:18.581Z] [2025-06-23T08:16:18.581Z] #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-06-23T08:16:18.581Z] #195 DONE 0.1s [2025-06-23T08:16:18.581Z] [2025-06-23T08:16:18.581Z] #106 [security-spiffe-token-provider] exporting to image [2025-06-23T08:16:18.581Z] #106 exporting layers [2025-06-23T08:16:19.538Z] #106 exporting layers 1.0s done [2025-06-23T08:16:19.802Z] #106 writing image sha256:9134c5698fc4e8bc79d9dfae9163861dd3b1e83bdf6ff99a055f632b993698d3 0.0s done [2025-06-23T08:16:19.802Z] #106 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-06-23T08:16:19.802Z] #106 DONE 12.7s [2025-06-23T08:16:19.802Z] [2025-06-23T08:16:19.802Z] #142 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-23T08:16:58.617Z] #142 ... [2025-06-23T08:16:58.617Z] [2025-06-23T08:16:58.617Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-23T08:16:58.617Z] #151 DONE 2089.8s [2025-06-23T08:16:58.617Z] [2025-06-23T08:16:58.617Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-23T08:16:58.617Z] #145 ... [2025-06-23T08:16:58.617Z] [2025-06-23T08:16:58.617Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T08:16:58.617Z] #196 DONE 0.1s [2025-06-23T08:16:58.617Z] [2025-06-23T08:16:58.617Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-23T08:16:58.617Z] #197 DONE 0.2s [2025-06-23T08:16:58.617Z] [2025-06-23T08:16:58.617Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-23T08:16:58.617Z] #145 ... [2025-06-23T08:16:58.617Z] [2025-06-23T08:16:58.617Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-23T08:16:58.617Z] #198 DONE 0.5s [2025-06-23T08:16:58.617Z] [2025-06-23T08:16:58.617Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-23T08:16:58.617Z] #199 DONE 0.2s [2025-06-23T08:16:58.617Z] [2025-06-23T08:16:58.617Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-23T08:16:58.617Z] #200 DONE 0.1s [2025-06-23T08:16:58.617Z] [2025-06-23T08:16:58.617Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-23T08:17:00.547Z] #201 DONE 2.0s [2025-06-23T08:17:00.547Z] [2025-06-23T08:17:00.547Z] #106 [security-proxy-auth] exporting to image [2025-06-23T08:17:00.547Z] #106 exporting layers [2025-06-23T08:17:00.547Z] #106 ... [2025-06-23T08:17:00.547Z] [2025-06-23T08:17:00.547Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T08:17:00.547Z] #148 DONE 2093.7s [2025-06-23T08:17:00.547Z] [2025-06-23T08:17:00.547Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-23T08:17:01.516Z] #145 ... [2025-06-23T08:17:01.517Z] [2025-06-23T08:17:01.517Z] #202 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-23T08:17:01.517Z] #202 CACHED [2025-06-23T08:17:01.517Z] [2025-06-23T08:17:01.517Z] #203 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T08:17:01.517Z] #203 CACHED [2025-06-23T08:17:01.517Z] [2025-06-23T08:17:01.517Z] #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-23T08:17:01.517Z] #204 ... [2025-06-23T08:17:01.517Z] [2025-06-23T08:17:01.517Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-23T08:17:01.517Z] #145 DONE 2091.0s [2025-06-23T08:17:01.783Z] [2025-06-23T08:17:01.783Z] #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T08:17:01.783Z] #36 ... [2025-06-23T08:17:01.783Z] [2025-06-23T08:17:01.783Z] #106 [security-proxy-auth] exporting to image [2025-06-23T08:17:01.783Z] #106 exporting layers 1.4s done [2025-06-23T08:17:01.783Z] #106 writing image sha256:62e85a7c0a495f032c0c47d7ca989897dcfdb210cdc7635e940ce0dcde69522e done [2025-06-23T08:17:01.783Z] #106 naming to docker.io/library/security-proxy-auth-arm64 0.0s done [2025-06-23T08:17:01.783Z] #106 DONE 14.1s [2025-06-23T08:17:02.047Z] [2025-06-23T08:17:02.047Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T08:17:02.047Z] #146 ... [2025-06-23T08:17:02.047Z] [2025-06-23T08:17:02.047Z] #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-23T08:17:02.047Z] #204 DONE 0.8s [2025-06-23T08:17:02.314Z] [2025-06-23T08:17:02.314Z] #205 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-23T08:17:02.582Z] #205 DONE 0.4s [2025-06-23T08:17:02.582Z] [2025-06-23T08:17:02.582Z] #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T08:17:02.582Z] #206 DONE 0.2s [2025-06-23T08:17:02.582Z] [2025-06-23T08:17:02.582Z] #207 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-23T08:17:02.849Z] #207 DONE 0.2s [2025-06-23T08:17:02.849Z] [2025-06-23T08:17:02.849Z] #106 [core-metadata] exporting to image [2025-06-23T08:17:03.114Z] #106 ... [2025-06-23T08:17:03.114Z] [2025-06-23T08:17:03.114Z] #208 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-23T08:17:03.114Z] #208 DONE 0.5s [2025-06-23T08:17:03.385Z] [2025-06-23T08:17:03.385Z] #209 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-23T08:17:03.385Z] #209 DONE 0.2s [2025-06-23T08:17:03.385Z] [2025-06-23T08:17:03.385Z] #106 [core-keeper] exporting to image [2025-06-23T08:17:03.385Z] #106 exporting layers 0.7s done [2025-06-23T08:17:03.385Z] #106 writing image sha256:76d8e6b3e2fd5680fd59d3ef74689598bfea6064c9158e4d27d8afdd924d5643 done [2025-06-23T08:17:03.385Z] #106 naming to docker.io/library/core-metadata-arm64 done [2025-06-23T08:17:03.651Z] #106 exporting layers 0.4s done [2025-06-23T08:17:03.917Z] #106 writing image sha256:a46836018fe41259d2f18984c687f0ed175dfd4b8294559f5e5fb3954a34f98a done [2025-06-23T08:17:03.917Z] #106 naming to docker.io/library/core-keeper-arm64 done [2025-06-23T08:17:03.917Z] #106 DONE 15.2s [2025-06-23T08:17:03.917Z] [2025-06-23T08:17:03.917Z] #142 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-23T08:17:08.155Z] #142 ... [2025-06-23T08:17:08.155Z] [2025-06-23T08:17:08.155Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-23T08:17:08.155Z] #153 DONE 2101.1s [2025-06-23T08:17:08.155Z] [2025-06-23T08:17:08.155Z] #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T08:17:08.420Z] #36 ... [2025-06-23T08:17:08.420Z] [2025-06-23T08:17:08.420Z] #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T08:17:08.420Z] #210 DONE 0.2s [2025-06-23T08:17:08.420Z] [2025-06-23T08:17:08.420Z] #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-23T08:17:08.684Z] #211 DONE 0.2s [2025-06-23T08:17:08.684Z] [2025-06-23T08:17:08.684Z] #142 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-23T08:17:08.684Z] #142 ... [2025-06-23T08:17:08.684Z] [2025-06-23T08:17:08.684Z] #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-23T08:17:08.959Z] #212 DONE 0.4s [2025-06-23T08:17:08.959Z] [2025-06-23T08:17:08.959Z] #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-23T08:17:09.224Z] #213 DONE 0.1s [2025-06-23T08:17:09.224Z] [2025-06-23T08:17:09.224Z] #106 [core-data] exporting to image [2025-06-23T08:17:09.224Z] #106 exporting layers [2025-06-23T08:17:09.802Z] #106 exporting layers 0.4s done [2025-06-23T08:17:09.802Z] #106 writing image sha256:66a0ea14df63dd1aefa76cd3a1c5cd83f9be6cc8cfd6b57d21c94743bf73af11 done [2025-06-23T08:17:09.802Z] #106 naming to docker.io/library/core-data-arm64 done [2025-06-23T08:17:09.802Z] #106 DONE 15.6s [2025-06-23T08:17:09.802Z] [2025-06-23T08:17:09.802Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T08:17:36.431Z] #146 ... [2025-06-23T08:17:36.431Z] [2025-06-23T08:17:36.431Z] #142 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-23T08:17:36.431Z] #142 DONE 2127.8s [2025-06-23T08:17:36.431Z] [2025-06-23T08:17:36.431Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T08:17:36.431Z] #41 ... [2025-06-23T08:17:36.431Z] [2025-06-23T08:17:36.431Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T08:17:36.431Z] #214 DONE 0.2s [2025-06-23T08:17:36.431Z] [2025-06-23T08:17:36.431Z] #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T08:17:36.431Z] #36 ... [2025-06-23T08:17:36.431Z] [2025-06-23T08:17:36.431Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-23T08:17:36.431Z] #215 DONE 0.1s [2025-06-23T08:17:36.431Z] [2025-06-23T08:17:36.431Z] #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T08:17:36.431Z] #36 ... [2025-06-23T08:17:36.431Z] [2025-06-23T08:17:36.431Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-23T08:17:36.431Z] #216 DONE 0.4s [2025-06-23T08:17:36.431Z] [2025-06-23T08:17:36.431Z] #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T08:17:36.431Z] #36 ... [2025-06-23T08:17:36.431Z] [2025-06-23T08:17:36.431Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-23T08:17:36.431Z] #217 DONE 0.1s [2025-06-23T08:17:36.431Z] [2025-06-23T08:17:36.431Z] #106 [support-scheduler] exporting to image [2025-06-23T08:17:36.431Z] #106 exporting layers [2025-06-23T08:17:37.010Z] #106 exporting layers 1.1s done [2025-06-23T08:17:37.010Z] #106 writing image sha256:b9c7f671100488bd0ad1c0b353847eec45a9d5850822e03a0e33efb51da52781 done [2025-06-23T08:17:37.010Z] #106 naming to docker.io/library/support-scheduler-arm64 [2025-06-23T08:17:37.010Z] #106 naming to docker.io/library/support-scheduler-arm64 done [2025-06-23T08:17:37.010Z] #106 DONE 16.7s [2025-06-23T08:17:37.010Z] [2025-06-23T08:17:37.010Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T08:17:43.634Z] #146 DONE 2136.6s [2025-06-23T08:17:43.634Z] [2025-06-23T08:17:43.634Z] #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T08:17:43.634Z] #36 ... [2025-06-23T08:17:43.634Z] [2025-06-23T08:17:43.634Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T08:17:43.634Z] #218 DONE 0.1s [2025-06-23T08:17:43.634Z] [2025-06-23T08:17:43.634Z] #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T08:17:43.634Z] #36 ... [2025-06-23T08:17:43.634Z] [2025-06-23T08:17:43.634Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-23T08:17:43.634Z] #219 DONE 0.1s [2025-06-23T08:17:43.634Z] [2025-06-23T08:17:43.634Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-23T08:17:44.211Z] #220 DONE 0.4s [2025-06-23T08:17:44.211Z] [2025-06-23T08:17:44.211Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-23T08:17:44.211Z] #221 DONE 0.1s [2025-06-23T08:17:44.211Z] [2025-06-23T08:17:44.211Z] #106 [support-notifications] exporting to image [2025-06-23T08:17:44.211Z] #106 exporting layers [2025-06-23T08:17:44.787Z] #106 exporting layers 0.6s done [2025-06-23T08:17:44.787Z] #106 writing image sha256:1b6847a19f57a4038a108110a089460b67914870681cb173d088b52c7dc2da64 done [2025-06-23T08:17:44.787Z] #106 naming to docker.io/library/support-notifications-arm64 done [2025-06-23T08:17:44.787Z] #106 DONE 17.2s [2025-06-23T08:17:44.787Z] [2025-06-23T08:17:44.787Z] #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T08:17:44.787Z] time="2025-06-23T07:39:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T08:17:44.787Z] time="2025-06-23T07:39:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T08:17:44.787Z] time="2025-06-23T07:39:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T08:17:44.787Z] time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T08:17:44.787Z] time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T08:17:44.787Z] time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T08:17:44.787Z] time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T08:17:44.787Z] time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T08:17:44.788Z] time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T08:17:44.788Z] time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T08:17:44.788Z] time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T08:17:44.788Z] time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T08:17:44.788Z] time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T08:17:44.788Z] time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T08:17:44.788Z] time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-23T08:17:44.817Z] $ docker stop --time=1 24d3849eb8a315eb7028a0829a1a1f697950645502e7340786cf079dcdac8cfb [2025-06-23T08:17:46.427Z] $ docker rm -f --volumes 24d3849eb8a315eb7028a0829a1a1f697950645502e7340786cf079dcdac8cfb [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-23T08:17:46.960Z] + docker images [2025-06-23T08:17:46.960Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-23T08:17:46.960Z] support-notifications-arm64 latest 1b6847a19f57 3 seconds ago 52.6MB [2025-06-23T08:17:46.960Z] support-scheduler-arm64 latest b9c7f6711004 11 seconds ago 48.9MB [2025-06-23T08:17:46.960Z] core-data-arm64 latest 66a0ea14df63 37 seconds ago 33.4MB [2025-06-23T08:17:46.960Z] core-keeper-arm64 latest a46836018fe4 43 seconds ago 33MB [2025-06-23T08:17:46.960Z] core-metadata-arm64 latest 76d8e6b3e2fd 44 seconds ago 33.5MB [2025-06-23T08:17:46.960Z] security-proxy-auth-arm64 latest 62e85a7c0a49 46 seconds ago 32.3MB [2025-06-23T08:17:46.960Z] security-spiffe-token-provider-arm64 latest 9134c5698fc4 About a minute ago 48.4MB [2025-06-23T08:17:46.960Z] security-secretstore-setup-arm64 latest 0f7b47fe202d 2 minutes ago 68.5MB [2025-06-23T08:17:46.960Z] security-proxy-setup-arm64 latest 219bb4e891c2 2 minutes ago 39MB [2025-06-23T08:17:46.960Z] core-command-arm64 latest ba049022ad46 3 minutes ago 29MB [2025-06-23T08:17:46.960Z] security-bootstrapper-arm64 latest cb36abae00bc 17 minutes ago 21.1MB [2025-06-23T08:17:46.960Z] core-common-config-bootstrapper-arm64 latest a5f267c85c91 17 minutes ago 18MB [2025-06-23T08:17:46.960Z] security-spire-agent-arm64 latest 51092e8875fc 37 minutes ago 187MB [2025-06-23T08:17:46.960Z] security-spire-config-arm64 latest a9d42ae392f5 37 minutes ago 143MB [2025-06-23T08:17:46.960Z] security-spire-server-arm64 latest cd89186a714b 37 minutes ago 144MB [2025-06-23T08:17:46.960Z] ci-base-image-arm64 latest 10fbf6e65e91 38 minutes ago 909MB [2025-06-23T08:17:46.960Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 5 days ago 560MB [2025-06-23T08:17:46.960Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T08:17:47.130Z] provisioning config files... [2025-06-23T08:17:47.148Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/859@tmp/config7532120395039422417tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T08:17:47.540Z] ---> ****-login.sh [2025-06-23T08:17:47.540Z] nexus3.edgexfoundry.org:10001 [2025-06-23T08:17:47.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T08:17:47.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T08:17:47.811Z] Configure a credential helper to remove this warning. See [2025-06-23T08:17:47.811Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T08:17:47.811Z] [2025-06-23T08:17:47.811Z] Login Succeeded [2025-06-23T08:17:47.811Z] nexus3.edgexfoundry.org:10002 [2025-06-23T08:17:48.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T08:17:48.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T08:17:48.357Z] Configure a credential helper to remove this warning. See [2025-06-23T08:17:48.357Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T08:17:48.357Z] [2025-06-23T08:17:48.357Z] Login Succeeded [2025-06-23T08:17:48.357Z] nexus3.edgexfoundry.org:10003 [2025-06-23T08:17:48.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T08:17:48.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T08:17:48.644Z] Configure a credential helper to remove this warning. See [2025-06-23T08:17:48.644Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T08:17:48.644Z] [2025-06-23T08:17:48.644Z] Login Succeeded [2025-06-23T08:17:48.644Z] nexus3.edgexfoundry.org:10004 [2025-06-23T08:17:48.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T08:17:48.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T08:17:48.929Z] Configure a credential helper to remove this warning. See [2025-06-23T08:17:48.929Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T08:17:48.929Z] [2025-06-23T08:17:48.929Z] Login Succeeded [2025-06-23T08:17:48.929Z] ****.io [2025-06-23T08:17:49.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T08:17:49.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T08:17:49.476Z] Configure a credential helper to remove this warning. See [2025-06-23T08:17:49.476Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T08:17:49.476Z] [2025-06-23T08:17:49.476Z] Login Succeeded [2025-06-23T08:17:49.476Z] ---> ****-login.sh ends [Pipeline] } [2025-06-23T08:17:49.489Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T08:17:49.537Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-23T08:17:49.574Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-06-23T08:17:49.574Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:17:49.574Z] latest [2025-06-23T08:17:49.574Z] 4.1.0-dev.27 [2025-06-23T08:17:49.574Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:17:49.574Z] main [2025-06-23T08:17:49.574Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:17:49.970Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:17:50.324Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:17:50.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-23T08:17:50.325Z] 73981012fadd: Preparing [2025-06-23T08:17:50.325Z] f8ba3ec6881c: Preparing [2025-06-23T08:17:50.325Z] 3f9ebe693015: Preparing [2025-06-23T08:17:50.325Z] d9775fafb56e: Preparing [2025-06-23T08:17:50.325Z] 30af04ea8f4f: Preparing [2025-06-23T08:17:50.325Z] 5a317f1456fb: Preparing [2025-06-23T08:17:50.325Z] dd9c8f8612c8: Preparing [2025-06-23T08:17:50.325Z] 5a317f1456fb: Waiting [2025-06-23T08:17:50.325Z] dd9c8f8612c8: Waiting [2025-06-23T08:17:50.590Z] 3f9ebe693015: Pushed [2025-06-23T08:17:50.590Z] d9775fafb56e: Pushed [2025-06-23T08:17:50.590Z] 30af04ea8f4f: Pushed [2025-06-23T08:17:50.590Z] 73981012fadd: Pushed [2025-06-23T08:17:50.590Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:17:50.590Z] 5a317f1456fb: Pushed [2025-06-23T08:17:55.959Z] f8ba3ec6881c: Pushed [2025-06-23T08:17:55.959Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:7f08621d9bb7d7bc37ed145a888f7d77c8c472774d4b57c75d6f5613778c6f1d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:17:56.322Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:17:56.665Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-06-23T08:17:56.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-23T08:17:56.665Z] 73981012fadd: Preparing [2025-06-23T08:17:56.665Z] f8ba3ec6881c: Preparing [2025-06-23T08:17:56.665Z] 3f9ebe693015: Preparing [2025-06-23T08:17:56.665Z] d9775fafb56e: Preparing [2025-06-23T08:17:56.665Z] 30af04ea8f4f: Preparing [2025-06-23T08:17:56.665Z] 5a317f1456fb: Preparing [2025-06-23T08:17:56.665Z] dd9c8f8612c8: Preparing [2025-06-23T08:17:56.665Z] 5a317f1456fb: Waiting [2025-06-23T08:17:56.665Z] dd9c8f8612c8: Waiting [2025-06-23T08:17:56.665Z] f8ba3ec6881c: Layer already exists [2025-06-23T08:17:56.665Z] 73981012fadd: Layer already exists [2025-06-23T08:17:56.665Z] 3f9ebe693015: Layer already exists [2025-06-23T08:17:56.665Z] 30af04ea8f4f: Layer already exists [2025-06-23T08:17:56.665Z] d9775fafb56e: Layer already exists [2025-06-23T08:17:56.665Z] 5a317f1456fb: Layer already exists [2025-06-23T08:17:56.665Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:17:56.931Z] latest: digest: sha256:7f08621d9bb7d7bc37ed145a888f7d77c8c472774d4b57c75d6f5613778c6f1d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:17:57.283Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:17:57.623Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.27 [2025-06-23T08:17:57.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-23T08:17:57.623Z] 73981012fadd: Preparing [2025-06-23T08:17:57.623Z] f8ba3ec6881c: Preparing [2025-06-23T08:17:57.623Z] 3f9ebe693015: Preparing [2025-06-23T08:17:57.623Z] d9775fafb56e: Preparing [2025-06-23T08:17:57.623Z] 30af04ea8f4f: Preparing [2025-06-23T08:17:57.623Z] 5a317f1456fb: Preparing [2025-06-23T08:17:57.623Z] dd9c8f8612c8: Preparing [2025-06-23T08:17:57.623Z] 5a317f1456fb: Waiting [2025-06-23T08:17:57.623Z] dd9c8f8612c8: Waiting [2025-06-23T08:17:57.623Z] 73981012fadd: Layer already exists [2025-06-23T08:17:57.623Z] f8ba3ec6881c: Layer already exists [2025-06-23T08:17:57.623Z] 3f9ebe693015: Layer already exists [2025-06-23T08:17:57.623Z] 30af04ea8f4f: Layer already exists [2025-06-23T08:17:57.623Z] d9775fafb56e: Layer already exists [2025-06-23T08:17:57.623Z] 5a317f1456fb: Layer already exists [2025-06-23T08:17:57.623Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:17:57.623Z] 4.1.0-dev.27: digest: sha256:7f08621d9bb7d7bc37ed145a888f7d77c8c472774d4b57c75d6f5613778c6f1d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:17:58.248Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:17:58.607Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:17:58.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-23T08:17:58.607Z] 73981012fadd: Preparing [2025-06-23T08:17:58.607Z] f8ba3ec6881c: Preparing [2025-06-23T08:17:58.607Z] 3f9ebe693015: Preparing [2025-06-23T08:17:58.608Z] d9775fafb56e: Preparing [2025-06-23T08:17:58.608Z] 30af04ea8f4f: Preparing [2025-06-23T08:17:58.608Z] 5a317f1456fb: Preparing [2025-06-23T08:17:58.608Z] dd9c8f8612c8: Preparing [2025-06-23T08:17:58.608Z] 5a317f1456fb: Waiting [2025-06-23T08:17:58.608Z] dd9c8f8612c8: Waiting [2025-06-23T08:17:58.608Z] d9775fafb56e: Layer already exists [2025-06-23T08:17:58.608Z] f8ba3ec6881c: Layer already exists [2025-06-23T08:17:58.608Z] 3f9ebe693015: Layer already exists [2025-06-23T08:17:58.608Z] 73981012fadd: Layer already exists [2025-06-23T08:17:58.608Z] 30af04ea8f4f: Layer already exists [2025-06-23T08:17:58.608Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:17:58.608Z] 5a317f1456fb: Layer already exists [2025-06-23T08:17:58.872Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:7f08621d9bb7d7bc37ed145a888f7d77c8c472774d4b57c75d6f5613778c6f1d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:17:59.234Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:17:59.584Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-06-23T08:17:59.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-23T08:17:59.584Z] 73981012fadd: Preparing [2025-06-23T08:17:59.584Z] f8ba3ec6881c: Preparing [2025-06-23T08:17:59.584Z] 3f9ebe693015: Preparing [2025-06-23T08:17:59.584Z] d9775fafb56e: Preparing [2025-06-23T08:17:59.584Z] 30af04ea8f4f: Preparing [2025-06-23T08:17:59.584Z] 5a317f1456fb: Preparing [2025-06-23T08:17:59.584Z] dd9c8f8612c8: Preparing [2025-06-23T08:17:59.584Z] 5a317f1456fb: Waiting [2025-06-23T08:17:59.584Z] dd9c8f8612c8: Waiting [2025-06-23T08:17:59.584Z] 73981012fadd: Layer already exists [2025-06-23T08:17:59.584Z] f8ba3ec6881c: Layer already exists [2025-06-23T08:17:59.584Z] d9775fafb56e: Layer already exists [2025-06-23T08:17:59.584Z] 30af04ea8f4f: Layer already exists [2025-06-23T08:17:59.584Z] 3f9ebe693015: Layer already exists [2025-06-23T08:17:59.584Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:17:59.584Z] 5a317f1456fb: Layer already exists [2025-06-23T08:17:59.584Z] main: digest: sha256:7f08621d9bb7d7bc37ed145a888f7d77c8c472774d4b57c75d6f5613778c6f1d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T08:17:59.920Z] ===================================================== [Pipeline] echo [2025-06-23T08:17:59.939Z] taggedImages: [2025-06-23T08:17:59.939Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:17:59.939Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-06-23T08:17:59.939Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.27 [2025-06-23T08:17:59.939Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:17:59.939Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-06-23T08:17:59.974Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-06-23T08:17:59.974Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:17:59.974Z] latest [2025-06-23T08:17:59.974Z] 4.1.0-dev.27 [2025-06-23T08:17:59.974Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:17:59.974Z] main [2025-06-23T08:17:59.974Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:00.342Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:00.683Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:18:00.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-23T08:18:00.683Z] 20c4de03082a: Preparing [2025-06-23T08:18:00.683Z] bb9cb7f9846a: Preparing [2025-06-23T08:18:00.683Z] 2bdfa526fbd1: Preparing [2025-06-23T08:18:00.683Z] 913c96d2c8da: Preparing [2025-06-23T08:18:00.683Z] 3f9ebe693015: Preparing [2025-06-23T08:18:00.683Z] d9775fafb56e: Preparing [2025-06-23T08:18:00.683Z] 30af04ea8f4f: Preparing [2025-06-23T08:18:00.683Z] 5a317f1456fb: Preparing [2025-06-23T08:18:00.683Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:00.683Z] 30af04ea8f4f: Waiting [2025-06-23T08:18:00.683Z] 5a317f1456fb: Waiting [2025-06-23T08:18:00.683Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:00.683Z] d9775fafb56e: Waiting [2025-06-23T08:18:00.683Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:00.947Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:00.947Z] 2bdfa526fbd1: Pushed [2025-06-23T08:18:00.947Z] bb9cb7f9846a: Pushed [2025-06-23T08:18:00.947Z] 30af04ea8f4f: Layer already exists [2025-06-23T08:18:00.947Z] 20c4de03082a: Pushed [2025-06-23T08:18:00.947Z] 5a317f1456fb: Layer already exists [2025-06-23T08:18:00.947Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:02.873Z] 913c96d2c8da: Pushed [2025-06-23T08:18:03.136Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:69568e139f931c920742605979a978a28cecbc620a3924e2a21a6f419990fb2e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:03.484Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:03.834Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-06-23T08:18:03.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-23T08:18:03.834Z] 20c4de03082a: Preparing [2025-06-23T08:18:03.834Z] bb9cb7f9846a: Preparing [2025-06-23T08:18:03.834Z] 2bdfa526fbd1: Preparing [2025-06-23T08:18:03.834Z] 913c96d2c8da: Preparing [2025-06-23T08:18:03.834Z] 3f9ebe693015: Preparing [2025-06-23T08:18:03.834Z] d9775fafb56e: Preparing [2025-06-23T08:18:03.834Z] 30af04ea8f4f: Preparing [2025-06-23T08:18:03.834Z] 5a317f1456fb: Preparing [2025-06-23T08:18:03.834Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:03.835Z] 30af04ea8f4f: Waiting [2025-06-23T08:18:03.835Z] 5a317f1456fb: Waiting [2025-06-23T08:18:03.835Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:03.835Z] d9775fafb56e: Waiting [2025-06-23T08:18:03.835Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:03.835Z] 2bdfa526fbd1: Layer already exists [2025-06-23T08:18:03.835Z] 20c4de03082a: Layer already exists [2025-06-23T08:18:03.835Z] bb9cb7f9846a: Layer already exists [2025-06-23T08:18:03.835Z] 913c96d2c8da: Layer already exists [2025-06-23T08:18:03.835Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:03.835Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:03.835Z] 30af04ea8f4f: Layer already exists [2025-06-23T08:18:03.835Z] 5a317f1456fb: Layer already exists [2025-06-23T08:18:04.099Z] latest: digest: sha256:69568e139f931c920742605979a978a28cecbc620a3924e2a21a6f419990fb2e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:04.458Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:04.810Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.27 [2025-06-23T08:18:04.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-23T08:18:04.810Z] 20c4de03082a: Preparing [2025-06-23T08:18:04.810Z] bb9cb7f9846a: Preparing [2025-06-23T08:18:04.810Z] 2bdfa526fbd1: Preparing [2025-06-23T08:18:04.810Z] 913c96d2c8da: Preparing [2025-06-23T08:18:04.810Z] 3f9ebe693015: Preparing [2025-06-23T08:18:04.810Z] d9775fafb56e: Preparing [2025-06-23T08:18:04.810Z] 30af04ea8f4f: Preparing [2025-06-23T08:18:04.810Z] 5a317f1456fb: Preparing [2025-06-23T08:18:04.810Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:04.810Z] d9775fafb56e: Waiting [2025-06-23T08:18:04.810Z] 5a317f1456fb: Waiting [2025-06-23T08:18:04.810Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:04.810Z] 30af04ea8f4f: Waiting [2025-06-23T08:18:04.810Z] 913c96d2c8da: Layer already exists [2025-06-23T08:18:04.810Z] 20c4de03082a: Layer already exists [2025-06-23T08:18:04.810Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:04.810Z] bb9cb7f9846a: Layer already exists [2025-06-23T08:18:04.810Z] 2bdfa526fbd1: Layer already exists [2025-06-23T08:18:04.810Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:04.810Z] 5a317f1456fb: Layer already exists [2025-06-23T08:18:04.810Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:04.810Z] 30af04ea8f4f: Layer already exists [2025-06-23T08:18:05.077Z] 4.1.0-dev.27: digest: sha256:69568e139f931c920742605979a978a28cecbc620a3924e2a21a6f419990fb2e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:05.449Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:05.798Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:18:05.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-23T08:18:05.798Z] 20c4de03082a: Preparing [2025-06-23T08:18:05.798Z] bb9cb7f9846a: Preparing [2025-06-23T08:18:05.798Z] 2bdfa526fbd1: Preparing [2025-06-23T08:18:05.798Z] 913c96d2c8da: Preparing [2025-06-23T08:18:05.798Z] 3f9ebe693015: Preparing [2025-06-23T08:18:05.798Z] d9775fafb56e: Preparing [2025-06-23T08:18:05.798Z] d9775fafb56e: Waiting [2025-06-23T08:18:05.798Z] 30af04ea8f4f: Preparing [2025-06-23T08:18:05.798Z] 30af04ea8f4f: Waiting [2025-06-23T08:18:05.798Z] 5a317f1456fb: Preparing [2025-06-23T08:18:05.798Z] 5a317f1456fb: Waiting [2025-06-23T08:18:05.798Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:05.798Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:05.798Z] 913c96d2c8da: Layer already exists [2025-06-23T08:18:05.798Z] 20c4de03082a: Layer already exists [2025-06-23T08:18:05.798Z] 2bdfa526fbd1: Layer already exists [2025-06-23T08:18:05.798Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:05.798Z] bb9cb7f9846a: Layer already exists [2025-06-23T08:18:05.798Z] 5a317f1456fb: Layer already exists [2025-06-23T08:18:05.798Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:05.798Z] 30af04ea8f4f: Layer already exists [2025-06-23T08:18:05.798Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:06.063Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:69568e139f931c920742605979a978a28cecbc620a3924e2a21a6f419990fb2e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:06.414Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:06.773Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-06-23T08:18:06.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-23T08:18:06.773Z] 20c4de03082a: Preparing [2025-06-23T08:18:06.773Z] bb9cb7f9846a: Preparing [2025-06-23T08:18:06.773Z] 2bdfa526fbd1: Preparing [2025-06-23T08:18:06.773Z] 913c96d2c8da: Preparing [2025-06-23T08:18:06.773Z] 3f9ebe693015: Preparing [2025-06-23T08:18:06.773Z] d9775fafb56e: Preparing [2025-06-23T08:18:06.773Z] 30af04ea8f4f: Preparing [2025-06-23T08:18:06.773Z] 5a317f1456fb: Preparing [2025-06-23T08:18:06.773Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:06.773Z] 30af04ea8f4f: Waiting [2025-06-23T08:18:06.773Z] 5a317f1456fb: Waiting [2025-06-23T08:18:06.773Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:06.773Z] d9775fafb56e: Waiting [2025-06-23T08:18:06.773Z] bb9cb7f9846a: Layer already exists [2025-06-23T08:18:06.773Z] 20c4de03082a: Layer already exists [2025-06-23T08:18:06.773Z] 913c96d2c8da: Layer already exists [2025-06-23T08:18:06.773Z] 2bdfa526fbd1: Layer already exists [2025-06-23T08:18:06.773Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:06.773Z] 30af04ea8f4f: Layer already exists [2025-06-23T08:18:06.773Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:06.773Z] 5a317f1456fb: Layer already exists [2025-06-23T08:18:06.773Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:07.038Z] main: digest: sha256:69568e139f931c920742605979a978a28cecbc620a3924e2a21a6f419990fb2e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T08:18:07.115Z] ===================================================== [Pipeline] echo [2025-06-23T08:18:07.127Z] taggedImages: [2025-06-23T08:18:07.127Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:18:07.127Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-06-23T08:18:07.127Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.27 [2025-06-23T08:18:07.127Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:18:07.127Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-06-23T08:18:07.156Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-06-23T08:18:07.156Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:18:07.156Z] latest [2025-06-23T08:18:07.156Z] 4.1.0-dev.27 [2025-06-23T08:18:07.156Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:18:07.156Z] main [2025-06-23T08:18:07.156Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:07.525Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:07.880Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:18:07.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-23T08:18:07.880Z] f09400ff1c8f: Preparing [2025-06-23T08:18:07.880Z] 544910dee975: Preparing [2025-06-23T08:18:07.880Z] 3f9ebe693015: Preparing [2025-06-23T08:18:07.880Z] d9775fafb56e: Preparing [2025-06-23T08:18:07.880Z] 23f0eeffd758: Preparing [2025-06-23T08:18:07.880Z] 14ea55f56a8d: Preparing [2025-06-23T08:18:07.880Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:07.880Z] 14ea55f56a8d: Waiting [2025-06-23T08:18:07.880Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:07.880Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:07.880Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:08.147Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:08.147Z] f09400ff1c8f: Pushed [2025-06-23T08:18:08.147Z] 23f0eeffd758: Pushed [2025-06-23T08:18:08.147Z] 14ea55f56a8d: Pushed [2025-06-23T08:18:13.460Z] 544910dee975: Pushed [2025-06-23T08:18:13.724Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:cc3263218e764253c43ad611a4a1257c3167c1a5a014fb595c96ecbfaca671be size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:14.086Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:14.421Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-06-23T08:18:14.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-23T08:18:14.421Z] f09400ff1c8f: Preparing [2025-06-23T08:18:14.421Z] 544910dee975: Preparing [2025-06-23T08:18:14.421Z] 3f9ebe693015: Preparing [2025-06-23T08:18:14.421Z] d9775fafb56e: Preparing [2025-06-23T08:18:14.421Z] 23f0eeffd758: Preparing [2025-06-23T08:18:14.421Z] 14ea55f56a8d: Preparing [2025-06-23T08:18:14.421Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:14.421Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:14.421Z] 14ea55f56a8d: Waiting [2025-06-23T08:18:14.421Z] 23f0eeffd758: Layer already exists [2025-06-23T08:18:14.421Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:14.421Z] f09400ff1c8f: Layer already exists [2025-06-23T08:18:14.421Z] 544910dee975: Layer already exists [2025-06-23T08:18:14.421Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:14.421Z] 14ea55f56a8d: Layer already exists [2025-06-23T08:18:14.421Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:14.685Z] latest: digest: sha256:cc3263218e764253c43ad611a4a1257c3167c1a5a014fb595c96ecbfaca671be size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:15.029Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:15.368Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.27 [2025-06-23T08:18:15.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-23T08:18:15.368Z] f09400ff1c8f: Preparing [2025-06-23T08:18:15.368Z] 544910dee975: Preparing [2025-06-23T08:18:15.368Z] 3f9ebe693015: Preparing [2025-06-23T08:18:15.368Z] d9775fafb56e: Preparing [2025-06-23T08:18:15.368Z] 23f0eeffd758: Preparing [2025-06-23T08:18:15.368Z] 14ea55f56a8d: Preparing [2025-06-23T08:18:15.368Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:15.368Z] 14ea55f56a8d: Waiting [2025-06-23T08:18:15.368Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:15.368Z] 544910dee975: Layer already exists [2025-06-23T08:18:15.368Z] f09400ff1c8f: Layer already exists [2025-06-23T08:18:15.368Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:15.368Z] 23f0eeffd758: Layer already exists [2025-06-23T08:18:15.368Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:15.368Z] 14ea55f56a8d: Layer already exists [2025-06-23T08:18:15.368Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:15.368Z] 4.1.0-dev.27: digest: sha256:cc3263218e764253c43ad611a4a1257c3167c1a5a014fb595c96ecbfaca671be size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:15.988Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:16.330Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:18:16.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-23T08:18:16.330Z] f09400ff1c8f: Preparing [2025-06-23T08:18:16.330Z] 544910dee975: Preparing [2025-06-23T08:18:16.330Z] 3f9ebe693015: Preparing [2025-06-23T08:18:16.330Z] d9775fafb56e: Preparing [2025-06-23T08:18:16.330Z] 23f0eeffd758: Preparing [2025-06-23T08:18:16.330Z] 14ea55f56a8d: Preparing [2025-06-23T08:18:16.330Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:16.330Z] 14ea55f56a8d: Waiting [2025-06-23T08:18:16.330Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:16.330Z] 23f0eeffd758: Layer already exists [2025-06-23T08:18:16.330Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:16.330Z] 544910dee975: Layer already exists [2025-06-23T08:18:16.330Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:16.330Z] f09400ff1c8f: Layer already exists [2025-06-23T08:18:16.330Z] 14ea55f56a8d: Layer already exists [2025-06-23T08:18:16.330Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:16.330Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:cc3263218e764253c43ad611a4a1257c3167c1a5a014fb595c96ecbfaca671be size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:16.951Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:17.297Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-06-23T08:18:17.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-23T08:18:17.297Z] f09400ff1c8f: Preparing [2025-06-23T08:18:17.297Z] 544910dee975: Preparing [2025-06-23T08:18:17.297Z] 3f9ebe693015: Preparing [2025-06-23T08:18:17.297Z] d9775fafb56e: Preparing [2025-06-23T08:18:17.297Z] 23f0eeffd758: Preparing [2025-06-23T08:18:17.297Z] 14ea55f56a8d: Preparing [2025-06-23T08:18:17.297Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:17.297Z] 14ea55f56a8d: Waiting [2025-06-23T08:18:17.297Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:17.297Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:17.297Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:17.297Z] f09400ff1c8f: Layer already exists [2025-06-23T08:18:17.297Z] 544910dee975: Layer already exists [2025-06-23T08:18:17.297Z] 23f0eeffd758: Layer already exists [2025-06-23T08:18:17.297Z] 14ea55f56a8d: Layer already exists [2025-06-23T08:18:17.297Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:17.560Z] main: digest: sha256:cc3263218e764253c43ad611a4a1257c3167c1a5a014fb595c96ecbfaca671be size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T08:18:17.637Z] ===================================================== [Pipeline] echo [2025-06-23T08:18:17.654Z] taggedImages: [2025-06-23T08:18:17.655Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:18:17.655Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-06-23T08:18:17.655Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.27 [2025-06-23T08:18:17.655Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:18:17.655Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-06-23T08:18:17.685Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-06-23T08:18:17.685Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:18:17.685Z] latest [2025-06-23T08:18:17.685Z] 4.1.0-dev.27 [2025-06-23T08:18:17.685Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:18:17.685Z] main [2025-06-23T08:18:17.685Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:18.053Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:18.407Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:18:18.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-23T08:18:18.407Z] dd5360d97603: Preparing [2025-06-23T08:18:18.407Z] 21c25165692b: Preparing [2025-06-23T08:18:18.407Z] d9775fafb56e: Preparing [2025-06-23T08:18:18.407Z] f7642754918b: Preparing [2025-06-23T08:18:18.407Z] 6852d44fe581: Preparing [2025-06-23T08:18:18.407Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:18.407Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:18.407Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:18.407Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:18.670Z] 6852d44fe581: Pushed [2025-06-23T08:18:18.670Z] dd5360d97603: Pushed [2025-06-23T08:18:18.670Z] f7642754918b: Pushed [2025-06-23T08:18:23.977Z] 21c25165692b: Pushed [2025-06-23T08:18:23.977Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:64a0db9cd96442e24ebc4bc2576eecf00e98c3f4b1c7b5e3ae2c264be1aa72f1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:24.327Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:24.685Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-06-23T08:18:24.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-23T08:18:24.685Z] dd5360d97603: Preparing [2025-06-23T08:18:24.685Z] 21c25165692b: Preparing [2025-06-23T08:18:24.685Z] d9775fafb56e: Preparing [2025-06-23T08:18:24.685Z] f7642754918b: Preparing [2025-06-23T08:18:24.685Z] 6852d44fe581: Preparing [2025-06-23T08:18:24.685Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:24.685Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:24.685Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:24.685Z] 6852d44fe581: Layer already exists [2025-06-23T08:18:24.685Z] dd5360d97603: Layer already exists [2025-06-23T08:18:24.686Z] f7642754918b: Layer already exists [2025-06-23T08:18:24.686Z] 21c25165692b: Layer already exists [2025-06-23T08:18:24.686Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:24.949Z] latest: digest: sha256:64a0db9cd96442e24ebc4bc2576eecf00e98c3f4b1c7b5e3ae2c264be1aa72f1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:25.297Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:25.640Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.27 [2025-06-23T08:18:25.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-23T08:18:25.641Z] dd5360d97603: Preparing [2025-06-23T08:18:25.641Z] 21c25165692b: Preparing [2025-06-23T08:18:25.641Z] d9775fafb56e: Preparing [2025-06-23T08:18:25.641Z] f7642754918b: Preparing [2025-06-23T08:18:25.641Z] 6852d44fe581: Preparing [2025-06-23T08:18:25.641Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:25.641Z] 6852d44fe581: Layer already exists [2025-06-23T08:18:25.641Z] 21c25165692b: Layer already exists [2025-06-23T08:18:25.641Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:25.641Z] f7642754918b: Layer already exists [2025-06-23T08:18:25.641Z] dd5360d97603: Layer already exists [2025-06-23T08:18:25.641Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:25.904Z] 4.1.0-dev.27: digest: sha256:64a0db9cd96442e24ebc4bc2576eecf00e98c3f4b1c7b5e3ae2c264be1aa72f1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:26.248Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:26.590Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:18:26.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-23T08:18:26.590Z] dd5360d97603: Preparing [2025-06-23T08:18:26.590Z] 21c25165692b: Preparing [2025-06-23T08:18:26.590Z] d9775fafb56e: Preparing [2025-06-23T08:18:26.590Z] f7642754918b: Preparing [2025-06-23T08:18:26.590Z] 6852d44fe581: Preparing [2025-06-23T08:18:26.590Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:26.590Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:26.590Z] 21c25165692b: Layer already exists [2025-06-23T08:18:26.590Z] f7642754918b: Layer already exists [2025-06-23T08:18:26.590Z] dd5360d97603: Layer already exists [2025-06-23T08:18:26.590Z] 6852d44fe581: Layer already exists [2025-06-23T08:18:26.590Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:26.590Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:26.854Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:64a0db9cd96442e24ebc4bc2576eecf00e98c3f4b1c7b5e3ae2c264be1aa72f1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:27.197Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:27.540Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-06-23T08:18:27.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-23T08:18:27.540Z] dd5360d97603: Preparing [2025-06-23T08:18:27.540Z] 21c25165692b: Preparing [2025-06-23T08:18:27.540Z] d9775fafb56e: Preparing [2025-06-23T08:18:27.540Z] f7642754918b: Preparing [2025-06-23T08:18:27.540Z] 6852d44fe581: Preparing [2025-06-23T08:18:27.540Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:27.540Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:27.540Z] f7642754918b: Layer already exists [2025-06-23T08:18:27.540Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:27.540Z] 21c25165692b: Layer already exists [2025-06-23T08:18:27.540Z] 6852d44fe581: Layer already exists [2025-06-23T08:18:27.540Z] dd5360d97603: Layer already exists [2025-06-23T08:18:27.540Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:27.540Z] main: digest: sha256:64a0db9cd96442e24ebc4bc2576eecf00e98c3f4b1c7b5e3ae2c264be1aa72f1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T08:18:27.880Z] ===================================================== [Pipeline] echo [2025-06-23T08:18:27.895Z] taggedImages: [2025-06-23T08:18:27.895Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:18:27.895Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-06-23T08:18:27.895Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.27 [2025-06-23T08:18:27.895Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:18:27.895Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-06-23T08:18:27.924Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-06-23T08:18:27.924Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:18:27.924Z] latest [2025-06-23T08:18:27.924Z] 4.1.0-dev.27 [2025-06-23T08:18:27.924Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:18:27.924Z] main [2025-06-23T08:18:27.924Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:28.283Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:28.627Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:18:28.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-23T08:18:28.627Z] 70d6f5a72551: Preparing [2025-06-23T08:18:28.627Z] 1fc724cea87c: Preparing [2025-06-23T08:18:28.627Z] a1dbb83c30f3: Preparing [2025-06-23T08:18:28.627Z] 3f9ebe693015: Preparing [2025-06-23T08:18:28.627Z] d9775fafb56e: Preparing [2025-06-23T08:18:28.627Z] 30af04ea8f4f: Preparing [2025-06-23T08:18:28.627Z] 5a317f1456fb: Preparing [2025-06-23T08:18:28.627Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:28.627Z] 30af04ea8f4f: Waiting [2025-06-23T08:18:28.627Z] 5a317f1456fb: Waiting [2025-06-23T08:18:28.627Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:28.627Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:28.627Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:28.890Z] 30af04ea8f4f: Layer already exists [2025-06-23T08:18:28.890Z] 5a317f1456fb: Layer already exists [2025-06-23T08:18:28.890Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:28.890Z] 1fc724cea87c: Pushed [2025-06-23T08:18:28.890Z] 70d6f5a72551: Pushed [2025-06-23T08:18:34.196Z] a1dbb83c30f3: Pushed [2025-06-23T08:18:34.460Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:01c97f6da6225e818e4bfd79412f36d7d279d12acec315da5e48fb9718bd6d76 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:34.808Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:35.161Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-06-23T08:18:35.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-23T08:18:35.161Z] 70d6f5a72551: Preparing [2025-06-23T08:18:35.161Z] 1fc724cea87c: Preparing [2025-06-23T08:18:35.161Z] a1dbb83c30f3: Preparing [2025-06-23T08:18:35.161Z] 3f9ebe693015: Preparing [2025-06-23T08:18:35.161Z] d9775fafb56e: Preparing [2025-06-23T08:18:35.161Z] 30af04ea8f4f: Preparing [2025-06-23T08:18:35.161Z] 5a317f1456fb: Preparing [2025-06-23T08:18:35.161Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:35.161Z] 30af04ea8f4f: Waiting [2025-06-23T08:18:35.161Z] 5a317f1456fb: Waiting [2025-06-23T08:18:35.161Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:35.161Z] 1fc724cea87c: Layer already exists [2025-06-23T08:18:35.161Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:35.161Z] a1dbb83c30f3: Layer already exists [2025-06-23T08:18:35.161Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:35.161Z] 70d6f5a72551: Layer already exists [2025-06-23T08:18:35.161Z] 30af04ea8f4f: Layer already exists [2025-06-23T08:18:35.161Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:35.161Z] 5a317f1456fb: Layer already exists [2025-06-23T08:18:35.162Z] latest: digest: sha256:01c97f6da6225e818e4bfd79412f36d7d279d12acec315da5e48fb9718bd6d76 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:35.787Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:36.188Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.27 [2025-06-23T08:18:36.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-23T08:18:36.188Z] 70d6f5a72551: Preparing [2025-06-23T08:18:36.188Z] 1fc724cea87c: Preparing [2025-06-23T08:18:36.188Z] a1dbb83c30f3: Preparing [2025-06-23T08:18:36.188Z] 3f9ebe693015: Preparing [2025-06-23T08:18:36.188Z] d9775fafb56e: Preparing [2025-06-23T08:18:36.188Z] 30af04ea8f4f: Preparing [2025-06-23T08:18:36.188Z] 5a317f1456fb: Preparing [2025-06-23T08:18:36.188Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:36.188Z] 30af04ea8f4f: Waiting [2025-06-23T08:18:36.188Z] 5a317f1456fb: Waiting [2025-06-23T08:18:36.188Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:36.188Z] 70d6f5a72551: Layer already exists [2025-06-23T08:18:36.188Z] a1dbb83c30f3: Layer already exists [2025-06-23T08:18:36.188Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:36.188Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:36.188Z] 1fc724cea87c: Layer already exists [2025-06-23T08:18:36.188Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:36.188Z] 30af04ea8f4f: Layer already exists [2025-06-23T08:18:36.188Z] 5a317f1456fb: Layer already exists [2025-06-23T08:18:36.566Z] 4.1.0-dev.27: digest: sha256:01c97f6da6225e818e4bfd79412f36d7d279d12acec315da5e48fb9718bd6d76 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:36.930Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:37.297Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:18:37.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-23T08:18:37.297Z] 70d6f5a72551: Preparing [2025-06-23T08:18:37.297Z] 1fc724cea87c: Preparing [2025-06-23T08:18:37.297Z] a1dbb83c30f3: Preparing [2025-06-23T08:18:37.297Z] 3f9ebe693015: Preparing [2025-06-23T08:18:37.297Z] d9775fafb56e: Preparing [2025-06-23T08:18:37.297Z] 30af04ea8f4f: Preparing [2025-06-23T08:18:37.297Z] 5a317f1456fb: Preparing [2025-06-23T08:18:37.297Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:37.297Z] 30af04ea8f4f: Waiting [2025-06-23T08:18:37.297Z] 5a317f1456fb: Waiting [2025-06-23T08:18:37.297Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:37.297Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:37.297Z] 1fc724cea87c: Layer already exists [2025-06-23T08:18:37.297Z] 70d6f5a72551: Layer already exists [2025-06-23T08:18:37.297Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:37.297Z] a1dbb83c30f3: Layer already exists [2025-06-23T08:18:37.297Z] 30af04ea8f4f: Layer already exists [2025-06-23T08:18:37.297Z] 5a317f1456fb: Layer already exists [2025-06-23T08:18:37.297Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:37.297Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:01c97f6da6225e818e4bfd79412f36d7d279d12acec315da5e48fb9718bd6d76 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:37.938Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:38.282Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-06-23T08:18:38.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-23T08:18:38.282Z] 70d6f5a72551: Preparing [2025-06-23T08:18:38.282Z] 1fc724cea87c: Preparing [2025-06-23T08:18:38.282Z] a1dbb83c30f3: Preparing [2025-06-23T08:18:38.282Z] 3f9ebe693015: Preparing [2025-06-23T08:18:38.282Z] d9775fafb56e: Preparing [2025-06-23T08:18:38.282Z] 30af04ea8f4f: Preparing [2025-06-23T08:18:38.282Z] 5a317f1456fb: Preparing [2025-06-23T08:18:38.282Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:38.282Z] 5a317f1456fb: Waiting [2025-06-23T08:18:38.282Z] 30af04ea8f4f: Waiting [2025-06-23T08:18:38.282Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:38.282Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:38.282Z] 70d6f5a72551: Layer already exists [2025-06-23T08:18:38.282Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:38.282Z] 1fc724cea87c: Layer already exists [2025-06-23T08:18:38.282Z] a1dbb83c30f3: Layer already exists [2025-06-23T08:18:38.282Z] 30af04ea8f4f: Layer already exists [2025-06-23T08:18:38.282Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:38.282Z] 5a317f1456fb: Layer already exists [2025-06-23T08:18:38.547Z] main: digest: sha256:01c97f6da6225e818e4bfd79412f36d7d279d12acec315da5e48fb9718bd6d76 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T08:18:38.631Z] ===================================================== [Pipeline] echo [2025-06-23T08:18:38.647Z] taggedImages: [2025-06-23T08:18:38.647Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:18:38.647Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-06-23T08:18:38.647Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.27 [2025-06-23T08:18:38.647Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:18:38.647Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-06-23T08:18:38.681Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-06-23T08:18:38.681Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:18:38.681Z] latest [2025-06-23T08:18:38.681Z] 4.1.0-dev.27 [2025-06-23T08:18:38.681Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:18:38.681Z] main [2025-06-23T08:18:38.681Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:39.050Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:39.478Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:18:39.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-23T08:18:39.478Z] 2c887ccbf90a: Preparing [2025-06-23T08:18:39.478Z] c77e2b0bd6a1: Preparing [2025-06-23T08:18:39.478Z] 2390371f6f73: Preparing [2025-06-23T08:18:39.478Z] 694a457ee2e4: Preparing [2025-06-23T08:18:39.478Z] edd0e7f8270c: Preparing [2025-06-23T08:18:39.478Z] 9e829eb54180: Preparing [2025-06-23T08:18:39.478Z] 019a1dcf4132: Preparing [2025-06-23T08:18:39.478Z] 3f9ebe693015: Preparing [2025-06-23T08:18:39.478Z] d9775fafb56e: Preparing [2025-06-23T08:18:39.478Z] 346d96fcbd8a: Preparing [2025-06-23T08:18:39.478Z] ce06c2858f29: Preparing [2025-06-23T08:18:39.478Z] 5f70bf18a086: Preparing [2025-06-23T08:18:39.478Z] 7d22bb6d3918: Preparing [2025-06-23T08:18:39.478Z] 9fa388da00a1: Preparing [2025-06-23T08:18:39.478Z] 1354dfb13d49: Preparing [2025-06-23T08:18:39.478Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:39.478Z] ce06c2858f29: Waiting [2025-06-23T08:18:39.478Z] 5f70bf18a086: Waiting [2025-06-23T08:18:39.478Z] 9e829eb54180: Waiting [2025-06-23T08:18:39.478Z] 019a1dcf4132: Waiting [2025-06-23T08:18:39.478Z] 3f9ebe693015: Waiting [2025-06-23T08:18:39.478Z] 7d22bb6d3918: Waiting [2025-06-23T08:18:39.478Z] 9fa388da00a1: Waiting [2025-06-23T08:18:39.478Z] 1354dfb13d49: Waiting [2025-06-23T08:18:39.478Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:39.478Z] 346d96fcbd8a: Waiting [2025-06-23T08:18:39.478Z] d9775fafb56e: Waiting [2025-06-23T08:18:39.478Z] 2c887ccbf90a: Pushed [2025-06-23T08:18:39.742Z] 2390371f6f73: Pushed [2025-06-23T08:18:39.742Z] edd0e7f8270c: Pushed [2025-06-23T08:18:39.742Z] c77e2b0bd6a1: Pushed [2025-06-23T08:18:39.742Z] 694a457ee2e4: Pushed [2025-06-23T08:18:39.742Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:39.742Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:39.742Z] 9e829eb54180: Pushed [2025-06-23T08:18:39.742Z] 5f70bf18a086: Layer already exists [2025-06-23T08:18:39.742Z] ce06c2858f29: Pushed [2025-06-23T08:18:39.742Z] 346d96fcbd8a: Pushed [2025-06-23T08:18:40.007Z] 7d22bb6d3918: Pushed [2025-06-23T08:18:40.007Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:40.007Z] 9fa388da00a1: Pushed [2025-06-23T08:18:40.007Z] 1354dfb13d49: Pushed [2025-06-23T08:18:42.577Z] 019a1dcf4132: Pushed [2025-06-23T08:18:42.842Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:83190e8b66a6e364aa36737e6167c9a7ada6f5f912e68128897e22030cca5da6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:43.212Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:43.565Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-06-23T08:18:43.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-23T08:18:43.565Z] 2c887ccbf90a: Preparing [2025-06-23T08:18:43.565Z] c77e2b0bd6a1: Preparing [2025-06-23T08:18:43.565Z] 2390371f6f73: Preparing [2025-06-23T08:18:43.565Z] 694a457ee2e4: Preparing [2025-06-23T08:18:43.565Z] edd0e7f8270c: Preparing [2025-06-23T08:18:43.565Z] 9e829eb54180: Preparing [2025-06-23T08:18:43.565Z] 019a1dcf4132: Preparing [2025-06-23T08:18:43.565Z] 3f9ebe693015: Preparing [2025-06-23T08:18:43.565Z] d9775fafb56e: Preparing [2025-06-23T08:18:43.565Z] 346d96fcbd8a: Preparing [2025-06-23T08:18:43.565Z] ce06c2858f29: Preparing [2025-06-23T08:18:43.565Z] 5f70bf18a086: Preparing [2025-06-23T08:18:43.565Z] 7d22bb6d3918: Preparing [2025-06-23T08:18:43.565Z] 9fa388da00a1: Preparing [2025-06-23T08:18:43.565Z] 1354dfb13d49: Preparing [2025-06-23T08:18:43.565Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:43.565Z] 9e829eb54180: Waiting [2025-06-23T08:18:43.565Z] 019a1dcf4132: Waiting [2025-06-23T08:18:43.565Z] 3f9ebe693015: Waiting [2025-06-23T08:18:43.565Z] d9775fafb56e: Waiting [2025-06-23T08:18:43.565Z] 346d96fcbd8a: Waiting [2025-06-23T08:18:43.565Z] ce06c2858f29: Waiting [2025-06-23T08:18:43.565Z] 5f70bf18a086: Waiting [2025-06-23T08:18:43.565Z] 7d22bb6d3918: Waiting [2025-06-23T08:18:43.565Z] 9fa388da00a1: Waiting [2025-06-23T08:18:43.565Z] 1354dfb13d49: Waiting [2025-06-23T08:18:43.565Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:43.565Z] 2c887ccbf90a: Layer already exists [2025-06-23T08:18:43.565Z] edd0e7f8270c: Layer already exists [2025-06-23T08:18:43.565Z] c77e2b0bd6a1: Layer already exists [2025-06-23T08:18:43.565Z] 2390371f6f73: Layer already exists [2025-06-23T08:18:43.565Z] 694a457ee2e4: Layer already exists [2025-06-23T08:18:43.565Z] 346d96fcbd8a: Layer already exists [2025-06-23T08:18:43.565Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:43.565Z] 019a1dcf4132: Layer already exists [2025-06-23T08:18:43.565Z] 9e829eb54180: Layer already exists [2025-06-23T08:18:43.565Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:43.565Z] ce06c2858f29: Layer already exists [2025-06-23T08:18:43.565Z] 9fa388da00a1: Layer already exists [2025-06-23T08:18:43.565Z] 7d22bb6d3918: Layer already exists [2025-06-23T08:18:43.565Z] 5f70bf18a086: Layer already exists [2025-06-23T08:18:43.565Z] 1354dfb13d49: Layer already exists [2025-06-23T08:18:43.565Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:43.829Z] latest: digest: sha256:83190e8b66a6e364aa36737e6167c9a7ada6f5f912e68128897e22030cca5da6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:44.181Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:44.533Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.27 [2025-06-23T08:18:44.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-23T08:18:44.533Z] 2c887ccbf90a: Preparing [2025-06-23T08:18:44.533Z] c77e2b0bd6a1: Preparing [2025-06-23T08:18:44.533Z] 2390371f6f73: Preparing [2025-06-23T08:18:44.533Z] 694a457ee2e4: Preparing [2025-06-23T08:18:44.533Z] edd0e7f8270c: Preparing [2025-06-23T08:18:44.533Z] 9e829eb54180: Preparing [2025-06-23T08:18:44.533Z] 019a1dcf4132: Preparing [2025-06-23T08:18:44.533Z] 3f9ebe693015: Preparing [2025-06-23T08:18:44.533Z] d9775fafb56e: Preparing [2025-06-23T08:18:44.533Z] 346d96fcbd8a: Preparing [2025-06-23T08:18:44.533Z] ce06c2858f29: Preparing [2025-06-23T08:18:44.533Z] 5f70bf18a086: Preparing [2025-06-23T08:18:44.533Z] 7d22bb6d3918: Preparing [2025-06-23T08:18:44.533Z] 9fa388da00a1: Preparing [2025-06-23T08:18:44.533Z] 1354dfb13d49: Preparing [2025-06-23T08:18:44.533Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:44.533Z] 9e829eb54180: Waiting [2025-06-23T08:18:44.533Z] 019a1dcf4132: Waiting [2025-06-23T08:18:44.533Z] 3f9ebe693015: Waiting [2025-06-23T08:18:44.533Z] d9775fafb56e: Waiting [2025-06-23T08:18:44.533Z] ce06c2858f29: Waiting [2025-06-23T08:18:44.533Z] 9fa388da00a1: Waiting [2025-06-23T08:18:44.533Z] 5f70bf18a086: Waiting [2025-06-23T08:18:44.533Z] 1354dfb13d49: Waiting [2025-06-23T08:18:44.533Z] 7d22bb6d3918: Waiting [2025-06-23T08:18:44.533Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:44.533Z] 346d96fcbd8a: Waiting [2025-06-23T08:18:44.533Z] 694a457ee2e4: Layer already exists [2025-06-23T08:18:44.533Z] edd0e7f8270c: Layer already exists [2025-06-23T08:18:44.533Z] 2c887ccbf90a: Layer already exists [2025-06-23T08:18:44.533Z] 2390371f6f73: Layer already exists [2025-06-23T08:18:44.533Z] c77e2b0bd6a1: Layer already exists [2025-06-23T08:18:44.533Z] 9e829eb54180: Layer already exists [2025-06-23T08:18:44.533Z] 019a1dcf4132: Layer already exists [2025-06-23T08:18:44.533Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:44.533Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:44.533Z] 346d96fcbd8a: Layer already exists [2025-06-23T08:18:44.533Z] 5f70bf18a086: Layer already exists [2025-06-23T08:18:44.533Z] ce06c2858f29: Layer already exists [2025-06-23T08:18:44.533Z] 7d22bb6d3918: Layer already exists [2025-06-23T08:18:44.533Z] 9fa388da00a1: Layer already exists [2025-06-23T08:18:44.533Z] 1354dfb13d49: Layer already exists [2025-06-23T08:18:44.533Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:44.798Z] 4.1.0-dev.27: digest: sha256:83190e8b66a6e364aa36737e6167c9a7ada6f5f912e68128897e22030cca5da6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:45.155Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:45.504Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:18:45.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-23T08:18:45.504Z] 2c887ccbf90a: Preparing [2025-06-23T08:18:45.504Z] c77e2b0bd6a1: Preparing [2025-06-23T08:18:45.504Z] 2390371f6f73: Preparing [2025-06-23T08:18:45.504Z] 694a457ee2e4: Preparing [2025-06-23T08:18:45.504Z] edd0e7f8270c: Preparing [2025-06-23T08:18:45.504Z] 9e829eb54180: Preparing [2025-06-23T08:18:45.504Z] 019a1dcf4132: Preparing [2025-06-23T08:18:45.504Z] 3f9ebe693015: Preparing [2025-06-23T08:18:45.504Z] d9775fafb56e: Preparing [2025-06-23T08:18:45.504Z] 346d96fcbd8a: Preparing [2025-06-23T08:18:45.504Z] ce06c2858f29: Preparing [2025-06-23T08:18:45.504Z] 5f70bf18a086: Preparing [2025-06-23T08:18:45.504Z] 7d22bb6d3918: Preparing [2025-06-23T08:18:45.504Z] 9fa388da00a1: Preparing [2025-06-23T08:18:45.504Z] 1354dfb13d49: Preparing [2025-06-23T08:18:45.504Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:45.504Z] 346d96fcbd8a: Waiting [2025-06-23T08:18:45.504Z] ce06c2858f29: Waiting [2025-06-23T08:18:45.504Z] 5f70bf18a086: Waiting [2025-06-23T08:18:45.504Z] 7d22bb6d3918: Waiting [2025-06-23T08:18:45.504Z] 9fa388da00a1: Waiting [2025-06-23T08:18:45.504Z] 1354dfb13d49: Waiting [2025-06-23T08:18:45.504Z] 9e829eb54180: Waiting [2025-06-23T08:18:45.504Z] 019a1dcf4132: Waiting [2025-06-23T08:18:45.504Z] 3f9ebe693015: Waiting [2025-06-23T08:18:45.504Z] d9775fafb56e: Waiting [2025-06-23T08:18:45.504Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:45.504Z] 694a457ee2e4: Layer already exists [2025-06-23T08:18:45.504Z] 2c887ccbf90a: Layer already exists [2025-06-23T08:18:45.504Z] c77e2b0bd6a1: Layer already exists [2025-06-23T08:18:45.504Z] edd0e7f8270c: Layer already exists [2025-06-23T08:18:45.504Z] 2390371f6f73: Layer already exists [2025-06-23T08:18:45.504Z] 9e829eb54180: Layer already exists [2025-06-23T08:18:45.504Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:45.504Z] 019a1dcf4132: Layer already exists [2025-06-23T08:18:45.504Z] 346d96fcbd8a: Layer already exists [2025-06-23T08:18:45.504Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:45.504Z] ce06c2858f29: Layer already exists [2025-06-23T08:18:45.504Z] 7d22bb6d3918: Layer already exists [2025-06-23T08:18:45.504Z] 5f70bf18a086: Layer already exists [2025-06-23T08:18:45.504Z] 9fa388da00a1: Layer already exists [2025-06-23T08:18:45.504Z] 1354dfb13d49: Layer already exists [2025-06-23T08:18:45.504Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:45.769Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:83190e8b66a6e364aa36737e6167c9a7ada6f5f912e68128897e22030cca5da6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:46.120Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:46.490Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-06-23T08:18:46.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-23T08:18:46.490Z] 2c887ccbf90a: Preparing [2025-06-23T08:18:46.490Z] c77e2b0bd6a1: Preparing [2025-06-23T08:18:46.490Z] 2390371f6f73: Preparing [2025-06-23T08:18:46.490Z] 694a457ee2e4: Preparing [2025-06-23T08:18:46.490Z] edd0e7f8270c: Preparing [2025-06-23T08:18:46.490Z] 9e829eb54180: Preparing [2025-06-23T08:18:46.490Z] 019a1dcf4132: Preparing [2025-06-23T08:18:46.490Z] 3f9ebe693015: Preparing [2025-06-23T08:18:46.490Z] d9775fafb56e: Preparing [2025-06-23T08:18:46.490Z] 346d96fcbd8a: Preparing [2025-06-23T08:18:46.490Z] ce06c2858f29: Preparing [2025-06-23T08:18:46.490Z] 5f70bf18a086: Preparing [2025-06-23T08:18:46.490Z] 7d22bb6d3918: Preparing [2025-06-23T08:18:46.490Z] 9fa388da00a1: Preparing [2025-06-23T08:18:46.490Z] 1354dfb13d49: Preparing [2025-06-23T08:18:46.490Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:46.490Z] 346d96fcbd8a: Waiting [2025-06-23T08:18:46.490Z] ce06c2858f29: Waiting [2025-06-23T08:18:46.490Z] 5f70bf18a086: Waiting [2025-06-23T08:18:46.490Z] 7d22bb6d3918: Waiting [2025-06-23T08:18:46.490Z] 9fa388da00a1: Waiting [2025-06-23T08:18:46.490Z] 9e829eb54180: Waiting [2025-06-23T08:18:46.490Z] 1354dfb13d49: Waiting [2025-06-23T08:18:46.490Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:46.490Z] 3f9ebe693015: Waiting [2025-06-23T08:18:46.490Z] 019a1dcf4132: Waiting [2025-06-23T08:18:46.490Z] d9775fafb56e: Waiting [2025-06-23T08:18:46.490Z] 2c887ccbf90a: Layer already exists [2025-06-23T08:18:46.490Z] c77e2b0bd6a1: Layer already exists [2025-06-23T08:18:46.490Z] 694a457ee2e4: Layer already exists [2025-06-23T08:18:46.490Z] edd0e7f8270c: Layer already exists [2025-06-23T08:18:46.490Z] 2390371f6f73: Layer already exists [2025-06-23T08:18:46.490Z] 019a1dcf4132: Layer already exists [2025-06-23T08:18:46.490Z] 9e829eb54180: Layer already exists [2025-06-23T08:18:46.490Z] 346d96fcbd8a: Layer already exists [2025-06-23T08:18:46.490Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:46.490Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:46.490Z] ce06c2858f29: Layer already exists [2025-06-23T08:18:46.490Z] 5f70bf18a086: Layer already exists [2025-06-23T08:18:46.490Z] 7d22bb6d3918: Layer already exists [2025-06-23T08:18:46.490Z] 1354dfb13d49: Layer already exists [2025-06-23T08:18:46.490Z] 9fa388da00a1: Layer already exists [2025-06-23T08:18:46.490Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:46.755Z] main: digest: sha256:83190e8b66a6e364aa36737e6167c9a7ada6f5f912e68128897e22030cca5da6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T08:18:46.836Z] ===================================================== [Pipeline] echo [2025-06-23T08:18:46.850Z] taggedImages: [2025-06-23T08:18:46.850Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:18:46.850Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-06-23T08:18:46.850Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.27 [2025-06-23T08:18:46.850Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:18:46.850Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-06-23T08:18:46.883Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-06-23T08:18:46.883Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:18:46.883Z] latest [2025-06-23T08:18:46.883Z] 4.1.0-dev.27 [2025-06-23T08:18:46.883Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:18:46.883Z] main [2025-06-23T08:18:46.883Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:47.248Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:47.589Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:18:47.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-23T08:18:47.589Z] e2167a72e4cb: Preparing [2025-06-23T08:18:47.589Z] 3ce1289323be: Preparing [2025-06-23T08:18:47.589Z] dbecdf2ec870: Preparing [2025-06-23T08:18:47.589Z] fca8f3a07a78: Preparing [2025-06-23T08:18:47.589Z] 3f9ebe693015: Preparing [2025-06-23T08:18:47.589Z] d9775fafb56e: Preparing [2025-06-23T08:18:47.589Z] 30af04ea8f4f: Preparing [2025-06-23T08:18:47.589Z] 5a317f1456fb: Preparing [2025-06-23T08:18:47.589Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:47.589Z] 30af04ea8f4f: Waiting [2025-06-23T08:18:47.589Z] 5a317f1456fb: Waiting [2025-06-23T08:18:47.589Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:47.589Z] d9775fafb56e: Waiting [2025-06-23T08:18:47.589Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:47.589Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:47.853Z] 30af04ea8f4f: Layer already exists [2025-06-23T08:18:47.853Z] dbecdf2ec870: Pushed [2025-06-23T08:18:47.853Z] 5a317f1456fb: Layer already exists [2025-06-23T08:18:47.853Z] 3ce1289323be: Pushed [2025-06-23T08:18:47.853Z] e2167a72e4cb: Pushed [2025-06-23T08:18:47.853Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:53.166Z] fca8f3a07a78: Pushed [2025-06-23T08:18:53.166Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:3505bfd2667d800db5097de83170e8685c9a9b484c77b23b37351c47aeb47af3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:53.523Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:53.864Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-06-23T08:18:53.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-23T08:18:53.864Z] e2167a72e4cb: Preparing [2025-06-23T08:18:53.864Z] 3ce1289323be: Preparing [2025-06-23T08:18:53.864Z] dbecdf2ec870: Preparing [2025-06-23T08:18:53.864Z] fca8f3a07a78: Preparing [2025-06-23T08:18:53.864Z] 3f9ebe693015: Preparing [2025-06-23T08:18:53.864Z] d9775fafb56e: Preparing [2025-06-23T08:18:53.864Z] 30af04ea8f4f: Preparing [2025-06-23T08:18:53.864Z] d9775fafb56e: Waiting [2025-06-23T08:18:53.864Z] 5a317f1456fb: Preparing [2025-06-23T08:18:53.864Z] 30af04ea8f4f: Waiting [2025-06-23T08:18:53.864Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:53.864Z] 5a317f1456fb: Waiting [2025-06-23T08:18:53.864Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:53.864Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:53.864Z] dbecdf2ec870: Layer already exists [2025-06-23T08:18:53.864Z] 3ce1289323be: Layer already exists [2025-06-23T08:18:53.864Z] fca8f3a07a78: Layer already exists [2025-06-23T08:18:53.864Z] e2167a72e4cb: Layer already exists [2025-06-23T08:18:53.864Z] 30af04ea8f4f: Layer already exists [2025-06-23T08:18:53.864Z] 5a317f1456fb: Layer already exists [2025-06-23T08:18:53.864Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:53.864Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:53.864Z] latest: digest: sha256:3505bfd2667d800db5097de83170e8685c9a9b484c77b23b37351c47aeb47af3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:54.493Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:54.844Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.27 [2025-06-23T08:18:54.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-23T08:18:54.844Z] e2167a72e4cb: Preparing [2025-06-23T08:18:54.844Z] 3ce1289323be: Preparing [2025-06-23T08:18:54.844Z] dbecdf2ec870: Preparing [2025-06-23T08:18:54.844Z] fca8f3a07a78: Preparing [2025-06-23T08:18:54.844Z] 3f9ebe693015: Preparing [2025-06-23T08:18:54.844Z] d9775fafb56e: Preparing [2025-06-23T08:18:54.844Z] 30af04ea8f4f: Preparing [2025-06-23T08:18:54.844Z] 5a317f1456fb: Preparing [2025-06-23T08:18:54.844Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:54.844Z] 30af04ea8f4f: Waiting [2025-06-23T08:18:54.844Z] 5a317f1456fb: Waiting [2025-06-23T08:18:54.844Z] d9775fafb56e: Waiting [2025-06-23T08:18:54.844Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:54.844Z] dbecdf2ec870: Layer already exists [2025-06-23T08:18:54.844Z] 3ce1289323be: Layer already exists [2025-06-23T08:18:54.844Z] e2167a72e4cb: Layer already exists [2025-06-23T08:18:54.844Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:54.844Z] fca8f3a07a78: Layer already exists [2025-06-23T08:18:54.844Z] 5a317f1456fb: Layer already exists [2025-06-23T08:18:54.844Z] 30af04ea8f4f: Layer already exists [2025-06-23T08:18:54.844Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:54.844Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:54.844Z] 4.1.0-dev.27: digest: sha256:3505bfd2667d800db5097de83170e8685c9a9b484c77b23b37351c47aeb47af3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:55.459Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:55.795Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:18:55.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-23T08:18:55.795Z] e2167a72e4cb: Preparing [2025-06-23T08:18:55.795Z] 3ce1289323be: Preparing [2025-06-23T08:18:55.795Z] dbecdf2ec870: Preparing [2025-06-23T08:18:55.795Z] fca8f3a07a78: Preparing [2025-06-23T08:18:55.795Z] 3f9ebe693015: Preparing [2025-06-23T08:18:55.795Z] d9775fafb56e: Preparing [2025-06-23T08:18:55.795Z] 30af04ea8f4f: Preparing [2025-06-23T08:18:55.795Z] 5a317f1456fb: Preparing [2025-06-23T08:18:55.795Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:55.795Z] d9775fafb56e: Waiting [2025-06-23T08:18:55.795Z] 30af04ea8f4f: Waiting [2025-06-23T08:18:55.795Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:55.795Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:55.795Z] fca8f3a07a78: Layer already exists [2025-06-23T08:18:55.795Z] 3ce1289323be: Layer already exists [2025-06-23T08:18:55.795Z] dbecdf2ec870: Layer already exists [2025-06-23T08:18:55.795Z] e2167a72e4cb: Layer already exists [2025-06-23T08:18:55.795Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:55.795Z] 5a317f1456fb: Layer already exists [2025-06-23T08:18:55.795Z] 30af04ea8f4f: Layer already exists [2025-06-23T08:18:55.795Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:55.795Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:3505bfd2667d800db5097de83170e8685c9a9b484c77b23b37351c47aeb47af3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:56.133Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:56.486Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-06-23T08:18:56.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-23T08:18:56.486Z] e2167a72e4cb: Preparing [2025-06-23T08:18:56.486Z] 3ce1289323be: Preparing [2025-06-23T08:18:56.486Z] dbecdf2ec870: Preparing [2025-06-23T08:18:56.486Z] fca8f3a07a78: Preparing [2025-06-23T08:18:56.486Z] 3f9ebe693015: Preparing [2025-06-23T08:18:56.486Z] d9775fafb56e: Preparing [2025-06-23T08:18:56.486Z] 30af04ea8f4f: Preparing [2025-06-23T08:18:56.486Z] 5a317f1456fb: Preparing [2025-06-23T08:18:56.486Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:56.486Z] d9775fafb56e: Waiting [2025-06-23T08:18:56.486Z] 30af04ea8f4f: Waiting [2025-06-23T08:18:56.486Z] 5a317f1456fb: Waiting [2025-06-23T08:18:56.486Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:56.486Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:56.486Z] fca8f3a07a78: Layer already exists [2025-06-23T08:18:56.486Z] dbecdf2ec870: Layer already exists [2025-06-23T08:18:56.486Z] e2167a72e4cb: Layer already exists [2025-06-23T08:18:56.486Z] 3ce1289323be: Layer already exists [2025-06-23T08:18:56.486Z] 30af04ea8f4f: Layer already exists [2025-06-23T08:18:56.486Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:56.486Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:56.486Z] 5a317f1456fb: Layer already exists [2025-06-23T08:18:56.750Z] main: digest: sha256:3505bfd2667d800db5097de83170e8685c9a9b484c77b23b37351c47aeb47af3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T08:18:56.842Z] ===================================================== [Pipeline] echo [2025-06-23T08:18:56.858Z] taggedImages: [2025-06-23T08:18:56.858Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:18:56.858Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-06-23T08:18:56.858Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.27 [2025-06-23T08:18:56.858Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:18:56.858Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-06-23T08:18:56.891Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-06-23T08:18:56.891Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:18:56.891Z] latest [2025-06-23T08:18:56.891Z] 4.1.0-dev.27 [2025-06-23T08:18:56.891Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:18:56.891Z] main [2025-06-23T08:18:56.891Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:57.266Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:18:57.627Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:18:57.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-23T08:18:57.627Z] 29c59c28928c: Preparing [2025-06-23T08:18:57.627Z] 0e8fc4630ee7: Preparing [2025-06-23T08:18:57.627Z] 6f957c532e19: Preparing [2025-06-23T08:18:57.627Z] cdd6a9763558: Preparing [2025-06-23T08:18:57.627Z] d78d7bd36a49: Preparing [2025-06-23T08:18:57.627Z] 3f9ebe693015: Preparing [2025-06-23T08:18:57.627Z] d9775fafb56e: Preparing [2025-06-23T08:18:57.627Z] cd376ea2f8c4: Preparing [2025-06-23T08:18:57.627Z] 1f384586f9ec: Preparing [2025-06-23T08:18:57.627Z] 3ef51066c7d0: Preparing [2025-06-23T08:18:57.627Z] dd9c8f8612c8: Preparing [2025-06-23T08:18:57.627Z] cd376ea2f8c4: Waiting [2025-06-23T08:18:57.627Z] 1f384586f9ec: Waiting [2025-06-23T08:18:57.627Z] 3ef51066c7d0: Waiting [2025-06-23T08:18:57.627Z] 3f9ebe693015: Waiting [2025-06-23T08:18:57.627Z] dd9c8f8612c8: Waiting [2025-06-23T08:18:57.627Z] d9775fafb56e: Waiting [2025-06-23T08:18:57.892Z] 0e8fc4630ee7: Pushed [2025-06-23T08:18:57.892Z] cdd6a9763558: Pushed [2025-06-23T08:18:57.892Z] d78d7bd36a49: Pushed [2025-06-23T08:18:57.892Z] 3f9ebe693015: Layer already exists [2025-06-23T08:18:57.892Z] d9775fafb56e: Layer already exists [2025-06-23T08:18:57.892Z] 29c59c28928c: Pushed [2025-06-23T08:18:57.892Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:18:58.156Z] cd376ea2f8c4: Pushed [2025-06-23T08:18:58.156Z] 1f384586f9ec: Pushed [2025-06-23T08:19:00.722Z] 3ef51066c7d0: Pushed [2025-06-23T08:19:02.115Z] 6f957c532e19: Pushed [2025-06-23T08:19:02.380Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:452ddd13b3eaddc2316ef8ede71f12e5eadf503eb1ba0ab8ee692a533f1125f6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:02.738Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:03.092Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-06-23T08:19:03.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-23T08:19:03.092Z] 29c59c28928c: Preparing [2025-06-23T08:19:03.092Z] 0e8fc4630ee7: Preparing [2025-06-23T08:19:03.092Z] 6f957c532e19: Preparing [2025-06-23T08:19:03.092Z] cdd6a9763558: Preparing [2025-06-23T08:19:03.092Z] d78d7bd36a49: Preparing [2025-06-23T08:19:03.092Z] 3f9ebe693015: Preparing [2025-06-23T08:19:03.092Z] d9775fafb56e: Preparing [2025-06-23T08:19:03.092Z] cd376ea2f8c4: Preparing [2025-06-23T08:19:03.092Z] 1f384586f9ec: Preparing [2025-06-23T08:19:03.092Z] 3ef51066c7d0: Preparing [2025-06-23T08:19:03.092Z] dd9c8f8612c8: Preparing [2025-06-23T08:19:03.092Z] cd376ea2f8c4: Waiting [2025-06-23T08:19:03.092Z] 1f384586f9ec: Waiting [2025-06-23T08:19:03.092Z] 3ef51066c7d0: Waiting [2025-06-23T08:19:03.092Z] dd9c8f8612c8: Waiting [2025-06-23T08:19:03.092Z] 3f9ebe693015: Waiting [2025-06-23T08:19:03.092Z] d9775fafb56e: Waiting [2025-06-23T08:19:03.092Z] 29c59c28928c: Layer already exists [2025-06-23T08:19:03.092Z] 6f957c532e19: Layer already exists [2025-06-23T08:19:03.092Z] 0e8fc4630ee7: Layer already exists [2025-06-23T08:19:03.092Z] cdd6a9763558: Layer already exists [2025-06-23T08:19:03.092Z] d78d7bd36a49: Layer already exists [2025-06-23T08:19:03.092Z] 3f9ebe693015: Layer already exists [2025-06-23T08:19:03.092Z] d9775fafb56e: Layer already exists [2025-06-23T08:19:03.092Z] 3ef51066c7d0: Layer already exists [2025-06-23T08:19:03.092Z] 1f384586f9ec: Layer already exists [2025-06-23T08:19:03.092Z] cd376ea2f8c4: Layer already exists [2025-06-23T08:19:03.092Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:19:03.355Z] latest: digest: sha256:452ddd13b3eaddc2316ef8ede71f12e5eadf503eb1ba0ab8ee692a533f1125f6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:03.703Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:04.046Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.27 [2025-06-23T08:19:04.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-23T08:19:04.046Z] 29c59c28928c: Preparing [2025-06-23T08:19:04.046Z] 0e8fc4630ee7: Preparing [2025-06-23T08:19:04.046Z] 6f957c532e19: Preparing [2025-06-23T08:19:04.046Z] cdd6a9763558: Preparing [2025-06-23T08:19:04.046Z] d78d7bd36a49: Preparing [2025-06-23T08:19:04.046Z] 3f9ebe693015: Preparing [2025-06-23T08:19:04.046Z] d9775fafb56e: Preparing [2025-06-23T08:19:04.046Z] cd376ea2f8c4: Preparing [2025-06-23T08:19:04.046Z] 1f384586f9ec: Preparing [2025-06-23T08:19:04.046Z] 3ef51066c7d0: Preparing [2025-06-23T08:19:04.046Z] dd9c8f8612c8: Preparing [2025-06-23T08:19:04.046Z] 3f9ebe693015: Waiting [2025-06-23T08:19:04.046Z] d9775fafb56e: Waiting [2025-06-23T08:19:04.046Z] cd376ea2f8c4: Waiting [2025-06-23T08:19:04.046Z] 1f384586f9ec: Waiting [2025-06-23T08:19:04.046Z] 3ef51066c7d0: Waiting [2025-06-23T08:19:04.046Z] dd9c8f8612c8: Waiting [2025-06-23T08:19:04.046Z] 29c59c28928c: Layer already exists [2025-06-23T08:19:04.046Z] 0e8fc4630ee7: Layer already exists [2025-06-23T08:19:04.046Z] 6f957c532e19: Layer already exists [2025-06-23T08:19:04.046Z] cdd6a9763558: Layer already exists [2025-06-23T08:19:04.046Z] d78d7bd36a49: Layer already exists [2025-06-23T08:19:04.046Z] 1f384586f9ec: Layer already exists [2025-06-23T08:19:04.046Z] 3f9ebe693015: Layer already exists [2025-06-23T08:19:04.046Z] d9775fafb56e: Layer already exists [2025-06-23T08:19:04.046Z] cd376ea2f8c4: Layer already exists [2025-06-23T08:19:04.046Z] 3ef51066c7d0: Layer already exists [2025-06-23T08:19:04.046Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:19:04.309Z] 4.1.0-dev.27: digest: sha256:452ddd13b3eaddc2316ef8ede71f12e5eadf503eb1ba0ab8ee692a533f1125f6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:04.656Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:05.004Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:19:05.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-23T08:19:05.005Z] 29c59c28928c: Preparing [2025-06-23T08:19:05.005Z] 0e8fc4630ee7: Preparing [2025-06-23T08:19:05.005Z] 6f957c532e19: Preparing [2025-06-23T08:19:05.005Z] cdd6a9763558: Preparing [2025-06-23T08:19:05.005Z] d78d7bd36a49: Preparing [2025-06-23T08:19:05.005Z] 3f9ebe693015: Preparing [2025-06-23T08:19:05.005Z] d9775fafb56e: Preparing [2025-06-23T08:19:05.005Z] cd376ea2f8c4: Preparing [2025-06-23T08:19:05.005Z] 1f384586f9ec: Preparing [2025-06-23T08:19:05.005Z] 3ef51066c7d0: Preparing [2025-06-23T08:19:05.005Z] dd9c8f8612c8: Preparing [2025-06-23T08:19:05.005Z] 3f9ebe693015: Waiting [2025-06-23T08:19:05.005Z] d9775fafb56e: Waiting [2025-06-23T08:19:05.005Z] cd376ea2f8c4: Waiting [2025-06-23T08:19:05.005Z] 1f384586f9ec: Waiting [2025-06-23T08:19:05.005Z] 3ef51066c7d0: Waiting [2025-06-23T08:19:05.005Z] dd9c8f8612c8: Waiting [2025-06-23T08:19:05.005Z] 6f957c532e19: Layer already exists [2025-06-23T08:19:05.005Z] cdd6a9763558: Layer already exists [2025-06-23T08:19:05.005Z] 0e8fc4630ee7: Layer already exists [2025-06-23T08:19:05.005Z] 29c59c28928c: Layer already exists [2025-06-23T08:19:05.005Z] d78d7bd36a49: Layer already exists [2025-06-23T08:19:05.005Z] 1f384586f9ec: Layer already exists [2025-06-23T08:19:05.005Z] 3f9ebe693015: Layer already exists [2025-06-23T08:19:05.005Z] cd376ea2f8c4: Layer already exists [2025-06-23T08:19:05.005Z] d9775fafb56e: Layer already exists [2025-06-23T08:19:05.005Z] 3ef51066c7d0: Layer already exists [2025-06-23T08:19:05.005Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:19:05.266Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:452ddd13b3eaddc2316ef8ede71f12e5eadf503eb1ba0ab8ee692a533f1125f6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:05.603Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:05.950Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-06-23T08:19:05.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-23T08:19:05.950Z] 29c59c28928c: Preparing [2025-06-23T08:19:05.950Z] 0e8fc4630ee7: Preparing [2025-06-23T08:19:05.950Z] 6f957c532e19: Preparing [2025-06-23T08:19:05.950Z] cdd6a9763558: Preparing [2025-06-23T08:19:05.950Z] d78d7bd36a49: Preparing [2025-06-23T08:19:05.950Z] 3f9ebe693015: Preparing [2025-06-23T08:19:05.950Z] d9775fafb56e: Preparing [2025-06-23T08:19:05.950Z] cd376ea2f8c4: Preparing [2025-06-23T08:19:05.950Z] 1f384586f9ec: Preparing [2025-06-23T08:19:05.950Z] 3ef51066c7d0: Preparing [2025-06-23T08:19:05.950Z] dd9c8f8612c8: Preparing [2025-06-23T08:19:05.950Z] 3f9ebe693015: Waiting [2025-06-23T08:19:05.950Z] d9775fafb56e: Waiting [2025-06-23T08:19:05.950Z] 1f384586f9ec: Waiting [2025-06-23T08:19:05.950Z] 3ef51066c7d0: Waiting [2025-06-23T08:19:05.950Z] dd9c8f8612c8: Waiting [2025-06-23T08:19:05.950Z] cd376ea2f8c4: Waiting [2025-06-23T08:19:05.950Z] 6f957c532e19: Layer already exists [2025-06-23T08:19:05.950Z] 29c59c28928c: Layer already exists [2025-06-23T08:19:05.950Z] d78d7bd36a49: Layer already exists [2025-06-23T08:19:05.950Z] 0e8fc4630ee7: Layer already exists [2025-06-23T08:19:05.950Z] cdd6a9763558: Layer already exists [2025-06-23T08:19:05.950Z] 1f384586f9ec: Layer already exists [2025-06-23T08:19:05.950Z] 3f9ebe693015: Layer already exists [2025-06-23T08:19:05.950Z] d9775fafb56e: Layer already exists [2025-06-23T08:19:05.950Z] cd376ea2f8c4: Layer already exists [2025-06-23T08:19:05.950Z] 3ef51066c7d0: Layer already exists [2025-06-23T08:19:05.950Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:19:06.213Z] main: digest: sha256:452ddd13b3eaddc2316ef8ede71f12e5eadf503eb1ba0ab8ee692a533f1125f6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T08:19:06.293Z] ===================================================== [Pipeline] echo [2025-06-23T08:19:06.309Z] taggedImages: [2025-06-23T08:19:06.309Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:19:06.309Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-06-23T08:19:06.309Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.27 [2025-06-23T08:19:06.309Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:19:06.309Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-06-23T08:19:06.341Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-06-23T08:19:06.341Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:19:06.341Z] latest [2025-06-23T08:19:06.341Z] 4.1.0-dev.27 [2025-06-23T08:19:06.341Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:19:06.341Z] main [2025-06-23T08:19:06.341Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:06.706Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:07.042Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:19:07.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-23T08:19:07.042Z] 1c87c3c589f7: Preparing [2025-06-23T08:19:07.042Z] b2320b677386: Preparing [2025-06-23T08:19:07.042Z] 817f38ce6bcb: Preparing [2025-06-23T08:19:07.042Z] 384319fb1bd9: Preparing [2025-06-23T08:19:07.042Z] bb99b1c524ce: Preparing [2025-06-23T08:19:07.042Z] c69bff44685a: Preparing [2025-06-23T08:19:07.042Z] 00ee8a6fd7b3: Preparing [2025-06-23T08:19:07.042Z] c69bff44685a: Waiting [2025-06-23T08:19:07.042Z] 3f9ebe693015: Preparing [2025-06-23T08:19:07.042Z] 00ee8a6fd7b3: Waiting [2025-06-23T08:19:07.042Z] d9775fafb56e: Preparing [2025-06-23T08:19:07.042Z] 3f9ebe693015: Waiting [2025-06-23T08:19:07.042Z] b4bb060a48c1: Preparing [2025-06-23T08:19:07.042Z] d9775fafb56e: Waiting [2025-06-23T08:19:07.042Z] 00ccece8f8df: Preparing [2025-06-23T08:19:07.042Z] b4bb060a48c1: Waiting [2025-06-23T08:19:07.042Z] dd9c8f8612c8: Preparing [2025-06-23T08:19:07.042Z] 00ccece8f8df: Waiting [2025-06-23T08:19:07.042Z] dd9c8f8612c8: Waiting [2025-06-23T08:19:07.307Z] b2320b677386: Pushed [2025-06-23T08:19:07.307Z] bb99b1c524ce: Pushed [2025-06-23T08:19:07.307Z] 1c87c3c589f7: Pushed [2025-06-23T08:19:07.307Z] 3f9ebe693015: Layer already exists [2025-06-23T08:19:07.307Z] d9775fafb56e: Layer already exists [2025-06-23T08:19:07.307Z] c69bff44685a: Pushed [2025-06-23T08:19:07.307Z] 00ee8a6fd7b3: Pushed [2025-06-23T08:19:07.572Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:19:07.572Z] b4bb060a48c1: Pushed [2025-06-23T08:19:10.132Z] 00ccece8f8df: Pushed [2025-06-23T08:19:11.525Z] 384319fb1bd9: Pushed [2025-06-23T08:19:14.083Z] 817f38ce6bcb: Pushed [2025-06-23T08:19:14.083Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:eacbfbc8de011d1785bcc3c96d6bd8b1060e33d563cae7f69618b345f2712947 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:14.432Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:14.772Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-06-23T08:19:14.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-23T08:19:14.772Z] 1c87c3c589f7: Preparing [2025-06-23T08:19:14.772Z] b2320b677386: Preparing [2025-06-23T08:19:14.772Z] 817f38ce6bcb: Preparing [2025-06-23T08:19:14.772Z] 384319fb1bd9: Preparing [2025-06-23T08:19:14.772Z] bb99b1c524ce: Preparing [2025-06-23T08:19:14.772Z] c69bff44685a: Preparing [2025-06-23T08:19:14.772Z] 00ee8a6fd7b3: Preparing [2025-06-23T08:19:14.772Z] 3f9ebe693015: Preparing [2025-06-23T08:19:14.772Z] d9775fafb56e: Preparing [2025-06-23T08:19:14.772Z] b4bb060a48c1: Preparing [2025-06-23T08:19:14.772Z] 00ccece8f8df: Preparing [2025-06-23T08:19:14.772Z] dd9c8f8612c8: Preparing [2025-06-23T08:19:14.772Z] 3f9ebe693015: Waiting [2025-06-23T08:19:14.772Z] d9775fafb56e: Waiting [2025-06-23T08:19:14.772Z] b4bb060a48c1: Waiting [2025-06-23T08:19:14.772Z] 00ccece8f8df: Waiting [2025-06-23T08:19:14.772Z] dd9c8f8612c8: Waiting [2025-06-23T08:19:14.772Z] c69bff44685a: Waiting [2025-06-23T08:19:14.772Z] 00ee8a6fd7b3: Waiting [2025-06-23T08:19:14.772Z] 384319fb1bd9: Layer already exists [2025-06-23T08:19:14.772Z] b2320b677386: Layer already exists [2025-06-23T08:19:14.772Z] bb99b1c524ce: Layer already exists [2025-06-23T08:19:14.772Z] 1c87c3c589f7: Layer already exists [2025-06-23T08:19:14.772Z] 817f38ce6bcb: Layer already exists [2025-06-23T08:19:14.772Z] 3f9ebe693015: Layer already exists [2025-06-23T08:19:14.772Z] d9775fafb56e: Layer already exists [2025-06-23T08:19:14.772Z] c69bff44685a: Layer already exists [2025-06-23T08:19:14.772Z] 00ee8a6fd7b3: Layer already exists [2025-06-23T08:19:14.772Z] b4bb060a48c1: Layer already exists [2025-06-23T08:19:14.772Z] 00ccece8f8df: Layer already exists [2025-06-23T08:19:14.772Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:19:15.035Z] latest: digest: sha256:eacbfbc8de011d1785bcc3c96d6bd8b1060e33d563cae7f69618b345f2712947 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:15.386Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:15.719Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.27 [2025-06-23T08:19:15.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-23T08:19:15.720Z] 1c87c3c589f7: Preparing [2025-06-23T08:19:15.720Z] b2320b677386: Preparing [2025-06-23T08:19:15.720Z] 817f38ce6bcb: Preparing [2025-06-23T08:19:15.720Z] 384319fb1bd9: Preparing [2025-06-23T08:19:15.720Z] bb99b1c524ce: Preparing [2025-06-23T08:19:15.720Z] c69bff44685a: Preparing [2025-06-23T08:19:15.720Z] 00ee8a6fd7b3: Preparing [2025-06-23T08:19:15.720Z] 3f9ebe693015: Preparing [2025-06-23T08:19:15.720Z] d9775fafb56e: Preparing [2025-06-23T08:19:15.720Z] b4bb060a48c1: Preparing [2025-06-23T08:19:15.720Z] 00ccece8f8df: Preparing [2025-06-23T08:19:15.720Z] dd9c8f8612c8: Preparing [2025-06-23T08:19:15.720Z] 3f9ebe693015: Waiting [2025-06-23T08:19:15.720Z] d9775fafb56e: Waiting [2025-06-23T08:19:15.720Z] b4bb060a48c1: Waiting [2025-06-23T08:19:15.720Z] 00ccece8f8df: Waiting [2025-06-23T08:19:15.720Z] dd9c8f8612c8: Waiting [2025-06-23T08:19:15.720Z] c69bff44685a: Waiting [2025-06-23T08:19:15.720Z] b2320b677386: Layer already exists [2025-06-23T08:19:15.720Z] 817f38ce6bcb: Layer already exists [2025-06-23T08:19:15.720Z] 1c87c3c589f7: Layer already exists [2025-06-23T08:19:15.720Z] bb99b1c524ce: Layer already exists [2025-06-23T08:19:15.720Z] 384319fb1bd9: Layer already exists [2025-06-23T08:19:15.720Z] c69bff44685a: Layer already exists [2025-06-23T08:19:15.720Z] b4bb060a48c1: Layer already exists [2025-06-23T08:19:15.720Z] 00ee8a6fd7b3: Layer already exists [2025-06-23T08:19:15.720Z] 3f9ebe693015: Layer already exists [2025-06-23T08:19:15.720Z] d9775fafb56e: Layer already exists [2025-06-23T08:19:15.720Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:19:15.720Z] 00ccece8f8df: Layer already exists [2025-06-23T08:19:15.984Z] 4.1.0-dev.27: digest: sha256:eacbfbc8de011d1785bcc3c96d6bd8b1060e33d563cae7f69618b345f2712947 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:16.328Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:16.675Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:19:16.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-23T08:19:16.676Z] 1c87c3c589f7: Preparing [2025-06-23T08:19:16.676Z] b2320b677386: Preparing [2025-06-23T08:19:16.676Z] 817f38ce6bcb: Preparing [2025-06-23T08:19:16.676Z] 384319fb1bd9: Preparing [2025-06-23T08:19:16.676Z] bb99b1c524ce: Preparing [2025-06-23T08:19:16.676Z] c69bff44685a: Preparing [2025-06-23T08:19:16.676Z] 00ee8a6fd7b3: Preparing [2025-06-23T08:19:16.676Z] c69bff44685a: Waiting [2025-06-23T08:19:16.676Z] 00ee8a6fd7b3: Waiting [2025-06-23T08:19:16.676Z] 3f9ebe693015: Preparing [2025-06-23T08:19:16.676Z] d9775fafb56e: Preparing [2025-06-23T08:19:16.676Z] 3f9ebe693015: Waiting [2025-06-23T08:19:16.676Z] d9775fafb56e: Waiting [2025-06-23T08:19:16.676Z] b4bb060a48c1: Preparing [2025-06-23T08:19:16.676Z] 00ccece8f8df: Preparing [2025-06-23T08:19:16.676Z] b4bb060a48c1: Waiting [2025-06-23T08:19:16.676Z] 00ccece8f8df: Waiting [2025-06-23T08:19:16.676Z] dd9c8f8612c8: Preparing [2025-06-23T08:19:16.676Z] 1c87c3c589f7: Layer already exists [2025-06-23T08:19:16.676Z] bb99b1c524ce: Layer already exists [2025-06-23T08:19:16.676Z] 817f38ce6bcb: Layer already exists [2025-06-23T08:19:16.676Z] 384319fb1bd9: Layer already exists [2025-06-23T08:19:16.676Z] b2320b677386: Layer already exists [2025-06-23T08:19:16.676Z] 3f9ebe693015: Layer already exists [2025-06-23T08:19:16.676Z] c69bff44685a: Layer already exists [2025-06-23T08:19:16.676Z] b4bb060a48c1: Layer already exists [2025-06-23T08:19:16.676Z] 00ee8a6fd7b3: Layer already exists [2025-06-23T08:19:16.676Z] d9775fafb56e: Layer already exists [2025-06-23T08:19:16.676Z] 00ccece8f8df: Layer already exists [2025-06-23T08:19:16.676Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:19:16.939Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:eacbfbc8de011d1785bcc3c96d6bd8b1060e33d563cae7f69618b345f2712947 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:17.285Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:17.638Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-06-23T08:19:17.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-23T08:19:17.638Z] 1c87c3c589f7: Preparing [2025-06-23T08:19:17.638Z] b2320b677386: Preparing [2025-06-23T08:19:17.638Z] 817f38ce6bcb: Preparing [2025-06-23T08:19:17.638Z] 384319fb1bd9: Preparing [2025-06-23T08:19:17.638Z] bb99b1c524ce: Preparing [2025-06-23T08:19:17.638Z] c69bff44685a: Preparing [2025-06-23T08:19:17.638Z] 00ee8a6fd7b3: Preparing [2025-06-23T08:19:17.638Z] 3f9ebe693015: Preparing [2025-06-23T08:19:17.638Z] d9775fafb56e: Preparing [2025-06-23T08:19:17.638Z] b4bb060a48c1: Preparing [2025-06-23T08:19:17.638Z] 00ccece8f8df: Preparing [2025-06-23T08:19:17.638Z] dd9c8f8612c8: Preparing [2025-06-23T08:19:17.638Z] c69bff44685a: Waiting [2025-06-23T08:19:17.638Z] 00ee8a6fd7b3: Waiting [2025-06-23T08:19:17.638Z] 3f9ebe693015: Waiting [2025-06-23T08:19:17.638Z] d9775fafb56e: Waiting [2025-06-23T08:19:17.638Z] b4bb060a48c1: Waiting [2025-06-23T08:19:17.638Z] dd9c8f8612c8: Waiting [2025-06-23T08:19:17.638Z] 00ccece8f8df: Waiting [2025-06-23T08:19:17.638Z] 817f38ce6bcb: Layer already exists [2025-06-23T08:19:17.638Z] 384319fb1bd9: Layer already exists [2025-06-23T08:19:17.638Z] 1c87c3c589f7: Layer already exists [2025-06-23T08:19:17.638Z] bb99b1c524ce: Layer already exists [2025-06-23T08:19:17.638Z] b2320b677386: Layer already exists [2025-06-23T08:19:17.638Z] b4bb060a48c1: Layer already exists [2025-06-23T08:19:17.638Z] c69bff44685a: Layer already exists [2025-06-23T08:19:17.638Z] 3f9ebe693015: Layer already exists [2025-06-23T08:19:17.638Z] d9775fafb56e: Layer already exists [2025-06-23T08:19:17.638Z] 00ee8a6fd7b3: Layer already exists [2025-06-23T08:19:17.638Z] 00ccece8f8df: Layer already exists [2025-06-23T08:19:17.638Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:19:17.902Z] main: digest: sha256:eacbfbc8de011d1785bcc3c96d6bd8b1060e33d563cae7f69618b345f2712947 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T08:19:18.000Z] ===================================================== [Pipeline] echo [2025-06-23T08:19:18.015Z] taggedImages: [2025-06-23T08:19:18.015Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:19:18.015Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-06-23T08:19:18.015Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.27 [2025-06-23T08:19:18.015Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:19:18.015Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-06-23T08:19:18.049Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-06-23T08:19:18.049Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:19:18.049Z] latest [2025-06-23T08:19:18.049Z] 4.1.0-dev.27 [2025-06-23T08:19:18.049Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:19:18.049Z] main [2025-06-23T08:19:18.049Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:18.431Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:18.777Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:19:18.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-23T08:19:18.777Z] 853c73aaee80: Preparing [2025-06-23T08:19:18.777Z] f1d9b0e22ed4: Preparing [2025-06-23T08:19:18.777Z] 3f9ebe693015: Preparing [2025-06-23T08:19:18.777Z] d9775fafb56e: Preparing [2025-06-23T08:19:18.777Z] 05953effd7e9: Preparing [2025-06-23T08:19:18.777Z] 04b7afbd0736: Preparing [2025-06-23T08:19:18.777Z] 04b7afbd0736: Waiting [2025-06-23T08:19:18.777Z] dd9c8f8612c8: Preparing [2025-06-23T08:19:18.777Z] 3f9ebe693015: Layer already exists [2025-06-23T08:19:19.040Z] d9775fafb56e: Layer already exists [2025-06-23T08:19:19.040Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:19:19.040Z] 05953effd7e9: Pushed [2025-06-23T08:19:19.040Z] 853c73aaee80: Pushed [2025-06-23T08:19:20.969Z] 04b7afbd0736: Pushed [2025-06-23T08:19:26.276Z] f1d9b0e22ed4: Pushed [2025-06-23T08:19:26.276Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:29c60955e3dd601eb618f1b115aeee3dee95c23c0f8fe5d57c6ee3f6385e9825 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:26.706Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:27.070Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-06-23T08:19:27.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-23T08:19:27.070Z] 853c73aaee80: Preparing [2025-06-23T08:19:27.070Z] f1d9b0e22ed4: Preparing [2025-06-23T08:19:27.070Z] 3f9ebe693015: Preparing [2025-06-23T08:19:27.070Z] d9775fafb56e: Preparing [2025-06-23T08:19:27.070Z] 05953effd7e9: Preparing [2025-06-23T08:19:27.070Z] 04b7afbd0736: Preparing [2025-06-23T08:19:27.070Z] dd9c8f8612c8: Preparing [2025-06-23T08:19:27.070Z] 04b7afbd0736: Waiting [2025-06-23T08:19:27.070Z] dd9c8f8612c8: Waiting [2025-06-23T08:19:27.070Z] d9775fafb56e: Layer already exists [2025-06-23T08:19:27.070Z] 05953effd7e9: Layer already exists [2025-06-23T08:19:27.070Z] f1d9b0e22ed4: Layer already exists [2025-06-23T08:19:27.070Z] 853c73aaee80: Layer already exists [2025-06-23T08:19:27.070Z] 3f9ebe693015: Layer already exists [2025-06-23T08:19:27.070Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:19:27.070Z] 04b7afbd0736: Layer already exists [2025-06-23T08:19:27.070Z] latest: digest: sha256:29c60955e3dd601eb618f1b115aeee3dee95c23c0f8fe5d57c6ee3f6385e9825 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:27.694Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:28.047Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.27 [2025-06-23T08:19:28.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-23T08:19:28.047Z] 853c73aaee80: Preparing [2025-06-23T08:19:28.047Z] f1d9b0e22ed4: Preparing [2025-06-23T08:19:28.047Z] 3f9ebe693015: Preparing [2025-06-23T08:19:28.047Z] d9775fafb56e: Preparing [2025-06-23T08:19:28.047Z] 05953effd7e9: Preparing [2025-06-23T08:19:28.047Z] 04b7afbd0736: Preparing [2025-06-23T08:19:28.047Z] dd9c8f8612c8: Preparing [2025-06-23T08:19:28.047Z] 04b7afbd0736: Waiting [2025-06-23T08:19:28.047Z] dd9c8f8612c8: Waiting [2025-06-23T08:19:28.047Z] 853c73aaee80: Layer already exists [2025-06-23T08:19:28.047Z] 05953effd7e9: Layer already exists [2025-06-23T08:19:28.047Z] d9775fafb56e: Layer already exists [2025-06-23T08:19:28.047Z] 3f9ebe693015: Layer already exists [2025-06-23T08:19:28.047Z] f1d9b0e22ed4: Layer already exists [2025-06-23T08:19:28.047Z] 04b7afbd0736: Layer already exists [2025-06-23T08:19:28.047Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:19:28.316Z] 4.1.0-dev.27: digest: sha256:29c60955e3dd601eb618f1b115aeee3dee95c23c0f8fe5d57c6ee3f6385e9825 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:28.669Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:29.015Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:19:29.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-23T08:19:29.015Z] 853c73aaee80: Preparing [2025-06-23T08:19:29.015Z] f1d9b0e22ed4: Preparing [2025-06-23T08:19:29.015Z] 3f9ebe693015: Preparing [2025-06-23T08:19:29.015Z] d9775fafb56e: Preparing [2025-06-23T08:19:29.015Z] 05953effd7e9: Preparing [2025-06-23T08:19:29.015Z] 04b7afbd0736: Preparing [2025-06-23T08:19:29.015Z] dd9c8f8612c8: Preparing [2025-06-23T08:19:29.015Z] 04b7afbd0736: Waiting [2025-06-23T08:19:29.015Z] dd9c8f8612c8: Waiting [2025-06-23T08:19:29.015Z] 05953effd7e9: Layer already exists [2025-06-23T08:19:29.015Z] 853c73aaee80: Layer already exists [2025-06-23T08:19:29.015Z] f1d9b0e22ed4: Layer already exists [2025-06-23T08:19:29.015Z] d9775fafb56e: Layer already exists [2025-06-23T08:19:29.015Z] 3f9ebe693015: Layer already exists [2025-06-23T08:19:29.015Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:19:29.015Z] 04b7afbd0736: Layer already exists [2025-06-23T08:19:29.015Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:29c60955e3dd601eb618f1b115aeee3dee95c23c0f8fe5d57c6ee3f6385e9825 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:29.634Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:29.983Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-06-23T08:19:29.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-23T08:19:29.983Z] 853c73aaee80: Preparing [2025-06-23T08:19:29.983Z] f1d9b0e22ed4: Preparing [2025-06-23T08:19:29.983Z] 3f9ebe693015: Preparing [2025-06-23T08:19:29.983Z] d9775fafb56e: Preparing [2025-06-23T08:19:29.983Z] 05953effd7e9: Preparing [2025-06-23T08:19:29.983Z] 04b7afbd0736: Preparing [2025-06-23T08:19:29.983Z] dd9c8f8612c8: Preparing [2025-06-23T08:19:29.983Z] 04b7afbd0736: Waiting [2025-06-23T08:19:29.983Z] dd9c8f8612c8: Waiting [2025-06-23T08:19:29.983Z] d9775fafb56e: Layer already exists [2025-06-23T08:19:29.983Z] f1d9b0e22ed4: Layer already exists [2025-06-23T08:19:29.983Z] 3f9ebe693015: Layer already exists [2025-06-23T08:19:29.983Z] 05953effd7e9: Layer already exists [2025-06-23T08:19:29.983Z] 853c73aaee80: Layer already exists [2025-06-23T08:19:29.983Z] 04b7afbd0736: Layer already exists [2025-06-23T08:19:29.983Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:19:29.983Z] main: digest: sha256:29c60955e3dd601eb618f1b115aeee3dee95c23c0f8fe5d57c6ee3f6385e9825 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T08:19:30.322Z] ===================================================== [Pipeline] echo [2025-06-23T08:19:30.335Z] taggedImages: [2025-06-23T08:19:30.335Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:19:30.335Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-06-23T08:19:30.335Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.27 [2025-06-23T08:19:30.335Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:19:30.335Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-06-23T08:19:30.363Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-06-23T08:19:30.363Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:19:30.363Z] latest [2025-06-23T08:19:30.363Z] 4.1.0-dev.27 [2025-06-23T08:19:30.363Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:19:30.363Z] main [2025-06-23T08:19:30.363Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:30.731Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:31.083Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:19:31.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-23T08:19:31.083Z] d17869db241e: Preparing [2025-06-23T08:19:31.083Z] bd117ab413ab: Preparing [2025-06-23T08:19:31.083Z] 3d90fa678f5b: Preparing [2025-06-23T08:19:31.083Z] 3f9ebe693015: Preparing [2025-06-23T08:19:31.083Z] d9775fafb56e: Preparing [2025-06-23T08:19:31.083Z] 6af7fb3bc1bb: Preparing [2025-06-23T08:19:31.083Z] d10d110b04d8: Preparing [2025-06-23T08:19:31.083Z] be14cb802dc5: Preparing [2025-06-23T08:19:31.083Z] b39fccad6e82: Preparing [2025-06-23T08:19:31.083Z] dd9c8f8612c8: Preparing [2025-06-23T08:19:31.083Z] be14cb802dc5: Waiting [2025-06-23T08:19:31.083Z] b39fccad6e82: Waiting [2025-06-23T08:19:31.083Z] dd9c8f8612c8: Waiting [2025-06-23T08:19:31.083Z] 6af7fb3bc1bb: Waiting [2025-06-23T08:19:31.083Z] d10d110b04d8: Waiting [2025-06-23T08:19:31.346Z] 3d90fa678f5b: Pushed [2025-06-23T08:19:31.346Z] bd117ab413ab: Pushed [2025-06-23T08:19:31.610Z] 3f9ebe693015: Layer already exists [2025-06-23T08:19:31.874Z] d9775fafb56e: Layer already exists [2025-06-23T08:19:31.874Z] d17869db241e: Pushed [2025-06-23T08:19:31.874Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:19:31.874Z] be14cb802dc5: Pushed [2025-06-23T08:19:32.821Z] b39fccad6e82: Pushed [2025-06-23T08:19:42.856Z] d10d110b04d8: Pushed [2025-06-23T08:19:57.817Z] 6af7fb3bc1bb: Pushed [2025-06-23T08:19:57.817Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:2bfdcd29718b670e0a42b6ef6cd8da9fd19350c11ceaa5d62b1070734462e733 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:58.197Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:58.536Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-06-23T08:19:58.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-23T08:19:58.536Z] d17869db241e: Preparing [2025-06-23T08:19:58.536Z] bd117ab413ab: Preparing [2025-06-23T08:19:58.536Z] 3d90fa678f5b: Preparing [2025-06-23T08:19:58.536Z] 3f9ebe693015: Preparing [2025-06-23T08:19:58.536Z] d9775fafb56e: Preparing [2025-06-23T08:19:58.536Z] 6af7fb3bc1bb: Preparing [2025-06-23T08:19:58.536Z] d10d110b04d8: Preparing [2025-06-23T08:19:58.536Z] be14cb802dc5: Preparing [2025-06-23T08:19:58.536Z] b39fccad6e82: Preparing [2025-06-23T08:19:58.536Z] dd9c8f8612c8: Preparing [2025-06-23T08:19:58.536Z] 6af7fb3bc1bb: Waiting [2025-06-23T08:19:58.536Z] d10d110b04d8: Waiting [2025-06-23T08:19:58.536Z] b39fccad6e82: Waiting [2025-06-23T08:19:58.536Z] dd9c8f8612c8: Waiting [2025-06-23T08:19:58.536Z] be14cb802dc5: Waiting [2025-06-23T08:19:58.536Z] 3f9ebe693015: Layer already exists [2025-06-23T08:19:58.536Z] d9775fafb56e: Layer already exists [2025-06-23T08:19:58.536Z] d17869db241e: Layer already exists [2025-06-23T08:19:58.536Z] 3d90fa678f5b: Layer already exists [2025-06-23T08:19:58.536Z] bd117ab413ab: Layer already exists [2025-06-23T08:19:58.536Z] be14cb802dc5: Layer already exists [2025-06-23T08:19:58.536Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:19:58.536Z] d10d110b04d8: Layer already exists [2025-06-23T08:19:58.536Z] 6af7fb3bc1bb: Layer already exists [2025-06-23T08:19:58.536Z] b39fccad6e82: Layer already exists [2025-06-23T08:19:58.800Z] latest: digest: sha256:2bfdcd29718b670e0a42b6ef6cd8da9fd19350c11ceaa5d62b1070734462e733 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:59.141Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:19:59.496Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.27 [2025-06-23T08:19:59.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-23T08:19:59.497Z] d17869db241e: Preparing [2025-06-23T08:19:59.497Z] bd117ab413ab: Preparing [2025-06-23T08:19:59.497Z] 3d90fa678f5b: Preparing [2025-06-23T08:19:59.497Z] 3f9ebe693015: Preparing [2025-06-23T08:19:59.497Z] d9775fafb56e: Preparing [2025-06-23T08:19:59.497Z] 6af7fb3bc1bb: Preparing [2025-06-23T08:19:59.497Z] d10d110b04d8: Preparing [2025-06-23T08:19:59.497Z] be14cb802dc5: Preparing [2025-06-23T08:19:59.497Z] b39fccad6e82: Preparing [2025-06-23T08:19:59.497Z] dd9c8f8612c8: Preparing [2025-06-23T08:19:59.497Z] d10d110b04d8: Waiting [2025-06-23T08:19:59.497Z] be14cb802dc5: Waiting [2025-06-23T08:19:59.497Z] b39fccad6e82: Waiting [2025-06-23T08:19:59.497Z] 6af7fb3bc1bb: Waiting [2025-06-23T08:19:59.497Z] dd9c8f8612c8: Waiting [2025-06-23T08:19:59.497Z] 3f9ebe693015: Layer already exists [2025-06-23T08:19:59.497Z] d9775fafb56e: Layer already exists [2025-06-23T08:19:59.497Z] bd117ab413ab: Layer already exists [2025-06-23T08:19:59.497Z] 3d90fa678f5b: Layer already exists [2025-06-23T08:19:59.497Z] d17869db241e: Layer already exists [2025-06-23T08:19:59.497Z] be14cb802dc5: Layer already exists [2025-06-23T08:19:59.497Z] 6af7fb3bc1bb: Layer already exists [2025-06-23T08:19:59.497Z] b39fccad6e82: Layer already exists [2025-06-23T08:19:59.497Z] d10d110b04d8: Layer already exists [2025-06-23T08:19:59.497Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:19:59.762Z] 4.1.0-dev.27: digest: sha256:2bfdcd29718b670e0a42b6ef6cd8da9fd19350c11ceaa5d62b1070734462e733 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:20:00.125Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:20:00.464Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:20:00.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-23T08:20:00.465Z] d17869db241e: Preparing [2025-06-23T08:20:00.465Z] bd117ab413ab: Preparing [2025-06-23T08:20:00.465Z] 3d90fa678f5b: Preparing [2025-06-23T08:20:00.465Z] 3f9ebe693015: Preparing [2025-06-23T08:20:00.465Z] d9775fafb56e: Preparing [2025-06-23T08:20:00.465Z] 6af7fb3bc1bb: Preparing [2025-06-23T08:20:00.465Z] d10d110b04d8: Preparing [2025-06-23T08:20:00.465Z] be14cb802dc5: Preparing [2025-06-23T08:20:00.465Z] b39fccad6e82: Preparing [2025-06-23T08:20:00.465Z] dd9c8f8612c8: Preparing [2025-06-23T08:20:00.465Z] d10d110b04d8: Waiting [2025-06-23T08:20:00.465Z] be14cb802dc5: Waiting [2025-06-23T08:20:00.465Z] b39fccad6e82: Waiting [2025-06-23T08:20:00.465Z] dd9c8f8612c8: Waiting [2025-06-23T08:20:00.465Z] 3d90fa678f5b: Layer already exists [2025-06-23T08:20:00.465Z] d17869db241e: Layer already exists [2025-06-23T08:20:00.465Z] d9775fafb56e: Layer already exists [2025-06-23T08:20:00.465Z] bd117ab413ab: Layer already exists [2025-06-23T08:20:00.465Z] 3f9ebe693015: Layer already exists [2025-06-23T08:20:00.465Z] d10d110b04d8: Layer already exists [2025-06-23T08:20:00.465Z] b39fccad6e82: Layer already exists [2025-06-23T08:20:00.465Z] 6af7fb3bc1bb: Layer already exists [2025-06-23T08:20:00.465Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:20:00.465Z] be14cb802dc5: Layer already exists [2025-06-23T08:20:00.465Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:2bfdcd29718b670e0a42b6ef6cd8da9fd19350c11ceaa5d62b1070734462e733 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:20:01.074Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:20:01.434Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-06-23T08:20:01.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-23T08:20:01.434Z] d17869db241e: Preparing [2025-06-23T08:20:01.434Z] bd117ab413ab: Preparing [2025-06-23T08:20:01.434Z] 3d90fa678f5b: Preparing [2025-06-23T08:20:01.434Z] 3f9ebe693015: Preparing [2025-06-23T08:20:01.434Z] d9775fafb56e: Preparing [2025-06-23T08:20:01.434Z] 6af7fb3bc1bb: Preparing [2025-06-23T08:20:01.434Z] d10d110b04d8: Preparing [2025-06-23T08:20:01.434Z] be14cb802dc5: Preparing [2025-06-23T08:20:01.434Z] b39fccad6e82: Preparing [2025-06-23T08:20:01.434Z] dd9c8f8612c8: Preparing [2025-06-23T08:20:01.434Z] 6af7fb3bc1bb: Waiting [2025-06-23T08:20:01.434Z] b39fccad6e82: Waiting [2025-06-23T08:20:01.434Z] d10d110b04d8: Waiting [2025-06-23T08:20:01.434Z] be14cb802dc5: Waiting [2025-06-23T08:20:01.434Z] dd9c8f8612c8: Waiting [2025-06-23T08:20:01.434Z] d17869db241e: Layer already exists [2025-06-23T08:20:01.434Z] bd117ab413ab: Layer already exists [2025-06-23T08:20:01.434Z] 3d90fa678f5b: Layer already exists [2025-06-23T08:20:01.434Z] d9775fafb56e: Layer already exists [2025-06-23T08:20:01.434Z] 3f9ebe693015: Layer already exists [2025-06-23T08:20:01.434Z] 6af7fb3bc1bb: Layer already exists [2025-06-23T08:20:01.434Z] d10d110b04d8: Layer already exists [2025-06-23T08:20:01.434Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:20:01.434Z] b39fccad6e82: Layer already exists [2025-06-23T08:20:01.434Z] be14cb802dc5: Layer already exists [2025-06-23T08:20:01.698Z] main: digest: sha256:2bfdcd29718b670e0a42b6ef6cd8da9fd19350c11ceaa5d62b1070734462e733 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T08:20:01.780Z] ===================================================== [Pipeline] echo [2025-06-23T08:20:01.793Z] taggedImages: [2025-06-23T08:20:01.793Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:20:01.793Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-06-23T08:20:01.793Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.27 [2025-06-23T08:20:01.793Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:20:01.793Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-06-23T08:20:01.815Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-06-23T08:20:01.815Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:20:01.815Z] latest [2025-06-23T08:20:01.815Z] 4.1.0-dev.27 [2025-06-23T08:20:01.815Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:20:01.815Z] main [2025-06-23T08:20:01.815Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:20:02.185Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:20:02.537Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:20:02.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-23T08:20:02.537Z] 306e4174d507: Preparing [2025-06-23T08:20:02.537Z] debd7e4c7b34: Preparing [2025-06-23T08:20:02.537Z] 51d7eeee45e9: Preparing [2025-06-23T08:20:02.537Z] 3f9ebe693015: Preparing [2025-06-23T08:20:02.537Z] d9775fafb56e: Preparing [2025-06-23T08:20:02.537Z] 36130640179e: Preparing [2025-06-23T08:20:02.537Z] 5ba4f958ec07: Preparing [2025-06-23T08:20:02.537Z] bee2d0cf7eb3: Preparing [2025-06-23T08:20:02.537Z] dd9c8f8612c8: Preparing [2025-06-23T08:20:02.537Z] 36130640179e: Waiting [2025-06-23T08:20:02.537Z] 5ba4f958ec07: Waiting [2025-06-23T08:20:02.537Z] bee2d0cf7eb3: Waiting [2025-06-23T08:20:02.537Z] dd9c8f8612c8: Waiting [2025-06-23T08:20:02.537Z] 3f9ebe693015: Layer already exists [2025-06-23T08:20:02.537Z] d9775fafb56e: Layer already exists [2025-06-23T08:20:02.800Z] debd7e4c7b34: Pushed [2025-06-23T08:20:02.800Z] 306e4174d507: Pushed [2025-06-23T08:20:02.800Z] 51d7eeee45e9: Pushed [2025-06-23T08:20:02.800Z] 5ba4f958ec07: Pushed [2025-06-23T08:20:02.800Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:20:03.377Z] bee2d0cf7eb3: Pushed [2025-06-23T08:20:30.019Z] 36130640179e: Pushed [2025-06-23T08:20:30.019Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:006ed31c9fd6a55baf7b2c7d49692b94d8b3ef825a8298f1ab3a94616ba926dc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:20:30.367Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:20:30.716Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-06-23T08:20:30.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-23T08:20:30.716Z] 306e4174d507: Preparing [2025-06-23T08:20:30.716Z] debd7e4c7b34: Preparing [2025-06-23T08:20:30.716Z] 51d7eeee45e9: Preparing [2025-06-23T08:20:30.716Z] 3f9ebe693015: Preparing [2025-06-23T08:20:30.716Z] d9775fafb56e: Preparing [2025-06-23T08:20:30.716Z] 36130640179e: Preparing [2025-06-23T08:20:30.716Z] 5ba4f958ec07: Preparing [2025-06-23T08:20:30.716Z] bee2d0cf7eb3: Preparing [2025-06-23T08:20:30.716Z] dd9c8f8612c8: Preparing [2025-06-23T08:20:30.716Z] 36130640179e: Waiting [2025-06-23T08:20:30.716Z] 5ba4f958ec07: Waiting [2025-06-23T08:20:30.716Z] bee2d0cf7eb3: Waiting [2025-06-23T08:20:30.716Z] dd9c8f8612c8: Waiting [2025-06-23T08:20:30.716Z] 3f9ebe693015: Layer already exists [2025-06-23T08:20:30.716Z] 306e4174d507: Layer already exists [2025-06-23T08:20:30.716Z] 51d7eeee45e9: Layer already exists [2025-06-23T08:20:30.716Z] d9775fafb56e: Layer already exists [2025-06-23T08:20:30.716Z] debd7e4c7b34: Layer already exists [2025-06-23T08:20:30.716Z] bee2d0cf7eb3: Layer already exists [2025-06-23T08:20:30.716Z] 36130640179e: Layer already exists [2025-06-23T08:20:30.716Z] 5ba4f958ec07: Layer already exists [2025-06-23T08:20:30.716Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:20:30.978Z] latest: digest: sha256:006ed31c9fd6a55baf7b2c7d49692b94d8b3ef825a8298f1ab3a94616ba926dc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:20:31.327Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:20:31.666Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.27 [2025-06-23T08:20:31.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-23T08:20:31.667Z] 306e4174d507: Preparing [2025-06-23T08:20:31.667Z] debd7e4c7b34: Preparing [2025-06-23T08:20:31.667Z] 51d7eeee45e9: Preparing [2025-06-23T08:20:31.667Z] 3f9ebe693015: Preparing [2025-06-23T08:20:31.667Z] d9775fafb56e: Preparing [2025-06-23T08:20:31.667Z] 36130640179e: Preparing [2025-06-23T08:20:31.667Z] 5ba4f958ec07: Preparing [2025-06-23T08:20:31.667Z] bee2d0cf7eb3: Preparing [2025-06-23T08:20:31.667Z] dd9c8f8612c8: Preparing [2025-06-23T08:20:31.667Z] 36130640179e: Waiting [2025-06-23T08:20:31.667Z] 5ba4f958ec07: Waiting [2025-06-23T08:20:31.667Z] bee2d0cf7eb3: Waiting [2025-06-23T08:20:31.667Z] dd9c8f8612c8: Waiting [2025-06-23T08:20:31.667Z] debd7e4c7b34: Layer already exists [2025-06-23T08:20:31.667Z] 306e4174d507: Layer already exists [2025-06-23T08:20:31.667Z] 3f9ebe693015: Layer already exists [2025-06-23T08:20:31.667Z] 51d7eeee45e9: Layer already exists [2025-06-23T08:20:31.667Z] d9775fafb56e: Layer already exists [2025-06-23T08:20:31.667Z] 5ba4f958ec07: Layer already exists [2025-06-23T08:20:31.667Z] 36130640179e: Layer already exists [2025-06-23T08:20:31.667Z] bee2d0cf7eb3: Layer already exists [2025-06-23T08:20:31.667Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:20:31.931Z] 4.1.0-dev.27: digest: sha256:006ed31c9fd6a55baf7b2c7d49692b94d8b3ef825a8298f1ab3a94616ba926dc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:20:32.278Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:20:32.629Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:20:32.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-23T08:20:32.629Z] 306e4174d507: Preparing [2025-06-23T08:20:32.629Z] debd7e4c7b34: Preparing [2025-06-23T08:20:32.629Z] 51d7eeee45e9: Preparing [2025-06-23T08:20:32.629Z] 3f9ebe693015: Preparing [2025-06-23T08:20:32.629Z] d9775fafb56e: Preparing [2025-06-23T08:20:32.629Z] 36130640179e: Preparing [2025-06-23T08:20:32.629Z] 5ba4f958ec07: Preparing [2025-06-23T08:20:32.629Z] bee2d0cf7eb3: Preparing [2025-06-23T08:20:32.629Z] dd9c8f8612c8: Preparing [2025-06-23T08:20:32.629Z] 5ba4f958ec07: Waiting [2025-06-23T08:20:32.629Z] bee2d0cf7eb3: Waiting [2025-06-23T08:20:32.629Z] dd9c8f8612c8: Waiting [2025-06-23T08:20:32.629Z] 36130640179e: Waiting [2025-06-23T08:20:32.629Z] 306e4174d507: Layer already exists [2025-06-23T08:20:32.629Z] 51d7eeee45e9: Layer already exists [2025-06-23T08:20:32.629Z] d9775fafb56e: Layer already exists [2025-06-23T08:20:32.629Z] debd7e4c7b34: Layer already exists [2025-06-23T08:20:32.629Z] 3f9ebe693015: Layer already exists [2025-06-23T08:20:32.629Z] 36130640179e: Layer already exists [2025-06-23T08:20:32.629Z] bee2d0cf7eb3: Layer already exists [2025-06-23T08:20:32.629Z] 5ba4f958ec07: Layer already exists [2025-06-23T08:20:32.629Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:20:32.893Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:006ed31c9fd6a55baf7b2c7d49692b94d8b3ef825a8298f1ab3a94616ba926dc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:20:33.249Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:20:33.608Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-06-23T08:20:33.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-23T08:20:33.608Z] 306e4174d507: Preparing [2025-06-23T08:20:33.608Z] debd7e4c7b34: Preparing [2025-06-23T08:20:33.608Z] 51d7eeee45e9: Preparing [2025-06-23T08:20:33.608Z] 3f9ebe693015: Preparing [2025-06-23T08:20:33.608Z] d9775fafb56e: Preparing [2025-06-23T08:20:33.608Z] 36130640179e: Preparing [2025-06-23T08:20:33.608Z] 5ba4f958ec07: Preparing [2025-06-23T08:20:33.608Z] bee2d0cf7eb3: Preparing [2025-06-23T08:20:33.608Z] dd9c8f8612c8: Preparing [2025-06-23T08:20:33.608Z] 5ba4f958ec07: Waiting [2025-06-23T08:20:33.608Z] bee2d0cf7eb3: Waiting [2025-06-23T08:20:33.608Z] dd9c8f8612c8: Waiting [2025-06-23T08:20:33.608Z] 36130640179e: Waiting [2025-06-23T08:20:33.608Z] 3f9ebe693015: Layer already exists [2025-06-23T08:20:33.608Z] d9775fafb56e: Layer already exists [2025-06-23T08:20:33.608Z] 306e4174d507: Layer already exists [2025-06-23T08:20:33.608Z] 51d7eeee45e9: Layer already exists [2025-06-23T08:20:33.608Z] debd7e4c7b34: Layer already exists [2025-06-23T08:20:33.608Z] 36130640179e: Layer already exists [2025-06-23T08:20:33.608Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:20:33.608Z] 5ba4f958ec07: Layer already exists [2025-06-23T08:20:33.608Z] bee2d0cf7eb3: Layer already exists [2025-06-23T08:20:33.608Z] main: digest: sha256:006ed31c9fd6a55baf7b2c7d49692b94d8b3ef825a8298f1ab3a94616ba926dc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T08:20:33.945Z] ===================================================== [Pipeline] echo [2025-06-23T08:20:33.962Z] taggedImages: [2025-06-23T08:20:33.963Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:20:33.963Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-06-23T08:20:33.963Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.27 [2025-06-23T08:20:33.963Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:20:33.963Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-06-23T08:20:33.990Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-06-23T08:20:33.990Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:20:33.990Z] latest [2025-06-23T08:20:33.990Z] 4.1.0-dev.27 [2025-06-23T08:20:33.990Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:20:33.990Z] main [2025-06-23T08:20:33.990Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:20:34.724Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:20:35.069Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:20:35.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-23T08:20:35.070Z] 62c6e885fcb5: Preparing [2025-06-23T08:20:35.070Z] 756eb7a83103: Preparing [2025-06-23T08:20:35.070Z] 90e11882c013: Preparing [2025-06-23T08:20:35.070Z] 3f9ebe693015: Preparing [2025-06-23T08:20:35.070Z] d9775fafb56e: Preparing [2025-06-23T08:20:35.070Z] 332788f0b1da: Preparing [2025-06-23T08:20:35.070Z] be14cb802dc5: Preparing [2025-06-23T08:20:35.070Z] b39fccad6e82: Preparing [2025-06-23T08:20:35.070Z] dd9c8f8612c8: Preparing [2025-06-23T08:20:35.070Z] b39fccad6e82: Waiting [2025-06-23T08:20:35.070Z] dd9c8f8612c8: Waiting [2025-06-23T08:20:35.070Z] 332788f0b1da: Waiting [2025-06-23T08:20:35.070Z] be14cb802dc5: Waiting [2025-06-23T08:20:35.070Z] d9775fafb56e: Layer already exists [2025-06-23T08:20:35.070Z] 3f9ebe693015: Layer already exists [2025-06-23T08:20:35.332Z] be14cb802dc5: Layer already exists [2025-06-23T08:20:35.332Z] 90e11882c013: Pushed [2025-06-23T08:20:35.332Z] b39fccad6e82: Layer already exists [2025-06-23T08:20:35.332Z] 756eb7a83103: Pushed [2025-06-23T08:20:35.332Z] 62c6e885fcb5: Pushed [2025-06-23T08:20:35.332Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:21:02.105Z] 332788f0b1da: Pushed [2025-06-23T08:21:02.105Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:1f349d0097dfdd24d2c1d9dc95a4fcdea0a65ad5ca39f763397120b6aafd7b52 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:02.516Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:02.986Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-06-23T08:21:02.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-23T08:21:02.987Z] 62c6e885fcb5: Preparing [2025-06-23T08:21:02.987Z] 756eb7a83103: Preparing [2025-06-23T08:21:02.987Z] 90e11882c013: Preparing [2025-06-23T08:21:02.987Z] 3f9ebe693015: Preparing [2025-06-23T08:21:02.987Z] d9775fafb56e: Preparing [2025-06-23T08:21:02.987Z] 332788f0b1da: Preparing [2025-06-23T08:21:02.987Z] be14cb802dc5: Preparing [2025-06-23T08:21:02.987Z] b39fccad6e82: Preparing [2025-06-23T08:21:02.987Z] dd9c8f8612c8: Preparing [2025-06-23T08:21:02.987Z] be14cb802dc5: Waiting [2025-06-23T08:21:02.987Z] b39fccad6e82: Waiting [2025-06-23T08:21:02.987Z] dd9c8f8612c8: Waiting [2025-06-23T08:21:02.987Z] 332788f0b1da: Waiting [2025-06-23T08:21:02.987Z] d9775fafb56e: Layer already exists [2025-06-23T08:21:02.987Z] 62c6e885fcb5: Layer already exists [2025-06-23T08:21:02.987Z] 90e11882c013: Layer already exists [2025-06-23T08:21:02.987Z] 3f9ebe693015: Layer already exists [2025-06-23T08:21:02.987Z] 756eb7a83103: Layer already exists [2025-06-23T08:21:02.987Z] be14cb802dc5: Layer already exists [2025-06-23T08:21:02.987Z] 332788f0b1da: Layer already exists [2025-06-23T08:21:02.987Z] b39fccad6e82: Layer already exists [2025-06-23T08:21:02.987Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:21:02.987Z] latest: digest: sha256:1f349d0097dfdd24d2c1d9dc95a4fcdea0a65ad5ca39f763397120b6aafd7b52 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:03.360Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:03.710Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.27 [2025-06-23T08:21:03.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-23T08:21:03.710Z] 62c6e885fcb5: Preparing [2025-06-23T08:21:03.710Z] 756eb7a83103: Preparing [2025-06-23T08:21:03.710Z] 90e11882c013: Preparing [2025-06-23T08:21:03.710Z] 3f9ebe693015: Preparing [2025-06-23T08:21:03.710Z] d9775fafb56e: Preparing [2025-06-23T08:21:03.710Z] 332788f0b1da: Preparing [2025-06-23T08:21:03.710Z] be14cb802dc5: Preparing [2025-06-23T08:21:03.710Z] b39fccad6e82: Preparing [2025-06-23T08:21:03.710Z] dd9c8f8612c8: Preparing [2025-06-23T08:21:03.710Z] 332788f0b1da: Waiting [2025-06-23T08:21:03.710Z] be14cb802dc5: Waiting [2025-06-23T08:21:03.710Z] b39fccad6e82: Waiting [2025-06-23T08:21:03.710Z] dd9c8f8612c8: Waiting [2025-06-23T08:21:03.710Z] 756eb7a83103: Layer already exists [2025-06-23T08:21:03.710Z] 62c6e885fcb5: Layer already exists [2025-06-23T08:21:03.710Z] 3f9ebe693015: Layer already exists [2025-06-23T08:21:03.710Z] d9775fafb56e: Layer already exists [2025-06-23T08:21:03.710Z] 90e11882c013: Layer already exists [2025-06-23T08:21:03.710Z] b39fccad6e82: Layer already exists [2025-06-23T08:21:03.710Z] 332788f0b1da: Layer already exists [2025-06-23T08:21:03.710Z] be14cb802dc5: Layer already exists [2025-06-23T08:21:03.710Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:21:03.974Z] 4.1.0-dev.27: digest: sha256:1f349d0097dfdd24d2c1d9dc95a4fcdea0a65ad5ca39f763397120b6aafd7b52 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:04.313Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:04.660Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:21:04.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-23T08:21:04.660Z] 62c6e885fcb5: Preparing [2025-06-23T08:21:04.660Z] 756eb7a83103: Preparing [2025-06-23T08:21:04.660Z] 90e11882c013: Preparing [2025-06-23T08:21:04.660Z] 3f9ebe693015: Preparing [2025-06-23T08:21:04.660Z] d9775fafb56e: Preparing [2025-06-23T08:21:04.660Z] 332788f0b1da: Preparing [2025-06-23T08:21:04.660Z] be14cb802dc5: Preparing [2025-06-23T08:21:04.660Z] b39fccad6e82: Preparing [2025-06-23T08:21:04.660Z] dd9c8f8612c8: Preparing [2025-06-23T08:21:04.660Z] be14cb802dc5: Waiting [2025-06-23T08:21:04.660Z] b39fccad6e82: Waiting [2025-06-23T08:21:04.660Z] dd9c8f8612c8: Waiting [2025-06-23T08:21:04.660Z] 332788f0b1da: Waiting [2025-06-23T08:21:04.660Z] d9775fafb56e: Layer already exists [2025-06-23T08:21:04.660Z] 90e11882c013: Layer already exists [2025-06-23T08:21:04.660Z] 62c6e885fcb5: Layer already exists [2025-06-23T08:21:04.660Z] 3f9ebe693015: Layer already exists [2025-06-23T08:21:04.660Z] 756eb7a83103: Layer already exists [2025-06-23T08:21:04.660Z] be14cb802dc5: Layer already exists [2025-06-23T08:21:04.660Z] 332788f0b1da: Layer already exists [2025-06-23T08:21:04.660Z] b39fccad6e82: Layer already exists [2025-06-23T08:21:04.660Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:21:04.925Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:1f349d0097dfdd24d2c1d9dc95a4fcdea0a65ad5ca39f763397120b6aafd7b52 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:05.270Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:05.626Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-06-23T08:21:05.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-23T08:21:05.626Z] 62c6e885fcb5: Preparing [2025-06-23T08:21:05.626Z] 756eb7a83103: Preparing [2025-06-23T08:21:05.626Z] 90e11882c013: Preparing [2025-06-23T08:21:05.626Z] 3f9ebe693015: Preparing [2025-06-23T08:21:05.626Z] d9775fafb56e: Preparing [2025-06-23T08:21:05.626Z] 332788f0b1da: Preparing [2025-06-23T08:21:05.626Z] be14cb802dc5: Preparing [2025-06-23T08:21:05.626Z] b39fccad6e82: Preparing [2025-06-23T08:21:05.626Z] dd9c8f8612c8: Preparing [2025-06-23T08:21:05.626Z] be14cb802dc5: Waiting [2025-06-23T08:21:05.626Z] b39fccad6e82: Waiting [2025-06-23T08:21:05.626Z] dd9c8f8612c8: Waiting [2025-06-23T08:21:05.626Z] 332788f0b1da: Waiting [2025-06-23T08:21:05.626Z] 90e11882c013: Layer already exists [2025-06-23T08:21:05.626Z] d9775fafb56e: Layer already exists [2025-06-23T08:21:05.626Z] 3f9ebe693015: Layer already exists [2025-06-23T08:21:05.626Z] 62c6e885fcb5: Layer already exists [2025-06-23T08:21:05.626Z] 756eb7a83103: Layer already exists [2025-06-23T08:21:05.626Z] be14cb802dc5: Layer already exists [2025-06-23T08:21:05.626Z] 332788f0b1da: Layer already exists [2025-06-23T08:21:05.626Z] b39fccad6e82: Layer already exists [2025-06-23T08:21:05.626Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:21:05.892Z] main: digest: sha256:1f349d0097dfdd24d2c1d9dc95a4fcdea0a65ad5ca39f763397120b6aafd7b52 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T08:21:05.965Z] ===================================================== [Pipeline] echo [2025-06-23T08:21:05.978Z] taggedImages: [2025-06-23T08:21:05.978Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:21:05.978Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-06-23T08:21:05.978Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.27 [2025-06-23T08:21:05.978Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:21:05.978Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-06-23T08:21:06.005Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-06-23T08:21:06.005Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:21:06.005Z] latest [2025-06-23T08:21:06.005Z] 4.1.0-dev.27 [2025-06-23T08:21:06.005Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:21:06.005Z] main [2025-06-23T08:21:06.005Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:06.359Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:06.720Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:21:06.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-23T08:21:06.720Z] b0ffc8d39454: Preparing [2025-06-23T08:21:06.720Z] 5a074de0f1ac: Preparing [2025-06-23T08:21:06.720Z] 3f9ebe693015: Preparing [2025-06-23T08:21:06.720Z] d9775fafb56e: Preparing [2025-06-23T08:21:06.720Z] 3e433def6dd5: Preparing [2025-06-23T08:21:06.720Z] a3bd150b244c: Preparing [2025-06-23T08:21:06.720Z] dd9c8f8612c8: Preparing [2025-06-23T08:21:06.720Z] a3bd150b244c: Waiting [2025-06-23T08:21:06.720Z] dd9c8f8612c8: Waiting [2025-06-23T08:21:06.720Z] 3f9ebe693015: Layer already exists [2025-06-23T08:21:06.984Z] d9775fafb56e: Layer already exists [2025-06-23T08:21:06.984Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:21:06.984Z] 3e433def6dd5: Pushed [2025-06-23T08:21:06.984Z] b0ffc8d39454: Pushed [2025-06-23T08:21:07.937Z] a3bd150b244c: Pushed [2025-06-23T08:21:14.558Z] 5a074de0f1ac: Pushed [2025-06-23T08:21:14.823Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:0cbae02ce9b34a3427458655aedc5feff73138a8c8c057eabe7fa06124cc3ca3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:15.177Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:15.521Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-06-23T08:21:15.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-23T08:21:15.521Z] b0ffc8d39454: Preparing [2025-06-23T08:21:15.521Z] 5a074de0f1ac: Preparing [2025-06-23T08:21:15.521Z] 3f9ebe693015: Preparing [2025-06-23T08:21:15.521Z] d9775fafb56e: Preparing [2025-06-23T08:21:15.521Z] 3e433def6dd5: Preparing [2025-06-23T08:21:15.521Z] a3bd150b244c: Preparing [2025-06-23T08:21:15.521Z] dd9c8f8612c8: Preparing [2025-06-23T08:21:15.521Z] a3bd150b244c: Waiting [2025-06-23T08:21:15.521Z] dd9c8f8612c8: Waiting [2025-06-23T08:21:15.521Z] 3e433def6dd5: Layer already exists [2025-06-23T08:21:15.521Z] 5a074de0f1ac: Layer already exists [2025-06-23T08:21:15.521Z] 3f9ebe693015: Layer already exists [2025-06-23T08:21:15.521Z] d9775fafb56e: Layer already exists [2025-06-23T08:21:15.521Z] b0ffc8d39454: Layer already exists [2025-06-23T08:21:15.521Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:21:15.521Z] a3bd150b244c: Layer already exists [2025-06-23T08:21:15.784Z] latest: digest: sha256:0cbae02ce9b34a3427458655aedc5feff73138a8c8c057eabe7fa06124cc3ca3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:16.131Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:16.476Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.27 [2025-06-23T08:21:16.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-23T08:21:16.477Z] b0ffc8d39454: Preparing [2025-06-23T08:21:16.477Z] 5a074de0f1ac: Preparing [2025-06-23T08:21:16.477Z] 3f9ebe693015: Preparing [2025-06-23T08:21:16.477Z] d9775fafb56e: Preparing [2025-06-23T08:21:16.477Z] 3e433def6dd5: Preparing [2025-06-23T08:21:16.477Z] a3bd150b244c: Preparing [2025-06-23T08:21:16.477Z] dd9c8f8612c8: Preparing [2025-06-23T08:21:16.477Z] a3bd150b244c: Waiting [2025-06-23T08:21:16.477Z] dd9c8f8612c8: Waiting [2025-06-23T08:21:16.477Z] 3f9ebe693015: Layer already exists [2025-06-23T08:21:16.477Z] b0ffc8d39454: Layer already exists [2025-06-23T08:21:16.477Z] d9775fafb56e: Layer already exists [2025-06-23T08:21:16.477Z] 3e433def6dd5: Layer already exists [2025-06-23T08:21:16.477Z] 5a074de0f1ac: Layer already exists [2025-06-23T08:21:16.477Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:21:16.477Z] a3bd150b244c: Layer already exists [2025-06-23T08:21:16.477Z] 4.1.0-dev.27: digest: sha256:0cbae02ce9b34a3427458655aedc5feff73138a8c8c057eabe7fa06124cc3ca3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:17.086Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:17.434Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:21:17.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-23T08:21:17.434Z] b0ffc8d39454: Preparing [2025-06-23T08:21:17.434Z] 5a074de0f1ac: Preparing [2025-06-23T08:21:17.434Z] 3f9ebe693015: Preparing [2025-06-23T08:21:17.434Z] d9775fafb56e: Preparing [2025-06-23T08:21:17.434Z] 3e433def6dd5: Preparing [2025-06-23T08:21:17.434Z] a3bd150b244c: Preparing [2025-06-23T08:21:17.434Z] dd9c8f8612c8: Preparing [2025-06-23T08:21:17.434Z] a3bd150b244c: Waiting [2025-06-23T08:21:17.434Z] dd9c8f8612c8: Waiting [2025-06-23T08:21:17.434Z] 3f9ebe693015: Layer already exists [2025-06-23T08:21:17.434Z] 5a074de0f1ac: Layer already exists [2025-06-23T08:21:17.434Z] b0ffc8d39454: Layer already exists [2025-06-23T08:21:17.434Z] 3e433def6dd5: Layer already exists [2025-06-23T08:21:17.434Z] d9775fafb56e: Layer already exists [2025-06-23T08:21:17.434Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:21:17.434Z] a3bd150b244c: Layer already exists [2025-06-23T08:21:17.434Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:0cbae02ce9b34a3427458655aedc5feff73138a8c8c057eabe7fa06124cc3ca3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:18.050Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:18.402Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-06-23T08:21:18.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-23T08:21:18.402Z] b0ffc8d39454: Preparing [2025-06-23T08:21:18.402Z] 5a074de0f1ac: Preparing [2025-06-23T08:21:18.402Z] 3f9ebe693015: Preparing [2025-06-23T08:21:18.402Z] d9775fafb56e: Preparing [2025-06-23T08:21:18.402Z] 3e433def6dd5: Preparing [2025-06-23T08:21:18.402Z] a3bd150b244c: Preparing [2025-06-23T08:21:18.402Z] dd9c8f8612c8: Preparing [2025-06-23T08:21:18.402Z] a3bd150b244c: Waiting [2025-06-23T08:21:18.402Z] dd9c8f8612c8: Waiting [2025-06-23T08:21:18.402Z] b0ffc8d39454: Layer already exists [2025-06-23T08:21:18.402Z] d9775fafb56e: Layer already exists [2025-06-23T08:21:18.402Z] 3f9ebe693015: Layer already exists [2025-06-23T08:21:18.402Z] 3e433def6dd5: Layer already exists [2025-06-23T08:21:18.402Z] 5a074de0f1ac: Layer already exists [2025-06-23T08:21:18.402Z] a3bd150b244c: Layer already exists [2025-06-23T08:21:18.402Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:21:18.668Z] main: digest: sha256:0cbae02ce9b34a3427458655aedc5feff73138a8c8c057eabe7fa06124cc3ca3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T08:21:19.007Z] ===================================================== [Pipeline] echo [2025-06-23T08:21:19.016Z] taggedImages: [2025-06-23T08:21:19.016Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:21:19.016Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-06-23T08:21:19.016Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.27 [2025-06-23T08:21:19.016Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:21:19.016Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-06-23T08:21:19.034Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-06-23T08:21:19.034Z] edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:21:19.034Z] latest [2025-06-23T08:21:19.034Z] 4.1.0-dev.27 [2025-06-23T08:21:19.034Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:21:19.034Z] main [2025-06-23T08:21:19.034Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:19.376Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:19.724Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:21:19.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-23T08:21:19.724Z] 5d5d5338796f: Preparing [2025-06-23T08:21:19.724Z] 553d4c17e066: Preparing [2025-06-23T08:21:19.724Z] 3f9ebe693015: Preparing [2025-06-23T08:21:19.724Z] d9775fafb56e: Preparing [2025-06-23T08:21:19.724Z] e504dc6555fd: Preparing [2025-06-23T08:21:19.724Z] 5301526c5b5f: Preparing [2025-06-23T08:21:19.724Z] dd9c8f8612c8: Preparing [2025-06-23T08:21:19.724Z] 5301526c5b5f: Waiting [2025-06-23T08:21:19.724Z] dd9c8f8612c8: Waiting [2025-06-23T08:21:19.724Z] 3f9ebe693015: Layer already exists [2025-06-23T08:21:19.988Z] d9775fafb56e: Layer already exists [2025-06-23T08:21:19.988Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:21:19.988Z] e504dc6555fd: Pushed [2025-06-23T08:21:19.988Z] 5d5d5338796f: Pushed [2025-06-23T08:21:20.566Z] 5301526c5b5f: Pushed [2025-06-23T08:21:28.825Z] 553d4c17e066: Pushed [2025-06-23T08:21:28.825Z] edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:bf8570f73c4706d45b5d7e849aa88d7c7b812c120bb07d4e7f03ae57a173ae88 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:29.167Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:29.543Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-06-23T08:21:29.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-23T08:21:29.543Z] 5d5d5338796f: Preparing [2025-06-23T08:21:29.543Z] 553d4c17e066: Preparing [2025-06-23T08:21:29.543Z] 3f9ebe693015: Preparing [2025-06-23T08:21:29.543Z] d9775fafb56e: Preparing [2025-06-23T08:21:29.543Z] e504dc6555fd: Preparing [2025-06-23T08:21:29.543Z] 5301526c5b5f: Preparing [2025-06-23T08:21:29.543Z] dd9c8f8612c8: Preparing [2025-06-23T08:21:29.543Z] 5301526c5b5f: Waiting [2025-06-23T08:21:29.543Z] dd9c8f8612c8: Waiting [2025-06-23T08:21:29.543Z] e504dc6555fd: Layer already exists [2025-06-23T08:21:29.543Z] 3f9ebe693015: Layer already exists [2025-06-23T08:21:29.543Z] 553d4c17e066: Layer already exists [2025-06-23T08:21:29.543Z] 5d5d5338796f: Layer already exists [2025-06-23T08:21:29.543Z] d9775fafb56e: Layer already exists [2025-06-23T08:21:29.543Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:21:29.543Z] 5301526c5b5f: Layer already exists [2025-06-23T08:21:29.543Z] latest: digest: sha256:bf8570f73c4706d45b5d7e849aa88d7c7b812c120bb07d4e7f03ae57a173ae88 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:30.161Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:30.502Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.27 [2025-06-23T08:21:30.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-23T08:21:30.503Z] 5d5d5338796f: Preparing [2025-06-23T08:21:30.503Z] 553d4c17e066: Preparing [2025-06-23T08:21:30.503Z] 3f9ebe693015: Preparing [2025-06-23T08:21:30.503Z] d9775fafb56e: Preparing [2025-06-23T08:21:30.503Z] e504dc6555fd: Preparing [2025-06-23T08:21:30.503Z] 5301526c5b5f: Preparing [2025-06-23T08:21:30.503Z] dd9c8f8612c8: Preparing [2025-06-23T08:21:30.503Z] 5301526c5b5f: Waiting [2025-06-23T08:21:30.503Z] dd9c8f8612c8: Waiting [2025-06-23T08:21:30.503Z] 3f9ebe693015: Layer already exists [2025-06-23T08:21:30.503Z] d9775fafb56e: Layer already exists [2025-06-23T08:21:30.503Z] 5d5d5338796f: Layer already exists [2025-06-23T08:21:30.503Z] e504dc6555fd: Layer already exists [2025-06-23T08:21:30.503Z] 553d4c17e066: Layer already exists [2025-06-23T08:21:30.503Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:21:30.503Z] 5301526c5b5f: Layer already exists [2025-06-23T08:21:30.766Z] 4.1.0-dev.27: digest: sha256:bf8570f73c4706d45b5d7e849aa88d7c7b812c120bb07d4e7f03ae57a173ae88 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:31.122Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:31.465Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:21:31.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-23T08:21:31.465Z] 5d5d5338796f: Preparing [2025-06-23T08:21:31.465Z] 553d4c17e066: Preparing [2025-06-23T08:21:31.465Z] 3f9ebe693015: Preparing [2025-06-23T08:21:31.465Z] d9775fafb56e: Preparing [2025-06-23T08:21:31.465Z] e504dc6555fd: Preparing [2025-06-23T08:21:31.465Z] 5301526c5b5f: Preparing [2025-06-23T08:21:31.465Z] dd9c8f8612c8: Preparing [2025-06-23T08:21:31.465Z] 5301526c5b5f: Waiting [2025-06-23T08:21:31.465Z] dd9c8f8612c8: Waiting [2025-06-23T08:21:31.465Z] d9775fafb56e: Layer already exists [2025-06-23T08:21:31.465Z] 5d5d5338796f: Layer already exists [2025-06-23T08:21:31.465Z] 553d4c17e066: Layer already exists [2025-06-23T08:21:31.465Z] e504dc6555fd: Layer already exists [2025-06-23T08:21:31.465Z] 3f9ebe693015: Layer already exists [2025-06-23T08:21:31.465Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:21:31.465Z] 5301526c5b5f: Layer already exists [2025-06-23T08:21:32.058Z] edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:bf8570f73c4706d45b5d7e849aa88d7c7b812c120bb07d4e7f03ae57a173ae88 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:32.389Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:32.727Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-06-23T08:21:32.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-23T08:21:32.727Z] 5d5d5338796f: Preparing [2025-06-23T08:21:32.727Z] 553d4c17e066: Preparing [2025-06-23T08:21:32.727Z] 3f9ebe693015: Preparing [2025-06-23T08:21:32.727Z] d9775fafb56e: Preparing [2025-06-23T08:21:32.727Z] e504dc6555fd: Preparing [2025-06-23T08:21:32.727Z] 5301526c5b5f: Preparing [2025-06-23T08:21:32.727Z] dd9c8f8612c8: Preparing [2025-06-23T08:21:32.727Z] 5301526c5b5f: Waiting [2025-06-23T08:21:32.727Z] dd9c8f8612c8: Waiting [2025-06-23T08:21:32.727Z] 5d5d5338796f: Layer already exists [2025-06-23T08:21:32.727Z] 553d4c17e066: Layer already exists [2025-06-23T08:21:32.727Z] d9775fafb56e: Layer already exists [2025-06-23T08:21:32.727Z] 3f9ebe693015: Layer already exists [2025-06-23T08:21:32.727Z] e504dc6555fd: Layer already exists [2025-06-23T08:21:32.727Z] 5301526c5b5f: Layer already exists [2025-06-23T08:21:32.727Z] dd9c8f8612c8: Layer already exists [2025-06-23T08:21:32.990Z] main: digest: sha256:bf8570f73c4706d45b5d7e849aa88d7c7b812c120bb07d4e7f03ae57a173ae88 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T08:21:33.057Z] ===================================================== [Pipeline] echo [2025-06-23T08:21:33.068Z] taggedImages: [2025-06-23T08:21:33.068Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [2025-06-23T08:21:33.068Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-06-23T08:21:33.068Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.27 [2025-06-23T08:21:33.068Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [2025-06-23T08:21:33.068Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-06-23T08:21:33.077Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo [2025-06-23T08:21:33.088Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-06-23T08:21:33.099Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.108Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.117Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-06-23T08:21:33.127Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo [2025-06-23T08:21:33.142Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-06-23T08:21:33.152Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.163Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.174Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-06-23T08:21:33.183Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo [2025-06-23T08:21:33.196Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-06-23T08:21:33.205Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.213Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.222Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-06-23T08:21:33.232Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo [2025-06-23T08:21:33.240Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-06-23T08:21:33.251Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.262Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.272Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-06-23T08:21:33.282Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo [2025-06-23T08:21:33.293Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-06-23T08:21:33.304Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.317Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.325Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-06-23T08:21:33.335Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo [2025-06-23T08:21:33.346Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-06-23T08:21:33.356Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.369Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.379Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-06-23T08:21:33.387Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo [2025-06-23T08:21:33.395Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-06-23T08:21:33.407Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.415Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.428Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-06-23T08:21:33.441Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo [2025-06-23T08:21:33.449Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-06-23T08:21:33.459Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.469Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.479Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-06-23T08:21:33.489Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo [2025-06-23T08:21:33.500Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-06-23T08:21:33.510Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.519Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.529Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-06-23T08:21:33.540Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo [2025-06-23T08:21:33.550Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-06-23T08:21:33.561Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.571Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.579Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-06-23T08:21:33.594Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo [2025-06-23T08:21:33.604Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-06-23T08:21:33.614Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.624Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.633Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-06-23T08:21:33.643Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo [2025-06-23T08:21:33.655Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-06-23T08:21:33.664Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.676Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.690Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-06-23T08:21:33.701Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo [2025-06-23T08:21:33.712Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-06-23T08:21:33.723Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.737Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.748Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-06-23T08:21:33.757Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo [2025-06-23T08:21:33.768Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-06-23T08:21:33.783Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.793Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.802Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-06-23T08:21:33.812Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo [2025-06-23T08:21:33.821Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-06-23T08:21:33.830Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.839Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:21:33.849Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:34.249Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-23T08:21:34.249Z] [2025-06-23T08:21:34.249Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:21:34.583Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-23T08:21:34.583Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-23T08:21:34.583Z] 8998bd30e6a1: Pulling fs layer [2025-06-23T08:21:34.583Z] 04944245beec: Pulling fs layer [2025-06-23T08:21:34.583Z] 699f458cf7ca: Pulling fs layer [2025-06-23T08:21:34.583Z] 765212b225bb: Pulling fs layer [2025-06-23T08:21:34.583Z] f23df028b6ca: Pulling fs layer [2025-06-23T08:21:34.583Z] 765212b225bb: Waiting [2025-06-23T08:21:34.583Z] f23df028b6ca: Waiting [2025-06-23T08:21:34.583Z] d65c8cfc05b1: Pulling fs layer [2025-06-23T08:21:34.583Z] 2437ff75d9bd: Pulling fs layer [2025-06-23T08:21:34.583Z] d65c8cfc05b1: Waiting [2025-06-23T08:21:34.583Z] 2437ff75d9bd: Waiting [2025-06-23T08:21:34.849Z] 04944245beec: Verifying Checksum [2025-06-23T08:21:34.849Z] 04944245beec: Download complete [2025-06-23T08:21:34.849Z] 765212b225bb: Verifying Checksum [2025-06-23T08:21:34.849Z] 765212b225bb: Download complete [2025-06-23T08:21:34.849Z] f23df028b6ca: Verifying Checksum [2025-06-23T08:21:34.849Z] f23df028b6ca: Download complete [2025-06-23T08:21:34.849Z] d65c8cfc05b1: Verifying Checksum [2025-06-23T08:21:34.849Z] d65c8cfc05b1: Download complete [2025-06-23T08:21:35.118Z] 699f458cf7ca: Verifying Checksum [2025-06-23T08:21:35.118Z] 699f458cf7ca: Download complete [2025-06-23T08:21:35.384Z] 8998bd30e6a1: Verifying Checksum [2025-06-23T08:21:35.384Z] 8998bd30e6a1: Download complete [2025-06-23T08:21:37.833Z] 2437ff75d9bd: Verifying Checksum [2025-06-23T08:21:37.833Z] 2437ff75d9bd: Download complete [2025-06-23T08:21:40.407Z] 8998bd30e6a1: Pull complete [2025-06-23T08:21:40.672Z] 04944245beec: Pull complete [2025-06-23T08:21:42.073Z] 699f458cf7ca: Pull complete [2025-06-23T08:21:42.338Z] 765212b225bb: Pull complete [2025-06-23T08:21:43.290Z] f23df028b6ca: Pull complete [2025-06-23T08:21:43.554Z] d65c8cfc05b1: Pull complete [2025-06-23T08:22:01.731Z] 2437ff75d9bd: Pull complete [2025-06-23T08:22:01.731Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-23T08:22:01.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-23T08:22:01.731Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T08:22:01.937Z] prd-ubuntu20.04-docker-arm64-4c-16g-3773 does not seem to be running inside a container [2025-06-23T08:22:02.002Z] $ 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/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@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-06-23T08:22:04.603Z] $ docker top cd99f68a63ce795df28a84965473c23fb408fa9086821973d9a3df71377578c4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T08:22:05.516Z] ---> job-cost.sh [2025-06-23T08:22:05.516Z] lf-activate-venv: SKIPPING [2025-06-23T08:22:05.516Z] INFO: No Stack... [2025-06-23T08:22:06.093Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-23T08:22:06.670Z] INFO: Archiving Costs [Pipeline] sh [2025-06-23T08:22:07.297Z] + cat /w/workspace/edgex-go/859/archives/cost.csv [2025-06-23T08:22:07.297Z] + cut -d, -f6 [Pipeline] lock [2025-06-23T08:22:07.332Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-859-stack-cost] [2025-06-23T08:22:07.339Z] Resource [jenkins-edgexfoundry-edgex-go-main-859-stack-cost] did not exist. Created. [2025-06-23T08:22:07.346Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-859-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-23T08:22:07.998Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-06-23T08:22:08.667Z] Stashed 1 file(s) [Pipeline] } [2025-06-23T08:22:08.675Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-859-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-23T08:22:08.714Z] $ docker stop --time=1 cd99f68a63ce795df28a84965473c23fb408fa9086821973d9a3df71377578c4 [2025-06-23T08:22:10.342Z] $ docker rm -f --volumes cd99f68a63ce795df28a84965473c23fb408fa9086821973d9a3df71377578c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-06-23T08:22:10.905Z] provisioning config files... [2025-06-23T08:22:10.912Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/859@tmp/config11285357690223731518tmp [Pipeline] { [Pipeline] sh [2025-06-23T08:22:11.274Z] + set +x [2025-06-23T08:22:11.274Z] + curl -s https://codecov.io/bash [2025-06-23T08:22:11.274Z] + bash -s -- [2025-06-23T08:22:11.274Z] [2025-06-23T08:22:11.274Z] _____ _ [2025-06-23T08:22:11.274Z] / ____| | | [2025-06-23T08:22:11.274Z] | | ___ __| | ___ ___ _____ __ [2025-06-23T08:22:11.274Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-06-23T08:22:11.274Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-06-23T08:22:11.274Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-06-23T08:22:11.274Z] Bash-1.0.6 [2025-06-23T08:22:11.274Z] [2025-06-23T08:22:11.274Z] [2025-06-23T08:22:11.274Z] ==> git version 2.25.1 found [2025-06-23T08:22:11.274Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-06-23T08:22:11.274Z] Release-Date: 2020-01-08 [2025-06-23T08:22:11.274Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-06-23T08:22:11.274Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-06-23T08:22:11.274Z] ==> Jenkins CI detected. [2025-06-23T08:22:11.274Z] current dir:  /w/workspace/edgex-go/859 [2025-06-23T08:22:11.274Z] project root: . [2025-06-23T08:22:11.274Z] --> token set from env [2025-06-23T08:22:11.274Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-06-23T08:22:11.274Z] ==> Running gcov in . (disable via -X gcov) [2025-06-23T08:22:11.274Z] ==> Python coveragepy not found [2025-06-23T08:22:11.274Z] ==> Searching for coverage reports in: [2025-06-23T08:22:11.274Z] + . [2025-06-23T08:22:11.274Z] -> Found 1 reports [2025-06-23T08:22:11.274Z] ==> Detecting git/mercurial file structure [2025-06-23T08:22:11.546Z] ==> Reading reports [2025-06-23T08:22:11.546Z] + ./coverage.out bytes=1665452 [2025-06-23T08:22:11.546Z] ==> Appending adjustments [2025-06-23T08:22:11.546Z] https://docs.codecov.io/docs/fixing-reports [2025-06-23T08:22:12.985Z] + Found adjustments [2025-06-23T08:22:12.985Z] ==> Gzipping contents [2025-06-23T08:22:12.985Z] 140K /tmp/codecov.ddf4sN.gz [2025-06-23T08:22:12.985Z] ==> Uploading reports [2025-06-23T08:22:12.985Z] url: https://codecov.io [2025-06-23T08:22:12.985Z] query: branch=main&commit=edd24ad75155bd1cc625599aa20a87c8d300eed2&build=859&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F859%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-23T08:22:12.985Z] -> Pinging Codecov [2025-06-23T08:22:12.985Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=edd24ad75155bd1cc625599aa20a87c8d300eed2&build=859&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F859%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-23T08:22:12.985Z] -> Uploading to [2025-06-23T08:22:12.985Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/edd24ad75155bd1cc625599aa20a87c8d300eed2/b937352d-557c-4d2c-a132-afcf1c43c466.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250623%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250623T082212Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=8adfca17fe416a8b06c1ac20de4c4607c150c2a5c191fb7290af3a7e889a1ca6 [2025-06-23T08:22:12.985Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T08:22:12.985Z] Dload Upload Total Spent Left Speed [2025-06-23T08:22:13.569Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 365k --:--:-- --:--:-- --:--:-- 365k [2025-06-23T08:22:13.569Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [2025-06-23T08:22:13.576Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-06-23T08:22:13.832Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-06-23T08:22:13.850Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:22:14.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-23T08:22:14.161Z] [2025-06-23T08:22:14.161Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:22:14.459Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-23T08:22:14.459Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-06-23T08:22:14.459Z] 0a9a5dfd008f: Already exists [2025-06-23T08:22:14.459Z] 36466aa92d05: Already exists [2025-06-23T08:22:14.459Z] e10405b45d13: Already exists [2025-06-23T08:22:14.459Z] 096b7ceb2af7: Already exists [2025-06-23T08:22:14.459Z] 4f4fb700ef54: Already exists [2025-06-23T08:22:14.459Z] e50aa161e22a: Pulling fs layer [2025-06-23T08:22:14.459Z] d3c8db5fb9df: Pulling fs layer [2025-06-23T08:22:14.718Z] e50aa161e22a: Verifying Checksum [2025-06-23T08:22:14.718Z] e50aa161e22a: Download complete [2025-06-23T08:22:15.283Z] e50aa161e22a: Pull complete [2025-06-23T08:22:15.541Z] d3c8db5fb9df: Verifying Checksum [2025-06-23T08:22:15.541Z] d3c8db5fb9df: Download complete [2025-06-23T08:22:18.827Z] d3c8db5fb9df: Pull complete [2025-06-23T08:22:18.827Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-06-23T08:22:18.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-23T08:22:18.827Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T08:22:18.929Z] prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container [2025-06-23T08:22:18.962Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-06-23T08:22:20.398Z] $ docker top 4148b2dc47da4332768cb16cf656a15256a1d7c63a5dd2c6fa2bb01a3f68a1a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T08:22:20.733Z] + git config --global --add safe.directory /w/workspace/edgex-go/859 [Pipeline] echo [2025-06-23T08:22:20.742Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-06-23T08:22:21.017Z] + set -o pipefail [2025-06-23T08:22:21.018Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-06-23T08:22:33.226Z] [2025-06-23T08:22:33.226Z] Monitoring /w/workspace/edgex-go/859 (github.com/edgexfoundry/edgex-go)... [2025-06-23T08:22:33.226Z] [2025-06-23T08:22:33.226Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/df4487ca-2f47-4dc4-a666-1766085b96d3 [2025-06-23T08:22:33.226Z] [2025-06-23T08:22:33.226Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-06-23T08:22:33.226Z] [Pipeline] } [2025-06-23T08:22:33.243Z] $ docker stop --time=1 4148b2dc47da4332768cb16cf656a15256a1d7c63a5dd2c6fa2bb01a3f68a1a8 [2025-06-23T08:22:35.342Z] $ docker rm -f --volumes 4148b2dc47da4332768cb16cf656a15256a1d7c63a5dd2c6fa2bb01a3f68a1a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-06-23T08:22:35.876Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T08:22:35.898Z] provisioning config files... [2025-06-23T08:22:35.908Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/859@tmp/config5659157216371306909tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T08:22:36.209Z] --> edgex-publish-swagger.sh [2025-06-23T08:22:36.209Z] === Publish openapi API === [2025-06-23T08:22:36.209Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-06-23T08:22:36.209Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/859/openapi/core-command.yaml] [2025-06-23T08:22:36.209Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T08:22:36.209Z] Dload Upload Total Spent Left Speed [2025-06-23T08:22:36.470Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 237 117k --:--:-- --:--:-- --:--:-- 117k [2025-06-23T08:22:36.470Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-23T08:22:36.470Z] [2025-06-23T08:22:36.470Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/859/openapi/core-data.yaml] [2025-06-23T08:22:36.470Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T08:22:36.470Z] Dload Upload Total Spent Left Speed [2025-06-23T08:22:36.729Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 267 280k --:--:-- --:--:-- --:--:-- 280k [2025-06-23T08:22:36.729Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-23T08:22:36.729Z] [2025-06-23T08:22:36.729Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/859/openapi/core-keeper.yaml] [2025-06-23T08:22:36.729Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T08:22:36.729Z] Dload Upload Total Spent Left Speed [2025-06-23T08:22:36.988Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 220 98k --:--:-- --:--:-- --:--:-- 98k [2025-06-23T08:22:36.988Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-23T08:22:36.988Z] [2025-06-23T08:22:36.988Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/859/openapi/core-metadata.yaml] [2025-06-23T08:22:36.989Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T08:22:36.989Z] Dload Upload Total Spent Left Speed [2025-06-23T08:22:37.247Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 354 843k --:--:-- --:--:-- --:--:-- 848k [2025-06-23T08:22:37.247Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-23T08:22:37.247Z] [2025-06-23T08:22:37.247Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/859/openapi/security-proxy-auth.yaml] [2025-06-23T08:22:37.247Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T08:22:37.247Z] Dload Upload Total Spent Left Speed [2025-06-23T08:22:37.247Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 390 141k --:--:-- --:--:-- --:--:-- 142k [2025-06-23T08:22:37.247Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-23T08:22:37.247Z] [2025-06-23T08:22:37.247Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/859/openapi/security-secretstore-setup.yaml] [2025-06-23T08:22:37.247Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T08:22:37.247Z] Dload Upload Total Spent Left Speed [2025-06-23T08:22:37.506Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 468 27751 --:--:-- --:--:-- --:--:-- 28219 [2025-06-23T08:22:37.506Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-23T08:22:37.506Z] [2025-06-23T08:22:37.506Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/859/openapi/support-notifications.yaml] [2025-06-23T08:22:37.506Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T08:22:37.506Z] Dload Upload Total Spent Left Speed [2025-06-23T08:22:37.767Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 362 536k --:--:-- --:--:-- --:--:-- 533k 100 97k 100 66 100 99976 362 536k --:--:-- --:--:-- --:--:-- 533k [2025-06-23T08:22:37.767Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-23T08:22:37.767Z] [2025-06-23T08:22:37.767Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/859/openapi/support-scheduler.yaml] [2025-06-23T08:22:37.767Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T08:22:37.767Z] Dload Upload Total Spent Left Speed [2025-06-23T08:22:37.767Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 417 313k --:--:-- --:--:-- --:--:-- 313k [2025-06-23T08:22:37.767Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-23T08:22:37.767Z] [Pipeline] } [2025-06-23T08:22:37.775Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2025-06-23T08:22:38.213Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-23T08:22:38.213Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:22:38.513Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-23T08:22:38.513Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T08:22:38.598Z] prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container [2025-06-23T08:22:38.634Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-23T08:22:39.026Z] $ docker top 8cb1a199e75ecf302450a438a62858a237facaf2d9209d490ffe7f109bf6bf0c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-23T08:22:39.134Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-23T08:22:39.134Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-23T08:22:39.238Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-23T08:22:39.248Z] $ docker exec 8cb1a199e75ecf302450a438a62858a237facaf2d9209d490ffe7f109bf6bf0c ssh-agent [2025-06-23T08:22:39.334Z] SSH_AUTH_SOCK=/tmp/ssh-wAsn4pOi0ahP/agent.32 [2025-06-23T08:22:39.334Z] SSH_AGENT_PID=38 [2025-06-23T08:22:39.338Z] Running ssh-add (command line suppressed) [2025-06-23T08:22:39.452Z] Identity added: /w/workspace/edgex-go/859@tmp/private_key_12582042808034098653.key (/w/workspace/edgex-go/859@tmp/private_key_12582042808034098653.key) [2025-06-23T08:22:39.458Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-23T08:22:39.750Z] + git semver tag [2025-06-23T08:22:40.009Z] 2025-06-23 08:22:39,998 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-23T08:22:40.009Z] 2025-06-23 08:22:40,003 [run_tag] DEBUG tag force:False [2025-06-23T08:22:40.009Z] 2025-06-23 08:22:40,003 [check_head_tag] DEBUG check head tag [2025-06-23T08:22:40.009Z] 2025-06-23 08:22:40,004 [execute] INFO git cat-file --batch-check [2025-06-23T08:22:40.009Z] 2025-06-23 08:22:40,004 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/859, stdin=, shell=False, universal_newlines=False) [2025-06-23T08:22:40.009Z] 2025-06-23 08:22:40,006 [execute] INFO git cat-file --batch [2025-06-23T08:22:40.009Z] 2025-06-23 08:22:40,007 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/859, stdin=, shell=False, universal_newlines=False) [2025-06-23T08:22:40.269Z] 2025-06-23 08:22:40,019 [read_version] DEBUG read version from /w/workspace/edgex-go/859/.semver/main [2025-06-23T08:22:40.269Z] 2025-06-23 08:22:40,020 [execute] INFO git tag -a v4.1.0-dev.27 -m v4.1.0-dev.27 [2025-06-23T08:22:40.269Z] 2025-06-23 08:22:40,020 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.27', '-m', 'v4.1.0-dev.27'], cwd=/w/workspace/edgex-go/859, stdin=None, shell=False, universal_newlines=False) [2025-06-23T08:22:40.269Z] 2025-06-23 08:22:40,022 [read_version] DEBUG read version from /w/workspace/edgex-go/859/.semver/main [2025-06-23T08:22:40.269Z] 4.1.0-dev.27 [Pipeline] } [2025-06-23T08:22:40.285Z] $ docker exec --env ******** --env ******** 8cb1a199e75ecf302450a438a62858a237facaf2d9209d490ffe7f109bf6bf0c ssh-agent -k [2025-06-23T08:22:40.380Z] unset SSH_AUTH_SOCK; [2025-06-23T08:22:40.380Z] unset SSH_AGENT_PID; [2025-06-23T08:22:40.380Z] echo Agent pid 38 killed; [2025-06-23T08:22:40.383Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-23T08:22:40.705Z] + git semver [Pipeline] } [2025-06-23T08:22:40.983Z] $ docker stop --time=1 8cb1a199e75ecf302450a438a62858a237facaf2d9209d490ffe7f109bf6bf0c [2025-06-23T08:22:42.228Z] $ docker rm -f --volumes 8cb1a199e75ecf302450a438a62858a237facaf2d9209d490ffe7f109bf6bf0c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:22:42.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-23T08:22:42.641Z] [2025-06-23T08:22:42.641Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:22:42.948Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-23T08:22:42.949Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-06-23T08:22:42.949Z] ab5ef0e58194: Pulling fs layer [2025-06-23T08:22:42.949Z] 9712f1f96733: Pulling fs layer [2025-06-23T08:22:42.949Z] 63f879dbbcfc: Pulling fs layer [2025-06-23T08:22:42.949Z] 0d9ebad4ef96: Pulling fs layer [2025-06-23T08:22:42.949Z] e9a5061849ea: Pulling fs layer [2025-06-23T08:22:42.949Z] d747dcd14b5f: Pulling fs layer [2025-06-23T08:22:42.949Z] 2de7ff778b66: Pulling fs layer [2025-06-23T08:22:42.949Z] e9a5061849ea: Waiting [2025-06-23T08:22:42.949Z] d747dcd14b5f: Waiting [2025-06-23T08:22:42.949Z] 0d9ebad4ef96: Waiting [2025-06-23T08:22:42.949Z] 2de7ff778b66: Waiting [2025-06-23T08:22:42.949Z] 9712f1f96733: Download complete [2025-06-23T08:22:43.209Z] 63f879dbbcfc: Verifying Checksum [2025-06-23T08:22:43.209Z] 63f879dbbcfc: Download complete [2025-06-23T08:22:43.466Z] e9a5061849ea: Verifying Checksum [2025-06-23T08:22:43.466Z] e9a5061849ea: Download complete [2025-06-23T08:22:43.466Z] d747dcd14b5f: Download complete [2025-06-23T08:22:43.466Z] 0d9ebad4ef96: Verifying Checksum [2025-06-23T08:22:43.466Z] 0d9ebad4ef96: Download complete [2025-06-23T08:22:43.466Z] ab5ef0e58194: Download complete [2025-06-23T08:22:43.724Z] 2de7ff778b66: Verifying Checksum [2025-06-23T08:22:43.724Z] 2de7ff778b66: Download complete [2025-06-23T08:22:46.254Z] ab5ef0e58194: Pull complete [2025-06-23T08:22:46.254Z] 9712f1f96733: Pull complete [2025-06-23T08:22:46.820Z] 63f879dbbcfc: Pull complete [2025-06-23T08:22:50.104Z] 0d9ebad4ef96: Pull complete [2025-06-23T08:22:50.362Z] e9a5061849ea: Pull complete [2025-06-23T08:22:50.621Z] d747dcd14b5f: Pull complete [2025-06-23T08:22:51.556Z] 2de7ff778b66: Pull complete [2025-06-23T08:22:51.556Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-06-23T08:22:51.556Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-23T08:22:51.556Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T08:22:51.664Z] prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container [2025-06-23T08:22:51.693Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-06-23T08:22:53.644Z] $ docker top 3f2fb0abf1cb2c9bc48e2d4c6b168699cec3c7148ae7b942265570b7ce0e132b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-06-23T08:22:53.717Z] provisioning config files... [2025-06-23T08:22:53.723Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/859@tmp/config3104485120419625805tmp [2025-06-23T08:22:53.733Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/859@tmp/config4010675817831834775tmp [2025-06-23T08:22:53.740Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/859@tmp/config7075785313739710784tmp [Pipeline] { [Pipeline] echo [2025-06-23T08:22:53.767Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T08:22:54.055Z] ---> sigul-configuration.sh [2025-06-23T08:22:54.055Z] gpg: directory `/root/.gnupg' created [2025-06-23T08:22:54.055Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-06-23T08:22:54.055Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-06-23T08:22:54.055Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-06-23T08:22:54.055Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-06-23T08:22:54.055Z] gpg: CAST5 encrypted data [2025-06-23T08:22:54.055Z] gpg: encrypted with 1 passphrase [2025-06-23T08:22:54.055Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-06-23T08:22:54.348Z] + mkdir /home/jenkins [2025-06-23T08:22:54.348Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-06-23T08:22:54.641Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-06-23T08:22:54.652Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T08:22:54.937Z] ---> sigul-install.sh [2025-06-23T08:22:54.938Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-06-23T08:22:55.232Z] + git tag --list [2025-06-23T08:22:55.233Z] 0.6.0 [2025-06-23T08:22:55.233Z] 0.6.1 [2025-06-23T08:22:55.233Z] 0.7.0 [2025-06-23T08:22:55.233Z] 0.7.1 [2025-06-23T08:22:55.233Z] v1.0.0 [2025-06-23T08:22:55.233Z] v1.0.1 [2025-06-23T08:22:55.233Z] v1.1.0 [2025-06-23T08:22:55.233Z] v1.2.0 [2025-06-23T08:22:55.233Z] v1.2.1 [2025-06-23T08:22:55.233Z] v1.3.0 [2025-06-23T08:22:55.233Z] v1.3.1 [2025-06-23T08:22:55.233Z] v2.0.0 [2025-06-23T08:22:55.233Z] v2.1.0 [2025-06-23T08:22:55.233Z] v2.1.1 [2025-06-23T08:22:55.233Z] v2.2.0 [2025-06-23T08:22:55.233Z] v2.3.0 [2025-06-23T08:22:55.233Z] v3.0 [2025-06-23T08:22:55.233Z] v3.0.0 [2025-06-23T08:22:55.233Z] v3.1 [2025-06-23T08:22:55.233Z] v3.1.0 [2025-06-23T08:22:55.233Z] v3.1.1 [2025-06-23T08:22:55.233Z] v4.0 [2025-06-23T08:22:55.233Z] v4.0.0 [2025-06-23T08:22:55.233Z] v4.0.1 [2025-06-23T08:22:55.233Z] v4.0.1-dev.1 [2025-06-23T08:22:55.233Z] v4.1.0-dev.1 [2025-06-23T08:22:55.233Z] v4.1.0-dev.10 [2025-06-23T08:22:55.233Z] v4.1.0-dev.11 [2025-06-23T08:22:55.233Z] v4.1.0-dev.12 [2025-06-23T08:22:55.233Z] v4.1.0-dev.13 [2025-06-23T08:22:55.233Z] v4.1.0-dev.14 [2025-06-23T08:22:55.233Z] v4.1.0-dev.15 [2025-06-23T08:22:55.233Z] v4.1.0-dev.16 [2025-06-23T08:22:55.233Z] v4.1.0-dev.17 [2025-06-23T08:22:55.233Z] v4.1.0-dev.18 [2025-06-23T08:22:55.233Z] v4.1.0-dev.19 [2025-06-23T08:22:55.233Z] v4.1.0-dev.2 [2025-06-23T08:22:55.233Z] v4.1.0-dev.20 [2025-06-23T08:22:55.233Z] v4.1.0-dev.21 [2025-06-23T08:22:55.233Z] v4.1.0-dev.22 [2025-06-23T08:22:55.233Z] v4.1.0-dev.23 [2025-06-23T08:22:55.233Z] v4.1.0-dev.24 [2025-06-23T08:22:55.233Z] v4.1.0-dev.25 [2025-06-23T08:22:55.233Z] v4.1.0-dev.26 [2025-06-23T08:22:55.233Z] v4.1.0-dev.27 [2025-06-23T08:22:55.233Z] v4.1.0-dev.3 [2025-06-23T08:22:55.233Z] v4.1.0-dev.4 [2025-06-23T08:22:55.233Z] v4.1.0-dev.5 [2025-06-23T08:22:55.233Z] v4.1.0-dev.6 [2025-06-23T08:22:55.233Z] v4.1.0-dev.7 [2025-06-23T08:22:55.233Z] v4.1.0-dev.8 [2025-06-23T08:22:55.233Z] v4.1.0-dev.9 [Pipeline] sh [2025-06-23T08:22:55.525Z] + lftools sign git-tag v4.1.0-dev.27 [2025-06-23T08:22:56.093Z] Signing Git tag with Sigul... [2025-06-23T08:22:56.093Z] Signing v4.1.0-dev.27 [Pipeline] echo [2025-06-23T08:22:56.360Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T08:22:56.645Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-06-23T08:22:56.652Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-06-23T08:22:56.691Z] $ docker stop --time=1 3f2fb0abf1cb2c9bc48e2d4c6b168699cec3c7148ae7b942265570b7ce0e132b [2025-06-23T08:22:57.960Z] $ docker rm -f --volumes 3f2fb0abf1cb2c9bc48e2d4c6b168699cec3c7148ae7b942265570b7ce0e132b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-06-23T08:22:58.389Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-23T08:22:58.389Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:22:58.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-23T08:22:58.691Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T08:22:58.770Z] prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container [2025-06-23T08:22:58.805Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-23T08:22:59.158Z] $ docker top 8896de36162fb8707efc19f6f83704ec3d895297bad9c6c417e27bbb4ec0d74e -eo pid,comm [2025-06-23T08:22:59.208Z] 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-06-23T08:22:59.208Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-23T08:22:59.263Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-23T08:22:59.263Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-23T08:22:59.372Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-23T08:22:59.382Z] $ docker exec 8896de36162fb8707efc19f6f83704ec3d895297bad9c6c417e27bbb4ec0d74e ssh-agent [2025-06-23T08:22:59.491Z] SSH_AUTH_SOCK=/tmp/ssh-4x5L5FbOiiEr/agent.32 [2025-06-23T08:22:59.491Z] SSH_AGENT_PID=37 [2025-06-23T08:22:59.495Z] Running ssh-add (command line suppressed) [2025-06-23T08:22:59.601Z] Identity added: /w/workspace/edgex-go/859@tmp/private_key_5790615181768774766.key (/w/workspace/edgex-go/859@tmp/private_key_5790615181768774766.key) [2025-06-23T08:22:59.607Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-23T08:22:59.903Z] + git semver bump pre [2025-06-23T08:23:00.161Z] 2025-06-23 08:23:00,129 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-23T08:23:00.161Z] 2025-06-23 08:23:00,134 [read_version] DEBUG read version from /w/workspace/edgex-go/859/.semver/main [2025-06-23T08:23:00.161Z] 2025-06-23 08:23:00,134 [bump_version] DEBUG bumping version:4.1.0-dev.27 on axis:pre with prefix:dev [2025-06-23T08:23:00.161Z] 2025-06-23 08:23:00,134 [bump_version] DEBUG bumped version:4.1.0-dev.28 [2025-06-23T08:23:00.161Z] 2025-06-23 08:23:00,134 [write_version] DEBUG write version:4.1.0-dev.28 to path:/w/workspace/edgex-go/859/.semver/main with force:True [2025-06-23T08:23:00.161Z] 2025-06-23 08:23:00,135 [read_version] DEBUG read version from /w/workspace/edgex-go/859/.semver/main [2025-06-23T08:23:00.161Z] 2025-06-23 08:23:00,135 [write_file] DEBUG write to file:/w/workspace/edgex-go/859/.semver/main [2025-06-23T08:23:00.161Z] 2025-06-23 08:23:00,137 [execute] INFO git cat-file --batch-check [2025-06-23T08:23:00.161Z] 2025-06-23 08:23:00,137 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/859/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-23T08:23:00.161Z] 2025-06-23 08:23:00,141 [execute] INFO git cat-file --batch [2025-06-23T08:23:00.161Z] 2025-06-23 08:23:00,141 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/859/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-23T08:23:00.161Z] 2025-06-23 08:23:00,145 [read_version] DEBUG read version from /w/workspace/edgex-go/859/.semver/main [2025-06-23T08:23:00.161Z] 4.1.0-dev.28 [Pipeline] } [2025-06-23T08:23:00.437Z] $ docker exec --env ******** --env ******** 8896de36162fb8707efc19f6f83704ec3d895297bad9c6c417e27bbb4ec0d74e ssh-agent -k [2025-06-23T08:23:00.539Z] unset SSH_AUTH_SOCK; [2025-06-23T08:23:00.539Z] unset SSH_AGENT_PID; [2025-06-23T08:23:00.539Z] echo Agent pid 37 killed; [2025-06-23T08:23:00.541Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-23T08:23:00.866Z] + git semver [Pipeline] } [2025-06-23T08:23:01.455Z] $ docker stop --time=1 8896de36162fb8707efc19f6f83704ec3d895297bad9c6c417e27bbb4ec0d74e [2025-06-23T08:23:02.750Z] $ docker rm -f --volumes 8896de36162fb8707efc19f6f83704ec3d895297bad9c6c417e27bbb4ec0d74e [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-23T08:23:03.107Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-23T08:23:03.107Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:23:03.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-23T08:23:03.418Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T08:23:03.504Z] prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container [2025-06-23T08:23:03.536Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-23T08:23:03.898Z] $ docker top a61be0634ee7fb8db5c124ec62ba4e0e8a573a83b87d2d0d29d06b8a9124628a -eo pid,comm [2025-06-23T08:23:03.942Z] 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-06-23T08:23:03.942Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-23T08:23:04.013Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-23T08:23:04.013Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-23T08:23:04.124Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-23T08:23:04.134Z] $ docker exec a61be0634ee7fb8db5c124ec62ba4e0e8a573a83b87d2d0d29d06b8a9124628a ssh-agent [2025-06-23T08:23:04.253Z] SSH_AUTH_SOCK=/tmp/ssh-KNPoMUlbzUxD/agent.32 [2025-06-23T08:23:04.253Z] SSH_AGENT_PID=38 [2025-06-23T08:23:04.257Z] Running ssh-add (command line suppressed) [2025-06-23T08:23:04.377Z] Identity added: /w/workspace/edgex-go/859@tmp/private_key_17787958912811205116.key (/w/workspace/edgex-go/859@tmp/private_key_17787958912811205116.key) [2025-06-23T08:23:04.382Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-23T08:23:04.672Z] + git semver push [2025-06-23T08:23:04.932Z] 2025-06-23 08:23:04,894 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-23T08:23:04.932Z] 2025-06-23 08:23:04,898 [run_push] DEBUG push [2025-06-23T08:23:04.932Z] 2025-06-23 08:23:04,899 [execute] INFO git cat-file --batch-check [2025-06-23T08:23:04.932Z] 2025-06-23 08:23:04,899 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/859/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-23T08:23:04.932Z] 2025-06-23 08:23:04,901 [execute] INFO git rev-list 7d306e6c2df19a4faf2813caf95fc82853c4fb35 -- [2025-06-23T08:23:04.932Z] 2025-06-23 08:23:04,902 [execute] DEBUG Popen(['git', 'rev-list', '7d306e6c2df19a4faf2813caf95fc82853c4fb35', '--'], cwd=/w/workspace/edgex-go/859/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-23T08:23:04.932Z] 2025-06-23 08:23:04,919 [execute] INFO git fetch -v -- origin [2025-06-23T08:23:04.932Z] 2025-06-23 08:23:04,919 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/859/.semver, stdin=None, shell=False, universal_newlines=True) [2025-06-23T08:23:05.500Z] 2025-06-23 08:23:05,414 [run_push] DEBUG no remote changes detected [2025-06-23T08:23:05.500Z] 2025-06-23 08:23:05,415 [execute] INFO git push origin semver [2025-06-23T08:23:05.500Z] 2025-06-23 08:23:05,415 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/859/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-23T08:23:06.439Z] 2025-06-23 08:23:06,195 [run_push] DEBUG push all version tags [2025-06-23T08:23:06.439Z] 2025-06-23 08:23:06,195 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-06-23T08:23:06.439Z] 2025-06-23 08:23:06,196 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/859, stdin=None, shell=False, universal_newlines=False) [2025-06-23T08:23:07.008Z] 2025-06-23 08:23:06,930 [read_version] DEBUG read version from /w/workspace/edgex-go/859/.semver/main [2025-06-23T08:23:07.008Z] 4.1.0-dev.28 [Pipeline] } [2025-06-23T08:23:07.024Z] $ docker exec --env ******** --env ******** a61be0634ee7fb8db5c124ec62ba4e0e8a573a83b87d2d0d29d06b8a9124628a ssh-agent -k [2025-06-23T08:23:07.143Z] unset SSH_AUTH_SOCK; [2025-06-23T08:23:07.143Z] unset SSH_AGENT_PID; [2025-06-23T08:23:07.143Z] echo Agent pid 38 killed; [2025-06-23T08:23:07.145Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-23T08:23:07.584Z] + git semver [Pipeline] } [2025-06-23T08:23:07.865Z] $ docker stop --time=1 a61be0634ee7fb8db5c124ec62ba4e0e8a573a83b87d2d0d29d06b8a9124628a [2025-06-23T08:23:09.151Z] $ docker rm -f --volumes a61be0634ee7fb8db5c124ec62ba4e0e8a573a83b87d2d0d29d06b8a9124628a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-06-23T08:23:09.673Z] + [ -d /w/workspace/edgex-go/859/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-06-23T08:23:09.968Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T08:23:10.829Z] ---> package-listing.sh [2025-06-23T08:23:10.829Z] ++ facter osfamily [2025-06-23T08:23:10.829Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-23T08:23:11.089Z] + OS_FAMILY=debian [2025-06-23T08:23:11.089Z] + workspace=/w/workspace/edgex-go/859 [2025-06-23T08:23:11.089Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-23T08:23:11.089Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-23T08:23:11.089Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-23T08:23:11.089Z] + PACKAGES=/tmp/packages_start.txt [2025-06-23T08:23:11.089Z] + '[' /w/workspace/edgex-go/859 ']' [2025-06-23T08:23:11.089Z] + PACKAGES=/tmp/packages_end.txt [2025-06-23T08:23:11.089Z] + case "${OS_FAMILY}" in [2025-06-23T08:23:11.089Z] + dpkg -l [2025-06-23T08:23:11.089Z] + grep '^ii' [2025-06-23T08:23:11.089Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-23T08:23:11.089Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-23T08:23:11.089Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-23T08:23:11.089Z] + '[' /w/workspace/edgex-go/859 ']' [2025-06-23T08:23:11.089Z] + mkdir -p /w/workspace/edgex-go/859/archives/ [2025-06-23T08:23:11.089Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/859/archives/ [Pipeline] echo [2025-06-23T08:23:11.101Z] 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/859/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-23T08:23:11.378Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:23:11.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-23T08:23:11.939Z] [2025-06-23T08:23:11.939Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T08:23:12.239Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-23T08:23:12.240Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-23T08:23:12.240Z] 5eb5b503b376: Pulling fs layer [2025-06-23T08:23:12.240Z] 5c69ac0246d0: Pulling fs layer [2025-06-23T08:23:12.240Z] ec43610c2a17: Pulling fs layer [2025-06-23T08:23:12.240Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-23T08:23:12.240Z] 33b1e0a273af: Pulling fs layer [2025-06-23T08:23:12.240Z] 5d3b04190fa2: Pulling fs layer [2025-06-23T08:23:12.240Z] 2f39f015ded8: Pulling fs layer [2025-06-23T08:23:12.240Z] 3a2ae6a8a46f: Waiting [2025-06-23T08:23:12.240Z] 33b1e0a273af: Waiting [2025-06-23T08:23:12.240Z] 5d3b04190fa2: Waiting [2025-06-23T08:23:12.240Z] 5c69ac0246d0: Verifying Checksum [2025-06-23T08:23:12.240Z] 5c69ac0246d0: Download complete [2025-06-23T08:23:12.240Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-23T08:23:12.240Z] 3a2ae6a8a46f: Download complete [2025-06-23T08:23:12.498Z] 33b1e0a273af: Verifying Checksum [2025-06-23T08:23:12.498Z] 33b1e0a273af: Download complete [2025-06-23T08:23:12.498Z] 5d3b04190fa2: Download complete [2025-06-23T08:23:12.498Z] ec43610c2a17: Verifying Checksum [2025-06-23T08:23:12.498Z] ec43610c2a17: Download complete [2025-06-23T08:23:12.498Z] 5eb5b503b376: Verifying Checksum [2025-06-23T08:23:12.498Z] 5eb5b503b376: Download complete [2025-06-23T08:23:13.065Z] 2f39f015ded8: Verifying Checksum [2025-06-23T08:23:13.065Z] 2f39f015ded8: Download complete [2025-06-23T08:23:13.631Z] 5eb5b503b376: Pull complete [2025-06-23T08:23:13.889Z] 5c69ac0246d0: Pull complete [2025-06-23T08:23:14.147Z] ec43610c2a17: Pull complete [2025-06-23T08:23:14.405Z] 3a2ae6a8a46f: Pull complete [2025-06-23T08:23:14.406Z] 33b1e0a273af: Pull complete [2025-06-23T08:23:14.663Z] 5d3b04190fa2: Pull complete [2025-06-23T08:23:18.847Z] 2f39f015ded8: Pull complete [2025-06-23T08:23:18.847Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-23T08:23:18.847Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-23T08:23:18.847Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T08:23:18.949Z] prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container [2025-06-23T08:23:18.984Z] $ 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/859/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/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@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-06-23T08:23:20.660Z] $ docker top 640f9a914014d856e4fbee0a1388b4e696704f59f3c89f547635f1f22479d7db -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T08:23:20.996Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-23T08:23:21.280Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-23T08:23:21.561Z] + ls /var/log/sa-host [2025-06-23T08:23:21.561Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T08:23:21.601Z] provisioning config files... [2025-06-23T08:23:21.609Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/859@tmp/config3085341034323150032tmp [Pipeline] { [Pipeline] echo [2025-06-23T08:23:21.626Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T08:23:21.907Z] ---> create-netrc.sh [Pipeline] } [2025-06-23T08:23:21.913Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-23T08:23:22.223Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-23T08:23:22.233Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T08:23:22.513Z] ---> sudo-logs.sh [2025-06-23T08:23:22.513Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-23T08:23:22.545Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T08:23:22.825Z] ---> job-cost.sh [2025-06-23T08:23:22.825Z] lf-activate-venv: SKIPPING [2025-06-23T08:23:22.825Z] DEBUG: total: 0.10999999940395355 [2025-06-23T08:23:22.825Z] INFO: Retrieving Stack Cost... [2025-06-23T08:23:23.085Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-23T08:23:23.654Z] INFO: Archiving Costs [Pipeline] echo [2025-06-23T08:23:23.669Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T08:23:23.952Z] ---> logs-deploy.sh [2025-06-23T08:23:23.952Z] lf-activate-venv: SKIPPING [2025-06-23T08:23:23.952Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/859 [2025-06-23T08:23:23.952Z] INFO: archiving workspace using pattern(s): [2025-06-23T08:23:24.891Z] Archives upload complete. [2025-06-23T08:23:24.891Z] INFO: archiving logs to Nexus