Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 45e419daa151ee63a4257541cf143636bce1c2b4 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-ssh17565288591158934681.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-ssh14308163327237380769.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-ssh1812142985791346599.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-ssh6041289161291635037.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-ssh15814980155105098591.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-3169 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/852 [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/852 # 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 45e419daa151ee63a4257541cf143636bce1c2b4 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5178)" > 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 45e419daa151ee63a4257541cf143636bce1c2b4 # timeout=10 > git rev-list --no-walk 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-12T01:39:35.905Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-12T01:39:35.974Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-12T01:39:36.003Z] ========================================================= [2025-06-12T01:39:36.003Z] EdgeX Global Pipelines Version Info [2025-06-12T01:39:36.003Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:39:36.741Z] ------------------- [2025-06-12T01:39:36.741Z] stable info: [2025-06-12T01:39:36.741Z] ------------------- [2025-06-12T01:39:36.741Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-12T01:39:36.741Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-12T01:39:36.741Z] Message: update stable to v1.0.274 [2025-06-12T01:39:37.312Z] ------------------- [2025-06-12T01:39:37.312Z] experimental info: [2025-06-12T01:39:37.312Z] ------------------- [2025-06-12T01:39:37.312Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-12T01:39:37.312Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-12T01:39:37.312Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-12T01:39:37.387Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-06-12T01:39:37.408Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-06-12T01:39:37.428Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-12T01:39:37.448Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-12T01:39:37.471Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-12T01:39:37.494Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-12T01:39:37.519Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-12T01:39:37.546Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-06-12T01:39:37.566Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-06-12T01:39:37.588Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-06-12T01:39:37.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-12T01:39:37.627Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-12T01:39:37.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-12T01:39:37.670Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-12T01:39:37.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-12T01:39:37.726Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-12T01:39:37.750Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-12T01:39:37.776Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-12T01:39:37.799Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-06-12T01:39:37.821Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-06-12T01:39:37.842Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-12T01:39:37.861Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-12T01:39:37.881Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-12T01:39:37.904Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-12T01:39:37.926Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-12T01:39:37.946Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-12T01:39:37.964Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo [2025-06-12T01:39:37.987Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 45e419d [Pipeline] echo [2025-06-12T01:39:38.008Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-12T01:39:38.080Z] provisioning config files... [2025-06-12T01:39:38.095Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/852@tmp/config5592891235394477105tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:39:38.428Z] ---> ****-login.sh [2025-06-12T01:39:38.428Z] nexus3.edgexfoundry.org:10001 [2025-06-12T01:39:38.689Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:39:38.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:39:38.689Z] Configure a credential helper to remove this warning. See [2025-06-12T01:39:38.689Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:39:38.689Z] [2025-06-12T01:39:38.689Z] Login Succeeded [2025-06-12T01:39:38.689Z] nexus3.edgexfoundry.org:10002 [2025-06-12T01:39:38.689Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:39:38.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:39:38.689Z] Configure a credential helper to remove this warning. See [2025-06-12T01:39:38.689Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:39:38.689Z] [2025-06-12T01:39:38.689Z] Login Succeeded [2025-06-12T01:39:38.689Z] nexus3.edgexfoundry.org:10003 [2025-06-12T01:39:38.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:39:38.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:39:38.949Z] Configure a credential helper to remove this warning. See [2025-06-12T01:39:38.949Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:39:38.949Z] [2025-06-12T01:39:38.950Z] Login Succeeded [2025-06-12T01:39:38.950Z] nexus3.edgexfoundry.org:10004 [2025-06-12T01:39:38.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:39:38.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:39:38.950Z] Configure a credential helper to remove this warning. See [2025-06-12T01:39:38.950Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:39:38.950Z] [2025-06-12T01:39:38.950Z] Login Succeeded [2025-06-12T01:39:38.950Z] ****.io [2025-06-12T01:39:39.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:39:39.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:39:39.210Z] Configure a credential helper to remove this warning. See [2025-06-12T01:39:39.210Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:39:39.210Z] [2025-06-12T01:39:39.211Z] Login Succeeded [2025-06-12T01:39:39.211Z] ---> ****-login.sh ends [Pipeline] } [2025-06-12T01:39:39.218Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-12T01:39:39.550Z] + 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-12T01:39:39.550Z] + dirname cmd/core-command/Dockerfile [2025-06-12T01:39:39.550Z] + cut -d/ -f2 [2025-06-12T01:39:39.550Z] + echo core-command,cmd/core-command/Dockerfile [2025-06-12T01:39:39.550Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-06-12T01:39:39.550Z] + cut -d/ -f2 [2025-06-12T01:39:39.550Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-06-12T01:39:39.550Z] + dirname cmd/core-data/Dockerfile [2025-06-12T01:39:39.550Z] + cut -d/ -f2 [2025-06-12T01:39:39.550Z] + echo core-data,cmd/core-data/Dockerfile [2025-06-12T01:39:39.550Z] + dirname cmd/core-keeper/Dockerfile [2025-06-12T01:39:39.550Z] + cut -d/ -f2 [2025-06-12T01:39:39.550Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-06-12T01:39:39.550Z] + + cutdirname -d/ cmd/core-metadata/Dockerfile -f2 [2025-06-12T01:39:39.550Z] [2025-06-12T01:39:39.550Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-06-12T01:39:39.550Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-06-12T01:39:39.550Z] + cut -d/ -f2 [2025-06-12T01:39:39.550Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-06-12T01:39:39.550Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-06-12T01:39:39.550Z] + cut -d/ -f2 [2025-06-12T01:39:39.550Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-06-12T01:39:39.550Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-06-12T01:39:39.550Z] + cut -d/ -f2 [2025-06-12T01:39:39.550Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-06-12T01:39:39.550Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-06-12T01:39:39.550Z] + cut -d/ -f2 [2025-06-12T01:39:39.550Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-06-12T01:39:39.550Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-06-12T01:39:39.550Z] + cut -d/ -f2 [2025-06-12T01:39:39.550Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-06-12T01:39:39.550Z] + dirname cmd/security-spire-agent/Dockerfile [2025-06-12T01:39:39.550Z] + cut -d/ -f2 [2025-06-12T01:39:39.550Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-06-12T01:39:39.550Z] + dirname cmd/security-spire-config/Dockerfile [2025-06-12T01:39:39.550Z] + cut -d/ -f2 [2025-06-12T01:39:39.550Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-06-12T01:39:39.550Z] + dirname cmd/security-spire-server/Dockerfile [2025-06-12T01:39:39.550Z] + cut -d/ -f2 [2025-06-12T01:39:39.550Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-06-12T01:39:39.550Z] + dirname cmd/support-notifications/Dockerfile [2025-06-12T01:39:39.550Z] + cut -d/ -f2 [2025-06-12T01:39:39.550Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-06-12T01:39:39.550Z] + dirname cmd/support-scheduler/Dockerfile [2025-06-12T01:39:39.550Z] + cut -d/ -f2 [2025-06-12T01:39:39.550Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-06-12T01:39:39.590Z] 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-12T01:39:39.986Z] + git rev-list -1 --merges 45e419daa151ee63a4257541cf143636bce1c2b4~1..45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo [2025-06-12T01:39:40.001Z] -----------> git rev-list -1 --merges 45e419daa151ee63a4257541cf143636bce1c2b4~1..45e419daa151ee63a4257541cf143636bce1c2b4 45e419daa151ee63a4257541cf143636bce1c2b4 [false] [Pipeline] sh [2025-06-12T01:39:40.314Z] + git log --format=format:%s -1 45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo [2025-06-12T01:39:40.330Z] ========================================================= [2025-06-12T01:39:40.330Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-12T01:39:40.330Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-06-12T01:39:40.724Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-12T01:39:40.724Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-12T01:39:40.724Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-12T01:39:40.724Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-12T01:39:40.724Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-12T01:39:40.724Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-12T01:39:40.724Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:39:41.094Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-12T01:39:41.094Z] [2025-06-12T01:39:41.094Z] 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-12T01:39:41.403Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-12T01:39:41.403Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-12T01:39:41.403Z] 3dae71ba6b94: Pulling fs layer [2025-06-12T01:39:41.403Z] 6bf1a483ea7c: Pulling fs layer [2025-06-12T01:39:41.403Z] f5dfc541a4d3: Pulling fs layer [2025-06-12T01:39:41.403Z] 461d9e800cba: Pulling fs layer [2025-06-12T01:39:41.403Z] 80192f66455f: Pulling fs layer [2025-06-12T01:39:41.403Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-12T01:39:41.403Z] a29436f7fd5d: Pulling fs layer [2025-06-12T01:39:41.403Z] 923cac83aea3: Pulling fs layer [2025-06-12T01:39:41.403Z] 25ad8b0a4227: Pulling fs layer [2025-06-12T01:39:41.403Z] db01528c6b51: Pulling fs layer [2025-06-12T01:39:41.403Z] 28988de357af: Pulling fs layer [2025-06-12T01:39:41.403Z] a29436f7fd5d: Waiting [2025-06-12T01:39:41.403Z] 923cac83aea3: Waiting [2025-06-12T01:39:41.403Z] 25ad8b0a4227: Waiting [2025-06-12T01:39:41.403Z] db01528c6b51: Waiting [2025-06-12T01:39:41.403Z] 28988de357af: Waiting [2025-06-12T01:39:41.403Z] 461d9e800cba: Waiting [2025-06-12T01:39:41.403Z] 80192f66455f: Waiting [2025-06-12T01:39:41.403Z] 2e8e34ca0e6c: Waiting [2025-06-12T01:39:41.403Z] 6bf1a483ea7c: Verifying Checksum [2025-06-12T01:39:41.403Z] 6bf1a483ea7c: Download complete [2025-06-12T01:39:41.403Z] 461d9e800cba: Verifying Checksum [2025-06-12T01:39:41.403Z] 461d9e800cba: Download complete [2025-06-12T01:39:41.663Z] 80192f66455f: Verifying Checksum [2025-06-12T01:39:41.663Z] 80192f66455f: Download complete [2025-06-12T01:39:41.663Z] f5dfc541a4d3: Verifying Checksum [2025-06-12T01:39:41.663Z] f5dfc541a4d3: Download complete [2025-06-12T01:39:41.663Z] 3dae71ba6b94: Verifying Checksum [2025-06-12T01:39:41.663Z] 3dae71ba6b94: Download complete [2025-06-12T01:39:41.663Z] 923cac83aea3: Verifying Checksum [2025-06-12T01:39:41.663Z] 923cac83aea3: Download complete [2025-06-12T01:39:41.921Z] 25ad8b0a4227: Verifying Checksum [2025-06-12T01:39:41.921Z] 25ad8b0a4227: Download complete [2025-06-12T01:39:41.921Z] db01528c6b51: Verifying Checksum [2025-06-12T01:39:41.921Z] db01528c6b51: Download complete [2025-06-12T01:39:41.921Z] 28988de357af: Verifying Checksum [2025-06-12T01:39:41.921Z] 28988de357af: Download complete [2025-06-12T01:39:41.921Z] a29436f7fd5d: Verifying Checksum [2025-06-12T01:39:41.921Z] a29436f7fd5d: Download complete [2025-06-12T01:39:42.493Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-12T01:39:42.493Z] 2e8e34ca0e6c: Download complete [2025-06-12T01:39:42.753Z] 3dae71ba6b94: Pull complete [2025-06-12T01:39:43.011Z] 6bf1a483ea7c: Pull complete [2025-06-12T01:39:43.578Z] f5dfc541a4d3: Pull complete [2025-06-12T01:39:43.578Z] 461d9e800cba: Pull complete [2025-06-12T01:39:43.578Z] 80192f66455f: Pull complete [2025-06-12T01:39:46.866Z] 2e8e34ca0e6c: Pull complete [2025-06-12T01:39:47.801Z] a29436f7fd5d: Pull complete [2025-06-12T01:39:47.801Z] 923cac83aea3: Pull complete [2025-06-12T01:39:47.801Z] 25ad8b0a4227: Pull complete [2025-06-12T01:39:48.063Z] db01528c6b51: Pull complete [2025-06-12T01:39:48.063Z] 28988de357af: Pull complete [2025-06-12T01:39:48.063Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-12T01:39:48.063Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-12T01:39:48.063Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T01:39:48.220Z] prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container [2025-06-12T01:39:48.257Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@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-12T01:39:51.605Z] $ docker top 7e0b510dd8436715e108855bfb0ce7e02d2ec32625fb8afd8940d74afe4fa985 -eo pid,comm [2025-06-12T01:39:51.660Z] 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-12T01:39:51.660Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-12T01:39:51.720Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-12T01:39:51.720Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-12T01:39:51.864Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-12T01:39:51.869Z] $ docker exec 7e0b510dd8436715e108855bfb0ce7e02d2ec32625fb8afd8940d74afe4fa985 ssh-agent [2025-06-12T01:39:51.986Z] SSH_AUTH_SOCK=/tmp/ssh-CBOHC23norFo/agent.33 [2025-06-12T01:39:51.986Z] SSH_AGENT_PID=39 [2025-06-12T01:39:51.991Z] Running ssh-add (command line suppressed) [2025-06-12T01:39:52.097Z] Identity added: /w/workspace/edgex-go/852@tmp/private_key_8757113870639920599.key (/w/workspace/edgex-go/852@tmp/private_key_8757113870639920599.key) [2025-06-12T01:39:52.106Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-12T01:39:52.400Z] + git tag --points-at HEAD [Pipeline] } [2025-06-12T01:39:52.415Z] $ docker exec --env ******** --env ******** 7e0b510dd8436715e108855bfb0ce7e02d2ec32625fb8afd8940d74afe4fa985 ssh-agent -k [2025-06-12T01:39:52.518Z] unset SSH_AUTH_SOCK; [2025-06-12T01:39:52.518Z] unset SSH_AGENT_PID; [2025-06-12T01:39:52.518Z] echo Agent pid 39 killed; [2025-06-12T01:39:52.525Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-12T01:39:52.568Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-12T01:39:52.568Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-12T01:39:52.685Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-12T01:39:52.691Z] $ docker exec 7e0b510dd8436715e108855bfb0ce7e02d2ec32625fb8afd8940d74afe4fa985 ssh-agent [2025-06-12T01:39:52.794Z] SSH_AUTH_SOCK=/tmp/ssh-ZQuSgQyFGa4W/agent.72 [2025-06-12T01:39:52.794Z] SSH_AGENT_PID=78 [2025-06-12T01:39:52.798Z] Running ssh-add (command line suppressed) [2025-06-12T01:39:52.905Z] Identity added: /w/workspace/edgex-go/852@tmp/private_key_3981349079943635595.key (/w/workspace/edgex-go/852@tmp/private_key_3981349079943635595.key) [2025-06-12T01:39:52.918Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-12T01:39:53.220Z] + git semver init [2025-06-12T01:39:53.479Z] 2025-06-12 01:39:53,436 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-12T01:39:53.479Z] 2025-06-12 01:39:53,439 [run_init] DEBUG init version:0.0.0 force:False [2025-06-12T01:39:53.479Z] 2025-06-12 01:39:53,439 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/852/.semver [2025-06-12T01:39:53.479Z] 2025-06-12 01:39:53,440 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/852/.semver [2025-06-12T01:39:53.479Z] 2025-06-12 01:39:53,440 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/852/.semver'], cwd=/w/workspace/edgex-go/852, stdin=None, shell=False, universal_newlines=False) [2025-06-12T01:39:58.756Z] 2025-06-12 01:39:58,545 [append_file] DEBUG append to file:/w/workspace/edgex-go/852/.git/info/exclude [2025-06-12T01:39:58.756Z] 2025-06-12 01:39:58,545 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/852/.semver/main with force:False [2025-06-12T01:39:58.756Z] 2025-06-12 01:39:58,545 [read_version] DEBUG read version from /w/workspace/edgex-go/852/.semver/main [2025-06-12T01:39:58.756Z] 2025-06-12 01:39:58,545 [read_version] DEBUG read version from /w/workspace/edgex-go/852/.semver/main [2025-06-12T01:39:58.756Z] 4.1.0-dev.23 [Pipeline] } [2025-06-12T01:39:58.767Z] $ docker exec --env ******** --env ******** 7e0b510dd8436715e108855bfb0ce7e02d2ec32625fb8afd8940d74afe4fa985 ssh-agent -k [2025-06-12T01:39:58.867Z] unset SSH_AUTH_SOCK; [2025-06-12T01:39:58.867Z] unset SSH_AGENT_PID; [2025-06-12T01:39:58.867Z] echo Agent pid 78 killed; [2025-06-12T01:39:58.874Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-12T01:39:59.198Z] + git semver [Pipeline] } [2025-06-12T01:39:59.475Z] $ docker stop --time=1 7e0b510dd8436715e108855bfb0ce7e02d2ec32625fb8afd8940d74afe4fa985 [2025-06-12T01:40:00.812Z] $ docker rm -f --volumes 7e0b510dd8436715e108855bfb0ce7e02d2ec32625fb8afd8940d74afe4fa985 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-12T01:40:01.160Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-12T01:40:01.411Z] Stashed 1 file(s) [Pipeline] echo [2025-06-12T01:40:01.421Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.23 [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-12T01:40:01.857Z] + git config --global --add safe.directory /w/workspace/edgex-go/852 [Pipeline] echo [2025-06-12T01:40:01.871Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-12T01:40:01.893Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-12T01:40:01.911Z] ========================================================= [2025-06-12T01:40:01.911Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-12T01:40:01.911Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-12T01:40:02.205Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-12T01:40:02.205Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-12T01:40:02.205Z] 0a9a5dfd008f: Pulling fs layer [2025-06-12T01:40:02.205Z] dbfa0bcfca99: Pulling fs layer [2025-06-12T01:40:02.205Z] 70eabb1d9476: Pulling fs layer [2025-06-12T01:40:02.205Z] 957bedc73fa3: Pulling fs layer [2025-06-12T01:40:02.205Z] 4f4fb700ef54: Pulling fs layer [2025-06-12T01:40:02.205Z] f40432e63723: Pulling fs layer [2025-06-12T01:40:02.205Z] 90b4343acab7: Pulling fs layer [2025-06-12T01:40:02.205Z] 9f67ea4ac784: Pulling fs layer [2025-06-12T01:40:02.205Z] 9228b9a606be: Pulling fs layer [2025-06-12T01:40:02.205Z] 957bedc73fa3: Waiting [2025-06-12T01:40:02.205Z] 4f4fb700ef54: Waiting [2025-06-12T01:40:02.205Z] f40432e63723: Waiting [2025-06-12T01:40:02.205Z] 90b4343acab7: Waiting [2025-06-12T01:40:02.205Z] 9f67ea4ac784: Waiting [2025-06-12T01:40:02.205Z] 9228b9a606be: Waiting [2025-06-12T01:40:02.205Z] dbfa0bcfca99: Download complete [2025-06-12T01:40:02.205Z] 957bedc73fa3: Download complete [2025-06-12T01:40:02.205Z] 4f4fb700ef54: Verifying Checksum [2025-06-12T01:40:02.205Z] 4f4fb700ef54: Download complete [2025-06-12T01:40:02.205Z] f40432e63723: Verifying Checksum [2025-06-12T01:40:02.205Z] f40432e63723: Download complete [2025-06-12T01:40:02.205Z] 0a9a5dfd008f: Download complete [2025-06-12T01:40:02.466Z] 90b4343acab7: Verifying Checksum [2025-06-12T01:40:02.466Z] 90b4343acab7: Download complete [2025-06-12T01:40:02.466Z] 0a9a5dfd008f: Pull complete [2025-06-12T01:40:02.466Z] 9228b9a606be: Verifying Checksum [2025-06-12T01:40:02.466Z] 9228b9a606be: Download complete [2025-06-12T01:40:02.466Z] dbfa0bcfca99: Pull complete [2025-06-12T01:40:02.724Z] 70eabb1d9476: Download complete [2025-06-12T01:40:02.983Z] 9f67ea4ac784: Verifying Checksum [2025-06-12T01:40:02.983Z] 9f67ea4ac784: Download complete [2025-06-12T01:40:06.288Z] 70eabb1d9476: Pull complete [2025-06-12T01:40:06.288Z] 957bedc73fa3: Pull complete [2025-06-12T01:40:06.288Z] 4f4fb700ef54: Pull complete [2025-06-12T01:40:06.288Z] f40432e63723: Pull complete [2025-06-12T01:40:06.288Z] 90b4343acab7: Pull complete [2025-06-12T01:40:08.826Z] 9f67ea4ac784: Pull complete [2025-06-12T01:40:09.086Z] 9228b9a606be: Pull complete [2025-06-12T01:40:09.086Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-06-12T01:40:09.086Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-12T01:40:09.086Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-06-12T01:40:09.389Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-12T01:40:09.389Z] WORKDIR /edgex [2025-06-12T01:40:09.389Z] COPY go.mod . [2025-06-12T01:40:09.389Z] RUN go mod download [2025-06-12T01:40:09.389Z] + docker build -t ci-base-image-x86_64 -f - . [2025-06-12T01:40:09.957Z] Sending build context to Docker daemon 185.8MB [2025-06-12T01:40:09.957Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-12T01:40:09.957Z] ---> 69404ca5bff2 [2025-06-12T01:40:09.957Z] Step 2/4 : WORKDIR /edgex [2025-06-12T01:40:13.248Z] ---> Running in d5008c0388fc [2025-06-12T01:40:13.249Z] Removing intermediate container d5008c0388fc [2025-06-12T01:40:13.249Z] ---> 621bfb01d278 [2025-06-12T01:40:13.249Z] Step 3/4 : COPY go.mod . [2025-06-12T01:40:13.249Z] ---> f49cfeb356bd [2025-06-12T01:40:13.249Z] Step 4/4 : RUN go mod download [2025-06-12T01:40:13.249Z] ---> Running in 575dcbed9474 [2025-06-12T01:40:16.528Z] Still waiting to schedule task [2025-06-12T01:40:16.528Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-3167’ [2025-06-12T01:40:35.190Z] Removing intermediate container 575dcbed9474 [2025-06-12T01:40:35.190Z] ---> 41d3be37640d [2025-06-12T01:40:35.190Z] Successfully built 41d3be37640d [2025-06-12T01:40:35.190Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:40:35.509Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-12T01:40:35.509Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T01:40:35.604Z] prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container [2025-06-12T01:40:35.642Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@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-12T01:40:36.006Z] $ docker top d8d4d60e0ca07e672932f956edc3b440fbccb2f1c9eebae8d571a46fe35cc3d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-12T01:40:36.360Z] + go version [2025-06-12T01:40:36.360Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-06-12T01:40:36.376Z] $ docker stop --time=1 d8d4d60e0ca07e672932f956edc3b440fbccb2f1c9eebae8d571a46fe35cc3d1 [2025-06-12T01:40:37.656Z] $ docker rm -f --volumes d8d4d60e0ca07e672932f956edc3b440fbccb2f1c9eebae8d571a46fe35cc3d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:40:38.186Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-12T01:40:38.186Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T01:40:38.260Z] prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container [2025-06-12T01:40:38.292Z] $ 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/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@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-12T01:40:38.628Z] $ docker top 015659a03c220f2b8051a67ae5ed5be4ea59fbd935b107f68e0ff5efd07728d3 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-06-12T01:40:38.733Z] ========================================================= [2025-06-12T01:40:38.733Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-06-12T01:40:38.733Z] ========================================================= [Pipeline] sh [2025-06-12T01:40:39.017Z] + git config --global --add safe.directory /w/workspace/edgex-go/852 [Pipeline] fileExists [Pipeline] sh [2025-06-12T01:40:39.316Z] + make test [2025-06-12T01:40:39.316Z] go test -race -coverprofile=coverage.out ./... [2025-06-12T01:40:47.448Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 42.3% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.058s coverage: 97.0% of statements [2025-06-12T01:41:13.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-06-12T01:41:13.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-06-12T01:41:13.997Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-06-12T01:41:14.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-06-12T01:41:14.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-06-12T01:41:14.937Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-06-12T01:41:14.937Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-12T01:41:14.937Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-06-12T01:41:14.937Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-06-12T01:41:16.839Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-06-12T01:41:16.839Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-06-12T01:41:16.839Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.044s coverage: 69.2% of statements [2025-06-12T01:41:16.839Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.022s coverage: 3.5% of statements [2025-06-12T01:41:16.839Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.065s coverage: 45.2% of statements [2025-06-12T01:41:16.839Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.151s coverage: 93.4% of statements [2025-06-12T01:41:16.839Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.048s coverage: 92.3% of statements [2025-06-12T01:41:17.406Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.045s coverage: 8.4% of statements [2025-06-12T01:41:18.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-06-12T01:41:18.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-06-12T01:41:18.342Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-06-12T01:41:18.342Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-06-12T01:41:18.342Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-06-12T01:41:18.342Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-12T01:41:18.342Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-06-12T01:41:18.342Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-06-12T01:41:18.342Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-06-12T01:41:18.342Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-06-12T01:41:18.342Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-06-12T01:41:18.342Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-06-12T01:41:18.342Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-06-12T01:41:18.342Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-06-12T01:41:19.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.352s coverage: 95.8% of statements [2025-06-12T01:41:19.715Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements [2025-06-12T01:41:19.973Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-06-12T01:41:19.973Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-06-12T01:41:20.232Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-06-12T01:41:20.232Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-06-12T01:41:20.232Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-06-12T01:41:20.232Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-06-12T01:41:21.169Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.036s coverage: 0.0% of statements [no tests to run] [2025-06-12T01:41:21.428Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.042s coverage: 1.0% of statements [2025-06-12T01:41:21.428Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.029s coverage: 38.1% of statements [2025-06-12T01:41:21.428Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.016s coverage: 81.1% of statements [2025-06-12T01:41:21.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.024s coverage: 40.0% of statements [2025-06-12T01:41:21.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.031s coverage: 87.1% of statements [2025-06-12T01:41:21.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.018s coverage: 94.1% of statements [2025-06-12T01:41:21.996Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-06-12T01:41:21.996Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-06-12T01:41:21.996Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-06-12T01:41:21.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.036s coverage: 96.3% of statements [2025-06-12T01:41:22.563Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-06-12T01:41:22.563Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-06-12T01:41:22.563Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-06-12T01:41:22.563Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-06-12T01:41:22.563Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements [2025-06-12T01:41:23.501Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-06-12T01:41:23.501Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-06-12T01:41:23.501Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-06-12T01:41:24.439Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-06-12T01:41:24.439Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-06-12T01:41:24.439Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-06-12T01:41:24.439Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-06-12T01:41:25.005Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-06-12T01:41:25.005Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-06-12T01:41:25.571Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-06-12T01:41:26.969Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-06-12T01:41:26.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-06-12T01:41:28.867Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-06-12T01:41:29.432Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-06-12T01:41:29.432Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-06-12T01:41:29.432Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-06-12T01:41:32.722Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-06-12T01:41:33.288Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-06-12T01:41:33.288Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-06-12T01:41:33.288Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-06-12T01:41:33.288Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-06-12T01:41:33.288Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-12T01:41:34.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements [2025-06-12T01:41:35.235Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-06-12T01:41:35.235Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-06-12T01:41:35.235Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-06-12T01:41:35.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-06-12T01:41:35.235Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-06-12T01:41:35.235Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-06-12T01:41:35.804Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-06-12T01:41:35.804Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-06-12T01:41:35.804Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-06-12T01:41:35.804Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-06-12T01:41:35.804Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-06-12T01:41:35.804Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-06-12T01:41:37.180Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-06-12T01:41:37.180Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-06-12T01:41:37.180Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-06-12T01:41:37.180Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-06-12T01:41:39.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-06-12T01:41:39.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-06-12T01:41:39.083Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-12T01:41:39.083Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-06-12T01:41:39.083Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-06-12T01:41:39.083Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-06-12T01:41:39.083Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-06-12T01:41:40.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-06-12T01:41:40.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-06-12T01:41:40.021Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.036s coverage: 92.9% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.020s coverage: 68.8% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.025s coverage: 62.3% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.019s coverage: 47.4% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.031s coverage: 87.2% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.020s coverage: 15.5% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.015s coverage: 100.0% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.076s coverage: 81.8% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.098s coverage: 82.1% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.021s coverage: 86.0% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.047s coverage: 6.8% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.040s coverage: 33.3% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.052s coverage: 100.0% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.162s coverage: 54.5% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.032s coverage: 73.7% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.025s coverage: 88.6% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.028s coverage: 96.8% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.149s coverage: 29.2% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 93.8% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.014s coverage: 3.1% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.022s coverage: 76.2% of statements [2025-06-12T01:41:43.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.021s coverage: 54.0% of statements [2025-06-12T01:41:44.245Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.064s coverage: 17.0% of statements [2025-06-12T01:41:44.245Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.128s coverage: 94.9% of statements [2025-06-12T01:41:44.245Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.029s coverage: 9.0% of statements [2025-06-12T01:41:44.245Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.057s coverage: 97.7% of statements [2025-06-12T01:41:44.245Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.028s coverage: 43.6% of statements [2025-06-12T01:41:44.504Z] 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-12T01:41:44.765Z] running golangci-lint [2025-06-12T01:41:45.024Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-06-12T01:41:45.025Z] go version go1.23.8 linux/amd64 [2025-06-12T01:41:45.283Z] 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-12T01:41:45.283Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-06-12T01:41:45.283Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-06-12T01:42:11.849Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|imports|deps|exports_file|name|types_sizes) took 22.569952461s" [2025-06-12T01:42:11.849Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 62.512163ms" [2025-06-12T01:42:19.967Z] level=info msg="[linters_context/goanalysis] analyzers took 1m34.032254456s with top 10 stages: buildir: 52.566765009s, gosec: 3.754050789s, inspect: 2.565191401s, fact_deprecated: 2.531704193s, printf: 2.257139292s, ctrlflow: 1.805509362s, fact_purity: 1.397812835s, nilness: 1.220354553s, unused: 1.086720406s, S1038: 1.072555862s" [2025-06-12T01:42:19.967Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-06-12T01:42:19.967Z] level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 202/202, exclude-rules: 202/20, nolint: 20/0, cgo: 202/202, skip_files: 202/202, skip_dirs: 202/202, identifier_marker: 202/202, exclude: 202/202, invalid_issue: 202/202, path_prettifier: 202/202, autogenerated_exclude: 202/202" [2025-06-12T01:42:19.967Z] level=info msg="[runner] processing took 14.271479ms with stages: nolint: 7.323494ms, identifier_marker: 3.544444ms, exclude-rules: 1.165075ms, autogenerated_exclude: 904.386µs, path_prettifier: 816.285µs, skip_dirs: 446.743µs, filename_unadjuster: 30.39µs, invalid_issue: 18.851µs, cgo: 16.561µs, max_same_issues: 1.16µs, max_from_linter: 680ns, uniq_by_line: 600ns, diff: 480ns, fixer: 450ns, skip_files: 300ns, sort_results: 290ns, path_prefixer: 290ns, source_code: 280ns, exclude: 260ns, path_shortener: 160ns, max_per_file_from_linter: 160ns, severity-rules: 140ns" [2025-06-12T01:42:19.967Z] level=info msg="[runner] linters took 11.326630957s with stages: goanalysis_metalinter: 11.312211574s" [2025-06-12T01:42:19.967Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-06-12T01:42:19.967Z] level=info msg="Memory: 341 samples, avg is 291.2MB, max is 1359.7MB" [2025-06-12T01:42:19.967Z] level=info msg="Execution took 33.966057968s" [2025-06-12T01:42:19.967Z] go vet ./... [2025-06-12T01:42:26.520Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-12T01:42:26.520Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-12T01:42:26.520Z] ./bin/test-attribution-txt.sh [2025-06-12T01:42:26.520Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-12T01:42:26.520Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-12T01:42:26.533Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-06-12T01:42:26.822Z] + ls -al . [2025-06-12T01:42:26.822Z] total 1992 [2025-06-12T01:42:26.822Z] drwxrwxr-x 11 1001 1001 4096 Jun 12 01:40 . [2025-06-12T01:42:26.822Z] drwxr-xr-x 4 root root 4096 Jun 12 01:40 .. [2025-06-12T01:42:26.822Z] drwxrwxr-x 2 1001 1001 4096 Jun 12 01:39 .blubracket [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 10 Jun 12 01:39 .dockerignore [2025-06-12T01:42:26.822Z] drwxrwxr-x 8 1001 1001 4096 Jun 12 01:41 .git [2025-06-12T01:42:26.822Z] drwxrwxr-x 3 1001 1001 4096 Jun 12 01:39 .github [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 909 Jun 12 01:39 .gitignore [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 218 Jun 12 01:39 .golangci.yml [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 100 Jun 12 01:39 .hadolint.yml [2025-06-12T01:42:26.822Z] drwxr-xr-x 3 1001 1001 4096 Jun 12 01:39 .semver [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 155 Jun 12 01:39 .sonarcloud.properties [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 1171 Jun 12 01:39 ADOPTERS.md [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 17374 Jun 12 01:39 Attribution.txt [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 108018 Jun 12 01:39 CHANGELOG.md [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 3804 Jun 12 01:39 CONTRIBUTING.md [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 677 Jun 12 01:39 GOVERNANCE.md [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 858 Jun 12 01:39 Jenkinsfile [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 10775 Jun 12 01:39 LICENSE [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 16740 Jun 12 01:39 Makefile [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 582 Jun 12 01:39 OWNERS.md [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 9932 Jun 12 01:39 README.md [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 789 Jun 12 01:39 SECURITY.md [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 12 Jun 12 01:40 VERSION [2025-06-12T01:42:26.822Z] drwxrwxr-x 2 1001 1001 4096 Jun 12 01:39 bin [2025-06-12T01:42:26.822Z] drwxrwxr-x 19 1001 1001 4096 Jun 12 01:39 cmd [2025-06-12T01:42:26.822Z] -rw-r--r-- 1 root root 1662281 Jun 12 01:41 coverage.out [2025-06-12T01:42:26.822Z] drwxrwxr-x 2 1001 1001 4096 Jun 12 01:39 fuzz_test [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 6474 Jun 12 01:39 go.mod [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 88008 Jun 12 01:39 go.sum [2025-06-12T01:42:26.822Z] drwxrwxr-x 7 1001 1001 4096 Jun 12 01:39 internal [2025-06-12T01:42:26.822Z] drwxrwxr-x 2 1001 1001 4096 Jun 12 01:39 openapi [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 584 Jun 12 01:39 security.txt [2025-06-12T01:42:26.822Z] -rw-rw-r-- 1 1001 1001 204 Jun 12 01:39 version.go [Pipeline] sh [2025-06-12T01:42:27.110Z] + '[' -e coverage.out ] [2025-06-12T01:42:27.110Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-06-12T01:42:27.263Z] Stashed 1 file(s) [Pipeline] sh [2025-06-12T01:42:27.545Z] + make build [2025-06-12T01:42:27.545Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-12T01:42:49.466Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-12T01:42:49.466Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-12T01:42:50.842Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-12T01:42:51.410Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-12T01:42:52.783Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-12T01:42:58.045Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-12T01:42:59.422Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-12T01:43:01.322Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-12T01:43:03.854Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-12T01:43:04.795Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-12T01:43:06.184Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-12T01:43:06.749Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-06-12T01:43:08.139Z] $ docker stop --time=1 015659a03c220f2b8051a67ae5ed5be4ea59fbd935b107f68e0ff5efd07728d3 [2025-06-12T01:43:12.028Z] $ docker rm -f --volumes 015659a03c220f2b8051a67ae5ed5be4ea59fbd935b107f68e0ff5efd07728d3 [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-12T01:43:13.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-12T01:43:13.169Z] [2025-06-12T01:43:13.169Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:43:13.479Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-12T01:43:13.479Z] latest: Pulling from edgex-devops/edgex-compose [2025-06-12T01:43:13.479Z] 91d30c5bc195: Pulling fs layer [2025-06-12T01:43:13.479Z] 2e9b0aa3be6d: Pulling fs layer [2025-06-12T01:43:13.479Z] 9c61dcf015f6: Pulling fs layer [2025-06-12T01:43:13.479Z] 4698f68db338: Pulling fs layer [2025-06-12T01:43:13.479Z] 2a2f49069b9e: Pulling fs layer [2025-06-12T01:43:13.479Z] e0025b399a48: Pulling fs layer [2025-06-12T01:43:13.479Z] 4698f68db338: Waiting [2025-06-12T01:43:13.479Z] 2a2f49069b9e: Waiting [2025-06-12T01:43:13.479Z] e0025b399a48: Waiting [2025-06-12T01:43:13.479Z] 91d30c5bc195: Verifying Checksum [2025-06-12T01:43:13.479Z] 4698f68db338: Verifying Checksum [2025-06-12T01:43:13.479Z] 4698f68db338: Download complete [2025-06-12T01:43:13.739Z] 2e9b0aa3be6d: Verifying Checksum [2025-06-12T01:43:13.739Z] 2e9b0aa3be6d: Download complete [2025-06-12T01:43:13.739Z] e0025b399a48: Verifying Checksum [2025-06-12T01:43:13.739Z] e0025b399a48: Download complete [2025-06-12T01:43:13.739Z] 91d30c5bc195: Pull complete [2025-06-12T01:43:13.739Z] 2a2f49069b9e: Verifying Checksum [2025-06-12T01:43:13.739Z] 2a2f49069b9e: Download complete [2025-06-12T01:43:13.998Z] 2e9b0aa3be6d: Pull complete [2025-06-12T01:43:14.256Z] 9c61dcf015f6: Download complete [2025-06-12T01:43:16.160Z] 9c61dcf015f6: Pull complete [2025-06-12T01:43:16.417Z] 4698f68db338: Pull complete [2025-06-12T01:43:16.677Z] 2a2f49069b9e: Pull complete [2025-06-12T01:43:16.677Z] e0025b399a48: Pull complete [2025-06-12T01:43:16.677Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-06-12T01:43:16.677Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-12T01:43:16.677Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T01:43:16.779Z] prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container [2025-06-12T01:43:16.822Z] $ 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/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@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-12T01:43:18.534Z] $ docker top dd13b4e761878ba6794a0d327a34e12237b5ac3dc31485913c559bc93c2f9638 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-12T01:43:18.870Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-12T01:43:21.402Z] #1 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-12T01:43:21.402Z] #1 transferring dockerfile: 2.50kB done [2025-06-12T01:43:21.402Z] #1 DONE 0.0s [2025-06-12T01:43:21.402Z] [2025-06-12T01:43:21.402Z] #2 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-12T01:43:21.402Z] #2 transferring dockerfile: 2.23kB done [2025-06-12T01:43:21.402Z] #2 DONE 0.0s [2025-06-12T01:43:21.402Z] [2025-06-12T01:43:21.402Z] #3 [core-keeper internal] load build definition from Dockerfile [2025-06-12T01:43:21.402Z] #3 transferring dockerfile: 2.01kB done [2025-06-12T01:43:21.402Z] #3 DONE 0.0s [2025-06-12T01:43:21.402Z] [2025-06-12T01:43:21.402Z] #4 [core-command internal] load build definition from Dockerfile [2025-06-12T01:43:21.402Z] #4 transferring dockerfile: 1.94kB done [2025-06-12T01:43:21.402Z] #4 DONE 0.0s [2025-06-12T01:43:21.402Z] [2025-06-12T01:43:21.402Z] #5 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-12T01:43:21.402Z] #5 transferring dockerfile: 3.02kB done [2025-06-12T01:43:21.402Z] #5 DONE 0.0s [2025-06-12T01:43:21.402Z] [2025-06-12T01:43:21.402Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-12T01:43:21.402Z] #6 transferring dockerfile: 2.49kB done [2025-06-12T01:43:21.402Z] #6 DONE 0.0s [2025-06-12T01:43:21.402Z] [2025-06-12T01:43:21.402Z] #7 [security-spire-agent internal] load build definition from Dockerfile [2025-06-12T01:43:21.402Z] #7 transferring dockerfile: 1.81kB done [2025-06-12T01:43:21.402Z] #7 DONE 0.0s [2025-06-12T01:43:21.402Z] [2025-06-12T01:43:21.402Z] #8 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-12T01:43:21.402Z] #8 transferring dockerfile: 1.89kB done [2025-06-12T01:43:21.402Z] #8 DONE 0.0s [2025-06-12T01:43:21.402Z] [2025-06-12T01:43:21.402Z] #9 [support-scheduler internal] load build definition from Dockerfile [2025-06-12T01:43:21.402Z] #9 transferring dockerfile: 1.83kB done [2025-06-12T01:43:21.402Z] #9 DONE 0.0s [2025-06-12T01:43:21.402Z] [2025-06-12T01:43:21.402Z] #10 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-12T01:43:21.402Z] #10 transferring dockerfile: 2.14kB done [2025-06-12T01:43:21.402Z] #10 DONE 0.1s [2025-06-12T01:43:21.402Z] [2025-06-12T01:43:21.402Z] #11 [security-spire-server internal] load build definition from Dockerfile [2025-06-12T01:43:21.402Z] #11 transferring dockerfile: 1.70kB done [2025-06-12T01:43:21.402Z] #11 DONE 0.0s [2025-06-12T01:43:21.402Z] [2025-06-12T01:43:21.402Z] #12 [core-metadata internal] load build definition from Dockerfile [2025-06-12T01:43:21.402Z] #12 transferring dockerfile: 2.10kB done [2025-06-12T01:43:21.402Z] #12 DONE 0.0s [2025-06-12T01:43:21.402Z] [2025-06-12T01:43:21.402Z] #13 [security-spire-config internal] load build definition from Dockerfile [2025-06-12T01:43:21.402Z] #13 transferring dockerfile: 1.69kB done [2025-06-12T01:43:21.402Z] #13 DONE 0.0s [2025-06-12T01:43:21.402Z] [2025-06-12T01:43:21.402Z] #14 [core-data internal] load build definition from Dockerfile [2025-06-12T01:43:21.402Z] #14 transferring dockerfile: 2.04kB done [2025-06-12T01:43:21.402Z] #14 DONE 0.0s [2025-06-12T01:43:21.402Z] [2025-06-12T01:43:21.402Z] #15 [support-notifications internal] load build definition from Dockerfile [2025-06-12T01:43:21.402Z] #15 transferring dockerfile: 2.00kB done [2025-06-12T01:43:21.402Z] #15 DONE 0.0s [2025-06-12T01:43:21.402Z] [2025-06-12T01:43:21.402Z] #16 [security-proxy-setup internal] load .dockerignore [2025-06-12T01:43:21.402Z] #16 transferring context: 50B done [2025-06-12T01:43:21.402Z] #16 DONE 0.0s [2025-06-12T01:43:21.402Z] [2025-06-12T01:43:21.402Z] #17 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-12T01:43:21.402Z] #17 transferring context: 50B done [2025-06-12T01:43:21.402Z] #17 DONE 0.0s [2025-06-12T01:43:21.402Z] [2025-06-12T01:43:21.402Z] #18 [core-keeper internal] load .dockerignore [2025-06-12T01:43:21.402Z] #18 transferring context: 50B done [2025-06-12T01:43:21.402Z] #18 DONE 0.0s [2025-06-12T01:43:21.402Z] [2025-06-12T01:43:21.402Z] #19 [core-command internal] load .dockerignore [2025-06-12T01:43:21.660Z] #19 transferring context: 50B done [2025-06-12T01:43:21.660Z] #19 DONE 0.0s [2025-06-12T01:43:21.660Z] [2025-06-12T01:43:21.660Z] #20 [security-bootstrapper internal] load .dockerignore [2025-06-12T01:43:21.660Z] #20 transferring context: 50B done [2025-06-12T01:43:21.660Z] #20 DONE 0.0s [2025-06-12T01:43:21.660Z] [2025-06-12T01:43:21.660Z] #21 [security-secretstore-setup internal] load .dockerignore [2025-06-12T01:43:21.660Z] #21 transferring context: 50B done [2025-06-12T01:43:21.660Z] #21 DONE 0.0s [2025-06-12T01:43:21.660Z] [2025-06-12T01:43:21.660Z] #22 [security-spire-agent internal] load .dockerignore [2025-06-12T01:43:21.660Z] #22 transferring context: 50B done [2025-06-12T01:43:21.660Z] #22 DONE 0.0s [2025-06-12T01:43:21.660Z] [2025-06-12T01:43:21.660Z] #23 [security-spiffe-token-provider internal] load .dockerignore [2025-06-12T01:43:21.660Z] #23 transferring context: 50B done [2025-06-12T01:43:21.660Z] #23 DONE 0.0s [2025-06-12T01:43:21.660Z] [2025-06-12T01:43:21.660Z] #24 [support-scheduler internal] load .dockerignore [2025-06-12T01:43:21.660Z] #24 transferring context: 50B done [2025-06-12T01:43:21.660Z] #24 DONE 0.0s [2025-06-12T01:43:21.660Z] [2025-06-12T01:43:21.660Z] #25 [security-spire-server internal] load .dockerignore [2025-06-12T01:43:21.660Z] #25 transferring context: 50B done [2025-06-12T01:43:21.660Z] #25 DONE 0.0s [2025-06-12T01:43:21.660Z] [2025-06-12T01:43:21.660Z] #26 [core-data internal] load .dockerignore [2025-06-12T01:43:21.660Z] #26 transferring context: 50B done [2025-06-12T01:43:21.660Z] #26 DONE 0.1s [2025-06-12T01:43:21.660Z] [2025-06-12T01:43:21.660Z] #27 [security-proxy-auth internal] load .dockerignore [2025-06-12T01:43:21.660Z] #27 transferring context: 50B done [2025-06-12T01:43:21.660Z] #27 DONE 0.0s [2025-06-12T01:43:21.660Z] [2025-06-12T01:43:21.660Z] #28 [core-metadata internal] load .dockerignore [2025-06-12T01:43:21.660Z] #28 transferring context: 50B done [2025-06-12T01:43:21.660Z] #28 DONE 0.0s [2025-06-12T01:43:21.660Z] [2025-06-12T01:43:21.660Z] #29 [security-spire-config internal] load .dockerignore [2025-06-12T01:43:21.660Z] #29 transferring context: 50B done [2025-06-12T01:43:21.660Z] #29 DONE 0.1s [2025-06-12T01:43:21.660Z] [2025-06-12T01:43:21.660Z] #30 [support-notifications internal] load .dockerignore [2025-06-12T01:43:21.660Z] #30 transferring context: 50B done [2025-06-12T01:43:21.660Z] #30 DONE 0.1s [2025-06-12T01:43:21.660Z] [2025-06-12T01:43:21.660Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-12T01:43:21.660Z] #31 DONE 0.0s [2025-06-12T01:43:21.660Z] [2025-06-12T01:43:21.660Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-06-12T01:43:21.660Z] #32 DONE 0.1s [2025-06-12T01:43:21.918Z] [2025-06-12T01:43:21.918Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-12T01:43:21.918Z] #31 DONE 0.0s [2025-06-12T01:43:21.918Z] [2025-06-12T01:43:21.918Z] #33 [core-keeper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-12T01:43:21.918Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-12T01:43:21.918Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-12T01:43:21.918Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-12T01:43:21.918Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-12T01:43:21.918Z] #33 DONE 0.1s [2025-06-12T01:43:21.918Z] [2025-06-12T01:43:21.918Z] #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-06-12T01:43:21.918Z] #32 ... [2025-06-12T01:43:21.918Z] [2025-06-12T01:43:21.918Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-12T01:43:21.918Z] #31 DONE 0.0s [2025-06-12T01:43:21.918Z] [2025-06-12T01:43:21.918Z] #33 [security-secretstore-setup stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-12T01:43:21.918Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-12T01:43:21.918Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-12T01:43:21.918Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-12T01:43:21.918Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-12T01:43:21.918Z] #33 DONE 0.1s [2025-06-12T01:43:21.918Z] [2025-06-12T01:43:21.918Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2025-06-12T01:43:21.918Z] #32 ... [2025-06-12T01:43:21.918Z] [2025-06-12T01:43:21.918Z] #33 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-12T01:43:21.918Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-12T01:43:21.918Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-12T01:43:21.918Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-12T01:43:21.918Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-12T01:43:21.918Z] #33 DONE 0.1s [2025-06-12T01:43:21.918Z] [2025-06-12T01:43:21.918Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-12T01:43:21.918Z] #31 DONE 0.0s [2025-06-12T01:43:21.918Z] [2025-06-12T01:43:21.918Z] #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 [2025-06-12T01:43:22.176Z] #32 DONE 0.3s [2025-06-12T01:43:22.176Z] [2025-06-12T01:43:22.176Z] #33 [support-notifications stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-12T01:43:22.176Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-12T01:43:22.176Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-12T01:43:22.176Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-12T01:43:22.176Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-12T01:43:22.176Z] #33 DONE 0.1s [2025-06-12T01:43:22.176Z] [2025-06-12T01:43:22.176Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-12T01:43:22.176Z] #31 DONE 0.0s [2025-06-12T01:43:22.176Z] [2025-06-12T01:43:22.176Z] #34 [support-notifications internal] load build context [2025-06-12T01:43:22.433Z] #34 ... [2025-06-12T01:43:22.433Z] [2025-06-12T01:43:22.433Z] #35 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-06-12T01:43:22.433Z] #35 DONE 0.9s [2025-06-12T01:43:22.433Z] [2025-06-12T01:43:22.433Z] #34 [support-notifications internal] load build context [2025-06-12T01:43:25.286Z] #34 ... [2025-06-12T01:43:25.286Z] [2025-06-12T01:43:25.286Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-12T01:43:25.286Z] #36 DONE 2.8s [2025-06-12T01:43:25.286Z] [2025-06-12T01:43:25.286Z] #34 [support-notifications internal] load build context [2025-06-12T01:43:26.667Z] #34 transferring context: 92.87MB 4.3s [2025-06-12T01:43:30.917Z] #34 ... [2025-06-12T01:43:30.917Z] [2025-06-12T01:43:30.917Z] #37 [core-common-config-bootstrapper internal] load build context [2025-06-12T01:43:30.917Z] #37 ... [2025-06-12T01:43:30.917Z] [2025-06-12T01:43:30.917Z] #34 [support-notifications internal] load build context [2025-06-12T01:43:31.017Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3171 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-06-12T01:43:31.035Z] Running in /w/workspace/edgex-go/852 [Pipeline] { [Pipeline] checkout [2025-06-12T01:43:31.849Z] #34 transferring context: 256.98MB 9.3s [2025-06-12T01:43:31.849Z] #34 ... [2025-06-12T01:43:31.849Z] [2025-06-12T01:43:31.849Z] #38 [security-proxy-setup internal] load build context [2025-06-12T01:43:31.849Z] #38 ... [2025-06-12T01:43:31.849Z] [2025-06-12T01:43:31.849Z] #39 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-12T01:43:31.849Z] #0 0.710 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:31.849Z] #0 0.870 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:31.849Z] #0 1.244 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-12T01:43:31.849Z] #0 1.530 (2/2) Installing su-exec (0.2-r3) [2025-06-12T01:43:31.849Z] #0 1.566 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:43:31.849Z] #0 1.572 OK: 8 MiB in 16 packages [2025-06-12T01:43:31.849Z] #39 ... [2025-06-12T01:43:31.849Z] [2025-06-12T01:43:31.849Z] #40 [core-command internal] load build context [2025-06-12T01:43:32.107Z] #40 ... [2025-06-12T01:43:32.107Z] [2025-06-12T01:43:32.107Z] #41 [security-secretstore-setup internal] load build context [2025-06-12T01:43:32.107Z] #41 ... [2025-06-12T01:43:32.107Z] [2025-06-12T01:43:32.107Z] #42 [security-proxy-auth internal] load build context [2025-06-12T01:43:32.369Z] #42 ... [2025-06-12T01:43:32.369Z] [2025-06-12T01:43:32.369Z] #43 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-12T01:43:32.369Z] #43 ... [2025-06-12T01:43:32.369Z] [2025-06-12T01:43:32.369Z] #44 [core-data internal] load build context [2025-06-12T01:43:32.369Z] #44 ... [2025-06-12T01:43:32.369Z] [2025-06-12T01:43:32.369Z] #45 [support-scheduler internal] load build context [2025-06-12T01:43:32.625Z] #45 ... [2025-06-12T01:43:32.626Z] [2025-06-12T01:43:32.626Z] #46 [core-metadata internal] load build context [2025-06-12T01:43:32.626Z] #46 ... [2025-06-12T01:43:32.626Z] [2025-06-12T01:43:32.626Z] #47 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-12T01:43:32.884Z] #47 ... [2025-06-12T01:43:32.884Z] [2025-06-12T01:43:32.884Z] #48 [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-12T01:43:32.884Z] #48 ... [2025-06-12T01:43:32.884Z] [2025-06-12T01:43:32.884Z] #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-12T01:43:32.884Z] #0 0.705 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:32.884Z] #0 0.792 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:32.884Z] #0 1.143 (1/4) Installing ca-certificates (20241121-r1) [2025-06-12T01:43:32.884Z] #0 1.500 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-12T01:43:32.884Z] #0 1.510 (3/4) Installing su-exec (0.2-r3) [2025-06-12T01:43:32.884Z] #0 1.510 (4/4) Installing yq-go (4.44.1-r2) [2025-06-12T01:43:32.884Z] #0 1.583 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:43:32.884Z] #0 1.589 Executing ca-certificates-20241121-r1.trigger [2025-06-12T01:43:32.884Z] #0 1.625 OK: 19 MiB in 18 packages [2025-06-12T01:43:32.884Z] #49 ... [2025-06-12T01:43:32.884Z] [2025-06-12T01:43:32.884Z] #50 [core-command builder 2/7] WORKDIR /edgex-go [2025-06-12T01:43:33.142Z] #50 ... [2025-06-12T01:43:33.142Z] [2025-06-12T01:43:33.142Z] #51 [core-keeper internal] load build context [2025-06-12T01:43:33.142Z] #51 ... [2025-06-12T01:43:33.142Z] [2025-06-12T01:43:33.142Z] #52 [security-spiffe-token-provider internal] load build context [2025-06-12T01:43:33.142Z] #52 transferring context: 507.75MB 11.2s done [2025-06-12T01:43:33.402Z] #52 ... [2025-06-12T01:43:33.402Z] [2025-06-12T01:43:33.402Z] #53 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-12T01:43:33.402Z] #0 6.742 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:33.402Z] #0 6.831 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:33.402Z] #0 7.136 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-12T01:43:33.402Z] #0 7.141 (2/4) Installing openssl (3.3.3-r0) [2025-06-12T01:43:33.402Z] #0 7.157 (3/4) Installing su-exec (0.2-r3) [2025-06-12T01:43:33.402Z] #0 7.164 (4/4) Installing yq-go (4.44.1-r2) [2025-06-12T01:43:33.402Z] #0 7.267 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:43:33.402Z] #0 7.268 OK: 19 MiB in 18 packages [2025-06-12T01:43:33.402Z] #53 ... [2025-06-12T01:43:33.402Z] [2025-06-12T01:43:33.402Z] #33 [security-spire-config stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-12T01:43:33.402Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-12T01:43:33.402Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-12T01:43:33.402Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-12T01:43:33.402Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-12T01:43:33.402Z] #33 DONE 0.1s [2025-06-12T01:43:33.402Z] [2025-06-12T01:43:33.402Z] #54 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-12T01:43:33.402Z] #54 DONE 11.5s [2025-06-12T01:43:33.402Z] [2025-06-12T01:43:33.402Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-12T01:43:33.402Z] #55 ... [2025-06-12T01:43:33.402Z] [2025-06-12T01:43:33.402Z] #56 [security-bootstrapper internal] load build context [2025-06-12T01:43:33.659Z] #56 ... [2025-06-12T01:43:33.659Z] [2025-06-12T01:43:33.659Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-12T01:43:33.659Z] #57 ... [2025-06-12T01:43:33.659Z] [2025-06-12T01:43:33.659Z] #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-12T01:43:33.917Z] #58 ... [2025-06-12T01:43:33.917Z] [2025-06-12T01:43:33.917Z] #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:43:33.917Z] #59 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:43:34.092Z] The recommended git tool is: git [2025-06-12T01:43:35.331Z] #59 ... [2025-06-12T01:43:35.331Z] [2025-06-12T01:43:35.331Z] #50 [core-metadata builder 2/7] WORKDIR /edgex-go [2025-06-12T01:43:35.331Z] #50 DONE 12.7s [2025-06-12T01:43:35.592Z] [2025-06-12T01:43:35.592Z] #38 [security-proxy-setup internal] load build context [2025-06-12T01:43:36.157Z] #38 transferring context: 507.75MB 14.4s done [2025-06-12T01:43:39.402Z] using credential edgex-jenkins-ssh [2025-06-12T01:43:39.421Z] Cloning the remote Git repository [2025-06-12T01:43:39.469Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-06-12T01:43:39.568Z] > git init /w/workspace/edgex-go/852 # timeout=10 [2025-06-12T01:43:39.725Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-06-12T01:43:39.726Z] > git --version # timeout=10 [2025-06-12T01:43:39.746Z] > git --version # 'git version 2.25.1' [2025-06-12T01:43:39.749Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-12T01:43:39.906Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-12T01:43:40.349Z] #38 ... [2025-06-12T01:43:40.349Z] [2025-06-12T01:43:40.349Z] #37 [core-common-config-bootstrapper internal] load build context [2025-06-12T01:43:40.349Z] #37 transferring context: 507.75MB 12.5s done [2025-06-12T01:43:42.584Z] #37 ... [2025-06-12T01:43:42.584Z] [2025-06-12T01:43:42.584Z] #34 [support-notifications internal] load build context [2025-06-12T01:43:42.584Z] #34 transferring context: 507.75MB 12.7s done [2025-06-12T01:43:42.584Z] #34 ... [2025-06-12T01:43:42.584Z] [2025-06-12T01:43:42.584Z] #40 [core-command internal] load build context [2025-06-12T01:43:42.584Z] #40 transferring context: 507.75MB 11.4s done [2025-06-12T01:43:42.851Z] #40 ... [2025-06-12T01:43:42.851Z] [2025-06-12T01:43:42.851Z] #41 [security-secretstore-setup internal] load build context [2025-06-12T01:43:42.851Z] #41 transferring context: 507.75MB 11.9s done [2025-06-12T01:43:42.851Z] #41 ... [2025-06-12T01:43:42.851Z] [2025-06-12T01:43:42.851Z] #42 [security-proxy-auth internal] load build context [2025-06-12T01:43:42.851Z] #42 transferring context: 507.75MB 12.0s done [2025-06-12T01:43:42.851Z] #42 ... [2025-06-12T01:43:42.851Z] [2025-06-12T01:43:42.851Z] #45 [support-scheduler internal] load build context [2025-06-12T01:43:42.851Z] #45 transferring context: 507.75MB 11.6s done [2025-06-12T01:43:43.322Z] #45 ... [2025-06-12T01:43:43.322Z] [2025-06-12T01:43:43.322Z] #44 [core-data internal] load build context [2025-06-12T01:43:43.322Z] #44 transferring context: 507.75MB 11.1s done [2025-06-12T01:43:43.322Z] #44 ... [2025-06-12T01:43:43.322Z] [2025-06-12T01:43:43.322Z] #46 [core-metadata internal] load build context [2025-06-12T01:43:43.322Z] #46 transferring context: 507.75MB 11.5s done [2025-06-12T01:43:43.581Z] #46 ... [2025-06-12T01:43:43.581Z] [2025-06-12T01:43:43.582Z] #51 [core-keeper internal] load build context [2025-06-12T01:43:43.582Z] #51 transferring context: 507.75MB 13.2s done [2025-06-12T01:43:43.582Z] #51 ... [2025-06-12T01:43:43.582Z] [2025-06-12T01:43:43.582Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-12T01:43:43.582Z] #60 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-12T01:43:43.840Z] #60 ... [2025-06-12T01:43:43.840Z] [2025-06-12T01:43:43.840Z] #56 [security-bootstrapper internal] load build context [2025-06-12T01:43:43.840Z] #56 transferring context: 507.75MB 12.2s done [2025-06-12T01:43:43.840Z] #56 ... [2025-06-12T01:43:43.840Z] [2025-06-12T01:43:43.840Z] #61 [security-spire-server internal] load build context [2025-06-12T01:43:44.100Z] #61 ... [2025-06-12T01:43:44.100Z] [2025-06-12T01:43:44.100Z] #62 [security-spire-agent internal] load build context [2025-06-12T01:43:44.100Z] #62 ... [2025-06-12T01:43:44.100Z] [2025-06-12T01:43:44.100Z] #63 [security-spire-config internal] load build context [2025-06-12T01:43:44.360Z] #63 ... [2025-06-12T01:43:44.360Z] [2025-06-12T01:43:44.360Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-12T01:43:45.738Z] #64 ... [2025-06-12T01:43:45.738Z] [2025-06-12T01:43:45.738Z] #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:43:45.738Z] #59 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12.2s done [2025-06-12T01:43:45.738Z] #59 DONE 12.2s [2025-06-12T01:43:46.050Z] [2025-06-12T01:43:46.050Z] #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-12T01:43:47.965Z] #65 ... [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #52 [security-spiffe-token-provider internal] load build context [2025-06-12T01:43:47.965Z] #52 DONE 25.7s [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-12T01:43:47.965Z] #49 DONE 25.7s [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #53 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-12T01:43:47.965Z] #53 DONE 25.9s [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #40 [core-command internal] load build context [2025-06-12T01:43:47.965Z] #40 DONE 25.8s [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #39 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-12T01:43:47.965Z] #39 DONE 25.8s [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #44 [core-data internal] load build context [2025-06-12T01:43:47.965Z] #44 DONE 25.6s [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #46 [core-metadata internal] load build context [2025-06-12T01:43:47.965Z] #46 DONE 25.7s [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #45 [support-scheduler internal] load build context [2025-06-12T01:43:47.965Z] #45 DONE 25.7s [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #48 [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-12T01:43:47.965Z] #48 DONE 25.9s [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #41 [security-secretstore-setup internal] load build context [2025-06-12T01:43:47.965Z] #41 DONE 25.9s [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #42 [security-proxy-auth internal] load build context [2025-06-12T01:43:47.965Z] #42 DONE 25.8s [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-12T01:43:47.965Z] #60 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 14.2s done [2025-06-12T01:43:47.965Z] #60 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-12T01:43:47.965Z] #60 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-06-12T01:43:47.965Z] #60 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-06-12T01:43:47.965Z] #60 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s [2025-06-12T01:43:47.965Z] #60 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s [2025-06-12T01:43:47.965Z] #60 ... [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #56 [security-bootstrapper internal] load build context [2025-06-12T01:43:47.965Z] #56 DONE 25.9s [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #34 [support-notifications internal] load build context [2025-06-12T01:43:47.965Z] #34 DONE 25.7s [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #51 [core-keeper internal] load build context [2025-06-12T01:43:47.965Z] #51 DONE 26.0s [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #37 [core-common-config-bootstrapper internal] load build context [2025-06-12T01:43:47.965Z] #37 DONE 26.0s [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #61 [security-spire-server internal] load build context [2025-06-12T01:43:47.965Z] #61 transferring context: 23.80kB done [2025-06-12T01:43:47.965Z] #61 DONE 14.5s [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #62 [security-spire-agent internal] load build context [2025-06-12T01:43:47.965Z] #62 transferring context: 23.33kB done [2025-06-12T01:43:47.965Z] #62 DONE 14.5s [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #63 [security-spire-config internal] load build context [2025-06-12T01:43:47.965Z] #63 transferring context: 22.05kB done [2025-06-12T01:43:47.965Z] #63 DONE 14.5s [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #38 [security-proxy-setup internal] load build context [2025-06-12T01:43:47.965Z] #38 DONE 26.1s [2025-06-12T01:43:47.965Z] [2025-06-12T01:43:47.965Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-12T01:43:47.965Z] #60 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-06-12T01:43:47.965Z] #60 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-06-12T01:43:47.965Z] #60 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done [2025-06-12T01:43:47.965Z] #60 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [2025-06-12T01:43:47.965Z] #60 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0B / 15.53MB 0.3s [2025-06-12T01:43:47.965Z] #60 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.05MB / 15.53MB 0.4s [2025-06-12T01:43:47.965Z] #60 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be [2025-06-12T01:43:47.965Z] #60 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-06-12T01:43:48.223Z] #60 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 6.29MB / 15.53MB 0.5s [2025-06-12T01:43:48.223Z] #60 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.7s [2025-06-12T01:43:48.482Z] #60 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.7s done [2025-06-12T01:43:48.482Z] #60 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c [2025-06-12T01:43:49.923Z] #60 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.2s done [2025-06-12T01:43:49.923Z] #60 ... [2025-06-12T01:43:49.923Z] [2025-06-12T01:43:49.923Z] #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-12T01:43:49.923Z] #58 26.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:49.923Z] #58 26.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:49.923Z] #58 26.85 (1/7) Installing ca-certificates (20241121-r1) [2025-06-12T01:43:49.923Z] #58 26.86 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-12T01:43:49.923Z] #58 26.87 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-12T01:43:49.923Z] #58 26.88 (4/7) Installing libsodium (1.0.19-r0) [2025-06-12T01:43:49.923Z] #58 26.88 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-12T01:43:49.923Z] #58 26.91 (6/7) Installing libzmq (4.3.5-r2) [2025-06-12T01:43:49.923Z] #58 26.93 (7/7) Installing zeromq (4.3.5-r2) [2025-06-12T01:43:49.923Z] #58 27.06 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:43:49.923Z] #58 27.06 Executing ca-certificates-20241121-r1.trigger [2025-06-12T01:43:49.923Z] #58 27.11 OK: 12 MiB in 21 packages [2025-06-12T01:43:49.923Z] #58 DONE 27.6s [2025-06-12T01:43:49.923Z] [2025-06-12T01:43:49.923Z] #47 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-12T01:43:49.923Z] #47 26.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:49.923Z] #47 26.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:49.923Z] #47 27.22 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-12T01:43:49.923Z] #47 27.22 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:43:49.923Z] #47 27.23 OK: 8 MiB in 15 packages [2025-06-12T01:43:49.923Z] #47 DONE 28.0s [2025-06-12T01:43:49.923Z] [2025-06-12T01:43:49.923Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-12T01:43:49.923Z] #57 26.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:49.923Z] #57 26.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:49.923Z] #57 27.05 (1/3) Installing ca-certificates (20241121-r1) [2025-06-12T01:43:49.923Z] #57 27.07 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-12T01:43:49.923Z] #57 27.07 (3/3) Installing tzdata (2025b-r0) [2025-06-12T01:43:49.923Z] #57 27.25 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:43:49.923Z] #57 27.25 Executing ca-certificates-20241121-r1.trigger [2025-06-12T01:43:49.923Z] #57 27.29 OK: 10 MiB in 17 packages [2025-06-12T01:43:49.923Z] #57 DONE 27.8s [2025-06-12T01:43:49.923Z] [2025-06-12T01:43:49.923Z] #43 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-12T01:43:49.923Z] #43 26.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:49.923Z] #43 26.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:49.923Z] #43 26.97 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-12T01:43:49.923Z] #43 26.97 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:43:49.923Z] #43 26.99 OK: 8 MiB in 15 packages [2025-06-12T01:43:49.923Z] #43 DONE 27.7s [2025-06-12T01:43:49.923Z] [2025-06-12T01:43:49.923Z] #66 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-12T01:43:49.923Z] #0 2.029 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:49.923Z] #0 2.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:49.923Z] #0 2.420 OK: 248 MiB in 58 packages [2025-06-12T01:43:49.923Z] #66 DONE 3.0s [2025-06-12T01:43:49.923Z] [2025-06-12T01:43:49.923Z] #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:43:49.923Z] #59 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-06-12T01:43:49.923Z] #59 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-06-12T01:43:49.923Z] #59 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-06-12T01:43:49.923Z] #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-06-12T01:43:49.923Z] #59 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done [2025-06-12T01:43:49.923Z] #59 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-12T01:43:49.923Z] #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.7s done [2025-06-12T01:43:49.923Z] #59 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-06-12T01:43:49.923Z] #59 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-06-12T01:43:49.923Z] #59 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-06-12T01:43:49.923Z] #59 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.6s [2025-06-12T01:43:49.923Z] #59 ... [2025-06-12T01:43:49.923Z] [2025-06-12T01:43:49.923Z] #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-12T01:43:49.923Z] #67 DONE 3.0s [2025-06-12T01:43:49.923Z] [2025-06-12T01:43:49.923Z] #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:43:50.181Z] #59 ... [2025-06-12T01:43:50.181Z] [2025-06-12T01:43:50.181Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-12T01:43:50.181Z] #64 4.966 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.181Z] #64 5.058 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.181Z] #64 5.457 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-12T01:43:50.181Z] #64 5.457 v3.20.6-202-g3f1ee15473a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-12T01:43:50.181Z] #64 5.457 OK: 24171 distinct packages available [2025-06-12T01:43:50.181Z] #64 5.526 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.181Z] #64 5.645 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.181Z] #64 5.930 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-12T01:43:50.181Z] #64 5.937 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-12T01:43:50.181Z] #64 5.940 (3/4) Installing libucontext (1.2-r3) [2025-06-12T01:43:50.181Z] #64 5.947 (4/4) Installing gcompat (1.1.0-r4) [2025-06-12T01:43:50.181Z] #64 5.953 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:43:50.181Z] #64 5.957 OK: 8 MiB in 18 packages [2025-06-12T01:43:50.181Z] #64 DONE 6.3s [2025-06-12T01:43:50.181Z] [2025-06-12T01:43:50.181Z] #68 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:43:50.181Z] #68 DONE 0.3s [2025-06-12T01:43:50.181Z] [2025-06-12T01:43:50.181Z] #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:43:50.181Z] #59 ... [2025-06-12T01:43:50.181Z] [2025-06-12T01:43:50.181Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-12T01:43:50.181Z] #60 DONE 16.8s [2025-06-12T01:43:50.181Z] [2025-06-12T01:43:50.181Z] #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-12T01:43:50.181Z] #0 2.641 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.181Z] #0 2.736 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.181Z] #0 3.028 OK: 248 MiB in 58 packages [2025-06-12T01:43:50.181Z] #69 DONE 3.3s [2025-06-12T01:43:50.181Z] [2025-06-12T01:43:50.181Z] #70 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-06-12T01:43:50.181Z] #0 2.622 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.181Z] #0 2.693 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.181Z] #0 3.014 OK: 248 MiB in 58 packages [2025-06-12T01:43:50.181Z] #70 DONE 3.3s [2025-06-12T01:43:50.181Z] [2025-06-12T01:43:50.181Z] #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:43:50.440Z] #59 ... [2025-06-12T01:43:50.440Z] [2025-06-12T01:43:50.440Z] #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-12T01:43:50.440Z] #0 2.623 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.440Z] #0 2.699 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.440Z] #0 3.029 OK: 248 MiB in 58 packages [2025-06-12T01:43:50.440Z] #71 DONE 3.3s [2025-06-12T01:43:50.440Z] [2025-06-12T01:43:50.440Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-12T01:43:50.440Z] #55 26.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.440Z] #55 26.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.440Z] #55 27.19 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-12T01:43:50.440Z] #55 27.19 v3.20.6-202-g3f1ee15473a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-12T01:43:50.440Z] #55 27.19 OK: 24171 distinct packages available [2025-06-12T01:43:50.440Z] #55 27.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.440Z] #55 27.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.440Z] #55 27.66 (1/14) Installing ca-certificates (20241121-r1) [2025-06-12T01:43:50.440Z] #55 27.67 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-12T01:43:50.440Z] #55 27.69 (3/14) Installing c-ares (1.33.1-r0) [2025-06-12T01:43:50.440Z] #55 27.69 (4/14) Installing libunistring (1.2-r0) [2025-06-12T01:43:50.440Z] #55 27.71 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-12T01:43:50.440Z] #55 27.71 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-12T01:43:50.440Z] #55 27.72 (7/14) Installing libpsl (0.21.5-r1) [2025-06-12T01:43:50.440Z] #55 27.72 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-12T01:43:50.440Z] #55 27.74 (9/14) Installing libcurl (8.12.1-r0) [2025-06-12T01:43:50.440Z] #55 27.75 (10/14) Installing curl (8.12.1-r0) [2025-06-12T01:43:50.440Z] #55 27.76 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-12T01:43:50.440Z] #55 27.76 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-12T01:43:50.440Z] #55 27.77 (13/14) Installing libucontext (1.2-r3) [2025-06-12T01:43:50.440Z] #55 27.77 (14/14) Installing gcompat (1.1.0-r4) [2025-06-12T01:43:50.440Z] #55 27.78 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:43:50.440Z] #55 27.79 Executing ca-certificates-20241121-r1.trigger [2025-06-12T01:43:50.440Z] #55 27.87 OK: 13 MiB in 28 packages [2025-06-12T01:43:50.440Z] #55 DONE 28.3s [2025-06-12T01:43:50.440Z] [2025-06-12T01:43:50.440Z] #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-12T01:43:50.440Z] #65 6.261 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.440Z] #65 6.356 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.440Z] #65 6.808 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-12T01:43:50.440Z] #65 6.808 v3.20.6-202-g3f1ee15473a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-12T01:43:50.440Z] #65 6.808 OK: 24171 distinct packages available [2025-06-12T01:43:50.440Z] #65 6.888 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.440Z] #65 6.963 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.440Z] #65 7.308 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-12T01:43:50.440Z] #65 7.318 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-12T01:43:50.440Z] #65 7.325 (3/5) Installing libucontext (1.2-r3) [2025-06-12T01:43:50.440Z] #65 7.326 (4/5) Installing gcompat (1.1.0-r4) [2025-06-12T01:43:50.440Z] #65 7.331 (5/5) Installing openssl (3.3.3-r0) [2025-06-12T01:43:50.440Z] #65 7.342 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:43:50.440Z] #65 7.351 OK: 9 MiB in 19 packages [2025-06-12T01:43:50.440Z] #65 DONE 7.5s [2025-06-12T01:43:50.440Z] [2025-06-12T01:43:50.440Z] #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:43:50.440Z] #59 ... [2025-06-12T01:43:50.440Z] [2025-06-12T01:43:50.440Z] #72 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:43:50.440Z] #72 DONE 0.1s [2025-06-12T01:43:50.440Z] [2025-06-12T01:43:50.440Z] #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:43:50.440Z] #73 DONE 0.2s [2025-06-12T01:43:50.440Z] [2025-06-12T01:43:50.440Z] #74 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:43:50.440Z] #74 DONE 0.2s [2025-06-12T01:43:50.440Z] [2025-06-12T01:43:50.440Z] #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:43:50.698Z] #59 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.3s done [2025-06-12T01:43:50.698Z] #59 ... [2025-06-12T01:43:50.698Z] [2025-06-12T01:43:50.698Z] #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-12T01:43:50.698Z] #0 2.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.698Z] #0 2.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.698Z] #0 3.041 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-12T01:43:50.698Z] #0 3.041 v3.20.6-202-g3f1ee15473a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-12T01:43:50.698Z] #0 3.041 OK: 24171 distinct packages available [2025-06-12T01:43:50.698Z] #0 3.117 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.698Z] #0 3.196 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:50.698Z] #0 3.479 OK: 248 MiB in 58 packages [2025-06-12T01:43:50.698Z] #75 DONE 3.7s [2025-06-12T01:43:50.698Z] [2025-06-12T01:43:50.698Z] #59 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:43:50.957Z] #59 DONE 16.0s [2025-06-12T01:43:50.957Z] [2025-06-12T01:43:50.957Z] #76 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:43:50.957Z] #76 DONE 0.1s [2025-06-12T01:43:50.957Z] [2025-06-12T01:43:50.957Z] #77 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:43:51.891Z] #77 ... [2025-06-12T01:43:51.891Z] [2025-06-12T01:43:51.891Z] #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-12T01:43:51.891Z] #0 3.460 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:51.891Z] #0 3.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:51.891Z] #0 3.849 OK: 8 MiB in 16 packages [2025-06-12T01:43:51.891Z] #78 DONE 3.9s [2025-06-12T01:43:51.891Z] [2025-06-12T01:43:51.891Z] #79 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-12T01:43:52.455Z] #79 ... [2025-06-12T01:43:52.455Z] [2025-06-12T01:43:52.455Z] #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-12T01:43:52.455Z] #0 3.249 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:52.455Z] #0 4.333 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:52.455Z] #0 4.624 OK: 19 MiB in 18 packages [2025-06-12T01:43:52.455Z] #80 DONE 4.7s [2025-06-12T01:43:52.712Z] [2025-06-12T01:43:52.712Z] #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-12T01:43:52.712Z] #0 3.224 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:52.712Z] #0 4.337 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:52.712Z] #0 4.710 OK: 19 MiB in 18 packages [2025-06-12T01:43:52.712Z] #81 DONE 4.8s [2025-06-12T01:43:52.712Z] [2025-06-12T01:43:52.712Z] #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-12T01:43:52.712Z] #82 DONE 0.0s [2025-06-12T01:43:52.712Z] [2025-06-12T01:43:52.712Z] #83 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-06-12T01:43:52.712Z] #0 2.288 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:52.712Z] #0 2.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:52.712Z] #0 2.686 OK: 8 MiB in 15 packages [2025-06-12T01:43:52.712Z] #83 DONE 2.9s [2025-06-12T01:43:52.712Z] [2025-06-12T01:43:52.712Z] #84 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-12T01:43:52.712Z] #0 2.311 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:52.712Z] #0 2.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:52.712Z] #0 2.726 OK: 10 MiB in 17 packages [2025-06-12T01:43:52.712Z] #84 DONE 2.8s [2025-06-12T01:43:52.712Z] [2025-06-12T01:43:52.712Z] #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-12T01:43:52.712Z] #0 2.338 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:52.712Z] #0 2.415 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:52.712Z] #0 2.789 OK: 12 MiB in 21 packages [2025-06-12T01:43:52.969Z] #85 DONE 3.0s [2025-06-12T01:43:52.969Z] [2025-06-12T01:43:52.969Z] #86 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-12T01:43:52.969Z] #0 2.525 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:52.969Z] #0 2.708 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:52.969Z] #0 3.005 OK: 8 MiB in 15 packages [2025-06-12T01:43:53.226Z] #86 DONE 3.3s [2025-06-12T01:43:53.226Z] [2025-06-12T01:43:53.226Z] #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-12T01:43:53.226Z] #0 2.955 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:53.484Z] #87 3.029 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:53.742Z] #87 ... [2025-06-12T01:43:53.742Z] [2025-06-12T01:43:53.742Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-12T01:43:53.742Z] #0 3.100 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:53.742Z] #0 3.173 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:53.742Z] #0 3.494 OK: 8 MiB in 18 packages [2025-06-12T01:43:53.742Z] #88 DONE 3.6s [2025-06-12T01:43:53.742Z] [2025-06-12T01:43:53.742Z] #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-12T01:43:53.742Z] #87 3.335 OK: 9 MiB in 19 packages [2025-06-12T01:43:53.742Z] #87 DONE 3.4s [2025-06-12T01:43:53.742Z] [2025-06-12T01:43:53.742Z] #89 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-12T01:43:55.123Z] #89 DONE 1.5s [2025-06-12T01:43:55.124Z] [2025-06-12T01:43:55.124Z] #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-12T01:43:55.124Z] #0 3.129 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:55.124Z] #0 3.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:55.124Z] #0 3.559 OK: 13 MiB in 28 packages [2025-06-12T01:43:55.124Z] #90 DONE 5.0s [2025-06-12T01:43:55.124Z] [2025-06-12T01:43:55.124Z] #91 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-12T01:43:55.383Z] #91 DONE 1.5s [2025-06-12T01:43:55.383Z] [2025-06-12T01:43:55.383Z] #92 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-12T01:43:55.383Z] #92 DONE 1.6s [2025-06-12T01:43:55.383Z] [2025-06-12T01:43:55.383Z] #93 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-12T01:43:55.383Z] #93 DONE 0.1s [2025-06-12T01:43:55.383Z] [2025-06-12T01:43:55.383Z] #94 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-12T01:43:55.383Z] #94 ... [2025-06-12T01:43:55.383Z] [2025-06-12T01:43:55.383Z] #95 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-12T01:43:55.383Z] #95 DONE 0.1s [2025-06-12T01:43:55.641Z] [2025-06-12T01:43:55.641Z] #96 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-12T01:43:56.206Z] #96 DONE 0.7s [2025-06-12T01:43:56.206Z] [2025-06-12T01:43:56.206Z] #97 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-12T01:43:56.206Z] #97 DONE 0.6s [2025-06-12T01:43:56.206Z] [2025-06-12T01:43:56.206Z] #94 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-12T01:43:56.206Z] #94 DONE 0.7s [2025-06-12T01:43:56.206Z] [2025-06-12T01:43:56.206Z] #79 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-12T01:43:56.206Z] #79 DONE 4.3s [2025-06-12T01:43:56.206Z] [2025-06-12T01:43:56.206Z] #98 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-12T01:43:56.206Z] #98 DONE 0.1s [2025-06-12T01:43:56.206Z] [2025-06-12T01:43:56.206Z] #99 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-12T01:43:56.206Z] #99 DONE 0.1s [2025-06-12T01:43:56.206Z] [2025-06-12T01:43:56.206Z] #100 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-12T01:43:56.206Z] #100 DONE 0.1s [2025-06-12T01:43:56.206Z] [2025-06-12T01:43:56.206Z] #101 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-12T01:43:56.206Z] #101 DONE 0.1s [2025-06-12T01:43:56.206Z] [2025-06-12T01:43:56.206Z] #102 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-12T01:43:56.206Z] #102 DONE 0.1s [2025-06-12T01:43:56.206Z] [2025-06-12T01:43:56.206Z] #103 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-12T01:43:56.206Z] #103 DONE 0.1s [2025-06-12T01:43:56.206Z] [2025-06-12T01:43:56.206Z] #104 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-12T01:43:56.206Z] #104 DONE 0.1s [2025-06-12T01:43:56.206Z] [2025-06-12T01:43:56.206Z] #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-12T01:43:56.206Z] #105 DONE 0.1s [2025-06-12T01:43:56.206Z] [2025-06-12T01:43:56.206Z] #106 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-12T01:43:56.206Z] #106 DONE 0.1s [2025-06-12T01:43:56.206Z] [2025-06-12T01:43:56.206Z] #107 [security-spire-config] exporting to image [2025-06-12T01:43:56.206Z] #107 exporting layers [2025-06-12T01:43:56.464Z] #107 ... [2025-06-12T01:43:56.464Z] [2025-06-12T01:43:56.464Z] #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-12T01:43:56.464Z] #108 DONE 0.1s [2025-06-12T01:43:56.464Z] [2025-06-12T01:43:56.464Z] #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-12T01:43:56.464Z] #109 DONE 0.0s [2025-06-12T01:43:56.464Z] [2025-06-12T01:43:56.464Z] #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-12T01:43:56.464Z] #110 DONE 0.0s [2025-06-12T01:43:56.464Z] [2025-06-12T01:43:56.464Z] #107 [security-spire-server] exporting to image [2025-06-12T01:43:57.397Z] #107 exporting layers 0.8s done [2025-06-12T01:43:57.397Z] #107 writing image sha256:8eeaac8661065d3dc2da1ade507c59e04e3c1b15e45f5b0a6a581cbafd29a746 0.0s done [2025-06-12T01:43:57.397Z] #107 naming to docker.io/library/security-spire-config done [2025-06-12T01:43:57.397Z] #107 writing image sha256:56c847118a30ae491e4a078f2cdae2bb1326035ae1cd929d173c47abe4fa1f07 0.0s done [2025-06-12T01:43:57.397Z] #107 naming to docker.io/library/security-spire-server done [2025-06-12T01:43:57.397Z] #107 writing image sha256:8d5cb8cee0b7ce10f803356836caf13ef54790f6d60ae94b9f221657f3ab5654 [2025-06-12T01:43:57.397Z] #107 writing image sha256:8d5cb8cee0b7ce10f803356836caf13ef54790f6d60ae94b9f221657f3ab5654 done [2025-06-12T01:43:57.397Z] #107 naming to docker.io/library/security-spire-agent done [2025-06-12T01:43:57.397Z] #107 DONE 1.0s [2025-06-12T01:43:57.397Z] [2025-06-12T01:43:57.397Z] #111 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-12T01:43:57.397Z] #0 3.603 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:57.397Z] #0 6.255 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:57.397Z] #0 9.583 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-12T01:43:58.333Z] #111 ... [2025-06-12T01:43:58.333Z] [2025-06-12T01:43:58.333Z] #112 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-12T01:43:58.333Z] #0 2.524 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:58.333Z] #0 5.162 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-12T01:43:58.333Z] #0 8.453 OK: 248 MiB in 58 packages [2025-06-12T01:43:57.626Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-06-12T01:43:57.649Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-12T01:43:58.582Z] Avoid second fetch [2025-06-12T01:43:58.583Z] Checking out Revision 45e419daa151ee63a4257541cf143636bce1c2b4 (main) [2025-06-12T01:43:58.897Z] #112 DONE 8.6s [2025-06-12T01:43:58.898Z] [2025-06-12T01:43:58.898Z] #113 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-12T01:43:58.898Z] #113 DONE 0.1s [2025-06-12T01:43:58.898Z] [2025-06-12T01:43:58.898Z] #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:43:59.157Z] #114 ... [2025-06-12T01:43:59.157Z] [2025-06-12T01:43:59.157Z] #111 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-12T01:43:59.157Z] #111 11.06 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:43:59.157Z] #111 11.07 OK: 8 MiB in 15 packages [2025-06-12T01:43:59.157Z] #111 DONE 11.2s [2025-06-12T01:43:59.157Z] [2025-06-12T01:43:59.157Z] #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:43:59.522Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5178)" [2025-06-12T01:44:00.090Z] #115 ... [2025-06-12T01:44:00.090Z] [2025-06-12T01:44:00.090Z] #116 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:44:00.352Z] #116 ... [2025-06-12T01:44:00.352Z] [2025-06-12T01:44:00.352Z] #117 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:44:00.352Z] #117 ... [2025-06-12T01:44:00.352Z] [2025-06-12T01:44:00.352Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:43:58.602Z] > git config core.sparsecheckout # timeout=10 [2025-06-12T01:43:58.678Z] > git checkout -f 45e419daa151ee63a4257541cf143636bce1c2b4 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-12T01:44:04.313Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-12T01:44:04.313Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-12T01:44:04.313Z] Dload Upload Total Spent Left Speed [2025-06-12T01:44:04.313Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 167k 0 --:--:-- --:--:-- --:--:-- 167k [Pipeline] sh [2025-06-12T01:44:04.658Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-12T01:44:05.012Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-06-12T01:44:05.012Z] + sudo tee /etc/docker/daemon.new [2025-06-12T01:44:05.012Z] { [2025-06-12T01:44:05.012Z] "registry-mirrors": [ [2025-06-12T01:44:05.012Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-12T01:44:05.012Z] ], [2025-06-12T01:44:05.012Z] "bip": "10.250.0.254/24", [2025-06-12T01:44:05.012Z] "hosts": [ [2025-06-12T01:44:05.012Z] "tcp://0.0.0.0:5555", [2025-06-12T01:44:05.012Z] "unix:///var/run/docker.sock" [2025-06-12T01:44:05.012Z] ], [2025-06-12T01:44:05.012Z] "mtu": 1458, [2025-06-12T01:44:05.012Z] "selinux-enabled": true, [2025-06-12T01:44:05.012Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-12T01:44:05.012Z] } [Pipeline] sh [2025-06-12T01:44:05.366Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-12T01:44:05.712Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-12T01:44:24.024Z] provisioning config files... [2025-06-12T01:44:24.062Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/852@tmp/config3237023822541105296tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:44:24.553Z] ---> ****-login.sh [2025-06-12T01:44:24.553Z] nexus3.edgexfoundry.org:10001 [2025-06-12T01:44:25.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:44:25.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:44:25.139Z] Configure a credential helper to remove this warning. See [2025-06-12T01:44:25.139Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:44:25.139Z] [2025-06-12T01:44:25.139Z] Login Succeeded [2025-06-12T01:44:25.139Z] nexus3.edgexfoundry.org:10002 [2025-06-12T01:44:25.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:44:25.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:44:25.676Z] Configure a credential helper to remove this warning. See [2025-06-12T01:44:25.676Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:44:25.676Z] [2025-06-12T01:44:25.676Z] Login Succeeded [2025-06-12T01:44:25.677Z] nexus3.edgexfoundry.org:10003 [2025-06-12T01:44:25.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:44:25.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:44:25.946Z] Configure a credential helper to remove this warning. See [2025-06-12T01:44:25.946Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:44:25.946Z] [2025-06-12T01:44:25.946Z] Login Succeeded [2025-06-12T01:44:25.946Z] nexus3.edgexfoundry.org:10004 [2025-06-12T01:44:26.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:44:26.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:44:26.221Z] Configure a credential helper to remove this warning. See [2025-06-12T01:44:26.221Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:44:26.221Z] [2025-06-12T01:44:26.221Z] Login Succeeded [2025-06-12T01:44:26.221Z] ****.io [2025-06-12T01:44:26.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:44:26.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:44:26.764Z] Configure a credential helper to remove this warning. See [2025-06-12T01:44:26.764Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:44:26.764Z] [2025-06-12T01:44:26.764Z] Login Succeeded [2025-06-12T01:44:26.764Z] ---> ****-login.sh ends [Pipeline] } [2025-06-12T01:44:26.778Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2025-06-12T01:44:26.898Z] #118 DONE 33.5s [2025-06-12T01:44:26.898Z] [2025-06-12T01:44:26.898Z] #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:44:26.898Z] #114 DONE 25.3s [2025-06-12T01:44:26.898Z] [2025-06-12T01:44:26.898Z] #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:44:26.898Z] #115 DONE 33.4s [2025-06-12T01:44:26.898Z] [2025-06-12T01:44:26.898Z] #77 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:44:26.898Z] #77 DONE 33.1s [2025-06-12T01:44:26.898Z] [2025-06-12T01:44:26.898Z] #117 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:44:26.898Z] #117 DONE 33.5s [2025-06-12T01:44:26.898Z] [2025-06-12T01:44:26.898Z] #116 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:44:26.898Z] #116 DONE 33.8s [2025-06-12T01:44:26.898Z] [2025-06-12T01:44:26.898Z] #119 [core-keeper builder 7/8] COPY . . [Pipeline] sh [2025-06-12T01:44:27.422Z] + git config --global --add safe.directory /w/workspace/edgex-go/852 [Pipeline] echo [2025-06-12T01:44:27.442Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-12T01:44:27.465Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-12T01:44:27.484Z] ========================================================= [2025-06-12T01:44:27.484Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-06-12T01:44:27.484Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-12T01:44:27.812Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-12T01:44:27.812Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-06-12T01:44:27.812Z] 94e9d8af2201: Pulling fs layer [2025-06-12T01:44:27.812Z] 634366ca850b: Pulling fs layer [2025-06-12T01:44:27.812Z] f66ade281fe9: Pulling fs layer [2025-06-12T01:44:27.812Z] 13fd4ce6e94e: Pulling fs layer [2025-06-12T01:44:27.812Z] 4f4fb700ef54: Pulling fs layer [2025-06-12T01:44:27.812Z] 4cccf3f17d63: Pulling fs layer [2025-06-12T01:44:27.812Z] 2d8010953d95: Pulling fs layer [2025-06-12T01:44:27.812Z] ec743f232bc5: Pulling fs layer [2025-06-12T01:44:27.812Z] 4cccf3f17d63: Waiting [2025-06-12T01:44:27.812Z] 2d8010953d95: Waiting [2025-06-12T01:44:27.812Z] 13fd4ce6e94e: Waiting [2025-06-12T01:44:27.812Z] 4f4fb700ef54: Waiting [2025-06-12T01:44:27.812Z] ec743f232bc5: Waiting [2025-06-12T01:44:28.082Z] 634366ca850b: Verifying Checksum [2025-06-12T01:44:28.082Z] 634366ca850b: Download complete [2025-06-12T01:44:28.082Z] 13fd4ce6e94e: Verifying Checksum [2025-06-12T01:44:28.082Z] 13fd4ce6e94e: Download complete [2025-06-12T01:44:28.082Z] 4f4fb700ef54: Verifying Checksum [2025-06-12T01:44:28.082Z] 4f4fb700ef54: Download complete [2025-06-12T01:44:28.082Z] 4cccf3f17d63: Verifying Checksum [2025-06-12T01:44:28.082Z] 4cccf3f17d63: Download complete [2025-06-12T01:44:28.082Z] 94e9d8af2201: Verifying Checksum [2025-06-12T01:44:28.082Z] 94e9d8af2201: Download complete [2025-06-12T01:44:28.672Z] ec743f232bc5: Verifying Checksum [2025-06-12T01:44:28.672Z] ec743f232bc5: Download complete [2025-06-12T01:44:29.260Z] 94e9d8af2201: Pull complete [2025-06-12T01:44:29.846Z] 634366ca850b: Pull complete [2025-06-12T01:44:30.116Z] f66ade281fe9: Verifying Checksum [2025-06-12T01:44:30.116Z] f66ade281fe9: Download complete [2025-06-12T01:44:31.556Z] 2d8010953d95: Verifying Checksum [2025-06-12T01:44:31.556Z] 2d8010953d95: Download complete [2025-06-12T01:44:35.018Z] #119 ... [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #120 [support-scheduler builder 6/7] COPY . . [2025-06-12T01:44:35.018Z] #120 ... [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #121 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-12T01:44:35.018Z] #121 ... [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #120 [support-scheduler builder 6/7] COPY . . [2025-06-12T01:44:35.018Z] #120 DONE 10.6s [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #122 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-12T01:44:35.018Z] #122 DONE 10.6s [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #119 [core-keeper builder 7/8] COPY . . [2025-06-12T01:44:35.018Z] #119 DONE 10.5s [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #123 [core-data builder 6/7] COPY . . [2025-06-12T01:44:35.018Z] #123 CACHED [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #124 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:44:35.018Z] #124 CACHED [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #125 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:44:35.018Z] #125 CACHED [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #126 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:44:35.018Z] #126 CACHED [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #127 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:44:35.018Z] #127 CACHED [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #128 [core-command builder 6/7] COPY . . [2025-06-12T01:44:35.018Z] #128 CACHED [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #129 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:44:35.018Z] #129 CACHED [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #130 [core-metadata builder 6/7] COPY . . [2025-06-12T01:44:35.018Z] #130 CACHED [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #131 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:44:35.018Z] #131 CACHED [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #132 [security-proxy-auth builder 6/7] COPY . . [2025-06-12T01:44:35.018Z] #132 CACHED [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #133 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:44:35.018Z] #133 CACHED [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #134 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:44:35.018Z] #134 CACHED [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #135 [support-notifications builder 6/7] COPY . . [2025-06-12T01:44:35.018Z] #135 DONE 10.6s [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #136 [security-secretstore-setup builder 6/7] COPY . . [2025-06-12T01:44:35.018Z] #136 CACHED [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #137 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:44:35.018Z] #137 CACHED [2025-06-12T01:44:35.018Z] [2025-06-12T01:44:35.018Z] #138 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:44:35.018Z] #138 CACHED [2025-06-12T01:44:35.019Z] [2025-06-12T01:44:35.019Z] #139 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:44:35.019Z] #139 CACHED [2025-06-12T01:44:35.019Z] [2025-06-12T01:44:35.019Z] #140 [security-bootstrapper builder 6/7] COPY . . [2025-06-12T01:44:35.019Z] #140 CACHED [2025-06-12T01:44:35.019Z] [2025-06-12T01:44:35.019Z] #141 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:44:35.019Z] #141 CACHED [2025-06-12T01:44:35.019Z] [2025-06-12T01:44:35.019Z] #121 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-12T01:44:35.019Z] #121 DONE 10.6s [2025-06-12T01:44:35.019Z] [2025-06-12T01:44:35.019Z] #142 [security-proxy-setup builder 6/7] COPY . . [2025-06-12T01:44:35.019Z] #142 DONE 10.6s [2025-06-12T01:44:35.019Z] [2025-06-12T01:44:35.019Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-12T01:44:36.397Z] #143 1.574 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-12T01:44:44.728Z] #143 ... [2025-06-12T01:44:44.728Z] [2025-06-12T01:44:44.728Z] #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-12T01:44:44.728Z] #0 1.148 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-12T01:44:44.728Z] #144 ... [2025-06-12T01:44:44.728Z] [2025-06-12T01:44:44.728Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-12T01:44:44.728Z] #0 0.531 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-12T01:44:44.728Z] #145 ... [2025-06-12T01:44:44.728Z] [2025-06-12T01:44:44.728Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-12T01:44:44.728Z] #0 0.843 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-12T01:44:45.024Z] #146 ... [2025-06-12T01:44:45.024Z] [2025-06-12T01:44:45.024Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-12T01:44:45.024Z] #0 1.237 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-12T01:44:45.024Z] #147 ... [2025-06-12T01:44:45.024Z] [2025-06-12T01:44:45.024Z] #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-12T01:44:45.024Z] #0 0.753 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-12T01:44:45.320Z] #148 ... [2025-06-12T01:44:45.320Z] [2025-06-12T01:44:45.320Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-12T01:44:45.320Z] #0 1.000 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-12T01:44:45.320Z] #149 ... [2025-06-12T01:44:45.320Z] [2025-06-12T01:44:45.320Z] #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-12T01:44:45.320Z] #0 1.170 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-12T01:44:45.610Z] #150 ... [2025-06-12T01:44:45.610Z] [2025-06-12T01:44:45.610Z] #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-12T01:44:45.610Z] #0 1.368 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-12T01:44:45.610Z] #151 ... [2025-06-12T01:44:45.610Z] [2025-06-12T01:44:45.610Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-12T01:44:45.610Z] #0 0.654 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-12T01:44:45.889Z] #152 ... [2025-06-12T01:44:45.889Z] [2025-06-12T01:44:45.889Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-12T01:44:45.889Z] #0 1.686 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-12T01:44:45.889Z] #153 ... [2025-06-12T01:44:45.889Z] [2025-06-12T01:44:45.889Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-12T01:44:45.889Z] #0 0.925 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-12T01:44:47.022Z] f66ade281fe9: Pull complete [2025-06-12T01:44:47.022Z] 13fd4ce6e94e: Pull complete [2025-06-12T01:44:47.022Z] 4f4fb700ef54: Pull complete [2025-06-12T01:44:47.022Z] 4cccf3f17d63: Pull complete [2025-06-12T01:44:53.681Z] 2d8010953d95: Pull complete [2025-06-12T01:44:56.277Z] ec743f232bc5: Pull complete [2025-06-12T01:44:56.277Z] Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda [2025-06-12T01:44:56.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-12T01:44:56.277Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-06-12T01:44:56.626Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-12T01:44:56.626Z] WORKDIR /edgex [2025-06-12T01:44:56.626Z] COPY go.mod . [2025-06-12T01:44:56.626Z] RUN go mod downloaddocker [2025-06-12T01:44:56.626Z] build -t ci-base-image-arm64 -f - . [2025-06-12T01:44:57.601Z] Sending build context to Docker daemon 3.698MB [2025-06-12T01:44:57.601Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-12T01:44:57.601Z] ---> 12c1d4c06be1 [2025-06-12T01:44:57.601Z] Step 2/4 : WORKDIR /edgex [2025-06-12T01:44:59.563Z] ---> Running in e63ef368aa91 [2025-06-12T01:44:59.833Z] Removing intermediate container e63ef368aa91 [2025-06-12T01:44:59.834Z] ---> 7b4554482816 [2025-06-12T01:44:59.834Z] Step 3/4 : COPY go.mod . [2025-06-12T01:45:00.101Z] ---> e576f7b2e1a3 [2025-06-12T01:45:00.101Z] Step 4/4 : RUN go mod download [2025-06-12T01:45:00.370Z] ---> Running in 9f62673548f9 [2025-06-12T01:46:07.305Z] #154 ... [2025-06-12T01:46:07.305Z] [2025-06-12T01:46:07.305Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-12T01:46:07.305Z] #147 DONE 86.6s [2025-06-12T01:46:07.305Z] [2025-06-12T01:46:07.305Z] #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-12T01:46:07.305Z] #148 DONE 86.6s [2025-06-12T01:46:07.305Z] [2025-06-12T01:46:07.305Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T01:46:07.305Z] #155 DONE 0.4s [2025-06-12T01:46:07.305Z] [2025-06-12T01:46:07.305Z] #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-12T01:46:07.305Z] #156 DONE 0.4s [2025-06-12T01:46:07.305Z] [2025-06-12T01:46:07.305Z] #157 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-12T01:46:07.305Z] #157 DONE 0.1s [2025-06-12T01:46:07.305Z] [2025-06-12T01:46:07.305Z] #158 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-06-12T01:46:07.305Z] #158 DONE 0.3s [2025-06-12T01:46:07.305Z] [2025-06-12T01:46:07.305Z] #159 [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-12T01:46:07.305Z] #159 DONE 0.3s [2025-06-12T01:46:07.305Z] [2025-06-12T01:46:07.306Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-12T01:46:07.306Z] #160 ... [2025-06-12T01:46:07.306Z] [2025-06-12T01:46:07.306Z] #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-06-12T01:46:07.306Z] #161 DONE 0.2s [2025-06-12T01:46:07.306Z] [2025-06-12T01:46:07.306Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-12T01:46:07.306Z] #160 DONE 1.1s [2025-06-12T01:46:07.306Z] [2025-06-12T01:46:07.306Z] #162 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T01:46:07.306Z] #162 DONE 0.2s [2025-06-12T01:46:07.306Z] [2025-06-12T01:46:07.306Z] #163 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-12T01:46:07.306Z] #163 DONE 0.4s [2025-06-12T01:46:07.306Z] [2025-06-12T01:46:07.306Z] #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-12T01:46:07.306Z] #164 DONE 1.2s [2025-06-12T01:46:07.306Z] [2025-06-12T01:46:07.306Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-12T01:46:07.306Z] #165 DONE 0.3s [2025-06-12T01:46:07.306Z] [2025-06-12T01:46:07.306Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-12T01:46:07.306Z] #166 DONE 0.1s [2025-06-12T01:46:07.306Z] [2025-06-12T01:46:07.306Z] #107 [core-common-config-bootstrapper] exporting to image [2025-06-12T01:46:07.306Z] #107 exporting layers [2025-06-12T01:46:07.306Z] #107 ... [2025-06-12T01:46:07.306Z] [2025-06-12T01:46:07.306Z] #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-12T01:46:07.306Z] #167 DONE 0.2s [2025-06-12T01:46:07.306Z] [2025-06-12T01:46:07.306Z] #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-12T01:46:07.306Z] #168 DONE 0.1s [2025-06-12T01:46:07.306Z] [2025-06-12T01:46:07.306Z] #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-12T01:46:07.306Z] #150 ... [2025-06-12T01:46:07.306Z] [2025-06-12T01:46:07.306Z] #107 [core-common-config-bootstrapper] exporting to image [2025-06-12T01:46:07.306Z] #107 exporting layers 0.4s done [2025-06-12T01:46:07.306Z] #107 writing image sha256:b9e33d419ed3555f848c345946e34f59689bf72764beb8f0425786043d2679cc 0.0s done [2025-06-12T01:46:07.306Z] #107 naming to docker.io/library/core-common-config-bootstrapper done [2025-06-12T01:46:07.306Z] #107 DONE 1.4s [2025-06-12T01:46:07.306Z] [2025-06-12T01:46:07.306Z] #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-12T01:46:07.306Z] #169 DONE 0.2s [2025-06-12T01:46:07.306Z] [2025-06-12T01:46:07.306Z] #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-12T01:46:07.306Z] #150 ... [2025-06-12T01:46:07.306Z] [2025-06-12T01:46:07.306Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-12T01:46:07.306Z] #170 DONE 0.1s [2025-06-12T01:46:07.306Z] [2025-06-12T01:46:07.306Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-12T01:46:07.306Z] #171 DONE 1.2s [2025-06-12T01:46:07.306Z] [2025-06-12T01:46:07.306Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-12T01:46:07.306Z] #143 ... [2025-06-12T01:46:07.306Z] [2025-06-12T01:46:07.306Z] #107 [security-bootstrapper] exporting to image [2025-06-12T01:46:07.306Z] #107 exporting layers 0.5s done [2025-06-12T01:46:07.306Z] #107 writing image sha256:80bd3e60ec2ce86b22ce4cc681b44c9c7cf861c2e03376bb6beef812b05f56be done [2025-06-12T01:46:07.306Z] #107 naming to docker.io/library/security-bootstrapper done [2025-06-12T01:46:07.306Z] #107 DONE 2.0s [2025-06-12T01:46:07.306Z] [2025-06-12T01:46:07.306Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-12T01:46:08.375Z] Removing intermediate container 9f62673548f9 [2025-06-12T01:46:08.375Z] ---> 157438a908a8 [2025-06-12T01:46:08.375Z] Successfully built 157438a908a8 [2025-06-12T01:46:08.375Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:46:08.717Z] + docker inspect -f . ci-base-image-arm64 [2025-06-12T01:46:08.718Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T01:46:08.957Z] prd-ubuntu20.04-docker-arm64-4c-16g-3171 does not seem to be running inside a container [2025-06-12T01:46:09.036Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@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-12T01:46:10.358Z] $ docker top 47528a9059ff8304cb4c6b4dbb86662e51744c45c264e3e35eae69d26af5d8c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-12T01:46:11.211Z] + go version [2025-06-12T01:46:11.211Z] go version go1.23.8 linux/arm64 [Pipeline] } [2025-06-12T01:46:11.234Z] $ docker stop --time=1 47528a9059ff8304cb4c6b4dbb86662e51744c45c264e3e35eae69d26af5d8c6 [2025-06-12T01:46:12.860Z] $ docker rm -f --volumes 47528a9059ff8304cb4c6b4dbb86662e51744c45c264e3e35eae69d26af5d8c6 [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-12T01:46:13.582Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-12T01:46:13.582Z] [2025-06-12T01:46:13.582Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:46:13.939Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-12T01:46:13.939Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-06-12T01:46:13.939Z] 547446be3368: Pulling fs layer [2025-06-12T01:46:13.939Z] d125d8839a47: Pulling fs layer [2025-06-12T01:46:13.939Z] 3e85d5ac6304: Pulling fs layer [2025-06-12T01:46:13.939Z] c3105a71a48b: Pulling fs layer [2025-06-12T01:46:13.939Z] 0f093f025ec4: Pulling fs layer [2025-06-12T01:46:13.939Z] c3106fc0e877: Pulling fs layer [2025-06-12T01:46:13.939Z] c3105a71a48b: Waiting [2025-06-12T01:46:13.939Z] 0f093f025ec4: Waiting [2025-06-12T01:46:13.939Z] c3106fc0e877: Waiting [2025-06-12T01:46:14.208Z] 547446be3368: Download complete [2025-06-12T01:46:14.208Z] c3105a71a48b: Verifying Checksum [2025-06-12T01:46:14.208Z] c3105a71a48b: Download complete [2025-06-12T01:46:14.480Z] d125d8839a47: Verifying Checksum [2025-06-12T01:46:14.480Z] d125d8839a47: Download complete [2025-06-12T01:46:14.480Z] c3106fc0e877: Verifying Checksum [2025-06-12T01:46:14.480Z] c3106fc0e877: Download complete [2025-06-12T01:46:14.752Z] 0f093f025ec4: Verifying Checksum [2025-06-12T01:46:14.752Z] 0f093f025ec4: Download complete [2025-06-12T01:46:15.341Z] 547446be3368: Pull complete [2025-06-12T01:46:16.772Z] 3e85d5ac6304: Verifying Checksum [2025-06-12T01:46:16.772Z] 3e85d5ac6304: Download complete [2025-06-12T01:46:16.772Z] d125d8839a47: Pull complete [2025-06-12T01:46:26.870Z] 3e85d5ac6304: Pull complete [2025-06-12T01:46:26.870Z] c3105a71a48b: Pull complete [2025-06-12T01:46:27.139Z] 0f093f025ec4: Pull complete [2025-06-12T01:46:27.409Z] c3106fc0e877: Pull complete [2025-06-12T01:46:27.409Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-06-12T01:46:27.409Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-12T01:46:27.409Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T01:46:27.628Z] prd-ubuntu20.04-docker-arm64-4c-16g-3171 does not seem to be running inside a container [2025-06-12T01:46:27.701Z] $ 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/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@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-12T01:46:29.812Z] $ docker top fdc79af9ff5bdd317ce73a2b1fcc4c791309ed0f7f50cc279fdf264dea530ae3 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-12T01:46:30.658Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-12T01:46:40.729Z] #1 [core-command internal] load build definition from Dockerfile [2025-06-12T01:46:40.729Z] #1 transferring dockerfile: [2025-06-12T01:46:40.729Z] #1 transferring dockerfile: 1.94kB 0.0s done [2025-06-12T01:46:40.729Z] #1 DONE 0.1s [2025-06-12T01:46:40.729Z] [2025-06-12T01:46:40.729Z] #2 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-12T01:46:40.729Z] #2 transferring dockerfile: 2.23kB done [2025-06-12T01:46:40.729Z] #2 DONE 0.0s [2025-06-12T01:46:40.729Z] [2025-06-12T01:46:40.729Z] #3 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-12T01:46:40.729Z] #3 transferring dockerfile: 2.49kB done [2025-06-12T01:46:40.729Z] #3 DONE 0.1s [2025-06-12T01:46:40.729Z] [2025-06-12T01:46:40.729Z] #4 [core-data internal] load build definition from Dockerfile [2025-06-12T01:46:40.729Z] #4 transferring dockerfile: 2.04kB done [2025-06-12T01:46:40.729Z] #4 DONE 0.1s [2025-06-12T01:46:40.729Z] [2025-06-12T01:46:40.729Z] #5 [core-keeper internal] load build definition from Dockerfile [2025-06-12T01:46:40.729Z] #5 transferring dockerfile: 2.01kB 0.0s done [2025-06-12T01:46:40.729Z] #5 DONE 0.1s [2025-06-12T01:46:40.729Z] [2025-06-12T01:46:40.729Z] #6 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-12T01:46:40.729Z] #6 transferring dockerfile: 3.02kB 0.0s done [2025-06-12T01:46:40.729Z] #6 DONE 0.1s [2025-06-12T01:46:40.729Z] [2025-06-12T01:46:40.729Z] #7 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-12T01:46:40.999Z] #7 transferring dockerfile: 1.89kB done [2025-06-12T01:46:41.000Z] #7 DONE 0.1s [2025-06-12T01:46:41.000Z] [2025-06-12T01:46:41.000Z] #8 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-12T01:46:41.000Z] #8 transferring dockerfile: 2.14kB done [2025-06-12T01:46:41.000Z] #8 DONE 0.1s [2025-06-12T01:46:41.000Z] [2025-06-12T01:46:41.000Z] #9 [support-scheduler internal] load build definition from Dockerfile [2025-06-12T01:46:41.000Z] #9 transferring dockerfile: 1.83kB done [2025-06-12T01:46:41.000Z] #9 DONE 0.1s [2025-06-12T01:46:41.000Z] [2025-06-12T01:46:41.000Z] #10 [core-metadata internal] load build definition from Dockerfile [2025-06-12T01:46:41.000Z] #10 transferring dockerfile: 2.10kB done [2025-06-12T01:46:41.000Z] #10 DONE 0.1s [2025-06-12T01:46:41.000Z] [2025-06-12T01:46:41.000Z] #11 [security-spire-agent internal] load build definition from Dockerfile [2025-06-12T01:46:41.271Z] #11 transferring dockerfile: 1.81kB done [2025-06-12T01:46:41.271Z] #11 DONE 0.1s [2025-06-12T01:46:41.271Z] [2025-06-12T01:46:41.271Z] #12 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-12T01:46:41.271Z] #12 transferring dockerfile: 2.50kB 0.0s done [2025-06-12T01:46:41.271Z] #12 DONE 0.1s [2025-06-12T01:46:41.271Z] [2025-06-12T01:46:41.271Z] #13 [security-spire-server internal] load build definition from Dockerfile [2025-06-12T01:46:41.271Z] #13 transferring dockerfile: 1.70kB 0.0s done [2025-06-12T01:46:41.271Z] #13 DONE 0.1s [2025-06-12T01:46:41.271Z] [2025-06-12T01:46:41.271Z] #14 [security-spire-config internal] load build definition from Dockerfile [2025-06-12T01:46:41.271Z] #14 transferring dockerfile: 1.69kB done [2025-06-12T01:46:41.271Z] #14 DONE 0.1s [2025-06-12T01:46:41.271Z] [2025-06-12T01:46:41.271Z] #15 [support-notifications internal] load build definition from Dockerfile [2025-06-12T01:46:41.540Z] #15 transferring dockerfile: 2.00kB done [2025-06-12T01:46:41.540Z] #15 DONE 0.1s [2025-06-12T01:46:41.540Z] [2025-06-12T01:46:41.540Z] #16 [core-command internal] load .dockerignore [2025-06-12T01:46:41.540Z] #16 transferring context: 50B done [2025-06-12T01:46:41.540Z] #16 DONE 0.1s [2025-06-12T01:46:42.126Z] [2025-06-12T01:46:42.126Z] #17 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-12T01:46:42.397Z] #17 transferring context: 50B done [2025-06-12T01:46:42.397Z] #17 DONE 0.0s [2025-06-12T01:46:42.397Z] [2025-06-12T01:46:42.397Z] #18 [security-secretstore-setup internal] load .dockerignore [2025-06-12T01:46:42.397Z] #18 transferring context: 50B done [2025-06-12T01:46:42.397Z] #18 DONE 0.0s [2025-06-12T01:46:42.397Z] [2025-06-12T01:46:42.397Z] #19 [core-data internal] load .dockerignore [2025-06-12T01:46:42.397Z] #19 transferring context: 50B done [2025-06-12T01:46:42.397Z] #19 DONE 0.1s [2025-06-12T01:46:42.397Z] [2025-06-12T01:46:42.397Z] #20 [core-keeper internal] load .dockerignore [2025-06-12T01:46:42.397Z] #20 transferring context: 50B done [2025-06-12T01:46:42.397Z] #20 DONE 0.1s [2025-06-12T01:46:42.397Z] [2025-06-12T01:46:42.397Z] #21 [security-bootstrapper internal] load .dockerignore [2025-06-12T01:46:42.666Z] #21 transferring context: 50B done [2025-06-12T01:46:42.666Z] #21 DONE 0.1s [2025-06-12T01:46:42.666Z] [2025-06-12T01:46:42.666Z] #22 [security-spiffe-token-provider internal] load .dockerignore [2025-06-12T01:46:42.666Z] #22 transferring context: 50B done [2025-06-12T01:46:42.666Z] #22 DONE 0.1s [2025-06-12T01:46:42.666Z] [2025-06-12T01:46:42.666Z] #23 [security-proxy-auth internal] load .dockerignore [2025-06-12T01:46:42.666Z] #23 transferring context: 50B 0.0s done [2025-06-12T01:46:42.666Z] #23 DONE 0.1s [2025-06-12T01:46:42.666Z] [2025-06-12T01:46:42.666Z] #24 [support-scheduler internal] load .dockerignore [2025-06-12T01:46:42.666Z] #24 transferring context: 50B done [2025-06-12T01:46:42.666Z] #24 DONE 0.1s [2025-06-12T01:46:42.666Z] [2025-06-12T01:46:42.666Z] #25 [core-metadata internal] load .dockerignore [2025-06-12T01:46:42.666Z] #25 transferring context: 50B 0.0s done [2025-06-12T01:46:42.666Z] #25 DONE 0.1s [2025-06-12T01:46:42.666Z] [2025-06-12T01:46:42.666Z] #26 [security-proxy-setup internal] load .dockerignore [2025-06-12T01:46:42.666Z] #26 transferring context: 50B done [2025-06-12T01:46:42.666Z] #26 DONE 0.1s [2025-06-12T01:46:42.936Z] [2025-06-12T01:46:42.936Z] #27 [security-spire-agent internal] load .dockerignore [2025-06-12T01:46:42.936Z] #27 transferring context: 50B 0.0s done [2025-06-12T01:46:42.936Z] #27 DONE 0.1s [2025-06-12T01:46:42.936Z] [2025-06-12T01:46:42.936Z] #28 [security-spire-server internal] load .dockerignore [2025-06-12T01:46:42.936Z] #28 transferring context: 50B done [2025-06-12T01:46:42.936Z] #28 DONE 0.1s [2025-06-12T01:46:42.936Z] [2025-06-12T01:46:42.936Z] #29 [security-spire-config internal] load .dockerignore [2025-06-12T01:46:42.936Z] #29 transferring context: 50B 0.0s done [2025-06-12T01:46:42.936Z] #29 DONE 0.1s [2025-06-12T01:46:43.206Z] [2025-06-12T01:46:43.206Z] #30 [support-notifications internal] load .dockerignore [2025-06-12T01:46:43.206Z] #30 transferring context: 50B done [2025-06-12T01:46:43.206Z] #30 DONE 0.1s [2025-06-12T01:46:43.206Z] [2025-06-12T01:46:43.206Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-12T01:46:43.206Z] #31 DONE 0.0s [2025-06-12T01:46:43.206Z] [2025-06-12T01:46:43.206Z] #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 [2025-06-12T01:46:44.174Z] #32 ... [2025-06-12T01:46:44.174Z] [2025-06-12T01:46:44.174Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-12T01:46:44.174Z] #31 DONE 0.0s [2025-06-12T01:46:44.174Z] [2025-06-12T01:46:44.174Z] #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 [2025-06-12T01:46:44.174Z] #32 DONE 0.8s [2025-06-12T01:46:44.174Z] [2025-06-12T01:46:44.174Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-12T01:46:44.174Z] #31 DONE 0.0s [2025-06-12T01:46:44.174Z] [2025-06-12T01:46:44.174Z] #33 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-12T01:46:44.174Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-12T01:46:44.174Z] #33 ... [2025-06-12T01:46:44.174Z] [2025-06-12T01:46:44.174Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-12T01:46:44.174Z] #31 DONE 0.0s [2025-06-12T01:46:44.174Z] [2025-06-12T01:46:44.174Z] #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-12T01:46:44.174Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-12T01:46:44.441Z] #33 ... [2025-06-12T01:46:44.441Z] [2025-06-12T01:46:44.441Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-12T01:46:44.441Z] #31 DONE 0.0s [2025-06-12T01:46:44.441Z] [2025-06-12T01:46:44.441Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-06-12T01:46:44.441Z] #32 DONE 0.8s [2025-06-12T01:46:44.441Z] [2025-06-12T01:46:44.441Z] #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-12T01:46:44.441Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-12T01:46:44.441Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-12T01:46:44.441Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-12T01:46:44.441Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-12T01:46:44.441Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-12T01:46:44.706Z] #33 ... [2025-06-12T01:46:44.706Z] [2025-06-12T01:46:44.706Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-12T01:46:44.706Z] #31 DONE 0.0s [2025-06-12T01:46:44.706Z] [2025-06-12T01:46:44.706Z] #34 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-06-12T01:46:44.973Z] #34 ... [2025-06-12T01:46:44.973Z] [2025-06-12T01:46:44.973Z] #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2025-06-12T01:46:44.973Z] #32 DONE 0.9s [2025-06-12T01:46:44.973Z] [2025-06-12T01:46:44.973Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-12T01:46:44.973Z] #31 DONE 0.0s [2025-06-12T01:46:44.973Z] [2025-06-12T01:46:44.973Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-12T01:46:44.973Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-12T01:46:44.973Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-12T01:46:44.973Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-12T01:46:44.973Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-12T01:46:45.553Z] #33 DONE 1.9s [2025-06-12T01:46:45.553Z] [2025-06-12T01:46:45.553Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-12T01:46:46.512Z] #35 ... [2025-06-12T01:46:46.512Z] [2025-06-12T01:46:46.512Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-12T01:46:46.512Z] #31 DONE 0.0s [2025-06-12T01:46:46.782Z] [2025-06-12T01:46:46.782Z] #36 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-06-12T01:46:47.366Z] #36 ... [2025-06-12T01:46:47.366Z] [2025-06-12T01:46:47.366Z] #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-12T01:46:47.366Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-12T01:46:47.366Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-12T01:46:47.366Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-12T01:46:47.366Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-12T01:46:47.366Z] #33 DONE 2.0s [2025-06-12T01:46:47.366Z] [2025-06-12T01:46:47.366Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-06-12T01:46:47.366Z] #32 DONE 3.1s [2025-06-12T01:46:47.366Z] [2025-06-12T01:46:47.366Z] #37 [core-data internal] load build context [2025-06-12T01:46:47.366Z] #37 transferring context: 3.22MB 2.5s done [2025-06-12T01:46:47.366Z] #37 DONE 3.3s [2025-06-12T01:46:47.366Z] [2025-06-12T01:46:47.366Z] #38 [security-proxy-setup internal] load build context [2025-06-12T01:46:47.366Z] #38 ... [2025-06-12T01:46:47.366Z] [2025-06-12T01:46:47.366Z] #39 [core-command internal] load build context [2025-06-12T01:46:47.366Z] #39 transferring context: 3.22MB 2.6s done [2025-06-12T01:46:47.366Z] #39 DONE 3.4s [2025-06-12T01:46:47.634Z] [2025-06-12T01:46:47.634Z] #40 [core-common-config-bootstrapper internal] load build context [2025-06-12T01:46:47.634Z] #40 transferring context: 3.22MB 2.7s done [2025-06-12T01:46:47.634Z] #40 DONE 3.5s [2025-06-12T01:46:47.634Z] [2025-06-12T01:46:47.634Z] #41 [core-keeper internal] load build context [2025-06-12T01:46:47.902Z] #41 transferring context: 3.22MB 3.5s done [2025-06-12T01:46:48.170Z] #41 ... [2025-06-12T01:46:48.170Z] [2025-06-12T01:46:48.170Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-12T01:46:48.170Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-12T01:46:48.170Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-12T01:46:48.170Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-12T01:46:48.170Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-12T01:46:48.170Z] #33 DONE 2.0s [2025-06-12T01:46:48.170Z] [2025-06-12T01:46:48.170Z] #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-12T01:46:48.170Z] #42 DONE 2.8s [2025-06-12T01:46:48.170Z] [2025-06-12T01:46:48.170Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-12T01:46:48.170Z] #35 DONE 2.8s [2025-06-12T01:46:48.443Z] [2025-06-12T01:46:48.444Z] #41 [core-keeper internal] load build context [2025-06-12T01:46:48.444Z] #41 DONE 4.2s [2025-06-12T01:46:48.444Z] [2025-06-12T01:46:48.444Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:46:48.444Z] #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done [2025-06-12T01:46:48.444Z] #43 ... [2025-06-12T01:46:48.444Z] [2025-06-12T01:46:48.444Z] #44 [security-bootstrapper internal] load build context [2025-06-12T01:46:48.444Z] #44 transferring context: 3.22MB 3.5s done [2025-06-12T01:46:48.444Z] #44 DONE 4.3s [2025-06-12T01:46:48.444Z] [2025-06-12T01:46:48.444Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:46:48.444Z] #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done [2025-06-12T01:46:48.715Z] #43 ... [2025-06-12T01:46:48.715Z] [2025-06-12T01:46:48.715Z] #45 [security-proxy-auth internal] load build context [2025-06-12T01:46:48.715Z] #45 transferring context: 3.22MB 2.9s done [2025-06-12T01:46:48.715Z] #45 DONE 4.2s [2025-06-12T01:46:48.715Z] [2025-06-12T01:46:48.715Z] #46 [security-secretstore-setup internal] load build context [2025-06-12T01:46:48.715Z] #46 transferring context: 3.22MB 3.6s done [2025-06-12T01:46:48.715Z] #46 DONE 4.6s [2025-06-12T01:46:48.715Z] [2025-06-12T01:46:48.715Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:46:48.715Z] #43 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-06-12T01:46:48.715Z] #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s [2025-06-12T01:46:48.715Z] #43 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-12T01:46:48.715Z] #43 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-06-12T01:46:48.715Z] #43 ... [2025-06-12T01:46:48.715Z] [2025-06-12T01:46:48.716Z] #47 [support-scheduler internal] load build context [2025-06-12T01:46:48.716Z] #47 transferring context: 3.22MB 3.0s done [2025-06-12T01:46:48.716Z] #47 DONE 4.3s [2025-06-12T01:46:48.716Z] [2025-06-12T01:46:48.716Z] #48 [security-spiffe-token-provider internal] load build context [2025-06-12T01:46:48.716Z] #48 transferring context: 3.22MB 2.3s done [2025-06-12T01:46:48.716Z] #48 DONE 4.3s [2025-06-12T01:46:48.716Z] [2025-06-12T01:46:48.716Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:46:48.716Z] #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-06-12T01:46:48.716Z] #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s [2025-06-12T01:46:48.716Z] #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [2025-06-12T01:46:48.716Z] #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.3s [2025-06-12T01:46:48.990Z] #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.2s done [2025-06-12T01:46:48.990Z] #43 ... [2025-06-12T01:46:48.990Z] [2025-06-12T01:46:48.990Z] #49 [core-metadata internal] load build context [2025-06-12T01:46:48.990Z] #49 transferring context: 3.22MB 0.9s done [2025-06-12T01:46:48.990Z] #49 DONE 3.8s [2025-06-12T01:46:48.990Z] [2025-06-12T01:46:48.990Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:46:48.990Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 0.5s [2025-06-12T01:46:49.263Z] #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.6s [2025-06-12T01:46:49.263Z] #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.6s done [2025-06-12T01:46:49.263Z] #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.7s done [2025-06-12T01:46:49.263Z] #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.6s done [2025-06-12T01:46:49.263Z] #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.7s done [2025-06-12T01:46:49.531Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.02MB / 33.17MB 1.0s [2025-06-12T01:46:50.123Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 1.4s [2025-06-12T01:46:50.392Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 1.9s [2025-06-12T01:46:50.978Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.36MB / 33.17MB 2.3s [2025-06-12T01:46:51.295Z] #43 ... [2025-06-12T01:46:51.295Z] [2025-06-12T01:46:51.295Z] #50 [security-spire-agent internal] load build context [2025-06-12T01:46:51.295Z] #50 transferring context: 23.33kB 0.3s done [2025-06-12T01:46:51.295Z] #50 DONE 2.9s [2025-06-12T01:46:51.295Z] [2025-06-12T01:46:51.295Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:46:51.295Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.05MB / 33.17MB 2.7s [2025-06-12T01:46:51.563Z] #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-06-12T01:46:51.563Z] #43 ... [2025-06-12T01:46:51.563Z] [2025-06-12T01:46:51.563Z] #34 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-06-12T01:46:51.563Z] #34 DONE 8.4s [2025-06-12T01:46:51.563Z] [2025-06-12T01:46:51.563Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:46:51.563Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.87MB / 33.17MB 3.2s [2025-06-12T01:46:51.830Z] #43 ... [2025-06-12T01:46:51.830Z] [2025-06-12T01:46:51.830Z] #51 [security-spire-config internal] load build context [2025-06-12T01:46:51.830Z] #51 transferring context: 22.05kB 0.2s done [2025-06-12T01:46:51.830Z] #51 DONE 3.7s [2025-06-12T01:46:51.830Z] [2025-06-12T01:46:51.830Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:46:52.096Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.73MB / 33.17MB 3.6s [2025-06-12T01:46:52.698Z] #43 ... [2025-06-12T01:46:52.698Z] [2025-06-12T01:46:52.698Z] #52 [security-spire-server internal] load build context [2025-06-12T01:46:52.698Z] #52 transferring context: 23.80kB 0.2s done [2025-06-12T01:46:52.698Z] #52 DONE 4.4s [2025-06-12T01:46:52.698Z] [2025-06-12T01:46:52.698Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:46:52.967Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.83MB / 33.17MB 4.3s [2025-06-12T01:46:53.233Z] #43 ... [2025-06-12T01:46:53.233Z] [2025-06-12T01:46:53.233Z] #53 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2025-06-12T01:46:53.233Z] #53 DONE 2.2s [2025-06-12T01:46:53.233Z] [2025-06-12T01:46:53.233Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:46:53.233Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.63MB / 33.17MB 4.7s [2025-06-12T01:46:53.500Z] #43 ... [2025-06-12T01:46:53.500Z] [2025-06-12T01:46:53.500Z] #38 [security-proxy-setup internal] load build context [2025-06-12T01:46:53.500Z] #38 transferring context: 3.22MB 3.9s done [2025-06-12T01:46:53.500Z] #38 DONE 6.2s [2025-06-12T01:46:53.500Z] [2025-06-12T01:46:53.500Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:46:53.766Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.21MB / 33.17MB 5.2s [2025-06-12T01:46:54.037Z] #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 [2025-06-12T01:46:54.037Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 5.6s [2025-06-12T01:46:54.305Z] #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.4s done [2025-06-12T01:46:54.305Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 6.0s [2025-06-12T01:46:54.897Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 6.3s [2025-06-12T01:46:55.164Z] #43 ... [2025-06-12T01:46:55.164Z] [2025-06-12T01:46:55.164Z] #54 [support-notifications internal] load build context [2025-06-12T01:46:55.164Z] #54 transferring context: 3.22MB 5.2s done [2025-06-12T01:46:55.164Z] #54 DONE 7.8s [2025-06-12T01:46:55.164Z] [2025-06-12T01:46:55.164Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:46:55.433Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 6.9s [2025-06-12T01:46:55.433Z] #43 ... [2025-06-12T01:46:55.433Z] [2025-06-12T01:46:55.433Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-12T01:46:55.433Z] #0 9.362 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:46:55.433Z] #0 9.947 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:46:55.700Z] #55 ... [2025-06-12T01:46:55.700Z] [2025-06-12T01:46:55.700Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:46:55.700Z] #43 ... [2025-06-12T01:46:55.700Z] [2025-06-12T01:46:55.700Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-12T01:46:55.966Z] #56 ... [2025-06-12T01:46:55.966Z] [2025-06-12T01:46:55.966Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:46:56.549Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 8.0s [2025-06-12T01:46:56.549Z] #43 ... [2025-06-12T01:46:56.549Z] [2025-06-12T01:46:56.549Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-12T01:46:56.549Z] #57 ... [2025-06-12T01:46:56.549Z] [2025-06-12T01:46:56.549Z] #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-12T01:46:56.816Z] #58 ... [2025-06-12T01:46:56.816Z] [2025-06-12T01:46:56.816Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-12T01:46:56.816Z] #0 8.922 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:46:56.816Z] #0 9.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:46:56.816Z] #59 ... [2025-06-12T01:46:56.816Z] [2025-06-12T01:46:56.816Z] #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-12T01:46:57.082Z] #60 ... [2025-06-12T01:46:57.082Z] [2025-06-12T01:46:57.082Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:46:57.082Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 8.4s done [2025-06-12T01:46:57.682Z] #43 ... [2025-06-12T01:46:57.682Z] [2025-06-12T01:46:57.682Z] #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-12T01:46:57.682Z] #60 DONE 11.2s [2025-06-12T01:46:57.682Z] [2025-06-12T01:46:57.682Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-12T01:46:57.952Z] #61 ... [2025-06-12T01:46:57.952Z] [2025-06-12T01:46:57.952Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-12T01:46:57.952Z] #0 8.119 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:46:57.952Z] #0 8.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:46:57.952Z] #62 ... [2025-06-12T01:46:57.952Z] [2025-06-12T01:46:57.952Z] #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-12T01:46:57.952Z] #63 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done [2025-06-12T01:46:57.952Z] #63 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-12T01:46:57.952Z] #63 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-06-12T01:46:57.952Z] #63 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-06-12T01:46:57.952Z] #63 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.6s done [2025-06-12T01:46:57.952Z] #63 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.2s done [2025-06-12T01:46:57.952Z] #63 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.9s done [2025-06-12T01:46:57.952Z] #63 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 4.6s done [2025-06-12T01:46:57.952Z] #63 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-06-12T01:46:57.952Z] #63 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done [2025-06-12T01:46:58.227Z] #63 ... [2025-06-12T01:46:58.227Z] [2025-06-12T01:46:58.227Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-12T01:46:58.502Z] #64 ... [2025-06-12T01:46:58.502Z] [2025-06-12T01:46:58.502Z] #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-12T01:46:58.502Z] #65 ... [2025-06-12T01:46:58.502Z] [2025-06-12T01:46:58.502Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-12T01:46:58.502Z] #61 10.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:46:59.913Z] #61 11.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:01.858Z] #61 ... [2025-06-12T01:47:01.858Z] [2025-06-12T01:47:01.858Z] #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-12T01:47:01.858Z] #66 DONE 8.8s [2025-06-12T01:47:02.128Z] [2025-06-12T01:47:02.128Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:47:02.128Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 1.1s [2025-06-12T01:47:03.520Z] #146 ... [2025-06-12T01:47:03.520Z] [2025-06-12T01:47:03.520Z] #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-12T01:47:03.520Z] #150 141.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-12T01:47:03.567Z] #43 ... [2025-06-12T01:47:03.567Z] [2025-06-12T01:47:03.567Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-12T01:47:03.567Z] #67 ... [2025-06-12T01:47:03.567Z] [2025-06-12T01:47:03.567Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-12T01:47:03.567Z] #68 ... [2025-06-12T01:47:03.567Z] [2025-06-12T01:47:03.567Z] #69 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-12T01:47:03.567Z] #0 7.832 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:03.567Z] #0 9.526 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:03.567Z] #69 ... [2025-06-12T01:47:03.567Z] [2025-06-12T01:47:03.567Z] #70 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-12T01:47:03.567Z] #0 7.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:03.567Z] #0 10.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:03.841Z] #70 ... [2025-06-12T01:47:03.841Z] [2025-06-12T01:47:03.841Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-12T01:47:03.841Z] #0 9.923 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:03.841Z] #71 ... [2025-06-12T01:47:03.841Z] [2025-06-12T01:47:03.841Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:47:06.433Z] #43 ... [2025-06-12T01:47:06.433Z] [2025-06-12T01:47:06.433Z] #36 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-06-12T01:47:06.433Z] #36 9.746 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:06.433Z] #36 10.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:06.433Z] #36 18.34 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-12T01:47:06.433Z] #36 18.42 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:47:06.433Z] #36 18.68 OK: 9 MiB in 15 packages [2025-06-12T01:47:06.433Z] #36 ... [2025-06-12T01:47:06.433Z] [2025-06-12T01:47:06.433Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:47:06.818Z] #150 ... [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-12T01:47:06.819Z] #144 DONE 151.8s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-12T01:47:06.819Z] #153 DONE 151.8s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-12T01:47:06.819Z] #150 DONE 151.8s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-12T01:47:06.819Z] #146 DONE 151.8s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-12T01:47:06.819Z] #145 DONE 151.9s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-12T01:47:06.819Z] #154 DONE 151.9s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-12T01:47:06.819Z] #152 DONE 151.9s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #172 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T01:47:06.819Z] #172 ... [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-12T01:47:06.819Z] #151 DONE 151.9s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-12T01:47:06.819Z] #143 DONE 151.9s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-12T01:47:06.819Z] #149 DONE 152.0s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #173 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T01:47:06.819Z] #173 DONE 0.3s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #172 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T01:47:06.819Z] #172 DONE 0.3s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #174 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T01:47:06.819Z] #174 DONE 0.3s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #175 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-12T01:47:06.819Z] #175 ... [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #176 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T01:47:06.819Z] #176 DONE 0.3s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #177 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T01:47:06.819Z] #177 DONE 0.2s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #178 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T01:47:06.819Z] #178 DONE 0.2s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #179 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T01:47:06.819Z] #179 DONE 0.3s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #180 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T01:47:06.819Z] #180 DONE 0.3s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-12T01:47:06.819Z] #181 DONE 0.1s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #182 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T01:47:06.819Z] #182 CACHED [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #183 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-12T01:47:06.819Z] #183 CACHED [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #184 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-12T01:47:06.819Z] #184 CACHED [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #185 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T01:47:06.819Z] #185 CACHED [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #186 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-12T01:47:06.819Z] #186 DONE 0.1s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #187 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-12T01:47:06.819Z] #187 DONE 0.2s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #188 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-12T01:47:06.819Z] #188 DONE 0.1s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #175 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-12T01:47:06.819Z] #175 DONE 0.2s [2025-06-12T01:47:06.819Z] [2025-06-12T01:47:06.819Z] #189 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-12T01:47:07.024Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.3s [2025-06-12T01:47:07.116Z] #189 ... [2025-06-12T01:47:07.117Z] [2025-06-12T01:47:07.117Z] #190 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-12T01:47:07.117Z] #190 DONE 0.4s [2025-06-12T01:47:07.295Z] #43 ... [2025-06-12T01:47:07.295Z] [2025-06-12T01:47:07.295Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-12T01:47:07.295Z] #56 11.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:07.295Z] #56 12.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:07.375Z] [2025-06-12T01:47:07.375Z] #191 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-06-12T01:47:07.375Z] #191 ... [2025-06-12T01:47:07.375Z] [2025-06-12T01:47:07.375Z] #192 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-12T01:47:07.375Z] #192 DONE 0.7s [2025-06-12T01:47:07.375Z] [2025-06-12T01:47:07.375Z] #193 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-12T01:47:07.375Z] #193 DONE 0.7s [2025-06-12T01:47:07.375Z] [2025-06-12T01:47:07.375Z] #194 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-12T01:47:07.375Z] #194 DONE 0.7s [2025-06-12T01:47:07.375Z] [2025-06-12T01:47:07.375Z] #195 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-12T01:47:07.375Z] #195 DONE 0.7s [2025-06-12T01:47:07.375Z] [2025-06-12T01:47:07.375Z] #196 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-12T01:47:07.375Z] #196 DONE 0.7s [2025-06-12T01:47:07.375Z] [2025-06-12T01:47:07.375Z] #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-12T01:47:07.375Z] #197 DONE 0.7s [2025-06-12T01:47:07.563Z] #56 ... [2025-06-12T01:47:07.563Z] [2025-06-12T01:47:07.563Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:47:07.635Z] [2025-06-12T01:47:07.635Z] #198 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-06-12T01:47:07.635Z] #198 DONE 0.7s [2025-06-12T01:47:07.635Z] [2025-06-12T01:47:07.635Z] #199 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-12T01:47:07.635Z] #199 ... [2025-06-12T01:47:07.635Z] [2025-06-12T01:47:07.635Z] #191 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-06-12T01:47:07.635Z] #191 DONE 0.9s [2025-06-12T01:47:07.834Z] #43 ... [2025-06-12T01:47:07.835Z] [2025-06-12T01:47:07.835Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-12T01:47:07.835Z] #0 7.174 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:07.835Z] #72 ... [2025-06-12T01:47:07.835Z] [2025-06-12T01:47:07.835Z] #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-12T01:47:07.835Z] #63 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.0s done [2025-06-12T01:47:07.835Z] #63 DONE 19.7s [2025-06-12T01:47:07.835Z] [2025-06-12T01:47:07.835Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:47:07.897Z] [2025-06-12T01:47:07.897Z] #200 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-12T01:47:07.897Z] #200 DONE 0.5s [2025-06-12T01:47:07.897Z] [2025-06-12T01:47:07.897Z] #201 [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-12T01:47:07.897Z] #201 ... [2025-06-12T01:47:07.897Z] [2025-06-12T01:47:07.897Z] #189 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-12T01:47:07.897Z] #189 DONE 1.1s [2025-06-12T01:47:07.897Z] [2025-06-12T01:47:07.897Z] #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-12T01:47:07.897Z] #202 DONE 0.5s [2025-06-12T01:47:07.897Z] [2025-06-12T01:47:07.897Z] #203 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-06-12T01:47:07.897Z] #203 DONE 0.5s [2025-06-12T01:47:07.897Z] [2025-06-12T01:47:07.897Z] #204 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-12T01:47:07.897Z] #204 DONE 0.5s [2025-06-12T01:47:07.897Z] [2025-06-12T01:47:07.897Z] #205 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-12T01:47:07.897Z] #205 DONE 0.5s [2025-06-12T01:47:07.897Z] [2025-06-12T01:47:07.897Z] #206 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-12T01:47:07.897Z] #206 DONE 0.5s [2025-06-12T01:47:07.897Z] [2025-06-12T01:47:07.897Z] #199 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-12T01:47:07.897Z] #199 DONE 0.5s [2025-06-12T01:47:08.158Z] [2025-06-12T01:47:08.158Z] #207 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-12T01:47:08.158Z] #207 DONE 0.5s [2025-06-12T01:47:08.158Z] [2025-06-12T01:47:08.158Z] #201 [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-12T01:47:08.158Z] #201 DONE 0.3s [2025-06-12T01:47:08.158Z] [2025-06-12T01:47:08.158Z] #208 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-12T01:47:08.158Z] #208 DONE 0.2s [2025-06-12T01:47:08.158Z] [2025-06-12T01:47:08.158Z] #209 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-12T01:47:08.158Z] #209 DONE 0.2s [2025-06-12T01:47:08.158Z] [2025-06-12T01:47:08.158Z] #107 [support-notifications] exporting to image [2025-06-12T01:47:08.158Z] #107 exporting layers [2025-06-12T01:47:08.158Z] #107 ... [2025-06-12T01:47:08.158Z] [2025-06-12T01:47:08.158Z] #210 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-12T01:47:08.158Z] #210 DONE 0.2s [2025-06-12T01:47:08.158Z] [2025-06-12T01:47:08.158Z] #211 [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-12T01:47:08.158Z] #211 DONE 0.3s [2025-06-12T01:47:08.158Z] [2025-06-12T01:47:08.158Z] #212 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-12T01:47:08.158Z] #212 DONE 0.3s [2025-06-12T01:47:08.158Z] [2025-06-12T01:47:08.158Z] #107 [core-metadata] exporting to image [2025-06-12T01:47:08.423Z] #107 ... [2025-06-12T01:47:08.423Z] [2025-06-12T01:47:08.423Z] #213 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-06-12T01:47:08.423Z] #213 DONE 0.3s [2025-06-12T01:47:08.423Z] [2025-06-12T01:47:08.423Z] #214 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-12T01:47:08.423Z] #214 DONE 0.3s [2025-06-12T01:47:08.423Z] [2025-06-12T01:47:08.423Z] #107 [core-metadata] exporting to image [2025-06-12T01:47:08.423Z] #107 exporting layers 0.4s done [2025-06-12T01:47:08.423Z] #107 writing image sha256:847a9c01a0ddd9197acbf69ab85301c015670f2be145c2269083a8d8e709a9a7 [2025-06-12T01:47:08.423Z] #107 writing image sha256:27bdf71fede369e2915088c6d292a698ceb17767279f1a86a38e0cf01bcaa2fd [2025-06-12T01:47:08.423Z] #107 ... [2025-06-12T01:47:08.423Z] [2025-06-12T01:47:08.423Z] #215 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-12T01:47:08.423Z] #215 DONE 0.2s [2025-06-12T01:47:08.423Z] [2025-06-12T01:47:08.423Z] #216 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-12T01:47:08.423Z] #216 DONE 0.2s [2025-06-12T01:47:08.423Z] [2025-06-12T01:47:08.423Z] #107 [support-scheduler] exporting to image [2025-06-12T01:47:08.423Z] #107 exporting layers 0.5s done [2025-06-12T01:47:08.423Z] #107 writing image sha256:847a9c01a0ddd9197acbf69ab85301c015670f2be145c2269083a8d8e709a9a7 0.2s done [2025-06-12T01:47:08.423Z] #107 writing image sha256:27bdf71fede369e2915088c6d292a698ceb17767279f1a86a38e0cf01bcaa2fd 0.2s done [2025-06-12T01:47:08.423Z] #107 naming to docker.io/library/support-scheduler done [2025-06-12T01:47:08.423Z] #107 naming to docker.io/library/core-keeper [2025-06-12T01:47:08.430Z] #43 ... [2025-06-12T01:47:08.430Z] [2025-06-12T01:47:08.430Z] #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-12T01:47:08.430Z] #58 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:08.430Z] #58 13.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:08.430Z] #58 ... [2025-06-12T01:47:08.430Z] [2025-06-12T01:47:08.430Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:47:08.683Z] #107 exporting layers 0.5s done [2025-06-12T01:47:08.683Z] #107 naming to docker.io/library/core-keeper done [2025-06-12T01:47:08.683Z] #107 writing image sha256:b9acaa57bb5fa72b6a8fecaf5801c9e07e0acec53a551d8caf3a69a2a7d06f08 0.0s done [2025-06-12T01:47:08.683Z] #107 naming to docker.io/library/core-command done [2025-06-12T01:47:08.683Z] #107 writing image sha256:88867d8c79d44c94fd81d5fbea8fabe1c74b838192c00fe2c0dabdf2aa464f00 [2025-06-12T01:47:08.683Z] #107 ... [2025-06-12T01:47:08.683Z] [2025-06-12T01:47:08.683Z] #217 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-12T01:47:08.683Z] #217 DONE 0.3s [2025-06-12T01:47:08.683Z] [2025-06-12T01:47:08.683Z] #107 [core-data] exporting to image [2025-06-12T01:47:08.683Z] #107 writing image sha256:88867d8c79d44c94fd81d5fbea8fabe1c74b838192c00fe2c0dabdf2aa464f00 0.2s done [2025-06-12T01:47:08.683Z] #107 naming to docker.io/library/core-data done [2025-06-12T01:47:08.944Z] #107 ... [2025-06-12T01:47:08.944Z] [2025-06-12T01:47:08.944Z] #218 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-12T01:47:08.944Z] #218 DONE 0.7s [2025-06-12T01:47:08.944Z] [2025-06-12T01:47:08.944Z] #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-12T01:47:08.944Z] #219 DONE 0.1s [2025-06-12T01:47:08.944Z] [2025-06-12T01:47:08.944Z] #107 [security-proxy-auth] exporting to image [2025-06-12T01:47:08.944Z] #107 writing image sha256:a3e28be127222fc9eeb3b23001d0895a67f4271eb83456f2f10c8045b19b99e8 done [2025-06-12T01:47:08.944Z] #107 naming to docker.io/library/support-notifications done [2025-06-12T01:47:08.944Z] #107 writing image sha256:fc6a1714fda5eec9162deed1d9ee3fbd87cfc6dc3a1870c53d51427766315f78 done [2025-06-12T01:47:08.944Z] #107 naming to docker.io/library/security-spiffe-token-provider done [2025-06-12T01:47:08.944Z] #107 ... [2025-06-12T01:47:08.944Z] [2025-06-12T01:47:08.944Z] #220 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-12T01:47:08.944Z] #220 DONE 0.6s [2025-06-12T01:47:09.018Z] #43 ... [2025-06-12T01:47:09.018Z] [2025-06-12T01:47:09.018Z] #36 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-06-12T01:47:09.018Z] #36 DONE 23.2s [2025-06-12T01:47:09.018Z] [2025-06-12T01:47:09.018Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:47:09.203Z] [2025-06-12T01:47:09.203Z] #107 [security-proxy-setup] exporting to image [2025-06-12T01:47:09.203Z] #107 exporting layers 0.4s done [2025-06-12T01:47:09.203Z] #107 writing image sha256:40e45979629750c7da6c40a22b53bc9a07f774463dce189252baf6df5e2ed81e 0.0s done [2025-06-12T01:47:09.203Z] #107 writing image sha256:ac6a8e861b61a59fb803f5fa8c7e95c47fd9fb781dbf4961f5a7d8aca832ba20 [2025-06-12T01:47:09.203Z] #107 naming to docker.io/library/core-metadata [2025-06-12T01:47:09.465Z] #107 exporting layers 0.3s done [2025-06-12T01:47:09.465Z] #107 writing image sha256:ac6a8e861b61a59fb803f5fa8c7e95c47fd9fb781dbf4961f5a7d8aca832ba20 done [2025-06-12T01:47:09.465Z] #107 naming to docker.io/library/core-metadata done [2025-06-12T01:47:09.465Z] #107 naming to docker.io/library/security-proxy-auth done [2025-06-12T01:47:09.465Z] #107 writing image sha256:830936c5f5ad657eb9734429309b468043b466566370bcc19867c4c5b0bd222a done [2025-06-12T01:47:09.465Z] #107 naming to docker.io/library/security-proxy-setup done [2025-06-12T01:47:09.465Z] #107 DONE 3.6s [2025-06-12T01:47:09.465Z] [2025-06-12T01:47:09.465Z] #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-12T01:47:09.465Z] #221 DONE 0.5s [2025-06-12T01:47:09.465Z] [2025-06-12T01:47:09.465Z] #107 [security-secretstore-setup] exporting to image [2025-06-12T01:47:09.465Z] #107 exporting layers 0.2s done [2025-06-12T01:47:09.465Z] #107 writing image sha256:327b4d051f1936099a5fc4f2ccf53049af91da3039335b7ae7ac993e05aa1d52 done [2025-06-12T01:47:09.465Z] #107 naming to docker.io/library/security-secretstore-setup done [2025-06-12T01:47:09.465Z] #107 DONE 3.7s [2025-06-12T01:47:09.465Z] time="2025-06-12T01:43:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T01:47:09.465Z] time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T01:47:09.465Z] time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T01:47:09.465Z] time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T01:47:09.465Z] time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T01:47:09.465Z] time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T01:47:09.465Z] time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T01:47:09.465Z] time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T01:47:09.465Z] time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T01:47:09.465Z] time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T01:47:09.465Z] time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T01:47:09.465Z] time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T01:47:09.465Z] time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T01:47:09.465Z] time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T01:47:09.465Z] time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-12T01:47:09.481Z] $ docker stop --time=1 dd13b4e761878ba6794a0d327a34e12237b5ac3dc31485913c559bc93c2f9638 [2025-06-12T01:47:09.608Z] #43 ... [2025-06-12T01:47:09.608Z] [2025-06-12T01:47:09.608Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-12T01:47:09.608Z] #59 16.30 (1/4) Installing ca-certificates (20241121-r1) [2025-06-12T01:47:09.608Z] #59 17.10 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-12T01:47:09.608Z] #59 17.14 (3/4) Installing su-exec (0.2-r3) [2025-06-12T01:47:09.608Z] #59 17.20 (4/4) Installing yq-go (4.44.1-r2) [2025-06-12T01:47:09.608Z] #59 18.95 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:47:09.608Z] #59 19.16 Executing ca-certificates-20241121-r1.trigger [2025-06-12T01:47:09.608Z] #59 20.85 OK: 20 MiB in 18 packages [2025-06-12T01:47:09.608Z] #59 DONE 23.2s [2025-06-12T01:47:09.608Z] [2025-06-12T01:47:09.608Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:47:09.608Z] #43 ... [2025-06-12T01:47:09.608Z] [2025-06-12T01:47:09.608Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-12T01:47:09.608Z] #57 13.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:09.608Z] #57 14.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:09.877Z] #57 ... [2025-06-12T01:47:09.877Z] [2025-06-12T01:47:09.877Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-12T01:47:09.877Z] #64 11.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:09.877Z] #64 13.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:09.877Z] #64 ... [2025-06-12T01:47:09.877Z] [2025-06-12T01:47:09.877Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-12T01:47:09.877Z] #55 14.47 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-12T01:47:09.877Z] #55 14.47 v3.20.6-202-g3f1ee15473a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-12T01:47:09.877Z] #55 14.49 OK: 24049 distinct packages available [2025-06-12T01:47:09.877Z] #55 16.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:09.878Z] #55 18.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:10.146Z] #55 ... [2025-06-12T01:47:10.146Z] [2025-06-12T01:47:10.146Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:47:10.422Z] #43 ... [2025-06-12T01:47:10.422Z] [2025-06-12T01:47:10.422Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-12T01:47:10.422Z] #62 16.91 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-12T01:47:10.422Z] #62 17.02 (2/4) Installing openssl (3.3.3-r0) [2025-06-12T01:47:10.422Z] #62 17.26 (3/4) Installing su-exec (0.2-r3) [2025-06-12T01:47:10.422Z] #62 17.28 (4/4) Installing yq-go (4.44.1-r2) [2025-06-12T01:47:10.422Z] #62 18.70 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:47:10.422Z] #62 18.96 OK: 20 MiB in 18 packages [2025-06-12T01:47:10.422Z] #62 DONE 22.4s [2025-06-12T01:47:10.422Z] [2025-06-12T01:47:10.422Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:47:10.689Z] #43 ... [2025-06-12T01:47:10.689Z] [2025-06-12T01:47:10.689Z] #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-12T01:47:10.689Z] #65 12.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:10.689Z] #65 15.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:10.732Z] $ docker rm -f --volumes dd13b4e761878ba6794a0d327a34e12237b5ac3dc31485913c559bc93c2f9638 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-12T01:47:10.955Z] #65 ... [2025-06-12T01:47:10.955Z] [2025-06-12T01:47:10.955Z] #73 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2025-06-12T01:47:11.069Z] + docker images [2025-06-12T01:47:11.069Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-12T01:47:11.069Z] security-secretstore-setup latest 327b4d051f19 1 second ago 68.7MB [2025-06-12T01:47:11.069Z] security-spiffe-token-provider latest fc6a1714fda5 2 seconds ago 47.7MB [2025-06-12T01:47:11.069Z] security-proxy-auth latest ac6a8e861b61 2 seconds ago 31.8MB [2025-06-12T01:47:11.069Z] core-metadata latest 40e459796297 2 seconds ago 33.1MB [2025-06-12T01:47:11.069Z] security-proxy-setup latest 830936c5f5ad 2 seconds ago 38.5MB [2025-06-12T01:47:11.069Z] support-notifications latest a3e28be12722 3 seconds ago 52.4MB [2025-06-12T01:47:11.069Z] support-scheduler latest 847a9c01a0dd 3 seconds ago 48.8MB [2025-06-12T01:47:11.069Z] core-data latest 88867d8c79d4 3 seconds ago 32.9MB [2025-06-12T01:47:11.069Z] core-command latest b9acaa57bb5f 3 seconds ago 28.4MB [2025-06-12T01:47:11.069Z] core-keeper latest 27bdf71fede3 3 seconds ago 32.5MB [2025-06-12T01:47:11.069Z] security-bootstrapper latest 80bd3e60ec2c About a minute ago 20.4MB [2025-06-12T01:47:11.069Z] core-common-config-bootstrapper latest b9e33d419ed3 About a minute ago 17.1MB [2025-06-12T01:47:11.069Z] security-spire-server latest 56c847118a30 3 minutes ago 149MB [2025-06-12T01:47:11.069Z] security-spire-agent latest 8d5cb8cee0b7 3 minutes ago 195MB [2025-06-12T01:47:11.069Z] security-spire-config latest 8eeaac866106 3 minutes ago 149MB [2025-06-12T01:47:11.069Z] ci-base-image-x86_64 latest 41d3be37640d 6 minutes ago 925MB [2025-06-12T01:47:11.069Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 weeks ago 573MB [2025-06-12T01:47:11.069Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 2 months ago 574MB [2025-06-12T01:47:11.069Z] 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-12T01:47:11.215Z] provisioning config files... [2025-06-12T01:47:11.226Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/852@tmp/config13037204660267579291tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:47:11.537Z] ---> ****-login.sh [2025-06-12T01:47:11.537Z] nexus3.edgexfoundry.org:10001 [2025-06-12T01:47:11.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:47:11.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:47:11.538Z] Configure a credential helper to remove this warning. See [2025-06-12T01:47:11.538Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:47:11.538Z] [2025-06-12T01:47:11.538Z] Login Succeeded [2025-06-12T01:47:11.538Z] nexus3.edgexfoundry.org:10002 [2025-06-12T01:47:11.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:47:11.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:47:11.538Z] Configure a credential helper to remove this warning. See [2025-06-12T01:47:11.538Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:47:11.538Z] [2025-06-12T01:47:11.538Z] Login Succeeded [2025-06-12T01:47:11.538Z] nexus3.edgexfoundry.org:10003 [2025-06-12T01:47:11.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:47:11.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:47:11.798Z] Configure a credential helper to remove this warning. See [2025-06-12T01:47:11.798Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:47:11.798Z] [2025-06-12T01:47:11.798Z] Login Succeeded [2025-06-12T01:47:11.798Z] nexus3.edgexfoundry.org:10004 [2025-06-12T01:47:11.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:47:11.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:47:11.798Z] Configure a credential helper to remove this warning. See [2025-06-12T01:47:11.799Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:47:11.799Z] [2025-06-12T01:47:11.799Z] Login Succeeded [2025-06-12T01:47:11.799Z] ****.io [2025-06-12T01:47:11.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:47:12.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:47:12.057Z] Configure a credential helper to remove this warning. See [2025-06-12T01:47:12.057Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:47:12.057Z] [2025-06-12T01:47:12.057Z] Login Succeeded [2025-06-12T01:47:12.058Z] ---> ****-login.sh ends [Pipeline] } [2025-06-12T01:47:12.064Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:47:12.117Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-12T01:47:12.144Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-06-12T01:47:12.144Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:12.144Z] latest [2025-06-12T01:47:12.144Z] 4.1.0-dev.23 [2025-06-12T01:47:12.144Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:12.144Z] main [2025-06-12T01:47:12.144Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:12.362Z] #73 ... [2025-06-12T01:47:12.362Z] [2025-06-12T01:47:12.362Z] #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-12T01:47:12.362Z] #0 5.012 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:12.362Z] #0 9.452 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:12.362Z] #74 ... [2025-06-12T01:47:12.362Z] [2025-06-12T01:47:12.362Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:47:12.487Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:12.629Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.6s [2025-06-12T01:47:12.819Z] + docker push nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:12.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-12T01:47:12.819Z] e3d878bd51eb: Preparing [2025-06-12T01:47:12.819Z] 3cf7199066fa: Preparing [2025-06-12T01:47:12.819Z] 137638198daa: Preparing [2025-06-12T01:47:12.819Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:12.819Z] 80f50c0887b3: Preparing [2025-06-12T01:47:12.819Z] e37600712a98: Preparing [2025-06-12T01:47:12.819Z] 994456c4fd7b: Preparing [2025-06-12T01:47:12.819Z] e37600712a98: Waiting [2025-06-12T01:47:12.819Z] 994456c4fd7b: Waiting [2025-06-12T01:47:12.819Z] 80f50c0887b3: Pushed [2025-06-12T01:47:12.819Z] 137638198daa: Pushed [2025-06-12T01:47:12.819Z] 8b0b00907dcf: Pushed [2025-06-12T01:47:12.819Z] e3d878bd51eb: Pushed [2025-06-12T01:47:12.819Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:12.819Z] e37600712a98: Pushed [2025-06-12T01:47:14.051Z] #43 ... [2025-06-12T01:47:14.051Z] [2025-06-12T01:47:14.051Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-12T01:47:14.051Z] #67 10.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:14.051Z] #67 13.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:14.051Z] #67 ... [2025-06-12T01:47:14.051Z] [2025-06-12T01:47:14.051Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-12T01:47:14.051Z] #68 10.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:14.051Z] #68 12.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:14.051Z] #68 ... [2025-06-12T01:47:14.051Z] [2025-06-12T01:47:14.051Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-12T01:47:14.051Z] #56 25.43 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-12T01:47:14.051Z] #56 25.51 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:47:14.051Z] #56 25.73 OK: 9 MiB in 15 packages [2025-06-12T01:47:14.051Z] #56 DONE 28.4s [2025-06-12T01:47:14.051Z] [2025-06-12T01:47:14.051Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:47:14.723Z] 3cf7199066fa: Pushed [2025-06-12T01:47:14.982Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:15.308Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:15.467Z] #43 ... [2025-06-12T01:47:15.467Z] [2025-06-12T01:47:15.467Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-12T01:47:15.467Z] #57 26.27 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-12T01:47:15.467Z] #57 26.32 (2/2) Installing su-exec (0.2-r3) [2025-06-12T01:47:15.467Z] #57 26.36 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:47:15.467Z] #57 26.50 OK: 9 MiB in 16 packages [2025-06-12T01:47:15.467Z] #57 DONE 28.6s [2025-06-12T01:47:15.467Z] [2025-06-12T01:47:15.467Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:47:15.645Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-12T01:47:15.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-12T01:47:15.645Z] e3d878bd51eb: Preparing [2025-06-12T01:47:15.645Z] 3cf7199066fa: Preparing [2025-06-12T01:47:15.645Z] 137638198daa: Preparing [2025-06-12T01:47:15.645Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:15.645Z] 80f50c0887b3: Preparing [2025-06-12T01:47:15.645Z] e37600712a98: Preparing [2025-06-12T01:47:15.645Z] 994456c4fd7b: Preparing [2025-06-12T01:47:15.645Z] 994456c4fd7b: Waiting [2025-06-12T01:47:15.645Z] e37600712a98: Waiting [2025-06-12T01:47:15.645Z] 137638198daa: Layer already exists [2025-06-12T01:47:15.645Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:15.645Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:15.645Z] e3d878bd51eb: Layer already exists [2025-06-12T01:47:15.645Z] 3cf7199066fa: Layer already exists [2025-06-12T01:47:15.645Z] e37600712a98: Layer already exists [2025-06-12T01:47:15.645Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:15.645Z] latest: digest: sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:15.736Z] #43 ... [2025-06-12T01:47:15.736Z] [2025-06-12T01:47:15.736Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-12T01:47:15.736Z] #71 12.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:15.736Z] #71 ... [2025-06-12T01:47:15.736Z] [2025-06-12T01:47:15.736Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:47:15.976Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:16.302Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 [2025-06-12T01:47:16.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-12T01:47:16.302Z] e3d878bd51eb: Preparing [2025-06-12T01:47:16.302Z] 3cf7199066fa: Preparing [2025-06-12T01:47:16.302Z] 137638198daa: Preparing [2025-06-12T01:47:16.302Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:16.302Z] 80f50c0887b3: Preparing [2025-06-12T01:47:16.302Z] e37600712a98: Preparing [2025-06-12T01:47:16.302Z] 994456c4fd7b: Preparing [2025-06-12T01:47:16.302Z] 994456c4fd7b: Waiting [2025-06-12T01:47:16.302Z] e37600712a98: Waiting [2025-06-12T01:47:16.302Z] 3cf7199066fa: Layer already exists [2025-06-12T01:47:16.302Z] e3d878bd51eb: Layer already exists [2025-06-12T01:47:16.302Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:16.302Z] 137638198daa: Layer already exists [2025-06-12T01:47:16.302Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:16.302Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:16.302Z] e37600712a98: Layer already exists [2025-06-12T01:47:16.302Z] 4.1.0-dev.23: digest: sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:16.624Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:16.963Z] + docker push nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:16.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-12T01:47:16.963Z] e3d878bd51eb: Preparing [2025-06-12T01:47:16.963Z] 3cf7199066fa: Preparing [2025-06-12T01:47:16.963Z] 137638198daa: Preparing [2025-06-12T01:47:16.963Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:16.963Z] 80f50c0887b3: Preparing [2025-06-12T01:47:16.963Z] e37600712a98: Preparing [2025-06-12T01:47:16.963Z] 994456c4fd7b: Preparing [2025-06-12T01:47:16.963Z] 994456c4fd7b: Waiting [2025-06-12T01:47:16.963Z] e37600712a98: Waiting [2025-06-12T01:47:16.963Z] 3cf7199066fa: Layer already exists [2025-06-12T01:47:16.963Z] e3d878bd51eb: Layer already exists [2025-06-12T01:47:16.963Z] 137638198daa: Layer already exists [2025-06-12T01:47:16.963Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:16.963Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:16.963Z] e37600712a98: Layer already exists [2025-06-12T01:47:16.963Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:16.963Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:17.309Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:17.643Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-06-12T01:47:17.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-12T01:47:17.643Z] e3d878bd51eb: Preparing [2025-06-12T01:47:17.643Z] 3cf7199066fa: Preparing [2025-06-12T01:47:17.643Z] 137638198daa: Preparing [2025-06-12T01:47:17.643Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:17.643Z] 80f50c0887b3: Preparing [2025-06-12T01:47:17.643Z] e37600712a98: Preparing [2025-06-12T01:47:17.643Z] 994456c4fd7b: Preparing [2025-06-12T01:47:17.643Z] 994456c4fd7b: Waiting [2025-06-12T01:47:17.643Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:17.643Z] 137638198daa: Layer already exists [2025-06-12T01:47:17.643Z] 3cf7199066fa: Layer already exists [2025-06-12T01:47:17.643Z] e3d878bd51eb: Layer already exists [2025-06-12T01:47:17.643Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:17.643Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:17.643Z] e37600712a98: Layer already exists [2025-06-12T01:47:17.643Z] main: digest: sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2025-06-12T01:47:17.687Z] #43 ... [2025-06-12T01:47:17.687Z] [2025-06-12T01:47:17.687Z] #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-12T01:47:17.687Z] #58 23.76 (1/3) Installing ca-certificates (20241121-r1) [2025-06-12T01:47:17.687Z] #58 24.66 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-12T01:47:17.687Z] #58 24.71 (3/3) Installing tzdata (2025b-r0) [2025-06-12T01:47:17.687Z] #58 26.67 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:47:17.687Z] #58 26.85 Executing ca-certificates-20241121-r1.trigger [2025-06-12T01:47:17.687Z] #58 28.88 OK: 11 MiB in 17 packages [2025-06-12T01:47:17.687Z] #58 DONE 31.0s [2025-06-12T01:47:17.687Z] [2025-06-12T01:47:17.687Z] #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-12T01:47:17.687Z] #75 ... [2025-06-12T01:47:17.687Z] [2025-06-12T01:47:17.687Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-12T01:47:17.687Z] #61 25.24 (1/7) Installing ca-certificates (20241121-r1) [2025-06-12T01:47:17.687Z] #61 25.71 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-12T01:47:17.687Z] #61 25.75 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-12T01:47:17.687Z] #61 25.76 (4/7) Installing libsodium (1.0.19-r0) [2025-06-12T01:47:17.687Z] #61 25.80 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-12T01:47:17.687Z] #61 26.15 (6/7) Installing libzmq (4.3.5-r2) [2025-06-12T01:47:17.687Z] #61 26.32 (7/7) Installing zeromq (4.3.5-r2) [2025-06-12T01:47:17.687Z] #61 26.44 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:47:17.687Z] #61 26.67 Executing ca-certificates-20241121-r1.trigger [2025-06-12T01:47:17.687Z] #61 27.95 OK: 14 MiB in 21 packages [2025-06-12T01:47:17.687Z] #61 DONE 30.0s [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:47:17.728Z] ===================================================== [Pipeline] echo [2025-06-12T01:47:17.748Z] taggedImages: [2025-06-12T01:47:17.748Z] - nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:17.748Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-12T01:47:17.748Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 [2025-06-12T01:47:17.748Z] - nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:17.748Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-06-12T01:47:17.781Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-06-12T01:47:17.781Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:17.781Z] latest [2025-06-12T01:47:17.781Z] 4.1.0-dev.23 [2025-06-12T01:47:17.781Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:17.781Z] main [2025-06-12T01:47:17.781Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:17.963Z] [2025-06-12T01:47:17.963Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:47:17.963Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.0s [2025-06-12T01:47:18.131Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:18.461Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:18.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-12T01:47:18.461Z] c960153a270a: Preparing [2025-06-12T01:47:18.461Z] 0e83816614a4: Preparing [2025-06-12T01:47:18.461Z] 616b93303ed6: Preparing [2025-06-12T01:47:18.461Z] eb356c6f69ea: Preparing [2025-06-12T01:47:18.461Z] 137638198daa: Preparing [2025-06-12T01:47:18.461Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:18.461Z] 80f50c0887b3: Preparing [2025-06-12T01:47:18.461Z] e37600712a98: Preparing [2025-06-12T01:47:18.461Z] 994456c4fd7b: Preparing [2025-06-12T01:47:18.461Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:18.461Z] 80f50c0887b3: Waiting [2025-06-12T01:47:18.461Z] 994456c4fd7b: Waiting [2025-06-12T01:47:18.461Z] e37600712a98: Waiting [2025-06-12T01:47:18.461Z] 137638198daa: Layer already exists [2025-06-12T01:47:18.461Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:18.461Z] 616b93303ed6: Pushed [2025-06-12T01:47:18.461Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:18.461Z] e37600712a98: Layer already exists [2025-06-12T01:47:18.461Z] 0e83816614a4: Pushed [2025-06-12T01:47:18.461Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:18.461Z] c960153a270a: Pushed [2025-06-12T01:47:18.557Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.5s done [2025-06-12T01:47:18.558Z] #43 ... [2025-06-12T01:47:18.558Z] [2025-06-12T01:47:18.558Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-12T01:47:18.558Z] #71 23.43 OK: 239 MiB in 58 packages [2025-06-12T01:47:18.558Z] #71 DONE 25.4s [2025-06-12T01:47:18.558Z] [2025-06-12T01:47:18.558Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-12T01:47:18.558Z] #68 25.49 OK: 239 MiB in 58 packages [2025-06-12T01:47:18.827Z] #68 ... [2025-06-12T01:47:18.827Z] [2025-06-12T01:47:18.827Z] #69 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-12T01:47:18.827Z] #69 21.81 OK: 239 MiB in 58 packages [2025-06-12T01:47:18.827Z] #69 DONE 25.7s [2025-06-12T01:47:19.093Z] [2025-06-12T01:47:19.093Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-12T01:47:19.093Z] #55 30.97 (1/14) Installing ca-certificates (20241121-r1) [2025-06-12T01:47:19.093Z] #55 31.68 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-12T01:47:19.093Z] #55 31.86 (3/14) Installing c-ares (1.33.1-r0) [2025-06-12T01:47:19.093Z] #55 31.99 (4/14) Installing libunistring (1.2-r0) [2025-06-12T01:47:19.093Z] #55 32.18 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-12T01:47:19.093Z] #55 32.33 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-12T01:47:19.093Z] #55 32.47 (7/14) Installing libpsl (0.21.5-r1) [2025-06-12T01:47:19.093Z] #55 32.55 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-12T01:47:19.093Z] #55 32.78 (9/14) Installing libcurl (8.12.1-r0) [2025-06-12T01:47:19.093Z] #55 32.95 (10/14) Installing curl (8.12.1-r0) [2025-06-12T01:47:19.093Z] #55 33.00 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-12T01:47:19.093Z] #55 33.02 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-12T01:47:19.093Z] #55 33.28 (13/14) Installing libucontext (1.2-r3) [2025-06-12T01:47:19.093Z] #55 33.39 (14/14) Installing gcompat (1.1.0-r4) [2025-06-12T01:47:19.093Z] #55 33.49 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:47:19.093Z] #55 ... [2025-06-12T01:47:19.093Z] [2025-06-12T01:47:19.093Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-12T01:47:19.093Z] #72 11.27 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:19.390Z] #72 ... [2025-06-12T01:47:19.390Z] [2025-06-12T01:47:19.390Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-12T01:47:19.390Z] #55 33.76 Executing ca-certificates-20241121-r1.trigger [2025-06-12T01:47:19.401Z] eb356c6f69ea: Pushed [2025-06-12T01:47:19.657Z] #55 ... [2025-06-12T01:47:19.657Z] [2025-06-12T01:47:19.657Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-12T01:47:19.657Z] #43 DONE 31.5s [2025-06-12T01:47:19.662Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:19.925Z] [2025-06-12T01:47:19.925Z] #76 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:47:19.925Z] #76 ... [2025-06-12T01:47:19.925Z] [2025-06-12T01:47:19.925Z] #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:47:19.925Z] #77 DONE 1.4s [2025-06-12T01:47:19.925Z] [2025-06-12T01:47:19.925Z] #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-12T01:47:19.925Z] #0 4.235 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:19.925Z] #0 6.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:19.992Z] + 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-12T01:47:20.194Z] #78 ... [2025-06-12T01:47:20.194Z] [2025-06-12T01:47:20.194Z] #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:47:20.194Z] #79 ... [2025-06-12T01:47:20.194Z] [2025-06-12T01:47:20.194Z] #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-12T01:47:20.194Z] #0 5.710 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:20.194Z] #0 7.565 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:20.328Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-12T01:47:20.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-12T01:47:20.328Z] c960153a270a: Preparing [2025-06-12T01:47:20.328Z] 0e83816614a4: Preparing [2025-06-12T01:47:20.328Z] 616b93303ed6: Preparing [2025-06-12T01:47:20.328Z] eb356c6f69ea: Preparing [2025-06-12T01:47:20.328Z] 137638198daa: Preparing [2025-06-12T01:47:20.328Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:20.328Z] 80f50c0887b3: Preparing [2025-06-12T01:47:20.328Z] e37600712a98: Preparing [2025-06-12T01:47:20.328Z] 994456c4fd7b: Preparing [2025-06-12T01:47:20.328Z] e37600712a98: Waiting [2025-06-12T01:47:20.328Z] 994456c4fd7b: Waiting [2025-06-12T01:47:20.328Z] 80f50c0887b3: Waiting [2025-06-12T01:47:20.328Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:20.328Z] 616b93303ed6: Layer already exists [2025-06-12T01:47:20.328Z] 0e83816614a4: Layer already exists [2025-06-12T01:47:20.328Z] eb356c6f69ea: Layer already exists [2025-06-12T01:47:20.328Z] c960153a270a: Layer already exists [2025-06-12T01:47:20.328Z] 137638198daa: Layer already exists [2025-06-12T01:47:20.328Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:20.328Z] e37600712a98: Layer already exists [2025-06-12T01:47:20.328Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:20.328Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:20.328Z] latest: digest: sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:20.459Z] #80 ... [2025-06-12T01:47:20.459Z] [2025-06-12T01:47:20.459Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-12T01:47:20.459Z] #67 25.97 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-12T01:47:20.459Z] #67 25.97 v3.20.6-202-g3f1ee15473a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-12T01:47:20.459Z] #67 25.97 OK: 24049 distinct packages available [2025-06-12T01:47:20.459Z] #67 27.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:20.459Z] #67 ... [2025-06-12T01:47:20.459Z] [2025-06-12T01:47:20.459Z] #76 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:47:20.459Z] #76 DONE 1.8s [2025-06-12T01:47:20.649Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:20.726Z] [2025-06-12T01:47:20.726Z] #81 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:47:20.977Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 [2025-06-12T01:47:20.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-12T01:47:20.977Z] c960153a270a: Preparing [2025-06-12T01:47:20.977Z] 0e83816614a4: Preparing [2025-06-12T01:47:20.977Z] 616b93303ed6: Preparing [2025-06-12T01:47:20.977Z] eb356c6f69ea: Preparing [2025-06-12T01:47:20.977Z] 137638198daa: Preparing [2025-06-12T01:47:20.977Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:20.977Z] 80f50c0887b3: Preparing [2025-06-12T01:47:20.977Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:20.977Z] 80f50c0887b3: Waiting [2025-06-12T01:47:20.977Z] e37600712a98: Preparing [2025-06-12T01:47:20.977Z] 994456c4fd7b: Preparing [2025-06-12T01:47:20.977Z] e37600712a98: Waiting [2025-06-12T01:47:20.977Z] 994456c4fd7b: Waiting [2025-06-12T01:47:20.977Z] 0e83816614a4: Layer already exists [2025-06-12T01:47:20.977Z] c960153a270a: Layer already exists [2025-06-12T01:47:20.977Z] 137638198daa: Layer already exists [2025-06-12T01:47:20.977Z] eb356c6f69ea: Layer already exists [2025-06-12T01:47:20.977Z] 616b93303ed6: Layer already exists [2025-06-12T01:47:20.977Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:20.977Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:20.977Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:20.977Z] e37600712a98: Layer already exists [2025-06-12T01:47:20.977Z] 4.1.0-dev.23: digest: sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 size: 2193 [Pipeline] } [2025-06-12T01:47:20.990Z] #81 ... [2025-06-12T01:47:20.991Z] [2025-06-12T01:47:20.991Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-12T01:47:20.991Z] #68 DONE 27.7s [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:21.263Z] [2025-06-12T01:47:21.263Z] #82 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:47:21.263Z] #82 ... [2025-06-12T01:47:21.263Z] [2025-06-12T01:47:21.263Z] #70 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-06-12T01:47:21.263Z] #70 24.77 OK: 239 MiB in 58 packages [2025-06-12T01:47:21.263Z] #70 DONE 28.8s [2025-06-12T01:47:21.309Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:21.528Z] [2025-06-12T01:47:21.528Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-12T01:47:21.528Z] #55 35.81 OK: 15 MiB in 28 packages [2025-06-12T01:47:21.649Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:21.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-12T01:47:21.649Z] c960153a270a: Preparing [2025-06-12T01:47:21.649Z] 0e83816614a4: Preparing [2025-06-12T01:47:21.649Z] 616b93303ed6: Preparing [2025-06-12T01:47:21.649Z] eb356c6f69ea: Preparing [2025-06-12T01:47:21.649Z] 137638198daa: Preparing [2025-06-12T01:47:21.649Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:21.649Z] 80f50c0887b3: Preparing [2025-06-12T01:47:21.649Z] e37600712a98: Preparing [2025-06-12T01:47:21.649Z] 994456c4fd7b: Preparing [2025-06-12T01:47:21.649Z] 80f50c0887b3: Waiting [2025-06-12T01:47:21.649Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:21.649Z] 994456c4fd7b: Waiting [2025-06-12T01:47:21.649Z] e37600712a98: Waiting [2025-06-12T01:47:21.649Z] 0e83816614a4: Layer already exists [2025-06-12T01:47:21.649Z] c960153a270a: Layer already exists [2025-06-12T01:47:21.649Z] eb356c6f69ea: Layer already exists [2025-06-12T01:47:21.649Z] 137638198daa: Layer already exists [2025-06-12T01:47:21.649Z] 616b93303ed6: Layer already exists [2025-06-12T01:47:21.649Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:21.649Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:21.649Z] e37600712a98: Layer already exists [2025-06-12T01:47:21.649Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:21.649Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:21.985Z] + 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-12T01:47:22.317Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-12T01:47:22.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-12T01:47:22.317Z] c960153a270a: Preparing [2025-06-12T01:47:22.317Z] 0e83816614a4: Preparing [2025-06-12T01:47:22.317Z] 616b93303ed6: Preparing [2025-06-12T01:47:22.317Z] eb356c6f69ea: Preparing [2025-06-12T01:47:22.317Z] 137638198daa: Preparing [2025-06-12T01:47:22.317Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:22.317Z] 80f50c0887b3: Preparing [2025-06-12T01:47:22.317Z] e37600712a98: Preparing [2025-06-12T01:47:22.317Z] 994456c4fd7b: Preparing [2025-06-12T01:47:22.317Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:22.317Z] 80f50c0887b3: Waiting [2025-06-12T01:47:22.317Z] e37600712a98: Waiting [2025-06-12T01:47:22.317Z] 0e83816614a4: Layer already exists [2025-06-12T01:47:22.317Z] 137638198daa: Layer already exists [2025-06-12T01:47:22.317Z] 616b93303ed6: Layer already exists [2025-06-12T01:47:22.317Z] c960153a270a: Layer already exists [2025-06-12T01:47:22.317Z] eb356c6f69ea: Layer already exists [2025-06-12T01:47:22.317Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:22.317Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:22.317Z] e37600712a98: Layer already exists [2025-06-12T01:47:22.317Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:22.317Z] main: digest: sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:47:22.391Z] ===================================================== [Pipeline] echo [2025-06-12T01:47:22.409Z] taggedImages: [2025-06-12T01:47:22.409Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:22.409Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-12T01:47:22.409Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 [2025-06-12T01:47:22.409Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:22.409Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-06-12T01:47:22.434Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-06-12T01:47:22.434Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:22.434Z] latest [2025-06-12T01:47:22.434Z] 4.1.0-dev.23 [2025-06-12T01:47:22.434Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:22.434Z] main [2025-06-12T01:47:22.434Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2025-06-12T01:47:22.484Z] #55 ... [2025-06-12T01:47:22.484Z] [2025-06-12T01:47:22.484Z] #82 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:47:22.484Z] #82 DONE 1.5s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:22.752Z] [2025-06-12T01:47:22.752Z] #83 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:47:22.752Z] #83 DONE 1.4s [2025-06-12T01:47:22.752Z] [2025-06-12T01:47:22.752Z] #84 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:47:22.785Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:23.116Z] + docker push nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:23.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-12T01:47:23.116Z] 9abd36fe377a: Preparing [2025-06-12T01:47:23.116Z] c8149c34f4ff: Preparing [2025-06-12T01:47:23.116Z] 137638198daa: Preparing [2025-06-12T01:47:23.116Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:23.116Z] 80f50c0887b3: Preparing [2025-06-12T01:47:23.116Z] c6ac485f0db8: Preparing [2025-06-12T01:47:23.116Z] 994456c4fd7b: Preparing [2025-06-12T01:47:23.116Z] c6ac485f0db8: Waiting [2025-06-12T01:47:23.116Z] 994456c4fd7b: Waiting [2025-06-12T01:47:23.116Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:23.116Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:23.116Z] 137638198daa: Layer already exists [2025-06-12T01:47:23.116Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:23.116Z] 9abd36fe377a: Pushed [2025-06-12T01:47:23.116Z] c6ac485f0db8: Pushed [2025-06-12T01:47:23.716Z] #84 ... [2025-06-12T01:47:23.716Z] [2025-06-12T01:47:23.716Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-12T01:47:23.716Z] #55 DONE 38.2s [2025-06-12T01:47:23.982Z] [2025-06-12T01:47:23.982Z] #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-12T01:47:23.982Z] #0 5.621 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:23.982Z] #0 8.064 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:23.982Z] #85 ... [2025-06-12T01:47:23.982Z] [2025-06-12T01:47:23.982Z] #73 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2025-06-12T01:47:23.982Z] #73 5.732 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:23.982Z] #73 8.465 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:24.265Z] #73 ... [2025-06-12T01:47:24.265Z] [2025-06-12T01:47:24.265Z] #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-12T01:47:24.531Z] #86 ... [2025-06-12T01:47:24.531Z] [2025-06-12T01:47:24.531Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-12T01:47:24.531Z] #64 26.27 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-12T01:47:24.531Z] #64 26.27 v3.20.6-202-g3f1ee15473a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-12T01:47:24.531Z] #64 26.27 OK: 24049 distinct packages available [2025-06-12T01:47:24.531Z] #64 28.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:24.531Z] #64 30.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:24.531Z] #64 ... [2025-06-12T01:47:24.531Z] [2025-06-12T01:47:24.531Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-12T01:47:24.531Z] #72 24.05 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-12T01:47:24.531Z] #72 26.31 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:47:24.531Z] #72 26.55 OK: 9 MiB in 15 packages [2025-06-12T01:47:25.113Z] #72 ... [2025-06-12T01:47:25.113Z] [2025-06-12T01:47:25.113Z] #87 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-12T01:47:25.113Z] #0 6.279 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:25.113Z] #0 8.702 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:25.379Z] #87 ... [2025-06-12T01:47:25.379Z] [2025-06-12T01:47:25.379Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-12T01:47:25.379Z] #67 30.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:25.651Z] c8149c34f4ff: Pushed [2025-06-12T01:47:25.651Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:25.965Z] #67 ... [2025-06-12T01:47:25.965Z] [2025-06-12T01:47:25.965Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-12T01:47:25.965Z] #72 DONE 28.2s [2025-06-12T01:47:25.978Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:26.230Z] [2025-06-12T01:47:26.230Z] #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-12T01:47:26.230Z] #74 24.08 OK: 239 MiB in 58 packages [2025-06-12T01:47:26.230Z] #74 ... [2025-06-12T01:47:26.230Z] [2025-06-12T01:47:26.230Z] #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-12T01:47:26.230Z] #65 28.01 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-12T01:47:26.230Z] #65 28.01 v3.20.6-202-g3f1ee15473a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-12T01:47:26.230Z] #65 28.01 OK: 24049 distinct packages available [2025-06-12T01:47:26.230Z] #65 29.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:26.230Z] #65 32.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:26.307Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-12T01:47:26.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-12T01:47:26.307Z] 9abd36fe377a: Preparing [2025-06-12T01:47:26.307Z] c8149c34f4ff: Preparing [2025-06-12T01:47:26.307Z] 137638198daa: Preparing [2025-06-12T01:47:26.307Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:26.307Z] 80f50c0887b3: Preparing [2025-06-12T01:47:26.307Z] c6ac485f0db8: Preparing [2025-06-12T01:47:26.307Z] 994456c4fd7b: Preparing [2025-06-12T01:47:26.307Z] c6ac485f0db8: Waiting [2025-06-12T01:47:26.307Z] 994456c4fd7b: Waiting [2025-06-12T01:47:26.307Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:26.307Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:26.307Z] 137638198daa: Layer already exists [2025-06-12T01:47:26.307Z] c8149c34f4ff: Layer already exists [2025-06-12T01:47:26.307Z] 9abd36fe377a: Layer already exists [2025-06-12T01:47:26.307Z] c6ac485f0db8: Layer already exists [2025-06-12T01:47:26.307Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:26.307Z] latest: digest: sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:26.646Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:26.812Z] #65 ... [2025-06-12T01:47:26.812Z] [2025-06-12T01:47:26.812Z] #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-12T01:47:26.812Z] #75 9.225 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:26.973Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 [2025-06-12T01:47:26.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-12T01:47:26.973Z] 9abd36fe377a: Preparing [2025-06-12T01:47:26.973Z] c8149c34f4ff: Preparing [2025-06-12T01:47:26.973Z] 137638198daa: Preparing [2025-06-12T01:47:26.973Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:26.973Z] 80f50c0887b3: Preparing [2025-06-12T01:47:26.973Z] c6ac485f0db8: Preparing [2025-06-12T01:47:26.973Z] 994456c4fd7b: Preparing [2025-06-12T01:47:26.973Z] c6ac485f0db8: Waiting [2025-06-12T01:47:26.973Z] 994456c4fd7b: Waiting [2025-06-12T01:47:26.973Z] c8149c34f4ff: Layer already exists [2025-06-12T01:47:26.973Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:26.973Z] 137638198daa: Layer already exists [2025-06-12T01:47:26.973Z] 9abd36fe377a: Layer already exists [2025-06-12T01:47:26.973Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:26.973Z] c6ac485f0db8: Layer already exists [2025-06-12T01:47:26.973Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:26.973Z] 4.1.0-dev.23: digest: sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:27.303Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:27.630Z] + docker push nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:27.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-12T01:47:27.630Z] 9abd36fe377a: Preparing [2025-06-12T01:47:27.630Z] c8149c34f4ff: Preparing [2025-06-12T01:47:27.630Z] 137638198daa: Preparing [2025-06-12T01:47:27.630Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:27.630Z] 80f50c0887b3: Preparing [2025-06-12T01:47:27.630Z] c6ac485f0db8: Preparing [2025-06-12T01:47:27.630Z] 994456c4fd7b: Preparing [2025-06-12T01:47:27.630Z] c6ac485f0db8: Waiting [2025-06-12T01:47:27.630Z] 994456c4fd7b: Waiting [2025-06-12T01:47:27.630Z] 137638198daa: Layer already exists [2025-06-12T01:47:27.630Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:27.630Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:27.630Z] 9abd36fe377a: Layer already exists [2025-06-12T01:47:27.630Z] c8149c34f4ff: Layer already exists [2025-06-12T01:47:27.630Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:27.630Z] c6ac485f0db8: Layer already exists [2025-06-12T01:47:27.630Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:27.772Z] #75 ... [2025-06-12T01:47:27.772Z] [2025-06-12T01:47:27.772Z] #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-12T01:47:27.772Z] #0 9.006 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:27.972Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:28.038Z] #88 ... [2025-06-12T01:47:28.038Z] [2025-06-12T01:47:28.038Z] #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-12T01:47:28.038Z] #74 DONE 25.9s [2025-06-12T01:47:28.038Z] [2025-06-12T01:47:28.038Z] #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-12T01:47:28.302Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-06-12T01:47:28.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-12T01:47:28.303Z] 9abd36fe377a: Preparing [2025-06-12T01:47:28.303Z] c8149c34f4ff: Preparing [2025-06-12T01:47:28.303Z] 137638198daa: Preparing [2025-06-12T01:47:28.303Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:28.303Z] 80f50c0887b3: Preparing [2025-06-12T01:47:28.303Z] c6ac485f0db8: Preparing [2025-06-12T01:47:28.303Z] 994456c4fd7b: Preparing [2025-06-12T01:47:28.303Z] c6ac485f0db8: Waiting [2025-06-12T01:47:28.303Z] 994456c4fd7b: Waiting [2025-06-12T01:47:28.303Z] 137638198daa: Layer already exists [2025-06-12T01:47:28.303Z] c8149c34f4ff: Layer already exists [2025-06-12T01:47:28.303Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:28.303Z] 9abd36fe377a: Layer already exists [2025-06-12T01:47:28.303Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:28.303Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:28.303Z] c6ac485f0db8: Layer already exists [2025-06-12T01:47:28.303Z] main: digest: sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 size: 1778 [2025-06-12T01:47:28.305Z] #89 DONE 0.5s [2025-06-12T01:47:28.305Z] [2025-06-12T01:47:28.305Z] #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-12T01:47:28.305Z] #78 17.44 OK: 20 MiB in 18 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:47:28.371Z] ===================================================== [Pipeline] echo [2025-06-12T01:47:28.383Z] taggedImages: [2025-06-12T01:47:28.383Z] - nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:28.383Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-12T01:47:28.383Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 [2025-06-12T01:47:28.383Z] - nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:28.383Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-06-12T01:47:28.416Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-06-12T01:47:28.416Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:28.416Z] latest [2025-06-12T01:47:28.416Z] 4.1.0-dev.23 [2025-06-12T01:47:28.416Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:28.416Z] main [2025-06-12T01:47:28.416Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:28.776Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:28.893Z] #78 DONE 19.0s [2025-06-12T01:47:28.893Z] [2025-06-12T01:47:28.893Z] #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-12T01:47:28.893Z] #88 11.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:29.108Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:29.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-12T01:47:29.109Z] f29c9f616a72: Preparing [2025-06-12T01:47:29.109Z] 1c57c1e4a91b: Preparing [2025-06-12T01:47:29.109Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:29.109Z] 3f546a895053: Preparing [2025-06-12T01:47:29.109Z] 10197c8c53dd: Preparing [2025-06-12T01:47:29.109Z] 994456c4fd7b: Preparing [2025-06-12T01:47:29.109Z] 994456c4fd7b: Waiting [2025-06-12T01:47:29.109Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:29.109Z] 10197c8c53dd: Pushed [2025-06-12T01:47:29.109Z] 3f546a895053: Pushed [2025-06-12T01:47:29.109Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:29.109Z] f29c9f616a72: Pushed [2025-06-12T01:47:30.858Z] #88 ... [2025-06-12T01:47:30.858Z] [2025-06-12T01:47:30.858Z] #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-12T01:47:30.858Z] #80 19.13 OK: 20 MiB in 18 packages [2025-06-12T01:47:30.858Z] #80 DONE 20.3s [2025-06-12T01:47:30.858Z] [2025-06-12T01:47:30.858Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-12T01:47:30.858Z] #64 42.39 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-12T01:47:30.858Z] #64 42.43 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-12T01:47:30.858Z] #64 42.45 (3/4) Installing libucontext (1.2-r3) [2025-06-12T01:47:30.858Z] #64 42.47 (4/4) Installing gcompat (1.1.0-r4) [2025-06-12T01:47:30.858Z] #64 ... [2025-06-12T01:47:30.858Z] [2025-06-12T01:47:30.858Z] #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-12T01:47:30.858Z] #90 DONE 0.2s [2025-06-12T01:47:30.858Z] [2025-06-12T01:47:30.858Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-12T01:47:30.858Z] #64 42.58 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:47:31.126Z] #64 42.83 OK: 9 MiB in 18 packages [2025-06-12T01:47:31.126Z] #64 ... [2025-06-12T01:47:31.126Z] [2025-06-12T01:47:31.126Z] #73 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2025-06-12T01:47:31.126Z] #73 20.40 OK: 9 MiB in 15 packages [2025-06-12T01:47:31.126Z] #73 DONE 23.0s [2025-06-12T01:47:31.427Z] [2025-06-12T01:47:31.427Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-12T01:47:31.427Z] #67 38.02 OK: 239 MiB in 58 packages [2025-06-12T01:47:31.651Z] 1c57c1e4a91b: Pushed [2025-06-12T01:47:31.652Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:32.005Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-12T01:47:32.012Z] #67 DONE 38.8s [2025-06-12T01:47:32.012Z] [2025-06-12T01:47:32.012Z] #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:32.338Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-12T01:47:32.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-12T01:47:32.339Z] f29c9f616a72: Preparing [2025-06-12T01:47:32.339Z] 1c57c1e4a91b: Preparing [2025-06-12T01:47:32.339Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:32.339Z] 3f546a895053: Preparing [2025-06-12T01:47:32.339Z] 10197c8c53dd: Preparing [2025-06-12T01:47:32.339Z] 994456c4fd7b: Preparing [2025-06-12T01:47:32.339Z] 994456c4fd7b: Waiting [2025-06-12T01:47:32.339Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:32.339Z] 3f546a895053: Layer already exists [2025-06-12T01:47:32.339Z] 10197c8c53dd: Layer already exists [2025-06-12T01:47:32.339Z] f29c9f616a72: Layer already exists [2025-06-12T01:47:32.339Z] 1c57c1e4a91b: Layer already exists [2025-06-12T01:47:32.339Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:32.339Z] latest: digest: sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:32.602Z] #91 ... [2025-06-12T01:47:32.602Z] [2025-06-12T01:47:32.602Z] #92 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:47:32.602Z] #92 ... [2025-06-12T01:47:32.602Z] [2025-06-12T01:47:32.602Z] #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-12T01:47:32.602Z] #65 41.59 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-12T01:47:32.602Z] #65 41.62 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-12T01:47:32.602Z] #65 41.64 (3/5) Installing libucontext (1.2-r3) [2025-06-12T01:47:32.602Z] #65 41.65 (4/5) Installing gcompat (1.1.0-r4) [2025-06-12T01:47:32.602Z] #65 41.69 (5/5) Installing openssl (3.3.3-r0) [2025-06-12T01:47:32.602Z] #65 41.81 Executing busybox-1.36.1-r29.trigger [2025-06-12T01:47:32.602Z] #65 41.93 OK: 10 MiB in 19 packages [2025-06-12T01:47:32.602Z] #65 DONE 44.4s [2025-06-12T01:47:32.602Z] [2025-06-12T01:47:32.602Z] #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:47:32.602Z] #91 DONE 0.6s [2025-06-12T01:47:32.602Z] [2025-06-12T01:47:32.602Z] #93 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-12T01:47:32.669Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:33.006Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 [2025-06-12T01:47:33.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-12T01:47:33.006Z] f29c9f616a72: Preparing [2025-06-12T01:47:33.006Z] 1c57c1e4a91b: Preparing [2025-06-12T01:47:33.006Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:33.006Z] 3f546a895053: Preparing [2025-06-12T01:47:33.006Z] 10197c8c53dd: Preparing [2025-06-12T01:47:33.006Z] 994456c4fd7b: Preparing [2025-06-12T01:47:33.006Z] 994456c4fd7b: Waiting [2025-06-12T01:47:33.006Z] 10197c8c53dd: Layer already exists [2025-06-12T01:47:33.006Z] f29c9f616a72: Layer already exists [2025-06-12T01:47:33.006Z] 1c57c1e4a91b: Layer already exists [2025-06-12T01:47:33.006Z] 3f546a895053: Layer already exists [2025-06-12T01:47:33.006Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:33.006Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:33.006Z] 4.1.0-dev.23: digest: sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:33.187Z] #93 ... [2025-06-12T01:47:33.187Z] [2025-06-12T01:47:33.187Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-12T01:47:33.187Z] #64 DONE 45.1s [2025-06-12T01:47:33.341Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:33.454Z] [2025-06-12T01:47:33.454Z] #87 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-12T01:47:33.454Z] #87 18.34 OK: 9 MiB in 16 packages [2025-06-12T01:47:33.679Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:33.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-12T01:47:33.679Z] f29c9f616a72: Preparing [2025-06-12T01:47:33.679Z] 1c57c1e4a91b: Preparing [2025-06-12T01:47:33.679Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:33.679Z] 3f546a895053: Preparing [2025-06-12T01:47:33.679Z] 10197c8c53dd: Preparing [2025-06-12T01:47:33.679Z] 994456c4fd7b: Preparing [2025-06-12T01:47:33.679Z] 994456c4fd7b: Waiting [2025-06-12T01:47:33.680Z] 3f546a895053: Layer already exists [2025-06-12T01:47:33.680Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:33.680Z] 10197c8c53dd: Layer already exists [2025-06-12T01:47:33.680Z] f29c9f616a72: Layer already exists [2025-06-12T01:47:33.680Z] 1c57c1e4a91b: Layer already exists [2025-06-12T01:47:33.680Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:33.680Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:34.014Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:34.345Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-12T01:47:34.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-12T01:47:34.345Z] f29c9f616a72: Preparing [2025-06-12T01:47:34.345Z] 1c57c1e4a91b: Preparing [2025-06-12T01:47:34.345Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:34.345Z] 3f546a895053: Preparing [2025-06-12T01:47:34.345Z] 10197c8c53dd: Preparing [2025-06-12T01:47:34.345Z] 994456c4fd7b: Preparing [2025-06-12T01:47:34.345Z] 994456c4fd7b: Waiting [2025-06-12T01:47:34.345Z] 10197c8c53dd: Layer already exists [2025-06-12T01:47:34.345Z] 3f546a895053: Layer already exists [2025-06-12T01:47:34.345Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:34.345Z] 1c57c1e4a91b: Layer already exists [2025-06-12T01:47:34.345Z] f29c9f616a72: Layer already exists [2025-06-12T01:47:34.345Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:34.345Z] main: digest: sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:47:34.421Z] ===================================================== [Pipeline] echo [2025-06-12T01:47:34.437Z] taggedImages: [2025-06-12T01:47:34.437Z] - nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:34.437Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-12T01:47:34.437Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 [2025-06-12T01:47:34.437Z] - nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:34.437Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-06-12T01:47:34.468Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-06-12T01:47:34.468Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:34.468Z] latest [2025-06-12T01:47:34.468Z] 4.1.0-dev.23 [2025-06-12T01:47:34.468Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:34.468Z] main [2025-06-12T01:47:34.468Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:34.837Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:35.166Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:35.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-12T01:47:35.166Z] 0418f7bbd076: Preparing [2025-06-12T01:47:35.166Z] a4b352f45c7a: Preparing [2025-06-12T01:47:35.166Z] a45a03146a6e: Preparing [2025-06-12T01:47:35.166Z] 137638198daa: Preparing [2025-06-12T01:47:35.166Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:35.166Z] 80f50c0887b3: Preparing [2025-06-12T01:47:35.166Z] e37600712a98: Preparing [2025-06-12T01:47:35.166Z] 994456c4fd7b: Preparing [2025-06-12T01:47:35.166Z] 80f50c0887b3: Waiting [2025-06-12T01:47:35.166Z] e37600712a98: Waiting [2025-06-12T01:47:35.166Z] 994456c4fd7b: Waiting [2025-06-12T01:47:35.166Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:35.166Z] 137638198daa: Layer already exists [2025-06-12T01:47:35.166Z] e37600712a98: Layer already exists [2025-06-12T01:47:35.166Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:35.166Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:35.166Z] a4b352f45c7a: Pushed [2025-06-12T01:47:35.166Z] 0418f7bbd076: Pushed [2025-06-12T01:47:35.404Z] #87 ... [2025-06-12T01:47:35.404Z] [2025-06-12T01:47:35.404Z] #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-12T01:47:35.404Z] #85 19.24 OK: 9 MiB in 15 packages [2025-06-12T01:47:35.404Z] #85 DONE 21.5s [2025-06-12T01:47:35.670Z] [2025-06-12T01:47:35.671Z] #87 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-12T01:47:35.671Z] #87 DONE 20.5s [2025-06-12T01:47:35.671Z] [2025-06-12T01:47:35.671Z] #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-12T01:47:37.081Z] #94 ... [2025-06-12T01:47:37.081Z] [2025-06-12T01:47:37.081Z] #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-12T01:47:37.081Z] #88 18.39 OK: 14 MiB in 21 packages [2025-06-12T01:47:37.081Z] #88 DONE 19.3s [2025-06-12T01:47:37.350Z] [2025-06-12T01:47:37.350Z] #93 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-12T01:47:37.350Z] #93 4.525 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:37.701Z] a45a03146a6e: Pushed [2025-06-12T01:47:37.701Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:38.032Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:38.357Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-12T01:47:38.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-12T01:47:38.357Z] 0418f7bbd076: Preparing [2025-06-12T01:47:38.357Z] a4b352f45c7a: Preparing [2025-06-12T01:47:38.357Z] a45a03146a6e: Preparing [2025-06-12T01:47:38.357Z] 137638198daa: Preparing [2025-06-12T01:47:38.357Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:38.357Z] 80f50c0887b3: Preparing [2025-06-12T01:47:38.357Z] e37600712a98: Preparing [2025-06-12T01:47:38.357Z] 994456c4fd7b: Preparing [2025-06-12T01:47:38.357Z] 80f50c0887b3: Waiting [2025-06-12T01:47:38.357Z] e37600712a98: Waiting [2025-06-12T01:47:38.357Z] 994456c4fd7b: Waiting [2025-06-12T01:47:38.357Z] 137638198daa: Layer already exists [2025-06-12T01:47:38.357Z] a4b352f45c7a: Layer already exists [2025-06-12T01:47:38.357Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:38.357Z] 0418f7bbd076: Layer already exists [2025-06-12T01:47:38.357Z] a45a03146a6e: Layer already exists [2025-06-12T01:47:38.357Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:38.357Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:38.357Z] e37600712a98: Layer already exists [2025-06-12T01:47:38.357Z] latest: digest: sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:38.680Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:38.778Z] #93 ... [2025-06-12T01:47:38.778Z] [2025-06-12T01:47:38.778Z] #95 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:47:38.778Z] #95 ... [2025-06-12T01:47:38.778Z] [2025-06-12T01:47:38.778Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-12T01:47:38.778Z] #0 4.554 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:38.778Z] #96 ... [2025-06-12T01:47:38.778Z] [2025-06-12T01:47:38.778Z] #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-12T01:47:38.778Z] #75 11.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:38.778Z] #75 20.13 OK: 11 MiB in 17 packages [2025-06-12T01:47:38.778Z] #75 DONE 21.0s [2025-06-12T01:47:38.778Z] [2025-06-12T01:47:38.778Z] #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-12T01:47:38.778Z] #94 DONE 3.0s [2025-06-12T01:47:38.778Z] [2025-06-12T01:47:38.778Z] #93 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-12T01:47:38.778Z] #93 6.034 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:39.016Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 [2025-06-12T01:47:39.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-12T01:47:39.017Z] 0418f7bbd076: Preparing [2025-06-12T01:47:39.017Z] a4b352f45c7a: Preparing [2025-06-12T01:47:39.017Z] a45a03146a6e: Preparing [2025-06-12T01:47:39.017Z] 137638198daa: Preparing [2025-06-12T01:47:39.017Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:39.017Z] 80f50c0887b3: Preparing [2025-06-12T01:47:39.017Z] e37600712a98: Preparing [2025-06-12T01:47:39.017Z] 994456c4fd7b: Preparing [2025-06-12T01:47:39.017Z] 994456c4fd7b: Waiting [2025-06-12T01:47:39.017Z] e37600712a98: Waiting [2025-06-12T01:47:39.017Z] 0418f7bbd076: Layer already exists [2025-06-12T01:47:39.017Z] a45a03146a6e: Layer already exists [2025-06-12T01:47:39.017Z] a4b352f45c7a: Layer already exists [2025-06-12T01:47:39.017Z] 137638198daa: Layer already exists [2025-06-12T01:47:39.017Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:39.017Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:39.017Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:39.017Z] e37600712a98: Layer already exists [2025-06-12T01:47:39.017Z] 4.1.0-dev.23: digest: sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e size: 1985 [Pipeline] } [Pipeline] // withEnv [2025-06-12T01:47:39.047Z] #93 ... [2025-06-12T01:47:39.047Z] [2025-06-12T01:47:39.047Z] #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-12T01:47:39.047Z] #97 DONE 0.2s [2025-06-12T01:47:39.047Z] [2025-06-12T01:47:39.047Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-12T01:47:39.047Z] #96 5.566 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:39.421Z] #96 ... [2025-06-12T01:47:39.421Z] [2025-06-12T01:47:39.421Z] #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-12T01:47:39.421Z] #86 5.508 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:39.421Z] #86 7.141 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-12T01:47:39.421Z] #86 14.75 OK: 15 MiB in 28 packages [2025-06-12T01:47:39.459Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:39.700Z] #86 DONE 15.8s [2025-06-12T01:47:39.700Z] [2025-06-12T01:47:39.700Z] #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:47:39.791Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:39.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-12T01:47:39.791Z] 0418f7bbd076: Preparing [2025-06-12T01:47:39.791Z] a4b352f45c7a: Preparing [2025-06-12T01:47:39.791Z] a45a03146a6e: Preparing [2025-06-12T01:47:39.791Z] 137638198daa: Preparing [2025-06-12T01:47:39.791Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:39.791Z] 80f50c0887b3: Preparing [2025-06-12T01:47:39.791Z] e37600712a98: Preparing [2025-06-12T01:47:39.791Z] 994456c4fd7b: Preparing [2025-06-12T01:47:39.791Z] 80f50c0887b3: Waiting [2025-06-12T01:47:39.791Z] e37600712a98: Waiting [2025-06-12T01:47:39.791Z] 994456c4fd7b: Waiting [2025-06-12T01:47:39.791Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:39.791Z] a45a03146a6e: Layer already exists [2025-06-12T01:47:39.791Z] 0418f7bbd076: Layer already exists [2025-06-12T01:47:39.791Z] 137638198daa: Layer already exists [2025-06-12T01:47:39.791Z] a4b352f45c7a: Layer already exists [2025-06-12T01:47:39.791Z] e37600712a98: Layer already exists [2025-06-12T01:47:39.791Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:39.791Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:39.791Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:40.126Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:40.450Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-12T01:47:40.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-12T01:47:40.450Z] 0418f7bbd076: Preparing [2025-06-12T01:47:40.450Z] a4b352f45c7a: Preparing [2025-06-12T01:47:40.450Z] a45a03146a6e: Preparing [2025-06-12T01:47:40.450Z] 137638198daa: Preparing [2025-06-12T01:47:40.450Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:40.450Z] 80f50c0887b3: Preparing [2025-06-12T01:47:40.450Z] e37600712a98: Preparing [2025-06-12T01:47:40.450Z] 994456c4fd7b: Preparing [2025-06-12T01:47:40.450Z] e37600712a98: Waiting [2025-06-12T01:47:40.450Z] 994456c4fd7b: Waiting [2025-06-12T01:47:40.450Z] 80f50c0887b3: Waiting [2025-06-12T01:47:40.450Z] a45a03146a6e: Layer already exists [2025-06-12T01:47:40.450Z] 0418f7bbd076: Layer already exists [2025-06-12T01:47:40.450Z] 137638198daa: Layer already exists [2025-06-12T01:47:40.450Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:40.450Z] a4b352f45c7a: Layer already exists [2025-06-12T01:47:40.450Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:40.450Z] e37600712a98: Layer already exists [2025-06-12T01:47:40.450Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:40.450Z] main: digest: sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:47:40.543Z] ===================================================== [Pipeline] echo [2025-06-12T01:47:40.561Z] taggedImages: [2025-06-12T01:47:40.561Z] - nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:40.561Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-12T01:47:40.561Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 [2025-06-12T01:47:40.561Z] - nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:40.561Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-06-12T01:47:40.599Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-06-12T01:47:40.599Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:40.599Z] latest [2025-06-12T01:47:40.599Z] 4.1.0-dev.23 [2025-06-12T01:47:40.599Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:40.599Z] main [2025-06-12T01:47:40.599Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:40.947Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:41.275Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:41.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-12T01:47:41.276Z] e2db3f4d6fe9: Preparing [2025-06-12T01:47:41.276Z] fb63b8dac695: Preparing [2025-06-12T01:47:41.276Z] e8405b0fa08d: Preparing [2025-06-12T01:47:41.276Z] f7e2c0ad61ba: Preparing [2025-06-12T01:47:41.276Z] 43fb570da37e: Preparing [2025-06-12T01:47:41.276Z] 4a22110d5ac7: Preparing [2025-06-12T01:47:41.276Z] 5a2b78571867: Preparing [2025-06-12T01:47:41.276Z] 137638198daa: Preparing [2025-06-12T01:47:41.276Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:41.276Z] e3400792eb3d: Preparing [2025-06-12T01:47:41.276Z] 02a3449c06a1: Preparing [2025-06-12T01:47:41.276Z] 5f70bf18a086: Preparing [2025-06-12T01:47:41.276Z] 512b919f0a4e: Preparing [2025-06-12T01:47:41.276Z] f3c8f4042513: Preparing [2025-06-12T01:47:41.276Z] 6820b3bd0f75: Preparing [2025-06-12T01:47:41.276Z] 994456c4fd7b: Preparing [2025-06-12T01:47:41.276Z] 4a22110d5ac7: Waiting [2025-06-12T01:47:41.276Z] e3400792eb3d: Waiting [2025-06-12T01:47:41.276Z] 02a3449c06a1: Waiting [2025-06-12T01:47:41.276Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:41.276Z] 5f70bf18a086: Waiting [2025-06-12T01:47:41.276Z] 5a2b78571867: Waiting [2025-06-12T01:47:41.276Z] 512b919f0a4e: Waiting [2025-06-12T01:47:41.276Z] 994456c4fd7b: Waiting [2025-06-12T01:47:41.276Z] 6820b3bd0f75: Waiting [2025-06-12T01:47:41.276Z] f3c8f4042513: Waiting [2025-06-12T01:47:41.276Z] 137638198daa: Waiting [2025-06-12T01:47:41.276Z] f7e2c0ad61ba: Pushed [2025-06-12T01:47:41.276Z] fb63b8dac695: Pushed [2025-06-12T01:47:41.276Z] e8405b0fa08d: Pushed [2025-06-12T01:47:41.276Z] 43fb570da37e: Pushed [2025-06-12T01:47:41.276Z] e2db3f4d6fe9: Pushed [2025-06-12T01:47:41.276Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:41.276Z] 137638198daa: Layer already exists [2025-06-12T01:47:41.276Z] 5f70bf18a086: Layer already exists [2025-06-12T01:47:41.276Z] 4a22110d5ac7: Pushed [2025-06-12T01:47:41.537Z] e3400792eb3d: Pushed [2025-06-12T01:47:41.537Z] 02a3449c06a1: Pushed [2025-06-12T01:47:41.537Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:41.537Z] 512b919f0a4e: Pushed [2025-06-12T01:47:41.537Z] f3c8f4042513: Pushed [2025-06-12T01:47:41.537Z] 6820b3bd0f75: Pushed [2025-06-12T01:47:42.277Z] #98 ... [2025-06-12T01:47:42.277Z] [2025-06-12T01:47:42.277Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-12T01:47:42.277Z] #96 8.752 OK: 9 MiB in 18 packages [2025-06-12T01:47:42.552Z] #96 DONE 9.3s [2025-06-12T01:47:42.552Z] [2025-06-12T01:47:42.552Z] #93 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-12T01:47:42.552Z] #93 9.631 OK: 10 MiB in 19 packages [2025-06-12T01:47:42.915Z] 5a2b78571867: Pushed [2025-06-12T01:47:42.915Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:43.241Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:43.518Z] #93 DONE 10.6s [2025-06-12T01:47:43.518Z] [2025-06-12T01:47:43.518Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-12T01:47:43.564Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-12T01:47:43.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-12T01:47:43.564Z] e2db3f4d6fe9: Preparing [2025-06-12T01:47:43.564Z] fb63b8dac695: Preparing [2025-06-12T01:47:43.564Z] e8405b0fa08d: Preparing [2025-06-12T01:47:43.564Z] f7e2c0ad61ba: Preparing [2025-06-12T01:47:43.564Z] 43fb570da37e: Preparing [2025-06-12T01:47:43.564Z] 4a22110d5ac7: Preparing [2025-06-12T01:47:43.564Z] 5a2b78571867: Preparing [2025-06-12T01:47:43.564Z] 137638198daa: Preparing [2025-06-12T01:47:43.564Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:43.564Z] e3400792eb3d: Preparing [2025-06-12T01:47:43.564Z] 02a3449c06a1: Preparing [2025-06-12T01:47:43.564Z] 5f70bf18a086: Preparing [2025-06-12T01:47:43.564Z] 512b919f0a4e: Preparing [2025-06-12T01:47:43.564Z] f3c8f4042513: Preparing [2025-06-12T01:47:43.564Z] 6820b3bd0f75: Preparing [2025-06-12T01:47:43.564Z] 994456c4fd7b: Preparing [2025-06-12T01:47:43.564Z] 4a22110d5ac7: Waiting [2025-06-12T01:47:43.564Z] 5a2b78571867: Waiting [2025-06-12T01:47:43.564Z] 137638198daa: Waiting [2025-06-12T01:47:43.564Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:43.564Z] e3400792eb3d: Waiting [2025-06-12T01:47:43.564Z] 02a3449c06a1: Waiting [2025-06-12T01:47:43.564Z] 5f70bf18a086: Waiting [2025-06-12T01:47:43.564Z] 512b919f0a4e: Waiting [2025-06-12T01:47:43.564Z] f3c8f4042513: Waiting [2025-06-12T01:47:43.564Z] 6820b3bd0f75: Waiting [2025-06-12T01:47:43.564Z] 994456c4fd7b: Waiting [2025-06-12T01:47:43.564Z] f7e2c0ad61ba: Layer already exists [2025-06-12T01:47:43.564Z] e8405b0fa08d: Layer already exists [2025-06-12T01:47:43.564Z] e2db3f4d6fe9: Layer already exists [2025-06-12T01:47:43.564Z] 43fb570da37e: Layer already exists [2025-06-12T01:47:43.564Z] fb63b8dac695: Layer already exists [2025-06-12T01:47:43.564Z] 5a2b78571867: Layer already exists [2025-06-12T01:47:43.564Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:43.564Z] 4a22110d5ac7: Layer already exists [2025-06-12T01:47:43.564Z] 137638198daa: Layer already exists [2025-06-12T01:47:43.564Z] e3400792eb3d: Layer already exists [2025-06-12T01:47:43.564Z] 02a3449c06a1: Layer already exists [2025-06-12T01:47:43.564Z] 512b919f0a4e: Layer already exists [2025-06-12T01:47:43.564Z] f3c8f4042513: Layer already exists [2025-06-12T01:47:43.564Z] 6820b3bd0f75: Layer already exists [2025-06-12T01:47:43.564Z] 5f70bf18a086: Layer already exists [2025-06-12T01:47:43.564Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:43.564Z] latest: digest: sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:43.894Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:44.217Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 [2025-06-12T01:47:44.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-12T01:47:44.217Z] e2db3f4d6fe9: Preparing [2025-06-12T01:47:44.217Z] fb63b8dac695: Preparing [2025-06-12T01:47:44.217Z] e8405b0fa08d: Preparing [2025-06-12T01:47:44.217Z] f7e2c0ad61ba: Preparing [2025-06-12T01:47:44.217Z] 43fb570da37e: Preparing [2025-06-12T01:47:44.217Z] 4a22110d5ac7: Preparing [2025-06-12T01:47:44.217Z] 5a2b78571867: Preparing [2025-06-12T01:47:44.217Z] 137638198daa: Preparing [2025-06-12T01:47:44.217Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:44.217Z] e3400792eb3d: Preparing [2025-06-12T01:47:44.217Z] 02a3449c06a1: Preparing [2025-06-12T01:47:44.217Z] 5f70bf18a086: Preparing [2025-06-12T01:47:44.217Z] 512b919f0a4e: Preparing [2025-06-12T01:47:44.217Z] f3c8f4042513: Preparing [2025-06-12T01:47:44.217Z] 6820b3bd0f75: Preparing [2025-06-12T01:47:44.217Z] 994456c4fd7b: Preparing [2025-06-12T01:47:44.217Z] 5a2b78571867: Waiting [2025-06-12T01:47:44.217Z] e3400792eb3d: Waiting [2025-06-12T01:47:44.217Z] 512b919f0a4e: Waiting [2025-06-12T01:47:44.217Z] 137638198daa: Waiting [2025-06-12T01:47:44.217Z] 02a3449c06a1: Waiting [2025-06-12T01:47:44.217Z] f3c8f4042513: Waiting [2025-06-12T01:47:44.217Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:44.217Z] 5f70bf18a086: Waiting [2025-06-12T01:47:44.217Z] 6820b3bd0f75: Waiting [2025-06-12T01:47:44.217Z] 994456c4fd7b: Waiting [2025-06-12T01:47:44.217Z] f7e2c0ad61ba: Layer already exists [2025-06-12T01:47:44.217Z] e2db3f4d6fe9: Layer already exists [2025-06-12T01:47:44.217Z] e8405b0fa08d: Layer already exists [2025-06-12T01:47:44.217Z] fb63b8dac695: Layer already exists [2025-06-12T01:47:44.217Z] 43fb570da37e: Layer already exists [2025-06-12T01:47:44.217Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:44.217Z] 4a22110d5ac7: Layer already exists [2025-06-12T01:47:44.217Z] 5a2b78571867: Layer already exists [2025-06-12T01:47:44.217Z] 137638198daa: Layer already exists [2025-06-12T01:47:44.217Z] e3400792eb3d: Layer already exists [2025-06-12T01:47:44.217Z] 02a3449c06a1: Layer already exists [2025-06-12T01:47:44.217Z] 512b919f0a4e: Layer already exists [2025-06-12T01:47:44.217Z] 5f70bf18a086: Layer already exists [2025-06-12T01:47:44.217Z] f3c8f4042513: Layer already exists [2025-06-12T01:47:44.217Z] 6820b3bd0f75: Layer already exists [2025-06-12T01:47:44.217Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:44.217Z] 4.1.0-dev.23: digest: sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:44.545Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:44.680Z] #99 ... [2025-06-12T01:47:44.680Z] [2025-06-12T01:47:44.680Z] #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-12T01:47:44.680Z] #100 DONE 2.0s [2025-06-12T01:47:44.680Z] [2025-06-12T01:47:44.680Z] #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-12T01:47:44.680Z] #101 DONE 1.4s [2025-06-12T01:47:44.680Z] [2025-06-12T01:47:44.680Z] #102 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-12T01:47:44.680Z] #102 DONE 0.2s [2025-06-12T01:47:44.680Z] [2025-06-12T01:47:44.680Z] #103 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-12T01:47:44.872Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:44.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-12T01:47:44.872Z] e2db3f4d6fe9: Preparing [2025-06-12T01:47:44.872Z] fb63b8dac695: Preparing [2025-06-12T01:47:44.872Z] e8405b0fa08d: Preparing [2025-06-12T01:47:44.872Z] f7e2c0ad61ba: Preparing [2025-06-12T01:47:44.872Z] 43fb570da37e: Preparing [2025-06-12T01:47:44.872Z] 4a22110d5ac7: Preparing [2025-06-12T01:47:44.872Z] 5a2b78571867: Preparing [2025-06-12T01:47:44.873Z] 137638198daa: Preparing [2025-06-12T01:47:44.873Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:44.873Z] e3400792eb3d: Preparing [2025-06-12T01:47:44.873Z] 02a3449c06a1: Preparing [2025-06-12T01:47:44.873Z] 5f70bf18a086: Preparing [2025-06-12T01:47:44.873Z] 512b919f0a4e: Preparing [2025-06-12T01:47:44.873Z] f3c8f4042513: Preparing [2025-06-12T01:47:44.873Z] 6820b3bd0f75: Preparing [2025-06-12T01:47:44.873Z] 994456c4fd7b: Preparing [2025-06-12T01:47:44.873Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:44.873Z] e3400792eb3d: Waiting [2025-06-12T01:47:44.873Z] 4a22110d5ac7: Waiting [2025-06-12T01:47:44.873Z] 02a3449c06a1: Waiting [2025-06-12T01:47:44.873Z] 137638198daa: Waiting [2025-06-12T01:47:44.873Z] 5a2b78571867: Waiting [2025-06-12T01:47:44.873Z] 5f70bf18a086: Waiting [2025-06-12T01:47:44.873Z] 994456c4fd7b: Waiting [2025-06-12T01:47:44.873Z] 512b919f0a4e: Waiting [2025-06-12T01:47:44.873Z] f3c8f4042513: Waiting [2025-06-12T01:47:44.873Z] 6820b3bd0f75: Waiting [2025-06-12T01:47:44.873Z] e8405b0fa08d: Layer already exists [2025-06-12T01:47:44.873Z] f7e2c0ad61ba: Layer already exists [2025-06-12T01:47:44.873Z] e2db3f4d6fe9: Layer already exists [2025-06-12T01:47:44.873Z] 43fb570da37e: Layer already exists [2025-06-12T01:47:44.873Z] fb63b8dac695: Layer already exists [2025-06-12T01:47:44.873Z] 5a2b78571867: Layer already exists [2025-06-12T01:47:44.873Z] 4a22110d5ac7: Layer already exists [2025-06-12T01:47:44.873Z] 137638198daa: Layer already exists [2025-06-12T01:47:44.873Z] e3400792eb3d: Layer already exists [2025-06-12T01:47:44.873Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:44.873Z] 02a3449c06a1: Layer already exists [2025-06-12T01:47:44.873Z] 512b919f0a4e: Layer already exists [2025-06-12T01:47:44.873Z] 6820b3bd0f75: Layer already exists [2025-06-12T01:47:44.873Z] 5f70bf18a086: Layer already exists [2025-06-12T01:47:44.873Z] f3c8f4042513: Layer already exists [2025-06-12T01:47:44.873Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:44.873Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:44.969Z] #103 DONE 0.3s [2025-06-12T01:47:44.969Z] [2025-06-12T01:47:44.969Z] #104 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-12T01:47:45.205Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:45.267Z] #104 ... [2025-06-12T01:47:45.267Z] [2025-06-12T01:47:45.267Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-12T01:47:45.267Z] #99 DONE 2.0s [2025-06-12T01:47:45.267Z] [2025-06-12T01:47:45.267Z] #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-12T01:47:45.529Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-12T01:47:45.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-12T01:47:45.529Z] e2db3f4d6fe9: Preparing [2025-06-12T01:47:45.529Z] fb63b8dac695: Preparing [2025-06-12T01:47:45.529Z] e8405b0fa08d: Preparing [2025-06-12T01:47:45.529Z] f7e2c0ad61ba: Preparing [2025-06-12T01:47:45.529Z] 43fb570da37e: Preparing [2025-06-12T01:47:45.529Z] 4a22110d5ac7: Preparing [2025-06-12T01:47:45.529Z] 5a2b78571867: Preparing [2025-06-12T01:47:45.529Z] 137638198daa: Preparing [2025-06-12T01:47:45.529Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:45.529Z] e3400792eb3d: Preparing [2025-06-12T01:47:45.529Z] 02a3449c06a1: Preparing [2025-06-12T01:47:45.529Z] 5f70bf18a086: Preparing [2025-06-12T01:47:45.529Z] 512b919f0a4e: Preparing [2025-06-12T01:47:45.529Z] f3c8f4042513: Preparing [2025-06-12T01:47:45.529Z] 6820b3bd0f75: Preparing [2025-06-12T01:47:45.529Z] 994456c4fd7b: Preparing [2025-06-12T01:47:45.529Z] 4a22110d5ac7: Waiting [2025-06-12T01:47:45.529Z] f3c8f4042513: Waiting [2025-06-12T01:47:45.529Z] 512b919f0a4e: Waiting [2025-06-12T01:47:45.529Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:45.529Z] 6820b3bd0f75: Waiting [2025-06-12T01:47:45.529Z] 994456c4fd7b: Waiting [2025-06-12T01:47:45.529Z] 5a2b78571867: Waiting [2025-06-12T01:47:45.529Z] 137638198daa: Waiting [2025-06-12T01:47:45.529Z] e8405b0fa08d: Layer already exists [2025-06-12T01:47:45.529Z] e2db3f4d6fe9: Layer already exists [2025-06-12T01:47:45.529Z] 43fb570da37e: Layer already exists [2025-06-12T01:47:45.529Z] fb63b8dac695: Layer already exists [2025-06-12T01:47:45.529Z] f7e2c0ad61ba: Layer already exists [2025-06-12T01:47:45.529Z] 5a2b78571867: Layer already exists [2025-06-12T01:47:45.529Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:45.529Z] 4a22110d5ac7: Layer already exists [2025-06-12T01:47:45.529Z] e3400792eb3d: Layer already exists [2025-06-12T01:47:45.529Z] 137638198daa: Layer already exists [2025-06-12T01:47:45.529Z] 02a3449c06a1: Layer already exists [2025-06-12T01:47:45.529Z] 5f70bf18a086: Layer already exists [2025-06-12T01:47:45.529Z] 512b919f0a4e: Layer already exists [2025-06-12T01:47:45.529Z] f3c8f4042513: Layer already exists [2025-06-12T01:47:45.529Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:45.529Z] 6820b3bd0f75: Layer already exists [2025-06-12T01:47:45.529Z] main: digest: sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2025-06-12T01:47:45.590Z] #105 DONE 0.4s [2025-06-12T01:47:45.590Z] [2025-06-12T01:47:45.590Z] #106 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-12T01:47:45.590Z] #106 DONE 0.4s [2025-06-12T01:47:45.590Z] [2025-06-12T01:47:45.590Z] #107 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [Pipeline] echo [2025-06-12T01:47:45.597Z] ===================================================== [Pipeline] echo [2025-06-12T01:47:45.614Z] taggedImages: [2025-06-12T01:47:45.614Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:45.614Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-12T01:47:45.614Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 [2025-06-12T01:47:45.614Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:45.614Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-06-12T01:47:45.637Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-06-12T01:47:45.637Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:45.637Z] latest [2025-06-12T01:47:45.637Z] 4.1.0-dev.23 [2025-06-12T01:47:45.637Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:45.637Z] main [2025-06-12T01:47:45.637Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:45.902Z] #107 DONE 0.3s [2025-06-12T01:47:45.902Z] [2025-06-12T01:47:45.902Z] #108 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-12T01:47:45.902Z] #108 DONE 0.2s [2025-06-12T01:47:45.902Z] [2025-06-12T01:47:45.902Z] #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-12T01:47:45.902Z] #109 DONE 0.2s [2025-06-12T01:47:45.902Z] [2025-06-12T01:47:45.902Z] #110 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-12T01:47:45.993Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:46.190Z] #110 DONE 0.3s [2025-06-12T01:47:46.190Z] [2025-06-12T01:47:46.190Z] #111 [security-spire-config] exporting to image [2025-06-12T01:47:46.190Z] #111 exporting layers [2025-06-12T01:47:46.316Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:46.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-12T01:47:46.316Z] 0c2c9d408410: Preparing [2025-06-12T01:47:46.316Z] 14388f47d6e3: Preparing [2025-06-12T01:47:46.316Z] 3d11ef232800: Preparing [2025-06-12T01:47:46.316Z] 274554c5a329: Preparing [2025-06-12T01:47:46.316Z] 137638198daa: Preparing [2025-06-12T01:47:46.316Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:46.316Z] 80f50c0887b3: Preparing [2025-06-12T01:47:46.316Z] e37600712a98: Preparing [2025-06-12T01:47:46.316Z] 994456c4fd7b: Preparing [2025-06-12T01:47:46.316Z] e37600712a98: Waiting [2025-06-12T01:47:46.316Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:46.316Z] 80f50c0887b3: Waiting [2025-06-12T01:47:46.316Z] 994456c4fd7b: Waiting [2025-06-12T01:47:46.316Z] 137638198daa: Layer already exists [2025-06-12T01:47:46.316Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:46.316Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:46.316Z] e37600712a98: Layer already exists [2025-06-12T01:47:46.316Z] 0c2c9d408410: Pushed [2025-06-12T01:47:46.316Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:46.316Z] 14388f47d6e3: Pushed [2025-06-12T01:47:46.316Z] 3d11ef232800: Pushed [2025-06-12T01:47:46.494Z] #111 ... [2025-06-12T01:47:46.494Z] [2025-06-12T01:47:46.494Z] #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-12T01:47:46.494Z] #112 DONE 0.2s [2025-06-12T01:47:46.792Z] [2025-06-12T01:47:46.792Z] #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-12T01:47:46.792Z] #113 DONE 0.3s [2025-06-12T01:47:46.792Z] [2025-06-12T01:47:46.792Z] #81 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:47:47.074Z] #81 ... [2025-06-12T01:47:47.074Z] [2025-06-12T01:47:47.074Z] #111 [security-spire-server] exporting to image [2025-06-12T01:47:47.347Z] #111 ... [2025-06-12T01:47:47.347Z] [2025-06-12T01:47:47.347Z] #104 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-12T01:47:47.347Z] #104 DONE 2.6s [2025-06-12T01:47:47.347Z] [2025-06-12T01:47:47.347Z] #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-12T01:47:47.633Z] #114 DONE 0.2s [2025-06-12T01:47:47.633Z] [2025-06-12T01:47:47.633Z] #115 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-12T01:47:47.633Z] #115 DONE 0.2s [2025-06-12T01:47:47.633Z] [2025-06-12T01:47:47.633Z] #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:47:47.901Z] #98 ... [2025-06-12T01:47:47.901Z] [2025-06-12T01:47:47.901Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-12T01:47:47.901Z] #116 DONE 0.2s [2025-06-12T01:47:47.901Z] [2025-06-12T01:47:47.901Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-12T01:47:48.170Z] #117 DONE 0.2s [2025-06-12T01:47:48.170Z] [2025-06-12T01:47:48.170Z] #81 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:47:48.170Z] #81 ... [2025-06-12T01:47:48.170Z] [2025-06-12T01:47:48.170Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-12T01:47:48.439Z] #118 DONE 0.2s [2025-06-12T01:47:48.439Z] [2025-06-12T01:47:48.439Z] #111 [security-spire-agent] exporting to image [2025-06-12T01:47:48.847Z] 274554c5a329: Pushed [2025-06-12T01:47:48.847Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:49.173Z] + 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-12T01:47:49.401Z] #111 exporting layers 3.2s done [2025-06-12T01:47:49.401Z] #111 writing image sha256:ba6118675dbc99a91995c0991831e0157dd59cc928454cd1a1804f20151e418c 0.0s done [2025-06-12T01:47:49.401Z] #111 naming to docker.io/library/security-spire-config-arm64 0.0s done [2025-06-12T01:47:49.490Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-12T01:47:49.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-12T01:47:49.490Z] 0c2c9d408410: Preparing [2025-06-12T01:47:49.490Z] 14388f47d6e3: Preparing [2025-06-12T01:47:49.490Z] 3d11ef232800: Preparing [2025-06-12T01:47:49.490Z] 274554c5a329: Preparing [2025-06-12T01:47:49.490Z] 137638198daa: Preparing [2025-06-12T01:47:49.490Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:49.490Z] 80f50c0887b3: Preparing [2025-06-12T01:47:49.490Z] e37600712a98: Preparing [2025-06-12T01:47:49.490Z] 994456c4fd7b: Preparing [2025-06-12T01:47:49.490Z] 80f50c0887b3: Waiting [2025-06-12T01:47:49.490Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:49.490Z] e37600712a98: Waiting [2025-06-12T01:47:49.490Z] 994456c4fd7b: Waiting [2025-06-12T01:47:49.490Z] 137638198daa: Layer already exists [2025-06-12T01:47:49.490Z] 3d11ef232800: Layer already exists [2025-06-12T01:47:49.490Z] 274554c5a329: Layer already exists [2025-06-12T01:47:49.490Z] 0c2c9d408410: Layer already exists [2025-06-12T01:47:49.490Z] 14388f47d6e3: Layer already exists [2025-06-12T01:47:49.490Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:49.490Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:49.490Z] e37600712a98: Layer already exists [2025-06-12T01:47:49.490Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:49.490Z] latest: digest: sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:49.824Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:49.990Z] #111 exporting layers 3.0s done [2025-06-12T01:47:49.990Z] #111 writing image sha256:da089cedb82816242027f7616d7da5d628cc592527c8d26d5def84e5827c4e30 done [2025-06-12T01:47:49.990Z] #111 naming to docker.io/library/security-spire-server-arm64 done [2025-06-12T01:47:50.153Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 [2025-06-12T01:47:50.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-12T01:47:50.153Z] 0c2c9d408410: Preparing [2025-06-12T01:47:50.153Z] 14388f47d6e3: Preparing [2025-06-12T01:47:50.153Z] 3d11ef232800: Preparing [2025-06-12T01:47:50.153Z] 274554c5a329: Preparing [2025-06-12T01:47:50.153Z] 137638198daa: Preparing [2025-06-12T01:47:50.153Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:50.153Z] 80f50c0887b3: Preparing [2025-06-12T01:47:50.153Z] e37600712a98: Preparing [2025-06-12T01:47:50.153Z] 994456c4fd7b: Preparing [2025-06-12T01:47:50.153Z] 80f50c0887b3: Waiting [2025-06-12T01:47:50.153Z] e37600712a98: Waiting [2025-06-12T01:47:50.153Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:50.153Z] 994456c4fd7b: Waiting [2025-06-12T01:47:50.153Z] 137638198daa: Layer already exists [2025-06-12T01:47:50.153Z] 3d11ef232800: Layer already exists [2025-06-12T01:47:50.153Z] 14388f47d6e3: Layer already exists [2025-06-12T01:47:50.153Z] 0c2c9d408410: Layer already exists [2025-06-12T01:47:50.153Z] 274554c5a329: Layer already exists [2025-06-12T01:47:50.153Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:50.153Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:50.153Z] e37600712a98: Layer already exists [2025-06-12T01:47:50.153Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:50.153Z] 4.1.0-dev.23: digest: sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:50.485Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:50.578Z] #111 exporting layers 2.0s done [2025-06-12T01:47:50.578Z] #111 writing image sha256:3c57bcb53c65bc50eb53f1ab7e734a988390dccdbe1605a86f156562131af1a7 done [2025-06-12T01:47:50.578Z] #111 naming to docker.io/library/security-spire-agent-arm64 done [2025-06-12T01:47:50.578Z] #111 DONE 4.3s [2025-06-12T01:47:50.578Z] [2025-06-12T01:47:50.578Z] #92 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:47:50.819Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:50.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-12T01:47:50.819Z] 0c2c9d408410: Preparing [2025-06-12T01:47:50.819Z] 14388f47d6e3: Preparing [2025-06-12T01:47:50.819Z] 3d11ef232800: Preparing [2025-06-12T01:47:50.819Z] 274554c5a329: Preparing [2025-06-12T01:47:50.819Z] 137638198daa: Preparing [2025-06-12T01:47:50.819Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:50.819Z] 80f50c0887b3: Preparing [2025-06-12T01:47:50.819Z] e37600712a98: Preparing [2025-06-12T01:47:50.819Z] 994456c4fd7b: Preparing [2025-06-12T01:47:50.819Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:50.819Z] e37600712a98: Waiting [2025-06-12T01:47:50.819Z] 994456c4fd7b: Waiting [2025-06-12T01:47:50.819Z] 80f50c0887b3: Waiting [2025-06-12T01:47:50.819Z] 137638198daa: Layer already exists [2025-06-12T01:47:50.819Z] 0c2c9d408410: Layer already exists [2025-06-12T01:47:50.819Z] 274554c5a329: Layer already exists [2025-06-12T01:47:50.819Z] 3d11ef232800: Layer already exists [2025-06-12T01:47:50.819Z] 14388f47d6e3: Layer already exists [2025-06-12T01:47:50.819Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:50.819Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:50.819Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:50.819Z] e37600712a98: Layer already exists [2025-06-12T01:47:50.819Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:51.150Z] + 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-12T01:47:51.474Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-12T01:47:51.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-12T01:47:51.474Z] 0c2c9d408410: Preparing [2025-06-12T01:47:51.474Z] 14388f47d6e3: Preparing [2025-06-12T01:47:51.474Z] 3d11ef232800: Preparing [2025-06-12T01:47:51.474Z] 274554c5a329: Preparing [2025-06-12T01:47:51.474Z] 137638198daa: Preparing [2025-06-12T01:47:51.474Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:51.474Z] 80f50c0887b3: Preparing [2025-06-12T01:47:51.474Z] e37600712a98: Preparing [2025-06-12T01:47:51.474Z] 994456c4fd7b: Preparing [2025-06-12T01:47:51.474Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:51.474Z] 80f50c0887b3: Waiting [2025-06-12T01:47:51.474Z] e37600712a98: Waiting [2025-06-12T01:47:51.474Z] 994456c4fd7b: Waiting [2025-06-12T01:47:51.474Z] 3d11ef232800: Layer already exists [2025-06-12T01:47:51.474Z] 137638198daa: Layer already exists [2025-06-12T01:47:51.474Z] 14388f47d6e3: Layer already exists [2025-06-12T01:47:51.474Z] 274554c5a329: Layer already exists [2025-06-12T01:47:51.474Z] 0c2c9d408410: Layer already exists [2025-06-12T01:47:51.474Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:51.474Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:51.474Z] e37600712a98: Layer already exists [2025-06-12T01:47:51.474Z] 80f50c0887b3: Layer already exists [2025-06-12T01:47:51.474Z] main: digest: sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:47:51.553Z] ===================================================== [Pipeline] echo [2025-06-12T01:47:51.571Z] taggedImages: [2025-06-12T01:47:51.571Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:51.571Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-12T01:47:51.571Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 [2025-06-12T01:47:51.571Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:51.571Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-06-12T01:47:51.605Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-06-12T01:47:51.605Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:51.605Z] latest [2025-06-12T01:47:51.605Z] 4.1.0-dev.23 [2025-06-12T01:47:51.605Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:51.605Z] main [2025-06-12T01:47:51.605Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:51.953Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:52.287Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:52.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-12T01:47:52.287Z] 975d805b0a6f: Preparing [2025-06-12T01:47:52.287Z] 6232ed8c80f6: Preparing [2025-06-12T01:47:52.287Z] ce6f5fbeb348: Preparing [2025-06-12T01:47:52.287Z] 90dc75dc837a: Preparing [2025-06-12T01:47:52.287Z] 6a118c7c1757: Preparing [2025-06-12T01:47:52.287Z] 137638198daa: Preparing [2025-06-12T01:47:52.287Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:52.287Z] 4521317855d4: Preparing [2025-06-12T01:47:52.287Z] 299587456d7d: Preparing [2025-06-12T01:47:52.287Z] b3fea1c95380: Preparing [2025-06-12T01:47:52.287Z] 994456c4fd7b: Preparing [2025-06-12T01:47:52.287Z] 299587456d7d: Waiting [2025-06-12T01:47:52.287Z] 137638198daa: Waiting [2025-06-12T01:47:52.287Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:52.287Z] 4521317855d4: Waiting [2025-06-12T01:47:52.287Z] 994456c4fd7b: Waiting [2025-06-12T01:47:52.287Z] 90dc75dc837a: Pushed [2025-06-12T01:47:52.287Z] 6a118c7c1757: Pushed [2025-06-12T01:47:52.287Z] 975d805b0a6f: Pushed [2025-06-12T01:47:52.287Z] 6232ed8c80f6: Pushed [2025-06-12T01:47:52.287Z] 137638198daa: Layer already exists [2025-06-12T01:47:52.287Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:52.287Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:52.545Z] 299587456d7d: Pushed [2025-06-12T01:47:52.546Z] 4521317855d4: Pushed [2025-06-12T01:47:53.922Z] b3fea1c95380: Pushed [2025-06-12T01:47:54.181Z] ce6f5fbeb348: Pushed [2025-06-12T01:47:54.441Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:54.778Z] + 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-12T01:47:55.103Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-12T01:47:55.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-12T01:47:55.103Z] 975d805b0a6f: Preparing [2025-06-12T01:47:55.103Z] 6232ed8c80f6: Preparing [2025-06-12T01:47:55.103Z] ce6f5fbeb348: Preparing [2025-06-12T01:47:55.103Z] 90dc75dc837a: Preparing [2025-06-12T01:47:55.103Z] 6a118c7c1757: Preparing [2025-06-12T01:47:55.103Z] 137638198daa: Preparing [2025-06-12T01:47:55.103Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:55.103Z] 4521317855d4: Preparing [2025-06-12T01:47:55.103Z] 299587456d7d: Preparing [2025-06-12T01:47:55.103Z] b3fea1c95380: Preparing [2025-06-12T01:47:55.103Z] 994456c4fd7b: Preparing [2025-06-12T01:47:55.103Z] 137638198daa: Waiting [2025-06-12T01:47:55.103Z] 4521317855d4: Waiting [2025-06-12T01:47:55.103Z] 299587456d7d: Waiting [2025-06-12T01:47:55.103Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:55.103Z] b3fea1c95380: Waiting [2025-06-12T01:47:55.103Z] 994456c4fd7b: Waiting [2025-06-12T01:47:55.103Z] 6a118c7c1757: Layer already exists [2025-06-12T01:47:55.103Z] ce6f5fbeb348: Layer already exists [2025-06-12T01:47:55.103Z] 90dc75dc837a: Layer already exists [2025-06-12T01:47:55.103Z] 6232ed8c80f6: Layer already exists [2025-06-12T01:47:55.103Z] 975d805b0a6f: Layer already exists [2025-06-12T01:47:55.103Z] 137638198daa: Layer already exists [2025-06-12T01:47:55.103Z] 4521317855d4: Layer already exists [2025-06-12T01:47:55.103Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:55.103Z] 299587456d7d: Layer already exists [2025-06-12T01:47:55.103Z] b3fea1c95380: Layer already exists [2025-06-12T01:47:55.103Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:55.103Z] latest: digest: sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:55.428Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:55.754Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 [2025-06-12T01:47:55.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-12T01:47:55.754Z] 975d805b0a6f: Preparing [2025-06-12T01:47:55.754Z] 6232ed8c80f6: Preparing [2025-06-12T01:47:55.754Z] ce6f5fbeb348: Preparing [2025-06-12T01:47:55.754Z] 90dc75dc837a: Preparing [2025-06-12T01:47:55.754Z] 6a118c7c1757: Preparing [2025-06-12T01:47:55.754Z] 137638198daa: Preparing [2025-06-12T01:47:55.754Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:55.754Z] 4521317855d4: Preparing [2025-06-12T01:47:55.754Z] 299587456d7d: Preparing [2025-06-12T01:47:55.754Z] b3fea1c95380: Preparing [2025-06-12T01:47:55.754Z] 994456c4fd7b: Preparing [2025-06-12T01:47:55.754Z] 299587456d7d: Waiting [2025-06-12T01:47:55.754Z] b3fea1c95380: Waiting [2025-06-12T01:47:55.754Z] 137638198daa: Waiting [2025-06-12T01:47:55.754Z] 994456c4fd7b: Waiting [2025-06-12T01:47:55.754Z] 4521317855d4: Waiting [2025-06-12T01:47:55.754Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:55.754Z] ce6f5fbeb348: Layer already exists [2025-06-12T01:47:55.754Z] 975d805b0a6f: Layer already exists [2025-06-12T01:47:55.754Z] 6232ed8c80f6: Layer already exists [2025-06-12T01:47:55.754Z] 90dc75dc837a: Layer already exists [2025-06-12T01:47:55.754Z] 6a118c7c1757: Layer already exists [2025-06-12T01:47:55.754Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:55.754Z] 137638198daa: Layer already exists [2025-06-12T01:47:55.754Z] 4521317855d4: Layer already exists [2025-06-12T01:47:55.754Z] b3fea1c95380: Layer already exists [2025-06-12T01:47:55.754Z] 299587456d7d: Layer already exists [2025-06-12T01:47:55.754Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:55.754Z] 4.1.0-dev.23: digest: sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:56.077Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:56.403Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:56.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-12T01:47:56.404Z] 975d805b0a6f: Preparing [2025-06-12T01:47:56.404Z] 6232ed8c80f6: Preparing [2025-06-12T01:47:56.404Z] ce6f5fbeb348: Preparing [2025-06-12T01:47:56.404Z] 90dc75dc837a: Preparing [2025-06-12T01:47:56.404Z] 6a118c7c1757: Preparing [2025-06-12T01:47:56.404Z] 137638198daa: Preparing [2025-06-12T01:47:56.404Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:56.404Z] 4521317855d4: Preparing [2025-06-12T01:47:56.404Z] 299587456d7d: Preparing [2025-06-12T01:47:56.404Z] b3fea1c95380: Preparing [2025-06-12T01:47:56.404Z] 994456c4fd7b: Preparing [2025-06-12T01:47:56.404Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:56.404Z] 4521317855d4: Waiting [2025-06-12T01:47:56.404Z] 299587456d7d: Waiting [2025-06-12T01:47:56.404Z] b3fea1c95380: Waiting [2025-06-12T01:47:56.404Z] 994456c4fd7b: Waiting [2025-06-12T01:47:56.404Z] 137638198daa: Waiting [2025-06-12T01:47:56.404Z] 975d805b0a6f: Layer already exists [2025-06-12T01:47:56.404Z] 6232ed8c80f6: Layer already exists [2025-06-12T01:47:56.404Z] 90dc75dc837a: Layer already exists [2025-06-12T01:47:56.404Z] ce6f5fbeb348: Layer already exists [2025-06-12T01:47:56.404Z] 6a118c7c1757: Layer already exists [2025-06-12T01:47:56.404Z] 137638198daa: Layer already exists [2025-06-12T01:47:56.404Z] 299587456d7d: Layer already exists [2025-06-12T01:47:56.404Z] 4521317855d4: Layer already exists [2025-06-12T01:47:56.404Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:56.404Z] b3fea1c95380: Layer already exists [2025-06-12T01:47:56.404Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:56.404Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:56.729Z] + 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-12T01:47:57.053Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-12T01:47:57.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-12T01:47:57.053Z] 975d805b0a6f: Preparing [2025-06-12T01:47:57.053Z] 6232ed8c80f6: Preparing [2025-06-12T01:47:57.053Z] ce6f5fbeb348: Preparing [2025-06-12T01:47:57.053Z] 90dc75dc837a: Preparing [2025-06-12T01:47:57.053Z] 6a118c7c1757: Preparing [2025-06-12T01:47:57.053Z] 137638198daa: Preparing [2025-06-12T01:47:57.053Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:57.053Z] 4521317855d4: Preparing [2025-06-12T01:47:57.053Z] 299587456d7d: Preparing [2025-06-12T01:47:57.053Z] b3fea1c95380: Preparing [2025-06-12T01:47:57.053Z] 994456c4fd7b: Preparing [2025-06-12T01:47:57.053Z] 137638198daa: Waiting [2025-06-12T01:47:57.054Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:57.054Z] 4521317855d4: Waiting [2025-06-12T01:47:57.054Z] 299587456d7d: Waiting [2025-06-12T01:47:57.054Z] b3fea1c95380: Waiting [2025-06-12T01:47:57.054Z] 994456c4fd7b: Waiting [2025-06-12T01:47:57.054Z] ce6f5fbeb348: Layer already exists [2025-06-12T01:47:57.054Z] 6a118c7c1757: Layer already exists [2025-06-12T01:47:57.054Z] 90dc75dc837a: Layer already exists [2025-06-12T01:47:57.054Z] 6232ed8c80f6: Layer already exists [2025-06-12T01:47:57.054Z] 975d805b0a6f: Layer already exists [2025-06-12T01:47:57.054Z] 137638198daa: Layer already exists [2025-06-12T01:47:57.054Z] 4521317855d4: Layer already exists [2025-06-12T01:47:57.054Z] 299587456d7d: Layer already exists [2025-06-12T01:47:57.054Z] b3fea1c95380: Layer already exists [2025-06-12T01:47:57.054Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:57.054Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:57.054Z] main: digest: sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:47:57.131Z] ===================================================== [Pipeline] echo [2025-06-12T01:47:57.149Z] taggedImages: [2025-06-12T01:47:57.149Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:57.149Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-12T01:47:57.149Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 [2025-06-12T01:47:57.149Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:57.149Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-06-12T01:47:57.173Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-06-12T01:47:57.173Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:57.173Z] latest [2025-06-12T01:47:57.173Z] 4.1.0-dev.23 [2025-06-12T01:47:57.173Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:47:57.173Z] main [2025-06-12T01:47:57.173Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:57.520Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:47:57.832Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:47:57.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-12T01:47:57.833Z] 5b743a149e51: Preparing [2025-06-12T01:47:57.833Z] 47e961abd1d5: Preparing [2025-06-12T01:47:57.833Z] c88da5c8983c: Preparing [2025-06-12T01:47:57.833Z] bcbcac502e46: Preparing [2025-06-12T01:47:57.833Z] 413768796399: Preparing [2025-06-12T01:47:57.833Z] 72ca02aed37c: Preparing [2025-06-12T01:47:57.833Z] a88f2d43e0ff: Preparing [2025-06-12T01:47:57.833Z] 137638198daa: Preparing [2025-06-12T01:47:57.833Z] 8b0b00907dcf: Preparing [2025-06-12T01:47:57.833Z] ad3ccab59889: Preparing [2025-06-12T01:47:57.833Z] 8f69c293da30: Preparing [2025-06-12T01:47:57.833Z] 994456c4fd7b: Preparing [2025-06-12T01:47:57.833Z] 137638198daa: Waiting [2025-06-12T01:47:57.833Z] 8b0b00907dcf: Waiting [2025-06-12T01:47:57.833Z] 72ca02aed37c: Waiting [2025-06-12T01:47:57.833Z] a88f2d43e0ff: Waiting [2025-06-12T01:47:57.833Z] ad3ccab59889: Waiting [2025-06-12T01:47:57.833Z] 8f69c293da30: Waiting [2025-06-12T01:47:57.833Z] 994456c4fd7b: Waiting [2025-06-12T01:47:57.833Z] 413768796399: Pushed [2025-06-12T01:47:57.833Z] 47e961abd1d5: Pushed [2025-06-12T01:47:57.833Z] 5b743a149e51: Pushed [2025-06-12T01:47:57.833Z] 137638198daa: Layer already exists [2025-06-12T01:47:57.833Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:47:57.833Z] 72ca02aed37c: Pushed [2025-06-12T01:47:57.833Z] a88f2d43e0ff: Pushed [2025-06-12T01:47:57.833Z] 994456c4fd7b: Layer already exists [2025-06-12T01:47:58.091Z] ad3ccab59889: Pushed [2025-06-12T01:47:59.025Z] 8f69c293da30: Pushed [2025-06-12T01:47:59.591Z] bcbcac502e46: Pushed [2025-06-12T01:48:00.525Z] c88da5c8983c: Pushed [2025-06-12T01:48:00.525Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:00.852Z] + 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-12T01:48:01.178Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-12T01:48:01.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-12T01:48:01.178Z] 5b743a149e51: Preparing [2025-06-12T01:48:01.178Z] 47e961abd1d5: Preparing [2025-06-12T01:48:01.178Z] c88da5c8983c: Preparing [2025-06-12T01:48:01.178Z] bcbcac502e46: Preparing [2025-06-12T01:48:01.178Z] 413768796399: Preparing [2025-06-12T01:48:01.178Z] 72ca02aed37c: Preparing [2025-06-12T01:48:01.178Z] a88f2d43e0ff: Preparing [2025-06-12T01:48:01.178Z] 137638198daa: Preparing [2025-06-12T01:48:01.178Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:01.178Z] ad3ccab59889: Preparing [2025-06-12T01:48:01.178Z] 8f69c293da30: Preparing [2025-06-12T01:48:01.178Z] 994456c4fd7b: Preparing [2025-06-12T01:48:01.178Z] 137638198daa: Waiting [2025-06-12T01:48:01.178Z] 8b0b00907dcf: Waiting [2025-06-12T01:48:01.178Z] ad3ccab59889: Waiting [2025-06-12T01:48:01.178Z] 8f69c293da30: Waiting [2025-06-12T01:48:01.178Z] 72ca02aed37c: Waiting [2025-06-12T01:48:01.178Z] a88f2d43e0ff: Waiting [2025-06-12T01:48:01.178Z] c88da5c8983c: Layer already exists [2025-06-12T01:48:01.178Z] 47e961abd1d5: Layer already exists [2025-06-12T01:48:01.178Z] bcbcac502e46: Layer already exists [2025-06-12T01:48:01.178Z] 5b743a149e51: Layer already exists [2025-06-12T01:48:01.178Z] 413768796399: Layer already exists [2025-06-12T01:48:01.178Z] a88f2d43e0ff: Layer already exists [2025-06-12T01:48:01.178Z] 137638198daa: Layer already exists [2025-06-12T01:48:01.178Z] 72ca02aed37c: Layer already exists [2025-06-12T01:48:01.178Z] ad3ccab59889: Layer already exists [2025-06-12T01:48:01.178Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:01.178Z] 8f69c293da30: Layer already exists [2025-06-12T01:48:01.178Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:01.178Z] latest: digest: sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:01.587Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:01.954Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 [2025-06-12T01:48:01.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-12T01:48:01.954Z] 5b743a149e51: Preparing [2025-06-12T01:48:01.954Z] 47e961abd1d5: Preparing [2025-06-12T01:48:01.954Z] c88da5c8983c: Preparing [2025-06-12T01:48:01.954Z] bcbcac502e46: Preparing [2025-06-12T01:48:01.954Z] 413768796399: Preparing [2025-06-12T01:48:01.954Z] 72ca02aed37c: Preparing [2025-06-12T01:48:01.954Z] a88f2d43e0ff: Preparing [2025-06-12T01:48:01.954Z] 137638198daa: Preparing [2025-06-12T01:48:01.954Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:01.954Z] ad3ccab59889: Preparing [2025-06-12T01:48:01.954Z] 8f69c293da30: Preparing [2025-06-12T01:48:01.954Z] 994456c4fd7b: Preparing [2025-06-12T01:48:01.954Z] 72ca02aed37c: Waiting [2025-06-12T01:48:01.954Z] a88f2d43e0ff: Waiting [2025-06-12T01:48:01.954Z] 137638198daa: Waiting [2025-06-12T01:48:01.954Z] 8b0b00907dcf: Waiting [2025-06-12T01:48:01.954Z] ad3ccab59889: Waiting [2025-06-12T01:48:01.954Z] 8f69c293da30: Waiting [2025-06-12T01:48:01.954Z] 994456c4fd7b: Waiting [2025-06-12T01:48:01.954Z] 5b743a149e51: Layer already exists [2025-06-12T01:48:01.954Z] 413768796399: Layer already exists [2025-06-12T01:48:01.954Z] bcbcac502e46: Layer already exists [2025-06-12T01:48:01.954Z] 47e961abd1d5: Layer already exists [2025-06-12T01:48:01.954Z] c88da5c8983c: Layer already exists [2025-06-12T01:48:01.954Z] a88f2d43e0ff: Layer already exists [2025-06-12T01:48:01.954Z] 72ca02aed37c: Layer already exists [2025-06-12T01:48:01.954Z] ad3ccab59889: Layer already exists [2025-06-12T01:48:01.954Z] 137638198daa: Layer already exists [2025-06-12T01:48:01.954Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:01.954Z] 8f69c293da30: Layer already exists [2025-06-12T01:48:01.954Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:01.954Z] 4.1.0-dev.23: digest: sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:02.343Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:02.662Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:02.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-12T01:48:02.662Z] 5b743a149e51: Preparing [2025-06-12T01:48:02.662Z] 47e961abd1d5: Preparing [2025-06-12T01:48:02.662Z] c88da5c8983c: Preparing [2025-06-12T01:48:02.662Z] bcbcac502e46: Preparing [2025-06-12T01:48:02.662Z] 413768796399: Preparing [2025-06-12T01:48:02.662Z] 72ca02aed37c: Preparing [2025-06-12T01:48:02.662Z] a88f2d43e0ff: Preparing [2025-06-12T01:48:02.662Z] 137638198daa: Preparing [2025-06-12T01:48:02.662Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:02.662Z] ad3ccab59889: Preparing [2025-06-12T01:48:02.662Z] 8f69c293da30: Preparing [2025-06-12T01:48:02.662Z] 994456c4fd7b: Preparing [2025-06-12T01:48:02.662Z] a88f2d43e0ff: Waiting [2025-06-12T01:48:02.662Z] 137638198daa: Waiting [2025-06-12T01:48:02.662Z] 8b0b00907dcf: Waiting [2025-06-12T01:48:02.662Z] ad3ccab59889: Waiting [2025-06-12T01:48:02.662Z] 8f69c293da30: Waiting [2025-06-12T01:48:02.662Z] 994456c4fd7b: Waiting [2025-06-12T01:48:02.662Z] 72ca02aed37c: Waiting [2025-06-12T01:48:02.662Z] 47e961abd1d5: Layer already exists [2025-06-12T01:48:02.662Z] c88da5c8983c: Layer already exists [2025-06-12T01:48:02.662Z] bcbcac502e46: Layer already exists [2025-06-12T01:48:02.662Z] 413768796399: Layer already exists [2025-06-12T01:48:02.662Z] 5b743a149e51: Layer already exists [2025-06-12T01:48:02.662Z] ad3ccab59889: Layer already exists [2025-06-12T01:48:02.662Z] a88f2d43e0ff: Layer already exists [2025-06-12T01:48:02.662Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:02.662Z] 72ca02aed37c: Layer already exists [2025-06-12T01:48:02.662Z] 137638198daa: Layer already exists [2025-06-12T01:48:02.662Z] 8f69c293da30: Layer already exists [2025-06-12T01:48:02.662Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:02.662Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:02.987Z] + 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-12T01:48:03.317Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-12T01:48:03.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-12T01:48:03.317Z] 5b743a149e51: Preparing [2025-06-12T01:48:03.317Z] 47e961abd1d5: Preparing [2025-06-12T01:48:03.317Z] c88da5c8983c: Preparing [2025-06-12T01:48:03.317Z] bcbcac502e46: Preparing [2025-06-12T01:48:03.317Z] 413768796399: Preparing [2025-06-12T01:48:03.317Z] 72ca02aed37c: Preparing [2025-06-12T01:48:03.317Z] a88f2d43e0ff: Preparing [2025-06-12T01:48:03.317Z] 137638198daa: Preparing [2025-06-12T01:48:03.317Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:03.317Z] 137638198daa: Waiting [2025-06-12T01:48:03.317Z] a88f2d43e0ff: Waiting [2025-06-12T01:48:03.317Z] 8b0b00907dcf: Waiting [2025-06-12T01:48:03.317Z] ad3ccab59889: Preparing [2025-06-12T01:48:03.317Z] 8f69c293da30: Preparing [2025-06-12T01:48:03.317Z] 994456c4fd7b: Preparing [2025-06-12T01:48:03.317Z] ad3ccab59889: Waiting [2025-06-12T01:48:03.317Z] 994456c4fd7b: Waiting [2025-06-12T01:48:03.317Z] 8f69c293da30: Waiting [2025-06-12T01:48:03.317Z] 72ca02aed37c: Waiting [2025-06-12T01:48:03.317Z] c88da5c8983c: Layer already exists [2025-06-12T01:48:03.317Z] 47e961abd1d5: Layer already exists [2025-06-12T01:48:03.317Z] 5b743a149e51: Layer already exists [2025-06-12T01:48:03.317Z] 413768796399: Layer already exists [2025-06-12T01:48:03.317Z] bcbcac502e46: Layer already exists [2025-06-12T01:48:03.317Z] 72ca02aed37c: Layer already exists [2025-06-12T01:48:03.317Z] a88f2d43e0ff: Layer already exists [2025-06-12T01:48:03.317Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:03.317Z] 137638198daa: Layer already exists [2025-06-12T01:48:03.317Z] ad3ccab59889: Layer already exists [2025-06-12T01:48:03.317Z] 8f69c293da30: Layer already exists [2025-06-12T01:48:03.317Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:03.317Z] main: digest: sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:48:03.387Z] ===================================================== [Pipeline] echo [2025-06-12T01:48:03.403Z] taggedImages: [2025-06-12T01:48:03.403Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:03.403Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-12T01:48:03.403Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 [2025-06-12T01:48:03.403Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:03.403Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-06-12T01:48:03.437Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-06-12T01:48:03.438Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:03.438Z] latest [2025-06-12T01:48:03.438Z] 4.1.0-dev.23 [2025-06-12T01:48:03.438Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:03.438Z] main [2025-06-12T01:48:03.438Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:03.777Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:04.105Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:04.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-12T01:48:04.105Z] 59e281a82e5d: Preparing [2025-06-12T01:48:04.105Z] b90c964037d0: Preparing [2025-06-12T01:48:04.105Z] 137638198daa: Preparing [2025-06-12T01:48:04.105Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:04.105Z] 105887b13df6: Preparing [2025-06-12T01:48:04.105Z] e62c6e28fa52: Preparing [2025-06-12T01:48:04.105Z] 994456c4fd7b: Preparing [2025-06-12T01:48:04.105Z] e62c6e28fa52: Waiting [2025-06-12T01:48:04.105Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:04.105Z] 137638198daa: Layer already exists [2025-06-12T01:48:04.105Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:04.105Z] 105887b13df6: Pushed [2025-06-12T01:48:04.105Z] 59e281a82e5d: Pushed [2025-06-12T01:48:05.040Z] e62c6e28fa52: Pushed [2025-06-12T01:48:06.947Z] b90c964037d0: Pushed [2025-06-12T01:48:07.207Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:07.546Z] + 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-12T01:48:07.869Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-12T01:48:07.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-12T01:48:07.870Z] 59e281a82e5d: Preparing [2025-06-12T01:48:07.870Z] b90c964037d0: Preparing [2025-06-12T01:48:07.870Z] 137638198daa: Preparing [2025-06-12T01:48:07.870Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:07.870Z] 105887b13df6: Preparing [2025-06-12T01:48:07.870Z] e62c6e28fa52: Preparing [2025-06-12T01:48:07.870Z] 994456c4fd7b: Preparing [2025-06-12T01:48:07.870Z] e62c6e28fa52: Waiting [2025-06-12T01:48:07.870Z] 994456c4fd7b: Waiting [2025-06-12T01:48:07.870Z] 137638198daa: Layer already exists [2025-06-12T01:48:07.870Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:07.870Z] 59e281a82e5d: Layer already exists [2025-06-12T01:48:07.870Z] b90c964037d0: Layer already exists [2025-06-12T01:48:07.870Z] 105887b13df6: Layer already exists [2025-06-12T01:48:07.870Z] e62c6e28fa52: Layer already exists [2025-06-12T01:48:07.870Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:07.870Z] latest: digest: sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:08.192Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:08.517Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 [2025-06-12T01:48:08.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-12T01:48:08.518Z] 59e281a82e5d: Preparing [2025-06-12T01:48:08.518Z] b90c964037d0: Preparing [2025-06-12T01:48:08.518Z] 137638198daa: Preparing [2025-06-12T01:48:08.518Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:08.518Z] 105887b13df6: Preparing [2025-06-12T01:48:08.518Z] e62c6e28fa52: Preparing [2025-06-12T01:48:08.518Z] 994456c4fd7b: Preparing [2025-06-12T01:48:08.518Z] e62c6e28fa52: Waiting [2025-06-12T01:48:08.518Z] 994456c4fd7b: Waiting [2025-06-12T01:48:08.518Z] 137638198daa: Layer already exists [2025-06-12T01:48:08.518Z] 105887b13df6: Layer already exists [2025-06-12T01:48:08.518Z] 59e281a82e5d: Layer already exists [2025-06-12T01:48:08.518Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:08.518Z] b90c964037d0: Layer already exists [2025-06-12T01:48:08.518Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:08.518Z] e62c6e28fa52: Layer already exists [2025-06-12T01:48:08.518Z] 4.1.0-dev.23: digest: sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:08.861Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:09.183Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:09.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-12T01:48:09.183Z] 59e281a82e5d: Preparing [2025-06-12T01:48:09.183Z] b90c964037d0: Preparing [2025-06-12T01:48:09.183Z] 137638198daa: Preparing [2025-06-12T01:48:09.183Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:09.183Z] 105887b13df6: Preparing [2025-06-12T01:48:09.183Z] e62c6e28fa52: Preparing [2025-06-12T01:48:09.183Z] 994456c4fd7b: Preparing [2025-06-12T01:48:09.183Z] 994456c4fd7b: Waiting [2025-06-12T01:48:09.183Z] e62c6e28fa52: Waiting [2025-06-12T01:48:09.183Z] 137638198daa: Layer already exists [2025-06-12T01:48:09.183Z] 105887b13df6: Layer already exists [2025-06-12T01:48:09.183Z] b90c964037d0: Layer already exists [2025-06-12T01:48:09.183Z] 59e281a82e5d: Layer already exists [2025-06-12T01:48:09.183Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:09.183Z] e62c6e28fa52: Layer already exists [2025-06-12T01:48:09.183Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:09.183Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:09.508Z] + 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-12T01:48:09.820Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-12T01:48:09.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-12T01:48:09.820Z] 59e281a82e5d: Preparing [2025-06-12T01:48:09.820Z] b90c964037d0: Preparing [2025-06-12T01:48:09.820Z] 137638198daa: Preparing [2025-06-12T01:48:09.820Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:09.820Z] 105887b13df6: Preparing [2025-06-12T01:48:09.820Z] e62c6e28fa52: Preparing [2025-06-12T01:48:09.820Z] 994456c4fd7b: Preparing [2025-06-12T01:48:09.820Z] e62c6e28fa52: Waiting [2025-06-12T01:48:09.820Z] 994456c4fd7b: Waiting [2025-06-12T01:48:09.820Z] 137638198daa: Layer already exists [2025-06-12T01:48:09.820Z] 105887b13df6: Layer already exists [2025-06-12T01:48:09.820Z] b90c964037d0: Layer already exists [2025-06-12T01:48:09.820Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:09.820Z] 59e281a82e5d: Layer already exists [2025-06-12T01:48:09.820Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:09.820Z] e62c6e28fa52: Layer already exists [2025-06-12T01:48:09.820Z] main: digest: sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:48:09.889Z] ===================================================== [Pipeline] echo [2025-06-12T01:48:09.902Z] taggedImages: [2025-06-12T01:48:09.903Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:09.903Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-12T01:48:09.903Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 [2025-06-12T01:48:09.903Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:09.903Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-06-12T01:48:09.933Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-06-12T01:48:09.933Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:09.933Z] latest [2025-06-12T01:48:09.933Z] 4.1.0-dev.23 [2025-06-12T01:48:09.933Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:09.933Z] main [2025-06-12T01:48:09.933Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:10.273Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:10.590Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:10.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-12T01:48:10.590Z] 4293f37670d9: Preparing [2025-06-12T01:48:10.590Z] 5a13e118902c: Preparing [2025-06-12T01:48:10.590Z] 4ee5ec8042a3: Preparing [2025-06-12T01:48:10.590Z] 137638198daa: Preparing [2025-06-12T01:48:10.590Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:10.590Z] 804705559385: Preparing [2025-06-12T01:48:10.590Z] 13fae727ca7e: Preparing [2025-06-12T01:48:10.590Z] 08c12e7c0ad3: Preparing [2025-06-12T01:48:10.590Z] c61320204d68: Preparing [2025-06-12T01:48:10.590Z] 994456c4fd7b: Preparing [2025-06-12T01:48:10.590Z] 13fae727ca7e: Waiting [2025-06-12T01:48:10.590Z] 08c12e7c0ad3: Waiting [2025-06-12T01:48:10.590Z] c61320204d68: Waiting [2025-06-12T01:48:10.590Z] 994456c4fd7b: Waiting [2025-06-12T01:48:10.590Z] 804705559385: Waiting [2025-06-12T01:48:10.590Z] 137638198daa: Layer already exists [2025-06-12T01:48:10.590Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:10.590Z] 4ee5ec8042a3: Pushed [2025-06-12T01:48:10.590Z] 4293f37670d9: Pushed [2025-06-12T01:48:10.590Z] 5a13e118902c: Pushed [2025-06-12T01:48:10.590Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:10.590Z] 08c12e7c0ad3: Pushed [2025-06-12T01:48:11.156Z] c61320204d68: Pushed [2025-06-12T01:48:15.352Z] 13fae727ca7e: Pushed [2025-06-12T01:48:21.914Z] 804705559385: Pushed [2025-06-12T01:48:21.914Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:22.244Z] + 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-12T01:48:22.568Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-12T01:48:22.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-12T01:48:22.568Z] 4293f37670d9: Preparing [2025-06-12T01:48:22.568Z] 5a13e118902c: Preparing [2025-06-12T01:48:22.568Z] 4ee5ec8042a3: Preparing [2025-06-12T01:48:22.568Z] 137638198daa: Preparing [2025-06-12T01:48:22.568Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:22.568Z] 804705559385: Preparing [2025-06-12T01:48:22.568Z] 13fae727ca7e: Preparing [2025-06-12T01:48:22.568Z] 08c12e7c0ad3: Preparing [2025-06-12T01:48:22.568Z] c61320204d68: Preparing [2025-06-12T01:48:22.568Z] 994456c4fd7b: Preparing [2025-06-12T01:48:22.568Z] 13fae727ca7e: Waiting [2025-06-12T01:48:22.568Z] 08c12e7c0ad3: Waiting [2025-06-12T01:48:22.568Z] 994456c4fd7b: Waiting [2025-06-12T01:48:22.568Z] c61320204d68: Waiting [2025-06-12T01:48:22.568Z] 4ee5ec8042a3: Layer already exists [2025-06-12T01:48:22.568Z] 137638198daa: Layer already exists [2025-06-12T01:48:22.568Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:22.568Z] 5a13e118902c: Layer already exists [2025-06-12T01:48:22.568Z] 4293f37670d9: Layer already exists [2025-06-12T01:48:22.568Z] 804705559385: Layer already exists [2025-06-12T01:48:22.568Z] c61320204d68: Layer already exists [2025-06-12T01:48:22.568Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:22.568Z] 08c12e7c0ad3: Layer already exists [2025-06-12T01:48:22.568Z] 13fae727ca7e: Layer already exists [2025-06-12T01:48:22.568Z] latest: digest: sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:22.890Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:23.216Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 [2025-06-12T01:48:23.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-12T01:48:23.216Z] 4293f37670d9: Preparing [2025-06-12T01:48:23.216Z] 5a13e118902c: Preparing [2025-06-12T01:48:23.216Z] 4ee5ec8042a3: Preparing [2025-06-12T01:48:23.216Z] 137638198daa: Preparing [2025-06-12T01:48:23.216Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:23.216Z] 804705559385: Preparing [2025-06-12T01:48:23.216Z] 13fae727ca7e: Preparing [2025-06-12T01:48:23.216Z] 08c12e7c0ad3: Preparing [2025-06-12T01:48:23.216Z] c61320204d68: Preparing [2025-06-12T01:48:23.216Z] 994456c4fd7b: Preparing [2025-06-12T01:48:23.216Z] 08c12e7c0ad3: Waiting [2025-06-12T01:48:23.216Z] c61320204d68: Waiting [2025-06-12T01:48:23.216Z] 804705559385: Waiting [2025-06-12T01:48:23.216Z] 994456c4fd7b: Waiting [2025-06-12T01:48:23.216Z] 13fae727ca7e: Waiting [2025-06-12T01:48:23.216Z] 4ee5ec8042a3: Layer already exists [2025-06-12T01:48:23.216Z] 5a13e118902c: Layer already exists [2025-06-12T01:48:23.216Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:23.216Z] 4293f37670d9: Layer already exists [2025-06-12T01:48:23.216Z] 137638198daa: Layer already exists [2025-06-12T01:48:23.216Z] 08c12e7c0ad3: Layer already exists [2025-06-12T01:48:23.216Z] 13fae727ca7e: Layer already exists [2025-06-12T01:48:23.216Z] c61320204d68: Layer already exists [2025-06-12T01:48:23.216Z] 804705559385: Layer already exists [2025-06-12T01:48:23.216Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:23.216Z] 4.1.0-dev.23: digest: sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:23.540Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:23.868Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:23.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-12T01:48:23.868Z] 4293f37670d9: Preparing [2025-06-12T01:48:23.868Z] 5a13e118902c: Preparing [2025-06-12T01:48:23.868Z] 4ee5ec8042a3: Preparing [2025-06-12T01:48:23.868Z] 137638198daa: Preparing [2025-06-12T01:48:23.868Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:23.868Z] 804705559385: Preparing [2025-06-12T01:48:23.868Z] 13fae727ca7e: Preparing [2025-06-12T01:48:23.868Z] 08c12e7c0ad3: Preparing [2025-06-12T01:48:23.868Z] c61320204d68: Preparing [2025-06-12T01:48:23.868Z] 994456c4fd7b: Preparing [2025-06-12T01:48:23.868Z] 08c12e7c0ad3: Waiting [2025-06-12T01:48:23.868Z] 804705559385: Waiting [2025-06-12T01:48:23.868Z] 13fae727ca7e: Waiting [2025-06-12T01:48:23.868Z] c61320204d68: Waiting [2025-06-12T01:48:23.868Z] 994456c4fd7b: Waiting [2025-06-12T01:48:23.868Z] 137638198daa: Layer already exists [2025-06-12T01:48:23.868Z] 5a13e118902c: Layer already exists [2025-06-12T01:48:23.868Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:23.868Z] 4293f37670d9: Layer already exists [2025-06-12T01:48:23.868Z] 4ee5ec8042a3: Layer already exists [2025-06-12T01:48:23.868Z] 13fae727ca7e: Layer already exists [2025-06-12T01:48:23.868Z] 804705559385: Layer already exists [2025-06-12T01:48:23.868Z] 08c12e7c0ad3: Layer already exists [2025-06-12T01:48:23.868Z] c61320204d68: Layer already exists [2025-06-12T01:48:23.868Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:23.868Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:24.198Z] + 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-12T01:48:24.519Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-12T01:48:24.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-12T01:48:24.520Z] 4293f37670d9: Preparing [2025-06-12T01:48:24.520Z] 5a13e118902c: Preparing [2025-06-12T01:48:24.520Z] 4ee5ec8042a3: Preparing [2025-06-12T01:48:24.520Z] 137638198daa: Preparing [2025-06-12T01:48:24.520Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:24.520Z] 804705559385: Preparing [2025-06-12T01:48:24.520Z] 13fae727ca7e: Preparing [2025-06-12T01:48:24.520Z] 08c12e7c0ad3: Preparing [2025-06-12T01:48:24.520Z] c61320204d68: Preparing [2025-06-12T01:48:24.520Z] 994456c4fd7b: Preparing [2025-06-12T01:48:24.520Z] 13fae727ca7e: Waiting [2025-06-12T01:48:24.520Z] 994456c4fd7b: Waiting [2025-06-12T01:48:24.520Z] 08c12e7c0ad3: Waiting [2025-06-12T01:48:24.520Z] 804705559385: Waiting [2025-06-12T01:48:24.520Z] c61320204d68: Waiting [2025-06-12T01:48:24.520Z] 137638198daa: Layer already exists [2025-06-12T01:48:24.520Z] 4293f37670d9: Layer already exists [2025-06-12T01:48:24.520Z] 5a13e118902c: Layer already exists [2025-06-12T01:48:24.520Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:24.520Z] 4ee5ec8042a3: Layer already exists [2025-06-12T01:48:24.520Z] 13fae727ca7e: Layer already exists [2025-06-12T01:48:24.520Z] 804705559385: Layer already exists [2025-06-12T01:48:24.520Z] 08c12e7c0ad3: Layer already exists [2025-06-12T01:48:24.520Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:24.520Z] c61320204d68: Layer already exists [2025-06-12T01:48:24.520Z] main: digest: sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:48:24.591Z] ===================================================== [Pipeline] echo [2025-06-12T01:48:24.603Z] taggedImages: [2025-06-12T01:48:24.603Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:24.603Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-12T01:48:24.603Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 [2025-06-12T01:48:24.603Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:24.603Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-06-12T01:48:24.629Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-06-12T01:48:24.629Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:24.629Z] latest [2025-06-12T01:48:24.629Z] 4.1.0-dev.23 [2025-06-12T01:48:24.629Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:24.629Z] main [2025-06-12T01:48:24.629Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:24.969Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:25.282Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:25.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-12T01:48:25.282Z] 29bcded5c56e: Preparing [2025-06-12T01:48:25.282Z] ff619a3daffa: Preparing [2025-06-12T01:48:25.282Z] df13cad75856: Preparing [2025-06-12T01:48:25.282Z] 137638198daa: Preparing [2025-06-12T01:48:25.282Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:25.282Z] 92be1bf77df1: Preparing [2025-06-12T01:48:25.282Z] 50e7fecc972c: Preparing [2025-06-12T01:48:25.282Z] aaca5841df70: Preparing [2025-06-12T01:48:25.282Z] 994456c4fd7b: Preparing [2025-06-12T01:48:25.282Z] 994456c4fd7b: Waiting [2025-06-12T01:48:25.282Z] 50e7fecc972c: Waiting [2025-06-12T01:48:25.282Z] aaca5841df70: Waiting [2025-06-12T01:48:25.282Z] 92be1bf77df1: Waiting [2025-06-12T01:48:25.282Z] 137638198daa: Layer already exists [2025-06-12T01:48:25.282Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:25.282Z] ff619a3daffa: Pushed [2025-06-12T01:48:25.282Z] df13cad75856: Pushed [2025-06-12T01:48:25.282Z] 29bcded5c56e: Pushed [2025-06-12T01:48:25.282Z] 50e7fecc972c: Pushed [2025-06-12T01:48:25.282Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:25.541Z] aaca5841df70: Pushed [2025-06-12T01:48:37.755Z] 92be1bf77df1: Pushed [2025-06-12T01:48:37.755Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:38.087Z] + 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-12T01:48:38.412Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-12T01:48:38.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-12T01:48:38.413Z] 29bcded5c56e: Preparing [2025-06-12T01:48:38.413Z] ff619a3daffa: Preparing [2025-06-12T01:48:38.413Z] df13cad75856: Preparing [2025-06-12T01:48:38.413Z] 137638198daa: Preparing [2025-06-12T01:48:38.413Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:38.413Z] 92be1bf77df1: Preparing [2025-06-12T01:48:38.413Z] 50e7fecc972c: Preparing [2025-06-12T01:48:38.413Z] aaca5841df70: Preparing [2025-06-12T01:48:38.413Z] 994456c4fd7b: Preparing [2025-06-12T01:48:38.413Z] 92be1bf77df1: Waiting [2025-06-12T01:48:38.413Z] aaca5841df70: Waiting [2025-06-12T01:48:38.413Z] 50e7fecc972c: Waiting [2025-06-12T01:48:38.413Z] 994456c4fd7b: Waiting [2025-06-12T01:48:38.413Z] ff619a3daffa: Layer already exists [2025-06-12T01:48:38.413Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:38.413Z] 137638198daa: Layer already exists [2025-06-12T01:48:38.413Z] df13cad75856: Layer already exists [2025-06-12T01:48:38.413Z] 29bcded5c56e: Layer already exists [2025-06-12T01:48:38.413Z] 50e7fecc972c: Layer already exists [2025-06-12T01:48:38.413Z] aaca5841df70: Layer already exists [2025-06-12T01:48:38.413Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:38.413Z] 92be1bf77df1: Layer already exists [2025-06-12T01:48:38.413Z] latest: digest: sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:38.742Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:39.064Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 [2025-06-12T01:48:39.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-12T01:48:39.064Z] 29bcded5c56e: Preparing [2025-06-12T01:48:39.064Z] ff619a3daffa: Preparing [2025-06-12T01:48:39.064Z] df13cad75856: Preparing [2025-06-12T01:48:39.064Z] 137638198daa: Preparing [2025-06-12T01:48:39.064Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:39.064Z] 92be1bf77df1: Preparing [2025-06-12T01:48:39.064Z] 50e7fecc972c: Preparing [2025-06-12T01:48:39.064Z] aaca5841df70: Preparing [2025-06-12T01:48:39.064Z] 994456c4fd7b: Preparing [2025-06-12T01:48:39.064Z] 92be1bf77df1: Waiting [2025-06-12T01:48:39.064Z] aaca5841df70: Waiting [2025-06-12T01:48:39.064Z] 50e7fecc972c: Waiting [2025-06-12T01:48:39.064Z] 994456c4fd7b: Waiting [2025-06-12T01:48:39.064Z] 29bcded5c56e: Layer already exists [2025-06-12T01:48:39.064Z] ff619a3daffa: Layer already exists [2025-06-12T01:48:39.064Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:39.064Z] 137638198daa: Layer already exists [2025-06-12T01:48:39.064Z] 92be1bf77df1: Layer already exists [2025-06-12T01:48:39.064Z] aaca5841df70: Layer already exists [2025-06-12T01:48:39.064Z] 50e7fecc972c: Layer already exists [2025-06-12T01:48:39.064Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:39.064Z] df13cad75856: Layer already exists [2025-06-12T01:48:39.064Z] 4.1.0-dev.23: digest: sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:39.397Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:39.734Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:39.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-12T01:48:39.735Z] 29bcded5c56e: Preparing [2025-06-12T01:48:39.735Z] ff619a3daffa: Preparing [2025-06-12T01:48:39.735Z] df13cad75856: Preparing [2025-06-12T01:48:39.735Z] 137638198daa: Preparing [2025-06-12T01:48:39.735Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:39.735Z] 92be1bf77df1: Preparing [2025-06-12T01:48:39.735Z] 50e7fecc972c: Preparing [2025-06-12T01:48:39.735Z] aaca5841df70: Preparing [2025-06-12T01:48:39.735Z] 994456c4fd7b: Preparing [2025-06-12T01:48:39.735Z] 92be1bf77df1: Waiting [2025-06-12T01:48:39.735Z] 50e7fecc972c: Waiting [2025-06-12T01:48:39.735Z] aaca5841df70: Waiting [2025-06-12T01:48:39.735Z] 994456c4fd7b: Waiting [2025-06-12T01:48:39.735Z] 29bcded5c56e: Layer already exists [2025-06-12T01:48:39.735Z] 137638198daa: Layer already exists [2025-06-12T01:48:39.735Z] ff619a3daffa: Layer already exists [2025-06-12T01:48:39.735Z] df13cad75856: Layer already exists [2025-06-12T01:48:39.735Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:39.735Z] 92be1bf77df1: Layer already exists [2025-06-12T01:48:39.735Z] 50e7fecc972c: Layer already exists [2025-06-12T01:48:39.735Z] aaca5841df70: Layer already exists [2025-06-12T01:48:39.735Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:39.735Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:40.058Z] + 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-12T01:48:40.385Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-12T01:48:40.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-12T01:48:40.385Z] 29bcded5c56e: Preparing [2025-06-12T01:48:40.385Z] ff619a3daffa: Preparing [2025-06-12T01:48:40.385Z] df13cad75856: Preparing [2025-06-12T01:48:40.385Z] 137638198daa: Preparing [2025-06-12T01:48:40.385Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:40.385Z] 92be1bf77df1: Preparing [2025-06-12T01:48:40.385Z] 50e7fecc972c: Preparing [2025-06-12T01:48:40.385Z] aaca5841df70: Preparing [2025-06-12T01:48:40.385Z] 994456c4fd7b: Preparing [2025-06-12T01:48:40.385Z] 92be1bf77df1: Waiting [2025-06-12T01:48:40.385Z] 994456c4fd7b: Waiting [2025-06-12T01:48:40.385Z] 50e7fecc972c: Waiting [2025-06-12T01:48:40.385Z] aaca5841df70: Waiting [2025-06-12T01:48:40.385Z] 29bcded5c56e: Layer already exists [2025-06-12T01:48:40.385Z] 137638198daa: Layer already exists [2025-06-12T01:48:40.385Z] ff619a3daffa: Layer already exists [2025-06-12T01:48:40.385Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:40.385Z] 92be1bf77df1: Layer already exists [2025-06-12T01:48:40.385Z] aaca5841df70: Layer already exists [2025-06-12T01:48:40.385Z] 50e7fecc972c: Layer already exists [2025-06-12T01:48:40.385Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:40.385Z] df13cad75856: Layer already exists [2025-06-12T01:48:40.385Z] main: digest: sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:48:40.463Z] ===================================================== [Pipeline] echo [2025-06-12T01:48:40.477Z] taggedImages: [2025-06-12T01:48:40.477Z] - nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:40.477Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-12T01:48:40.477Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 [2025-06-12T01:48:40.477Z] - nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:40.477Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-06-12T01:48:40.503Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-06-12T01:48:40.503Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:40.503Z] latest [2025-06-12T01:48:40.503Z] 4.1.0-dev.23 [2025-06-12T01:48:40.503Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:40.503Z] main [2025-06-12T01:48:40.503Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:40.856Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:41.178Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:41.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-12T01:48:41.178Z] 4293f37670d9: Preparing [2025-06-12T01:48:41.178Z] b1a90a023435: Preparing [2025-06-12T01:48:41.178Z] b9705e11c202: Preparing [2025-06-12T01:48:41.178Z] 137638198daa: Preparing [2025-06-12T01:48:41.178Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:41.178Z] 92be1bf77df1: Preparing [2025-06-12T01:48:41.178Z] 08c12e7c0ad3: Preparing [2025-06-12T01:48:41.178Z] c61320204d68: Preparing [2025-06-12T01:48:41.178Z] 994456c4fd7b: Preparing [2025-06-12T01:48:41.178Z] 994456c4fd7b: Waiting [2025-06-12T01:48:41.178Z] 92be1bf77df1: Waiting [2025-06-12T01:48:41.178Z] 08c12e7c0ad3: Waiting [2025-06-12T01:48:41.178Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:41.178Z] 4293f37670d9: Layer already exists [2025-06-12T01:48:41.178Z] 137638198daa: Layer already exists [2025-06-12T01:48:41.178Z] 92be1bf77df1: Layer already exists [2025-06-12T01:48:41.178Z] c61320204d68: Layer already exists [2025-06-12T01:48:41.178Z] 08c12e7c0ad3: Layer already exists [2025-06-12T01:48:41.178Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:41.178Z] b1a90a023435: Pushed [2025-06-12T01:48:41.178Z] b9705e11c202: Pushed [2025-06-12T01:48:41.436Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:41.761Z] + 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-12T01:48:42.078Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-12T01:48:42.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-12T01:48:42.078Z] 4293f37670d9: Preparing [2025-06-12T01:48:42.078Z] b1a90a023435: Preparing [2025-06-12T01:48:42.078Z] b9705e11c202: Preparing [2025-06-12T01:48:42.078Z] 137638198daa: Preparing [2025-06-12T01:48:42.078Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:42.078Z] 92be1bf77df1: Preparing [2025-06-12T01:48:42.078Z] 08c12e7c0ad3: Preparing [2025-06-12T01:48:42.078Z] c61320204d68: Preparing [2025-06-12T01:48:42.078Z] 994456c4fd7b: Preparing [2025-06-12T01:48:42.078Z] 08c12e7c0ad3: Waiting [2025-06-12T01:48:42.078Z] c61320204d68: Waiting [2025-06-12T01:48:42.078Z] 994456c4fd7b: Waiting [2025-06-12T01:48:42.078Z] 92be1bf77df1: Waiting [2025-06-12T01:48:42.078Z] b1a90a023435: Layer already exists [2025-06-12T01:48:42.078Z] 4293f37670d9: Layer already exists [2025-06-12T01:48:42.078Z] 137638198daa: Layer already exists [2025-06-12T01:48:42.078Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:42.078Z] b9705e11c202: Layer already exists [2025-06-12T01:48:42.078Z] c61320204d68: Layer already exists [2025-06-12T01:48:42.078Z] 08c12e7c0ad3: Layer already exists [2025-06-12T01:48:42.078Z] 92be1bf77df1: Layer already exists [2025-06-12T01:48:42.078Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:42.078Z] latest: digest: sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:42.410Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:42.728Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 [2025-06-12T01:48:42.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-12T01:48:42.729Z] 4293f37670d9: Preparing [2025-06-12T01:48:42.729Z] b1a90a023435: Preparing [2025-06-12T01:48:42.729Z] b9705e11c202: Preparing [2025-06-12T01:48:42.729Z] 137638198daa: Preparing [2025-06-12T01:48:42.729Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:42.729Z] 92be1bf77df1: Preparing [2025-06-12T01:48:42.729Z] 08c12e7c0ad3: Preparing [2025-06-12T01:48:42.729Z] c61320204d68: Preparing [2025-06-12T01:48:42.729Z] 994456c4fd7b: Preparing [2025-06-12T01:48:42.729Z] 92be1bf77df1: Waiting [2025-06-12T01:48:42.729Z] 08c12e7c0ad3: Waiting [2025-06-12T01:48:42.729Z] c61320204d68: Waiting [2025-06-12T01:48:42.729Z] 994456c4fd7b: Waiting [2025-06-12T01:48:42.729Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:42.729Z] b9705e11c202: Layer already exists [2025-06-12T01:48:42.729Z] b1a90a023435: Layer already exists [2025-06-12T01:48:42.729Z] 137638198daa: Layer already exists [2025-06-12T01:48:42.729Z] 4293f37670d9: Layer already exists [2025-06-12T01:48:42.729Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:42.729Z] 08c12e7c0ad3: Layer already exists [2025-06-12T01:48:42.729Z] 92be1bf77df1: Layer already exists [2025-06-12T01:48:42.729Z] c61320204d68: Layer already exists [2025-06-12T01:48:42.729Z] 4.1.0-dev.23: digest: sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:43.051Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:43.366Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:43.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-12T01:48:43.366Z] 4293f37670d9: Preparing [2025-06-12T01:48:43.366Z] b1a90a023435: Preparing [2025-06-12T01:48:43.366Z] b9705e11c202: Preparing [2025-06-12T01:48:43.366Z] 137638198daa: Preparing [2025-06-12T01:48:43.366Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:43.366Z] 92be1bf77df1: Preparing [2025-06-12T01:48:43.366Z] 08c12e7c0ad3: Preparing [2025-06-12T01:48:43.366Z] c61320204d68: Preparing [2025-06-12T01:48:43.366Z] 994456c4fd7b: Preparing [2025-06-12T01:48:43.366Z] 92be1bf77df1: Waiting [2025-06-12T01:48:43.366Z] 08c12e7c0ad3: Waiting [2025-06-12T01:48:43.366Z] c61320204d68: Waiting [2025-06-12T01:48:43.366Z] 994456c4fd7b: Waiting [2025-06-12T01:48:43.366Z] b1a90a023435: Layer already exists [2025-06-12T01:48:43.366Z] 4293f37670d9: Layer already exists [2025-06-12T01:48:43.366Z] 137638198daa: Layer already exists [2025-06-12T01:48:43.366Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:43.366Z] b9705e11c202: Layer already exists [2025-06-12T01:48:43.366Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:43.366Z] c61320204d68: Layer already exists [2025-06-12T01:48:43.366Z] 08c12e7c0ad3: Layer already exists [2025-06-12T01:48:43.366Z] 92be1bf77df1: Layer already exists [2025-06-12T01:48:43.366Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:43.684Z] + 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-12T01:48:44.004Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-12T01:48:44.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-12T01:48:44.004Z] 4293f37670d9: Preparing [2025-06-12T01:48:44.004Z] b1a90a023435: Preparing [2025-06-12T01:48:44.004Z] b9705e11c202: Preparing [2025-06-12T01:48:44.004Z] 137638198daa: Preparing [2025-06-12T01:48:44.004Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:44.004Z] 92be1bf77df1: Preparing [2025-06-12T01:48:44.004Z] 08c12e7c0ad3: Preparing [2025-06-12T01:48:44.004Z] c61320204d68: Preparing [2025-06-12T01:48:44.004Z] 994456c4fd7b: Preparing [2025-06-12T01:48:44.004Z] 92be1bf77df1: Waiting [2025-06-12T01:48:44.004Z] 08c12e7c0ad3: Waiting [2025-06-12T01:48:44.004Z] c61320204d68: Waiting [2025-06-12T01:48:44.004Z] 994456c4fd7b: Waiting [2025-06-12T01:48:44.004Z] 137638198daa: Layer already exists [2025-06-12T01:48:44.004Z] b9705e11c202: Layer already exists [2025-06-12T01:48:44.004Z] 4293f37670d9: Layer already exists [2025-06-12T01:48:44.004Z] b1a90a023435: Layer already exists [2025-06-12T01:48:44.004Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:44.004Z] 92be1bf77df1: Layer already exists [2025-06-12T01:48:44.004Z] c61320204d68: Layer already exists [2025-06-12T01:48:44.004Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:44.004Z] 08c12e7c0ad3: Layer already exists [2025-06-12T01:48:44.004Z] main: digest: sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:48:44.082Z] ===================================================== [Pipeline] echo [2025-06-12T01:48:44.097Z] taggedImages: [2025-06-12T01:48:44.097Z] - nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:44.097Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-12T01:48:44.097Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 [2025-06-12T01:48:44.097Z] - nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:44.097Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-06-12T01:48:44.131Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-06-12T01:48:44.131Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:44.131Z] latest [2025-06-12T01:48:44.131Z] 4.1.0-dev.23 [2025-06-12T01:48:44.131Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:44.131Z] main [2025-06-12T01:48:44.131Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:44.490Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:44.890Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:44.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-12T01:48:44.890Z] 356fb0a51088: Preparing [2025-06-12T01:48:44.890Z] d0d7a0119d18: Preparing [2025-06-12T01:48:44.890Z] 137638198daa: Preparing [2025-06-12T01:48:44.890Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:44.890Z] 75cf622ab024: Preparing [2025-06-12T01:48:44.890Z] 4dc8622461f3: Preparing [2025-06-12T01:48:44.890Z] 994456c4fd7b: Preparing [2025-06-12T01:48:44.890Z] 4dc8622461f3: Waiting [2025-06-12T01:48:44.890Z] 994456c4fd7b: Waiting [2025-06-12T01:48:44.890Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:44.890Z] 137638198daa: Layer already exists [2025-06-12T01:48:44.890Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:44.890Z] 75cf622ab024: Pushed [2025-06-12T01:48:44.890Z] 356fb0a51088: Pushed [2025-06-12T01:48:45.474Z] 4dc8622461f3: Pushed [2025-06-12T01:48:48.870Z] d0d7a0119d18: Pushed [2025-06-12T01:48:48.870Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:49.194Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:49.511Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-12T01:48:49.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-12T01:48:49.511Z] 356fb0a51088: Preparing [2025-06-12T01:48:49.511Z] d0d7a0119d18: Preparing [2025-06-12T01:48:49.511Z] 137638198daa: Preparing [2025-06-12T01:48:49.511Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:49.511Z] 75cf622ab024: Preparing [2025-06-12T01:48:49.511Z] 4dc8622461f3: Preparing [2025-06-12T01:48:49.511Z] 994456c4fd7b: Preparing [2025-06-12T01:48:49.511Z] 4dc8622461f3: Waiting [2025-06-12T01:48:49.511Z] 994456c4fd7b: Waiting [2025-06-12T01:48:49.511Z] 75cf622ab024: Layer already exists [2025-06-12T01:48:49.511Z] 356fb0a51088: Layer already exists [2025-06-12T01:48:49.511Z] 137638198daa: Layer already exists [2025-06-12T01:48:49.511Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:49.511Z] d0d7a0119d18: Layer already exists [2025-06-12T01:48:49.511Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:49.511Z] 4dc8622461f3: Layer already exists [2025-06-12T01:48:49.511Z] latest: digest: sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:49.833Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:50.151Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 [2025-06-12T01:48:50.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-12T01:48:50.151Z] 356fb0a51088: Preparing [2025-06-12T01:48:50.151Z] d0d7a0119d18: Preparing [2025-06-12T01:48:50.151Z] 137638198daa: Preparing [2025-06-12T01:48:50.151Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:50.151Z] 75cf622ab024: Preparing [2025-06-12T01:48:50.151Z] 4dc8622461f3: Preparing [2025-06-12T01:48:50.151Z] 994456c4fd7b: Preparing [2025-06-12T01:48:50.151Z] 4dc8622461f3: Waiting [2025-06-12T01:48:50.151Z] 994456c4fd7b: Waiting [2025-06-12T01:48:50.151Z] 356fb0a51088: Layer already exists [2025-06-12T01:48:50.151Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:50.151Z] 75cf622ab024: Layer already exists [2025-06-12T01:48:50.151Z] d0d7a0119d18: Layer already exists [2025-06-12T01:48:50.151Z] 137638198daa: Layer already exists [2025-06-12T01:48:50.151Z] 4dc8622461f3: Layer already exists [2025-06-12T01:48:50.151Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:50.151Z] 4.1.0-dev.23: digest: sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:50.476Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:50.802Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:50.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-12T01:48:50.802Z] 356fb0a51088: Preparing [2025-06-12T01:48:50.802Z] d0d7a0119d18: Preparing [2025-06-12T01:48:50.802Z] 137638198daa: Preparing [2025-06-12T01:48:50.802Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:50.802Z] 75cf622ab024: Preparing [2025-06-12T01:48:50.802Z] 4dc8622461f3: Preparing [2025-06-12T01:48:50.802Z] 994456c4fd7b: Preparing [2025-06-12T01:48:50.802Z] 994456c4fd7b: Waiting [2025-06-12T01:48:50.802Z] 4dc8622461f3: Waiting [2025-06-12T01:48:50.802Z] 75cf622ab024: Layer already exists [2025-06-12T01:48:50.802Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:50.802Z] 137638198daa: Layer already exists [2025-06-12T01:48:50.802Z] d0d7a0119d18: Layer already exists [2025-06-12T01:48:50.802Z] 356fb0a51088: Layer already exists [2025-06-12T01:48:50.802Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:50.802Z] 4dc8622461f3: Layer already exists [2025-06-12T01:48:50.802Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:51.130Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:51.452Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-12T01:48:51.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-12T01:48:51.452Z] 356fb0a51088: Preparing [2025-06-12T01:48:51.452Z] d0d7a0119d18: Preparing [2025-06-12T01:48:51.452Z] 137638198daa: Preparing [2025-06-12T01:48:51.452Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:51.452Z] 75cf622ab024: Preparing [2025-06-12T01:48:51.452Z] 4dc8622461f3: Preparing [2025-06-12T01:48:51.452Z] 994456c4fd7b: Preparing [2025-06-12T01:48:51.452Z] 994456c4fd7b: Waiting [2025-06-12T01:48:51.452Z] 4dc8622461f3: Waiting [2025-06-12T01:48:51.452Z] 356fb0a51088: Layer already exists [2025-06-12T01:48:51.452Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:51.452Z] 75cf622ab024: Layer already exists [2025-06-12T01:48:51.452Z] d0d7a0119d18: Layer already exists [2025-06-12T01:48:51.452Z] 137638198daa: Layer already exists [2025-06-12T01:48:51.452Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:51.452Z] 4dc8622461f3: Layer already exists [2025-06-12T01:48:51.452Z] main: digest: sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:48:51.525Z] ===================================================== [Pipeline] echo [2025-06-12T01:48:51.544Z] taggedImages: [2025-06-12T01:48:51.545Z] - nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:51.545Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-12T01:48:51.545Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 [2025-06-12T01:48:51.545Z] - nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:51.545Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-06-12T01:48:51.582Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-06-12T01:48:51.582Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:51.582Z] latest [2025-06-12T01:48:51.582Z] 4.1.0-dev.23 [2025-06-12T01:48:51.582Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:51.582Z] main [2025-06-12T01:48:51.582Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:51.926Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:52.238Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:52.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-12T01:48:52.238Z] 103c0d0a809e: Preparing [2025-06-12T01:48:52.238Z] 10025fb88f7b: Preparing [2025-06-12T01:48:52.238Z] 137638198daa: Preparing [2025-06-12T01:48:52.238Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:52.238Z] ee4ac04c9c75: Preparing [2025-06-12T01:48:52.238Z] 10e37fc054b1: Preparing [2025-06-12T01:48:52.238Z] 994456c4fd7b: Preparing [2025-06-12T01:48:52.238Z] 10e37fc054b1: Waiting [2025-06-12T01:48:52.238Z] 994456c4fd7b: Waiting [2025-06-12T01:48:52.238Z] 137638198daa: Layer already exists [2025-06-12T01:48:52.238Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:52.238Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:52.238Z] 103c0d0a809e: Pushed [2025-06-12T01:48:52.238Z] ee4ac04c9c75: Pushed [2025-06-12T01:48:52.495Z] 10e37fc054b1: Pushed [2025-06-12T01:48:55.774Z] 10025fb88f7b: Pushed [2025-06-12T01:48:56.032Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:56.360Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:56.692Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-12T01:48:56.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-12T01:48:56.692Z] 103c0d0a809e: Preparing [2025-06-12T01:48:56.692Z] 10025fb88f7b: Preparing [2025-06-12T01:48:56.692Z] 137638198daa: Preparing [2025-06-12T01:48:56.692Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:56.692Z] ee4ac04c9c75: Preparing [2025-06-12T01:48:56.692Z] 10e37fc054b1: Preparing [2025-06-12T01:48:56.692Z] 994456c4fd7b: Preparing [2025-06-12T01:48:56.692Z] 10e37fc054b1: Waiting [2025-06-12T01:48:56.692Z] 994456c4fd7b: Waiting [2025-06-12T01:48:56.692Z] 137638198daa: Layer already exists [2025-06-12T01:48:56.692Z] 10025fb88f7b: Layer already exists [2025-06-12T01:48:56.692Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:56.692Z] ee4ac04c9c75: Layer already exists [2025-06-12T01:48:56.692Z] 103c0d0a809e: Layer already exists [2025-06-12T01:48:56.692Z] 10e37fc054b1: Layer already exists [2025-06-12T01:48:56.692Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:56.692Z] latest: digest: sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:57.017Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:57.336Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 [2025-06-12T01:48:57.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-12T01:48:57.336Z] 103c0d0a809e: Preparing [2025-06-12T01:48:57.336Z] 10025fb88f7b: Preparing [2025-06-12T01:48:57.336Z] 137638198daa: Preparing [2025-06-12T01:48:57.336Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:57.336Z] ee4ac04c9c75: Preparing [2025-06-12T01:48:57.336Z] 10e37fc054b1: Preparing [2025-06-12T01:48:57.336Z] 994456c4fd7b: Preparing [2025-06-12T01:48:57.336Z] 10e37fc054b1: Waiting [2025-06-12T01:48:57.336Z] 994456c4fd7b: Waiting [2025-06-12T01:48:57.336Z] 10025fb88f7b: Layer already exists [2025-06-12T01:48:57.336Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:57.336Z] 103c0d0a809e: Layer already exists [2025-06-12T01:48:57.336Z] ee4ac04c9c75: Layer already exists [2025-06-12T01:48:57.336Z] 137638198daa: Layer already exists [2025-06-12T01:48:57.336Z] 10e37fc054b1: Layer already exists [2025-06-12T01:48:57.336Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:57.336Z] 4.1.0-dev.23: digest: sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:57.658Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:57.975Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:57.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-12T01:48:57.975Z] 103c0d0a809e: Preparing [2025-06-12T01:48:57.975Z] 10025fb88f7b: Preparing [2025-06-12T01:48:57.975Z] 137638198daa: Preparing [2025-06-12T01:48:57.975Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:57.975Z] ee4ac04c9c75: Preparing [2025-06-12T01:48:57.975Z] 10e37fc054b1: Preparing [2025-06-12T01:48:57.975Z] 994456c4fd7b: Preparing [2025-06-12T01:48:57.975Z] 10e37fc054b1: Waiting [2025-06-12T01:48:57.975Z] 994456c4fd7b: Waiting [2025-06-12T01:48:57.975Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:57.975Z] 10025fb88f7b: Layer already exists [2025-06-12T01:48:57.975Z] ee4ac04c9c75: Layer already exists [2025-06-12T01:48:57.975Z] 137638198daa: Layer already exists [2025-06-12T01:48:57.975Z] 103c0d0a809e: Layer already exists [2025-06-12T01:48:57.975Z] 10e37fc054b1: Layer already exists [2025-06-12T01:48:57.975Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:57.975Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:58.302Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:48:58.630Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-12T01:48:58.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-12T01:48:58.630Z] 103c0d0a809e: Preparing [2025-06-12T01:48:58.630Z] 10025fb88f7b: Preparing [2025-06-12T01:48:58.630Z] 137638198daa: Preparing [2025-06-12T01:48:58.630Z] 8b0b00907dcf: Preparing [2025-06-12T01:48:58.630Z] ee4ac04c9c75: Preparing [2025-06-12T01:48:58.630Z] 10e37fc054b1: Preparing [2025-06-12T01:48:58.630Z] 994456c4fd7b: Preparing [2025-06-12T01:48:58.630Z] 10e37fc054b1: Waiting [2025-06-12T01:48:58.630Z] 103c0d0a809e: Layer already exists [2025-06-12T01:48:58.630Z] 10025fb88f7b: Layer already exists [2025-06-12T01:48:58.630Z] 8b0b00907dcf: Layer already exists [2025-06-12T01:48:58.630Z] 137638198daa: Layer already exists [2025-06-12T01:48:58.630Z] ee4ac04c9c75: Layer already exists [2025-06-12T01:48:58.630Z] 994456c4fd7b: Layer already exists [2025-06-12T01:48:58.630Z] 10e37fc054b1: Layer already exists [2025-06-12T01:48:58.630Z] main: digest: sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:48:58.705Z] ===================================================== [Pipeline] echo [2025-06-12T01:48:58.718Z] taggedImages: [2025-06-12T01:48:58.718Z] - nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:58.718Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-12T01:48:58.718Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 [2025-06-12T01:48:58.718Z] - nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:58.718Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-06-12T01:48:58.809Z] ========================================================= [2025-06-12T01:48:58.809Z] [edgeXBuildMultiArch] RAW Config: [2025-06-12T01:48:58.809Z] images: [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:48:58.809Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-12T01:48:58.809Z] settingsFile: [2025-06-12T01:48:58.809Z] edgex-go-settings [2025-06-12T01:48:58.809Z] ========================================================= [Pipeline] node [2025-06-12T01:49:12.217Z] #92 DONE 107.8s [2025-06-12T01:49:12.217Z] [2025-06-12T01:49:12.217Z] #95 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:49:12.217Z] #95 DONE 101.9s [2025-06-12T01:49:12.217Z] [2025-06-12T01:49:12.217Z] #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:49:12.217Z] #98 DONE 97.7s [2025-06-12T01:49:12.217Z] [2025-06-12T01:49:12.217Z] #81 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:49:12.217Z] #81 DONE 109.7s [2025-06-12T01:49:12.217Z] [2025-06-12T01:49:12.217Z] #119 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-12T01:49:12.217Z] #119 ... [2025-06-12T01:49:12.217Z] [2025-06-12T01:49:12.217Z] #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:49:12.217Z] #79 DONE 110.4s [2025-06-12T01:49:12.217Z] [2025-06-12T01:49:12.217Z] #84 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:49:12.217Z] #84 DONE 107.9s [2025-06-12T01:49:12.217Z] [2025-06-12T01:49:12.217Z] #120 [core-data builder 6/7] COPY . . [2025-06-12T01:49:12.490Z] #120 ... [2025-06-12T01:49:12.490Z] [2025-06-12T01:49:12.490Z] #121 [support-notifications builder 6/7] COPY . . [2025-06-12T01:49:12.490Z] #121 DONE 2.2s [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #122 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:49:12.763Z] #122 CACHED [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:49:12.763Z] #123 CACHED [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #124 [security-proxy-setup builder 6/7] COPY . . [2025-06-12T01:49:12.763Z] #124 CACHED [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #119 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-12T01:49:12.763Z] #119 DONE 2.2s [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #125 [core-keeper builder 7/8] COPY . . [2025-06-12T01:49:12.763Z] #125 DONE 2.3s [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #126 [support-scheduler builder 6/7] COPY . . [2025-06-12T01:49:12.763Z] #126 DONE 2.2s [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #127 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:49:12.763Z] #127 CACHED [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #128 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:49:12.763Z] #128 CACHED [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #129 [security-bootstrapper builder 6/7] COPY . . [2025-06-12T01:49:12.763Z] #129 CACHED [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #130 [security-secretstore-setup builder 6/7] COPY . . [2025-06-12T01:49:12.763Z] #130 DONE 2.3s [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-12T01:49:12.763Z] #131 ... [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #132 [core-metadata builder 6/7] COPY . . [2025-06-12T01:49:12.763Z] #132 CACHED [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #133 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:49:12.763Z] #133 CACHED [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #134 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:49:12.763Z] #134 CACHED [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #135 [security-proxy-auth builder 6/7] COPY . . [2025-06-12T01:49:12.763Z] #135 CACHED [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #136 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:49:12.763Z] #136 CACHED [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #137 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:49:12.763Z] #137 CACHED [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #120 [core-data builder 6/7] COPY . . [2025-06-12T01:49:12.763Z] #120 DONE 2.2s [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #138 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:49:12.763Z] #138 CACHED [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #139 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:49:12.763Z] #139 CACHED [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #140 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-12T01:49:12.763Z] #140 CACHED [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #141 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-12T01:49:12.763Z] #141 CACHED [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #142 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-12T01:49:12.763Z] #142 CACHED [2025-06-12T01:49:12.763Z] [2025-06-12T01:49:12.763Z] #143 [core-command builder 6/7] COPY . . [2025-06-12T01:49:12.763Z] #143 CACHED [2025-06-12T01:49:13.030Z] [2025-06-12T01:49:13.030Z] #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-12T01:49:13.813Z] Still waiting to schedule task [2025-06-12T01:49:13.813Z] ‘prd-centos7-docker-4c-2g-3172’ is offline [2025-06-12T01:49:18.394Z] #144 ... [2025-06-12T01:49:18.395Z] [2025-06-12T01:49:18.395Z] #145 [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-12T01:49:18.395Z] #0 5.354 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-12T01:49:18.395Z] #145 ... [2025-06-12T01:49:18.395Z] [2025-06-12T01:49:18.395Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-12T01:49:18.395Z] #0 5.805 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-12T01:49:18.979Z] #146 ... [2025-06-12T01:49:18.979Z] [2025-06-12T01:49:18.979Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-12T01:49:18.979Z] #0 6.286 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-12T01:49:19.246Z] #147 ... [2025-06-12T01:49:19.246Z] [2025-06-12T01:49:19.246Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-12T01:49:19.246Z] #131 6.511 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-12T01:49:22.600Z] #131 ... [2025-06-12T01:49:22.600Z] [2025-06-12T01:49:22.600Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-12T01:49:22.600Z] #0 4.762 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-12T01:49:22.870Z] #148 ... [2025-06-12T01:49:22.870Z] [2025-06-12T01:49:22.870Z] #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-12T01:49:22.870Z] #0 6.630 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-12T01:49:22.870Z] #149 ... [2025-06-12T01:49:22.870Z] [2025-06-12T01:49:22.870Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-12T01:49:22.870Z] #0 6.465 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-12T01:49:23.137Z] #150 ... [2025-06-12T01:49:23.137Z] [2025-06-12T01:49:23.137Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-12T01:49:23.137Z] #0 6.269 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-12T01:49:23.137Z] #151 ... [2025-06-12T01:49:23.137Z] [2025-06-12T01:49:23.137Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-12T01:49:23.137Z] #0 6.226 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-12T01:49:23.511Z] #152 ... [2025-06-12T01:49:23.511Z] [2025-06-12T01:49:23.511Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-12T01:49:23.511Z] #0 4.419 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-12T01:49:23.785Z] #153 ... [2025-06-12T01:49:23.785Z] [2025-06-12T01:49:23.785Z] #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-12T01:49:23.785Z] #0 5.943 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-12T01:49:23.785Z] #154 ... [2025-06-12T01:49:23.785Z] [2025-06-12T01:49:23.785Z] #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-12T01:49:23.785Z] #144 6.606 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-12T01:50:29.006Z] Running on prd-centos7-docker-4c-2g-3174 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-12T01:50:29.057Z] provisioning config files... [2025-06-12T01:50:29.195Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config4367812126802407289tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:50:30.112Z] ---> ****-login.sh [2025-06-12T01:50:30.113Z] nexus3.edgexfoundry.org:10001 [2025-06-12T01:50:30.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:50:30.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:50:30.379Z] Configure a credential helper to remove this warning. See [2025-06-12T01:50:30.379Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:50:30.379Z] [2025-06-12T01:50:30.379Z] Login Succeeded [2025-06-12T01:50:30.379Z] nexus3.edgexfoundry.org:10002 [2025-06-12T01:50:30.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:50:30.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:50:30.380Z] Configure a credential helper to remove this warning. See [2025-06-12T01:50:30.380Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:50:30.380Z] [2025-06-12T01:50:30.380Z] Login Succeeded [2025-06-12T01:50:30.380Z] nexus3.edgexfoundry.org:10003 [2025-06-12T01:50:30.380Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:50:30.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:50:30.645Z] Configure a credential helper to remove this warning. See [2025-06-12T01:50:30.646Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:50:30.646Z] [2025-06-12T01:50:30.646Z] Login Succeeded [2025-06-12T01:50:30.646Z] nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:30.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:50:30.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:50:30.646Z] Configure a credential helper to remove this warning. See [2025-06-12T01:50:30.646Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:50:30.646Z] [2025-06-12T01:50:30.646Z] Login Succeeded [2025-06-12T01:50:30.646Z] ****.io [2025-06-12T01:50:30.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T01:50:30.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T01:50:30.907Z] Configure a credential helper to remove this warning. See [2025-06-12T01:50:30.907Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T01:50:30.907Z] [2025-06-12T01:50:30.907Z] Login Succeeded [2025-06-12T01:50:30.907Z] ---> ****-login.sh ends [Pipeline] } [2025-06-12T01:50:30.917Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-12T01:50:31.287Z] + docker buildx ls [2025-06-12T01:50:31.554Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-12T01:50:31.554Z] default * docker [2025-06-12T01:50:31.554Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-12T01:50:31.861Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-06-12T01:50:31.861Z] edgex-builder [Pipeline] sh [2025-06-12T01:50:32.156Z] + docker buildx inspect --bootstrap [2025-06-12T01:50:32.156Z] #1 [internal] booting buildkit [2025-06-12T01:50:32.156Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-06-12T01:50:36.434Z] #1 pulling image moby/buildkit:buildx-stable-1 3.5s done [2025-06-12T01:50:36.434Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-06-12T01:50:37.827Z] #1 creating container buildx_buildkit_edgex-builder0 2.3s done [2025-06-12T01:50:37.827Z] #1 DONE 5.8s [2025-06-12T01:50:38.087Z] Name: edgex-builder [2025-06-12T01:50:38.087Z] Driver: docker-container [2025-06-12T01:50:38.087Z] [2025-06-12T01:50:38.087Z] Nodes: [2025-06-12T01:50:38.087Z] Name: edgex-builder0 [2025-06-12T01:50:38.087Z] Endpoint: unix:///var/run/docker.sock [2025-06-12T01:50:38.087Z] Status: running [2025-06-12T01:50:38.087Z] Buildkit: v0.22.0 [2025-06-12T01:50:38.087Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-06-12T01:50:38.385Z] + docker buildx ls [2025-06-12T01:50:38.386Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-12T01:50:38.386Z] edgex-builder * docker-container [2025-06-12T01:50:38.386Z] 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-12T01:50:38.386Z] default docker [2025-06-12T01:50:38.386Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-12T01:50:38.683Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4' [2025-06-12T01:50:38.683Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4 --push - [2025-06-12T01:50:38.943Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:38.943Z] #1 transferring dockerfile: 197B done [2025-06-12T01:50:38.943Z] #1 DONE 0.0s [2025-06-12T01:50:38.943Z] [2025-06-12T01:50:38.943Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:50:38.943Z] #2 DONE 0.1s [2025-06-12T01:50:38.943Z] [2025-06-12T01:50:38.943Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:50:38.943Z] #3 DONE 0.1s [2025-06-12T01:50:38.943Z] [2025-06-12T01:50:38.943Z] #4 [internal] load .dockerignore [2025-06-12T01:50:38.943Z] #4 transferring context: 2B done [2025-06-12T01:50:38.943Z] #4 DONE 0.0s [2025-06-12T01:50:38.943Z] [2025-06-12T01:50:38.943Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 [2025-06-12T01:50:38.943Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done [2025-06-12T01:50:38.943Z] #5 DONE 0.0s [2025-06-12T01:50:38.943Z] [2025-06-12T01:50:38.943Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 [2025-06-12T01:50:38.943Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done [2025-06-12T01:50:39.202Z] #6 DONE 0.1s [2025-06-12T01:50:39.202Z] [2025-06-12T01:50:39.202Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:39.202Z] #7 DONE 0.0s [2025-06-12T01:50:39.202Z] [2025-06-12T01:50:39.202Z] #8 exporting to image [2025-06-12T01:50:39.202Z] #8 exporting layers done [2025-06-12T01:50:39.202Z] #8 exporting manifest sha256:61c0613d03cfbf044e444b8ce85f7a2520d428f43dfbd2c418605d3ffea1daa7 0.0s done [2025-06-12T01:50:39.202Z] #8 exporting config sha256:9554846a4859f5f392585ea86fb28c04f4ef8f65687084b8b609bc24b2f0a8ba 0.0s done [2025-06-12T01:50:39.202Z] #8 exporting manifest sha256:8f5e4699a866b8b101cacdc69759596f3b202304018bc04d200fba982d9e86f5 done [2025-06-12T01:50:39.203Z] #8 exporting config sha256:7825b04bc44a9db49ce5b032930ec2cbe7a45aedbb94d9d814a9b520e5b741a0 done [2025-06-12T01:50:39.203Z] #8 exporting manifest list sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e 0.0s done [2025-06-12T01:50:39.203Z] #8 pushing layers 0.1s done [2025-06-12T01:50:39.203Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e [2025-06-12T01:50:39.203Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:39.463Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e 0.1s done [2025-06-12T01:50:39.463Z] #8 DONE 0.2s [2025-06-12T01:50:39.463Z] [2025-06-12T01:50:39.463Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:39.463Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:39.760Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-06-12T01:50:39.760Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-06-12T01:50:39.760Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:39.760Z] #1 transferring dockerfile: 163B done [2025-06-12T01:50:39.760Z] #1 DONE 0.0s [2025-06-12T01:50:39.760Z] [2025-06-12T01:50:39.760Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-12T01:50:39.760Z] #2 DONE 0.0s [2025-06-12T01:50:39.760Z] [2025-06-12T01:50:39.760Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-12T01:50:39.760Z] #3 DONE 0.0s [2025-06-12T01:50:39.760Z] [2025-06-12T01:50:39.760Z] #4 [internal] load .dockerignore [2025-06-12T01:50:39.760Z] #4 transferring context: 2B done [2025-06-12T01:50:39.760Z] #4 DONE 0.0s [2025-06-12T01:50:40.021Z] [2025-06-12T01:50:40.021Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 [2025-06-12T01:50:40.021Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done [2025-06-12T01:50:40.021Z] #5 CACHED [2025-06-12T01:50:40.021Z] [2025-06-12T01:50:40.021Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 [2025-06-12T01:50:40.021Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done [2025-06-12T01:50:40.021Z] #6 CACHED [2025-06-12T01:50:40.021Z] [2025-06-12T01:50:40.021Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:40.021Z] #7 DONE 0.0s [2025-06-12T01:50:40.021Z] [2025-06-12T01:50:40.021Z] #8 exporting to image [2025-06-12T01:50:40.021Z] #8 exporting layers done [2025-06-12T01:50:40.021Z] #8 exporting manifest sha256:61c0613d03cfbf044e444b8ce85f7a2520d428f43dfbd2c418605d3ffea1daa7 done [2025-06-12T01:50:40.021Z] #8 exporting config sha256:9554846a4859f5f392585ea86fb28c04f4ef8f65687084b8b609bc24b2f0a8ba done [2025-06-12T01:50:40.021Z] #8 exporting manifest sha256:8f5e4699a866b8b101cacdc69759596f3b202304018bc04d200fba982d9e86f5 done [2025-06-12T01:50:40.021Z] #8 exporting config sha256:7825b04bc44a9db49ce5b032930ec2cbe7a45aedbb94d9d814a9b520e5b741a0 done [2025-06-12T01:50:40.021Z] #8 exporting manifest list sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e done [2025-06-12T01:50:40.021Z] #8 pushing layers 0.0s done [2025-06-12T01:50:40.021Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e [2025-06-12T01:50:40.021Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:40.021Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e 0.1s done [2025-06-12T01:50:40.021Z] #8 DONE 0.1s [2025-06-12T01:50:40.021Z] [2025-06-12T01:50:40.021Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:40.021Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:40.315Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 --push - [2025-06-12T01:50:40.315Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23' [2025-06-12T01:50:40.576Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:40.576Z] #1 transferring dockerfile: 169B done [2025-06-12T01:50:40.576Z] #1 DONE 0.0s [2025-06-12T01:50:40.576Z] [2025-06-12T01:50:40.576Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 [2025-06-12T01:50:40.576Z] #2 DONE 0.0s [2025-06-12T01:50:40.576Z] [2025-06-12T01:50:40.576Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 [2025-06-12T01:50:40.576Z] #3 DONE 0.0s [2025-06-12T01:50:40.576Z] [2025-06-12T01:50:40.576Z] #4 [internal] load .dockerignore [2025-06-12T01:50:40.576Z] #4 transferring context: 2B done [2025-06-12T01:50:40.576Z] #4 DONE 0.0s [2025-06-12T01:50:40.576Z] [2025-06-12T01:50:40.576Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 [2025-06-12T01:50:40.576Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done [2025-06-12T01:50:40.576Z] #5 DONE 0.0s [2025-06-12T01:50:40.576Z] [2025-06-12T01:50:40.576Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 [2025-06-12T01:50:40.576Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done [2025-06-12T01:50:40.576Z] #6 CACHED [2025-06-12T01:50:40.576Z] [2025-06-12T01:50:40.576Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 [2025-06-12T01:50:40.576Z] #5 CACHED [2025-06-12T01:50:40.576Z] [2025-06-12T01:50:40.576Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:40.576Z] #7 DONE 0.0s [2025-06-12T01:50:40.576Z] [2025-06-12T01:50:40.576Z] #8 exporting to image [2025-06-12T01:50:40.576Z] #8 exporting layers done [2025-06-12T01:50:40.576Z] #8 exporting manifest sha256:61c0613d03cfbf044e444b8ce85f7a2520d428f43dfbd2c418605d3ffea1daa7 done [2025-06-12T01:50:40.576Z] #8 exporting config sha256:9554846a4859f5f392585ea86fb28c04f4ef8f65687084b8b609bc24b2f0a8ba done [2025-06-12T01:50:40.576Z] #8 exporting manifest sha256:8f5e4699a866b8b101cacdc69759596f3b202304018bc04d200fba982d9e86f5 done [2025-06-12T01:50:40.576Z] #8 exporting config sha256:7825b04bc44a9db49ce5b032930ec2cbe7a45aedbb94d9d814a9b520e5b741a0 done [2025-06-12T01:50:40.576Z] #8 exporting manifest list sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e done [2025-06-12T01:50:40.576Z] #8 pushing layers 0.0s done [2025-06-12T01:50:40.576Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23@sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e 0.1s done [2025-06-12T01:50:40.576Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:40.576Z] #8 DONE 0.1s [2025-06-12T01:50:40.576Z] [2025-06-12T01:50:40.576Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:40.576Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:40.876Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' [2025-06-12T01:50:40.877Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - [2025-06-12T01:50:40.877Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:40.877Z] #1 transferring dockerfile: 210B done [2025-06-12T01:50:40.877Z] #1 DONE 0.0s [2025-06-12T01:50:40.877Z] [2025-06-12T01:50:40.877Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:50:40.877Z] #2 DONE 0.0s [2025-06-12T01:50:40.877Z] [2025-06-12T01:50:40.877Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:50:40.877Z] #3 DONE 0.0s [2025-06-12T01:50:40.877Z] [2025-06-12T01:50:40.877Z] #4 [internal] load .dockerignore [2025-06-12T01:50:40.877Z] #4 transferring context: 2B done [2025-06-12T01:50:40.877Z] #4 DONE 0.0s [2025-06-12T01:50:41.137Z] [2025-06-12T01:50:41.137Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 [2025-06-12T01:50:41.137Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done [2025-06-12T01:50:41.137Z] #5 CACHED [2025-06-12T01:50:41.137Z] [2025-06-12T01:50:41.137Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 [2025-06-12T01:50:41.137Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done [2025-06-12T01:50:41.137Z] #6 CACHED [2025-06-12T01:50:41.137Z] [2025-06-12T01:50:41.137Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:41.137Z] #7 DONE 0.0s [2025-06-12T01:50:41.137Z] [2025-06-12T01:50:41.137Z] #8 exporting to image [2025-06-12T01:50:41.137Z] #8 exporting layers done [2025-06-12T01:50:41.137Z] #8 exporting manifest sha256:61c0613d03cfbf044e444b8ce85f7a2520d428f43dfbd2c418605d3ffea1daa7 done [2025-06-12T01:50:41.137Z] #8 exporting config sha256:9554846a4859f5f392585ea86fb28c04f4ef8f65687084b8b609bc24b2f0a8ba done [2025-06-12T01:50:41.137Z] #8 exporting manifest sha256:8f5e4699a866b8b101cacdc69759596f3b202304018bc04d200fba982d9e86f5 done [2025-06-12T01:50:41.137Z] #8 exporting config sha256:7825b04bc44a9db49ce5b032930ec2cbe7a45aedbb94d9d814a9b520e5b741a0 done [2025-06-12T01:50:41.137Z] #8 exporting manifest list sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e done [2025-06-12T01:50:41.137Z] #8 pushing layers 0.0s done [2025-06-12T01:50:41.137Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e 0.1s done [2025-06-12T01:50:41.137Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:41.137Z] #8 DONE 0.1s [2025-06-12T01:50:41.137Z] [2025-06-12T01:50:41.137Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:41.137Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:41.426Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-06-12T01:50:41.427Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-06-12T01:50:41.427Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:41.427Z] #1 transferring dockerfile: 161B done [2025-06-12T01:50:41.427Z] #1 DONE 0.0s [2025-06-12T01:50:41.427Z] [2025-06-12T01:50:41.427Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-06-12T01:50:41.427Z] #2 DONE 0.0s [2025-06-12T01:50:41.427Z] [2025-06-12T01:50:41.427Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-06-12T01:50:41.427Z] #3 DONE 0.0s [2025-06-12T01:50:41.427Z] [2025-06-12T01:50:41.427Z] #4 [internal] load .dockerignore [2025-06-12T01:50:41.427Z] #4 transferring context: 2B done [2025-06-12T01:50:41.427Z] #4 DONE 0.0s [2025-06-12T01:50:41.427Z] [2025-06-12T01:50:41.427Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 [2025-06-12T01:50:41.427Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done [2025-06-12T01:50:41.427Z] #5 DONE 0.0s [2025-06-12T01:50:41.427Z] [2025-06-12T01:50:41.427Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 [2025-06-12T01:50:41.688Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done [2025-06-12T01:50:41.688Z] #6 CACHED [2025-06-12T01:50:41.688Z] [2025-06-12T01:50:41.688Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 [2025-06-12T01:50:41.688Z] #5 CACHED [2025-06-12T01:50:41.688Z] [2025-06-12T01:50:41.688Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:41.688Z] #7 DONE 0.0s [2025-06-12T01:50:41.688Z] [2025-06-12T01:50:41.688Z] #8 exporting to image [2025-06-12T01:50:41.688Z] #8 exporting layers done [2025-06-12T01:50:41.688Z] #8 exporting manifest sha256:61c0613d03cfbf044e444b8ce85f7a2520d428f43dfbd2c418605d3ffea1daa7 done [2025-06-12T01:50:41.688Z] #8 exporting config sha256:9554846a4859f5f392585ea86fb28c04f4ef8f65687084b8b609bc24b2f0a8ba done [2025-06-12T01:50:41.688Z] #8 exporting manifest sha256:8f5e4699a866b8b101cacdc69759596f3b202304018bc04d200fba982d9e86f5 done [2025-06-12T01:50:41.688Z] #8 exporting config sha256:7825b04bc44a9db49ce5b032930ec2cbe7a45aedbb94d9d814a9b520e5b741a0 done [2025-06-12T01:50:41.688Z] #8 exporting manifest list sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e done [2025-06-12T01:50:41.688Z] #8 pushing layers 0.0s done [2025-06-12T01:50:41.688Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e 0.1s done [2025-06-12T01:50:41.688Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:41.688Z] #8 DONE 0.1s [2025-06-12T01:50:41.688Z] [2025-06-12T01:50:41.688Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:41.688Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:41.979Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 --push - [2025-06-12T01:50:41.979Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4' [2025-06-12T01:50:41.979Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:41.979Z] #1 transferring dockerfile: 216B done [2025-06-12T01:50:41.979Z] #1 DONE 0.0s [2025-06-12T01:50:41.979Z] [2025-06-12T01:50:41.979Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:50:41.979Z] #2 DONE 0.0s [2025-06-12T01:50:41.979Z] [2025-06-12T01:50:41.979Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:50:41.979Z] #3 DONE 0.1s [2025-06-12T01:50:41.979Z] [2025-06-12T01:50:41.979Z] #4 [internal] load .dockerignore [2025-06-12T01:50:42.238Z] #4 transferring context: 2B done [2025-06-12T01:50:42.238Z] #4 DONE 0.0s [2025-06-12T01:50:42.238Z] [2025-06-12T01:50:42.238Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 [2025-06-12T01:50:42.238Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done [2025-06-12T01:50:42.238Z] #5 DONE 0.0s [2025-06-12T01:50:42.238Z] [2025-06-12T01:50:42.238Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 [2025-06-12T01:50:42.238Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done [2025-06-12T01:50:42.806Z] #6 DONE 0.6s [2025-06-12T01:50:42.806Z] [2025-06-12T01:50:42.806Z] #7 exporting to image [2025-06-12T01:50:42.806Z] #7 exporting layers done [2025-06-12T01:50:42.806Z] #7 exporting manifest sha256:dab4d0db6723898baabea165696853188ed52bc6d08fad7811f24e8f0cf69266 0.1s done [2025-06-12T01:50:42.806Z] #7 exporting config sha256:2a4629e6b4f30be0cde1676635eea22dd7edb96a3bacb088974d87d55dd7f8ba 0.0s done [2025-06-12T01:50:42.806Z] #7 exporting manifest sha256:e37315e5e9ec16ce2795708288fcf7713623780d5537e89b3acff9221a6f36b6 0.0s done [2025-06-12T01:50:42.806Z] #7 exporting config sha256:d628478e287c68eabee3ee860bfc5646fb47a2b5c67a0b41a8bd730caa667745 [2025-06-12T01:50:42.806Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:43.066Z] #7 ... [2025-06-12T01:50:43.066Z] [2025-06-12T01:50:43.066Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:43.066Z] #8 DONE 0.0s [2025-06-12T01:50:43.066Z] [2025-06-12T01:50:43.066Z] #7 exporting to image [2025-06-12T01:50:43.066Z] #7 exporting config sha256:d628478e287c68eabee3ee860bfc5646fb47a2b5c67a0b41a8bd730caa667745 done [2025-06-12T01:50:43.066Z] #7 exporting manifest list sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 0.0s done [2025-06-12T01:50:43.066Z] #7 pushing layers 0.1s done [2025-06-12T01:50:43.067Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 [2025-06-12T01:50:43.067Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 0.1s done [2025-06-12T01:50:43.067Z] #7 DONE 0.3s [2025-06-12T01:50:43.327Z] [2025-06-12T01:50:43.327Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:43.327Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:43.617Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-06-12T01:50:43.617Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-06-12T01:50:43.617Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:43.617Z] #1 transferring dockerfile: 182B done [2025-06-12T01:50:43.617Z] #1 DONE 0.0s [2025-06-12T01:50:43.617Z] [2025-06-12T01:50:43.617Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-12T01:50:43.617Z] #2 DONE 0.0s [2025-06-12T01:50:43.617Z] [2025-06-12T01:50:43.617Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-12T01:50:43.617Z] #3 DONE 0.0s [2025-06-12T01:50:43.617Z] [2025-06-12T01:50:43.617Z] #4 [internal] load .dockerignore [2025-06-12T01:50:43.617Z] #4 transferring context: 2B done [2025-06-12T01:50:43.880Z] #4 DONE 0.0s [2025-06-12T01:50:43.880Z] [2025-06-12T01:50:43.880Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 [2025-06-12T01:50:43.880Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done [2025-06-12T01:50:43.880Z] #5 CACHED [2025-06-12T01:50:43.880Z] [2025-06-12T01:50:43.880Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 [2025-06-12T01:50:43.880Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done [2025-06-12T01:50:43.880Z] #6 CACHED [2025-06-12T01:50:43.880Z] [2025-06-12T01:50:43.880Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:43.880Z] #7 DONE 0.0s [2025-06-12T01:50:43.880Z] [2025-06-12T01:50:43.880Z] #8 exporting to image [2025-06-12T01:50:43.880Z] #8 exporting layers done [2025-06-12T01:50:43.880Z] #8 exporting manifest sha256:dab4d0db6723898baabea165696853188ed52bc6d08fad7811f24e8f0cf69266 done [2025-06-12T01:50:43.880Z] #8 exporting config sha256:2a4629e6b4f30be0cde1676635eea22dd7edb96a3bacb088974d87d55dd7f8ba done [2025-06-12T01:50:43.880Z] #8 exporting manifest sha256:e37315e5e9ec16ce2795708288fcf7713623780d5537e89b3acff9221a6f36b6 done [2025-06-12T01:50:43.880Z] #8 exporting config sha256:d628478e287c68eabee3ee860bfc5646fb47a2b5c67a0b41a8bd730caa667745 done [2025-06-12T01:50:43.880Z] #8 exporting manifest list sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 done [2025-06-12T01:50:43.880Z] #8 pushing layers 0.0s done [2025-06-12T01:50:43.880Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 [2025-06-12T01:50:43.880Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:43.880Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 0.1s done [2025-06-12T01:50:43.880Z] #8 DONE 0.1s [2025-06-12T01:50:43.880Z] [2025-06-12T01:50:43.880Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:43.880Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:44.182Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23' [2025-06-12T01:50:44.182Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 --push - [2025-06-12T01:50:44.182Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:44.182Z] #1 transferring dockerfile: 188B done [2025-06-12T01:50:44.182Z] #1 DONE 0.0s [2025-06-12T01:50:44.182Z] [2025-06-12T01:50:44.182Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 [2025-06-12T01:50:44.182Z] #2 DONE 0.0s [2025-06-12T01:50:44.182Z] [2025-06-12T01:50:44.182Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 [2025-06-12T01:50:44.182Z] #3 DONE 0.0s [2025-06-12T01:50:44.182Z] [2025-06-12T01:50:44.182Z] #4 [internal] load .dockerignore [2025-06-12T01:50:44.182Z] #4 transferring context: 2B done [2025-06-12T01:50:44.182Z] #4 DONE 0.0s [2025-06-12T01:50:44.440Z] [2025-06-12T01:50:44.440Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 [2025-06-12T01:50:44.440Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done [2025-06-12T01:50:44.440Z] #5 CACHED [2025-06-12T01:50:44.440Z] [2025-06-12T01:50:44.440Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 [2025-06-12T01:50:44.440Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done [2025-06-12T01:50:44.440Z] #6 CACHED [2025-06-12T01:50:44.440Z] [2025-06-12T01:50:44.440Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:44.440Z] #7 DONE 0.0s [2025-06-12T01:50:44.440Z] [2025-06-12T01:50:44.440Z] #8 exporting to image [2025-06-12T01:50:44.440Z] #8 exporting layers done [2025-06-12T01:50:44.440Z] #8 exporting manifest sha256:dab4d0db6723898baabea165696853188ed52bc6d08fad7811f24e8f0cf69266 done [2025-06-12T01:50:44.440Z] #8 exporting config sha256:2a4629e6b4f30be0cde1676635eea22dd7edb96a3bacb088974d87d55dd7f8ba done [2025-06-12T01:50:44.440Z] #8 exporting manifest sha256:e37315e5e9ec16ce2795708288fcf7713623780d5537e89b3acff9221a6f36b6 done [2025-06-12T01:50:44.440Z] #8 exporting config sha256:d628478e287c68eabee3ee860bfc5646fb47a2b5c67a0b41a8bd730caa667745 done [2025-06-12T01:50:44.440Z] #8 exporting manifest list sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 done [2025-06-12T01:50:44.440Z] #8 pushing layers 0.0s done [2025-06-12T01:50:44.440Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23@sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 [2025-06-12T01:50:44.440Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:44.440Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23@sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 0.1s done [2025-06-12T01:50:44.440Z] #8 DONE 0.1s [2025-06-12T01:50:44.440Z] [2025-06-12T01:50:44.440Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:44.440Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:44.733Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - [2025-06-12T01:50:44.733Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' [2025-06-12T01:50:44.991Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:44.991Z] #1 transferring dockerfile: 229B done [2025-06-12T01:50:44.991Z] #1 DONE 0.0s [2025-06-12T01:50:44.991Z] [2025-06-12T01:50:44.991Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:50:44.991Z] #2 DONE 0.0s [2025-06-12T01:50:44.991Z] [2025-06-12T01:50:44.991Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:50:44.991Z] #3 DONE 0.0s [2025-06-12T01:50:44.991Z] [2025-06-12T01:50:44.991Z] #4 [internal] load .dockerignore [2025-06-12T01:50:44.991Z] #4 transferring context: 2B done [2025-06-12T01:50:44.991Z] #4 DONE 0.0s [2025-06-12T01:50:44.991Z] [2025-06-12T01:50:44.991Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 [2025-06-12T01:50:44.991Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done [2025-06-12T01:50:44.991Z] #5 DONE 0.0s [2025-06-12T01:50:44.991Z] [2025-06-12T01:50:44.991Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 [2025-06-12T01:50:44.991Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done [2025-06-12T01:50:44.991Z] #6 CACHED [2025-06-12T01:50:44.991Z] [2025-06-12T01:50:44.991Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 [2025-06-12T01:50:44.991Z] #5 CACHED [2025-06-12T01:50:44.991Z] [2025-06-12T01:50:44.991Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:44.991Z] #7 DONE 0.0s [2025-06-12T01:50:44.991Z] [2025-06-12T01:50:44.991Z] #8 exporting to image [2025-06-12T01:50:44.991Z] #8 exporting layers done [2025-06-12T01:50:44.991Z] #8 exporting manifest sha256:dab4d0db6723898baabea165696853188ed52bc6d08fad7811f24e8f0cf69266 done [2025-06-12T01:50:44.991Z] #8 exporting config sha256:2a4629e6b4f30be0cde1676635eea22dd7edb96a3bacb088974d87d55dd7f8ba done [2025-06-12T01:50:44.991Z] #8 exporting manifest sha256:e37315e5e9ec16ce2795708288fcf7713623780d5537e89b3acff9221a6f36b6 done [2025-06-12T01:50:44.991Z] #8 exporting config sha256:d628478e287c68eabee3ee860bfc5646fb47a2b5c67a0b41a8bd730caa667745 done [2025-06-12T01:50:44.991Z] #8 exporting manifest list sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 done [2025-06-12T01:50:44.991Z] #8 pushing layers 0.0s done [2025-06-12T01:50:44.991Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 0.1s done [2025-06-12T01:50:44.992Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:44.992Z] #8 DONE 0.1s [2025-06-12T01:50:44.992Z] [2025-06-12T01:50:44.992Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:44.992Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:45.280Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-06-12T01:50:45.280Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-06-12T01:50:45.280Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:45.280Z] #1 transferring dockerfile: 180B done [2025-06-12T01:50:45.280Z] #1 DONE 0.0s [2025-06-12T01:50:45.280Z] [2025-06-12T01:50:45.280Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-12T01:50:45.280Z] #2 DONE 0.0s [2025-06-12T01:50:45.280Z] [2025-06-12T01:50:45.280Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-12T01:50:45.280Z] #3 DONE 0.0s [2025-06-12T01:50:45.280Z] [2025-06-12T01:50:45.280Z] #4 [internal] load .dockerignore [2025-06-12T01:50:45.280Z] #4 transferring context: 2B done [2025-06-12T01:50:45.280Z] #4 DONE 0.0s [2025-06-12T01:50:45.540Z] [2025-06-12T01:50:45.540Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 [2025-06-12T01:50:45.540Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done [2025-06-12T01:50:45.540Z] #5 CACHED [2025-06-12T01:50:45.540Z] [2025-06-12T01:50:45.540Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 [2025-06-12T01:50:45.540Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done [2025-06-12T01:50:45.540Z] #6 CACHED [2025-06-12T01:50:45.540Z] [2025-06-12T01:50:45.540Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:45.540Z] #7 DONE 0.0s [2025-06-12T01:50:45.540Z] [2025-06-12T01:50:45.540Z] #8 exporting to image [2025-06-12T01:50:45.540Z] #8 exporting layers done [2025-06-12T01:50:45.540Z] #8 exporting manifest sha256:dab4d0db6723898baabea165696853188ed52bc6d08fad7811f24e8f0cf69266 done [2025-06-12T01:50:45.540Z] #8 exporting config sha256:2a4629e6b4f30be0cde1676635eea22dd7edb96a3bacb088974d87d55dd7f8ba done [2025-06-12T01:50:45.540Z] #8 exporting manifest sha256:e37315e5e9ec16ce2795708288fcf7713623780d5537e89b3acff9221a6f36b6 done [2025-06-12T01:50:45.540Z] #8 exporting config sha256:d628478e287c68eabee3ee860bfc5646fb47a2b5c67a0b41a8bd730caa667745 done [2025-06-12T01:50:45.540Z] #8 exporting manifest list sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 done [2025-06-12T01:50:45.540Z] #8 pushing layers 0.0s done [2025-06-12T01:50:45.540Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 0.1s done [2025-06-12T01:50:45.540Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:45.540Z] #8 DONE 0.1s [2025-06-12T01:50:45.540Z] [2025-06-12T01:50:45.540Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:45.540Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:45.837Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4' [2025-06-12T01:50:45.837Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4 --push - [2025-06-12T01:50:46.096Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:46.096Z] #1 transferring dockerfile: 194B done [2025-06-12T01:50:46.096Z] #1 DONE 0.0s [2025-06-12T01:50:46.096Z] [2025-06-12T01:50:46.096Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:50:46.096Z] #2 DONE 0.0s [2025-06-12T01:50:46.096Z] [2025-06-12T01:50:46.096Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:50:46.096Z] #3 DONE 0.1s [2025-06-12T01:50:46.096Z] [2025-06-12T01:50:46.096Z] #4 [internal] load .dockerignore [2025-06-12T01:50:46.096Z] #4 transferring context: [2025-06-12T01:50:46.096Z] #4 transferring context: 2B done [2025-06-12T01:50:46.096Z] #4 DONE 0.0s [2025-06-12T01:50:46.096Z] [2025-06-12T01:50:46.096Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 [2025-06-12T01:50:46.096Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.0s done [2025-06-12T01:50:46.096Z] #5 DONE 0.0s [2025-06-12T01:50:46.096Z] [2025-06-12T01:50:46.096Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 [2025-06-12T01:50:46.096Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.0s done [2025-06-12T01:50:46.096Z] #6 DONE 0.1s [2025-06-12T01:50:46.356Z] [2025-06-12T01:50:46.356Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:46.356Z] #7 DONE 0.0s [2025-06-12T01:50:46.356Z] [2025-06-12T01:50:46.356Z] #8 exporting to image [2025-06-12T01:50:46.356Z] #8 exporting layers done [2025-06-12T01:50:46.356Z] #8 exporting manifest sha256:2769a46682b543f0b4bed8911e4043832998e0e74ed6e8bfe5df359300fc16d8 done [2025-06-12T01:50:46.356Z] #8 exporting config sha256:e18c79576b1e610f6a4646c1fb8cdc81c7da9c45795c5a97c243104a94860c05 done [2025-06-12T01:50:46.356Z] #8 exporting manifest sha256:8ed389dea5bad047a19a9df00596121a2d77478d3b05dcbc67370a2a2bf4c495 0.0s done [2025-06-12T01:50:46.356Z] #8 exporting config sha256:ee7bd15cf13505e5f290bef9e55db3dd9b724c98a82343b4c134fb01e27b1b08 done [2025-06-12T01:50:46.356Z] #8 exporting manifest list sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 done [2025-06-12T01:50:46.356Z] #8 pushing layers 0.1s done [2025-06-12T01:50:46.356Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 [2025-06-12T01:50:46.356Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:46.356Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 0.1s done [2025-06-12T01:50:46.356Z] #8 DONE 0.2s [2025-06-12T01:50:46.356Z] [2025-06-12T01:50:46.356Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:46.356Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:46.637Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-06-12T01:50:46.637Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-06-12T01:50:46.895Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:46.895Z] #1 transferring dockerfile: 160B done [2025-06-12T01:50:46.895Z] #1 DONE 0.0s [2025-06-12T01:50:46.895Z] [2025-06-12T01:50:46.895Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-12T01:50:46.895Z] #2 DONE 0.0s [2025-06-12T01:50:46.895Z] [2025-06-12T01:50:46.895Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-12T01:50:46.895Z] #3 DONE 0.0s [2025-06-12T01:50:46.895Z] [2025-06-12T01:50:46.895Z] #4 [internal] load .dockerignore [2025-06-12T01:50:46.895Z] #4 transferring context: 2B done [2025-06-12T01:50:46.895Z] #4 DONE 0.0s [2025-06-12T01:50:46.895Z] [2025-06-12T01:50:46.895Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 [2025-06-12T01:50:46.895Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.0s done [2025-06-12T01:50:46.895Z] #5 CACHED [2025-06-12T01:50:46.895Z] [2025-06-12T01:50:46.895Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 [2025-06-12T01:50:46.895Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.0s done [2025-06-12T01:50:46.895Z] #6 CACHED [2025-06-12T01:50:46.895Z] [2025-06-12T01:50:46.895Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:46.896Z] #7 DONE 0.0s [2025-06-12T01:50:46.896Z] [2025-06-12T01:50:46.896Z] #8 exporting to image [2025-06-12T01:50:46.896Z] #8 exporting layers done [2025-06-12T01:50:46.896Z] #8 exporting manifest sha256:2769a46682b543f0b4bed8911e4043832998e0e74ed6e8bfe5df359300fc16d8 done [2025-06-12T01:50:46.896Z] #8 exporting config sha256:e18c79576b1e610f6a4646c1fb8cdc81c7da9c45795c5a97c243104a94860c05 done [2025-06-12T01:50:46.896Z] #8 exporting manifest sha256:8ed389dea5bad047a19a9df00596121a2d77478d3b05dcbc67370a2a2bf4c495 done [2025-06-12T01:50:46.896Z] #8 exporting config sha256:ee7bd15cf13505e5f290bef9e55db3dd9b724c98a82343b4c134fb01e27b1b08 done [2025-06-12T01:50:46.896Z] #8 exporting manifest list sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 done [2025-06-12T01:50:46.896Z] #8 pushing layers 0.0s done [2025-06-12T01:50:46.896Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 0.1s done [2025-06-12T01:50:46.896Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:46.896Z] #8 DONE 0.1s [2025-06-12T01:50:46.896Z] [2025-06-12T01:50:46.896Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:46.896Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:47.179Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23' [2025-06-12T01:50:47.179Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 --push - [2025-06-12T01:50:47.439Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:47.439Z] #1 transferring dockerfile: 166B done [2025-06-12T01:50:47.439Z] #1 DONE 0.0s [2025-06-12T01:50:47.439Z] [2025-06-12T01:50:47.439Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 [2025-06-12T01:50:47.439Z] #2 DONE 0.0s [2025-06-12T01:50:47.439Z] [2025-06-12T01:50:47.439Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 [2025-06-12T01:50:47.439Z] #3 DONE 0.0s [2025-06-12T01:50:47.439Z] [2025-06-12T01:50:47.439Z] #4 [internal] load .dockerignore [2025-06-12T01:50:47.439Z] #4 transferring context: 2B done [2025-06-12T01:50:47.439Z] #4 DONE 0.0s [2025-06-12T01:50:47.439Z] [2025-06-12T01:50:47.439Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 [2025-06-12T01:50:47.439Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.0s done [2025-06-12T01:50:47.439Z] #5 CACHED [2025-06-12T01:50:47.439Z] [2025-06-12T01:50:47.439Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 [2025-06-12T01:50:47.439Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.0s done [2025-06-12T01:50:47.439Z] #6 CACHED [2025-06-12T01:50:47.439Z] [2025-06-12T01:50:47.439Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:47.439Z] #7 DONE 0.0s [2025-06-12T01:50:47.439Z] [2025-06-12T01:50:47.439Z] #8 exporting to image [2025-06-12T01:50:47.439Z] #8 exporting layers done [2025-06-12T01:50:47.439Z] #8 exporting manifest sha256:2769a46682b543f0b4bed8911e4043832998e0e74ed6e8bfe5df359300fc16d8 done [2025-06-12T01:50:47.439Z] #8 exporting config sha256:e18c79576b1e610f6a4646c1fb8cdc81c7da9c45795c5a97c243104a94860c05 done [2025-06-12T01:50:47.439Z] #8 exporting manifest sha256:8ed389dea5bad047a19a9df00596121a2d77478d3b05dcbc67370a2a2bf4c495 done [2025-06-12T01:50:47.439Z] #8 exporting config sha256:ee7bd15cf13505e5f290bef9e55db3dd9b724c98a82343b4c134fb01e27b1b08 done [2025-06-12T01:50:47.439Z] #8 exporting manifest list sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 done [2025-06-12T01:50:47.439Z] #8 pushing layers 0.0s done [2025-06-12T01:50:47.439Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23@sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 0.1s done [2025-06-12T01:50:47.439Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:47.439Z] #8 DONE 0.1s [2025-06-12T01:50:47.439Z] [2025-06-12T01:50:47.439Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:47.439Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:47.724Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' [2025-06-12T01:50:47.724Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - [2025-06-12T01:50:47.724Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:47.724Z] #1 transferring dockerfile: 207B done [2025-06-12T01:50:47.724Z] #1 DONE 0.0s [2025-06-12T01:50:47.724Z] [2025-06-12T01:50:47.724Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:50:47.724Z] #2 DONE 0.0s [2025-06-12T01:50:47.724Z] [2025-06-12T01:50:47.724Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:50:47.724Z] #3 DONE 0.0s [2025-06-12T01:50:47.724Z] [2025-06-12T01:50:47.724Z] #4 [internal] load .dockerignore [2025-06-12T01:50:47.724Z] #4 transferring context: 2B done [2025-06-12T01:50:47.724Z] #4 DONE 0.0s [2025-06-12T01:50:47.983Z] [2025-06-12T01:50:47.983Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 [2025-06-12T01:50:47.983Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.0s done [2025-06-12T01:50:47.983Z] #5 CACHED [2025-06-12T01:50:47.983Z] [2025-06-12T01:50:47.983Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 [2025-06-12T01:50:47.983Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.0s done [2025-06-12T01:50:47.983Z] #6 CACHED [2025-06-12T01:50:47.983Z] [2025-06-12T01:50:47.983Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:47.983Z] #7 DONE 0.0s [2025-06-12T01:50:47.983Z] [2025-06-12T01:50:47.983Z] #8 exporting to image [2025-06-12T01:50:47.983Z] #8 exporting layers done [2025-06-12T01:50:47.983Z] #8 exporting manifest sha256:2769a46682b543f0b4bed8911e4043832998e0e74ed6e8bfe5df359300fc16d8 done [2025-06-12T01:50:47.983Z] #8 exporting config sha256:e18c79576b1e610f6a4646c1fb8cdc81c7da9c45795c5a97c243104a94860c05 done [2025-06-12T01:50:47.983Z] #8 exporting manifest sha256:8ed389dea5bad047a19a9df00596121a2d77478d3b05dcbc67370a2a2bf4c495 done [2025-06-12T01:50:47.983Z] #8 exporting config sha256:ee7bd15cf13505e5f290bef9e55db3dd9b724c98a82343b4c134fb01e27b1b08 done [2025-06-12T01:50:47.983Z] #8 exporting manifest list sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 done [2025-06-12T01:50:47.983Z] #8 pushing layers 0.0s done [2025-06-12T01:50:47.983Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 0.1s done [2025-06-12T01:50:47.983Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:47.983Z] #8 DONE 0.1s [2025-06-12T01:50:47.983Z] [2025-06-12T01:50:47.983Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:47.983Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:48.275Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-06-12T01:50:48.275Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-06-12T01:50:48.845Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:48.845Z] #1 transferring dockerfile: [2025-06-12T01:50:49.106Z] #1 transferring dockerfile: 158B done [2025-06-12T01:50:49.106Z] #1 DONE 0.2s [2025-06-12T01:50:49.106Z] [2025-06-12T01:50:49.106Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-06-12T01:50:49.106Z] #2 DONE 0.1s [2025-06-12T01:50:49.106Z] [2025-06-12T01:50:49.106Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-06-12T01:50:49.106Z] #3 DONE 0.1s [2025-06-12T01:50:49.106Z] [2025-06-12T01:50:49.106Z] #4 [internal] load .dockerignore [2025-06-12T01:50:49.106Z] #4 transferring context: 2B done [2025-06-12T01:50:49.106Z] #4 DONE 0.1s [2025-06-12T01:50:49.366Z] [2025-06-12T01:50:49.366Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 [2025-06-12T01:50:49.366Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.0s done [2025-06-12T01:50:49.366Z] #5 CACHED [2025-06-12T01:50:49.366Z] [2025-06-12T01:50:49.366Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 [2025-06-12T01:50:49.366Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.1s done [2025-06-12T01:50:49.366Z] #6 CACHED [2025-06-12T01:50:49.366Z] [2025-06-12T01:50:49.366Z] #7 exporting to image [2025-06-12T01:50:49.366Z] #7 exporting layers done [2025-06-12T01:50:49.366Z] #7 exporting manifest sha256:2769a46682b543f0b4bed8911e4043832998e0e74ed6e8bfe5df359300fc16d8 done [2025-06-12T01:50:49.366Z] #7 exporting config sha256:e18c79576b1e610f6a4646c1fb8cdc81c7da9c45795c5a97c243104a94860c05 done [2025-06-12T01:50:49.366Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:49.366Z] #7 ... [2025-06-12T01:50:49.366Z] [2025-06-12T01:50:49.366Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:49.366Z] #8 DONE 0.0s [2025-06-12T01:50:49.366Z] [2025-06-12T01:50:49.366Z] #7 exporting to image [2025-06-12T01:50:49.366Z] #7 exporting manifest sha256:8ed389dea5bad047a19a9df00596121a2d77478d3b05dcbc67370a2a2bf4c495 0.0s done [2025-06-12T01:50:49.366Z] #7 exporting config sha256:ee7bd15cf13505e5f290bef9e55db3dd9b724c98a82343b4c134fb01e27b1b08 0.0s done [2025-06-12T01:50:49.366Z] #7 exporting manifest list sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 0.0s done [2025-06-12T01:50:49.366Z] #7 pushing layers 0.0s done [2025-06-12T01:50:49.366Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 [2025-06-12T01:50:49.626Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 0.1s done [2025-06-12T01:50:49.626Z] #7 DONE 0.2s [2025-06-12T01:50:49.887Z] [2025-06-12T01:50:49.887Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:49.887Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:50.175Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4' [2025-06-12T01:50:50.175Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4 --push - [2025-06-12T01:50:50.435Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:50.435Z] #1 transferring dockerfile: [2025-06-12T01:50:50.697Z] #1 transferring dockerfile: 196B done [2025-06-12T01:50:50.697Z] #1 DONE 0.1s [2025-06-12T01:50:50.697Z] [2025-06-12T01:50:50.697Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:50:50.697Z] #2 DONE 0.2s [2025-06-12T01:50:50.697Z] [2025-06-12T01:50:50.697Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:50:50.697Z] #3 DONE 0.2s [2025-06-12T01:50:50.697Z] [2025-06-12T01:50:50.697Z] #4 [internal] load .dockerignore [2025-06-12T01:50:50.697Z] #4 transferring context: 2B done [2025-06-12T01:50:50.697Z] #4 DONE 0.1s [2025-06-12T01:50:50.962Z] [2025-06-12T01:50:50.962Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 [2025-06-12T01:50:50.962Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 0.0s done [2025-06-12T01:50:50.962Z] #5 DONE 0.0s [2025-06-12T01:50:50.962Z] [2025-06-12T01:50:50.962Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 [2025-06-12T01:50:50.962Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 0.0s done [2025-06-12T01:50:51.224Z] #6 DONE 0.4s [2025-06-12T01:50:51.224Z] [2025-06-12T01:50:51.224Z] #7 exporting to image [2025-06-12T01:50:51.224Z] #7 exporting layers done [2025-06-12T01:50:51.224Z] #7 exporting manifest sha256:c117db01e34304d95a1b9806fb480c3810994cab4b0b7583b0e5ff7429f68d7b 0.1s done [2025-06-12T01:50:51.224Z] #7 exporting config sha256:3f41aa606e83514161a0cd46ea0dff2464ef3dd69db5fd9ef876574f58f33228 0.0s done [2025-06-12T01:50:51.224Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:51.484Z] #7 exporting manifest sha256:09725ab67be2ee01afadf1cbca788a628859b6a991c38d75be76720d1750fa53 0.0s done [2025-06-12T01:50:51.484Z] #7 exporting config sha256:bd00929f113005f6e664901d6839d25cf8e00f0b96f9efb0fac154b478d04324 [2025-06-12T01:50:51.484Z] #7 exporting config sha256:bd00929f113005f6e664901d6839d25cf8e00f0b96f9efb0fac154b478d04324 0.1s done [2025-06-12T01:50:51.484Z] #7 exporting manifest list sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 0.1s done [2025-06-12T01:50:51.484Z] #7 pushing layers [2025-06-12T01:50:51.744Z] #7 ... [2025-06-12T01:50:51.744Z] [2025-06-12T01:50:51.744Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:51.744Z] #8 DONE 0.0s [2025-06-12T01:50:51.744Z] [2025-06-12T01:50:51.744Z] #7 exporting to image [2025-06-12T01:50:51.744Z] #7 pushing layers 0.1s done [2025-06-12T01:50:51.744Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 [2025-06-12T01:50:51.744Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 0.1s done [2025-06-12T01:50:51.744Z] #7 DONE 0.5s [2025-06-12T01:50:51.744Z] [2025-06-12T01:50:51.744Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:51.744Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:52.027Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-06-12T01:50:52.027Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-06-12T01:50:52.285Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:52.285Z] #1 transferring dockerfile: 162B done [2025-06-12T01:50:52.285Z] #1 DONE 0.0s [2025-06-12T01:50:52.285Z] [2025-06-12T01:50:52.285Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-12T01:50:52.285Z] #2 DONE 0.0s [2025-06-12T01:50:52.285Z] [2025-06-12T01:50:52.285Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-12T01:50:52.285Z] #3 DONE 0.0s [2025-06-12T01:50:52.285Z] [2025-06-12T01:50:52.285Z] #4 [internal] load .dockerignore [2025-06-12T01:50:52.285Z] #4 transferring context: 2B done [2025-06-12T01:50:52.285Z] #4 DONE 0.0s [2025-06-12T01:50:52.285Z] [2025-06-12T01:50:52.285Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 [2025-06-12T01:50:52.285Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 0.0s done [2025-06-12T01:50:52.285Z] #5 CACHED [2025-06-12T01:50:52.285Z] [2025-06-12T01:50:52.285Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 [2025-06-12T01:50:52.285Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 0.0s done [2025-06-12T01:50:52.285Z] #6 CACHED [2025-06-12T01:50:52.285Z] [2025-06-12T01:50:52.285Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:52.285Z] #7 DONE 0.0s [2025-06-12T01:50:52.285Z] [2025-06-12T01:50:52.285Z] #8 exporting to image [2025-06-12T01:50:52.285Z] #8 exporting layers done [2025-06-12T01:50:52.285Z] #8 exporting manifest sha256:c117db01e34304d95a1b9806fb480c3810994cab4b0b7583b0e5ff7429f68d7b done [2025-06-12T01:50:52.285Z] #8 exporting config sha256:3f41aa606e83514161a0cd46ea0dff2464ef3dd69db5fd9ef876574f58f33228 done [2025-06-12T01:50:52.285Z] #8 exporting manifest sha256:09725ab67be2ee01afadf1cbca788a628859b6a991c38d75be76720d1750fa53 done [2025-06-12T01:50:52.285Z] #8 exporting config sha256:bd00929f113005f6e664901d6839d25cf8e00f0b96f9efb0fac154b478d04324 done [2025-06-12T01:50:52.285Z] #8 exporting manifest list sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 done [2025-06-12T01:50:52.285Z] #8 pushing layers 0.0s done [2025-06-12T01:50:52.285Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 [2025-06-12T01:50:52.285Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:52.285Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 0.1s done [2025-06-12T01:50:52.285Z] #8 DONE 0.1s [2025-06-12T01:50:52.285Z] [2025-06-12T01:50:52.285Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:52.285Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:52.580Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23' [2025-06-12T01:50:52.580Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 --push - [2025-06-12T01:50:52.580Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:52.580Z] #1 transferring dockerfile: 168B done [2025-06-12T01:50:52.580Z] #1 DONE 0.0s [2025-06-12T01:50:52.580Z] [2025-06-12T01:50:52.580Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 [2025-06-12T01:50:52.580Z] #2 DONE 0.0s [2025-06-12T01:50:52.580Z] [2025-06-12T01:50:52.580Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 [2025-06-12T01:50:52.580Z] #3 DONE 0.0s [2025-06-12T01:50:52.580Z] [2025-06-12T01:50:52.580Z] #4 [internal] load .dockerignore [2025-06-12T01:50:52.580Z] #4 transferring context: 2B done [2025-06-12T01:50:52.580Z] #4 DONE 0.0s [2025-06-12T01:50:52.841Z] [2025-06-12T01:50:52.841Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 [2025-06-12T01:50:52.841Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 0.0s done [2025-06-12T01:50:52.841Z] #5 CACHED [2025-06-12T01:50:52.841Z] [2025-06-12T01:50:52.841Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 [2025-06-12T01:50:52.841Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 0.0s done [2025-06-12T01:50:52.841Z] #6 CACHED [2025-06-12T01:50:52.841Z] [2025-06-12T01:50:52.841Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:52.841Z] #7 DONE 0.0s [2025-06-12T01:50:52.841Z] [2025-06-12T01:50:52.841Z] #8 exporting to image [2025-06-12T01:50:52.841Z] #8 exporting layers done [2025-06-12T01:50:52.841Z] #8 exporting manifest sha256:c117db01e34304d95a1b9806fb480c3810994cab4b0b7583b0e5ff7429f68d7b done [2025-06-12T01:50:52.841Z] #8 exporting config sha256:3f41aa606e83514161a0cd46ea0dff2464ef3dd69db5fd9ef876574f58f33228 done [2025-06-12T01:50:52.841Z] #8 exporting manifest sha256:09725ab67be2ee01afadf1cbca788a628859b6a991c38d75be76720d1750fa53 done [2025-06-12T01:50:52.841Z] #8 exporting config sha256:bd00929f113005f6e664901d6839d25cf8e00f0b96f9efb0fac154b478d04324 done [2025-06-12T01:50:52.841Z] #8 exporting manifest list sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 done [2025-06-12T01:50:52.841Z] #8 pushing layers 0.0s done [2025-06-12T01:50:52.841Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23@sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 0.1s done [2025-06-12T01:50:52.841Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:52.841Z] #8 DONE 0.1s [2025-06-12T01:50:52.841Z] [2025-06-12T01:50:52.841Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:52.841Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:53.134Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' [2025-06-12T01:50:53.134Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - [2025-06-12T01:50:53.134Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:53.134Z] #1 transferring dockerfile: 209B done [2025-06-12T01:50:53.134Z] #1 DONE 0.0s [2025-06-12T01:50:53.134Z] [2025-06-12T01:50:53.134Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:50:53.134Z] #2 DONE 0.0s [2025-06-12T01:50:53.134Z] [2025-06-12T01:50:53.134Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:50:53.134Z] #3 DONE 0.0s [2025-06-12T01:50:53.134Z] [2025-06-12T01:50:53.134Z] #4 [internal] load .dockerignore [2025-06-12T01:50:53.134Z] #4 transferring context: 2B done [2025-06-12T01:50:53.134Z] #4 DONE 0.0s [2025-06-12T01:50:53.134Z] [2025-06-12T01:50:53.134Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 [2025-06-12T01:50:53.134Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 done [2025-06-12T01:50:53.134Z] #5 DONE 0.0s [2025-06-12T01:50:53.134Z] [2025-06-12T01:50:53.134Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 [2025-06-12T01:50:53.394Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 0.0s done [2025-06-12T01:50:53.394Z] #6 CACHED [2025-06-12T01:50:53.394Z] [2025-06-12T01:50:53.394Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 [2025-06-12T01:50:53.394Z] #5 CACHED [2025-06-12T01:50:53.394Z] [2025-06-12T01:50:53.394Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:53.394Z] #7 DONE 0.0s [2025-06-12T01:50:53.394Z] [2025-06-12T01:50:53.394Z] #8 exporting to image [2025-06-12T01:50:53.394Z] #8 exporting layers done [2025-06-12T01:50:53.394Z] #8 exporting manifest sha256:c117db01e34304d95a1b9806fb480c3810994cab4b0b7583b0e5ff7429f68d7b done [2025-06-12T01:50:53.394Z] #8 exporting config sha256:3f41aa606e83514161a0cd46ea0dff2464ef3dd69db5fd9ef876574f58f33228 done [2025-06-12T01:50:53.394Z] #8 exporting manifest sha256:09725ab67be2ee01afadf1cbca788a628859b6a991c38d75be76720d1750fa53 done [2025-06-12T01:50:53.394Z] #8 exporting config sha256:bd00929f113005f6e664901d6839d25cf8e00f0b96f9efb0fac154b478d04324 done [2025-06-12T01:50:53.394Z] #8 exporting manifest list sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 done [2025-06-12T01:50:53.394Z] #8 pushing layers 0.0s done [2025-06-12T01:50:53.394Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 0.1s done [2025-06-12T01:50:53.394Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:53.394Z] #8 DONE 0.1s [2025-06-12T01:50:53.394Z] [2025-06-12T01:50:53.394Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:53.394Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:53.683Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-06-12T01:50:53.683Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-06-12T01:50:53.942Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:53.942Z] #1 transferring dockerfile: 160B done [2025-06-12T01:50:53.942Z] #1 DONE 0.0s [2025-06-12T01:50:53.942Z] [2025-06-12T01:50:53.942Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-12T01:50:53.942Z] #2 DONE 0.0s [2025-06-12T01:50:53.942Z] [2025-06-12T01:50:53.942Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-12T01:50:53.942Z] #3 DONE 0.0s [2025-06-12T01:50:53.942Z] [2025-06-12T01:50:53.942Z] #4 [internal] load .dockerignore [2025-06-12T01:50:53.942Z] #4 transferring context: 2B done [2025-06-12T01:50:53.942Z] #4 DONE 0.0s [2025-06-12T01:50:53.942Z] [2025-06-12T01:50:53.942Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 [2025-06-12T01:50:53.942Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 0.0s done [2025-06-12T01:50:53.942Z] #5 DONE 0.0s [2025-06-12T01:50:53.942Z] [2025-06-12T01:50:53.942Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 [2025-06-12T01:50:53.942Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 0.0s done [2025-06-12T01:50:53.942Z] #6 CACHED [2025-06-12T01:50:53.942Z] [2025-06-12T01:50:53.942Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 [2025-06-12T01:50:53.942Z] #5 CACHED [2025-06-12T01:50:53.942Z] [2025-06-12T01:50:53.942Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:53.942Z] #7 DONE 0.0s [2025-06-12T01:50:53.942Z] [2025-06-12T01:50:53.942Z] #8 exporting to image [2025-06-12T01:50:53.942Z] #8 exporting layers done [2025-06-12T01:50:53.942Z] #8 exporting manifest sha256:c117db01e34304d95a1b9806fb480c3810994cab4b0b7583b0e5ff7429f68d7b done [2025-06-12T01:50:53.942Z] #8 exporting config sha256:3f41aa606e83514161a0cd46ea0dff2464ef3dd69db5fd9ef876574f58f33228 done [2025-06-12T01:50:53.942Z] #8 exporting manifest sha256:09725ab67be2ee01afadf1cbca788a628859b6a991c38d75be76720d1750fa53 done [2025-06-12T01:50:53.942Z] #8 exporting config sha256:bd00929f113005f6e664901d6839d25cf8e00f0b96f9efb0fac154b478d04324 done [2025-06-12T01:50:53.942Z] #8 exporting manifest list sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 done [2025-06-12T01:50:53.942Z] #8 pushing layers 0.0s done [2025-06-12T01:50:53.942Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 0.1s done [2025-06-12T01:50:53.942Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:53.942Z] #8 DONE 0.1s [2025-06-12T01:50:53.942Z] [2025-06-12T01:50:53.942Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:53.942Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:54.234Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4' [2025-06-12T01:50:54.234Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4 --push - [2025-06-12T01:50:54.234Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:54.234Z] #1 transferring dockerfile: 198B done [2025-06-12T01:50:54.234Z] #1 DONE 0.0s [2025-06-12T01:50:54.234Z] [2025-06-12T01:50:54.234Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:50:54.234Z] #2 DONE 0.0s [2025-06-12T01:50:54.234Z] [2025-06-12T01:50:54.234Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:50:54.234Z] #3 DONE 0.0s [2025-06-12T01:50:54.234Z] [2025-06-12T01:50:54.234Z] #4 [internal] load .dockerignore [2025-06-12T01:50:54.234Z] #4 transferring context: 2B done [2025-06-12T01:50:54.234Z] #4 DONE 0.0s [2025-06-12T01:50:54.494Z] [2025-06-12T01:50:54.494Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e [2025-06-12T01:50:54.494Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e [2025-06-12T01:50:54.494Z] #5 ... [2025-06-12T01:50:54.494Z] [2025-06-12T01:50:54.494Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e [2025-06-12T01:50:54.494Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 0.0s done [2025-06-12T01:50:54.494Z] #6 DONE 0.1s [2025-06-12T01:50:54.494Z] [2025-06-12T01:50:54.494Z] #7 exporting to image [2025-06-12T01:50:54.494Z] #7 exporting layers done [2025-06-12T01:50:54.494Z] #7 exporting manifest sha256:2ea8344fc387124412d43f15bf29030f7ca25ebca9b29fc0df3db4a5ab91a41e 0.0s done [2025-06-12T01:50:54.494Z] #7 exporting config sha256:0d9f7c64d3eb3a3f499bc82814f90a708e9569eaac93661d2c91be58491225d9 [2025-06-12T01:50:54.494Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:54.494Z] #7 ... [2025-06-12T01:50:54.494Z] [2025-06-12T01:50:54.494Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:54.494Z] #8 DONE 0.0s [2025-06-12T01:50:54.494Z] [2025-06-12T01:50:54.494Z] #7 exporting to image [2025-06-12T01:50:54.494Z] #7 exporting config sha256:0d9f7c64d3eb3a3f499bc82814f90a708e9569eaac93661d2c91be58491225d9 done [2025-06-12T01:50:54.494Z] #7 exporting manifest sha256:02f61df6d12c721222927d50af25305dd198879ba71caeeed233dbbe45c3447d done [2025-06-12T01:50:54.494Z] #7 exporting config sha256:192a9bb6b9c2088bb6dac083a55a337793271cee0d1a8f4a03a4fc4ba2455816 done [2025-06-12T01:50:54.494Z] #7 exporting manifest list sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 0.0s done [2025-06-12T01:50:54.494Z] #7 pushing layers 0.1s done [2025-06-12T01:50:54.494Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 [2025-06-12T01:50:54.752Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 0.1s done [2025-06-12T01:50:54.752Z] #7 DONE 0.2s [2025-06-12T01:50:54.752Z] [2025-06-12T01:50:54.752Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:54.752Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:55.043Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-06-12T01:50:55.043Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-06-12T01:50:55.043Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:55.043Z] #1 transferring dockerfile: 164B done [2025-06-12T01:50:55.043Z] #1 DONE 0.0s [2025-06-12T01:50:55.043Z] [2025-06-12T01:50:55.043Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-12T01:50:55.043Z] #2 DONE 0.0s [2025-06-12T01:50:55.043Z] [2025-06-12T01:50:55.043Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-12T01:50:55.043Z] #3 DONE 0.0s [2025-06-12T01:50:55.043Z] [2025-06-12T01:50:55.043Z] #4 [internal] load .dockerignore [2025-06-12T01:50:55.043Z] #4 transferring context: 2B done [2025-06-12T01:50:55.043Z] #4 DONE 0.0s [2025-06-12T01:50:55.043Z] [2025-06-12T01:50:55.043Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e [2025-06-12T01:50:55.043Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 0.0s done [2025-06-12T01:50:55.043Z] #5 DONE 0.0s [2025-06-12T01:50:55.043Z] [2025-06-12T01:50:55.043Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e [2025-06-12T01:50:55.302Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 0.0s done [2025-06-12T01:50:55.302Z] #6 CACHED [2025-06-12T01:50:55.302Z] [2025-06-12T01:50:55.302Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e [2025-06-12T01:50:55.302Z] #5 CACHED [2025-06-12T01:50:55.302Z] [2025-06-12T01:50:55.302Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:55.302Z] #7 DONE 0.0s [2025-06-12T01:50:55.302Z] [2025-06-12T01:50:55.302Z] #8 exporting to image [2025-06-12T01:50:55.302Z] #8 exporting layers done [2025-06-12T01:50:55.302Z] #8 exporting manifest sha256:2ea8344fc387124412d43f15bf29030f7ca25ebca9b29fc0df3db4a5ab91a41e done [2025-06-12T01:50:55.302Z] #8 exporting config sha256:0d9f7c64d3eb3a3f499bc82814f90a708e9569eaac93661d2c91be58491225d9 done [2025-06-12T01:50:55.302Z] #8 exporting manifest sha256:02f61df6d12c721222927d50af25305dd198879ba71caeeed233dbbe45c3447d done [2025-06-12T01:50:55.302Z] #8 exporting config sha256:192a9bb6b9c2088bb6dac083a55a337793271cee0d1a8f4a03a4fc4ba2455816 done [2025-06-12T01:50:55.302Z] #8 exporting manifest list sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 done [2025-06-12T01:50:55.302Z] #8 pushing layers 0.0s done [2025-06-12T01:50:55.302Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 0.1s done [2025-06-12T01:50:55.302Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:55.302Z] #8 DONE 0.1s [2025-06-12T01:50:55.302Z] [2025-06-12T01:50:55.302Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:55.302Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:55.599Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 --push - [2025-06-12T01:50:55.599Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23' [2025-06-12T01:50:55.599Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:55.599Z] #1 transferring dockerfile: 170B done [2025-06-12T01:50:55.599Z] #1 DONE 0.0s [2025-06-12T01:50:55.599Z] [2025-06-12T01:50:55.599Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 [2025-06-12T01:50:55.599Z] #2 DONE 0.0s [2025-06-12T01:50:55.599Z] [2025-06-12T01:50:55.599Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 [2025-06-12T01:50:55.599Z] #3 DONE 0.0s [2025-06-12T01:50:55.599Z] [2025-06-12T01:50:55.599Z] #4 [internal] load .dockerignore [2025-06-12T01:50:55.599Z] #4 transferring context: 2B done [2025-06-12T01:50:55.599Z] #4 DONE 0.0s [2025-06-12T01:50:55.599Z] [2025-06-12T01:50:55.599Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e [2025-06-12T01:50:55.599Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 0.0s done [2025-06-12T01:50:55.599Z] #5 DONE 0.0s [2025-06-12T01:50:55.599Z] [2025-06-12T01:50:55.599Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e [2025-06-12T01:50:55.858Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 0.0s done [2025-06-12T01:50:55.858Z] #6 CACHED [2025-06-12T01:50:55.858Z] [2025-06-12T01:50:55.858Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e [2025-06-12T01:50:55.858Z] #5 CACHED [2025-06-12T01:50:55.858Z] [2025-06-12T01:50:55.858Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:55.858Z] #7 DONE 0.0s [2025-06-12T01:50:55.858Z] [2025-06-12T01:50:55.858Z] #8 exporting to image [2025-06-12T01:50:55.858Z] #8 exporting layers done [2025-06-12T01:50:55.858Z] #8 exporting manifest sha256:2ea8344fc387124412d43f15bf29030f7ca25ebca9b29fc0df3db4a5ab91a41e done [2025-06-12T01:50:55.858Z] #8 exporting config sha256:0d9f7c64d3eb3a3f499bc82814f90a708e9569eaac93661d2c91be58491225d9 done [2025-06-12T01:50:55.858Z] #8 exporting manifest sha256:02f61df6d12c721222927d50af25305dd198879ba71caeeed233dbbe45c3447d done [2025-06-12T01:50:55.858Z] #8 exporting config sha256:192a9bb6b9c2088bb6dac083a55a337793271cee0d1a8f4a03a4fc4ba2455816 done [2025-06-12T01:50:55.858Z] #8 exporting manifest list sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 done [2025-06-12T01:50:55.858Z] #8 pushing layers 0.0s done [2025-06-12T01:50:55.858Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23@sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 0.1s done [2025-06-12T01:50:55.858Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:55.858Z] #8 DONE 0.1s [2025-06-12T01:50:55.858Z] [2025-06-12T01:50:55.858Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:55.858Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:56.152Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - [2025-06-12T01:50:56.152Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' [2025-06-12T01:50:56.152Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:56.152Z] #1 transferring dockerfile: 211B done [2025-06-12T01:50:56.152Z] #1 DONE 0.0s [2025-06-12T01:50:56.152Z] [2025-06-12T01:50:56.152Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:50:56.152Z] #2 DONE 0.0s [2025-06-12T01:50:56.152Z] [2025-06-12T01:50:56.152Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:50:56.152Z] #3 DONE 0.0s [2025-06-12T01:50:56.152Z] [2025-06-12T01:50:56.152Z] #4 [internal] load .dockerignore [2025-06-12T01:50:56.152Z] #4 transferring context: 2B done [2025-06-12T01:50:56.152Z] #4 DONE 0.0s [2025-06-12T01:50:56.152Z] [2025-06-12T01:50:56.152Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e [2025-06-12T01:50:56.152Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e [2025-06-12T01:50:56.411Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 0.0s done [2025-06-12T01:50:56.411Z] #5 CACHED [2025-06-12T01:50:56.411Z] [2025-06-12T01:50:56.411Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e [2025-06-12T01:50:56.411Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 0.0s done [2025-06-12T01:50:56.411Z] #6 CACHED [2025-06-12T01:50:56.411Z] [2025-06-12T01:50:56.411Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:56.411Z] #7 DONE 0.0s [2025-06-12T01:50:56.411Z] [2025-06-12T01:50:56.411Z] #8 exporting to image [2025-06-12T01:50:56.411Z] #8 exporting layers done [2025-06-12T01:50:56.411Z] #8 exporting manifest sha256:2ea8344fc387124412d43f15bf29030f7ca25ebca9b29fc0df3db4a5ab91a41e done [2025-06-12T01:50:56.411Z] #8 exporting config sha256:0d9f7c64d3eb3a3f499bc82814f90a708e9569eaac93661d2c91be58491225d9 done [2025-06-12T01:50:56.411Z] #8 exporting manifest sha256:02f61df6d12c721222927d50af25305dd198879ba71caeeed233dbbe45c3447d done [2025-06-12T01:50:56.411Z] #8 exporting config sha256:192a9bb6b9c2088bb6dac083a55a337793271cee0d1a8f4a03a4fc4ba2455816 done [2025-06-12T01:50:56.411Z] #8 exporting manifest list sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 done [2025-06-12T01:50:56.411Z] #8 pushing layers 0.0s done [2025-06-12T01:50:56.411Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 0.1s done [2025-06-12T01:50:56.411Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:56.411Z] #8 DONE 0.1s [2025-06-12T01:50:56.411Z] [2025-06-12T01:50:56.411Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:56.411Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:56.700Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-06-12T01:50:56.700Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-06-12T01:50:56.959Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:56.959Z] #1 transferring dockerfile: 162B done [2025-06-12T01:50:56.959Z] #1 DONE 0.0s [2025-06-12T01:50:56.959Z] [2025-06-12T01:50:56.959Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-12T01:50:56.959Z] #2 DONE 0.0s [2025-06-12T01:50:56.959Z] [2025-06-12T01:50:56.959Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-12T01:50:56.959Z] #3 DONE 0.0s [2025-06-12T01:50:56.959Z] [2025-06-12T01:50:56.959Z] #4 [internal] load .dockerignore [2025-06-12T01:50:56.959Z] #4 transferring context: 2B done [2025-06-12T01:50:56.959Z] #4 DONE 0.0s [2025-06-12T01:50:56.959Z] [2025-06-12T01:50:56.959Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e [2025-06-12T01:50:56.959Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 0.0s done [2025-06-12T01:50:56.959Z] #5 DONE 0.0s [2025-06-12T01:50:56.959Z] [2025-06-12T01:50:56.959Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e [2025-06-12T01:50:56.959Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 0.0s done [2025-06-12T01:50:56.959Z] #6 CACHED [2025-06-12T01:50:56.959Z] [2025-06-12T01:50:56.959Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e [2025-06-12T01:50:56.959Z] #5 CACHED [2025-06-12T01:50:56.959Z] [2025-06-12T01:50:56.959Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:56.959Z] #7 DONE 0.0s [2025-06-12T01:50:56.959Z] [2025-06-12T01:50:56.959Z] #8 exporting to image [2025-06-12T01:50:56.959Z] #8 exporting layers done [2025-06-12T01:50:56.959Z] #8 exporting manifest sha256:2ea8344fc387124412d43f15bf29030f7ca25ebca9b29fc0df3db4a5ab91a41e done [2025-06-12T01:50:56.959Z] #8 exporting config sha256:0d9f7c64d3eb3a3f499bc82814f90a708e9569eaac93661d2c91be58491225d9 done [2025-06-12T01:50:56.959Z] #8 exporting manifest sha256:02f61df6d12c721222927d50af25305dd198879ba71caeeed233dbbe45c3447d done [2025-06-12T01:50:56.959Z] #8 exporting config sha256:192a9bb6b9c2088bb6dac083a55a337793271cee0d1a8f4a03a4fc4ba2455816 done [2025-06-12T01:50:56.959Z] #8 exporting manifest list sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 done [2025-06-12T01:50:56.959Z] #8 pushing layers 0.0s done [2025-06-12T01:50:56.959Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 0.1s done [2025-06-12T01:50:56.959Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:56.959Z] #8 DONE 0.1s [2025-06-12T01:50:56.959Z] [2025-06-12T01:50:56.959Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:56.959Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:57.244Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4' [2025-06-12T01:50:57.244Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 --push - [2025-06-12T01:50:57.503Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:57.503Z] #1 transferring dockerfile: 206B done [2025-06-12T01:50:57.503Z] #1 DONE 0.0s [2025-06-12T01:50:57.503Z] [2025-06-12T01:50:57.503Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:50:57.503Z] #2 DONE 0.0s [2025-06-12T01:50:57.503Z] [2025-06-12T01:50:57.503Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:50:57.503Z] #3 DONE 0.1s [2025-06-12T01:50:57.503Z] [2025-06-12T01:50:57.503Z] #4 [internal] load .dockerignore [2025-06-12T01:50:57.503Z] #4 transferring context: 2B done [2025-06-12T01:50:57.503Z] #4 DONE 0.0s [2025-06-12T01:50:57.503Z] [2025-06-12T01:50:57.503Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e [2025-06-12T01:50:57.503Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done [2025-06-12T01:50:57.503Z] #5 DONE 0.0s [2025-06-12T01:50:57.503Z] [2025-06-12T01:50:57.503Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e [2025-06-12T01:50:57.503Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done [2025-06-12T01:50:57.763Z] #6 DONE 0.2s [2025-06-12T01:50:57.763Z] [2025-06-12T01:50:57.763Z] #7 exporting to image [2025-06-12T01:50:57.763Z] #7 exporting layers done [2025-06-12T01:50:57.763Z] #7 exporting manifest sha256:47ca9b35753fea4a5f82ecd0122cdccfedb299d8ec4a82e334e37bc54f5b54a4 0.0s done [2025-06-12T01:50:57.763Z] #7 exporting config sha256:f5e81c80d5cc5662fdeefbc3a1e50fb7f0113dfee349b49ced25d828a6786f49 done [2025-06-12T01:50:57.763Z] #7 exporting manifest sha256:8388aecc147df28a04aa269c27eb15cee1d55ab0e4bf59f47d23c432066251ab 0.0s done [2025-06-12T01:50:57.763Z] #7 exporting config sha256:16f3ee4ce0b3b9d7b0f0793c86ef47b4f393c6376f9b23412e55f2dfcbb885ab [2025-06-12T01:50:57.763Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:57.763Z] #7 ... [2025-06-12T01:50:57.763Z] [2025-06-12T01:50:57.763Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:57.763Z] #8 DONE 0.0s [2025-06-12T01:50:57.763Z] [2025-06-12T01:50:57.763Z] #7 exporting to image [2025-06-12T01:50:57.763Z] #7 exporting config sha256:16f3ee4ce0b3b9d7b0f0793c86ef47b4f393c6376f9b23412e55f2dfcbb885ab done [2025-06-12T01:50:57.763Z] #7 exporting manifest list sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c done [2025-06-12T01:50:57.763Z] #7 pushing layers 0.1s done [2025-06-12T01:50:57.763Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c [2025-06-12T01:50:58.023Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c 0.1s done [2025-06-12T01:50:58.024Z] #7 DONE 0.2s [2025-06-12T01:50:58.024Z] [2025-06-12T01:50:58.024Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:58.024Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:58.309Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-06-12T01:50:58.309Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-06-12T01:50:58.567Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:58.567Z] #1 transferring dockerfile: 172B done [2025-06-12T01:50:58.567Z] #1 DONE 0.0s [2025-06-12T01:50:58.567Z] [2025-06-12T01:50:58.567Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-12T01:50:58.567Z] #2 DONE 0.0s [2025-06-12T01:50:58.567Z] [2025-06-12T01:50:58.567Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-12T01:50:58.567Z] #3 DONE 0.0s [2025-06-12T01:50:58.567Z] [2025-06-12T01:50:58.567Z] #4 [internal] load .dockerignore [2025-06-12T01:50:58.567Z] #4 transferring context: 2B done [2025-06-12T01:50:58.567Z] #4 DONE 0.0s [2025-06-12T01:50:58.567Z] [2025-06-12T01:50:58.567Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e [2025-06-12T01:50:58.567Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done [2025-06-12T01:50:58.567Z] #5 CACHED [2025-06-12T01:50:58.567Z] [2025-06-12T01:50:58.567Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e [2025-06-12T01:50:58.567Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done [2025-06-12T01:50:58.567Z] #6 CACHED [2025-06-12T01:50:58.567Z] [2025-06-12T01:50:58.567Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:58.567Z] #7 DONE 0.0s [2025-06-12T01:50:58.567Z] [2025-06-12T01:50:58.567Z] #8 exporting to image [2025-06-12T01:50:58.567Z] #8 exporting layers done [2025-06-12T01:50:58.567Z] #8 exporting manifest sha256:47ca9b35753fea4a5f82ecd0122cdccfedb299d8ec4a82e334e37bc54f5b54a4 done [2025-06-12T01:50:58.567Z] #8 exporting config sha256:f5e81c80d5cc5662fdeefbc3a1e50fb7f0113dfee349b49ced25d828a6786f49 done [2025-06-12T01:50:58.567Z] #8 exporting manifest sha256:8388aecc147df28a04aa269c27eb15cee1d55ab0e4bf59f47d23c432066251ab done [2025-06-12T01:50:58.567Z] #8 exporting config sha256:16f3ee4ce0b3b9d7b0f0793c86ef47b4f393c6376f9b23412e55f2dfcbb885ab done [2025-06-12T01:50:58.567Z] #8 exporting manifest list sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c done [2025-06-12T01:50:58.567Z] #8 pushing layers 0.0s done [2025-06-12T01:50:58.567Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c 0.1s done [2025-06-12T01:50:58.567Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:58.567Z] #8 DONE 0.1s [2025-06-12T01:50:58.567Z] [2025-06-12T01:50:58.567Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:58.567Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:58.846Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23' [2025-06-12T01:50:58.846Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 --push - [2025-06-12T01:50:58.846Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:58.846Z] #1 transferring dockerfile: 178B done [2025-06-12T01:50:58.846Z] #1 DONE 0.0s [2025-06-12T01:50:58.846Z] [2025-06-12T01:50:58.846Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 [2025-06-12T01:50:58.846Z] #2 DONE 0.0s [2025-06-12T01:50:58.846Z] [2025-06-12T01:50:58.846Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 [2025-06-12T01:50:58.846Z] #3 DONE 0.0s [2025-06-12T01:50:58.846Z] [2025-06-12T01:50:58.846Z] #4 [internal] load .dockerignore [2025-06-12T01:50:58.846Z] #4 transferring context: 2B done [2025-06-12T01:50:58.846Z] #4 DONE 0.0s [2025-06-12T01:50:58.846Z] [2025-06-12T01:50:58.846Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e [2025-06-12T01:50:58.846Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done [2025-06-12T01:50:58.846Z] #5 DONE 0.0s [2025-06-12T01:50:58.846Z] [2025-06-12T01:50:58.846Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e [2025-06-12T01:50:59.106Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done [2025-06-12T01:50:59.106Z] #6 CACHED [2025-06-12T01:50:59.106Z] [2025-06-12T01:50:59.106Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e [2025-06-12T01:50:59.106Z] #5 CACHED [2025-06-12T01:50:59.106Z] [2025-06-12T01:50:59.106Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:59.106Z] #7 DONE 0.0s [2025-06-12T01:50:59.106Z] [2025-06-12T01:50:59.106Z] #8 exporting to image [2025-06-12T01:50:59.106Z] #8 exporting layers done [2025-06-12T01:50:59.106Z] #8 exporting manifest sha256:47ca9b35753fea4a5f82ecd0122cdccfedb299d8ec4a82e334e37bc54f5b54a4 done [2025-06-12T01:50:59.106Z] #8 exporting config sha256:f5e81c80d5cc5662fdeefbc3a1e50fb7f0113dfee349b49ced25d828a6786f49 done [2025-06-12T01:50:59.106Z] #8 exporting manifest sha256:8388aecc147df28a04aa269c27eb15cee1d55ab0e4bf59f47d23c432066251ab done [2025-06-12T01:50:59.106Z] #8 exporting config sha256:16f3ee4ce0b3b9d7b0f0793c86ef47b4f393c6376f9b23412e55f2dfcbb885ab done [2025-06-12T01:50:59.106Z] #8 exporting manifest list sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c done [2025-06-12T01:50:59.106Z] #8 pushing layers 0.0s done [2025-06-12T01:50:59.106Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23@sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c 0.1s done [2025-06-12T01:50:59.106Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:59.106Z] #8 DONE 0.1s [2025-06-12T01:50:59.106Z] [2025-06-12T01:50:59.106Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:59.106Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:59.393Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' [2025-06-12T01:50:59.393Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - [2025-06-12T01:50:59.393Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:59.393Z] #1 transferring dockerfile: 219B done [2025-06-12T01:50:59.393Z] #1 DONE 0.0s [2025-06-12T01:50:59.393Z] [2025-06-12T01:50:59.393Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:50:59.393Z] #2 DONE 0.0s [2025-06-12T01:50:59.393Z] [2025-06-12T01:50:59.393Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:50:59.393Z] #3 DONE 0.0s [2025-06-12T01:50:59.393Z] [2025-06-12T01:50:59.393Z] #4 [internal] load .dockerignore [2025-06-12T01:50:59.393Z] #4 transferring context: 2B done [2025-06-12T01:50:59.393Z] #4 DONE 0.0s [2025-06-12T01:50:59.653Z] [2025-06-12T01:50:59.654Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e [2025-06-12T01:50:59.654Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done [2025-06-12T01:50:59.654Z] #5 CACHED [2025-06-12T01:50:59.654Z] [2025-06-12T01:50:59.654Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e [2025-06-12T01:50:59.654Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done [2025-06-12T01:50:59.654Z] #6 CACHED [2025-06-12T01:50:59.654Z] [2025-06-12T01:50:59.654Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:50:59.654Z] #7 DONE 0.0s [2025-06-12T01:50:59.654Z] [2025-06-12T01:50:59.654Z] #8 exporting to image [2025-06-12T01:50:59.654Z] #8 exporting layers done [2025-06-12T01:50:59.654Z] #8 exporting manifest sha256:47ca9b35753fea4a5f82ecd0122cdccfedb299d8ec4a82e334e37bc54f5b54a4 done [2025-06-12T01:50:59.654Z] #8 exporting config sha256:f5e81c80d5cc5662fdeefbc3a1e50fb7f0113dfee349b49ced25d828a6786f49 done [2025-06-12T01:50:59.654Z] #8 exporting manifest sha256:8388aecc147df28a04aa269c27eb15cee1d55ab0e4bf59f47d23c432066251ab done [2025-06-12T01:50:59.654Z] #8 exporting config sha256:16f3ee4ce0b3b9d7b0f0793c86ef47b4f393c6376f9b23412e55f2dfcbb885ab done [2025-06-12T01:50:59.654Z] #8 exporting manifest list sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c done [2025-06-12T01:50:59.654Z] #8 pushing layers 0.0s done [2025-06-12T01:50:59.654Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c 0.1s done [2025-06-12T01:50:59.654Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:50:59.654Z] #8 DONE 0.1s [2025-06-12T01:50:59.654Z] [2025-06-12T01:50:59.654Z] 1 warning found (use --debug to expand): [2025-06-12T01:50:59.654Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:50:59.942Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-06-12T01:50:59.942Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-06-12T01:50:59.942Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:50:59.942Z] #1 transferring dockerfile: 170B done [2025-06-12T01:50:59.942Z] #1 DONE 0.0s [2025-06-12T01:50:59.942Z] [2025-06-12T01:50:59.942Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-12T01:50:59.942Z] #2 DONE 0.0s [2025-06-12T01:50:59.942Z] [2025-06-12T01:50:59.942Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-12T01:50:59.942Z] #3 DONE 0.0s [2025-06-12T01:50:59.942Z] [2025-06-12T01:50:59.942Z] #4 [internal] load .dockerignore [2025-06-12T01:50:59.942Z] #4 transferring context: 2B done [2025-06-12T01:50:59.942Z] #4 DONE 0.0s [2025-06-12T01:51:00.202Z] [2025-06-12T01:51:00.202Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e [2025-06-12T01:51:00.202Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done [2025-06-12T01:51:00.202Z] #5 CACHED [2025-06-12T01:51:00.202Z] [2025-06-12T01:51:00.202Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e [2025-06-12T01:51:00.202Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done [2025-06-12T01:51:00.202Z] #6 CACHED [2025-06-12T01:51:00.202Z] [2025-06-12T01:51:00.202Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:00.202Z] #7 DONE 0.0s [2025-06-12T01:51:00.202Z] [2025-06-12T01:51:00.202Z] #8 exporting to image [2025-06-12T01:51:00.202Z] #8 exporting layers done [2025-06-12T01:51:00.202Z] #8 exporting manifest sha256:47ca9b35753fea4a5f82ecd0122cdccfedb299d8ec4a82e334e37bc54f5b54a4 done [2025-06-12T01:51:00.202Z] #8 exporting config sha256:f5e81c80d5cc5662fdeefbc3a1e50fb7f0113dfee349b49ced25d828a6786f49 done [2025-06-12T01:51:00.202Z] #8 exporting manifest sha256:8388aecc147df28a04aa269c27eb15cee1d55ab0e4bf59f47d23c432066251ab done [2025-06-12T01:51:00.202Z] #8 exporting config sha256:16f3ee4ce0b3b9d7b0f0793c86ef47b4f393c6376f9b23412e55f2dfcbb885ab done [2025-06-12T01:51:00.202Z] #8 exporting manifest list sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c done [2025-06-12T01:51:00.202Z] #8 pushing layers 0.0s done [2025-06-12T01:51:00.202Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c 0.1s done [2025-06-12T01:51:00.202Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:00.202Z] #8 DONE 0.1s [2025-06-12T01:51:00.202Z] [2025-06-12T01:51:00.202Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:00.202Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:00.510Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4 --push - [2025-06-12T01:51:00.510Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4' [2025-06-12T01:51:00.510Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:00.510Z] #1 transferring dockerfile: 204B done [2025-06-12T01:51:00.510Z] #1 DONE 0.0s [2025-06-12T01:51:00.510Z] [2025-06-12T01:51:00.510Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:51:00.510Z] #2 DONE 0.0s [2025-06-12T01:51:00.510Z] [2025-06-12T01:51:00.510Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:51:00.510Z] #3 DONE 0.0s [2025-06-12T01:51:00.510Z] [2025-06-12T01:51:00.510Z] #4 [internal] load .dockerignore [2025-06-12T01:51:00.510Z] #4 transferring context: 2B done [2025-06-12T01:51:00.510Z] #4 DONE 0.0s [2025-06-12T01:51:00.769Z] [2025-06-12T01:51:00.769Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 [2025-06-12T01:51:00.769Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 [2025-06-12T01:51:00.769Z] #5 ... [2025-06-12T01:51:00.769Z] [2025-06-12T01:51:00.769Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 [2025-06-12T01:51:00.769Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 0.0s done [2025-06-12T01:51:00.769Z] #6 DONE 0.1s [2025-06-12T01:51:00.769Z] [2025-06-12T01:51:00.769Z] #7 exporting to image [2025-06-12T01:51:00.769Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:00.769Z] #7 ... [2025-06-12T01:51:00.769Z] [2025-06-12T01:51:00.769Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:00.769Z] #8 DONE 0.0s [2025-06-12T01:51:00.769Z] [2025-06-12T01:51:00.769Z] #7 exporting to image [2025-06-12T01:51:00.769Z] #7 exporting layers done [2025-06-12T01:51:00.769Z] #7 exporting manifest sha256:f2d7876c62f45d8d80f589ae2d40760d282c818eeb62ac7b75afd8c5ce588b81 done [2025-06-12T01:51:00.769Z] #7 exporting config sha256:a061d245ec77f11471cd300088fe1c8ebe3febbe56a43ef929bade1a6f16fb30 done [2025-06-12T01:51:00.769Z] #7 exporting manifest sha256:ae07e3d78091c2aeb78c3624252d219924a96ed82fdf0eebeecc59e2b25cf6d5 0.0s done [2025-06-12T01:51:00.769Z] #7 exporting config sha256:e1cb2f5cef8b387d3ec53fc1cd8224164b7ee63d3bb95cc71c1c61847fba78ee done [2025-06-12T01:51:00.769Z] #7 exporting manifest list sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e done [2025-06-12T01:51:00.769Z] #7 pushing layers 0.1s done [2025-06-12T01:51:00.769Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e [2025-06-12T01:51:01.029Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e 0.1s done [2025-06-12T01:51:01.029Z] #7 DONE 0.3s [2025-06-12T01:51:01.029Z] [2025-06-12T01:51:01.029Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:01.029Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:01.359Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-06-12T01:51:01.360Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-06-12T01:51:01.360Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:01.360Z] #1 transferring dockerfile: 170B done [2025-06-12T01:51:01.360Z] #1 DONE 0.0s [2025-06-12T01:51:01.360Z] [2025-06-12T01:51:01.360Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-12T01:51:01.360Z] #2 DONE 0.0s [2025-06-12T01:51:01.360Z] [2025-06-12T01:51:01.360Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-12T01:51:01.360Z] #3 DONE 0.0s [2025-06-12T01:51:01.360Z] [2025-06-12T01:51:01.360Z] #4 [internal] load .dockerignore [2025-06-12T01:51:01.360Z] #4 transferring context: 2B done [2025-06-12T01:51:01.360Z] #4 DONE 0.0s [2025-06-12T01:51:01.644Z] [2025-06-12T01:51:01.644Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 [2025-06-12T01:51:01.644Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 0.0s done [2025-06-12T01:51:01.644Z] #5 CACHED [2025-06-12T01:51:01.644Z] [2025-06-12T01:51:01.644Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 [2025-06-12T01:51:01.644Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 0.0s done [2025-06-12T01:51:01.644Z] #6 CACHED [2025-06-12T01:51:01.644Z] [2025-06-12T01:51:01.644Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:01.644Z] #7 DONE 0.0s [2025-06-12T01:51:01.644Z] [2025-06-12T01:51:01.644Z] #8 exporting to image [2025-06-12T01:51:01.644Z] #8 exporting layers done [2025-06-12T01:51:01.644Z] #8 exporting manifest sha256:f2d7876c62f45d8d80f589ae2d40760d282c818eeb62ac7b75afd8c5ce588b81 done [2025-06-12T01:51:01.644Z] #8 exporting config sha256:a061d245ec77f11471cd300088fe1c8ebe3febbe56a43ef929bade1a6f16fb30 done [2025-06-12T01:51:01.644Z] #8 exporting manifest sha256:ae07e3d78091c2aeb78c3624252d219924a96ed82fdf0eebeecc59e2b25cf6d5 done [2025-06-12T01:51:01.644Z] #8 exporting config sha256:e1cb2f5cef8b387d3ec53fc1cd8224164b7ee63d3bb95cc71c1c61847fba78ee done [2025-06-12T01:51:01.644Z] #8 exporting manifest list sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e done [2025-06-12T01:51:01.644Z] #8 pushing layers 0.0s done [2025-06-12T01:51:01.644Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e 0.1s done [2025-06-12T01:51:01.644Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:01.644Z] #8 DONE 0.1s [2025-06-12T01:51:01.644Z] [2025-06-12T01:51:01.644Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:01.644Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:01.969Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23' [2025-06-12T01:51:01.969Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 --push - [2025-06-12T01:51:01.969Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:01.969Z] #1 transferring dockerfile: 176B done [2025-06-12T01:51:01.969Z] #1 DONE 0.0s [2025-06-12T01:51:01.969Z] [2025-06-12T01:51:01.969Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 [2025-06-12T01:51:01.969Z] #2 DONE 0.0s [2025-06-12T01:51:01.969Z] [2025-06-12T01:51:01.969Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 [2025-06-12T01:51:01.969Z] #3 DONE 0.0s [2025-06-12T01:51:01.969Z] [2025-06-12T01:51:01.969Z] #4 [internal] load .dockerignore [2025-06-12T01:51:01.969Z] #4 transferring context: 2B done [2025-06-12T01:51:01.969Z] #4 DONE 0.0s [2025-06-12T01:51:01.969Z] [2025-06-12T01:51:01.969Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 [2025-06-12T01:51:01.969Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 0.0s done [2025-06-12T01:51:01.969Z] #5 DONE 0.0s [2025-06-12T01:51:01.969Z] [2025-06-12T01:51:01.969Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 [2025-06-12T01:51:02.230Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 0.0s done [2025-06-12T01:51:02.231Z] #6 CACHED [2025-06-12T01:51:02.231Z] [2025-06-12T01:51:02.231Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 [2025-06-12T01:51:02.231Z] #5 CACHED [2025-06-12T01:51:02.231Z] [2025-06-12T01:51:02.231Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:02.231Z] #7 DONE 0.0s [2025-06-12T01:51:02.231Z] [2025-06-12T01:51:02.231Z] #8 exporting to image [2025-06-12T01:51:02.231Z] #8 exporting layers done [2025-06-12T01:51:02.231Z] #8 exporting manifest sha256:f2d7876c62f45d8d80f589ae2d40760d282c818eeb62ac7b75afd8c5ce588b81 done [2025-06-12T01:51:02.231Z] #8 exporting config sha256:a061d245ec77f11471cd300088fe1c8ebe3febbe56a43ef929bade1a6f16fb30 done [2025-06-12T01:51:02.231Z] #8 exporting manifest sha256:ae07e3d78091c2aeb78c3624252d219924a96ed82fdf0eebeecc59e2b25cf6d5 done [2025-06-12T01:51:02.231Z] #8 exporting config sha256:e1cb2f5cef8b387d3ec53fc1cd8224164b7ee63d3bb95cc71c1c61847fba78ee done [2025-06-12T01:51:02.231Z] #8 exporting manifest list sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e done [2025-06-12T01:51:02.231Z] #8 pushing layers 0.0s done [2025-06-12T01:51:02.231Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23@sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e 0.1s done [2025-06-12T01:51:02.231Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:02.231Z] #8 DONE 0.1s [2025-06-12T01:51:02.231Z] [2025-06-12T01:51:02.231Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:02.231Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:02.522Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' [2025-06-12T01:51:02.522Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - [2025-06-12T01:51:02.522Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:02.522Z] #1 transferring dockerfile: 217B done [2025-06-12T01:51:02.522Z] #1 DONE 0.0s [2025-06-12T01:51:02.522Z] [2025-06-12T01:51:02.522Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:51:02.522Z] #2 DONE 0.0s [2025-06-12T01:51:02.522Z] [2025-06-12T01:51:02.522Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:51:02.522Z] #3 DONE 0.0s [2025-06-12T01:51:02.522Z] [2025-06-12T01:51:02.522Z] #4 [internal] load .dockerignore [2025-06-12T01:51:02.522Z] #4 transferring context: 2B done [2025-06-12T01:51:02.522Z] #4 DONE 0.0s [2025-06-12T01:51:02.522Z] [2025-06-12T01:51:02.522Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 [2025-06-12T01:51:02.522Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 0.0s done [2025-06-12T01:51:02.522Z] #5 DONE 0.0s [2025-06-12T01:51:02.522Z] [2025-06-12T01:51:02.522Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 [2025-06-12T01:51:02.781Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 0.0s done [2025-06-12T01:51:02.781Z] #6 CACHED [2025-06-12T01:51:02.782Z] [2025-06-12T01:51:02.782Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 [2025-06-12T01:51:02.782Z] #5 CACHED [2025-06-12T01:51:02.782Z] [2025-06-12T01:51:02.782Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:02.782Z] #7 DONE 0.0s [2025-06-12T01:51:02.782Z] [2025-06-12T01:51:02.782Z] #8 exporting to image [2025-06-12T01:51:02.782Z] #8 exporting layers done [2025-06-12T01:51:02.782Z] #8 exporting manifest sha256:f2d7876c62f45d8d80f589ae2d40760d282c818eeb62ac7b75afd8c5ce588b81 done [2025-06-12T01:51:02.782Z] #8 exporting config sha256:a061d245ec77f11471cd300088fe1c8ebe3febbe56a43ef929bade1a6f16fb30 done [2025-06-12T01:51:02.782Z] #8 exporting manifest sha256:ae07e3d78091c2aeb78c3624252d219924a96ed82fdf0eebeecc59e2b25cf6d5 done [2025-06-12T01:51:02.782Z] #8 exporting config sha256:e1cb2f5cef8b387d3ec53fc1cd8224164b7ee63d3bb95cc71c1c61847fba78ee done [2025-06-12T01:51:02.782Z] #8 exporting manifest list sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e done [2025-06-12T01:51:02.782Z] #8 pushing layers 0.0s done [2025-06-12T01:51:02.782Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e 0.1s done [2025-06-12T01:51:02.782Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:02.782Z] #8 DONE 0.1s [2025-06-12T01:51:02.782Z] [2025-06-12T01:51:02.782Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:02.782Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:03.092Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-06-12T01:51:03.092Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-06-12T01:51:03.092Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:03.092Z] #1 transferring dockerfile: 168B done [2025-06-12T01:51:03.092Z] #1 DONE 0.0s [2025-06-12T01:51:03.092Z] [2025-06-12T01:51:03.092Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-12T01:51:03.092Z] #2 DONE 0.0s [2025-06-12T01:51:03.092Z] [2025-06-12T01:51:03.092Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-12T01:51:03.092Z] #3 DONE 0.0s [2025-06-12T01:51:03.092Z] [2025-06-12T01:51:03.092Z] #4 [internal] load .dockerignore [2025-06-12T01:51:03.092Z] #4 transferring context: 2B done [2025-06-12T01:51:03.092Z] #4 DONE 0.0s [2025-06-12T01:51:03.092Z] [2025-06-12T01:51:03.092Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 [2025-06-12T01:51:03.092Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 0.0s done [2025-06-12T01:51:03.092Z] #5 CACHED [2025-06-12T01:51:03.092Z] [2025-06-12T01:51:03.092Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 [2025-06-12T01:51:03.351Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 0.0s done [2025-06-12T01:51:03.351Z] #6 CACHED [2025-06-12T01:51:03.351Z] [2025-06-12T01:51:03.351Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:03.351Z] #7 DONE 0.0s [2025-06-12T01:51:03.351Z] [2025-06-12T01:51:03.351Z] #8 exporting to image [2025-06-12T01:51:03.351Z] #8 exporting layers done [2025-06-12T01:51:03.351Z] #8 exporting manifest sha256:f2d7876c62f45d8d80f589ae2d40760d282c818eeb62ac7b75afd8c5ce588b81 done [2025-06-12T01:51:03.351Z] #8 exporting config sha256:a061d245ec77f11471cd300088fe1c8ebe3febbe56a43ef929bade1a6f16fb30 done [2025-06-12T01:51:03.351Z] #8 exporting manifest sha256:ae07e3d78091c2aeb78c3624252d219924a96ed82fdf0eebeecc59e2b25cf6d5 done [2025-06-12T01:51:03.351Z] #8 exporting config sha256:e1cb2f5cef8b387d3ec53fc1cd8224164b7ee63d3bb95cc71c1c61847fba78ee done [2025-06-12T01:51:03.351Z] #8 exporting manifest list sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e done [2025-06-12T01:51:03.351Z] #8 pushing layers 0.0s done [2025-06-12T01:51:03.351Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e 0.1s done [2025-06-12T01:51:03.351Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:03.351Z] #8 DONE 0.1s [2025-06-12T01:51:03.351Z] [2025-06-12T01:51:03.351Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:03.351Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:03.656Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4 --push - [2025-06-12T01:51:03.657Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4' [2025-06-12T01:51:03.920Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:03.920Z] #1 transferring dockerfile: 205B done [2025-06-12T01:51:03.920Z] #1 DONE 0.0s [2025-06-12T01:51:03.920Z] [2025-06-12T01:51:03.920Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:51:03.920Z] #2 DONE 0.0s [2025-06-12T01:51:03.920Z] [2025-06-12T01:51:03.920Z] #3 [internal] load .dockerignore [2025-06-12T01:51:03.920Z] #3 transferring context: 2B done [2025-06-12T01:51:03.920Z] #3 DONE 0.0s [2025-06-12T01:51:03.920Z] [2025-06-12T01:51:03.920Z] #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:51:03.920Z] #4 DONE 0.1s [2025-06-12T01:51:03.920Z] [2025-06-12T01:51:03.920Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b [2025-06-12T01:51:03.920Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b [2025-06-12T01:51:03.920Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done [2025-06-12T01:51:03.920Z] #5 DONE 0.0s [2025-06-12T01:51:03.920Z] [2025-06-12T01:51:03.920Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b [2025-06-12T01:51:03.920Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done [2025-06-12T01:51:03.920Z] #6 DONE 0.1s [2025-06-12T01:51:04.179Z] [2025-06-12T01:51:04.179Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:04.179Z] #7 DONE 0.0s [2025-06-12T01:51:04.179Z] [2025-06-12T01:51:04.179Z] #8 exporting to image [2025-06-12T01:51:04.179Z] #8 exporting layers done [2025-06-12T01:51:04.179Z] #8 exporting manifest sha256:7607a2cafe68641702503de1cdad61ee2508e0b2bdc8355fea7e4297b54cf022 0.0s done [2025-06-12T01:51:04.179Z] #8 exporting config sha256:6af7ac7fbe91d0435da19f0877df456414ab56e19a197b8aca7dab71c480d7a3 done [2025-06-12T01:51:04.179Z] #8 exporting manifest sha256:8a3ba2073e160f2ba4165f702a955fcbaaf75d9e950f2d9e6a522670533a4999 0.0s done [2025-06-12T01:51:04.179Z] #8 exporting config sha256:7e13d1971bd1a7ba321ff982c2729705a1ec392e86e043531b1e68c52d395c7d done [2025-06-12T01:51:04.179Z] #8 exporting manifest list sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 done [2025-06-12T01:51:04.179Z] #8 pushing layers [2025-06-12T01:51:04.179Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:04.179Z] #8 pushing layers 0.1s done [2025-06-12T01:51:04.179Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 0.1s done [2025-06-12T01:51:04.179Z] #8 DONE 0.2s [2025-06-12T01:51:04.179Z] [2025-06-12T01:51:04.179Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:04.179Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:04.471Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-06-12T01:51:04.471Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-06-12T01:51:04.471Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:04.471Z] #1 transferring dockerfile: 171B done [2025-06-12T01:51:04.471Z] #1 DONE 0.0s [2025-06-12T01:51:04.471Z] [2025-06-12T01:51:04.471Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-12T01:51:04.471Z] #2 DONE 0.0s [2025-06-12T01:51:04.471Z] [2025-06-12T01:51:04.471Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-12T01:51:04.471Z] #3 DONE 0.0s [2025-06-12T01:51:04.471Z] [2025-06-12T01:51:04.471Z] #4 [internal] load .dockerignore [2025-06-12T01:51:04.471Z] #4 transferring context: 2B done [2025-06-12T01:51:04.471Z] #4 DONE 0.0s [2025-06-12T01:51:04.730Z] [2025-06-12T01:51:04.730Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b [2025-06-12T01:51:04.731Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done [2025-06-12T01:51:04.731Z] #5 CACHED [2025-06-12T01:51:04.731Z] [2025-06-12T01:51:04.731Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b [2025-06-12T01:51:04.731Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done [2025-06-12T01:51:04.731Z] #6 CACHED [2025-06-12T01:51:04.731Z] [2025-06-12T01:51:04.731Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:04.731Z] #7 DONE 0.0s [2025-06-12T01:51:04.731Z] [2025-06-12T01:51:04.731Z] #8 exporting to image [2025-06-12T01:51:04.731Z] #8 exporting layers done [2025-06-12T01:51:04.731Z] #8 exporting manifest sha256:7607a2cafe68641702503de1cdad61ee2508e0b2bdc8355fea7e4297b54cf022 done [2025-06-12T01:51:04.731Z] #8 exporting config sha256:6af7ac7fbe91d0435da19f0877df456414ab56e19a197b8aca7dab71c480d7a3 done [2025-06-12T01:51:04.731Z] #8 exporting manifest sha256:8a3ba2073e160f2ba4165f702a955fcbaaf75d9e950f2d9e6a522670533a4999 done [2025-06-12T01:51:04.731Z] #8 exporting config sha256:7e13d1971bd1a7ba321ff982c2729705a1ec392e86e043531b1e68c52d395c7d done [2025-06-12T01:51:04.731Z] #8 exporting manifest list sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 done [2025-06-12T01:51:04.731Z] #8 pushing layers 0.0s done [2025-06-12T01:51:04.731Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 0.1s done [2025-06-12T01:51:04.731Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:04.731Z] #8 DONE 0.1s [2025-06-12T01:51:04.731Z] [2025-06-12T01:51:04.731Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:04.731Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:05.020Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 --push - [2025-06-12T01:51:05.020Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23' [2025-06-12T01:51:05.020Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:05.020Z] #1 transferring dockerfile: 177B done [2025-06-12T01:51:05.020Z] #1 DONE 0.0s [2025-06-12T01:51:05.020Z] [2025-06-12T01:51:05.020Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 [2025-06-12T01:51:05.020Z] #2 DONE 0.0s [2025-06-12T01:51:05.020Z] [2025-06-12T01:51:05.020Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 [2025-06-12T01:51:05.020Z] #3 DONE 0.0s [2025-06-12T01:51:05.020Z] [2025-06-12T01:51:05.020Z] #4 [internal] load .dockerignore [2025-06-12T01:51:05.020Z] #4 transferring context: 2B done [2025-06-12T01:51:05.020Z] #4 DONE 0.0s [2025-06-12T01:51:05.020Z] [2025-06-12T01:51:05.020Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b [2025-06-12T01:51:05.020Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b [2025-06-12T01:51:05.278Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done [2025-06-12T01:51:05.278Z] #5 CACHED [2025-06-12T01:51:05.278Z] [2025-06-12T01:51:05.278Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b [2025-06-12T01:51:05.278Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done [2025-06-12T01:51:05.278Z] #6 CACHED [2025-06-12T01:51:05.278Z] [2025-06-12T01:51:05.278Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:05.278Z] #7 DONE 0.0s [2025-06-12T01:51:05.278Z] [2025-06-12T01:51:05.278Z] #8 exporting to image [2025-06-12T01:51:05.278Z] #8 exporting layers done [2025-06-12T01:51:05.278Z] #8 exporting manifest sha256:7607a2cafe68641702503de1cdad61ee2508e0b2bdc8355fea7e4297b54cf022 done [2025-06-12T01:51:05.278Z] #8 exporting config sha256:6af7ac7fbe91d0435da19f0877df456414ab56e19a197b8aca7dab71c480d7a3 done [2025-06-12T01:51:05.278Z] #8 exporting manifest sha256:8a3ba2073e160f2ba4165f702a955fcbaaf75d9e950f2d9e6a522670533a4999 done [2025-06-12T01:51:05.279Z] #8 exporting config sha256:7e13d1971bd1a7ba321ff982c2729705a1ec392e86e043531b1e68c52d395c7d done [2025-06-12T01:51:05.279Z] #8 exporting manifest list sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 done [2025-06-12T01:51:05.279Z] #8 pushing layers 0.0s done [2025-06-12T01:51:05.279Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23@sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 0.1s done [2025-06-12T01:51:05.279Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:05.279Z] #8 DONE 0.1s [2025-06-12T01:51:05.279Z] [2025-06-12T01:51:05.279Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:05.279Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:05.563Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' [2025-06-12T01:51:05.563Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - [2025-06-12T01:51:05.563Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:05.563Z] #1 transferring dockerfile: 218B done [2025-06-12T01:51:05.563Z] #1 DONE 0.0s [2025-06-12T01:51:05.563Z] [2025-06-12T01:51:05.563Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:51:05.563Z] #2 DONE 0.0s [2025-06-12T01:51:05.563Z] [2025-06-12T01:51:05.563Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:51:05.563Z] #3 DONE 0.0s [2025-06-12T01:51:05.563Z] [2025-06-12T01:51:05.563Z] #4 [internal] load .dockerignore [2025-06-12T01:51:05.563Z] #4 transferring context: 2B done [2025-06-12T01:51:05.563Z] #4 DONE 0.0s [2025-06-12T01:51:05.563Z] [2025-06-12T01:51:05.563Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b [2025-06-12T01:51:05.563Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b [2025-06-12T01:51:05.821Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done [2025-06-12T01:51:05.821Z] #5 CACHED [2025-06-12T01:51:05.821Z] [2025-06-12T01:51:05.821Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b [2025-06-12T01:51:05.821Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done [2025-06-12T01:51:05.821Z] #6 CACHED [2025-06-12T01:51:05.821Z] [2025-06-12T01:51:05.821Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:05.821Z] #7 DONE 0.0s [2025-06-12T01:51:05.821Z] [2025-06-12T01:51:05.821Z] #8 exporting to image [2025-06-12T01:51:05.821Z] #8 exporting layers done [2025-06-12T01:51:05.821Z] #8 exporting manifest sha256:7607a2cafe68641702503de1cdad61ee2508e0b2bdc8355fea7e4297b54cf022 done [2025-06-12T01:51:05.821Z] #8 exporting config sha256:6af7ac7fbe91d0435da19f0877df456414ab56e19a197b8aca7dab71c480d7a3 done [2025-06-12T01:51:05.821Z] #8 exporting manifest sha256:8a3ba2073e160f2ba4165f702a955fcbaaf75d9e950f2d9e6a522670533a4999 done [2025-06-12T01:51:05.822Z] #8 exporting config sha256:7e13d1971bd1a7ba321ff982c2729705a1ec392e86e043531b1e68c52d395c7d done [2025-06-12T01:51:05.822Z] #8 exporting manifest list sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 done [2025-06-12T01:51:05.822Z] #8 pushing layers 0.0s done [2025-06-12T01:51:05.822Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 0.1s done [2025-06-12T01:51:05.822Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:05.822Z] #8 DONE 0.1s [2025-06-12T01:51:05.822Z] [2025-06-12T01:51:05.822Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:05.822Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:06.109Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-06-12T01:51:06.109Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-06-12T01:51:06.109Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:06.368Z] #1 transferring dockerfile: 169B done [2025-06-12T01:51:06.368Z] #1 DONE 0.0s [2025-06-12T01:51:06.368Z] [2025-06-12T01:51:06.368Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-12T01:51:06.368Z] #2 DONE 0.0s [2025-06-12T01:51:06.368Z] [2025-06-12T01:51:06.368Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-12T01:51:06.368Z] #3 DONE 0.0s [2025-06-12T01:51:06.368Z] [2025-06-12T01:51:06.368Z] #4 [internal] load .dockerignore [2025-06-12T01:51:06.368Z] #4 transferring context: 2B done [2025-06-12T01:51:06.368Z] #4 DONE 0.0s [2025-06-12T01:51:06.368Z] [2025-06-12T01:51:06.368Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b [2025-06-12T01:51:06.368Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done [2025-06-12T01:51:06.368Z] #5 DONE 0.0s [2025-06-12T01:51:06.368Z] [2025-06-12T01:51:06.368Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b [2025-06-12T01:51:06.368Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done [2025-06-12T01:51:06.368Z] #6 CACHED [2025-06-12T01:51:06.368Z] [2025-06-12T01:51:06.368Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b [2025-06-12T01:51:06.368Z] #5 CACHED [2025-06-12T01:51:06.368Z] [2025-06-12T01:51:06.368Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:06.368Z] #7 DONE 0.0s [2025-06-12T01:51:06.368Z] [2025-06-12T01:51:06.368Z] #8 exporting to image [2025-06-12T01:51:06.368Z] #8 exporting layers done [2025-06-12T01:51:06.368Z] #8 exporting manifest sha256:7607a2cafe68641702503de1cdad61ee2508e0b2bdc8355fea7e4297b54cf022 done [2025-06-12T01:51:06.368Z] #8 exporting config sha256:6af7ac7fbe91d0435da19f0877df456414ab56e19a197b8aca7dab71c480d7a3 done [2025-06-12T01:51:06.369Z] #8 exporting manifest sha256:8a3ba2073e160f2ba4165f702a955fcbaaf75d9e950f2d9e6a522670533a4999 done [2025-06-12T01:51:06.369Z] #8 exporting config sha256:7e13d1971bd1a7ba321ff982c2729705a1ec392e86e043531b1e68c52d395c7d done [2025-06-12T01:51:06.369Z] #8 exporting manifest list sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 done [2025-06-12T01:51:06.369Z] #8 pushing layers 0.0s done [2025-06-12T01:51:06.369Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 0.1s done [2025-06-12T01:51:06.369Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:06.369Z] #8 DONE 0.1s [2025-06-12T01:51:06.369Z] [2025-06-12T01:51:06.369Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:06.369Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:06.655Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4' [2025-06-12T01:51:06.655Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4 --push - [2025-06-12T01:51:06.941Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:06.941Z] #1 transferring dockerfile: 211B done [2025-06-12T01:51:06.941Z] #1 DONE 0.0s [2025-06-12T01:51:06.941Z] [2025-06-12T01:51:06.941Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:51:06.941Z] #2 DONE 0.1s [2025-06-12T01:51:06.941Z] [2025-06-12T01:51:06.941Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:51:06.941Z] #3 DONE 0.1s [2025-06-12T01:51:06.941Z] [2025-06-12T01:51:06.941Z] #4 [internal] load .dockerignore [2025-06-12T01:51:06.941Z] #4 transferring context: 2B done [2025-06-12T01:51:06.941Z] #4 DONE 0.0s [2025-06-12T01:51:06.941Z] [2025-06-12T01:51:06.941Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 [2025-06-12T01:51:06.941Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 [2025-06-12T01:51:06.941Z] #5 ... [2025-06-12T01:51:06.941Z] [2025-06-12T01:51:06.941Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 [2025-06-12T01:51:06.941Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 0.0s done [2025-06-12T01:51:06.941Z] #6 DONE 0.2s [2025-06-12T01:51:06.941Z] [2025-06-12T01:51:06.941Z] #7 exporting to image [2025-06-12T01:51:06.941Z] #7 exporting layers done [2025-06-12T01:51:06.941Z] #7 exporting manifest sha256:d81c4f15685dc0649bd43c6307577c67118669bf2c6bd1610fc0ae6f8e68ded5 done [2025-06-12T01:51:06.941Z] #7 exporting config sha256:280b3b2f7db4ad50be5ae062ad8ab5ccfb95e4311af4fd4aa7ccd0217993f26e done [2025-06-12T01:51:06.941Z] #7 exporting manifest sha256:44701d99cdd795783fd132899807631853741674fa0aa0dadb6850e6c7e81964 0.0s done [2025-06-12T01:51:06.941Z] #7 exporting config sha256:cd1ce311885b48d7b9034349b0b5b7c82b12317b9df701e08f7f10eb4d0c7afe [2025-06-12T01:51:06.941Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:07.198Z] #7 ... [2025-06-12T01:51:07.198Z] [2025-06-12T01:51:07.198Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:07.198Z] #8 DONE 0.0s [2025-06-12T01:51:07.198Z] [2025-06-12T01:51:07.198Z] #7 exporting to image [2025-06-12T01:51:07.198Z] #7 exporting config sha256:cd1ce311885b48d7b9034349b0b5b7c82b12317b9df701e08f7f10eb4d0c7afe done [2025-06-12T01:51:07.198Z] #7 exporting manifest list sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 0.0s done [2025-06-12T01:51:07.198Z] #7 pushing layers 0.1s done [2025-06-12T01:51:07.198Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 [2025-06-12T01:51:07.198Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 0.1s done [2025-06-12T01:51:07.198Z] #7 DONE 0.2s [2025-06-12T01:51:07.458Z] [2025-06-12T01:51:07.458Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:07.458Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:07.754Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-06-12T01:51:07.754Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-06-12T01:51:08.014Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:08.014Z] #1 transferring dockerfile: 177B done [2025-06-12T01:51:08.014Z] #1 DONE 0.0s [2025-06-12T01:51:08.014Z] [2025-06-12T01:51:08.014Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-12T01:51:08.014Z] #2 DONE 0.0s [2025-06-12T01:51:08.014Z] [2025-06-12T01:51:08.014Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-12T01:51:08.014Z] #3 DONE 0.0s [2025-06-12T01:51:08.014Z] [2025-06-12T01:51:08.014Z] #4 [internal] load .dockerignore [2025-06-12T01:51:08.014Z] #4 transferring context: 2B done [2025-06-12T01:51:08.014Z] #4 DONE 0.0s [2025-06-12T01:51:08.014Z] [2025-06-12T01:51:08.014Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 [2025-06-12T01:51:08.014Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 done [2025-06-12T01:51:08.014Z] #5 DONE 0.0s [2025-06-12T01:51:08.014Z] [2025-06-12T01:51:08.014Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 [2025-06-12T01:51:08.014Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 0.0s done [2025-06-12T01:51:08.014Z] #6 CACHED [2025-06-12T01:51:08.014Z] [2025-06-12T01:51:08.014Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 [2025-06-12T01:51:08.014Z] #5 CACHED [2025-06-12T01:51:08.014Z] [2025-06-12T01:51:08.014Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:08.014Z] #7 DONE 0.0s [2025-06-12T01:51:08.014Z] [2025-06-12T01:51:08.014Z] #8 exporting to image [2025-06-12T01:51:08.014Z] #8 exporting layers done [2025-06-12T01:51:08.014Z] #8 exporting manifest sha256:d81c4f15685dc0649bd43c6307577c67118669bf2c6bd1610fc0ae6f8e68ded5 done [2025-06-12T01:51:08.014Z] #8 exporting config sha256:280b3b2f7db4ad50be5ae062ad8ab5ccfb95e4311af4fd4aa7ccd0217993f26e done [2025-06-12T01:51:08.014Z] #8 exporting manifest sha256:44701d99cdd795783fd132899807631853741674fa0aa0dadb6850e6c7e81964 done [2025-06-12T01:51:08.014Z] #8 exporting config sha256:cd1ce311885b48d7b9034349b0b5b7c82b12317b9df701e08f7f10eb4d0c7afe done [2025-06-12T01:51:08.014Z] #8 exporting manifest list sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 done [2025-06-12T01:51:08.014Z] #8 pushing layers 0.0s done [2025-06-12T01:51:08.014Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 0.1s done [2025-06-12T01:51:08.014Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:08.014Z] #8 DONE 0.1s [2025-06-12T01:51:08.014Z] [2025-06-12T01:51:08.014Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:08.014Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:08.304Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23' [2025-06-12T01:51:08.304Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 --push - [2025-06-12T01:51:08.304Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:08.304Z] #1 transferring dockerfile: 183B done [2025-06-12T01:51:08.304Z] #1 DONE 0.0s [2025-06-12T01:51:08.304Z] [2025-06-12T01:51:08.304Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 [2025-06-12T01:51:08.304Z] #2 DONE 0.0s [2025-06-12T01:51:08.304Z] [2025-06-12T01:51:08.304Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 [2025-06-12T01:51:08.304Z] #3 DONE 0.0s [2025-06-12T01:51:08.304Z] [2025-06-12T01:51:08.304Z] #4 [internal] load .dockerignore [2025-06-12T01:51:08.304Z] #4 transferring context: 2B done [2025-06-12T01:51:08.304Z] #4 DONE 0.0s [2025-06-12T01:51:08.304Z] [2025-06-12T01:51:08.304Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 [2025-06-12T01:51:08.304Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 done [2025-06-12T01:51:08.304Z] #5 DONE 0.0s [2025-06-12T01:51:08.304Z] [2025-06-12T01:51:08.304Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 [2025-06-12T01:51:08.566Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 0.0s done [2025-06-12T01:51:08.566Z] #6 CACHED [2025-06-12T01:51:08.566Z] [2025-06-12T01:51:08.566Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 [2025-06-12T01:51:08.566Z] #5 CACHED [2025-06-12T01:51:08.566Z] [2025-06-12T01:51:08.566Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:08.566Z] #7 DONE 0.0s [2025-06-12T01:51:08.566Z] [2025-06-12T01:51:08.566Z] #8 exporting to image [2025-06-12T01:51:08.566Z] #8 exporting layers done [2025-06-12T01:51:08.566Z] #8 exporting manifest sha256:d81c4f15685dc0649bd43c6307577c67118669bf2c6bd1610fc0ae6f8e68ded5 done [2025-06-12T01:51:08.566Z] #8 exporting config sha256:280b3b2f7db4ad50be5ae062ad8ab5ccfb95e4311af4fd4aa7ccd0217993f26e done [2025-06-12T01:51:08.566Z] #8 exporting manifest sha256:44701d99cdd795783fd132899807631853741674fa0aa0dadb6850e6c7e81964 done [2025-06-12T01:51:08.566Z] #8 exporting config sha256:cd1ce311885b48d7b9034349b0b5b7c82b12317b9df701e08f7f10eb4d0c7afe done [2025-06-12T01:51:08.566Z] #8 exporting manifest list sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 done [2025-06-12T01:51:08.566Z] #8 pushing layers 0.0s done [2025-06-12T01:51:08.566Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23@sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 0.1s done [2025-06-12T01:51:08.566Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:08.566Z] #8 DONE 0.1s [2025-06-12T01:51:08.566Z] [2025-06-12T01:51:08.566Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:08.566Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:08.861Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' [2025-06-12T01:51:08.861Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - [2025-06-12T01:51:09.121Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:09.121Z] #1 transferring dockerfile: 224B done [2025-06-12T01:51:09.121Z] #1 DONE 0.0s [2025-06-12T01:51:09.121Z] [2025-06-12T01:51:09.121Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:51:09.121Z] #2 DONE 0.0s [2025-06-12T01:51:09.121Z] [2025-06-12T01:51:09.121Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:51:09.121Z] #3 DONE 0.0s [2025-06-12T01:51:09.121Z] [2025-06-12T01:51:09.121Z] #4 [internal] load .dockerignore [2025-06-12T01:51:09.121Z] #4 transferring context: 2B done [2025-06-12T01:51:09.121Z] #4 DONE 0.0s [2025-06-12T01:51:09.121Z] [2025-06-12T01:51:09.121Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 [2025-06-12T01:51:09.121Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 0.0s done [2025-06-12T01:51:09.121Z] #5 CACHED [2025-06-12T01:51:09.121Z] [2025-06-12T01:51:09.121Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 [2025-06-12T01:51:09.121Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 0.0s done [2025-06-12T01:51:09.121Z] #6 CACHED [2025-06-12T01:51:09.121Z] [2025-06-12T01:51:09.121Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:09.121Z] #7 DONE 0.0s [2025-06-12T01:51:09.121Z] [2025-06-12T01:51:09.121Z] #8 exporting to image [2025-06-12T01:51:09.121Z] #8 exporting layers done [2025-06-12T01:51:09.121Z] #8 exporting manifest sha256:d81c4f15685dc0649bd43c6307577c67118669bf2c6bd1610fc0ae6f8e68ded5 done [2025-06-12T01:51:09.121Z] #8 exporting config sha256:280b3b2f7db4ad50be5ae062ad8ab5ccfb95e4311af4fd4aa7ccd0217993f26e done [2025-06-12T01:51:09.121Z] #8 exporting manifest sha256:44701d99cdd795783fd132899807631853741674fa0aa0dadb6850e6c7e81964 done [2025-06-12T01:51:09.121Z] #8 exporting config sha256:cd1ce311885b48d7b9034349b0b5b7c82b12317b9df701e08f7f10eb4d0c7afe done [2025-06-12T01:51:09.121Z] #8 exporting manifest list sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 done [2025-06-12T01:51:09.121Z] #8 pushing layers 0.0s done [2025-06-12T01:51:09.121Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 0.1s done [2025-06-12T01:51:09.121Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:09.121Z] #8 DONE 0.1s [2025-06-12T01:51:09.121Z] [2025-06-12T01:51:09.121Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:09.121Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:09.410Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-06-12T01:51:09.410Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-06-12T01:51:09.410Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:09.410Z] #1 transferring dockerfile: 175B done [2025-06-12T01:51:09.410Z] #1 DONE 0.0s [2025-06-12T01:51:09.410Z] [2025-06-12T01:51:09.410Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-12T01:51:09.410Z] #2 DONE 0.0s [2025-06-12T01:51:09.410Z] [2025-06-12T01:51:09.410Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-12T01:51:09.410Z] #3 DONE 0.0s [2025-06-12T01:51:09.410Z] [2025-06-12T01:51:09.410Z] #4 [internal] load .dockerignore [2025-06-12T01:51:09.410Z] #4 transferring context: 2B done [2025-06-12T01:51:09.410Z] #4 DONE 0.0s [2025-06-12T01:51:09.671Z] [2025-06-12T01:51:09.672Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 [2025-06-12T01:51:09.672Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 0.0s done [2025-06-12T01:51:09.672Z] #5 CACHED [2025-06-12T01:51:09.672Z] [2025-06-12T01:51:09.672Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 [2025-06-12T01:51:09.672Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 0.0s done [2025-06-12T01:51:09.672Z] #6 CACHED [2025-06-12T01:51:09.672Z] [2025-06-12T01:51:09.672Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:09.672Z] #7 DONE 0.0s [2025-06-12T01:51:09.672Z] [2025-06-12T01:51:09.672Z] #8 exporting to image [2025-06-12T01:51:09.672Z] #8 exporting layers done [2025-06-12T01:51:09.672Z] #8 exporting manifest sha256:d81c4f15685dc0649bd43c6307577c67118669bf2c6bd1610fc0ae6f8e68ded5 done [2025-06-12T01:51:09.672Z] #8 exporting config sha256:280b3b2f7db4ad50be5ae062ad8ab5ccfb95e4311af4fd4aa7ccd0217993f26e done [2025-06-12T01:51:09.672Z] #8 exporting manifest sha256:44701d99cdd795783fd132899807631853741674fa0aa0dadb6850e6c7e81964 done [2025-06-12T01:51:09.672Z] #8 exporting config sha256:cd1ce311885b48d7b9034349b0b5b7c82b12317b9df701e08f7f10eb4d0c7afe done [2025-06-12T01:51:09.672Z] #8 exporting manifest list sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 done [2025-06-12T01:51:09.672Z] #8 pushing layers 0.0s done [2025-06-12T01:51:09.672Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 [2025-06-12T01:51:09.672Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:09.672Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 0.1s done [2025-06-12T01:51:09.672Z] #8 DONE 0.1s [2025-06-12T01:51:09.672Z] [2025-06-12T01:51:09.672Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:09.672Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:09.987Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4' [2025-06-12T01:51:09.987Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4 --push - [2025-06-12T01:51:10.249Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:10.249Z] #1 transferring dockerfile: 215B done [2025-06-12T01:51:10.249Z] #1 DONE 0.0s [2025-06-12T01:51:10.249Z] [2025-06-12T01:51:10.249Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:51:10.249Z] #2 DONE 0.0s [2025-06-12T01:51:10.249Z] [2025-06-12T01:51:10.249Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:51:10.249Z] #3 DONE 0.1s [2025-06-12T01:51:10.249Z] [2025-06-12T01:51:10.249Z] #4 [internal] load .dockerignore [2025-06-12T01:51:10.249Z] #4 transferring context: 2B done [2025-06-12T01:51:10.249Z] #4 DONE 0.0s [2025-06-12T01:51:10.249Z] [2025-06-12T01:51:10.249Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 [2025-06-12T01:51:10.249Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done [2025-06-12T01:51:10.249Z] #5 DONE 0.0s [2025-06-12T01:51:10.249Z] [2025-06-12T01:51:10.249Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 [2025-06-12T01:51:10.249Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done [2025-06-12T01:51:10.249Z] #6 DONE 0.1s [2025-06-12T01:51:10.513Z] [2025-06-12T01:51:10.513Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:10.513Z] #7 DONE 0.0s [2025-06-12T01:51:10.513Z] [2025-06-12T01:51:10.513Z] #8 exporting to image [2025-06-12T01:51:10.513Z] #8 exporting layers done [2025-06-12T01:51:10.513Z] #8 exporting manifest sha256:b2ef7f1a34ceb0c84de7add2871b0f12196dfec7093dcb31cb726f65341ef165 0.0s done [2025-06-12T01:51:10.513Z] #8 exporting config sha256:add58ce069e5b3a628160bd2fca51eaee1ddca7e51db114aadf9063046cc4a72 0.0s done [2025-06-12T01:51:10.513Z] #8 exporting manifest sha256:3fdba89f2e53bc97b9cbff2fc0448c57f3c9b1cccd37f0158de4caab57718e9a done [2025-06-12T01:51:10.513Z] #8 exporting config sha256:76632d864e1eec20cf5b396dc48a7663326214def7a17b70d9649455f047d05f 0.0s done [2025-06-12T01:51:10.513Z] #8 exporting manifest list sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 0.0s done [2025-06-12T01:51:10.513Z] #8 pushing layers [2025-06-12T01:51:10.513Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:10.513Z] #8 pushing layers 0.1s done [2025-06-12T01:51:10.513Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 0.1s done [2025-06-12T01:51:10.513Z] #8 DONE 0.2s [2025-06-12T01:51:10.513Z] [2025-06-12T01:51:10.513Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:10.513Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:10.824Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-06-12T01:51:10.824Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-06-12T01:51:10.824Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:10.824Z] #1 transferring dockerfile: 181B done [2025-06-12T01:51:10.824Z] #1 DONE 0.0s [2025-06-12T01:51:10.824Z] [2025-06-12T01:51:10.824Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-12T01:51:10.824Z] #2 DONE 0.0s [2025-06-12T01:51:10.824Z] [2025-06-12T01:51:10.824Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-12T01:51:10.824Z] #3 DONE 0.0s [2025-06-12T01:51:10.824Z] [2025-06-12T01:51:10.824Z] #4 [internal] load .dockerignore [2025-06-12T01:51:10.824Z] #4 transferring context: 2B done [2025-06-12T01:51:10.824Z] #4 DONE 0.0s [2025-06-12T01:51:10.824Z] [2025-06-12T01:51:10.824Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 [2025-06-12T01:51:10.824Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done [2025-06-12T01:51:10.824Z] #5 DONE 0.0s [2025-06-12T01:51:10.824Z] [2025-06-12T01:51:10.824Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 [2025-06-12T01:51:11.096Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done [2025-06-12T01:51:11.096Z] #6 CACHED [2025-06-12T01:51:11.096Z] [2025-06-12T01:51:11.096Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 [2025-06-12T01:51:11.096Z] #5 CACHED [2025-06-12T01:51:11.096Z] [2025-06-12T01:51:11.096Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:11.096Z] #7 DONE 0.0s [2025-06-12T01:51:11.096Z] [2025-06-12T01:51:11.096Z] #8 exporting to image [2025-06-12T01:51:11.096Z] #8 exporting layers done [2025-06-12T01:51:11.096Z] #8 exporting manifest sha256:b2ef7f1a34ceb0c84de7add2871b0f12196dfec7093dcb31cb726f65341ef165 done [2025-06-12T01:51:11.096Z] #8 exporting config sha256:add58ce069e5b3a628160bd2fca51eaee1ddca7e51db114aadf9063046cc4a72 done [2025-06-12T01:51:11.096Z] #8 exporting manifest sha256:3fdba89f2e53bc97b9cbff2fc0448c57f3c9b1cccd37f0158de4caab57718e9a done [2025-06-12T01:51:11.096Z] #8 exporting config sha256:76632d864e1eec20cf5b396dc48a7663326214def7a17b70d9649455f047d05f done [2025-06-12T01:51:11.096Z] #8 exporting manifest list sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 done [2025-06-12T01:51:11.096Z] #8 pushing layers 0.0s done [2025-06-12T01:51:11.096Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 0.1s done [2025-06-12T01:51:11.096Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:11.096Z] #8 DONE 0.1s [2025-06-12T01:51:11.096Z] [2025-06-12T01:51:11.096Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:11.096Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:11.398Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 --push - [2025-06-12T01:51:11.398Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23' [2025-06-12T01:51:11.398Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:11.398Z] #1 transferring dockerfile: 187B done [2025-06-12T01:51:11.398Z] #1 DONE 0.0s [2025-06-12T01:51:11.398Z] [2025-06-12T01:51:11.398Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 [2025-06-12T01:51:11.398Z] #2 DONE 0.0s [2025-06-12T01:51:11.398Z] [2025-06-12T01:51:11.398Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 [2025-06-12T01:51:11.398Z] #3 DONE 0.0s [2025-06-12T01:51:11.398Z] [2025-06-12T01:51:11.398Z] #4 [internal] load .dockerignore [2025-06-12T01:51:11.398Z] #4 transferring context: 2B done [2025-06-12T01:51:11.398Z] #4 DONE 0.0s [2025-06-12T01:51:11.398Z] [2025-06-12T01:51:11.398Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 [2025-06-12T01:51:11.398Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done [2025-06-12T01:51:11.398Z] #5 DONE 0.0s [2025-06-12T01:51:11.398Z] [2025-06-12T01:51:11.398Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 [2025-06-12T01:51:11.667Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done [2025-06-12T01:51:11.667Z] #6 CACHED [2025-06-12T01:51:11.667Z] [2025-06-12T01:51:11.667Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 [2025-06-12T01:51:11.667Z] #5 CACHED [2025-06-12T01:51:11.667Z] [2025-06-12T01:51:11.667Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:11.667Z] #7 DONE 0.0s [2025-06-12T01:51:11.667Z] [2025-06-12T01:51:11.667Z] #8 exporting to image [2025-06-12T01:51:11.667Z] #8 exporting layers done [2025-06-12T01:51:11.667Z] #8 exporting manifest sha256:b2ef7f1a34ceb0c84de7add2871b0f12196dfec7093dcb31cb726f65341ef165 done [2025-06-12T01:51:11.667Z] #8 exporting config sha256:add58ce069e5b3a628160bd2fca51eaee1ddca7e51db114aadf9063046cc4a72 done [2025-06-12T01:51:11.668Z] #8 exporting manifest sha256:3fdba89f2e53bc97b9cbff2fc0448c57f3c9b1cccd37f0158de4caab57718e9a done [2025-06-12T01:51:11.668Z] #8 exporting config sha256:76632d864e1eec20cf5b396dc48a7663326214def7a17b70d9649455f047d05f done [2025-06-12T01:51:11.668Z] #8 exporting manifest list sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 done [2025-06-12T01:51:11.668Z] #8 pushing layers 0.0s done [2025-06-12T01:51:11.668Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23@sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 0.1s done [2025-06-12T01:51:11.668Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:11.668Z] #8 DONE 0.1s [2025-06-12T01:51:11.668Z] [2025-06-12T01:51:11.668Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:11.668Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:11.973Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - [2025-06-12T01:51:11.973Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' [2025-06-12T01:51:12.230Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:12.230Z] #1 transferring dockerfile: 228B done [2025-06-12T01:51:12.230Z] #1 DONE 0.0s [2025-06-12T01:51:12.230Z] [2025-06-12T01:51:12.230Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:51:12.230Z] #2 DONE 0.0s [2025-06-12T01:51:12.230Z] [2025-06-12T01:51:12.230Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:51:12.230Z] #3 DONE 0.0s [2025-06-12T01:51:12.230Z] [2025-06-12T01:51:12.230Z] #4 [internal] load .dockerignore [2025-06-12T01:51:12.230Z] #4 transferring context: 2B done [2025-06-12T01:51:12.230Z] #4 DONE 0.0s [2025-06-12T01:51:12.230Z] [2025-06-12T01:51:12.230Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 [2025-06-12T01:51:12.230Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done [2025-06-12T01:51:12.230Z] #5 CACHED [2025-06-12T01:51:12.230Z] [2025-06-12T01:51:12.230Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 [2025-06-12T01:51:12.230Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done [2025-06-12T01:51:12.230Z] #6 CACHED [2025-06-12T01:51:12.230Z] [2025-06-12T01:51:12.230Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:12.230Z] #7 DONE 0.0s [2025-06-12T01:51:12.230Z] [2025-06-12T01:51:12.230Z] #8 exporting to image [2025-06-12T01:51:12.230Z] #8 exporting layers done [2025-06-12T01:51:12.230Z] #8 exporting manifest sha256:b2ef7f1a34ceb0c84de7add2871b0f12196dfec7093dcb31cb726f65341ef165 done [2025-06-12T01:51:12.230Z] #8 exporting config sha256:add58ce069e5b3a628160bd2fca51eaee1ddca7e51db114aadf9063046cc4a72 done [2025-06-12T01:51:12.230Z] #8 exporting manifest sha256:3fdba89f2e53bc97b9cbff2fc0448c57f3c9b1cccd37f0158de4caab57718e9a done [2025-06-12T01:51:12.230Z] #8 exporting config sha256:76632d864e1eec20cf5b396dc48a7663326214def7a17b70d9649455f047d05f done [2025-06-12T01:51:12.230Z] #8 exporting manifest list sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 done [2025-06-12T01:51:12.230Z] #8 pushing layers 0.0s done [2025-06-12T01:51:12.230Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 0.1s done [2025-06-12T01:51:12.230Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:12.230Z] #8 DONE 0.1s [2025-06-12T01:51:12.230Z] [2025-06-12T01:51:12.230Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:12.230Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:12.512Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-06-12T01:51:12.512Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-06-12T01:51:12.512Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:12.512Z] #1 transferring dockerfile: 179B done [2025-06-12T01:51:12.512Z] #1 DONE 0.0s [2025-06-12T01:51:12.512Z] [2025-06-12T01:51:12.512Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-12T01:51:12.512Z] #2 DONE 0.0s [2025-06-12T01:51:12.512Z] [2025-06-12T01:51:12.512Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-12T01:51:12.512Z] #3 DONE 0.0s [2025-06-12T01:51:12.512Z] [2025-06-12T01:51:12.512Z] #4 [internal] load .dockerignore [2025-06-12T01:51:12.512Z] #4 transferring context: 2B done [2025-06-12T01:51:12.512Z] #4 DONE 0.0s [2025-06-12T01:51:12.512Z] [2025-06-12T01:51:12.512Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 [2025-06-12T01:51:12.512Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done [2025-06-12T01:51:12.512Z] #5 CACHED [2025-06-12T01:51:12.512Z] [2025-06-12T01:51:12.512Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 [2025-06-12T01:51:12.771Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done [2025-06-12T01:51:12.771Z] #6 CACHED [2025-06-12T01:51:12.771Z] [2025-06-12T01:51:12.771Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:12.771Z] #7 DONE 0.0s [2025-06-12T01:51:12.771Z] [2025-06-12T01:51:12.771Z] #8 exporting to image [2025-06-12T01:51:12.771Z] #8 exporting layers done [2025-06-12T01:51:12.771Z] #8 exporting manifest sha256:b2ef7f1a34ceb0c84de7add2871b0f12196dfec7093dcb31cb726f65341ef165 done [2025-06-12T01:51:12.771Z] #8 exporting config sha256:add58ce069e5b3a628160bd2fca51eaee1ddca7e51db114aadf9063046cc4a72 done [2025-06-12T01:51:12.771Z] #8 exporting manifest sha256:3fdba89f2e53bc97b9cbff2fc0448c57f3c9b1cccd37f0158de4caab57718e9a done [2025-06-12T01:51:12.771Z] #8 exporting config sha256:76632d864e1eec20cf5b396dc48a7663326214def7a17b70d9649455f047d05f done [2025-06-12T01:51:12.771Z] #8 exporting manifest list sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 done [2025-06-12T01:51:12.771Z] #8 pushing layers 0.0s done [2025-06-12T01:51:12.771Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 0.1s done [2025-06-12T01:51:12.771Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:12.771Z] #8 DONE 0.1s [2025-06-12T01:51:12.771Z] [2025-06-12T01:51:12.771Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:12.771Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:13.054Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4' [2025-06-12T01:51:13.054Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4 --push - [2025-06-12T01:51:13.054Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:13.054Z] #1 transferring dockerfile: 205B done [2025-06-12T01:51:13.054Z] #1 DONE 0.0s [2025-06-12T01:51:13.054Z] [2025-06-12T01:51:13.054Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:51:13.054Z] #2 DONE 0.0s [2025-06-12T01:51:13.054Z] [2025-06-12T01:51:13.054Z] #3 [internal] load .dockerignore [2025-06-12T01:51:13.054Z] #3 transferring context: 2B done [2025-06-12T01:51:13.054Z] #3 DONE 0.0s [2025-06-12T01:51:13.054Z] [2025-06-12T01:51:13.054Z] #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:51:13.054Z] #4 DONE 0.1s [2025-06-12T01:51:13.314Z] [2025-06-12T01:51:13.314Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 [2025-06-12T01:51:13.314Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 0.0s done [2025-06-12T01:51:13.314Z] #5 DONE 0.0s [2025-06-12T01:51:13.314Z] [2025-06-12T01:51:13.314Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 [2025-06-12T01:51:13.314Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 0.0s done [2025-06-12T01:51:13.314Z] #6 DONE 0.1s [2025-06-12T01:51:13.314Z] [2025-06-12T01:51:13.314Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:13.314Z] #7 DONE 0.0s [2025-06-12T01:51:13.314Z] [2025-06-12T01:51:13.314Z] #8 exporting to image [2025-06-12T01:51:13.314Z] #8 exporting layers done [2025-06-12T01:51:13.314Z] #8 exporting manifest sha256:45e9e7d3f8daa8a2f07c17a7baaaeeaf277ca44f50430c93731c91261fb1a647 done [2025-06-12T01:51:13.314Z] #8 exporting config sha256:3bc1476efd222e48e1dd95ac028b926c5e7acf40336fb2b5c456fc1f73d0a794 done [2025-06-12T01:51:13.314Z] #8 exporting manifest sha256:ace792a56e169046b2f3c3a7bbff55bf5a53e5d051f9c42a93e8a16e70805dd3 done [2025-06-12T01:51:13.314Z] #8 exporting config sha256:ba7ce31b4e42c7b5ab39b95dccd62bdbe090e8e3fa9dfdf6d8972127cc577a53 done [2025-06-12T01:51:13.314Z] #8 exporting manifest list sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de done [2025-06-12T01:51:13.314Z] #8 pushing layers 0.1s done [2025-06-12T01:51:13.314Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de [2025-06-12T01:51:13.314Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:13.573Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de 0.1s done [2025-06-12T01:51:13.573Z] #8 DONE 0.2s [2025-06-12T01:51:13.573Z] [2025-06-12T01:51:13.573Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:13.573Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:13.861Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-06-12T01:51:13.861Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-06-12T01:51:13.861Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:14.122Z] #1 transferring dockerfile: 171B done [2025-06-12T01:51:14.122Z] #1 DONE 0.0s [2025-06-12T01:51:14.122Z] [2025-06-12T01:51:14.122Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-12T01:51:14.122Z] #2 DONE 0.0s [2025-06-12T01:51:14.122Z] [2025-06-12T01:51:14.122Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-12T01:51:14.122Z] #3 DONE 0.0s [2025-06-12T01:51:14.122Z] [2025-06-12T01:51:14.122Z] #4 [internal] load .dockerignore [2025-06-12T01:51:14.122Z] #4 transferring context: 2B done [2025-06-12T01:51:14.122Z] #4 DONE 0.0s [2025-06-12T01:51:14.122Z] [2025-06-12T01:51:14.122Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 [2025-06-12T01:51:14.122Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 0.0s done [2025-06-12T01:51:14.122Z] #5 CACHED [2025-06-12T01:51:14.122Z] [2025-06-12T01:51:14.122Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 [2025-06-12T01:51:14.122Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 0.0s done [2025-06-12T01:51:14.122Z] #6 CACHED [2025-06-12T01:51:14.122Z] [2025-06-12T01:51:14.122Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:14.122Z] #7 DONE 0.0s [2025-06-12T01:51:14.122Z] [2025-06-12T01:51:14.122Z] #8 exporting to image [2025-06-12T01:51:14.122Z] #8 exporting layers done [2025-06-12T01:51:14.122Z] #8 exporting manifest sha256:45e9e7d3f8daa8a2f07c17a7baaaeeaf277ca44f50430c93731c91261fb1a647 done [2025-06-12T01:51:14.122Z] #8 exporting config sha256:3bc1476efd222e48e1dd95ac028b926c5e7acf40336fb2b5c456fc1f73d0a794 done [2025-06-12T01:51:14.122Z] #8 exporting manifest sha256:ace792a56e169046b2f3c3a7bbff55bf5a53e5d051f9c42a93e8a16e70805dd3 done [2025-06-12T01:51:14.122Z] #8 exporting config sha256:ba7ce31b4e42c7b5ab39b95dccd62bdbe090e8e3fa9dfdf6d8972127cc577a53 done [2025-06-12T01:51:14.122Z] #8 exporting manifest list sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de done [2025-06-12T01:51:14.122Z] #8 pushing layers 0.0s done [2025-06-12T01:51:14.122Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de [2025-06-12T01:51:14.122Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:14.122Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de 0.1s done [2025-06-12T01:51:14.122Z] #8 DONE 0.2s [2025-06-12T01:51:14.122Z] [2025-06-12T01:51:14.122Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:14.122Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:14.404Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23' [2025-06-12T01:51:14.404Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 --push - [2025-06-12T01:51:14.664Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:14.664Z] #1 transferring dockerfile: 177B done [2025-06-12T01:51:14.664Z] #1 DONE 0.0s [2025-06-12T01:51:14.664Z] [2025-06-12T01:51:14.664Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 [2025-06-12T01:51:14.664Z] #2 DONE 0.0s [2025-06-12T01:51:14.664Z] [2025-06-12T01:51:14.664Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 [2025-06-12T01:51:14.664Z] #3 DONE 0.0s [2025-06-12T01:51:14.664Z] [2025-06-12T01:51:14.664Z] #4 [internal] load .dockerignore [2025-06-12T01:51:14.664Z] #4 transferring context: 2B done [2025-06-12T01:51:14.664Z] #4 DONE 0.0s [2025-06-12T01:51:14.664Z] [2025-06-12T01:51:14.664Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 [2025-06-12T01:51:14.664Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 done [2025-06-12T01:51:14.664Z] #5 CACHED [2025-06-12T01:51:14.664Z] [2025-06-12T01:51:14.664Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 [2025-06-12T01:51:14.664Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 done [2025-06-12T01:51:14.664Z] #6 DONE 0.0s [2025-06-12T01:51:14.664Z] [2025-06-12T01:51:14.664Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 [2025-06-12T01:51:14.664Z] #6 CACHED [2025-06-12T01:51:14.664Z] [2025-06-12T01:51:14.664Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:14.664Z] #7 DONE 0.0s [2025-06-12T01:51:14.664Z] [2025-06-12T01:51:14.664Z] #8 exporting to image [2025-06-12T01:51:14.664Z] #8 exporting layers done [2025-06-12T01:51:14.664Z] #8 exporting manifest sha256:45e9e7d3f8daa8a2f07c17a7baaaeeaf277ca44f50430c93731c91261fb1a647 done [2025-06-12T01:51:14.664Z] #8 exporting config sha256:3bc1476efd222e48e1dd95ac028b926c5e7acf40336fb2b5c456fc1f73d0a794 done [2025-06-12T01:51:14.664Z] #8 exporting manifest sha256:ace792a56e169046b2f3c3a7bbff55bf5a53e5d051f9c42a93e8a16e70805dd3 done [2025-06-12T01:51:14.664Z] #8 exporting config sha256:ba7ce31b4e42c7b5ab39b95dccd62bdbe090e8e3fa9dfdf6d8972127cc577a53 done [2025-06-12T01:51:14.664Z] #8 exporting manifest list sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de done [2025-06-12T01:51:14.664Z] #8 pushing layers 0.0s done [2025-06-12T01:51:14.664Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23@sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de 0.1s done [2025-06-12T01:51:14.664Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:14.664Z] #8 DONE 0.1s [2025-06-12T01:51:14.664Z] [2025-06-12T01:51:14.664Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:14.664Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:14.965Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' [2025-06-12T01:51:14.965Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - [2025-06-12T01:51:14.965Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:14.965Z] #1 transferring dockerfile: 218B done [2025-06-12T01:51:14.965Z] #1 DONE 0.0s [2025-06-12T01:51:14.965Z] [2025-06-12T01:51:14.965Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:51:14.965Z] #2 DONE 0.0s [2025-06-12T01:51:14.965Z] [2025-06-12T01:51:14.965Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:51:14.965Z] #3 DONE 0.0s [2025-06-12T01:51:14.965Z] [2025-06-12T01:51:14.965Z] #4 [internal] load .dockerignore [2025-06-12T01:51:14.965Z] #4 transferring context: 2B done [2025-06-12T01:51:14.965Z] #4 DONE 0.0s [2025-06-12T01:51:14.965Z] [2025-06-12T01:51:14.965Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 [2025-06-12T01:51:14.965Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 0.0s done [2025-06-12T01:51:14.965Z] #5 DONE 0.0s [2025-06-12T01:51:14.965Z] [2025-06-12T01:51:14.965Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 [2025-06-12T01:51:15.225Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 0.0s done [2025-06-12T01:51:15.225Z] #6 CACHED [2025-06-12T01:51:15.225Z] [2025-06-12T01:51:15.225Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 [2025-06-12T01:51:15.225Z] #5 CACHED [2025-06-12T01:51:15.225Z] [2025-06-12T01:51:15.225Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:15.225Z] #7 DONE 0.0s [2025-06-12T01:51:15.225Z] [2025-06-12T01:51:15.225Z] #8 exporting to image [2025-06-12T01:51:15.225Z] #8 exporting layers done [2025-06-12T01:51:15.225Z] #8 exporting manifest sha256:45e9e7d3f8daa8a2f07c17a7baaaeeaf277ca44f50430c93731c91261fb1a647 done [2025-06-12T01:51:15.225Z] #8 exporting config sha256:3bc1476efd222e48e1dd95ac028b926c5e7acf40336fb2b5c456fc1f73d0a794 done [2025-06-12T01:51:15.225Z] #8 exporting manifest sha256:ace792a56e169046b2f3c3a7bbff55bf5a53e5d051f9c42a93e8a16e70805dd3 done [2025-06-12T01:51:15.225Z] #8 exporting config sha256:ba7ce31b4e42c7b5ab39b95dccd62bdbe090e8e3fa9dfdf6d8972127cc577a53 done [2025-06-12T01:51:15.225Z] #8 exporting manifest list sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de done [2025-06-12T01:51:15.225Z] #8 pushing layers 0.0s done [2025-06-12T01:51:15.225Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de 0.1s done [2025-06-12T01:51:15.225Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:15.225Z] #8 DONE 0.1s [2025-06-12T01:51:15.225Z] [2025-06-12T01:51:15.225Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:15.225Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:15.520Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-06-12T01:51:15.520Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-06-12T01:51:15.520Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:15.520Z] #1 transferring dockerfile: 169B done [2025-06-12T01:51:15.520Z] #1 DONE 0.0s [2025-06-12T01:51:15.520Z] [2025-06-12T01:51:15.520Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-12T01:51:15.520Z] #2 DONE 0.0s [2025-06-12T01:51:15.520Z] [2025-06-12T01:51:15.520Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-12T01:51:15.520Z] #3 DONE 0.0s [2025-06-12T01:51:15.520Z] [2025-06-12T01:51:15.520Z] #4 [internal] load .dockerignore [2025-06-12T01:51:15.520Z] #4 transferring context: 2B done [2025-06-12T01:51:15.520Z] #4 DONE 0.0s [2025-06-12T01:51:15.520Z] [2025-06-12T01:51:15.520Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 [2025-06-12T01:51:15.520Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 [2025-06-12T01:51:15.779Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 0.0s done [2025-06-12T01:51:15.779Z] #5 CACHED [2025-06-12T01:51:15.779Z] [2025-06-12T01:51:15.779Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 [2025-06-12T01:51:15.779Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 0.0s done [2025-06-12T01:51:15.779Z] #6 CACHED [2025-06-12T01:51:15.779Z] [2025-06-12T01:51:15.779Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:15.779Z] #7 DONE 0.0s [2025-06-12T01:51:15.779Z] [2025-06-12T01:51:15.779Z] #8 exporting to image [2025-06-12T01:51:15.779Z] #8 exporting layers done [2025-06-12T01:51:15.779Z] #8 exporting manifest sha256:45e9e7d3f8daa8a2f07c17a7baaaeeaf277ca44f50430c93731c91261fb1a647 done [2025-06-12T01:51:15.779Z] #8 exporting config sha256:3bc1476efd222e48e1dd95ac028b926c5e7acf40336fb2b5c456fc1f73d0a794 done [2025-06-12T01:51:15.779Z] #8 exporting manifest sha256:ace792a56e169046b2f3c3a7bbff55bf5a53e5d051f9c42a93e8a16e70805dd3 done [2025-06-12T01:51:15.779Z] #8 exporting config sha256:ba7ce31b4e42c7b5ab39b95dccd62bdbe090e8e3fa9dfdf6d8972127cc577a53 done [2025-06-12T01:51:15.779Z] #8 exporting manifest list sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de done [2025-06-12T01:51:15.779Z] #8 pushing layers 0.0s done [2025-06-12T01:51:15.779Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de 0.1s done [2025-06-12T01:51:15.779Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:15.779Z] #8 DONE 0.1s [2025-06-12T01:51:15.779Z] [2025-06-12T01:51:15.779Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:15.779Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:16.065Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4' [2025-06-12T01:51:16.065Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4 --push - [2025-06-12T01:51:16.065Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:16.065Z] #1 transferring dockerfile: 206B done [2025-06-12T01:51:16.065Z] #1 DONE 0.0s [2025-06-12T01:51:16.065Z] [2025-06-12T01:51:16.065Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:51:16.065Z] #2 DONE 0.0s [2025-06-12T01:51:16.065Z] [2025-06-12T01:51:16.065Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:51:16.065Z] #3 DONE 0.0s [2025-06-12T01:51:16.065Z] [2025-06-12T01:51:16.065Z] #4 [internal] load .dockerignore [2025-06-12T01:51:16.065Z] #4 transferring context: 2B done [2025-06-12T01:51:16.065Z] #4 DONE 0.0s [2025-06-12T01:51:16.323Z] [2025-06-12T01:51:16.323Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 [2025-06-12T01:51:16.323Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 [2025-06-12T01:51:16.323Z] #5 ... [2025-06-12T01:51:16.323Z] [2025-06-12T01:51:16.323Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 [2025-06-12T01:51:16.323Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 done [2025-06-12T01:51:16.323Z] #6 DONE 0.1s [2025-06-12T01:51:16.323Z] [2025-06-12T01:51:16.323Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:16.323Z] #7 DONE 0.0s [2025-06-12T01:51:16.323Z] [2025-06-12T01:51:16.323Z] #8 exporting to image [2025-06-12T01:51:16.323Z] #8 exporting layers done [2025-06-12T01:51:16.323Z] #8 exporting manifest sha256:fba3d3232d644b0d4110bdb3e37cee71085cbd7d57913a2dae1f83a5dfbd139a 0.0s done [2025-06-12T01:51:16.323Z] #8 exporting config sha256:1315075bc01a7cdab3b786ee9966de3d51bc451bcc52b2ad480a61afe9305f81 done [2025-06-12T01:51:16.323Z] #8 exporting manifest sha256:f0ad554d9582de1d59b2b47749063ee7a11941d356d1a8a404cc685ca8b82740 done [2025-06-12T01:51:16.323Z] #8 exporting config sha256:ebcd66e1e5133b694eef4cedaba7444496ad2f23f46b120121f2b1871dff7780 done [2025-06-12T01:51:16.323Z] #8 exporting manifest list sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 done [2025-06-12T01:51:16.323Z] #8 pushing layers [2025-06-12T01:51:16.323Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:16.581Z] #8 pushing layers 0.1s done [2025-06-12T01:51:16.581Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 0.1s done [2025-06-12T01:51:16.581Z] #8 DONE 0.2s [2025-06-12T01:51:16.581Z] [2025-06-12T01:51:16.581Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:16.581Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:16.866Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-06-12T01:51:16.866Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-06-12T01:51:16.866Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:16.866Z] #1 transferring dockerfile: 172B done [2025-06-12T01:51:16.866Z] #1 DONE 0.0s [2025-06-12T01:51:16.866Z] [2025-06-12T01:51:16.866Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-12T01:51:16.866Z] #2 DONE 0.0s [2025-06-12T01:51:16.866Z] [2025-06-12T01:51:16.866Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-12T01:51:16.866Z] #3 DONE 0.0s [2025-06-12T01:51:16.866Z] [2025-06-12T01:51:16.866Z] #4 [internal] load .dockerignore [2025-06-12T01:51:16.866Z] #4 transferring context: 2B done [2025-06-12T01:51:16.866Z] #4 DONE 0.0s [2025-06-12T01:51:16.866Z] [2025-06-12T01:51:16.866Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 [2025-06-12T01:51:16.866Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 0.0s done [2025-06-12T01:51:16.866Z] #5 DONE 0.0s [2025-06-12T01:51:16.866Z] [2025-06-12T01:51:16.866Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 [2025-06-12T01:51:17.125Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 0.0s done [2025-06-12T01:51:17.126Z] #6 CACHED [2025-06-12T01:51:17.126Z] [2025-06-12T01:51:17.126Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 [2025-06-12T01:51:17.126Z] #5 CACHED [2025-06-12T01:51:17.126Z] [2025-06-12T01:51:17.126Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:17.126Z] #7 DONE 0.0s [2025-06-12T01:51:17.126Z] [2025-06-12T01:51:17.126Z] #8 exporting to image [2025-06-12T01:51:17.126Z] #8 exporting layers done [2025-06-12T01:51:17.126Z] #8 exporting manifest sha256:fba3d3232d644b0d4110bdb3e37cee71085cbd7d57913a2dae1f83a5dfbd139a done [2025-06-12T01:51:17.126Z] #8 exporting config sha256:1315075bc01a7cdab3b786ee9966de3d51bc451bcc52b2ad480a61afe9305f81 done [2025-06-12T01:51:17.126Z] #8 exporting manifest sha256:f0ad554d9582de1d59b2b47749063ee7a11941d356d1a8a404cc685ca8b82740 done [2025-06-12T01:51:17.126Z] #8 exporting config sha256:ebcd66e1e5133b694eef4cedaba7444496ad2f23f46b120121f2b1871dff7780 done [2025-06-12T01:51:17.126Z] #8 exporting manifest list sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 done [2025-06-12T01:51:17.126Z] #8 pushing layers 0.0s done [2025-06-12T01:51:17.126Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 0.1s done [2025-06-12T01:51:17.126Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:17.126Z] #8 DONE 0.1s [2025-06-12T01:51:17.126Z] [2025-06-12T01:51:17.126Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:17.126Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:17.414Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 --push - [2025-06-12T01:51:17.414Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23' [2025-06-12T01:51:17.414Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:17.414Z] #1 transferring dockerfile: 178B done [2025-06-12T01:51:17.414Z] #1 DONE 0.0s [2025-06-12T01:51:17.414Z] [2025-06-12T01:51:17.414Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 [2025-06-12T01:51:17.414Z] #2 DONE 0.0s [2025-06-12T01:51:17.414Z] [2025-06-12T01:51:17.414Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 [2025-06-12T01:51:17.414Z] #3 DONE 0.0s [2025-06-12T01:51:17.414Z] [2025-06-12T01:51:17.414Z] #4 [internal] load .dockerignore [2025-06-12T01:51:17.414Z] #4 transferring context: 2B done [2025-06-12T01:51:17.414Z] #4 DONE 0.0s [2025-06-12T01:51:17.414Z] [2025-06-12T01:51:17.414Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 [2025-06-12T01:51:17.414Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 0.0s done [2025-06-12T01:51:17.414Z] #5 DONE 0.0s [2025-06-12T01:51:17.414Z] [2025-06-12T01:51:17.414Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 [2025-06-12T01:51:17.676Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 0.0s done [2025-06-12T01:51:17.676Z] #6 CACHED [2025-06-12T01:51:17.676Z] [2025-06-12T01:51:17.676Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 [2025-06-12T01:51:17.676Z] #5 CACHED [2025-06-12T01:51:17.676Z] [2025-06-12T01:51:17.676Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:17.676Z] #7 DONE 0.0s [2025-06-12T01:51:17.676Z] [2025-06-12T01:51:17.676Z] #8 exporting to image [2025-06-12T01:51:17.676Z] #8 exporting layers done [2025-06-12T01:51:17.676Z] #8 exporting manifest sha256:fba3d3232d644b0d4110bdb3e37cee71085cbd7d57913a2dae1f83a5dfbd139a 0.0s done [2025-06-12T01:51:17.676Z] #8 exporting config sha256:1315075bc01a7cdab3b786ee9966de3d51bc451bcc52b2ad480a61afe9305f81 done [2025-06-12T01:51:17.676Z] #8 exporting manifest sha256:f0ad554d9582de1d59b2b47749063ee7a11941d356d1a8a404cc685ca8b82740 done [2025-06-12T01:51:17.676Z] #8 exporting config sha256:ebcd66e1e5133b694eef4cedaba7444496ad2f23f46b120121f2b1871dff7780 done [2025-06-12T01:51:17.676Z] #8 exporting manifest list sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 done [2025-06-12T01:51:17.676Z] #8 pushing layers 0.0s done [2025-06-12T01:51:17.676Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 [2025-06-12T01:51:17.676Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:17.676Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 0.1s done [2025-06-12T01:51:17.676Z] #8 DONE 0.1s [2025-06-12T01:51:17.676Z] [2025-06-12T01:51:17.676Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:17.676Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:17.969Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - [2025-06-12T01:51:17.969Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' [2025-06-12T01:51:18.229Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:18.229Z] #1 transferring dockerfile: 219B done [2025-06-12T01:51:18.229Z] #1 DONE 0.0s [2025-06-12T01:51:18.229Z] [2025-06-12T01:51:18.229Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:51:18.229Z] #2 DONE 0.0s [2025-06-12T01:51:18.229Z] [2025-06-12T01:51:18.229Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:51:18.229Z] #3 DONE 0.0s [2025-06-12T01:51:18.229Z] [2025-06-12T01:51:18.229Z] #4 [internal] load .dockerignore [2025-06-12T01:51:18.229Z] #4 transferring context: 2B done [2025-06-12T01:51:18.229Z] #4 DONE 0.0s [2025-06-12T01:51:18.229Z] [2025-06-12T01:51:18.229Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 [2025-06-12T01:51:18.229Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 [2025-06-12T01:51:18.229Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 0.0s done [2025-06-12T01:51:18.229Z] #5 CACHED [2025-06-12T01:51:18.229Z] [2025-06-12T01:51:18.229Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 [2025-06-12T01:51:18.229Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 0.0s done [2025-06-12T01:51:18.229Z] #6 CACHED [2025-06-12T01:51:18.229Z] [2025-06-12T01:51:18.229Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:18.229Z] #7 DONE 0.0s [2025-06-12T01:51:18.229Z] [2025-06-12T01:51:18.229Z] #8 exporting to image [2025-06-12T01:51:18.229Z] #8 exporting layers done [2025-06-12T01:51:18.229Z] #8 exporting manifest sha256:fba3d3232d644b0d4110bdb3e37cee71085cbd7d57913a2dae1f83a5dfbd139a done [2025-06-12T01:51:18.229Z] #8 exporting config sha256:1315075bc01a7cdab3b786ee9966de3d51bc451bcc52b2ad480a61afe9305f81 done [2025-06-12T01:51:18.229Z] #8 exporting manifest sha256:f0ad554d9582de1d59b2b47749063ee7a11941d356d1a8a404cc685ca8b82740 done [2025-06-12T01:51:18.229Z] #8 exporting config sha256:ebcd66e1e5133b694eef4cedaba7444496ad2f23f46b120121f2b1871dff7780 done [2025-06-12T01:51:18.230Z] #8 exporting manifest list sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 done [2025-06-12T01:51:18.230Z] #8 pushing layers 0.0s done [2025-06-12T01:51:18.230Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 0.1s done [2025-06-12T01:51:18.230Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:18.230Z] #8 DONE 0.1s [2025-06-12T01:51:18.230Z] [2025-06-12T01:51:18.230Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:18.230Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:18.516Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-06-12T01:51:18.516Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-06-12T01:51:18.776Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:18.776Z] #1 transferring dockerfile: 170B done [2025-06-12T01:51:18.776Z] #1 DONE 0.0s [2025-06-12T01:51:18.776Z] [2025-06-12T01:51:18.776Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-12T01:51:18.776Z] #2 DONE 0.0s [2025-06-12T01:51:18.776Z] [2025-06-12T01:51:18.776Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-12T01:51:18.776Z] #3 DONE 0.0s [2025-06-12T01:51:18.776Z] [2025-06-12T01:51:18.776Z] #4 [internal] load .dockerignore [2025-06-12T01:51:18.776Z] #4 transferring context: 2B done [2025-06-12T01:51:18.776Z] #4 DONE 0.0s [2025-06-12T01:51:18.776Z] [2025-06-12T01:51:18.776Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 [2025-06-12T01:51:18.776Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 0.0s done [2025-06-12T01:51:18.776Z] #5 CACHED [2025-06-12T01:51:18.776Z] [2025-06-12T01:51:18.776Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 [2025-06-12T01:51:18.776Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 0.0s done [2025-06-12T01:51:18.776Z] #6 CACHED [2025-06-12T01:51:18.776Z] [2025-06-12T01:51:18.776Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:18.776Z] #7 DONE 0.0s [2025-06-12T01:51:18.776Z] [2025-06-12T01:51:18.776Z] #8 exporting to image [2025-06-12T01:51:18.776Z] #8 exporting layers done [2025-06-12T01:51:18.776Z] #8 exporting manifest sha256:fba3d3232d644b0d4110bdb3e37cee71085cbd7d57913a2dae1f83a5dfbd139a done [2025-06-12T01:51:18.776Z] #8 exporting config sha256:1315075bc01a7cdab3b786ee9966de3d51bc451bcc52b2ad480a61afe9305f81 done [2025-06-12T01:51:18.776Z] #8 exporting manifest sha256:f0ad554d9582de1d59b2b47749063ee7a11941d356d1a8a404cc685ca8b82740 done [2025-06-12T01:51:18.776Z] #8 exporting config sha256:ebcd66e1e5133b694eef4cedaba7444496ad2f23f46b120121f2b1871dff7780 done [2025-06-12T01:51:18.776Z] #8 exporting manifest list sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 done [2025-06-12T01:51:18.776Z] #8 pushing layers 0.0s done [2025-06-12T01:51:18.776Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 [2025-06-12T01:51:18.776Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:19.038Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 0.1s done [2025-06-12T01:51:19.038Z] #8 DONE 0.2s [2025-06-12T01:51:19.605Z] [2025-06-12T01:51:19.605Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:19.605Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:19.888Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4' [2025-06-12T01:51:19.888Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4 --push - [2025-06-12T01:51:19.888Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:19.888Z] #1 transferring dockerfile: 206B done [2025-06-12T01:51:19.888Z] #1 DONE 0.0s [2025-06-12T01:51:19.888Z] [2025-06-12T01:51:19.888Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:51:19.888Z] #2 DONE 0.0s [2025-06-12T01:51:19.888Z] [2025-06-12T01:51:19.888Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:51:19.888Z] #3 DONE 0.0s [2025-06-12T01:51:19.888Z] [2025-06-12T01:51:19.888Z] #4 [internal] load .dockerignore [2025-06-12T01:51:19.888Z] #4 transferring context: 2B done [2025-06-12T01:51:19.888Z] #4 DONE 0.0s [2025-06-12T01:51:20.147Z] [2025-06-12T01:51:20.147Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 [2025-06-12T01:51:20.147Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 [2025-06-12T01:51:20.147Z] #5 ... [2025-06-12T01:51:20.147Z] [2025-06-12T01:51:20.147Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 [2025-06-12T01:51:20.147Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 0.0s done [2025-06-12T01:51:20.147Z] #6 DONE 0.1s [2025-06-12T01:51:20.147Z] [2025-06-12T01:51:20.147Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:20.147Z] #7 DONE 0.0s [2025-06-12T01:51:20.147Z] [2025-06-12T01:51:20.147Z] #8 exporting to image [2025-06-12T01:51:20.147Z] #8 exporting layers done [2025-06-12T01:51:20.147Z] #8 exporting manifest sha256:3b394577c45aa3497539977a73d9e6c69267757fd9407c72de95710d966281f6 done [2025-06-12T01:51:20.147Z] #8 exporting config sha256:c067bc04b0a7615058ec4f0b7b51465c9c8c69e48b90af79b11ba6d59055886c 0.0s done [2025-06-12T01:51:20.147Z] #8 exporting manifest sha256:0acf810497d4c589e095b7a79233e728457ad5dea367c6e65442472c70bd4cab 0.0s done [2025-06-12T01:51:20.147Z] #8 exporting config sha256:1227dd47df159e9ea12e21ffccebeb1f9c0cde9aceaaf06321ac4545dd27a456 0.0s done [2025-06-12T01:51:20.147Z] #8 exporting manifest list sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 done [2025-06-12T01:51:20.147Z] #8 pushing layers [2025-06-12T01:51:20.147Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:20.406Z] #8 pushing layers 0.1s done [2025-06-12T01:51:20.406Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 0.1s done [2025-06-12T01:51:20.406Z] #8 DONE 0.2s [2025-06-12T01:51:21.342Z] [2025-06-12T01:51:21.342Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:21.342Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:21.629Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-06-12T01:51:21.629Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-06-12T01:51:21.629Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:21.629Z] #1 transferring dockerfile: 172B done [2025-06-12T01:51:21.629Z] #1 DONE 0.0s [2025-06-12T01:51:21.629Z] [2025-06-12T01:51:21.629Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-12T01:51:21.629Z] #2 DONE 0.0s [2025-06-12T01:51:21.629Z] [2025-06-12T01:51:21.629Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-12T01:51:21.629Z] #3 DONE 0.0s [2025-06-12T01:51:21.629Z] [2025-06-12T01:51:21.629Z] #4 [internal] load .dockerignore [2025-06-12T01:51:21.629Z] #4 transferring context: 2B done [2025-06-12T01:51:21.629Z] #4 DONE 0.0s [2025-06-12T01:51:21.629Z] [2025-06-12T01:51:21.629Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 [2025-06-12T01:51:21.629Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 0.0s done [2025-06-12T01:51:21.629Z] #5 DONE 0.0s [2025-06-12T01:51:21.629Z] [2025-06-12T01:51:21.629Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 [2025-06-12T01:51:21.887Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 0.0s done [2025-06-12T01:51:21.887Z] #6 CACHED [2025-06-12T01:51:21.887Z] [2025-06-12T01:51:21.887Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 [2025-06-12T01:51:21.887Z] #5 CACHED [2025-06-12T01:51:21.887Z] [2025-06-12T01:51:21.887Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:21.887Z] #7 DONE 0.0s [2025-06-12T01:51:21.887Z] [2025-06-12T01:51:21.887Z] #8 exporting to image [2025-06-12T01:51:21.887Z] #8 exporting layers done [2025-06-12T01:51:21.887Z] #8 exporting manifest sha256:3b394577c45aa3497539977a73d9e6c69267757fd9407c72de95710d966281f6 done [2025-06-12T01:51:21.887Z] #8 exporting config sha256:c067bc04b0a7615058ec4f0b7b51465c9c8c69e48b90af79b11ba6d59055886c done [2025-06-12T01:51:21.887Z] #8 exporting manifest sha256:0acf810497d4c589e095b7a79233e728457ad5dea367c6e65442472c70bd4cab done [2025-06-12T01:51:21.887Z] #8 exporting config sha256:1227dd47df159e9ea12e21ffccebeb1f9c0cde9aceaaf06321ac4545dd27a456 done [2025-06-12T01:51:21.887Z] #8 exporting manifest list sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 done [2025-06-12T01:51:21.887Z] #8 pushing layers 0.0s done [2025-06-12T01:51:21.887Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 0.1s done [2025-06-12T01:51:21.887Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:21.887Z] #8 DONE 0.1s [2025-06-12T01:51:21.887Z] [2025-06-12T01:51:21.887Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:21.887Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:22.170Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23' [2025-06-12T01:51:22.170Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 --push - [2025-06-12T01:51:22.170Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:22.170Z] #1 transferring dockerfile: 178B done [2025-06-12T01:51:22.170Z] #1 DONE 0.0s [2025-06-12T01:51:22.170Z] [2025-06-12T01:51:22.170Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 [2025-06-12T01:51:22.170Z] #2 DONE 0.0s [2025-06-12T01:51:22.170Z] [2025-06-12T01:51:22.170Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 [2025-06-12T01:51:22.170Z] #3 DONE 0.0s [2025-06-12T01:51:22.170Z] [2025-06-12T01:51:22.170Z] #4 [internal] load .dockerignore [2025-06-12T01:51:22.170Z] #4 transferring context: 2B done [2025-06-12T01:51:22.170Z] #4 DONE 0.0s [2025-06-12T01:51:22.170Z] [2025-06-12T01:51:22.170Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 [2025-06-12T01:51:22.170Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 0.0s done [2025-06-12T01:51:22.170Z] #5 CACHED [2025-06-12T01:51:22.170Z] [2025-06-12T01:51:22.170Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 [2025-06-12T01:51:22.170Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 0.0s done [2025-06-12T01:51:22.170Z] #6 CACHED [2025-06-12T01:51:22.170Z] [2025-06-12T01:51:22.170Z] #7 exporting to image [2025-06-12T01:51:22.170Z] #7 exporting layers [2025-06-12T01:51:22.170Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:22.472Z] #7 exporting layers done [2025-06-12T01:51:22.472Z] #7 exporting manifest sha256:3b394577c45aa3497539977a73d9e6c69267757fd9407c72de95710d966281f6 done [2025-06-12T01:51:22.472Z] #7 exporting config sha256:c067bc04b0a7615058ec4f0b7b51465c9c8c69e48b90af79b11ba6d59055886c done [2025-06-12T01:51:22.472Z] #7 exporting manifest sha256:0acf810497d4c589e095b7a79233e728457ad5dea367c6e65442472c70bd4cab done [2025-06-12T01:51:22.472Z] #7 exporting config sha256:1227dd47df159e9ea12e21ffccebeb1f9c0cde9aceaaf06321ac4545dd27a456 done [2025-06-12T01:51:22.472Z] #7 exporting manifest list sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 done [2025-06-12T01:51:22.472Z] #7 pushing layers 0.0s done [2025-06-12T01:51:22.472Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23@sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 0.1s done [2025-06-12T01:51:22.472Z] #7 DONE 0.1s [2025-06-12T01:51:22.472Z] [2025-06-12T01:51:22.472Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:22.472Z] #8 DONE 0.0s [2025-06-12T01:51:22.472Z] [2025-06-12T01:51:22.472Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:22.472Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:22.803Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' [2025-06-12T01:51:22.803Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - [2025-06-12T01:51:23.063Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:23.063Z] #1 transferring dockerfile: 219B done [2025-06-12T01:51:23.063Z] #1 DONE 0.0s [2025-06-12T01:51:23.063Z] [2025-06-12T01:51:23.063Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:51:23.063Z] #2 DONE 0.0s [2025-06-12T01:51:23.063Z] [2025-06-12T01:51:23.063Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:51:23.063Z] #3 DONE 0.0s [2025-06-12T01:51:23.063Z] [2025-06-12T01:51:23.063Z] #4 [internal] load .dockerignore [2025-06-12T01:51:23.063Z] #4 transferring context: 2B done [2025-06-12T01:51:23.063Z] #4 DONE 0.0s [2025-06-12T01:51:23.063Z] [2025-06-12T01:51:23.063Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 [2025-06-12T01:51:23.063Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 [2025-06-12T01:51:23.063Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 0.0s done [2025-06-12T01:51:23.063Z] #5 CACHED [2025-06-12T01:51:23.063Z] [2025-06-12T01:51:23.063Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 [2025-06-12T01:51:23.063Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 done [2025-06-12T01:51:23.063Z] #6 CACHED [2025-06-12T01:51:23.063Z] [2025-06-12T01:51:23.063Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:23.063Z] #7 DONE 0.0s [2025-06-12T01:51:23.063Z] [2025-06-12T01:51:23.063Z] #8 exporting to image [2025-06-12T01:51:23.063Z] #8 exporting layers done [2025-06-12T01:51:23.063Z] #8 exporting manifest sha256:3b394577c45aa3497539977a73d9e6c69267757fd9407c72de95710d966281f6 done [2025-06-12T01:51:23.063Z] #8 exporting config sha256:c067bc04b0a7615058ec4f0b7b51465c9c8c69e48b90af79b11ba6d59055886c done [2025-06-12T01:51:23.063Z] #8 exporting manifest sha256:0acf810497d4c589e095b7a79233e728457ad5dea367c6e65442472c70bd4cab done [2025-06-12T01:51:23.063Z] #8 exporting config sha256:1227dd47df159e9ea12e21ffccebeb1f9c0cde9aceaaf06321ac4545dd27a456 done [2025-06-12T01:51:23.063Z] #8 exporting manifest list sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 done [2025-06-12T01:51:23.063Z] #8 pushing layers 0.0s done [2025-06-12T01:51:23.063Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 0.1s done [2025-06-12T01:51:23.063Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:23.063Z] #8 DONE 0.1s [2025-06-12T01:51:23.632Z] [2025-06-12T01:51:23.632Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:23.632Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:23.915Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-06-12T01:51:23.915Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-06-12T01:51:24.174Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:24.174Z] #1 transferring dockerfile: 170B done [2025-06-12T01:51:24.174Z] #1 DONE 0.0s [2025-06-12T01:51:24.174Z] [2025-06-12T01:51:24.174Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-12T01:51:24.174Z] #2 DONE 0.0s [2025-06-12T01:51:24.174Z] [2025-06-12T01:51:24.175Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-12T01:51:24.175Z] #3 DONE 0.0s [2025-06-12T01:51:24.175Z] [2025-06-12T01:51:24.175Z] #4 [internal] load .dockerignore [2025-06-12T01:51:24.175Z] #4 transferring context: 2B done [2025-06-12T01:51:24.175Z] #4 DONE 0.0s [2025-06-12T01:51:24.175Z] [2025-06-12T01:51:24.175Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 [2025-06-12T01:51:24.175Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 0.0s done [2025-06-12T01:51:24.175Z] #5 DONE 0.1s [2025-06-12T01:51:24.175Z] [2025-06-12T01:51:24.175Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 [2025-06-12T01:51:24.175Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 0.1s done [2025-06-12T01:51:24.175Z] #6 CACHED [2025-06-12T01:51:24.175Z] [2025-06-12T01:51:24.175Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 [2025-06-12T01:51:24.175Z] #5 CACHED [2025-06-12T01:51:24.175Z] [2025-06-12T01:51:24.175Z] #7 exporting to image [2025-06-12T01:51:24.175Z] #7 exporting layers done [2025-06-12T01:51:24.175Z] #7 exporting manifest sha256:3b394577c45aa3497539977a73d9e6c69267757fd9407c72de95710d966281f6 done [2025-06-12T01:51:24.175Z] #7 exporting config sha256:c067bc04b0a7615058ec4f0b7b51465c9c8c69e48b90af79b11ba6d59055886c done [2025-06-12T01:51:24.175Z] #7 exporting manifest sha256:0acf810497d4c589e095b7a79233e728457ad5dea367c6e65442472c70bd4cab done [2025-06-12T01:51:24.175Z] #7 exporting config sha256:1227dd47df159e9ea12e21ffccebeb1f9c0cde9aceaaf06321ac4545dd27a456 0.0s done [2025-06-12T01:51:24.175Z] #7 exporting manifest list sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 0.0s done [2025-06-12T01:51:24.175Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:24.434Z] #7 pushing layers 0.0s done [2025-06-12T01:51:24.435Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 0.1s done [2025-06-12T01:51:24.435Z] #7 DONE 0.2s [2025-06-12T01:51:24.435Z] [2025-06-12T01:51:24.435Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:24.435Z] #8 DONE 0.0s [2025-06-12T01:51:24.435Z] [2025-06-12T01:51:24.435Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:24.435Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:24.721Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4' [2025-06-12T01:51:24.721Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4 --push - [2025-06-12T01:51:25.290Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:27.193Z] #1 transferring dockerfile: 206B done [2025-06-12T01:51:27.193Z] #1 DONE 2.1s [2025-06-12T01:51:27.193Z] [2025-06-12T01:51:27.193Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:51:27.451Z] #2 DONE 0.3s [2025-06-12T01:51:27.451Z] [2025-06-12T01:51:27.452Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:51:27.452Z] #3 DONE 0.3s [2025-06-12T01:51:27.452Z] [2025-06-12T01:51:27.452Z] #4 [internal] load .dockerignore [2025-06-12T01:51:27.452Z] #4 transferring context: 2B done [2025-06-12T01:51:27.452Z] #4 DONE 0.0s [2025-06-12T01:51:27.452Z] [2025-06-12T01:51:27.452Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf [2025-06-12T01:51:27.452Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf [2025-06-12T01:51:27.711Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done [2025-06-12T01:51:27.711Z] #5 DONE 0.0s [2025-06-12T01:51:27.711Z] [2025-06-12T01:51:27.711Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf [2025-06-12T01:51:27.711Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done [2025-06-12T01:51:27.711Z] #6 DONE 0.1s [2025-06-12T01:51:27.711Z] [2025-06-12T01:51:27.711Z] #7 exporting to image [2025-06-12T01:51:27.711Z] #7 exporting layers done [2025-06-12T01:51:27.711Z] #7 exporting manifest sha256:0d18eba26c71b95e7e0afd3ad552ab877507a7230d4cd69ad443ba4cf69a909b 0.0s done [2025-06-12T01:51:27.711Z] #7 exporting config sha256:e4342661b7550f1cade8ffc1bc9b6094936ea880790025cb755c8440a3ad1fdf [2025-06-12T01:51:27.711Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:27.711Z] #7 ... [2025-06-12T01:51:27.711Z] [2025-06-12T01:51:27.711Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:27.711Z] #8 DONE 0.0s [2025-06-12T01:51:27.711Z] [2025-06-12T01:51:27.711Z] #7 exporting to image [2025-06-12T01:51:27.711Z] #7 exporting config sha256:e4342661b7550f1cade8ffc1bc9b6094936ea880790025cb755c8440a3ad1fdf done [2025-06-12T01:51:27.711Z] #7 exporting manifest sha256:1805c184163008adfafa311f03730aca3a72b91d01e65bcbac909b044448549d done [2025-06-12T01:51:27.711Z] #7 exporting config sha256:e72b8dede934339f65ba65889f507dd5281f8de61513f9e7dadc5f4306077609 done [2025-06-12T01:51:27.711Z] #7 exporting manifest list sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa done [2025-06-12T01:51:27.711Z] #7 pushing layers 0.1s done [2025-06-12T01:51:27.711Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa [2025-06-12T01:51:27.970Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa 0.1s done [2025-06-12T01:51:27.970Z] #7 DONE 0.3s [2025-06-12T01:51:27.970Z] [2025-06-12T01:51:27.970Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:27.970Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:28.256Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-06-12T01:51:28.257Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-06-12T01:51:28.516Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:28.516Z] #1 transferring dockerfile: 172B done [2025-06-12T01:51:28.516Z] #1 DONE 0.0s [2025-06-12T01:51:28.516Z] [2025-06-12T01:51:28.516Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-12T01:51:28.516Z] #2 DONE 0.0s [2025-06-12T01:51:28.516Z] [2025-06-12T01:51:28.516Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-12T01:51:28.516Z] #3 DONE 0.0s [2025-06-12T01:51:28.516Z] [2025-06-12T01:51:28.516Z] #4 [internal] load .dockerignore [2025-06-12T01:51:28.516Z] #4 transferring context: 2B done [2025-06-12T01:51:28.516Z] #4 DONE 0.0s [2025-06-12T01:51:28.516Z] [2025-06-12T01:51:28.516Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf [2025-06-12T01:51:28.516Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done [2025-06-12T01:51:28.516Z] #5 DONE 0.0s [2025-06-12T01:51:28.516Z] [2025-06-12T01:51:28.516Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf [2025-06-12T01:51:28.516Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done [2025-06-12T01:51:28.516Z] #6 CACHED [2025-06-12T01:51:28.516Z] [2025-06-12T01:51:28.516Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf [2025-06-12T01:51:28.516Z] #5 CACHED [2025-06-12T01:51:28.516Z] [2025-06-12T01:51:28.516Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:28.516Z] #7 DONE 0.0s [2025-06-12T01:51:28.516Z] [2025-06-12T01:51:28.516Z] #8 exporting to image [2025-06-12T01:51:28.516Z] #8 exporting layers done [2025-06-12T01:51:28.516Z] #8 exporting manifest sha256:0d18eba26c71b95e7e0afd3ad552ab877507a7230d4cd69ad443ba4cf69a909b done [2025-06-12T01:51:28.516Z] #8 exporting config sha256:e4342661b7550f1cade8ffc1bc9b6094936ea880790025cb755c8440a3ad1fdf done [2025-06-12T01:51:28.516Z] #8 exporting manifest sha256:1805c184163008adfafa311f03730aca3a72b91d01e65bcbac909b044448549d done [2025-06-12T01:51:28.516Z] #8 exporting config sha256:e72b8dede934339f65ba65889f507dd5281f8de61513f9e7dadc5f4306077609 done [2025-06-12T01:51:28.516Z] #8 exporting manifest list sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa done [2025-06-12T01:51:28.516Z] #8 pushing layers 0.0s done [2025-06-12T01:51:28.516Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa 0.1s done [2025-06-12T01:51:28.516Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:28.516Z] #8 DONE 0.1s [2025-06-12T01:51:28.516Z] [2025-06-12T01:51:28.516Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:28.516Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:28.801Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23' [2025-06-12T01:51:28.801Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 --push - [2025-06-12T01:51:28.801Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:28.801Z] #1 transferring dockerfile: 178B done [2025-06-12T01:51:28.801Z] #1 DONE 0.0s [2025-06-12T01:51:28.801Z] [2025-06-12T01:51:28.801Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 [2025-06-12T01:51:28.801Z] #2 DONE 0.0s [2025-06-12T01:51:28.801Z] [2025-06-12T01:51:28.801Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 [2025-06-12T01:51:28.801Z] #3 DONE 0.0s [2025-06-12T01:51:28.801Z] [2025-06-12T01:51:28.801Z] #4 [internal] load .dockerignore [2025-06-12T01:51:28.801Z] #4 transferring context: 2B done [2025-06-12T01:51:28.801Z] #4 DONE 0.0s [2025-06-12T01:51:28.801Z] [2025-06-12T01:51:28.801Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf [2025-06-12T01:51:28.801Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done [2025-06-12T01:51:28.801Z] #5 CACHED [2025-06-12T01:51:28.801Z] [2025-06-12T01:51:28.801Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf [2025-06-12T01:51:29.062Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done [2025-06-12T01:51:29.062Z] #6 CACHED [2025-06-12T01:51:29.062Z] [2025-06-12T01:51:29.062Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:29.062Z] #7 DONE 0.0s [2025-06-12T01:51:29.062Z] [2025-06-12T01:51:29.062Z] #8 exporting to image [2025-06-12T01:51:29.062Z] #8 exporting layers done [2025-06-12T01:51:29.062Z] #8 exporting manifest sha256:0d18eba26c71b95e7e0afd3ad552ab877507a7230d4cd69ad443ba4cf69a909b done [2025-06-12T01:51:29.062Z] #8 exporting config sha256:e4342661b7550f1cade8ffc1bc9b6094936ea880790025cb755c8440a3ad1fdf done [2025-06-12T01:51:29.062Z] #8 exporting manifest sha256:1805c184163008adfafa311f03730aca3a72b91d01e65bcbac909b044448549d done [2025-06-12T01:51:29.062Z] #8 exporting config sha256:e72b8dede934339f65ba65889f507dd5281f8de61513f9e7dadc5f4306077609 done [2025-06-12T01:51:29.062Z] #8 exporting manifest list sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa done [2025-06-12T01:51:29.062Z] #8 pushing layers 0.0s done [2025-06-12T01:51:29.062Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23@sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa 0.1s done [2025-06-12T01:51:29.062Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:29.062Z] #8 DONE 0.1s [2025-06-12T01:51:29.062Z] [2025-06-12T01:51:29.062Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:29.062Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:29.351Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' [2025-06-12T01:51:29.351Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - [2025-06-12T01:51:29.351Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:29.351Z] #1 transferring dockerfile: 219B done [2025-06-12T01:51:29.351Z] #1 DONE 0.0s [2025-06-12T01:51:29.351Z] [2025-06-12T01:51:29.351Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:51:29.351Z] #2 DONE 0.0s [2025-06-12T01:51:29.351Z] [2025-06-12T01:51:29.351Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:51:29.351Z] #3 DONE 0.0s [2025-06-12T01:51:29.351Z] [2025-06-12T01:51:29.351Z] #4 [internal] load .dockerignore [2025-06-12T01:51:29.351Z] #4 transferring context: 2B done [2025-06-12T01:51:29.351Z] #4 DONE 0.0s [2025-06-12T01:51:29.351Z] [2025-06-12T01:51:29.351Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf [2025-06-12T01:51:29.351Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done [2025-06-12T01:51:29.351Z] #5 CACHED [2025-06-12T01:51:29.351Z] [2025-06-12T01:51:29.351Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf [2025-06-12T01:51:29.610Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done [2025-06-12T01:51:29.610Z] #6 CACHED [2025-06-12T01:51:29.610Z] [2025-06-12T01:51:29.610Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:29.610Z] #7 DONE 0.0s [2025-06-12T01:51:29.610Z] [2025-06-12T01:51:29.610Z] #8 exporting to image [2025-06-12T01:51:29.610Z] #8 exporting layers done [2025-06-12T01:51:29.610Z] #8 exporting manifest sha256:0d18eba26c71b95e7e0afd3ad552ab877507a7230d4cd69ad443ba4cf69a909b done [2025-06-12T01:51:29.610Z] #8 exporting config sha256:e4342661b7550f1cade8ffc1bc9b6094936ea880790025cb755c8440a3ad1fdf done [2025-06-12T01:51:29.610Z] #8 exporting manifest sha256:1805c184163008adfafa311f03730aca3a72b91d01e65bcbac909b044448549d done [2025-06-12T01:51:29.610Z] #8 exporting config sha256:e72b8dede934339f65ba65889f507dd5281f8de61513f9e7dadc5f4306077609 done [2025-06-12T01:51:29.610Z] #8 exporting manifest list sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa done [2025-06-12T01:51:29.610Z] #8 pushing layers 0.0s done [2025-06-12T01:51:29.610Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa 0.1s done [2025-06-12T01:51:29.610Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:29.610Z] #8 DONE 0.1s [2025-06-12T01:51:29.610Z] [2025-06-12T01:51:29.610Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:29.610Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:29.896Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-06-12T01:51:29.897Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-06-12T01:51:29.897Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:29.897Z] #1 transferring dockerfile: 170B done [2025-06-12T01:51:29.897Z] #1 DONE 0.0s [2025-06-12T01:51:29.897Z] [2025-06-12T01:51:29.897Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-12T01:51:29.897Z] #2 DONE 0.0s [2025-06-12T01:51:29.897Z] [2025-06-12T01:51:29.897Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-12T01:51:29.897Z] #3 DONE 0.0s [2025-06-12T01:51:29.897Z] [2025-06-12T01:51:29.897Z] #4 [internal] load .dockerignore [2025-06-12T01:51:29.897Z] #4 transferring context: 2B done [2025-06-12T01:51:29.897Z] #4 DONE 0.0s [2025-06-12T01:51:29.897Z] [2025-06-12T01:51:29.897Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf [2025-06-12T01:51:29.897Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done [2025-06-12T01:51:29.897Z] #5 CACHED [2025-06-12T01:51:29.897Z] [2025-06-12T01:51:29.897Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf [2025-06-12T01:51:29.897Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done [2025-06-12T01:51:29.897Z] #6 CACHED [2025-06-12T01:51:29.897Z] [2025-06-12T01:51:29.897Z] #7 exporting to image [2025-06-12T01:51:29.897Z] #7 exporting layers done [2025-06-12T01:51:29.897Z] #7 exporting manifest sha256:0d18eba26c71b95e7e0afd3ad552ab877507a7230d4cd69ad443ba4cf69a909b done [2025-06-12T01:51:29.897Z] #7 exporting config sha256:e4342661b7550f1cade8ffc1bc9b6094936ea880790025cb755c8440a3ad1fdf done [2025-06-12T01:51:29.897Z] #7 exporting manifest sha256:1805c184163008adfafa311f03730aca3a72b91d01e65bcbac909b044448549d done [2025-06-12T01:51:29.897Z] #7 exporting config sha256:e72b8dede934339f65ba65889f507dd5281f8de61513f9e7dadc5f4306077609 done [2025-06-12T01:51:29.897Z] #7 exporting manifest list sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa done [2025-06-12T01:51:29.897Z] #7 pushing layers 0.0s done [2025-06-12T01:51:29.897Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa [2025-06-12T01:51:29.897Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:30.155Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa 0.1s done [2025-06-12T01:51:30.155Z] #7 DONE 0.1s [2025-06-12T01:51:30.155Z] [2025-06-12T01:51:30.155Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:30.155Z] #8 DONE 0.0s [2025-06-12T01:51:30.155Z] [2025-06-12T01:51:30.155Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:30.155Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:30.439Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4 --push - [2025-06-12T01:51:30.439Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4' [2025-06-12T01:51:30.439Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:30.439Z] #1 transferring dockerfile: 202B done [2025-06-12T01:51:30.439Z] #1 DONE 0.0s [2025-06-12T01:51:30.439Z] [2025-06-12T01:51:30.439Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:51:30.439Z] #2 DONE 0.0s [2025-06-12T01:51:30.439Z] [2025-06-12T01:51:30.439Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T01:51:30.439Z] #3 DONE 0.1s [2025-06-12T01:51:30.439Z] [2025-06-12T01:51:30.439Z] #4 [internal] load .dockerignore [2025-06-12T01:51:30.439Z] #4 transferring context: 2B done [2025-06-12T01:51:30.439Z] #4 DONE 0.0s [2025-06-12T01:51:30.439Z] [2025-06-12T01:51:30.439Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 [2025-06-12T01:51:30.439Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 done [2025-06-12T01:51:30.439Z] #5 DONE 0.0s [2025-06-12T01:51:30.439Z] [2025-06-12T01:51:30.439Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 [2025-06-12T01:51:30.697Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 0.0s done [2025-06-12T01:51:30.697Z] #6 DONE 0.0s [2025-06-12T01:51:30.697Z] [2025-06-12T01:51:30.697Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 [2025-06-12T01:51:30.697Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 done [2025-06-12T01:51:30.697Z] #5 DONE 0.1s [2025-06-12T01:51:30.697Z] [2025-06-12T01:51:30.697Z] #7 exporting to image [2025-06-12T01:51:30.697Z] #7 exporting layers done [2025-06-12T01:51:30.697Z] #7 exporting manifest sha256:62b3b88cb2f39be658075e73312317068b334724d06b751bb36f7314fa4d7d39 0.0s done [2025-06-12T01:51:30.697Z] #7 exporting config sha256:009332f8360f505bf33c268fa77efeded88ecd159a2c14c60c293205b22b10a6 done [2025-06-12T01:51:30.697Z] #7 exporting manifest sha256:d49be3a074ee526a60a67a30b8f27e3c03b8986c239e717b4c9b072101812f4f done [2025-06-12T01:51:30.697Z] #7 exporting config sha256:fcc0213ce3b3b5006dc0bad4d30b624471ce7c28eaa057dc4c071eefcac0dbd7 done [2025-06-12T01:51:30.697Z] #7 exporting manifest list sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e [2025-06-12T01:51:30.697Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:30.697Z] #7 ... [2025-06-12T01:51:30.697Z] [2025-06-12T01:51:30.697Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:30.697Z] #8 DONE 0.0s [2025-06-12T01:51:30.697Z] [2025-06-12T01:51:30.697Z] #7 exporting to image [2025-06-12T01:51:30.697Z] #7 exporting manifest list sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e done [2025-06-12T01:51:30.697Z] #7 pushing layers 0.1s done [2025-06-12T01:51:30.697Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e [2025-06-12T01:51:30.954Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e 0.1s done [2025-06-12T01:51:30.954Z] #7 DONE 0.2s [2025-06-12T01:51:30.954Z] [2025-06-12T01:51:30.954Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:30.954Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:31.238Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-06-12T01:51:31.238Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-06-12T01:51:31.238Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:31.238Z] #1 transferring dockerfile: 168B done [2025-06-12T01:51:31.238Z] #1 DONE 0.0s [2025-06-12T01:51:31.238Z] [2025-06-12T01:51:31.238Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-12T01:51:31.238Z] #2 DONE 0.0s [2025-06-12T01:51:31.238Z] [2025-06-12T01:51:31.238Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-12T01:51:31.238Z] #3 DONE 0.0s [2025-06-12T01:51:31.238Z] [2025-06-12T01:51:31.238Z] #4 [internal] load .dockerignore [2025-06-12T01:51:31.238Z] #4 transferring context: 2B done [2025-06-12T01:51:31.238Z] #4 DONE 0.0s [2025-06-12T01:51:31.238Z] [2025-06-12T01:51:31.238Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 [2025-06-12T01:51:31.238Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 done [2025-06-12T01:51:31.238Z] #5 DONE 0.0s [2025-06-12T01:51:31.238Z] [2025-06-12T01:51:31.238Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 [2025-06-12T01:51:31.238Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 done [2025-06-12T01:51:31.496Z] #6 CACHED [2025-06-12T01:51:31.496Z] [2025-06-12T01:51:31.496Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 [2025-06-12T01:51:31.496Z] #5 CACHED [2025-06-12T01:51:31.496Z] [2025-06-12T01:51:31.496Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:31.496Z] #7 DONE 0.0s [2025-06-12T01:51:31.496Z] [2025-06-12T01:51:31.496Z] #8 exporting to image [2025-06-12T01:51:31.496Z] #8 exporting layers done [2025-06-12T01:51:31.496Z] #8 exporting manifest sha256:62b3b88cb2f39be658075e73312317068b334724d06b751bb36f7314fa4d7d39 done [2025-06-12T01:51:31.496Z] #8 exporting config sha256:009332f8360f505bf33c268fa77efeded88ecd159a2c14c60c293205b22b10a6 done [2025-06-12T01:51:31.496Z] #8 exporting manifest sha256:d49be3a074ee526a60a67a30b8f27e3c03b8986c239e717b4c9b072101812f4f done [2025-06-12T01:51:31.496Z] #8 exporting config sha256:fcc0213ce3b3b5006dc0bad4d30b624471ce7c28eaa057dc4c071eefcac0dbd7 done [2025-06-12T01:51:31.496Z] #8 exporting manifest list sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e done [2025-06-12T01:51:31.496Z] #8 pushing layers 0.0s done [2025-06-12T01:51:31.496Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e 0.1s done [2025-06-12T01:51:31.496Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:31.496Z] #8 DONE 0.1s [2025-06-12T01:51:31.496Z] [2025-06-12T01:51:31.496Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:31.496Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:31.783Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23' [2025-06-12T01:51:31.783Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 --push - [2025-06-12T01:51:31.783Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:31.783Z] #1 transferring dockerfile: 174B done [2025-06-12T01:51:31.783Z] #1 DONE 0.0s [2025-06-12T01:51:31.783Z] [2025-06-12T01:51:31.783Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 [2025-06-12T01:51:31.783Z] #2 DONE 0.0s [2025-06-12T01:51:31.783Z] [2025-06-12T01:51:31.783Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 [2025-06-12T01:51:31.783Z] #3 DONE 0.0s [2025-06-12T01:51:31.783Z] [2025-06-12T01:51:31.783Z] #4 [internal] load .dockerignore [2025-06-12T01:51:31.783Z] #4 transferring context: 2B done [2025-06-12T01:51:31.783Z] #4 DONE 0.0s [2025-06-12T01:51:31.783Z] [2025-06-12T01:51:31.783Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 [2025-06-12T01:51:31.783Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 0.0s done [2025-06-12T01:51:31.783Z] #5 CACHED [2025-06-12T01:51:31.783Z] [2025-06-12T01:51:31.783Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 [2025-06-12T01:51:31.783Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 0.0s done [2025-06-12T01:51:31.783Z] #6 CACHED [2025-06-12T01:51:31.783Z] [2025-06-12T01:51:31.783Z] #7 exporting to image [2025-06-12T01:51:31.783Z] #7 exporting layers done [2025-06-12T01:51:31.783Z] #7 exporting manifest sha256:62b3b88cb2f39be658075e73312317068b334724d06b751bb36f7314fa4d7d39 [2025-06-12T01:51:31.783Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:32.042Z] #7 exporting manifest sha256:62b3b88cb2f39be658075e73312317068b334724d06b751bb36f7314fa4d7d39 done [2025-06-12T01:51:32.042Z] #7 exporting config sha256:009332f8360f505bf33c268fa77efeded88ecd159a2c14c60c293205b22b10a6 done [2025-06-12T01:51:32.042Z] #7 exporting manifest sha256:d49be3a074ee526a60a67a30b8f27e3c03b8986c239e717b4c9b072101812f4f done [2025-06-12T01:51:32.042Z] #7 exporting config sha256:fcc0213ce3b3b5006dc0bad4d30b624471ce7c28eaa057dc4c071eefcac0dbd7 done [2025-06-12T01:51:32.042Z] #7 exporting manifest list sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e done [2025-06-12T01:51:32.042Z] #7 pushing layers 0.0s done [2025-06-12T01:51:32.042Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23@sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e 0.1s done [2025-06-12T01:51:32.042Z] #7 DONE 0.1s [2025-06-12T01:51:32.042Z] [2025-06-12T01:51:32.042Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:32.042Z] #8 DONE 0.0s [2025-06-12T01:51:32.042Z] [2025-06-12T01:51:32.042Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:32.042Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:32.327Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' [2025-06-12T01:51:32.327Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - [2025-06-12T01:51:32.327Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:32.327Z] #1 transferring dockerfile: 215B done [2025-06-12T01:51:32.327Z] #1 DONE 0.0s [2025-06-12T01:51:32.327Z] [2025-06-12T01:51:32.327Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:51:32.327Z] #2 DONE 0.0s [2025-06-12T01:51:32.327Z] [2025-06-12T01:51:32.327Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T01:51:32.327Z] #3 DONE 0.0s [2025-06-12T01:51:32.327Z] [2025-06-12T01:51:32.327Z] #4 [internal] load .dockerignore [2025-06-12T01:51:32.327Z] #4 transferring context: 2B done [2025-06-12T01:51:32.327Z] #4 DONE 0.0s [2025-06-12T01:51:32.327Z] [2025-06-12T01:51:32.327Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 [2025-06-12T01:51:32.327Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 done [2025-06-12T01:51:32.327Z] #5 CACHED [2025-06-12T01:51:32.327Z] [2025-06-12T01:51:32.327Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 [2025-06-12T01:51:32.327Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 done [2025-06-12T01:51:32.327Z] #6 CACHED [2025-06-12T01:51:32.327Z] [2025-06-12T01:51:32.327Z] #7 exporting to image [2025-06-12T01:51:32.327Z] #7 exporting layers done [2025-06-12T01:51:32.327Z] #7 exporting manifest sha256:62b3b88cb2f39be658075e73312317068b334724d06b751bb36f7314fa4d7d39 done [2025-06-12T01:51:32.327Z] #7 exporting config sha256:009332f8360f505bf33c268fa77efeded88ecd159a2c14c60c293205b22b10a6 done [2025-06-12T01:51:32.327Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:32.587Z] #7 exporting manifest sha256:d49be3a074ee526a60a67a30b8f27e3c03b8986c239e717b4c9b072101812f4f done [2025-06-12T01:51:32.587Z] #7 exporting config sha256:fcc0213ce3b3b5006dc0bad4d30b624471ce7c28eaa057dc4c071eefcac0dbd7 done [2025-06-12T01:51:32.587Z] #7 exporting manifest list sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e done [2025-06-12T01:51:32.587Z] #7 pushing layers 0.0s done [2025-06-12T01:51:32.587Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e 0.1s done [2025-06-12T01:51:32.587Z] #7 DONE 0.1s [2025-06-12T01:51:32.587Z] [2025-06-12T01:51:32.587Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:32.587Z] #8 DONE 0.0s [2025-06-12T01:51:32.587Z] [2025-06-12T01:51:32.587Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:32.587Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-12T01:51:32.875Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-06-12T01:51:32.875Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-06-12T01:51:32.875Z] #1 [internal] load build definition from Dockerfile [2025-06-12T01:51:32.875Z] #1 transferring dockerfile: 166B done [2025-06-12T01:51:32.875Z] #1 DONE 0.0s [2025-06-12T01:51:32.875Z] [2025-06-12T01:51:32.875Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-12T01:51:32.875Z] #2 DONE 0.0s [2025-06-12T01:51:32.875Z] [2025-06-12T01:51:32.875Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-12T01:51:32.875Z] #3 DONE 0.0s [2025-06-12T01:51:32.875Z] [2025-06-12T01:51:32.875Z] #4 [internal] load .dockerignore [2025-06-12T01:51:32.875Z] #4 transferring context: 2B done [2025-06-12T01:51:32.875Z] #4 DONE 0.0s [2025-06-12T01:51:32.875Z] [2025-06-12T01:51:32.875Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 [2025-06-12T01:51:32.875Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 done [2025-06-12T01:51:32.875Z] #5 CACHED [2025-06-12T01:51:32.875Z] [2025-06-12T01:51:32.875Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 [2025-06-12T01:51:32.875Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 0.0s done [2025-06-12T01:51:32.875Z] #6 CACHED [2025-06-12T01:51:32.875Z] [2025-06-12T01:51:32.875Z] #7 exporting to image [2025-06-12T01:51:32.875Z] #7 exporting layers done [2025-06-12T01:51:32.875Z] #7 exporting manifest sha256:62b3b88cb2f39be658075e73312317068b334724d06b751bb36f7314fa4d7d39 done [2025-06-12T01:51:32.875Z] #7 exporting config sha256:009332f8360f505bf33c268fa77efeded88ecd159a2c14c60c293205b22b10a6 [2025-06-12T01:51:32.875Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-12T01:51:33.135Z] #7 exporting config sha256:009332f8360f505bf33c268fa77efeded88ecd159a2c14c60c293205b22b10a6 done [2025-06-12T01:51:33.135Z] #7 exporting manifest sha256:d49be3a074ee526a60a67a30b8f27e3c03b8986c239e717b4c9b072101812f4f done [2025-06-12T01:51:33.135Z] #7 exporting config sha256:fcc0213ce3b3b5006dc0bad4d30b624471ce7c28eaa057dc4c071eefcac0dbd7 done [2025-06-12T01:51:33.135Z] #7 exporting manifest list sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e done [2025-06-12T01:51:33.135Z] #7 pushing layers 0.0s done [2025-06-12T01:51:33.135Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e 0.1s done [2025-06-12T01:51:33.135Z] #7 DONE 0.1s [2025-06-12T01:51:33.135Z] [2025-06-12T01:51:33.135Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-12T01:51:33.135Z] #8 DONE 0.0s [2025-06-12T01:51:33.135Z] [2025-06-12T01:51:33.135Z] 1 warning found (use --debug to expand): [2025-06-12T01:51:33.135Z]  - 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-12T01:51:33.542Z] + '[' -d /w/workspace/edgex-go/852/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:51:33.828Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:51:34.387Z] ---> package-listing.sh [2025-06-12T01:51:34.387Z] ++ facter osfamily [2025-06-12T01:51:34.387Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-12T01:51:34.387Z] + OS_FAMILY=redhat [2025-06-12T01:51:34.387Z] + workspace=/w/workspace/edgex-go/852 [2025-06-12T01:51:34.387Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-12T01:51:34.387Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-12T01:51:34.387Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-12T01:51:34.387Z] + PACKAGES=/tmp/packages_start.txt [2025-06-12T01:51:34.387Z] + '[' /w/workspace/edgex-go/852 ']' [2025-06-12T01:51:34.387Z] + PACKAGES=/tmp/packages_end.txt [2025-06-12T01:51:34.387Z] + case "${OS_FAMILY}" in [2025-06-12T01:51:34.387Z] + sort [2025-06-12T01:51:34.387Z] + rpm -qa [2025-06-12T01:51:35.328Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-12T01:51:35.328Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-12T01:51:35.328Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-12T01:51:35.328Z] + '[' /w/workspace/edgex-go/852 ']' [2025-06-12T01:51:35.328Z] + mkdir -p /w/workspace/edgex-go/852/archives/ [2025-06-12T01:51:35.328Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/852/archives/ [Pipeline] echo [2025-06-12T01:51:35.342Z] 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/852/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-12T01:51:35.630Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:51:36.199Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-12T01:51:36.199Z] [2025-06-12T01:51:36.199Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T01:51:36.503Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-12T01:51:36.503Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-12T01:51:36.503Z] 5eb5b503b376: Pulling fs layer [2025-06-12T01:51:36.503Z] 5c69ac0246d0: Pulling fs layer [2025-06-12T01:51:36.503Z] ec43610c2a17: Pulling fs layer [2025-06-12T01:51:36.503Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-12T01:51:36.503Z] 33b1e0a273af: Pulling fs layer [2025-06-12T01:51:36.503Z] 5d3b04190fa2: Pulling fs layer [2025-06-12T01:51:36.503Z] 2f39f015ded8: Pulling fs layer [2025-06-12T01:51:36.503Z] 33b1e0a273af: Waiting [2025-06-12T01:51:36.503Z] 5d3b04190fa2: Waiting [2025-06-12T01:51:36.503Z] 2f39f015ded8: Waiting [2025-06-12T01:51:36.503Z] 3a2ae6a8a46f: Waiting [2025-06-12T01:51:36.503Z] 5c69ac0246d0: Verifying Checksum [2025-06-12T01:51:36.503Z] 5c69ac0246d0: Download complete [2025-06-12T01:51:36.503Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-12T01:51:36.503Z] 3a2ae6a8a46f: Download complete [2025-06-12T01:51:36.503Z] 33b1e0a273af: Verifying Checksum [2025-06-12T01:51:36.503Z] 33b1e0a273af: Download complete [2025-06-12T01:51:36.503Z] ec43610c2a17: Verifying Checksum [2025-06-12T01:51:36.503Z] ec43610c2a17: Download complete [2025-06-12T01:51:36.503Z] 5d3b04190fa2: Verifying Checksum [2025-06-12T01:51:36.503Z] 5d3b04190fa2: Download complete [2025-06-12T01:51:36.768Z] 5eb5b503b376: Verifying Checksum [2025-06-12T01:51:36.768Z] 5eb5b503b376: Download complete [2025-06-12T01:51:37.342Z] 2f39f015ded8: Verifying Checksum [2025-06-12T01:51:37.342Z] 2f39f015ded8: Download complete [2025-06-12T01:51:38.287Z] 5eb5b503b376: Pull complete [2025-06-12T01:51:38.287Z] 5c69ac0246d0: Pull complete [2025-06-12T01:51:38.856Z] ec43610c2a17: Pull complete [2025-06-12T01:51:38.856Z] 3a2ae6a8a46f: Pull complete [2025-06-12T01:51:39.119Z] 33b1e0a273af: Pull complete [2025-06-12T01:51:39.696Z] 5d3b04190fa2: Pull complete [2025-06-12T01:51:43.930Z] 2f39f015ded8: Pull complete [2025-06-12T01:51:44.189Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-12T01:51:44.189Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-12T01:51:44.189Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T01:51:44.330Z] prd-centos7-docker-4c-2g-3174 does not seem to be running inside a container [2025-06-12T01:51:44.367Z] $ 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/852/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-12T01:51:49.573Z] $ docker top 2d2f9b2e7fa162daf5460a9dc16b08c0046c8e5449537ca30c0a10a4a91d6219 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-12T01:51:49.919Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-12T01:51:50.206Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-12T01:51:50.492Z] + ls /var/log/sa-host [2025-06-12T01:51:50.492Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-12T01:51:50.587Z] provisioning config files... [2025-06-12T01:51:50.597Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config5842951057180636987tmp [Pipeline] { [Pipeline] echo [2025-06-12T01:51:50.616Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:51:50.907Z] ---> create-netrc.sh [Pipeline] } [2025-06-12T01:51:50.914Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:51:51.265Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-12T01:51:51.275Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T01:51:51.562Z] ---> sudo-logs.sh [2025-06-12T01:51:51.562Z] Archiving 'sudo' log.. [2025-06-12T01:51:51.562Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T01:51:51.596Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-06-12T01:51:51.604Z] $ docker stop --time=1 2d2f9b2e7fa162daf5460a9dc16b08c0046c8e5449537ca30c0a10a4a91d6219 [2025-06-12T01:51:52.728Z] $ docker rm -f --volumes 2d2f9b2e7fa162daf5460a9dc16b08c0046c8e5449537ca30c0a10a4a91d6219 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-06-12T01:51:52.953Z] [WS-CLEANUP] Deleting project workspace... [2025-06-12T01:51:52.953Z] [WS-CLEANUP] Deferred wipeout is used... [2025-06-12T01:51:52.977Z] [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-12T02:08:46.725Z] #144 ... [2025-06-12T02:08:46.725Z] [2025-06-12T02:08:46.725Z] #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-12T02:08:46.725Z] #149 DONE 1159.4s [2025-06-12T02:08:46.725Z] [2025-06-12T02:08:46.725Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-12T02:08:46.725Z] #151 ... [2025-06-12T02:08:46.725Z] [2025-06-12T02:08:46.725Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T02:08:46.725Z] #155 DONE 0.2s [2025-06-12T02:08:46.725Z] [2025-06-12T02:08:46.725Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-12T02:08:46.725Z] #156 DONE 0.1s [2025-06-12T02:08:46.725Z] [2025-06-12T02:08:46.725Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-12T02:08:46.725Z] #131 ... [2025-06-12T02:08:46.725Z] [2025-06-12T02:08:46.725Z] #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-12T02:08:46.725Z] #157 DONE 0.3s [2025-06-12T02:08:46.725Z] [2025-06-12T02:08:46.725Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-12T02:08:46.725Z] #147 ... [2025-06-12T02:08:46.725Z] [2025-06-12T02:08:46.725Z] #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-12T02:08:46.725Z] #158 DONE 0.1s [2025-06-12T02:08:46.725Z] [2025-06-12T02:08:46.725Z] #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-12T02:08:46.725Z] #159 DONE 0.2s [2025-06-12T02:08:46.725Z] [2025-06-12T02:08:46.725Z] #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-12T02:08:46.725Z] #160 DONE 2.0s [2025-06-12T02:08:46.725Z] [2025-06-12T02:08:46.725Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-12T02:08:46.725Z] #153 ... [2025-06-12T02:08:46.725Z] [2025-06-12T02:08:46.725Z] #111 [core-common-config-bootstrapper] exporting to image [2025-06-12T02:08:46.725Z] #111 exporting layers [2025-06-12T02:08:46.725Z] #111 exporting layers 0.7s done [2025-06-12T02:08:46.725Z] #111 writing image sha256:b42a11f4b5842e3e3d244cbbd2f6e02722c1322b79146ba4f578e441ebe82a78 [2025-06-12T02:08:46.725Z] #111 writing image sha256:b42a11f4b5842e3e3d244cbbd2f6e02722c1322b79146ba4f578e441ebe82a78 done [2025-06-12T02:08:46.725Z] #111 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-06-12T02:08:46.725Z] #111 DONE 5.0s [2025-06-12T02:08:46.725Z] [2025-06-12T02:08:46.725Z] #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-12T02:08:48.676Z] #144 ... [2025-06-12T02:08:48.676Z] [2025-06-12T02:08:48.676Z] #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-12T02:08:48.676Z] #154 DONE 1175.9s [2025-06-12T02:08:48.676Z] [2025-06-12T02:08:48.676Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-12T02:08:48.952Z] #161 DONE 0.3s [2025-06-12T02:08:48.952Z] [2025-06-12T02:08:48.952Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-12T02:08:51.562Z] #162 DONE 2.2s [2025-06-12T02:08:51.562Z] [2025-06-12T02:08:51.562Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T02:08:51.562Z] #163 DONE 0.3s [2025-06-12T02:08:51.562Z] [2025-06-12T02:08:51.562Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-12T02:08:51.831Z] #164 DONE 0.2s [2025-06-12T02:08:51.831Z] [2025-06-12T02:08:51.831Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-12T02:08:52.123Z] #165 DONE 0.3s [2025-06-12T02:08:52.123Z] [2025-06-12T02:08:52.123Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-12T02:08:52.123Z] #166 DONE 0.1s [2025-06-12T02:08:52.123Z] [2025-06-12T02:08:52.123Z] #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-12T02:08:52.123Z] #144 ... [2025-06-12T02:08:52.123Z] [2025-06-12T02:08:52.123Z] #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-12T02:08:52.123Z] #167 DONE 0.1s [2025-06-12T02:08:52.409Z] [2025-06-12T02:08:52.409Z] #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-12T02:08:52.409Z] #168 DONE 0.2s [2025-06-12T02:08:52.409Z] [2025-06-12T02:08:52.409Z] #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-12T02:08:52.675Z] #169 DONE 0.2s [2025-06-12T02:08:52.675Z] [2025-06-12T02:08:52.675Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-12T02:08:52.675Z] #170 DONE 0.2s [2025-06-12T02:08:52.675Z] [2025-06-12T02:08:52.675Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-12T02:08:52.942Z] #148 ... [2025-06-12T02:08:52.942Z] [2025-06-12T02:08:52.942Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-12T02:08:55.534Z] #171 DONE 2.2s [2025-06-12T02:08:55.534Z] [2025-06-12T02:08:55.534Z] #111 [security-bootstrapper] exporting to image [2025-06-12T02:08:55.534Z] #111 exporting layers [2025-06-12T02:08:56.115Z] #111 exporting layers 0.9s done [2025-06-12T02:08:56.115Z] #111 writing image sha256:4f10bb917c53fca73ed74aad46fe4adae8abb862d63fea381f3d8698cd3a342d 0.0s done [2025-06-12T02:08:56.115Z] #111 naming to docker.io/library/security-bootstrapper-arm64 done [2025-06-12T02:08:56.115Z] #111 DONE 6.0s [2025-06-12T02:08:56.115Z] [2025-06-12T02:08:56.115Z] #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-12T02:24:03.753Z] #144 ... [2025-06-12T02:24:03.753Z] [2025-06-12T02:24:03.753Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-12T02:24:03.753Z] #150 DONE 2080.6s [2025-06-12T02:24:03.753Z] [2025-06-12T02:24:03.753Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-12T02:24:03.753Z] #151 ... [2025-06-12T02:24:03.753Z] [2025-06-12T02:24:03.753Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T02:24:03.753Z] #172 DONE 0.1s [2025-06-12T02:24:03.753Z] [2025-06-12T02:24:03.753Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-12T02:24:03.753Z] #173 DONE 0.1s [2025-06-12T02:24:03.753Z] [2025-06-12T02:24:03.753Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-12T02:24:03.753Z] #151 ... [2025-06-12T02:24:03.753Z] [2025-06-12T02:24:03.753Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-12T02:24:03.753Z] #174 DONE 0.4s [2025-06-12T02:24:03.753Z] [2025-06-12T02:24:03.753Z] #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-12T02:24:03.753Z] #144 ... [2025-06-12T02:24:03.753Z] [2025-06-12T02:24:03.753Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-12T02:24:03.753Z] #175 DONE 0.1s [2025-06-12T02:24:03.753Z] [2025-06-12T02:24:03.753Z] #111 [core-command] exporting to image [2025-06-12T02:24:03.753Z] #111 exporting layers [2025-06-12T02:24:03.754Z] #111 exporting layers 1.0s done [2025-06-12T02:24:03.754Z] #111 writing image sha256:eecb1d6c04a4e8b26da3f6b21acd9dbadc6fb4a5268b76d6f9092053d32bd3ec done [2025-06-12T02:24:03.754Z] #111 naming to docker.io/library/core-command-arm64 done [2025-06-12T02:24:03.754Z] #111 DONE 6.9s [2025-06-12T02:24:03.754Z] [2025-06-12T02:24:03.754Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-12T02:24:21.947Z] #146 ... [2025-06-12T02:24:21.948Z] [2025-06-12T02:24:21.948Z] #145 [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-12T02:24:21.948Z] #145 2108.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-12T02:24:32.011Z] #145 ... [2025-06-12T02:24:32.011Z] [2025-06-12T02:24:32.011Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-12T02:24:32.011Z] #151 DONE 2119.3s [2025-06-12T02:24:32.276Z] [2025-06-12T02:24:32.276Z] #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-12T02:24:32.592Z] #144 ... [2025-06-12T02:24:32.592Z] [2025-06-12T02:24:32.592Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T02:24:32.867Z] #176 DONE 0.3s [2025-06-12T02:24:32.867Z] [2025-06-12T02:24:32.867Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-12T02:24:33.145Z] #177 DONE 0.4s [2025-06-12T02:24:33.145Z] [2025-06-12T02:24:33.145Z] #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-12T02:24:33.145Z] #178 DONE 0.1s [2025-06-12T02:24:33.145Z] [2025-06-12T02:24:33.145Z] #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-12T02:24:33.411Z] #144 ... [2025-06-12T02:24:33.411Z] [2025-06-12T02:24:33.411Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-12T02:24:33.411Z] #179 DONE 0.2s [2025-06-12T02:24:33.411Z] [2025-06-12T02:24:33.411Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-12T02:24:33.735Z] #180 DONE 0.3s [2025-06-12T02:24:33.735Z] [2025-06-12T02:24:33.735Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-12T02:24:34.001Z] #181 DONE 0.2s [2025-06-12T02:24:34.001Z] [2025-06-12T02:24:34.001Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-12T02:24:34.001Z] #147 ... [2025-06-12T02:24:34.001Z] [2025-06-12T02:24:34.001Z] #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-12T02:24:35.941Z] #182 DONE 2.1s [2025-06-12T02:24:35.941Z] [2025-06-12T02:24:35.941Z] #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-12T02:24:36.206Z] #144 ... [2025-06-12T02:24:36.206Z] [2025-06-12T02:24:36.206Z] #111 [security-proxy-setup] exporting to image [2025-06-12T02:24:36.206Z] #111 exporting layers [2025-06-12T02:24:37.165Z] #111 exporting layers 0.9s done [2025-06-12T02:24:37.165Z] #111 writing image sha256:428bd673e99dced78030c3c7b8b38da68eefe299eed8935aaf70ad050c9a4019 done [2025-06-12T02:24:37.165Z] #111 naming to docker.io/library/security-proxy-setup-arm64 done [2025-06-12T02:24:37.165Z] #111 DONE 7.9s [2025-06-12T02:24:37.165Z] [2025-06-12T02:24:37.165Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-12T02:24:59.199Z] #153 ... [2025-06-12T02:24:59.199Z] [2025-06-12T02:24:59.199Z] #145 [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-12T02:24:59.199Z] #145 DONE 2143.4s [2025-06-12T02:24:59.199Z] [2025-06-12T02:24:59.199Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-12T02:24:59.199Z] #131 ... [2025-06-12T02:24:59.199Z] [2025-06-12T02:24:59.199Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T02:24:59.199Z] #183 DONE 0.3s [2025-06-12T02:24:59.199Z] [2025-06-12T02:24:59.199Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-12T02:24:59.199Z] #184 DONE 0.2s [2025-06-12T02:24:59.199Z] [2025-06-12T02:24:59.199Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-12T02:24:59.199Z] #148 ... [2025-06-12T02:24:59.199Z] [2025-06-12T02:24:59.199Z] #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-12T02:24:59.199Z] #185 DONE 0.1s [2025-06-12T02:24:59.199Z] [2025-06-12T02:24:59.199Z] #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-12T02:24:59.199Z] #186 DONE 0.2s [2025-06-12T02:24:59.199Z] [2025-06-12T02:24:59.199Z] #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-12T02:24:59.199Z] #187 DONE 0.1s [2025-06-12T02:24:59.199Z] [2025-06-12T02:24:59.199Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-12T02:24:59.199Z] #146 ... [2025-06-12T02:24:59.199Z] [2025-06-12T02:24:59.199Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-12T02:24:59.199Z] #188 DONE 0.3s [2025-06-12T02:24:59.199Z] [2025-06-12T02:24:59.199Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-12T02:24:59.199Z] #147 ... [2025-06-12T02:24:59.199Z] [2025-06-12T02:24:59.199Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-12T02:24:59.199Z] #189 DONE 0.5s [2025-06-12T02:24:59.199Z] [2025-06-12T02:24:59.199Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-12T02:24:59.199Z] #190 DONE 0.1s [2025-06-12T02:24:59.199Z] [2025-06-12T02:24:59.199Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-12T02:24:59.199Z] #131 ... [2025-06-12T02:24:59.199Z] [2025-06-12T02:24:59.199Z] #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-12T02:25:00.604Z] #191 DONE 2.1s [2025-06-12T02:25:00.604Z] [2025-06-12T02:25:00.604Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-12T02:25:00.604Z] #148 ... [2025-06-12T02:25:00.604Z] [2025-06-12T02:25:00.604Z] #111 [security-secretstore-setup] exporting to image [2025-06-12T02:25:00.604Z] #111 exporting layers [2025-06-12T02:25:02.006Z] #111 exporting layers 1.4s done [2025-06-12T02:25:02.006Z] #111 writing image sha256:c0b4ecf225cab4e4dd1fe29272b28ad0dacb67935f059260befafd8fd6a6f28e done [2025-06-12T02:25:02.006Z] #111 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-06-12T02:25:02.006Z] #111 DONE 9.4s [2025-06-12T02:25:02.006Z] [2025-06-12T02:25:02.006Z] #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-12T02:26:09.876Z] #144 ... [2025-06-12T02:26:09.876Z] [2025-06-12T02:26:09.876Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-12T02:26:09.876Z] #152 DONE 2214.2s [2025-06-12T02:26:09.876Z] [2025-06-12T02:26:09.876Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-12T02:26:09.876Z] #131 ... [2025-06-12T02:26:09.876Z] [2025-06-12T02:26:09.876Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T02:26:09.876Z] #192 DONE 0.2s [2025-06-12T02:26:09.876Z] [2025-06-12T02:26:09.876Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-12T02:26:09.876Z] #131 ... [2025-06-12T02:26:09.876Z] [2025-06-12T02:26:09.876Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-12T02:26:09.876Z] #193 DONE 0.2s [2025-06-12T02:26:09.876Z] [2025-06-12T02:26:09.876Z] #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-12T02:26:09.876Z] #194 DONE 0.4s [2025-06-12T02:26:09.876Z] [2025-06-12T02:26:09.876Z] #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-12T02:26:09.876Z] #195 DONE 0.1s [2025-06-12T02:26:09.876Z] [2025-06-12T02:26:09.876Z] #111 [security-spiffe-token-provider] exporting to image [2025-06-12T02:26:09.876Z] #111 exporting layers [2025-06-12T02:26:09.876Z] #111 exporting layers 1.0s done [2025-06-12T02:26:09.876Z] #111 writing image sha256:4ef5b27ee9a0efb12d0ebb58f2a1fda71fc0ec5c975217bcc46f095e92582041 done [2025-06-12T02:26:09.876Z] #111 naming to docker.io/library/security-spiffe-token-provider-arm64 0.0s done [2025-06-12T02:26:09.876Z] #111 DONE 10.3s [2025-06-12T02:26:09.876Z] [2025-06-12T02:26:09.876Z] #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-12T02:26:42.090Z] #144 DONE 2246.4s [2025-06-12T02:26:42.090Z] [2025-06-12T02:26:42.090Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-12T02:26:42.090Z] #146 ... [2025-06-12T02:26:42.090Z] [2025-06-12T02:26:42.090Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T02:26:42.090Z] #196 DONE 0.1s [2025-06-12T02:26:42.090Z] [2025-06-12T02:26:42.090Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-12T02:26:42.090Z] #197 DONE 0.1s [2025-06-12T02:26:42.090Z] [2025-06-12T02:26:42.090Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-12T02:26:42.090Z] #198 DONE 0.3s [2025-06-12T02:26:42.090Z] [2025-06-12T02:26:42.090Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-12T02:26:42.090Z] #199 DONE 0.1s [2025-06-12T02:26:42.090Z] [2025-06-12T02:26:42.090Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-12T02:26:42.090Z] #200 DONE 0.1s [2025-06-12T02:26:42.090Z] [2025-06-12T02:26:42.090Z] #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-12T02:26:42.675Z] #201 DONE 2.0s [2025-06-12T02:26:42.675Z] [2025-06-12T02:26:42.675Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-12T02:26:42.675Z] #131 ... [2025-06-12T02:26:42.675Z] [2025-06-12T02:26:42.675Z] #111 [security-proxy-auth] exporting to image [2025-06-12T02:26:42.675Z] #111 exporting layers [2025-06-12T02:26:43.261Z] #111 exporting layers 0.7s done [2025-06-12T02:26:43.537Z] #111 writing image sha256:78ad541534b70ae2faeedbd178a05cbb8b8420078534051470539b465e76b65b done [2025-06-12T02:26:43.537Z] #111 naming to docker.io/library/security-proxy-auth-arm64 done [2025-06-12T02:26:43.537Z] #111 DONE 11.0s [2025-06-12T02:26:43.537Z] [2025-06-12T02:26:43.537Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-12T02:26:45.503Z] #146 ... [2025-06-12T02:26:45.503Z] [2025-06-12T02:26:45.503Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-12T02:26:45.503Z] #148 DONE 2252.5s [2025-06-12T02:26:45.503Z] [2025-06-12T02:26:45.503Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-12T02:26:46.086Z] #146 ... [2025-06-12T02:26:46.086Z] [2025-06-12T02:26:46.086Z] #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T02:26:46.086Z] #202 DONE 0.2s [2025-06-12T02:26:46.086Z] [2025-06-12T02:26:46.086Z] #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-12T02:26:46.682Z] #203 DONE 0.4s [2025-06-12T02:26:46.682Z] [2025-06-12T02:26:46.682Z] #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-12T02:26:46.682Z] #204 DONE 0.1s [2025-06-12T02:26:46.682Z] [2025-06-12T02:26:46.682Z] #111 [core-keeper] exporting to image [2025-06-12T02:26:47.277Z] #111 exporting layers 0.6s done [2025-06-12T02:26:47.277Z] #111 writing image sha256:5236a535b3b23828adca9af6394eb0b669b541d9be880ac8c41f9fdbf272809d 0.0s done [2025-06-12T02:26:47.277Z] #111 naming to docker.io/library/core-keeper-arm64 0.0s done [2025-06-12T02:26:47.277Z] #111 DONE 11.6s [2025-06-12T02:26:47.277Z] [2025-06-12T02:26:47.277Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-12T02:26:47.277Z] #146 ... [2025-06-12T02:26:47.277Z] [2025-06-12T02:26:47.277Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-12T02:26:47.277Z] #147 DONE 2254.7s [2025-06-12T02:26:47.557Z] [2025-06-12T02:26:47.557Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-12T02:26:47.838Z] #153 ... [2025-06-12T02:26:47.838Z] [2025-06-12T02:26:47.838Z] #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T02:26:48.106Z] #205 DONE 0.3s [2025-06-12T02:26:48.106Z] [2025-06-12T02:26:48.106Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-12T02:26:48.375Z] #153 ... [2025-06-12T02:26:48.375Z] [2025-06-12T02:26:48.375Z] #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-12T02:26:48.375Z] #206 DONE 0.2s [2025-06-12T02:26:48.375Z] [2025-06-12T02:26:48.375Z] #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-12T02:26:48.644Z] #207 DONE 0.4s [2025-06-12T02:26:48.644Z] [2025-06-12T02:26:48.644Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-12T02:26:48.914Z] #146 ... [2025-06-12T02:26:48.914Z] [2025-06-12T02:26:48.914Z] #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-12T02:26:48.914Z] #208 DONE 0.2s [2025-06-12T02:26:48.914Z] [2025-06-12T02:26:48.914Z] #111 [core-data] exporting to image [2025-06-12T02:26:49.498Z] #111 exporting layers 0.5s done [2025-06-12T02:26:49.498Z] #111 writing image sha256:408a23478028d99c424c515d3b59f6c9ad87b9254d156f4228bb8c7a42fcb6c5 done [2025-06-12T02:26:49.498Z] #111 naming to docker.io/library/core-data-arm64 done [2025-06-12T02:26:49.498Z] #111 DONE 12.2s [2025-06-12T02:26:49.498Z] [2025-06-12T02:26:49.498Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-12T02:26:54.843Z] #131 ... [2025-06-12T02:26:54.843Z] [2025-06-12T02:26:54.843Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-12T02:26:54.843Z] #146 DONE 2261.2s [2025-06-12T02:26:54.843Z] [2025-06-12T02:26:54.843Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-12T02:26:54.843Z] #131 ... [2025-06-12T02:26:54.843Z] [2025-06-12T02:26:54.843Z] #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T02:26:54.843Z] #209 DONE 0.2s [2025-06-12T02:26:54.843Z] [2025-06-12T02:26:54.843Z] #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-12T02:26:54.843Z] #210 DONE 0.2s [2025-06-12T02:26:54.843Z] [2025-06-12T02:26:54.843Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-12T02:26:55.110Z] #131 ... [2025-06-12T02:26:55.110Z] [2025-06-12T02:26:55.110Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-12T02:26:55.382Z] #211 DONE 0.4s [2025-06-12T02:26:55.382Z] [2025-06-12T02:26:55.382Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-12T02:26:55.382Z] #131 ... [2025-06-12T02:26:55.382Z] [2025-06-12T02:26:55.382Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-12T02:26:55.649Z] #212 DONE 0.2s [2025-06-12T02:26:55.649Z] [2025-06-12T02:26:55.649Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-12T02:26:55.649Z] #213 DONE 0.1s [2025-06-12T02:26:55.649Z] [2025-06-12T02:26:55.649Z] #111 [core-metadata] exporting to image [2025-06-12T02:26:55.649Z] #111 exporting layers [2025-06-12T02:26:56.233Z] #111 exporting layers 0.5s done [2025-06-12T02:26:56.233Z] #111 writing image sha256:8d00e43e197fb4a8fd5f07dc8be056414492783ad6a2278623e5d85f54a6a7a2 done [2025-06-12T02:26:56.233Z] #111 naming to docker.io/library/core-metadata-arm64 done [2025-06-12T02:26:56.233Z] #111 DONE 12.7s [2025-06-12T02:26:56.233Z] [2025-06-12T02:26:56.234Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-12T02:27:28.444Z] #131 DONE 2290.9s [2025-06-12T02:27:28.444Z] [2025-06-12T02:27:28.444Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-12T02:27:28.444Z] #153 ... [2025-06-12T02:27:28.444Z] [2025-06-12T02:27:28.444Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T02:27:28.444Z] #214 DONE 0.1s [2025-06-12T02:27:28.444Z] [2025-06-12T02:27:28.444Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-12T02:27:28.444Z] #215 DONE 0.1s [2025-06-12T02:27:28.444Z] [2025-06-12T02:27:28.444Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-12T02:27:28.444Z] #153 ... [2025-06-12T02:27:28.444Z] [2025-06-12T02:27:28.444Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-12T02:27:28.444Z] #216 DONE 0.5s [2025-06-12T02:27:28.444Z] [2025-06-12T02:27:28.444Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-12T02:27:28.444Z] #153 ... [2025-06-12T02:27:28.444Z] [2025-06-12T02:27:28.444Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-12T02:27:28.444Z] #217 DONE 0.2s [2025-06-12T02:27:28.444Z] [2025-06-12T02:27:28.444Z] #111 [support-scheduler] exporting to image [2025-06-12T02:27:28.444Z] #111 exporting layers [2025-06-12T02:27:28.444Z] #111 exporting layers 1.0s done [2025-06-12T02:27:28.444Z] #111 writing image sha256:28ded62b055a698f5de3503a06c3a049368bf925e599cd1784d7f574982a2b3e done [2025-06-12T02:27:28.444Z] #111 naming to docker.io/library/support-scheduler-arm64 done [2025-06-12T02:27:28.444Z] #111 DONE 13.7s [2025-06-12T02:27:28.444Z] [2025-06-12T02:27:28.444Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-12T02:27:29.409Z] #153 DONE 2296.7s [2025-06-12T02:27:29.409Z] [2025-06-12T02:27:29.409Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-12T02:27:29.676Z] #218 DONE 0.1s [2025-06-12T02:27:29.676Z] [2025-06-12T02:27:29.676Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-12T02:27:29.676Z] #219 DONE 0.1s [2025-06-12T02:27:29.943Z] [2025-06-12T02:27:29.944Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-12T02:27:30.531Z] #220 DONE 0.5s [2025-06-12T02:27:30.531Z] [2025-06-12T02:27:30.531Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-12T02:27:30.531Z] #221 DONE 0.1s [2025-06-12T02:27:30.531Z] [2025-06-12T02:27:30.531Z] #111 [support-notifications] exporting to image [2025-06-12T02:27:31.113Z] #111 exporting layers 0.6s done [2025-06-12T02:27:31.113Z] #111 writing image sha256:307bbc716da31ca747378d300076b8ba4a8adb8a5841f8d27d1c9d5a51b1a369 done [2025-06-12T02:27:31.113Z] #111 naming to docker.io/library/support-notifications-arm64 done [2025-06-12T02:27:31.113Z] #111 DONE 14.3s [2025-06-12T02:27:31.113Z] time="2025-06-12T01:46:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T02:27:31.113Z] time="2025-06-12T01:46:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T02:27:31.113Z] time="2025-06-12T01:46:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T02:27:31.113Z] time="2025-06-12T01:46:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T02:27:31.113Z] time="2025-06-12T01:46:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T02:27:31.113Z] time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T02:27:31.113Z] time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T02:27:31.113Z] time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T02:27:31.113Z] time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T02:27:31.113Z] time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T02:27:31.113Z] time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T02:27:31.113Z] time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T02:27:31.113Z] time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T02:27:31.113Z] time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-12T02:27:31.113Z] time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-12T02:27:31.127Z] $ docker stop --time=1 fdc79af9ff5bdd317ce73a2b1fcc4c791309ed0f7f50cc279fdf264dea530ae3 [2025-06-12T02:27:32.811Z] $ docker rm -f --volumes fdc79af9ff5bdd317ce73a2b1fcc4c791309ed0f7f50cc279fdf264dea530ae3 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-12T02:27:33.315Z] + docker images [2025-06-12T02:27:33.315Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-12T02:27:33.315Z] support-notifications-arm64 latest 307bbc716da3 3 seconds ago 52.8MB [2025-06-12T02:27:33.315Z] support-scheduler-arm64 latest 28ded62b055a 9 seconds ago 48.9MB [2025-06-12T02:27:33.315Z] core-metadata-arm64 latest 8d00e43e197f 38 seconds ago 33.5MB [2025-06-12T02:27:33.315Z] core-data-arm64 latest 408a23478028 45 seconds ago 33.3MB [2025-06-12T02:27:33.315Z] core-keeper-arm64 latest 5236a535b3b2 47 seconds ago 33MB [2025-06-12T02:27:33.315Z] security-proxy-auth-arm64 latest 78ad541534b7 51 seconds ago 32.2MB [2025-06-12T02:27:33.315Z] security-spiffe-token-provider-arm64 latest 4ef5b27ee9a0 About a minute ago 48.6MB [2025-06-12T02:27:33.315Z] security-secretstore-setup-arm64 latest c0b4ecf225ca 2 minutes ago 68.2MB [2025-06-12T02:27:33.315Z] security-proxy-setup-arm64 latest 428bd673e99d 2 minutes ago 38.9MB [2025-06-12T02:27:33.315Z] core-command-arm64 latest eecb1d6c04a4 3 minutes ago 28.9MB [2025-06-12T02:27:33.315Z] security-bootstrapper-arm64 latest 4f10bb917c53 18 minutes ago 21.1MB [2025-06-12T02:27:33.315Z] core-common-config-bootstrapper-arm64 latest b42a11f4b584 18 minutes ago 18MB [2025-06-12T02:27:33.315Z] security-spire-agent-arm64 latest 3c57bcb53c65 39 minutes ago 187MB [2025-06-12T02:27:33.315Z] security-spire-server-arm64 latest da089cedb828 39 minutes ago 144MB [2025-06-12T02:27:33.315Z] security-spire-config-arm64 latest ba6118675dbc 39 minutes ago 143MB [2025-06-12T02:27:33.315Z] ci-base-image-arm64 latest 157438a908a8 41 minutes ago 910MB [2025-06-12T02:27:33.315Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 2 months ago 560MB [2025-06-12T02:27:33.315Z] 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-12T02:27:33.459Z] provisioning config files... [2025-06-12T02:27:33.473Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/852@tmp/config17617492702110633222tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-12T02:27:33.824Z] ---> ****-login.sh [2025-06-12T02:27:33.824Z] nexus3.edgexfoundry.org:10001 [2025-06-12T02:27:33.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T02:27:34.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T02:27:34.091Z] Configure a credential helper to remove this warning. See [2025-06-12T02:27:34.091Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T02:27:34.091Z] [2025-06-12T02:27:34.091Z] Login Succeeded [2025-06-12T02:27:34.091Z] nexus3.edgexfoundry.org:10002 [2025-06-12T02:27:34.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T02:27:34.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T02:27:34.621Z] Configure a credential helper to remove this warning. See [2025-06-12T02:27:34.621Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T02:27:34.621Z] [2025-06-12T02:27:34.621Z] Login Succeeded [2025-06-12T02:27:34.621Z] nexus3.edgexfoundry.org:10003 [2025-06-12T02:27:34.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T02:27:34.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T02:27:34.887Z] Configure a credential helper to remove this warning. See [2025-06-12T02:27:34.887Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T02:27:34.887Z] [2025-06-12T02:27:34.887Z] Login Succeeded [2025-06-12T02:27:34.887Z] nexus3.edgexfoundry.org:10004 [2025-06-12T02:27:35.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T02:27:35.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T02:27:35.151Z] Configure a credential helper to remove this warning. See [2025-06-12T02:27:35.151Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T02:27:35.151Z] [2025-06-12T02:27:35.151Z] Login Succeeded [2025-06-12T02:27:35.151Z] ****.io [2025-06-12T02:27:35.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-12T02:27:35.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-12T02:27:35.682Z] Configure a credential helper to remove this warning. See [2025-06-12T02:27:35.682Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-12T02:27:35.682Z] [2025-06-12T02:27:35.682Z] Login Succeeded [2025-06-12T02:27:35.682Z] ---> ****-login.sh ends [Pipeline] } [2025-06-12T02:27:35.693Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T02:27:35.747Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-12T02:27:35.786Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-06-12T02:27:35.786Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:27:35.786Z] latest [2025-06-12T02:27:35.786Z] 4.1.0-dev.23 [2025-06-12T02:27:35.786Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:27:35.786Z] main [2025-06-12T02:27:35.786Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:27:36.171Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:27:36.528Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:27:36.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-12T02:27:36.528Z] 686897e96b94: Preparing [2025-06-12T02:27:36.528Z] 75dbfb41cec9: Preparing [2025-06-12T02:27:36.528Z] 68321efe01af: Preparing [2025-06-12T02:27:36.528Z] 0a19b58d453a: Preparing [2025-06-12T02:27:36.528Z] 881efced6ed8: Preparing [2025-06-12T02:27:36.528Z] ce4f8178dd88: Preparing [2025-06-12T02:27:36.528Z] dd9c8f8612c8: Preparing [2025-06-12T02:27:36.528Z] ce4f8178dd88: Waiting [2025-06-12T02:27:36.528Z] dd9c8f8612c8: Waiting [2025-06-12T02:27:36.794Z] 881efced6ed8: Pushed [2025-06-12T02:27:36.794Z] 0a19b58d453a: Pushed [2025-06-12T02:27:36.794Z] 68321efe01af: Pushed [2025-06-12T02:27:36.794Z] 686897e96b94: Pushed [2025-06-12T02:27:36.794Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:27:37.059Z] ce4f8178dd88: Pushed [2025-06-12T02:27:41.297Z] 75dbfb41cec9: Pushed [2025-06-12T02:27:41.297Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:a8916fe343ec186eaf57d2ca795bd9b069748b5c665b6782ea682473cce730d8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:27:41.655Z] + 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-12T02:27:42.018Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-06-12T02:27:42.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-12T02:27:42.018Z] 686897e96b94: Preparing [2025-06-12T02:27:42.018Z] 75dbfb41cec9: Preparing [2025-06-12T02:27:42.018Z] 68321efe01af: Preparing [2025-06-12T02:27:42.018Z] 0a19b58d453a: Preparing [2025-06-12T02:27:42.018Z] 881efced6ed8: Preparing [2025-06-12T02:27:42.018Z] ce4f8178dd88: Preparing [2025-06-12T02:27:42.018Z] dd9c8f8612c8: Preparing [2025-06-12T02:27:42.018Z] ce4f8178dd88: Waiting [2025-06-12T02:27:42.018Z] dd9c8f8612c8: Waiting [2025-06-12T02:27:42.018Z] 68321efe01af: Layer already exists [2025-06-12T02:27:42.018Z] 686897e96b94: Layer already exists [2025-06-12T02:27:42.018Z] 0a19b58d453a: Layer already exists [2025-06-12T02:27:42.018Z] 75dbfb41cec9: Layer already exists [2025-06-12T02:27:42.018Z] 881efced6ed8: Layer already exists [2025-06-12T02:27:42.018Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:27:42.018Z] ce4f8178dd88: Layer already exists [2025-06-12T02:27:42.283Z] latest: digest: sha256:a8916fe343ec186eaf57d2ca795bd9b069748b5c665b6782ea682473cce730d8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:27:42.651Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:27:43.014Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.23 [2025-06-12T02:27:43.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-12T02:27:43.014Z] 686897e96b94: Preparing [2025-06-12T02:27:43.014Z] 75dbfb41cec9: Preparing [2025-06-12T02:27:43.014Z] 68321efe01af: Preparing [2025-06-12T02:27:43.014Z] 0a19b58d453a: Preparing [2025-06-12T02:27:43.014Z] 881efced6ed8: Preparing [2025-06-12T02:27:43.014Z] ce4f8178dd88: Preparing [2025-06-12T02:27:43.014Z] dd9c8f8612c8: Preparing [2025-06-12T02:27:43.014Z] ce4f8178dd88: Waiting [2025-06-12T02:27:43.014Z] dd9c8f8612c8: Waiting [2025-06-12T02:27:43.014Z] 68321efe01af: Layer already exists [2025-06-12T02:27:43.014Z] 75dbfb41cec9: Layer already exists [2025-06-12T02:27:43.014Z] 881efced6ed8: Layer already exists [2025-06-12T02:27:43.014Z] 686897e96b94: Layer already exists [2025-06-12T02:27:43.014Z] 0a19b58d453a: Layer already exists [2025-06-12T02:27:43.014Z] ce4f8178dd88: Layer already exists [2025-06-12T02:27:43.014Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:27:43.278Z] 4.1.0-dev.23: digest: sha256:a8916fe343ec186eaf57d2ca795bd9b069748b5c665b6782ea682473cce730d8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:27:43.644Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:27:44.004Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:27:44.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-12T02:27:44.004Z] 686897e96b94: Preparing [2025-06-12T02:27:44.004Z] 75dbfb41cec9: Preparing [2025-06-12T02:27:44.004Z] 68321efe01af: Preparing [2025-06-12T02:27:44.004Z] 0a19b58d453a: Preparing [2025-06-12T02:27:44.004Z] 881efced6ed8: Preparing [2025-06-12T02:27:44.004Z] ce4f8178dd88: Preparing [2025-06-12T02:27:44.004Z] dd9c8f8612c8: Preparing [2025-06-12T02:27:44.004Z] ce4f8178dd88: Waiting [2025-06-12T02:27:44.004Z] dd9c8f8612c8: Waiting [2025-06-12T02:27:44.004Z] 75dbfb41cec9: Layer already exists [2025-06-12T02:27:44.004Z] 686897e96b94: Layer already exists [2025-06-12T02:27:44.004Z] 0a19b58d453a: Layer already exists [2025-06-12T02:27:44.004Z] 68321efe01af: Layer already exists [2025-06-12T02:27:44.004Z] 881efced6ed8: Layer already exists [2025-06-12T02:27:44.004Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:27:44.004Z] ce4f8178dd88: Layer already exists [2025-06-12T02:27:44.267Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:a8916fe343ec186eaf57d2ca795bd9b069748b5c665b6782ea682473cce730d8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:27:44.615Z] + 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-12T02:27:44.977Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-06-12T02:27:44.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-12T02:27:44.977Z] 686897e96b94: Preparing [2025-06-12T02:27:44.977Z] 75dbfb41cec9: Preparing [2025-06-12T02:27:44.977Z] 68321efe01af: Preparing [2025-06-12T02:27:44.977Z] 0a19b58d453a: Preparing [2025-06-12T02:27:44.977Z] 881efced6ed8: Preparing [2025-06-12T02:27:44.977Z] ce4f8178dd88: Preparing [2025-06-12T02:27:44.977Z] dd9c8f8612c8: Preparing [2025-06-12T02:27:44.977Z] ce4f8178dd88: Waiting [2025-06-12T02:27:44.977Z] dd9c8f8612c8: Waiting [2025-06-12T02:27:44.977Z] 0a19b58d453a: Layer already exists [2025-06-12T02:27:44.977Z] 881efced6ed8: Layer already exists [2025-06-12T02:27:44.977Z] 75dbfb41cec9: Layer already exists [2025-06-12T02:27:44.977Z] 68321efe01af: Layer already exists [2025-06-12T02:27:44.977Z] 686897e96b94: Layer already exists [2025-06-12T02:27:44.977Z] ce4f8178dd88: Layer already exists [2025-06-12T02:27:44.977Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:27:45.240Z] main: digest: sha256:a8916fe343ec186eaf57d2ca795bd9b069748b5c665b6782ea682473cce730d8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T02:27:45.329Z] ===================================================== [Pipeline] echo [2025-06-12T02:27:45.344Z] taggedImages: [2025-06-12T02:27:45.344Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:27:45.344Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-06-12T02:27:45.344Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.23 [2025-06-12T02:27:45.344Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:27:45.344Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-06-12T02:27:45.371Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-06-12T02:27:45.371Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:27:45.371Z] latest [2025-06-12T02:27:45.371Z] 4.1.0-dev.23 [2025-06-12T02:27:45.371Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:27:45.371Z] main [2025-06-12T02:27:45.371Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:27:45.756Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:27:46.128Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:27:46.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-12T02:27:46.128Z] 282d701aa595: Preparing [2025-06-12T02:27:46.128Z] 4d8940e82bd5: Preparing [2025-06-12T02:27:46.128Z] cd63328d7acd: Preparing [2025-06-12T02:27:46.128Z] 65dc5febb1c2: Preparing [2025-06-12T02:27:46.128Z] 68321efe01af: Preparing [2025-06-12T02:27:46.128Z] 0a19b58d453a: Preparing [2025-06-12T02:27:46.128Z] 881efced6ed8: Preparing [2025-06-12T02:27:46.128Z] ce4f8178dd88: Preparing [2025-06-12T02:27:46.128Z] dd9c8f8612c8: Preparing [2025-06-12T02:27:46.128Z] 881efced6ed8: Waiting [2025-06-12T02:27:46.128Z] ce4f8178dd88: Waiting [2025-06-12T02:27:46.128Z] 0a19b58d453a: Waiting [2025-06-12T02:27:46.128Z] dd9c8f8612c8: Waiting [2025-06-12T02:27:46.128Z] 68321efe01af: Layer already exists [2025-06-12T02:27:46.393Z] 0a19b58d453a: Layer already exists [2025-06-12T02:27:46.393Z] 4d8940e82bd5: Pushed [2025-06-12T02:27:46.393Z] cd63328d7acd: Pushed [2025-06-12T02:27:46.393Z] 881efced6ed8: Layer already exists [2025-06-12T02:27:46.393Z] 282d701aa595: Pushed [2025-06-12T02:27:46.393Z] ce4f8178dd88: Layer already exists [2025-06-12T02:27:46.393Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:27:48.957Z] 65dc5febb1c2: Pushed [2025-06-12T02:27:48.957Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:4db5007ac16d153fc8f4e199cc6eccf812085a61869b1ca0259109729f7d03e2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:27:49.431Z] + 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-12T02:27:49.787Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-06-12T02:27:49.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-12T02:27:49.787Z] 282d701aa595: Preparing [2025-06-12T02:27:49.787Z] 4d8940e82bd5: Preparing [2025-06-12T02:27:49.787Z] cd63328d7acd: Preparing [2025-06-12T02:27:49.787Z] 65dc5febb1c2: Preparing [2025-06-12T02:27:49.787Z] 68321efe01af: Preparing [2025-06-12T02:27:49.787Z] 0a19b58d453a: Preparing [2025-06-12T02:27:49.787Z] 881efced6ed8: Preparing [2025-06-12T02:27:49.787Z] ce4f8178dd88: Preparing [2025-06-12T02:27:49.787Z] dd9c8f8612c8: Preparing [2025-06-12T02:27:49.787Z] 0a19b58d453a: Waiting [2025-06-12T02:27:49.787Z] 881efced6ed8: Waiting [2025-06-12T02:27:49.787Z] ce4f8178dd88: Waiting [2025-06-12T02:27:49.787Z] dd9c8f8612c8: Waiting [2025-06-12T02:27:49.787Z] 282d701aa595: Layer already exists [2025-06-12T02:27:49.787Z] 4d8940e82bd5: Layer already exists [2025-06-12T02:27:49.787Z] 68321efe01af: Layer already exists [2025-06-12T02:27:49.787Z] cd63328d7acd: Layer already exists [2025-06-12T02:27:49.787Z] 65dc5febb1c2: Layer already exists [2025-06-12T02:27:49.787Z] 0a19b58d453a: Layer already exists [2025-06-12T02:27:49.787Z] 881efced6ed8: Layer already exists [2025-06-12T02:27:49.787Z] ce4f8178dd88: Layer already exists [2025-06-12T02:27:49.787Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:27:50.058Z] latest: digest: sha256:4db5007ac16d153fc8f4e199cc6eccf812085a61869b1ca0259109729f7d03e2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:27:50.449Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:27:50.842Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.23 [2025-06-12T02:27:50.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-12T02:27:50.842Z] 282d701aa595: Preparing [2025-06-12T02:27:50.842Z] 4d8940e82bd5: Preparing [2025-06-12T02:27:50.842Z] cd63328d7acd: Preparing [2025-06-12T02:27:50.842Z] 65dc5febb1c2: Preparing [2025-06-12T02:27:50.842Z] 68321efe01af: Preparing [2025-06-12T02:27:50.842Z] 0a19b58d453a: Preparing [2025-06-12T02:27:50.842Z] 881efced6ed8: Preparing [2025-06-12T02:27:50.842Z] ce4f8178dd88: Preparing [2025-06-12T02:27:50.842Z] dd9c8f8612c8: Preparing [2025-06-12T02:27:50.842Z] 881efced6ed8: Waiting [2025-06-12T02:27:50.842Z] ce4f8178dd88: Waiting [2025-06-12T02:27:50.842Z] dd9c8f8612c8: Waiting [2025-06-12T02:27:50.842Z] 0a19b58d453a: Waiting [2025-06-12T02:27:50.842Z] 282d701aa595: Layer already exists [2025-06-12T02:27:50.842Z] 68321efe01af: Layer already exists [2025-06-12T02:27:50.842Z] cd63328d7acd: Layer already exists [2025-06-12T02:27:50.842Z] 4d8940e82bd5: Layer already exists [2025-06-12T02:27:50.842Z] 65dc5febb1c2: Layer already exists [2025-06-12T02:27:50.842Z] ce4f8178dd88: Layer already exists [2025-06-12T02:27:50.842Z] 0a19b58d453a: Layer already exists [2025-06-12T02:27:50.842Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:27:50.842Z] 881efced6ed8: Layer already exists [2025-06-12T02:27:50.842Z] 4.1.0-dev.23: digest: sha256:4db5007ac16d153fc8f4e199cc6eccf812085a61869b1ca0259109729f7d03e2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:27:51.502Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:27:51.877Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:27:51.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-12T02:27:51.877Z] 282d701aa595: Preparing [2025-06-12T02:27:51.877Z] 4d8940e82bd5: Preparing [2025-06-12T02:27:51.877Z] cd63328d7acd: Preparing [2025-06-12T02:27:51.877Z] 65dc5febb1c2: Preparing [2025-06-12T02:27:51.877Z] 68321efe01af: Preparing [2025-06-12T02:27:51.877Z] 0a19b58d453a: Preparing [2025-06-12T02:27:51.877Z] 881efced6ed8: Preparing [2025-06-12T02:27:51.877Z] ce4f8178dd88: Preparing [2025-06-12T02:27:51.877Z] dd9c8f8612c8: Preparing [2025-06-12T02:27:51.877Z] 881efced6ed8: Waiting [2025-06-12T02:27:51.877Z] ce4f8178dd88: Waiting [2025-06-12T02:27:51.877Z] dd9c8f8612c8: Waiting [2025-06-12T02:27:51.877Z] 0a19b58d453a: Waiting [2025-06-12T02:27:51.877Z] 68321efe01af: Layer already exists [2025-06-12T02:27:51.877Z] 282d701aa595: Layer already exists [2025-06-12T02:27:51.877Z] 4d8940e82bd5: Layer already exists [2025-06-12T02:27:51.877Z] 65dc5febb1c2: Layer already exists [2025-06-12T02:27:51.877Z] cd63328d7acd: Layer already exists [2025-06-12T02:27:51.877Z] 881efced6ed8: Layer already exists [2025-06-12T02:27:51.877Z] 0a19b58d453a: Layer already exists [2025-06-12T02:27:51.877Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:27:51.877Z] ce4f8178dd88: Layer already exists [2025-06-12T02:27:51.877Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:4db5007ac16d153fc8f4e199cc6eccf812085a61869b1ca0259109729f7d03e2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:27:52.219Z] + 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-12T02:27:52.571Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-06-12T02:27:52.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-12T02:27:52.571Z] 282d701aa595: Preparing [2025-06-12T02:27:52.571Z] 4d8940e82bd5: Preparing [2025-06-12T02:27:52.571Z] cd63328d7acd: Preparing [2025-06-12T02:27:52.571Z] 65dc5febb1c2: Preparing [2025-06-12T02:27:52.571Z] 68321efe01af: Preparing [2025-06-12T02:27:52.571Z] 0a19b58d453a: Preparing [2025-06-12T02:27:52.571Z] 881efced6ed8: Preparing [2025-06-12T02:27:52.571Z] ce4f8178dd88: Preparing [2025-06-12T02:27:52.571Z] dd9c8f8612c8: Preparing [2025-06-12T02:27:52.571Z] 881efced6ed8: Waiting [2025-06-12T02:27:52.571Z] ce4f8178dd88: Waiting [2025-06-12T02:27:52.571Z] dd9c8f8612c8: Waiting [2025-06-12T02:27:52.571Z] 0a19b58d453a: Waiting [2025-06-12T02:27:52.571Z] cd63328d7acd: Layer already exists [2025-06-12T02:27:52.571Z] 65dc5febb1c2: Layer already exists [2025-06-12T02:27:52.571Z] 68321efe01af: Layer already exists [2025-06-12T02:27:52.571Z] 282d701aa595: Layer already exists [2025-06-12T02:27:52.571Z] 4d8940e82bd5: Layer already exists [2025-06-12T02:27:52.571Z] 881efced6ed8: Layer already exists [2025-06-12T02:27:52.571Z] 0a19b58d453a: Layer already exists [2025-06-12T02:27:52.571Z] ce4f8178dd88: Layer already exists [2025-06-12T02:27:52.571Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:27:52.834Z] main: digest: sha256:4db5007ac16d153fc8f4e199cc6eccf812085a61869b1ca0259109729f7d03e2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T02:27:52.909Z] ===================================================== [Pipeline] echo [2025-06-12T02:27:52.926Z] taggedImages: [2025-06-12T02:27:52.926Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:27:52.926Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-06-12T02:27:52.926Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.23 [2025-06-12T02:27:52.926Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:27:52.926Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-06-12T02:27:52.955Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-06-12T02:27:52.955Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:27:52.955Z] latest [2025-06-12T02:27:52.955Z] 4.1.0-dev.23 [2025-06-12T02:27:52.955Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:27:52.955Z] main [2025-06-12T02:27:52.955Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:27:53.319Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:27:53.677Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:27:53.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-12T02:27:53.677Z] 9df487f25d88: Preparing [2025-06-12T02:27:53.677Z] 6333806a9ca5: Preparing [2025-06-12T02:27:53.677Z] 68321efe01af: Preparing [2025-06-12T02:27:53.677Z] 0a19b58d453a: Preparing [2025-06-12T02:27:53.677Z] 07f8f5aba353: Preparing [2025-06-12T02:27:53.677Z] 3d75604a102b: Preparing [2025-06-12T02:27:53.677Z] dd9c8f8612c8: Preparing [2025-06-12T02:27:53.677Z] 3d75604a102b: Waiting [2025-06-12T02:27:53.677Z] dd9c8f8612c8: Waiting [2025-06-12T02:27:53.943Z] 68321efe01af: Layer already exists [2025-06-12T02:27:53.943Z] 0a19b58d453a: Layer already exists [2025-06-12T02:27:53.943Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:27:53.943Z] 07f8f5aba353: Pushed [2025-06-12T02:27:53.943Z] 9df487f25d88: Pushed [2025-06-12T02:27:53.943Z] 3d75604a102b: Pushed [2025-06-12T02:27:59.263Z] 6333806a9ca5: Pushed [2025-06-12T02:27:59.530Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:1fe10f450b23d32668c1b023ffb4c4ae2c0eb3d902da665e1cb5247dfff87a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:27:59.893Z] + 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-12T02:28:00.256Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-06-12T02:28:00.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-12T02:28:00.256Z] 9df487f25d88: Preparing [2025-06-12T02:28:00.256Z] 6333806a9ca5: Preparing [2025-06-12T02:28:00.256Z] 68321efe01af: Preparing [2025-06-12T02:28:00.256Z] 0a19b58d453a: Preparing [2025-06-12T02:28:00.256Z] 07f8f5aba353: Preparing [2025-06-12T02:28:00.256Z] 3d75604a102b: Preparing [2025-06-12T02:28:00.256Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:00.256Z] 3d75604a102b: Waiting [2025-06-12T02:28:00.256Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:00.256Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:00.256Z] 6333806a9ca5: Layer already exists [2025-06-12T02:28:00.256Z] 9df487f25d88: Layer already exists [2025-06-12T02:28:00.256Z] 68321efe01af: Layer already exists [2025-06-12T02:28:00.256Z] 07f8f5aba353: Layer already exists [2025-06-12T02:28:00.256Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:00.256Z] 3d75604a102b: Layer already exists [2025-06-12T02:28:00.525Z] latest: digest: sha256:1fe10f450b23d32668c1b023ffb4c4ae2c0eb3d902da665e1cb5247dfff87a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:00.887Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:01.233Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.23 [2025-06-12T02:28:01.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-12T02:28:01.233Z] 9df487f25d88: Preparing [2025-06-12T02:28:01.233Z] 6333806a9ca5: Preparing [2025-06-12T02:28:01.233Z] 68321efe01af: Preparing [2025-06-12T02:28:01.233Z] 0a19b58d453a: Preparing [2025-06-12T02:28:01.233Z] 07f8f5aba353: Preparing [2025-06-12T02:28:01.233Z] 3d75604a102b: Preparing [2025-06-12T02:28:01.233Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:01.233Z] 3d75604a102b: Waiting [2025-06-12T02:28:01.233Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:01.233Z] 6333806a9ca5: Layer already exists [2025-06-12T02:28:01.233Z] 07f8f5aba353: Layer already exists [2025-06-12T02:28:01.233Z] 68321efe01af: Layer already exists [2025-06-12T02:28:01.233Z] 9df487f25d88: Layer already exists [2025-06-12T02:28:01.233Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:01.233Z] 3d75604a102b: Layer already exists [2025-06-12T02:28:01.498Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:01.498Z] 4.1.0-dev.23: digest: sha256:1fe10f450b23d32668c1b023ffb4c4ae2c0eb3d902da665e1cb5247dfff87a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:01.852Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:02.197Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:28:02.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-12T02:28:02.197Z] 9df487f25d88: Preparing [2025-06-12T02:28:02.197Z] 6333806a9ca5: Preparing [2025-06-12T02:28:02.197Z] 68321efe01af: Preparing [2025-06-12T02:28:02.197Z] 0a19b58d453a: Preparing [2025-06-12T02:28:02.197Z] 07f8f5aba353: Preparing [2025-06-12T02:28:02.197Z] 3d75604a102b: Preparing [2025-06-12T02:28:02.197Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:02.197Z] 3d75604a102b: Waiting [2025-06-12T02:28:02.197Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:02.197Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:02.197Z] 68321efe01af: Layer already exists [2025-06-12T02:28:02.197Z] 6333806a9ca5: Layer already exists [2025-06-12T02:28:02.197Z] 9df487f25d88: Layer already exists [2025-06-12T02:28:02.197Z] 07f8f5aba353: Layer already exists [2025-06-12T02:28:02.197Z] 3d75604a102b: Layer already exists [2025-06-12T02:28:02.197Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:02.463Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:1fe10f450b23d32668c1b023ffb4c4ae2c0eb3d902da665e1cb5247dfff87a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:02.809Z] + 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-12T02:28:03.156Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-06-12T02:28:03.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-12T02:28:03.157Z] 9df487f25d88: Preparing [2025-06-12T02:28:03.157Z] 6333806a9ca5: Preparing [2025-06-12T02:28:03.157Z] 68321efe01af: Preparing [2025-06-12T02:28:03.157Z] 0a19b58d453a: Preparing [2025-06-12T02:28:03.157Z] 07f8f5aba353: Preparing [2025-06-12T02:28:03.157Z] 3d75604a102b: Preparing [2025-06-12T02:28:03.157Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:03.157Z] 3d75604a102b: Waiting [2025-06-12T02:28:03.157Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:03.157Z] 9df487f25d88: Layer already exists [2025-06-12T02:28:03.157Z] 6333806a9ca5: Layer already exists [2025-06-12T02:28:03.157Z] 07f8f5aba353: Layer already exists [2025-06-12T02:28:03.157Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:03.157Z] 68321efe01af: Layer already exists [2025-06-12T02:28:03.157Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:03.157Z] 3d75604a102b: Layer already exists [2025-06-12T02:28:03.157Z] main: digest: sha256:1fe10f450b23d32668c1b023ffb4c4ae2c0eb3d902da665e1cb5247dfff87a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T02:28:03.499Z] ===================================================== [Pipeline] echo [2025-06-12T02:28:03.518Z] taggedImages: [2025-06-12T02:28:03.518Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:28:03.518Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-06-12T02:28:03.518Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.23 [2025-06-12T02:28:03.518Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:28:03.518Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-06-12T02:28:03.550Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-06-12T02:28:03.551Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:28:03.551Z] latest [2025-06-12T02:28:03.551Z] 4.1.0-dev.23 [2025-06-12T02:28:03.551Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:28:03.551Z] main [2025-06-12T02:28:03.551Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:03.903Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:04.256Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:28:04.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-12T02:28:04.256Z] a0af315505e2: Preparing [2025-06-12T02:28:04.256Z] 35ea1c722880: Preparing [2025-06-12T02:28:04.256Z] 0a19b58d453a: Preparing [2025-06-12T02:28:04.256Z] 1fbe58065fb5: Preparing [2025-06-12T02:28:04.256Z] 5da82808536e: Preparing [2025-06-12T02:28:04.256Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:04.256Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:04.256Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:04.520Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:04.520Z] 5da82808536e: Pushed [2025-06-12T02:28:04.520Z] 1fbe58065fb5: Pushed [2025-06-12T02:28:04.520Z] a0af315505e2: Pushed [2025-06-12T02:28:09.856Z] 35ea1c722880: Pushed [2025-06-12T02:28:09.856Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:3e366da0a2ef619a4d902850d1aeb7933b9e9c9f75158ed761534b7af8118b70 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:10.227Z] + 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-12T02:28:10.593Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-06-12T02:28:10.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-12T02:28:10.594Z] a0af315505e2: Preparing [2025-06-12T02:28:10.594Z] 35ea1c722880: Preparing [2025-06-12T02:28:10.594Z] 0a19b58d453a: Preparing [2025-06-12T02:28:10.594Z] 1fbe58065fb5: Preparing [2025-06-12T02:28:10.594Z] 5da82808536e: Preparing [2025-06-12T02:28:10.594Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:10.594Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:10.594Z] 5da82808536e: Layer already exists [2025-06-12T02:28:10.594Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:10.594Z] 35ea1c722880: Layer already exists [2025-06-12T02:28:10.594Z] 1fbe58065fb5: Layer already exists [2025-06-12T02:28:10.594Z] a0af315505e2: Layer already exists [2025-06-12T02:28:10.594Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:10.859Z] latest: digest: sha256:3e366da0a2ef619a4d902850d1aeb7933b9e9c9f75158ed761534b7af8118b70 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:11.221Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:11.579Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.23 [2025-06-12T02:28:11.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-12T02:28:11.579Z] a0af315505e2: Preparing [2025-06-12T02:28:11.579Z] 35ea1c722880: Preparing [2025-06-12T02:28:11.579Z] 0a19b58d453a: Preparing [2025-06-12T02:28:11.579Z] 1fbe58065fb5: Preparing [2025-06-12T02:28:11.579Z] 5da82808536e: Preparing [2025-06-12T02:28:11.579Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:11.579Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:11.579Z] a0af315505e2: Layer already exists [2025-06-12T02:28:11.579Z] 35ea1c722880: Layer already exists [2025-06-12T02:28:11.579Z] 5da82808536e: Layer already exists [2025-06-12T02:28:11.579Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:11.579Z] 1fbe58065fb5: Layer already exists [2025-06-12T02:28:11.579Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:11.845Z] 4.1.0-dev.23: digest: sha256:3e366da0a2ef619a4d902850d1aeb7933b9e9c9f75158ed761534b7af8118b70 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:12.209Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:12.566Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:28:12.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-12T02:28:12.566Z] a0af315505e2: Preparing [2025-06-12T02:28:12.566Z] 35ea1c722880: Preparing [2025-06-12T02:28:12.566Z] 0a19b58d453a: Preparing [2025-06-12T02:28:12.566Z] 1fbe58065fb5: Preparing [2025-06-12T02:28:12.566Z] 5da82808536e: Preparing [2025-06-12T02:28:12.566Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:12.566Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:12.566Z] 1fbe58065fb5: Layer already exists [2025-06-12T02:28:12.566Z] 35ea1c722880: Layer already exists [2025-06-12T02:28:12.566Z] a0af315505e2: Layer already exists [2025-06-12T02:28:12.566Z] 5da82808536e: Layer already exists [2025-06-12T02:28:12.566Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:12.566Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:12.832Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:3e366da0a2ef619a4d902850d1aeb7933b9e9c9f75158ed761534b7af8118b70 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:13.200Z] + 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-12T02:28:13.553Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-06-12T02:28:13.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-12T02:28:13.553Z] a0af315505e2: Preparing [2025-06-12T02:28:13.553Z] 35ea1c722880: Preparing [2025-06-12T02:28:13.553Z] 0a19b58d453a: Preparing [2025-06-12T02:28:13.553Z] 1fbe58065fb5: Preparing [2025-06-12T02:28:13.553Z] 5da82808536e: Preparing [2025-06-12T02:28:13.553Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:13.553Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:13.553Z] 5da82808536e: Layer already exists [2025-06-12T02:28:13.553Z] 35ea1c722880: Layer already exists [2025-06-12T02:28:13.553Z] a0af315505e2: Layer already exists [2025-06-12T02:28:13.553Z] 1fbe58065fb5: Layer already exists [2025-06-12T02:28:13.553Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:13.553Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:13.818Z] main: digest: sha256:3e366da0a2ef619a4d902850d1aeb7933b9e9c9f75158ed761534b7af8118b70 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T02:28:13.902Z] ===================================================== [Pipeline] echo [2025-06-12T02:28:13.921Z] taggedImages: [2025-06-12T02:28:13.921Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:28:13.921Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-06-12T02:28:13.921Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.23 [2025-06-12T02:28:13.921Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:28:13.921Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-06-12T02:28:13.944Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-06-12T02:28:13.944Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:28:13.944Z] latest [2025-06-12T02:28:13.944Z] 4.1.0-dev.23 [2025-06-12T02:28:13.944Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:28:13.944Z] main [2025-06-12T02:28:13.944Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:14.299Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:14.645Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:28:14.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-12T02:28:14.645Z] 55024c909ae3: Preparing [2025-06-12T02:28:14.645Z] f677e6edcf7b: Preparing [2025-06-12T02:28:14.645Z] 7a5f1a9f1a31: Preparing [2025-06-12T02:28:14.645Z] 68321efe01af: Preparing [2025-06-12T02:28:14.645Z] 0a19b58d453a: Preparing [2025-06-12T02:28:14.645Z] 881efced6ed8: Preparing [2025-06-12T02:28:14.645Z] ce4f8178dd88: Preparing [2025-06-12T02:28:14.645Z] 881efced6ed8: Waiting [2025-06-12T02:28:14.645Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:14.645Z] ce4f8178dd88: Waiting [2025-06-12T02:28:14.645Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:14.645Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:14.645Z] 68321efe01af: Layer already exists [2025-06-12T02:28:14.645Z] 881efced6ed8: Layer already exists [2025-06-12T02:28:14.910Z] ce4f8178dd88: Layer already exists [2025-06-12T02:28:14.910Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:14.910Z] f677e6edcf7b: Pushed [2025-06-12T02:28:14.910Z] 55024c909ae3: Pushed [2025-06-12T02:28:20.238Z] 7a5f1a9f1a31: Pushed [2025-06-12T02:28:20.239Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:593e40ab96753a48537cf371bd1eea06c1fc6bda37f436f6dde5e31f64ac1ece size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:20.591Z] + 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-12T02:28:20.934Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-06-12T02:28:20.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-12T02:28:20.934Z] 55024c909ae3: Preparing [2025-06-12T02:28:20.934Z] f677e6edcf7b: Preparing [2025-06-12T02:28:20.934Z] 7a5f1a9f1a31: Preparing [2025-06-12T02:28:20.934Z] 68321efe01af: Preparing [2025-06-12T02:28:20.934Z] 0a19b58d453a: Preparing [2025-06-12T02:28:20.934Z] 881efced6ed8: Preparing [2025-06-12T02:28:20.934Z] ce4f8178dd88: Preparing [2025-06-12T02:28:20.934Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:20.934Z] ce4f8178dd88: Waiting [2025-06-12T02:28:20.934Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:20.934Z] 881efced6ed8: Waiting [2025-06-12T02:28:20.934Z] 68321efe01af: Layer already exists [2025-06-12T02:28:20.934Z] f677e6edcf7b: Layer already exists [2025-06-12T02:28:20.934Z] 7a5f1a9f1a31: Layer already exists [2025-06-12T02:28:20.934Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:20.934Z] 55024c909ae3: Layer already exists [2025-06-12T02:28:20.934Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:20.934Z] ce4f8178dd88: Layer already exists [2025-06-12T02:28:20.934Z] 881efced6ed8: Layer already exists [2025-06-12T02:28:20.934Z] latest: digest: sha256:593e40ab96753a48537cf371bd1eea06c1fc6bda37f436f6dde5e31f64ac1ece size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:21.549Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:21.890Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.23 [2025-06-12T02:28:21.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-12T02:28:21.890Z] 55024c909ae3: Preparing [2025-06-12T02:28:21.890Z] f677e6edcf7b: Preparing [2025-06-12T02:28:21.890Z] 7a5f1a9f1a31: Preparing [2025-06-12T02:28:21.890Z] 68321efe01af: Preparing [2025-06-12T02:28:21.890Z] 0a19b58d453a: Preparing [2025-06-12T02:28:21.890Z] 881efced6ed8: Preparing [2025-06-12T02:28:21.890Z] ce4f8178dd88: Preparing [2025-06-12T02:28:21.890Z] 881efced6ed8: Waiting [2025-06-12T02:28:21.890Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:21.890Z] ce4f8178dd88: Waiting [2025-06-12T02:28:21.890Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:21.890Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:21.890Z] 55024c909ae3: Layer already exists [2025-06-12T02:28:21.890Z] 68321efe01af: Layer already exists [2025-06-12T02:28:21.890Z] 7a5f1a9f1a31: Layer already exists [2025-06-12T02:28:21.890Z] f677e6edcf7b: Layer already exists [2025-06-12T02:28:21.890Z] ce4f8178dd88: Layer already exists [2025-06-12T02:28:21.890Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:21.890Z] 881efced6ed8: Layer already exists [2025-06-12T02:28:22.153Z] 4.1.0-dev.23: digest: sha256:593e40ab96753a48537cf371bd1eea06c1fc6bda37f436f6dde5e31f64ac1ece size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:22.499Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:22.858Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:28:22.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-12T02:28:22.858Z] 55024c909ae3: Preparing [2025-06-12T02:28:22.858Z] f677e6edcf7b: Preparing [2025-06-12T02:28:22.858Z] 7a5f1a9f1a31: Preparing [2025-06-12T02:28:22.858Z] 68321efe01af: Preparing [2025-06-12T02:28:22.858Z] 0a19b58d453a: Preparing [2025-06-12T02:28:22.858Z] 881efced6ed8: Preparing [2025-06-12T02:28:22.858Z] ce4f8178dd88: Preparing [2025-06-12T02:28:22.858Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:22.858Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:22.858Z] ce4f8178dd88: Waiting [2025-06-12T02:28:22.858Z] 68321efe01af: Layer already exists [2025-06-12T02:28:22.858Z] 55024c909ae3: Layer already exists [2025-06-12T02:28:22.858Z] f677e6edcf7b: Layer already exists [2025-06-12T02:28:22.858Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:22.858Z] 7a5f1a9f1a31: Layer already exists [2025-06-12T02:28:22.858Z] 881efced6ed8: Layer already exists [2025-06-12T02:28:22.858Z] ce4f8178dd88: Layer already exists [2025-06-12T02:28:22.858Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:23.122Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:593e40ab96753a48537cf371bd1eea06c1fc6bda37f436f6dde5e31f64ac1ece size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:23.480Z] + 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-12T02:28:23.836Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-06-12T02:28:23.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-12T02:28:26.407Z] 55024c909ae3: Preparing [2025-06-12T02:28:26.407Z] f677e6edcf7b: Preparing [2025-06-12T02:28:26.407Z] 7a5f1a9f1a31: Preparing [2025-06-12T02:28:26.407Z] 68321efe01af: Preparing [2025-06-12T02:28:26.407Z] 0a19b58d453a: Preparing [2025-06-12T02:28:26.407Z] 881efced6ed8: Preparing [2025-06-12T02:28:26.407Z] ce4f8178dd88: Preparing [2025-06-12T02:28:26.407Z] 881efced6ed8: Waiting [2025-06-12T02:28:26.407Z] ce4f8178dd88: Waiting [2025-06-12T02:28:26.407Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:26.407Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:26.407Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:26.407Z] f677e6edcf7b: Layer already exists [2025-06-12T02:28:26.407Z] 68321efe01af: Layer already exists [2025-06-12T02:28:26.407Z] 55024c909ae3: Layer already exists [2025-06-12T02:28:26.407Z] 7a5f1a9f1a31: Layer already exists [2025-06-12T02:28:26.407Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:26.407Z] ce4f8178dd88: Layer already exists [2025-06-12T02:28:26.407Z] 881efced6ed8: Layer already exists [2025-06-12T02:28:26.407Z] main: digest: sha256:593e40ab96753a48537cf371bd1eea06c1fc6bda37f436f6dde5e31f64ac1ece size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T02:28:26.746Z] ===================================================== [Pipeline] echo [2025-06-12T02:28:26.759Z] taggedImages: [2025-06-12T02:28:26.759Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:28:26.759Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-06-12T02:28:26.759Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.23 [2025-06-12T02:28:26.759Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:28:26.759Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-06-12T02:28:26.786Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-06-12T02:28:26.786Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:28:26.786Z] latest [2025-06-12T02:28:26.786Z] 4.1.0-dev.23 [2025-06-12T02:28:26.786Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:28:26.786Z] main [2025-06-12T02:28:26.786Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:27.167Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:27.508Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:28:27.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-12T02:28:30.073Z] 878075385109: Preparing [2025-06-12T02:28:30.073Z] 91077d183b7f: Preparing [2025-06-12T02:28:30.073Z] eedf9ee58861: Preparing [2025-06-12T02:28:30.073Z] feba192ba24d: Preparing [2025-06-12T02:28:30.073Z] 55bf8f18e86e: Preparing [2025-06-12T02:28:30.073Z] c5975555e955: Preparing [2025-06-12T02:28:30.073Z] 35992758fd72: Preparing [2025-06-12T02:28:30.073Z] 68321efe01af: Preparing [2025-06-12T02:28:30.073Z] 0a19b58d453a: Preparing [2025-06-12T02:28:30.073Z] cd0fe962b094: Preparing [2025-06-12T02:28:30.073Z] 2c63fa76b720: Preparing [2025-06-12T02:28:30.073Z] 5f70bf18a086: Preparing [2025-06-12T02:28:30.073Z] 55305c0f1eff: Preparing [2025-06-12T02:28:30.073Z] 7ce8961736bd: Preparing [2025-06-12T02:28:30.073Z] a8b17b461cf9: Preparing [2025-06-12T02:28:30.073Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:30.073Z] 7ce8961736bd: Waiting [2025-06-12T02:28:30.073Z] a8b17b461cf9: Waiting [2025-06-12T02:28:30.073Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:30.073Z] c5975555e955: Waiting [2025-06-12T02:28:30.073Z] 35992758fd72: Waiting [2025-06-12T02:28:30.073Z] cd0fe962b094: Waiting [2025-06-12T02:28:30.073Z] 2c63fa76b720: Waiting [2025-06-12T02:28:30.073Z] 5f70bf18a086: Waiting [2025-06-12T02:28:30.073Z] 55305c0f1eff: Waiting [2025-06-12T02:28:30.073Z] 68321efe01af: Waiting [2025-06-12T02:28:30.073Z] 0a19b58d453a: Waiting [2025-06-12T02:28:30.338Z] feba192ba24d: Pushed [2025-06-12T02:28:30.339Z] eedf9ee58861: Pushed [2025-06-12T02:28:30.339Z] 91077d183b7f: Pushed [2025-06-12T02:28:30.339Z] 55bf8f18e86e: Pushed [2025-06-12T02:28:30.339Z] 878075385109: Pushed [2025-06-12T02:28:30.339Z] 68321efe01af: Layer already exists [2025-06-12T02:28:30.339Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:30.339Z] 5f70bf18a086: Layer already exists [2025-06-12T02:28:30.339Z] c5975555e955: Pushed [2025-06-12T02:28:30.604Z] 2c63fa76b720: Pushed [2025-06-12T02:28:30.604Z] cd0fe962b094: Pushed [2025-06-12T02:28:30.604Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:30.604Z] 55305c0f1eff: Pushed [2025-06-12T02:28:30.604Z] 7ce8961736bd: Pushed [2025-06-12T02:28:30.604Z] a8b17b461cf9: Pushed [2025-06-12T02:28:33.168Z] 35992758fd72: Pushed [2025-06-12T02:28:33.433Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:22e1185f7921dfaacd71b64b35b08d52c230e9f1f1f26b3e4d7d35eaf32f87a3 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:33.800Z] + 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-12T02:28:34.150Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-06-12T02:28:34.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-12T02:28:34.150Z] 878075385109: Preparing [2025-06-12T02:28:34.150Z] 91077d183b7f: Preparing [2025-06-12T02:28:34.150Z] eedf9ee58861: Preparing [2025-06-12T02:28:34.150Z] feba192ba24d: Preparing [2025-06-12T02:28:34.150Z] 55bf8f18e86e: Preparing [2025-06-12T02:28:34.150Z] c5975555e955: Preparing [2025-06-12T02:28:34.150Z] 35992758fd72: Preparing [2025-06-12T02:28:34.150Z] 68321efe01af: Preparing [2025-06-12T02:28:34.150Z] 0a19b58d453a: Preparing [2025-06-12T02:28:34.150Z] cd0fe962b094: Preparing [2025-06-12T02:28:34.150Z] 2c63fa76b720: Preparing [2025-06-12T02:28:34.150Z] 5f70bf18a086: Preparing [2025-06-12T02:28:34.150Z] 55305c0f1eff: Preparing [2025-06-12T02:28:34.150Z] 7ce8961736bd: Preparing [2025-06-12T02:28:34.150Z] a8b17b461cf9: Preparing [2025-06-12T02:28:34.150Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:34.150Z] c5975555e955: Waiting [2025-06-12T02:28:34.150Z] 2c63fa76b720: Waiting [2025-06-12T02:28:34.150Z] 35992758fd72: Waiting [2025-06-12T02:28:34.150Z] 68321efe01af: Waiting [2025-06-12T02:28:34.150Z] 0a19b58d453a: Waiting [2025-06-12T02:28:34.150Z] cd0fe962b094: Waiting [2025-06-12T02:28:34.150Z] 7ce8961736bd: Waiting [2025-06-12T02:28:34.150Z] a8b17b461cf9: Waiting [2025-06-12T02:28:34.150Z] 55305c0f1eff: Waiting [2025-06-12T02:28:34.150Z] 5f70bf18a086: Waiting [2025-06-12T02:28:34.150Z] feba192ba24d: Layer already exists [2025-06-12T02:28:34.150Z] 55bf8f18e86e: Layer already exists [2025-06-12T02:28:34.150Z] eedf9ee58861: Layer already exists [2025-06-12T02:28:34.150Z] 91077d183b7f: Layer already exists [2025-06-12T02:28:34.150Z] 878075385109: Layer already exists [2025-06-12T02:28:34.150Z] c5975555e955: Layer already exists [2025-06-12T02:28:34.150Z] 35992758fd72: Layer already exists [2025-06-12T02:28:34.150Z] 68321efe01af: Layer already exists [2025-06-12T02:28:34.150Z] cd0fe962b094: Layer already exists [2025-06-12T02:28:34.150Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:34.150Z] 2c63fa76b720: Layer already exists [2025-06-12T02:28:34.150Z] 55305c0f1eff: Layer already exists [2025-06-12T02:28:34.150Z] 5f70bf18a086: Layer already exists [2025-06-12T02:28:34.150Z] 7ce8961736bd: Layer already exists [2025-06-12T02:28:34.150Z] a8b17b461cf9: Layer already exists [2025-06-12T02:28:34.150Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:34.416Z] latest: digest: sha256:22e1185f7921dfaacd71b64b35b08d52c230e9f1f1f26b3e4d7d35eaf32f87a3 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:34.776Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:35.127Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.23 [2025-06-12T02:28:35.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-12T02:28:35.127Z] 878075385109: Preparing [2025-06-12T02:28:35.127Z] 91077d183b7f: Preparing [2025-06-12T02:28:35.127Z] eedf9ee58861: Preparing [2025-06-12T02:28:35.127Z] feba192ba24d: Preparing [2025-06-12T02:28:35.127Z] 55bf8f18e86e: Preparing [2025-06-12T02:28:35.127Z] c5975555e955: Preparing [2025-06-12T02:28:35.127Z] 35992758fd72: Preparing [2025-06-12T02:28:35.127Z] c5975555e955: Waiting [2025-06-12T02:28:35.127Z] 35992758fd72: Waiting [2025-06-12T02:28:35.127Z] 68321efe01af: Preparing [2025-06-12T02:28:35.127Z] 0a19b58d453a: Preparing [2025-06-12T02:28:35.127Z] 68321efe01af: Waiting [2025-06-12T02:28:35.127Z] cd0fe962b094: Preparing [2025-06-12T02:28:35.127Z] 2c63fa76b720: Preparing [2025-06-12T02:28:35.127Z] 5f70bf18a086: Preparing [2025-06-12T02:28:35.127Z] 0a19b58d453a: Waiting [2025-06-12T02:28:35.127Z] 55305c0f1eff: Preparing [2025-06-12T02:28:35.127Z] cd0fe962b094: Waiting [2025-06-12T02:28:35.127Z] 7ce8961736bd: Preparing [2025-06-12T02:28:35.127Z] 2c63fa76b720: Waiting [2025-06-12T02:28:35.127Z] a8b17b461cf9: Preparing [2025-06-12T02:28:35.127Z] 5f70bf18a086: Waiting [2025-06-12T02:28:35.127Z] 55305c0f1eff: Waiting [2025-06-12T02:28:35.127Z] 7ce8961736bd: Waiting [2025-06-12T02:28:35.127Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:35.127Z] a8b17b461cf9: Waiting [2025-06-12T02:28:35.127Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:35.127Z] 91077d183b7f: Layer already exists [2025-06-12T02:28:35.127Z] 55bf8f18e86e: Layer already exists [2025-06-12T02:28:35.127Z] eedf9ee58861: Layer already exists [2025-06-12T02:28:35.127Z] 878075385109: Layer already exists [2025-06-12T02:28:35.127Z] feba192ba24d: Layer already exists [2025-06-12T02:28:35.127Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:35.127Z] 35992758fd72: Layer already exists [2025-06-12T02:28:35.127Z] 68321efe01af: Layer already exists [2025-06-12T02:28:35.127Z] cd0fe962b094: Layer already exists [2025-06-12T02:28:35.127Z] c5975555e955: Layer already exists [2025-06-12T02:28:35.127Z] 5f70bf18a086: Layer already exists [2025-06-12T02:28:35.127Z] 7ce8961736bd: Layer already exists [2025-06-12T02:28:35.127Z] 55305c0f1eff: Layer already exists [2025-06-12T02:28:35.127Z] 2c63fa76b720: Layer already exists [2025-06-12T02:28:35.127Z] a8b17b461cf9: Layer already exists [2025-06-12T02:28:35.127Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:35.391Z] 4.1.0-dev.23: digest: sha256:22e1185f7921dfaacd71b64b35b08d52c230e9f1f1f26b3e4d7d35eaf32f87a3 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:35.755Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:36.104Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:28:36.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-12T02:28:36.104Z] 878075385109: Preparing [2025-06-12T02:28:36.104Z] 91077d183b7f: Preparing [2025-06-12T02:28:36.104Z] eedf9ee58861: Preparing [2025-06-12T02:28:36.104Z] feba192ba24d: Preparing [2025-06-12T02:28:36.104Z] 55bf8f18e86e: Preparing [2025-06-12T02:28:36.104Z] c5975555e955: Preparing [2025-06-12T02:28:36.104Z] 35992758fd72: Preparing [2025-06-12T02:28:36.104Z] 68321efe01af: Preparing [2025-06-12T02:28:36.104Z] 0a19b58d453a: Preparing [2025-06-12T02:28:36.104Z] cd0fe962b094: Preparing [2025-06-12T02:28:36.104Z] 2c63fa76b720: Preparing [2025-06-12T02:28:36.104Z] 5f70bf18a086: Preparing [2025-06-12T02:28:36.104Z] 55305c0f1eff: Preparing [2025-06-12T02:28:36.104Z] 7ce8961736bd: Preparing [2025-06-12T02:28:36.104Z] a8b17b461cf9: Preparing [2025-06-12T02:28:36.104Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:36.104Z] 0a19b58d453a: Waiting [2025-06-12T02:28:36.104Z] cd0fe962b094: Waiting [2025-06-12T02:28:36.104Z] 2c63fa76b720: Waiting [2025-06-12T02:28:36.104Z] 5f70bf18a086: Waiting [2025-06-12T02:28:36.104Z] 55305c0f1eff: Waiting [2025-06-12T02:28:36.104Z] 7ce8961736bd: Waiting [2025-06-12T02:28:36.104Z] a8b17b461cf9: Waiting [2025-06-12T02:28:36.104Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:36.104Z] 35992758fd72: Waiting [2025-06-12T02:28:36.104Z] c5975555e955: Waiting [2025-06-12T02:28:36.104Z] 68321efe01af: Waiting [2025-06-12T02:28:36.104Z] eedf9ee58861: Layer already exists [2025-06-12T02:28:36.104Z] 878075385109: Layer already exists [2025-06-12T02:28:36.104Z] 55bf8f18e86e: Layer already exists [2025-06-12T02:28:36.104Z] feba192ba24d: Layer already exists [2025-06-12T02:28:36.104Z] 91077d183b7f: Layer already exists [2025-06-12T02:28:36.104Z] 68321efe01af: Layer already exists [2025-06-12T02:28:36.104Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:36.104Z] 35992758fd72: Layer already exists [2025-06-12T02:28:36.104Z] c5975555e955: Layer already exists [2025-06-12T02:28:36.104Z] 2c63fa76b720: Layer already exists [2025-06-12T02:28:36.104Z] 55305c0f1eff: Layer already exists [2025-06-12T02:28:36.104Z] 5f70bf18a086: Layer already exists [2025-06-12T02:28:36.104Z] cd0fe962b094: Layer already exists [2025-06-12T02:28:36.104Z] 7ce8961736bd: Layer already exists [2025-06-12T02:28:36.104Z] a8b17b461cf9: Layer already exists [2025-06-12T02:28:36.104Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:36.367Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:22e1185f7921dfaacd71b64b35b08d52c230e9f1f1f26b3e4d7d35eaf32f87a3 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:36.706Z] + 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-12T02:28:37.057Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-06-12T02:28:37.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-12T02:28:37.057Z] 878075385109: Preparing [2025-06-12T02:28:37.057Z] 91077d183b7f: Preparing [2025-06-12T02:28:37.057Z] eedf9ee58861: Preparing [2025-06-12T02:28:37.057Z] feba192ba24d: Preparing [2025-06-12T02:28:37.057Z] 55bf8f18e86e: Preparing [2025-06-12T02:28:37.057Z] c5975555e955: Preparing [2025-06-12T02:28:37.057Z] 35992758fd72: Preparing [2025-06-12T02:28:37.057Z] c5975555e955: Waiting [2025-06-12T02:28:37.057Z] 68321efe01af: Preparing [2025-06-12T02:28:37.057Z] 0a19b58d453a: Preparing [2025-06-12T02:28:37.057Z] cd0fe962b094: Preparing [2025-06-12T02:28:37.057Z] 35992758fd72: Waiting [2025-06-12T02:28:37.057Z] 2c63fa76b720: Preparing [2025-06-12T02:28:37.057Z] 5f70bf18a086: Preparing [2025-06-12T02:28:37.057Z] 55305c0f1eff: Preparing [2025-06-12T02:28:37.057Z] 7ce8961736bd: Preparing [2025-06-12T02:28:37.057Z] a8b17b461cf9: Preparing [2025-06-12T02:28:37.057Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:37.057Z] 0a19b58d453a: Waiting [2025-06-12T02:28:37.057Z] cd0fe962b094: Waiting [2025-06-12T02:28:37.057Z] 2c63fa76b720: Waiting [2025-06-12T02:28:37.057Z] 5f70bf18a086: Waiting [2025-06-12T02:28:37.057Z] 55305c0f1eff: Waiting [2025-06-12T02:28:37.057Z] 7ce8961736bd: Waiting [2025-06-12T02:28:37.057Z] a8b17b461cf9: Waiting [2025-06-12T02:28:37.057Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:37.057Z] 68321efe01af: Waiting [2025-06-12T02:28:37.057Z] eedf9ee58861: Layer already exists [2025-06-12T02:28:37.057Z] 878075385109: Layer already exists [2025-06-12T02:28:37.057Z] 91077d183b7f: Layer already exists [2025-06-12T02:28:37.057Z] feba192ba24d: Layer already exists [2025-06-12T02:28:37.057Z] 55bf8f18e86e: Layer already exists [2025-06-12T02:28:37.057Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:37.057Z] 68321efe01af: Layer already exists [2025-06-12T02:28:37.057Z] c5975555e955: Layer already exists [2025-06-12T02:28:37.057Z] cd0fe962b094: Layer already exists [2025-06-12T02:28:37.057Z] 35992758fd72: Layer already exists [2025-06-12T02:28:37.057Z] 7ce8961736bd: Layer already exists [2025-06-12T02:28:37.057Z] 2c63fa76b720: Layer already exists [2025-06-12T02:28:37.057Z] a8b17b461cf9: Layer already exists [2025-06-12T02:28:37.057Z] 55305c0f1eff: Layer already exists [2025-06-12T02:28:37.057Z] 5f70bf18a086: Layer already exists [2025-06-12T02:28:37.057Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:37.320Z] main: digest: sha256:22e1185f7921dfaacd71b64b35b08d52c230e9f1f1f26b3e4d7d35eaf32f87a3 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T02:28:37.401Z] ===================================================== [Pipeline] echo [2025-06-12T02:28:37.413Z] taggedImages: [2025-06-12T02:28:37.413Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:28:37.413Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-06-12T02:28:37.413Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.23 [2025-06-12T02:28:37.413Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:28:37.413Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-06-12T02:28:37.443Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-06-12T02:28:37.443Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:28:37.443Z] latest [2025-06-12T02:28:37.443Z] 4.1.0-dev.23 [2025-06-12T02:28:37.443Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:28:37.443Z] main [2025-06-12T02:28:37.443Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:37.796Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:38.139Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:28:38.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-12T02:28:38.139Z] be77fa1162e9: Preparing [2025-06-12T02:28:38.139Z] d75159666155: Preparing [2025-06-12T02:28:38.139Z] f19cfff8813b: Preparing [2025-06-12T02:28:38.139Z] 2fe20f764aa8: Preparing [2025-06-12T02:28:38.139Z] 68321efe01af: Preparing [2025-06-12T02:28:38.139Z] 0a19b58d453a: Preparing [2025-06-12T02:28:38.139Z] 881efced6ed8: Preparing [2025-06-12T02:28:38.139Z] ce4f8178dd88: Preparing [2025-06-12T02:28:38.139Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:38.139Z] ce4f8178dd88: Waiting [2025-06-12T02:28:38.139Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:38.139Z] 0a19b58d453a: Waiting [2025-06-12T02:28:38.139Z] 881efced6ed8: Waiting [2025-06-12T02:28:38.139Z] 68321efe01af: Layer already exists [2025-06-12T02:28:38.404Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:38.404Z] 881efced6ed8: Layer already exists [2025-06-12T02:28:38.404Z] f19cfff8813b: Pushed [2025-06-12T02:28:38.404Z] d75159666155: Pushed [2025-06-12T02:28:38.404Z] be77fa1162e9: Pushed [2025-06-12T02:28:38.404Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:38.404Z] ce4f8178dd88: Layer already exists [2025-06-12T02:28:43.726Z] 2fe20f764aa8: Pushed [2025-06-12T02:28:43.726Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:1edcb84d20a40f37e61652732ef2fb763e1dd7e4eaa1bcda8a5c6b5383a107ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:44.079Z] + 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-12T02:28:44.441Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-06-12T02:28:44.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-12T02:28:44.441Z] be77fa1162e9: Preparing [2025-06-12T02:28:44.441Z] d75159666155: Preparing [2025-06-12T02:28:44.441Z] f19cfff8813b: Preparing [2025-06-12T02:28:44.441Z] 2fe20f764aa8: Preparing [2025-06-12T02:28:44.441Z] 68321efe01af: Preparing [2025-06-12T02:28:44.441Z] 0a19b58d453a: Preparing [2025-06-12T02:28:44.441Z] 881efced6ed8: Preparing [2025-06-12T02:28:44.441Z] ce4f8178dd88: Preparing [2025-06-12T02:28:44.441Z] 0a19b58d453a: Waiting [2025-06-12T02:28:44.441Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:44.441Z] 881efced6ed8: Waiting [2025-06-12T02:28:44.441Z] ce4f8178dd88: Waiting [2025-06-12T02:28:44.441Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:44.441Z] 68321efe01af: Layer already exists [2025-06-12T02:28:44.441Z] f19cfff8813b: Layer already exists [2025-06-12T02:28:44.441Z] be77fa1162e9: Layer already exists [2025-06-12T02:28:44.441Z] d75159666155: Layer already exists [2025-06-12T02:28:44.441Z] 2fe20f764aa8: Layer already exists [2025-06-12T02:28:44.441Z] ce4f8178dd88: Layer already exists [2025-06-12T02:28:44.441Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:44.441Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:44.441Z] 881efced6ed8: Layer already exists [2025-06-12T02:28:44.441Z] latest: digest: sha256:1edcb84d20a40f37e61652732ef2fb763e1dd7e4eaa1bcda8a5c6b5383a107ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:45.072Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:45.443Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.23 [2025-06-12T02:28:45.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-12T02:28:45.443Z] be77fa1162e9: Preparing [2025-06-12T02:28:45.443Z] d75159666155: Preparing [2025-06-12T02:28:45.443Z] f19cfff8813b: Preparing [2025-06-12T02:28:45.443Z] 2fe20f764aa8: Preparing [2025-06-12T02:28:45.443Z] 68321efe01af: Preparing [2025-06-12T02:28:45.443Z] 0a19b58d453a: Preparing [2025-06-12T02:28:45.443Z] 881efced6ed8: Preparing [2025-06-12T02:28:45.443Z] ce4f8178dd88: Preparing [2025-06-12T02:28:45.443Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:45.443Z] 0a19b58d453a: Waiting [2025-06-12T02:28:45.443Z] 881efced6ed8: Waiting [2025-06-12T02:28:45.443Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:45.443Z] ce4f8178dd88: Waiting [2025-06-12T02:28:45.443Z] be77fa1162e9: Layer already exists [2025-06-12T02:28:45.443Z] 68321efe01af: Layer already exists [2025-06-12T02:28:45.443Z] d75159666155: Layer already exists [2025-06-12T02:28:45.443Z] 2fe20f764aa8: Layer already exists [2025-06-12T02:28:45.443Z] f19cfff8813b: Layer already exists [2025-06-12T02:28:45.443Z] ce4f8178dd88: Layer already exists [2025-06-12T02:28:45.443Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:45.443Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:45.443Z] 881efced6ed8: Layer already exists [2025-06-12T02:28:45.443Z] 4.1.0-dev.23: digest: sha256:1edcb84d20a40f37e61652732ef2fb763e1dd7e4eaa1bcda8a5c6b5383a107ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:46.076Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:47.008Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:28:47.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-12T02:28:47.008Z] be77fa1162e9: Preparing [2025-06-12T02:28:47.008Z] d75159666155: Preparing [2025-06-12T02:28:47.008Z] f19cfff8813b: Preparing [2025-06-12T02:28:47.008Z] 2fe20f764aa8: Preparing [2025-06-12T02:28:47.008Z] 68321efe01af: Preparing [2025-06-12T02:28:47.008Z] 0a19b58d453a: Preparing [2025-06-12T02:28:47.008Z] 881efced6ed8: Preparing [2025-06-12T02:28:47.008Z] ce4f8178dd88: Preparing [2025-06-12T02:28:47.008Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:47.008Z] 0a19b58d453a: Waiting [2025-06-12T02:28:47.008Z] 881efced6ed8: Waiting [2025-06-12T02:28:47.008Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:47.008Z] ce4f8178dd88: Waiting [2025-06-12T02:28:47.008Z] d75159666155: Layer already exists [2025-06-12T02:28:47.008Z] be77fa1162e9: Layer already exists [2025-06-12T02:28:47.008Z] f19cfff8813b: Layer already exists [2025-06-12T02:28:47.008Z] 2fe20f764aa8: Layer already exists [2025-06-12T02:28:47.008Z] 68321efe01af: Layer already exists [2025-06-12T02:28:47.008Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:47.008Z] 881efced6ed8: Layer already exists [2025-06-12T02:28:47.008Z] ce4f8178dd88: Layer already exists [2025-06-12T02:28:47.008Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:47.273Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:1edcb84d20a40f37e61652732ef2fb763e1dd7e4eaa1bcda8a5c6b5383a107ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:47.630Z] + 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-12T02:28:47.982Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-06-12T02:28:47.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-12T02:28:47.982Z] be77fa1162e9: Preparing [2025-06-12T02:28:47.982Z] d75159666155: Preparing [2025-06-12T02:28:47.982Z] f19cfff8813b: Preparing [2025-06-12T02:28:47.982Z] 2fe20f764aa8: Preparing [2025-06-12T02:28:47.982Z] 68321efe01af: Preparing [2025-06-12T02:28:47.982Z] 0a19b58d453a: Preparing [2025-06-12T02:28:47.982Z] 881efced6ed8: Preparing [2025-06-12T02:28:47.982Z] ce4f8178dd88: Preparing [2025-06-12T02:28:47.982Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:47.982Z] 881efced6ed8: Waiting [2025-06-12T02:28:47.982Z] ce4f8178dd88: Waiting [2025-06-12T02:28:47.982Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:47.982Z] 0a19b58d453a: Waiting [2025-06-12T02:28:47.982Z] be77fa1162e9: Layer already exists [2025-06-12T02:28:47.982Z] f19cfff8813b: Layer already exists [2025-06-12T02:28:47.982Z] d75159666155: Layer already exists [2025-06-12T02:28:47.982Z] 68321efe01af: Layer already exists [2025-06-12T02:28:47.982Z] 2fe20f764aa8: Layer already exists [2025-06-12T02:28:47.982Z] ce4f8178dd88: Layer already exists [2025-06-12T02:28:47.982Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:47.982Z] 881efced6ed8: Layer already exists [2025-06-12T02:28:47.982Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:48.245Z] main: digest: sha256:1edcb84d20a40f37e61652732ef2fb763e1dd7e4eaa1bcda8a5c6b5383a107ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T02:28:48.328Z] ===================================================== [Pipeline] echo [2025-06-12T02:28:48.344Z] taggedImages: [2025-06-12T02:28:48.344Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:28:48.344Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-06-12T02:28:48.344Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.23 [2025-06-12T02:28:48.344Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:28:48.344Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-06-12T02:28:48.373Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-06-12T02:28:48.373Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:28:48.373Z] latest [2025-06-12T02:28:48.373Z] 4.1.0-dev.23 [2025-06-12T02:28:48.373Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:28:48.373Z] main [2025-06-12T02:28:48.373Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:48.738Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:49.078Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:28:49.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-12T02:28:49.079Z] d13c8a7086f5: Preparing [2025-06-12T02:28:49.079Z] f7f69bf8b466: Preparing [2025-06-12T02:28:49.079Z] 3fdb306c7991: Preparing [2025-06-12T02:28:49.079Z] e8701b6edc8b: Preparing [2025-06-12T02:28:49.079Z] 367eea1da896: Preparing [2025-06-12T02:28:49.079Z] 68321efe01af: Preparing [2025-06-12T02:28:49.079Z] 0a19b58d453a: Preparing [2025-06-12T02:28:49.079Z] 51dc82721319: Preparing [2025-06-12T02:28:49.079Z] 0b60a3313b20: Preparing [2025-06-12T02:28:49.079Z] db187e77d7d7: Preparing [2025-06-12T02:28:49.079Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:49.079Z] 68321efe01af: Waiting [2025-06-12T02:28:49.079Z] 0a19b58d453a: Waiting [2025-06-12T02:28:49.079Z] 51dc82721319: Waiting [2025-06-12T02:28:49.079Z] 0b60a3313b20: Waiting [2025-06-12T02:28:49.079Z] db187e77d7d7: Waiting [2025-06-12T02:28:49.079Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:49.344Z] 367eea1da896: Pushed [2025-06-12T02:28:49.344Z] e8701b6edc8b: Pushed [2025-06-12T02:28:49.344Z] f7f69bf8b466: Pushed [2025-06-12T02:28:49.344Z] d13c8a7086f5: Pushed [2025-06-12T02:28:49.344Z] 68321efe01af: Layer already exists [2025-06-12T02:28:49.344Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:49.344Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:49.608Z] 0b60a3313b20: Pushed [2025-06-12T02:28:49.608Z] 51dc82721319: Pushed [2025-06-12T02:28:52.171Z] db187e77d7d7: Pushed [2025-06-12T02:28:53.570Z] 3fdb306c7991: Pushed [2025-06-12T02:28:53.836Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:c122e9e8156751dc9d7dc8173638d50d959e427fcca429ab9f578dd415617748 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:54.203Z] + 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-12T02:28:54.549Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-06-12T02:28:54.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-12T02:28:54.549Z] d13c8a7086f5: Preparing [2025-06-12T02:28:54.549Z] f7f69bf8b466: Preparing [2025-06-12T02:28:54.549Z] 3fdb306c7991: Preparing [2025-06-12T02:28:54.549Z] e8701b6edc8b: Preparing [2025-06-12T02:28:54.549Z] 367eea1da896: Preparing [2025-06-12T02:28:54.549Z] 68321efe01af: Preparing [2025-06-12T02:28:54.549Z] 0a19b58d453a: Preparing [2025-06-12T02:28:54.549Z] 68321efe01af: Waiting [2025-06-12T02:28:54.549Z] 51dc82721319: Preparing [2025-06-12T02:28:54.549Z] 0a19b58d453a: Waiting [2025-06-12T02:28:54.549Z] 0b60a3313b20: Preparing [2025-06-12T02:28:54.549Z] db187e77d7d7: Preparing [2025-06-12T02:28:54.549Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:54.549Z] 0b60a3313b20: Waiting [2025-06-12T02:28:54.549Z] db187e77d7d7: Waiting [2025-06-12T02:28:54.549Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:54.549Z] 51dc82721319: Waiting [2025-06-12T02:28:54.549Z] 3fdb306c7991: Layer already exists [2025-06-12T02:28:54.549Z] f7f69bf8b466: Layer already exists [2025-06-12T02:28:54.549Z] 367eea1da896: Layer already exists [2025-06-12T02:28:54.549Z] d13c8a7086f5: Layer already exists [2025-06-12T02:28:54.549Z] e8701b6edc8b: Layer already exists [2025-06-12T02:28:54.549Z] 51dc82721319: Layer already exists [2025-06-12T02:28:54.549Z] 68321efe01af: Layer already exists [2025-06-12T02:28:54.549Z] db187e77d7d7: Layer already exists [2025-06-12T02:28:54.549Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:54.549Z] 0b60a3313b20: Layer already exists [2025-06-12T02:28:54.549Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:54.815Z] latest: digest: sha256:c122e9e8156751dc9d7dc8173638d50d959e427fcca429ab9f578dd415617748 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:55.176Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:55.519Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.23 [2025-06-12T02:28:55.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-12T02:28:55.519Z] d13c8a7086f5: Preparing [2025-06-12T02:28:55.519Z] f7f69bf8b466: Preparing [2025-06-12T02:28:55.519Z] 3fdb306c7991: Preparing [2025-06-12T02:28:55.519Z] e8701b6edc8b: Preparing [2025-06-12T02:28:55.519Z] 367eea1da896: Preparing [2025-06-12T02:28:55.519Z] 68321efe01af: Preparing [2025-06-12T02:28:55.519Z] 0a19b58d453a: Preparing [2025-06-12T02:28:55.519Z] 51dc82721319: Preparing [2025-06-12T02:28:55.519Z] 0b60a3313b20: Preparing [2025-06-12T02:28:55.519Z] db187e77d7d7: Preparing [2025-06-12T02:28:55.519Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:55.519Z] 51dc82721319: Waiting [2025-06-12T02:28:55.519Z] 0b60a3313b20: Waiting [2025-06-12T02:28:55.519Z] db187e77d7d7: Waiting [2025-06-12T02:28:55.519Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:55.519Z] 68321efe01af: Waiting [2025-06-12T02:28:55.519Z] 3fdb306c7991: Layer already exists [2025-06-12T02:28:55.519Z] d13c8a7086f5: Layer already exists [2025-06-12T02:28:55.519Z] e8701b6edc8b: Layer already exists [2025-06-12T02:28:55.519Z] 367eea1da896: Layer already exists [2025-06-12T02:28:55.519Z] f7f69bf8b466: Layer already exists [2025-06-12T02:28:55.519Z] 0b60a3313b20: Layer already exists [2025-06-12T02:28:55.519Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:55.519Z] 68321efe01af: Layer already exists [2025-06-12T02:28:55.519Z] 51dc82721319: Layer already exists [2025-06-12T02:28:55.519Z] db187e77d7d7: Layer already exists [2025-06-12T02:28:55.519Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:55.783Z] 4.1.0-dev.23: digest: sha256:c122e9e8156751dc9d7dc8173638d50d959e427fcca429ab9f578dd415617748 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:56.129Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:56.479Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:28:56.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-12T02:28:56.479Z] d13c8a7086f5: Preparing [2025-06-12T02:28:56.479Z] f7f69bf8b466: Preparing [2025-06-12T02:28:56.479Z] 3fdb306c7991: Preparing [2025-06-12T02:28:56.479Z] e8701b6edc8b: Preparing [2025-06-12T02:28:56.479Z] 367eea1da896: Preparing [2025-06-12T02:28:56.479Z] 68321efe01af: Preparing [2025-06-12T02:28:56.479Z] 0a19b58d453a: Preparing [2025-06-12T02:28:56.479Z] 51dc82721319: Preparing [2025-06-12T02:28:56.479Z] 0b60a3313b20: Preparing [2025-06-12T02:28:56.479Z] db187e77d7d7: Preparing [2025-06-12T02:28:56.479Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:56.479Z] 51dc82721319: Waiting [2025-06-12T02:28:56.479Z] 0b60a3313b20: Waiting [2025-06-12T02:28:56.479Z] db187e77d7d7: Waiting [2025-06-12T02:28:56.479Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:56.479Z] 68321efe01af: Waiting [2025-06-12T02:28:56.479Z] 0a19b58d453a: Waiting [2025-06-12T02:28:56.479Z] 367eea1da896: Layer already exists [2025-06-12T02:28:56.479Z] d13c8a7086f5: Layer already exists [2025-06-12T02:28:56.479Z] e8701b6edc8b: Layer already exists [2025-06-12T02:28:56.479Z] f7f69bf8b466: Layer already exists [2025-06-12T02:28:56.479Z] 3fdb306c7991: Layer already exists [2025-06-12T02:28:56.479Z] db187e77d7d7: Layer already exists [2025-06-12T02:28:56.479Z] 51dc82721319: Layer already exists [2025-06-12T02:28:56.479Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:56.479Z] 68321efe01af: Layer already exists [2025-06-12T02:28:56.479Z] 0b60a3313b20: Layer already exists [2025-06-12T02:28:56.479Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:56.744Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:c122e9e8156751dc9d7dc8173638d50d959e427fcca429ab9f578dd415617748 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:57.101Z] + 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-12T02:28:57.452Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-06-12T02:28:57.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-12T02:28:57.452Z] d13c8a7086f5: Preparing [2025-06-12T02:28:57.452Z] f7f69bf8b466: Preparing [2025-06-12T02:28:57.452Z] 3fdb306c7991: Preparing [2025-06-12T02:28:57.452Z] e8701b6edc8b: Preparing [2025-06-12T02:28:57.452Z] 367eea1da896: Preparing [2025-06-12T02:28:57.452Z] 68321efe01af: Preparing [2025-06-12T02:28:57.452Z] 0a19b58d453a: Preparing [2025-06-12T02:28:57.452Z] 68321efe01af: Waiting [2025-06-12T02:28:57.452Z] 51dc82721319: Preparing [2025-06-12T02:28:57.452Z] 0a19b58d453a: Waiting [2025-06-12T02:28:57.452Z] 0b60a3313b20: Preparing [2025-06-12T02:28:57.452Z] db187e77d7d7: Preparing [2025-06-12T02:28:57.452Z] 0b60a3313b20: Waiting [2025-06-12T02:28:57.452Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:57.452Z] db187e77d7d7: Waiting [2025-06-12T02:28:57.452Z] dd9c8f8612c8: Waiting [2025-06-12T02:28:57.452Z] 367eea1da896: Layer already exists [2025-06-12T02:28:57.452Z] f7f69bf8b466: Layer already exists [2025-06-12T02:28:57.452Z] d13c8a7086f5: Layer already exists [2025-06-12T02:28:57.452Z] e8701b6edc8b: Layer already exists [2025-06-12T02:28:57.452Z] 3fdb306c7991: Layer already exists [2025-06-12T02:28:57.452Z] 68321efe01af: Layer already exists [2025-06-12T02:28:57.452Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:57.452Z] 51dc82721319: Layer already exists [2025-06-12T02:28:57.452Z] db187e77d7d7: Layer already exists [2025-06-12T02:28:57.452Z] 0b60a3313b20: Layer already exists [2025-06-12T02:28:57.452Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:57.718Z] main: digest: sha256:c122e9e8156751dc9d7dc8173638d50d959e427fcca429ab9f578dd415617748 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T02:28:57.792Z] ===================================================== [Pipeline] echo [2025-06-12T02:28:57.804Z] taggedImages: [2025-06-12T02:28:57.804Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:28:57.804Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-06-12T02:28:57.804Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.23 [2025-06-12T02:28:57.804Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:28:57.804Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-06-12T02:28:57.830Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-06-12T02:28:57.830Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:28:57.830Z] latest [2025-06-12T02:28:57.830Z] 4.1.0-dev.23 [2025-06-12T02:28:57.830Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:28:57.830Z] main [2025-06-12T02:28:57.830Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:58.177Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:28:58.529Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:28:58.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-12T02:28:58.529Z] 431e08b77f39: Preparing [2025-06-12T02:28:58.529Z] 64d2911c7f99: Preparing [2025-06-12T02:28:58.529Z] 9004a3620ec5: Preparing [2025-06-12T02:28:58.529Z] 94ad789f274d: Preparing [2025-06-12T02:28:58.529Z] f03cad6ccc63: Preparing [2025-06-12T02:28:58.529Z] c249a505434f: Preparing [2025-06-12T02:28:58.529Z] a829cf73e408: Preparing [2025-06-12T02:28:58.529Z] 68321efe01af: Preparing [2025-06-12T02:28:58.529Z] 0a19b58d453a: Preparing [2025-06-12T02:28:58.529Z] e1351824445e: Preparing [2025-06-12T02:28:58.529Z] dc6e925be0f7: Preparing [2025-06-12T02:28:58.529Z] dd9c8f8612c8: Preparing [2025-06-12T02:28:58.529Z] c249a505434f: Waiting [2025-06-12T02:28:58.529Z] a829cf73e408: Waiting [2025-06-12T02:28:58.529Z] 0a19b58d453a: Waiting [2025-06-12T02:28:58.529Z] 68321efe01af: Waiting [2025-06-12T02:28:58.529Z] e1351824445e: Waiting [2025-06-12T02:28:58.529Z] dc6e925be0f7: Waiting [2025-06-12T02:28:58.794Z] 64d2911c7f99: Pushed [2025-06-12T02:28:58.794Z] f03cad6ccc63: Pushed [2025-06-12T02:28:58.794Z] 431e08b77f39: Pushed [2025-06-12T02:28:58.794Z] 68321efe01af: Layer already exists [2025-06-12T02:28:58.794Z] c249a505434f: Pushed [2025-06-12T02:28:58.794Z] 0a19b58d453a: Layer already exists [2025-06-12T02:28:59.058Z] a829cf73e408: Pushed [2025-06-12T02:28:59.058Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:28:59.058Z] e1351824445e: Pushed [2025-06-12T02:29:01.623Z] dc6e925be0f7: Pushed [2025-06-12T02:29:03.038Z] 94ad789f274d: Pushed [2025-06-12T02:29:05.605Z] 9004a3620ec5: Pushed [2025-06-12T02:29:05.605Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:ac1d3e154cf954143bdae1f3f080371f47a1aae0dd7a70231bd2fc200ebe8f6d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:05.959Z] + 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-12T02:29:06.311Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-06-12T02:29:06.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-12T02:29:06.311Z] 431e08b77f39: Preparing [2025-06-12T02:29:06.311Z] 64d2911c7f99: Preparing [2025-06-12T02:29:06.311Z] 9004a3620ec5: Preparing [2025-06-12T02:29:06.311Z] 94ad789f274d: Preparing [2025-06-12T02:29:06.311Z] f03cad6ccc63: Preparing [2025-06-12T02:29:06.311Z] c249a505434f: Preparing [2025-06-12T02:29:06.311Z] a829cf73e408: Preparing [2025-06-12T02:29:06.311Z] 68321efe01af: Preparing [2025-06-12T02:29:06.311Z] 0a19b58d453a: Preparing [2025-06-12T02:29:06.311Z] e1351824445e: Preparing [2025-06-12T02:29:06.311Z] dc6e925be0f7: Preparing [2025-06-12T02:29:06.311Z] dd9c8f8612c8: Preparing [2025-06-12T02:29:06.311Z] 68321efe01af: Waiting [2025-06-12T02:29:06.311Z] 0a19b58d453a: Waiting [2025-06-12T02:29:06.311Z] e1351824445e: Waiting [2025-06-12T02:29:06.311Z] dc6e925be0f7: Waiting [2025-06-12T02:29:06.311Z] dd9c8f8612c8: Waiting [2025-06-12T02:29:06.311Z] c249a505434f: Waiting [2025-06-12T02:29:06.311Z] a829cf73e408: Waiting [2025-06-12T02:29:06.311Z] 9004a3620ec5: Layer already exists [2025-06-12T02:29:06.311Z] 431e08b77f39: Layer already exists [2025-06-12T02:29:06.311Z] f03cad6ccc63: Layer already exists [2025-06-12T02:29:06.311Z] 64d2911c7f99: Layer already exists [2025-06-12T02:29:06.311Z] 94ad789f274d: Layer already exists [2025-06-12T02:29:06.311Z] c249a505434f: Layer already exists [2025-06-12T02:29:06.311Z] 68321efe01af: Layer already exists [2025-06-12T02:29:06.311Z] 0a19b58d453a: Layer already exists [2025-06-12T02:29:06.311Z] e1351824445e: Layer already exists [2025-06-12T02:29:06.311Z] a829cf73e408: Layer already exists [2025-06-12T02:29:06.311Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:29:06.311Z] dc6e925be0f7: Layer already exists [2025-06-12T02:29:06.575Z] latest: digest: sha256:ac1d3e154cf954143bdae1f3f080371f47a1aae0dd7a70231bd2fc200ebe8f6d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:06.921Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:07.270Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.23 [2025-06-12T02:29:07.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-12T02:29:07.270Z] 431e08b77f39: Preparing [2025-06-12T02:29:07.270Z] 64d2911c7f99: Preparing [2025-06-12T02:29:07.270Z] 9004a3620ec5: Preparing [2025-06-12T02:29:07.270Z] 94ad789f274d: Preparing [2025-06-12T02:29:07.270Z] f03cad6ccc63: Preparing [2025-06-12T02:29:07.270Z] c249a505434f: Preparing [2025-06-12T02:29:07.270Z] a829cf73e408: Preparing [2025-06-12T02:29:07.270Z] 68321efe01af: Preparing [2025-06-12T02:29:07.270Z] 0a19b58d453a: Preparing [2025-06-12T02:29:07.270Z] e1351824445e: Preparing [2025-06-12T02:29:07.270Z] dc6e925be0f7: Preparing [2025-06-12T02:29:07.270Z] dd9c8f8612c8: Preparing [2025-06-12T02:29:07.270Z] c249a505434f: Waiting [2025-06-12T02:29:07.270Z] a829cf73e408: Waiting [2025-06-12T02:29:07.270Z] 68321efe01af: Waiting [2025-06-12T02:29:07.270Z] 0a19b58d453a: Waiting [2025-06-12T02:29:07.270Z] e1351824445e: Waiting [2025-06-12T02:29:07.270Z] dc6e925be0f7: Waiting [2025-06-12T02:29:07.270Z] dd9c8f8612c8: Waiting [2025-06-12T02:29:07.270Z] f03cad6ccc63: Layer already exists [2025-06-12T02:29:07.270Z] 94ad789f274d: Layer already exists [2025-06-12T02:29:07.270Z] 9004a3620ec5: Layer already exists [2025-06-12T02:29:07.270Z] 431e08b77f39: Layer already exists [2025-06-12T02:29:07.270Z] 64d2911c7f99: Layer already exists [2025-06-12T02:29:07.270Z] a829cf73e408: Layer already exists [2025-06-12T02:29:07.270Z] e1351824445e: Layer already exists [2025-06-12T02:29:07.270Z] c249a505434f: Layer already exists [2025-06-12T02:29:07.270Z] 68321efe01af: Layer already exists [2025-06-12T02:29:07.270Z] 0a19b58d453a: Layer already exists [2025-06-12T02:29:07.270Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:29:07.270Z] dc6e925be0f7: Layer already exists [2025-06-12T02:29:07.533Z] 4.1.0-dev.23: digest: sha256:ac1d3e154cf954143bdae1f3f080371f47a1aae0dd7a70231bd2fc200ebe8f6d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:07.875Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:08.230Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:29:08.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-12T02:29:08.230Z] 431e08b77f39: Preparing [2025-06-12T02:29:08.230Z] 64d2911c7f99: Preparing [2025-06-12T02:29:08.230Z] 9004a3620ec5: Preparing [2025-06-12T02:29:08.230Z] 94ad789f274d: Preparing [2025-06-12T02:29:08.230Z] f03cad6ccc63: Preparing [2025-06-12T02:29:08.230Z] c249a505434f: Preparing [2025-06-12T02:29:08.230Z] a829cf73e408: Preparing [2025-06-12T02:29:08.230Z] 68321efe01af: Preparing [2025-06-12T02:29:08.230Z] 0a19b58d453a: Preparing [2025-06-12T02:29:08.230Z] e1351824445e: Preparing [2025-06-12T02:29:08.230Z] dc6e925be0f7: Preparing [2025-06-12T02:29:08.230Z] dd9c8f8612c8: Preparing [2025-06-12T02:29:08.230Z] c249a505434f: Waiting [2025-06-12T02:29:08.230Z] 0a19b58d453a: Waiting [2025-06-12T02:29:08.230Z] e1351824445e: Waiting [2025-06-12T02:29:08.230Z] 68321efe01af: Waiting [2025-06-12T02:29:08.230Z] dc6e925be0f7: Waiting [2025-06-12T02:29:08.230Z] dd9c8f8612c8: Waiting [2025-06-12T02:29:08.230Z] 64d2911c7f99: Layer already exists [2025-06-12T02:29:08.230Z] 94ad789f274d: Layer already exists [2025-06-12T02:29:08.230Z] 9004a3620ec5: Layer already exists [2025-06-12T02:29:08.230Z] f03cad6ccc63: Layer already exists [2025-06-12T02:29:08.230Z] 431e08b77f39: Layer already exists [2025-06-12T02:29:08.230Z] 68321efe01af: Layer already exists [2025-06-12T02:29:08.230Z] c249a505434f: Layer already exists [2025-06-12T02:29:08.230Z] a829cf73e408: Layer already exists [2025-06-12T02:29:08.230Z] 0a19b58d453a: Layer already exists [2025-06-12T02:29:08.230Z] e1351824445e: Layer already exists [2025-06-12T02:29:08.230Z] dc6e925be0f7: Layer already exists [2025-06-12T02:29:08.230Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:29:08.494Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:ac1d3e154cf954143bdae1f3f080371f47a1aae0dd7a70231bd2fc200ebe8f6d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:08.855Z] + 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-12T02:29:09.199Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-06-12T02:29:09.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-12T02:29:09.199Z] 431e08b77f39: Preparing [2025-06-12T02:29:09.199Z] 64d2911c7f99: Preparing [2025-06-12T02:29:09.199Z] 9004a3620ec5: Preparing [2025-06-12T02:29:09.199Z] 94ad789f274d: Preparing [2025-06-12T02:29:09.199Z] f03cad6ccc63: Preparing [2025-06-12T02:29:09.199Z] c249a505434f: Preparing [2025-06-12T02:29:09.199Z] a829cf73e408: Preparing [2025-06-12T02:29:09.199Z] c249a505434f: Waiting [2025-06-12T02:29:09.199Z] 68321efe01af: Preparing [2025-06-12T02:29:09.199Z] a829cf73e408: Waiting [2025-06-12T02:29:09.199Z] 0a19b58d453a: Preparing [2025-06-12T02:29:09.199Z] 68321efe01af: Waiting [2025-06-12T02:29:09.199Z] e1351824445e: Preparing [2025-06-12T02:29:09.199Z] 0a19b58d453a: Waiting [2025-06-12T02:29:09.199Z] dc6e925be0f7: Preparing [2025-06-12T02:29:09.199Z] dd9c8f8612c8: Preparing [2025-06-12T02:29:09.199Z] e1351824445e: Waiting [2025-06-12T02:29:09.199Z] dc6e925be0f7: Waiting [2025-06-12T02:29:09.199Z] dd9c8f8612c8: Waiting [2025-06-12T02:29:09.199Z] 94ad789f274d: Layer already exists [2025-06-12T02:29:09.199Z] f03cad6ccc63: Layer already exists [2025-06-12T02:29:09.199Z] 9004a3620ec5: Layer already exists [2025-06-12T02:29:09.199Z] 431e08b77f39: Layer already exists [2025-06-12T02:29:09.199Z] 64d2911c7f99: Layer already exists [2025-06-12T02:29:09.199Z] a829cf73e408: Layer already exists [2025-06-12T02:29:09.199Z] c249a505434f: Layer already exists [2025-06-12T02:29:09.199Z] 68321efe01af: Layer already exists [2025-06-12T02:29:09.199Z] 0a19b58d453a: Layer already exists [2025-06-12T02:29:09.199Z] e1351824445e: Layer already exists [2025-06-12T02:29:09.199Z] dc6e925be0f7: Layer already exists [2025-06-12T02:29:09.199Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:29:09.464Z] main: digest: sha256:ac1d3e154cf954143bdae1f3f080371f47a1aae0dd7a70231bd2fc200ebe8f6d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T02:29:09.548Z] ===================================================== [Pipeline] echo [2025-06-12T02:29:09.566Z] taggedImages: [2025-06-12T02:29:09.566Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:29:09.566Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-06-12T02:29:09.567Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.23 [2025-06-12T02:29:09.567Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:29:09.567Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-06-12T02:29:09.597Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-06-12T02:29:09.597Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:29:09.597Z] latest [2025-06-12T02:29:09.597Z] 4.1.0-dev.23 [2025-06-12T02:29:09.597Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:29:09.597Z] main [2025-06-12T02:29:09.597Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:09.953Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:10.308Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:29:10.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-12T02:29:10.308Z] f7440c5f5a60: Preparing [2025-06-12T02:29:10.308Z] c0d62126acf6: Preparing [2025-06-12T02:29:10.308Z] 68321efe01af: Preparing [2025-06-12T02:29:10.308Z] 0a19b58d453a: Preparing [2025-06-12T02:29:10.308Z] 87877beac8e0: Preparing [2025-06-12T02:29:10.308Z] 745bca760c14: Preparing [2025-06-12T02:29:10.308Z] dd9c8f8612c8: Preparing [2025-06-12T02:29:10.308Z] 745bca760c14: Waiting [2025-06-12T02:29:10.308Z] dd9c8f8612c8: Waiting [2025-06-12T02:29:10.308Z] 68321efe01af: Layer already exists [2025-06-12T02:29:10.308Z] 0a19b58d453a: Layer already exists [2025-06-12T02:29:10.572Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:29:10.572Z] 87877beac8e0: Pushed [2025-06-12T02:29:10.572Z] f7440c5f5a60: Pushed [2025-06-12T02:29:12.503Z] 745bca760c14: Pushed [2025-06-12T02:29:17.836Z] c0d62126acf6: Pushed [2025-06-12T02:29:17.836Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:b58962097153e48ac213b124e33a6940067a7d57c0e54e1c6c5e5a9b2e829c8f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:18.201Z] + 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-12T02:29:18.565Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-06-12T02:29:18.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-12T02:29:18.565Z] f7440c5f5a60: Preparing [2025-06-12T02:29:18.565Z] c0d62126acf6: Preparing [2025-06-12T02:29:18.565Z] 68321efe01af: Preparing [2025-06-12T02:29:18.565Z] 0a19b58d453a: Preparing [2025-06-12T02:29:18.565Z] 87877beac8e0: Preparing [2025-06-12T02:29:18.565Z] 745bca760c14: Preparing [2025-06-12T02:29:18.565Z] dd9c8f8612c8: Preparing [2025-06-12T02:29:18.565Z] dd9c8f8612c8: Waiting [2025-06-12T02:29:18.565Z] 745bca760c14: Waiting [2025-06-12T02:29:18.565Z] 68321efe01af: Layer already exists [2025-06-12T02:29:18.565Z] 0a19b58d453a: Layer already exists [2025-06-12T02:29:18.565Z] c0d62126acf6: Layer already exists [2025-06-12T02:29:18.565Z] 87877beac8e0: Layer already exists [2025-06-12T02:29:18.565Z] f7440c5f5a60: Layer already exists [2025-06-12T02:29:18.565Z] 745bca760c14: Layer already exists [2025-06-12T02:29:18.565Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:29:18.831Z] latest: digest: sha256:b58962097153e48ac213b124e33a6940067a7d57c0e54e1c6c5e5a9b2e829c8f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:19.192Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:19.547Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.23 [2025-06-12T02:29:19.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-12T02:29:19.547Z] f7440c5f5a60: Preparing [2025-06-12T02:29:19.547Z] c0d62126acf6: Preparing [2025-06-12T02:29:19.547Z] 68321efe01af: Preparing [2025-06-12T02:29:19.547Z] 0a19b58d453a: Preparing [2025-06-12T02:29:19.547Z] 87877beac8e0: Preparing [2025-06-12T02:29:19.547Z] 745bca760c14: Preparing [2025-06-12T02:29:19.547Z] dd9c8f8612c8: Preparing [2025-06-12T02:29:19.547Z] 745bca760c14: Waiting [2025-06-12T02:29:19.547Z] dd9c8f8612c8: Waiting [2025-06-12T02:29:19.547Z] 87877beac8e0: Layer already exists [2025-06-12T02:29:19.547Z] c0d62126acf6: Layer already exists [2025-06-12T02:29:19.547Z] 0a19b58d453a: Layer already exists [2025-06-12T02:29:19.547Z] 68321efe01af: Layer already exists [2025-06-12T02:29:19.547Z] f7440c5f5a60: Layer already exists [2025-06-12T02:29:19.547Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:29:19.547Z] 745bca760c14: Layer already exists [2025-06-12T02:29:19.812Z] 4.1.0-dev.23: digest: sha256:b58962097153e48ac213b124e33a6940067a7d57c0e54e1c6c5e5a9b2e829c8f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:20.161Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:20.780Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:29:20.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-12T02:29:20.780Z] f7440c5f5a60: Preparing [2025-06-12T02:29:20.780Z] c0d62126acf6: Preparing [2025-06-12T02:29:20.780Z] 68321efe01af: Preparing [2025-06-12T02:29:20.780Z] 0a19b58d453a: Preparing [2025-06-12T02:29:20.780Z] 87877beac8e0: Preparing [2025-06-12T02:29:20.780Z] 745bca760c14: Preparing [2025-06-12T02:29:20.780Z] dd9c8f8612c8: Preparing [2025-06-12T02:29:20.780Z] 745bca760c14: Waiting [2025-06-12T02:29:20.780Z] dd9c8f8612c8: Waiting [2025-06-12T02:29:20.780Z] c0d62126acf6: Layer already exists [2025-06-12T02:29:20.780Z] 87877beac8e0: Layer already exists [2025-06-12T02:29:20.780Z] f7440c5f5a60: Layer already exists [2025-06-12T02:29:20.780Z] 0a19b58d453a: Layer already exists [2025-06-12T02:29:20.780Z] 68321efe01af: Layer already exists [2025-06-12T02:29:20.780Z] 745bca760c14: Layer already exists [2025-06-12T02:29:20.780Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:29:20.780Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:b58962097153e48ac213b124e33a6940067a7d57c0e54e1c6c5e5a9b2e829c8f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:21.408Z] + 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-12T02:29:21.754Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-06-12T02:29:21.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-12T02:29:21.754Z] f7440c5f5a60: Preparing [2025-06-12T02:29:21.754Z] c0d62126acf6: Preparing [2025-06-12T02:29:21.754Z] 68321efe01af: Preparing [2025-06-12T02:29:21.754Z] 0a19b58d453a: Preparing [2025-06-12T02:29:21.754Z] 87877beac8e0: Preparing [2025-06-12T02:29:21.754Z] 745bca760c14: Preparing [2025-06-12T02:29:21.754Z] dd9c8f8612c8: Preparing [2025-06-12T02:29:21.754Z] 745bca760c14: Waiting [2025-06-12T02:29:21.754Z] dd9c8f8612c8: Waiting [2025-06-12T02:29:21.754Z] 0a19b58d453a: Layer already exists [2025-06-12T02:29:21.754Z] f7440c5f5a60: Layer already exists [2025-06-12T02:29:21.754Z] 68321efe01af: Layer already exists [2025-06-12T02:29:21.754Z] c0d62126acf6: Layer already exists [2025-06-12T02:29:21.754Z] 87877beac8e0: Layer already exists [2025-06-12T02:29:21.754Z] 745bca760c14: Layer already exists [2025-06-12T02:29:21.754Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:29:21.754Z] main: digest: sha256:b58962097153e48ac213b124e33a6940067a7d57c0e54e1c6c5e5a9b2e829c8f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T02:29:22.091Z] ===================================================== [Pipeline] echo [2025-06-12T02:29:22.109Z] taggedImages: [2025-06-12T02:29:22.110Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:29:22.110Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-06-12T02:29:22.110Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.23 [2025-06-12T02:29:22.110Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:29:22.110Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-06-12T02:29:22.134Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-06-12T02:29:22.134Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:29:22.134Z] latest [2025-06-12T02:29:22.134Z] 4.1.0-dev.23 [2025-06-12T02:29:22.134Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:29:22.134Z] main [2025-06-12T02:29:22.134Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:22.489Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:22.846Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:29:22.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-12T02:29:22.846Z] bba77d7ed90d: Preparing [2025-06-12T02:29:22.846Z] 024c3ebfa756: Preparing [2025-06-12T02:29:22.846Z] ef0cf34ce36e: Preparing [2025-06-12T02:29:22.846Z] 68321efe01af: Preparing [2025-06-12T02:29:22.846Z] 0a19b58d453a: Preparing [2025-06-12T02:29:22.846Z] c539f72a912b: Preparing [2025-06-12T02:29:22.846Z] cbbd4deec740: Preparing [2025-06-12T02:29:22.846Z] 599029db9254: Preparing [2025-06-12T02:29:22.846Z] d4e30c88fff5: Preparing [2025-06-12T02:29:22.846Z] dd9c8f8612c8: Preparing [2025-06-12T02:29:22.846Z] 599029db9254: Waiting [2025-06-12T02:29:22.846Z] d4e30c88fff5: Waiting [2025-06-12T02:29:22.846Z] dd9c8f8612c8: Waiting [2025-06-12T02:29:22.846Z] c539f72a912b: Waiting [2025-06-12T02:29:22.846Z] cbbd4deec740: Waiting [2025-06-12T02:29:22.846Z] 68321efe01af: Layer already exists [2025-06-12T02:29:23.112Z] 0a19b58d453a: Layer already exists [2025-06-12T02:29:23.112Z] ef0cf34ce36e: Pushed [2025-06-12T02:29:23.112Z] 024c3ebfa756: Pushed [2025-06-12T02:29:23.112Z] bba77d7ed90d: Pushed [2025-06-12T02:29:23.112Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:29:23.112Z] 599029db9254: Pushed [2025-06-12T02:29:24.066Z] d4e30c88fff5: Pushed [2025-06-12T02:29:34.124Z] cbbd4deec740: Pushed [2025-06-12T02:29:49.076Z] c539f72a912b: Pushed [2025-06-12T02:29:49.076Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:8775460d20e9748d2a1bbe5c8b4a20566eb6675db485e83061b63b50b53ecf94 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:49.430Z] + 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-12T02:29:49.772Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-06-12T02:29:49.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-12T02:29:49.772Z] bba77d7ed90d: Preparing [2025-06-12T02:29:49.772Z] 024c3ebfa756: Preparing [2025-06-12T02:29:49.772Z] ef0cf34ce36e: Preparing [2025-06-12T02:29:49.772Z] 68321efe01af: Preparing [2025-06-12T02:29:49.772Z] 0a19b58d453a: Preparing [2025-06-12T02:29:49.772Z] c539f72a912b: Preparing [2025-06-12T02:29:49.772Z] c539f72a912b: Waiting [2025-06-12T02:29:49.772Z] cbbd4deec740: Preparing [2025-06-12T02:29:49.772Z] 599029db9254: Preparing [2025-06-12T02:29:49.772Z] d4e30c88fff5: Preparing [2025-06-12T02:29:49.772Z] dd9c8f8612c8: Preparing [2025-06-12T02:29:49.772Z] cbbd4deec740: Waiting [2025-06-12T02:29:49.772Z] 599029db9254: Waiting [2025-06-12T02:29:49.772Z] d4e30c88fff5: Waiting [2025-06-12T02:29:49.772Z] dd9c8f8612c8: Waiting [2025-06-12T02:29:49.772Z] ef0cf34ce36e: Layer already exists [2025-06-12T02:29:49.772Z] 68321efe01af: Layer already exists [2025-06-12T02:29:49.772Z] 024c3ebfa756: Layer already exists [2025-06-12T02:29:49.772Z] bba77d7ed90d: Layer already exists [2025-06-12T02:29:49.772Z] 0a19b58d453a: Layer already exists [2025-06-12T02:29:49.772Z] c539f72a912b: Layer already exists [2025-06-12T02:29:49.772Z] cbbd4deec740: Layer already exists [2025-06-12T02:29:49.772Z] 599029db9254: Layer already exists [2025-06-12T02:29:49.772Z] d4e30c88fff5: Layer already exists [2025-06-12T02:29:49.772Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:29:50.037Z] latest: digest: sha256:8775460d20e9748d2a1bbe5c8b4a20566eb6675db485e83061b63b50b53ecf94 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:50.385Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:50.740Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.23 [2025-06-12T02:29:50.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-12T02:29:50.740Z] bba77d7ed90d: Preparing [2025-06-12T02:29:50.740Z] 024c3ebfa756: Preparing [2025-06-12T02:29:50.740Z] ef0cf34ce36e: Preparing [2025-06-12T02:29:50.740Z] 68321efe01af: Preparing [2025-06-12T02:29:50.740Z] 0a19b58d453a: Preparing [2025-06-12T02:29:50.740Z] c539f72a912b: Preparing [2025-06-12T02:29:50.740Z] cbbd4deec740: Preparing [2025-06-12T02:29:50.740Z] c539f72a912b: Waiting [2025-06-12T02:29:50.740Z] 599029db9254: Preparing [2025-06-12T02:29:50.740Z] cbbd4deec740: Waiting [2025-06-12T02:29:50.740Z] d4e30c88fff5: Preparing [2025-06-12T02:29:50.740Z] 599029db9254: Waiting [2025-06-12T02:29:50.740Z] d4e30c88fff5: Waiting [2025-06-12T02:29:50.740Z] dd9c8f8612c8: Preparing [2025-06-12T02:29:50.740Z] dd9c8f8612c8: Waiting [2025-06-12T02:29:50.740Z] ef0cf34ce36e: Layer already exists [2025-06-12T02:29:50.740Z] 0a19b58d453a: Layer already exists [2025-06-12T02:29:50.740Z] 68321efe01af: Layer already exists [2025-06-12T02:29:50.740Z] bba77d7ed90d: Layer already exists [2025-06-12T02:29:50.740Z] 024c3ebfa756: Layer already exists [2025-06-12T02:29:50.740Z] cbbd4deec740: Layer already exists [2025-06-12T02:29:50.740Z] d4e30c88fff5: Layer already exists [2025-06-12T02:29:50.740Z] 599029db9254: Layer already exists [2025-06-12T02:29:50.740Z] c539f72a912b: Layer already exists [2025-06-12T02:29:50.740Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:29:51.006Z] 4.1.0-dev.23: digest: sha256:8775460d20e9748d2a1bbe5c8b4a20566eb6675db485e83061b63b50b53ecf94 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:51.365Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:51.711Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:29:51.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-12T02:29:51.711Z] bba77d7ed90d: Preparing [2025-06-12T02:29:51.711Z] 024c3ebfa756: Preparing [2025-06-12T02:29:51.711Z] ef0cf34ce36e: Preparing [2025-06-12T02:29:51.711Z] 68321efe01af: Preparing [2025-06-12T02:29:51.711Z] 0a19b58d453a: Preparing [2025-06-12T02:29:51.711Z] c539f72a912b: Preparing [2025-06-12T02:29:51.711Z] cbbd4deec740: Preparing [2025-06-12T02:29:51.711Z] 599029db9254: Preparing [2025-06-12T02:29:51.711Z] d4e30c88fff5: Preparing [2025-06-12T02:29:51.711Z] dd9c8f8612c8: Preparing [2025-06-12T02:29:51.711Z] c539f72a912b: Waiting [2025-06-12T02:29:51.711Z] cbbd4deec740: Waiting [2025-06-12T02:29:51.711Z] 599029db9254: Waiting [2025-06-12T02:29:51.711Z] d4e30c88fff5: Waiting [2025-06-12T02:29:51.711Z] dd9c8f8612c8: Waiting [2025-06-12T02:29:51.711Z] 68321efe01af: Layer already exists [2025-06-12T02:29:51.711Z] 0a19b58d453a: Layer already exists [2025-06-12T02:29:51.711Z] ef0cf34ce36e: Layer already exists [2025-06-12T02:29:51.711Z] 024c3ebfa756: Layer already exists [2025-06-12T02:29:51.711Z] bba77d7ed90d: Layer already exists [2025-06-12T02:29:51.711Z] c539f72a912b: Layer already exists [2025-06-12T02:29:51.711Z] cbbd4deec740: Layer already exists [2025-06-12T02:29:51.711Z] d4e30c88fff5: Layer already exists [2025-06-12T02:29:51.711Z] 599029db9254: Layer already exists [2025-06-12T02:29:51.711Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:29:51.977Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:8775460d20e9748d2a1bbe5c8b4a20566eb6675db485e83061b63b50b53ecf94 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:52.335Z] + 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-12T02:29:52.696Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-06-12T02:29:52.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-12T02:29:52.696Z] bba77d7ed90d: Preparing [2025-06-12T02:29:52.696Z] 024c3ebfa756: Preparing [2025-06-12T02:29:52.696Z] ef0cf34ce36e: Preparing [2025-06-12T02:29:52.696Z] 68321efe01af: Preparing [2025-06-12T02:29:52.696Z] 0a19b58d453a: Preparing [2025-06-12T02:29:52.696Z] c539f72a912b: Preparing [2025-06-12T02:29:52.696Z] cbbd4deec740: Preparing [2025-06-12T02:29:52.696Z] 599029db9254: Preparing [2025-06-12T02:29:52.696Z] d4e30c88fff5: Preparing [2025-06-12T02:29:52.696Z] dd9c8f8612c8: Preparing [2025-06-12T02:29:52.696Z] cbbd4deec740: Waiting [2025-06-12T02:29:52.696Z] 599029db9254: Waiting [2025-06-12T02:29:52.696Z] d4e30c88fff5: Waiting [2025-06-12T02:29:52.696Z] c539f72a912b: Waiting [2025-06-12T02:29:52.696Z] dd9c8f8612c8: Waiting [2025-06-12T02:29:52.696Z] 68321efe01af: Layer already exists [2025-06-12T02:29:52.696Z] bba77d7ed90d: Layer already exists [2025-06-12T02:29:52.696Z] 0a19b58d453a: Layer already exists [2025-06-12T02:29:52.696Z] ef0cf34ce36e: Layer already exists [2025-06-12T02:29:52.696Z] 024c3ebfa756: Layer already exists [2025-06-12T02:29:52.696Z] d4e30c88fff5: Layer already exists [2025-06-12T02:29:52.696Z] 599029db9254: Layer already exists [2025-06-12T02:29:52.696Z] c539f72a912b: Layer already exists [2025-06-12T02:29:52.696Z] cbbd4deec740: Layer already exists [2025-06-12T02:29:52.696Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:29:52.964Z] main: digest: sha256:8775460d20e9748d2a1bbe5c8b4a20566eb6675db485e83061b63b50b53ecf94 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T02:29:53.038Z] ===================================================== [Pipeline] echo [2025-06-12T02:29:53.054Z] taggedImages: [2025-06-12T02:29:53.054Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:29:53.054Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-06-12T02:29:53.054Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.23 [2025-06-12T02:29:53.054Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:29:53.054Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-06-12T02:29:53.078Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-06-12T02:29:53.078Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:29:53.078Z] latest [2025-06-12T02:29:53.078Z] 4.1.0-dev.23 [2025-06-12T02:29:53.078Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:29:53.078Z] main [2025-06-12T02:29:53.078Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:53.456Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:29:53.808Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:29:53.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-12T02:29:53.808Z] aa494e56767c: Preparing [2025-06-12T02:29:53.808Z] ed495ba9f540: Preparing [2025-06-12T02:29:53.808Z] f298ceeabb51: Preparing [2025-06-12T02:29:53.808Z] 68321efe01af: Preparing [2025-06-12T02:29:53.808Z] 0a19b58d453a: Preparing [2025-06-12T02:29:53.808Z] e5d8cb8e3f4a: Preparing [2025-06-12T02:29:53.808Z] 15afc6744d8c: Preparing [2025-06-12T02:29:53.808Z] 1e0beed56245: Preparing [2025-06-12T02:29:53.808Z] dd9c8f8612c8: Preparing [2025-06-12T02:29:53.808Z] e5d8cb8e3f4a: Waiting [2025-06-12T02:29:53.808Z] 15afc6744d8c: Waiting [2025-06-12T02:29:53.808Z] dd9c8f8612c8: Waiting [2025-06-12T02:29:53.808Z] 1e0beed56245: Waiting [2025-06-12T02:29:53.808Z] 68321efe01af: Layer already exists [2025-06-12T02:29:54.074Z] 0a19b58d453a: Layer already exists [2025-06-12T02:29:54.074Z] f298ceeabb51: Pushed [2025-06-12T02:29:54.074Z] ed495ba9f540: Pushed [2025-06-12T02:29:54.074Z] aa494e56767c: Pushed [2025-06-12T02:29:54.074Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:29:54.074Z] 15afc6744d8c: Pushed [2025-06-12T02:29:54.652Z] 1e0beed56245: Pushed [2025-06-12T02:30:21.284Z] e5d8cb8e3f4a: Pushed [2025-06-12T02:30:21.284Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:dff8c2e70c81b690a7bab213a2537629a0f46038690893ebfc241ef413b7342e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:30:21.625Z] + 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-12T02:30:22.026Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-06-12T02:30:22.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-12T02:30:22.026Z] aa494e56767c: Preparing [2025-06-12T02:30:22.026Z] ed495ba9f540: Preparing [2025-06-12T02:30:22.026Z] f298ceeabb51: Preparing [2025-06-12T02:30:22.026Z] 68321efe01af: Preparing [2025-06-12T02:30:22.026Z] 0a19b58d453a: Preparing [2025-06-12T02:30:22.026Z] e5d8cb8e3f4a: Preparing [2025-06-12T02:30:22.026Z] 15afc6744d8c: Preparing [2025-06-12T02:30:22.026Z] 1e0beed56245: Preparing [2025-06-12T02:30:22.026Z] dd9c8f8612c8: Preparing [2025-06-12T02:30:22.026Z] e5d8cb8e3f4a: Waiting [2025-06-12T02:30:22.026Z] 15afc6744d8c: Waiting [2025-06-12T02:30:22.026Z] 1e0beed56245: Waiting [2025-06-12T02:30:22.026Z] dd9c8f8612c8: Waiting [2025-06-12T02:30:22.026Z] 68321efe01af: Layer already exists [2025-06-12T02:30:22.026Z] 0a19b58d453a: Layer already exists [2025-06-12T02:30:22.026Z] aa494e56767c: Layer already exists [2025-06-12T02:30:22.026Z] ed495ba9f540: Layer already exists [2025-06-12T02:30:22.026Z] f298ceeabb51: Layer already exists [2025-06-12T02:30:22.026Z] e5d8cb8e3f4a: Layer already exists [2025-06-12T02:30:22.026Z] 15afc6744d8c: Layer already exists [2025-06-12T02:30:22.026Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:30:22.026Z] 1e0beed56245: Layer already exists [2025-06-12T02:30:22.026Z] latest: digest: sha256:dff8c2e70c81b690a7bab213a2537629a0f46038690893ebfc241ef413b7342e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:30:22.392Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:30:22.761Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.23 [2025-06-12T02:30:22.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-12T02:30:22.762Z] aa494e56767c: Preparing [2025-06-12T02:30:22.762Z] ed495ba9f540: Preparing [2025-06-12T02:30:22.762Z] f298ceeabb51: Preparing [2025-06-12T02:30:22.762Z] 68321efe01af: Preparing [2025-06-12T02:30:22.762Z] 0a19b58d453a: Preparing [2025-06-12T02:30:22.762Z] e5d8cb8e3f4a: Preparing [2025-06-12T02:30:22.762Z] 15afc6744d8c: Preparing [2025-06-12T02:30:22.762Z] 1e0beed56245: Preparing [2025-06-12T02:30:22.762Z] dd9c8f8612c8: Preparing [2025-06-12T02:30:22.762Z] 15afc6744d8c: Waiting [2025-06-12T02:30:22.762Z] e5d8cb8e3f4a: Waiting [2025-06-12T02:30:22.762Z] 1e0beed56245: Waiting [2025-06-12T02:30:22.762Z] dd9c8f8612c8: Waiting [2025-06-12T02:30:22.762Z] 0a19b58d453a: Layer already exists [2025-06-12T02:30:22.762Z] f298ceeabb51: Layer already exists [2025-06-12T02:30:22.762Z] aa494e56767c: Layer already exists [2025-06-12T02:30:22.762Z] 68321efe01af: Layer already exists [2025-06-12T02:30:22.762Z] ed495ba9f540: Layer already exists [2025-06-12T02:30:22.762Z] 15afc6744d8c: Layer already exists [2025-06-12T02:30:22.762Z] e5d8cb8e3f4a: Layer already exists [2025-06-12T02:30:22.762Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:30:22.762Z] 1e0beed56245: Layer already exists [2025-06-12T02:30:23.034Z] 4.1.0-dev.23: digest: sha256:dff8c2e70c81b690a7bab213a2537629a0f46038690893ebfc241ef413b7342e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:30:23.395Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:30:23.767Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:30:23.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-12T02:30:23.767Z] aa494e56767c: Preparing [2025-06-12T02:30:23.767Z] ed495ba9f540: Preparing [2025-06-12T02:30:23.767Z] f298ceeabb51: Preparing [2025-06-12T02:30:23.767Z] 68321efe01af: Preparing [2025-06-12T02:30:23.767Z] 0a19b58d453a: Preparing [2025-06-12T02:30:23.767Z] e5d8cb8e3f4a: Preparing [2025-06-12T02:30:23.767Z] 15afc6744d8c: Preparing [2025-06-12T02:30:23.767Z] 1e0beed56245: Preparing [2025-06-12T02:30:23.767Z] dd9c8f8612c8: Preparing [2025-06-12T02:30:23.767Z] 15afc6744d8c: Waiting [2025-06-12T02:30:23.767Z] 1e0beed56245: Waiting [2025-06-12T02:30:23.767Z] dd9c8f8612c8: Waiting [2025-06-12T02:30:23.767Z] e5d8cb8e3f4a: Waiting [2025-06-12T02:30:23.767Z] aa494e56767c: Layer already exists [2025-06-12T02:30:23.767Z] 0a19b58d453a: Layer already exists [2025-06-12T02:30:23.767Z] ed495ba9f540: Layer already exists [2025-06-12T02:30:23.767Z] f298ceeabb51: Layer already exists [2025-06-12T02:30:23.767Z] 1e0beed56245: Layer already exists [2025-06-12T02:30:23.767Z] 68321efe01af: Layer already exists [2025-06-12T02:30:23.767Z] 15afc6744d8c: Layer already exists [2025-06-12T02:30:23.767Z] e5d8cb8e3f4a: Layer already exists [2025-06-12T02:30:23.767Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:30:24.036Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:dff8c2e70c81b690a7bab213a2537629a0f46038690893ebfc241ef413b7342e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:30:24.390Z] + 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-12T02:30:24.730Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-06-12T02:30:24.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-12T02:30:24.730Z] aa494e56767c: Preparing [2025-06-12T02:30:24.730Z] ed495ba9f540: Preparing [2025-06-12T02:30:24.730Z] f298ceeabb51: Preparing [2025-06-12T02:30:24.730Z] 68321efe01af: Preparing [2025-06-12T02:30:24.730Z] 0a19b58d453a: Preparing [2025-06-12T02:30:24.730Z] e5d8cb8e3f4a: Preparing [2025-06-12T02:30:24.730Z] 15afc6744d8c: Preparing [2025-06-12T02:30:24.730Z] 1e0beed56245: Preparing [2025-06-12T02:30:24.730Z] dd9c8f8612c8: Preparing [2025-06-12T02:30:24.730Z] e5d8cb8e3f4a: Waiting [2025-06-12T02:30:24.730Z] 15afc6744d8c: Waiting [2025-06-12T02:30:24.730Z] 1e0beed56245: Waiting [2025-06-12T02:30:24.730Z] dd9c8f8612c8: Waiting [2025-06-12T02:30:24.730Z] f298ceeabb51: Layer already exists [2025-06-12T02:30:24.730Z] aa494e56767c: Layer already exists [2025-06-12T02:30:24.730Z] 0a19b58d453a: Layer already exists [2025-06-12T02:30:24.730Z] 68321efe01af: Layer already exists [2025-06-12T02:30:24.730Z] ed495ba9f540: Layer already exists [2025-06-12T02:30:24.730Z] 1e0beed56245: Layer already exists [2025-06-12T02:30:24.730Z] e5d8cb8e3f4a: Layer already exists [2025-06-12T02:30:24.730Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:30:24.730Z] 15afc6744d8c: Layer already exists [2025-06-12T02:30:24.730Z] main: digest: sha256:dff8c2e70c81b690a7bab213a2537629a0f46038690893ebfc241ef413b7342e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T02:30:25.071Z] ===================================================== [Pipeline] echo [2025-06-12T02:30:25.091Z] taggedImages: [2025-06-12T02:30:25.091Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:30:25.091Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-06-12T02:30:25.091Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.23 [2025-06-12T02:30:25.091Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:30:25.091Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-06-12T02:30:25.116Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-06-12T02:30:25.116Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:30:25.116Z] latest [2025-06-12T02:30:25.116Z] 4.1.0-dev.23 [2025-06-12T02:30:25.116Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:30:25.116Z] main [2025-06-12T02:30:25.116Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:30:25.491Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:30:25.839Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:30:25.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-12T02:30:25.839Z] 18302a1ea8c7: Preparing [2025-06-12T02:30:25.839Z] 786f13eee7f8: Preparing [2025-06-12T02:30:25.839Z] dd8aa84c1743: Preparing [2025-06-12T02:30:25.839Z] 68321efe01af: Preparing [2025-06-12T02:30:25.839Z] 0a19b58d453a: Preparing [2025-06-12T02:30:25.839Z] 6bd1aa2b99e8: Preparing [2025-06-12T02:30:25.839Z] 599029db9254: Preparing [2025-06-12T02:30:25.839Z] d4e30c88fff5: Preparing [2025-06-12T02:30:25.839Z] dd9c8f8612c8: Preparing [2025-06-12T02:30:25.839Z] 599029db9254: Waiting [2025-06-12T02:30:25.839Z] d4e30c88fff5: Waiting [2025-06-12T02:30:25.839Z] dd9c8f8612c8: Waiting [2025-06-12T02:30:25.839Z] 6bd1aa2b99e8: Waiting [2025-06-12T02:30:25.839Z] 0a19b58d453a: Layer already exists [2025-06-12T02:30:25.839Z] 68321efe01af: Layer already exists [2025-06-12T02:30:26.106Z] 599029db9254: Layer already exists [2025-06-12T02:30:26.106Z] dd8aa84c1743: Pushed [2025-06-12T02:30:26.106Z] d4e30c88fff5: Layer already exists [2025-06-12T02:30:26.106Z] 786f13eee7f8: Pushed [2025-06-12T02:30:26.106Z] 18302a1ea8c7: Pushed [2025-06-12T02:30:26.106Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:30:52.749Z] 6bd1aa2b99e8: Pushed [2025-06-12T02:30:52.749Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:f690655434bbac4f289476f7211e5663677fe10f16622a00f8c19d47ccc9934d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:30:53.101Z] + 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-12T02:30:53.453Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-06-12T02:30:53.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-12T02:30:53.453Z] 18302a1ea8c7: Preparing [2025-06-12T02:30:53.453Z] 786f13eee7f8: Preparing [2025-06-12T02:30:53.453Z] dd8aa84c1743: Preparing [2025-06-12T02:30:53.453Z] 68321efe01af: Preparing [2025-06-12T02:30:53.453Z] 0a19b58d453a: Preparing [2025-06-12T02:30:53.453Z] 6bd1aa2b99e8: Preparing [2025-06-12T02:30:53.453Z] 599029db9254: Preparing [2025-06-12T02:30:53.453Z] d4e30c88fff5: Preparing [2025-06-12T02:30:53.453Z] dd9c8f8612c8: Preparing [2025-06-12T02:30:53.453Z] 599029db9254: Waiting [2025-06-12T02:30:53.453Z] d4e30c88fff5: Waiting [2025-06-12T02:30:53.453Z] dd9c8f8612c8: Waiting [2025-06-12T02:30:53.453Z] 18302a1ea8c7: Layer already exists [2025-06-12T02:30:53.453Z] 786f13eee7f8: Layer already exists [2025-06-12T02:30:53.453Z] dd8aa84c1743: Layer already exists [2025-06-12T02:30:53.453Z] 0a19b58d453a: Layer already exists [2025-06-12T02:30:53.453Z] 68321efe01af: Layer already exists [2025-06-12T02:30:53.453Z] d4e30c88fff5: Layer already exists [2025-06-12T02:30:53.453Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:30:53.453Z] 6bd1aa2b99e8: Layer already exists [2025-06-12T02:30:53.453Z] 599029db9254: Layer already exists [2025-06-12T02:30:53.719Z] latest: digest: sha256:f690655434bbac4f289476f7211e5663677fe10f16622a00f8c19d47ccc9934d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:30:54.072Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:30:54.430Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.23 [2025-06-12T02:30:54.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-12T02:30:54.430Z] 18302a1ea8c7: Preparing [2025-06-12T02:30:54.430Z] 786f13eee7f8: Preparing [2025-06-12T02:30:54.430Z] dd8aa84c1743: Preparing [2025-06-12T02:30:54.430Z] 68321efe01af: Preparing [2025-06-12T02:30:54.430Z] 0a19b58d453a: Preparing [2025-06-12T02:30:54.430Z] 6bd1aa2b99e8: Preparing [2025-06-12T02:30:54.430Z] 599029db9254: Preparing [2025-06-12T02:30:54.430Z] d4e30c88fff5: Preparing [2025-06-12T02:30:54.430Z] dd9c8f8612c8: Preparing [2025-06-12T02:30:54.430Z] 6bd1aa2b99e8: Waiting [2025-06-12T02:30:54.430Z] 599029db9254: Waiting [2025-06-12T02:30:54.430Z] d4e30c88fff5: Waiting [2025-06-12T02:30:54.430Z] dd9c8f8612c8: Waiting [2025-06-12T02:30:54.430Z] 786f13eee7f8: Layer already exists [2025-06-12T02:30:54.430Z] 68321efe01af: Layer already exists [2025-06-12T02:30:54.430Z] 0a19b58d453a: Layer already exists [2025-06-12T02:30:54.430Z] 18302a1ea8c7: Layer already exists [2025-06-12T02:30:54.430Z] dd8aa84c1743: Layer already exists [2025-06-12T02:30:54.430Z] 599029db9254: Layer already exists [2025-06-12T02:30:54.430Z] d4e30c88fff5: Layer already exists [2025-06-12T02:30:54.430Z] 6bd1aa2b99e8: Layer already exists [2025-06-12T02:30:54.430Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:30:54.695Z] 4.1.0-dev.23: digest: sha256:f690655434bbac4f289476f7211e5663677fe10f16622a00f8c19d47ccc9934d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:30:55.051Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:30:55.418Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:30:55.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-12T02:30:55.418Z] 18302a1ea8c7: Preparing [2025-06-12T02:30:55.418Z] 786f13eee7f8: Preparing [2025-06-12T02:30:55.418Z] dd8aa84c1743: Preparing [2025-06-12T02:30:55.418Z] 68321efe01af: Preparing [2025-06-12T02:30:55.418Z] 0a19b58d453a: Preparing [2025-06-12T02:30:55.418Z] 6bd1aa2b99e8: Preparing [2025-06-12T02:30:55.418Z] 599029db9254: Preparing [2025-06-12T02:30:55.418Z] d4e30c88fff5: Preparing [2025-06-12T02:30:55.418Z] dd9c8f8612c8: Preparing [2025-06-12T02:30:55.418Z] 6bd1aa2b99e8: Waiting [2025-06-12T02:30:55.418Z] 599029db9254: Waiting [2025-06-12T02:30:55.418Z] d4e30c88fff5: Waiting [2025-06-12T02:30:55.418Z] dd9c8f8612c8: Waiting [2025-06-12T02:30:55.418Z] 68321efe01af: Layer already exists [2025-06-12T02:30:55.418Z] 18302a1ea8c7: Layer already exists [2025-06-12T02:30:55.418Z] 0a19b58d453a: Layer already exists [2025-06-12T02:30:55.418Z] 786f13eee7f8: Layer already exists [2025-06-12T02:30:55.418Z] dd8aa84c1743: Layer already exists [2025-06-12T02:30:55.418Z] d4e30c88fff5: Layer already exists [2025-06-12T02:30:55.418Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:30:55.418Z] 6bd1aa2b99e8: Layer already exists [2025-06-12T02:30:55.418Z] 599029db9254: Layer already exists [2025-06-12T02:30:55.685Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:f690655434bbac4f289476f7211e5663677fe10f16622a00f8c19d47ccc9934d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:30:56.041Z] + 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-12T02:30:56.405Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-06-12T02:30:56.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-12T02:30:56.405Z] 18302a1ea8c7: Preparing [2025-06-12T02:30:56.405Z] 786f13eee7f8: Preparing [2025-06-12T02:30:56.405Z] dd8aa84c1743: Preparing [2025-06-12T02:30:56.405Z] 68321efe01af: Preparing [2025-06-12T02:30:56.405Z] 0a19b58d453a: Preparing [2025-06-12T02:30:56.405Z] 6bd1aa2b99e8: Preparing [2025-06-12T02:30:56.405Z] 599029db9254: Preparing [2025-06-12T02:30:56.405Z] d4e30c88fff5: Preparing [2025-06-12T02:30:56.405Z] dd9c8f8612c8: Preparing [2025-06-12T02:30:56.405Z] 599029db9254: Waiting [2025-06-12T02:30:56.405Z] d4e30c88fff5: Waiting [2025-06-12T02:30:56.405Z] 6bd1aa2b99e8: Waiting [2025-06-12T02:30:56.405Z] dd9c8f8612c8: Waiting [2025-06-12T02:30:56.405Z] 0a19b58d453a: Layer already exists [2025-06-12T02:30:56.405Z] 18302a1ea8c7: Layer already exists [2025-06-12T02:30:56.405Z] 786f13eee7f8: Layer already exists [2025-06-12T02:30:56.405Z] 68321efe01af: Layer already exists [2025-06-12T02:30:56.405Z] 599029db9254: Layer already exists [2025-06-12T02:30:56.405Z] d4e30c88fff5: Layer already exists [2025-06-12T02:30:56.405Z] 6bd1aa2b99e8: Layer already exists [2025-06-12T02:30:56.405Z] dd8aa84c1743: Layer already exists [2025-06-12T02:30:56.405Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:30:56.673Z] main: digest: sha256:f690655434bbac4f289476f7211e5663677fe10f16622a00f8c19d47ccc9934d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T02:30:56.833Z] ===================================================== [Pipeline] echo [2025-06-12T02:30:56.852Z] taggedImages: [2025-06-12T02:30:56.853Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:30:56.853Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-06-12T02:30:56.853Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.23 [2025-06-12T02:30:56.853Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:30:56.853Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-06-12T02:30:56.882Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-06-12T02:30:56.882Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:30:56.882Z] latest [2025-06-12T02:30:56.882Z] 4.1.0-dev.23 [2025-06-12T02:30:56.882Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:30:56.882Z] main [2025-06-12T02:30:56.882Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:30:57.243Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:30:57.594Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:30:57.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-12T02:30:57.595Z] 4587b2f56548: Preparing [2025-06-12T02:30:57.595Z] aca23f5a6ee8: Preparing [2025-06-12T02:30:57.595Z] 68321efe01af: Preparing [2025-06-12T02:30:57.595Z] 0a19b58d453a: Preparing [2025-06-12T02:30:57.595Z] 5137b0665e15: Preparing [2025-06-12T02:30:57.595Z] a375c250a73e: Preparing [2025-06-12T02:30:57.595Z] dd9c8f8612c8: Preparing [2025-06-12T02:30:57.595Z] a375c250a73e: Waiting [2025-06-12T02:30:57.595Z] dd9c8f8612c8: Waiting [2025-06-12T02:30:57.595Z] 0a19b58d453a: Layer already exists [2025-06-12T02:30:57.595Z] 68321efe01af: Layer already exists [2025-06-12T02:30:57.861Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:30:57.861Z] 4587b2f56548: Pushed [2025-06-12T02:30:57.861Z] 5137b0665e15: Pushed [2025-06-12T02:30:58.817Z] a375c250a73e: Pushed [2025-06-12T02:31:05.449Z] aca23f5a6ee8: Pushed [2025-06-12T02:31:05.716Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:6a9ace65407e9d708eb71a9df3c6c05cfc32a54f24c81144926d1c4175e0ed4f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:31:06.084Z] + 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-12T02:31:06.449Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-06-12T02:31:06.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-12T02:31:06.449Z] 4587b2f56548: Preparing [2025-06-12T02:31:06.449Z] aca23f5a6ee8: Preparing [2025-06-12T02:31:06.449Z] 68321efe01af: Preparing [2025-06-12T02:31:06.449Z] 0a19b58d453a: Preparing [2025-06-12T02:31:06.449Z] 5137b0665e15: Preparing [2025-06-12T02:31:06.449Z] a375c250a73e: Preparing [2025-06-12T02:31:06.449Z] dd9c8f8612c8: Preparing [2025-06-12T02:31:06.449Z] a375c250a73e: Waiting [2025-06-12T02:31:06.449Z] dd9c8f8612c8: Waiting [2025-06-12T02:31:06.449Z] aca23f5a6ee8: Layer already exists [2025-06-12T02:31:06.449Z] 68321efe01af: Layer already exists [2025-06-12T02:31:06.449Z] 0a19b58d453a: Layer already exists [2025-06-12T02:31:06.449Z] 5137b0665e15: Layer already exists [2025-06-12T02:31:06.449Z] 4587b2f56548: Layer already exists [2025-06-12T02:31:06.449Z] a375c250a73e: Layer already exists [2025-06-12T02:31:06.449Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:31:06.716Z] latest: digest: sha256:6a9ace65407e9d708eb71a9df3c6c05cfc32a54f24c81144926d1c4175e0ed4f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:31:07.072Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:31:07.428Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.23 [2025-06-12T02:31:07.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-12T02:31:07.428Z] 4587b2f56548: Preparing [2025-06-12T02:31:07.428Z] aca23f5a6ee8: Preparing [2025-06-12T02:31:07.428Z] 68321efe01af: Preparing [2025-06-12T02:31:07.428Z] 0a19b58d453a: Preparing [2025-06-12T02:31:07.428Z] 5137b0665e15: Preparing [2025-06-12T02:31:07.428Z] a375c250a73e: Preparing [2025-06-12T02:31:07.428Z] dd9c8f8612c8: Preparing [2025-06-12T02:31:07.428Z] a375c250a73e: Waiting [2025-06-12T02:31:07.428Z] dd9c8f8612c8: Waiting [2025-06-12T02:31:07.428Z] 4587b2f56548: Layer already exists [2025-06-12T02:31:07.428Z] 0a19b58d453a: Layer already exists [2025-06-12T02:31:07.428Z] aca23f5a6ee8: Layer already exists [2025-06-12T02:31:07.428Z] 68321efe01af: Layer already exists [2025-06-12T02:31:07.428Z] 5137b0665e15: Layer already exists [2025-06-12T02:31:07.428Z] a375c250a73e: Layer already exists [2025-06-12T02:31:07.428Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:31:07.694Z] 4.1.0-dev.23: digest: sha256:6a9ace65407e9d708eb71a9df3c6c05cfc32a54f24c81144926d1c4175e0ed4f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:31:08.040Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:31:08.387Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:31:08.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-12T02:31:08.387Z] 4587b2f56548: Preparing [2025-06-12T02:31:08.387Z] aca23f5a6ee8: Preparing [2025-06-12T02:31:08.387Z] 68321efe01af: Preparing [2025-06-12T02:31:08.387Z] 0a19b58d453a: Preparing [2025-06-12T02:31:08.387Z] 5137b0665e15: Preparing [2025-06-12T02:31:08.387Z] a375c250a73e: Preparing [2025-06-12T02:31:08.387Z] dd9c8f8612c8: Preparing [2025-06-12T02:31:08.387Z] a375c250a73e: Waiting [2025-06-12T02:31:08.387Z] dd9c8f8612c8: Waiting [2025-06-12T02:31:08.387Z] 68321efe01af: Layer already exists [2025-06-12T02:31:08.387Z] 4587b2f56548: Layer already exists [2025-06-12T02:31:08.387Z] aca23f5a6ee8: Layer already exists [2025-06-12T02:31:08.387Z] 0a19b58d453a: Layer already exists [2025-06-12T02:31:08.387Z] 5137b0665e15: Layer already exists [2025-06-12T02:31:08.387Z] a375c250a73e: Layer already exists [2025-06-12T02:31:08.387Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:31:08.652Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:6a9ace65407e9d708eb71a9df3c6c05cfc32a54f24c81144926d1c4175e0ed4f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:31:09.005Z] + 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-12T02:31:09.353Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-06-12T02:31:09.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-12T02:31:09.353Z] 4587b2f56548: Preparing [2025-06-12T02:31:09.353Z] aca23f5a6ee8: Preparing [2025-06-12T02:31:09.353Z] 68321efe01af: Preparing [2025-06-12T02:31:09.353Z] 0a19b58d453a: Preparing [2025-06-12T02:31:09.353Z] 5137b0665e15: Preparing [2025-06-12T02:31:09.353Z] a375c250a73e: Preparing [2025-06-12T02:31:09.353Z] dd9c8f8612c8: Preparing [2025-06-12T02:31:09.353Z] a375c250a73e: Waiting [2025-06-12T02:31:09.353Z] dd9c8f8612c8: Waiting [2025-06-12T02:31:09.353Z] 5137b0665e15: Layer already exists [2025-06-12T02:31:09.353Z] 4587b2f56548: Layer already exists [2025-06-12T02:31:09.353Z] 68321efe01af: Layer already exists [2025-06-12T02:31:09.353Z] 0a19b58d453a: Layer already exists [2025-06-12T02:31:09.353Z] aca23f5a6ee8: Layer already exists [2025-06-12T02:31:09.353Z] a375c250a73e: Layer already exists [2025-06-12T02:31:09.353Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:31:09.617Z] main: digest: sha256:6a9ace65407e9d708eb71a9df3c6c05cfc32a54f24c81144926d1c4175e0ed4f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T02:31:09.702Z] ===================================================== [Pipeline] echo [2025-06-12T02:31:09.722Z] taggedImages: [2025-06-12T02:31:09.722Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:31:09.722Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-06-12T02:31:09.722Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.23 [2025-06-12T02:31:09.722Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:31:09.722Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-06-12T02:31:09.749Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-06-12T02:31:09.749Z] 45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:31:09.749Z] latest [2025-06-12T02:31:09.749Z] 4.1.0-dev.23 [2025-06-12T02:31:09.749Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:31:09.749Z] main [2025-06-12T02:31:09.749Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:31:10.117Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:31:10.471Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:31:10.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-12T02:31:10.471Z] abaaeda06702: Preparing [2025-06-12T02:31:10.471Z] 8a86212d378d: Preparing [2025-06-12T02:31:10.471Z] 68321efe01af: Preparing [2025-06-12T02:31:10.471Z] 0a19b58d453a: Preparing [2025-06-12T02:31:10.471Z] 8f8abd32f714: Preparing [2025-06-12T02:31:10.471Z] 33775a2fadb3: Preparing [2025-06-12T02:31:10.471Z] dd9c8f8612c8: Preparing [2025-06-12T02:31:10.471Z] 33775a2fadb3: Waiting [2025-06-12T02:31:10.471Z] dd9c8f8612c8: Waiting [2025-06-12T02:31:10.471Z] 0a19b58d453a: Layer already exists [2025-06-12T02:31:10.736Z] 68321efe01af: Layer already exists [2025-06-12T02:31:10.736Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:31:10.736Z] 8f8abd32f714: Pushed [2025-06-12T02:31:10.736Z] abaaeda06702: Pushed [2025-06-12T02:31:11.314Z] 33775a2fadb3: Pushed [2025-06-12T02:31:19.504Z] 8a86212d378d: Pushed [2025-06-12T02:31:19.504Z] 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:4949e263ec67516f92c98b97a6d18cad23a928ace8eab866200937700b66d8b3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:31:19.866Z] + 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-12T02:31:20.222Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-06-12T02:31:20.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-12T02:31:20.223Z] abaaeda06702: Preparing [2025-06-12T02:31:20.223Z] 8a86212d378d: Preparing [2025-06-12T02:31:20.223Z] 68321efe01af: Preparing [2025-06-12T02:31:20.223Z] 0a19b58d453a: Preparing [2025-06-12T02:31:20.223Z] 8f8abd32f714: Preparing [2025-06-12T02:31:20.223Z] 33775a2fadb3: Preparing [2025-06-12T02:31:20.223Z] dd9c8f8612c8: Preparing [2025-06-12T02:31:20.223Z] 33775a2fadb3: Waiting [2025-06-12T02:31:20.223Z] dd9c8f8612c8: Waiting [2025-06-12T02:31:20.223Z] 8f8abd32f714: Layer already exists [2025-06-12T02:31:20.223Z] 0a19b58d453a: Layer already exists [2025-06-12T02:31:20.223Z] abaaeda06702: Layer already exists [2025-06-12T02:31:20.223Z] 68321efe01af: Layer already exists [2025-06-12T02:31:20.223Z] 8a86212d378d: Layer already exists [2025-06-12T02:31:20.223Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:31:20.223Z] 33775a2fadb3: Layer already exists [2025-06-12T02:31:20.488Z] latest: digest: sha256:4949e263ec67516f92c98b97a6d18cad23a928ace8eab866200937700b66d8b3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:31:20.844Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:31:21.197Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.23 [2025-06-12T02:31:21.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-12T02:31:21.197Z] abaaeda06702: Preparing [2025-06-12T02:31:21.197Z] 8a86212d378d: Preparing [2025-06-12T02:31:21.197Z] 68321efe01af: Preparing [2025-06-12T02:31:21.197Z] 0a19b58d453a: Preparing [2025-06-12T02:31:21.197Z] 8f8abd32f714: Preparing [2025-06-12T02:31:21.197Z] 33775a2fadb3: Preparing [2025-06-12T02:31:21.197Z] dd9c8f8612c8: Preparing [2025-06-12T02:31:21.197Z] 33775a2fadb3: Waiting [2025-06-12T02:31:21.197Z] dd9c8f8612c8: Waiting [2025-06-12T02:31:21.197Z] 68321efe01af: Layer already exists [2025-06-12T02:31:21.197Z] 8a86212d378d: Layer already exists [2025-06-12T02:31:21.197Z] 8f8abd32f714: Layer already exists [2025-06-12T02:31:21.197Z] abaaeda06702: Layer already exists [2025-06-12T02:31:21.197Z] 0a19b58d453a: Layer already exists [2025-06-12T02:31:21.197Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:31:21.197Z] 33775a2fadb3: Layer already exists [2025-06-12T02:31:21.197Z] 4.1.0-dev.23: digest: sha256:4949e263ec67516f92c98b97a6d18cad23a928ace8eab866200937700b66d8b3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:31:21.811Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:31:22.163Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:31:22.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-12T02:31:22.163Z] abaaeda06702: Preparing [2025-06-12T02:31:22.163Z] 8a86212d378d: Preparing [2025-06-12T02:31:22.163Z] 68321efe01af: Preparing [2025-06-12T02:31:22.163Z] 0a19b58d453a: Preparing [2025-06-12T02:31:22.163Z] 8f8abd32f714: Preparing [2025-06-12T02:31:22.163Z] 33775a2fadb3: Preparing [2025-06-12T02:31:22.163Z] dd9c8f8612c8: Preparing [2025-06-12T02:31:22.163Z] dd9c8f8612c8: Waiting [2025-06-12T02:31:22.163Z] 33775a2fadb3: Waiting [2025-06-12T02:31:22.163Z] 68321efe01af: Layer already exists [2025-06-12T02:31:22.163Z] 8a86212d378d: Layer already exists [2025-06-12T02:31:22.163Z] abaaeda06702: Layer already exists [2025-06-12T02:31:22.163Z] 0a19b58d453a: Layer already exists [2025-06-12T02:31:22.163Z] 8f8abd32f714: Layer already exists [2025-06-12T02:31:22.163Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:31:22.163Z] 33775a2fadb3: Layer already exists [2025-06-12T02:31:22.427Z] 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:4949e263ec67516f92c98b97a6d18cad23a928ace8eab866200937700b66d8b3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:31:22.786Z] + 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-12T02:31:23.143Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-06-12T02:31:23.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-12T02:31:23.143Z] abaaeda06702: Preparing [2025-06-12T02:31:23.143Z] 8a86212d378d: Preparing [2025-06-12T02:31:23.143Z] 68321efe01af: Preparing [2025-06-12T02:31:23.143Z] 0a19b58d453a: Preparing [2025-06-12T02:31:23.143Z] 8f8abd32f714: Preparing [2025-06-12T02:31:23.143Z] 33775a2fadb3: Preparing [2025-06-12T02:31:23.143Z] dd9c8f8612c8: Preparing [2025-06-12T02:31:23.143Z] 33775a2fadb3: Waiting [2025-06-12T02:31:23.143Z] dd9c8f8612c8: Waiting [2025-06-12T02:31:23.143Z] abaaeda06702: Layer already exists [2025-06-12T02:31:23.143Z] 0a19b58d453a: Layer already exists [2025-06-12T02:31:23.143Z] 68321efe01af: Layer already exists [2025-06-12T02:31:23.143Z] 8a86212d378d: Layer already exists [2025-06-12T02:31:23.143Z] 8f8abd32f714: Layer already exists [2025-06-12T02:31:23.143Z] 33775a2fadb3: Layer already exists [2025-06-12T02:31:23.143Z] dd9c8f8612c8: Layer already exists [2025-06-12T02:31:23.406Z] main: digest: sha256:4949e263ec67516f92c98b97a6d18cad23a928ace8eab866200937700b66d8b3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-12T02:31:23.488Z] ===================================================== [Pipeline] echo [2025-06-12T02:31:23.504Z] taggedImages: [2025-06-12T02:31:23.504Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [2025-06-12T02:31:23.504Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-06-12T02:31:23.504Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.23 [2025-06-12T02:31:23.504Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [2025-06-12T02:31:23.504Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-06-12T02:31:23.521Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo [2025-06-12T02:31:23.534Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-06-12T02:31:23.550Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:23.566Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:23.580Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-06-12T02:31:23.597Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo [2025-06-12T02:31:23.615Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-06-12T02:31:23.625Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:23.640Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:23.650Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-06-12T02:31:23.661Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo [2025-06-12T02:31:23.672Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-06-12T02:31:23.683Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:23.694Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:23.707Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-06-12T02:31:23.719Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo [2025-06-12T02:31:23.730Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-06-12T02:31:23.747Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:23.760Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:23.775Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-06-12T02:31:23.787Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo [2025-06-12T02:31:23.803Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-06-12T02:31:23.819Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:23.828Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:23.839Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-06-12T02:31:23.854Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo [2025-06-12T02:31:23.866Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-06-12T02:31:23.882Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:23.896Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:23.908Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-06-12T02:31:23.919Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo [2025-06-12T02:31:23.934Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-06-12T02:31:23.946Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:23.957Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:23.968Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-06-12T02:31:23.980Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo [2025-06-12T02:31:23.993Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-06-12T02:31:24.008Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:24.023Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:24.038Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-06-12T02:31:24.049Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo [2025-06-12T02:31:24.065Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-06-12T02:31:24.080Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:24.095Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:24.109Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-06-12T02:31:24.122Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo [2025-06-12T02:31:24.136Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-06-12T02:31:24.148Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:24.160Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:24.173Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-06-12T02:31:24.186Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo [2025-06-12T02:31:24.198Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-06-12T02:31:24.211Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:24.222Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:24.233Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-06-12T02:31:24.244Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo [2025-06-12T02:31:24.255Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-06-12T02:31:24.265Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:24.281Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:24.292Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-06-12T02:31:24.303Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo [2025-06-12T02:31:24.314Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-06-12T02:31:24.328Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:24.339Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:24.354Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-06-12T02:31:24.366Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo [2025-06-12T02:31:24.383Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-06-12T02:31:24.397Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:24.407Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:24.420Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-06-12T02:31:24.432Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo [2025-06-12T02:31:24.449Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-06-12T02:31:24.464Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:24.475Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:31:24.487Z] 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-12T02:31:24.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-12T02:31:24.877Z] [2025-06-12T02:31:24.877Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:31:25.205Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-12T02:31:25.472Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-12T02:31:25.472Z] 8998bd30e6a1: Pulling fs layer [2025-06-12T02:31:25.472Z] 04944245beec: Pulling fs layer [2025-06-12T02:31:25.472Z] 699f458cf7ca: Pulling fs layer [2025-06-12T02:31:25.472Z] 765212b225bb: Pulling fs layer [2025-06-12T02:31:25.472Z] f23df028b6ca: Pulling fs layer [2025-06-12T02:31:25.472Z] d65c8cfc05b1: Pulling fs layer [2025-06-12T02:31:25.472Z] 2437ff75d9bd: Pulling fs layer [2025-06-12T02:31:25.472Z] 765212b225bb: Waiting [2025-06-12T02:31:25.472Z] f23df028b6ca: Waiting [2025-06-12T02:31:25.472Z] d65c8cfc05b1: Waiting [2025-06-12T02:31:25.472Z] 2437ff75d9bd: Waiting [2025-06-12T02:31:25.472Z] 04944245beec: Verifying Checksum [2025-06-12T02:31:25.472Z] 04944245beec: Download complete [2025-06-12T02:31:25.472Z] 765212b225bb: Verifying Checksum [2025-06-12T02:31:25.472Z] 765212b225bb: Download complete [2025-06-12T02:31:25.472Z] f23df028b6ca: Download complete [2025-06-12T02:31:25.472Z] d65c8cfc05b1: Verifying Checksum [2025-06-12T02:31:25.472Z] d65c8cfc05b1: Download complete [2025-06-12T02:31:25.739Z] 699f458cf7ca: Verifying Checksum [2025-06-12T02:31:25.739Z] 699f458cf7ca: Download complete [2025-06-12T02:31:26.005Z] 8998bd30e6a1: Verifying Checksum [2025-06-12T02:31:26.005Z] 8998bd30e6a1: Download complete [2025-06-12T02:31:28.582Z] 2437ff75d9bd: Verifying Checksum [2025-06-12T02:31:28.582Z] 2437ff75d9bd: Download complete [2025-06-12T02:31:30.519Z] 8998bd30e6a1: Pull complete [2025-06-12T02:31:31.099Z] 04944245beec: Pull complete [2025-06-12T02:31:33.038Z] 699f458cf7ca: Pull complete [2025-06-12T02:31:33.038Z] 765212b225bb: Pull complete [2025-06-12T02:31:33.995Z] f23df028b6ca: Pull complete [2025-06-12T02:31:34.575Z] d65c8cfc05b1: Pull complete [2025-06-12T02:31:52.772Z] 2437ff75d9bd: Pull complete [2025-06-12T02:31:52.772Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-12T02:31:52.772Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-12T02:31:52.772Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T02:31:52.977Z] prd-ubuntu20.04-docker-arm64-4c-16g-3171 does not seem to be running inside a container [2025-06-12T02:31:53.031Z] $ 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/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@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-12T02:31:55.949Z] $ docker top 4f19dce37c7d75977c383407cc57c20e4841a38a7c3a2beeaf2fe0801b6aa84c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-12T02:31:56.890Z] ---> job-cost.sh [2025-06-12T02:31:56.890Z] lf-activate-venv: SKIPPING [2025-06-12T02:31:56.890Z] INFO: No Stack... [2025-06-12T02:31:57.470Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-12T02:31:58.053Z] INFO: Archiving Costs [Pipeline] sh [2025-06-12T02:31:58.689Z] + cat /w/workspace/edgex-go/852/archives/cost.csv [2025-06-12T02:31:58.689Z] + cut -d, -f6 [Pipeline] lock [2025-06-12T02:31:58.733Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-852-stack-cost] [2025-06-12T02:31:58.739Z] Resource [jenkins-edgexfoundry-edgex-go-main-852-stack-cost] did not exist. Created. [2025-06-12T02:31:58.744Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-852-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-12T02:31:59.402Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-06-12T02:32:00.162Z] Stashed 1 file(s) [Pipeline] } [2025-06-12T02:32:00.176Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-852-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-12T02:32:00.200Z] $ docker stop --time=1 4f19dce37c7d75977c383407cc57c20e4841a38a7c3a2beeaf2fe0801b6aa84c [2025-06-12T02:32:01.794Z] $ docker rm -f --volumes 4f19dce37c7d75977c383407cc57c20e4841a38a7c3a2beeaf2fe0801b6aa84c [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-12T02:32:02.412Z] provisioning config files... [2025-06-12T02:32:02.424Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/852@tmp/config10458904075800086558tmp [Pipeline] { [Pipeline] sh [2025-06-12T02:32:02.730Z] + set +x [2025-06-12T02:32:02.731Z] + bash -s -- [2025-06-12T02:32:02.731Z] + curl -s https://codecov.io/bash [2025-06-12T02:32:02.731Z] [2025-06-12T02:32:02.731Z] _____ _ [2025-06-12T02:32:02.731Z] / ____| | | [2025-06-12T02:32:02.731Z] | | ___ __| | ___ ___ _____ __ [2025-06-12T02:32:02.731Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-06-12T02:32:02.731Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-06-12T02:32:02.731Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-06-12T02:32:02.731Z] Bash-1.0.6 [2025-06-12T02:32:02.731Z] [2025-06-12T02:32:02.731Z] [2025-06-12T02:32:02.731Z] ==> git version 2.25.1 found [2025-06-12T02:32:02.731Z] ==> 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-12T02:32:02.731Z] Release-Date: 2020-01-08 [2025-06-12T02:32:02.731Z] 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-12T02:32:02.731Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-06-12T02:32:02.731Z] ==> Jenkins CI detected. [2025-06-12T02:32:02.990Z] current dir:  /w/workspace/edgex-go/852 [2025-06-12T02:32:02.990Z] project root: . [2025-06-12T02:32:02.990Z] --> token set from env [2025-06-12T02:32:02.990Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-06-12T02:32:02.990Z] ==> Running gcov in . (disable via -X gcov) [2025-06-12T02:32:02.990Z] ==> Python coveragepy not found [2025-06-12T02:32:02.990Z] ==> Searching for coverage reports in: [2025-06-12T02:32:02.990Z] + . [2025-06-12T02:32:02.990Z] -> Found 1 reports [2025-06-12T02:32:02.990Z] ==> Detecting git/mercurial file structure [2025-06-12T02:32:02.990Z] ==> Reading reports [2025-06-12T02:32:02.990Z] + ./coverage.out bytes=1662281 [2025-06-12T02:32:02.990Z] ==> Appending adjustments [2025-06-12T02:32:02.990Z] https://docs.codecov.io/docs/fixing-reports [2025-06-12T02:32:04.379Z] + Found adjustments [2025-06-12T02:32:04.379Z] ==> Gzipping contents [2025-06-12T02:32:04.379Z] 140K /tmp/codecov.qqNmVv.gz [2025-06-12T02:32:04.379Z] ==> Uploading reports [2025-06-12T02:32:04.379Z] url: https://codecov.io [2025-06-12T02:32:04.379Z] query: branch=main&commit=45e419daa151ee63a4257541cf143636bce1c2b4&build=852&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F852%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-12T02:32:04.379Z] -> Pinging Codecov [2025-06-12T02:32:04.379Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=45e419daa151ee63a4257541cf143636bce1c2b4&build=852&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F852%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-12T02:32:04.947Z] -> Uploading to [2025-06-12T02:32:04.947Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/45e419daa151ee63a4257541cf143636bce1c2b4/c68e3e53-3033-4520-b977-cef7c7e988c4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250612%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250612T023204Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=881645554a6689769a50fc513152be1f0aa506c75e87ff180ae17a2a83cdc227 [2025-06-12T02:32:04.947Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-12T02:32:04.947Z] Dload Upload Total Spent Left Speed [2025-06-12T02:32:04.947Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 653k --:--:-- --:--:-- --:--:-- 653k [2025-06-12T02:32:04.947Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [2025-06-12T02:32:04.953Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-06-12T02:32:05.210Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-06-12T02:32:05.231Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:32:05.543Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-12T02:32:05.543Z] [2025-06-12T02:32:05.543Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:32:05.838Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-12T02:32:05.839Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-06-12T02:32:05.839Z] 43c4264eed91: Pulling fs layer [2025-06-12T02:32:05.839Z] 4cc291be95ef: Pulling fs layer [2025-06-12T02:32:05.839Z] 2ac1f1163629: Pulling fs layer [2025-06-12T02:32:05.839Z] 5c3c966382ef: Pulling fs layer [2025-06-12T02:32:05.839Z] 4f4fb700ef54: Pulling fs layer [2025-06-12T02:32:05.839Z] d9c7d2e4e75e: Pulling fs layer [2025-06-12T02:32:05.839Z] 9c3e1370e548: Pulling fs layer [2025-06-12T02:32:05.839Z] 4f4fb700ef54: Waiting [2025-06-12T02:32:05.839Z] 5c3c966382ef: Waiting [2025-06-12T02:32:05.839Z] d9c7d2e4e75e: Waiting [2025-06-12T02:32:05.839Z] 9c3e1370e548: Waiting [2025-06-12T02:32:05.839Z] 4cc291be95ef: Verifying Checksum [2025-06-12T02:32:05.839Z] 4cc291be95ef: Download complete [2025-06-12T02:32:05.839Z] 5c3c966382ef: Verifying Checksum [2025-06-12T02:32:05.839Z] 5c3c966382ef: Download complete [2025-06-12T02:32:05.839Z] 4f4fb700ef54: Download complete [2025-06-12T02:32:05.839Z] 43c4264eed91: Download complete [2025-06-12T02:32:06.096Z] 43c4264eed91: Pull complete [2025-06-12T02:32:06.096Z] d9c7d2e4e75e: Verifying Checksum [2025-06-12T02:32:06.096Z] d9c7d2e4e75e: Download complete [2025-06-12T02:32:06.096Z] 4cc291be95ef: Pull complete [2025-06-12T02:32:06.355Z] 2ac1f1163629: Verifying Checksum [2025-06-12T02:32:06.355Z] 2ac1f1163629: Download complete [2025-06-12T02:32:06.918Z] 9c3e1370e548: Verifying Checksum [2025-06-12T02:32:06.918Z] 9c3e1370e548: Download complete [2025-06-12T02:32:09.441Z] 2ac1f1163629: Pull complete [2025-06-12T02:32:09.441Z] 5c3c966382ef: Pull complete [2025-06-12T02:32:09.441Z] 4f4fb700ef54: Pull complete [2025-06-12T02:32:09.698Z] d9c7d2e4e75e: Pull complete [2025-06-12T02:32:12.982Z] 9c3e1370e548: Pull complete [2025-06-12T02:32:12.982Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-06-12T02:32:12.982Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-12T02:32:12.982Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T02:32:13.082Z] prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container [2025-06-12T02:32:13.122Z] $ 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/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@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-12T02:32:16.190Z] $ docker top 52594666ef8e607db0e52169d45daa987a216b728054c47c7c474c9e6141b55a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-12T02:32:16.531Z] + git config --global --add safe.directory /w/workspace/edgex-go/852 [Pipeline] echo [2025-06-12T02:32:16.544Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-06-12T02:32:16.824Z] + set -o pipefail [2025-06-12T02:32:16.824Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-06-12T02:32:29.044Z] [2025-06-12T02:32:29.044Z] Monitoring /w/workspace/edgex-go/852 (github.com/edgexfoundry/edgex-go)... [2025-06-12T02:32:29.044Z] [2025-06-12T02:32:29.044Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/16fc5369-49b4-49de-86d5-01d33f27cf66 [2025-06-12T02:32:29.044Z] [2025-06-12T02:32:29.044Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-06-12T02:32:29.044Z] [2025-06-12T02:32:29.044Z] [2025-06-12T02:32:29.044Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-06-12T02:32:29.044Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-06-12T02:32:29.062Z] $ docker stop --time=1 52594666ef8e607db0e52169d45daa987a216b728054c47c7c474c9e6141b55a [2025-06-12T02:32:31.861Z] $ docker rm -f --volumes 52594666ef8e607db0e52169d45daa987a216b728054c47c7c474c9e6141b55a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-06-12T02:32:32.347Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-12T02:32:32.375Z] provisioning config files... [2025-06-12T02:32:32.384Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/852@tmp/config2248761756219687655tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-12T02:32:32.678Z] --> edgex-publish-swagger.sh [2025-06-12T02:32:32.678Z] === Publish openapi API === [2025-06-12T02:32:32.678Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-06-12T02:32:32.678Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/852/openapi/core-command.yaml] [2025-06-12T02:32:32.678Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-12T02:32:32.678Z] Dload Upload Total Spent Left Speed [2025-06-12T02:32:32.937Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32848 100 66 100 32782 214 104k --:--:-- --:--:-- --:--:-- 104k [2025-06-12T02:32:32.937Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-12T02:32:32.937Z] [2025-06-12T02:32:32.937Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/852/openapi/core-data.yaml] [2025-06-12T02:32:32.937Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-12T02:32:32.937Z] Dload Upload Total Spent Left Speed [2025-06-12T02:32:33.196Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 300 314k --:--:-- --:--:-- --:--:-- 316k [2025-06-12T02:32:33.196Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-12T02:32:33.196Z] [2025-06-12T02:32:33.196Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/852/openapi/core-keeper.yaml] [2025-06-12T02:32:33.196Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-12T02:32:33.196Z] Dload Upload Total Spent Left Speed [2025-06-12T02:32:33.196Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 395 176k --:--:-- --:--:-- --:--:-- 177k [2025-06-12T02:32:33.196Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-12T02:32:33.196Z] [2025-06-12T02:32:33.196Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/852/openapi/core-metadata.yaml] [2025-06-12T02:32:33.196Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-12T02:32:33.196Z] Dload Upload Total Spent Left Speed [2025-06-12T02:32:33.513Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 0 0 100 156k 0 772k --:--:-- --:--:-- --:--:-- 768k 100 156k 100 66 100 156k 276 656k --:--:-- --:--:-- --:--:-- 653k [2025-06-12T02:32:33.513Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-12T02:32:33.513Z] [2025-06-12T02:32:33.513Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/852/openapi/security-proxy-auth.yaml] [2025-06-12T02:32:33.513Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-12T02:32:33.513Z] Dload Upload Total Spent Left Speed [2025-06-12T02:32:33.790Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 464 168k --:--:-- --:--:-- --:--:-- 168k [2025-06-12T02:32:33.790Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-12T02:32:33.790Z] [2025-06-12T02:32:33.790Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/852/openapi/security-secretstore-setup.yaml] [2025-06-12T02:32:33.790Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-12T02:32:33.790Z] Dload Upload Total Spent Left Speed [2025-06-12T02:32:33.790Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 442 26261 --:--:-- --:--:-- --:--:-- 26885 [2025-06-12T02:32:33.790Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-12T02:32:33.790Z] [2025-06-12T02:32:33.791Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/852/openapi/support-notifications.yaml] [2025-06-12T02:32:33.791Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-12T02:32:33.791Z] Dload Upload Total Spent Left Speed [2025-06-12T02:32:34.054Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 251 372k --:--:-- --:--:-- --:--:-- 372k [2025-06-12T02:32:34.054Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-12T02:32:34.054Z] [2025-06-12T02:32:34.054Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/852/openapi/support-scheduler.yaml] [2025-06-12T02:32:34.054Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-12T02:32:34.054Z] Dload Upload Total Spent Left Speed [2025-06-12T02:32:34.346Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 492 369k --:--:-- --:--:-- --:--:-- 369k [2025-06-12T02:32:34.346Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-12T02:32:34.346Z] [Pipeline] } [2025-06-12T02:32:34.353Z] 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-12T02:32:34.838Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-12T02:32:34.838Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:32:35.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-12T02:32:35.154Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T02:32:35.240Z] prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container [2025-06-12T02:32:35.277Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@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-12T02:32:35.654Z] $ docker top fa8cd99bddc21af9ada01ee646475e7b64f548d80f81e273e5778b60cd81b1dc -eo pid,comm [2025-06-12T02:32:35.696Z] 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-12T02:32:35.696Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-12T02:32:35.755Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-12T02:32:35.756Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-12T02:32:35.857Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-12T02:32:35.867Z] $ docker exec fa8cd99bddc21af9ada01ee646475e7b64f548d80f81e273e5778b60cd81b1dc ssh-agent [2025-06-12T02:32:35.967Z] SSH_AUTH_SOCK=/tmp/ssh-0ctgjut84u8c/agent.32 [2025-06-12T02:32:35.967Z] SSH_AGENT_PID=38 [2025-06-12T02:32:35.971Z] Running ssh-add (command line suppressed) [2025-06-12T02:32:36.083Z] Identity added: /w/workspace/edgex-go/852@tmp/private_key_17422422237104170732.key (/w/workspace/edgex-go/852@tmp/private_key_17422422237104170732.key) [2025-06-12T02:32:36.089Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-12T02:32:36.381Z] + git semver tag [2025-06-12T02:32:36.642Z] 2025-06-12 02:32:36,618 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-12T02:32:36.642Z] 2025-06-12 02:32:36,622 [run_tag] DEBUG tag force:False [2025-06-12T02:32:36.642Z] 2025-06-12 02:32:36,622 [check_head_tag] DEBUG check head tag [2025-06-12T02:32:36.642Z] 2025-06-12 02:32:36,623 [execute] INFO git cat-file --batch-check [2025-06-12T02:32:36.642Z] 2025-06-12 02:32:36,623 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/852, stdin=, shell=False, universal_newlines=False) [2025-06-12T02:32:36.642Z] 2025-06-12 02:32:36,625 [execute] INFO git cat-file --batch [2025-06-12T02:32:36.642Z] 2025-06-12 02:32:36,625 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/852, stdin=, shell=False, universal_newlines=False) [2025-06-12T02:32:36.642Z] 2025-06-12 02:32:36,645 [read_version] DEBUG read version from /w/workspace/edgex-go/852/.semver/main [2025-06-12T02:32:36.642Z] 2025-06-12 02:32:36,646 [execute] INFO git tag -a v4.1.0-dev.23 -m v4.1.0-dev.23 [2025-06-12T02:32:36.642Z] 2025-06-12 02:32:36,646 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.23', '-m', 'v4.1.0-dev.23'], cwd=/w/workspace/edgex-go/852, stdin=None, shell=False, universal_newlines=False) [2025-06-12T02:32:36.642Z] 2025-06-12 02:32:36,649 [read_version] DEBUG read version from /w/workspace/edgex-go/852/.semver/main [2025-06-12T02:32:36.642Z] 4.1.0-dev.23 [Pipeline] } [2025-06-12T02:32:36.920Z] $ docker exec --env ******** --env ******** fa8cd99bddc21af9ada01ee646475e7b64f548d80f81e273e5778b60cd81b1dc ssh-agent -k [2025-06-12T02:32:37.029Z] unset SSH_AUTH_SOCK; [2025-06-12T02:32:37.029Z] unset SSH_AGENT_PID; [2025-06-12T02:32:37.029Z] echo Agent pid 38 killed; [2025-06-12T02:32:37.033Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-12T02:32:37.354Z] + git semver [Pipeline] } [2025-06-12T02:32:37.942Z] $ docker stop --time=1 fa8cd99bddc21af9ada01ee646475e7b64f548d80f81e273e5778b60cd81b1dc [2025-06-12T02:32:39.206Z] $ docker rm -f --volumes fa8cd99bddc21af9ada01ee646475e7b64f548d80f81e273e5778b60cd81b1dc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:32:39.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-12T02:32:39.621Z] [2025-06-12T02:32:39.621Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:32:39.924Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-12T02:32:39.924Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-06-12T02:32:39.924Z] ab5ef0e58194: Pulling fs layer [2025-06-12T02:32:39.924Z] 9712f1f96733: Pulling fs layer [2025-06-12T02:32:39.924Z] 63f879dbbcfc: Pulling fs layer [2025-06-12T02:32:39.924Z] 0d9ebad4ef96: Pulling fs layer [2025-06-12T02:32:39.924Z] e9a5061849ea: Pulling fs layer [2025-06-12T02:32:39.924Z] d747dcd14b5f: Pulling fs layer [2025-06-12T02:32:39.924Z] 2de7ff778b66: Pulling fs layer [2025-06-12T02:32:39.924Z] 2de7ff778b66: Waiting [2025-06-12T02:32:39.924Z] e9a5061849ea: Waiting [2025-06-12T02:32:39.924Z] d747dcd14b5f: Waiting [2025-06-12T02:32:39.924Z] 0d9ebad4ef96: Waiting [2025-06-12T02:32:39.924Z] 9712f1f96733: Verifying Checksum [2025-06-12T02:32:39.924Z] 9712f1f96733: Download complete [2025-06-12T02:32:40.493Z] 63f879dbbcfc: Verifying Checksum [2025-06-12T02:32:40.493Z] 63f879dbbcfc: Download complete [2025-06-12T02:32:40.493Z] e9a5061849ea: Verifying Checksum [2025-06-12T02:32:40.493Z] e9a5061849ea: Download complete [2025-06-12T02:32:40.493Z] d747dcd14b5f: Verifying Checksum [2025-06-12T02:32:40.493Z] d747dcd14b5f: Download complete [2025-06-12T02:32:40.493Z] 0d9ebad4ef96: Verifying Checksum [2025-06-12T02:32:40.493Z] 0d9ebad4ef96: Download complete [2025-06-12T02:32:40.493Z] 2de7ff778b66: Verifying Checksum [2025-06-12T02:32:40.493Z] 2de7ff778b66: Download complete [2025-06-12T02:32:40.752Z] ab5ef0e58194: Verifying Checksum [2025-06-12T02:32:40.752Z] ab5ef0e58194: Download complete [2025-06-12T02:32:43.283Z] ab5ef0e58194: Pull complete [2025-06-12T02:32:43.283Z] 9712f1f96733: Pull complete [2025-06-12T02:32:43.852Z] 63f879dbbcfc: Pull complete [2025-06-12T02:32:47.135Z] 0d9ebad4ef96: Pull complete [2025-06-12T02:32:47.393Z] e9a5061849ea: Pull complete [2025-06-12T02:32:47.393Z] d747dcd14b5f: Pull complete [2025-06-12T02:32:48.324Z] 2de7ff778b66: Pull complete [2025-06-12T02:32:48.324Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-06-12T02:32:48.324Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-12T02:32:48.324Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T02:32:48.436Z] prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container [2025-06-12T02:32:48.472Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@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-12T02:32:51.555Z] $ docker top 12100fda7b66b1767f808a69516c8a5106eeb0430b3bc588b978b4c1153e9407 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-06-12T02:32:51.636Z] provisioning config files... [2025-06-12T02:32:51.644Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/852@tmp/config667095250204843063tmp [2025-06-12T02:32:51.653Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/852@tmp/config5084853436222672130tmp [2025-06-12T02:32:51.661Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/852@tmp/config8361763180188403209tmp [Pipeline] { [Pipeline] echo [2025-06-12T02:32:51.689Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T02:32:51.975Z] ---> sigul-configuration.sh [2025-06-12T02:32:51.975Z] gpg: directory `/root/.gnupg' created [2025-06-12T02:32:51.975Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-06-12T02:32:51.975Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-06-12T02:32:51.975Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-06-12T02:32:51.975Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-06-12T02:32:51.975Z] gpg: CAST5 encrypted data [2025-06-12T02:32:51.975Z] gpg: encrypted with 1 passphrase [2025-06-12T02:32:51.975Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-06-12T02:32:52.268Z] + mkdir /home/jenkins [2025-06-12T02:32:52.268Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-06-12T02:32:52.563Z] + 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-12T02:32:52.577Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T02:32:52.869Z] ---> sigul-install.sh [2025-06-12T02:32:52.869Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-06-12T02:32:53.159Z] + git tag --list [2025-06-12T02:32:53.159Z] 0.6.0 [2025-06-12T02:32:53.159Z] 0.6.1 [2025-06-12T02:32:53.159Z] 0.7.0 [2025-06-12T02:32:53.159Z] 0.7.1 [2025-06-12T02:32:53.159Z] v1.0.0 [2025-06-12T02:32:53.159Z] v1.0.1 [2025-06-12T02:32:53.159Z] v1.1.0 [2025-06-12T02:32:53.159Z] v1.2.0 [2025-06-12T02:32:53.159Z] v1.2.1 [2025-06-12T02:32:53.159Z] v1.3.0 [2025-06-12T02:32:53.159Z] v1.3.1 [2025-06-12T02:32:53.159Z] v2.0.0 [2025-06-12T02:32:53.159Z] v2.1.0 [2025-06-12T02:32:53.159Z] v2.1.1 [2025-06-12T02:32:53.159Z] v2.2.0 [2025-06-12T02:32:53.159Z] v2.3.0 [2025-06-12T02:32:53.159Z] v3.0 [2025-06-12T02:32:53.159Z] v3.0.0 [2025-06-12T02:32:53.159Z] v3.1 [2025-06-12T02:32:53.159Z] v3.1.0 [2025-06-12T02:32:53.159Z] v3.1.1 [2025-06-12T02:32:53.159Z] v4.0 [2025-06-12T02:32:53.159Z] v4.0.0 [2025-06-12T02:32:53.159Z] v4.0.1 [2025-06-12T02:32:53.159Z] v4.1.0-dev.1 [2025-06-12T02:32:53.159Z] v4.1.0-dev.10 [2025-06-12T02:32:53.159Z] v4.1.0-dev.11 [2025-06-12T02:32:53.159Z] v4.1.0-dev.12 [2025-06-12T02:32:53.159Z] v4.1.0-dev.13 [2025-06-12T02:32:53.159Z] v4.1.0-dev.14 [2025-06-12T02:32:53.159Z] v4.1.0-dev.15 [2025-06-12T02:32:53.159Z] v4.1.0-dev.16 [2025-06-12T02:32:53.159Z] v4.1.0-dev.17 [2025-06-12T02:32:53.159Z] v4.1.0-dev.18 [2025-06-12T02:32:53.159Z] v4.1.0-dev.19 [2025-06-12T02:32:53.159Z] v4.1.0-dev.2 [2025-06-12T02:32:53.159Z] v4.1.0-dev.20 [2025-06-12T02:32:53.159Z] v4.1.0-dev.21 [2025-06-12T02:32:53.159Z] v4.1.0-dev.22 [2025-06-12T02:32:53.159Z] v4.1.0-dev.23 [2025-06-12T02:32:53.159Z] v4.1.0-dev.3 [2025-06-12T02:32:53.159Z] v4.1.0-dev.4 [2025-06-12T02:32:53.159Z] v4.1.0-dev.5 [2025-06-12T02:32:53.159Z] v4.1.0-dev.6 [2025-06-12T02:32:53.159Z] v4.1.0-dev.7 [2025-06-12T02:32:53.159Z] v4.1.0-dev.8 [2025-06-12T02:32:53.159Z] v4.1.0-dev.9 [Pipeline] sh [2025-06-12T02:32:53.450Z] + lftools sign git-tag v4.1.0-dev.23 [2025-06-12T02:32:54.017Z] Signing Git tag with Sigul... [2025-06-12T02:32:54.017Z] Signing v4.1.0-dev.23 [Pipeline] echo [2025-06-12T02:32:54.596Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T02:32:54.888Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-06-12T02:32:54.895Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-06-12T02:32:54.932Z] $ docker stop --time=1 12100fda7b66b1767f808a69516c8a5106eeb0430b3bc588b978b4c1153e9407 [2025-06-12T02:32:56.206Z] $ docker rm -f --volumes 12100fda7b66b1767f808a69516c8a5106eeb0430b3bc588b978b4c1153e9407 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-06-12T02:32:56.648Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-12T02:32:56.648Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:32:56.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-12T02:32:56.951Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T02:32:57.038Z] prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container [2025-06-12T02:32:57.072Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@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-12T02:32:57.426Z] $ docker top 8d43af26e4458422b14a49bc3e57f75e05dee0fb5ae5b58f3980b7b35cb55060 -eo pid,comm [2025-06-12T02:32:57.466Z] 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-12T02:32:57.466Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-12T02:32:57.528Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-12T02:32:57.528Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-12T02:32:57.636Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-12T02:32:57.646Z] $ docker exec 8d43af26e4458422b14a49bc3e57f75e05dee0fb5ae5b58f3980b7b35cb55060 ssh-agent [2025-06-12T02:32:57.744Z] SSH_AUTH_SOCK=/tmp/ssh-PSYI4xDLh5BC/agent.32 [2025-06-12T02:32:57.744Z] SSH_AGENT_PID=38 [2025-06-12T02:32:57.748Z] Running ssh-add (command line suppressed) [2025-06-12T02:32:57.863Z] Identity added: /w/workspace/edgex-go/852@tmp/private_key_9901283202360736097.key (/w/workspace/edgex-go/852@tmp/private_key_9901283202360736097.key) [2025-06-12T02:32:57.867Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-12T02:32:58.159Z] + git semver bump pre [2025-06-12T02:32:58.418Z] 2025-06-12 02:32:58,411 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-12T02:32:58.418Z] 2025-06-12 02:32:58,414 [read_version] DEBUG read version from /w/workspace/edgex-go/852/.semver/main [2025-06-12T02:32:58.418Z] 2025-06-12 02:32:58,414 [bump_version] DEBUG bumping version:4.1.0-dev.23 on axis:pre with prefix:dev [2025-06-12T02:32:58.418Z] 2025-06-12 02:32:58,414 [bump_version] DEBUG bumped version:4.1.0-dev.24 [2025-06-12T02:32:58.418Z] 2025-06-12 02:32:58,414 [write_version] DEBUG write version:4.1.0-dev.24 to path:/w/workspace/edgex-go/852/.semver/main with force:True [2025-06-12T02:32:58.418Z] 2025-06-12 02:32:58,414 [read_version] DEBUG read version from /w/workspace/edgex-go/852/.semver/main [2025-06-12T02:32:58.418Z] 2025-06-12 02:32:58,414 [write_file] DEBUG write to file:/w/workspace/edgex-go/852/.semver/main [2025-06-12T02:32:58.418Z] 2025-06-12 02:32:58,416 [execute] INFO git cat-file --batch-check [2025-06-12T02:32:58.418Z] 2025-06-12 02:32:58,416 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/852/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-12T02:32:58.418Z] 2025-06-12 02:32:58,420 [execute] INFO git cat-file --batch [2025-06-12T02:32:58.418Z] 2025-06-12 02:32:58,420 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/852/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-12T02:32:58.418Z] 2025-06-12 02:32:58,424 [read_version] DEBUG read version from /w/workspace/edgex-go/852/.semver/main [2025-06-12T02:32:58.418Z] 4.1.0-dev.24 [Pipeline] } [2025-06-12T02:32:58.692Z] $ docker exec --env ******** --env ******** 8d43af26e4458422b14a49bc3e57f75e05dee0fb5ae5b58f3980b7b35cb55060 ssh-agent -k [2025-06-12T02:32:58.799Z] unset SSH_AUTH_SOCK; [2025-06-12T02:32:58.799Z] unset SSH_AGENT_PID; [2025-06-12T02:32:58.799Z] echo Agent pid 38 killed; [2025-06-12T02:32:58.800Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-12T02:32:59.108Z] + git semver [Pipeline] } [2025-06-12T02:32:59.385Z] $ docker stop --time=1 8d43af26e4458422b14a49bc3e57f75e05dee0fb5ae5b58f3980b7b35cb55060 [2025-06-12T02:33:00.671Z] $ docker rm -f --volumes 8d43af26e4458422b14a49bc3e57f75e05dee0fb5ae5b58f3980b7b35cb55060 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-12T02:33:01.023Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-12T02:33:01.023Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:33:01.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-12T02:33:01.329Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T02:33:01.422Z] prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container [2025-06-12T02:33:01.457Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@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-12T02:33:01.798Z] $ docker top f55a8819a37c3dd7896b1e0897bdc59ae55ccad074cca9584528e0240fdfb2dd -eo pid,comm [2025-06-12T02:33:01.850Z] 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-12T02:33:01.850Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-12T02:33:01.904Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-12T02:33:01.904Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-12T02:33:02.016Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-12T02:33:02.026Z] $ docker exec f55a8819a37c3dd7896b1e0897bdc59ae55ccad074cca9584528e0240fdfb2dd ssh-agent [2025-06-12T02:33:02.124Z] SSH_AUTH_SOCK=/tmp/ssh-FFNJRSRTvUNZ/agent.33 [2025-06-12T02:33:02.124Z] SSH_AGENT_PID=39 [2025-06-12T02:33:02.127Z] Running ssh-add (command line suppressed) [2025-06-12T02:33:02.233Z] Identity added: /w/workspace/edgex-go/852@tmp/private_key_6129097677664099492.key (/w/workspace/edgex-go/852@tmp/private_key_6129097677664099492.key) [2025-06-12T02:33:02.238Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-12T02:33:02.533Z] + git semver push [2025-06-12T02:33:02.791Z] 2025-06-12 02:33:02,763 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-12T02:33:02.791Z] 2025-06-12 02:33:02,766 [run_push] DEBUG push [2025-06-12T02:33:02.791Z] 2025-06-12 02:33:02,767 [execute] INFO git cat-file --batch-check [2025-06-12T02:33:02.791Z] 2025-06-12 02:33:02,767 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/852/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-12T02:33:02.791Z] 2025-06-12 02:33:02,769 [execute] INFO git rev-list f50b9264f28c21b1f95f28d15d4d77e9ba98e132 -- [2025-06-12T02:33:02.791Z] 2025-06-12 02:33:02,769 [execute] DEBUG Popen(['git', 'rev-list', 'f50b9264f28c21b1f95f28d15d4d77e9ba98e132', '--'], cwd=/w/workspace/edgex-go/852/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-12T02:33:02.791Z] 2025-06-12 02:33:02,787 [execute] INFO git fetch -v -- origin [2025-06-12T02:33:02.791Z] 2025-06-12 02:33:02,787 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/852/.semver, stdin=None, shell=False, universal_newlines=True) [2025-06-12T02:33:03.359Z] 2025-06-12 02:33:03,334 [run_push] DEBUG no remote changes detected [2025-06-12T02:33:03.359Z] 2025-06-12 02:33:03,334 [execute] INFO git push origin semver [2025-06-12T02:33:03.359Z] 2025-06-12 02:33:03,334 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/852/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-12T02:33:04.295Z] 2025-06-12 02:33:04,033 [run_push] DEBUG push all version tags [2025-06-12T02:33:04.295Z] 2025-06-12 02:33:04,033 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-06-12T02:33:04.295Z] 2025-06-12 02:33:04,034 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/852, stdin=None, shell=False, universal_newlines=False) [2025-06-12T02:33:04.862Z] 2025-06-12 02:33:04,764 [read_version] DEBUG read version from /w/workspace/edgex-go/852/.semver/main [2025-06-12T02:33:04.862Z] 4.1.0-dev.24 [Pipeline] } [2025-06-12T02:33:04.879Z] $ docker exec --env ******** --env ******** f55a8819a37c3dd7896b1e0897bdc59ae55ccad074cca9584528e0240fdfb2dd ssh-agent -k [2025-06-12T02:33:04.982Z] unset SSH_AUTH_SOCK; [2025-06-12T02:33:04.982Z] unset SSH_AGENT_PID; [2025-06-12T02:33:04.982Z] echo Agent pid 39 killed; [2025-06-12T02:33:04.987Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-12T02:33:05.310Z] + git semver [Pipeline] } [2025-06-12T02:33:05.588Z] $ docker stop --time=1 f55a8819a37c3dd7896b1e0897bdc59ae55ccad074cca9584528e0240fdfb2dd [2025-06-12T02:33:06.874Z] $ docker rm -f --volumes f55a8819a37c3dd7896b1e0897bdc59ae55ccad074cca9584528e0240fdfb2dd [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-12T02:33:07.393Z] + [ -d /w/workspace/edgex-go/852/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-06-12T02:33:07.682Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T02:33:08.535Z] ---> package-listing.sh [2025-06-12T02:33:08.536Z] ++ facter osfamily [2025-06-12T02:33:08.536Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-12T02:33:08.793Z] + OS_FAMILY=debian [2025-06-12T02:33:08.793Z] + workspace=/w/workspace/edgex-go/852 [2025-06-12T02:33:08.793Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-12T02:33:08.793Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-12T02:33:08.793Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-12T02:33:08.793Z] + PACKAGES=/tmp/packages_start.txt [2025-06-12T02:33:08.793Z] + '[' /w/workspace/edgex-go/852 ']' [2025-06-12T02:33:08.793Z] + PACKAGES=/tmp/packages_end.txt [2025-06-12T02:33:08.793Z] + case "${OS_FAMILY}" in [2025-06-12T02:33:08.793Z] + dpkg -l [2025-06-12T02:33:08.793Z] + grep '^ii' [2025-06-12T02:33:08.793Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-12T02:33:08.793Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-12T02:33:08.793Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-12T02:33:08.793Z] + '[' /w/workspace/edgex-go/852 ']' [2025-06-12T02:33:08.793Z] + mkdir -p /w/workspace/edgex-go/852/archives/ [2025-06-12T02:33:08.793Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/852/archives/ [Pipeline] echo [2025-06-12T02:33:08.806Z] 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/852/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-12T02:33:09.090Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:33:09.654Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-12T02:33:09.654Z] [2025-06-12T02:33:09.654Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-12T02:33:09.959Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-12T02:33:09.959Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-12T02:33:09.959Z] 5eb5b503b376: Pulling fs layer [2025-06-12T02:33:09.959Z] 5c69ac0246d0: Pulling fs layer [2025-06-12T02:33:09.959Z] ec43610c2a17: Pulling fs layer [2025-06-12T02:33:09.959Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-12T02:33:09.959Z] 33b1e0a273af: Pulling fs layer [2025-06-12T02:33:09.959Z] 5d3b04190fa2: Pulling fs layer [2025-06-12T02:33:09.959Z] 2f39f015ded8: Pulling fs layer [2025-06-12T02:33:09.959Z] 3a2ae6a8a46f: Waiting [2025-06-12T02:33:09.959Z] 33b1e0a273af: Waiting [2025-06-12T02:33:09.959Z] 5d3b04190fa2: Waiting [2025-06-12T02:33:09.959Z] 5c69ac0246d0: Verifying Checksum [2025-06-12T02:33:09.959Z] 5c69ac0246d0: Download complete [2025-06-12T02:33:09.959Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-12T02:33:09.959Z] 3a2ae6a8a46f: Download complete [2025-06-12T02:33:09.959Z] 33b1e0a273af: Verifying Checksum [2025-06-12T02:33:09.959Z] 33b1e0a273af: Download complete [2025-06-12T02:33:09.959Z] ec43610c2a17: Verifying Checksum [2025-06-12T02:33:09.959Z] ec43610c2a17: Download complete [2025-06-12T02:33:10.217Z] 5d3b04190fa2: Verifying Checksum [2025-06-12T02:33:10.217Z] 5d3b04190fa2: Download complete [2025-06-12T02:33:10.217Z] 5eb5b503b376: Verifying Checksum [2025-06-12T02:33:10.217Z] 5eb5b503b376: Download complete [2025-06-12T02:33:10.781Z] 2f39f015ded8: Download complete [2025-06-12T02:33:11.346Z] 5eb5b503b376: Pull complete [2025-06-12T02:33:11.346Z] 5c69ac0246d0: Pull complete [2025-06-12T02:33:11.911Z] ec43610c2a17: Pull complete [2025-06-12T02:33:11.911Z] 3a2ae6a8a46f: Pull complete [2025-06-12T02:33:12.169Z] 33b1e0a273af: Pull complete [2025-06-12T02:33:12.169Z] 5d3b04190fa2: Pull complete [2025-06-12T02:33:16.350Z] 2f39f015ded8: Pull complete [2025-06-12T02:33:16.350Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-12T02:33:16.350Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-12T02:33:16.350Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-12T02:33:16.458Z] prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container [2025-06-12T02:33:16.490Z] $ 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/852/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/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@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-12T02:33:18.984Z] $ docker top 93a6a576a67ee6d7adea7c23b0b485ef459aa2b713ca129ae8b87e4547b1e8f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-12T02:33:19.328Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-12T02:33:19.615Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-12T02:33:19.898Z] + ls /var/log/sa-host [2025-06-12T02:33:19.898Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-12T02:33:19.937Z] provisioning config files... [2025-06-12T02:33:19.948Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/852@tmp/config7145172078785655643tmp [Pipeline] { [Pipeline] echo [2025-06-12T02:33:19.972Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T02:33:20.254Z] ---> create-netrc.sh [Pipeline] } [2025-06-12T02:33:20.263Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-12T02:33:20.573Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-12T02:33:20.584Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T02:33:20.867Z] ---> sudo-logs.sh [2025-06-12T02:33:20.867Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-12T02:33:20.901Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T02:33:21.183Z] ---> job-cost.sh [2025-06-12T02:33:21.183Z] lf-activate-venv: SKIPPING [2025-06-12T02:33:21.183Z] DEBUG: total: 0.10999999940395355 [2025-06-12T02:33:21.183Z] INFO: Retrieving Stack Cost... [2025-06-12T02:33:21.443Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-12T02:33:21.702Z] INFO: Archiving Costs [Pipeline] echo [2025-06-12T02:33:21.716Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-12T02:33:21.996Z] ---> logs-deploy.sh [2025-06-12T02:33:21.997Z] lf-activate-venv: SKIPPING [2025-06-12T02:33:21.997Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/852 [2025-06-12T02:33:21.997Z] INFO: archiving workspace using pattern(s): [2025-06-12T02:33:22.929Z] Archives upload complete. [2025-06-12T02:33:23.187Z] INFO: archiving logs to Nexus [2025-06-12T02:33:23.760Z] ---> uname -a: [2025-06-12T02:33:23.760Z] Linux prd-ubuntu20-04-docker-8c-8g-3169 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-06-12T02:33:23.760Z] [2025-06-12T02:33:23.760Z] [2025-06-12T02:33:23.760Z] ---> lscpu: [2025-06-12T02:33:23.760Z] Architecture: x86_64 [2025-06-12T02:33:23.760Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-12T02:33:23.760Z] Byte Order: Little Endian [2025-06-12T02:33:23.760Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-12T02:33:23.760Z] CPU(s): 8 [2025-06-12T02:33:23.760Z] On-line CPU(s) list: 0-7 [2025-06-12T02:33:23.760Z] Thread(s) per core: 1 [2025-06-12T02:33:23.760Z] Core(s) per socket: 1 [2025-06-12T02:33:23.760Z] Socket(s): 8 [2025-06-12T02:33:23.760Z] NUMA node(s): 1 [2025-06-12T02:33:23.760Z] Vendor ID: AuthenticAMD [2025-06-12T02:33:23.760Z] CPU family: 23 [2025-06-12T02:33:23.760Z] Model: 49 [2025-06-12T02:33:23.760Z] Model name: AMD EPYC-Rome Processor [2025-06-12T02:33:23.760Z] Stepping: 0 [2025-06-12T02:33:23.760Z] CPU MHz: 2799.998 [2025-06-12T02:33:23.760Z] BogoMIPS: 5599.99 [2025-06-12T02:33:23.760Z] Virtualization: AMD-V [2025-06-12T02:33:23.760Z] Hypervisor vendor: KVM [2025-06-12T02:33:23.760Z] Virtualization type: full [2025-06-12T02:33:23.760Z] L1d cache: 256 KiB [2025-06-12T02:33:23.760Z] L1i cache: 256 KiB [2025-06-12T02:33:23.760Z] L2 cache: 4 MiB [2025-06-12T02:33:23.760Z] L3 cache: 128 MiB [2025-06-12T02:33:23.760Z] NUMA node0 CPU(s): 0-7 [2025-06-12T02:33:23.760Z] Vulnerability Itlb multihit: Not affected [2025-06-12T02:33:23.760Z] Vulnerability L1tf: Not affected [2025-06-12T02:33:23.760Z] Vulnerability Mds: Not affected [2025-06-12T02:33:23.760Z] Vulnerability Meltdown: Not affected [2025-06-12T02:33:23.760Z] Vulnerability Mmio stale data: Not affected [2025-06-12T02:33:23.760Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-12T02:33:23.760Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-06-12T02:33:23.760Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-06-12T02:33:23.760Z] Vulnerability Srbds: Not affected [2025-06-12T02:33:23.760Z] Vulnerability Tsx async abort: Not affected [2025-06-12T02:33:23.760Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-06-12T02:33:23.760Z] [2025-06-12T02:33:23.760Z] [2025-06-12T02:33:23.760Z] ---> nproc: [2025-06-12T02:33:23.760Z] 8 [2025-06-12T02:33:23.760Z] [2025-06-12T02:33:23.760Z] [2025-06-12T02:33:23.760Z] ---> df -h: [2025-06-12T02:33:23.760Z] Filesystem Size Used Avail Use% Mounted on [2025-06-12T02:33:23.760Z] overlay 155G 31G 125G 20% / [2025-06-12T02:33:23.760Z] tmpfs 64M 0 64M 0% /dev [2025-06-12T02:33:23.760Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-06-12T02:33:23.760Z] shm 64M 0 64M 0% /dev/shm [2025-06-12T02:33:23.760Z] /dev/vda1 155G 31G 125G 20% /facter-os [2025-06-12T02:33:23.760Z] [2025-06-12T02:33:23.760Z] [2025-06-12T02:33:23.760Z] ---> sar -b -r -n DEV: [2025-06-12T02:33:23.760Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3169) 06/12/25 _x86_64_ (8 CPU) [2025-06-12T02:33:23.760Z] [2025-06-12T02:33:23.760Z] 01:38:48 LINUX RESTART (8 CPU) [2025-06-12T02:33:23.760Z] [2025-06-12T02:33:23.760Z] 01:39:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-06-12T02:33:23.760Z] 01:40:01 325.72 48.27 277.46 0.00 5416.19 161616.79 0.00 [2025-06-12T02:33:23.760Z] 01:41:01 184.09 1.28 182.80 0.00 40.79 59742.04 0.00 [2025-06-12T02:33:23.760Z] 01:42:01 49.83 0.00 49.83 0.00 0.00 36701.77 0.00 [2025-06-12T02:33:23.760Z] 01:43:01 36.70 0.23 36.47 0.00 3.07 20276.04 0.00 [2025-06-12T02:33:23.760Z] 01:44:02 668.72 4.89 663.82 0.00 162.95 273548.25 0.00 [2025-06-12T02:33:23.760Z] 01:45:01 769.09 11.60 757.48 0.00 2620.51 236374.88 0.00 [2025-06-12T02:33:23.760Z] 01:46:01 404.77 0.05 404.72 0.00 0.40 133315.69 0.00 [2025-06-12T02:33:23.760Z] 01:47:01 316.33 0.02 316.31 0.00 0.13 100923.01 0.00 [2025-06-12T02:33:23.760Z] 01:48:01 454.37 0.08 454.29 0.00 12.00 51245.86 0.00 [2025-06-12T02:33:23.760Z] 01:49:01 27.00 0.05 26.95 0.00 11.20 669.89 0.00 [2025-06-12T02:33:23.760Z] 01:50:01 1.77 0.00 1.77 0.00 0.00 21.06 0.00 [2025-06-12T02:33:23.760Z] 01:51:01 1.83 0.00 1.83 0.00 0.00 25.06 0.00 [2025-06-12T02:33:23.760Z] 01:52:01 1.00 0.00 1.00 0.00 0.00 10.40 0.00 [2025-06-12T02:33:23.760Z] 01:53:01 1.57 0.00 1.57 0.00 0.00 17.86 0.00 [2025-06-12T02:33:23.760Z] 01:54:01 1.22 0.02 1.20 0.00 0.13 16.26 0.00 [2025-06-12T02:33:23.760Z] 01:55:01 2.15 0.00 2.15 0.00 0.00 23.86 0.00 [2025-06-12T02:33:23.760Z] 01:56:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 [2025-06-12T02:33:23.760Z] 01:57:01 1.42 0.00 1.42 0.00 0.00 16.53 0.00 [2025-06-12T02:33:23.760Z] 01:58:01 1.52 0.00 1.52 0.00 0.00 16.66 0.00 [2025-06-12T02:33:23.760Z] 01:59:01 1.52 0.00 1.52 0.00 0.00 17.46 0.00 [2025-06-12T02:33:23.760Z] 02:00:01 3.28 1.02 2.27 0.00 21.86 30.39 0.00 [2025-06-12T02:33:23.760Z] 02:01:01 1.65 0.00 1.65 0.00 0.00 18.66 0.00 [2025-06-12T02:33:23.760Z] 02:02:01 1.00 0.00 1.00 0.00 0.00 10.53 0.00 [2025-06-12T02:33:23.760Z] 02:03:01 0.93 0.00 0.93 0.00 0.00 11.60 0.00 [2025-06-12T02:33:23.760Z] 02:04:01 1.27 0.00 1.27 0.00 0.00 14.80 0.00 [2025-06-12T02:33:23.760Z] 02:05:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 [2025-06-12T02:33:23.760Z] 02:06:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 [2025-06-12T02:33:23.760Z] 02:07:01 0.87 0.00 0.87 0.00 0.00 10.40 0.00 [2025-06-12T02:33:23.760Z] 02:08:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 [2025-06-12T02:33:23.760Z] 02:09:01 1.32 0.00 1.32 0.00 0.00 14.66 0.00 [2025-06-12T02:33:23.760Z] 02:10:01 1.50 0.00 1.50 0.00 0.00 16.93 0.00 [2025-06-12T02:33:23.760Z] 02:11:01 1.08 0.00 1.08 0.00 0.00 13.06 0.00 [2025-06-12T02:33:23.760Z] 02:12:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 [2025-06-12T02:33:23.760Z] 02:13:02 1.88 0.00 1.88 0.00 0.00 20.40 0.00 [2025-06-12T02:33:23.760Z] 02:14:01 0.93 0.00 0.93 0.00 0.00 10.03 0.00 [2025-06-12T02:33:23.760Z] 02:15:01 3.13 1.30 1.83 0.00 32.26 22.93 0.00 [2025-06-12T02:33:23.760Z] 02:16:01 1.37 0.20 1.17 0.00 3.20 13.86 0.00 [2025-06-12T02:33:23.760Z] 02:17:01 0.92 0.02 0.90 0.00 0.13 11.06 0.00 [2025-06-12T02:33:23.760Z] 02:18:01 1.32 0.00 1.32 0.00 0.00 16.13 0.00 [2025-06-12T02:33:23.760Z] 02:19:01 1.47 0.00 1.47 0.00 0.00 16.26 0.00 [2025-06-12T02:33:23.760Z] 02:20:01 1.18 0.00 1.18 0.00 0.00 14.00 0.00 [2025-06-12T02:33:23.760Z] 02:21:01 1.15 0.00 1.15 0.00 0.00 13.86 0.00 [2025-06-12T02:33:23.760Z] 02:22:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 [2025-06-12T02:33:23.760Z] 02:23:01 1.05 0.00 1.05 0.00 0.00 12.93 0.00 [2025-06-12T02:33:23.760Z] 02:24:01 1.28 0.00 1.28 0.00 0.00 14.26 0.00 [2025-06-12T02:33:23.760Z] 02:25:01 1.57 0.00 1.57 0.00 0.00 18.53 0.00 [2025-06-12T02:33:23.760Z] 02:26:01 1.25 0.00 1.25 0.00 0.00 13.46 0.00 [2025-06-12T02:33:23.760Z] 02:27:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 [2025-06-12T02:33:23.760Z] 02:28:01 1.28 0.00 1.28 0.00 0.00 14.40 0.00 [2025-06-12T02:33:23.760Z] 02:29:01 1.70 0.18 1.52 0.00 18.53 21.33 0.00 [2025-06-12T02:33:23.760Z] 02:30:01 1.82 0.00 1.82 0.00 0.00 21.20 0.00 [2025-06-12T02:33:23.760Z] 02:31:01 1.13 0.00 1.13 0.00 0.00 13.73 0.00 [2025-06-12T02:33:23.760Z] 02:32:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 [2025-06-12T02:33:23.760Z] 02:33:01 203.38 0.25 203.13 0.00 12.13 61403.90 0.00 [2025-06-12T02:33:23.760Z] Average: 64.76 1.29 63.48 0.00 154.32 21034.22 0.00 [2025-06-12T02:33:23.760Z] [2025-06-12T02:33:23.760Z] 01:39:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-06-12T02:33:23.760Z] 01:40:01 29220804 31548000 785200 2.39 60548 2559556 1744700 5.14 1048060 2263288 280 [2025-06-12T02:33:23.760Z] 01:41:01 26772516 31001220 1292884 3.93 127652 4242432 2543992 7.50 2100116 3463052 682396 [2025-06-12T02:33:23.760Z] 01:42:01 26386920 31235588 1055708 3.21 131604 4827656 2389392 7.04 1943512 3975240 721520 [2025-06-12T02:33:23.760Z] 01:43:01 26028456 31411988 878240 2.67 135908 5309928 1923708 5.67 1858668 4375228 654952 [2025-06-12T02:33:23.760Z] 01:44:02 19391744 31090640 1148168 3.49 204576 11317872 3570588 10.52 2511624 10047740 360492 [2025-06-12T02:33:23.760Z] 01:45:01 9049120 28738096 3440536 10.46 405556 18417136 9466736 27.90 6034884 16095812 1122156 [2025-06-12T02:33:23.760Z] 01:46:01 5225976 27535804 4645156 14.13 420560 20916020 9407264 27.72 8349856 17505156 0 [2025-06-12T02:33:23.760Z] 01:47:01 5147364 30433972 1762572 5.36 436088 23835288 4337864 12.78 6313684 19595528 1146852 [2025-06-12T02:33:23.760Z] 01:48:01 8096732 31378248 865576 2.63 442164 22012332 2222252 6.55 3623168 19588980 720 [2025-06-12T02:33:23.760Z] 01:49:01 8111108 31394664 848680 2.58 443264 22012996 2042820 6.02 4033352 19162940 280 [2025-06-12T02:33:23.760Z] 01:50:01 8112644 31396260 847216 2.58 443288 22012996 2042820 6.02 4030624 19162944 160 [2025-06-12T02:33:23.760Z] 01:51:01 8112012 31395680 847668 2.58 443324 22013000 2042820 6.02 4031344 19162948 136 [2025-06-12T02:33:23.760Z] 01:52:01 8119044 31402716 841172 2.56 443336 22013000 2042820 6.02 4024568 19162948 8 [2025-06-12T02:33:23.760Z] 01:53:01 8119188 31403004 841008 2.56 443360 22013132 2042820 6.02 4024576 19163068 44 [2025-06-12T02:33:23.760Z] 01:54:01 8117808 31401700 842400 2.56 443392 22013108 2091524 6.16 4030328 19163056 252 [2025-06-12T02:33:23.760Z] 01:55:01 8125380 31409296 835180 2.54 443408 22013112 2075224 6.12 4018748 19163060 4 [2025-06-12T02:33:23.760Z] 01:56:01 8125252 31409180 835156 2.54 443424 22013116 2075224 6.12 4018692 19163064 12 [2025-06-12T02:33:23.760Z] 01:57:01 8125204 31409152 835124 2.54 443432 22013120 2075224 6.12 4018736 19163064 52 [2025-06-12T02:33:23.760Z] 01:58:01 8125164 31409192 835016 2.54 443484 22013124 2075224 6.12 4018824 19163068 8 [2025-06-12T02:33:23.760Z] 01:59:01 8125532 31409716 834376 2.54 443516 22013244 2075224 6.12 4018512 19163200 44 [2025-06-12T02:33:23.760Z] 02:00:01 8124164 31409412 835080 2.54 443584 22013896 2149332 6.33 4018696 19163748 48 [2025-06-12T02:33:23.760Z] 02:01:01 8124132 31409508 834928 2.54 443616 22013900 2149332 6.33 4018552 19163752 40 [2025-06-12T02:33:23.760Z] 02:02:01 8124100 31409484 834912 2.54 443640 22013892 2132924 6.29 4018568 19163752 4 [2025-06-12T02:33:23.760Z] 02:03:01 8124012 31409448 834908 2.54 443672 22013904 2132924 6.29 4018928 19163756 188 [2025-06-12T02:33:23.760Z] 02:04:01 8123924 31409384 834920 2.54 443688 22013900 2116596 6.24 4018912 19163756 12 [2025-06-12T02:33:23.760Z] 02:05:01 8124184 31409680 834568 2.54 443716 22013912 2116596 6.24 4018768 19163760 176 [2025-06-12T02:33:23.760Z] 02:06:01 8124020 31409540 834900 2.54 443736 22013916 2116596 6.24 4018704 19163764 4 [2025-06-12T02:33:23.760Z] 02:07:01 8124296 31409832 834588 2.54 443756 22013920 2116596 6.24 4018716 19163764 188 [2025-06-12T02:33:23.760Z] 02:08:01 8123776 31409340 835032 2.54 443776 22013924 2116596 6.24 4018740 19163776 28 [2025-06-12T02:33:23.760Z] 02:09:01 8123728 31409324 835008 2.54 443796 22013924 2116596 6.24 4018756 19163776 176 [2025-06-12T02:33:23.760Z] 02:10:01 8123680 31409328 834960 2.54 443840 22013928 2116596 6.24 4018864 19163780 8 [2025-06-12T02:33:23.760Z] 02:11:01 8123852 31409528 834704 2.54 443864 22013932 2116596 6.24 4018840 19163784 172 [2025-06-12T02:33:23.760Z] 02:12:01 8123804 31409492 834680 2.54 443876 22013932 2116596 6.24 4018844 19163784 8 [2025-06-12T02:33:23.760Z] 02:13:02 8123756 31409472 834644 2.54 443900 22013932 2116596 6.24 4018868 19163788 4 [2025-06-12T02:33:23.760Z] 02:14:01 8123716 31409444 834592 2.54 443908 22013940 2116596 6.24 4019388 19163788 176 [2025-06-12T02:33:23.760Z] 02:15:01 8117116 31404860 839344 2.55 443952 22014908 2116596 6.24 4028512 19164248 212 [2025-06-12T02:33:23.760Z] 02:16:01 8115856 31403700 840456 2.56 443980 22015008 2116596 6.24 4029336 19164044 32 [2025-06-12T02:33:23.760Z] 02:17:01 8115748 31403632 840692 2.56 443992 22015004 2116596 6.24 4029560 19164040 176 [2025-06-12T02:33:23.760Z] 02:18:01 8115708 31403632 840636 2.56 444004 22015012 2116596 6.24 4028992 19164044 28 [2025-06-12T02:33:23.760Z] 02:19:01 8115424 31403376 840844 2.56 444020 22015012 2116596 6.24 4029152 19164044 40 [2025-06-12T02:33:23.760Z] 02:20:01 8115496 31403460 840748 2.56 444048 22015008 2116596 6.24 4029100 19164048 32 [2025-06-12T02:33:23.760Z] 02:21:01 8115376 31403368 840780 2.56 444056 22015020 2116596 6.24 4029064 19164052 172 [2025-06-12T02:33:23.760Z] 02:22:01 8115076 31403076 841288 2.56 444080 22015024 2116596 6.24 4029056 19164052 12 [2025-06-12T02:33:23.760Z] 02:23:01 8115276 31403328 841064 2.56 444108 22015032 2116596 6.24 4029104 19164056 164 [2025-06-12T02:33:23.760Z] 02:24:01 8115268 31403332 841044 2.56 444120 22015032 2116596 6.24 4029132 19164064 8 [2025-06-12T02:33:23.761Z] 02:25:01 8115220 31403316 841016 2.56 444140 22015036 2116596 6.24 4029212 19164068 200 [2025-06-12T02:33:23.761Z] 02:26:01 8115412 31403532 840984 2.56 444164 22015040 2116596 6.24 4029184 19164072 8 [2025-06-12T02:33:23.761Z] 02:27:01 8115176 31403324 841172 2.56 444184 22015040 2116596 6.24 4029196 19164072 180 [2025-06-12T02:33:23.761Z] 02:28:01 8115160 31403396 841028 2.56 444196 22015172 2116596 6.24 4029216 19164156 8 [2025-06-12T02:33:23.761Z] 02:29:01 8111112 31400076 843960 2.57 444216 22015728 2150176 6.34 4029416 19164664 320 [2025-06-12T02:33:23.761Z] 02:30:01 8111136 31400112 843848 2.57 444244 22015724 2150176 6.34 4029772 19164668 24 [2025-06-12T02:33:23.761Z] 02:31:01 8111316 31400344 843520 2.57 444264 22015740 2150176 6.34 4029704 19164676 176 [2025-06-12T02:33:23.761Z] 02:32:01 8111040 31400068 843736 2.57 444280 22015740 2150176 6.34 4029448 19164676 24 [2025-06-12T02:33:23.761Z] 02:33:01 6621264 31345740 894836 2.72 467248 23298504 2130924 6.28 4153824 20394364 92 [2025-06-12T02:33:23.761Z] Average: 9614450 31250963 994083 3.02 414066 20469680 2453690 7.23 3981741 17787223 86917 [2025-06-12T02:33:23.761Z] [2025-06-12T02:33:23.761Z] 01:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-06-12T02:33:23.761Z] 01:40:01 docker0 587.90 560.10 41.01 2982.32 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:40:01 lo 4.27 4.27 0.41 0.41 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:40:01 ens3 1344.27 1167.71 10485.65 163.79 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:41:01 docker0 200.75 232.86 17.13 1653.94 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:41:01 veth2df3f14 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:41:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:41:01 ens3 371.12 281.02 4873.53 38.89 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:42:01 docker0 1.10 1.10 0.08 0.10 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:42:01 veth2df3f14 1.10 1.13 0.10 0.10 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:42:01 ens3 32.98 20.16 26.03 14.06 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:43:01 veth2df3f14 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:43:01 ens3 25.64 15.28 20.85 12.64 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:44:02 veth12749cc 42.15 66.55 4.08 344.43 0.00 0.00 0.00 0.03 [2025-06-12T02:33:23.761Z] 01:44:02 docker0 284.64 449.98 21.70 2775.78 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:44:02 veth7057425 23.45 31.22 2.26 15.58 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:44:02 vethe47cc49 40.67 58.42 3.90 287.26 0.00 0.00 0.00 0.02 [2025-06-12T02:33:23.761Z] 01:44:02 veth385d1f1 9.72 12.59 0.94 6.10 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:44:02 veth3d36ebc 0.58 1.54 0.05 0.28 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:44:02 vethbcb5798 45.07 66.31 4.48 386.30 0.00 0.00 0.00 0.03 [2025-06-12T02:33:23.761Z] 01:44:02 lo 1.46 1.46 0.15 0.15 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:44:02 veth424d80b 43.46 62.50 4.15 326.72 0.00 0.00 0.00 0.03 [2025-06-12T02:33:23.761Z] 01:44:02 ens3 647.69 391.67 6724.99 54.14 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:45:01 veth3df97e7 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:45:01 vethf3ac7ff 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:45:01 docker0 309.78 517.24 27.27 6080.55 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:45:01 veth8986933 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:45:01 vethb5b4af2 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:45:01 veth0398fe6 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:45:01 veth3d36ebc 0.12 0.24 0.01 0.02 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:45:01 veth409f863 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:45:01 veth662cb22 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:45:01 vethb462228 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:45:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:45:01 vethf14a7e2 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:45:01 veth9edc6c7 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:45:01 veth9ce0f06 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:45:01 vethf1ebeda 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:45:01 ens3 614.82 374.61 7514.87 213.60 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:46:01 veth3df97e7 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:46:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:46:01 veth3be5ab1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:46:01 vethd754dcd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:46:01 veth8986933 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:46:01 vethb5b4af2 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:46:01 veth0398fe6 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:46:01 veth3d36ebc 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:46:01 veth409f863 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:46:01 veth662cb22 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:46:01 vethb462228 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:46:01 veth9edc6c7 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:46:01 veth9ce0f06 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:46:01 vethf1ebeda 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:46:01 ens3 2.32 1.18 1.87 0.96 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:47:01 veth3df97e7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:47:01 veth8986933 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:47:01 vethb5b4af2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:47:01 veth0398fe6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:47:01 veth3d36ebc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:47:01 veth409f863 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:47:01 veth662cb22 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:47:01 vethb462228 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:47:01 veth9edc6c7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:47:01 veth9ce0f06 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:47:01 vethf1ebeda 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:47:01 ens3 5.81 2.95 4.76 2.58 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:48:01 lo 47.39 47.39 4.68 4.68 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:48:01 ens3 385.74 363.27 216.42 1457.25 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:49:01 lo 32.39 32.39 3.19 3.19 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:49:01 ens3 401.58 380.12 162.01 2336.05 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:50:01 ens3 0.63 0.17 0.12 0.11 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:51:01 ens3 0.88 0.62 2.19 0.23 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:52:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:53:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:55:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:56:01 ens3 0.22 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:57:01 ens3 0.27 0.12 0.02 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:58:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 01:59:01 ens3 0.68 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:00:01 ens3 0.73 0.48 0.48 0.34 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:01:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:02:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:03:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:04:01 ens3 0.65 0.17 0.29 0.19 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:05:01 ens3 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:06:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:07:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:08:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:09:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:10:01 ens3 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:12:01 ens3 0.17 0.03 0.06 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:13:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:13:02 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:14:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:15:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:15:01 ens3 4.80 3.97 3.43 4.12 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:16:01 ens3 3.58 2.48 2.22 2.22 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.761Z] 02:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:20:01 ens3 0.25 0.12 0.14 0.07 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:22:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:24:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:25:01 ens3 0.27 0.28 0.09 0.08 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:26:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:27:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:29:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:29:01 ens3 0.35 0.48 0.09 0.08 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:30:01 ens3 0.28 0.25 0.14 0.07 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:31:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:32:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:33:01 docker0 77.82 98.42 6.65 870.77 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:33:01 lo 2.73 2.73 0.28 0.28 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] 02:33:01 ens3 433.94 311.46 8053.68 171.05 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] Average: docker0 27.05 34.39 2.11 265.18 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] Average: lo 1.76 1.76 0.17 0.17 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] Average: ens3 79.28 61.48 704.90 82.83 0.00 0.00 0.00 0.00 [2025-06-12T02:33:23.762Z] [2025-06-12T02:33:23.762Z] [2025-06-12T02:33:23.762Z] ---> sar -P ALL: [2025-06-12T02:33:23.762Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3169) 06/12/25 _x86_64_ (8 CPU) [2025-06-12T02:33:23.762Z] [2025-06-12T02:33:23.762Z] 01:38:48 LINUX RESTART (8 CPU) [2025-06-12T02:33:23.762Z] [2025-06-12T02:33:23.762Z] 01:39:01 CPU %user %nice %system %iowait %steal %idle [2025-06-12T02:33:23.762Z] 01:40:01 all 9.59 0.00 3.22 2.32 0.07 84.79 [2025-06-12T02:33:23.762Z] 01:40:01 0 9.32 0.00 2.76 0.22 0.07 87.63 [2025-06-12T02:33:23.762Z] 01:40:01 1 11.60 0.00 2.79 0.32 0.07 85.23 [2025-06-12T02:33:23.762Z] 01:40:01 2 7.45 0.00 3.73 3.46 0.08 85.27 [2025-06-12T02:33:23.762Z] 01:40:01 3 11.30 0.00 2.72 0.34 0.07 85.58 [2025-06-12T02:33:23.762Z] 01:40:01 4 9.68 0.00 4.45 1.16 0.07 84.63 [2025-06-12T02:33:23.762Z] 01:40:01 5 6.72 0.00 2.42 1.21 0.08 89.57 [2025-06-12T02:33:23.762Z] 01:40:01 6 9.26 0.00 2.37 2.49 0.05 85.82 [2025-06-12T02:33:23.762Z] 01:40:01 7 11.42 0.00 4.54 9.44 0.05 74.55 [2025-06-12T02:33:23.762Z] 01:41:01 all 28.24 0.00 6.35 1.48 0.10 63.83 [2025-06-12T02:33:23.762Z] 01:41:01 0 26.50 0.00 6.29 0.81 0.10 66.29 [2025-06-12T02:33:23.762Z] 01:41:01 1 32.46 0.00 7.05 4.36 0.08 56.03 [2025-06-12T02:33:23.762Z] 01:41:01 2 26.58 0.00 5.99 1.21 0.10 66.12 [2025-06-12T02:33:23.762Z] 01:41:01 3 31.22 0.00 6.95 4.72 0.10 57.01 [2025-06-12T02:33:23.762Z] 01:41:01 4 26.09 0.00 7.23 0.54 0.08 66.06 [2025-06-12T02:33:23.762Z] 01:41:01 5 27.25 0.00 5.93 0.05 0.10 66.67 [2025-06-12T02:33:23.762Z] 01:41:01 6 27.76 0.00 5.26 0.09 0.09 66.82 [2025-06-12T02:33:23.762Z] 01:41:01 7 28.04 0.00 6.09 0.07 0.10 65.70 [2025-06-12T02:33:23.762Z] 01:42:01 all 40.15 0.00 6.29 0.66 0.11 52.81 [2025-06-12T02:33:23.762Z] 01:42:01 0 39.49 0.00 6.41 0.35 0.12 53.63 [2025-06-12T02:33:23.762Z] 01:42:01 1 40.18 0.00 5.83 0.00 0.12 53.87 [2025-06-12T02:33:23.762Z] 01:42:01 2 40.70 0.00 5.96 0.00 0.10 53.24 [2025-06-12T02:33:23.762Z] 01:42:01 3 46.51 0.00 7.88 0.12 0.10 45.39 [2025-06-12T02:33:23.762Z] 01:42:01 4 39.27 0.00 6.72 4.33 0.10 49.58 [2025-06-12T02:33:23.762Z] 01:42:01 5 38.10 0.00 5.65 0.44 0.10 55.71 [2025-06-12T02:33:23.762Z] 01:42:01 6 38.13 0.00 5.91 0.00 0.10 55.86 [2025-06-12T02:33:23.762Z] 01:42:01 7 38.75 0.00 5.94 0.02 0.10 55.19 [2025-06-12T02:33:23.762Z] 01:43:01 all 53.38 0.00 6.89 0.17 0.11 39.45 [2025-06-12T02:33:23.762Z] 01:43:01 0 53.32 0.00 6.77 0.32 0.10 39.49 [2025-06-12T02:33:23.762Z] 01:43:01 1 53.56 0.00 6.70 0.07 0.12 39.55 [2025-06-12T02:33:23.762Z] 01:43:01 2 54.15 0.00 6.83 0.02 0.10 38.90 [2025-06-12T02:33:23.762Z] 01:43:01 3 54.42 0.00 7.13 0.15 0.10 38.20 [2025-06-12T02:33:23.762Z] 01:43:01 4 52.32 0.00 7.09 0.20 0.10 40.29 [2025-06-12T02:33:23.762Z] 01:43:01 5 52.93 0.00 6.83 0.57 0.12 39.55 [2025-06-12T02:33:23.762Z] 01:43:01 6 53.83 0.00 6.75 0.02 0.12 39.29 [2025-06-12T02:33:23.762Z] 01:43:01 7 52.55 0.00 7.02 0.00 0.12 40.31 [2025-06-12T02:33:23.762Z] 01:44:02 all 23.03 0.00 8.84 14.00 0.11 54.01 [2025-06-12T02:33:23.762Z] 01:44:02 0 22.49 0.00 9.80 11.78 0.12 55.80 [2025-06-12T02:33:23.762Z] 01:44:02 1 22.29 0.00 9.57 14.35 0.12 53.66 [2025-06-12T02:33:23.762Z] 01:44:02 2 23.82 0.00 8.38 9.74 0.12 57.93 [2025-06-12T02:33:23.762Z] 01:44:02 3 24.48 0.00 8.49 8.05 0.14 58.85 [2025-06-12T02:33:23.762Z] 01:44:02 4 20.90 0.00 8.82 24.81 0.12 45.35 [2025-06-12T02:33:23.762Z] 01:44:02 5 23.53 0.00 8.46 15.90 0.10 52.00 [2025-06-12T02:33:23.762Z] 01:44:02 6 24.52 0.00 8.60 9.03 0.10 57.75 [2025-06-12T02:33:23.762Z] 01:44:02 7 22.17 0.00 8.60 18.42 0.10 50.70 [2025-06-12T02:33:23.762Z] 01:45:01 all 45.25 0.00 9.84 12.97 0.10 31.84 [2025-06-12T02:33:23.762Z] 01:45:01 0 44.69 0.00 9.04 26.43 0.08 19.75 [2025-06-12T02:33:23.762Z] 01:45:01 1 45.30 0.00 9.07 5.76 0.08 39.79 [2025-06-12T02:33:23.762Z] 01:45:01 2 46.02 0.00 9.76 7.09 0.10 37.03 [2025-06-12T02:33:23.762Z] 01:45:01 3 45.10 0.00 10.67 10.74 0.10 33.38 [2025-06-12T02:33:23.762Z] 01:45:01 4 45.05 0.00 9.10 5.94 0.08 39.82 [2025-06-12T02:33:23.762Z] 01:45:01 5 44.59 0.00 11.37 21.07 0.10 22.86 [2025-06-12T02:33:23.762Z] 01:45:01 6 46.78 0.00 9.39 9.11 0.10 34.62 [2025-06-12T02:33:23.762Z] 01:45:01 7 44.46 0.00 10.35 17.67 0.12 27.40 [2025-06-12T02:33:23.762Z] 01:46:01 all 90.30 0.00 9.56 0.00 0.14 0.00 [2025-06-12T02:33:23.762Z] 01:46:01 0 90.76 0.00 9.11 0.00 0.13 0.00 [2025-06-12T02:33:23.762Z] 01:46:01 1 90.71 0.00 9.14 0.00 0.15 0.00 [2025-06-12T02:33:23.762Z] 01:46:01 2 90.73 0.00 9.14 0.00 0.13 0.00 [2025-06-12T02:33:23.762Z] 01:46:01 3 90.24 0.00 9.62 0.00 0.13 0.00 [2025-06-12T02:33:23.762Z] 01:46:01 4 89.40 0.00 10.46 0.00 0.13 0.00 [2025-06-12T02:33:23.762Z] 01:46:01 5 90.18 0.00 9.69 0.00 0.13 0.00 [2025-06-12T02:33:23.762Z] 01:46:01 6 90.30 0.00 9.55 0.00 0.15 0.00 [2025-06-12T02:33:23.762Z] 01:46:01 7 90.08 0.00 9.78 0.00 0.13 0.00 [2025-06-12T02:33:23.762Z] 01:47:01 all 90.53 0.00 9.23 0.03 0.11 0.10 [2025-06-12T02:33:23.762Z] 01:47:01 0 91.07 0.00 8.72 0.05 0.12 0.05 [2025-06-12T02:33:23.762Z] 01:47:01 1 91.14 0.00 8.59 0.00 0.10 0.17 [2025-06-12T02:33:23.762Z] 01:47:01 2 90.98 0.00 8.80 0.03 0.10 0.08 [2025-06-12T02:33:23.762Z] 01:47:01 3 89.90 0.00 9.85 0.03 0.12 0.10 [2025-06-12T02:33:23.762Z] 01:47:01 4 89.74 0.00 10.05 0.10 0.12 0.00 [2025-06-12T02:33:23.762Z] 01:47:01 5 89.83 0.00 9.89 0.03 0.10 0.15 [2025-06-12T02:33:23.762Z] 01:47:01 6 90.65 0.00 9.18 0.00 0.10 0.07 [2025-06-12T02:33:23.762Z] 01:47:01 7 90.90 0.00 8.80 0.00 0.12 0.18 [2025-06-12T02:33:23.762Z] 01:48:01 all 8.40 0.00 2.24 2.06 0.09 87.21 [2025-06-12T02:33:23.762Z] 01:48:01 0 7.52 0.00 1.87 1.17 0.07 89.37 [2025-06-12T02:33:23.762Z] 01:48:01 1 6.32 0.00 2.25 1.78 0.10 89.55 [2025-06-12T02:33:23.762Z] 01:48:01 2 12.24 0.00 2.60 1.49 0.08 83.58 [2025-06-12T02:33:23.762Z] 01:48:01 3 6.72 0.00 2.31 2.63 0.07 88.28 [2025-06-12T02:33:23.762Z] 01:48:01 4 8.20 0.00 2.26 6.73 0.08 82.72 [2025-06-12T02:33:23.762Z] 01:48:01 5 8.42 0.00 2.14 0.55 0.10 88.78 [2025-06-12T02:33:23.762Z] 01:48:01 6 7.34 0.00 2.26 1.16 0.10 89.14 [2025-06-12T02:33:23.762Z] 01:48:01 7 10.44 0.00 2.22 0.99 0.10 86.25 [2025-06-12T02:33:23.762Z] 01:49:01 all 8.60 0.00 0.83 0.10 0.06 90.41 [2025-06-12T02:33:23.762Z] 01:49:01 0 9.10 0.00 0.88 0.08 0.05 89.88 [2025-06-12T02:33:23.762Z] 01:49:01 1 9.41 0.00 0.69 0.05 0.07 89.78 [2025-06-12T02:33:23.762Z] 01:49:01 2 7.40 0.00 0.75 0.03 0.07 91.74 [2025-06-12T02:33:23.762Z] 01:49:01 3 6.36 0.00 0.74 0.08 0.08 92.74 [2025-06-12T02:33:23.762Z] 01:49:01 4 6.67 0.00 0.84 0.02 0.05 92.42 [2025-06-12T02:33:23.762Z] 01:49:01 5 12.72 0.00 1.06 0.02 0.07 86.14 [2025-06-12T02:33:23.762Z] 01:49:01 6 8.45 0.00 0.78 0.03 0.07 90.66 [2025-06-12T02:33:23.762Z] 01:49:01 7 8.68 0.00 0.88 0.50 0.07 89.88 [2025-06-12T02:33:23.762Z] 01:50:01 all 0.30 0.00 0.02 0.00 0.02 99.65 [2025-06-12T02:33:23.762Z] 01:50:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-12T02:33:23.762Z] 01:50:01 1 0.12 0.00 0.03 0.00 0.03 99.82 [2025-06-12T02:33:23.762Z] 01:50:01 2 0.18 0.00 0.05 0.00 0.07 99.70 [2025-06-12T02:33:23.762Z] 01:50:01 3 0.02 0.00 0.03 0.02 0.00 99.93 [2025-06-12T02:33:23.762Z] 01:50:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-12T02:33:23.762Z] 01:50:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-12T02:33:23.762Z] 01:50:01 6 0.02 0.00 0.02 0.00 0.03 99.93 [2025-06-12T02:33:23.762Z] 01:50:01 7 2.00 0.00 0.03 0.00 0.02 97.95 [2025-06-12T02:33:23.762Z] [2025-06-12T02:33:23.762Z] 01:50:01 CPU %user %nice %system %iowait %steal %idle [2025-06-12T02:33:23.762Z] 01:51:01 all 0.10 0.00 0.03 0.01 0.01 99.85 [2025-06-12T02:33:23.762Z] 01:51:01 0 0.05 0.00 0.05 0.03 0.02 99.85 [2025-06-12T02:33:23.762Z] 01:51:01 1 0.02 0.00 0.00 0.03 0.02 99.93 [2025-06-12T02:33:23.762Z] 01:51:01 2 0.08 0.00 0.07 0.00 0.03 99.82 [2025-06-12T02:33:23.762Z] 01:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.762Z] 01:51:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-12T02:33:23.762Z] 01:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-12T02:33:23.762Z] 01:51:01 6 0.05 0.00 0.03 0.00 0.00 99.92 [2025-06-12T02:33:23.762Z] 01:51:01 7 0.57 0.00 0.05 0.00 0.00 99.38 [2025-06-12T02:33:23.762Z] 01:52:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-06-12T02:33:23.762Z] 01:52:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-12T02:33:23.762Z] 01:52:01 1 0.03 0.00 0.02 0.02 0.03 99.90 [2025-06-12T02:33:23.762Z] 01:52:01 2 0.10 0.00 0.07 0.00 0.03 99.80 [2025-06-12T02:33:23.762Z] 01:52:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-12T02:33:23.762Z] 01:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-12T02:33:23.762Z] 01:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.762Z] 01:52:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-12T02:33:23.762Z] 01:52:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-12T02:33:23.762Z] 01:53:01 all 0.01 0.00 0.02 0.00 0.01 99.95 [2025-06-12T02:33:23.762Z] 01:53:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-12T02:33:23.762Z] 01:53:01 1 0.03 0.00 0.05 0.02 0.02 99.88 [2025-06-12T02:33:23.762Z] 01:53:01 2 0.03 0.00 0.03 0.00 0.05 99.88 [2025-06-12T02:33:23.762Z] 01:53:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-12T02:33:23.762Z] 01:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.762Z] 01:53:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-12T02:33:23.762Z] 01:53:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-12T02:33:23.762Z] 01:53:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2025-06-12T02:33:23.762Z] 01:54:01 all 0.19 0.00 0.03 0.01 0.01 99.76 [2025-06-12T02:33:23.762Z] 01:54:01 0 0.03 0.00 0.00 0.02 0.00 99.95 [2025-06-12T02:33:23.762Z] 01:54:01 1 0.08 0.00 0.07 0.00 0.03 99.82 [2025-06-12T02:33:23.762Z] 01:54:01 2 0.08 0.00 0.05 0.00 0.03 99.83 [2025-06-12T02:33:23.762Z] 01:54:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2025-06-12T02:33:23.762Z] 01:54:01 4 0.07 0.00 0.02 0.02 0.02 99.88 [2025-06-12T02:33:23.762Z] 01:54:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-12T02:33:23.762Z] 01:54:01 6 0.13 0.00 0.05 0.00 0.00 99.82 [2025-06-12T02:33:23.762Z] 01:54:01 7 1.06 0.00 0.02 0.00 0.02 98.91 [2025-06-12T02:33:23.762Z] 01:55:01 all 0.19 0.00 0.02 0.01 0.01 99.78 [2025-06-12T02:33:23.762Z] 01:55:01 0 0.00 0.00 0.00 0.05 0.02 99.93 [2025-06-12T02:33:23.762Z] 01:55:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2025-06-12T02:33:23.762Z] 01:55:01 2 0.08 0.00 0.05 0.00 0.03 99.83 [2025-06-12T02:33:23.762Z] 01:55:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-12T02:33:23.762Z] 01:55:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-12T02:33:23.762Z] 01:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.762Z] 01:55:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-12T02:33:23.762Z] 01:55:01 7 1.34 0.00 0.02 0.00 0.00 98.65 [2025-06-12T02:33:23.762Z] 01:56:01 all 0.09 0.00 0.01 0.00 0.01 99.88 [2025-06-12T02:33:23.762Z] 01:56:01 0 0.00 0.00 0.02 0.02 0.02 99.95 [2025-06-12T02:33:23.762Z] 01:56:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-12T02:33:23.762Z] 01:56:01 2 0.08 0.00 0.05 0.00 0.05 99.82 [2025-06-12T02:33:23.762Z] 01:56:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-12T02:33:23.762Z] 01:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-12T02:33:23.762Z] 01:56:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-12T02:33:23.762Z] 01:56:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-12T02:33:23.762Z] 01:56:01 7 0.50 0.00 0.00 0.00 0.00 99.50 [2025-06-12T02:33:23.762Z] 01:57:01 all 0.06 0.00 0.02 0.00 0.01 99.91 [2025-06-12T02:33:23.762Z] 01:57:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-12T02:33:23.762Z] 01:57:01 1 0.03 0.00 0.07 0.00 0.03 99.87 [2025-06-12T02:33:23.763Z] 01:57:01 2 0.03 0.00 0.00 0.00 0.03 99.93 [2025-06-12T02:33:23.763Z] 01:57:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-12T02:33:23.763Z] 01:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.763Z] 01:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.763Z] 01:57:01 6 0.07 0.00 0.03 0.00 0.02 99.88 [2025-06-12T02:33:23.763Z] 01:57:01 7 0.32 0.00 0.03 0.00 0.02 99.63 [2025-06-12T02:33:23.763Z] 01:58:01 all 0.04 0.00 0.02 0.01 0.02 99.92 [2025-06-12T02:33:23.763Z] 01:58:01 0 0.03 0.00 0.05 0.05 0.02 99.85 [2025-06-12T02:33:23.763Z] 01:58:01 1 0.00 0.00 0.02 0.00 0.03 99.95 [2025-06-12T02:33:23.763Z] 01:58:01 2 0.08 0.00 0.05 0.00 0.05 99.82 [2025-06-12T02:33:23.763Z] 01:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.763Z] 01:58:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-12T02:33:23.763Z] 01:58:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-12T02:33:23.763Z] 01:58:01 6 0.05 0.00 0.02 0.00 0.00 99.93 [2025-06-12T02:33:23.763Z] 01:58:01 7 0.08 0.00 0.02 0.00 0.02 99.88 [2025-06-12T02:33:23.763Z] 01:59:01 all 0.03 0.00 0.02 0.01 0.01 99.92 [2025-06-12T02:33:23.763Z] 01:59:01 0 0.03 0.00 0.02 0.10 0.02 99.83 [2025-06-12T02:33:23.763Z] 01:59:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2025-06-12T02:33:23.763Z] 01:59:01 2 0.05 0.00 0.03 0.00 0.03 99.88 [2025-06-12T02:33:23.763Z] 01:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.763Z] 01:59:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-12T02:33:23.763Z] 01:59:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-12T02:33:23.763Z] 01:59:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-12T02:33:23.763Z] 01:59:01 7 0.08 0.00 0.02 0.00 0.00 99.90 [2025-06-12T02:33:23.763Z] 02:00:01 all 0.08 0.00 0.06 0.01 0.01 99.85 [2025-06-12T02:33:23.763Z] 02:00:01 0 0.03 0.00 0.07 0.03 0.00 99.87 [2025-06-12T02:33:23.763Z] 02:00:01 1 0.10 0.00 0.03 0.00 0.02 99.85 [2025-06-12T02:33:23.763Z] 02:00:01 2 0.28 0.00 0.13 0.03 0.03 99.52 [2025-06-12T02:33:23.763Z] 02:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-12T02:33:23.763Z] 02:00:01 4 0.02 0.00 0.05 0.00 0.00 99.93 [2025-06-12T02:33:23.763Z] 02:00:01 5 0.05 0.00 0.05 0.02 0.00 99.88 [2025-06-12T02:33:23.763Z] 02:00:01 6 0.05 0.00 0.05 0.00 0.00 99.90 [2025-06-12T02:33:23.763Z] 02:00:01 7 0.05 0.00 0.07 0.00 0.03 99.85 [2025-06-12T02:33:23.763Z] 02:01:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-06-12T02:33:23.763Z] 02:01:01 0 0.00 0.00 0.02 0.03 0.02 99.93 [2025-06-12T02:33:23.763Z] 02:01:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2025-06-12T02:33:23.763Z] 02:01:01 2 0.07 0.00 0.02 0.00 0.03 99.88 [2025-06-12T02:33:23.763Z] 02:01:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.763Z] 02:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.763Z] 02:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.763Z] 02:01:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-12T02:33:23.763Z] 02:01:01 7 0.08 0.00 0.02 0.00 0.02 99.88 [2025-06-12T02:33:23.763Z] [2025-06-12T02:33:23.763Z] 02:01:01 CPU %user %nice %system %iowait %steal %idle [2025-06-12T02:33:23.763Z] 02:02:01 all 0.18 0.00 0.02 0.00 0.01 99.78 [2025-06-12T02:33:23.763Z] 02:02:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2025-06-12T02:33:23.763Z] 02:02:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2025-06-12T02:33:23.763Z] 02:02:01 2 0.08 0.00 0.02 0.00 0.02 99.88 [2025-06-12T02:33:23.763Z] 02:02:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-12T02:33:23.763Z] 02:02:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-12T02:33:23.763Z] 02:02:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2025-06-12T02:33:23.763Z] 02:02:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-12T02:33:23.763Z] 02:02:01 7 1.21 0.00 0.08 0.00 0.02 98.69 [2025-06-12T02:33:23.763Z] 02:03:01 all 0.04 0.00 0.01 0.00 0.01 99.93 [2025-06-12T02:33:23.763Z] 02:03:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-12T02:33:23.763Z] 02:03:01 1 0.08 0.00 0.00 0.00 0.00 99.92 [2025-06-12T02:33:23.763Z] 02:03:01 2 0.07 0.00 0.03 0.00 0.03 99.87 [2025-06-12T02:33:23.763Z] 02:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.763Z] 02:03:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-12T02:33:23.763Z] 02:03:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-12T02:33:23.763Z] 02:03:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-12T02:33:23.763Z] 02:03:01 7 0.10 0.00 0.03 0.00 0.03 99.83 [2025-06-12T02:33:23.763Z] 02:04:01 all 0.09 0.00 0.03 0.00 0.02 99.87 [2025-06-12T02:33:23.763Z] 02:04:01 0 0.02 0.00 0.02 0.03 0.00 99.93 [2025-06-12T02:33:23.763Z] 02:04:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-12T02:33:23.763Z] 02:04:01 2 0.07 0.00 0.05 0.00 0.03 99.85 [2025-06-12T02:33:23.763Z] 02:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-12T02:33:23.763Z] 02:04:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-12T02:33:23.763Z] 02:04:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-12T02:33:23.763Z] 02:04:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-12T02:33:23.763Z] 02:04:01 7 0.48 0.00 0.07 0.00 0.03 99.42 [2025-06-12T02:33:23.763Z] 02:05:01 all 0.06 0.00 0.01 0.00 0.01 99.91 [2025-06-12T02:33:23.763Z] 02:05:01 0 0.02 0.00 0.05 0.03 0.02 99.88 [2025-06-12T02:33:23.763Z] 02:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.763Z] 02:05:01 2 0.07 0.00 0.02 0.00 0.03 99.88 [2025-06-12T02:33:23.763Z] 02:05:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-12T02:33:23.763Z] 02:05:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-12T02:33:23.763Z] 02:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.763Z] 02:05:01 6 0.05 0.00 0.02 0.00 0.03 99.90 [2025-06-12T02:33:23.763Z] 02:05:01 7 0.33 0.00 0.00 0.00 0.02 99.65 [2025-06-12T02:33:23.763Z] 02:06:01 all 0.10 0.00 0.02 0.00 0.02 99.86 [2025-06-12T02:33:23.763Z] 02:06:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2025-06-12T02:33:23.763Z] 02:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-12T02:33:23.763Z] 02:06:01 2 0.07 0.00 0.03 0.00 0.03 99.87 [2025-06-12T02:33:23.763Z] 02:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-12T02:33:23.763Z] 02:06:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2025-06-12T02:33:23.763Z] 02:06:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-06-12T02:33:23.763Z] 02:06:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-12T02:33:23.763Z] 02:06:01 7 0.60 0.00 0.03 0.00 0.05 99.32 [2025-06-12T02:33:23.763Z] 02:07:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-06-12T02:33:23.763Z] 02:07:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-12T02:33:23.763Z] 02:07:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-12T02:33:23.763Z] 02:07:01 2 0.08 0.00 0.03 0.00 0.03 99.85 [2025-06-12T02:33:23.763Z] 02:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.763Z] 02:07:01 4 0.07 0.00 0.03 0.00 0.02 99.88 [2025-06-12T02:33:23.763Z] 02:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.763Z] 02:07:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2025-06-12T02:33:23.763Z] 02:07:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-12T02:33:23.763Z] 02:08:01 all 0.02 0.00 0.02 0.05 0.01 99.90 [2025-06-12T02:33:23.763Z] 02:08:01 0 0.00 0.00 0.03 0.08 0.00 99.88 [2025-06-12T02:33:23.763Z] 02:08:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-12T02:33:23.763Z] 02:08:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2025-06-12T02:33:23.763Z] 02:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.763Z] 02:08:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-12T02:33:23.763Z] 02:08:01 5 0.00 0.00 0.00 0.35 0.00 99.65 [2025-06-12T02:33:23.763Z] 02:08:01 6 0.05 0.00 0.07 0.00 0.02 99.87 [2025-06-12T02:33:23.763Z] 02:08:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-12T02:33:23.763Z] 02:09:01 all 0.05 0.00 0.02 0.01 0.02 99.90 [2025-06-12T02:33:23.763Z] 02:09:01 0 0.02 0.00 0.03 0.05 0.02 99.88 [2025-06-12T02:33:23.763Z] 02:09:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2025-06-12T02:33:23.763Z] 02:09:01 2 0.08 0.00 0.05 0.00 0.05 99.82 [2025-06-12T02:33:23.763Z] 02:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-12T02:33:23.763Z] 02:09:01 4 0.07 0.00 0.02 0.00 0.02 99.90 [2025-06-12T02:33:23.763Z] 02:09:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2025-06-12T02:33:23.763Z] 02:09:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2025-06-12T02:33:23.763Z] 02:09:01 7 0.12 0.00 0.05 0.00 0.03 99.80 [2025-06-12T02:33:23.763Z] 02:10:01 all 0.02 0.00 0.02 0.00 0.01 99.94 [2025-06-12T02:33:23.763Z] 02:10:01 0 0.00 0.00 0.00 0.03 0.00 99.97 [2025-06-12T02:33:23.763Z] 02:10:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-12T02:33:23.763Z] 02:10:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-12T02:33:23.763Z] 02:10:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-12T02:33:23.763Z] 02:10:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-12T02:33:23.763Z] 02:10:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-12T02:33:23.763Z] 02:10:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-12T02:33:23.763Z] 02:10:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-12T02:33:23.763Z] 02:11:01 all 0.05 0.00 0.01 0.00 0.02 99.91 [2025-06-12T02:33:23.763Z] 02:11:01 0 0.02 0.00 0.02 0.03 0.02 99.92 [2025-06-12T02:33:23.763Z] 02:11:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-12T02:33:23.763Z] 02:11:01 2 0.07 0.00 0.03 0.00 0.03 99.87 [2025-06-12T02:33:23.763Z] 02:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-12T02:33:23.763Z] 02:11:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-12T02:33:23.763Z] 02:11:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-12T02:33:23.763Z] 02:11:01 6 0.03 0.00 0.07 0.00 0.03 99.87 [2025-06-12T02:33:23.763Z] 02:11:01 7 0.22 0.00 0.00 0.00 0.02 99.77 [2025-06-12T02:33:23.763Z] 02:12:01 all 0.15 0.00 0.02 0.00 0.01 99.82 [2025-06-12T02:33:23.763Z] 02:12:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-12T02:33:23.763Z] 02:12:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-12T02:33:23.763Z] 02:12:01 2 0.03 0.00 0.00 0.00 0.05 99.92 [2025-06-12T02:33:23.763Z] 02:12:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-12T02:33:23.763Z] 02:12:01 4 0.08 0.00 0.03 0.00 0.02 99.87 [2025-06-12T02:33:23.763Z] 02:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.763Z] 02:12:01 6 0.05 0.00 0.03 0.00 0.00 99.92 [2025-06-12T02:33:23.763Z] 02:12:01 7 0.99 0.00 0.05 0.00 0.02 98.94 [2025-06-12T02:33:23.763Z] [2025-06-12T02:33:23.763Z] 02:12:01 CPU %user %nice %system %iowait %steal %idle [2025-06-12T02:33:23.763Z] 02:13:02 all 0.03 0.00 0.02 0.01 0.01 99.94 [2025-06-12T02:33:23.763Z] 02:13:02 0 0.02 0.00 0.02 0.05 0.02 99.90 [2025-06-12T02:33:23.763Z] 02:13:02 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.763Z] 02:13:02 2 0.08 0.00 0.05 0.00 0.02 99.85 [2025-06-12T02:33:23.763Z] 02:13:02 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-12T02:33:23.763Z] 02:13:02 4 0.08 0.00 0.05 0.00 0.02 99.85 [2025-06-12T02:33:23.763Z] 02:13:02 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-12T02:33:23.763Z] 02:13:02 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-12T02:33:23.763Z] 02:13:02 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-12T02:33:23.763Z] 02:14:01 all 0.02 0.00 0.02 0.00 0.01 99.94 [2025-06-12T02:33:23.763Z] 02:14:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2025-06-12T02:33:23.763Z] 02:14:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2025-06-12T02:33:23.763Z] 02:14:01 2 0.05 0.00 0.02 0.00 0.03 99.90 [2025-06-12T02:33:23.763Z] 02:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.763Z] 02:14:01 4 0.03 0.00 0.03 0.00 0.03 99.90 [2025-06-12T02:33:23.763Z] 02:14:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-12T02:33:23.763Z] 02:14:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-12T02:33:23.763Z] 02:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-12T02:33:23.763Z] 02:15:01 all 0.23 0.00 0.03 0.01 0.01 99.71 [2025-06-12T02:33:23.763Z] 02:15:01 0 0.03 0.00 0.05 0.08 0.00 99.83 [2025-06-12T02:33:23.763Z] 02:15:01 1 0.63 0.00 0.00 0.00 0.02 99.35 [2025-06-12T02:33:23.763Z] 02:15:01 2 0.25 0.00 0.03 0.00 0.02 99.70 [2025-06-12T02:33:23.763Z] 02:15:01 3 0.22 0.00 0.02 0.02 0.00 99.75 [2025-06-12T02:33:23.763Z] 02:15:01 4 0.17 0.00 0.05 0.02 0.02 99.75 [2025-06-12T02:33:23.763Z] 02:15:01 5 0.15 0.00 0.02 0.00 0.00 99.83 [2025-06-12T02:33:23.763Z] 02:15:01 6 0.23 0.00 0.05 0.00 0.02 99.70 [2025-06-12T02:33:23.763Z] 02:15:01 7 0.17 0.00 0.03 0.00 0.02 99.78 [2025-06-12T02:33:23.763Z] 02:16:01 all 0.22 0.00 0.02 0.01 0.01 99.74 [2025-06-12T02:33:23.763Z] 02:16:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2025-06-12T02:33:23.763Z] 02:16:01 1 0.23 0.00 0.00 0.00 0.00 99.77 [2025-06-12T02:33:23.763Z] 02:16:01 2 0.08 0.00 0.00 0.00 0.02 99.90 [2025-06-12T02:33:23.763Z] 02:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-12T02:33:23.763Z] 02:16:01 4 0.20 0.00 0.12 0.02 0.05 99.62 [2025-06-12T02:33:23.763Z] 02:16:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-12T02:33:23.763Z] 02:16:01 6 0.07 0.00 0.05 0.00 0.02 99.87 [2025-06-12T02:33:23.763Z] 02:16:01 7 1.14 0.00 0.00 0.00 0.00 98.86 [2025-06-12T02:33:23.764Z] 02:17:01 all 0.27 0.00 0.02 0.00 0.02 99.69 [2025-06-12T02:33:23.764Z] 02:17:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2025-06-12T02:33:23.764Z] 02:17:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-12T02:33:23.764Z] 02:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-12T02:33:23.764Z] 02:17:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-12T02:33:23.764Z] 02:17:01 4 0.07 0.00 0.02 0.00 0.03 99.88 [2025-06-12T02:33:23.764Z] 02:17:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2025-06-12T02:33:23.764Z] 02:17:01 6 0.08 0.00 0.07 0.00 0.03 99.82 [2025-06-12T02:33:23.764Z] 02:17:01 7 1.94 0.00 0.03 0.00 0.02 98.01 [2025-06-12T02:33:23.764Z] 02:18:01 all 0.15 0.00 0.02 0.00 0.01 99.82 [2025-06-12T02:33:23.764Z] 02:18:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2025-06-12T02:33:23.764Z] 02:18:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-12T02:33:23.764Z] 02:18:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-12T02:33:23.764Z] 02:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.764Z] 02:18:01 4 0.10 0.00 0.07 0.00 0.03 99.80 [2025-06-12T02:33:23.764Z] 02:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.764Z] 02:18:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-12T02:33:23.764Z] 02:18:01 7 1.01 0.00 0.02 0.00 0.00 98.97 [2025-06-12T02:33:23.764Z] 02:19:01 all 0.09 0.00 0.02 0.00 0.01 99.88 [2025-06-12T02:33:23.764Z] 02:19:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-06-12T02:33:23.764Z] 02:19:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-12T02:33:23.764Z] 02:19:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-12T02:33:23.764Z] 02:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-12T02:33:23.764Z] 02:19:01 4 0.13 0.00 0.05 0.00 0.02 99.80 [2025-06-12T02:33:23.764Z] 02:19:01 5 0.02 0.00 0.02 0.03 0.00 99.93 [2025-06-12T02:33:23.764Z] 02:19:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2025-06-12T02:33:23.764Z] 02:19:01 7 0.42 0.00 0.03 0.00 0.00 99.55 [2025-06-12T02:33:23.764Z] 02:20:01 all 0.05 0.00 0.01 0.00 0.01 99.93 [2025-06-12T02:33:23.764Z] 02:20:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-12T02:33:23.764Z] 02:20:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-12T02:33:23.764Z] 02:20:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-12T02:33:23.764Z] 02:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.764Z] 02:20:01 4 0.07 0.00 0.03 0.00 0.03 99.87 [2025-06-12T02:33:23.764Z] 02:20:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-12T02:33:23.764Z] 02:20:01 6 0.07 0.00 0.05 0.00 0.02 99.87 [2025-06-12T02:33:23.764Z] 02:20:01 7 0.17 0.00 0.00 0.00 0.00 99.83 [2025-06-12T02:33:23.764Z] 02:21:01 all 0.04 0.00 0.02 0.00 0.01 99.92 [2025-06-12T02:33:23.764Z] 02:21:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2025-06-12T02:33:23.764Z] 02:21:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2025-06-12T02:33:23.764Z] 02:21:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-12T02:33:23.764Z] 02:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-12T02:33:23.764Z] 02:21:01 4 0.10 0.00 0.05 0.00 0.03 99.82 [2025-06-12T02:33:23.764Z] 02:21:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-12T02:33:23.764Z] 02:21:01 6 0.08 0.00 0.07 0.00 0.03 99.82 [2025-06-12T02:33:23.764Z] 02:21:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-12T02:33:23.764Z] 02:22:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-06-12T02:33:23.764Z] 02:22:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-12T02:33:23.764Z] 02:22:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-12T02:33:23.764Z] 02:22:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-12T02:33:23.764Z] 02:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-12T02:33:23.764Z] 02:22:01 4 0.10 0.00 0.05 0.00 0.03 99.82 [2025-06-12T02:33:23.764Z] 02:22:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-12T02:33:23.764Z] 02:22:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2025-06-12T02:33:23.764Z] 02:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.764Z] 02:23:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2025-06-12T02:33:23.764Z] 02:23:01 0 0.02 0.00 0.02 0.03 0.00 99.93 [2025-06-12T02:33:23.764Z] 02:23:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-12T02:33:23.764Z] 02:23:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-12T02:33:23.764Z] 02:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.764Z] 02:23:01 4 0.10 0.00 0.08 0.00 0.03 99.78 [2025-06-12T02:33:23.764Z] 02:23:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-12T02:33:23.764Z] 02:23:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-12T02:33:23.764Z] 02:23:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-12T02:33:23.764Z] [2025-06-12T02:33:23.764Z] 02:23:01 CPU %user %nice %system %iowait %steal %idle [2025-06-12T02:33:23.764Z] 02:24:01 all 0.21 0.00 0.01 0.00 0.01 99.76 [2025-06-12T02:33:23.764Z] 02:24:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-12T02:33:23.764Z] 02:24:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-12T02:33:23.764Z] 02:24:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2025-06-12T02:33:23.764Z] 02:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.764Z] 02:24:01 4 0.10 0.00 0.07 0.00 0.03 99.80 [2025-06-12T02:33:23.764Z] 02:24:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-12T02:33:23.764Z] 02:24:01 6 0.05 0.00 0.02 0.00 0.00 99.93 [2025-06-12T02:33:23.764Z] 02:24:01 7 1.45 0.00 0.03 0.00 0.02 98.50 [2025-06-12T02:33:23.764Z] 02:25:01 all 0.14 0.00 0.01 0.01 0.02 99.82 [2025-06-12T02:33:23.764Z] 02:25:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2025-06-12T02:33:23.764Z] 02:25:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-12T02:33:23.764Z] 02:25:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-12T02:33:23.764Z] 02:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.764Z] 02:25:01 4 0.05 0.00 0.03 0.00 0.05 99.87 [2025-06-12T02:33:23.764Z] 02:25:01 5 0.00 0.00 0.00 0.08 0.02 99.90 [2025-06-12T02:33:23.764Z] 02:25:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-12T02:33:23.764Z] 02:25:01 7 0.99 0.00 0.02 0.02 0.02 98.96 [2025-06-12T02:33:23.764Z] 02:26:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-06-12T02:33:23.764Z] 02:26:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2025-06-12T02:33:23.764Z] 02:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-12T02:33:23.764Z] 02:26:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-12T02:33:23.764Z] 02:26:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-12T02:33:23.764Z] 02:26:01 4 0.10 0.00 0.05 0.00 0.03 99.82 [2025-06-12T02:33:23.764Z] 02:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.764Z] 02:26:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-12T02:33:23.764Z] 02:26:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-12T02:33:23.764Z] 02:27:01 all 0.01 0.00 0.02 0.00 0.01 99.96 [2025-06-12T02:33:23.764Z] 02:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-12T02:33:23.764Z] 02:27:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-12T02:33:23.764Z] 02:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-12T02:33:23.764Z] 02:27:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-12T02:33:23.764Z] 02:27:01 4 0.08 0.00 0.05 0.00 0.03 99.83 [2025-06-12T02:33:23.764Z] 02:27:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-06-12T02:33:23.764Z] 02:27:01 6 0.00 0.00 0.03 0.00 0.02 99.95 [2025-06-12T02:33:23.764Z] 02:27:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-12T02:33:23.764Z] 02:28:01 all 0.18 0.00 0.01 0.00 0.01 99.80 [2025-06-12T02:33:23.764Z] 02:28:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2025-06-12T02:33:23.764Z] 02:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-12T02:33:23.764Z] 02:28:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-12T02:33:23.764Z] 02:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-12T02:33:23.764Z] 02:28:01 4 0.12 0.00 0.05 0.00 0.03 99.80 [2025-06-12T02:33:23.764Z] 02:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-12T02:33:23.764Z] 02:28:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-12T02:33:23.764Z] 02:28:01 7 1.19 0.00 0.02 0.00 0.02 98.77 [2025-06-12T02:33:23.764Z] 02:29:01 all 0.18 0.00 0.07 0.01 0.01 99.74 [2025-06-12T02:33:23.764Z] 02:29:01 0 0.05 0.00 0.07 0.02 0.02 99.85 [2025-06-12T02:33:23.764Z] 02:29:01 1 0.00 0.00 0.05 0.00 0.00 99.95 [2025-06-12T02:33:23.764Z] 02:29:01 2 0.55 0.00 0.13 0.02 0.00 99.30 [2025-06-12T02:33:23.764Z] 02:29:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-06-12T02:33:23.764Z] 02:29:01 4 0.08 0.00 0.05 0.00 0.03 99.83 [2025-06-12T02:33:23.764Z] 02:29:01 5 0.02 0.00 0.05 0.02 0.02 99.90 [2025-06-12T02:33:23.764Z] 02:29:01 6 0.03 0.00 0.07 0.00 0.02 99.88 [2025-06-12T02:33:23.764Z] 02:29:01 7 0.63 0.00 0.08 0.00 0.03 99.25 [2025-06-12T02:33:23.764Z] 02:30:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2025-06-12T02:33:23.764Z] 02:30:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-12T02:33:23.764Z] 02:30:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-12T02:33:23.764Z] 02:30:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-12T02:33:23.764Z] 02:30:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-12T02:33:23.764Z] 02:30:01 4 0.07 0.00 0.05 0.00 0.02 99.87 [2025-06-12T02:33:23.764Z] 02:30:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-12T02:33:23.764Z] 02:30:01 6 0.07 0.00 0.03 0.02 0.02 99.87 [2025-06-12T02:33:23.764Z] 02:30:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-12T02:33:23.764Z] 02:31:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-06-12T02:33:23.764Z] 02:31:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2025-06-12T02:33:23.764Z] 02:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.764Z] 02:31:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-12T02:33:23.764Z] 02:31:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-12T02:33:23.764Z] 02:31:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-12T02:33:23.764Z] 02:31:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-12T02:33:23.764Z] 02:31:01 6 0.07 0.00 0.03 0.00 0.00 99.90 [2025-06-12T02:33:23.764Z] 02:31:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-12T02:33:23.764Z] 02:32:01 all 0.13 0.00 0.01 0.00 0.01 99.84 [2025-06-12T02:33:23.764Z] 02:32:01 0 0.00 0.00 0.02 0.02 0.02 99.95 [2025-06-12T02:33:23.764Z] 02:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-12T02:33:23.764Z] 02:32:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-12T02:33:23.764Z] 02:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-12T02:33:23.764Z] 02:32:01 4 0.10 0.00 0.03 0.00 0.02 99.85 [2025-06-12T02:33:23.764Z] 02:32:01 5 0.03 0.00 0.03 0.02 0.03 99.88 [2025-06-12T02:33:23.764Z] 02:32:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2025-06-12T02:33:23.764Z] 02:32:01 7 0.83 0.00 0.00 0.00 0.02 99.15 [2025-06-12T02:33:23.764Z] 02:33:01 all 9.29 0.00 4.11 1.41 0.08 85.11 [2025-06-12T02:33:23.764Z] 02:33:01 0 8.06 0.00 4.39 0.63 0.07 86.85 [2025-06-12T02:33:23.764Z] 02:33:01 1 8.89 0.00 3.94 0.15 0.08 86.94 [2025-06-12T02:33:23.764Z] 02:33:01 2 9.55 0.00 3.63 0.03 0.08 86.70 [2025-06-12T02:33:23.764Z] 02:33:01 3 8.46 0.00 4.31 0.27 0.07 86.89 [2025-06-12T02:33:23.764Z] 02:33:01 4 11.71 0.00 4.45 3.46 0.08 80.30 [2025-06-12T02:33:23.764Z] 02:33:01 5 9.57 0.00 5.45 5.67 0.10 79.21 [2025-06-12T02:33:23.764Z] 02:33:01 6 7.95 0.00 3.63 1.03 0.08 87.31 [2025-06-12T02:33:23.764Z] 02:33:01 7 10.16 0.00 3.05 0.05 0.07 86.68 [2025-06-12T02:33:23.764Z] Average: all 7.57 0.00 1.25 0.65 0.03 90.50 [2025-06-12T02:33:23.764Z] Average: 0 7.42 0.00 1.23 0.78 0.03 90.54 [2025-06-12T02:33:23.764Z] Average: 1 7.63 0.00 1.22 0.49 0.03 90.63 [2025-06-12T02:33:23.764Z] Average: 2 7.62 0.00 1.23 0.42 0.04 90.69 [2025-06-12T02:33:23.764Z] Average: 3 7.65 0.00 1.30 0.50 0.02 90.53 [2025-06-12T02:33:23.764Z] Average: 4 7.40 0.00 1.34 0.86 0.03 90.37 [2025-06-12T02:33:23.764Z] Average: 5 7.45 0.00 1.27 0.84 0.03 90.41 [2025-06-12T02:33:23.764Z] Average: 6 7.50 0.00 1.20 0.42 0.03 90.85 [2025-06-12T02:33:23.764Z] Average: 7 7.88 0.00 1.25 0.86 0.03 89.97 [2025-06-12T02:33:23.764Z] [2025-06-12T02:33:23.764Z] [2025-06-12T02:33:23.764Z]