Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1e4250d9590b5b4a05e18093632e31bfe594a873 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-ssh13265455377506560234.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-ssh13146497684621480971.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-ssh12499733214880355620.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-ssh15182694604616209768.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-ssh14416147775279021182.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-4949 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/872 [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/872 # 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 1e4250d9590b5b4a05e18093632e31bfe594a873 (main) Commit message: "build(deps): Bump github.com/pebbe/zmq4 from 1.3.1 to 1.4.0 (#5141)" > 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 1e4250d9590b5b4a05e18093632e31bfe594a873 # timeout=10 > git rev-list --no-walk be28a41d6891c049751c2691a0cffa4ea8b2cf08 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-07-11T01:59:48.926Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-07-11T01:59:48.993Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-07-11T01:59:49.024Z] ========================================================= [2025-07-11T01:59:49.024Z] EdgeX Global Pipelines Version Info [2025-07-11T01:59:49.024Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-07-11T01:59:50.132Z] ------------------- [2025-07-11T01:59:50.132Z] stable info: [2025-07-11T01:59:50.132Z] ------------------- [2025-07-11T01:59:50.132Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-11T01:59:50.132Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-07-11T01:59:50.132Z] Message: update stable to v1.0.274 [2025-07-11T01:59:50.393Z] ------------------- [2025-07-11T01:59:50.393Z] experimental info: [2025-07-11T01:59:50.393Z] ------------------- [2025-07-11T01:59:50.393Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-11T01:59:50.393Z] Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e [2025-07-11T01:59:50.393Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-07-11T01:59:50.479Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-07-11T01:59:50.505Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-07-11T01:59:50.528Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-07-11T01:59:50.554Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-07-11T01:59:50.578Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-07-11T01:59:50.609Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-07-11T01:59:50.633Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-07-11T01:59:50.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-07-11T01:59:50.680Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-07-11T01:59:50.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-07-11T01:59:50.728Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-07-11T01:59:50.752Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-07-11T01:59:50.774Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-07-11T01:59:50.793Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-07-11T01:59:50.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-07-11T01:59:50.836Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-07-11T01:59:50.856Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-07-11T01:59:50.876Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-07-11T01:59:50.898Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-07-11T01:59:50.919Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-07-11T01:59:50.938Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-07-11T01:59:50.956Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-07-11T01:59:50.976Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-07-11T01:59:51.002Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-07-11T01:59:51.025Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-07-11T01:59:51.050Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-07-11T01:59:51.071Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo [2025-07-11T01:59:51.095Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1e4250d [Pipeline] echo [2025-07-11T01:59:51.120Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-11T01:59:51.184Z] provisioning config files... [2025-07-11T01:59:51.197Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/872@tmp/config14609318513924641558tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-11T01:59:51.530Z] ---> ****-login.sh [2025-07-11T01:59:51.530Z] nexus3.edgexfoundry.org:10001 [2025-07-11T01:59:51.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T01:59:51.791Z] [2025-07-11T01:59:51.791Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-11T01:59:51.791Z] Configure a credential helper to remove this warning. See [2025-07-11T01:59:51.791Z] https://docs.****.com/go/credential-store/ [2025-07-11T01:59:51.791Z] [2025-07-11T01:59:51.791Z] Login Succeeded [2025-07-11T01:59:51.791Z] nexus3.edgexfoundry.org:10002 [2025-07-11T01:59:51.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T01:59:51.791Z] [2025-07-11T01:59:51.791Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-11T01:59:51.791Z] Configure a credential helper to remove this warning. See [2025-07-11T01:59:51.791Z] https://docs.****.com/go/credential-store/ [2025-07-11T01:59:51.791Z] [2025-07-11T01:59:51.791Z] Login Succeeded [2025-07-11T01:59:51.791Z] nexus3.edgexfoundry.org:10003 [2025-07-11T01:59:52.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T01:59:52.051Z] [2025-07-11T01:59:52.051Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-11T01:59:52.052Z] Configure a credential helper to remove this warning. See [2025-07-11T01:59:52.052Z] https://docs.****.com/go/credential-store/ [2025-07-11T01:59:52.052Z] [2025-07-11T01:59:52.052Z] Login Succeeded [2025-07-11T01:59:52.052Z] nexus3.edgexfoundry.org:10004 [2025-07-11T01:59:52.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T01:59:52.052Z] [2025-07-11T01:59:52.052Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-11T01:59:52.052Z] Configure a credential helper to remove this warning. See [2025-07-11T01:59:52.052Z] https://docs.****.com/go/credential-store/ [2025-07-11T01:59:52.052Z] [2025-07-11T01:59:52.052Z] Login Succeeded [2025-07-11T01:59:52.052Z] ****.io [2025-07-11T01:59:52.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T01:59:52.312Z] [2025-07-11T01:59:52.312Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-11T01:59:52.312Z] Configure a credential helper to remove this warning. See [2025-07-11T01:59:52.312Z] https://docs.****.com/go/credential-store/ [2025-07-11T01:59:52.312Z] [2025-07-11T01:59:52.312Z] Login Succeeded [2025-07-11T01:59:52.312Z] ---> ****-login.sh ends [Pipeline] } [2025-07-11T01:59:52.320Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-11T01:59:52.650Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2025-07-11T01:59:52.650Z] + dirname cmd/core-command/Dockerfile [2025-07-11T01:59:52.650Z] + cut -d/ -f2 [2025-07-11T01:59:52.650Z] + echo core-command,cmd/core-command/Dockerfile [2025-07-11T01:59:52.650Z] + cut -d/ -f2 [2025-07-11T01:59:52.650Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-07-11T01:59:52.650Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-07-11T01:59:52.650Z] + dirname cmd/core-data/Dockerfile [2025-07-11T01:59:52.650Z] + cut -d/ -f2 [2025-07-11T01:59:52.650Z] + echo core-data,cmd/core-data/Dockerfile [2025-07-11T01:59:52.650Z] + dirname cmd/core-keeper/Dockerfile [2025-07-11T01:59:52.650Z] + cut -d/ -f2 [2025-07-11T01:59:52.650Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-07-11T01:59:52.650Z] + dirname cmd/core-metadata/Dockerfile [2025-07-11T01:59:52.650Z] + cut -d/ -f2 [2025-07-11T01:59:52.650Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-07-11T01:59:52.650Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-07-11T01:59:52.650Z] + cut -d/ -f2 [2025-07-11T01:59:52.650Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-07-11T01:59:52.650Z] + + cutdirname -d/ cmd/security-proxy-auth/Dockerfile -f2 [2025-07-11T01:59:52.650Z] [2025-07-11T01:59:52.650Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-07-11T01:59:52.650Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-07-11T01:59:52.650Z] + cut -d/ -f2 [2025-07-11T01:59:52.650Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-07-11T01:59:52.650Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-07-11T01:59:52.650Z] + cut -d/ -f2 [2025-07-11T01:59:52.650Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-07-11T01:59:52.650Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-07-11T01:59:52.650Z] + cut -d/ -f2 [2025-07-11T01:59:52.650Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-07-11T01:59:52.650Z] + dirname cmd/security-spire-agent/Dockerfile [2025-07-11T01:59:52.650Z] + cut -d/ -f2 [2025-07-11T01:59:52.650Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-07-11T01:59:52.650Z] + dirname cmd/security-spire-config/Dockerfile [2025-07-11T01:59:52.650Z] + cut -d/ -f2 [2025-07-11T01:59:52.650Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-07-11T01:59:52.650Z] + dirname cmd/security-spire-server/Dockerfile [2025-07-11T01:59:52.650Z] + cut -d/ -f2 [2025-07-11T01:59:52.650Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-07-11T01:59:52.650Z] + dirname cmd/support-notifications/Dockerfile [2025-07-11T01:59:52.650Z] + cut -d/ -f2 [2025-07-11T01:59:52.650Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-07-11T01:59:52.650Z] + dirname cmd/support-scheduler/Dockerfile [2025-07-11T01:59:52.650Z] + cut -d/ -f2 [2025-07-11T01:59:52.650Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-07-11T01:59:52.690Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-07-11T01:59:53.074Z] + git rev-list -1 --merges 1e4250d9590b5b4a05e18093632e31bfe594a873~1..1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo [2025-07-11T01:59:53.088Z] -----------> git rev-list -1 --merges 1e4250d9590b5b4a05e18093632e31bfe594a873~1..1e4250d9590b5b4a05e18093632e31bfe594a873 1e4250d9590b5b4a05e18093632e31bfe594a873 [false] [Pipeline] sh [2025-07-11T01:59:53.387Z] + git log --format=format:%s -1 1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo [2025-07-11T01:59:53.409Z] ========================================================= [2025-07-11T01:59:53.409Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-07-11T01:59:53.409Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-07-11T01:59:53.868Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-11T01:59:53.868Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-07-11T01:59:53.868Z] + [ -e /tmp/ssh_known_hosts ] [2025-07-11T01:59:53.868Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-07-11T01:59:53.868Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-07-11T01:59:53.868Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-07-11T01:59:53.868Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T01:59:54.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-11T01:59:54.284Z] [2025-07-11T01:59:54.284Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T01:59:54.584Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-11T01:59:54.584Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-07-11T01:59:54.584Z] 3dae71ba6b94: Pulling fs layer [2025-07-11T01:59:54.584Z] 6bf1a483ea7c: Pulling fs layer [2025-07-11T01:59:54.584Z] f5dfc541a4d3: Pulling fs layer [2025-07-11T01:59:54.584Z] 461d9e800cba: Pulling fs layer [2025-07-11T01:59:54.584Z] 80192f66455f: Pulling fs layer [2025-07-11T01:59:54.584Z] 2e8e34ca0e6c: Pulling fs layer [2025-07-11T01:59:54.584Z] a29436f7fd5d: Pulling fs layer [2025-07-11T01:59:54.584Z] 923cac83aea3: Pulling fs layer [2025-07-11T01:59:54.584Z] 25ad8b0a4227: Pulling fs layer [2025-07-11T01:59:54.584Z] db01528c6b51: Pulling fs layer [2025-07-11T01:59:54.584Z] 28988de357af: Pulling fs layer [2025-07-11T01:59:54.584Z] 2e8e34ca0e6c: Waiting [2025-07-11T01:59:54.584Z] 461d9e800cba: Waiting [2025-07-11T01:59:54.584Z] 80192f66455f: Waiting [2025-07-11T01:59:54.584Z] a29436f7fd5d: Waiting [2025-07-11T01:59:54.584Z] 25ad8b0a4227: Waiting [2025-07-11T01:59:54.584Z] db01528c6b51: Waiting [2025-07-11T01:59:54.584Z] 28988de357af: Waiting [2025-07-11T01:59:54.584Z] 6bf1a483ea7c: Verifying Checksum [2025-07-11T01:59:54.584Z] 6bf1a483ea7c: Download complete [2025-07-11T01:59:54.584Z] 461d9e800cba: Verifying Checksum [2025-07-11T01:59:54.584Z] 461d9e800cba: Download complete [2025-07-11T01:59:54.844Z] 80192f66455f: Verifying Checksum [2025-07-11T01:59:54.844Z] 80192f66455f: Download complete [2025-07-11T01:59:54.844Z] f5dfc541a4d3: Verifying Checksum [2025-07-11T01:59:54.844Z] f5dfc541a4d3: Download complete [2025-07-11T01:59:54.844Z] 3dae71ba6b94: Verifying Checksum [2025-07-11T01:59:54.844Z] 3dae71ba6b94: Download complete [2025-07-11T01:59:54.844Z] 923cac83aea3: Verifying Checksum [2025-07-11T01:59:54.844Z] 923cac83aea3: Download complete [2025-07-11T01:59:55.102Z] 25ad8b0a4227: Verifying Checksum [2025-07-11T01:59:55.102Z] 25ad8b0a4227: Download complete [2025-07-11T01:59:55.102Z] db01528c6b51: Verifying Checksum [2025-07-11T01:59:55.102Z] db01528c6b51: Download complete [2025-07-11T01:59:55.102Z] 28988de357af: Download complete [2025-07-11T01:59:55.362Z] a29436f7fd5d: Verifying Checksum [2025-07-11T01:59:55.362Z] a29436f7fd5d: Download complete [2025-07-11T01:59:55.930Z] 2e8e34ca0e6c: Verifying Checksum [2025-07-11T01:59:55.930Z] 2e8e34ca0e6c: Download complete [2025-07-11T01:59:56.502Z] 3dae71ba6b94: Pull complete [2025-07-11T01:59:56.502Z] 6bf1a483ea7c: Pull complete [2025-07-11T01:59:57.441Z] f5dfc541a4d3: Pull complete [2025-07-11T01:59:57.441Z] 461d9e800cba: Pull complete [2025-07-11T01:59:57.441Z] 80192f66455f: Pull complete [2025-07-11T02:00:02.723Z] 2e8e34ca0e6c: Pull complete [2025-07-11T02:00:02.988Z] a29436f7fd5d: Pull complete [2025-07-11T02:00:02.988Z] 923cac83aea3: Pull complete [2025-07-11T02:00:02.988Z] 25ad8b0a4227: Pull complete [2025-07-11T02:00:03.247Z] db01528c6b51: Pull complete [2025-07-11T02:00:03.247Z] 28988de357af: Pull complete [2025-07-11T02:00:03.247Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-07-11T02:00:03.247Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-11T02:00:03.247Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-11T02:00:03.409Z] prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container [2025-07-11T02:00:03.442Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-11T02:00:08.369Z] $ docker top 5f4ee52b990ac055938b3eb89b06579ef796f39d341f917c75095674bfb80c92 -eo pid,comm [2025-07-11T02:00:08.418Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-07-11T02:00:08.418Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-11T02:00:08.474Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-11T02:00:08.474Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-11T02:00:08.586Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-11T02:00:08.586Z] $ docker exec 5f4ee52b990ac055938b3eb89b06579ef796f39d341f917c75095674bfb80c92 ssh-agent [2025-07-11T02:00:08.686Z] SSH_AUTH_SOCK=/tmp/ssh-yZbxF1zCfZKh/agent.32 [2025-07-11T02:00:08.686Z] SSH_AGENT_PID=39 [2025-07-11T02:00:08.693Z] Running ssh-add (command line suppressed) [2025-07-11T02:00:08.792Z] Identity added: /w/workspace/edgex-go/872@tmp/private_key_7753296219847911272.key (/w/workspace/edgex-go/872@tmp/private_key_7753296219847911272.key) [2025-07-11T02:00:08.808Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-11T02:00:09.105Z] + git tag --points-at HEAD [Pipeline] } [2025-07-11T02:00:09.114Z] $ docker exec --env ******** --env ******** 5f4ee52b990ac055938b3eb89b06579ef796f39d341f917c75095674bfb80c92 ssh-agent -k [2025-07-11T02:00:09.208Z] unset SSH_AUTH_SOCK; [2025-07-11T02:00:09.209Z] unset SSH_AGENT_PID; [2025-07-11T02:00:09.209Z] echo Agent pid 39 killed; [2025-07-11T02:00:09.218Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-07-11T02:00:09.256Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-11T02:00:09.256Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-11T02:00:09.365Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-11T02:00:09.365Z] $ docker exec 5f4ee52b990ac055938b3eb89b06579ef796f39d341f917c75095674bfb80c92 ssh-agent [2025-07-11T02:00:09.462Z] SSH_AUTH_SOCK=/tmp/ssh-XipCF3bKauhm/agent.73 [2025-07-11T02:00:09.462Z] SSH_AGENT_PID=79 [2025-07-11T02:00:09.466Z] Running ssh-add (command line suppressed) [2025-07-11T02:00:09.565Z] Identity added: /w/workspace/edgex-go/872@tmp/private_key_3515999796514990315.key (/w/workspace/edgex-go/872@tmp/private_key_3515999796514990315.key) [2025-07-11T02:00:09.583Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-11T02:00:09.879Z] + git semver init [2025-07-11T02:00:10.139Z] 2025-07-11 02:00:10,125 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-11T02:00:10.139Z] 2025-07-11 02:00:10,128 [run_init] DEBUG init version:0.0.0 force:False [2025-07-11T02:00:10.139Z] 2025-07-11 02:00:10,129 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/872/.semver [2025-07-11T02:00:10.139Z] 2025-07-11 02:00:10,129 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/872/.semver [2025-07-11T02:00:10.139Z] 2025-07-11 02:00:10,129 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/872/.semver'], cwd=/w/workspace/edgex-go/872, stdin=None, shell=False, universal_newlines=False) [2025-07-11T02:00:16.716Z] 2025-07-11 02:00:15,429 [append_file] DEBUG append to file:/w/workspace/edgex-go/872/.git/info/exclude [2025-07-11T02:00:16.716Z] 2025-07-11 02:00:15,430 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/872/.semver/main with force:False [2025-07-11T02:00:16.716Z] 2025-07-11 02:00:15,430 [read_version] DEBUG read version from /w/workspace/edgex-go/872/.semver/main [2025-07-11T02:00:16.716Z] 2025-07-11 02:00:15,430 [read_version] DEBUG read version from /w/workspace/edgex-go/872/.semver/main [2025-07-11T02:00:16.716Z] 4.1.0-dev.40 [Pipeline] } [2025-07-11T02:00:16.725Z] $ docker exec --env ******** --env ******** 5f4ee52b990ac055938b3eb89b06579ef796f39d341f917c75095674bfb80c92 ssh-agent -k [2025-07-11T02:00:16.829Z] unset SSH_AUTH_SOCK; [2025-07-11T02:00:16.829Z] unset SSH_AGENT_PID; [2025-07-11T02:00:16.829Z] echo Agent pid 79 killed; [2025-07-11T02:00:16.843Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-11T02:00:17.177Z] + git semver [Pipeline] } [2025-07-11T02:00:17.448Z] $ docker stop --time=1 5f4ee52b990ac055938b3eb89b06579ef796f39d341f917c75095674bfb80c92 [2025-07-11T02:00:18.731Z] $ docker rm -f --volumes 5f4ee52b990ac055938b3eb89b06579ef796f39d341f917c75095674bfb80c92 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-11T02:00:19.080Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-07-11T02:00:19.375Z] Stashed 1 file(s) [Pipeline] echo [2025-07-11T02:00:19.379Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.40 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-11T02:00:19.863Z] + git config --global --add safe.directory /w/workspace/edgex-go/872 [Pipeline] echo [2025-07-11T02:00:19.873Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-11T02:00:19.894Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-11T02:00:19.909Z] ========================================================= [2025-07-11T02:00:19.909Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-07-11T02:00:19.909Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-07-11T02:00:20.205Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-11T02:00:20.205Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-07-11T02:00:20.205Z] 0a9a5dfd008f: Pulling fs layer [2025-07-11T02:00:20.205Z] 36466aa92d05: Pulling fs layer [2025-07-11T02:00:20.205Z] e10405b45d13: Pulling fs layer [2025-07-11T02:00:20.205Z] 096b7ceb2af7: Pulling fs layer [2025-07-11T02:00:20.205Z] 4f4fb700ef54: Pulling fs layer [2025-07-11T02:00:20.205Z] 8213a616a21b: Pulling fs layer [2025-07-11T02:00:20.205Z] 985586143405: Pulling fs layer [2025-07-11T02:00:20.205Z] 0eae2285b678: Pulling fs layer [2025-07-11T02:00:20.205Z] d3ac315be8c5: Pulling fs layer [2025-07-11T02:00:20.205Z] 096b7ceb2af7: Waiting [2025-07-11T02:00:20.205Z] 4f4fb700ef54: Waiting [2025-07-11T02:00:20.205Z] 8213a616a21b: Waiting [2025-07-11T02:00:20.205Z] 985586143405: Waiting [2025-07-11T02:00:20.205Z] 0eae2285b678: Waiting [2025-07-11T02:00:20.205Z] d3ac315be8c5: Waiting [2025-07-11T02:00:20.464Z] 36466aa92d05: Verifying Checksum [2025-07-11T02:00:20.464Z] 36466aa92d05: Download complete [2025-07-11T02:00:20.464Z] 096b7ceb2af7: Verifying Checksum [2025-07-11T02:00:20.464Z] 096b7ceb2af7: Download complete [2025-07-11T02:00:20.464Z] 4f4fb700ef54: Verifying Checksum [2025-07-11T02:00:20.464Z] 4f4fb700ef54: Download complete [2025-07-11T02:00:20.464Z] 8213a616a21b: Verifying Checksum [2025-07-11T02:00:20.464Z] 8213a616a21b: Download complete [2025-07-11T02:00:20.464Z] 0a9a5dfd008f: Download complete [2025-07-11T02:00:20.464Z] 985586143405: Verifying Checksum [2025-07-11T02:00:20.464Z] 985586143405: Download complete [2025-07-11T02:00:20.464Z] 0a9a5dfd008f: Pull complete [2025-07-11T02:00:20.723Z] 36466aa92d05: Pull complete [2025-07-11T02:00:20.723Z] d3ac315be8c5: Verifying Checksum [2025-07-11T02:00:20.723Z] d3ac315be8c5: Download complete [2025-07-11T02:00:20.982Z] e10405b45d13: Verifying Checksum [2025-07-11T02:00:20.982Z] e10405b45d13: Download complete [2025-07-11T02:00:21.241Z] 0eae2285b678: Verifying Checksum [2025-07-11T02:00:21.241Z] 0eae2285b678: Download complete [2025-07-11T02:00:25.433Z] e10405b45d13: Pull complete [2025-07-11T02:00:25.693Z] 096b7ceb2af7: Pull complete [2025-07-11T02:00:25.693Z] 4f4fb700ef54: Pull complete [2025-07-11T02:00:25.693Z] 8213a616a21b: Pull complete [2025-07-11T02:00:25.693Z] 985586143405: Pull complete [2025-07-11T02:00:28.995Z] 0eae2285b678: Pull complete [2025-07-11T02:00:29.256Z] d3ac315be8c5: Pull complete [2025-07-11T02:00:29.256Z] Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-11T02:00:29.256Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-11T02:00:29.256Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-07-11T02:00:29.565Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-11T02:00:29.565Z] WORKDIR /edgex [2025-07-11T02:00:29.565Z] COPY go.mod . [2025-07-11T02:00:29.565Z] RUN go mod download [2025-07-11T02:00:29.565Z] + docker build -t ci-base-image-x86_64 -f - . [2025-07-11T02:00:30.133Z] #0 building with "default" instance using docker driver [2025-07-11T02:00:30.133Z] [2025-07-11T02:00:30.133Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:00:30.133Z] #1 transferring dockerfile: 164B done [2025-07-11T02:00:30.133Z] #1 DONE 0.0s [2025-07-11T02:00:30.133Z] [2025-07-11T02:00:30.133Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-11T02:00:30.134Z] #2 DONE 0.0s [2025-07-11T02:00:30.134Z] [2025-07-11T02:00:30.134Z] #3 [internal] load .dockerignore [2025-07-11T02:00:30.134Z] #3 transferring context: 50B done [2025-07-11T02:00:30.134Z] #3 DONE 0.0s [2025-07-11T02:00:30.134Z] [2025-07-11T02:00:30.134Z] #4 [internal] load build context [2025-07-11T02:00:30.394Z] #4 transferring context: 6.51kB done [2025-07-11T02:00:30.394Z] #4 DONE 0.1s [2025-07-11T02:00:30.394Z] [2025-07-11T02:00:30.394Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-11T02:00:30.394Z] #5 DONE 0.1s [2025-07-11T02:00:30.394Z] [2025-07-11T02:00:30.394Z] #6 [2/4] WORKDIR /edgex [2025-07-11T02:00:34.502Z] Still waiting to schedule task [2025-07-11T02:00:34.502Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-07-11T02:00:34.604Z] #6 DONE 4.4s [2025-07-11T02:00:34.863Z] [2025-07-11T02:00:34.863Z] #7 [3/4] COPY go.mod . [2025-07-11T02:00:34.863Z] #7 DONE 0.0s [2025-07-11T02:00:34.863Z] [2025-07-11T02:00:34.863Z] #8 [4/4] RUN go mod download [2025-07-11T02:01:01.453Z] #8 DONE 23.2s [2025-07-11T02:01:01.453Z] [2025-07-11T02:01:01.453Z] #9 exporting to image [2025-07-11T02:01:01.453Z] #9 exporting layers [2025-07-11T02:01:01.713Z] #9 exporting layers 3.7s done [2025-07-11T02:01:01.713Z] #9 writing image sha256:2e5159b402b545ff08f10a4784e3b5e24ea511aa19972fe5c90c6df9b5fed19a done [2025-07-11T02:01:01.713Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2025-07-11T02:01:01.713Z] #9 DONE 3.7s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:01:02.016Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-11T02:01:02.017Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-11T02:01:02.097Z] prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container [2025-07-11T02:01:02.124Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-07-11T02:01:02.749Z] $ docker top 43fb0ceb23c26d41544b21f4239bcf5fa5e8d8294c1e90d3088d0c5c58b9e90d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-11T02:01:03.094Z] + go version [2025-07-11T02:01:03.094Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-07-11T02:01:03.102Z] $ docker stop --time=1 43fb0ceb23c26d41544b21f4239bcf5fa5e8d8294c1e90d3088d0c5c58b9e90d [2025-07-11T02:01:04.504Z] $ docker rm -f --volumes 43fb0ceb23c26d41544b21f4239bcf5fa5e8d8294c1e90d3088d0c5c58b9e90d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:01:04.933Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-11T02:01:04.933Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-11T02:01:05.014Z] prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container [2025-07-11T02:01:05.043Z] $ 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/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-07-11T02:01:05.264Z] $ docker top 1fb01b6b06deccf3ee34fca61ad66cae486390a9c827af8bda1ab0b19e16a80b -eo pid,comm [Pipeline] { [Pipeline] echo [2025-07-11T02:01:05.341Z] ========================================================= [2025-07-11T02:01:05.341Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-07-11T02:01:05.341Z] ========================================================= [Pipeline] sh [2025-07-11T02:01:05.624Z] + git config --global --add safe.directory /w/workspace/edgex-go/872 [Pipeline] fileExists [Pipeline] sh [2025-07-11T02:01:05.929Z] + make test [2025-07-11T02:01:05.930Z] go test -race -coverprofile=coverage.out ./... [2025-07-11T02:01:15.902Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-07-11T02:01:42.454Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-07-11T02:01:42.454Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-07-11T02:01:42.454Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-07-11T02:01:42.454Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-07-11T02:01:42.454Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-07-11T02:01:42.454Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-07-11T02:01:42.454Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-07-11T02:01:42.454Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-07-11T02:01:42.454Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-07-11T02:01:42.454Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-07-11T02:01:42.454Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-07-11T02:01:42.454Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-07-11T02:01:42.454Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-07-11T02:01:42.454Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-07-11T02:01:42.454Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-07-11T02:01:42.454Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-07-11T02:01:42.454Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-07-11T02:01:42.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.026s coverage: 42.3% of statements [2025-07-11T02:01:42.454Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-07-11T02:01:42.454Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-07-11T02:01:43.022Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-07-11T02:01:43.022Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-07-11T02:01:43.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.037s coverage: 97.0% of statements [2025-07-11T02:01:43.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-07-11T02:01:43.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-07-11T02:01:44.215Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-07-11T02:01:44.215Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-07-11T02:01:44.215Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-07-11T02:01:44.215Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-07-11T02:01:44.215Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-07-11T02:01:44.215Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-11T02:01:44.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-07-11T02:01:44.215Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-07-11T02:01:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-07-11T02:01:45.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-07-11T02:01:45.593Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-11T02:01:45.593Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-07-11T02:01:45.593Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-07-11T02:01:45.593Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-07-11T02:01:46.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.055s coverage: 69.4% of statements [2025-07-11T02:01:46.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.026s coverage: 3.5% of statements [2025-07-11T02:01:46.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.063s coverage: 46.3% of statements [2025-07-11T02:01:47.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.071s coverage: 93.4% of statements [2025-07-11T02:01:47.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.051s coverage: 92.4% of statements [2025-07-11T02:01:47.106Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-07-11T02:01:47.106Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-07-11T02:01:48.482Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.045s coverage: 8.4% of statements [2025-07-11T02:01:49.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-07-11T02:01:49.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-07-11T02:01:49.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-07-11T02:01:49.054Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-07-11T02:01:49.054Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-11T02:01:49.054Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-07-11T02:01:49.054Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-07-11T02:01:49.054Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-07-11T02:01:49.054Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-07-11T02:01:49.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-07-11T02:01:49.054Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-07-11T02:01:49.054Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-07-11T02:01:49.054Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-07-11T02:01:49.054Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-07-11T02:01:50.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.390s coverage: 95.8% of statements [2025-07-11T02:01:50.432Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.029s coverage: 72.2% of statements [2025-07-11T02:01:51.000Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-07-11T02:01:51.000Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-07-11T02:01:51.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-07-11T02:01:51.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-07-11T02:01:51.264Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-07-11T02:01:51.264Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-07-11T02:01:52.215Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.040s coverage: 0.0% of statements [no tests to run] [2025-07-11T02:01:52.215Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.042s coverage: 1.0% of statements [2025-07-11T02:01:52.215Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.031s coverage: 38.1% of statements [2025-07-11T02:01:52.215Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.018s coverage: 81.1% of statements [2025-07-11T02:01:52.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.022s coverage: 40.0% of statements [2025-07-11T02:01:52.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.029s coverage: 87.1% of statements [2025-07-11T02:01:52.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.017s coverage: 94.1% of statements [2025-07-11T02:01:53.040Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-07-11T02:01:53.040Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-07-11T02:01:53.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.038s coverage: 96.3% of statements [2025-07-11T02:01:53.040Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-07-11T02:01:53.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-07-11T02:01:53.298Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-07-11T02:01:53.298Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-07-11T02:01:53.556Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-07-11T02:01:53.556Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements [2025-07-11T02:01:54.490Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-07-11T02:01:54.490Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-07-11T02:01:54.490Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-07-11T02:01:55.867Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-07-11T02:01:55.867Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-07-11T02:01:55.867Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-07-11T02:01:55.867Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-07-11T02:01:56.124Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-07-11T02:01:56.124Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-07-11T02:01:56.691Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-07-11T02:01:59.137Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-07-11T02:01:59.137Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-07-11T02:02:00.515Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-07-11T02:02:01.082Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-07-11T02:02:01.082Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-07-11T02:02:01.082Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-07-11T02:02:05.271Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-07-11T02:02:05.530Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-07-11T02:02:05.530Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-07-11T02:02:05.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.033s coverage: 94.4% of statements [2025-07-11T02:02:05.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-07-11T02:02:05.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-07-11T02:02:05.789Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-11T02:02:08.323Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-07-11T02:02:08.323Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-07-11T02:02:08.323Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-07-11T02:02:08.323Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-07-11T02:02:08.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-07-11T02:02:08.323Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-07-11T02:02:08.580Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-07-11T02:02:08.580Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-07-11T02:02:08.580Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-07-11T02:02:08.580Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-07-11T02:02:08.580Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-07-11T02:02:08.580Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-07-11T02:02:10.480Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-07-11T02:02:10.480Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-07-11T02:02:10.480Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-07-11T02:02:10.480Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-07-11T02:02:11.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-07-11T02:02:11.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-07-11T02:02:11.855Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-11T02:02:11.855Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-07-11T02:02:11.855Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-07-11T02:02:11.855Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-07-11T02:02:11.855Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-07-11T02:02:13.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-07-11T02:02:13.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-07-11T02:02:13.234Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 25.052s coverage: 92.9% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.023s coverage: 68.8% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.034s coverage: 62.3% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.033s coverage: 87.2% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.022s coverage: 15.5% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.092s coverage: 81.8% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.080s coverage: 82.1% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.033s coverage: 86.0% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.045s coverage: 6.8% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.047s coverage: 33.3% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.055s coverage: 100.0% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.196s coverage: 54.5% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.024s coverage: 89.4% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.019s coverage: 100.0% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.028s coverage: 73.7% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.021s coverage: 100.0% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.030s coverage: 88.6% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.031s coverage: 96.8% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.021s coverage: 100.0% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.185s coverage: 29.2% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.025s coverage: 93.8% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.027s coverage: 3.1% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.026s coverage: 76.2% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.024s coverage: 54.0% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.060s coverage: 17.0% of statements [2025-07-11T02:02:18.507Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.133s coverage: 94.9% of statements [2025-07-11T02:02:18.508Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.036s coverage: 9.0% of statements [2025-07-11T02:02:18.508Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.078s coverage: 97.7% of statements [2025-07-11T02:02:18.508Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.030s coverage: 43.6% of statements [2025-07-11T02:02:18.508Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2025-07-11T02:02:18.508Z] running golangci-lint [2025-07-11T02:02:18.508Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-07-11T02:02:18.508Z] go version go1.23.9 linux/amd64 [2025-07-11T02:02:18.769Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-07-11T02:02:18.769Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-07-11T02:02:18.769Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-07-11T02:02:45.293Z] level=info msg="[loader] Go packages loading at mode 575 (exports_file|deps|files|imports|name|types_sizes|compiled_files) took 25.215814762s" [2025-07-11T02:02:45.293Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 44.242603ms" [2025-07-11T02:02:47.192Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4951 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-07-11T02:02:47.211Z] Running in /w/workspace/edgex-go/872 [Pipeline] { [Pipeline] checkout [2025-07-11T02:02:50.290Z] The recommended git tool is: git [2025-07-11T02:02:54.814Z] using credential edgex-jenkins-ssh [2025-07-11T02:02:54.835Z] Cloning the remote Git repository [2025-07-11T02:02:54.878Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-07-11T02:02:54.982Z] > git init /w/workspace/edgex-go/872 # timeout=10 [2025-07-11T02:02:55.141Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-07-11T02:02:55.143Z] > git --version # timeout=10 [2025-07-11T02:02:55.165Z] > git --version # 'git version 2.25.1' [2025-07-11T02:02:55.168Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-07-11T02:02:55.323Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-11T02:03:00.165Z] level=info msg="[linters_context/goanalysis] analyzers took 2m4.978262985s with top 10 stages: buildir: 1m13.629222881s, gosec: 4.415457849s, inspect: 3.189144032s, fact_deprecated: 2.713550465s, printf: 2.046636183s, ctrlflow: 1.653878512s, fact_purity: 1.614246783s, nilness: 1.56670609s, S1038: 1.474687734s, directives: 1.019947173s" [2025-07-11T02:03:00.165Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-07-11T02:03:00.165Z] level=info msg="[runner] Processors filtering stat (in/out): skip_files: 202/202, autogenerated_exclude: 202/202, exclude: 202/202, exclude-rules: 202/20, path_prettifier: 202/202, cgo: 202/202, filename_unadjuster: 202/202, invalid_issue: 202/202, skip_dirs: 202/202, identifier_marker: 202/202, nolint: 20/0" [2025-07-11T02:03:00.165Z] level=info msg="[runner] processing took 18.384805ms with stages: nolint: 8.20365ms, identifier_marker: 5.35911ms, exclude-rules: 1.646312ms, path_prettifier: 1.270909ms, autogenerated_exclude: 1.165228ms, skip_dirs: 602.295µs, invalid_issue: 80.46µs, cgo: 36.671µs, filename_unadjuster: 14.05µs, max_same_issues: 950ns, uniq_by_line: 880ns, fixer: 730ns, exclude: 720ns, skip_files: 560ns, severity-rules: 430ns, sort_results: 410ns, diff: 410ns, source_code: 340ns, path_prefixer: 280ns, max_from_linter: 170ns, max_per_file_from_linter: 120ns, path_shortener: 120ns" [2025-07-11T02:03:00.165Z] level=info msg="[runner] linters took 15.120827053s with stages: goanalysis_metalinter: 15.102304637s" [2025-07-11T02:03:00.165Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-07-11T02:03:00.165Z] level=info msg="Memory: 399 samples, avg is 307.2MB, max is 1397.0MB" [2025-07-11T02:03:00.165Z] level=info msg="Execution took 40.388323865s" [2025-07-11T02:03:00.165Z] go vet ./... [2025-07-11T02:03:07.816Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-11T02:03:07.816Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-11T02:03:07.816Z] ./bin/test-attribution-txt.sh [2025-07-11T02:03:07.816Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-07-11T02:03:07.816Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-07-11T02:03:07.816Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-07-11T02:03:07.816Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-07-11T02:03:07.816Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-07-11T02:03:07.830Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-07-11T02:03:08.125Z] + ls -al . [2025-07-11T02:03:08.125Z] total 1996 [2025-07-11T02:03:08.125Z] drwxrwxr-x 11 1001 1001 4096 Jul 11 02:01 . [2025-07-11T02:03:08.125Z] drwxr-xr-x 4 root root 4096 Jul 11 02:01 .. [2025-07-11T02:03:08.125Z] drwxrwxr-x 2 1001 1001 4096 Jul 11 01:59 .blubracket [2025-07-11T02:03:08.125Z] -rw-rw-r-- 1 1001 1001 10 Jul 11 01:59 .dockerignore [2025-07-11T02:03:08.125Z] drwxrwxr-x 8 1001 1001 4096 Jul 11 02:02 .git [2025-07-11T02:03:08.125Z] drwxrwxr-x 3 1001 1001 4096 Jul 11 01:59 .github [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 909 Jul 11 01:59 .gitignore [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 218 Jul 11 01:59 .golangci.yml [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 100 Jul 11 01:59 .hadolint.yml [2025-07-11T02:03:08.126Z] drwxr-xr-x 3 1001 1001 4096 Jul 11 02:00 .semver [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 155 Jul 11 01:59 .sonarcloud.properties [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 1171 Jul 11 01:59 ADOPTERS.md [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 17374 Jul 11 01:59 Attribution.txt [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 108018 Jul 11 01:59 CHANGELOG.md [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 3804 Jul 11 01:59 CONTRIBUTING.md [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 677 Jul 11 01:59 GOVERNANCE.md [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 858 Jul 11 01:59 Jenkinsfile [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 10775 Jul 11 01:59 LICENSE [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 16740 Jul 11 01:59 Makefile [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 582 Jul 11 01:59 OWNERS.md [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 9932 Jul 11 01:59 README.md [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 789 Jul 11 01:59 SECURITY.md [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 12 Jul 11 02:00 VERSION [2025-07-11T02:03:08.126Z] drwxrwxr-x 2 1001 1001 4096 Jul 11 01:59 bin [2025-07-11T02:03:08.126Z] drwxrwxr-x 19 1001 1001 4096 Jul 11 01:59 cmd [2025-07-11T02:03:08.126Z] -rw-r--r-- 1 root root 1666030 Jul 11 02:02 coverage.out [2025-07-11T02:03:08.126Z] drwxrwxr-x 2 1001 1001 4096 Jul 11 01:59 fuzz_test [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 6474 Jul 11 01:59 go.mod [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 88358 Jul 11 01:59 go.sum [2025-07-11T02:03:08.126Z] drwxrwxr-x 7 1001 1001 4096 Jul 11 01:59 internal [2025-07-11T02:03:08.126Z] drwxrwxr-x 2 1001 1001 4096 Jul 11 01:59 openapi [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 584 Jul 11 01:59 security.txt [2025-07-11T02:03:08.126Z] -rw-rw-r-- 1 1001 1001 204 Jul 11 01:59 version.go [Pipeline] sh [2025-07-11T02:03:08.408Z] + '[' -e coverage.out ] [2025-07-11T02:03:08.408Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-07-11T02:03:08.569Z] Stashed 1 file(s) [Pipeline] sh [2025-07-11T02:03:08.854Z] + make build [2025-07-11T02:03:08.854Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-07-11T02:03:14.239Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-07-11T02:03:14.270Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-11T02:03:15.330Z] Avoid second fetch [2025-07-11T02:03:15.331Z] Checking out Revision 1e4250d9590b5b4a05e18093632e31bfe594a873 (main) [2025-07-11T02:03:16.274Z] Commit message: "build(deps): Bump github.com/pebbe/zmq4 from 1.3.1 to 1.4.0 (#5141)" [2025-07-11T02:03:15.348Z] > git config core.sparsecheckout # timeout=10 [2025-07-11T02:03:15.422Z] > git checkout -f 1e4250d9590b5b4a05e18093632e31bfe594a873 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-11T02:03:21.016Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-07-11T02:03:21.016Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-11T02:03:21.016Z] Dload Upload Total Spent Left Speed [2025-07-11T02:03:21.016Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 84 13063 84 11015 0 0 110k 0 --:--:-- --:--:-- --:--:-- 109k 100 13063 100 13063 0 0 128k 0 --:--:-- --:--:-- --:--:-- 127k [Pipeline] sh [2025-07-11T02:03:21.353Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-07-11T02:03:21.679Z] + sudo tee /etc/docker/daemon.new [2025-07-11T02:03:21.679Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-07-11T02:03:21.679Z] { [2025-07-11T02:03:21.679Z] "registry-mirrors": [ [2025-07-11T02:03:21.679Z] "https://nexus3.edgexfoundry.org:10001" [2025-07-11T02:03:21.679Z] ], [2025-07-11T02:03:21.679Z] "bip": "10.250.0.254/24", [2025-07-11T02:03:21.679Z] "hosts": [ [2025-07-11T02:03:21.679Z] "tcp://0.0.0.0:5555", [2025-07-11T02:03:21.679Z] "unix:///var/run/docker.sock" [2025-07-11T02:03:21.679Z] ], [2025-07-11T02:03:21.679Z] "mtu": 1458, [2025-07-11T02:03:21.679Z] "selinux-enabled": true, [2025-07-11T02:03:21.679Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-07-11T02:03:21.679Z] } [Pipeline] sh [2025-07-11T02:03:22.034Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-07-11T02:03:22.380Z] + sudo service docker restart [2025-07-11T02:03:35.383Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-07-11T02:03:35.383Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-07-11T02:03:35.950Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-07-11T02:03:36.885Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-07-11T02:03:38.791Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-11T02:03:40.654Z] provisioning config files... [2025-07-11T02:03:40.680Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/872@tmp/config12308538537333792027tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:03:41.142Z] ---> ****-login.sh [2025-07-11T02:03:41.142Z] nexus3.edgexfoundry.org:10001 [2025-07-11T02:03:41.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:03:41.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-11T02:03:41.728Z] Configure a credential helper to remove this warning. See [2025-07-11T02:03:41.728Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-11T02:03:41.728Z] [2025-07-11T02:03:41.728Z] Login Succeeded [2025-07-11T02:03:41.728Z] nexus3.edgexfoundry.org:10002 [2025-07-11T02:03:41.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:03:42.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-11T02:03:42.267Z] Configure a credential helper to remove this warning. See [2025-07-11T02:03:42.268Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-11T02:03:42.268Z] [2025-07-11T02:03:42.268Z] Login Succeeded [2025-07-11T02:03:42.268Z] nexus3.edgexfoundry.org:10003 [2025-07-11T02:03:42.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:03:42.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-11T02:03:42.537Z] Configure a credential helper to remove this warning. See [2025-07-11T02:03:42.537Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-11T02:03:42.537Z] [2025-07-11T02:03:42.537Z] Login Succeeded [2025-07-11T02:03:42.537Z] nexus3.edgexfoundry.org:10004 [2025-07-11T02:03:42.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:03:43.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-11T02:03:43.078Z] Configure a credential helper to remove this warning. See [2025-07-11T02:03:43.078Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-11T02:03:43.078Z] [2025-07-11T02:03:43.078Z] Login Succeeded [2025-07-11T02:03:43.078Z] ****.io [2025-07-11T02:03:43.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:03:43.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-11T02:03:43.619Z] Configure a credential helper to remove this warning. See [2025-07-11T02:03:43.619Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-11T02:03:43.619Z] [2025-07-11T02:03:43.619Z] Login Succeeded [2025-07-11T02:03:43.619Z] ---> ****-login.sh ends [Pipeline] } [2025-07-11T02:03:43.633Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-07-11T02:03:44.054Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-07-11T02:03:44.318Z] + git config --global --add safe.directory /w/workspace/edgex-go/872 [Pipeline] echo [2025-07-11T02:03:44.337Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-11T02:03:44.359Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-11T02:03:44.375Z] ========================================================= [2025-07-11T02:03:44.375Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-07-11T02:03:44.375Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-07-11T02:03:44.709Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-11T02:03:44.977Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-07-11T02:03:44.977Z] 94e9d8af2201: Pulling fs layer [2025-07-11T02:03:44.977Z] a6c56e8762df: Pulling fs layer [2025-07-11T02:03:44.977Z] f0f3c8884826: Pulling fs layer [2025-07-11T02:03:44.977Z] c7e7622c144d: Pulling fs layer [2025-07-11T02:03:44.977Z] 4f4fb700ef54: Pulling fs layer [2025-07-11T02:03:44.977Z] e8859aadc426: Pulling fs layer [2025-07-11T02:03:44.977Z] b4813487a9f6: Pulling fs layer [2025-07-11T02:03:44.977Z] 502a3d64fb4b: Pulling fs layer [2025-07-11T02:03:44.977Z] 4f4fb700ef54: Waiting [2025-07-11T02:03:44.977Z] e8859aadc426: Waiting [2025-07-11T02:03:44.977Z] b4813487a9f6: Waiting [2025-07-11T02:03:44.977Z] 502a3d64fb4b: Waiting [2025-07-11T02:03:44.977Z] c7e7622c144d: Waiting [2025-07-11T02:03:44.977Z] a6c56e8762df: Verifying Checksum [2025-07-11T02:03:44.977Z] a6c56e8762df: Download complete [2025-07-11T02:03:44.977Z] c7e7622c144d: Verifying Checksum [2025-07-11T02:03:44.977Z] c7e7622c144d: Download complete [2025-07-11T02:03:44.977Z] 4f4fb700ef54: Verifying Checksum [2025-07-11T02:03:44.977Z] 4f4fb700ef54: Download complete [2025-07-11T02:03:44.977Z] e8859aadc426: Verifying Checksum [2025-07-11T02:03:44.977Z] e8859aadc426: Download complete [2025-07-11T02:03:44.977Z] 94e9d8af2201: Verifying Checksum [2025-07-11T02:03:44.977Z] 94e9d8af2201: Download complete [2025-07-11T02:03:45.579Z] 502a3d64fb4b: Verifying Checksum [2025-07-11T02:03:45.579Z] 502a3d64fb4b: Download complete [2025-07-11T02:03:45.859Z] 94e9d8af2201: Pull complete [2025-07-11T02:03:46.591Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-07-11T02:03:46.832Z] a6c56e8762df: Pull complete [2025-07-11T02:03:47.101Z] f0f3c8884826: Download complete [2025-07-11T02:03:48.073Z] b4813487a9f6: Verifying Checksum [2025-07-11T02:03:48.073Z] b4813487a9f6: Download complete [2025-07-11T02:03:48.494Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-07-11T02:03:51.026Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-07-11T02:03:52.405Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-07-11T02:03:53.779Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-07-11T02:03:54.714Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-07-11T02:03:56.620Z] $ docker stop --time=1 1fb01b6b06deccf3ee34fca61ad66cae486390a9c827af8bda1ab0b19e16a80b [2025-07-11T02:03:59.678Z] $ docker rm -f --volumes 1fb01b6b06deccf3ee34fca61ad66cae486390a9c827af8bda1ab0b19e16a80b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:04:00.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-07-11T02:04:00.956Z] [2025-07-11T02:04:00.956Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:04:01.256Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-07-11T02:04:01.256Z] latest: Pulling from edgex-devops/edgex-compose [2025-07-11T02:04:01.256Z] 91d30c5bc195: Pulling fs layer [2025-07-11T02:04:01.256Z] 2e9b0aa3be6d: Pulling fs layer [2025-07-11T02:04:01.256Z] 9c61dcf015f6: Pulling fs layer [2025-07-11T02:04:01.256Z] 4698f68db338: Pulling fs layer [2025-07-11T02:04:01.256Z] 2a2f49069b9e: Pulling fs layer [2025-07-11T02:04:01.256Z] e0025b399a48: Pulling fs layer [2025-07-11T02:04:01.256Z] e0025b399a48: Waiting [2025-07-11T02:04:01.256Z] 4698f68db338: Waiting [2025-07-11T02:04:01.256Z] 2a2f49069b9e: Waiting [2025-07-11T02:04:01.256Z] 91d30c5bc195: Verifying Checksum [2025-07-11T02:04:01.256Z] 91d30c5bc195: Download complete [2025-07-11T02:04:01.256Z] 4698f68db338: Verifying Checksum [2025-07-11T02:04:01.256Z] 4698f68db338: Download complete [2025-07-11T02:04:01.513Z] 2e9b0aa3be6d: Download complete [2025-07-11T02:04:01.513Z] 91d30c5bc195: Pull complete [2025-07-11T02:04:01.513Z] e0025b399a48: Verifying Checksum [2025-07-11T02:04:01.513Z] e0025b399a48: Download complete [2025-07-11T02:04:01.513Z] 2a2f49069b9e: Download complete [2025-07-11T02:04:01.772Z] 2e9b0aa3be6d: Pull complete [2025-07-11T02:04:02.034Z] 9c61dcf015f6: Verifying Checksum [2025-07-11T02:04:02.034Z] 9c61dcf015f6: Download complete [2025-07-11T02:04:03.091Z] f0f3c8884826: Pull complete [2025-07-11T02:04:03.091Z] c7e7622c144d: Pull complete [2025-07-11T02:04:03.091Z] 4f4fb700ef54: Pull complete [2025-07-11T02:04:03.091Z] e8859aadc426: Pull complete [2025-07-11T02:04:06.213Z] 9c61dcf015f6: Pull complete [2025-07-11T02:04:06.213Z] 4698f68db338: Pull complete [2025-07-11T02:04:06.213Z] 2a2f49069b9e: Pull complete [2025-07-11T02:04:06.213Z] e0025b399a48: Pull complete [2025-07-11T02:04:06.213Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-07-11T02:04:06.213Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-07-11T02:04:06.213Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-11T02:04:06.300Z] prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container [2025-07-11T02:04:06.330Z] $ 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/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-07-11T02:04:08.167Z] $ docker top a0b0b4efd94ed490f60c5ba9a609532f4e7a15ff89d132b0780e259123ab14fe -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-11T02:04:08.517Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-07-11T02:04:08.776Z] #1 [support-scheduler internal] load build definition from Dockerfile [2025-07-11T02:04:08.776Z] #1 transferring dockerfile: 1.83kB done [2025-07-11T02:04:08.776Z] #1 DONE 0.1s [2025-07-11T02:04:08.776Z] [2025-07-11T02:04:08.776Z] #2 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-07-11T02:04:08.776Z] #2 transferring dockerfile: 2.23kB done [2025-07-11T02:04:08.776Z] #2 DONE 0.1s [2025-07-11T02:04:08.776Z] [2025-07-11T02:04:08.776Z] #3 [security-spire-config internal] load build definition from Dockerfile [2025-07-11T02:04:08.776Z] #3 transferring dockerfile: 1.69kB done [2025-07-11T02:04:08.776Z] #3 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-07-11T02:04:08.776Z] #3 DONE 0.2s [2025-07-11T02:04:08.776Z] [2025-07-11T02:04:08.776Z] #4 [security-spire-server internal] load build definition from Dockerfile [2025-07-11T02:04:08.776Z] #4 transferring dockerfile: 1.70kB done [2025-07-11T02:04:08.776Z] #4 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-07-11T02:04:08.776Z] #4 DONE 0.2s [2025-07-11T02:04:08.776Z] [2025-07-11T02:04:08.776Z] #5 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-07-11T02:04:08.776Z] #5 transferring dockerfile: 1.89kB done [2025-07-11T02:04:08.776Z] #5 DONE 0.2s [2025-07-11T02:04:08.776Z] [2025-07-11T02:04:08.776Z] #6 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-11T02:04:08.776Z] #6 DONE 0.0s [2025-07-11T02:04:08.776Z] [2025-07-11T02:04:08.776Z] #7 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2025-07-11T02:04:09.035Z] #7 ... [2025-07-11T02:04:09.035Z] [2025-07-11T02:04:09.035Z] #8 [core-data internal] load build definition from Dockerfile [2025-07-11T02:04:09.035Z] #8 transferring dockerfile: 2.04kB done [2025-07-11T02:04:09.035Z] #8 DONE 0.2s [2025-07-11T02:04:09.035Z] [2025-07-11T02:04:09.035Z] #9 [support-notifications internal] load build definition from Dockerfile [2025-07-11T02:04:09.035Z] #9 transferring dockerfile: 2.00kB done [2025-07-11T02:04:09.035Z] #9 DONE 0.2s [2025-07-11T02:04:09.035Z] [2025-07-11T02:04:09.035Z] #10 [core-keeper internal] load build definition from Dockerfile [2025-07-11T02:04:09.035Z] #10 transferring dockerfile: 2.01kB done [2025-07-11T02:04:09.035Z] #10 DONE 0.2s [2025-07-11T02:04:09.035Z] [2025-07-11T02:04:09.035Z] #11 [core-metadata internal] load build definition from Dockerfile [2025-07-11T02:04:09.035Z] #11 transferring dockerfile: 2.10kB done [2025-07-11T02:04:09.035Z] #11 DONE 0.3s [2025-07-11T02:04:09.035Z] [2025-07-11T02:04:09.035Z] #12 [core-command internal] load build definition from Dockerfile [2025-07-11T02:04:09.035Z] #12 transferring dockerfile: 1.94kB done [2025-07-11T02:04:09.035Z] #12 DONE 0.2s [2025-07-11T02:04:09.035Z] [2025-07-11T02:04:09.035Z] #13 [security-bootstrapper internal] load build definition from Dockerfile [2025-07-11T02:04:09.036Z] #13 transferring dockerfile: 3.02kB done [2025-07-11T02:04:09.036Z] #13 DONE 0.2s [2025-07-11T02:04:09.036Z] [2025-07-11T02:04:09.036Z] #14 [security-secretstore-setup internal] load build definition from Dockerfile [2025-07-11T02:04:09.036Z] #14 transferring dockerfile: 2.49kB done [2025-07-11T02:04:09.036Z] #14 DONE 0.2s [2025-07-11T02:04:09.036Z] [2025-07-11T02:04:09.036Z] #15 [security-proxy-auth internal] load build definition from Dockerfile [2025-07-11T02:04:09.036Z] #15 transferring dockerfile: 2.14kB done [2025-07-11T02:04:09.036Z] #15 DONE 0.2s [2025-07-11T02:04:09.036Z] [2025-07-11T02:04:09.036Z] #16 [security-proxy-setup internal] load build definition from Dockerfile [2025-07-11T02:04:09.036Z] #16 transferring dockerfile: 2.50kB done [2025-07-11T02:04:09.036Z] #16 DONE 0.2s [2025-07-11T02:04:09.036Z] [2025-07-11T02:04:09.036Z] #17 [security-spire-agent internal] load build definition from Dockerfile [2025-07-11T02:04:09.036Z] #17 transferring dockerfile: 1.81kB done [2025-07-11T02:04:09.036Z] #17 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-07-11T02:04:09.036Z] #17 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2025-07-11T02:04:09.036Z] #17 DONE 0.2s [2025-07-11T02:04:09.036Z] [2025-07-11T02:04:09.036Z] #6 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-11T02:04:09.036Z] #6 DONE 0.0s [2025-07-11T02:04:09.036Z] [2025-07-11T02:04:09.036Z] #7 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2025-07-11T02:04:09.036Z] #7 DONE 0.2s [2025-07-11T02:04:09.036Z] [2025-07-11T02:04:09.036Z] #18 [support-scheduler internal] load .dockerignore [2025-07-11T02:04:09.036Z] #18 transferring context: 50B done [2025-07-11T02:04:09.036Z] #18 DONE 0.1s [2025-07-11T02:04:09.036Z] [2025-07-11T02:04:09.036Z] #19 [core-common-config-bootstrapper internal] load .dockerignore [2025-07-11T02:04:09.036Z] #19 transferring context: 50B done [2025-07-11T02:04:09.036Z] #19 DONE 0.1s [2025-07-11T02:04:09.036Z] [2025-07-11T02:04:09.036Z] #20 [security-spiffe-token-provider internal] load .dockerignore [2025-07-11T02:04:09.036Z] #20 transferring context: 50B done [2025-07-11T02:04:09.036Z] #20 DONE 0.2s [2025-07-11T02:04:09.036Z] [2025-07-11T02:04:09.036Z] #21 [support-notifications internal] load .dockerignore [2025-07-11T02:04:09.036Z] #21 transferring context: 50B done [2025-07-11T02:04:09.036Z] #21 DONE 0.1s [2025-07-11T02:04:09.036Z] [2025-07-11T02:04:09.036Z] #22 [core-data internal] load .dockerignore [2025-07-11T02:04:09.036Z] #22 transferring context: 50B done [2025-07-11T02:04:09.036Z] #22 DONE 0.1s [2025-07-11T02:04:09.036Z] [2025-07-11T02:04:09.036Z] #23 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-11T02:04:09.036Z] #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-11T02:04:09.036Z] #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-11T02:04:09.036Z] #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-11T02:04:09.036Z] #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-11T02:04:09.293Z] #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-11T02:04:09.293Z] #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-11T02:04:09.293Z] #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-11T02:04:09.293Z] #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-11T02:04:09.293Z] #23 DONE 0.1s [2025-07-11T02:04:09.293Z] [2025-07-11T02:04:09.293Z] #24 [core-keeper internal] load .dockerignore [2025-07-11T02:04:09.293Z] #24 transferring context: 50B done [2025-07-11T02:04:09.293Z] #24 DONE 0.1s [2025-07-11T02:04:09.293Z] [2025-07-11T02:04:09.293Z] #25 [core-metadata internal] load .dockerignore [2025-07-11T02:04:09.293Z] #25 transferring context: 50B done [2025-07-11T02:04:09.293Z] #25 DONE 0.1s [2025-07-11T02:04:09.293Z] [2025-07-11T02:04:09.293Z] #26 [security-secretstore-setup internal] load .dockerignore [2025-07-11T02:04:09.293Z] #26 transferring context: 50B done [2025-07-11T02:04:09.293Z] #26 DONE 0.1s [2025-07-11T02:04:09.293Z] [2025-07-11T02:04:09.293Z] #27 [security-proxy-setup internal] load .dockerignore [2025-07-11T02:04:09.293Z] #27 transferring context: 50B done [2025-07-11T02:04:09.293Z] #27 DONE 0.1s [2025-07-11T02:04:09.293Z] [2025-07-11T02:04:09.293Z] #28 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-11T02:04:09.293Z] #28 ... [2025-07-11T02:04:09.293Z] [2025-07-11T02:04:09.293Z] #23 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-11T02:04:09.293Z] #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-11T02:04:09.293Z] #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-11T02:04:09.293Z] #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-11T02:04:09.293Z] #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-11T02:04:09.293Z] #23 DONE 0.1s [2025-07-11T02:04:09.293Z] [2025-07-11T02:04:09.293Z] #29 [core-command internal] load .dockerignore [2025-07-11T02:04:09.293Z] #29 transferring context: 50B done [2025-07-11T02:04:09.293Z] #29 DONE 0.2s [2025-07-11T02:04:09.293Z] [2025-07-11T02:04:09.293Z] #30 [security-bootstrapper internal] load .dockerignore [2025-07-11T02:04:09.293Z] #30 transferring context: 50B done [2025-07-11T02:04:09.293Z] #30 DONE 0.2s [2025-07-11T02:04:09.293Z] [2025-07-11T02:04:09.293Z] #31 [security-proxy-auth internal] load .dockerignore [2025-07-11T02:04:09.293Z] #31 transferring context: 50B done [2025-07-11T02:04:09.293Z] #31 DONE 0.2s [2025-07-11T02:04:09.293Z] [2025-07-11T02:04:09.293Z] #28 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-11T02:04:09.859Z] #28 DONE 0.7s [2025-07-11T02:04:09.859Z] [2025-07-11T02:04:09.859Z] #32 [support-notifications builder 2/7] WORKDIR /edgex-go [2025-07-11T02:04:11.338Z] b4813487a9f6: Pull complete [2025-07-11T02:04:13.950Z] 502a3d64fb4b: Pull complete [2025-07-11T02:04:13.950Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-07-11T02:04:13.950Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-11T02:04:13.950Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-07-11T02:04:14.284Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-11T02:04:14.284Z] WORKDIR /edgex [2025-07-11T02:04:14.284Z] COPY go.mod . [2025-07-11T02:04:14.284Z] RUN go mod download [2025-07-11T02:04:14.284Z] + docker build -t ci-base-image-arm64 -f - . [2025-07-11T02:04:15.124Z] #32 ... [2025-07-11T02:04:15.124Z] [2025-07-11T02:04:15.124Z] #33 [security-spiffe-token-provider internal] load build context [2025-07-11T02:04:15.124Z] #33 transferring context: 265.61MB 5.6s [2025-07-11T02:04:15.243Z] Sending build context to Docker daemon 3.708MB [2025-07-11T02:04:15.243Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-11T02:04:15.243Z] ---> 3bb21d53e231 [2025-07-11T02:04:15.243Z] Step 2/4 : WORKDIR /edgex [2025-07-11T02:04:15.688Z] #33 ... [2025-07-11T02:04:15.688Z] [2025-07-11T02:04:15.688Z] #34 [security-secretstore-setup internal] load build context [2025-07-11T02:04:15.946Z] #34 ... [2025-07-11T02:04:15.946Z] [2025-07-11T02:04:15.946Z] #35 [core-common-config-bootstrapper internal] load build context [2025-07-11T02:04:15.946Z] #35 ... [2025-07-11T02:04:15.946Z] [2025-07-11T02:04:15.946Z] #34 [security-secretstore-setup internal] load build context [2025-07-11T02:04:16.202Z] ---> Running in b6aed4b48e96 [2025-07-11T02:04:16.206Z] #34 ... [2025-07-11T02:04:16.206Z] [2025-07-11T02:04:16.206Z] #36 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-07-11T02:04:16.206Z] #36 DONE 7.3s [2025-07-11T02:04:16.206Z] [2025-07-11T02:04:16.206Z] #34 [security-secretstore-setup internal] load build context [2025-07-11T02:04:16.471Z] Removing intermediate container b6aed4b48e96 [2025-07-11T02:04:16.471Z] ---> f55045894b6b [2025-07-11T02:04:16.471Z] Step 3/4 : COPY go.mod . [2025-07-11T02:04:17.065Z] ---> c1fb72faa99d [2025-07-11T02:04:17.065Z] Step 4/4 : RUN go mod download [2025-07-11T02:04:17.065Z] ---> Running in eacfa1726a35 [2025-07-11T02:04:17.578Z] #34 ... [2025-07-11T02:04:17.578Z] [2025-07-11T02:04:17.578Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-07-11T02:04:17.578Z] #37 DONE 8.5s [2025-07-11T02:04:17.578Z] [2025-07-11T02:04:17.578Z] #34 [security-secretstore-setup internal] load build context [2025-07-11T02:04:19.029Z] #34 ... [2025-07-11T02:04:19.029Z] [2025-07-11T02:04:19.029Z] #38 [support-scheduler internal] load build context [2025-07-11T02:04:19.029Z] #38 ... [2025-07-11T02:04:19.029Z] [2025-07-11T02:04:19.029Z] #39 [core-metadata internal] load build context [2025-07-11T02:04:19.301Z] #39 ... [2025-07-11T02:04:19.301Z] [2025-07-11T02:04:19.301Z] #40 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-11T02:04:19.301Z] #0 0.464 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:19.301Z] #0 0.643 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:19.301Z] #0 1.006 v3.20.6-230-g677600e991f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-11T02:04:19.301Z] #0 1.006 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-11T02:04:19.301Z] #0 1.006 OK: 24173 distinct packages available [2025-07-11T02:04:19.301Z] #0 1.066 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:19.301Z] #0 1.148 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:19.301Z] #0 1.450 (1/14) Installing ca-certificates (20241121-r1) [2025-07-11T02:04:19.301Z] #0 1.462 (2/14) Installing brotli-libs (1.1.0-r2) [2025-07-11T02:04:19.301Z] #0 1.474 (3/14) Installing c-ares (1.33.1-r0) [2025-07-11T02:04:19.301Z] #0 1.477 (4/14) Installing libunistring (1.2-r0) [2025-07-11T02:04:19.301Z] #0 1.491 (5/14) Installing libidn2 (2.3.7-r0) [2025-07-11T02:04:19.301Z] #0 1.498 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-07-11T02:04:19.301Z] #0 1.502 (7/14) Installing libpsl (0.21.5-r1) [2025-07-11T02:04:19.301Z] #0 1.505 (8/14) Installing zstd-libs (1.5.6-r0) [2025-07-11T02:04:19.301Z] #0 1.513 (9/14) Installing libcurl (8.12.1-r0) [2025-07-11T02:04:19.301Z] #0 1.530 (10/14) Installing curl (8.12.1-r0) [2025-07-11T02:04:19.301Z] #0 1.533 (11/14) Installing dumb-init (1.2.5-r3) [2025-07-11T02:04:19.301Z] #0 1.537 (12/14) Installing musl-obstack (1.2.3-r2) [2025-07-11T02:04:19.301Z] #0 1.540 (13/14) Installing libucontext (1.2-r3) [2025-07-11T02:04:19.301Z] #0 1.546 (14/14) Installing gcompat (1.1.0-r4) [2025-07-11T02:04:19.301Z] #0 1.556 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:04:19.301Z] #0 1.563 Executing ca-certificates-20241121-r1.trigger [2025-07-11T02:04:19.301Z] #0 1.602 OK: 13 MiB in 28 packages [2025-07-11T02:04:19.301Z] #40 ... [2025-07-11T02:04:19.301Z] [2025-07-11T02:04:19.301Z] #41 [security-proxy-auth internal] load build context [2025-07-11T02:04:19.564Z] #41 ... [2025-07-11T02:04:19.564Z] [2025-07-11T02:04:19.564Z] #42 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-07-11T02:04:19.564Z] #0 0.647 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:19.564Z] #0 0.726 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:19.564Z] #0 0.992 (1/7) Installing ca-certificates (20241121-r1) [2025-07-11T02:04:19.564Z] #0 1.007 (2/7) Installing dumb-init (1.2.5-r3) [2025-07-11T02:04:19.564Z] #0 1.011 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-07-11T02:04:19.564Z] #0 1.021 (4/7) Installing libsodium (1.0.19-r0) [2025-07-11T02:04:19.564Z] #0 1.029 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-07-11T02:04:19.564Z] #0 1.046 (6/7) Installing libzmq (4.3.5-r2) [2025-07-11T02:04:19.564Z] #0 1.058 (7/7) Installing zeromq (4.3.5-r2) [2025-07-11T02:04:19.564Z] #0 1.062 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:04:19.564Z] #0 1.082 Executing ca-certificates-20241121-r1.trigger [2025-07-11T02:04:19.564Z] #0 1.124 OK: 12 MiB in 21 packages [2025-07-11T02:04:19.564Z] #42 ... [2025-07-11T02:04:19.564Z] [2025-07-11T02:04:19.564Z] #43 [security-proxy-setup internal] load build context [2025-07-11T02:04:19.822Z] #43 ... [2025-07-11T02:04:19.822Z] [2025-07-11T02:04:19.822Z] #44 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-11T02:04:19.822Z] #0 5.198 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:19.822Z] #0 5.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:19.822Z] #0 5.556 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-11T02:04:19.822Z] #0 5.561 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:04:19.822Z] #0 5.568 OK: 8 MiB in 15 packages [2025-07-11T02:04:19.822Z] #44 ... [2025-07-11T02:04:19.822Z] [2025-07-11T02:04:19.822Z] #45 [core-command internal] load build context [2025-07-11T02:04:19.822Z] #45 transferring context: 508.29MB 9.7s done [2025-07-11T02:04:19.822Z] #45 ... [2025-07-11T02:04:19.822Z] [2025-07-11T02:04:19.822Z] #46 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-11T02:04:20.081Z] #46 ... [2025-07-11T02:04:20.081Z] [2025-07-11T02:04:20.081Z] #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-07-11T02:04:20.081Z] #47 ... [2025-07-11T02:04:20.081Z] [2025-07-11T02:04:20.081Z] #48 [support-notifications internal] load build context [2025-07-11T02:04:20.339Z] #48 transferring context: 508.29MB 11.0s done [2025-07-11T02:04:20.339Z] #48 ... [2025-07-11T02:04:20.339Z] [2025-07-11T02:04:20.339Z] #49 [security-bootstrapper internal] load build context [2025-07-11T02:04:20.339Z] #49 transferring context: 508.29MB 10.5s done [2025-07-11T02:04:20.339Z] #49 ... [2025-07-11T02:04:20.339Z] [2025-07-11T02:04:20.339Z] #50 [core-keeper internal] load build context [2025-07-11T02:04:20.339Z] #50 transferring context: 508.29MB 10.0s done [2025-07-11T02:04:20.597Z] #50 ... [2025-07-11T02:04:20.597Z] [2025-07-11T02:04:20.597Z] #51 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-07-11T02:04:20.597Z] #51 ... [2025-07-11T02:04:20.597Z] [2025-07-11T02:04:20.597Z] #52 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-07-11T02:04:20.597Z] #0 8.308 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:20.597Z] #0 8.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:20.597Z] #0 9.016 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-11T02:04:20.597Z] #0 9.021 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:04:20.597Z] #0 9.033 OK: 8 MiB in 15 packages [2025-07-11T02:04:20.856Z] #52 ... [2025-07-11T02:04:20.856Z] [2025-07-11T02:04:20.856Z] #53 [core-data internal] load build context [2025-07-11T02:04:20.856Z] #53 transferring context: 508.29MB 10.7s done [2025-07-11T02:04:20.856Z] #53 ... [2025-07-11T02:04:20.856Z] [2025-07-11T02:04:20.856Z] #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-07-11T02:04:21.114Z] #54 ... [2025-07-11T02:04:21.114Z] [2025-07-11T02:04:21.114Z] #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-07-11T02:04:21.114Z] #55 ... [2025-07-11T02:04:21.114Z] [2025-07-11T02:04:21.114Z] #33 [security-spiffe-token-provider internal] load build context [2025-07-11T02:04:21.114Z] #33 transferring context: 508.29MB 10.1s done [2025-07-11T02:04:26.385Z] #33 ... [2025-07-11T02:04:26.385Z] [2025-07-11T02:04:26.385Z] #35 [core-common-config-bootstrapper internal] load build context [2025-07-11T02:04:26.385Z] #35 transferring context: 508.29MB 10.1s done [2025-07-11T02:04:26.385Z] #35 ... [2025-07-11T02:04:26.385Z] [2025-07-11T02:04:26.385Z] #56 [security-spire-config internal] load .dockerignore [2025-07-11T02:04:26.385Z] #56 ... [2025-07-11T02:04:26.385Z] [2025-07-11T02:04:26.385Z] #57 [security-spire-server internal] load .dockerignore [2025-07-11T02:04:26.648Z] #57 ... [2025-07-11T02:04:26.648Z] [2025-07-11T02:04:26.648Z] #38 [support-scheduler internal] load build context [2025-07-11T02:04:26.648Z] #38 transferring context: 508.29MB 11.2s done [2025-07-11T02:04:27.588Z] #38 ... [2025-07-11T02:04:27.588Z] [2025-07-11T02:04:27.588Z] #58 [security-spire-agent internal] load .dockerignore [2025-07-11T02:04:28.901Z] #58 ... [2025-07-11T02:04:28.901Z] [2025-07-11T02:04:28.901Z] #41 [security-proxy-auth internal] load build context [2025-07-11T02:04:28.901Z] #41 transferring context: 508.29MB 10.3s done [2025-07-11T02:04:29.164Z] #41 ... [2025-07-11T02:04:29.164Z] [2025-07-11T02:04:29.164Z] #34 [security-secretstore-setup internal] load build context [2025-07-11T02:04:29.164Z] #34 transferring context: 508.29MB 10.0s done [2025-07-11T02:04:29.423Z] #34 ... [2025-07-11T02:04:29.423Z] [2025-07-11T02:04:29.423Z] #39 [core-metadata internal] load build context [2025-07-11T02:04:29.423Z] #39 transferring context: 508.29MB 10.1s done [2025-07-11T02:04:29.990Z] #39 ... [2025-07-11T02:04:29.990Z] [2025-07-11T02:04:29.990Z] #43 [security-proxy-setup internal] load build context [2025-07-11T02:04:29.990Z] #43 transferring context: 508.29MB 10.3s done [2025-07-11T02:04:51.932Z] #43 ... [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #57 [security-spire-server internal] load .dockerignore [2025-07-11T02:04:51.932Z] #57 transferring context: [2025-07-11T02:04:51.932Z] #57 ... [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #35 [core-common-config-bootstrapper internal] load build context [2025-07-11T02:04:51.932Z] #35 DONE 41.3s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #32 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-07-11T02:04:51.932Z] #32 DONE 40.6s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #50 [core-keeper internal] load build context [2025-07-11T02:04:51.932Z] #50 DONE 41.2s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #34 [security-secretstore-setup internal] load build context [2025-07-11T02:04:51.932Z] #34 DONE 41.2s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #45 [core-command internal] load build context [2025-07-11T02:04:51.932Z] #45 DONE 41.1s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #33 [security-spiffe-token-provider internal] load build context [2025-07-11T02:04:51.932Z] #33 DONE 41.3s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #39 [core-metadata internal] load build context [2025-07-11T02:04:51.932Z] #39 DONE 41.2s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #40 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-11T02:04:51.932Z] #40 DONE 41.2s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #57 [security-spire-server internal] load .dockerignore [2025-07-11T02:04:51.932Z] #57 transferring context: 50B done [2025-07-11T02:04:51.932Z] #57 ... [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #46 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-11T02:04:51.932Z] #46 DONE 41.2s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #42 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-07-11T02:04:51.932Z] #42 DONE 41.2s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #52 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-07-11T02:04:51.932Z] #52 DONE 41.3s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #44 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-11T02:04:51.932Z] #44 DONE 41.3s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #43 [security-proxy-setup internal] load build context [2025-07-11T02:04:51.932Z] #43 DONE 41.3s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #53 [core-data internal] load build context [2025-07-11T02:04:51.932Z] #53 DONE 41.4s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #41 [security-proxy-auth internal] load build context [2025-07-11T02:04:51.932Z] #41 DONE 41.2s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #23 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-11T02:04:51.932Z] #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-11T02:04:51.932Z] #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-11T02:04:51.932Z] #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-11T02:04:51.932Z] #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-11T02:04:51.932Z] #23 DONE 0.1s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #49 [security-bootstrapper internal] load build context [2025-07-11T02:04:51.932Z] #49 DONE 41.2s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #48 [support-notifications internal] load build context [2025-07-11T02:04:51.932Z] #48 DONE 41.4s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #38 [support-scheduler internal] load build context [2025-07-11T02:04:51.932Z] #38 DONE 41.5s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #57 [security-spire-server internal] load .dockerignore [2025-07-11T02:04:51.932Z] #57 DONE 34.4s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #58 [security-spire-agent internal] load .dockerignore [2025-07-11T02:04:51.932Z] #58 transferring context: 50B done [2025-07-11T02:04:51.932Z] #58 DONE 33.0s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #56 [security-spire-config internal] load .dockerignore [2025-07-11T02:04:51.932Z] #56 transferring context: 50B done [2025-07-11T02:04:51.932Z] #56 DONE 34.4s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #59 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:04:51.932Z] #59 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done [2025-07-11T02:04:51.932Z] #59 ... [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #23 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-11T02:04:51.932Z] #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-11T02:04:51.932Z] #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-11T02:04:51.932Z] #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-11T02:04:51.932Z] #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-11T02:04:51.932Z] #23 DONE 0.1s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:04:51.932Z] #59 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done [2025-07-11T02:04:51.932Z] #59 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-07-11T02:04:51.932Z] #59 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-07-11T02:04:51.932Z] #59 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-07-11T02:04:51.932Z] #59 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.0s [2025-07-11T02:04:51.932Z] #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.0s [2025-07-11T02:04:51.932Z] #59 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-07-11T02:04:51.932Z] #59 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-07-11T02:04:51.932Z] #59 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-07-11T02:04:51.932Z] #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s [2025-07-11T02:04:51.932Z] #59 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s [2025-07-11T02:04:51.932Z] #59 ... [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #60 [security-spire-server internal] load build context [2025-07-11T02:04:51.932Z] #60 transferring context: 23.80kB done [2025-07-11T02:04:51.932Z] #60 DONE 0.3s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:04:51.932Z] #59 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-07-11T02:04:51.932Z] #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-07-11T02:04:51.932Z] #59 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done [2025-07-11T02:04:51.932Z] #59 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-07-11T02:04:51.932Z] #59 ... [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #61 [security-spire-agent internal] load build context [2025-07-11T02:04:51.932Z] #61 transferring context: 23.33kB 0.0s done [2025-07-11T02:04:51.932Z] #61 DONE 0.3s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:04:51.932Z] #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.3s [2025-07-11T02:04:51.932Z] #59 ... [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #62 [security-spire-config internal] load build context [2025-07-11T02:04:51.932Z] #62 transferring context: 22.05kB 0.0s done [2025-07-11T02:04:51.932Z] #62 DONE 0.4s [2025-07-11T02:04:51.932Z] [2025-07-11T02:04:51.932Z] #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:04:51.932Z] #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.10MB / 36.47MB 0.4s [2025-07-11T02:04:51.932Z] #59 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-07-11T02:04:51.932Z] #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 7.34MB / 36.47MB 0.5s [2025-07-11T02:04:51.932Z] #59 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done [2025-07-11T02:04:51.932Z] #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 17.83MB / 36.47MB 0.6s [2025-07-11T02:04:51.932Z] #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 21.64MB / 36.47MB 0.7s [2025-07-11T02:04:51.932Z] #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.8s [2025-07-11T02:04:52.194Z] #59 ... [2025-07-11T02:04:52.194Z] [2025-07-11T02:04:52.194Z] #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-07-11T02:04:52.194Z] #55 41.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:52.194Z] #55 41.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:52.194Z] #55 41.77 (1/2) Installing dumb-init (1.2.5-r3) [2025-07-11T02:04:52.194Z] #55 41.78 (2/2) Installing su-exec (0.2-r3) [2025-07-11T02:04:52.194Z] #55 41.78 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:04:52.194Z] #55 41.80 OK: 8 MiB in 16 packages [2025-07-11T02:04:52.194Z] #55 DONE 42.9s [2025-07-11T02:04:52.194Z] [2025-07-11T02:04:52.194Z] #51 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-07-11T02:04:52.194Z] #51 41.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:52.194Z] #51 41.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:52.194Z] #51 41.87 (1/3) Installing ca-certificates (20241121-r1) [2025-07-11T02:04:52.194Z] #51 41.89 (2/3) Installing dumb-init (1.2.5-r3) [2025-07-11T02:04:52.194Z] #51 41.89 (3/3) Installing tzdata (2025b-r0) [2025-07-11T02:04:52.194Z] #51 41.96 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:04:52.194Z] #51 41.96 Executing ca-certificates-20241121-r1.trigger [2025-07-11T02:04:52.194Z] #51 42.15 OK: 10 MiB in 17 packages [2025-07-11T02:04:52.194Z] #51 DONE 43.0s [2025-07-11T02:04:52.194Z] [2025-07-11T02:04:52.194Z] #63 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-07-11T02:04:52.194Z] #0 0.890 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:52.194Z] #0 1.034 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:52.194Z] #0 1.397 OK: 248 MiB in 58 packages [2025-07-11T02:04:52.194Z] #63 DONE 1.8s [2025-07-11T02:04:52.194Z] [2025-07-11T02:04:52.194Z] #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-07-11T02:04:52.194Z] #54 41.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:52.194Z] #54 41.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:52.194Z] #54 42.07 (1/4) Installing ca-certificates (20241121-r1) [2025-07-11T02:04:52.194Z] #54 42.11 (2/4) Installing dumb-init (1.2.5-r3) [2025-07-11T02:04:52.194Z] #54 42.11 (3/4) Installing su-exec (0.2-r3) [2025-07-11T02:04:52.194Z] #54 42.11 (4/4) Installing yq-go (4.44.1-r2) [2025-07-11T02:04:52.194Z] #54 42.27 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:04:52.194Z] #54 42.29 Executing ca-certificates-20241121-r1.trigger [2025-07-11T02:04:52.194Z] #54 42.40 OK: 19 MiB in 18 packages [2025-07-11T02:04:52.194Z] #54 DONE 43.0s [2025-07-11T02:04:52.194Z] [2025-07-11T02:04:52.194Z] #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:04:52.194Z] #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.5s done [2025-07-11T02:04:52.194Z] #59 ... [2025-07-11T02:04:52.194Z] [2025-07-11T02:04:52.194Z] #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-07-11T02:04:52.194Z] #0 0.828 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:52.194Z] #0 0.948 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:52.194Z] #0 1.389 OK: 248 MiB in 58 packages [2025-07-11T02:04:52.194Z] #64 DONE 1.9s [2025-07-11T02:04:52.194Z] [2025-07-11T02:04:52.194Z] #65 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-07-11T02:04:52.194Z] #0 0.753 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:52.194Z] #0 0.883 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:52.194Z] #0 1.243 OK: 248 MiB in 58 packages [2025-07-11T02:04:52.194Z] #65 DONE 1.9s [2025-07-11T02:04:52.194Z] [2025-07-11T02:04:52.194Z] #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-07-11T02:04:52.194Z] #47 41.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:52.194Z] #47 41.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:52.194Z] #47 41.90 (1/6) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:52.194Z] #47 41.94 (2/6) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:52.194Z] #47 41.95 (3/6) Installing dumb-init (1.2.5-r3) [2025-07-11T02:04:52.194Z] #47 41.96 (4/6) Installing openssl (3.3.4-r0) [2025-07-11T02:04:52.194Z] #47 41.97 (5/6) Installing su-exec (0.2-r3) [2025-07-11T02:04:52.194Z] #47 41.98 (6/6) Installing yq-go (4.44.1-r2) [2025-07-11T02:04:52.194Z] #47 42.12 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:04:52.194Z] #47 42.15 OK: 19 MiB in 18 packages [2025-07-11T02:04:52.194Z] #47 DONE 43.0s [2025-07-11T02:04:52.194Z] [2025-07-11T02:04:52.194Z] #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:04:52.194Z] #59 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 [2025-07-11T02:04:53.570Z] #59 ... [2025-07-11T02:04:53.570Z] [2025-07-11T02:04:53.570Z] #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-11T02:04:53.570Z] #66 DONE 3.2s [2025-07-11T02:04:53.570Z] [2025-07-11T02:04:53.570Z] #67 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-07-11T02:04:53.570Z] #0 1.769 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:53.570Z] #0 1.847 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:53.570Z] #0 2.120 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:53.570Z] #0 2.195 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:53.570Z] #0 2.208 Executing ca-certificates-20241121-r1.trigger [2025-07-11T02:04:53.570Z] #0 2.261 OK: 13 MiB in 28 packages [2025-07-11T02:04:53.570Z] #67 DONE 3.1s [2025-07-11T02:04:53.570Z] [2025-07-11T02:04:53.570Z] #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:04:53.570Z] #59 ... [2025-07-11T02:04:53.570Z] [2025-07-11T02:04:53.570Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-07-11T02:04:53.570Z] #0 1.879 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:53.570Z] #0 1.957 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:53.570Z] #0 2.300 OK: 248 MiB in 58 packages [2025-07-11T02:04:53.570Z] #68 DONE 3.2s [2025-07-11T02:04:53.570Z] [2025-07-11T02:04:53.570Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-11T02:04:53.570Z] #0 1.070 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:53.570Z] #0 1.176 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:53.570Z] #0 1.591 v3.20.6-230-g677600e991f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-11T02:04:53.570Z] #0 1.591 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-11T02:04:53.570Z] #0 1.591 OK: 24175 distinct packages available [2025-07-11T02:04:53.570Z] #0 1.675 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:53.570Z] #0 1.785 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:53.570Z] #0 2.144 OK: 248 MiB in 58 packages [2025-07-11T02:04:53.570Z] #69 DONE 3.2s [2025-07-11T02:04:53.570Z] [2025-07-11T02:04:53.570Z] #70 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-07-11T02:04:53.570Z] #0 1.747 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:53.570Z] #0 1.822 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:53.570Z] #0 2.100 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:53.570Z] #0 2.189 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:53.570Z] #0 2.199 OK: 8 MiB in 15 packages [2025-07-11T02:04:53.570Z] #70 DONE 3.1s [2025-07-11T02:04:53.570Z] [2025-07-11T02:04:53.570Z] #71 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:04:53.570Z] #71 DONE 1.4s [2025-07-11T02:04:53.570Z] [2025-07-11T02:04:53.570Z] #72 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:04:53.570Z] #72 DONE 1.4s [2025-07-11T02:04:53.570Z] [2025-07-11T02:04:53.570Z] #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:04:53.827Z] #59 ... [2025-07-11T02:04:53.827Z] [2025-07-11T02:04:53.827Z] #73 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:04:53.827Z] #73 DONE 1.4s [2025-07-11T02:04:53.827Z] [2025-07-11T02:04:53.827Z] #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:04:54.084Z] #59 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.7s done [2025-07-11T02:04:54.084Z] #59 ... [2025-07-11T02:04:54.084Z] [2025-07-11T02:04:54.084Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-07-11T02:04:54.084Z] #0 1.787 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:54.084Z] #0 2.327 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:54.084Z] #0 3.106 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-11T02:04:54.084Z] #0 3.387 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:04:54.084Z] #0 3.392 OK: 8 MiB in 15 packages [2025-07-11T02:04:54.084Z] #74 DONE 3.8s [2025-07-11T02:04:54.343Z] [2025-07-11T02:04:54.343Z] #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:04:54.343Z] #75 DONE 0.6s [2025-07-11T02:04:54.343Z] [2025-07-11T02:04:54.343Z] #76 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-07-11T02:04:54.343Z] #0 3.067 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:54.343Z] #0 3.153 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:54.343Z] #0 3.489 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:54.343Z] #0 3.533 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:54.343Z] #0 3.543 Executing ca-certificates-20241121-r1.trigger [2025-07-11T02:04:54.343Z] #0 3.583 OK: 12 MiB in 21 packages [2025-07-11T02:04:54.344Z] #76 DONE 3.8s [2025-07-11T02:04:54.344Z] [2025-07-11T02:04:54.344Z] #77 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-07-11T02:04:54.344Z] #0 3.052 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:54.344Z] #0 3.137 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:54.344Z] #0 3.476 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:54.344Z] #0 3.518 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:54.344Z] #0 3.528 OK: 8 MiB in 15 packages [2025-07-11T02:04:54.344Z] #77 DONE 3.8s [2025-07-11T02:04:54.344Z] [2025-07-11T02:04:54.344Z] #78 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:04:54.344Z] #78 DONE 0.6s [2025-07-11T02:04:54.344Z] [2025-07-11T02:04:54.344Z] #79 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-11T02:04:54.344Z] #79 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done [2025-07-11T02:04:54.344Z] #79 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-07-11T02:04:54.344Z] #79 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-07-11T02:04:54.344Z] #79 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-07-11T02:04:54.344Z] #79 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-07-11T02:04:54.344Z] #79 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-07-11T02:04:54.344Z] #79 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-07-11T02:04:54.344Z] #79 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.3s done [2025-07-11T02:04:54.344Z] #79 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.9s done [2025-07-11T02:04:54.344Z] #79 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-07-11T02:04:54.344Z] #79 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done [2025-07-11T02:04:54.344Z] #79 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.7s done [2025-07-11T02:04:54.344Z] #79 DONE 3.7s [2025-07-11T02:04:54.344Z] [2025-07-11T02:04:54.344Z] #80 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:04:54.344Z] #80 ... [2025-07-11T02:04:54.344Z] [2025-07-11T02:04:54.344Z] #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:04:54.344Z] #59 DONE 3.9s [2025-07-11T02:04:54.601Z] [2025-07-11T02:04:54.601Z] #81 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:04:54.601Z] #81 ... [2025-07-11T02:04:54.601Z] [2025-07-11T02:04:54.601Z] #82 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-11T02:04:54.601Z] #0 2.988 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:54.601Z] #0 3.078 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:54.601Z] #0 3.419 v3.20.6-230-g677600e991f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-11T02:04:54.601Z] #0 3.419 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-11T02:04:54.601Z] #0 3.419 OK: 24173 distinct packages available [2025-07-11T02:04:54.601Z] #0 3.525 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:54.601Z] #0 3.608 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:54.601Z] #0 3.870 (1/7) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:54.601Z] #0 3.921 (2/7) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:54.601Z] #0 3.932 (3/7) Installing dumb-init (1.2.5-r3) [2025-07-11T02:04:54.601Z] #0 3.936 (4/7) Installing musl-obstack (1.2.3-r2) [2025-07-11T02:04:54.601Z] #0 3.939 (5/7) Installing libucontext (1.2-r3) [2025-07-11T02:04:54.601Z] #0 3.942 (6/7) Installing gcompat (1.1.0-r4) [2025-07-11T02:04:54.601Z] #0 3.948 (7/7) Installing openssl (3.3.4-r0) [2025-07-11T02:04:54.601Z] #0 3.960 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:04:54.601Z] #0 3.965 OK: 9 MiB in 19 packages [2025-07-11T02:04:54.601Z] #82 DONE 4.1s [2025-07-11T02:04:54.601Z] [2025-07-11T02:04:54.602Z] #83 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-11T02:04:54.602Z] #0 3.020 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:54.602Z] #0 3.136 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:54.602Z] #0 3.437 v3.20.6-230-g677600e991f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-11T02:04:54.602Z] #0 3.437 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-11T02:04:54.602Z] #0 3.437 OK: 24173 distinct packages available [2025-07-11T02:04:54.602Z] #0 3.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:54.602Z] #0 3.585 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:54.602Z] #0 3.911 (1/4) Installing dumb-init (1.2.5-r3) [2025-07-11T02:04:54.602Z] #0 3.914 (2/4) Installing musl-obstack (1.2.3-r2) [2025-07-11T02:04:54.602Z] #0 3.917 (3/4) Installing libucontext (1.2-r3) [2025-07-11T02:04:54.602Z] #0 3.920 (4/4) Installing gcompat (1.1.0-r4) [2025-07-11T02:04:54.602Z] #0 3.926 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:04:54.602Z] #0 3.937 OK: 8 MiB in 18 packages [2025-07-11T02:04:54.602Z] #83 DONE 4.1s [2025-07-11T02:04:54.859Z] [2025-07-11T02:04:54.859Z] #84 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-07-11T02:04:54.859Z] #84 ... [2025-07-11T02:04:54.859Z] [2025-07-11T02:04:54.859Z] #85 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-07-11T02:04:54.859Z] #0 2.101 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:54.859Z] #0 2.169 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:54.859Z] #0 2.462 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:54.859Z] #0 2.565 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:54.859Z] #0 2.573 OK: 8 MiB in 16 packages [2025-07-11T02:04:54.859Z] #85 DONE 2.7s [2025-07-11T02:04:55.117Z] [2025-07-11T02:04:55.117Z] #86 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-07-11T02:04:57.016Z] #86 DONE 1.8s [2025-07-11T02:04:57.016Z] [2025-07-11T02:04:57.016Z] #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-07-11T02:04:57.016Z] #0 2.959 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:57.016Z] #0 3.074 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:57.016Z] #0 3.489 OK: 19 MiB in 18 packages [2025-07-11T02:04:57.016Z] #87 DONE 4.3s [2025-07-11T02:04:57.016Z] [2025-07-11T02:04:57.016Z] #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-07-11T02:04:57.016Z] #0 2.765 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:57.016Z] #0 2.856 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:57.016Z] #0 3.199 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:57.016Z] #0 3.248 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:57.016Z] #0 3.251 Executing ca-certificates-20241121-r1.trigger [2025-07-11T02:04:57.016Z] #0 3.323 OK: 19 MiB in 18 packages [2025-07-11T02:04:57.016Z] #88 DONE 4.4s [2025-07-11T02:04:57.016Z] [2025-07-11T02:04:57.016Z] #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-07-11T02:04:57.016Z] #0 2.731 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:57.016Z] #0 2.812 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:57.016Z] #0 3.120 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:57.016Z] #0 3.161 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:57.016Z] #0 3.172 Executing ca-certificates-20241121-r1.trigger [2025-07-11T02:04:57.016Z] #0 3.208 OK: 10 MiB in 17 packages [2025-07-11T02:04:57.016Z] #89 DONE 4.4s [2025-07-11T02:04:57.016Z] [2025-07-11T02:04:57.016Z] #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-07-11T02:04:57.016Z] #90 DONE 0.1s [2025-07-11T02:04:57.016Z] [2025-07-11T02:04:57.016Z] #84 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-07-11T02:04:57.016Z] #84 1.996 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:57.016Z] #84 ... [2025-07-11T02:04:57.016Z] [2025-07-11T02:04:57.016Z] #91 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-07-11T02:04:57.016Z] #0 1.773 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:57.016Z] #0 2.254 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:57.016Z] #0 2.997 OK: 248 MiB in 58 packages [2025-07-11T02:04:57.016Z] #91 DONE 3.2s [2025-07-11T02:04:57.016Z] [2025-07-11T02:04:57.016Z] #92 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-07-11T02:04:57.016Z] #92 DONE 0.1s [2025-07-11T02:04:57.016Z] [2025-07-11T02:04:57.016Z] #84 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-07-11T02:04:57.016Z] #84 2.077 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:57.016Z] #84 ... [2025-07-11T02:04:57.016Z] [2025-07-11T02:04:57.016Z] #93 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-07-11T02:04:57.016Z] #93 DONE 0.1s [2025-07-11T02:04:57.016Z] [2025-07-11T02:04:57.016Z] #84 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-07-11T02:04:57.016Z] #84 2.422 OK: 9 MiB in 19 packages [2025-07-11T02:04:57.274Z] #84 DONE 2.6s [2025-07-11T02:04:57.274Z] [2025-07-11T02:04:57.274Z] #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-07-11T02:04:57.274Z] #0 1.951 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:57.274Z] #0 2.029 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-11T02:04:57.274Z] #0 2.383 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:57.274Z] #0 2.425 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:04:57.274Z] #0 2.436 OK: 8 MiB in 18 packages [2025-07-11T02:04:57.274Z] #94 DONE 2.6s [2025-07-11T02:04:57.274Z] [2025-07-11T02:04:57.274Z] #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-11T02:04:59.866Z] #95 ... [2025-07-11T02:04:59.866Z] [2025-07-11T02:04:59.866Z] #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-11T02:04:59.866Z] #96 DONE 2.2s [2025-07-11T02:04:59.866Z] [2025-07-11T02:04:59.866Z] #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-11T02:04:59.866Z] #95 DONE 2.2s [2025-07-11T02:04:59.866Z] [2025-07-11T02:04:59.866Z] #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-07-11T02:04:59.866Z] #97 DONE 2.2s [2025-07-11T02:04:59.866Z] [2025-07-11T02:04:59.866Z] #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-07-11T02:04:59.866Z] #98 DONE 0.1s [2025-07-11T02:04:59.866Z] [2025-07-11T02:04:59.866Z] #99 [security-spire-server stage-2 6/9] COPY security.txt / [2025-07-11T02:04:59.866Z] #99 ... [2025-07-11T02:04:59.866Z] [2025-07-11T02:04:59.866Z] #100 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-07-11T02:04:59.866Z] #100 DONE 0.1s [2025-07-11T02:04:59.866Z] [2025-07-11T02:04:59.866Z] #101 [security-spire-config stage-2 6/10] COPY security.txt / [2025-07-11T02:05:00.434Z] #101 ... [2025-07-11T02:05:00.434Z] [2025-07-11T02:05:00.434Z] #99 [security-spire-server stage-2 6/9] COPY security.txt / [2025-07-11T02:05:00.434Z] #99 DONE 0.9s [2025-07-11T02:05:00.692Z] [2025-07-11T02:05:00.692Z] #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-11T02:05:00.692Z] #102 DONE 1.0s [2025-07-11T02:05:00.692Z] [2025-07-11T02:05:00.692Z] #101 [security-spire-config stage-2 6/10] COPY security.txt / [2025-07-11T02:05:00.692Z] #101 DONE 0.9s [2025-07-11T02:05:00.692Z] [2025-07-11T02:05:00.692Z] #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-07-11T02:05:00.692Z] #103 DONE 0.1s [2025-07-11T02:05:00.693Z] [2025-07-11T02:05:00.693Z] #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-07-11T02:05:00.693Z] #104 DONE 0.1s [2025-07-11T02:05:00.693Z] [2025-07-11T02:05:00.693Z] #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-07-11T02:05:00.693Z] #105 DONE 0.1s [2025-07-11T02:05:00.693Z] [2025-07-11T02:05:00.693Z] #106 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-07-11T02:05:00.693Z] #106 DONE 0.1s [2025-07-11T02:05:00.693Z] [2025-07-11T02:05:00.693Z] #107 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-07-11T02:05:00.693Z] #107 DONE 0.1s [2025-07-11T02:05:00.693Z] [2025-07-11T02:05:00.693Z] #108 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-07-11T02:05:00.693Z] #108 DONE 0.1s [2025-07-11T02:05:00.693Z] [2025-07-11T02:05:00.693Z] #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-07-11T02:05:00.950Z] #109 DONE 0.1s [2025-07-11T02:05:00.950Z] [2025-07-11T02:05:00.950Z] #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-07-11T02:05:00.950Z] #110 DONE 0.1s [2025-07-11T02:05:00.950Z] [2025-07-11T02:05:00.950Z] #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-07-11T02:05:00.950Z] #111 DONE 0.1s [2025-07-11T02:05:00.950Z] [2025-07-11T02:05:00.950Z] #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-07-11T02:05:00.950Z] #112 DONE 0.1s [2025-07-11T02:05:00.950Z] [2025-07-11T02:05:00.950Z] #113 [security-spire-server] exporting to image [2025-07-11T02:05:00.950Z] #113 exporting layers [2025-07-11T02:05:00.950Z] #113 ... [2025-07-11T02:05:00.950Z] [2025-07-11T02:05:00.950Z] #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-07-11T02:05:00.950Z] #114 DONE 0.0s [2025-07-11T02:05:01.208Z] [2025-07-11T02:05:01.208Z] #115 [security-spire-agent] exporting to image [2025-07-11T02:05:01.208Z] #115 ... [2025-07-11T02:05:01.208Z] [2025-07-11T02:05:01.208Z] #116 [security-spire-config] exporting to image [2025-07-11T02:05:01.208Z] #116 exporting layers 0.4s done [2025-07-11T02:05:01.208Z] #116 writing image sha256:a28131ac6f4dce03334dad43c4db5fc1f03ebade541cda233544f4e469feb979 0.0s done [2025-07-11T02:05:01.208Z] #116 naming to docker.io/library/security-spire-config 0.0s done [2025-07-11T02:05:01.208Z] #116 DONE 0.5s [2025-07-11T02:05:01.208Z] [2025-07-11T02:05:01.208Z] #113 [security-spire-server] exporting to image [2025-07-11T02:05:01.208Z] #113 exporting layers 0.5s done [2025-07-11T02:05:01.208Z] #113 writing image sha256:6a3c62f792b52f40ddae77cd88eface33dc47459906b6245061bd2d3307a1c07 done [2025-07-11T02:05:01.208Z] #113 naming to docker.io/library/security-spire-server done [2025-07-11T02:05:01.208Z] #113 DONE 0.5s [2025-07-11T02:05:01.466Z] [2025-07-11T02:05:01.466Z] #115 [security-spire-agent] exporting to image [2025-07-11T02:05:01.466Z] #115 exporting layers 0.5s done [2025-07-11T02:05:01.466Z] #115 writing image sha256:6acb3bc0032ddb997504bd2b160aec15d45245f6f5590412ad6d34fd812d2e6a done [2025-07-11T02:05:01.466Z] #115 naming to docker.io/library/security-spire-agent done [2025-07-11T02:05:01.466Z] #115 DONE 0.5s [2025-07-11T02:05:01.466Z] [2025-07-11T02:05:01.466Z] #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:05:04.015Z] #117 ... [2025-07-11T02:05:04.015Z] [2025-07-11T02:05:04.015Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:05:04.015Z] #118 ... [2025-07-11T02:05:04.015Z] [2025-07-11T02:05:04.015Z] #119 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:05:04.274Z] #119 ... [2025-07-11T02:05:04.274Z] [2025-07-11T02:05:04.274Z] #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:05:38.697Z] Removing intermediate container eacfa1726a35 [2025-07-11T02:05:38.697Z] ---> 9627baf0f6c4 [2025-07-11T02:05:38.697Z] Successfully built 9627baf0f6c4 [2025-07-11T02:05:38.697Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:05:39.049Z] + docker inspect -f . ci-base-image-arm64 [2025-07-11T02:05:39.049Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-11T02:05:39.267Z] prd-ubuntu20.04-docker-arm64-4c-16g-4951 does not seem to be running inside a container [2025-07-11T02:05:39.331Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-07-11T02:05:40.553Z] $ docker top 6eb980c79504ef9f611f48f5fd334068b618d12f05a6771fd1855f71d0d78b10 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-11T02:05:41.391Z] + go version [2025-07-11T02:05:41.391Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-07-11T02:05:41.413Z] $ docker stop --time=1 6eb980c79504ef9f611f48f5fd334068b618d12f05a6771fd1855f71d0d78b10 [2025-07-11T02:05:43.080Z] $ docker rm -f --volumes 6eb980c79504ef9f611f48f5fd334068b618d12f05a6771fd1855f71d0d78b10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:05:43.778Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-07-11T02:05:43.778Z] [2025-07-11T02:05:43.778Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:05:44.118Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-07-11T02:05:44.119Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-07-11T02:05:44.119Z] 547446be3368: Pulling fs layer [2025-07-11T02:05:44.119Z] d125d8839a47: Pulling fs layer [2025-07-11T02:05:44.119Z] 3e85d5ac6304: Pulling fs layer [2025-07-11T02:05:44.119Z] c3105a71a48b: Pulling fs layer [2025-07-11T02:05:44.119Z] 0f093f025ec4: Pulling fs layer [2025-07-11T02:05:44.119Z] c3105a71a48b: Waiting [2025-07-11T02:05:44.119Z] c3106fc0e877: Pulling fs layer [2025-07-11T02:05:44.119Z] 0f093f025ec4: Waiting [2025-07-11T02:05:44.119Z] c3106fc0e877: Waiting [2025-07-11T02:05:44.388Z] 547446be3368: Verifying Checksum [2025-07-11T02:05:44.388Z] 547446be3368: Download complete [2025-07-11T02:05:44.388Z] c3105a71a48b: Verifying Checksum [2025-07-11T02:05:44.388Z] c3105a71a48b: Download complete [2025-07-11T02:05:44.655Z] d125d8839a47: Verifying Checksum [2025-07-11T02:05:44.656Z] d125d8839a47: Download complete [2025-07-11T02:05:44.656Z] c3106fc0e877: Verifying Checksum [2025-07-11T02:05:44.656Z] c3106fc0e877: Download complete [2025-07-11T02:05:44.923Z] 0f093f025ec4: Verifying Checksum [2025-07-11T02:05:44.923Z] 0f093f025ec4: Download complete [2025-07-11T02:05:45.190Z] 547446be3368: Pull complete [2025-07-11T02:05:46.151Z] d125d8839a47: Pull complete [2025-07-11T02:05:46.734Z] 3e85d5ac6304: Verifying Checksum [2025-07-11T02:05:46.734Z] 3e85d5ac6304: Download complete [2025-07-11T02:05:50.947Z] #120 ... [2025-07-11T02:05:50.947Z] [2025-07-11T02:05:50.947Z] #119 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:05:50.947Z] #119 DONE 48.0s [2025-07-11T02:05:50.947Z] [2025-07-11T02:05:50.947Z] #81 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:05:50.947Z] #81 DONE 51.3s [2025-07-11T02:05:50.947Z] [2025-07-11T02:05:50.947Z] #117 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:05:50.947Z] #117 DONE 51.2s [2025-07-11T02:05:50.947Z] [2025-07-11T02:05:50.947Z] #80 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:05:50.947Z] #80 DONE 50.7s [2025-07-11T02:05:50.947Z] [2025-07-11T02:05:50.947Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:05:50.947Z] #118 DONE 51.3s [2025-07-11T02:05:50.947Z] [2025-07-11T02:05:50.947Z] #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:05:50.947Z] #120 DONE 50.7s [2025-07-11T02:05:50.947Z] [2025-07-11T02:05:50.947Z] #121 [core-metadata builder 6/7] COPY . . [2025-07-11T02:05:55.147Z] #121 ... [2025-07-11T02:05:55.147Z] [2025-07-11T02:05:55.147Z] #122 [security-secretstore-setup builder 6/7] COPY . . [2025-07-11T02:05:55.147Z] #122 ... [2025-07-11T02:05:55.148Z] [2025-07-11T02:05:55.148Z] #123 [core-keeper builder 7/8] COPY . . [2025-07-11T02:05:55.148Z] #123 ... [2025-07-11T02:05:55.148Z] [2025-07-11T02:05:55.148Z] #124 [support-scheduler builder 6/7] COPY . . [2025-07-11T02:05:55.408Z] #124 ... [2025-07-11T02:05:55.408Z] [2025-07-11T02:05:55.408Z] #125 [support-notifications builder 6/7] COPY . . [2025-07-11T02:05:55.669Z] #125 ... [2025-07-11T02:05:55.669Z] [2025-07-11T02:05:55.669Z] #126 [security-spiffe-token-provider builder 6/7] COPY . . [2025-07-11T02:05:57.269Z] 3e85d5ac6304: Pull complete [2025-07-11T02:05:57.269Z] c3105a71a48b: Pull complete [2025-07-11T02:05:57.852Z] 0f093f025ec4: Pull complete [2025-07-11T02:05:58.401Z] c3106fc0e877: Pull complete [2025-07-11T02:05:58.401Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-07-11T02:05:58.401Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-07-11T02:05:58.401Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-11T02:05:58.823Z] prd-ubuntu20.04-docker-arm64-4c-16g-4951 does not seem to be running inside a container [2025-07-11T02:05:58.911Z] $ 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/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2025-07-11T02:06:01.333Z] $ docker top 54358a8806f53893039c67ab9c4ad7b79a9d1fb49258583cb13b9f33f762bd35 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-11T02:06:02.424Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-07-11T02:06:05.860Z] #126 DONE 20.9s [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #123 [core-keeper builder 7/8] COPY . . [2025-07-11T02:06:05.860Z] #123 DONE 20.9s [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #121 [core-command builder 6/7] COPY . . [2025-07-11T02:06:05.860Z] #121 DONE 20.9s [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #127 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-11T02:06:05.860Z] #127 ... [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #128 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:06:05.860Z] #128 CACHED [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:06:05.860Z] #129 CACHED [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #130 [core-metadata builder 6/7] COPY . . [2025-07-11T02:06:05.860Z] #130 CACHED [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #131 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:06:05.860Z] #131 CACHED [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #132 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:06:05.860Z] #132 CACHED [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #133 [core-data builder 6/7] COPY . . [2025-07-11T02:06:05.860Z] #133 CACHED [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #134 [core-command builder 6/7] COPY . . [2025-07-11T02:06:05.860Z] #134 CACHED [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #135 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:06:05.860Z] #135 CACHED [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #136 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:06:05.860Z] #136 CACHED [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #137 [security-proxy-auth builder 6/7] COPY . . [2025-07-11T02:06:05.860Z] #137 CACHED [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #138 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:06:05.860Z] #138 CACHED [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #139 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:06:05.860Z] #139 CACHED [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #122 [security-secretstore-setup builder 6/7] COPY . . [2025-07-11T02:06:05.860Z] #122 DONE 20.9s [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #140 [security-proxy-setup builder 6/7] COPY . . [2025-07-11T02:06:05.860Z] #140 CACHED [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #141 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:06:05.860Z] #141 CACHED [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #142 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:06:05.860Z] #142 CACHED [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #143 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:06:05.860Z] #143 CACHED [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #144 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:06:05.860Z] #144 CACHED [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #145 [security-bootstrapper builder 6/7] COPY . . [2025-07-11T02:06:05.860Z] #145 CACHED [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #124 [support-scheduler builder 6/7] COPY . . [2025-07-11T02:06:05.860Z] #124 DONE 20.9s [2025-07-11T02:06:05.860Z] [2025-07-11T02:06:05.860Z] #125 [support-notifications builder 6/7] COPY . . [2025-07-11T02:06:05.860Z] #125 DONE 20.9s [2025-07-11T02:06:06.124Z] [2025-07-11T02:06:06.124Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-11T02:06:07.068Z] #146 1.109 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-07-11T02:06:12.534Z] #1 [security-spire-agent internal] load build definition from Dockerfile [2025-07-11T02:06:12.534Z] #1 transferring dockerfile: 1.81kB 0.0s done [2025-07-11T02:06:12.534Z] #1 DONE 0.1s [2025-07-11T02:06:12.534Z] [2025-07-11T02:06:12.534Z] #2 [support-scheduler internal] load build definition from Dockerfile [2025-07-11T02:06:12.534Z] #2 transferring dockerfile: 1.83kB done [2025-07-11T02:06:12.534Z] #2 DONE 0.0s [2025-07-11T02:06:12.534Z] [2025-07-11T02:06:12.534Z] #3 [core-command internal] load build definition from Dockerfile [2025-07-11T02:06:12.534Z] #3 transferring dockerfile: 1.94kB 0.0s done [2025-07-11T02:06:12.534Z] #3 DONE 0.1s [2025-07-11T02:06:12.534Z] [2025-07-11T02:06:12.534Z] #4 [security-spire-server internal] load build definition from Dockerfile [2025-07-11T02:06:12.534Z] #4 transferring dockerfile: 1.70kB 0.0s done [2025-07-11T02:06:12.534Z] #4 DONE 0.1s [2025-07-11T02:06:12.534Z] [2025-07-11T02:06:12.534Z] #5 [security-bootstrapper internal] load build definition from Dockerfile [2025-07-11T02:06:12.534Z] #5 DONE 0.0s [2025-07-11T02:06:12.534Z] [2025-07-11T02:06:12.534Z] #6 [support-notifications internal] load build definition from Dockerfile [2025-07-11T02:06:12.534Z] #6 transferring dockerfile: 2.00kB 0.0s done [2025-07-11T02:06:12.534Z] #6 DONE 0.1s [2025-07-11T02:06:12.801Z] [2025-07-11T02:06:12.802Z] #5 [security-bootstrapper internal] load build definition from Dockerfile [2025-07-11T02:06:12.802Z] #5 transferring dockerfile: 3.02kB 0.0s done [2025-07-11T02:06:12.802Z] #5 DONE 0.1s [2025-07-11T02:06:12.802Z] [2025-07-11T02:06:12.802Z] #7 [security-proxy-setup internal] load build definition from Dockerfile [2025-07-11T02:06:12.802Z] #7 transferring dockerfile: 2.50kB done [2025-07-11T02:06:12.802Z] #7 DONE 0.1s [2025-07-11T02:06:12.802Z] [2025-07-11T02:06:12.802Z] #8 [security-secretstore-setup internal] load build definition from Dockerfile [2025-07-11T02:06:12.802Z] #8 transferring dockerfile: 2.49kB done [2025-07-11T02:06:12.802Z] #8 DONE 0.1s [2025-07-11T02:06:12.802Z] [2025-07-11T02:06:12.802Z] #9 [security-proxy-auth internal] load build definition from Dockerfile [2025-07-11T02:06:13.072Z] #9 transferring dockerfile: 2.14kB 0.0s done [2025-07-11T02:06:13.072Z] #9 DONE 0.1s [2025-07-11T02:06:13.072Z] [2025-07-11T02:06:13.072Z] #10 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-07-11T02:06:13.072Z] #10 transferring dockerfile: 1.89kB done [2025-07-11T02:06:13.072Z] #10 DONE 0.1s [2025-07-11T02:06:13.072Z] [2025-07-11T02:06:13.072Z] #11 [security-spire-config internal] load build definition from Dockerfile [2025-07-11T02:06:13.072Z] #11 transferring dockerfile: 1.69kB done [2025-07-11T02:06:13.072Z] #11 DONE 0.1s [2025-07-11T02:06:13.072Z] [2025-07-11T02:06:13.073Z] #12 [core-metadata internal] load build definition from Dockerfile [2025-07-11T02:06:13.073Z] #12 transferring dockerfile: 2.10kB 0.0s done [2025-07-11T02:06:13.073Z] #12 DONE 0.1s [2025-07-11T02:06:13.073Z] [2025-07-11T02:06:13.073Z] #13 [core-keeper internal] load build definition from Dockerfile [2025-07-11T02:06:13.073Z] #13 transferring dockerfile: 2.01kB done [2025-07-11T02:06:13.073Z] #13 DONE 0.1s [2025-07-11T02:06:13.073Z] [2025-07-11T02:06:13.073Z] #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-07-11T02:06:13.341Z] #14 transferring dockerfile: 2.23kB done [2025-07-11T02:06:13.341Z] #14 DONE 0.1s [2025-07-11T02:06:13.341Z] [2025-07-11T02:06:13.341Z] #15 [core-data internal] load build definition from Dockerfile [2025-07-11T02:06:13.341Z] #15 transferring dockerfile: 2.04kB 0.0s done [2025-07-11T02:06:13.341Z] #15 DONE 0.1s [2025-07-11T02:06:13.341Z] [2025-07-11T02:06:13.341Z] #16 [security-spire-agent internal] load .dockerignore [2025-07-11T02:06:13.341Z] #16 transferring context: 50B 0.0s done [2025-07-11T02:06:13.341Z] #16 DONE 0.1s [2025-07-11T02:06:14.305Z] [2025-07-11T02:06:14.306Z] #17 [support-scheduler internal] load .dockerignore [2025-07-11T02:06:14.306Z] #17 transferring context: 50B done [2025-07-11T02:06:14.306Z] #17 DONE 0.0s [2025-07-11T02:06:14.306Z] [2025-07-11T02:06:14.306Z] #18 [core-command internal] load .dockerignore [2025-07-11T02:06:14.306Z] #18 transferring context: 50B done [2025-07-11T02:06:14.306Z] #18 DONE 0.0s [2025-07-11T02:06:14.306Z] [2025-07-11T02:06:14.306Z] #19 [security-spire-server internal] load .dockerignore [2025-07-11T02:06:14.306Z] #19 transferring context: 50B done [2025-07-11T02:06:14.306Z] #19 DONE 0.1s [2025-07-11T02:06:14.306Z] [2025-07-11T02:06:14.306Z] #20 [support-notifications internal] load .dockerignore [2025-07-11T02:06:14.306Z] #20 transferring context: 50B 0.0s done [2025-07-11T02:06:14.306Z] #20 DONE 0.1s [2025-07-11T02:06:14.306Z] [2025-07-11T02:06:14.306Z] #21 [security-bootstrapper internal] load .dockerignore [2025-07-11T02:06:14.588Z] #21 transferring context: 50B done [2025-07-11T02:06:14.588Z] #21 DONE 0.0s [2025-07-11T02:06:14.588Z] [2025-07-11T02:06:14.588Z] #22 [security-proxy-setup internal] load .dockerignore [2025-07-11T02:06:14.588Z] #22 transferring context: 50B 0.0s done [2025-07-11T02:06:14.588Z] #22 DONE 0.1s [2025-07-11T02:06:14.588Z] [2025-07-11T02:06:14.588Z] #23 [security-secretstore-setup internal] load .dockerignore [2025-07-11T02:06:14.588Z] #23 transferring context: 50B 0.0s done [2025-07-11T02:06:14.588Z] #23 DONE 0.1s [2025-07-11T02:06:14.588Z] [2025-07-11T02:06:14.588Z] #24 [security-proxy-auth internal] load .dockerignore [2025-07-11T02:06:14.588Z] #24 transferring context: 50B 0.0s done [2025-07-11T02:06:14.588Z] #24 DONE 0.1s [2025-07-11T02:06:14.588Z] [2025-07-11T02:06:14.588Z] #25 [security-spiffe-token-provider internal] load .dockerignore [2025-07-11T02:06:14.588Z] #25 transferring context: 50B 0.0s done [2025-07-11T02:06:14.588Z] #25 DONE 0.1s [2025-07-11T02:06:14.588Z] [2025-07-11T02:06:14.588Z] #26 [security-spire-config internal] load .dockerignore [2025-07-11T02:06:14.588Z] #26 transferring context: 50B done [2025-07-11T02:06:14.861Z] #26 DONE 0.1s [2025-07-11T02:06:14.861Z] [2025-07-11T02:06:14.862Z] #27 [core-metadata internal] load .dockerignore [2025-07-11T02:06:14.862Z] #27 transferring context: 50B 0.0s done [2025-07-11T02:06:14.862Z] #27 DONE 0.1s [2025-07-11T02:06:14.862Z] [2025-07-11T02:06:14.862Z] #28 [core-keeper internal] load .dockerignore [2025-07-11T02:06:14.862Z] #28 transferring context: 50B done [2025-07-11T02:06:14.862Z] #28 DONE 0.1s [2025-07-11T02:06:14.862Z] [2025-07-11T02:06:14.862Z] #29 [core-common-config-bootstrapper internal] load .dockerignore [2025-07-11T02:06:14.862Z] #29 transferring context: 50B done [2025-07-11T02:06:14.862Z] #29 DONE 0.1s [2025-07-11T02:06:14.862Z] [2025-07-11T02:06:14.862Z] #30 [core-data internal] load .dockerignore [2025-07-11T02:06:15.130Z] #30 transferring context: 50B 0.0s done [2025-07-11T02:06:15.130Z] #30 DONE 0.1s [2025-07-11T02:06:15.130Z] [2025-07-11T02:06:15.130Z] #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-07-11T02:06:15.399Z] #31 ... [2025-07-11T02:06:15.399Z] [2025-07-11T02:06:15.399Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2025-07-11T02:06:15.399Z] #32 DONE 0.3s [2025-07-11T02:06:15.399Z] [2025-07-11T02:06:15.399Z] #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-07-11T02:06:15.666Z] #33 ... [2025-07-11T02:06:15.666Z] [2025-07-11T02:06:15.666Z] #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-07-11T02:06:15.666Z] #31 DONE 0.7s [2025-07-11T02:06:15.666Z] [2025-07-11T02:06:15.666Z] #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-07-11T02:06:15.666Z] #33 DONE 0.7s [2025-07-11T02:06:15.666Z] [2025-07-11T02:06:15.666Z] #34 [security-spire-agent internal] load build context [2025-07-11T02:06:15.666Z] #34 transferring context: 23.33kB 0.0s done [2025-07-11T02:06:15.666Z] #34 DONE 0.1s [2025-07-11T02:06:15.666Z] [2025-07-11T02:06:15.666Z] #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-11T02:06:15.666Z] #35 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-11T02:06:15.933Z] #35 ... [2025-07-11T02:06:15.933Z] [2025-07-11T02:06:15.933Z] #36 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-11T02:06:15.933Z] #36 DONE 0.0s [2025-07-11T02:06:15.933Z] [2025-07-11T02:06:15.933Z] #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-11T02:06:15.933Z] #35 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done [2025-07-11T02:06:15.933Z] #35 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-07-11T02:06:15.933Z] #35 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-07-11T02:06:15.933Z] #35 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s [2025-07-11T02:06:15.933Z] #35 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s [2025-07-11T02:06:15.933Z] #35 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0B / 295B 0.1s [2025-07-11T02:06:15.933Z] #35 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-07-11T02:06:16.202Z] #35 ... [2025-07-11T02:06:16.202Z] [2025-07-11T02:06:16.202Z] #36 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-11T02:06:16.202Z] #36 DONE 0.0s [2025-07-11T02:06:16.202Z] [2025-07-11T02:06:16.202Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-07-11T02:06:16.202Z] #32 DONE 0.4s [2025-07-11T02:06:16.202Z] [2025-07-11T02:06:16.202Z] #37 [support-notifications stage-3 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-11T02:06:16.202Z] #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-07-11T02:06:16.202Z] #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-11T02:06:16.202Z] #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-11T02:06:16.202Z] #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-11T02:06:16.202Z] #37 DONE 0.7s [2025-07-11T02:06:16.202Z] [2025-07-11T02:06:16.202Z] #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-11T02:06:16.202Z] #35 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-07-11T02:06:16.202Z] #35 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-07-11T02:06:16.202Z] #35 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done [2025-07-11T02:06:16.202Z] #35 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-07-11T02:06:16.202Z] #35 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 0B / 14.28MB 0.3s [2025-07-11T02:06:16.202Z] #35 ... [2025-07-11T02:06:16.202Z] [2025-07-11T02:06:16.202Z] #36 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-11T02:06:16.202Z] #36 DONE 0.0s [2025-07-11T02:06:16.202Z] [2025-07-11T02:06:16.202Z] #33 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-07-11T02:06:16.202Z] #33 DONE 0.7s [2025-07-11T02:06:16.202Z] [2025-07-11T02:06:16.202Z] #37 [security-spire-server stage-3 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-11T02:06:16.202Z] #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-07-11T02:06:16.202Z] #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-11T02:06:16.202Z] #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-11T02:06:16.202Z] #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-11T02:06:16.202Z] #37 DONE 0.7s [2025-07-11T02:06:16.202Z] [2025-07-11T02:06:16.202Z] #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-11T02:06:16.471Z] #35 ... [2025-07-11T02:06:16.471Z] [2025-07-11T02:06:16.471Z] #36 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-11T02:06:16.471Z] #36 DONE 0.0s [2025-07-11T02:06:16.471Z] [2025-07-11T02:06:16.471Z] #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-11T02:06:16.471Z] #35 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 1.05MB / 14.28MB 0.5s [2025-07-11T02:06:16.471Z] #35 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 2.10MB / 14.28MB 0.6s [2025-07-11T02:06:16.471Z] #35 ... [2025-07-11T02:06:16.471Z] [2025-07-11T02:06:16.471Z] #36 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-11T02:06:16.471Z] #36 DONE 0.0s [2025-07-11T02:06:16.471Z] [2025-07-11T02:06:16.471Z] #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-11T02:06:16.471Z] #35 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.24MB / 14.28MB 0.7s [2025-07-11T02:06:16.739Z] #35 ... [2025-07-11T02:06:16.739Z] [2025-07-11T02:06:16.739Z] #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-07-11T02:06:16.739Z] #32 DONE 0.8s [2025-07-11T02:06:16.739Z] [2025-07-11T02:06:16.739Z] #37 [security-proxy-setup stage-3 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-11T02:06:16.739Z] #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-07-11T02:06:16.739Z] #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-11T02:06:16.739Z] #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-11T02:06:16.739Z] #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-11T02:06:16.739Z] #37 DONE 0.8s [2025-07-11T02:06:16.739Z] [2025-07-11T02:06:16.739Z] #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-11T02:06:16.739Z] #35 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.34MB / 14.28MB 0.8s [2025-07-11T02:06:16.739Z] #35 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be [2025-07-11T02:06:16.739Z] #35 ... [2025-07-11T02:06:16.739Z] [2025-07-11T02:06:16.739Z] #36 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-11T02:06:16.739Z] #36 DONE 0.0s [2025-07-11T02:06:16.739Z] [2025-07-11T02:06:16.739Z] #37 [security-bootstrapper stage-3 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-11T02:06:16.739Z] #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-07-11T02:06:16.739Z] #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-11T02:06:16.739Z] #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-11T02:06:16.739Z] #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-11T02:06:16.739Z] #37 DONE 0.8s [2025-07-11T02:06:16.739Z] [2025-07-11T02:06:16.739Z] #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-11T02:06:16.739Z] #35 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.39MB / 14.28MB 0.9s [2025-07-11T02:06:16.739Z] #35 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done [2025-07-11T02:06:17.005Z] #35 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.73MB / 14.28MB 1.1s [2025-07-11T02:06:17.005Z] #35 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 1.2s [2025-07-11T02:06:17.049Z] #146 ... [2025-07-11T02:06:17.049Z] [2025-07-11T02:06:17.049Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-11T02:06:17.049Z] #0 0.638 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-07-11T02:06:17.049Z] #147 ... [2025-07-11T02:06:17.049Z] [2025-07-11T02:06:17.049Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-11T02:06:17.049Z] #0 1.000 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-07-11T02:06:17.049Z] #148 ... [2025-07-11T02:06:17.049Z] [2025-07-11T02:06:17.049Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-07-11T02:06:17.049Z] #0 0.861 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-07-11T02:06:17.049Z] #149 ... [2025-07-11T02:06:17.049Z] [2025-07-11T02:06:17.049Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-11T02:06:17.049Z] #0 0.780 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-07-11T02:06:17.049Z] #150 ... [2025-07-11T02:06:17.049Z] [2025-07-11T02:06:17.049Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-11T02:06:17.049Z] #0 0.942 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-07-11T02:06:17.049Z] #151 ... [2025-07-11T02:06:17.049Z] [2025-07-11T02:06:17.049Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-11T02:06:17.049Z] #0 0.795 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-07-11T02:06:17.049Z] #152 ... [2025-07-11T02:06:17.049Z] [2025-07-11T02:06:17.049Z] #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-07-11T02:06:17.049Z] #0 1.096 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-07-11T02:06:17.049Z] #153 ... [2025-07-11T02:06:17.049Z] [2025-07-11T02:06:17.049Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-07-11T02:06:17.049Z] #0 0.863 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-07-11T02:06:17.049Z] #154 ... [2025-07-11T02:06:17.049Z] [2025-07-11T02:06:17.049Z] #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-11T02:06:17.049Z] #0 1.093 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-07-11T02:06:17.049Z] #155 ... [2025-07-11T02:06:17.049Z] [2025-07-11T02:06:17.049Z] #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-11T02:06:17.049Z] #0 1.120 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-07-11T02:06:17.276Z] #35 ... [2025-07-11T02:06:17.276Z] [2025-07-11T02:06:17.276Z] #36 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-11T02:06:17.276Z] #36 DONE 0.0s [2025-07-11T02:06:17.276Z] [2025-07-11T02:06:17.276Z] #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-11T02:06:17.276Z] #35 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 1.4s done [2025-07-11T02:06:17.309Z] #156 ... [2025-07-11T02:06:17.309Z] [2025-07-11T02:06:17.309Z] #127 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-11T02:06:17.309Z] #127 0.908 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-07-11T02:06:17.555Z] #35 ... [2025-07-11T02:06:17.555Z] [2025-07-11T02:06:17.555Z] #36 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-11T02:06:17.555Z] #36 DONE 0.0s [2025-07-11T02:06:17.555Z] [2025-07-11T02:06:17.555Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:17.555Z] #38 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-07-11T02:06:17.555Z] #38 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-07-11T02:06:17.555Z] #38 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-07-11T02:06:17.555Z] #38 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-07-11T02:06:17.555Z] #38 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-07-11T02:06:17.555Z] #38 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-07-11T02:06:17.555Z] #38 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-07-11T02:06:17.555Z] #38 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.5s done [2025-07-11T02:06:17.555Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 1.7s [2025-07-11T02:06:17.555Z] #38 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done [2025-07-11T02:06:17.555Z] #38 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done [2025-07-11T02:06:17.820Z] #38 ... [2025-07-11T02:06:17.820Z] [2025-07-11T02:06:17.820Z] #36 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-11T02:06:17.820Z] #36 DONE 0.0s [2025-07-11T02:06:17.820Z] [2025-07-11T02:06:17.820Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:17.820Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.02MB / 33.17MB 1.9s [2025-07-11T02:06:18.101Z] #38 ... [2025-07-11T02:06:18.101Z] [2025-07-11T02:06:18.101Z] #33 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-07-11T02:06:18.101Z] #33 DONE 1.7s [2025-07-11T02:06:18.101Z] [2025-07-11T02:06:18.101Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:18.101Z] #38 ... [2025-07-11T02:06:18.101Z] [2025-07-11T02:06:18.101Z] #36 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-11T02:06:18.101Z] #36 DONE 0.0s [2025-07-11T02:06:18.101Z] [2025-07-11T02:06:18.101Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:18.371Z] #38 ... [2025-07-11T02:06:18.371Z] [2025-07-11T02:06:18.371Z] #39 [support-scheduler internal] load build context [2025-07-11T02:06:18.371Z] #39 transferring context: 3.23MB 1.6s done [2025-07-11T02:06:18.371Z] #39 DONE 2.2s [2025-07-11T02:06:18.371Z] [2025-07-11T02:06:18.371Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:18.371Z] #38 ... [2025-07-11T02:06:18.371Z] [2025-07-11T02:06:18.371Z] #37 [core-metadata stage-3 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-11T02:06:18.371Z] #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-07-11T02:06:18.371Z] #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-11T02:06:18.371Z] #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-11T02:06:18.371Z] #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-11T02:06:18.371Z] #37 DONE 0.9s [2025-07-11T02:06:18.371Z] [2025-07-11T02:06:18.371Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:18.638Z] #38 ... [2025-07-11T02:06:18.638Z] [2025-07-11T02:06:18.638Z] #37 [security-spiffe-token-provider stage-3 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-11T02:06:18.638Z] #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-07-11T02:06:18.638Z] #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-11T02:06:18.638Z] #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-11T02:06:18.638Z] #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-11T02:06:18.638Z] #37 DONE 0.9s [2025-07-11T02:06:18.638Z] [2025-07-11T02:06:18.638Z] #40 [core-common-config-bootstrapper internal] load build context [2025-07-11T02:06:18.638Z] #40 DONE 0.0s [2025-07-11T02:06:18.638Z] [2025-07-11T02:06:18.638Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:18.638Z] #38 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-07-11T02:06:18.638Z] #38 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-07-11T02:06:18.638Z] #38 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-07-11T02:06:18.638Z] #38 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-07-11T02:06:18.638Z] #38 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-07-11T02:06:18.638Z] #38 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-07-11T02:06:18.638Z] #38 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-07-11T02:06:18.638Z] #38 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.5s done [2025-07-11T02:06:18.638Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 2.7s [2025-07-11T02:06:18.638Z] #38 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done [2025-07-11T02:06:18.638Z] #38 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done [2025-07-11T02:06:18.904Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 3.0s [2025-07-11T02:06:19.170Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 3.2s [2025-07-11T02:06:19.437Z] #38 ... [2025-07-11T02:06:19.437Z] [2025-07-11T02:06:19.437Z] #41 [security-spire-server internal] load build context [2025-07-11T02:06:19.437Z] #41 transferring context: 23.80kB 0.6s done [2025-07-11T02:06:19.437Z] #41 DONE 3.1s [2025-07-11T02:06:19.437Z] [2025-07-11T02:06:19.437Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:19.705Z] #38 ... [2025-07-11T02:06:19.705Z] [2025-07-11T02:06:19.705Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-07-11T02:06:19.705Z] #32 DONE 3.5s [2025-07-11T02:06:19.705Z] [2025-07-11T02:06:19.705Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:19.705Z] #38 ... [2025-07-11T02:06:19.705Z] [2025-07-11T02:06:19.705Z] #37 [core-data stage-3 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-11T02:06:19.705Z] #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-07-11T02:06:19.705Z] #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-11T02:06:19.705Z] #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-11T02:06:19.705Z] #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-11T02:06:19.705Z] #37 DONE 0.9s [2025-07-11T02:06:19.705Z] [2025-07-11T02:06:19.705Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:19.977Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 4.0s [2025-07-11T02:06:20.248Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 4.3s [2025-07-11T02:06:20.837Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 5.0s done [2025-07-11T02:06:21.108Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 5.0s done [2025-07-11T02:06:21.694Z] #38 ... [2025-07-11T02:06:21.694Z] [2025-07-11T02:06:21.694Z] #42 [support-notifications internal] load build context [2025-07-11T02:06:21.694Z] #42 transferring context: 3.23MB 2.5s done [2025-07-11T02:06:21.694Z] #42 DONE 5.6s [2025-07-11T02:06:21.962Z] [2025-07-11T02:06:21.963Z] #43 [core-command internal] load build context [2025-07-11T02:06:21.963Z] #43 transferring context: 3.23MB 2.7s done [2025-07-11T02:06:21.963Z] #43 DONE 5.8s [2025-07-11T02:06:21.963Z] [2025-07-11T02:06:21.963Z] #44 [security-proxy-auth internal] load build context [2025-07-11T02:06:21.963Z] #44 transferring context: 3.23MB 3.6s done [2025-07-11T02:06:22.234Z] #44 DONE 5.7s [2025-07-11T02:06:22.234Z] [2025-07-11T02:06:22.234Z] #45 [security-secretstore-setup internal] load build context [2025-07-11T02:06:23.196Z] #45 ... [2025-07-11T02:06:23.196Z] [2025-07-11T02:06:23.196Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:23.196Z] #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b [2025-07-11T02:06:23.856Z] #38 ... [2025-07-11T02:06:23.856Z] [2025-07-11T02:06:23.856Z] #46 [security-proxy-setup internal] load build context [2025-07-11T02:06:23.856Z] #46 transferring context: 3.23MB 3.8s done [2025-07-11T02:06:23.856Z] #46 DONE 7.1s [2025-07-11T02:06:23.856Z] [2025-07-11T02:06:23.856Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:23.856Z] #38 ... [2025-07-11T02:06:23.856Z] [2025-07-11T02:06:23.856Z] #47 [security-spire-config internal] load build context [2025-07-11T02:06:23.856Z] #47 transferring context: 22.05kB 0.5s done [2025-07-11T02:06:23.856Z] #47 DONE 5.4s [2025-07-11T02:06:24.127Z] [2025-07-11T02:06:24.127Z] #45 [security-secretstore-setup internal] load build context [2025-07-11T02:06:24.127Z] #45 transferring context: 3.23MB 6.1s done [2025-07-11T02:06:26.087Z] #45 ... [2025-07-11T02:06:26.087Z] [2025-07-11T02:06:26.087Z] #48 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-07-11T02:06:26.087Z] #48 ... [2025-07-11T02:06:26.087Z] [2025-07-11T02:06:26.087Z] #49 [security-bootstrapper internal] load build context [2025-07-11T02:06:26.087Z] #49 transferring context: 3.23MB 4.9s done [2025-07-11T02:06:26.087Z] #49 DONE 9.4s [2025-07-11T02:06:26.087Z] [2025-07-11T02:06:26.087Z] #50 [core-keeper internal] load build context [2025-07-11T02:06:26.354Z] #50 ... [2025-07-11T02:06:26.354Z] [2025-07-11T02:06:26.354Z] #51 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-07-11T02:06:26.354Z] #0 7.530 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:26.354Z] #0 7.982 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:26.354Z] #51 ... [2025-07-11T02:06:26.354Z] [2025-07-11T02:06:26.354Z] #45 [security-secretstore-setup internal] load build context [2025-07-11T02:06:26.354Z] #45 DONE 9.7s [2025-07-11T02:06:26.354Z] [2025-07-11T02:06:26.354Z] #50 [core-keeper internal] load build context [2025-07-11T02:06:26.620Z] #50 ... [2025-07-11T02:06:26.620Z] [2025-07-11T02:06:26.620Z] #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-11T02:06:26.620Z] #0 8.320 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:26.620Z] #0 9.110 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:26.620Z] #52 ... [2025-07-11T02:06:26.620Z] [2025-07-11T02:06:26.620Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-07-11T02:06:26.620Z] #0 10.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:26.887Z] #53 ... [2025-07-11T02:06:26.887Z] [2025-07-11T02:06:26.887Z] #54 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-07-11T02:06:26.887Z] #0 9.534 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:26.887Z] #54 10.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:26.887Z] #54 ... [2025-07-11T02:06:26.887Z] [2025-07-11T02:06:26.887Z] #50 [core-keeper internal] load build context [2025-07-11T02:06:27.154Z] #50 ... [2025-07-11T02:06:27.154Z] [2025-07-11T02:06:27.154Z] #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-07-11T02:06:27.154Z] #0 9.975 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:27.420Z] #55 ... [2025-07-11T02:06:27.420Z] [2025-07-11T02:06:27.420Z] #50 [core-keeper internal] load build context [2025-07-11T02:06:27.420Z] #50 ... [2025-07-11T02:06:27.420Z] [2025-07-11T02:06:27.420Z] #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-07-11T02:06:27.687Z] #56 ... [2025-07-11T02:06:27.687Z] [2025-07-11T02:06:27.687Z] #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-11T02:06:27.687Z] #35 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-07-11T02:06:27.687Z] #35 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.4s [2025-07-11T02:06:27.687Z] #35 ... [2025-07-11T02:06:27.687Z] [2025-07-11T02:06:27.687Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-07-11T02:06:27.687Z] #0 9.152 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:27.687Z] #57 10.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:27.687Z] #57 ... [2025-07-11T02:06:27.687Z] [2025-07-11T02:06:27.687Z] #50 [core-keeper internal] load build context [2025-07-11T02:06:28.271Z] #50 transferring context: 3.23MB 6.3s done [2025-07-11T02:06:28.537Z] #50 ... [2025-07-11T02:06:28.537Z] [2025-07-11T02:06:28.537Z] #58 [core-metadata internal] load build context [2025-07-11T02:06:28.803Z] #58 transferring context: 3.23MB 6.7s done [2025-07-11T02:06:28.803Z] #58 ... [2025-07-11T02:06:28.803Z] [2025-07-11T02:06:28.803Z] #40 [core-common-config-bootstrapper internal] load build context [2025-07-11T02:06:28.803Z] #40 ... [2025-07-11T02:06:28.803Z] [2025-07-11T02:06:28.803Z] #59 [security-spiffe-token-provider internal] load build context [2025-07-11T02:06:28.803Z] #59 transferring context: 3.23MB 6.2s done [2025-07-11T02:06:29.093Z] #59 DONE 10.2s [2025-07-11T02:06:29.093Z] [2025-07-11T02:06:29.093Z] #48 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-07-11T02:06:29.093Z] #48 DONE 13.0s [2025-07-11T02:06:29.093Z] [2025-07-11T02:06:29.093Z] #40 [core-common-config-bootstrapper internal] load build context [2025-07-11T02:06:29.093Z] #40 ... [2025-07-11T02:06:29.093Z] [2025-07-11T02:06:29.094Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-11T02:06:29.094Z] #60 ... [2025-07-11T02:06:29.094Z] [2025-07-11T02:06:29.094Z] #50 [core-keeper internal] load build context [2025-07-11T02:06:29.094Z] #50 DONE 10.5s [2025-07-11T02:06:29.094Z] [2025-07-11T02:06:29.094Z] #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-11T02:06:29.374Z] #61 ... [2025-07-11T02:06:29.374Z] [2025-07-11T02:06:29.374Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-11T02:06:29.374Z] #62 ... [2025-07-11T02:06:29.374Z] [2025-07-11T02:06:29.374Z] #58 [core-metadata internal] load build context [2025-07-11T02:06:29.374Z] #58 DONE 10.9s [2025-07-11T02:06:29.374Z] [2025-07-11T02:06:29.374Z] #63 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2025-07-11T02:06:29.968Z] #63 ... [2025-07-11T02:06:29.968Z] [2025-07-11T02:06:29.968Z] #64 [core-data internal] load build context [2025-07-11T02:06:29.968Z] #64 ... [2025-07-11T02:06:29.968Z] [2025-07-11T02:06:29.968Z] #40 [core-common-config-bootstrapper internal] load build context [2025-07-11T02:06:29.968Z] #40 transferring context: 3.23MB 7.9s done [2025-07-11T02:06:29.968Z] #40 DONE 11.4s [2025-07-11T02:06:29.968Z] [2025-07-11T02:06:29.968Z] #64 [core-data internal] load build context [2025-07-11T02:06:29.968Z] #64 ... [2025-07-11T02:06:29.968Z] [2025-07-11T02:06:29.968Z] #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-11T02:06:30.558Z] #35 ... [2025-07-11T02:06:30.558Z] [2025-07-11T02:06:30.558Z] #64 [core-data internal] load build context [2025-07-11T02:06:30.558Z] #64 transferring context: 3.23MB 4.7s done [2025-07-11T02:06:30.558Z] #64 DONE 10.6s [2025-07-11T02:06:30.558Z] [2025-07-11T02:06:30.558Z] #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-11T02:06:30.558Z] #52 14.70 v3.20.6-228-gdbc3f736ffd [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-11T02:06:30.558Z] #52 14.70 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-11T02:06:30.558Z] #52 14.70 OK: 24051 distinct packages available [2025-07-11T02:06:30.558Z] #52 ... [2025-07-11T02:06:30.558Z] [2025-07-11T02:06:30.558Z] #63 [support-scheduler builder 2/7] WORKDIR /edgex-go [2025-07-11T02:06:30.558Z] #63 DONE 1.6s [2025-07-11T02:06:30.825Z] [2025-07-11T02:06:30.825Z] #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-11T02:06:30.825Z] #61 DONE 11.6s [2025-07-11T02:06:30.825Z] [2025-07-11T02:06:30.825Z] #51 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-07-11T02:06:30.825Z] #51 11.49 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-11T02:06:30.825Z] #51 11.58 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:06:30.825Z] #51 11.67 OK: 9 MiB in 15 packages [2025-07-11T02:06:30.825Z] #51 DONE 14.7s [2025-07-11T02:06:30.825Z] [2025-07-11T02:06:30.825Z] #65 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-07-11T02:06:31.092Z] #65 ... [2025-07-11T02:06:31.093Z] [2025-07-11T02:06:31.093Z] #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-11T02:06:31.093Z] #0 9.763 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:31.093Z] #66 ... [2025-07-11T02:06:31.093Z] [2025-07-11T02:06:31.093Z] #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-07-11T02:06:35.419Z] #67 ... [2025-07-11T02:06:35.419Z] [2025-07-11T02:06:35.419Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:35.419Z] #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.5s [2025-07-11T02:06:35.419Z] #38 ... [2025-07-11T02:06:35.419Z] [2025-07-11T02:06:35.419Z] #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-11T02:06:35.419Z] #35 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 15.9s [2025-07-11T02:06:35.685Z] #35 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 16.8s done [2025-07-11T02:06:35.950Z] #35 ... [2025-07-11T02:06:35.950Z] [2025-07-11T02:06:35.950Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:36.216Z] #38 ... [2025-07-11T02:06:36.216Z] [2025-07-11T02:06:36.216Z] #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-11T02:06:36.216Z] #35 DONE 20.5s [2025-07-11T02:06:36.482Z] [2025-07-11T02:06:36.482Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:37.929Z] #38 ... [2025-07-11T02:06:37.929Z] [2025-07-11T02:06:37.929Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-07-11T02:06:37.929Z] #53 11.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:37.929Z] #53 19.53 (1/7) Installing ca-certificates (20241121-r1) [2025-07-11T02:06:37.929Z] #53 19.94 (2/7) Installing dumb-init (1.2.5-r3) [2025-07-11T02:06:37.929Z] #53 19.97 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-07-11T02:06:37.929Z] #53 20.00 (4/7) Installing libsodium (1.0.19-r0) [2025-07-11T02:06:37.929Z] #53 20.03 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-07-11T02:06:37.929Z] #53 20.38 (6/7) Installing libzmq (4.3.5-r2) [2025-07-11T02:06:37.929Z] #53 20.51 (7/7) Installing zeromq (4.3.5-r2) [2025-07-11T02:06:37.929Z] #53 20.58 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:06:37.929Z] #53 20.76 Executing ca-certificates-20241121-r1.trigger [2025-07-11T02:06:37.929Z] #53 ... [2025-07-11T02:06:37.929Z] [2025-07-11T02:06:37.929Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:38.197Z] #38 ... [2025-07-11T02:06:38.197Z] [2025-07-11T02:06:38.197Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-07-11T02:06:38.197Z] #57 18.18 (1/2) Installing dumb-init (1.2.5-r3) [2025-07-11T02:06:38.197Z] #57 18.21 (2/2) Installing su-exec (0.2-r3) [2025-07-11T02:06:38.197Z] #57 18.26 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:06:38.197Z] #57 18.38 OK: 9 MiB in 16 packages [2025-07-11T02:06:38.197Z] #57 DONE 20.5s [2025-07-11T02:06:38.197Z] [2025-07-11T02:06:38.197Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:38.462Z] #38 ... [2025-07-11T02:06:38.462Z] [2025-07-11T02:06:38.462Z] #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-07-11T02:06:38.462Z] #55 11.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:38.462Z] #55 18.94 (1/4) Installing ca-certificates (20241121-r1) [2025-07-11T02:06:38.462Z] #55 19.32 (2/4) Installing dumb-init (1.2.5-r3) [2025-07-11T02:06:38.462Z] #55 19.33 (3/4) Installing su-exec (0.2-r3) [2025-07-11T02:06:38.462Z] #55 19.37 (4/4) Installing yq-go (4.44.1-r2) [2025-07-11T02:06:38.462Z] #55 20.49 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:06:38.462Z] #55 20.57 Executing ca-certificates-20241121-r1.trigger [2025-07-11T02:06:38.729Z] #55 ... [2025-07-11T02:06:38.729Z] [2025-07-11T02:06:38.729Z] #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-07-11T02:06:38.729Z] #56 11.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:38.729Z] #56 12.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:38.729Z] #56 20.88 (1/6) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:06:39.008Z] #56 ... [2025-07-11T02:06:39.008Z] [2025-07-11T02:06:39.008Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:40.018Z] #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.6s [2025-07-11T02:06:40.288Z] #38 ... [2025-07-11T02:06:40.288Z] [2025-07-11T02:06:40.288Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-11T02:06:40.288Z] #68 DONE 9.5s [2025-07-11T02:06:40.288Z] [2025-07-11T02:06:40.288Z] #54 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-07-11T02:06:40.288Z] #54 17.85 (1/3) Installing ca-certificates (20241121-r1) [2025-07-11T02:06:40.288Z] #54 18.72 (2/3) Installing dumb-init (1.2.5-r3) [2025-07-11T02:06:40.288Z] #54 18.74 (3/3) Installing tzdata (2025b-r0) [2025-07-11T02:06:40.288Z] #54 20.49 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:06:40.288Z] #54 20.66 Executing ca-certificates-20241121-r1.trigger [2025-07-11T02:06:40.288Z] #54 21.83 OK: 11 MiB in 17 packages [2025-07-11T02:06:40.288Z] #54 DONE 23.8s [2025-07-11T02:06:40.288Z] [2025-07-11T02:06:40.288Z] #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-07-11T02:06:40.288Z] #55 21.84 OK: 20 MiB in 18 packages [2025-07-11T02:06:40.578Z] #55 ... [2025-07-11T02:06:40.578Z] [2025-07-11T02:06:40.578Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-11T02:06:40.578Z] #62 11.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:40.578Z] #62 13.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:40.578Z] #62 ... [2025-07-11T02:06:40.578Z] [2025-07-11T02:06:40.578Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:40.845Z] #38 ... [2025-07-11T02:06:40.845Z] [2025-07-11T02:06:40.845Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-07-11T02:06:40.845Z] #53 22.15 OK: 14 MiB in 21 packages [2025-07-11T02:06:40.845Z] #53 DONE 24.3s [2025-07-11T02:06:40.845Z] [2025-07-11T02:06:40.845Z] #69 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-07-11T02:06:40.845Z] #69 ... [2025-07-11T02:06:40.845Z] [2025-07-11T02:06:40.845Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-07-11T02:06:40.845Z] #0 9.401 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:41.118Z] #70 ... [2025-07-11T02:06:41.118Z] [2025-07-11T02:06:41.118Z] #71 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2025-07-11T02:06:41.118Z] #71 ... [2025-07-11T02:06:41.118Z] [2025-07-11T02:06:41.118Z] #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-07-11T02:06:41.118Z] #55 DONE 23.9s [2025-07-11T02:06:41.118Z] [2025-07-11T02:06:41.118Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-11T02:06:41.118Z] #0 9.568 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:41.389Z] #72 ... [2025-07-11T02:06:41.389Z] [2025-07-11T02:06:41.389Z] #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-11T02:06:41.389Z] #52 15.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:41.389Z] #52 17.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:41.666Z] #52 ... [2025-07-11T02:06:41.666Z] [2025-07-11T02:06:41.666Z] #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-07-11T02:06:41.666Z] #73 ... [2025-07-11T02:06:41.666Z] [2025-07-11T02:06:41.666Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-11T02:06:41.666Z] #60 12.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:41.666Z] #60 14.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:41.931Z] #60 ... [2025-07-11T02:06:41.931Z] [2025-07-11T02:06:41.931Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:41.931Z] #38 ... [2025-07-11T02:06:41.931Z] [2025-07-11T02:06:41.931Z] #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-11T02:06:41.931Z] #66 10.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:41.931Z] #66 19.62 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-11T02:06:41.931Z] #66 19.65 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:06:41.931Z] #66 19.79 OK: 9 MiB in 15 packages [2025-07-11T02:06:42.426Z] #66 ... [2025-07-11T02:06:42.426Z] [2025-07-11T02:06:42.426Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-11T02:06:42.426Z] #60 22.95 v3.20.6-228-gdbc3f736ffd [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-11T02:06:42.426Z] #60 22.95 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-11T02:06:42.426Z] #60 22.95 OK: 24051 distinct packages available [2025-07-11T02:06:43.012Z] #60 ... [2025-07-11T02:06:43.012Z] [2025-07-11T02:06:43.012Z] #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-07-11T02:06:43.012Z] #56 21.52 (2/6) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:06:43.012Z] #56 21.70 (3/6) Installing dumb-init (1.2.5-r3) [2025-07-11T02:06:43.012Z] #56 21.70 (4/6) Installing openssl (3.3.4-r0) [2025-07-11T02:06:43.012Z] #56 21.78 (5/6) Installing su-exec (0.2-r3) [2025-07-11T02:06:43.012Z] #56 21.79 (6/6) Installing yq-go (4.44.1-r2) [2025-07-11T02:06:43.012Z] #56 23.36 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:06:43.012Z] #56 23.56 OK: 20 MiB in 18 packages [2025-07-11T02:06:43.012Z] #56 DONE 25.5s [2025-07-11T02:06:43.012Z] [2025-07-11T02:06:43.012Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-11T02:06:43.012Z] #60 23.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:43.278Z] #60 ... [2025-07-11T02:06:43.278Z] [2025-07-11T02:06:43.278Z] #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-11T02:06:43.278Z] #66 DONE 22.4s [2025-07-11T02:06:43.565Z] [2025-07-11T02:06:43.565Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-07-11T02:06:46.924Z] #74 ... [2025-07-11T02:06:46.924Z] [2025-07-11T02:06:46.924Z] #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-11T02:06:46.924Z] #52 26.22 (1/7) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:06:46.924Z] #52 27.09 (2/7) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:06:46.924Z] #52 27.31 (3/7) Installing dumb-init (1.2.5-r3) [2025-07-11T02:06:46.924Z] #52 27.36 (4/7) Installing musl-obstack (1.2.3-r2) [2025-07-11T02:06:46.924Z] #52 27.46 (5/7) Installing libucontext (1.2-r3) [2025-07-11T02:06:46.924Z] #52 27.49 (6/7) Installing gcompat (1.1.0-r4) [2025-07-11T02:06:46.924Z] #52 27.58 (7/7) Installing openssl (3.3.4-r0) [2025-07-11T02:06:46.924Z] #52 27.81 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:06:46.924Z] #52 28.03 OK: 10 MiB in 19 packages [2025-07-11T02:06:46.924Z] #52 DONE 30.9s [2025-07-11T02:06:46.924Z] [2025-07-11T02:06:46.924Z] #75 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-07-11T02:06:48.421Z] #75 ... [2025-07-11T02:06:48.421Z] [2025-07-11T02:06:48.421Z] #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-07-11T02:06:48.421Z] #0 9.009 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:48.421Z] #76 ... [2025-07-11T02:06:48.421Z] [2025-07-11T02:06:48.421Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:48.421Z] #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.0s [2025-07-11T02:06:50.369Z] #38 ... [2025-07-11T02:06:50.369Z] [2025-07-11T02:06:50.369Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-07-11T02:06:50.369Z] #0 8.830 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:50.369Z] #77 ... [2025-07-11T02:06:50.369Z] [2025-07-11T02:06:50.369Z] #78 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-07-11T02:06:50.369Z] #0 9.000 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:50.635Z] #78 ... [2025-07-11T02:06:50.635Z] [2025-07-11T02:06:50.635Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:50.937Z] #38 ... [2025-07-11T02:06:50.937Z] [2025-07-11T02:06:50.937Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-11T02:06:50.937Z] #62 21.68 v3.20.6-228-gdbc3f736ffd [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-11T02:06:50.937Z] #62 21.68 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-11T02:06:50.937Z] #62 21.68 OK: 24051 distinct packages available [2025-07-11T02:06:50.937Z] #62 23.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:50.937Z] #62 25.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:50.937Z] #62 ... [2025-07-11T02:06:50.937Z] [2025-07-11T02:06:50.937Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:51.202Z] #38 ... [2025-07-11T02:06:51.202Z] [2025-07-11T02:06:51.202Z] #69 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-07-11T02:06:51.202Z] #69 10.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:51.202Z] #69 12.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:51.202Z] #69 ... [2025-07-11T02:06:51.202Z] [2025-07-11T02:06:51.202Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-07-11T02:06:51.202Z] #0 7.808 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:51.202Z] #0 9.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:51.474Z] #79 ... [2025-07-11T02:06:51.474Z] [2025-07-11T02:06:51.474Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-07-11T02:06:51.474Z] #0 9.583 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:51.474Z] #80 ... [2025-07-11T02:06:51.474Z] [2025-07-11T02:06:51.474Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:52.058Z] #38 ... [2025-07-11T02:06:52.058Z] [2025-07-11T02:06:52.058Z] #65 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-07-11T02:06:52.058Z] #65 11.38 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:52.058Z] #65 13.41 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:52.327Z] #65 ... [2025-07-11T02:06:52.327Z] [2025-07-11T02:06:52.327Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-11T02:06:52.327Z] #72 11.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:52.327Z] #72 21.25 v3.20.6-228-gdbc3f736ffd [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-11T02:06:52.327Z] #72 21.25 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-11T02:06:52.327Z] #72 21.25 OK: 24053 distinct packages available [2025-07-11T02:06:52.327Z] #72 ... [2025-07-11T02:06:52.327Z] [2025-07-11T02:06:52.327Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-07-11T02:06:52.327Z] #70 11.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:52.327Z] #70 20.93 OK: 239 MiB in 58 packages [2025-07-11T02:06:52.604Z] #70 ... [2025-07-11T02:06:52.604Z] [2025-07-11T02:06:52.604Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:52.877Z] #38 ... [2025-07-11T02:06:52.877Z] [2025-07-11T02:06:52.877Z] #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-07-11T02:06:52.877Z] #73 11.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:52.877Z] #73 13.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:52.877Z] #73 22.16 OK: 239 MiB in 58 packages [2025-07-11T02:06:52.877Z] #73 ... [2025-07-11T02:06:52.877Z] [2025-07-11T02:06:52.877Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:53.143Z] #38 ... [2025-07-11T02:06:53.143Z] [2025-07-11T02:06:53.143Z] #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-07-11T02:06:53.143Z] #0 7.854 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:53.143Z] #0 9.678 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:53.143Z] #81 ... [2025-07-11T02:06:53.143Z] [2025-07-11T02:06:53.143Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-11T02:06:53.409Z] #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.1s [2025-07-11T02:06:53.675Z] #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.6s done [2025-07-11T02:06:53.941Z] #38 DONE 39.0s [2025-07-11T02:06:53.941Z] [2025-07-11T02:06:53.941Z] #75 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-07-11T02:06:53.941Z] #75 4.897 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:53.941Z] #75 6.461 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:54.220Z] #75 ... [2025-07-11T02:06:54.220Z] [2025-07-11T02:06:54.220Z] #71 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2025-07-11T02:06:54.220Z] #71 13.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:54.220Z] #71 15.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:54.486Z] #71 ... [2025-07-11T02:06:54.486Z] [2025-07-11T02:06:54.486Z] #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-07-11T02:06:54.486Z] #67 13.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:54.486Z] #67 15.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:54.486Z] #67 ... [2025-07-11T02:06:54.486Z] [2025-07-11T02:06:54.486Z] #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-07-11T02:06:54.486Z] #73 DONE 23.9s [2025-07-11T02:06:54.486Z] [2025-07-11T02:06:54.487Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-11T02:06:54.487Z] #72 23.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:54.757Z] #72 ... [2025-07-11T02:06:54.757Z] [2025-07-11T02:06:54.757Z] #69 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-07-11T02:06:54.757Z] #69 22.47 OK: 239 MiB in 58 packages [2025-07-11T02:06:54.757Z] #69 DONE 24.0s [2025-07-11T02:06:54.757Z] [2025-07-11T02:06:54.757Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-07-11T02:06:54.757Z] #70 DONE 24.0s [2025-07-11T02:06:54.757Z] [2025-07-11T02:06:54.757Z] #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:06:55.734Z] #82 ... [2025-07-11T02:06:55.734Z] [2025-07-11T02:06:55.734Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-11T02:06:55.734Z] #60 26.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:55.734Z] #60 35.95 (1/4) Installing dumb-init (1.2.5-r3) [2025-07-11T02:06:55.734Z] #60 36.01 (2/4) Installing musl-obstack (1.2.3-r2) [2025-07-11T02:06:55.734Z] #60 36.09 (3/4) Installing libucontext (1.2-r3) [2025-07-11T02:06:55.734Z] #60 36.27 (4/4) Installing gcompat (1.1.0-r4) [2025-07-11T02:06:55.734Z] #60 36.37 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:06:55.734Z] #60 36.47 OK: 9 MiB in 18 packages [2025-07-11T02:06:55.734Z] #60 ... [2025-07-11T02:06:55.734Z] [2025-07-11T02:06:55.734Z] #83 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:06:55.734Z] #83 DONE 1.0s [2025-07-11T02:06:55.734Z] [2025-07-11T02:06:55.734Z] #84 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:06:55.734Z] #84 DONE 1.0s [2025-07-11T02:06:55.734Z] [2025-07-11T02:06:55.734Z] #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:06:55.734Z] #82 DONE 0.9s [2025-07-11T02:06:55.734Z] [2025-07-11T02:06:55.734Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-07-11T02:06:55.734Z] #74 7.107 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:55.734Z] #74 8.825 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:55.734Z] #74 ... [2025-07-11T02:06:55.734Z] [2025-07-11T02:06:55.734Z] #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:06:58.345Z] #85 ... [2025-07-11T02:06:58.346Z] [2025-07-11T02:06:58.346Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-11T02:06:58.346Z] #60 DONE 38.7s [2025-07-11T02:06:58.346Z] [2025-07-11T02:06:58.346Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-11T02:06:58.346Z] #62 36.75 (1/14) Installing ca-certificates (20241121-r1) [2025-07-11T02:06:58.346Z] #62 37.59 (2/14) Installing brotli-libs (1.1.0-r2) [2025-07-11T02:06:58.346Z] #62 37.81 (3/14) Installing c-ares (1.33.1-r0) [2025-07-11T02:06:58.346Z] #62 37.89 (4/14) Installing libunistring (1.2-r0) [2025-07-11T02:06:58.346Z] #62 38.22 (5/14) Installing libidn2 (2.3.7-r0) [2025-07-11T02:06:58.346Z] #62 38.28 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-07-11T02:06:58.346Z] #62 38.33 (7/14) Installing libpsl (0.21.5-r1) [2025-07-11T02:06:58.346Z] #62 38.36 (8/14) Installing zstd-libs (1.5.6-r0) [2025-07-11T02:06:58.346Z] #62 38.52 (9/14) Installing libcurl (8.12.1-r0) [2025-07-11T02:06:58.346Z] #62 38.81 (10/14) Installing curl (8.12.1-r0) [2025-07-11T02:06:58.346Z] #62 38.90 (11/14) Installing dumb-init (1.2.5-r3) [2025-07-11T02:06:58.346Z] #62 38.97 (12/14) Installing musl-obstack (1.2.3-r2) [2025-07-11T02:06:58.346Z] #62 38.99 (13/14) Installing libucontext (1.2-r3) [2025-07-11T02:06:58.346Z] #62 39.03 (14/14) Installing gcompat (1.1.0-r4) [2025-07-11T02:06:58.346Z] #62 39.21 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:06:58.346Z] #62 39.41 Executing ca-certificates-20241121-r1.trigger [2025-07-11T02:06:59.067Z] #62 ... [2025-07-11T02:06:59.067Z] [2025-07-11T02:06:59.067Z] #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-07-11T02:06:59.067Z] #67 25.76 OK: 239 MiB in 58 packages [2025-07-11T02:06:59.067Z] #67 DONE 28.5s [2025-07-11T02:06:59.343Z] [2025-07-11T02:06:59.343Z] #65 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-07-11T02:06:59.343Z] #65 26.25 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-11T02:06:59.343Z] #65 27.43 Executing busybox-1.36.1-r29.trigger [2025-07-11T02:06:59.343Z] #65 27.61 OK: 9 MiB in 15 packages [2025-07-11T02:06:59.343Z] #65 ... [2025-07-11T02:06:59.343Z] [2025-07-11T02:06:59.343Z] #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-07-11T02:06:59.343Z] #76 11.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:06:59.621Z] #76 ... [2025-07-11T02:06:59.621Z] [2025-07-11T02:06:59.621Z] #86 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:06:59.888Z] #86 DONE 1.0s [2025-07-11T02:06:59.888Z] [2025-07-11T02:06:59.888Z] #71 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2025-07-11T02:06:59.888Z] #71 26.20 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:06:59.888Z] #71 27.06 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:06:59.888Z] #71 27.43 OK: 9 MiB in 15 packages [2025-07-11T02:07:00.154Z] #71 DONE 29.5s [2025-07-11T02:07:00.154Z] [2025-07-11T02:07:00.154Z] #87 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:07:01.007Z] #87 ... [2025-07-11T02:07:01.007Z] [2025-07-11T02:07:01.007Z] #65 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-07-11T02:07:01.007Z] #65 DONE 30.2s [2025-07-11T02:07:01.007Z] [2025-07-11T02:07:01.007Z] #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-07-11T02:07:01.007Z] #76 22.07 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:07:01.007Z] #76 23.04 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:07:01.280Z] #76 23.29 OK: 9 MiB in 16 packages [2025-07-11T02:07:01.280Z] #76 ... [2025-07-11T02:07:01.280Z] [2025-07-11T02:07:01.280Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-07-11T02:07:01.280Z] #77 10.99 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:07:01.546Z] #77 ... [2025-07-11T02:07:01.546Z] [2025-07-11T02:07:01.546Z] #78 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-07-11T02:07:01.546Z] #78 10.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:07:01.546Z] #78 ... [2025-07-11T02:07:01.546Z] [2025-07-11T02:07:01.546Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-07-11T02:07:01.546Z] #79 20.11 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:07:02.146Z] #79 20.82 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:07:02.146Z] #79 ... [2025-07-11T02:07:02.146Z] [2025-07-11T02:07:02.146Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-11T02:07:02.146Z] #62 41.47 OK: 15 MiB in 28 packages [2025-07-11T02:07:02.146Z] #62 DONE 43.1s [2025-07-11T02:07:02.146Z] [2025-07-11T02:07:02.146Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-07-11T02:07:02.146Z] #79 21.00 Executing ca-certificates-20241121-r1.trigger [2025-07-11T02:07:02.415Z] #79 ... [2025-07-11T02:07:02.415Z] [2025-07-11T02:07:02.415Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-07-11T02:07:02.415Z] #80 11.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:07:02.415Z] #80 ... [2025-07-11T02:07:02.415Z] [2025-07-11T02:07:02.415Z] #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-07-11T02:07:04.357Z] #88 ... [2025-07-11T02:07:04.357Z] [2025-07-11T02:07:04.357Z] #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-07-11T02:07:04.357Z] #76 DONE 26.2s [2025-07-11T02:07:04.357Z] [2025-07-11T02:07:04.357Z] #75 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-07-11T02:07:04.357Z] #75 17.66 OK: 10 MiB in 19 packages [2025-07-11T02:07:05.797Z] #75 ... [2025-07-11T02:07:05.797Z] [2025-07-11T02:07:05.797Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-07-11T02:07:05.797Z] #77 23.32 OK: 239 MiB in 58 packages [2025-07-11T02:07:05.797Z] #77 DONE 25.3s [2025-07-11T02:07:05.797Z] [2025-07-11T02:07:05.797Z] #89 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:07:05.797Z] #89 ... [2025-07-11T02:07:05.797Z] [2025-07-11T02:07:05.797Z] #90 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:07:06.066Z] #90 ... [2025-07-11T02:07:06.066Z] [2025-07-11T02:07:06.066Z] #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-07-11T02:07:06.066Z] #91 ... [2025-07-11T02:07:06.066Z] [2025-07-11T02:07:06.066Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-07-11T02:07:06.066Z] #79 22.28 OK: 20 MiB in 18 packages [2025-07-11T02:07:06.066Z] #79 DONE 24.9s [2025-07-11T02:07:06.333Z] [2025-07-11T02:07:06.333Z] #75 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-07-11T02:07:06.333Z] #75 DONE 20.3s [2025-07-11T02:07:06.333Z] [2025-07-11T02:07:06.333Z] #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-07-11T02:07:06.627Z] #92 ... [2025-07-11T02:07:06.627Z] [2025-07-11T02:07:06.627Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-11T02:07:06.627Z] #72 25.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:07:06.627Z] #72 35.66 OK: 239 MiB in 58 packages [2025-07-11T02:07:06.627Z] #72 ... [2025-07-11T02:07:06.627Z] [2025-07-11T02:07:06.627Z] #93 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-11T02:07:06.895Z] #93 ... [2025-07-11T02:07:06.895Z] [2025-07-11T02:07:06.895Z] #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-07-11T02:07:06.895Z] #91 DONE 1.2s [2025-07-11T02:07:06.895Z] [2025-07-11T02:07:06.895Z] #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:07:07.485Z] #94 ... [2025-07-11T02:07:07.485Z] [2025-07-11T02:07:07.485Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-07-11T02:07:07.485Z] #74 21.58 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:07:07.485Z] #74 22.70 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:07:07.485Z] #74 22.80 OK: 9 MiB in 15 packages [2025-07-11T02:07:07.485Z] #74 DONE 23.9s [2025-07-11T02:07:07.485Z] [2025-07-11T02:07:07.485Z] #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-07-11T02:07:07.485Z] #81 21.74 OK: 20 MiB in 18 packages [2025-07-11T02:07:07.485Z] #81 DONE 24.5s [2025-07-11T02:07:07.485Z] [2025-07-11T02:07:07.485Z] #78 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-07-11T02:07:07.485Z] #78 22.16 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:07:07.485Z] #78 22.69 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:07:07.485Z] #78 22.90 Executing ca-certificates-20241121-r1.trigger [2025-07-11T02:07:07.485Z] #78 24.52 OK: 11 MiB in 17 packages [2025-07-11T02:07:07.485Z] #78 DONE 27.0s [2025-07-11T02:07:07.485Z] [2025-07-11T02:07:07.485Z] #95 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-07-11T02:07:07.758Z] #95 DONE 0.2s [2025-07-11T02:07:07.758Z] [2025-07-11T02:07:07.758Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-07-11T02:07:07.758Z] #80 22.66 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:07:07.758Z] #80 23.64 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:07:07.758Z] #80 24.00 Executing ca-certificates-20241121-r1.trigger [2025-07-11T02:07:07.758Z] #80 25.06 OK: 14 MiB in 21 packages [2025-07-11T02:07:08.026Z] #80 ... [2025-07-11T02:07:08.026Z] [2025-07-11T02:07:08.026Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-07-11T02:07:08.026Z] #0 6.532 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:07:08.026Z] #0 9.293 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:07:08.026Z] #96 ... [2025-07-11T02:07:08.026Z] [2025-07-11T02:07:08.026Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-07-11T02:07:08.026Z] #80 DONE 27.1s [2025-07-11T02:07:08.026Z] [2025-07-11T02:07:08.026Z] #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-07-11T02:07:08.997Z] #97 ... [2025-07-11T02:07:08.997Z] [2025-07-11T02:07:08.997Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-11T02:07:08.997Z] #72 DONE 38.1s [2025-07-11T02:07:08.997Z] [2025-07-11T02:07:08.997Z] #98 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:07:09.975Z] #98 DONE 1.3s [2025-07-11T02:07:09.975Z] [2025-07-11T02:07:09.975Z] #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:07:10.245Z] #99 ... [2025-07-11T02:07:10.245Z] [2025-07-11T02:07:10.245Z] #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-07-11T02:07:10.245Z] #92 DONE 4.1s [2025-07-11T02:07:10.513Z] [2025-07-11T02:07:10.513Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-11T02:07:12.476Z] #100 ... [2025-07-11T02:07:12.476Z] [2025-07-11T02:07:12.476Z] #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-07-11T02:07:12.476Z] #97 DONE 7.9s [2025-07-11T02:07:12.476Z] [2025-07-11T02:07:12.476Z] #101 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-07-11T02:07:12.476Z] #101 DONE 0.2s [2025-07-11T02:07:12.476Z] [2025-07-11T02:07:12.476Z] #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-07-11T02:07:12.476Z] #88 6.410 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-11T02:07:12.476Z] #88 7.634 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-11T02:07:14.433Z] #88 11.96 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:07:14.433Z] #88 ... [2025-07-11T02:07:14.433Z] [2025-07-11T02:07:14.433Z] #93 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-11T02:07:14.433Z] #93 DONE 8.1s [2025-07-11T02:07:14.433Z] [2025-07-11T02:07:14.433Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-07-11T02:07:14.433Z] #96 16.73 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:07:14.719Z] #96 ... [2025-07-11T02:07:14.719Z] [2025-07-11T02:07:14.719Z] #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-07-11T02:07:14.719Z] #102 DONE 0.2s [2025-07-11T02:07:14.719Z] [2025-07-11T02:07:14.719Z] #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-07-11T02:07:14.719Z] #88 12.47 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:07:14.719Z] #88 12.52 Executing ca-certificates-20241121-r1.trigger [2025-07-11T02:07:14.986Z] #88 ... [2025-07-11T02:07:14.986Z] [2025-07-11T02:07:14.986Z] #103 [security-spire-server stage-2 6/9] COPY security.txt / [2025-07-11T02:07:14.986Z] #103 DONE 0.3s [2025-07-11T02:07:14.986Z] [2025-07-11T02:07:14.986Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-07-11T02:07:14.986Z] #96 17.19 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) [2025-07-11T02:07:14.986Z] #96 17.33 OK: 9 MiB in 18 packages [2025-07-11T02:07:15.265Z] #96 ... [2025-07-11T02:07:15.265Z] [2025-07-11T02:07:15.265Z] #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-07-11T02:07:15.265Z] #104 DONE 0.4s [2025-07-11T02:07:15.536Z] [2025-07-11T02:07:15.537Z] #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-07-11T02:07:15.537Z] #105 ... [2025-07-11T02:07:15.537Z] [2025-07-11T02:07:15.537Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-11T02:07:15.537Z] #100 DONE 5.2s [2025-07-11T02:07:15.537Z] [2025-07-11T02:07:15.537Z] #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-07-11T02:07:15.537Z] #105 DONE 0.3s [2025-07-11T02:07:15.537Z] [2025-07-11T02:07:15.537Z] #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-07-11T02:07:16.146Z] #106 ... [2025-07-11T02:07:16.146Z] [2025-07-11T02:07:16.146Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-07-11T02:07:16.146Z] #96 DONE 18.4s [2025-07-11T02:07:16.146Z] [2025-07-11T02:07:16.146Z] #107 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-07-11T02:07:16.146Z] #107 DONE 0.4s [2025-07-11T02:07:16.146Z] [2025-07-11T02:07:16.146Z] #108 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-11T02:07:16.413Z] #108 ... [2025-07-11T02:07:16.413Z] [2025-07-11T02:07:16.413Z] #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-07-11T02:07:16.413Z] #106 DONE 0.7s [2025-07-11T02:07:16.413Z] [2025-07-11T02:07:16.413Z] #109 [security-spire-server] exporting to image [2025-07-11T02:07:16.413Z] #109 exporting layers [2025-07-11T02:07:16.682Z] #109 ... [2025-07-11T02:07:16.682Z] [2025-07-11T02:07:16.682Z] #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-07-11T02:07:16.682Z] #88 12.98 OK: 15 MiB in 28 packages [2025-07-11T02:07:16.682Z] #88 DONE 14.4s [2025-07-11T02:07:16.952Z] [2025-07-11T02:07:16.952Z] #110 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-07-11T02:07:17.225Z] #110 DONE 1.0s [2025-07-11T02:07:17.225Z] [2025-07-11T02:07:17.225Z] #108 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-11T02:07:17.817Z] #108 ... [2025-07-11T02:07:17.817Z] [2025-07-11T02:07:17.817Z] #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-07-11T02:07:17.817Z] #111 DONE 0.4s [2025-07-11T02:07:17.817Z] [2025-07-11T02:07:17.817Z] #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-07-11T02:07:17.817Z] #112 DONE 0.3s [2025-07-11T02:07:17.817Z] [2025-07-11T02:07:17.817Z] #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:07:18.092Z] #85 ... [2025-07-11T02:07:18.092Z] [2025-07-11T02:07:18.092Z] #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-07-11T02:07:18.092Z] #113 DONE 0.2s [2025-07-11T02:07:18.092Z] [2025-07-11T02:07:18.092Z] #109 [security-spire-server] exporting to image [2025-07-11T02:07:21.465Z] #109 ... [2025-07-11T02:07:21.465Z] [2025-07-11T02:07:21.465Z] #108 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-11T02:07:21.465Z] #108 DONE 4.8s [2025-07-11T02:07:21.465Z] [2025-07-11T02:07:21.465Z] #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-07-11T02:07:21.465Z] #114 DONE 0.3s [2025-07-11T02:07:21.465Z] [2025-07-11T02:07:21.465Z] #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:07:21.465Z] #94 ... [2025-07-11T02:07:21.465Z] [2025-07-11T02:07:21.465Z] #115 [security-spire-config stage-2 6/10] COPY security.txt / [2025-07-11T02:07:21.465Z] #115 DONE 0.3s [2025-07-11T02:07:21.465Z] [2025-07-11T02:07:21.465Z] #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:07:21.733Z] #99 ... [2025-07-11T02:07:21.733Z] [2025-07-11T02:07:21.733Z] #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-07-11T02:07:22.004Z] #116 DONE 0.3s [2025-07-11T02:07:22.004Z] [2025-07-11T02:07:22.004Z] #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:07:22.004Z] #99 ... [2025-07-11T02:07:22.004Z] [2025-07-11T02:07:22.004Z] #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-07-11T02:07:22.272Z] #117 DONE 0.2s [2025-07-11T02:07:22.272Z] [2025-07-11T02:07:22.272Z] #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-07-11T02:07:22.538Z] #118 DONE 0.2s [2025-07-11T02:07:22.538Z] [2025-07-11T02:07:22.538Z] #109 [security-spire-config] exporting to image [2025-07-11T02:07:22.538Z] #109 exporting layers [2025-07-11T02:07:22.538Z] #109 writing image sha256:883dd72ccd47b4bda44eb7b903cadfcb33d584c690f858e61b739c29abb35f7e done [2025-07-11T02:07:22.538Z] #109 naming to docker.io/library/security-spire-server-arm64 done [2025-07-11T02:07:22.805Z] #109 exporting layers 4.6s done [2025-07-11T02:07:22.805Z] #109 writing image sha256:f54eeb43fd8b160be4ab021171585683205ebfc77613a2be499a1f6cc1adeff8 done [2025-07-11T02:07:22.805Z] #109 naming to docker.io/library/security-spire-agent-arm64 done [2025-07-11T02:07:24.749Z] #109 exporting layers 2.2s done [2025-07-11T02:07:24.749Z] #109 writing image sha256:b1c5bd99d8405a14273b6419f697f32ce81768acef7032ed5dead70378b5a896 done [2025-07-11T02:07:24.749Z] #109 naming to docker.io/library/security-spire-config-arm64 done [2025-07-11T02:07:24.749Z] #109 DONE 8.0s [2025-07-11T02:07:24.749Z] [2025-07-11T02:07:24.749Z] #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:07:53.760Z] #127 ... [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-07-11T02:07:53.760Z] #154 DONE 103.6s [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-11T02:07:53.760Z] #155 ... [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-07-11T02:07:53.760Z] #153 DONE 103.8s [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-07-11T02:07:53.760Z] #157 DONE 0.3s [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #158 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:07:53.760Z] #158 DONE 0.3s [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-07-11T02:07:53.760Z] #159 ... [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #160 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:07:53.760Z] #160 DONE 0.2s [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #161 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-07-11T02:07:53.760Z] #161 DONE 0.5s [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-11T02:07:53.760Z] #156 ... [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #162 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-07-11T02:07:53.760Z] #162 DONE 0.2s [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-07-11T02:07:53.760Z] #163 ... [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-07-11T02:07:53.760Z] #159 DONE 1.1s [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-07-11T02:07:53.760Z] #163 DONE 0.2s [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-11T02:07:53.760Z] #164 ... [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:07:53.760Z] #165 DONE 0.3s [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:07:53.760Z] #166 DONE 1.0s [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-07-11T02:07:53.760Z] #167 ... [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-11T02:07:53.760Z] #164 DONE 2.0s [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-07-11T02:07:53.760Z] #167 DONE 0.8s [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #168 [core-common-config-bootstrapper] exporting to image [2025-07-11T02:07:53.760Z] #168 exporting layers [2025-07-11T02:07:53.760Z] #168 ... [2025-07-11T02:07:53.760Z] [2025-07-11T02:07:53.760Z] #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-07-11T02:07:53.760Z] #169 DONE 0.6s [2025-07-11T02:07:54.017Z] [2025-07-11T02:07:54.017Z] #170 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-07-11T02:07:54.017Z] #170 DONE 0.3s [2025-07-11T02:07:54.017Z] [2025-07-11T02:07:54.017Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-11T02:07:54.284Z] #152 ... [2025-07-11T02:07:54.284Z] [2025-07-11T02:07:54.284Z] #168 [core-common-config-bootstrapper] exporting to image [2025-07-11T02:07:54.284Z] #168 exporting layers 0.9s done [2025-07-11T02:07:54.284Z] #168 writing image sha256:5bbf2a37819052bd4a304dd9e7f2d8b2ff4b168f394e10adcf49fc1616f1ee5e done [2025-07-11T02:07:54.284Z] #168 naming to docker.io/library/core-common-config-bootstrapper 0.1s done [2025-07-11T02:07:54.598Z] #168 ... [2025-07-11T02:07:54.598Z] [2025-07-11T02:07:54.598Z] #171 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-07-11T02:07:54.598Z] #171 DONE 0.3s [2025-07-11T02:07:54.598Z] [2025-07-11T02:07:54.598Z] #168 [core-common-config-bootstrapper] exporting to image [2025-07-11T02:07:54.598Z] #168 DONE 1.1s [2025-07-11T02:07:54.598Z] [2025-07-11T02:07:54.598Z] #172 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-07-11T02:07:54.857Z] #172 DONE 0.4s [2025-07-11T02:07:54.857Z] [2025-07-11T02:07:54.857Z] #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-07-11T02:07:55.114Z] #173 DONE 0.3s [2025-07-11T02:07:55.114Z] [2025-07-11T02:07:55.114Z] #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-07-11T02:07:57.028Z] #174 DONE 1.6s [2025-07-11T02:07:57.028Z] [2025-07-11T02:07:57.028Z] #175 [security-bootstrapper] exporting to image [2025-07-11T02:07:57.592Z] #175 exporting layers 0.9s done [2025-07-11T02:07:57.592Z] #175 writing image sha256:22550b71a4e4b74a24c7ca71f2da9f3d6f81e0a23bed70f9dec45541eea1240e done [2025-07-11T02:07:57.592Z] #175 naming to docker.io/library/security-bootstrapper 0.0s done [2025-07-11T02:07:57.592Z] #175 DONE 0.9s [2025-07-11T02:07:57.592Z] [2025-07-11T02:07:57.592Z] #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-11T02:08:53.787Z] #156 167.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-07-11T02:09:03.187Z] #156 ... [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-11T02:09:03.187Z] #147 DONE 176.1s [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-11T02:09:03.187Z] #148 DONE 176.1s [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #127 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-11T02:09:03.187Z] #127 DONE 176.2s [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-11T02:09:03.187Z] #151 DONE 176.2s [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-11T02:09:03.187Z] #152 DONE 176.2s [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-11T02:09:03.187Z] #155 DONE 176.2s [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-11T02:09:03.187Z] #150 DONE 176.3s [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #176 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:09:03.187Z] #176 ... [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-11T02:09:03.187Z] #156 DONE 176.4s [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-11T02:09:03.187Z] #146 DONE 176.5s [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-07-11T02:09:03.187Z] #149 DONE 176.6s [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #177 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:09:03.187Z] #177 ... [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #178 [core-command stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:09:03.187Z] #178 DONE 0.6s [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #179 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:09:03.187Z] #179 DONE 0.6s [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #180 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:09:03.187Z] #180 DONE 0.6s [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #176 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:09:03.187Z] #176 DONE 0.6s [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #181 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:09:03.187Z] #181 DONE 0.6s [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #182 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:09:03.187Z] #182 DONE 0.6s [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #177 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:09:03.187Z] #177 DONE 0.4s [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:09:03.187Z] #183 DONE 0.4s [2025-07-11T02:09:03.187Z] [2025-07-11T02:09:03.187Z] #184 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:09:03.466Z] #184 ... [2025-07-11T02:09:03.466Z] [2025-07-11T02:09:03.466Z] #185 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:09:03.466Z] #185 DONE 0.5s [2025-07-11T02:09:03.466Z] [2025-07-11T02:09:03.466Z] #186 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:09:03.466Z] #186 CACHED [2025-07-11T02:09:03.466Z] [2025-07-11T02:09:03.466Z] #187 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:09:03.466Z] #187 CACHED [2025-07-11T02:09:03.466Z] [2025-07-11T02:09:03.466Z] #188 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:09:03.466Z] #188 CACHED [2025-07-11T02:09:03.466Z] [2025-07-11T02:09:03.466Z] #189 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:09:03.466Z] #189 CACHED [2025-07-11T02:09:03.466Z] [2025-07-11T02:09:03.466Z] #190 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:09:03.466Z] #190 DONE 0.5s [2025-07-11T02:09:03.466Z] [2025-07-11T02:09:03.466Z] #191 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:09:03.466Z] #191 DONE 0.6s [2025-07-11T02:09:03.466Z] [2025-07-11T02:09:03.466Z] #192 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-07-11T02:09:03.466Z] #192 DONE 0.6s [2025-07-11T02:09:03.466Z] [2025-07-11T02:09:03.466Z] #193 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:09:03.466Z] #193 DONE 0.5s [2025-07-11T02:09:03.466Z] [2025-07-11T02:09:03.466Z] #194 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:09:03.466Z] #194 DONE 0.5s [2025-07-11T02:09:03.466Z] [2025-07-11T02:09:03.466Z] #184 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:09:03.466Z] #184 DONE 0.6s [2025-07-11T02:09:03.466Z] [2025-07-11T02:09:03.466Z] #195 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:09:03.466Z] #195 DONE 0.5s [2025-07-11T02:09:03.466Z] [2025-07-11T02:09:03.466Z] #196 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-07-11T02:09:04.449Z] #196 ... [2025-07-11T02:09:04.449Z] [2025-07-11T02:09:04.449Z] #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-07-11T02:09:04.449Z] #197 DONE 1.1s [2025-07-11T02:09:04.449Z] [2025-07-11T02:09:04.449Z] #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-07-11T02:09:05.415Z] #198 ... [2025-07-11T02:09:05.415Z] [2025-07-11T02:09:05.415Z] #199 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-07-11T02:09:05.415Z] #199 DONE 1.9s [2025-07-11T02:09:05.415Z] [2025-07-11T02:09:05.415Z] #200 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-07-11T02:09:05.415Z] #200 DONE 1.9s [2025-07-11T02:09:05.415Z] [2025-07-11T02:09:05.415Z] #201 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-07-11T02:09:05.415Z] #201 DONE 1.9s [2025-07-11T02:09:05.415Z] [2025-07-11T02:09:05.415Z] #202 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-07-11T02:09:05.415Z] #202 DONE 1.9s [2025-07-11T02:09:05.415Z] [2025-07-11T02:09:05.415Z] #203 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-07-11T02:09:05.415Z] #203 DONE 1.9s [2025-07-11T02:09:05.415Z] [2025-07-11T02:09:05.415Z] #196 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-07-11T02:09:05.415Z] #196 DONE 1.9s [2025-07-11T02:09:05.415Z] [2025-07-11T02:09:05.415Z] #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-07-11T02:09:05.415Z] #204 DONE 1.9s [2025-07-11T02:09:05.415Z] [2025-07-11T02:09:05.415Z] #205 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-07-11T02:09:05.415Z] #205 DONE 1.9s [2025-07-11T02:09:05.415Z] [2025-07-11T02:09:05.415Z] #206 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-07-11T02:09:05.415Z] #206 DONE 2.0s [2025-07-11T02:09:05.415Z] [2025-07-11T02:09:05.415Z] #207 [core-keeper] exporting to image [2025-07-11T02:09:05.415Z] #207 exporting layers [2025-07-11T02:09:05.415Z] #207 exporting layers 0.3s done [2025-07-11T02:09:05.703Z] #207 ... [2025-07-11T02:09:05.703Z] [2025-07-11T02:09:05.703Z] #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-07-11T02:09:05.703Z] #198 DONE 1.3s [2025-07-11T02:09:05.703Z] [2025-07-11T02:09:05.703Z] #208 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-07-11T02:09:05.704Z] #208 DONE 0.5s [2025-07-11T02:09:05.704Z] [2025-07-11T02:09:05.704Z] #209 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-07-11T02:09:05.704Z] #209 DONE 0.5s [2025-07-11T02:09:05.704Z] [2025-07-11T02:09:05.704Z] #210 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-07-11T02:09:05.704Z] #210 DONE 0.5s [2025-07-11T02:09:05.704Z] [2025-07-11T02:09:05.704Z] #211 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-07-11T02:09:05.704Z] #211 DONE 0.6s [2025-07-11T02:09:05.704Z] [2025-07-11T02:09:05.704Z] #207 [core-keeper] exporting to image [2025-07-11T02:09:05.704Z] #207 writing image sha256:646ab2762b20b1f1acd52077d494225f44087a6257626b01479ef22b18757eca done [2025-07-11T02:09:05.704Z] #207 naming to docker.io/library/core-keeper 0.0s done [2025-07-11T02:09:05.704Z] #207 DONE 0.5s [2025-07-11T02:09:05.704Z] [2025-07-11T02:09:05.704Z] #212 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-07-11T02:09:05.704Z] #212 DONE 0.5s [2025-07-11T02:09:05.704Z] [2025-07-11T02:09:05.704Z] #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-07-11T02:09:05.704Z] #213 DONE 0.5s [2025-07-11T02:09:05.704Z] [2025-07-11T02:09:05.704Z] #214 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-07-11T02:09:05.704Z] #214 DONE 0.5s [2025-07-11T02:09:05.704Z] [2025-07-11T02:09:05.704Z] #215 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-07-11T02:09:05.704Z] #215 DONE 0.5s [2025-07-11T02:09:05.704Z] [2025-07-11T02:09:05.704Z] #216 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-07-11T02:09:05.965Z] #216 ... [2025-07-11T02:09:05.965Z] [2025-07-11T02:09:05.965Z] #217 [core-command] exporting to image [2025-07-11T02:09:05.965Z] #217 exporting layers 0.1s done [2025-07-11T02:09:05.965Z] #217 writing image sha256:3fa195e5287ae48455c11b8d7ce7715619f6c74d50c32a51601ae69123eaaa98 done [2025-07-11T02:09:05.965Z] #217 naming to docker.io/library/core-command 0.0s done [2025-07-11T02:09:05.965Z] #217 DONE 0.4s [2025-07-11T02:09:05.965Z] [2025-07-11T02:09:05.965Z] #218 [support-scheduler] exporting to image [2025-07-11T02:09:06.229Z] #218 ... [2025-07-11T02:09:06.230Z] [2025-07-11T02:09:06.230Z] #219 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-07-11T02:09:06.230Z] #219 DONE 0.6s [2025-07-11T02:09:06.230Z] [2025-07-11T02:09:06.230Z] #220 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-07-11T02:09:06.230Z] #220 DONE 0.6s [2025-07-11T02:09:06.230Z] [2025-07-11T02:09:06.230Z] #221 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-07-11T02:09:06.230Z] #221 DONE 0.6s [2025-07-11T02:09:06.489Z] [2025-07-11T02:09:06.489Z] #216 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-07-11T02:09:06.489Z] #216 DONE 0.6s [2025-07-11T02:09:06.489Z] [2025-07-11T02:09:06.489Z] #222 [core-metadata] exporting to image [2025-07-11T02:09:06.747Z] #222 ... [2025-07-11T02:09:06.747Z] [2025-07-11T02:09:06.747Z] #223 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-07-11T02:09:06.747Z] #223 DONE 0.2s [2025-07-11T02:09:06.747Z] [2025-07-11T02:09:06.747Z] #224 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-07-11T02:09:06.747Z] #224 DONE 0.4s [2025-07-11T02:09:06.747Z] [2025-07-11T02:09:06.747Z] #225 [security-spiffe-token-provider] exporting to image [2025-07-11T02:09:06.747Z] #225 exporting layers 0.7s done [2025-07-11T02:09:06.747Z] #225 writing image sha256:1f446debd4e0f3cfbf3ed9d74995fba5338d216b9a37242057110cf75abd509b 0.2s done [2025-07-11T02:09:06.747Z] #225 naming to docker.io/library/security-spiffe-token-provider 0.0s done [2025-07-11T02:09:06.747Z] #225 DONE 1.1s [2025-07-11T02:09:06.747Z] [2025-07-11T02:09:06.747Z] #226 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-07-11T02:09:07.005Z] #226 ... [2025-07-11T02:09:07.005Z] [2025-07-11T02:09:07.005Z] #227 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-11T02:09:07.005Z] #227 DONE 0.6s [2025-07-11T02:09:07.005Z] [2025-07-11T02:09:07.005Z] #228 [security-proxy-auth] exporting to image [2025-07-11T02:09:07.005Z] #228 ... [2025-07-11T02:09:07.005Z] [2025-07-11T02:09:07.005Z] #229 [core-data] exporting to image [2025-07-11T02:09:07.005Z] #229 exporting layers 1.1s done [2025-07-11T02:09:07.005Z] #229 writing image sha256:58bb3186370c8341acab982267059730cf376ce5e61440dd8b94008b6a2bec2e 0.1s done [2025-07-11T02:09:07.005Z] #229 naming to docker.io/library/core-data 0.0s done [2025-07-11T02:09:07.005Z] #229 DONE 1.3s [2025-07-11T02:09:07.268Z] [2025-07-11T02:09:07.268Z] #218 [support-scheduler] exporting to image [2025-07-11T02:09:07.268Z] #218 exporting layers 1.2s done [2025-07-11T02:09:07.268Z] #218 writing image sha256:95d910e7a41b90de4c40ea2705309cfb611c9531c1fa26cdfb6b8c11609c5802 0.0s done [2025-07-11T02:09:07.268Z] #218 naming to docker.io/library/support-scheduler 0.0s done [2025-07-11T02:09:07.526Z] #218 DONE 1.6s [2025-07-11T02:09:07.526Z] [2025-07-11T02:09:07.526Z] #230 [support-notifications] exporting to image [2025-07-11T02:09:07.526Z] #230 exporting layers 1.1s done [2025-07-11T02:09:07.526Z] #230 writing image sha256:c0a2a4030656e51291bd8fcf49b40766eaac497bc2d42cfcf3ee4bfc01b7debf 0.0s done [2025-07-11T02:09:07.526Z] #230 naming to docker.io/library/support-notifications 0.0s done [2025-07-11T02:09:07.526Z] #230 DONE 1.7s [2025-07-11T02:09:07.526Z] [2025-07-11T02:09:07.526Z] #226 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-07-11T02:09:07.526Z] #226 DONE 0.7s [2025-07-11T02:09:07.526Z] [2025-07-11T02:09:07.526Z] #231 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-11T02:09:07.526Z] #231 DONE 0.9s [2025-07-11T02:09:07.526Z] [2025-07-11T02:09:07.526Z] #222 [core-metadata] exporting to image [2025-07-11T02:09:07.526Z] #222 exporting layers 1.2s done [2025-07-11T02:09:07.526Z] #222 writing image sha256:fdb84468fb2ebe79c6a38a47632a9fa1e20cd3312e095c065e02fa6fa70bb37e 0.0s done [2025-07-11T02:09:07.526Z] #222 naming to docker.io/library/core-metadata 0.0s done [2025-07-11T02:09:07.784Z] #222 DONE 1.4s [2025-07-11T02:09:07.784Z] [2025-07-11T02:09:07.784Z] #228 [security-proxy-auth] exporting to image [2025-07-11T02:09:07.784Z] #228 exporting layers 0.6s done [2025-07-11T02:09:07.784Z] #228 writing image sha256:f3a5d3f219601ffb42274e5f0eee9cb3a7cd3b031aefa462b1800bbe5d6debb0 [2025-07-11T02:09:07.784Z] #228 writing image sha256:f3a5d3f219601ffb42274e5f0eee9cb3a7cd3b031aefa462b1800bbe5d6debb0 done [2025-07-11T02:09:07.784Z] #228 naming to docker.io/library/security-proxy-auth done [2025-07-11T02:09:07.784Z] #228 DONE 0.7s [2025-07-11T02:09:07.784Z] [2025-07-11T02:09:07.784Z] #232 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-07-11T02:09:07.784Z] #232 DONE 0.3s [2025-07-11T02:09:07.784Z] [2025-07-11T02:09:07.784Z] #233 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-11T02:09:08.043Z] #233 ... [2025-07-11T02:09:08.043Z] [2025-07-11T02:09:08.043Z] #234 [security-proxy-setup] exporting to image [2025-07-11T02:09:08.043Z] #234 exporting layers 0.3s done [2025-07-11T02:09:08.043Z] #234 writing image sha256:1f7befa82c186501fa863f43d89adc6f5eb4a25e705a0d8c3adb532564facdec done [2025-07-11T02:09:08.043Z] #234 naming to docker.io/library/security-proxy-setup done [2025-07-11T02:09:08.043Z] #234 DONE 0.4s [2025-07-11T02:09:08.302Z] [2025-07-11T02:09:08.302Z] #233 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-11T02:09:08.302Z] #233 DONE 0.5s [2025-07-11T02:09:08.302Z] [2025-07-11T02:09:08.302Z] #235 [security-secretstore-setup] exporting to image [2025-07-11T02:09:08.560Z] #235 exporting layers 0.3s done [2025-07-11T02:09:08.561Z] #235 writing image sha256:d25654324db63769f1b8ac8f9f55ce2390d1299f3b17d6814385c2983310846e done [2025-07-11T02:09:08.561Z] #235 naming to docker.io/library/security-secretstore-setup done [2025-07-11T02:09:08.561Z] #235 DONE 0.3s [2025-07-11T02:09:08.561Z] time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:09:08.561Z] time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:09:08.561Z] time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:09:08.561Z] time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:09:08.561Z] time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:09:08.561Z] time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:09:08.561Z] time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:09:08.561Z] time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:09:08.561Z] time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:09:08.561Z] time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:09:08.561Z] time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:09:08.561Z] time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:09:08.561Z] time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:09:08.561Z] time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:09:08.561Z] time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-07-11T02:09:08.567Z] $ docker stop --time=1 a0b0b4efd94ed490f60c5ba9a609532f4e7a15ff89d132b0780e259123ab14fe [2025-07-11T02:09:09.873Z] $ docker rm -f --volumes a0b0b4efd94ed490f60c5ba9a609532f4e7a15ff89d132b0780e259123ab14fe [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-11T02:09:10.230Z] + docker images [2025-07-11T02:09:10.230Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-07-11T02:09:10.230Z] security-secretstore-setup latest d25654324db6 1 second ago 74.6MB [2025-07-11T02:09:10.230Z] security-proxy-setup latest 1f7befa82c18 2 seconds ago 44.1MB [2025-07-11T02:09:10.230Z] security-proxy-auth latest f3a5d3f21960 3 seconds ago 37.4MB [2025-07-11T02:09:10.230Z] core-metadata latest fdb84468fb2e 3 seconds ago 38.7MB [2025-07-11T02:09:10.230Z] support-notifications latest c0a2a4030656 4 seconds ago 58MB [2025-07-11T02:09:10.230Z] core-command latest 3fa195e5287a 4 seconds ago 34MB [2025-07-11T02:09:10.230Z] security-spiffe-token-provider latest 1f446debd4e0 4 seconds ago 53.2MB [2025-07-11T02:09:10.230Z] core-keeper latest 646ab2762b20 4 seconds ago 32.6MB [2025-07-11T02:09:10.230Z] support-scheduler latest 95d910e7a41b 4 seconds ago 54.4MB [2025-07-11T02:09:10.230Z] core-data latest 58bb3186370c 4 seconds ago 38.5MB [2025-07-11T02:09:10.230Z] security-bootstrapper latest 22550b71a4e4 About a minute ago 25.9MB [2025-07-11T02:09:10.230Z] core-common-config-bootstrapper latest 5bbf2a378190 About a minute ago 22.7MB [2025-07-11T02:09:10.230Z] security-spire-agent latest 6acb3bc0032d 4 minutes ago 200MB [2025-07-11T02:09:10.230Z] security-spire-config latest a28131ac6f4d 4 minutes ago 154MB [2025-07-11T02:09:10.230Z] security-spire-server latest 6a3c62f792b5 4 minutes ago 155MB [2025-07-11T02:09:10.230Z] ci-base-image-x86_64 latest 2e5159b402b5 8 minutes ago 924MB [2025-07-11T02:09:10.230Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 3 weeks ago 574MB [2025-07-11T02:09:10.230Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 6 weeks ago 573MB [2025-07-11T02:09:10.230Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-11T02:09:10.348Z] provisioning config files... [2025-07-11T02:09:10.357Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/872@tmp/config13249237920530390061tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:09:10.668Z] ---> ****-login.sh [2025-07-11T02:09:10.669Z] nexus3.edgexfoundry.org:10001 [2025-07-11T02:09:10.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:09:10.669Z] Login Succeeded [2025-07-11T02:09:10.669Z] nexus3.edgexfoundry.org:10002 [2025-07-11T02:09:10.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:09:10.929Z] Login Succeeded [2025-07-11T02:09:10.929Z] nexus3.edgexfoundry.org:10003 [2025-07-11T02:09:10.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:09:10.929Z] Login Succeeded [2025-07-11T02:09:10.929Z] nexus3.edgexfoundry.org:10004 [2025-07-11T02:09:10.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:09:10.929Z] Login Succeeded [2025-07-11T02:09:10.929Z] ****.io [2025-07-11T02:09:11.187Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:09:11.187Z] Login Succeeded [2025-07-11T02:09:11.187Z] ---> ****-login.sh ends [Pipeline] } [2025-07-11T02:09:11.193Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:09:11.239Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-11T02:09:11.264Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-07-11T02:09:11.264Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:09:11.264Z] latest [2025-07-11T02:09:11.264Z] 4.1.0-dev.40 [2025-07-11T02:09:11.264Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:09:11.264Z] main [2025-07-11T02:09:11.264Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:09:11.606Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:09:11.925Z] + docker push nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:09:11.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-11T02:09:11.925Z] 50a244ebceb7: Preparing [2025-07-11T02:09:11.925Z] 37276539b316: Preparing [2025-07-11T02:09:11.925Z] 718864955371: Preparing [2025-07-11T02:09:11.925Z] 51c1b7902bb1: Preparing [2025-07-11T02:09:11.925Z] 2868c4ff6612: Preparing [2025-07-11T02:09:11.925Z] 84a174bd3261: Preparing [2025-07-11T02:09:11.925Z] 994456c4fd7b: Preparing [2025-07-11T02:09:11.925Z] 84a174bd3261: Waiting [2025-07-11T02:09:11.925Z] 994456c4fd7b: Waiting [2025-07-11T02:09:11.925Z] 51c1b7902bb1: Pushed [2025-07-11T02:09:11.925Z] 718864955371: Pushed [2025-07-11T02:09:11.925Z] 50a244ebceb7: Pushed [2025-07-11T02:09:11.925Z] 994456c4fd7b: Layer already exists [2025-07-11T02:09:11.925Z] 84a174bd3261: Pushed [2025-07-11T02:09:16.414Z] #85 ... [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:09:16.414Z] #99 DONE 123.1s [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #87 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:09:16.414Z] #87 DONE 133.2s [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #119 [core-command builder 6/7] COPY . . [2025-07-11T02:09:16.414Z] #119 ... [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:09:16.414Z] #94 DONE 126.4s [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:09:16.414Z] #85 DONE 137.6s [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #90 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:09:16.414Z] #90 DONE 137.7s [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #89 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:09:16.414Z] #89 DONE 137.7s [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #120 [support-notifications builder 6/7] COPY . . [2025-07-11T02:09:16.414Z] #120 ... [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #121 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:09:16.414Z] #121 CACHED [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #122 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:09:16.414Z] #122 CACHED [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #123 [core-data builder 6/7] COPY . . [2025-07-11T02:09:16.414Z] #123 CACHED [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:09:16.414Z] #124 CACHED [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #125 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:09:16.414Z] #125 CACHED [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #126 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-07-11T02:09:16.414Z] #126 CACHED [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #127 [core-metadata builder 6/7] COPY . . [2025-07-11T02:09:16.414Z] #127 CACHED [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #128 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:09:16.414Z] #128 CACHED [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:09:16.414Z] #129 CACHED [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:09:16.414Z] #130 CACHED [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #131 [security-proxy-auth builder 6/7] COPY . . [2025-07-11T02:09:16.414Z] #131 CACHED [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #132 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:09:16.414Z] #132 CACHED [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #133 [security-secretstore-setup builder 6/7] COPY . . [2025-07-11T02:09:16.414Z] #133 DONE 2.0s [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #134 [security-bootstrapper builder 6/7] COPY . . [2025-07-11T02:09:16.414Z] #134 CACHED [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #135 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:09:16.414Z] #135 CACHED [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #136 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:09:16.414Z] #136 CACHED [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #119 [core-command builder 6/7] COPY . . [2025-07-11T02:09:16.414Z] #119 DONE 2.0s [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #137 [core-keeper builder 7/8] COPY . . [2025-07-11T02:09:16.414Z] #137 DONE 1.9s [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #138 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-11T02:09:16.414Z] #138 CACHED [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #139 [security-proxy-setup builder 6/7] COPY . . [2025-07-11T02:09:16.414Z] #139 CACHED [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #140 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-07-11T02:09:16.414Z] #140 CACHED [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #141 [security-spiffe-token-provider builder 6/7] COPY . . [2025-07-11T02:09:16.414Z] #141 DONE 2.1s [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #120 [support-notifications builder 6/7] COPY . . [2025-07-11T02:09:16.414Z] #120 DONE 1.9s [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #142 [support-scheduler builder 6/7] COPY . . [2025-07-11T02:09:16.414Z] #142 DONE 1.9s [2025-07-11T02:09:16.414Z] [2025-07-11T02:09:16.414Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-11T02:09:20.677Z] #143 4.932 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-07-11T02:09:26.042Z] #143 ... [2025-07-11T02:09:26.043Z] [2025-07-11T02:09:26.043Z] #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-11T02:09:26.043Z] #0 6.212 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-07-11T02:09:26.043Z] #144 ... [2025-07-11T02:09:26.043Z] [2025-07-11T02:09:26.043Z] #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-07-11T02:09:26.043Z] #0 6.010 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-07-11T02:09:26.043Z] #145 ... [2025-07-11T02:09:26.043Z] [2025-07-11T02:09:26.043Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-11T02:09:26.043Z] #0 5.223 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-07-11T02:09:26.043Z] #146 ... [2025-07-11T02:09:26.043Z] [2025-07-11T02:09:26.043Z] #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-11T02:09:26.043Z] #0 5.736 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-07-11T02:09:26.043Z] #147 ... [2025-07-11T02:09:26.043Z] [2025-07-11T02:09:26.043Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-11T02:09:26.043Z] #0 6.433 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-07-11T02:09:26.043Z] #148 ... [2025-07-11T02:09:26.043Z] [2025-07-11T02:09:26.043Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-07-11T02:09:26.043Z] #0 5.315 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-07-11T02:09:26.363Z] #149 ... [2025-07-11T02:09:26.363Z] [2025-07-11T02:09:26.363Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-11T02:09:26.363Z] #0 4.110 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-07-11T02:09:26.363Z] #150 ... [2025-07-11T02:09:26.363Z] [2025-07-11T02:09:26.363Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-07-11T02:09:26.363Z] #0 6.412 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-07-11T02:09:26.639Z] #151 ... [2025-07-11T02:09:26.639Z] [2025-07-11T02:09:26.639Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-11T02:09:26.639Z] #0 4.204 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-07-11T02:09:26.639Z] #152 ... [2025-07-11T02:09:26.639Z] [2025-07-11T02:09:26.639Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-11T02:09:26.639Z] #0 6.500 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-07-11T02:09:26.904Z] #153 ... [2025-07-11T02:09:26.904Z] [2025-07-11T02:09:26.904Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-11T02:09:26.904Z] #0 6.345 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-07-11T02:09:43.994Z] 2868c4ff6612: Pushed [2025-07-11T02:10:22.782Z] 37276539b316: Retrying in 5 seconds [2025-07-11T02:10:22.782Z] 37276539b316: Retrying in 4 seconds [2025-07-11T02:10:22.782Z] 37276539b316: Retrying in 3 seconds [2025-07-11T02:10:22.782Z] 37276539b316: Retrying in 2 seconds [2025-07-11T02:10:22.782Z] 37276539b316: Retrying in 1 second [2025-07-11T02:10:32.756Z] 37276539b316: Pushed [2025-07-11T02:10:32.756Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:33.080Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:33.398Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-11T02:10:33.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-11T02:10:33.398Z] 50a244ebceb7: Preparing [2025-07-11T02:10:33.398Z] 37276539b316: Preparing [2025-07-11T02:10:33.398Z] 718864955371: Preparing [2025-07-11T02:10:33.398Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:33.398Z] 2868c4ff6612: Preparing [2025-07-11T02:10:33.398Z] 84a174bd3261: Preparing [2025-07-11T02:10:33.398Z] 994456c4fd7b: Preparing [2025-07-11T02:10:33.398Z] 84a174bd3261: Waiting [2025-07-11T02:10:33.398Z] 994456c4fd7b: Waiting [2025-07-11T02:10:33.398Z] 2868c4ff6612: Layer already exists [2025-07-11T02:10:33.398Z] 37276539b316: Layer already exists [2025-07-11T02:10:33.398Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:33.398Z] 718864955371: Layer already exists [2025-07-11T02:10:33.398Z] 50a244ebceb7: Layer already exists [2025-07-11T02:10:33.398Z] 84a174bd3261: Layer already exists [2025-07-11T02:10:33.398Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:33.398Z] latest: digest: sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:33.719Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:34.037Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40 [2025-07-11T02:10:34.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-11T02:10:34.037Z] 50a244ebceb7: Preparing [2025-07-11T02:10:34.037Z] 37276539b316: Preparing [2025-07-11T02:10:34.037Z] 718864955371: Preparing [2025-07-11T02:10:34.037Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:34.037Z] 2868c4ff6612: Preparing [2025-07-11T02:10:34.037Z] 84a174bd3261: Preparing [2025-07-11T02:10:34.037Z] 994456c4fd7b: Preparing [2025-07-11T02:10:34.037Z] 84a174bd3261: Waiting [2025-07-11T02:10:34.037Z] 994456c4fd7b: Waiting [2025-07-11T02:10:34.037Z] 718864955371: Layer already exists [2025-07-11T02:10:34.037Z] 2868c4ff6612: Layer already exists [2025-07-11T02:10:34.037Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:34.037Z] 50a244ebceb7: Layer already exists [2025-07-11T02:10:34.037Z] 37276539b316: Layer already exists [2025-07-11T02:10:34.037Z] 84a174bd3261: Layer already exists [2025-07-11T02:10:34.037Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:34.037Z] 4.1.0-dev.40: digest: sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:34.359Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:34.679Z] + docker push nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:10:34.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-11T02:10:34.679Z] 50a244ebceb7: Preparing [2025-07-11T02:10:34.679Z] 37276539b316: Preparing [2025-07-11T02:10:34.679Z] 718864955371: Preparing [2025-07-11T02:10:34.679Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:34.679Z] 2868c4ff6612: Preparing [2025-07-11T02:10:34.679Z] 84a174bd3261: Preparing [2025-07-11T02:10:34.679Z] 994456c4fd7b: Preparing [2025-07-11T02:10:34.679Z] 84a174bd3261: Waiting [2025-07-11T02:10:34.679Z] 994456c4fd7b: Waiting [2025-07-11T02:10:34.679Z] 50a244ebceb7: Layer already exists [2025-07-11T02:10:34.679Z] 718864955371: Layer already exists [2025-07-11T02:10:34.679Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:34.679Z] 37276539b316: Layer already exists [2025-07-11T02:10:34.679Z] 2868c4ff6612: Layer already exists [2025-07-11T02:10:34.679Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:34.679Z] 84a174bd3261: Layer already exists [2025-07-11T02:10:34.679Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:35.007Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:35.324Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-07-11T02:10:35.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-11T02:10:35.324Z] 50a244ebceb7: Preparing [2025-07-11T02:10:35.324Z] 37276539b316: Preparing [2025-07-11T02:10:35.324Z] 718864955371: Preparing [2025-07-11T02:10:35.324Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:35.324Z] 2868c4ff6612: Preparing [2025-07-11T02:10:35.324Z] 84a174bd3261: Preparing [2025-07-11T02:10:35.324Z] 994456c4fd7b: Preparing [2025-07-11T02:10:35.324Z] 84a174bd3261: Waiting [2025-07-11T02:10:35.324Z] 994456c4fd7b: Waiting [2025-07-11T02:10:35.324Z] 37276539b316: Layer already exists [2025-07-11T02:10:35.324Z] 50a244ebceb7: Layer already exists [2025-07-11T02:10:35.324Z] 718864955371: Layer already exists [2025-07-11T02:10:35.324Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:35.324Z] 2868c4ff6612: Layer already exists [2025-07-11T02:10:35.324Z] 84a174bd3261: Layer already exists [2025-07-11T02:10:35.324Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:35.324Z] main: digest: sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:10:35.391Z] ===================================================== [Pipeline] echo [2025-07-11T02:10:35.405Z] taggedImages: [2025-07-11T02:10:35.405Z] - nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:10:35.405Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-11T02:10:35.405Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40 [2025-07-11T02:10:35.405Z] - nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:10:35.405Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-07-11T02:10:35.431Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-07-11T02:10:35.431Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:10:35.431Z] latest [2025-07-11T02:10:35.431Z] 4.1.0-dev.40 [2025-07-11T02:10:35.431Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:10:35.431Z] main [2025-07-11T02:10:35.431Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:35.773Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:36.084Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:10:36.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-11T02:10:36.084Z] 6cebf1345b93: Preparing [2025-07-11T02:10:36.084Z] 9411d20fd267: Preparing [2025-07-11T02:10:36.084Z] f73ded585e72: Preparing [2025-07-11T02:10:36.084Z] fb27887bc7fe: Preparing [2025-07-11T02:10:36.084Z] 718864955371: Preparing [2025-07-11T02:10:36.084Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:36.084Z] 2868c4ff6612: Preparing [2025-07-11T02:10:36.084Z] 84a174bd3261: Preparing [2025-07-11T02:10:36.084Z] 994456c4fd7b: Preparing [2025-07-11T02:10:36.084Z] 51c1b7902bb1: Waiting [2025-07-11T02:10:36.084Z] 2868c4ff6612: Waiting [2025-07-11T02:10:36.084Z] 994456c4fd7b: Waiting [2025-07-11T02:10:36.084Z] 84a174bd3261: Waiting [2025-07-11T02:10:36.084Z] 718864955371: Layer already exists [2025-07-11T02:10:36.084Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:36.084Z] 2868c4ff6612: Layer already exists [2025-07-11T02:10:36.084Z] 84a174bd3261: Layer already exists [2025-07-11T02:10:36.084Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:36.084Z] 6cebf1345b93: Pushed [2025-07-11T02:10:36.084Z] 9411d20fd267: Pushed [2025-07-11T02:10:36.084Z] f73ded585e72: Pushed [2025-07-11T02:10:37.461Z] fb27887bc7fe: Pushed [2025-07-11T02:10:37.461Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:37.785Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:38.108Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-11T02:10:38.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-11T02:10:38.108Z] 6cebf1345b93: Preparing [2025-07-11T02:10:38.108Z] 9411d20fd267: Preparing [2025-07-11T02:10:38.108Z] f73ded585e72: Preparing [2025-07-11T02:10:38.108Z] fb27887bc7fe: Preparing [2025-07-11T02:10:38.108Z] 718864955371: Preparing [2025-07-11T02:10:38.108Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:38.108Z] 2868c4ff6612: Preparing [2025-07-11T02:10:38.108Z] 84a174bd3261: Preparing [2025-07-11T02:10:38.108Z] 994456c4fd7b: Preparing [2025-07-11T02:10:38.108Z] 51c1b7902bb1: Waiting [2025-07-11T02:10:38.108Z] 2868c4ff6612: Waiting [2025-07-11T02:10:38.108Z] 84a174bd3261: Waiting [2025-07-11T02:10:38.108Z] 994456c4fd7b: Waiting [2025-07-11T02:10:38.108Z] 9411d20fd267: Layer already exists [2025-07-11T02:10:38.108Z] f73ded585e72: Layer already exists [2025-07-11T02:10:38.108Z] 6cebf1345b93: Layer already exists [2025-07-11T02:10:38.108Z] fb27887bc7fe: Layer already exists [2025-07-11T02:10:38.108Z] 718864955371: Layer already exists [2025-07-11T02:10:38.108Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:38.108Z] 84a174bd3261: Layer already exists [2025-07-11T02:10:38.108Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:38.108Z] 2868c4ff6612: Layer already exists [2025-07-11T02:10:38.108Z] latest: digest: sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:38.435Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:38.757Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40 [2025-07-11T02:10:38.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-11T02:10:38.757Z] 6cebf1345b93: Preparing [2025-07-11T02:10:38.757Z] 9411d20fd267: Preparing [2025-07-11T02:10:38.757Z] f73ded585e72: Preparing [2025-07-11T02:10:38.757Z] fb27887bc7fe: Preparing [2025-07-11T02:10:38.757Z] 718864955371: Preparing [2025-07-11T02:10:38.757Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:38.757Z] 2868c4ff6612: Preparing [2025-07-11T02:10:38.757Z] 84a174bd3261: Preparing [2025-07-11T02:10:38.757Z] 994456c4fd7b: Preparing [2025-07-11T02:10:38.757Z] 51c1b7902bb1: Waiting [2025-07-11T02:10:38.757Z] 84a174bd3261: Waiting [2025-07-11T02:10:38.757Z] 2868c4ff6612: Waiting [2025-07-11T02:10:38.757Z] 994456c4fd7b: Waiting [2025-07-11T02:10:38.757Z] f73ded585e72: Layer already exists [2025-07-11T02:10:38.757Z] 6cebf1345b93: Layer already exists [2025-07-11T02:10:38.757Z] fb27887bc7fe: Layer already exists [2025-07-11T02:10:38.757Z] 9411d20fd267: Layer already exists [2025-07-11T02:10:38.757Z] 718864955371: Layer already exists [2025-07-11T02:10:38.757Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:38.757Z] 2868c4ff6612: Layer already exists [2025-07-11T02:10:38.757Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:38.757Z] 84a174bd3261: Layer already exists [2025-07-11T02:10:38.757Z] 4.1.0-dev.40: digest: sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:39.077Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:39.403Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:10:39.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-11T02:10:39.403Z] 6cebf1345b93: Preparing [2025-07-11T02:10:39.403Z] 9411d20fd267: Preparing [2025-07-11T02:10:39.403Z] f73ded585e72: Preparing [2025-07-11T02:10:39.403Z] fb27887bc7fe: Preparing [2025-07-11T02:10:39.403Z] 718864955371: Preparing [2025-07-11T02:10:39.403Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:39.403Z] 2868c4ff6612: Preparing [2025-07-11T02:10:39.403Z] 84a174bd3261: Preparing [2025-07-11T02:10:39.403Z] 994456c4fd7b: Preparing [2025-07-11T02:10:39.403Z] 2868c4ff6612: Waiting [2025-07-11T02:10:39.403Z] 84a174bd3261: Waiting [2025-07-11T02:10:39.403Z] 51c1b7902bb1: Waiting [2025-07-11T02:10:39.403Z] 994456c4fd7b: Waiting [2025-07-11T02:10:39.403Z] 6cebf1345b93: Layer already exists [2025-07-11T02:10:39.403Z] 9411d20fd267: Layer already exists [2025-07-11T02:10:39.403Z] fb27887bc7fe: Layer already exists [2025-07-11T02:10:39.403Z] 718864955371: Layer already exists [2025-07-11T02:10:39.403Z] f73ded585e72: Layer already exists [2025-07-11T02:10:39.403Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:39.403Z] 2868c4ff6612: Layer already exists [2025-07-11T02:10:39.403Z] 84a174bd3261: Layer already exists [2025-07-11T02:10:39.403Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:39.403Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:39.738Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:40.066Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-07-11T02:10:40.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-11T02:10:40.066Z] 6cebf1345b93: Preparing [2025-07-11T02:10:40.066Z] 9411d20fd267: Preparing [2025-07-11T02:10:40.066Z] f73ded585e72: Preparing [2025-07-11T02:10:40.066Z] fb27887bc7fe: Preparing [2025-07-11T02:10:40.066Z] 718864955371: Preparing [2025-07-11T02:10:40.066Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:40.066Z] 2868c4ff6612: Preparing [2025-07-11T02:10:40.066Z] 84a174bd3261: Preparing [2025-07-11T02:10:40.066Z] 994456c4fd7b: Preparing [2025-07-11T02:10:40.066Z] 51c1b7902bb1: Waiting [2025-07-11T02:10:40.066Z] 84a174bd3261: Waiting [2025-07-11T02:10:40.066Z] 994456c4fd7b: Waiting [2025-07-11T02:10:40.066Z] 2868c4ff6612: Waiting [2025-07-11T02:10:40.066Z] fb27887bc7fe: Layer already exists [2025-07-11T02:10:40.066Z] 718864955371: Layer already exists [2025-07-11T02:10:40.066Z] f73ded585e72: Layer already exists [2025-07-11T02:10:40.066Z] 6cebf1345b93: Layer already exists [2025-07-11T02:10:40.066Z] 9411d20fd267: Layer already exists [2025-07-11T02:10:40.066Z] 2868c4ff6612: Layer already exists [2025-07-11T02:10:40.066Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:40.066Z] 84a174bd3261: Layer already exists [2025-07-11T02:10:40.066Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:40.066Z] main: digest: sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:10:40.144Z] ===================================================== [Pipeline] echo [2025-07-11T02:10:40.157Z] taggedImages: [2025-07-11T02:10:40.157Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:10:40.157Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-11T02:10:40.157Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40 [2025-07-11T02:10:40.157Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:10:40.157Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-07-11T02:10:40.180Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-07-11T02:10:40.180Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:10:40.180Z] latest [2025-07-11T02:10:40.180Z] 4.1.0-dev.40 [2025-07-11T02:10:40.180Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:10:40.180Z] main [2025-07-11T02:10:40.180Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:40.525Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:40.919Z] + docker push nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:10:40.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-11T02:10:40.919Z] 2f55069d9033: Preparing [2025-07-11T02:10:40.919Z] 164d093fd917: Preparing [2025-07-11T02:10:40.919Z] 718864955371: Preparing [2025-07-11T02:10:40.919Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:40.919Z] 5af2cb7b9e28: Preparing [2025-07-11T02:10:40.919Z] 8a6510d8343a: Preparing [2025-07-11T02:10:40.919Z] 994456c4fd7b: Preparing [2025-07-11T02:10:40.919Z] 994456c4fd7b: Waiting [2025-07-11T02:10:40.919Z] 8a6510d8343a: Waiting [2025-07-11T02:10:40.919Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:40.919Z] 718864955371: Layer already exists [2025-07-11T02:10:40.919Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:40.919Z] 2f55069d9033: Pushed [2025-07-11T02:10:40.919Z] 8a6510d8343a: Pushed [2025-07-11T02:10:41.489Z] 5af2cb7b9e28: Pushed [2025-07-11T02:10:44.025Z] 164d093fd917: Pushed [2025-07-11T02:10:44.025Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:44.347Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:44.670Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-11T02:10:44.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-11T02:10:44.670Z] 2f55069d9033: Preparing [2025-07-11T02:10:44.670Z] 164d093fd917: Preparing [2025-07-11T02:10:44.670Z] 718864955371: Preparing [2025-07-11T02:10:44.670Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:44.670Z] 5af2cb7b9e28: Preparing [2025-07-11T02:10:44.670Z] 8a6510d8343a: Preparing [2025-07-11T02:10:44.670Z] 994456c4fd7b: Preparing [2025-07-11T02:10:44.670Z] 994456c4fd7b: Waiting [2025-07-11T02:10:44.670Z] 8a6510d8343a: Waiting [2025-07-11T02:10:44.670Z] 164d093fd917: Layer already exists [2025-07-11T02:10:44.670Z] 2f55069d9033: Layer already exists [2025-07-11T02:10:44.670Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:44.670Z] 718864955371: Layer already exists [2025-07-11T02:10:44.670Z] 5af2cb7b9e28: Layer already exists [2025-07-11T02:10:44.670Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:44.670Z] 8a6510d8343a: Layer already exists [2025-07-11T02:10:44.670Z] latest: digest: sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:44.988Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:45.317Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40 [2025-07-11T02:10:45.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-11T02:10:45.317Z] 2f55069d9033: Preparing [2025-07-11T02:10:45.317Z] 164d093fd917: Preparing [2025-07-11T02:10:45.317Z] 718864955371: Preparing [2025-07-11T02:10:45.317Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:45.317Z] 5af2cb7b9e28: Preparing [2025-07-11T02:10:45.317Z] 8a6510d8343a: Preparing [2025-07-11T02:10:45.317Z] 994456c4fd7b: Preparing [2025-07-11T02:10:45.317Z] 8a6510d8343a: Waiting [2025-07-11T02:10:45.317Z] 994456c4fd7b: Waiting [2025-07-11T02:10:45.317Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:45.317Z] 164d093fd917: Layer already exists [2025-07-11T02:10:45.317Z] 5af2cb7b9e28: Layer already exists [2025-07-11T02:10:45.317Z] 718864955371: Layer already exists [2025-07-11T02:10:45.317Z] 2f55069d9033: Layer already exists [2025-07-11T02:10:45.317Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:45.317Z] 8a6510d8343a: Layer already exists [2025-07-11T02:10:45.317Z] 4.1.0-dev.40: digest: sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:45.647Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:45.969Z] + docker push nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:10:45.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-11T02:10:45.969Z] 2f55069d9033: Preparing [2025-07-11T02:10:45.969Z] 164d093fd917: Preparing [2025-07-11T02:10:45.969Z] 718864955371: Preparing [2025-07-11T02:10:45.969Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:45.969Z] 5af2cb7b9e28: Preparing [2025-07-11T02:10:45.969Z] 8a6510d8343a: Preparing [2025-07-11T02:10:45.969Z] 994456c4fd7b: Preparing [2025-07-11T02:10:45.969Z] 8a6510d8343a: Waiting [2025-07-11T02:10:45.969Z] 994456c4fd7b: Waiting [2025-07-11T02:10:45.969Z] 2f55069d9033: Layer already exists [2025-07-11T02:10:45.969Z] 164d093fd917: Layer already exists [2025-07-11T02:10:45.969Z] 718864955371: Layer already exists [2025-07-11T02:10:45.969Z] 5af2cb7b9e28: Layer already exists [2025-07-11T02:10:45.969Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:45.969Z] 8a6510d8343a: Layer already exists [2025-07-11T02:10:45.969Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:45.969Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:46.631Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:46.961Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-07-11T02:10:46.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-11T02:10:46.962Z] 2f55069d9033: Preparing [2025-07-11T02:10:46.962Z] 164d093fd917: Preparing [2025-07-11T02:10:46.962Z] 718864955371: Preparing [2025-07-11T02:10:46.962Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:46.962Z] 5af2cb7b9e28: Preparing [2025-07-11T02:10:46.962Z] 8a6510d8343a: Preparing [2025-07-11T02:10:46.962Z] 994456c4fd7b: Preparing [2025-07-11T02:10:46.962Z] 8a6510d8343a: Waiting [2025-07-11T02:10:46.962Z] 994456c4fd7b: Waiting [2025-07-11T02:10:46.962Z] 2f55069d9033: Layer already exists [2025-07-11T02:10:46.962Z] 164d093fd917: Layer already exists [2025-07-11T02:10:46.962Z] 5af2cb7b9e28: Layer already exists [2025-07-11T02:10:46.962Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:46.962Z] 718864955371: Layer already exists [2025-07-11T02:10:46.962Z] 8a6510d8343a: Layer already exists [2025-07-11T02:10:46.962Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:46.962Z] main: digest: sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:10:47.045Z] ===================================================== [Pipeline] echo [2025-07-11T02:10:47.069Z] taggedImages: [2025-07-11T02:10:47.069Z] - nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:10:47.069Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-11T02:10:47.069Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40 [2025-07-11T02:10:47.069Z] - nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:10:47.069Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-07-11T02:10:47.101Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-07-11T02:10:47.101Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:10:47.101Z] latest [2025-07-11T02:10:47.101Z] 4.1.0-dev.40 [2025-07-11T02:10:47.101Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:10:47.101Z] main [2025-07-11T02:10:47.101Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:47.447Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:50.980Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:10:50.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-11T02:10:50.980Z] 238b2e1c6317: Preparing [2025-07-11T02:10:50.980Z] 71eb29c09e43: Preparing [2025-07-11T02:10:50.980Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:50.980Z] 030bd4e85610: Preparing [2025-07-11T02:10:50.980Z] 2113140d4c12: Preparing [2025-07-11T02:10:50.980Z] 994456c4fd7b: Preparing [2025-07-11T02:10:50.980Z] 994456c4fd7b: Waiting [2025-07-11T02:10:50.980Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:50.981Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:50.981Z] 2113140d4c12: Pushed [2025-07-11T02:10:50.981Z] 030bd4e85610: Pushed [2025-07-11T02:10:50.981Z] 238b2e1c6317: Pushed [2025-07-11T02:10:54.269Z] 71eb29c09e43: Pushed [2025-07-11T02:10:54.269Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:54.587Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:54.913Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-11T02:10:54.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-11T02:10:54.913Z] 238b2e1c6317: Preparing [2025-07-11T02:10:54.913Z] 71eb29c09e43: Preparing [2025-07-11T02:10:54.913Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:54.913Z] 030bd4e85610: Preparing [2025-07-11T02:10:54.913Z] 2113140d4c12: Preparing [2025-07-11T02:10:54.913Z] 994456c4fd7b: Preparing [2025-07-11T02:10:54.913Z] 994456c4fd7b: Waiting [2025-07-11T02:10:54.913Z] 71eb29c09e43: Layer already exists [2025-07-11T02:10:54.913Z] 238b2e1c6317: Layer already exists [2025-07-11T02:10:54.913Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:54.913Z] 2113140d4c12: Layer already exists [2025-07-11T02:10:54.913Z] 030bd4e85610: Layer already exists [2025-07-11T02:10:54.913Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:54.913Z] latest: digest: sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:55.243Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:55.569Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40 [2025-07-11T02:10:55.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-11T02:10:55.569Z] 238b2e1c6317: Preparing [2025-07-11T02:10:55.569Z] 71eb29c09e43: Preparing [2025-07-11T02:10:55.569Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:55.569Z] 030bd4e85610: Preparing [2025-07-11T02:10:55.569Z] 2113140d4c12: Preparing [2025-07-11T02:10:55.569Z] 994456c4fd7b: Preparing [2025-07-11T02:10:55.569Z] 994456c4fd7b: Waiting [2025-07-11T02:10:55.569Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:55.569Z] 030bd4e85610: Layer already exists [2025-07-11T02:10:55.569Z] 238b2e1c6317: Layer already exists [2025-07-11T02:10:55.569Z] 71eb29c09e43: Layer already exists [2025-07-11T02:10:55.569Z] 2113140d4c12: Layer already exists [2025-07-11T02:10:55.569Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:55.569Z] 4.1.0-dev.40: digest: sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:55.900Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:56.231Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:10:56.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-11T02:10:56.231Z] 238b2e1c6317: Preparing [2025-07-11T02:10:56.231Z] 71eb29c09e43: Preparing [2025-07-11T02:10:56.231Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:56.231Z] 030bd4e85610: Preparing [2025-07-11T02:10:56.231Z] 2113140d4c12: Preparing [2025-07-11T02:10:56.231Z] 994456c4fd7b: Preparing [2025-07-11T02:10:56.231Z] 994456c4fd7b: Waiting [2025-07-11T02:10:56.231Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:56.231Z] 030bd4e85610: Layer already exists [2025-07-11T02:10:56.231Z] 2113140d4c12: Layer already exists [2025-07-11T02:10:56.231Z] 71eb29c09e43: Layer already exists [2025-07-11T02:10:56.231Z] 238b2e1c6317: Layer already exists [2025-07-11T02:10:56.231Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:56.231Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:56.554Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:56.872Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-07-11T02:10:56.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-11T02:10:56.872Z] 238b2e1c6317: Preparing [2025-07-11T02:10:56.872Z] 71eb29c09e43: Preparing [2025-07-11T02:10:56.872Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:56.872Z] 030bd4e85610: Preparing [2025-07-11T02:10:56.872Z] 2113140d4c12: Preparing [2025-07-11T02:10:56.872Z] 994456c4fd7b: Preparing [2025-07-11T02:10:56.872Z] 994456c4fd7b: Waiting [2025-07-11T02:10:56.872Z] 2113140d4c12: Layer already exists [2025-07-11T02:10:56.872Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:56.872Z] 030bd4e85610: Layer already exists [2025-07-11T02:10:56.872Z] 238b2e1c6317: Layer already exists [2025-07-11T02:10:56.872Z] 71eb29c09e43: Layer already exists [2025-07-11T02:10:56.872Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:56.872Z] main: digest: sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:10:56.946Z] ===================================================== [Pipeline] echo [2025-07-11T02:10:56.964Z] taggedImages: [2025-07-11T02:10:56.964Z] - nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:10:56.964Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-11T02:10:56.964Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40 [2025-07-11T02:10:56.964Z] - nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:10:56.964Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-07-11T02:10:56.997Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-07-11T02:10:56.997Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:10:56.997Z] latest [2025-07-11T02:10:56.997Z] 4.1.0-dev.40 [2025-07-11T02:10:56.997Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:10:56.997Z] main [2025-07-11T02:10:56.997Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:57.336Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:10:57.655Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:10:57.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-11T02:10:57.655Z] 488ad0eb04ca: Preparing [2025-07-11T02:10:57.655Z] bd7f836b0919: Preparing [2025-07-11T02:10:57.655Z] 776759c1dbb1: Preparing [2025-07-11T02:10:57.655Z] 718864955371: Preparing [2025-07-11T02:10:57.655Z] 51c1b7902bb1: Preparing [2025-07-11T02:10:57.655Z] 2868c4ff6612: Preparing [2025-07-11T02:10:57.655Z] 84a174bd3261: Preparing [2025-07-11T02:10:57.655Z] 994456c4fd7b: Preparing [2025-07-11T02:10:57.655Z] 2868c4ff6612: Waiting [2025-07-11T02:10:57.655Z] 84a174bd3261: Waiting [2025-07-11T02:10:57.655Z] 994456c4fd7b: Waiting [2025-07-11T02:10:57.655Z] 718864955371: Layer already exists [2025-07-11T02:10:57.655Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:10:57.655Z] 2868c4ff6612: Layer already exists [2025-07-11T02:10:57.655Z] 84a174bd3261: Layer already exists [2025-07-11T02:10:57.655Z] 994456c4fd7b: Layer already exists [2025-07-11T02:10:57.655Z] bd7f836b0919: Pushed [2025-07-11T02:10:57.655Z] 488ad0eb04ca: Pushed [2025-07-11T02:11:02.543Z] 776759c1dbb1: Pushed [2025-07-11T02:11:02.543Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:02.884Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:03.217Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-11T02:11:03.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-11T02:11:03.217Z] 488ad0eb04ca: Preparing [2025-07-11T02:11:03.217Z] bd7f836b0919: Preparing [2025-07-11T02:11:03.217Z] 776759c1dbb1: Preparing [2025-07-11T02:11:03.217Z] 718864955371: Preparing [2025-07-11T02:11:03.217Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:03.217Z] 2868c4ff6612: Preparing [2025-07-11T02:11:03.217Z] 84a174bd3261: Preparing [2025-07-11T02:11:03.217Z] 994456c4fd7b: Preparing [2025-07-11T02:11:03.217Z] 994456c4fd7b: Waiting [2025-07-11T02:11:03.217Z] 2868c4ff6612: Waiting [2025-07-11T02:11:03.217Z] 84a174bd3261: Waiting [2025-07-11T02:11:03.217Z] 718864955371: Layer already exists [2025-07-11T02:11:03.217Z] 488ad0eb04ca: Layer already exists [2025-07-11T02:11:03.217Z] bd7f836b0919: Layer already exists [2025-07-11T02:11:03.217Z] 776759c1dbb1: Layer already exists [2025-07-11T02:11:03.217Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:03.217Z] 84a174bd3261: Layer already exists [2025-07-11T02:11:03.217Z] 2868c4ff6612: Layer already exists [2025-07-11T02:11:03.217Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:03.217Z] latest: digest: sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:03.542Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:03.857Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40 [2025-07-11T02:11:03.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-11T02:11:03.857Z] 488ad0eb04ca: Preparing [2025-07-11T02:11:03.857Z] bd7f836b0919: Preparing [2025-07-11T02:11:03.857Z] 776759c1dbb1: Preparing [2025-07-11T02:11:03.857Z] 718864955371: Preparing [2025-07-11T02:11:03.857Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:03.857Z] 2868c4ff6612: Preparing [2025-07-11T02:11:03.857Z] 84a174bd3261: Preparing [2025-07-11T02:11:03.857Z] 994456c4fd7b: Preparing [2025-07-11T02:11:03.857Z] 2868c4ff6612: Waiting [2025-07-11T02:11:03.857Z] 84a174bd3261: Waiting [2025-07-11T02:11:03.857Z] 994456c4fd7b: Waiting [2025-07-11T02:11:03.857Z] 488ad0eb04ca: Layer already exists [2025-07-11T02:11:03.857Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:03.857Z] 718864955371: Layer already exists [2025-07-11T02:11:03.857Z] bd7f836b0919: Layer already exists [2025-07-11T02:11:03.857Z] 776759c1dbb1: Layer already exists [2025-07-11T02:11:03.857Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:03.857Z] 84a174bd3261: Layer already exists [2025-07-11T02:11:03.857Z] 2868c4ff6612: Layer already exists [2025-07-11T02:11:03.857Z] 4.1.0-dev.40: digest: sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:04.192Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:04.519Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:04.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-11T02:11:04.519Z] 488ad0eb04ca: Preparing [2025-07-11T02:11:04.519Z] bd7f836b0919: Preparing [2025-07-11T02:11:04.519Z] 776759c1dbb1: Preparing [2025-07-11T02:11:04.519Z] 718864955371: Preparing [2025-07-11T02:11:04.519Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:04.519Z] 2868c4ff6612: Preparing [2025-07-11T02:11:04.519Z] 84a174bd3261: Preparing [2025-07-11T02:11:04.519Z] 994456c4fd7b: Preparing [2025-07-11T02:11:04.519Z] 2868c4ff6612: Waiting [2025-07-11T02:11:04.519Z] 84a174bd3261: Waiting [2025-07-11T02:11:04.519Z] 994456c4fd7b: Waiting [2025-07-11T02:11:04.519Z] 718864955371: Layer already exists [2025-07-11T02:11:04.519Z] 488ad0eb04ca: Layer already exists [2025-07-11T02:11:04.519Z] bd7f836b0919: Layer already exists [2025-07-11T02:11:04.519Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:04.519Z] 776759c1dbb1: Layer already exists [2025-07-11T02:11:04.519Z] 84a174bd3261: Layer already exists [2025-07-11T02:11:04.519Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:04.519Z] 2868c4ff6612: Layer already exists [2025-07-11T02:11:04.519Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:04.841Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:05.165Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-07-11T02:11:05.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-11T02:11:05.165Z] 488ad0eb04ca: Preparing [2025-07-11T02:11:05.165Z] bd7f836b0919: Preparing [2025-07-11T02:11:05.165Z] 776759c1dbb1: Preparing [2025-07-11T02:11:05.165Z] 718864955371: Preparing [2025-07-11T02:11:05.165Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:05.165Z] 2868c4ff6612: Preparing [2025-07-11T02:11:05.165Z] 84a174bd3261: Preparing [2025-07-11T02:11:05.165Z] 994456c4fd7b: Preparing [2025-07-11T02:11:05.165Z] 2868c4ff6612: Waiting [2025-07-11T02:11:05.165Z] 84a174bd3261: Waiting [2025-07-11T02:11:05.165Z] 994456c4fd7b: Waiting [2025-07-11T02:11:05.165Z] bd7f836b0919: Layer already exists [2025-07-11T02:11:05.165Z] 718864955371: Layer already exists [2025-07-11T02:11:05.165Z] 776759c1dbb1: Layer already exists [2025-07-11T02:11:05.165Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:05.165Z] 488ad0eb04ca: Layer already exists [2025-07-11T02:11:05.165Z] 2868c4ff6612: Layer already exists [2025-07-11T02:11:05.165Z] 84a174bd3261: Layer already exists [2025-07-11T02:11:05.165Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:05.165Z] main: digest: sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:11:05.234Z] ===================================================== [Pipeline] echo [2025-07-11T02:11:05.251Z] taggedImages: [2025-07-11T02:11:05.251Z] - nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:05.251Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-11T02:11:05.251Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40 [2025-07-11T02:11:05.251Z] - nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:05.251Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-07-11T02:11:05.276Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-07-11T02:11:05.276Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:05.276Z] latest [2025-07-11T02:11:05.276Z] 4.1.0-dev.40 [2025-07-11T02:11:05.276Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:05.276Z] main [2025-07-11T02:11:05.276Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:05.618Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:05.936Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:05.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-11T02:11:05.936Z] 58800c470fe2: Preparing [2025-07-11T02:11:05.936Z] db5d1b43b0ed: Preparing [2025-07-11T02:11:05.936Z] ca4b5aec7501: Preparing [2025-07-11T02:11:05.936Z] f8e33ef2ff2f: Preparing [2025-07-11T02:11:05.936Z] 8a63f243704c: Preparing [2025-07-11T02:11:05.936Z] cbdd3bf179e6: Preparing [2025-07-11T02:11:05.936Z] 8a56227eb6b1: Preparing [2025-07-11T02:11:05.936Z] 718864955371: Preparing [2025-07-11T02:11:05.936Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:05.936Z] 0b3daeb1e309: Preparing [2025-07-11T02:11:05.936Z] b5490bf9cb4e: Preparing [2025-07-11T02:11:05.936Z] 5f70bf18a086: Preparing [2025-07-11T02:11:05.936Z] be085f241fa8: Preparing [2025-07-11T02:11:05.936Z] 44e98aa3a9b5: Preparing [2025-07-11T02:11:05.936Z] 2425360288f6: Preparing [2025-07-11T02:11:05.936Z] 994456c4fd7b: Preparing [2025-07-11T02:11:05.936Z] 8a56227eb6b1: Waiting [2025-07-11T02:11:05.936Z] 718864955371: Waiting [2025-07-11T02:11:05.936Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:05.936Z] 0b3daeb1e309: Waiting [2025-07-11T02:11:05.936Z] b5490bf9cb4e: Waiting [2025-07-11T02:11:05.936Z] 5f70bf18a086: Waiting [2025-07-11T02:11:05.936Z] be085f241fa8: Waiting [2025-07-11T02:11:05.936Z] 44e98aa3a9b5: Waiting [2025-07-11T02:11:05.936Z] 2425360288f6: Waiting [2025-07-11T02:11:05.936Z] 994456c4fd7b: Waiting [2025-07-11T02:11:05.936Z] cbdd3bf179e6: Waiting [2025-07-11T02:11:05.936Z] db5d1b43b0ed: Pushed [2025-07-11T02:11:05.936Z] 58800c470fe2: Pushed [2025-07-11T02:11:05.936Z] 8a63f243704c: Pushed [2025-07-11T02:11:05.936Z] f8e33ef2ff2f: Pushed [2025-07-11T02:11:05.936Z] ca4b5aec7501: Pushed [2025-07-11T02:11:05.936Z] 718864955371: Layer already exists [2025-07-11T02:11:05.936Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:05.936Z] 5f70bf18a086: Layer already exists [2025-07-11T02:11:06.196Z] cbdd3bf179e6: Pushed [2025-07-11T02:11:06.196Z] 0b3daeb1e309: Pushed [2025-07-11T02:11:06.196Z] b5490bf9cb4e: Pushed [2025-07-11T02:11:06.196Z] be085f241fa8: Pushed [2025-07-11T02:11:06.196Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:06.196Z] 2425360288f6: Pushed [2025-07-11T02:11:06.762Z] 44e98aa3a9b5: Pushed [2025-07-11T02:11:07.700Z] 8a56227eb6b1: Pushed [2025-07-11T02:11:07.700Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:08.035Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:08.360Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-11T02:11:08.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-11T02:11:08.360Z] 58800c470fe2: Preparing [2025-07-11T02:11:08.360Z] db5d1b43b0ed: Preparing [2025-07-11T02:11:08.360Z] ca4b5aec7501: Preparing [2025-07-11T02:11:08.360Z] f8e33ef2ff2f: Preparing [2025-07-11T02:11:08.360Z] 8a63f243704c: Preparing [2025-07-11T02:11:08.360Z] cbdd3bf179e6: Preparing [2025-07-11T02:11:08.360Z] 8a56227eb6b1: Preparing [2025-07-11T02:11:08.360Z] 718864955371: Preparing [2025-07-11T02:11:08.360Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:08.360Z] 0b3daeb1e309: Preparing [2025-07-11T02:11:08.360Z] b5490bf9cb4e: Preparing [2025-07-11T02:11:08.360Z] 5f70bf18a086: Preparing [2025-07-11T02:11:08.360Z] be085f241fa8: Preparing [2025-07-11T02:11:08.360Z] 44e98aa3a9b5: Preparing [2025-07-11T02:11:08.360Z] 2425360288f6: Preparing [2025-07-11T02:11:08.360Z] 994456c4fd7b: Preparing [2025-07-11T02:11:08.360Z] 8a56227eb6b1: Waiting [2025-07-11T02:11:08.360Z] 718864955371: Waiting [2025-07-11T02:11:08.360Z] b5490bf9cb4e: Waiting [2025-07-11T02:11:08.360Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:08.360Z] 0b3daeb1e309: Waiting [2025-07-11T02:11:08.360Z] 2425360288f6: Waiting [2025-07-11T02:11:08.360Z] 994456c4fd7b: Waiting [2025-07-11T02:11:08.360Z] 5f70bf18a086: Waiting [2025-07-11T02:11:08.360Z] be085f241fa8: Waiting [2025-07-11T02:11:08.360Z] 44e98aa3a9b5: Waiting [2025-07-11T02:11:08.360Z] cbdd3bf179e6: Waiting [2025-07-11T02:11:08.360Z] 58800c470fe2: Layer already exists [2025-07-11T02:11:08.360Z] db5d1b43b0ed: Layer already exists [2025-07-11T02:11:08.360Z] 8a63f243704c: Layer already exists [2025-07-11T02:11:08.360Z] ca4b5aec7501: Layer already exists [2025-07-11T02:11:08.360Z] f8e33ef2ff2f: Layer already exists [2025-07-11T02:11:08.360Z] cbdd3bf179e6: Layer already exists [2025-07-11T02:11:08.360Z] 8a56227eb6b1: Layer already exists [2025-07-11T02:11:08.360Z] 718864955371: Layer already exists [2025-07-11T02:11:08.360Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:08.360Z] 0b3daeb1e309: Layer already exists [2025-07-11T02:11:08.360Z] b5490bf9cb4e: Layer already exists [2025-07-11T02:11:08.360Z] 5f70bf18a086: Layer already exists [2025-07-11T02:11:08.360Z] 44e98aa3a9b5: Layer already exists [2025-07-11T02:11:08.360Z] be085f241fa8: Layer already exists [2025-07-11T02:11:08.360Z] 2425360288f6: Layer already exists [2025-07-11T02:11:08.360Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:08.360Z] latest: digest: sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:08.693Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:09.019Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40 [2025-07-11T02:11:09.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-11T02:11:09.019Z] 58800c470fe2: Preparing [2025-07-11T02:11:09.019Z] db5d1b43b0ed: Preparing [2025-07-11T02:11:09.019Z] ca4b5aec7501: Preparing [2025-07-11T02:11:09.019Z] f8e33ef2ff2f: Preparing [2025-07-11T02:11:09.019Z] 8a63f243704c: Preparing [2025-07-11T02:11:09.019Z] cbdd3bf179e6: Preparing [2025-07-11T02:11:09.019Z] 8a56227eb6b1: Preparing [2025-07-11T02:11:09.019Z] 718864955371: Preparing [2025-07-11T02:11:09.019Z] 8a56227eb6b1: Waiting [2025-07-11T02:11:09.019Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:09.019Z] cbdd3bf179e6: Waiting [2025-07-11T02:11:09.019Z] 0b3daeb1e309: Preparing [2025-07-11T02:11:09.019Z] b5490bf9cb4e: Preparing [2025-07-11T02:11:09.019Z] 718864955371: Waiting [2025-07-11T02:11:09.019Z] 0b3daeb1e309: Waiting [2025-07-11T02:11:09.019Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:09.019Z] 5f70bf18a086: Preparing [2025-07-11T02:11:09.019Z] be085f241fa8: Preparing [2025-07-11T02:11:09.019Z] b5490bf9cb4e: Waiting [2025-07-11T02:11:09.019Z] 5f70bf18a086: Waiting [2025-07-11T02:11:09.019Z] 44e98aa3a9b5: Preparing [2025-07-11T02:11:09.019Z] 2425360288f6: Preparing [2025-07-11T02:11:09.019Z] 44e98aa3a9b5: Waiting [2025-07-11T02:11:09.019Z] be085f241fa8: Waiting [2025-07-11T02:11:09.019Z] 2425360288f6: Waiting [2025-07-11T02:11:09.019Z] 994456c4fd7b: Preparing [2025-07-11T02:11:09.019Z] 994456c4fd7b: Waiting [2025-07-11T02:11:09.019Z] 58800c470fe2: Layer already exists [2025-07-11T02:11:09.019Z] f8e33ef2ff2f: Layer already exists [2025-07-11T02:11:09.019Z] 8a63f243704c: Layer already exists [2025-07-11T02:11:09.019Z] ca4b5aec7501: Layer already exists [2025-07-11T02:11:09.019Z] db5d1b43b0ed: Layer already exists [2025-07-11T02:11:09.019Z] cbdd3bf179e6: Layer already exists [2025-07-11T02:11:09.019Z] 0b3daeb1e309: Layer already exists [2025-07-11T02:11:09.019Z] 8a56227eb6b1: Layer already exists [2025-07-11T02:11:09.019Z] 718864955371: Layer already exists [2025-07-11T02:11:09.019Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:09.019Z] b5490bf9cb4e: Layer already exists [2025-07-11T02:11:09.019Z] 2425360288f6: Layer already exists [2025-07-11T02:11:09.019Z] be085f241fa8: Layer already exists [2025-07-11T02:11:09.019Z] 44e98aa3a9b5: Layer already exists [2025-07-11T02:11:09.019Z] 5f70bf18a086: Layer already exists [2025-07-11T02:11:09.019Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:09.019Z] 4.1.0-dev.40: digest: sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:09.344Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:09.659Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:09.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-11T02:11:09.659Z] 58800c470fe2: Preparing [2025-07-11T02:11:09.659Z] db5d1b43b0ed: Preparing [2025-07-11T02:11:09.659Z] ca4b5aec7501: Preparing [2025-07-11T02:11:09.659Z] f8e33ef2ff2f: Preparing [2025-07-11T02:11:09.659Z] 8a63f243704c: Preparing [2025-07-11T02:11:09.659Z] cbdd3bf179e6: Preparing [2025-07-11T02:11:09.659Z] 8a56227eb6b1: Preparing [2025-07-11T02:11:09.659Z] 718864955371: Preparing [2025-07-11T02:11:09.659Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:09.659Z] 0b3daeb1e309: Preparing [2025-07-11T02:11:09.659Z] b5490bf9cb4e: Preparing [2025-07-11T02:11:09.659Z] 5f70bf18a086: Preparing [2025-07-11T02:11:09.659Z] be085f241fa8: Preparing [2025-07-11T02:11:09.659Z] 44e98aa3a9b5: Preparing [2025-07-11T02:11:09.659Z] cbdd3bf179e6: Waiting [2025-07-11T02:11:09.659Z] 2425360288f6: Preparing [2025-07-11T02:11:09.659Z] 994456c4fd7b: Preparing [2025-07-11T02:11:09.659Z] 0b3daeb1e309: Waiting [2025-07-11T02:11:09.659Z] b5490bf9cb4e: Waiting [2025-07-11T02:11:09.659Z] 5f70bf18a086: Waiting [2025-07-11T02:11:09.659Z] 2425360288f6: Waiting [2025-07-11T02:11:09.659Z] be085f241fa8: Waiting [2025-07-11T02:11:09.659Z] 994456c4fd7b: Waiting [2025-07-11T02:11:09.659Z] 44e98aa3a9b5: Waiting [2025-07-11T02:11:09.659Z] 8a56227eb6b1: Waiting [2025-07-11T02:11:09.659Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:09.659Z] 718864955371: Waiting [2025-07-11T02:11:09.659Z] 58800c470fe2: Layer already exists [2025-07-11T02:11:09.659Z] f8e33ef2ff2f: Layer already exists [2025-07-11T02:11:09.659Z] db5d1b43b0ed: Layer already exists [2025-07-11T02:11:09.659Z] ca4b5aec7501: Layer already exists [2025-07-11T02:11:09.659Z] 8a63f243704c: Layer already exists [2025-07-11T02:11:09.659Z] cbdd3bf179e6: Layer already exists [2025-07-11T02:11:09.659Z] 718864955371: Layer already exists [2025-07-11T02:11:09.659Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:09.659Z] 8a56227eb6b1: Layer already exists [2025-07-11T02:11:09.659Z] 0b3daeb1e309: Layer already exists [2025-07-11T02:11:09.659Z] b5490bf9cb4e: Layer already exists [2025-07-11T02:11:09.659Z] 5f70bf18a086: Layer already exists [2025-07-11T02:11:09.659Z] 44e98aa3a9b5: Layer already exists [2025-07-11T02:11:09.659Z] 2425360288f6: Layer already exists [2025-07-11T02:11:09.659Z] be085f241fa8: Layer already exists [2025-07-11T02:11:09.659Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:09.659Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:09.988Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:10.306Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-07-11T02:11:10.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-11T02:11:10.306Z] 58800c470fe2: Preparing [2025-07-11T02:11:10.306Z] db5d1b43b0ed: Preparing [2025-07-11T02:11:10.306Z] ca4b5aec7501: Preparing [2025-07-11T02:11:10.306Z] f8e33ef2ff2f: Preparing [2025-07-11T02:11:10.306Z] 8a63f243704c: Preparing [2025-07-11T02:11:10.306Z] cbdd3bf179e6: Preparing [2025-07-11T02:11:10.306Z] 8a56227eb6b1: Preparing [2025-07-11T02:11:10.306Z] 718864955371: Preparing [2025-07-11T02:11:10.306Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:10.306Z] 0b3daeb1e309: Preparing [2025-07-11T02:11:10.306Z] b5490bf9cb4e: Preparing [2025-07-11T02:11:10.306Z] 5f70bf18a086: Preparing [2025-07-11T02:11:10.306Z] be085f241fa8: Preparing [2025-07-11T02:11:10.306Z] 44e98aa3a9b5: Preparing [2025-07-11T02:11:10.306Z] cbdd3bf179e6: Waiting [2025-07-11T02:11:10.306Z] 2425360288f6: Preparing [2025-07-11T02:11:10.306Z] 994456c4fd7b: Preparing [2025-07-11T02:11:10.306Z] 8a56227eb6b1: Waiting [2025-07-11T02:11:10.306Z] 718864955371: Waiting [2025-07-11T02:11:10.306Z] 5f70bf18a086: Waiting [2025-07-11T02:11:10.306Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:10.306Z] be085f241fa8: Waiting [2025-07-11T02:11:10.306Z] 0b3daeb1e309: Waiting [2025-07-11T02:11:10.306Z] 44e98aa3a9b5: Waiting [2025-07-11T02:11:10.306Z] 2425360288f6: Waiting [2025-07-11T02:11:10.306Z] b5490bf9cb4e: Waiting [2025-07-11T02:11:10.306Z] 994456c4fd7b: Waiting [2025-07-11T02:11:10.306Z] f8e33ef2ff2f: Layer already exists [2025-07-11T02:11:10.306Z] ca4b5aec7501: Layer already exists [2025-07-11T02:11:10.306Z] db5d1b43b0ed: Layer already exists [2025-07-11T02:11:10.306Z] 8a63f243704c: Layer already exists [2025-07-11T02:11:10.306Z] 58800c470fe2: Layer already exists [2025-07-11T02:11:10.306Z] 8a56227eb6b1: Layer already exists [2025-07-11T02:11:10.306Z] 718864955371: Layer already exists [2025-07-11T02:11:10.306Z] cbdd3bf179e6: Layer already exists [2025-07-11T02:11:10.306Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:10.306Z] 0b3daeb1e309: Layer already exists [2025-07-11T02:11:10.306Z] b5490bf9cb4e: Layer already exists [2025-07-11T02:11:10.306Z] 2425360288f6: Layer already exists [2025-07-11T02:11:10.306Z] be085f241fa8: Layer already exists [2025-07-11T02:11:10.306Z] 5f70bf18a086: Layer already exists [2025-07-11T02:11:10.306Z] 44e98aa3a9b5: Layer already exists [2025-07-11T02:11:10.306Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:10.306Z] main: digest: sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:11:10.371Z] ===================================================== [Pipeline] echo [2025-07-11T02:11:10.387Z] taggedImages: [2025-07-11T02:11:10.387Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:10.387Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-11T02:11:10.387Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40 [2025-07-11T02:11:10.387Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:10.387Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-07-11T02:11:10.411Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-07-11T02:11:10.411Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:10.411Z] latest [2025-07-11T02:11:10.411Z] 4.1.0-dev.40 [2025-07-11T02:11:10.411Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:10.411Z] main [2025-07-11T02:11:10.411Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:10.755Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:11.069Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:11.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-11T02:11:11.069Z] e56ea70d5949: Preparing [2025-07-11T02:11:11.069Z] e0a5c2535673: Preparing [2025-07-11T02:11:11.069Z] 6c798e717170: Preparing [2025-07-11T02:11:11.069Z] 88146b782a56: Preparing [2025-07-11T02:11:11.069Z] 718864955371: Preparing [2025-07-11T02:11:11.069Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:11.069Z] 2868c4ff6612: Preparing [2025-07-11T02:11:11.069Z] 84a174bd3261: Preparing [2025-07-11T02:11:11.069Z] 994456c4fd7b: Preparing [2025-07-11T02:11:11.069Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:11.069Z] 2868c4ff6612: Waiting [2025-07-11T02:11:11.069Z] 84a174bd3261: Waiting [2025-07-11T02:11:11.069Z] 994456c4fd7b: Waiting [2025-07-11T02:11:11.069Z] 718864955371: Layer already exists [2025-07-11T02:11:11.069Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:11.069Z] 2868c4ff6612: Layer already exists [2025-07-11T02:11:11.069Z] 84a174bd3261: Layer already exists [2025-07-11T02:11:11.069Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:11.069Z] 6c798e717170: Pushed [2025-07-11T02:11:11.069Z] e56ea70d5949: Pushed [2025-07-11T02:11:11.069Z] e0a5c2535673: Pushed [2025-07-11T02:11:14.358Z] 88146b782a56: Pushed [2025-07-11T02:11:14.358Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:14.691Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:15.012Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-11T02:11:15.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-11T02:11:15.012Z] e56ea70d5949: Preparing [2025-07-11T02:11:15.012Z] e0a5c2535673: Preparing [2025-07-11T02:11:15.012Z] 6c798e717170: Preparing [2025-07-11T02:11:15.012Z] 88146b782a56: Preparing [2025-07-11T02:11:15.012Z] 718864955371: Preparing [2025-07-11T02:11:15.012Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:15.012Z] 2868c4ff6612: Preparing [2025-07-11T02:11:15.012Z] 84a174bd3261: Preparing [2025-07-11T02:11:15.012Z] 994456c4fd7b: Preparing [2025-07-11T02:11:15.012Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:15.012Z] 2868c4ff6612: Waiting [2025-07-11T02:11:15.012Z] 84a174bd3261: Waiting [2025-07-11T02:11:15.012Z] 994456c4fd7b: Waiting [2025-07-11T02:11:15.012Z] e56ea70d5949: Layer already exists [2025-07-11T02:11:15.012Z] 88146b782a56: Layer already exists [2025-07-11T02:11:15.012Z] 6c798e717170: Layer already exists [2025-07-11T02:11:15.012Z] e0a5c2535673: Layer already exists [2025-07-11T02:11:15.012Z] 718864955371: Layer already exists [2025-07-11T02:11:15.012Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:15.012Z] 2868c4ff6612: Layer already exists [2025-07-11T02:11:15.012Z] 84a174bd3261: Layer already exists [2025-07-11T02:11:15.012Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:15.012Z] latest: digest: sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:15.338Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:15.660Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40 [2025-07-11T02:11:15.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-11T02:11:15.660Z] e56ea70d5949: Preparing [2025-07-11T02:11:15.660Z] e0a5c2535673: Preparing [2025-07-11T02:11:15.660Z] 6c798e717170: Preparing [2025-07-11T02:11:15.660Z] 88146b782a56: Preparing [2025-07-11T02:11:15.660Z] 718864955371: Preparing [2025-07-11T02:11:15.660Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:15.660Z] 2868c4ff6612: Preparing [2025-07-11T02:11:15.660Z] 84a174bd3261: Preparing [2025-07-11T02:11:15.660Z] 994456c4fd7b: Preparing [2025-07-11T02:11:15.660Z] 2868c4ff6612: Waiting [2025-07-11T02:11:15.660Z] 84a174bd3261: Waiting [2025-07-11T02:11:15.660Z] 994456c4fd7b: Waiting [2025-07-11T02:11:15.660Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:15.660Z] 718864955371: Layer already exists [2025-07-11T02:11:15.660Z] 88146b782a56: Layer already exists [2025-07-11T02:11:15.660Z] 6c798e717170: Layer already exists [2025-07-11T02:11:15.660Z] e0a5c2535673: Layer already exists [2025-07-11T02:11:15.660Z] e56ea70d5949: Layer already exists [2025-07-11T02:11:15.660Z] 2868c4ff6612: Layer already exists [2025-07-11T02:11:15.660Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:15.660Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:15.660Z] 84a174bd3261: Layer already exists [2025-07-11T02:11:15.660Z] 4.1.0-dev.40: digest: sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:15.992Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:16.315Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:16.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-11T02:11:16.315Z] e56ea70d5949: Preparing [2025-07-11T02:11:16.315Z] e0a5c2535673: Preparing [2025-07-11T02:11:16.315Z] 6c798e717170: Preparing [2025-07-11T02:11:16.315Z] 88146b782a56: Preparing [2025-07-11T02:11:16.315Z] 718864955371: Preparing [2025-07-11T02:11:16.315Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:16.315Z] 2868c4ff6612: Preparing [2025-07-11T02:11:16.315Z] 84a174bd3261: Preparing [2025-07-11T02:11:16.315Z] 994456c4fd7b: Preparing [2025-07-11T02:11:16.315Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:16.315Z] 2868c4ff6612: Waiting [2025-07-11T02:11:16.315Z] 84a174bd3261: Waiting [2025-07-11T02:11:16.315Z] 994456c4fd7b: Waiting [2025-07-11T02:11:16.315Z] e56ea70d5949: Layer already exists [2025-07-11T02:11:16.315Z] 718864955371: Layer already exists [2025-07-11T02:11:16.315Z] 6c798e717170: Layer already exists [2025-07-11T02:11:16.315Z] e0a5c2535673: Layer already exists [2025-07-11T02:11:16.315Z] 88146b782a56: Layer already exists [2025-07-11T02:11:16.315Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:16.315Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:16.315Z] 84a174bd3261: Layer already exists [2025-07-11T02:11:16.315Z] 2868c4ff6612: Layer already exists [2025-07-11T02:11:16.315Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:16.630Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:16.957Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-07-11T02:11:16.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-11T02:11:16.957Z] e56ea70d5949: Preparing [2025-07-11T02:11:16.957Z] e0a5c2535673: Preparing [2025-07-11T02:11:16.957Z] 6c798e717170: Preparing [2025-07-11T02:11:16.957Z] 88146b782a56: Preparing [2025-07-11T02:11:16.957Z] 718864955371: Preparing [2025-07-11T02:11:16.957Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:16.957Z] 2868c4ff6612: Preparing [2025-07-11T02:11:16.957Z] 84a174bd3261: Preparing [2025-07-11T02:11:16.957Z] 994456c4fd7b: Preparing [2025-07-11T02:11:16.957Z] 2868c4ff6612: Waiting [2025-07-11T02:11:16.957Z] 84a174bd3261: Waiting [2025-07-11T02:11:16.957Z] 994456c4fd7b: Waiting [2025-07-11T02:11:16.957Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:16.957Z] 88146b782a56: Layer already exists [2025-07-11T02:11:16.957Z] 718864955371: Layer already exists [2025-07-11T02:11:16.957Z] e0a5c2535673: Layer already exists [2025-07-11T02:11:16.957Z] 6c798e717170: Layer already exists [2025-07-11T02:11:16.957Z] e56ea70d5949: Layer already exists [2025-07-11T02:11:16.957Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:16.957Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:16.957Z] 84a174bd3261: Layer already exists [2025-07-11T02:11:16.957Z] 2868c4ff6612: Layer already exists [2025-07-11T02:11:16.957Z] main: digest: sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:11:17.032Z] ===================================================== [Pipeline] echo [2025-07-11T02:11:17.046Z] taggedImages: [2025-07-11T02:11:17.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:17.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-11T02:11:17.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40 [2025-07-11T02:11:17.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:17.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-07-11T02:11:17.075Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-07-11T02:11:17.075Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:17.075Z] latest [2025-07-11T02:11:17.075Z] 4.1.0-dev.40 [2025-07-11T02:11:17.075Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:17.075Z] main [2025-07-11T02:11:17.075Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:17.420Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:17.805Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:17.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-11T02:11:17.806Z] bf248528c68c: Preparing [2025-07-11T02:11:17.806Z] 65d312634642: Preparing [2025-07-11T02:11:17.806Z] 3cfa6afe0e8c: Preparing [2025-07-11T02:11:17.806Z] a59f2e254130: Preparing [2025-07-11T02:11:17.806Z] fc1dd286800b: Preparing [2025-07-11T02:11:17.806Z] 718864955371: Preparing [2025-07-11T02:11:17.806Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:17.806Z] f1444e33961e: Preparing [2025-07-11T02:11:17.806Z] 0dfe92a5bff2: Preparing [2025-07-11T02:11:17.806Z] ff928b825179: Preparing [2025-07-11T02:11:17.806Z] 994456c4fd7b: Preparing [2025-07-11T02:11:17.806Z] 0dfe92a5bff2: Waiting [2025-07-11T02:11:17.806Z] ff928b825179: Waiting [2025-07-11T02:11:17.806Z] 994456c4fd7b: Waiting [2025-07-11T02:11:17.806Z] 718864955371: Waiting [2025-07-11T02:11:17.806Z] f1444e33961e: Waiting [2025-07-11T02:11:17.806Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:17.806Z] fc1dd286800b: Pushed [2025-07-11T02:11:17.806Z] bf248528c68c: Pushed [2025-07-11T02:11:17.806Z] 65d312634642: Pushed [2025-07-11T02:11:17.806Z] a59f2e254130: Pushed [2025-07-11T02:11:17.806Z] 718864955371: Layer already exists [2025-07-11T02:11:17.806Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:17.806Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:18.063Z] f1444e33961e: Pushed [2025-07-11T02:11:18.064Z] 0dfe92a5bff2: Pushed [2025-07-11T02:11:19.970Z] 3cfa6afe0e8c: Pushed [2025-07-11T02:11:19.970Z] ff928b825179: Pushed [2025-07-11T02:11:19.970Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:20.298Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:20.615Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-11T02:11:20.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-11T02:11:20.615Z] bf248528c68c: Preparing [2025-07-11T02:11:20.615Z] 65d312634642: Preparing [2025-07-11T02:11:20.615Z] 3cfa6afe0e8c: Preparing [2025-07-11T02:11:20.615Z] a59f2e254130: Preparing [2025-07-11T02:11:20.615Z] fc1dd286800b: Preparing [2025-07-11T02:11:20.615Z] 718864955371: Preparing [2025-07-11T02:11:20.615Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:20.615Z] f1444e33961e: Preparing [2025-07-11T02:11:20.615Z] 0dfe92a5bff2: Preparing [2025-07-11T02:11:20.615Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:20.615Z] 718864955371: Waiting [2025-07-11T02:11:20.615Z] 0dfe92a5bff2: Waiting [2025-07-11T02:11:20.615Z] f1444e33961e: Waiting [2025-07-11T02:11:20.615Z] ff928b825179: Preparing [2025-07-11T02:11:20.615Z] 994456c4fd7b: Preparing [2025-07-11T02:11:20.615Z] ff928b825179: Waiting [2025-07-11T02:11:20.615Z] 994456c4fd7b: Waiting [2025-07-11T02:11:20.615Z] fc1dd286800b: Layer already exists [2025-07-11T02:11:20.615Z] bf248528c68c: Layer already exists [2025-07-11T02:11:20.615Z] a59f2e254130: Layer already exists [2025-07-11T02:11:20.615Z] 3cfa6afe0e8c: Layer already exists [2025-07-11T02:11:20.615Z] 65d312634642: Layer already exists [2025-07-11T02:11:20.615Z] 718864955371: Layer already exists [2025-07-11T02:11:20.615Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:20.615Z] f1444e33961e: Layer already exists [2025-07-11T02:11:20.615Z] ff928b825179: Layer already exists [2025-07-11T02:11:20.615Z] 0dfe92a5bff2: Layer already exists [2025-07-11T02:11:20.615Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:20.615Z] latest: digest: sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:20.942Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:21.259Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40 [2025-07-11T02:11:21.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-11T02:11:21.259Z] bf248528c68c: Preparing [2025-07-11T02:11:21.259Z] 65d312634642: Preparing [2025-07-11T02:11:21.259Z] 3cfa6afe0e8c: Preparing [2025-07-11T02:11:21.259Z] a59f2e254130: Preparing [2025-07-11T02:11:21.259Z] fc1dd286800b: Preparing [2025-07-11T02:11:21.259Z] 718864955371: Preparing [2025-07-11T02:11:21.259Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:21.259Z] f1444e33961e: Preparing [2025-07-11T02:11:21.259Z] 0dfe92a5bff2: Preparing [2025-07-11T02:11:21.259Z] ff928b825179: Preparing [2025-07-11T02:11:21.259Z] 994456c4fd7b: Preparing [2025-07-11T02:11:21.259Z] 718864955371: Waiting [2025-07-11T02:11:21.259Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:21.259Z] f1444e33961e: Waiting [2025-07-11T02:11:21.259Z] 0dfe92a5bff2: Waiting [2025-07-11T02:11:21.259Z] ff928b825179: Waiting [2025-07-11T02:11:21.259Z] 994456c4fd7b: Waiting [2025-07-11T02:11:21.259Z] a59f2e254130: Layer already exists [2025-07-11T02:11:21.259Z] 65d312634642: Layer already exists [2025-07-11T02:11:21.259Z] bf248528c68c: Layer already exists [2025-07-11T02:11:21.259Z] fc1dd286800b: Layer already exists [2025-07-11T02:11:21.259Z] 3cfa6afe0e8c: Layer already exists [2025-07-11T02:11:21.259Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:21.259Z] 718864955371: Layer already exists [2025-07-11T02:11:21.259Z] 0dfe92a5bff2: Layer already exists [2025-07-11T02:11:21.259Z] f1444e33961e: Layer already exists [2025-07-11T02:11:21.259Z] ff928b825179: Layer already exists [2025-07-11T02:11:21.259Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:21.259Z] 4.1.0-dev.40: digest: sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:21.586Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:21.906Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:21.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-11T02:11:21.906Z] bf248528c68c: Preparing [2025-07-11T02:11:21.906Z] 65d312634642: Preparing [2025-07-11T02:11:21.906Z] 3cfa6afe0e8c: Preparing [2025-07-11T02:11:21.906Z] a59f2e254130: Preparing [2025-07-11T02:11:21.906Z] fc1dd286800b: Preparing [2025-07-11T02:11:21.906Z] 718864955371: Preparing [2025-07-11T02:11:21.906Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:21.906Z] f1444e33961e: Preparing [2025-07-11T02:11:21.906Z] 0dfe92a5bff2: Preparing [2025-07-11T02:11:21.906Z] ff928b825179: Preparing [2025-07-11T02:11:21.906Z] 994456c4fd7b: Preparing [2025-07-11T02:11:21.906Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:21.906Z] f1444e33961e: Waiting [2025-07-11T02:11:21.906Z] 0dfe92a5bff2: Waiting [2025-07-11T02:11:21.906Z] ff928b825179: Waiting [2025-07-11T02:11:21.906Z] 994456c4fd7b: Waiting [2025-07-11T02:11:21.906Z] 718864955371: Waiting [2025-07-11T02:11:21.906Z] bf248528c68c: Layer already exists [2025-07-11T02:11:21.906Z] 65d312634642: Layer already exists [2025-07-11T02:11:21.906Z] fc1dd286800b: Layer already exists [2025-07-11T02:11:21.906Z] a59f2e254130: Layer already exists [2025-07-11T02:11:21.906Z] 3cfa6afe0e8c: Layer already exists [2025-07-11T02:11:21.906Z] f1444e33961e: Layer already exists [2025-07-11T02:11:21.906Z] 718864955371: Layer already exists [2025-07-11T02:11:21.906Z] 0dfe92a5bff2: Layer already exists [2025-07-11T02:11:21.906Z] ff928b825179: Layer already exists [2025-07-11T02:11:21.906Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:21.906Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:21.906Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:22.241Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:22.564Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-07-11T02:11:22.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-11T02:11:22.564Z] bf248528c68c: Preparing [2025-07-11T02:11:22.564Z] 65d312634642: Preparing [2025-07-11T02:11:22.564Z] 3cfa6afe0e8c: Preparing [2025-07-11T02:11:22.564Z] a59f2e254130: Preparing [2025-07-11T02:11:22.564Z] fc1dd286800b: Preparing [2025-07-11T02:11:22.564Z] 718864955371: Preparing [2025-07-11T02:11:22.564Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:22.564Z] f1444e33961e: Preparing [2025-07-11T02:11:22.564Z] 0dfe92a5bff2: Preparing [2025-07-11T02:11:22.564Z] ff928b825179: Preparing [2025-07-11T02:11:22.564Z] 994456c4fd7b: Preparing [2025-07-11T02:11:22.564Z] 0dfe92a5bff2: Waiting [2025-07-11T02:11:22.564Z] ff928b825179: Waiting [2025-07-11T02:11:22.564Z] 718864955371: Waiting [2025-07-11T02:11:22.564Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:22.564Z] f1444e33961e: Waiting [2025-07-11T02:11:22.564Z] 994456c4fd7b: Waiting [2025-07-11T02:11:22.564Z] 3cfa6afe0e8c: Layer already exists [2025-07-11T02:11:22.564Z] 65d312634642: Layer already exists [2025-07-11T02:11:22.564Z] bf248528c68c: Layer already exists [2025-07-11T02:11:22.564Z] fc1dd286800b: Layer already exists [2025-07-11T02:11:22.564Z] a59f2e254130: Layer already exists [2025-07-11T02:11:22.564Z] 718864955371: Layer already exists [2025-07-11T02:11:22.564Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:22.564Z] ff928b825179: Layer already exists [2025-07-11T02:11:22.564Z] f1444e33961e: Layer already exists [2025-07-11T02:11:22.564Z] 0dfe92a5bff2: Layer already exists [2025-07-11T02:11:22.564Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:22.564Z] main: digest: sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:11:22.644Z] ===================================================== [Pipeline] echo [2025-07-11T02:11:22.661Z] taggedImages: [2025-07-11T02:11:22.661Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:22.661Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-11T02:11:22.661Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40 [2025-07-11T02:11:22.661Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:22.661Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-07-11T02:11:22.699Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-07-11T02:11:22.699Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:22.699Z] latest [2025-07-11T02:11:22.699Z] 4.1.0-dev.40 [2025-07-11T02:11:22.699Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:22.699Z] main [2025-07-11T02:11:22.699Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:23.048Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:23.472Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:23.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-11T02:11:23.472Z] 83a08eee8665: Preparing [2025-07-11T02:11:23.472Z] 729bbc2794ea: Preparing [2025-07-11T02:11:23.472Z] 256e40f459b9: Preparing [2025-07-11T02:11:23.472Z] d2aef6c10089: Preparing [2025-07-11T02:11:23.472Z] a380821a6b1f: Preparing [2025-07-11T02:11:23.472Z] 797f1d6c06f0: Preparing [2025-07-11T02:11:23.472Z] c75521953b37: Preparing [2025-07-11T02:11:23.472Z] 718864955371: Preparing [2025-07-11T02:11:23.472Z] 797f1d6c06f0: Waiting [2025-07-11T02:11:23.472Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:23.472Z] c75521953b37: Waiting [2025-07-11T02:11:23.472Z] 718864955371: Waiting [2025-07-11T02:11:23.472Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:23.472Z] ad6defa15fd1: Preparing [2025-07-11T02:11:23.472Z] 12eb3ed46258: Preparing [2025-07-11T02:11:23.472Z] 994456c4fd7b: Preparing [2025-07-11T02:11:23.472Z] ad6defa15fd1: Waiting [2025-07-11T02:11:23.472Z] 12eb3ed46258: Waiting [2025-07-11T02:11:23.472Z] 994456c4fd7b: Waiting [2025-07-11T02:11:23.472Z] 729bbc2794ea: Pushed [2025-07-11T02:11:23.472Z] a380821a6b1f: Pushed [2025-07-11T02:11:23.472Z] 83a08eee8665: Pushed [2025-07-11T02:11:23.472Z] 718864955371: Layer already exists [2025-07-11T02:11:23.472Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:23.472Z] 797f1d6c06f0: Pushed [2025-07-11T02:11:23.472Z] c75521953b37: Pushed [2025-07-11T02:11:23.759Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:24.370Z] ad6defa15fd1: Pushed [2025-07-11T02:11:24.954Z] 12eb3ed46258: Pushed [2025-07-11T02:11:25.522Z] d2aef6c10089: Pushed [2025-07-11T02:11:26.460Z] 256e40f459b9: Pushed [2025-07-11T02:11:26.720Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:27.057Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:27.381Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-11T02:11:27.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-11T02:11:27.381Z] 83a08eee8665: Preparing [2025-07-11T02:11:27.381Z] 729bbc2794ea: Preparing [2025-07-11T02:11:27.381Z] 256e40f459b9: Preparing [2025-07-11T02:11:27.381Z] d2aef6c10089: Preparing [2025-07-11T02:11:27.381Z] a380821a6b1f: Preparing [2025-07-11T02:11:27.381Z] 797f1d6c06f0: Preparing [2025-07-11T02:11:27.381Z] c75521953b37: Preparing [2025-07-11T02:11:27.381Z] 718864955371: Preparing [2025-07-11T02:11:27.381Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:27.381Z] 797f1d6c06f0: Waiting [2025-07-11T02:11:27.381Z] c75521953b37: Waiting [2025-07-11T02:11:27.382Z] 718864955371: Waiting [2025-07-11T02:11:27.382Z] ad6defa15fd1: Preparing [2025-07-11T02:11:27.382Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:27.382Z] 12eb3ed46258: Preparing [2025-07-11T02:11:27.382Z] 994456c4fd7b: Preparing [2025-07-11T02:11:27.382Z] 12eb3ed46258: Waiting [2025-07-11T02:11:27.382Z] ad6defa15fd1: Waiting [2025-07-11T02:11:27.382Z] 994456c4fd7b: Waiting [2025-07-11T02:11:27.382Z] 729bbc2794ea: Layer already exists [2025-07-11T02:11:27.382Z] a380821a6b1f: Layer already exists [2025-07-11T02:11:27.382Z] 256e40f459b9: Layer already exists [2025-07-11T02:11:27.382Z] d2aef6c10089: Layer already exists [2025-07-11T02:11:27.382Z] 83a08eee8665: Layer already exists [2025-07-11T02:11:27.382Z] 718864955371: Layer already exists [2025-07-11T02:11:27.382Z] c75521953b37: Layer already exists [2025-07-11T02:11:27.382Z] ad6defa15fd1: Layer already exists [2025-07-11T02:11:27.382Z] 797f1d6c06f0: Layer already exists [2025-07-11T02:11:27.382Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:27.382Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:27.382Z] 12eb3ed46258: Layer already exists [2025-07-11T02:11:27.382Z] latest: digest: sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:27.711Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:28.036Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40 [2025-07-11T02:11:28.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-11T02:11:28.037Z] 83a08eee8665: Preparing [2025-07-11T02:11:28.037Z] 729bbc2794ea: Preparing [2025-07-11T02:11:28.037Z] 256e40f459b9: Preparing [2025-07-11T02:11:28.037Z] d2aef6c10089: Preparing [2025-07-11T02:11:28.037Z] a380821a6b1f: Preparing [2025-07-11T02:11:28.037Z] 797f1d6c06f0: Preparing [2025-07-11T02:11:28.037Z] c75521953b37: Preparing [2025-07-11T02:11:28.037Z] 718864955371: Preparing [2025-07-11T02:11:28.037Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:28.037Z] c75521953b37: Waiting [2025-07-11T02:11:28.037Z] 797f1d6c06f0: Waiting [2025-07-11T02:11:28.037Z] 718864955371: Waiting [2025-07-11T02:11:28.037Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:28.037Z] ad6defa15fd1: Preparing [2025-07-11T02:11:28.037Z] 12eb3ed46258: Preparing [2025-07-11T02:11:28.037Z] 994456c4fd7b: Preparing [2025-07-11T02:11:28.037Z] 12eb3ed46258: Waiting [2025-07-11T02:11:28.037Z] 994456c4fd7b: Waiting [2025-07-11T02:11:28.037Z] ad6defa15fd1: Waiting [2025-07-11T02:11:28.037Z] a380821a6b1f: Layer already exists [2025-07-11T02:11:28.037Z] 83a08eee8665: Layer already exists [2025-07-11T02:11:28.037Z] 729bbc2794ea: Layer already exists [2025-07-11T02:11:28.037Z] 256e40f459b9: Layer already exists [2025-07-11T02:11:28.037Z] d2aef6c10089: Layer already exists [2025-07-11T02:11:28.037Z] 797f1d6c06f0: Layer already exists [2025-07-11T02:11:28.037Z] c75521953b37: Layer already exists [2025-07-11T02:11:28.037Z] ad6defa15fd1: Layer already exists [2025-07-11T02:11:28.037Z] 718864955371: Layer already exists [2025-07-11T02:11:28.037Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:28.037Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:28.037Z] 12eb3ed46258: Layer already exists [2025-07-11T02:11:28.037Z] 4.1.0-dev.40: digest: sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:28.366Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:28.702Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:28.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-11T02:11:28.702Z] 83a08eee8665: Preparing [2025-07-11T02:11:28.702Z] 729bbc2794ea: Preparing [2025-07-11T02:11:28.702Z] 256e40f459b9: Preparing [2025-07-11T02:11:28.702Z] d2aef6c10089: Preparing [2025-07-11T02:11:28.702Z] a380821a6b1f: Preparing [2025-07-11T02:11:28.702Z] 797f1d6c06f0: Preparing [2025-07-11T02:11:28.702Z] c75521953b37: Preparing [2025-07-11T02:11:28.702Z] 718864955371: Preparing [2025-07-11T02:11:28.702Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:28.702Z] ad6defa15fd1: Preparing [2025-07-11T02:11:28.702Z] 12eb3ed46258: Preparing [2025-07-11T02:11:28.702Z] 994456c4fd7b: Preparing [2025-07-11T02:11:28.702Z] ad6defa15fd1: Waiting [2025-07-11T02:11:28.702Z] 12eb3ed46258: Waiting [2025-07-11T02:11:28.702Z] 994456c4fd7b: Waiting [2025-07-11T02:11:28.702Z] 797f1d6c06f0: Waiting [2025-07-11T02:11:28.702Z] c75521953b37: Waiting [2025-07-11T02:11:28.702Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:28.702Z] d2aef6c10089: Layer already exists [2025-07-11T02:11:28.702Z] a380821a6b1f: Layer already exists [2025-07-11T02:11:28.702Z] 729bbc2794ea: Layer already exists [2025-07-11T02:11:28.702Z] 256e40f459b9: Layer already exists [2025-07-11T02:11:28.702Z] 83a08eee8665: Layer already exists [2025-07-11T02:11:28.702Z] c75521953b37: Layer already exists [2025-07-11T02:11:28.702Z] 797f1d6c06f0: Layer already exists [2025-07-11T02:11:28.702Z] 718864955371: Layer already exists [2025-07-11T02:11:28.702Z] ad6defa15fd1: Layer already exists [2025-07-11T02:11:28.702Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:28.702Z] 12eb3ed46258: Layer already exists [2025-07-11T02:11:28.702Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:28.702Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:29.029Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:29.368Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-07-11T02:11:29.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-11T02:11:29.368Z] 83a08eee8665: Preparing [2025-07-11T02:11:29.368Z] 729bbc2794ea: Preparing [2025-07-11T02:11:29.368Z] 256e40f459b9: Preparing [2025-07-11T02:11:29.368Z] d2aef6c10089: Preparing [2025-07-11T02:11:29.368Z] a380821a6b1f: Preparing [2025-07-11T02:11:29.368Z] 797f1d6c06f0: Preparing [2025-07-11T02:11:29.368Z] c75521953b37: Preparing [2025-07-11T02:11:29.368Z] 718864955371: Preparing [2025-07-11T02:11:29.368Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:29.368Z] ad6defa15fd1: Preparing [2025-07-11T02:11:29.368Z] 12eb3ed46258: Preparing [2025-07-11T02:11:29.368Z] 994456c4fd7b: Preparing [2025-07-11T02:11:29.368Z] c75521953b37: Waiting [2025-07-11T02:11:29.368Z] 718864955371: Waiting [2025-07-11T02:11:29.368Z] 51c1b7902bb1: Waiting [2025-07-11T02:11:29.368Z] 994456c4fd7b: Waiting [2025-07-11T02:11:29.368Z] ad6defa15fd1: Waiting [2025-07-11T02:11:29.368Z] 12eb3ed46258: Waiting [2025-07-11T02:11:29.368Z] 797f1d6c06f0: Waiting [2025-07-11T02:11:29.368Z] 729bbc2794ea: Layer already exists [2025-07-11T02:11:29.368Z] 256e40f459b9: Layer already exists [2025-07-11T02:11:29.368Z] 83a08eee8665: Layer already exists [2025-07-11T02:11:29.368Z] a380821a6b1f: Layer already exists [2025-07-11T02:11:29.368Z] d2aef6c10089: Layer already exists [2025-07-11T02:11:29.368Z] c75521953b37: Layer already exists [2025-07-11T02:11:29.368Z] 797f1d6c06f0: Layer already exists [2025-07-11T02:11:29.368Z] ad6defa15fd1: Layer already exists [2025-07-11T02:11:29.368Z] 718864955371: Layer already exists [2025-07-11T02:11:29.368Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:29.368Z] 12eb3ed46258: Layer already exists [2025-07-11T02:11:29.368Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:29.368Z] main: digest: sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:11:29.447Z] ===================================================== [Pipeline] echo [2025-07-11T02:11:29.465Z] taggedImages: [2025-07-11T02:11:29.465Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:29.465Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-11T02:11:29.465Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40 [2025-07-11T02:11:29.465Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:29.465Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-07-11T02:11:29.496Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-07-11T02:11:29.496Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:29.496Z] latest [2025-07-11T02:11:29.496Z] 4.1.0-dev.40 [2025-07-11T02:11:29.496Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:29.496Z] main [2025-07-11T02:11:29.496Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:29.841Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:30.168Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:30.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-11T02:11:30.168Z] b09a9f6b8036: Preparing [2025-07-11T02:11:30.168Z] 75e97dbfd8b0: Preparing [2025-07-11T02:11:30.168Z] 718864955371: Preparing [2025-07-11T02:11:30.168Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:30.168Z] a25fe977db5a: Preparing [2025-07-11T02:11:30.168Z] eb2f18ac453a: Preparing [2025-07-11T02:11:30.168Z] 994456c4fd7b: Preparing [2025-07-11T02:11:30.168Z] eb2f18ac453a: Waiting [2025-07-11T02:11:30.168Z] 994456c4fd7b: Waiting [2025-07-11T02:11:30.168Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:30.168Z] 718864955371: Layer already exists [2025-07-11T02:11:30.168Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:30.168Z] b09a9f6b8036: Pushed [2025-07-11T02:11:30.736Z] a25fe977db5a: Pushed [2025-07-11T02:11:30.995Z] eb2f18ac453a: Pushed [2025-07-11T02:11:33.525Z] 75e97dbfd8b0: Pushed [2025-07-11T02:11:33.525Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:33.847Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:34.173Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-11T02:11:34.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-11T02:11:34.173Z] b09a9f6b8036: Preparing [2025-07-11T02:11:34.173Z] 75e97dbfd8b0: Preparing [2025-07-11T02:11:34.173Z] 718864955371: Preparing [2025-07-11T02:11:34.173Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:34.173Z] a25fe977db5a: Preparing [2025-07-11T02:11:34.173Z] eb2f18ac453a: Preparing [2025-07-11T02:11:34.173Z] 994456c4fd7b: Preparing [2025-07-11T02:11:34.173Z] eb2f18ac453a: Waiting [2025-07-11T02:11:34.173Z] 994456c4fd7b: Waiting [2025-07-11T02:11:34.173Z] 75e97dbfd8b0: Layer already exists [2025-07-11T02:11:34.173Z] a25fe977db5a: Layer already exists [2025-07-11T02:11:34.173Z] 718864955371: Layer already exists [2025-07-11T02:11:34.173Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:34.173Z] b09a9f6b8036: Layer already exists [2025-07-11T02:11:34.173Z] eb2f18ac453a: Layer already exists [2025-07-11T02:11:34.173Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:34.173Z] latest: digest: sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:34.511Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:34.840Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40 [2025-07-11T02:11:34.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-11T02:11:34.841Z] b09a9f6b8036: Preparing [2025-07-11T02:11:34.841Z] 75e97dbfd8b0: Preparing [2025-07-11T02:11:34.841Z] 718864955371: Preparing [2025-07-11T02:11:34.841Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:34.841Z] a25fe977db5a: Preparing [2025-07-11T02:11:34.841Z] eb2f18ac453a: Preparing [2025-07-11T02:11:34.841Z] 994456c4fd7b: Preparing [2025-07-11T02:11:34.841Z] eb2f18ac453a: Waiting [2025-07-11T02:11:34.841Z] 994456c4fd7b: Waiting [2025-07-11T02:11:34.841Z] 75e97dbfd8b0: Layer already exists [2025-07-11T02:11:34.841Z] a25fe977db5a: Layer already exists [2025-07-11T02:11:34.841Z] 718864955371: Layer already exists [2025-07-11T02:11:34.841Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:34.841Z] b09a9f6b8036: Layer already exists [2025-07-11T02:11:34.841Z] eb2f18ac453a: Layer already exists [2025-07-11T02:11:34.841Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:34.841Z] 4.1.0-dev.40: digest: sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:35.166Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:35.501Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:35.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-11T02:11:35.501Z] b09a9f6b8036: Preparing [2025-07-11T02:11:35.501Z] 75e97dbfd8b0: Preparing [2025-07-11T02:11:35.501Z] 718864955371: Preparing [2025-07-11T02:11:35.501Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:35.501Z] a25fe977db5a: Preparing [2025-07-11T02:11:35.501Z] eb2f18ac453a: Preparing [2025-07-11T02:11:35.501Z] 994456c4fd7b: Preparing [2025-07-11T02:11:35.501Z] eb2f18ac453a: Waiting [2025-07-11T02:11:35.501Z] 994456c4fd7b: Waiting [2025-07-11T02:11:35.501Z] b09a9f6b8036: Layer already exists [2025-07-11T02:11:35.501Z] 718864955371: Layer already exists [2025-07-11T02:11:35.501Z] a25fe977db5a: Layer already exists [2025-07-11T02:11:35.501Z] 75e97dbfd8b0: Layer already exists [2025-07-11T02:11:35.501Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:35.501Z] eb2f18ac453a: Layer already exists [2025-07-11T02:11:35.501Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:35.501Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:35.828Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:36.162Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-07-11T02:11:36.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-11T02:11:36.162Z] b09a9f6b8036: Preparing [2025-07-11T02:11:36.162Z] 75e97dbfd8b0: Preparing [2025-07-11T02:11:36.162Z] 718864955371: Preparing [2025-07-11T02:11:36.162Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:36.162Z] a25fe977db5a: Preparing [2025-07-11T02:11:36.162Z] eb2f18ac453a: Preparing [2025-07-11T02:11:36.162Z] 994456c4fd7b: Preparing [2025-07-11T02:11:36.162Z] eb2f18ac453a: Waiting [2025-07-11T02:11:36.162Z] 994456c4fd7b: Waiting [2025-07-11T02:11:36.162Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:36.162Z] a25fe977db5a: Layer already exists [2025-07-11T02:11:36.162Z] b09a9f6b8036: Layer already exists [2025-07-11T02:11:36.162Z] 75e97dbfd8b0: Layer already exists [2025-07-11T02:11:36.162Z] 718864955371: Layer already exists [2025-07-11T02:11:36.162Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:36.162Z] eb2f18ac453a: Layer already exists [2025-07-11T02:11:36.162Z] main: digest: sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:11:36.236Z] ===================================================== [Pipeline] echo [2025-07-11T02:11:36.251Z] taggedImages: [2025-07-11T02:11:36.251Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:36.251Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-11T02:11:36.251Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40 [2025-07-11T02:11:36.251Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:36.251Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-07-11T02:11:36.279Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-07-11T02:11:36.279Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:36.279Z] latest [2025-07-11T02:11:36.279Z] 4.1.0-dev.40 [2025-07-11T02:11:36.279Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:36.279Z] main [2025-07-11T02:11:36.279Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:36.628Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:36.950Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:36.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-11T02:11:36.950Z] 92fefc0652b3: Preparing [2025-07-11T02:11:36.950Z] 5e34a234a175: Preparing [2025-07-11T02:11:36.950Z] 80990c0efa59: Preparing [2025-07-11T02:11:36.950Z] 718864955371: Preparing [2025-07-11T02:11:36.950Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:36.950Z] a2e3a9a4bd55: Preparing [2025-07-11T02:11:36.950Z] 4adda847589b: Preparing [2025-07-11T02:11:36.950Z] 12f04856ff1c: Preparing [2025-07-11T02:11:36.950Z] 93f4a1b04797: Preparing [2025-07-11T02:11:36.950Z] 994456c4fd7b: Preparing [2025-07-11T02:11:36.950Z] 4adda847589b: Waiting [2025-07-11T02:11:36.950Z] 12f04856ff1c: Waiting [2025-07-11T02:11:36.950Z] 994456c4fd7b: Waiting [2025-07-11T02:11:36.950Z] a2e3a9a4bd55: Waiting [2025-07-11T02:11:36.950Z] 93f4a1b04797: Waiting [2025-07-11T02:11:36.950Z] 718864955371: Layer already exists [2025-07-11T02:11:36.950Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:36.950Z] 80990c0efa59: Pushed [2025-07-11T02:11:36.950Z] 92fefc0652b3: Pushed [2025-07-11T02:11:36.950Z] 5e34a234a175: Pushed [2025-07-11T02:11:36.950Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:36.950Z] 12f04856ff1c: Pushed [2025-07-11T02:11:37.886Z] 93f4a1b04797: Pushed [2025-07-11T02:11:42.079Z] 4adda847589b: Pushed [2025-07-11T02:11:52.740Z] a2e3a9a4bd55: Pushed [2025-07-11T02:11:52.740Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:53.095Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:53.410Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-11T02:11:53.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-11T02:11:53.411Z] 92fefc0652b3: Preparing [2025-07-11T02:11:53.411Z] 5e34a234a175: Preparing [2025-07-11T02:11:53.411Z] 80990c0efa59: Preparing [2025-07-11T02:11:53.411Z] 718864955371: Preparing [2025-07-11T02:11:53.411Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:53.411Z] a2e3a9a4bd55: Preparing [2025-07-11T02:11:53.411Z] 4adda847589b: Preparing [2025-07-11T02:11:53.411Z] 12f04856ff1c: Preparing [2025-07-11T02:11:53.411Z] 93f4a1b04797: Preparing [2025-07-11T02:11:53.411Z] 994456c4fd7b: Preparing [2025-07-11T02:11:53.411Z] 4adda847589b: Waiting [2025-07-11T02:11:53.411Z] 12f04856ff1c: Waiting [2025-07-11T02:11:53.411Z] 93f4a1b04797: Waiting [2025-07-11T02:11:53.411Z] 994456c4fd7b: Waiting [2025-07-11T02:11:53.411Z] a2e3a9a4bd55: Waiting [2025-07-11T02:11:53.411Z] 80990c0efa59: Layer already exists [2025-07-11T02:11:53.411Z] 718864955371: Layer already exists [2025-07-11T02:11:53.411Z] 5e34a234a175: Layer already exists [2025-07-11T02:11:53.411Z] 92fefc0652b3: Layer already exists [2025-07-11T02:11:53.411Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:53.411Z] a2e3a9a4bd55: Layer already exists [2025-07-11T02:11:53.411Z] 12f04856ff1c: Layer already exists [2025-07-11T02:11:53.411Z] 4adda847589b: Layer already exists [2025-07-11T02:11:53.411Z] 93f4a1b04797: Layer already exists [2025-07-11T02:11:53.411Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:53.411Z] latest: digest: sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:53.741Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:54.074Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40 [2025-07-11T02:11:54.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-11T02:11:54.074Z] 92fefc0652b3: Preparing [2025-07-11T02:11:54.074Z] 5e34a234a175: Preparing [2025-07-11T02:11:54.074Z] 80990c0efa59: Preparing [2025-07-11T02:11:54.074Z] 718864955371: Preparing [2025-07-11T02:11:54.074Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:54.074Z] a2e3a9a4bd55: Preparing [2025-07-11T02:11:54.074Z] 4adda847589b: Preparing [2025-07-11T02:11:54.074Z] 12f04856ff1c: Preparing [2025-07-11T02:11:54.074Z] 93f4a1b04797: Preparing [2025-07-11T02:11:54.074Z] 994456c4fd7b: Preparing [2025-07-11T02:11:54.074Z] 4adda847589b: Waiting [2025-07-11T02:11:54.074Z] 12f04856ff1c: Waiting [2025-07-11T02:11:54.074Z] 994456c4fd7b: Waiting [2025-07-11T02:11:54.074Z] 93f4a1b04797: Waiting [2025-07-11T02:11:54.074Z] a2e3a9a4bd55: Waiting [2025-07-11T02:11:54.074Z] 92fefc0652b3: Layer already exists [2025-07-11T02:11:54.074Z] 80990c0efa59: Layer already exists [2025-07-11T02:11:54.074Z] 718864955371: Layer already exists [2025-07-11T02:11:54.074Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:54.074Z] 5e34a234a175: Layer already exists [2025-07-11T02:11:54.074Z] a2e3a9a4bd55: Layer already exists [2025-07-11T02:11:54.074Z] 93f4a1b04797: Layer already exists [2025-07-11T02:11:54.074Z] 4adda847589b: Layer already exists [2025-07-11T02:11:54.074Z] 12f04856ff1c: Layer already exists [2025-07-11T02:11:54.074Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:54.074Z] 4.1.0-dev.40: digest: sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:54.401Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:54.745Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:54.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-11T02:11:54.746Z] 92fefc0652b3: Preparing [2025-07-11T02:11:54.746Z] 5e34a234a175: Preparing [2025-07-11T02:11:54.746Z] 80990c0efa59: Preparing [2025-07-11T02:11:54.746Z] 718864955371: Preparing [2025-07-11T02:11:54.746Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:54.746Z] a2e3a9a4bd55: Preparing [2025-07-11T02:11:54.746Z] 4adda847589b: Preparing [2025-07-11T02:11:54.746Z] 12f04856ff1c: Preparing [2025-07-11T02:11:54.746Z] 93f4a1b04797: Preparing [2025-07-11T02:11:54.746Z] 994456c4fd7b: Preparing [2025-07-11T02:11:54.746Z] a2e3a9a4bd55: Waiting [2025-07-11T02:11:54.746Z] 4adda847589b: Waiting [2025-07-11T02:11:54.746Z] 12f04856ff1c: Waiting [2025-07-11T02:11:54.746Z] 994456c4fd7b: Waiting [2025-07-11T02:11:54.746Z] 93f4a1b04797: Waiting [2025-07-11T02:11:54.746Z] 5e34a234a175: Layer already exists [2025-07-11T02:11:54.746Z] 92fefc0652b3: Layer already exists [2025-07-11T02:11:54.746Z] 80990c0efa59: Layer already exists [2025-07-11T02:11:54.746Z] 718864955371: Layer already exists [2025-07-11T02:11:54.746Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:54.746Z] a2e3a9a4bd55: Layer already exists [2025-07-11T02:11:54.746Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:54.746Z] 12f04856ff1c: Layer already exists [2025-07-11T02:11:54.746Z] 93f4a1b04797: Layer already exists [2025-07-11T02:11:54.746Z] 4adda847589b: Layer already exists [2025-07-11T02:11:54.746Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:55.071Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:55.401Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-07-11T02:11:55.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-11T02:11:55.401Z] 92fefc0652b3: Preparing [2025-07-11T02:11:55.401Z] 5e34a234a175: Preparing [2025-07-11T02:11:55.401Z] 80990c0efa59: Preparing [2025-07-11T02:11:55.401Z] 718864955371: Preparing [2025-07-11T02:11:55.401Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:55.401Z] a2e3a9a4bd55: Preparing [2025-07-11T02:11:55.401Z] 4adda847589b: Preparing [2025-07-11T02:11:55.401Z] 12f04856ff1c: Preparing [2025-07-11T02:11:55.401Z] 93f4a1b04797: Preparing [2025-07-11T02:11:55.401Z] 994456c4fd7b: Preparing [2025-07-11T02:11:55.401Z] a2e3a9a4bd55: Waiting [2025-07-11T02:11:55.401Z] 4adda847589b: Waiting [2025-07-11T02:11:55.401Z] 12f04856ff1c: Waiting [2025-07-11T02:11:55.401Z] 93f4a1b04797: Waiting [2025-07-11T02:11:55.401Z] 994456c4fd7b: Waiting [2025-07-11T02:11:55.401Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:55.401Z] 5e34a234a175: Layer already exists [2025-07-11T02:11:55.401Z] 92fefc0652b3: Layer already exists [2025-07-11T02:11:55.401Z] 718864955371: Layer already exists [2025-07-11T02:11:55.401Z] 80990c0efa59: Layer already exists [2025-07-11T02:11:55.401Z] a2e3a9a4bd55: Layer already exists [2025-07-11T02:11:55.401Z] 4adda847589b: Layer already exists [2025-07-11T02:11:55.401Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:55.401Z] 93f4a1b04797: Layer already exists [2025-07-11T02:11:55.401Z] 12f04856ff1c: Layer already exists [2025-07-11T02:11:55.401Z] main: digest: sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:11:55.479Z] ===================================================== [Pipeline] echo [2025-07-11T02:11:55.493Z] taggedImages: [2025-07-11T02:11:55.493Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:55.493Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-11T02:11:55.493Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40 [2025-07-11T02:11:55.493Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:55.493Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-07-11T02:11:55.520Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-07-11T02:11:55.520Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:55.520Z] latest [2025-07-11T02:11:55.520Z] 4.1.0-dev.40 [2025-07-11T02:11:55.520Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:11:55.520Z] main [2025-07-11T02:11:55.520Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:55.910Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:11:56.237Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:11:56.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-11T02:11:56.237Z] c271f6645c9d: Preparing [2025-07-11T02:11:56.237Z] 53803812a27a: Preparing [2025-07-11T02:11:56.237Z] 1577a882e8b0: Preparing [2025-07-11T02:11:56.237Z] 718864955371: Preparing [2025-07-11T02:11:56.237Z] 51c1b7902bb1: Preparing [2025-07-11T02:11:56.237Z] d0a6b7637278: Preparing [2025-07-11T02:11:56.237Z] 02a489ed27aa: Preparing [2025-07-11T02:11:56.237Z] 1300b75a7cfc: Preparing [2025-07-11T02:11:56.237Z] 994456c4fd7b: Preparing [2025-07-11T02:11:56.237Z] 02a489ed27aa: Waiting [2025-07-11T02:11:56.237Z] 1300b75a7cfc: Waiting [2025-07-11T02:11:56.237Z] d0a6b7637278: Waiting [2025-07-11T02:11:56.237Z] 994456c4fd7b: Waiting [2025-07-11T02:11:56.237Z] 718864955371: Layer already exists [2025-07-11T02:11:56.237Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:11:56.237Z] 1577a882e8b0: Pushed [2025-07-11T02:11:56.237Z] c271f6645c9d: Pushed [2025-07-11T02:11:56.237Z] 53803812a27a: Pushed [2025-07-11T02:11:56.237Z] 994456c4fd7b: Layer already exists [2025-07-11T02:11:56.803Z] 1300b75a7cfc: Pushed [2025-07-11T02:11:56.803Z] 02a489ed27aa: Pushed [2025-07-11T02:12:09.059Z] d0a6b7637278: Pushed [2025-07-11T02:12:09.059Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:09.408Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:09.742Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-11T02:12:09.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-11T02:12:09.742Z] c271f6645c9d: Preparing [2025-07-11T02:12:09.742Z] 53803812a27a: Preparing [2025-07-11T02:12:09.742Z] 1577a882e8b0: Preparing [2025-07-11T02:12:09.742Z] 718864955371: Preparing [2025-07-11T02:12:09.743Z] 51c1b7902bb1: Preparing [2025-07-11T02:12:09.743Z] d0a6b7637278: Preparing [2025-07-11T02:12:09.743Z] 02a489ed27aa: Preparing [2025-07-11T02:12:09.743Z] 1300b75a7cfc: Preparing [2025-07-11T02:12:09.743Z] 994456c4fd7b: Preparing [2025-07-11T02:12:09.743Z] 02a489ed27aa: Waiting [2025-07-11T02:12:09.743Z] 994456c4fd7b: Waiting [2025-07-11T02:12:09.743Z] 1300b75a7cfc: Waiting [2025-07-11T02:12:09.743Z] d0a6b7637278: Waiting [2025-07-11T02:12:09.743Z] 718864955371: Layer already exists [2025-07-11T02:12:09.743Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:12:09.743Z] 53803812a27a: Layer already exists [2025-07-11T02:12:09.743Z] c271f6645c9d: Layer already exists [2025-07-11T02:12:09.743Z] 1577a882e8b0: Layer already exists [2025-07-11T02:12:09.743Z] 02a489ed27aa: Layer already exists [2025-07-11T02:12:09.743Z] d0a6b7637278: Layer already exists [2025-07-11T02:12:09.743Z] 1300b75a7cfc: Layer already exists [2025-07-11T02:12:09.743Z] 994456c4fd7b: Layer already exists [2025-07-11T02:12:09.743Z] latest: digest: sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:10.088Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:10.418Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40 [2025-07-11T02:12:10.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-11T02:12:10.418Z] c271f6645c9d: Preparing [2025-07-11T02:12:10.418Z] 53803812a27a: Preparing [2025-07-11T02:12:10.418Z] 1577a882e8b0: Preparing [2025-07-11T02:12:10.418Z] 718864955371: Preparing [2025-07-11T02:12:10.418Z] 51c1b7902bb1: Preparing [2025-07-11T02:12:10.418Z] d0a6b7637278: Preparing [2025-07-11T02:12:10.418Z] 02a489ed27aa: Preparing [2025-07-11T02:12:10.418Z] 1300b75a7cfc: Preparing [2025-07-11T02:12:10.418Z] 994456c4fd7b: Preparing [2025-07-11T02:12:10.418Z] d0a6b7637278: Waiting [2025-07-11T02:12:10.418Z] 02a489ed27aa: Waiting [2025-07-11T02:12:10.418Z] 1300b75a7cfc: Waiting [2025-07-11T02:12:10.418Z] 994456c4fd7b: Waiting [2025-07-11T02:12:10.418Z] 718864955371: Layer already exists [2025-07-11T02:12:10.418Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:12:10.418Z] c271f6645c9d: Layer already exists [2025-07-11T02:12:10.418Z] 53803812a27a: Layer already exists [2025-07-11T02:12:10.418Z] 1577a882e8b0: Layer already exists [2025-07-11T02:12:10.418Z] 1300b75a7cfc: Layer already exists [2025-07-11T02:12:10.418Z] d0a6b7637278: Layer already exists [2025-07-11T02:12:10.418Z] 02a489ed27aa: Layer already exists [2025-07-11T02:12:10.418Z] 994456c4fd7b: Layer already exists [2025-07-11T02:12:10.418Z] 4.1.0-dev.40: digest: sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:10.756Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:11.084Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:11.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-11T02:12:11.084Z] c271f6645c9d: Preparing [2025-07-11T02:12:11.084Z] 53803812a27a: Preparing [2025-07-11T02:12:11.084Z] 1577a882e8b0: Preparing [2025-07-11T02:12:11.084Z] 718864955371: Preparing [2025-07-11T02:12:11.084Z] 51c1b7902bb1: Preparing [2025-07-11T02:12:11.084Z] d0a6b7637278: Preparing [2025-07-11T02:12:11.084Z] 02a489ed27aa: Preparing [2025-07-11T02:12:11.084Z] 1300b75a7cfc: Preparing [2025-07-11T02:12:11.084Z] 994456c4fd7b: Preparing [2025-07-11T02:12:11.084Z] d0a6b7637278: Waiting [2025-07-11T02:12:11.084Z] 02a489ed27aa: Waiting [2025-07-11T02:12:11.084Z] 1300b75a7cfc: Waiting [2025-07-11T02:12:11.084Z] 994456c4fd7b: Waiting [2025-07-11T02:12:11.084Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:12:11.084Z] c271f6645c9d: Layer already exists [2025-07-11T02:12:11.084Z] 718864955371: Layer already exists [2025-07-11T02:12:11.084Z] 1577a882e8b0: Layer already exists [2025-07-11T02:12:11.084Z] 53803812a27a: Layer already exists [2025-07-11T02:12:11.084Z] 1300b75a7cfc: Layer already exists [2025-07-11T02:12:11.084Z] 02a489ed27aa: Layer already exists [2025-07-11T02:12:11.084Z] 994456c4fd7b: Layer already exists [2025-07-11T02:12:11.084Z] d0a6b7637278: Layer already exists [2025-07-11T02:12:11.084Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:11.423Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:11.748Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-07-11T02:12:11.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-11T02:12:11.748Z] c271f6645c9d: Preparing [2025-07-11T02:12:11.748Z] 53803812a27a: Preparing [2025-07-11T02:12:11.748Z] 1577a882e8b0: Preparing [2025-07-11T02:12:11.748Z] 718864955371: Preparing [2025-07-11T02:12:11.748Z] 51c1b7902bb1: Preparing [2025-07-11T02:12:11.748Z] d0a6b7637278: Preparing [2025-07-11T02:12:11.748Z] 02a489ed27aa: Preparing [2025-07-11T02:12:11.748Z] 1300b75a7cfc: Preparing [2025-07-11T02:12:11.748Z] d0a6b7637278: Waiting [2025-07-11T02:12:11.748Z] 02a489ed27aa: Waiting [2025-07-11T02:12:11.748Z] 994456c4fd7b: Preparing [2025-07-11T02:12:11.748Z] 1300b75a7cfc: Waiting [2025-07-11T02:12:11.748Z] 994456c4fd7b: Waiting [2025-07-11T02:12:11.748Z] 1577a882e8b0: Layer already exists [2025-07-11T02:12:11.748Z] 53803812a27a: Layer already exists [2025-07-11T02:12:11.748Z] 718864955371: Layer already exists [2025-07-11T02:12:11.748Z] c271f6645c9d: Layer already exists [2025-07-11T02:12:11.748Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:12:11.748Z] 1300b75a7cfc: Layer already exists [2025-07-11T02:12:11.748Z] 994456c4fd7b: Layer already exists [2025-07-11T02:12:11.748Z] d0a6b7637278: Layer already exists [2025-07-11T02:12:11.748Z] 02a489ed27aa: Layer already exists [2025-07-11T02:12:11.748Z] main: digest: sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:12:11.818Z] ===================================================== [Pipeline] echo [2025-07-11T02:12:11.836Z] taggedImages: [2025-07-11T02:12:11.836Z] - nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:11.836Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-11T02:12:11.836Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40 [2025-07-11T02:12:11.836Z] - nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:11.836Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-07-11T02:12:11.860Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-07-11T02:12:11.860Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:11.860Z] latest [2025-07-11T02:12:11.860Z] 4.1.0-dev.40 [2025-07-11T02:12:11.860Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:11.860Z] main [2025-07-11T02:12:11.860Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:12.189Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:12.518Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:12.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-11T02:12:12.518Z] 92fefc0652b3: Preparing [2025-07-11T02:12:12.518Z] 2aeae09844e4: Preparing [2025-07-11T02:12:12.518Z] 00d82ee09060: Preparing [2025-07-11T02:12:12.518Z] 718864955371: Preparing [2025-07-11T02:12:12.518Z] 51c1b7902bb1: Preparing [2025-07-11T02:12:12.518Z] d0a6b7637278: Preparing [2025-07-11T02:12:12.518Z] 12f04856ff1c: Preparing [2025-07-11T02:12:12.518Z] 93f4a1b04797: Preparing [2025-07-11T02:12:12.518Z] 994456c4fd7b: Preparing [2025-07-11T02:12:12.518Z] d0a6b7637278: Waiting [2025-07-11T02:12:12.518Z] 12f04856ff1c: Waiting [2025-07-11T02:12:12.518Z] 93f4a1b04797: Waiting [2025-07-11T02:12:12.518Z] 994456c4fd7b: Waiting [2025-07-11T02:12:12.518Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:12:12.518Z] 92fefc0652b3: Layer already exists [2025-07-11T02:12:12.518Z] 718864955371: Layer already exists [2025-07-11T02:12:12.518Z] d0a6b7637278: Layer already exists [2025-07-11T02:12:12.518Z] 12f04856ff1c: Layer already exists [2025-07-11T02:12:12.518Z] 93f4a1b04797: Layer already exists [2025-07-11T02:12:12.518Z] 994456c4fd7b: Layer already exists [2025-07-11T02:12:12.518Z] 00d82ee09060: Pushed [2025-07-11T02:12:12.518Z] 2aeae09844e4: Pushed [2025-07-11T02:12:12.777Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:13.105Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:13.424Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-11T02:12:13.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-11T02:12:13.424Z] 92fefc0652b3: Preparing [2025-07-11T02:12:13.424Z] 2aeae09844e4: Preparing [2025-07-11T02:12:13.424Z] 00d82ee09060: Preparing [2025-07-11T02:12:13.424Z] 718864955371: Preparing [2025-07-11T02:12:13.425Z] 51c1b7902bb1: Preparing [2025-07-11T02:12:13.425Z] d0a6b7637278: Preparing [2025-07-11T02:12:13.425Z] 12f04856ff1c: Preparing [2025-07-11T02:12:13.425Z] 93f4a1b04797: Preparing [2025-07-11T02:12:13.425Z] 994456c4fd7b: Preparing [2025-07-11T02:12:13.425Z] d0a6b7637278: Waiting [2025-07-11T02:12:13.425Z] 12f04856ff1c: Waiting [2025-07-11T02:12:13.425Z] 93f4a1b04797: Waiting [2025-07-11T02:12:13.425Z] 994456c4fd7b: Waiting [2025-07-11T02:12:13.425Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:12:13.425Z] 92fefc0652b3: Layer already exists [2025-07-11T02:12:13.425Z] 00d82ee09060: Layer already exists [2025-07-11T02:12:13.425Z] 2aeae09844e4: Layer already exists [2025-07-11T02:12:13.425Z] 718864955371: Layer already exists [2025-07-11T02:12:13.425Z] d0a6b7637278: Layer already exists [2025-07-11T02:12:13.425Z] 93f4a1b04797: Layer already exists [2025-07-11T02:12:13.425Z] 12f04856ff1c: Layer already exists [2025-07-11T02:12:13.425Z] 994456c4fd7b: Layer already exists [2025-07-11T02:12:13.425Z] latest: digest: sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:13.753Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:14.071Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40 [2025-07-11T02:12:14.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-11T02:12:14.071Z] 92fefc0652b3: Preparing [2025-07-11T02:12:14.071Z] 2aeae09844e4: Preparing [2025-07-11T02:12:14.071Z] 00d82ee09060: Preparing [2025-07-11T02:12:14.071Z] 718864955371: Preparing [2025-07-11T02:12:14.071Z] 51c1b7902bb1: Preparing [2025-07-11T02:12:14.071Z] d0a6b7637278: Preparing [2025-07-11T02:12:14.071Z] 12f04856ff1c: Preparing [2025-07-11T02:12:14.071Z] 93f4a1b04797: Preparing [2025-07-11T02:12:14.071Z] 994456c4fd7b: Preparing [2025-07-11T02:12:14.071Z] d0a6b7637278: Waiting [2025-07-11T02:12:14.071Z] 994456c4fd7b: Waiting [2025-07-11T02:12:14.071Z] 12f04856ff1c: Waiting [2025-07-11T02:12:14.071Z] 93f4a1b04797: Waiting [2025-07-11T02:12:14.071Z] 92fefc0652b3: Layer already exists [2025-07-11T02:12:14.071Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:12:14.071Z] 00d82ee09060: Layer already exists [2025-07-11T02:12:14.071Z] 2aeae09844e4: Layer already exists [2025-07-11T02:12:14.071Z] 718864955371: Layer already exists [2025-07-11T02:12:14.071Z] 994456c4fd7b: Layer already exists [2025-07-11T02:12:14.071Z] d0a6b7637278: Layer already exists [2025-07-11T02:12:14.071Z] 93f4a1b04797: Layer already exists [2025-07-11T02:12:14.071Z] 12f04856ff1c: Layer already exists [2025-07-11T02:12:14.071Z] 4.1.0-dev.40: digest: sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:14.397Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:14.713Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:14.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-11T02:12:14.713Z] 92fefc0652b3: Preparing [2025-07-11T02:12:14.713Z] 2aeae09844e4: Preparing [2025-07-11T02:12:14.713Z] 00d82ee09060: Preparing [2025-07-11T02:12:14.713Z] 718864955371: Preparing [2025-07-11T02:12:14.713Z] 51c1b7902bb1: Preparing [2025-07-11T02:12:14.713Z] d0a6b7637278: Preparing [2025-07-11T02:12:14.713Z] 12f04856ff1c: Preparing [2025-07-11T02:12:14.713Z] 93f4a1b04797: Preparing [2025-07-11T02:12:14.713Z] 994456c4fd7b: Preparing [2025-07-11T02:12:14.713Z] d0a6b7637278: Waiting [2025-07-11T02:12:14.713Z] 994456c4fd7b: Waiting [2025-07-11T02:12:14.713Z] 12f04856ff1c: Waiting [2025-07-11T02:12:14.713Z] 93f4a1b04797: Waiting [2025-07-11T02:12:14.713Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:12:14.713Z] 00d82ee09060: Layer already exists [2025-07-11T02:12:14.713Z] 718864955371: Layer already exists [2025-07-11T02:12:14.713Z] 2aeae09844e4: Layer already exists [2025-07-11T02:12:14.713Z] 92fefc0652b3: Layer already exists [2025-07-11T02:12:14.713Z] 93f4a1b04797: Layer already exists [2025-07-11T02:12:14.713Z] d0a6b7637278: Layer already exists [2025-07-11T02:12:14.713Z] 12f04856ff1c: Layer already exists [2025-07-11T02:12:14.713Z] 994456c4fd7b: Layer already exists [2025-07-11T02:12:14.713Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:15.030Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:15.354Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-07-11T02:12:15.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-11T02:12:15.354Z] 92fefc0652b3: Preparing [2025-07-11T02:12:15.354Z] 2aeae09844e4: Preparing [2025-07-11T02:12:15.354Z] 00d82ee09060: Preparing [2025-07-11T02:12:15.354Z] 718864955371: Preparing [2025-07-11T02:12:15.354Z] 51c1b7902bb1: Preparing [2025-07-11T02:12:15.354Z] d0a6b7637278: Preparing [2025-07-11T02:12:15.354Z] 12f04856ff1c: Preparing [2025-07-11T02:12:15.354Z] 93f4a1b04797: Preparing [2025-07-11T02:12:15.354Z] 994456c4fd7b: Preparing [2025-07-11T02:12:15.354Z] 12f04856ff1c: Waiting [2025-07-11T02:12:15.354Z] 93f4a1b04797: Waiting [2025-07-11T02:12:15.354Z] 994456c4fd7b: Waiting [2025-07-11T02:12:15.354Z] d0a6b7637278: Waiting [2025-07-11T02:12:15.354Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:12:15.354Z] 00d82ee09060: Layer already exists [2025-07-11T02:12:15.354Z] 92fefc0652b3: Layer already exists [2025-07-11T02:12:15.354Z] 2aeae09844e4: Layer already exists [2025-07-11T02:12:15.354Z] 718864955371: Layer already exists [2025-07-11T02:12:15.354Z] d0a6b7637278: Layer already exists [2025-07-11T02:12:15.354Z] 12f04856ff1c: Layer already exists [2025-07-11T02:12:15.354Z] 994456c4fd7b: Layer already exists [2025-07-11T02:12:15.354Z] 93f4a1b04797: Layer already exists [2025-07-11T02:12:15.354Z] main: digest: sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:12:15.431Z] ===================================================== [Pipeline] echo [2025-07-11T02:12:15.453Z] taggedImages: [2025-07-11T02:12:15.453Z] - nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:15.453Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-11T02:12:15.453Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40 [2025-07-11T02:12:15.453Z] - nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:15.453Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-07-11T02:12:15.483Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-07-11T02:12:15.483Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:15.483Z] latest [2025-07-11T02:12:15.483Z] 4.1.0-dev.40 [2025-07-11T02:12:15.483Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:15.483Z] main [2025-07-11T02:12:15.483Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:15.846Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:16.180Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:16.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-11T02:12:16.180Z] ad80adb2ddeb: Preparing [2025-07-11T02:12:16.180Z] c17906ef8592: Preparing [2025-07-11T02:12:16.180Z] 718864955371: Preparing [2025-07-11T02:12:16.180Z] 51c1b7902bb1: Preparing [2025-07-11T02:12:16.180Z] 6f5b36accb38: Preparing [2025-07-11T02:12:16.180Z] 03b953ac929f: Preparing [2025-07-11T02:12:16.180Z] 994456c4fd7b: Preparing [2025-07-11T02:12:16.180Z] 03b953ac929f: Waiting [2025-07-11T02:12:16.180Z] 994456c4fd7b: Waiting [2025-07-11T02:12:16.180Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:12:16.180Z] 718864955371: Layer already exists [2025-07-11T02:12:16.180Z] 994456c4fd7b: Layer already exists [2025-07-11T02:12:16.180Z] ad80adb2ddeb: Pushed [2025-07-11T02:12:16.747Z] 03b953ac929f: Pushed [2025-07-11T02:12:16.747Z] 6f5b36accb38: Pushed [2025-07-11T02:12:20.937Z] c17906ef8592: Pushed [2025-07-11T02:12:20.937Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:21.250Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:21.573Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-11T02:12:21.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-11T02:12:21.573Z] ad80adb2ddeb: Preparing [2025-07-11T02:12:21.573Z] c17906ef8592: Preparing [2025-07-11T02:12:21.573Z] 718864955371: Preparing [2025-07-11T02:12:21.573Z] 51c1b7902bb1: Preparing [2025-07-11T02:12:21.573Z] 6f5b36accb38: Preparing [2025-07-11T02:12:21.573Z] 03b953ac929f: Preparing [2025-07-11T02:12:21.573Z] 994456c4fd7b: Preparing [2025-07-11T02:12:21.573Z] 03b953ac929f: Waiting [2025-07-11T02:12:21.573Z] 994456c4fd7b: Waiting [2025-07-11T02:12:21.573Z] 6f5b36accb38: Layer already exists [2025-07-11T02:12:21.573Z] c17906ef8592: Layer already exists [2025-07-11T02:12:21.573Z] 718864955371: Layer already exists [2025-07-11T02:12:21.573Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:12:21.573Z] ad80adb2ddeb: Layer already exists [2025-07-11T02:12:21.573Z] 03b953ac929f: Layer already exists [2025-07-11T02:12:21.573Z] 994456c4fd7b: Layer already exists [2025-07-11T02:12:21.573Z] latest: digest: sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:21.906Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:22.242Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40 [2025-07-11T02:12:22.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-11T02:12:22.243Z] ad80adb2ddeb: Preparing [2025-07-11T02:12:22.243Z] c17906ef8592: Preparing [2025-07-11T02:12:22.243Z] 718864955371: Preparing [2025-07-11T02:12:22.243Z] 51c1b7902bb1: Preparing [2025-07-11T02:12:22.243Z] 6f5b36accb38: Preparing [2025-07-11T02:12:22.243Z] 03b953ac929f: Preparing [2025-07-11T02:12:22.243Z] 994456c4fd7b: Preparing [2025-07-11T02:12:22.243Z] 03b953ac929f: Waiting [2025-07-11T02:12:22.243Z] 994456c4fd7b: Waiting [2025-07-11T02:12:22.243Z] 718864955371: Layer already exists [2025-07-11T02:12:22.243Z] c17906ef8592: Layer already exists [2025-07-11T02:12:22.243Z] 6f5b36accb38: Layer already exists [2025-07-11T02:12:22.243Z] ad80adb2ddeb: Layer already exists [2025-07-11T02:12:22.243Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:12:22.243Z] 03b953ac929f: Layer already exists [2025-07-11T02:12:22.243Z] 994456c4fd7b: Layer already exists [2025-07-11T02:12:22.243Z] 4.1.0-dev.40: digest: sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:22.565Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:22.897Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:22.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-11T02:12:22.897Z] ad80adb2ddeb: Preparing [2025-07-11T02:12:22.897Z] c17906ef8592: Preparing [2025-07-11T02:12:22.897Z] 718864955371: Preparing [2025-07-11T02:12:22.897Z] 51c1b7902bb1: Preparing [2025-07-11T02:12:22.897Z] 6f5b36accb38: Preparing [2025-07-11T02:12:22.897Z] 03b953ac929f: Preparing [2025-07-11T02:12:22.897Z] 994456c4fd7b: Preparing [2025-07-11T02:12:22.897Z] 03b953ac929f: Waiting [2025-07-11T02:12:22.897Z] 994456c4fd7b: Waiting [2025-07-11T02:12:22.897Z] 6f5b36accb38: Layer already exists [2025-07-11T02:12:22.897Z] ad80adb2ddeb: Layer already exists [2025-07-11T02:12:22.897Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:12:22.897Z] c17906ef8592: Layer already exists [2025-07-11T02:12:22.897Z] 718864955371: Layer already exists [2025-07-11T02:12:22.897Z] 994456c4fd7b: Layer already exists [2025-07-11T02:12:22.897Z] 03b953ac929f: Layer already exists [2025-07-11T02:12:22.897Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:23.223Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:23.547Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-07-11T02:12:23.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-11T02:12:23.547Z] ad80adb2ddeb: Preparing [2025-07-11T02:12:23.547Z] c17906ef8592: Preparing [2025-07-11T02:12:23.547Z] 718864955371: Preparing [2025-07-11T02:12:23.547Z] 51c1b7902bb1: Preparing [2025-07-11T02:12:23.547Z] 6f5b36accb38: Preparing [2025-07-11T02:12:23.547Z] 03b953ac929f: Preparing [2025-07-11T02:12:23.547Z] 994456c4fd7b: Preparing [2025-07-11T02:12:23.547Z] 994456c4fd7b: Waiting [2025-07-11T02:12:23.547Z] 03b953ac929f: Waiting [2025-07-11T02:12:23.547Z] c17906ef8592: Layer already exists [2025-07-11T02:12:23.547Z] 6f5b36accb38: Layer already exists [2025-07-11T02:12:23.547Z] 718864955371: Layer already exists [2025-07-11T02:12:23.547Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:12:23.547Z] ad80adb2ddeb: Layer already exists [2025-07-11T02:12:23.547Z] 994456c4fd7b: Layer already exists [2025-07-11T02:12:23.547Z] 03b953ac929f: Layer already exists [2025-07-11T02:12:23.547Z] main: digest: sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:12:23.632Z] ===================================================== [Pipeline] echo [2025-07-11T02:12:23.648Z] taggedImages: [2025-07-11T02:12:23.648Z] - nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:23.648Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-11T02:12:23.648Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40 [2025-07-11T02:12:23.648Z] - nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:23.648Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-07-11T02:12:23.678Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-07-11T02:12:23.678Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:23.678Z] latest [2025-07-11T02:12:23.678Z] 4.1.0-dev.40 [2025-07-11T02:12:23.678Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:23.678Z] main [2025-07-11T02:12:23.678Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:24.029Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:24.360Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:24.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-11T02:12:24.360Z] 3e5a2de1d551: Preparing [2025-07-11T02:12:24.360Z] 2ea830fb2dbb: Preparing [2025-07-11T02:12:24.360Z] 718864955371: Preparing [2025-07-11T02:12:24.360Z] 51c1b7902bb1: Preparing [2025-07-11T02:12:24.360Z] 6ee036440e9a: Preparing [2025-07-11T02:12:24.360Z] f75684caff9d: Preparing [2025-07-11T02:12:24.360Z] 994456c4fd7b: Preparing [2025-07-11T02:12:24.360Z] f75684caff9d: Waiting [2025-07-11T02:12:24.360Z] 994456c4fd7b: Waiting [2025-07-11T02:12:24.360Z] 718864955371: Layer already exists [2025-07-11T02:12:24.360Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:12:24.360Z] 994456c4fd7b: Layer already exists [2025-07-11T02:12:24.360Z] 3e5a2de1d551: Pushed [2025-07-11T02:12:24.619Z] f75684caff9d: Pushed [2025-07-11T02:12:24.878Z] 6ee036440e9a: Pushed [2025-07-11T02:12:29.069Z] 2ea830fb2dbb: Pushed [2025-07-11T02:12:29.069Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:29.407Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:29.725Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-11T02:12:29.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-11T02:12:29.725Z] 3e5a2de1d551: Preparing [2025-07-11T02:12:29.725Z] 2ea830fb2dbb: Preparing [2025-07-11T02:12:29.725Z] 718864955371: Preparing [2025-07-11T02:12:29.725Z] 51c1b7902bb1: Preparing [2025-07-11T02:12:29.725Z] 6ee036440e9a: Preparing [2025-07-11T02:12:29.725Z] f75684caff9d: Preparing [2025-07-11T02:12:29.725Z] 994456c4fd7b: Preparing [2025-07-11T02:12:29.725Z] 994456c4fd7b: Waiting [2025-07-11T02:12:29.725Z] f75684caff9d: Waiting [2025-07-11T02:12:29.725Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:12:29.725Z] 3e5a2de1d551: Layer already exists [2025-07-11T02:12:29.725Z] 718864955371: Layer already exists [2025-07-11T02:12:29.725Z] 2ea830fb2dbb: Layer already exists [2025-07-11T02:12:29.725Z] 6ee036440e9a: Layer already exists [2025-07-11T02:12:29.725Z] f75684caff9d: Layer already exists [2025-07-11T02:12:29.725Z] 994456c4fd7b: Layer already exists [2025-07-11T02:12:29.725Z] latest: digest: sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:30.053Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:30.380Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40 [2025-07-11T02:12:30.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-11T02:12:30.381Z] 3e5a2de1d551: Preparing [2025-07-11T02:12:30.381Z] 2ea830fb2dbb: Preparing [2025-07-11T02:12:30.381Z] 718864955371: Preparing [2025-07-11T02:12:30.381Z] 51c1b7902bb1: Preparing [2025-07-11T02:12:30.381Z] 6ee036440e9a: Preparing [2025-07-11T02:12:30.381Z] f75684caff9d: Preparing [2025-07-11T02:12:30.381Z] 994456c4fd7b: Preparing [2025-07-11T02:12:30.381Z] f75684caff9d: Waiting [2025-07-11T02:12:30.381Z] 994456c4fd7b: Waiting [2025-07-11T02:12:30.381Z] 3e5a2de1d551: Layer already exists [2025-07-11T02:12:30.381Z] 6ee036440e9a: Layer already exists [2025-07-11T02:12:30.381Z] 718864955371: Layer already exists [2025-07-11T02:12:30.381Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:12:30.381Z] 2ea830fb2dbb: Layer already exists [2025-07-11T02:12:30.381Z] 994456c4fd7b: Layer already exists [2025-07-11T02:12:30.381Z] f75684caff9d: Layer already exists [2025-07-11T02:12:30.381Z] 4.1.0-dev.40: digest: sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:30.710Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:31.034Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:31.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-11T02:12:31.034Z] 3e5a2de1d551: Preparing [2025-07-11T02:12:31.034Z] 2ea830fb2dbb: Preparing [2025-07-11T02:12:31.034Z] 718864955371: Preparing [2025-07-11T02:12:31.035Z] 51c1b7902bb1: Preparing [2025-07-11T02:12:31.035Z] 6ee036440e9a: Preparing [2025-07-11T02:12:31.035Z] f75684caff9d: Preparing [2025-07-11T02:12:31.035Z] 994456c4fd7b: Preparing [2025-07-11T02:12:31.035Z] f75684caff9d: Waiting [2025-07-11T02:12:31.035Z] 994456c4fd7b: Waiting [2025-07-11T02:12:31.035Z] 2ea830fb2dbb: Layer already exists [2025-07-11T02:12:31.035Z] 718864955371: Layer already exists [2025-07-11T02:12:31.035Z] 3e5a2de1d551: Layer already exists [2025-07-11T02:12:31.035Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:12:31.035Z] 6ee036440e9a: Layer already exists [2025-07-11T02:12:31.035Z] f75684caff9d: Layer already exists [2025-07-11T02:12:31.035Z] 994456c4fd7b: Layer already exists [2025-07-11T02:12:31.035Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:31.360Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:12:31.678Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-07-11T02:12:31.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-11T02:12:31.678Z] 3e5a2de1d551: Preparing [2025-07-11T02:12:31.678Z] 2ea830fb2dbb: Preparing [2025-07-11T02:12:31.678Z] 718864955371: Preparing [2025-07-11T02:12:31.678Z] 51c1b7902bb1: Preparing [2025-07-11T02:12:31.678Z] 6ee036440e9a: Preparing [2025-07-11T02:12:31.678Z] f75684caff9d: Preparing [2025-07-11T02:12:31.678Z] 994456c4fd7b: Preparing [2025-07-11T02:12:31.678Z] f75684caff9d: Waiting [2025-07-11T02:12:31.678Z] 994456c4fd7b: Waiting [2025-07-11T02:12:31.678Z] 3e5a2de1d551: Layer already exists [2025-07-11T02:12:31.678Z] 2ea830fb2dbb: Layer already exists [2025-07-11T02:12:31.678Z] 51c1b7902bb1: Layer already exists [2025-07-11T02:12:31.678Z] 718864955371: Layer already exists [2025-07-11T02:12:31.678Z] 6ee036440e9a: Layer already exists [2025-07-11T02:12:31.678Z] f75684caff9d: Layer already exists [2025-07-11T02:12:31.678Z] 994456c4fd7b: Layer already exists [2025-07-11T02:12:31.678Z] main: digest: sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:12:31.752Z] ===================================================== [Pipeline] echo [2025-07-11T02:12:31.771Z] taggedImages: [2025-07-11T02:12:31.771Z] - nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:31.771Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-11T02:12:31.771Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40 [2025-07-11T02:12:31.771Z] - nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:31.771Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-07-11T02:12:31.835Z] ========================================================= [2025-07-11T02:12:31.835Z] [edgeXBuildMultiArch] RAW Config: [2025-07-11T02:12:31.835Z] images: [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:31.835Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:12:31.836Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-07-11T02:12:31.836Z] settingsFile: [2025-07-11T02:12:31.836Z] edgex-go-settings [2025-07-11T02:12:31.836Z] ========================================================= [Pipeline] node [2025-07-11T02:12:46.838Z] Still waiting to schedule task [2025-07-11T02:12:46.839Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-07-11T02:13:08.110Z] Running on prd-centos7-docker-4c-2g-4953 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-11T02:13:08.166Z] provisioning config files... [2025-07-11T02:13:08.216Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config15317388944641382538tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:13:10.075Z] ---> ****-login.sh [2025-07-11T02:13:10.075Z] nexus3.edgexfoundry.org:10001 [2025-07-11T02:13:10.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:13:10.677Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-11T02:13:10.677Z] Configure a credential helper to remove this warning. See [2025-07-11T02:13:10.677Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-11T02:13:10.677Z] [2025-07-11T02:13:10.677Z] Login Succeeded [2025-07-11T02:13:10.677Z] nexus3.edgexfoundry.org:10002 [2025-07-11T02:13:10.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:13:10.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-11T02:13:10.941Z] Configure a credential helper to remove this warning. See [2025-07-11T02:13:10.942Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-11T02:13:10.942Z] [2025-07-11T02:13:10.942Z] Login Succeeded [2025-07-11T02:13:10.942Z] nexus3.edgexfoundry.org:10003 [2025-07-11T02:13:10.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:13:10.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-11T02:13:10.942Z] Configure a credential helper to remove this warning. See [2025-07-11T02:13:10.942Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-11T02:13:10.942Z] [2025-07-11T02:13:10.942Z] Login Succeeded [2025-07-11T02:13:10.942Z] nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:10.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:13:11.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-11T02:13:11.213Z] Configure a credential helper to remove this warning. See [2025-07-11T02:13:11.213Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-11T02:13:11.213Z] [2025-07-11T02:13:11.213Z] Login Succeeded [2025-07-11T02:13:11.213Z] ****.io [2025-07-11T02:13:11.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:13:11.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-11T02:13:11.483Z] Configure a credential helper to remove this warning. See [2025-07-11T02:13:11.483Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-11T02:13:11.483Z] [2025-07-11T02:13:11.483Z] Login Succeeded [2025-07-11T02:13:11.483Z] ---> ****-login.sh ends [Pipeline] } [2025-07-11T02:13:11.493Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-11T02:13:11.843Z] + docker buildx ls [2025-07-11T02:13:11.844Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-11T02:13:11.844Z] default * docker [2025-07-11T02:13:11.844Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-11T02:13:12.145Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-07-11T02:13:12.145Z] edgex-builder [Pipeline] sh [2025-07-11T02:13:12.442Z] + docker buildx inspect --bootstrap [2025-07-11T02:13:12.442Z] #1 [internal] booting buildkit [2025-07-11T02:13:12.442Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-07-11T02:13:16.666Z] #1 pulling image moby/buildkit:buildx-stable-1 3.5s done [2025-07-11T02:13:16.666Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-07-11T02:13:17.244Z] #1 creating container buildx_buildkit_edgex-builder0 1.4s done [2025-07-11T02:13:17.244Z] #1 DONE 4.9s [2025-07-11T02:13:17.505Z] Name: edgex-builder [2025-07-11T02:13:17.505Z] Driver: docker-container [2025-07-11T02:13:17.505Z] [2025-07-11T02:13:17.505Z] Nodes: [2025-07-11T02:13:17.505Z] Name: edgex-builder0 [2025-07-11T02:13:17.505Z] Endpoint: unix:///var/run/docker.sock [2025-07-11T02:13:17.505Z] Status: running [2025-07-11T02:13:17.505Z] Buildkit: v0.22.0 [2025-07-11T02:13:17.505Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-07-11T02:13:17.806Z] + docker buildx ls [2025-07-11T02:13:17.806Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-11T02:13:17.806Z] edgex-builder * docker-container [2025-07-11T02:13:17.806Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-07-11T02:13:17.806Z] default docker [2025-07-11T02:13:17.806Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-11T02:13:18.107Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873' [2025-07-11T02:13:18.107Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - [2025-07-11T02:13:18.367Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:18.367Z] #1 transferring dockerfile: 197B done [2025-07-11T02:13:18.367Z] #1 DONE 0.1s [2025-07-11T02:13:18.367Z] [2025-07-11T02:13:18.367Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:18.367Z] #2 DONE 0.1s [2025-07-11T02:13:18.367Z] [2025-07-11T02:13:18.367Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:18.367Z] #3 DONE 0.1s [2025-07-11T02:13:18.367Z] [2025-07-11T02:13:18.367Z] #4 [internal] load .dockerignore [2025-07-11T02:13:18.367Z] #4 transferring context: 2B done [2025-07-11T02:13:18.367Z] #4 DONE 0.0s [2025-07-11T02:13:18.367Z] [2025-07-11T02:13:18.367Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b [2025-07-11T02:13:18.367Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done [2025-07-11T02:13:18.367Z] #5 DONE 0.0s [2025-07-11T02:13:18.367Z] [2025-07-11T02:13:18.367Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b [2025-07-11T02:13:18.367Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done [2025-07-11T02:13:18.367Z] #6 DONE 0.1s [2025-07-11T02:13:18.367Z] [2025-07-11T02:13:18.367Z] #7 exporting to image [2025-07-11T02:13:18.367Z] #7 exporting layers done [2025-07-11T02:13:18.367Z] #7 exporting manifest sha256:2b511e0e1392bfb9130fed5d658a8cacb4810b45f1a2129dcdb5742a1b514b6d 0.0s done [2025-07-11T02:13:18.367Z] #7 exporting config sha256:3fa195e5287ae48455c11b8d7ce7715619f6c74d50c32a51601ae69123eaaa98 [2025-07-11T02:13:18.367Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:18.628Z] #7 ... [2025-07-11T02:13:18.628Z] [2025-07-11T02:13:18.628Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:18.628Z] #8 DONE 0.0s [2025-07-11T02:13:18.628Z] [2025-07-11T02:13:18.628Z] #7 exporting to image [2025-07-11T02:13:18.628Z] #7 exporting config sha256:3fa195e5287ae48455c11b8d7ce7715619f6c74d50c32a51601ae69123eaaa98 done [2025-07-11T02:13:18.628Z] #7 exporting manifest sha256:520cfac06a1f95bec7a769911b7a8ec067ea521d1361c4027d649666100fdd07 done [2025-07-11T02:13:18.628Z] #7 exporting config sha256:c7e55ce05e5e773328faa2356434c8ea872e7dfda9d4ab693fcf6f86ef533910 done [2025-07-11T02:13:18.628Z] #7 exporting manifest list sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 done [2025-07-11T02:13:18.628Z] #7 pushing layers 0.1s done [2025-07-11T02:13:18.628Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 [2025-07-11T02:13:18.628Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 0.1s done [2025-07-11T02:13:18.628Z] #7 DONE 0.2s [2025-07-11T02:13:18.889Z] [2025-07-11T02:13:18.889Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:18.889Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:19.191Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-07-11T02:13:19.191Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-07-11T02:13:19.191Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:19.191Z] #1 transferring dockerfile: 163B done [2025-07-11T02:13:19.191Z] #1 DONE 0.0s [2025-07-11T02:13:19.191Z] [2025-07-11T02:13:19.191Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-11T02:13:19.191Z] #2 DONE 0.0s [2025-07-11T02:13:19.191Z] [2025-07-11T02:13:19.191Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-11T02:13:19.191Z] #3 DONE 0.0s [2025-07-11T02:13:19.191Z] [2025-07-11T02:13:19.191Z] #4 [internal] load .dockerignore [2025-07-11T02:13:19.191Z] #4 transferring context: 2B done [2025-07-11T02:13:19.191Z] #4 DONE 0.0s [2025-07-11T02:13:19.191Z] [2025-07-11T02:13:19.191Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b [2025-07-11T02:13:19.191Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b [2025-07-11T02:13:19.452Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done [2025-07-11T02:13:19.452Z] #5 CACHED [2025-07-11T02:13:19.452Z] [2025-07-11T02:13:19.452Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b [2025-07-11T02:13:19.452Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done [2025-07-11T02:13:19.452Z] #6 CACHED [2025-07-11T02:13:19.452Z] [2025-07-11T02:13:19.452Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:19.452Z] #7 DONE 0.0s [2025-07-11T02:13:19.452Z] [2025-07-11T02:13:19.452Z] #8 exporting to image [2025-07-11T02:13:19.452Z] #8 exporting layers done [2025-07-11T02:13:19.452Z] #8 exporting manifest sha256:2b511e0e1392bfb9130fed5d658a8cacb4810b45f1a2129dcdb5742a1b514b6d done [2025-07-11T02:13:19.452Z] #8 exporting config sha256:3fa195e5287ae48455c11b8d7ce7715619f6c74d50c32a51601ae69123eaaa98 done [2025-07-11T02:13:19.452Z] #8 exporting manifest sha256:520cfac06a1f95bec7a769911b7a8ec067ea521d1361c4027d649666100fdd07 done [2025-07-11T02:13:19.452Z] #8 exporting config sha256:c7e55ce05e5e773328faa2356434c8ea872e7dfda9d4ab693fcf6f86ef533910 done [2025-07-11T02:13:19.452Z] #8 exporting manifest list sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 done [2025-07-11T02:13:19.452Z] #8 pushing layers 0.0s done [2025-07-11T02:13:19.452Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 0.1s done [2025-07-11T02:13:19.452Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:19.452Z] #8 DONE 0.1s [2025-07-11T02:13:19.452Z] [2025-07-11T02:13:19.452Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:19.452Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:19.756Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40' [2025-07-11T02:13:19.756Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40 --push - [2025-07-11T02:13:19.756Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:19.756Z] #1 transferring dockerfile: 169B done [2025-07-11T02:13:19.756Z] #1 DONE 0.0s [2025-07-11T02:13:19.756Z] [2025-07-11T02:13:19.756Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40 [2025-07-11T02:13:19.756Z] #2 DONE 0.0s [2025-07-11T02:13:19.756Z] [2025-07-11T02:13:19.756Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40 [2025-07-11T02:13:19.756Z] #3 DONE 0.0s [2025-07-11T02:13:19.756Z] [2025-07-11T02:13:19.756Z] #4 [internal] load .dockerignore [2025-07-11T02:13:19.756Z] #4 transferring context: 2B done [2025-07-11T02:13:19.756Z] #4 DONE 0.0s [2025-07-11T02:13:19.756Z] [2025-07-11T02:13:19.756Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b [2025-07-11T02:13:19.756Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done [2025-07-11T02:13:19.756Z] #5 CACHED [2025-07-11T02:13:19.756Z] [2025-07-11T02:13:19.756Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b [2025-07-11T02:13:19.756Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done [2025-07-11T02:13:19.756Z] #6 CACHED [2025-07-11T02:13:19.756Z] [2025-07-11T02:13:19.756Z] #7 exporting to image [2025-07-11T02:13:19.756Z] #7 exporting layers done [2025-07-11T02:13:19.756Z] #7 exporting manifest sha256:2b511e0e1392bfb9130fed5d658a8cacb4810b45f1a2129dcdb5742a1b514b6d done [2025-07-11T02:13:19.756Z] #7 exporting config sha256:3fa195e5287ae48455c11b8d7ce7715619f6c74d50c32a51601ae69123eaaa98 [2025-07-11T02:13:19.756Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:20.015Z] #7 exporting config sha256:3fa195e5287ae48455c11b8d7ce7715619f6c74d50c32a51601ae69123eaaa98 done [2025-07-11T02:13:20.015Z] #7 exporting manifest sha256:520cfac06a1f95bec7a769911b7a8ec067ea521d1361c4027d649666100fdd07 done [2025-07-11T02:13:20.015Z] #7 exporting config sha256:c7e55ce05e5e773328faa2356434c8ea872e7dfda9d4ab693fcf6f86ef533910 done [2025-07-11T02:13:20.015Z] #7 exporting manifest list sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 done [2025-07-11T02:13:20.015Z] #7 pushing layers 0.0s done [2025-07-11T02:13:20.015Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40@sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 0.1s done [2025-07-11T02:13:20.015Z] #7 DONE 0.1s [2025-07-11T02:13:20.015Z] [2025-07-11T02:13:20.015Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:20.015Z] #8 DONE 0.0s [2025-07-11T02:13:20.015Z] [2025-07-11T02:13:20.015Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:20.015Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:20.316Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - [2025-07-11T02:13:20.316Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' [2025-07-11T02:13:20.316Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:20.316Z] #1 transferring dockerfile: 210B done [2025-07-11T02:13:20.316Z] #1 DONE 0.0s [2025-07-11T02:13:20.316Z] [2025-07-11T02:13:20.316Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:20.316Z] #2 DONE 0.0s [2025-07-11T02:13:20.316Z] [2025-07-11T02:13:20.316Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:20.316Z] #3 DONE 0.0s [2025-07-11T02:13:20.316Z] [2025-07-11T02:13:20.316Z] #4 [internal] load .dockerignore [2025-07-11T02:13:20.316Z] #4 transferring context: 2B done [2025-07-11T02:13:20.316Z] #4 DONE 0.0s [2025-07-11T02:13:20.316Z] [2025-07-11T02:13:20.316Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b [2025-07-11T02:13:20.316Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done [2025-07-11T02:13:20.316Z] #5 DONE 0.0s [2025-07-11T02:13:20.316Z] [2025-07-11T02:13:20.316Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b [2025-07-11T02:13:20.575Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done [2025-07-11T02:13:20.575Z] #6 CACHED [2025-07-11T02:13:20.575Z] [2025-07-11T02:13:20.575Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b [2025-07-11T02:13:20.575Z] #5 CACHED [2025-07-11T02:13:20.575Z] [2025-07-11T02:13:20.575Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:20.575Z] #7 DONE 0.0s [2025-07-11T02:13:20.575Z] [2025-07-11T02:13:20.575Z] #8 exporting to image [2025-07-11T02:13:20.575Z] #8 exporting layers done [2025-07-11T02:13:20.576Z] #8 exporting manifest sha256:2b511e0e1392bfb9130fed5d658a8cacb4810b45f1a2129dcdb5742a1b514b6d done [2025-07-11T02:13:20.576Z] #8 exporting config sha256:3fa195e5287ae48455c11b8d7ce7715619f6c74d50c32a51601ae69123eaaa98 done [2025-07-11T02:13:20.576Z] #8 exporting manifest sha256:520cfac06a1f95bec7a769911b7a8ec067ea521d1361c4027d649666100fdd07 done [2025-07-11T02:13:20.576Z] #8 exporting config sha256:c7e55ce05e5e773328faa2356434c8ea872e7dfda9d4ab693fcf6f86ef533910 done [2025-07-11T02:13:20.576Z] #8 exporting manifest list sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 done [2025-07-11T02:13:20.576Z] #8 pushing layers 0.0s done [2025-07-11T02:13:20.576Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 0.1s done [2025-07-11T02:13:20.576Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:20.576Z] #8 DONE 0.1s [2025-07-11T02:13:20.576Z] [2025-07-11T02:13:20.576Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:20.576Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:20.920Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-07-11T02:13:20.920Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-07-11T02:13:20.920Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:20.920Z] #1 transferring dockerfile: 161B done [2025-07-11T02:13:20.920Z] #1 DONE 0.0s [2025-07-11T02:13:20.920Z] [2025-07-11T02:13:20.920Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-07-11T02:13:20.920Z] #2 DONE 0.0s [2025-07-11T02:13:20.920Z] [2025-07-11T02:13:20.920Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-07-11T02:13:20.920Z] #3 DONE 0.0s [2025-07-11T02:13:20.920Z] [2025-07-11T02:13:20.920Z] #4 [internal] load .dockerignore [2025-07-11T02:13:20.920Z] #4 transferring context: 2B done [2025-07-11T02:13:20.920Z] #4 DONE 0.0s [2025-07-11T02:13:20.920Z] [2025-07-11T02:13:20.920Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b [2025-07-11T02:13:20.920Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done [2025-07-11T02:13:20.920Z] #5 CACHED [2025-07-11T02:13:20.920Z] [2025-07-11T02:13:20.920Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b [2025-07-11T02:13:21.177Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done [2025-07-11T02:13:21.177Z] #6 CACHED [2025-07-11T02:13:21.177Z] [2025-07-11T02:13:21.177Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:21.177Z] #7 DONE 0.0s [2025-07-11T02:13:21.177Z] [2025-07-11T02:13:21.177Z] #8 exporting to image [2025-07-11T02:13:21.177Z] #8 exporting layers done [2025-07-11T02:13:21.177Z] #8 exporting manifest sha256:2b511e0e1392bfb9130fed5d658a8cacb4810b45f1a2129dcdb5742a1b514b6d done [2025-07-11T02:13:21.177Z] #8 exporting config sha256:3fa195e5287ae48455c11b8d7ce7715619f6c74d50c32a51601ae69123eaaa98 done [2025-07-11T02:13:21.177Z] #8 exporting manifest sha256:520cfac06a1f95bec7a769911b7a8ec067ea521d1361c4027d649666100fdd07 done [2025-07-11T02:13:21.177Z] #8 exporting config sha256:c7e55ce05e5e773328faa2356434c8ea872e7dfda9d4ab693fcf6f86ef533910 done [2025-07-11T02:13:21.177Z] #8 exporting manifest list sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 done [2025-07-11T02:13:21.177Z] #8 pushing layers 0.0s done [2025-07-11T02:13:21.177Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 0.1s done [2025-07-11T02:13:21.177Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:21.177Z] #8 DONE 0.1s [2025-07-11T02:13:21.177Z] [2025-07-11T02:13:21.177Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:21.177Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:21.474Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873' [2025-07-11T02:13:21.474Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - [2025-07-11T02:13:21.474Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:21.474Z] #1 transferring dockerfile: 216B done [2025-07-11T02:13:21.474Z] #1 DONE 0.0s [2025-07-11T02:13:21.474Z] [2025-07-11T02:13:21.474Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:21.474Z] #2 DONE 0.0s [2025-07-11T02:13:21.474Z] [2025-07-11T02:13:21.474Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:21.474Z] #3 DONE 0.0s [2025-07-11T02:13:21.474Z] [2025-07-11T02:13:21.474Z] #4 [internal] load .dockerignore [2025-07-11T02:13:21.474Z] #4 transferring context: 2B done [2025-07-11T02:13:21.474Z] #4 DONE 0.0s [2025-07-11T02:13:21.734Z] [2025-07-11T02:13:21.734Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 [2025-07-11T02:13:21.734Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 [2025-07-11T02:13:21.734Z] #5 ... [2025-07-11T02:13:21.734Z] [2025-07-11T02:13:21.734Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 [2025-07-11T02:13:21.734Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 0.0s done [2025-07-11T02:13:21.734Z] #6 DONE 0.1s [2025-07-11T02:13:21.734Z] [2025-07-11T02:13:21.734Z] #7 exporting to image [2025-07-11T02:13:21.734Z] #7 exporting layers done [2025-07-11T02:13:21.734Z] #7 exporting manifest sha256:f2cb9caf2127fe24c9e27c9aa61f53af3f75e51c44e4ee14191d208561fbcd87 0.0s done [2025-07-11T02:13:21.734Z] #7 exporting config sha256:5bbf2a37819052bd4a304dd9e7f2d8b2ff4b168f394e10adcf49fc1616f1ee5e done [2025-07-11T02:13:21.734Z] #7 exporting manifest sha256:61af09dec88be29412ab06e2a809cdd6dd44cf4dc686636d7215d8acf53a142b done [2025-07-11T02:13:21.734Z] #7 exporting config sha256:57e81d37bb532ff85df3e12acd2490cf3982229b4e1e207cf266cc8649a9c59b done [2025-07-11T02:13:21.734Z] #7 exporting manifest list sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b [2025-07-11T02:13:21.734Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:21.734Z] #7 ... [2025-07-11T02:13:21.734Z] [2025-07-11T02:13:21.734Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:21.734Z] #8 DONE 0.0s [2025-07-11T02:13:21.734Z] [2025-07-11T02:13:21.734Z] #7 exporting to image [2025-07-11T02:13:21.734Z] #7 exporting manifest list sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b done [2025-07-11T02:13:21.734Z] #7 pushing layers 0.1s done [2025-07-11T02:13:21.734Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b [2025-07-11T02:13:21.995Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b 0.1s done [2025-07-11T02:13:21.995Z] #7 DONE 0.2s [2025-07-11T02:13:21.995Z] [2025-07-11T02:13:21.995Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:21.995Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:22.290Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-07-11T02:13:22.290Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-07-11T02:13:22.550Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:22.550Z] #1 transferring dockerfile: 182B done [2025-07-11T02:13:22.550Z] #1 DONE 0.0s [2025-07-11T02:13:22.550Z] [2025-07-11T02:13:22.550Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-11T02:13:22.550Z] #2 DONE 0.0s [2025-07-11T02:13:22.550Z] [2025-07-11T02:13:22.550Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-11T02:13:22.550Z] #3 DONE 0.0s [2025-07-11T02:13:22.550Z] [2025-07-11T02:13:22.550Z] #4 [internal] load .dockerignore [2025-07-11T02:13:22.550Z] #4 transferring context: 2B done [2025-07-11T02:13:22.550Z] #4 DONE 0.0s [2025-07-11T02:13:22.550Z] [2025-07-11T02:13:22.550Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 [2025-07-11T02:13:22.550Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 [2025-07-11T02:13:22.550Z] #5 ... [2025-07-11T02:13:22.550Z] [2025-07-11T02:13:22.550Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 [2025-07-11T02:13:22.550Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 0.0s done [2025-07-11T02:13:22.550Z] #6 DONE 0.0s [2025-07-11T02:13:22.550Z] [2025-07-11T02:13:22.550Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 [2025-07-11T02:13:22.550Z] #6 CACHED [2025-07-11T02:13:22.550Z] [2025-07-11T02:13:22.550Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 [2025-07-11T02:13:22.550Z] #5 CACHED [2025-07-11T02:13:22.550Z] [2025-07-11T02:13:22.550Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:22.550Z] #7 DONE 0.0s [2025-07-11T02:13:22.550Z] [2025-07-11T02:13:22.550Z] #8 exporting to image [2025-07-11T02:13:22.550Z] #8 exporting layers done [2025-07-11T02:13:22.550Z] #8 exporting manifest sha256:f2cb9caf2127fe24c9e27c9aa61f53af3f75e51c44e4ee14191d208561fbcd87 done [2025-07-11T02:13:22.550Z] #8 exporting config sha256:5bbf2a37819052bd4a304dd9e7f2d8b2ff4b168f394e10adcf49fc1616f1ee5e done [2025-07-11T02:13:22.550Z] #8 exporting manifest sha256:61af09dec88be29412ab06e2a809cdd6dd44cf4dc686636d7215d8acf53a142b done [2025-07-11T02:13:22.550Z] #8 exporting config sha256:57e81d37bb532ff85df3e12acd2490cf3982229b4e1e207cf266cc8649a9c59b done [2025-07-11T02:13:22.550Z] #8 exporting manifest list sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b done [2025-07-11T02:13:22.550Z] #8 pushing layers 0.0s done [2025-07-11T02:13:22.550Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b 0.1s done [2025-07-11T02:13:22.550Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:22.550Z] #8 DONE 0.1s [2025-07-11T02:13:22.550Z] [2025-07-11T02:13:22.550Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:22.550Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:22.838Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40' [2025-07-11T02:13:22.838Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40 --push - [2025-07-11T02:13:22.838Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:23.097Z] #1 transferring dockerfile: 188B done [2025-07-11T02:13:23.097Z] #1 DONE 0.0s [2025-07-11T02:13:23.097Z] [2025-07-11T02:13:23.097Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40 [2025-07-11T02:13:23.097Z] #2 DONE 0.0s [2025-07-11T02:13:23.097Z] [2025-07-11T02:13:23.097Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40 [2025-07-11T02:13:23.097Z] #3 DONE 0.0s [2025-07-11T02:13:23.097Z] [2025-07-11T02:13:23.097Z] #4 [internal] load .dockerignore [2025-07-11T02:13:23.097Z] #4 transferring context: 2B done [2025-07-11T02:13:23.097Z] #4 DONE 0.0s [2025-07-11T02:13:23.097Z] [2025-07-11T02:13:23.097Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 [2025-07-11T02:13:23.097Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 0.0s done [2025-07-11T02:13:23.097Z] #5 CACHED [2025-07-11T02:13:23.097Z] [2025-07-11T02:13:23.097Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 [2025-07-11T02:13:23.097Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 0.0s done [2025-07-11T02:13:23.097Z] #6 CACHED [2025-07-11T02:13:23.097Z] [2025-07-11T02:13:23.097Z] #7 exporting to image [2025-07-11T02:13:23.097Z] #7 exporting layers done [2025-07-11T02:13:23.097Z] #7 exporting manifest sha256:f2cb9caf2127fe24c9e27c9aa61f53af3f75e51c44e4ee14191d208561fbcd87 done [2025-07-11T02:13:23.097Z] #7 exporting config sha256:5bbf2a37819052bd4a304dd9e7f2d8b2ff4b168f394e10adcf49fc1616f1ee5e [2025-07-11T02:13:23.097Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:23.097Z] #7 exporting config sha256:5bbf2a37819052bd4a304dd9e7f2d8b2ff4b168f394e10adcf49fc1616f1ee5e done [2025-07-11T02:13:23.097Z] #7 exporting manifest sha256:61af09dec88be29412ab06e2a809cdd6dd44cf4dc686636d7215d8acf53a142b done [2025-07-11T02:13:23.097Z] #7 exporting config sha256:57e81d37bb532ff85df3e12acd2490cf3982229b4e1e207cf266cc8649a9c59b done [2025-07-11T02:13:23.097Z] #7 exporting manifest list sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b done [2025-07-11T02:13:23.097Z] #7 pushing layers 0.0s done [2025-07-11T02:13:23.097Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40@sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b 0.1s done [2025-07-11T02:13:23.097Z] #7 DONE 0.1s [2025-07-11T02:13:23.097Z] [2025-07-11T02:13:23.097Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:23.097Z] #8 DONE 0.0s [2025-07-11T02:13:23.097Z] [2025-07-11T02:13:23.097Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:23.097Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:23.384Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - [2025-07-11T02:13:23.384Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' [2025-07-11T02:13:23.384Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:23.384Z] #1 transferring dockerfile: 229B done [2025-07-11T02:13:23.384Z] #1 DONE 0.0s [2025-07-11T02:13:23.384Z] [2025-07-11T02:13:23.384Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:23.384Z] #2 DONE 0.0s [2025-07-11T02:13:23.384Z] [2025-07-11T02:13:23.384Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:23.384Z] #3 DONE 0.0s [2025-07-11T02:13:23.384Z] [2025-07-11T02:13:23.384Z] #4 [internal] load .dockerignore [2025-07-11T02:13:23.384Z] #4 transferring context: 2B done [2025-07-11T02:13:23.384Z] #4 DONE 0.0s [2025-07-11T02:13:23.384Z] [2025-07-11T02:13:23.384Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 [2025-07-11T02:13:23.384Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 0.0s done [2025-07-11T02:13:23.384Z] #5 CACHED [2025-07-11T02:13:23.384Z] [2025-07-11T02:13:23.384Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 [2025-07-11T02:13:23.643Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 0.0s done [2025-07-11T02:13:23.643Z] #6 CACHED [2025-07-11T02:13:23.643Z] [2025-07-11T02:13:23.643Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:23.643Z] #7 DONE 0.0s [2025-07-11T02:13:23.643Z] [2025-07-11T02:13:23.643Z] #8 exporting to image [2025-07-11T02:13:23.643Z] #8 exporting layers done [2025-07-11T02:13:23.643Z] #8 exporting manifest sha256:f2cb9caf2127fe24c9e27c9aa61f53af3f75e51c44e4ee14191d208561fbcd87 done [2025-07-11T02:13:23.643Z] #8 exporting config sha256:5bbf2a37819052bd4a304dd9e7f2d8b2ff4b168f394e10adcf49fc1616f1ee5e done [2025-07-11T02:13:23.643Z] #8 exporting manifest sha256:61af09dec88be29412ab06e2a809cdd6dd44cf4dc686636d7215d8acf53a142b done [2025-07-11T02:13:23.643Z] #8 exporting config sha256:57e81d37bb532ff85df3e12acd2490cf3982229b4e1e207cf266cc8649a9c59b done [2025-07-11T02:13:23.643Z] #8 exporting manifest list sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b done [2025-07-11T02:13:23.643Z] #8 pushing layers 0.0s done [2025-07-11T02:13:23.643Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b 0.1s done [2025-07-11T02:13:23.643Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:23.643Z] #8 DONE 0.1s [2025-07-11T02:13:23.643Z] [2025-07-11T02:13:23.643Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:23.643Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:23.955Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-07-11T02:13:23.955Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-07-11T02:13:23.955Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:23.955Z] #1 transferring dockerfile: 180B done [2025-07-11T02:13:23.955Z] #1 DONE 0.0s [2025-07-11T02:13:23.955Z] [2025-07-11T02:13:23.955Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-07-11T02:13:23.955Z] #2 DONE 0.0s [2025-07-11T02:13:23.955Z] [2025-07-11T02:13:23.955Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-07-11T02:13:23.955Z] #3 DONE 0.0s [2025-07-11T02:13:23.955Z] [2025-07-11T02:13:23.955Z] #4 [internal] load .dockerignore [2025-07-11T02:13:23.955Z] #4 transferring context: 2B done [2025-07-11T02:13:23.955Z] #4 DONE 0.0s [2025-07-11T02:13:23.955Z] [2025-07-11T02:13:23.955Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 [2025-07-11T02:13:23.955Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 done [2025-07-11T02:13:23.955Z] #5 CACHED [2025-07-11T02:13:23.955Z] [2025-07-11T02:13:23.955Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 [2025-07-11T02:13:23.955Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 0.0s done [2025-07-11T02:13:23.955Z] #6 CACHED [2025-07-11T02:13:23.955Z] [2025-07-11T02:13:23.955Z] #7 exporting to image [2025-07-11T02:13:23.955Z] #7 exporting layers done [2025-07-11T02:13:23.955Z] #7 exporting manifest sha256:f2cb9caf2127fe24c9e27c9aa61f53af3f75e51c44e4ee14191d208561fbcd87 done [2025-07-11T02:13:23.955Z] #7 exporting config sha256:5bbf2a37819052bd4a304dd9e7f2d8b2ff4b168f394e10adcf49fc1616f1ee5e done [2025-07-11T02:13:23.955Z] #7 exporting manifest sha256:61af09dec88be29412ab06e2a809cdd6dd44cf4dc686636d7215d8acf53a142b done [2025-07-11T02:13:23.955Z] #7 exporting config sha256:57e81d37bb532ff85df3e12acd2490cf3982229b4e1e207cf266cc8649a9c59b done [2025-07-11T02:13:23.955Z] #7 exporting manifest list sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b done [2025-07-11T02:13:23.955Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:24.214Z] #7 pushing layers 0.0s done [2025-07-11T02:13:24.214Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b 0.1s done [2025-07-11T02:13:24.214Z] #7 DONE 0.1s [2025-07-11T02:13:24.214Z] [2025-07-11T02:13:24.214Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:24.214Z] #8 DONE 0.0s [2025-07-11T02:13:24.214Z] [2025-07-11T02:13:24.214Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:24.214Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:24.508Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873' [2025-07-11T02:13:24.509Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - [2025-07-11T02:13:24.769Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:24.769Z] #1 transferring dockerfile: 194B done [2025-07-11T02:13:24.769Z] #1 DONE 0.0s [2025-07-11T02:13:24.769Z] [2025-07-11T02:13:24.769Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:24.769Z] #2 DONE 0.0s [2025-07-11T02:13:24.769Z] [2025-07-11T02:13:24.769Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:24.769Z] #3 DONE 0.0s [2025-07-11T02:13:24.769Z] [2025-07-11T02:13:24.769Z] #4 [internal] load .dockerignore [2025-07-11T02:13:24.769Z] #4 transferring context: 2B done [2025-07-11T02:13:24.769Z] #4 DONE 0.0s [2025-07-11T02:13:24.769Z] [2025-07-11T02:13:24.769Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 [2025-07-11T02:13:24.769Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done [2025-07-11T02:13:24.769Z] #5 DONE 0.0s [2025-07-11T02:13:24.769Z] [2025-07-11T02:13:24.769Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 [2025-07-11T02:13:24.769Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done [2025-07-11T02:13:24.769Z] #6 DONE 0.1s [2025-07-11T02:13:24.769Z] [2025-07-11T02:13:24.769Z] #7 exporting to image [2025-07-11T02:13:24.769Z] #7 exporting layers done [2025-07-11T02:13:24.769Z] #7 exporting manifest sha256:2ed5eda4f9beb6805fed04b3862230bd56e478074ed0577853121c74be65ac43 done [2025-07-11T02:13:24.769Z] #7 exporting config sha256:58bb3186370c8341acab982267059730cf376ce5e61440dd8b94008b6a2bec2e [2025-07-11T02:13:24.769Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:25.029Z] #7 ... [2025-07-11T02:13:25.029Z] [2025-07-11T02:13:25.029Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:25.029Z] #8 DONE 0.0s [2025-07-11T02:13:25.029Z] [2025-07-11T02:13:25.029Z] #7 exporting to image [2025-07-11T02:13:25.029Z] #7 exporting config sha256:58bb3186370c8341acab982267059730cf376ce5e61440dd8b94008b6a2bec2e done [2025-07-11T02:13:25.029Z] #7 exporting manifest sha256:4c3387e4d0aa84463abbe7544b24d026ef88fc4562b9d03622a6058a0eb9e491 done [2025-07-11T02:13:25.029Z] #7 exporting config sha256:d0259df3b5031a5ae2c8353b87941ae215c7f58c6c2afd825b5b86ef18ebc607 done [2025-07-11T02:13:25.029Z] #7 exporting manifest list sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 done [2025-07-11T02:13:25.029Z] #7 pushing layers 0.1s done [2025-07-11T02:13:25.029Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 [2025-07-11T02:13:25.029Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 0.1s done [2025-07-11T02:13:25.029Z] #7 DONE 0.2s [2025-07-11T02:13:25.029Z] [2025-07-11T02:13:25.029Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:25.029Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:25.320Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-07-11T02:13:25.320Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-07-11T02:13:25.580Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:25.580Z] #1 transferring dockerfile: 160B done [2025-07-11T02:13:25.580Z] #1 DONE 0.0s [2025-07-11T02:13:25.580Z] [2025-07-11T02:13:25.580Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-11T02:13:25.580Z] #2 DONE 0.0s [2025-07-11T02:13:25.580Z] [2025-07-11T02:13:25.580Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-11T02:13:25.580Z] #3 DONE 0.0s [2025-07-11T02:13:25.580Z] [2025-07-11T02:13:25.580Z] #4 [internal] load .dockerignore [2025-07-11T02:13:25.580Z] #4 transferring context: 2B done [2025-07-11T02:13:25.580Z] #4 DONE 0.0s [2025-07-11T02:13:25.580Z] [2025-07-11T02:13:25.580Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 [2025-07-11T02:13:25.580Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done [2025-07-11T02:13:25.580Z] #5 CACHED [2025-07-11T02:13:25.580Z] [2025-07-11T02:13:25.580Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 [2025-07-11T02:13:25.580Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done [2025-07-11T02:13:25.580Z] #6 CACHED [2025-07-11T02:13:25.580Z] [2025-07-11T02:13:25.580Z] #7 exporting to image [2025-07-11T02:13:25.580Z] #7 exporting layers [2025-07-11T02:13:25.580Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:25.580Z] #7 exporting layers done [2025-07-11T02:13:25.580Z] #7 exporting manifest sha256:2ed5eda4f9beb6805fed04b3862230bd56e478074ed0577853121c74be65ac43 done [2025-07-11T02:13:25.580Z] #7 exporting config sha256:58bb3186370c8341acab982267059730cf376ce5e61440dd8b94008b6a2bec2e done [2025-07-11T02:13:25.580Z] #7 exporting manifest sha256:4c3387e4d0aa84463abbe7544b24d026ef88fc4562b9d03622a6058a0eb9e491 done [2025-07-11T02:13:25.580Z] #7 exporting config sha256:d0259df3b5031a5ae2c8353b87941ae215c7f58c6c2afd825b5b86ef18ebc607 done [2025-07-11T02:13:25.580Z] #7 exporting manifest list sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 done [2025-07-11T02:13:25.580Z] #7 pushing layers 0.0s done [2025-07-11T02:13:25.580Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 0.1s done [2025-07-11T02:13:25.580Z] #7 DONE 0.1s [2025-07-11T02:13:25.580Z] [2025-07-11T02:13:25.580Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:25.580Z] #8 DONE 0.0s [2025-07-11T02:13:25.580Z] [2025-07-11T02:13:25.580Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:25.580Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:25.878Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40' [2025-07-11T02:13:25.878Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40 --push - [2025-07-11T02:13:25.878Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:25.878Z] #1 transferring dockerfile: 166B done [2025-07-11T02:13:25.878Z] #1 DONE 0.0s [2025-07-11T02:13:25.878Z] [2025-07-11T02:13:25.878Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40 [2025-07-11T02:13:25.878Z] #2 DONE 0.0s [2025-07-11T02:13:25.878Z] [2025-07-11T02:13:25.878Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40 [2025-07-11T02:13:25.878Z] #3 DONE 0.0s [2025-07-11T02:13:25.878Z] [2025-07-11T02:13:25.878Z] #4 [internal] load .dockerignore [2025-07-11T02:13:25.878Z] #4 transferring context: 2B done [2025-07-11T02:13:25.878Z] #4 DONE 0.0s [2025-07-11T02:13:25.878Z] [2025-07-11T02:13:25.878Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 [2025-07-11T02:13:25.878Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done [2025-07-11T02:13:25.878Z] #5 CACHED [2025-07-11T02:13:25.878Z] [2025-07-11T02:13:25.878Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 [2025-07-11T02:13:26.141Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done [2025-07-11T02:13:26.141Z] #6 CACHED [2025-07-11T02:13:26.141Z] [2025-07-11T02:13:26.141Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:26.141Z] #7 DONE 0.0s [2025-07-11T02:13:26.141Z] [2025-07-11T02:13:26.141Z] #8 exporting to image [2025-07-11T02:13:26.141Z] #8 exporting layers done [2025-07-11T02:13:26.141Z] #8 exporting manifest sha256:2ed5eda4f9beb6805fed04b3862230bd56e478074ed0577853121c74be65ac43 done [2025-07-11T02:13:26.141Z] #8 exporting config sha256:58bb3186370c8341acab982267059730cf376ce5e61440dd8b94008b6a2bec2e done [2025-07-11T02:13:26.141Z] #8 exporting manifest sha256:4c3387e4d0aa84463abbe7544b24d026ef88fc4562b9d03622a6058a0eb9e491 done [2025-07-11T02:13:26.141Z] #8 exporting config sha256:d0259df3b5031a5ae2c8353b87941ae215c7f58c6c2afd825b5b86ef18ebc607 done [2025-07-11T02:13:26.141Z] #8 exporting manifest list sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 done [2025-07-11T02:13:26.141Z] #8 pushing layers 0.0s done [2025-07-11T02:13:26.141Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40@sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 0.1s done [2025-07-11T02:13:26.141Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:26.141Z] #8 DONE 0.1s [2025-07-11T02:13:26.141Z] [2025-07-11T02:13:26.141Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:26.141Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:26.430Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' [2025-07-11T02:13:26.431Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - [2025-07-11T02:13:26.431Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:26.431Z] #1 transferring dockerfile: 207B done [2025-07-11T02:13:26.431Z] #1 DONE 0.0s [2025-07-11T02:13:26.431Z] [2025-07-11T02:13:26.431Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:26.431Z] #2 DONE 0.0s [2025-07-11T02:13:26.431Z] [2025-07-11T02:13:26.431Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:26.431Z] #3 DONE 0.0s [2025-07-11T02:13:26.431Z] [2025-07-11T02:13:26.431Z] #4 [internal] load .dockerignore [2025-07-11T02:13:26.431Z] #4 transferring context: 2B done [2025-07-11T02:13:26.431Z] #4 DONE 0.0s [2025-07-11T02:13:26.431Z] [2025-07-11T02:13:26.431Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 [2025-07-11T02:13:26.431Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done [2025-07-11T02:13:26.431Z] #5 DONE 0.0s [2025-07-11T02:13:26.431Z] [2025-07-11T02:13:26.431Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 [2025-07-11T02:13:26.690Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done [2025-07-11T02:13:26.690Z] #6 CACHED [2025-07-11T02:13:26.690Z] [2025-07-11T02:13:26.690Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 [2025-07-11T02:13:26.690Z] #5 CACHED [2025-07-11T02:13:26.690Z] [2025-07-11T02:13:26.690Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:26.690Z] #7 DONE 0.0s [2025-07-11T02:13:26.690Z] [2025-07-11T02:13:26.690Z] #8 exporting to image [2025-07-11T02:13:26.690Z] #8 exporting layers done [2025-07-11T02:13:26.690Z] #8 exporting manifest sha256:2ed5eda4f9beb6805fed04b3862230bd56e478074ed0577853121c74be65ac43 done [2025-07-11T02:13:26.690Z] #8 exporting config sha256:58bb3186370c8341acab982267059730cf376ce5e61440dd8b94008b6a2bec2e done [2025-07-11T02:13:26.690Z] #8 exporting manifest sha256:4c3387e4d0aa84463abbe7544b24d026ef88fc4562b9d03622a6058a0eb9e491 done [2025-07-11T02:13:26.690Z] #8 exporting config sha256:d0259df3b5031a5ae2c8353b87941ae215c7f58c6c2afd825b5b86ef18ebc607 done [2025-07-11T02:13:26.690Z] #8 exporting manifest list sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 done [2025-07-11T02:13:26.690Z] #8 pushing layers 0.0s done [2025-07-11T02:13:26.690Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 0.1s done [2025-07-11T02:13:26.690Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:26.690Z] #8 DONE 0.1s [2025-07-11T02:13:26.690Z] [2025-07-11T02:13:26.690Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:26.690Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:26.986Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-07-11T02:13:26.986Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-07-11T02:13:26.986Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:26.986Z] #1 transferring dockerfile: 158B done [2025-07-11T02:13:26.986Z] #1 DONE 0.0s [2025-07-11T02:13:26.986Z] [2025-07-11T02:13:26.986Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-07-11T02:13:26.986Z] #2 DONE 0.0s [2025-07-11T02:13:26.986Z] [2025-07-11T02:13:26.986Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-07-11T02:13:26.986Z] #3 DONE 0.0s [2025-07-11T02:13:26.986Z] [2025-07-11T02:13:26.986Z] #4 [internal] load .dockerignore [2025-07-11T02:13:26.986Z] #4 transferring context: 2B done [2025-07-11T02:13:26.986Z] #4 DONE 0.0s [2025-07-11T02:13:26.986Z] [2025-07-11T02:13:26.986Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 [2025-07-11T02:13:26.986Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 [2025-07-11T02:13:27.245Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done [2025-07-11T02:13:27.245Z] #5 CACHED [2025-07-11T02:13:27.245Z] [2025-07-11T02:13:27.245Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 [2025-07-11T02:13:27.245Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done [2025-07-11T02:13:27.245Z] #6 CACHED [2025-07-11T02:13:27.245Z] [2025-07-11T02:13:27.245Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:27.245Z] #7 DONE 0.0s [2025-07-11T02:13:27.245Z] [2025-07-11T02:13:27.245Z] #8 exporting to image [2025-07-11T02:13:27.245Z] #8 exporting layers done [2025-07-11T02:13:27.245Z] #8 exporting manifest sha256:2ed5eda4f9beb6805fed04b3862230bd56e478074ed0577853121c74be65ac43 done [2025-07-11T02:13:27.245Z] #8 exporting config sha256:58bb3186370c8341acab982267059730cf376ce5e61440dd8b94008b6a2bec2e done [2025-07-11T02:13:27.245Z] #8 exporting manifest sha256:4c3387e4d0aa84463abbe7544b24d026ef88fc4562b9d03622a6058a0eb9e491 done [2025-07-11T02:13:27.245Z] #8 exporting config sha256:d0259df3b5031a5ae2c8353b87941ae215c7f58c6c2afd825b5b86ef18ebc607 done [2025-07-11T02:13:27.245Z] #8 exporting manifest list sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 done [2025-07-11T02:13:27.245Z] #8 pushing layers 0.0s done [2025-07-11T02:13:27.245Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 0.1s done [2025-07-11T02:13:27.245Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:27.245Z] #8 DONE 0.1s [2025-07-11T02:13:27.245Z] [2025-07-11T02:13:27.245Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:27.245Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:27.536Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873' [2025-07-11T02:13:27.536Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - [2025-07-11T02:13:27.536Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:27.795Z] #1 transferring dockerfile: 196B done [2025-07-11T02:13:27.795Z] #1 DONE 0.0s [2025-07-11T02:13:27.795Z] [2025-07-11T02:13:27.795Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:27.795Z] #2 DONE 0.0s [2025-07-11T02:13:27.795Z] [2025-07-11T02:13:27.795Z] #3 [internal] load .dockerignore [2025-07-11T02:13:27.795Z] #3 transferring context: 2B done [2025-07-11T02:13:27.795Z] #3 DONE 0.0s [2025-07-11T02:13:27.795Z] [2025-07-11T02:13:27.795Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:27.795Z] #4 DONE 0.1s [2025-07-11T02:13:27.795Z] [2025-07-11T02:13:27.795Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de [2025-07-11T02:13:27.795Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done [2025-07-11T02:13:27.795Z] #5 DONE 0.0s [2025-07-11T02:13:27.795Z] [2025-07-11T02:13:27.795Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de [2025-07-11T02:13:27.795Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done [2025-07-11T02:13:27.795Z] #6 DONE 0.1s [2025-07-11T02:13:27.796Z] [2025-07-11T02:13:27.796Z] #7 exporting to image [2025-07-11T02:13:27.796Z] #7 exporting layers done [2025-07-11T02:13:27.796Z] #7 exporting manifest sha256:37a9dd7f806708b8ca3c249a6ae597fa5cf4e0a73b482169c6a9a2aba82fe079 0.0s done [2025-07-11T02:13:27.796Z] #7 exporting config sha256:646ab2762b20b1f1acd52077d494225f44087a6257626b01479ef22b18757eca [2025-07-11T02:13:27.796Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:27.796Z] #7 ... [2025-07-11T02:13:27.796Z] [2025-07-11T02:13:27.796Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:27.796Z] #8 DONE 0.0s [2025-07-11T02:13:27.796Z] [2025-07-11T02:13:27.796Z] #7 exporting to image [2025-07-11T02:13:27.796Z] #7 exporting config sha256:646ab2762b20b1f1acd52077d494225f44087a6257626b01479ef22b18757eca done [2025-07-11T02:13:27.796Z] #7 exporting manifest sha256:924a1dbea605fb4dfdb84db2ac8a6f2fc1e180bf4d72839509c9815a88209712 done [2025-07-11T02:13:27.796Z] #7 exporting config sha256:3848be0a69f2de727d68eb43948ded242d3f251f14ab9bc0d7d23e77a12ae081 done [2025-07-11T02:13:27.796Z] #7 exporting manifest list sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 done [2025-07-11T02:13:27.796Z] #7 pushing layers 0.1s done [2025-07-11T02:13:27.796Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 [2025-07-11T02:13:28.054Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 0.1s done [2025-07-11T02:13:28.054Z] #7 DONE 0.2s [2025-07-11T02:13:28.054Z] [2025-07-11T02:13:28.054Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:28.054Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:28.346Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-07-11T02:13:28.346Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-07-11T02:13:28.346Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:28.346Z] #1 transferring dockerfile: 162B done [2025-07-11T02:13:28.346Z] #1 DONE 0.0s [2025-07-11T02:13:28.346Z] [2025-07-11T02:13:28.346Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-11T02:13:28.346Z] #2 DONE 0.0s [2025-07-11T02:13:28.346Z] [2025-07-11T02:13:28.346Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-11T02:13:28.346Z] #3 DONE 0.0s [2025-07-11T02:13:28.346Z] [2025-07-11T02:13:28.346Z] #4 [internal] load .dockerignore [2025-07-11T02:13:28.346Z] #4 transferring context: 2B done [2025-07-11T02:13:28.346Z] #4 DONE 0.0s [2025-07-11T02:13:28.607Z] [2025-07-11T02:13:28.607Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de [2025-07-11T02:13:28.607Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done [2025-07-11T02:13:28.607Z] #5 CACHED [2025-07-11T02:13:28.607Z] [2025-07-11T02:13:28.607Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de [2025-07-11T02:13:28.607Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done [2025-07-11T02:13:28.607Z] #6 CACHED [2025-07-11T02:13:28.607Z] [2025-07-11T02:13:28.607Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:28.607Z] #7 DONE 0.0s [2025-07-11T02:13:28.607Z] [2025-07-11T02:13:28.607Z] #8 exporting to image [2025-07-11T02:13:28.607Z] #8 exporting layers done [2025-07-11T02:13:28.607Z] #8 exporting manifest sha256:37a9dd7f806708b8ca3c249a6ae597fa5cf4e0a73b482169c6a9a2aba82fe079 done [2025-07-11T02:13:28.607Z] #8 exporting config sha256:646ab2762b20b1f1acd52077d494225f44087a6257626b01479ef22b18757eca done [2025-07-11T02:13:28.607Z] #8 exporting manifest sha256:924a1dbea605fb4dfdb84db2ac8a6f2fc1e180bf4d72839509c9815a88209712 done [2025-07-11T02:13:28.607Z] #8 exporting config sha256:3848be0a69f2de727d68eb43948ded242d3f251f14ab9bc0d7d23e77a12ae081 done [2025-07-11T02:13:28.607Z] #8 exporting manifest list sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 done [2025-07-11T02:13:28.607Z] #8 pushing layers 0.0s done [2025-07-11T02:13:28.607Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 0.1s done [2025-07-11T02:13:28.607Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:28.607Z] #8 DONE 0.1s [2025-07-11T02:13:28.607Z] [2025-07-11T02:13:28.607Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:28.607Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:28.892Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40' [2025-07-11T02:13:28.892Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40 --push - [2025-07-11T02:13:29.150Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:29.150Z] #1 transferring dockerfile: 168B done [2025-07-11T02:13:29.150Z] #1 DONE 0.0s [2025-07-11T02:13:29.150Z] [2025-07-11T02:13:29.150Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40 [2025-07-11T02:13:29.150Z] #2 DONE 0.0s [2025-07-11T02:13:29.150Z] [2025-07-11T02:13:29.150Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40 [2025-07-11T02:13:29.150Z] #3 DONE 0.0s [2025-07-11T02:13:29.150Z] [2025-07-11T02:13:29.150Z] #4 [internal] load .dockerignore [2025-07-11T02:13:29.150Z] #4 transferring context: 2B done [2025-07-11T02:13:29.150Z] #4 DONE 0.0s [2025-07-11T02:13:29.150Z] [2025-07-11T02:13:29.150Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de [2025-07-11T02:13:29.150Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done [2025-07-11T02:13:29.150Z] #5 CACHED [2025-07-11T02:13:29.150Z] [2025-07-11T02:13:29.150Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de [2025-07-11T02:13:29.150Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done [2025-07-11T02:13:29.150Z] #6 CACHED [2025-07-11T02:13:29.150Z] [2025-07-11T02:13:29.150Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:29.150Z] #7 DONE 0.0s [2025-07-11T02:13:29.150Z] [2025-07-11T02:13:29.150Z] #8 exporting to image [2025-07-11T02:13:29.150Z] #8 exporting layers done [2025-07-11T02:13:29.150Z] #8 exporting manifest sha256:37a9dd7f806708b8ca3c249a6ae597fa5cf4e0a73b482169c6a9a2aba82fe079 done [2025-07-11T02:13:29.150Z] #8 exporting config sha256:646ab2762b20b1f1acd52077d494225f44087a6257626b01479ef22b18757eca done [2025-07-11T02:13:29.150Z] #8 exporting manifest sha256:924a1dbea605fb4dfdb84db2ac8a6f2fc1e180bf4d72839509c9815a88209712 done [2025-07-11T02:13:29.150Z] #8 exporting config sha256:3848be0a69f2de727d68eb43948ded242d3f251f14ab9bc0d7d23e77a12ae081 done [2025-07-11T02:13:29.150Z] #8 exporting manifest list sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 done [2025-07-11T02:13:29.150Z] #8 pushing layers 0.0s done [2025-07-11T02:13:29.150Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40@sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 0.1s done [2025-07-11T02:13:29.150Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:29.150Z] #8 DONE 0.1s [2025-07-11T02:13:29.150Z] [2025-07-11T02:13:29.150Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:29.150Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:29.441Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' [2025-07-11T02:13:29.441Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - [2025-07-11T02:13:29.702Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:29.702Z] #1 transferring dockerfile: 209B done [2025-07-11T02:13:29.702Z] #1 DONE 0.0s [2025-07-11T02:13:29.702Z] [2025-07-11T02:13:29.702Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:29.702Z] #2 DONE 0.0s [2025-07-11T02:13:29.702Z] [2025-07-11T02:13:29.702Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:29.702Z] #3 DONE 0.0s [2025-07-11T02:13:29.702Z] [2025-07-11T02:13:29.702Z] #4 [internal] load .dockerignore [2025-07-11T02:13:29.702Z] #4 transferring context: 2B done [2025-07-11T02:13:29.702Z] #4 DONE 0.0s [2025-07-11T02:13:29.702Z] [2025-07-11T02:13:29.702Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de [2025-07-11T02:13:29.702Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done [2025-07-11T02:13:29.702Z] #5 DONE 0.0s [2025-07-11T02:13:29.702Z] [2025-07-11T02:13:29.702Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de [2025-07-11T02:13:29.702Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done [2025-07-11T02:13:29.702Z] #6 CACHED [2025-07-11T02:13:29.702Z] [2025-07-11T02:13:29.703Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de [2025-07-11T02:13:29.703Z] #5 CACHED [2025-07-11T02:13:29.703Z] [2025-07-11T02:13:29.703Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:29.703Z] #7 DONE 0.0s [2025-07-11T02:13:29.703Z] [2025-07-11T02:13:29.703Z] #8 exporting to image [2025-07-11T02:13:29.703Z] #8 exporting layers done [2025-07-11T02:13:29.703Z] #8 exporting manifest sha256:37a9dd7f806708b8ca3c249a6ae597fa5cf4e0a73b482169c6a9a2aba82fe079 done [2025-07-11T02:13:29.703Z] #8 exporting config sha256:646ab2762b20b1f1acd52077d494225f44087a6257626b01479ef22b18757eca done [2025-07-11T02:13:29.703Z] #8 exporting manifest sha256:924a1dbea605fb4dfdb84db2ac8a6f2fc1e180bf4d72839509c9815a88209712 done [2025-07-11T02:13:29.703Z] #8 exporting config sha256:3848be0a69f2de727d68eb43948ded242d3f251f14ab9bc0d7d23e77a12ae081 done [2025-07-11T02:13:29.703Z] #8 exporting manifest list sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 done [2025-07-11T02:13:29.703Z] #8 pushing layers 0.0s done [2025-07-11T02:13:29.703Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 0.1s done [2025-07-11T02:13:29.703Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:29.703Z] #8 DONE 0.1s [2025-07-11T02:13:29.703Z] [2025-07-11T02:13:29.703Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:29.703Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:29.996Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-07-11T02:13:29.996Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-07-11T02:13:29.996Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:29.996Z] #1 transferring dockerfile: 160B done [2025-07-11T02:13:29.996Z] #1 DONE 0.0s [2025-07-11T02:13:29.996Z] [2025-07-11T02:13:29.996Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-07-11T02:13:29.996Z] #2 DONE 0.0s [2025-07-11T02:13:29.996Z] [2025-07-11T02:13:29.996Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-07-11T02:13:29.996Z] #3 DONE 0.0s [2025-07-11T02:13:29.996Z] [2025-07-11T02:13:29.996Z] #4 [internal] load .dockerignore [2025-07-11T02:13:29.996Z] #4 transferring context: 2B done [2025-07-11T02:13:29.996Z] #4 DONE 0.0s [2025-07-11T02:13:29.996Z] [2025-07-11T02:13:29.996Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de [2025-07-11T02:13:29.996Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done [2025-07-11T02:13:29.996Z] #5 DONE 0.0s [2025-07-11T02:13:29.996Z] [2025-07-11T02:13:29.996Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de [2025-07-11T02:13:30.256Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done [2025-07-11T02:13:30.256Z] #6 CACHED [2025-07-11T02:13:30.256Z] [2025-07-11T02:13:30.256Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de [2025-07-11T02:13:30.256Z] #5 CACHED [2025-07-11T02:13:30.256Z] [2025-07-11T02:13:30.256Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:30.256Z] #7 DONE 0.0s [2025-07-11T02:13:30.256Z] [2025-07-11T02:13:30.256Z] #8 exporting to image [2025-07-11T02:13:30.256Z] #8 exporting layers done [2025-07-11T02:13:30.256Z] #8 exporting manifest sha256:37a9dd7f806708b8ca3c249a6ae597fa5cf4e0a73b482169c6a9a2aba82fe079 done [2025-07-11T02:13:30.256Z] #8 exporting config sha256:646ab2762b20b1f1acd52077d494225f44087a6257626b01479ef22b18757eca done [2025-07-11T02:13:30.256Z] #8 exporting manifest sha256:924a1dbea605fb4dfdb84db2ac8a6f2fc1e180bf4d72839509c9815a88209712 done [2025-07-11T02:13:30.256Z] #8 exporting config sha256:3848be0a69f2de727d68eb43948ded242d3f251f14ab9bc0d7d23e77a12ae081 done [2025-07-11T02:13:30.256Z] #8 exporting manifest list sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 done [2025-07-11T02:13:30.256Z] #8 pushing layers 0.0s done [2025-07-11T02:13:30.256Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 0.1s done [2025-07-11T02:13:30.256Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:30.256Z] #8 DONE 0.1s [2025-07-11T02:13:30.256Z] [2025-07-11T02:13:30.256Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:30.256Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:30.546Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - [2025-07-11T02:13:30.546Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873' [2025-07-11T02:13:30.807Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:30.807Z] #1 transferring dockerfile: 198B done [2025-07-11T02:13:30.807Z] #1 DONE 0.0s [2025-07-11T02:13:30.807Z] [2025-07-11T02:13:30.807Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:30.807Z] #2 DONE 0.0s [2025-07-11T02:13:30.807Z] [2025-07-11T02:13:30.807Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:30.807Z] #3 DONE 0.0s [2025-07-11T02:13:30.807Z] [2025-07-11T02:13:30.807Z] #4 [internal] load .dockerignore [2025-07-11T02:13:30.807Z] #4 transferring context: 2B done [2025-07-11T02:13:30.807Z] #4 DONE 0.0s [2025-07-11T02:13:30.807Z] [2025-07-11T02:13:30.807Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 [2025-07-11T02:13:30.807Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done [2025-07-11T02:13:30.807Z] #5 DONE 0.0s [2025-07-11T02:13:30.807Z] [2025-07-11T02:13:30.807Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 [2025-07-11T02:13:30.807Z] #6 DONE 0.0s [2025-07-11T02:13:30.807Z] [2025-07-11T02:13:30.807Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 [2025-07-11T02:13:30.807Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done [2025-07-11T02:13:30.807Z] #5 DONE 0.1s [2025-07-11T02:13:30.807Z] [2025-07-11T02:13:30.807Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:30.807Z] #7 DONE 0.0s [2025-07-11T02:13:30.807Z] [2025-07-11T02:13:30.807Z] #8 exporting to image [2025-07-11T02:13:30.807Z] #8 exporting layers done [2025-07-11T02:13:30.807Z] #8 exporting manifest sha256:989302d13e40a91f6bfa9f2f3523e4e85dc5887e8979c87f2d3ea0d3cdb88dda done [2025-07-11T02:13:30.807Z] #8 exporting config sha256:fdb84468fb2ebe79c6a38a47632a9fa1e20cd3312e095c065e02fa6fa70bb37e done [2025-07-11T02:13:30.807Z] #8 exporting manifest sha256:d82e5e7d108399baae33137b2e74b4a54ffed3056ab8379559cfde5827c00239 done [2025-07-11T02:13:30.807Z] #8 exporting config sha256:161f9e00dc249b0a2b7fbf24d0a656e02f9aea4f4c0b0f729b1957bb5638a132 done [2025-07-11T02:13:30.807Z] #8 exporting manifest list sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 done [2025-07-11T02:13:30.807Z] #8 pushing layers 0.1s done [2025-07-11T02:13:30.807Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 [2025-07-11T02:13:30.807Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:31.066Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 0.1s done [2025-07-11T02:13:31.066Z] #8 DONE 0.2s [2025-07-11T02:13:31.066Z] [2025-07-11T02:13:31.066Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:31.066Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:31.360Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-07-11T02:13:31.360Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-07-11T02:13:31.360Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:31.360Z] #1 transferring dockerfile: 164B done [2025-07-11T02:13:31.360Z] #1 DONE 0.0s [2025-07-11T02:13:31.360Z] [2025-07-11T02:13:31.360Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-11T02:13:31.360Z] #2 DONE 0.0s [2025-07-11T02:13:31.360Z] [2025-07-11T02:13:31.360Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-11T02:13:31.360Z] #3 DONE 0.0s [2025-07-11T02:13:31.360Z] [2025-07-11T02:13:31.360Z] #4 [internal] load .dockerignore [2025-07-11T02:13:31.360Z] #4 transferring context: 2B done [2025-07-11T02:13:31.360Z] #4 DONE 0.0s [2025-07-11T02:13:31.360Z] [2025-07-11T02:13:31.360Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 [2025-07-11T02:13:31.360Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 [2025-07-11T02:13:31.623Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done [2025-07-11T02:13:31.623Z] #5 CACHED [2025-07-11T02:13:31.623Z] [2025-07-11T02:13:31.623Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 [2025-07-11T02:13:31.623Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done [2025-07-11T02:13:31.623Z] #6 CACHED [2025-07-11T02:13:31.623Z] [2025-07-11T02:13:31.623Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:31.623Z] #7 DONE 0.0s [2025-07-11T02:13:31.623Z] [2025-07-11T02:13:31.623Z] #8 exporting to image [2025-07-11T02:13:31.623Z] #8 exporting layers done [2025-07-11T02:13:31.623Z] #8 exporting manifest sha256:989302d13e40a91f6bfa9f2f3523e4e85dc5887e8979c87f2d3ea0d3cdb88dda done [2025-07-11T02:13:31.623Z] #8 exporting config sha256:fdb84468fb2ebe79c6a38a47632a9fa1e20cd3312e095c065e02fa6fa70bb37e done [2025-07-11T02:13:31.623Z] #8 exporting manifest sha256:d82e5e7d108399baae33137b2e74b4a54ffed3056ab8379559cfde5827c00239 done [2025-07-11T02:13:31.623Z] #8 exporting config sha256:161f9e00dc249b0a2b7fbf24d0a656e02f9aea4f4c0b0f729b1957bb5638a132 done [2025-07-11T02:13:31.623Z] #8 exporting manifest list sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 done [2025-07-11T02:13:31.623Z] #8 pushing layers 0.0s done [2025-07-11T02:13:31.623Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 0.1s done [2025-07-11T02:13:31.623Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:31.623Z] #8 DONE 0.1s [2025-07-11T02:13:31.623Z] [2025-07-11T02:13:31.623Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:31.623Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:31.911Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40' [2025-07-11T02:13:31.911Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40 --push - [2025-07-11T02:13:31.911Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:31.911Z] #1 transferring dockerfile: 170B done [2025-07-11T02:13:31.911Z] #1 DONE 0.0s [2025-07-11T02:13:31.911Z] [2025-07-11T02:13:31.911Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40 [2025-07-11T02:13:31.911Z] #2 DONE 0.0s [2025-07-11T02:13:31.911Z] [2025-07-11T02:13:31.911Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40 [2025-07-11T02:13:31.911Z] #3 DONE 0.0s [2025-07-11T02:13:31.911Z] [2025-07-11T02:13:31.911Z] #4 [internal] load .dockerignore [2025-07-11T02:13:31.911Z] #4 transferring context: 2B done [2025-07-11T02:13:31.911Z] #4 DONE 0.0s [2025-07-11T02:13:31.911Z] [2025-07-11T02:13:31.911Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 [2025-07-11T02:13:31.911Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done [2025-07-11T02:13:31.911Z] #5 DONE 0.0s [2025-07-11T02:13:31.911Z] [2025-07-11T02:13:31.911Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 [2025-07-11T02:13:32.171Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done [2025-07-11T02:13:32.171Z] #6 CACHED [2025-07-11T02:13:32.171Z] [2025-07-11T02:13:32.171Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 [2025-07-11T02:13:32.171Z] #5 CACHED [2025-07-11T02:13:32.171Z] [2025-07-11T02:13:32.171Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:32.171Z] #7 DONE 0.0s [2025-07-11T02:13:32.171Z] [2025-07-11T02:13:32.171Z] #8 exporting to image [2025-07-11T02:13:32.171Z] #8 exporting layers done [2025-07-11T02:13:32.171Z] #8 exporting manifest sha256:989302d13e40a91f6bfa9f2f3523e4e85dc5887e8979c87f2d3ea0d3cdb88dda done [2025-07-11T02:13:32.171Z] #8 exporting config sha256:fdb84468fb2ebe79c6a38a47632a9fa1e20cd3312e095c065e02fa6fa70bb37e done [2025-07-11T02:13:32.171Z] #8 exporting manifest sha256:d82e5e7d108399baae33137b2e74b4a54ffed3056ab8379559cfde5827c00239 done [2025-07-11T02:13:32.171Z] #8 exporting config sha256:161f9e00dc249b0a2b7fbf24d0a656e02f9aea4f4c0b0f729b1957bb5638a132 done [2025-07-11T02:13:32.171Z] #8 exporting manifest list sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 done [2025-07-11T02:13:32.171Z] #8 pushing layers 0.0s done [2025-07-11T02:13:32.171Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40@sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 0.1s done [2025-07-11T02:13:32.171Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:32.171Z] #8 DONE 0.1s [2025-07-11T02:13:32.171Z] [2025-07-11T02:13:32.171Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:32.171Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:32.463Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' [2025-07-11T02:13:32.463Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - [2025-07-11T02:13:32.463Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:32.463Z] #1 transferring dockerfile: 211B done [2025-07-11T02:13:32.463Z] #1 DONE 0.0s [2025-07-11T02:13:32.463Z] [2025-07-11T02:13:32.463Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:32.463Z] #2 DONE 0.0s [2025-07-11T02:13:32.463Z] [2025-07-11T02:13:32.463Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:32.463Z] #3 DONE 0.0s [2025-07-11T02:13:32.463Z] [2025-07-11T02:13:32.463Z] #4 [internal] load .dockerignore [2025-07-11T02:13:32.463Z] #4 transferring context: 2B done [2025-07-11T02:13:32.463Z] #4 DONE 0.0s [2025-07-11T02:13:32.723Z] [2025-07-11T02:13:32.723Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 [2025-07-11T02:13:32.723Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done [2025-07-11T02:13:32.723Z] #5 CACHED [2025-07-11T02:13:32.723Z] [2025-07-11T02:13:32.723Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 [2025-07-11T02:13:32.723Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done [2025-07-11T02:13:32.723Z] #6 CACHED [2025-07-11T02:13:32.723Z] [2025-07-11T02:13:32.723Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:32.723Z] #7 DONE 0.0s [2025-07-11T02:13:32.723Z] [2025-07-11T02:13:32.723Z] #8 exporting to image [2025-07-11T02:13:32.723Z] #8 exporting layers done [2025-07-11T02:13:32.723Z] #8 exporting manifest sha256:989302d13e40a91f6bfa9f2f3523e4e85dc5887e8979c87f2d3ea0d3cdb88dda done [2025-07-11T02:13:32.723Z] #8 exporting config sha256:fdb84468fb2ebe79c6a38a47632a9fa1e20cd3312e095c065e02fa6fa70bb37e done [2025-07-11T02:13:32.723Z] #8 exporting manifest sha256:d82e5e7d108399baae33137b2e74b4a54ffed3056ab8379559cfde5827c00239 done [2025-07-11T02:13:32.723Z] #8 exporting config sha256:161f9e00dc249b0a2b7fbf24d0a656e02f9aea4f4c0b0f729b1957bb5638a132 done [2025-07-11T02:13:32.723Z] #8 exporting manifest list sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 done [2025-07-11T02:13:32.723Z] #8 pushing layers 0.0s done [2025-07-11T02:13:32.723Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 0.1s done [2025-07-11T02:13:32.723Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:32.723Z] #8 DONE 0.1s [2025-07-11T02:13:32.723Z] [2025-07-11T02:13:32.723Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:32.723Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:33.018Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-07-11T02:13:33.018Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-07-11T02:13:33.018Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:33.018Z] #1 transferring dockerfile: 162B done [2025-07-11T02:13:33.018Z] #1 DONE 0.0s [2025-07-11T02:13:33.018Z] [2025-07-11T02:13:33.018Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-07-11T02:13:33.018Z] #2 DONE 0.0s [2025-07-11T02:13:33.018Z] [2025-07-11T02:13:33.018Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-07-11T02:13:33.018Z] #3 DONE 0.0s [2025-07-11T02:13:33.018Z] [2025-07-11T02:13:33.018Z] #4 [internal] load .dockerignore [2025-07-11T02:13:33.018Z] #4 transferring context: 2B done [2025-07-11T02:13:33.018Z] #4 DONE 0.0s [2025-07-11T02:13:33.018Z] [2025-07-11T02:13:33.018Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 [2025-07-11T02:13:33.019Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done [2025-07-11T02:13:33.019Z] #5 CACHED [2025-07-11T02:13:33.019Z] [2025-07-11T02:13:33.019Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 [2025-07-11T02:13:33.019Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done [2025-07-11T02:13:33.019Z] #6 CACHED [2025-07-11T02:13:33.019Z] [2025-07-11T02:13:33.019Z] #7 exporting to image [2025-07-11T02:13:33.019Z] #7 exporting layers done [2025-07-11T02:13:33.019Z] #7 exporting manifest sha256:989302d13e40a91f6bfa9f2f3523e4e85dc5887e8979c87f2d3ea0d3cdb88dda done [2025-07-11T02:13:33.019Z] #7 exporting config sha256:fdb84468fb2ebe79c6a38a47632a9fa1e20cd3312e095c065e02fa6fa70bb37e [2025-07-11T02:13:33.019Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:33.278Z] #7 exporting config sha256:fdb84468fb2ebe79c6a38a47632a9fa1e20cd3312e095c065e02fa6fa70bb37e done [2025-07-11T02:13:33.278Z] #7 exporting manifest sha256:d82e5e7d108399baae33137b2e74b4a54ffed3056ab8379559cfde5827c00239 done [2025-07-11T02:13:33.278Z] #7 exporting config sha256:161f9e00dc249b0a2b7fbf24d0a656e02f9aea4f4c0b0f729b1957bb5638a132 done [2025-07-11T02:13:33.278Z] #7 exporting manifest list sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 done [2025-07-11T02:13:33.278Z] #7 pushing layers 0.0s done [2025-07-11T02:13:33.278Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 0.1s done [2025-07-11T02:13:33.278Z] #7 DONE 0.1s [2025-07-11T02:13:33.278Z] [2025-07-11T02:13:33.278Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:33.278Z] #8 DONE 0.0s [2025-07-11T02:13:33.278Z] [2025-07-11T02:13:33.278Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:33.278Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:33.575Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - [2025-07-11T02:13:33.575Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873' [2025-07-11T02:13:33.575Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:33.575Z] #1 transferring dockerfile: 206B done [2025-07-11T02:13:33.575Z] #1 DONE 0.0s [2025-07-11T02:13:33.575Z] [2025-07-11T02:13:33.575Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:33.575Z] #2 DONE 0.0s [2025-07-11T02:13:33.575Z] [2025-07-11T02:13:33.575Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:33.575Z] #3 DONE 0.1s [2025-07-11T02:13:33.575Z] [2025-07-11T02:13:33.575Z] #4 [internal] load .dockerignore [2025-07-11T02:13:33.575Z] #4 transferring context: 2B done [2025-07-11T02:13:33.575Z] #4 DONE 0.0s [2025-07-11T02:13:33.834Z] [2025-07-11T02:13:33.834Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 [2025-07-11T02:13:33.835Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done [2025-07-11T02:13:33.835Z] #5 DONE 0.0s [2025-07-11T02:13:33.835Z] [2025-07-11T02:13:33.835Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 [2025-07-11T02:13:33.835Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done [2025-07-11T02:13:33.835Z] #6 DONE 0.2s [2025-07-11T02:13:33.835Z] [2025-07-11T02:13:33.835Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:34.104Z] #7 DONE 0.0s [2025-07-11T02:13:34.104Z] [2025-07-11T02:13:34.104Z] #8 exporting to image [2025-07-11T02:13:34.104Z] #8 exporting layers done [2025-07-11T02:13:34.104Z] #8 exporting manifest sha256:f2f1b33728cfc48f52f1d1cf48721836d6befab1bcb9cf98c596f14ae11e8374 done [2025-07-11T02:13:34.104Z] #8 exporting config sha256:22550b71a4e4b74a24c7ca71f2da9f3d6f81e0a23bed70f9dec45541eea1240e done [2025-07-11T02:13:34.104Z] #8 exporting manifest sha256:98fa368182c12888915b07e0cec40491e6f8fd9cfa2b10c7773509047db92c9b done [2025-07-11T02:13:34.104Z] #8 exporting config sha256:f0557f8c857ab7b3fd1950124044da3fbd3df36270acc93146471a21c8974208 done [2025-07-11T02:13:34.104Z] #8 exporting manifest list sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 done [2025-07-11T02:13:34.104Z] #8 pushing layers 0.1s done [2025-07-11T02:13:34.104Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 [2025-07-11T02:13:34.104Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:34.104Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 0.1s done [2025-07-11T02:13:34.104Z] #8 DONE 0.2s [2025-07-11T02:13:34.104Z] [2025-07-11T02:13:34.104Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:34.104Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:34.403Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-07-11T02:13:34.403Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-07-11T02:13:34.403Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:34.403Z] #1 transferring dockerfile: 172B done [2025-07-11T02:13:34.403Z] #1 DONE 0.0s [2025-07-11T02:13:34.403Z] [2025-07-11T02:13:34.403Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-11T02:13:34.403Z] #2 DONE 0.0s [2025-07-11T02:13:34.403Z] [2025-07-11T02:13:34.403Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-11T02:13:34.403Z] #3 DONE 0.0s [2025-07-11T02:13:34.403Z] [2025-07-11T02:13:34.403Z] #4 [internal] load .dockerignore [2025-07-11T02:13:34.403Z] #4 transferring context: 2B done [2025-07-11T02:13:34.403Z] #4 DONE 0.0s [2025-07-11T02:13:34.403Z] [2025-07-11T02:13:34.403Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 [2025-07-11T02:13:34.403Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done [2025-07-11T02:13:34.403Z] #5 CACHED [2025-07-11T02:13:34.403Z] [2025-07-11T02:13:34.403Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 [2025-07-11T02:13:34.663Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done [2025-07-11T02:13:34.663Z] #6 CACHED [2025-07-11T02:13:34.663Z] [2025-07-11T02:13:34.663Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:34.663Z] #7 DONE 0.0s [2025-07-11T02:13:34.663Z] [2025-07-11T02:13:34.663Z] #8 exporting to image [2025-07-11T02:13:34.663Z] #8 exporting layers done [2025-07-11T02:13:34.663Z] #8 exporting manifest sha256:f2f1b33728cfc48f52f1d1cf48721836d6befab1bcb9cf98c596f14ae11e8374 done [2025-07-11T02:13:34.663Z] #8 exporting config sha256:22550b71a4e4b74a24c7ca71f2da9f3d6f81e0a23bed70f9dec45541eea1240e done [2025-07-11T02:13:34.663Z] #8 exporting manifest sha256:98fa368182c12888915b07e0cec40491e6f8fd9cfa2b10c7773509047db92c9b done [2025-07-11T02:13:34.663Z] #8 exporting config sha256:f0557f8c857ab7b3fd1950124044da3fbd3df36270acc93146471a21c8974208 done [2025-07-11T02:13:34.663Z] #8 exporting manifest list sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 done [2025-07-11T02:13:34.663Z] #8 pushing layers 0.0s done [2025-07-11T02:13:34.663Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 0.1s done [2025-07-11T02:13:34.663Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:34.663Z] #8 DONE 0.1s [2025-07-11T02:13:34.663Z] [2025-07-11T02:13:34.663Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:34.663Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:34.958Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40' [2025-07-11T02:13:34.958Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40 --push - [2025-07-11T02:13:34.958Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:34.958Z] #1 transferring dockerfile: 178B done [2025-07-11T02:13:34.958Z] #1 DONE 0.0s [2025-07-11T02:13:34.958Z] [2025-07-11T02:13:34.958Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40 [2025-07-11T02:13:34.958Z] #2 DONE 0.0s [2025-07-11T02:13:34.958Z] [2025-07-11T02:13:34.958Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40 [2025-07-11T02:13:34.958Z] #3 DONE 0.0s [2025-07-11T02:13:34.958Z] [2025-07-11T02:13:34.958Z] #4 [internal] load .dockerignore [2025-07-11T02:13:34.958Z] #4 transferring context: 2B done [2025-07-11T02:13:34.958Z] #4 DONE 0.0s [2025-07-11T02:13:34.958Z] [2025-07-11T02:13:34.958Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 [2025-07-11T02:13:34.958Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done [2025-07-11T02:13:34.958Z] #5 DONE 0.0s [2025-07-11T02:13:34.958Z] [2025-07-11T02:13:34.958Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 [2025-07-11T02:13:35.217Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done [2025-07-11T02:13:35.217Z] #6 CACHED [2025-07-11T02:13:35.217Z] [2025-07-11T02:13:35.217Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 [2025-07-11T02:13:35.217Z] #5 CACHED [2025-07-11T02:13:35.217Z] [2025-07-11T02:13:35.217Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:35.217Z] #7 DONE 0.0s [2025-07-11T02:13:35.217Z] [2025-07-11T02:13:35.217Z] #8 exporting to image [2025-07-11T02:13:35.217Z] #8 exporting layers done [2025-07-11T02:13:35.217Z] #8 exporting manifest sha256:f2f1b33728cfc48f52f1d1cf48721836d6befab1bcb9cf98c596f14ae11e8374 done [2025-07-11T02:13:35.217Z] #8 exporting config sha256:22550b71a4e4b74a24c7ca71f2da9f3d6f81e0a23bed70f9dec45541eea1240e done [2025-07-11T02:13:35.217Z] #8 exporting manifest sha256:98fa368182c12888915b07e0cec40491e6f8fd9cfa2b10c7773509047db92c9b done [2025-07-11T02:13:35.217Z] #8 exporting config sha256:f0557f8c857ab7b3fd1950124044da3fbd3df36270acc93146471a21c8974208 done [2025-07-11T02:13:35.218Z] #8 exporting manifest list sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 done [2025-07-11T02:13:35.218Z] #8 pushing layers 0.0s done [2025-07-11T02:13:35.218Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40@sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 0.1s done [2025-07-11T02:13:35.218Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:35.218Z] #8 DONE 0.1s [2025-07-11T02:13:35.218Z] [2025-07-11T02:13:35.218Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:35.218Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:35.513Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' [2025-07-11T02:13:35.513Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - [2025-07-11T02:13:35.513Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:35.513Z] #1 transferring dockerfile: 219B done [2025-07-11T02:13:35.513Z] #1 DONE 0.0s [2025-07-11T02:13:35.513Z] [2025-07-11T02:13:35.513Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:35.513Z] #2 DONE 0.0s [2025-07-11T02:13:35.513Z] [2025-07-11T02:13:35.513Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:35.513Z] #3 DONE 0.0s [2025-07-11T02:13:35.513Z] [2025-07-11T02:13:35.513Z] #4 [internal] load .dockerignore [2025-07-11T02:13:35.513Z] #4 transferring context: 2B done [2025-07-11T02:13:35.513Z] #4 DONE 0.0s [2025-07-11T02:13:35.513Z] [2025-07-11T02:13:35.513Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 [2025-07-11T02:13:35.513Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done [2025-07-11T02:13:35.513Z] #5 CACHED [2025-07-11T02:13:35.513Z] [2025-07-11T02:13:35.513Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 [2025-07-11T02:13:35.513Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done [2025-07-11T02:13:35.513Z] #6 CACHED [2025-07-11T02:13:35.513Z] [2025-07-11T02:13:35.513Z] #7 exporting to image [2025-07-11T02:13:35.513Z] #7 exporting layers [2025-07-11T02:13:35.513Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:35.773Z] #7 exporting layers done [2025-07-11T02:13:35.773Z] #7 exporting manifest sha256:f2f1b33728cfc48f52f1d1cf48721836d6befab1bcb9cf98c596f14ae11e8374 done [2025-07-11T02:13:35.773Z] #7 exporting config sha256:22550b71a4e4b74a24c7ca71f2da9f3d6f81e0a23bed70f9dec45541eea1240e done [2025-07-11T02:13:35.773Z] #7 exporting manifest sha256:98fa368182c12888915b07e0cec40491e6f8fd9cfa2b10c7773509047db92c9b done [2025-07-11T02:13:35.773Z] #7 exporting config sha256:f0557f8c857ab7b3fd1950124044da3fbd3df36270acc93146471a21c8974208 done [2025-07-11T02:13:35.773Z] #7 exporting manifest list sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 done [2025-07-11T02:13:35.773Z] #7 pushing layers 0.0s done [2025-07-11T02:13:35.773Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 0.1s done [2025-07-11T02:13:35.773Z] #7 DONE 0.1s [2025-07-11T02:13:35.773Z] [2025-07-11T02:13:35.773Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:35.773Z] #8 DONE 0.0s [2025-07-11T02:13:35.773Z] [2025-07-11T02:13:35.773Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:35.773Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:36.068Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-07-11T02:13:36.068Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-07-11T02:13:36.068Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:36.068Z] #1 transferring dockerfile: 170B done [2025-07-11T02:13:36.068Z] #1 DONE 0.0s [2025-07-11T02:13:36.068Z] [2025-07-11T02:13:36.068Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-07-11T02:13:36.068Z] #2 DONE 0.0s [2025-07-11T02:13:36.068Z] [2025-07-11T02:13:36.068Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-07-11T02:13:36.068Z] #3 DONE 0.0s [2025-07-11T02:13:36.068Z] [2025-07-11T02:13:36.068Z] #4 [internal] load .dockerignore [2025-07-11T02:13:36.068Z] #4 transferring context: 2B done [2025-07-11T02:13:36.068Z] #4 DONE 0.0s [2025-07-11T02:13:36.068Z] [2025-07-11T02:13:36.068Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 [2025-07-11T02:13:36.068Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done [2025-07-11T02:13:36.068Z] #5 CACHED [2025-07-11T02:13:36.068Z] [2025-07-11T02:13:36.068Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 [2025-07-11T02:13:36.068Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done [2025-07-11T02:13:36.068Z] #6 CACHED [2025-07-11T02:13:36.068Z] [2025-07-11T02:13:36.068Z] #7 exporting to image [2025-07-11T02:13:36.068Z] #7 exporting layers [2025-07-11T02:13:36.068Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:36.330Z] #7 exporting layers done [2025-07-11T02:13:36.330Z] #7 exporting manifest sha256:f2f1b33728cfc48f52f1d1cf48721836d6befab1bcb9cf98c596f14ae11e8374 done [2025-07-11T02:13:36.330Z] #7 exporting config sha256:22550b71a4e4b74a24c7ca71f2da9f3d6f81e0a23bed70f9dec45541eea1240e done [2025-07-11T02:13:36.330Z] #7 exporting manifest sha256:98fa368182c12888915b07e0cec40491e6f8fd9cfa2b10c7773509047db92c9b done [2025-07-11T02:13:36.330Z] #7 exporting config sha256:f0557f8c857ab7b3fd1950124044da3fbd3df36270acc93146471a21c8974208 done [2025-07-11T02:13:36.330Z] #7 exporting manifest list sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 done [2025-07-11T02:13:36.330Z] #7 pushing layers 0.0s done [2025-07-11T02:13:36.330Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 0.1s done [2025-07-11T02:13:36.330Z] #7 DONE 0.1s [2025-07-11T02:13:36.330Z] [2025-07-11T02:13:36.330Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:36.330Z] #8 DONE 0.0s [2025-07-11T02:13:36.330Z] [2025-07-11T02:13:36.330Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:36.330Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:36.624Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873' [2025-07-11T02:13:36.624Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - [2025-07-11T02:13:36.624Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:36.624Z] #1 transferring dockerfile: 204B done [2025-07-11T02:13:36.624Z] #1 DONE 0.0s [2025-07-11T02:13:36.624Z] [2025-07-11T02:13:36.624Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:36.624Z] #2 DONE 0.0s [2025-07-11T02:13:36.624Z] [2025-07-11T02:13:36.624Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:36.624Z] #3 DONE 0.1s [2025-07-11T02:13:36.624Z] [2025-07-11T02:13:36.624Z] #4 [internal] load .dockerignore [2025-07-11T02:13:36.624Z] #4 transferring context: [2025-07-11T02:13:36.889Z] #4 transferring context: 2B done [2025-07-11T02:13:36.889Z] #4 DONE 0.0s [2025-07-11T02:13:36.889Z] [2025-07-11T02:13:36.889Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 [2025-07-11T02:13:36.889Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 [2025-07-11T02:13:36.889Z] #5 ... [2025-07-11T02:13:36.889Z] [2025-07-11T02:13:36.889Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 [2025-07-11T02:13:36.889Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 0.0s done [2025-07-11T02:13:36.889Z] #6 DONE 0.1s [2025-07-11T02:13:36.889Z] [2025-07-11T02:13:36.889Z] #7 exporting to image [2025-07-11T02:13:36.889Z] #7 exporting layers done [2025-07-11T02:13:36.889Z] #7 exporting manifest sha256:255a522c699bcdec9091bedbf2704e8ca41dc1383bafc017cb58bb248823757f 0.0s done [2025-07-11T02:13:36.889Z] #7 exporting config sha256:f3a5d3f219601ffb42274e5f0eee9cb3a7cd3b031aefa462b1800bbe5d6debb0 [2025-07-11T02:13:36.889Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:36.889Z] #7 ... [2025-07-11T02:13:36.889Z] [2025-07-11T02:13:36.889Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:36.889Z] #8 DONE 0.0s [2025-07-11T02:13:36.889Z] [2025-07-11T02:13:36.889Z] #7 exporting to image [2025-07-11T02:13:36.889Z] #7 exporting config sha256:f3a5d3f219601ffb42274e5f0eee9cb3a7cd3b031aefa462b1800bbe5d6debb0 done [2025-07-11T02:13:36.889Z] #7 exporting manifest sha256:4291bc4ddb38dc9a7f93f28b753de8570496a476b3688eb08ba9fb0a9239a93f done [2025-07-11T02:13:36.889Z] #7 exporting config sha256:44eb84c53473f87bbf2204faa33cba60818ce85eea7fe55fcfdb31ae2c003f77 done [2025-07-11T02:13:36.889Z] #7 exporting manifest list sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 done [2025-07-11T02:13:36.889Z] #7 pushing layers 0.1s done [2025-07-11T02:13:36.889Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 [2025-07-11T02:13:37.150Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 0.1s done [2025-07-11T02:13:37.150Z] #7 DONE 0.2s [2025-07-11T02:13:37.150Z] [2025-07-11T02:13:37.150Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:37.150Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:37.436Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-07-11T02:13:37.436Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-07-11T02:13:37.436Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:37.436Z] #1 transferring dockerfile: 170B done [2025-07-11T02:13:37.437Z] #1 DONE 0.0s [2025-07-11T02:13:37.437Z] [2025-07-11T02:13:37.437Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-11T02:13:37.437Z] #2 DONE 0.0s [2025-07-11T02:13:37.437Z] [2025-07-11T02:13:37.437Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-11T02:13:37.437Z] #3 DONE 0.0s [2025-07-11T02:13:37.437Z] [2025-07-11T02:13:37.437Z] #4 [internal] load .dockerignore [2025-07-11T02:13:37.437Z] #4 transferring context: 2B done [2025-07-11T02:13:37.437Z] #4 DONE 0.0s [2025-07-11T02:13:37.437Z] [2025-07-11T02:13:37.437Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 [2025-07-11T02:13:37.437Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 0.0s done [2025-07-11T02:13:37.437Z] #5 DONE 0.0s [2025-07-11T02:13:37.437Z] [2025-07-11T02:13:37.437Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 [2025-07-11T02:13:37.695Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 0.0s done [2025-07-11T02:13:37.695Z] #6 CACHED [2025-07-11T02:13:37.695Z] [2025-07-11T02:13:37.695Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 [2025-07-11T02:13:37.695Z] #5 CACHED [2025-07-11T02:13:37.695Z] [2025-07-11T02:13:37.695Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:37.695Z] #7 DONE 0.0s [2025-07-11T02:13:37.695Z] [2025-07-11T02:13:37.696Z] #8 exporting to image [2025-07-11T02:13:37.696Z] #8 exporting layers done [2025-07-11T02:13:37.696Z] #8 exporting manifest sha256:255a522c699bcdec9091bedbf2704e8ca41dc1383bafc017cb58bb248823757f done [2025-07-11T02:13:37.696Z] #8 exporting config sha256:f3a5d3f219601ffb42274e5f0eee9cb3a7cd3b031aefa462b1800bbe5d6debb0 done [2025-07-11T02:13:37.696Z] #8 exporting manifest sha256:4291bc4ddb38dc9a7f93f28b753de8570496a476b3688eb08ba9fb0a9239a93f done [2025-07-11T02:13:37.696Z] #8 exporting config sha256:44eb84c53473f87bbf2204faa33cba60818ce85eea7fe55fcfdb31ae2c003f77 done [2025-07-11T02:13:37.696Z] #8 exporting manifest list sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 done [2025-07-11T02:13:37.696Z] #8 pushing layers 0.0s done [2025-07-11T02:13:37.696Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 0.1s done [2025-07-11T02:13:37.696Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:37.696Z] #8 DONE 0.1s [2025-07-11T02:13:37.696Z] [2025-07-11T02:13:37.696Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:37.696Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:37.984Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40' [2025-07-11T02:13:37.984Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40 --push - [2025-07-11T02:13:38.243Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:38.243Z] #1 transferring dockerfile: 176B done [2025-07-11T02:13:38.243Z] #1 DONE 0.1s [2025-07-11T02:13:38.243Z] [2025-07-11T02:13:38.243Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40 [2025-07-11T02:13:38.243Z] #2 DONE 0.0s [2025-07-11T02:13:38.243Z] [2025-07-11T02:13:38.243Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40 [2025-07-11T02:13:38.243Z] #3 DONE 0.0s [2025-07-11T02:13:38.243Z] [2025-07-11T02:13:38.243Z] #4 [internal] load .dockerignore [2025-07-11T02:13:38.243Z] #4 transferring context: 2B done [2025-07-11T02:13:38.243Z] #4 DONE 0.0s [2025-07-11T02:13:38.243Z] [2025-07-11T02:13:38.243Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 [2025-07-11T02:13:38.243Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 0.0s done [2025-07-11T02:13:38.243Z] #5 CACHED [2025-07-11T02:13:38.243Z] [2025-07-11T02:13:38.243Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 [2025-07-11T02:13:38.243Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 0.0s done [2025-07-11T02:13:38.243Z] #6 CACHED [2025-07-11T02:13:38.243Z] [2025-07-11T02:13:38.243Z] #7 exporting to image [2025-07-11T02:13:38.243Z] #7 exporting layers done [2025-07-11T02:13:38.243Z] #7 exporting manifest sha256:255a522c699bcdec9091bedbf2704e8ca41dc1383bafc017cb58bb248823757f done [2025-07-11T02:13:38.243Z] #7 exporting config sha256:f3a5d3f219601ffb42274e5f0eee9cb3a7cd3b031aefa462b1800bbe5d6debb0 done [2025-07-11T02:13:38.243Z] #7 exporting manifest sha256:4291bc4ddb38dc9a7f93f28b753de8570496a476b3688eb08ba9fb0a9239a93f [2025-07-11T02:13:38.243Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:38.504Z] #7 exporting manifest sha256:4291bc4ddb38dc9a7f93f28b753de8570496a476b3688eb08ba9fb0a9239a93f 0.0s done [2025-07-11T02:13:38.504Z] #7 exporting config sha256:44eb84c53473f87bbf2204faa33cba60818ce85eea7fe55fcfdb31ae2c003f77 done [2025-07-11T02:13:38.504Z] #7 exporting manifest list sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 done [2025-07-11T02:13:38.504Z] #7 pushing layers 0.0s done [2025-07-11T02:13:38.504Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40@sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 0.1s done [2025-07-11T02:13:38.504Z] #7 DONE 0.2s [2025-07-11T02:13:38.504Z] [2025-07-11T02:13:38.504Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:38.504Z] #8 DONE 0.0s [2025-07-11T02:13:38.504Z] [2025-07-11T02:13:38.504Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:38.504Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:38.799Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - [2025-07-11T02:13:38.799Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' [2025-07-11T02:13:39.370Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:39.628Z] #1 transferring dockerfile: [2025-07-11T02:13:39.628Z] #1 transferring dockerfile: 217B done [2025-07-11T02:13:39.628Z] #1 DONE 0.4s [2025-07-11T02:13:39.628Z] [2025-07-11T02:13:39.628Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:39.628Z] #2 DONE 0.0s [2025-07-11T02:13:39.628Z] [2025-07-11T02:13:39.628Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:39.628Z] #3 DONE 0.0s [2025-07-11T02:13:39.628Z] [2025-07-11T02:13:39.628Z] #4 [internal] load .dockerignore [2025-07-11T02:13:39.628Z] #4 transferring context: 2B done [2025-07-11T02:13:39.628Z] #4 DONE 0.0s [2025-07-11T02:13:39.628Z] [2025-07-11T02:13:39.628Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 [2025-07-11T02:13:39.628Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 done [2025-07-11T02:13:39.628Z] #5 CACHED [2025-07-11T02:13:39.628Z] [2025-07-11T02:13:39.628Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 [2025-07-11T02:13:39.628Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 done [2025-07-11T02:13:39.628Z] #6 CACHED [2025-07-11T02:13:39.628Z] [2025-07-11T02:13:39.628Z] #7 exporting to image [2025-07-11T02:13:39.628Z] #7 exporting layers done [2025-07-11T02:13:39.628Z] #7 exporting manifest sha256:255a522c699bcdec9091bedbf2704e8ca41dc1383bafc017cb58bb248823757f done [2025-07-11T02:13:39.628Z] #7 exporting config sha256:f3a5d3f219601ffb42274e5f0eee9cb3a7cd3b031aefa462b1800bbe5d6debb0 done [2025-07-11T02:13:39.628Z] #7 exporting manifest sha256:4291bc4ddb38dc9a7f93f28b753de8570496a476b3688eb08ba9fb0a9239a93f done [2025-07-11T02:13:39.628Z] #7 exporting config sha256:44eb84c53473f87bbf2204faa33cba60818ce85eea7fe55fcfdb31ae2c003f77 [2025-07-11T02:13:39.628Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:39.887Z] #7 exporting config sha256:44eb84c53473f87bbf2204faa33cba60818ce85eea7fe55fcfdb31ae2c003f77 done [2025-07-11T02:13:39.887Z] #7 exporting manifest list sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 done [2025-07-11T02:13:39.887Z] #7 pushing layers 0.0s done [2025-07-11T02:13:39.887Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 0.1s done [2025-07-11T02:13:39.887Z] #7 DONE 0.1s [2025-07-11T02:13:39.887Z] [2025-07-11T02:13:39.887Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:39.887Z] #8 DONE 0.0s [2025-07-11T02:13:39.887Z] [2025-07-11T02:13:39.887Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:39.887Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:40.176Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-07-11T02:13:40.176Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-07-11T02:13:40.176Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:40.176Z] #1 transferring dockerfile: 168B done [2025-07-11T02:13:40.176Z] #1 DONE 0.0s [2025-07-11T02:13:40.176Z] [2025-07-11T02:13:40.176Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-07-11T02:13:40.176Z] #2 DONE 0.0s [2025-07-11T02:13:40.176Z] [2025-07-11T02:13:40.176Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-07-11T02:13:40.176Z] #3 DONE 0.0s [2025-07-11T02:13:40.176Z] [2025-07-11T02:13:40.176Z] #4 [internal] load .dockerignore [2025-07-11T02:13:40.176Z] #4 transferring context: 2B done [2025-07-11T02:13:40.176Z] #4 DONE 0.0s [2025-07-11T02:13:40.176Z] [2025-07-11T02:13:40.176Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 [2025-07-11T02:13:40.176Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 0.0s done [2025-07-11T02:13:40.176Z] #5 CACHED [2025-07-11T02:13:40.176Z] [2025-07-11T02:13:40.176Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 [2025-07-11T02:13:40.176Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 0.0s done [2025-07-11T02:13:40.176Z] #6 CACHED [2025-07-11T02:13:40.176Z] [2025-07-11T02:13:40.176Z] #7 exporting to image [2025-07-11T02:13:40.176Z] #7 exporting layers done [2025-07-11T02:13:40.176Z] #7 exporting manifest sha256:255a522c699bcdec9091bedbf2704e8ca41dc1383bafc017cb58bb248823757f [2025-07-11T02:13:40.176Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:40.436Z] #7 exporting manifest sha256:255a522c699bcdec9091bedbf2704e8ca41dc1383bafc017cb58bb248823757f done [2025-07-11T02:13:40.436Z] #7 exporting config sha256:f3a5d3f219601ffb42274e5f0eee9cb3a7cd3b031aefa462b1800bbe5d6debb0 done [2025-07-11T02:13:40.436Z] #7 exporting manifest sha256:4291bc4ddb38dc9a7f93f28b753de8570496a476b3688eb08ba9fb0a9239a93f done [2025-07-11T02:13:40.436Z] #7 exporting config sha256:44eb84c53473f87bbf2204faa33cba60818ce85eea7fe55fcfdb31ae2c003f77 done [2025-07-11T02:13:40.436Z] #7 exporting manifest list sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 done [2025-07-11T02:13:40.436Z] #7 pushing layers 0.0s done [2025-07-11T02:13:40.436Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 0.1s done [2025-07-11T02:13:40.436Z] #7 DONE 0.1s [2025-07-11T02:13:40.436Z] [2025-07-11T02:13:40.436Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:40.436Z] #8 DONE 0.0s [2025-07-11T02:13:40.436Z] [2025-07-11T02:13:40.436Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:40.436Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:40.726Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873' [2025-07-11T02:13:40.726Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - [2025-07-11T02:13:40.726Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:40.726Z] #1 transferring dockerfile: 205B done [2025-07-11T02:13:40.726Z] #1 DONE 0.0s [2025-07-11T02:13:40.726Z] [2025-07-11T02:13:40.726Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:40.726Z] #2 DONE 0.0s [2025-07-11T02:13:40.726Z] [2025-07-11T02:13:40.726Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:40.726Z] #3 DONE 0.0s [2025-07-11T02:13:40.726Z] [2025-07-11T02:13:40.726Z] #4 [internal] load .dockerignore [2025-07-11T02:13:40.726Z] #4 transferring context: [2025-07-11T02:13:40.985Z] #4 transferring context: 2B done [2025-07-11T02:13:40.985Z] #4 DONE 0.0s [2025-07-11T02:13:40.985Z] [2025-07-11T02:13:40.985Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f [2025-07-11T02:13:40.985Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done [2025-07-11T02:13:40.985Z] #5 DONE 0.0s [2025-07-11T02:13:40.985Z] [2025-07-11T02:13:40.985Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f [2025-07-11T02:13:40.985Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done [2025-07-11T02:13:40.985Z] #6 DONE 0.1s [2025-07-11T02:13:41.245Z] [2025-07-11T02:13:41.245Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:41.245Z] #7 DONE 0.0s [2025-07-11T02:13:41.245Z] [2025-07-11T02:13:41.245Z] #8 exporting to image [2025-07-11T02:13:41.245Z] #8 exporting layers done [2025-07-11T02:13:41.245Z] #8 exporting manifest sha256:681c7a2808376b00d0dd215498205d37a9c24939a3cb0c63e66af930e116e984 done [2025-07-11T02:13:41.245Z] #8 exporting config sha256:1f7befa82c186501fa863f43d89adc6f5eb4a25e705a0d8c3adb532564facdec done [2025-07-11T02:13:41.245Z] #8 exporting manifest sha256:ed3f1d4479717887037467499ee68418f248ac48df44dda6a8719aad7f32fa7d done [2025-07-11T02:13:41.245Z] #8 exporting config sha256:ce2bfd93f1a32eb5a10e555c14c658e7e5009423bebff6ac41441b03cdfb89f1 done [2025-07-11T02:13:41.245Z] #8 exporting manifest list sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 done [2025-07-11T02:13:41.245Z] #8 pushing layers 0.1s done [2025-07-11T02:13:41.245Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 [2025-07-11T02:13:41.245Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:41.245Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 0.1s done [2025-07-11T02:13:41.245Z] #8 DONE 0.2s [2025-07-11T02:13:41.245Z] [2025-07-11T02:13:41.245Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:41.245Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:41.536Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-07-11T02:13:41.536Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-07-11T02:13:41.536Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:41.536Z] #1 transferring dockerfile: 171B done [2025-07-11T02:13:41.536Z] #1 DONE 0.0s [2025-07-11T02:13:41.536Z] [2025-07-11T02:13:41.536Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-11T02:13:41.536Z] #2 DONE 0.0s [2025-07-11T02:13:41.536Z] [2025-07-11T02:13:41.536Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-11T02:13:41.536Z] #3 DONE 0.0s [2025-07-11T02:13:41.536Z] [2025-07-11T02:13:41.536Z] #4 [internal] load .dockerignore [2025-07-11T02:13:41.536Z] #4 transferring context: 2B done [2025-07-11T02:13:41.536Z] #4 DONE 0.0s [2025-07-11T02:13:41.536Z] [2025-07-11T02:13:41.536Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f [2025-07-11T02:13:41.536Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done [2025-07-11T02:13:41.536Z] #5 DONE 0.0s [2025-07-11T02:13:41.536Z] [2025-07-11T02:13:41.536Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f [2025-07-11T02:13:41.797Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done [2025-07-11T02:13:41.797Z] #6 CACHED [2025-07-11T02:13:41.797Z] [2025-07-11T02:13:41.797Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f [2025-07-11T02:13:41.797Z] #5 CACHED [2025-07-11T02:13:41.797Z] [2025-07-11T02:13:41.797Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:41.797Z] #7 DONE 0.0s [2025-07-11T02:13:41.797Z] [2025-07-11T02:13:41.797Z] #8 exporting to image [2025-07-11T02:13:41.797Z] #8 exporting layers done [2025-07-11T02:13:41.797Z] #8 exporting manifest sha256:681c7a2808376b00d0dd215498205d37a9c24939a3cb0c63e66af930e116e984 done [2025-07-11T02:13:41.797Z] #8 exporting config sha256:1f7befa82c186501fa863f43d89adc6f5eb4a25e705a0d8c3adb532564facdec done [2025-07-11T02:13:41.797Z] #8 exporting manifest sha256:ed3f1d4479717887037467499ee68418f248ac48df44dda6a8719aad7f32fa7d done [2025-07-11T02:13:41.797Z] #8 exporting config sha256:ce2bfd93f1a32eb5a10e555c14c658e7e5009423bebff6ac41441b03cdfb89f1 done [2025-07-11T02:13:41.797Z] #8 exporting manifest list sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 done [2025-07-11T02:13:41.797Z] #8 pushing layers 0.0s done [2025-07-11T02:13:41.798Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 0.1s done [2025-07-11T02:13:41.798Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:41.798Z] #8 DONE 0.1s [2025-07-11T02:13:41.798Z] [2025-07-11T02:13:41.798Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:41.798Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:42.170Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40' [2025-07-11T02:13:42.171Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40 --push - [2025-07-11T02:13:42.171Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:42.171Z] #1 transferring dockerfile: 177B done [2025-07-11T02:13:42.171Z] #1 DONE 0.0s [2025-07-11T02:13:42.171Z] [2025-07-11T02:13:42.171Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40 [2025-07-11T02:13:42.171Z] #2 DONE 0.0s [2025-07-11T02:13:42.171Z] [2025-07-11T02:13:42.171Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40 [2025-07-11T02:13:42.171Z] #3 DONE 0.0s [2025-07-11T02:13:42.171Z] [2025-07-11T02:13:42.171Z] #4 [internal] load .dockerignore [2025-07-11T02:13:42.171Z] #4 transferring context: 2B done [2025-07-11T02:13:42.171Z] #4 DONE 0.0s [2025-07-11T02:13:42.171Z] [2025-07-11T02:13:42.171Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f [2025-07-11T02:13:42.171Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done [2025-07-11T02:13:42.171Z] #5 DONE 0.0s [2025-07-11T02:13:42.171Z] [2025-07-11T02:13:42.171Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f [2025-07-11T02:13:42.429Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done [2025-07-11T02:13:42.429Z] #6 CACHED [2025-07-11T02:13:42.429Z] [2025-07-11T02:13:42.429Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f [2025-07-11T02:13:42.430Z] #5 CACHED [2025-07-11T02:13:42.430Z] [2025-07-11T02:13:42.430Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:42.430Z] #7 DONE 0.0s [2025-07-11T02:13:42.430Z] [2025-07-11T02:13:42.430Z] #8 exporting to image [2025-07-11T02:13:42.430Z] #8 exporting layers done [2025-07-11T02:13:42.430Z] #8 exporting manifest sha256:681c7a2808376b00d0dd215498205d37a9c24939a3cb0c63e66af930e116e984 done [2025-07-11T02:13:42.430Z] #8 exporting config sha256:1f7befa82c186501fa863f43d89adc6f5eb4a25e705a0d8c3adb532564facdec done [2025-07-11T02:13:42.430Z] #8 exporting manifest sha256:ed3f1d4479717887037467499ee68418f248ac48df44dda6a8719aad7f32fa7d done [2025-07-11T02:13:42.430Z] #8 exporting config sha256:ce2bfd93f1a32eb5a10e555c14c658e7e5009423bebff6ac41441b03cdfb89f1 done [2025-07-11T02:13:42.430Z] #8 exporting manifest list sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 done [2025-07-11T02:13:42.430Z] #8 pushing layers 0.0s done [2025-07-11T02:13:42.430Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40@sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 0.1s done [2025-07-11T02:13:42.430Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:42.430Z] #8 DONE 0.1s [2025-07-11T02:13:42.430Z] [2025-07-11T02:13:42.430Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:42.430Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:42.718Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' [2025-07-11T02:13:42.718Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - [2025-07-11T02:13:42.978Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:42.978Z] #1 transferring dockerfile: 218B done [2025-07-11T02:13:42.978Z] #1 DONE 0.0s [2025-07-11T02:13:42.978Z] [2025-07-11T02:13:42.978Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:42.978Z] #2 DONE 0.0s [2025-07-11T02:13:42.978Z] [2025-07-11T02:13:42.978Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:42.978Z] #3 DONE 0.0s [2025-07-11T02:13:42.978Z] [2025-07-11T02:13:42.978Z] #4 [internal] load .dockerignore [2025-07-11T02:13:42.978Z] #4 transferring context: 2B done [2025-07-11T02:13:42.978Z] #4 DONE 0.0s [2025-07-11T02:13:42.978Z] [2025-07-11T02:13:42.978Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f [2025-07-11T02:13:42.978Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done [2025-07-11T02:13:42.978Z] #5 DONE 0.0s [2025-07-11T02:13:42.978Z] [2025-07-11T02:13:42.978Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f [2025-07-11T02:13:42.978Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done [2025-07-11T02:13:42.978Z] #6 CACHED [2025-07-11T02:13:42.978Z] [2025-07-11T02:13:42.978Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f [2025-07-11T02:13:42.978Z] #5 CACHED [2025-07-11T02:13:42.978Z] [2025-07-11T02:13:42.978Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:42.978Z] #7 DONE 0.0s [2025-07-11T02:13:42.978Z] [2025-07-11T02:13:42.978Z] #8 exporting to image [2025-07-11T02:13:42.978Z] #8 exporting layers done [2025-07-11T02:13:42.978Z] #8 exporting manifest sha256:681c7a2808376b00d0dd215498205d37a9c24939a3cb0c63e66af930e116e984 done [2025-07-11T02:13:42.978Z] #8 exporting config sha256:1f7befa82c186501fa863f43d89adc6f5eb4a25e705a0d8c3adb532564facdec done [2025-07-11T02:13:42.978Z] #8 exporting manifest sha256:ed3f1d4479717887037467499ee68418f248ac48df44dda6a8719aad7f32fa7d done [2025-07-11T02:13:42.978Z] #8 exporting config sha256:ce2bfd93f1a32eb5a10e555c14c658e7e5009423bebff6ac41441b03cdfb89f1 done [2025-07-11T02:13:42.978Z] #8 exporting manifest list sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 done [2025-07-11T02:13:42.978Z] #8 pushing layers 0.0s done [2025-07-11T02:13:42.978Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 0.1s done [2025-07-11T02:13:42.978Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:42.978Z] #8 DONE 0.1s [2025-07-11T02:13:42.978Z] [2025-07-11T02:13:42.978Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:42.978Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:43.265Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-07-11T02:13:43.266Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-07-11T02:13:43.266Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:43.266Z] #1 transferring dockerfile: 169B done [2025-07-11T02:13:43.266Z] #1 DONE 0.0s [2025-07-11T02:13:43.266Z] [2025-07-11T02:13:43.266Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-07-11T02:13:43.266Z] #2 DONE 0.0s [2025-07-11T02:13:43.266Z] [2025-07-11T02:13:43.266Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-07-11T02:13:43.266Z] #3 DONE 0.0s [2025-07-11T02:13:43.266Z] [2025-07-11T02:13:43.266Z] #4 [internal] load .dockerignore [2025-07-11T02:13:43.266Z] #4 transferring context: 2B done [2025-07-11T02:13:43.266Z] #4 DONE 0.0s [2025-07-11T02:13:43.266Z] [2025-07-11T02:13:43.266Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f [2025-07-11T02:13:43.266Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done [2025-07-11T02:13:43.266Z] #5 CACHED [2025-07-11T02:13:43.266Z] [2025-07-11T02:13:43.266Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f [2025-07-11T02:13:43.266Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done [2025-07-11T02:13:43.266Z] #6 CACHED [2025-07-11T02:13:43.266Z] [2025-07-11T02:13:43.266Z] #7 exporting to image [2025-07-11T02:13:43.266Z] #7 exporting layers done [2025-07-11T02:13:43.266Z] #7 exporting manifest sha256:681c7a2808376b00d0dd215498205d37a9c24939a3cb0c63e66af930e116e984 done [2025-07-11T02:13:43.266Z] #7 exporting config sha256:1f7befa82c186501fa863f43d89adc6f5eb4a25e705a0d8c3adb532564facdec done [2025-07-11T02:13:43.266Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:43.523Z] #7 exporting manifest sha256:ed3f1d4479717887037467499ee68418f248ac48df44dda6a8719aad7f32fa7d done [2025-07-11T02:13:43.523Z] #7 exporting config sha256:ce2bfd93f1a32eb5a10e555c14c658e7e5009423bebff6ac41441b03cdfb89f1 done [2025-07-11T02:13:43.523Z] #7 exporting manifest list sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 done [2025-07-11T02:13:43.523Z] #7 pushing layers 0.0s done [2025-07-11T02:13:43.523Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 0.1s done [2025-07-11T02:13:43.523Z] #7 DONE 0.1s [2025-07-11T02:13:43.523Z] [2025-07-11T02:13:43.523Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:43.523Z] #8 DONE 0.0s [2025-07-11T02:13:43.523Z] [2025-07-11T02:13:43.523Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:43.523Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:43.807Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873' [2025-07-11T02:13:43.807Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - [2025-07-11T02:13:43.807Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:43.807Z] #1 transferring dockerfile: 211B done [2025-07-11T02:13:43.807Z] #1 DONE 0.0s [2025-07-11T02:13:43.807Z] [2025-07-11T02:13:43.807Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:43.807Z] #2 DONE 0.0s [2025-07-11T02:13:43.807Z] [2025-07-11T02:13:43.807Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:43.807Z] #3 DONE 0.0s [2025-07-11T02:13:43.807Z] [2025-07-11T02:13:43.807Z] #4 [internal] load .dockerignore [2025-07-11T02:13:43.807Z] #4 transferring context: 2B done [2025-07-11T02:13:43.807Z] #4 DONE 0.0s [2025-07-11T02:13:44.067Z] [2025-07-11T02:13:44.067Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b [2025-07-11T02:13:44.067Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done [2025-07-11T02:13:44.067Z] #5 DONE 0.0s [2025-07-11T02:13:44.067Z] [2025-07-11T02:13:44.067Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b [2025-07-11T02:13:44.067Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done [2025-07-11T02:13:44.067Z] #6 DONE 0.1s [2025-07-11T02:13:44.067Z] [2025-07-11T02:13:44.067Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:44.067Z] #7 DONE 0.0s [2025-07-11T02:13:44.067Z] [2025-07-11T02:13:44.067Z] #8 exporting to image [2025-07-11T02:13:44.067Z] #8 exporting layers done [2025-07-11T02:13:44.067Z] #8 exporting manifest sha256:be28234e35b50a0299ba3a14affcea1473b0a74f8ea620c8fa90e68b3460b408 done [2025-07-11T02:13:44.067Z] #8 exporting config sha256:d25654324db63769f1b8ac8f9f55ce2390d1299f3b17d6814385c2983310846e done [2025-07-11T02:13:44.067Z] #8 exporting manifest sha256:04693c2350202aab352f79296894cf3dceadc740758159877c66295d1479a859 done [2025-07-11T02:13:44.067Z] #8 exporting config sha256:3cdaaa2b7154cbf497259c5407c7e7e68d1779db74ed4520ff4f7f935c70a5b7 done [2025-07-11T02:13:44.067Z] #8 exporting manifest list sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 done [2025-07-11T02:13:44.067Z] #8 pushing layers 0.1s done [2025-07-11T02:13:44.067Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 [2025-07-11T02:13:44.067Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:44.327Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 0.1s done [2025-07-11T02:13:44.327Z] #8 DONE 0.2s [2025-07-11T02:13:44.327Z] [2025-07-11T02:13:44.327Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:44.327Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:44.616Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-07-11T02:13:44.616Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-07-11T02:13:44.616Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:44.616Z] #1 transferring dockerfile: 177B done [2025-07-11T02:13:44.616Z] #1 DONE 0.0s [2025-07-11T02:13:44.616Z] [2025-07-11T02:13:44.616Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-11T02:13:44.616Z] #2 DONE 0.0s [2025-07-11T02:13:44.616Z] [2025-07-11T02:13:44.616Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-11T02:13:44.616Z] #3 DONE 0.0s [2025-07-11T02:13:44.616Z] [2025-07-11T02:13:44.616Z] #4 [internal] load .dockerignore [2025-07-11T02:13:44.616Z] #4 transferring context: 2B done [2025-07-11T02:13:44.616Z] #4 DONE 0.0s [2025-07-11T02:13:44.616Z] [2025-07-11T02:13:44.616Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b [2025-07-11T02:13:44.616Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done [2025-07-11T02:13:44.616Z] #5 DONE 0.0s [2025-07-11T02:13:44.616Z] [2025-07-11T02:13:44.616Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b [2025-07-11T02:13:44.874Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done [2025-07-11T02:13:44.874Z] #6 CACHED [2025-07-11T02:13:44.874Z] [2025-07-11T02:13:44.874Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b [2025-07-11T02:13:44.874Z] #5 CACHED [2025-07-11T02:13:44.874Z] [2025-07-11T02:13:44.874Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:44.874Z] #7 DONE 0.0s [2025-07-11T02:13:44.874Z] [2025-07-11T02:13:44.874Z] #8 exporting to image [2025-07-11T02:13:44.874Z] #8 exporting layers done [2025-07-11T02:13:44.874Z] #8 exporting manifest sha256:be28234e35b50a0299ba3a14affcea1473b0a74f8ea620c8fa90e68b3460b408 done [2025-07-11T02:13:44.874Z] #8 exporting config sha256:d25654324db63769f1b8ac8f9f55ce2390d1299f3b17d6814385c2983310846e done [2025-07-11T02:13:44.874Z] #8 exporting manifest sha256:04693c2350202aab352f79296894cf3dceadc740758159877c66295d1479a859 done [2025-07-11T02:13:44.874Z] #8 exporting config sha256:3cdaaa2b7154cbf497259c5407c7e7e68d1779db74ed4520ff4f7f935c70a5b7 done [2025-07-11T02:13:44.874Z] #8 exporting manifest list sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 done [2025-07-11T02:13:44.874Z] #8 pushing layers 0.0s done [2025-07-11T02:13:44.874Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 0.1s done [2025-07-11T02:13:44.874Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:44.874Z] #8 DONE 0.1s [2025-07-11T02:13:44.874Z] [2025-07-11T02:13:44.874Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:44.874Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:45.190Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40 --push - [2025-07-11T02:13:45.191Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40' [2025-07-11T02:13:45.192Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:45.192Z] #1 transferring dockerfile: 183B done [2025-07-11T02:13:45.192Z] #1 DONE 0.0s [2025-07-11T02:13:45.192Z] [2025-07-11T02:13:45.192Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40 [2025-07-11T02:13:45.192Z] #2 DONE 0.0s [2025-07-11T02:13:45.192Z] [2025-07-11T02:13:45.192Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40 [2025-07-11T02:13:45.192Z] #3 DONE 0.0s [2025-07-11T02:13:45.192Z] [2025-07-11T02:13:45.192Z] #4 [internal] load .dockerignore [2025-07-11T02:13:45.192Z] #4 transferring context: 2B done [2025-07-11T02:13:45.192Z] #4 DONE 0.0s [2025-07-11T02:13:45.192Z] [2025-07-11T02:13:45.192Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b [2025-07-11T02:13:45.192Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done [2025-07-11T02:13:45.192Z] #5 CACHED [2025-07-11T02:13:45.192Z] [2025-07-11T02:13:45.192Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b [2025-07-11T02:13:45.192Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done [2025-07-11T02:13:45.192Z] #6 CACHED [2025-07-11T02:13:45.192Z] [2025-07-11T02:13:45.192Z] #7 exporting to image [2025-07-11T02:13:45.192Z] #7 exporting layers [2025-07-11T02:13:45.192Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:45.452Z] #7 exporting layers done [2025-07-11T02:13:45.452Z] #7 exporting manifest sha256:be28234e35b50a0299ba3a14affcea1473b0a74f8ea620c8fa90e68b3460b408 done [2025-07-11T02:13:45.452Z] #7 exporting config sha256:d25654324db63769f1b8ac8f9f55ce2390d1299f3b17d6814385c2983310846e done [2025-07-11T02:13:45.452Z] #7 exporting manifest sha256:04693c2350202aab352f79296894cf3dceadc740758159877c66295d1479a859 done [2025-07-11T02:13:45.452Z] #7 exporting config sha256:3cdaaa2b7154cbf497259c5407c7e7e68d1779db74ed4520ff4f7f935c70a5b7 done [2025-07-11T02:13:45.452Z] #7 exporting manifest list sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 done [2025-07-11T02:13:45.452Z] #7 pushing layers 0.0s done [2025-07-11T02:13:45.452Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40@sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 0.1s done [2025-07-11T02:13:45.452Z] #7 DONE 0.1s [2025-07-11T02:13:45.452Z] [2025-07-11T02:13:45.452Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:45.452Z] #8 DONE 0.0s [2025-07-11T02:13:45.452Z] [2025-07-11T02:13:45.452Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:45.452Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:45.743Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' [2025-07-11T02:13:45.743Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - [2025-07-11T02:13:46.002Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:46.002Z] #1 transferring dockerfile: 224B done [2025-07-11T02:13:46.002Z] #1 DONE 0.0s [2025-07-11T02:13:46.002Z] [2025-07-11T02:13:46.002Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:46.002Z] #2 DONE 0.0s [2025-07-11T02:13:46.002Z] [2025-07-11T02:13:46.002Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:46.002Z] #3 DONE 0.0s [2025-07-11T02:13:46.002Z] [2025-07-11T02:13:46.002Z] #4 [internal] load .dockerignore [2025-07-11T02:13:46.002Z] #4 transferring context: 2B done [2025-07-11T02:13:46.002Z] #4 DONE 0.0s [2025-07-11T02:13:46.002Z] [2025-07-11T02:13:46.002Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b [2025-07-11T02:13:46.002Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done [2025-07-11T02:13:46.002Z] #5 CACHED [2025-07-11T02:13:46.002Z] [2025-07-11T02:13:46.002Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b [2025-07-11T02:13:46.002Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done [2025-07-11T02:13:46.002Z] #6 CACHED [2025-07-11T02:13:46.002Z] [2025-07-11T02:13:46.002Z] #7 exporting to image [2025-07-11T02:13:46.002Z] #7 exporting layers [2025-07-11T02:13:46.002Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:46.002Z] #7 exporting layers done [2025-07-11T02:13:46.002Z] #7 exporting manifest sha256:be28234e35b50a0299ba3a14affcea1473b0a74f8ea620c8fa90e68b3460b408 done [2025-07-11T02:13:46.002Z] #7 exporting config sha256:d25654324db63769f1b8ac8f9f55ce2390d1299f3b17d6814385c2983310846e done [2025-07-11T02:13:46.002Z] #7 exporting manifest sha256:04693c2350202aab352f79296894cf3dceadc740758159877c66295d1479a859 done [2025-07-11T02:13:46.002Z] #7 exporting config sha256:3cdaaa2b7154cbf497259c5407c7e7e68d1779db74ed4520ff4f7f935c70a5b7 done [2025-07-11T02:13:46.002Z] #7 exporting manifest list sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 done [2025-07-11T02:13:46.002Z] #7 pushing layers 0.0s done [2025-07-11T02:13:46.002Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 0.1s done [2025-07-11T02:13:46.002Z] #7 DONE 0.1s [2025-07-11T02:13:46.002Z] [2025-07-11T02:13:46.002Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:46.002Z] #8 DONE 0.0s [2025-07-11T02:13:46.002Z] [2025-07-11T02:13:46.002Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:46.002Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:46.292Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-07-11T02:13:46.292Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-07-11T02:13:46.292Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:46.292Z] #1 transferring dockerfile: 175B done [2025-07-11T02:13:46.292Z] #1 DONE 0.0s [2025-07-11T02:13:46.292Z] [2025-07-11T02:13:46.292Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-07-11T02:13:46.292Z] #2 DONE 0.0s [2025-07-11T02:13:46.292Z] [2025-07-11T02:13:46.292Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-07-11T02:13:46.292Z] #3 DONE 0.0s [2025-07-11T02:13:46.292Z] [2025-07-11T02:13:46.292Z] #4 [internal] load .dockerignore [2025-07-11T02:13:46.292Z] #4 transferring context: 2B done [2025-07-11T02:13:46.292Z] #4 DONE 0.0s [2025-07-11T02:13:46.292Z] [2025-07-11T02:13:46.292Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b [2025-07-11T02:13:46.292Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done [2025-07-11T02:13:46.292Z] #5 CACHED [2025-07-11T02:13:46.292Z] [2025-07-11T02:13:46.292Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b [2025-07-11T02:13:46.292Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done [2025-07-11T02:13:46.292Z] #6 CACHED [2025-07-11T02:13:46.292Z] [2025-07-11T02:13:46.292Z] #7 exporting to image [2025-07-11T02:13:46.292Z] #7 exporting layers [2025-07-11T02:13:46.292Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:46.552Z] #7 exporting layers done [2025-07-11T02:13:46.552Z] #7 exporting manifest sha256:be28234e35b50a0299ba3a14affcea1473b0a74f8ea620c8fa90e68b3460b408 done [2025-07-11T02:13:46.552Z] #7 exporting config sha256:d25654324db63769f1b8ac8f9f55ce2390d1299f3b17d6814385c2983310846e done [2025-07-11T02:13:46.552Z] #7 exporting manifest sha256:04693c2350202aab352f79296894cf3dceadc740758159877c66295d1479a859 done [2025-07-11T02:13:46.552Z] #7 exporting config sha256:3cdaaa2b7154cbf497259c5407c7e7e68d1779db74ed4520ff4f7f935c70a5b7 done [2025-07-11T02:13:46.552Z] #7 exporting manifest list sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 done [2025-07-11T02:13:46.552Z] #7 pushing layers 0.0s done [2025-07-11T02:13:46.552Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 0.1s done [2025-07-11T02:13:46.552Z] #7 DONE 0.1s [2025-07-11T02:13:46.552Z] [2025-07-11T02:13:46.552Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:46.552Z] #8 DONE 0.0s [2025-07-11T02:13:46.552Z] [2025-07-11T02:13:46.552Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:46.553Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:46.843Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - [2025-07-11T02:13:46.843Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873' [2025-07-11T02:13:47.103Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:47.103Z] #1 transferring dockerfile: 215B done [2025-07-11T02:13:47.103Z] #1 DONE 0.0s [2025-07-11T02:13:47.103Z] [2025-07-11T02:13:47.103Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:47.103Z] #2 DONE 0.0s [2025-07-11T02:13:47.103Z] [2025-07-11T02:13:47.103Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:47.103Z] #3 DONE 0.0s [2025-07-11T02:13:47.103Z] [2025-07-11T02:13:47.103Z] #4 [internal] load .dockerignore [2025-07-11T02:13:47.103Z] #4 transferring context: 2B done [2025-07-11T02:13:47.103Z] #4 DONE 0.0s [2025-07-11T02:13:47.103Z] [2025-07-11T02:13:47.103Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba [2025-07-11T02:13:47.104Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done [2025-07-11T02:13:47.104Z] #5 DONE 0.0s [2025-07-11T02:13:47.104Z] [2025-07-11T02:13:47.104Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba [2025-07-11T02:13:47.104Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done [2025-07-11T02:13:47.104Z] #6 DONE 0.1s [2025-07-11T02:13:47.104Z] [2025-07-11T02:13:47.104Z] #7 exporting to image [2025-07-11T02:13:47.104Z] #7 exporting layers done [2025-07-11T02:13:47.104Z] #7 exporting manifest sha256:2f0ab6844d7e136a139793adb20b09cf491c1d495e912298b9dc503dbd45c41c done [2025-07-11T02:13:47.104Z] #7 exporting config sha256:1f446debd4e0f3cfbf3ed9d74995fba5338d216b9a37242057110cf75abd509b done [2025-07-11T02:13:47.104Z] #7 exporting manifest sha256:94367062b46f6b82d50b5b4c7a2d72ee91cd577daf699f5287ced3d290fcf81e done [2025-07-11T02:13:47.104Z] #7 exporting config sha256:e6471ebd2fd52ccc11cf07d468c415ea8bb15caebe8735b86d4240492f69515f [2025-07-11T02:13:47.104Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:47.104Z] #7 ... [2025-07-11T02:13:47.104Z] [2025-07-11T02:13:47.104Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:47.104Z] #8 DONE 0.0s [2025-07-11T02:13:47.104Z] [2025-07-11T02:13:47.104Z] #7 exporting to image [2025-07-11T02:13:47.104Z] #7 exporting config sha256:e6471ebd2fd52ccc11cf07d468c415ea8bb15caebe8735b86d4240492f69515f done [2025-07-11T02:13:47.104Z] #7 exporting manifest list sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 done [2025-07-11T02:13:47.104Z] #7 pushing layers 0.1s done [2025-07-11T02:13:47.104Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 [2025-07-11T02:13:47.363Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 0.1s done [2025-07-11T02:13:47.363Z] #7 DONE 0.2s [2025-07-11T02:13:47.363Z] [2025-07-11T02:13:47.363Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:47.363Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:47.651Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-07-11T02:13:47.651Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-07-11T02:13:47.651Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:47.651Z] #1 transferring dockerfile: 181B done [2025-07-11T02:13:47.651Z] #1 DONE 0.0s [2025-07-11T02:13:47.651Z] [2025-07-11T02:13:47.651Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-11T02:13:47.651Z] #2 DONE 0.0s [2025-07-11T02:13:47.651Z] [2025-07-11T02:13:47.651Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-11T02:13:47.651Z] #3 DONE 0.0s [2025-07-11T02:13:47.651Z] [2025-07-11T02:13:47.651Z] #4 [internal] load .dockerignore [2025-07-11T02:13:47.651Z] #4 transferring context: 2B done [2025-07-11T02:13:47.651Z] #4 DONE 0.0s [2025-07-11T02:13:47.651Z] [2025-07-11T02:13:47.651Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba [2025-07-11T02:13:47.651Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done [2025-07-11T02:13:47.651Z] #5 DONE 0.0s [2025-07-11T02:13:47.651Z] [2025-07-11T02:13:47.651Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba [2025-07-11T02:13:47.911Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done [2025-07-11T02:13:47.911Z] #6 CACHED [2025-07-11T02:13:47.911Z] [2025-07-11T02:13:47.911Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba [2025-07-11T02:13:47.911Z] #5 CACHED [2025-07-11T02:13:47.911Z] [2025-07-11T02:13:47.911Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:47.911Z] #7 DONE 0.0s [2025-07-11T02:13:47.911Z] [2025-07-11T02:13:47.911Z] #8 exporting to image [2025-07-11T02:13:47.911Z] #8 exporting layers done [2025-07-11T02:13:47.911Z] #8 exporting manifest sha256:2f0ab6844d7e136a139793adb20b09cf491c1d495e912298b9dc503dbd45c41c done [2025-07-11T02:13:47.911Z] #8 exporting config sha256:1f446debd4e0f3cfbf3ed9d74995fba5338d216b9a37242057110cf75abd509b done [2025-07-11T02:13:47.911Z] #8 exporting manifest sha256:94367062b46f6b82d50b5b4c7a2d72ee91cd577daf699f5287ced3d290fcf81e done [2025-07-11T02:13:47.911Z] #8 exporting config sha256:e6471ebd2fd52ccc11cf07d468c415ea8bb15caebe8735b86d4240492f69515f done [2025-07-11T02:13:47.911Z] #8 exporting manifest list sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 done [2025-07-11T02:13:47.911Z] #8 pushing layers 0.0s done [2025-07-11T02:13:47.911Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 0.1s done [2025-07-11T02:13:47.911Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:47.911Z] #8 DONE 0.1s [2025-07-11T02:13:47.911Z] [2025-07-11T02:13:47.911Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:47.911Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:48.210Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40' [2025-07-11T02:13:48.210Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40 --push - [2025-07-11T02:13:48.210Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:48.210Z] #1 transferring dockerfile: 187B done [2025-07-11T02:13:48.210Z] #1 DONE 0.0s [2025-07-11T02:13:48.210Z] [2025-07-11T02:13:48.210Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40 [2025-07-11T02:13:48.210Z] #2 DONE 0.0s [2025-07-11T02:13:48.210Z] [2025-07-11T02:13:48.210Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40 [2025-07-11T02:13:48.210Z] #3 DONE 0.0s [2025-07-11T02:13:48.210Z] [2025-07-11T02:13:48.210Z] #4 [internal] load .dockerignore [2025-07-11T02:13:48.210Z] #4 transferring context: 2B done [2025-07-11T02:13:48.210Z] #4 DONE 0.0s [2025-07-11T02:13:48.210Z] [2025-07-11T02:13:48.210Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba [2025-07-11T02:13:48.210Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done [2025-07-11T02:13:48.210Z] #5 CACHED [2025-07-11T02:13:48.210Z] [2025-07-11T02:13:48.210Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba [2025-07-11T02:13:48.210Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done [2025-07-11T02:13:48.210Z] #6 CACHED [2025-07-11T02:13:48.210Z] [2025-07-11T02:13:48.210Z] #7 exporting to image [2025-07-11T02:13:48.210Z] #7 exporting layers [2025-07-11T02:13:48.210Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:48.470Z] #7 exporting layers done [2025-07-11T02:13:48.470Z] #7 exporting manifest sha256:2f0ab6844d7e136a139793adb20b09cf491c1d495e912298b9dc503dbd45c41c done [2025-07-11T02:13:48.470Z] #7 exporting config sha256:1f446debd4e0f3cfbf3ed9d74995fba5338d216b9a37242057110cf75abd509b done [2025-07-11T02:13:48.470Z] #7 exporting manifest sha256:94367062b46f6b82d50b5b4c7a2d72ee91cd577daf699f5287ced3d290fcf81e done [2025-07-11T02:13:48.470Z] #7 exporting config sha256:e6471ebd2fd52ccc11cf07d468c415ea8bb15caebe8735b86d4240492f69515f done [2025-07-11T02:13:48.470Z] #7 exporting manifest list sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 done [2025-07-11T02:13:48.470Z] #7 pushing layers 0.0s done [2025-07-11T02:13:48.470Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40@sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 0.1s done [2025-07-11T02:13:48.470Z] #7 DONE 0.1s [2025-07-11T02:13:48.470Z] [2025-07-11T02:13:48.470Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:48.470Z] #8 DONE 0.0s [2025-07-11T02:13:48.470Z] [2025-07-11T02:13:48.470Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:48.470Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:48.760Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' [2025-07-11T02:13:48.760Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - [2025-07-11T02:13:48.760Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:48.760Z] #1 transferring dockerfile: 228B done [2025-07-11T02:13:48.760Z] #1 DONE 0.0s [2025-07-11T02:13:48.760Z] [2025-07-11T02:13:48.760Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:48.760Z] #2 DONE 0.0s [2025-07-11T02:13:48.760Z] [2025-07-11T02:13:48.760Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:48.760Z] #3 DONE 0.0s [2025-07-11T02:13:48.760Z] [2025-07-11T02:13:48.760Z] #4 [internal] load .dockerignore [2025-07-11T02:13:48.760Z] #4 transferring context: 2B done [2025-07-11T02:13:48.760Z] #4 DONE 0.0s [2025-07-11T02:13:48.760Z] [2025-07-11T02:13:48.760Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba [2025-07-11T02:13:48.760Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done [2025-07-11T02:13:48.760Z] #5 DONE 0.0s [2025-07-11T02:13:48.760Z] [2025-07-11T02:13:48.760Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba [2025-07-11T02:13:49.019Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done [2025-07-11T02:13:49.019Z] #6 CACHED [2025-07-11T02:13:49.019Z] [2025-07-11T02:13:49.019Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba [2025-07-11T02:13:49.019Z] #5 CACHED [2025-07-11T02:13:49.019Z] [2025-07-11T02:13:49.019Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:49.019Z] #7 DONE 0.0s [2025-07-11T02:13:49.019Z] [2025-07-11T02:13:49.019Z] #8 exporting to image [2025-07-11T02:13:49.019Z] #8 exporting layers done [2025-07-11T02:13:49.019Z] #8 exporting manifest sha256:2f0ab6844d7e136a139793adb20b09cf491c1d495e912298b9dc503dbd45c41c done [2025-07-11T02:13:49.019Z] #8 exporting config sha256:1f446debd4e0f3cfbf3ed9d74995fba5338d216b9a37242057110cf75abd509b done [2025-07-11T02:13:49.019Z] #8 exporting manifest sha256:94367062b46f6b82d50b5b4c7a2d72ee91cd577daf699f5287ced3d290fcf81e done [2025-07-11T02:13:49.019Z] #8 exporting config sha256:e6471ebd2fd52ccc11cf07d468c415ea8bb15caebe8735b86d4240492f69515f done [2025-07-11T02:13:49.019Z] #8 exporting manifest list sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 done [2025-07-11T02:13:49.019Z] #8 pushing layers 0.0s done [2025-07-11T02:13:49.019Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 0.1s done [2025-07-11T02:13:49.019Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:49.019Z] #8 DONE 0.1s [2025-07-11T02:13:49.019Z] [2025-07-11T02:13:49.019Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:49.019Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:49.307Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-07-11T02:13:49.307Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-07-11T02:13:49.567Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:49.567Z] #1 transferring dockerfile: 179B done [2025-07-11T02:13:49.567Z] #1 DONE 0.0s [2025-07-11T02:13:49.567Z] [2025-07-11T02:13:49.567Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-07-11T02:13:49.567Z] #2 DONE 0.0s [2025-07-11T02:13:49.567Z] [2025-07-11T02:13:49.567Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-07-11T02:13:49.567Z] #3 DONE 0.0s [2025-07-11T02:13:49.567Z] [2025-07-11T02:13:49.567Z] #4 [internal] load .dockerignore [2025-07-11T02:13:49.567Z] #4 transferring context: 2B done [2025-07-11T02:13:49.567Z] #4 DONE 0.0s [2025-07-11T02:13:49.567Z] [2025-07-11T02:13:49.567Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba [2025-07-11T02:13:49.567Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done [2025-07-11T02:13:49.567Z] #5 CACHED [2025-07-11T02:13:49.567Z] [2025-07-11T02:13:49.567Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba [2025-07-11T02:13:49.567Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done [2025-07-11T02:13:49.567Z] #6 CACHED [2025-07-11T02:13:49.567Z] [2025-07-11T02:13:49.567Z] #7 exporting to image [2025-07-11T02:13:49.567Z] #7 exporting layers [2025-07-11T02:13:49.567Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:49.567Z] #7 exporting layers done [2025-07-11T02:13:49.567Z] #7 exporting manifest sha256:2f0ab6844d7e136a139793adb20b09cf491c1d495e912298b9dc503dbd45c41c done [2025-07-11T02:13:49.567Z] #7 exporting config sha256:1f446debd4e0f3cfbf3ed9d74995fba5338d216b9a37242057110cf75abd509b done [2025-07-11T02:13:49.567Z] #7 exporting manifest sha256:94367062b46f6b82d50b5b4c7a2d72ee91cd577daf699f5287ced3d290fcf81e done [2025-07-11T02:13:49.567Z] #7 exporting config sha256:e6471ebd2fd52ccc11cf07d468c415ea8bb15caebe8735b86d4240492f69515f done [2025-07-11T02:13:49.567Z] #7 exporting manifest list sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 done [2025-07-11T02:13:49.567Z] #7 pushing layers 0.0s done [2025-07-11T02:13:49.567Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 0.1s done [2025-07-11T02:13:49.567Z] #7 DONE 0.1s [2025-07-11T02:13:49.567Z] [2025-07-11T02:13:49.567Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:49.567Z] #8 DONE 0.0s [2025-07-11T02:13:49.567Z] [2025-07-11T02:13:49.567Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:49.567Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:49.856Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873' [2025-07-11T02:13:49.856Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - [2025-07-11T02:13:50.113Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:50.113Z] #1 transferring dockerfile: 205B done [2025-07-11T02:13:50.113Z] #1 DONE 0.0s [2025-07-11T02:13:50.113Z] [2025-07-11T02:13:50.113Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:50.113Z] #2 DONE 0.0s [2025-07-11T02:13:50.113Z] [2025-07-11T02:13:50.113Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:50.113Z] #3 DONE 0.0s [2025-07-11T02:13:50.113Z] [2025-07-11T02:13:50.113Z] #4 [internal] load .dockerignore [2025-07-11T02:13:50.113Z] #4 transferring context: 2B done [2025-07-11T02:13:50.113Z] #4 DONE 0.0s [2025-07-11T02:13:50.113Z] [2025-07-11T02:13:50.113Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe [2025-07-11T02:13:50.113Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe [2025-07-11T02:13:50.113Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 0.0s done [2025-07-11T02:13:50.113Z] #5 DONE 0.1s [2025-07-11T02:13:50.113Z] [2025-07-11T02:13:50.113Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe [2025-07-11T02:13:50.113Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 0.0s done [2025-07-11T02:13:50.113Z] #6 DONE 0.0s [2025-07-11T02:13:50.113Z] [2025-07-11T02:13:50.113Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:50.113Z] #7 DONE 0.0s [2025-07-11T02:13:50.113Z] [2025-07-11T02:13:50.113Z] #8 exporting to image [2025-07-11T02:13:50.113Z] #8 exporting layers done [2025-07-11T02:13:50.113Z] #8 exporting manifest sha256:cf31fa3ad7f4becf0e85993417494e3bf2fedac6895817d481f08684dc2925d2 done [2025-07-11T02:13:50.113Z] #8 exporting config sha256:6acb3bc0032ddb997504bd2b160aec15d45245f6f5590412ad6d34fd812d2e6a done [2025-07-11T02:13:50.113Z] #8 exporting manifest sha256:995c57ac56a7fc09838e46de5db8e6350b90c2a756a3f492b5907fa8ea7021b8 done [2025-07-11T02:13:50.113Z] #8 exporting config sha256:375fc9eea7ca766fe8492dae8d31f0a5a7068db86fa3768d19defe19a9d439cc done [2025-07-11T02:13:50.113Z] #8 exporting manifest list sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 0.0s done [2025-07-11T02:13:50.113Z] #8 pushing layers 0.1s done [2025-07-11T02:13:50.113Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 [2025-07-11T02:13:50.113Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:50.372Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 0.1s done [2025-07-11T02:13:50.372Z] #8 DONE 0.2s [2025-07-11T02:13:50.372Z] [2025-07-11T02:13:50.372Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:50.372Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:50.660Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-07-11T02:13:50.660Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-07-11T02:13:50.660Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:50.660Z] #1 transferring dockerfile: 171B 0.0s done [2025-07-11T02:13:50.660Z] #1 DONE 0.0s [2025-07-11T02:13:50.660Z] [2025-07-11T02:13:50.660Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-11T02:13:50.660Z] #2 DONE 0.0s [2025-07-11T02:13:50.660Z] [2025-07-11T02:13:50.660Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-11T02:13:50.660Z] #3 DONE 0.0s [2025-07-11T02:13:50.660Z] [2025-07-11T02:13:50.660Z] #4 [internal] load .dockerignore [2025-07-11T02:13:50.660Z] #4 transferring context: 2B done [2025-07-11T02:13:50.660Z] #4 DONE 0.0s [2025-07-11T02:13:50.922Z] [2025-07-11T02:13:50.922Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe [2025-07-11T02:13:50.922Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe done [2025-07-11T02:13:50.922Z] #5 CACHED [2025-07-11T02:13:50.922Z] [2025-07-11T02:13:50.922Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe [2025-07-11T02:13:50.922Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 0.0s done [2025-07-11T02:13:50.922Z] #6 CACHED [2025-07-11T02:13:50.922Z] [2025-07-11T02:13:50.922Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:50.922Z] #7 DONE 0.0s [2025-07-11T02:13:50.922Z] [2025-07-11T02:13:50.922Z] #8 exporting to image [2025-07-11T02:13:50.922Z] #8 exporting layers done [2025-07-11T02:13:50.922Z] #8 exporting manifest sha256:cf31fa3ad7f4becf0e85993417494e3bf2fedac6895817d481f08684dc2925d2 done [2025-07-11T02:13:50.922Z] #8 exporting config sha256:6acb3bc0032ddb997504bd2b160aec15d45245f6f5590412ad6d34fd812d2e6a done [2025-07-11T02:13:50.922Z] #8 exporting manifest sha256:995c57ac56a7fc09838e46de5db8e6350b90c2a756a3f492b5907fa8ea7021b8 done [2025-07-11T02:13:50.922Z] #8 exporting config sha256:375fc9eea7ca766fe8492dae8d31f0a5a7068db86fa3768d19defe19a9d439cc done [2025-07-11T02:13:50.922Z] #8 exporting manifest list sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 done [2025-07-11T02:13:50.922Z] #8 pushing layers 0.0s done [2025-07-11T02:13:50.922Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 0.1s done [2025-07-11T02:13:50.922Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:50.922Z] #8 DONE 0.1s [2025-07-11T02:13:50.922Z] [2025-07-11T02:13:50.922Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:50.922Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:51.214Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40 --push - [2025-07-11T02:13:51.214Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40' [2025-07-11T02:13:51.214Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:51.214Z] #1 transferring dockerfile: 177B done [2025-07-11T02:13:51.214Z] #1 DONE 0.0s [2025-07-11T02:13:51.214Z] [2025-07-11T02:13:51.214Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40 [2025-07-11T02:13:51.214Z] #2 DONE 0.0s [2025-07-11T02:13:51.214Z] [2025-07-11T02:13:51.214Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40 [2025-07-11T02:13:51.214Z] #3 DONE 0.0s [2025-07-11T02:13:51.214Z] [2025-07-11T02:13:51.214Z] #4 [internal] load .dockerignore [2025-07-11T02:13:51.214Z] #4 transferring context: 2B done [2025-07-11T02:13:51.214Z] #4 DONE 0.0s [2025-07-11T02:13:51.214Z] [2025-07-11T02:13:51.214Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe [2025-07-11T02:13:51.214Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 0.0s done [2025-07-11T02:13:51.214Z] #5 CACHED [2025-07-11T02:13:51.214Z] [2025-07-11T02:13:51.214Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe [2025-07-11T02:13:51.214Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 0.0s done [2025-07-11T02:13:51.214Z] #6 CACHED [2025-07-11T02:13:51.214Z] [2025-07-11T02:13:51.214Z] #7 exporting to image [2025-07-11T02:13:51.214Z] #7 exporting layers done [2025-07-11T02:13:51.214Z] #7 exporting manifest sha256:cf31fa3ad7f4becf0e85993417494e3bf2fedac6895817d481f08684dc2925d2 done [2025-07-11T02:13:51.214Z] #7 exporting config sha256:6acb3bc0032ddb997504bd2b160aec15d45245f6f5590412ad6d34fd812d2e6a [2025-07-11T02:13:51.214Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:51.474Z] #7 exporting config sha256:6acb3bc0032ddb997504bd2b160aec15d45245f6f5590412ad6d34fd812d2e6a done [2025-07-11T02:13:51.474Z] #7 exporting manifest sha256:995c57ac56a7fc09838e46de5db8e6350b90c2a756a3f492b5907fa8ea7021b8 done [2025-07-11T02:13:51.474Z] #7 exporting config sha256:375fc9eea7ca766fe8492dae8d31f0a5a7068db86fa3768d19defe19a9d439cc done [2025-07-11T02:13:51.474Z] #7 exporting manifest list sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 done [2025-07-11T02:13:51.474Z] #7 pushing layers 0.0s done [2025-07-11T02:13:51.474Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40@sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 0.1s done [2025-07-11T02:13:51.474Z] #7 DONE 0.1s [2025-07-11T02:13:51.474Z] [2025-07-11T02:13:51.474Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:51.474Z] #8 DONE 0.0s [2025-07-11T02:13:51.474Z] [2025-07-11T02:13:51.474Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:51.474Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:51.762Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' [2025-07-11T02:13:51.762Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - [2025-07-11T02:13:51.762Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:51.762Z] #1 transferring dockerfile: 218B done [2025-07-11T02:13:51.762Z] #1 DONE 0.0s [2025-07-11T02:13:51.762Z] [2025-07-11T02:13:51.762Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:51.762Z] #2 DONE 0.0s [2025-07-11T02:13:51.762Z] [2025-07-11T02:13:51.762Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:51.762Z] #3 DONE 0.0s [2025-07-11T02:13:51.762Z] [2025-07-11T02:13:51.762Z] #4 [internal] load .dockerignore [2025-07-11T02:13:51.762Z] #4 transferring context: 2B done [2025-07-11T02:13:51.762Z] #4 DONE 0.0s [2025-07-11T02:13:51.762Z] [2025-07-11T02:13:51.762Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe [2025-07-11T02:13:51.762Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 0.0s done [2025-07-11T02:13:51.762Z] #5 DONE 0.0s [2025-07-11T02:13:51.762Z] [2025-07-11T02:13:51.762Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe [2025-07-11T02:13:52.021Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 0.0s done [2025-07-11T02:13:52.021Z] #6 CACHED [2025-07-11T02:13:52.021Z] [2025-07-11T02:13:52.021Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe [2025-07-11T02:13:52.021Z] #5 CACHED [2025-07-11T02:13:52.021Z] [2025-07-11T02:13:52.021Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:52.021Z] #7 DONE 0.0s [2025-07-11T02:13:52.021Z] [2025-07-11T02:13:52.021Z] #8 exporting to image [2025-07-11T02:13:52.021Z] #8 exporting layers done [2025-07-11T02:13:52.021Z] #8 exporting manifest sha256:cf31fa3ad7f4becf0e85993417494e3bf2fedac6895817d481f08684dc2925d2 done [2025-07-11T02:13:52.021Z] #8 exporting config sha256:6acb3bc0032ddb997504bd2b160aec15d45245f6f5590412ad6d34fd812d2e6a done [2025-07-11T02:13:52.021Z] #8 exporting manifest sha256:995c57ac56a7fc09838e46de5db8e6350b90c2a756a3f492b5907fa8ea7021b8 done [2025-07-11T02:13:52.021Z] #8 exporting config sha256:375fc9eea7ca766fe8492dae8d31f0a5a7068db86fa3768d19defe19a9d439cc done [2025-07-11T02:13:52.021Z] #8 exporting manifest list sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 done [2025-07-11T02:13:52.021Z] #8 pushing layers 0.0s done [2025-07-11T02:13:52.021Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 0.1s done [2025-07-11T02:13:52.021Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:52.021Z] #8 DONE 0.1s [2025-07-11T02:13:52.021Z] [2025-07-11T02:13:52.021Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:52.021Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:52.314Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-07-11T02:13:52.314Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-07-11T02:13:52.573Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:52.573Z] #1 transferring dockerfile: 169B done [2025-07-11T02:13:52.573Z] #1 DONE 0.0s [2025-07-11T02:13:52.573Z] [2025-07-11T02:13:52.573Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-07-11T02:13:52.573Z] #2 DONE 0.0s [2025-07-11T02:13:52.573Z] [2025-07-11T02:13:52.573Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-07-11T02:13:52.573Z] #3 DONE 0.0s [2025-07-11T02:13:52.573Z] [2025-07-11T02:13:52.573Z] #4 [internal] load .dockerignore [2025-07-11T02:13:52.573Z] #4 transferring context: 2B done [2025-07-11T02:13:52.573Z] #4 DONE 0.0s [2025-07-11T02:13:52.573Z] [2025-07-11T02:13:52.573Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe [2025-07-11T02:13:52.573Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 0.0s done [2025-07-11T02:13:52.573Z] #5 CACHED [2025-07-11T02:13:52.573Z] [2025-07-11T02:13:52.573Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe [2025-07-11T02:13:52.573Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 0.0s done [2025-07-11T02:13:52.573Z] #6 CACHED [2025-07-11T02:13:52.573Z] [2025-07-11T02:13:52.573Z] #7 exporting to image [2025-07-11T02:13:52.573Z] #7 exporting layers done [2025-07-11T02:13:52.573Z] #7 exporting manifest sha256:cf31fa3ad7f4becf0e85993417494e3bf2fedac6895817d481f08684dc2925d2 done [2025-07-11T02:13:52.573Z] #7 exporting config sha256:6acb3bc0032ddb997504bd2b160aec15d45245f6f5590412ad6d34fd812d2e6a done [2025-07-11T02:13:52.573Z] #7 exporting manifest sha256:995c57ac56a7fc09838e46de5db8e6350b90c2a756a3f492b5907fa8ea7021b8 done [2025-07-11T02:13:52.573Z] #7 exporting config sha256:375fc9eea7ca766fe8492dae8d31f0a5a7068db86fa3768d19defe19a9d439cc [2025-07-11T02:13:52.573Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:52.573Z] #7 exporting config sha256:375fc9eea7ca766fe8492dae8d31f0a5a7068db86fa3768d19defe19a9d439cc done [2025-07-11T02:13:52.573Z] #7 exporting manifest list sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 done [2025-07-11T02:13:52.573Z] #7 pushing layers 0.0s done [2025-07-11T02:13:52.573Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 0.1s done [2025-07-11T02:13:52.573Z] #7 DONE 0.1s [2025-07-11T02:13:52.573Z] [2025-07-11T02:13:52.573Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:52.573Z] #8 DONE 0.0s [2025-07-11T02:13:52.573Z] [2025-07-11T02:13:52.573Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:52.573Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:52.862Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873' [2025-07-11T02:13:52.862Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - [2025-07-11T02:13:52.862Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:52.862Z] #1 transferring dockerfile: 206B done [2025-07-11T02:13:52.862Z] #1 DONE 0.0s [2025-07-11T02:13:52.862Z] [2025-07-11T02:13:52.862Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:52.862Z] #2 DONE 0.0s [2025-07-11T02:13:52.862Z] [2025-07-11T02:13:52.862Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:52.862Z] #3 DONE 0.0s [2025-07-11T02:13:52.862Z] [2025-07-11T02:13:52.862Z] #4 [internal] load .dockerignore [2025-07-11T02:13:52.862Z] #4 transferring context: 2B done [2025-07-11T02:13:52.862Z] #4 DONE 0.0s [2025-07-11T02:13:53.122Z] [2025-07-11T02:13:53.122Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a [2025-07-11T02:13:53.122Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done [2025-07-11T02:13:53.122Z] #5 DONE 0.0s [2025-07-11T02:13:53.122Z] [2025-07-11T02:13:53.122Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a [2025-07-11T02:13:53.122Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done [2025-07-11T02:13:53.122Z] #6 DONE 0.1s [2025-07-11T02:13:53.122Z] [2025-07-11T02:13:53.122Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:53.122Z] #7 DONE 0.0s [2025-07-11T02:13:53.122Z] [2025-07-11T02:13:53.122Z] #8 exporting to image [2025-07-11T02:13:53.122Z] #8 exporting layers done [2025-07-11T02:13:53.122Z] #8 exporting manifest sha256:2d6b5b4690714678fb6bedeca299922e6fea476115955b488f28db7c961c90b8 done [2025-07-11T02:13:53.122Z] #8 exporting config sha256:a28131ac6f4dce03334dad43c4db5fc1f03ebade541cda233544f4e469feb979 done [2025-07-11T02:13:53.122Z] #8 exporting manifest sha256:d981208df4df9499952a20870f9f7b7f89967c8c9487a3c12077eed4c769bed9 done [2025-07-11T02:13:53.122Z] #8 exporting config sha256:053158e8c5406780e10d806feb5dbd9a6e608d41451c2569d33a36770874d35d done [2025-07-11T02:13:53.122Z] #8 exporting manifest list sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d done [2025-07-11T02:13:53.122Z] #8 pushing layers 0.1s done [2025-07-11T02:13:53.122Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d [2025-07-11T02:13:53.122Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:53.382Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d 0.1s done [2025-07-11T02:13:53.382Z] #8 DONE 0.2s [2025-07-11T02:13:53.382Z] [2025-07-11T02:13:53.382Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:53.382Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:53.673Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-07-11T02:13:53.674Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-07-11T02:13:53.674Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:53.674Z] #1 transferring dockerfile: 172B done [2025-07-11T02:13:53.674Z] #1 DONE 0.0s [2025-07-11T02:13:53.674Z] [2025-07-11T02:13:53.674Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-11T02:13:53.674Z] #2 DONE 0.0s [2025-07-11T02:13:53.674Z] [2025-07-11T02:13:53.674Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-11T02:13:53.674Z] #3 DONE 0.0s [2025-07-11T02:13:53.674Z] [2025-07-11T02:13:53.674Z] #4 [internal] load .dockerignore [2025-07-11T02:13:53.674Z] #4 transferring context: 2B done [2025-07-11T02:13:53.674Z] #4 DONE 0.0s [2025-07-11T02:13:53.674Z] [2025-07-11T02:13:53.674Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a [2025-07-11T02:13:53.674Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done [2025-07-11T02:13:53.674Z] #5 CACHED [2025-07-11T02:13:53.674Z] [2025-07-11T02:13:53.674Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a [2025-07-11T02:13:53.933Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done [2025-07-11T02:13:53.933Z] #6 CACHED [2025-07-11T02:13:53.933Z] [2025-07-11T02:13:53.933Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:53.933Z] #7 DONE 0.0s [2025-07-11T02:13:53.933Z] [2025-07-11T02:13:53.933Z] #8 exporting to image [2025-07-11T02:13:53.933Z] #8 exporting layers done [2025-07-11T02:13:53.933Z] #8 exporting manifest sha256:2d6b5b4690714678fb6bedeca299922e6fea476115955b488f28db7c961c90b8 done [2025-07-11T02:13:53.933Z] #8 exporting config sha256:a28131ac6f4dce03334dad43c4db5fc1f03ebade541cda233544f4e469feb979 done [2025-07-11T02:13:53.933Z] #8 exporting manifest sha256:d981208df4df9499952a20870f9f7b7f89967c8c9487a3c12077eed4c769bed9 done [2025-07-11T02:13:53.933Z] #8 exporting config sha256:053158e8c5406780e10d806feb5dbd9a6e608d41451c2569d33a36770874d35d done [2025-07-11T02:13:53.933Z] #8 exporting manifest list sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d done [2025-07-11T02:13:53.933Z] #8 pushing layers 0.0s done [2025-07-11T02:13:53.933Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d 0.1s done [2025-07-11T02:13:53.933Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:53.933Z] #8 DONE 0.1s [2025-07-11T02:13:53.933Z] [2025-07-11T02:13:53.933Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:53.933Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:54.224Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40' [2025-07-11T02:13:54.224Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40 --push - [2025-07-11T02:13:54.224Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:54.224Z] #1 transferring dockerfile: 178B done [2025-07-11T02:13:54.224Z] #1 DONE 0.0s [2025-07-11T02:13:54.224Z] [2025-07-11T02:13:54.224Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40 [2025-07-11T02:13:54.224Z] #2 DONE 0.0s [2025-07-11T02:13:54.224Z] [2025-07-11T02:13:54.224Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40 [2025-07-11T02:13:54.224Z] #3 DONE 0.0s [2025-07-11T02:13:54.224Z] [2025-07-11T02:13:54.224Z] #4 [internal] load .dockerignore [2025-07-11T02:13:54.224Z] #4 transferring context: 2B done [2025-07-11T02:13:54.224Z] #4 DONE 0.0s [2025-07-11T02:13:54.224Z] [2025-07-11T02:13:54.224Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a [2025-07-11T02:13:54.224Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done [2025-07-11T02:13:54.224Z] #5 CACHED [2025-07-11T02:13:54.224Z] [2025-07-11T02:13:54.224Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a [2025-07-11T02:13:54.224Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done [2025-07-11T02:13:54.224Z] #6 CACHED [2025-07-11T02:13:54.224Z] [2025-07-11T02:13:54.224Z] #7 exporting to image [2025-07-11T02:13:54.224Z] #7 exporting layers done [2025-07-11T02:13:54.224Z] #7 exporting manifest sha256:2d6b5b4690714678fb6bedeca299922e6fea476115955b488f28db7c961c90b8 done [2025-07-11T02:13:54.224Z] #7 exporting config sha256:a28131ac6f4dce03334dad43c4db5fc1f03ebade541cda233544f4e469feb979 done [2025-07-11T02:13:54.224Z] #7 exporting manifest sha256:d981208df4df9499952a20870f9f7b7f89967c8c9487a3c12077eed4c769bed9 done [2025-07-11T02:13:54.224Z] #7 exporting config sha256:053158e8c5406780e10d806feb5dbd9a6e608d41451c2569d33a36770874d35d [2025-07-11T02:13:54.224Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:54.485Z] #7 exporting config sha256:053158e8c5406780e10d806feb5dbd9a6e608d41451c2569d33a36770874d35d done [2025-07-11T02:13:54.485Z] #7 exporting manifest list sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d done [2025-07-11T02:13:54.485Z] #7 pushing layers 0.0s done [2025-07-11T02:13:54.485Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40@sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d 0.1s done [2025-07-11T02:13:54.485Z] #7 DONE 0.1s [2025-07-11T02:13:54.485Z] [2025-07-11T02:13:54.485Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:54.485Z] #8 DONE 0.0s [2025-07-11T02:13:54.485Z] [2025-07-11T02:13:54.485Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:54.485Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:54.773Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' [2025-07-11T02:13:54.773Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - [2025-07-11T02:13:54.773Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:54.773Z] #1 transferring dockerfile: 219B done [2025-07-11T02:13:54.773Z] #1 DONE 0.0s [2025-07-11T02:13:54.773Z] [2025-07-11T02:13:54.773Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:54.773Z] #2 DONE 0.0s [2025-07-11T02:13:54.773Z] [2025-07-11T02:13:54.773Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:54.773Z] #3 DONE 0.0s [2025-07-11T02:13:54.773Z] [2025-07-11T02:13:54.773Z] #4 [internal] load .dockerignore [2025-07-11T02:13:54.773Z] #4 transferring context: 2B done [2025-07-11T02:13:54.773Z] #4 DONE 0.0s [2025-07-11T02:13:54.773Z] [2025-07-11T02:13:54.773Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a [2025-07-11T02:13:54.773Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done [2025-07-11T02:13:54.773Z] #5 CACHED [2025-07-11T02:13:54.773Z] [2025-07-11T02:13:54.773Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a [2025-07-11T02:13:54.773Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done [2025-07-11T02:13:54.773Z] #6 CACHED [2025-07-11T02:13:54.773Z] [2025-07-11T02:13:54.773Z] #7 exporting to image [2025-07-11T02:13:54.773Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:55.033Z] #7 exporting layers done [2025-07-11T02:13:55.033Z] #7 exporting manifest sha256:2d6b5b4690714678fb6bedeca299922e6fea476115955b488f28db7c961c90b8 done [2025-07-11T02:13:55.033Z] #7 exporting config sha256:a28131ac6f4dce03334dad43c4db5fc1f03ebade541cda233544f4e469feb979 done [2025-07-11T02:13:55.033Z] #7 exporting manifest sha256:d981208df4df9499952a20870f9f7b7f89967c8c9487a3c12077eed4c769bed9 done [2025-07-11T02:13:55.033Z] #7 exporting config sha256:053158e8c5406780e10d806feb5dbd9a6e608d41451c2569d33a36770874d35d done [2025-07-11T02:13:55.033Z] #7 exporting manifest list sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d done [2025-07-11T02:13:55.033Z] #7 pushing layers 0.0s done [2025-07-11T02:13:55.033Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d 0.1s done [2025-07-11T02:13:55.033Z] #7 DONE 0.1s [2025-07-11T02:13:55.033Z] [2025-07-11T02:13:55.033Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:55.033Z] #8 DONE 0.0s [2025-07-11T02:13:55.033Z] [2025-07-11T02:13:55.033Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:55.033Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:55.323Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-07-11T02:13:55.323Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-07-11T02:13:55.323Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:55.323Z] #1 transferring dockerfile: 170B done [2025-07-11T02:13:55.323Z] #1 DONE 0.0s [2025-07-11T02:13:55.323Z] [2025-07-11T02:13:55.323Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-07-11T02:13:55.323Z] #2 DONE 0.0s [2025-07-11T02:13:55.323Z] [2025-07-11T02:13:55.323Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-07-11T02:13:55.323Z] #3 DONE 0.0s [2025-07-11T02:13:55.323Z] [2025-07-11T02:13:55.323Z] #4 [internal] load .dockerignore [2025-07-11T02:13:55.323Z] #4 transferring context: 2B done [2025-07-11T02:13:55.323Z] #4 DONE 0.0s [2025-07-11T02:13:55.323Z] [2025-07-11T02:13:55.323Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a [2025-07-11T02:13:55.323Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done [2025-07-11T02:13:55.323Z] #5 CACHED [2025-07-11T02:13:55.323Z] [2025-07-11T02:13:55.323Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a [2025-07-11T02:13:55.582Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done [2025-07-11T02:13:55.582Z] #6 CACHED [2025-07-11T02:13:55.582Z] [2025-07-11T02:13:55.582Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:55.582Z] #7 DONE 0.0s [2025-07-11T02:13:55.582Z] [2025-07-11T02:13:55.582Z] #8 exporting to image [2025-07-11T02:13:55.582Z] #8 exporting layers done [2025-07-11T02:13:55.582Z] #8 exporting manifest sha256:2d6b5b4690714678fb6bedeca299922e6fea476115955b488f28db7c961c90b8 done [2025-07-11T02:13:55.582Z] #8 exporting config sha256:a28131ac6f4dce03334dad43c4db5fc1f03ebade541cda233544f4e469feb979 done [2025-07-11T02:13:55.582Z] #8 exporting manifest sha256:d981208df4df9499952a20870f9f7b7f89967c8c9487a3c12077eed4c769bed9 done [2025-07-11T02:13:55.582Z] #8 exporting config sha256:053158e8c5406780e10d806feb5dbd9a6e608d41451c2569d33a36770874d35d done [2025-07-11T02:13:55.582Z] #8 exporting manifest list sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d done [2025-07-11T02:13:55.582Z] #8 pushing layers 0.0s done [2025-07-11T02:13:55.582Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d 0.1s done [2025-07-11T02:13:55.582Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:55.582Z] #8 DONE 0.1s [2025-07-11T02:13:55.582Z] [2025-07-11T02:13:55.582Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:55.582Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:55.878Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873' [2025-07-11T02:13:55.878Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - [2025-07-11T02:13:56.137Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:56.137Z] #1 transferring dockerfile: 206B done [2025-07-11T02:13:56.137Z] #1 DONE 0.0s [2025-07-11T02:13:56.137Z] [2025-07-11T02:13:56.137Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:56.137Z] #2 DONE 0.0s [2025-07-11T02:13:56.137Z] [2025-07-11T02:13:56.137Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:56.137Z] #3 DONE 0.0s [2025-07-11T02:13:56.137Z] [2025-07-11T02:13:56.137Z] #4 [internal] load .dockerignore [2025-07-11T02:13:56.137Z] #4 transferring context: 2B done [2025-07-11T02:13:56.137Z] #4 DONE 0.0s [2025-07-11T02:13:56.137Z] [2025-07-11T02:13:56.137Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 [2025-07-11T02:13:56.137Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 [2025-07-11T02:13:56.137Z] #5 ... [2025-07-11T02:13:56.137Z] [2025-07-11T02:13:56.137Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 [2025-07-11T02:13:56.137Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 0.0s done [2025-07-11T02:13:56.137Z] #6 DONE 0.1s [2025-07-11T02:13:56.137Z] [2025-07-11T02:13:56.137Z] #7 exporting to image [2025-07-11T02:13:56.137Z] #7 exporting layers done [2025-07-11T02:13:56.137Z] #7 exporting manifest sha256:14d1b8680d2faf087b2584d31426e591082238d3f3619e03d39e9bd9e180e3c7 0.0s done [2025-07-11T02:13:56.137Z] #7 exporting config sha256:6a3c62f792b52f40ddae77cd88eface33dc47459906b6245061bd2d3307a1c07 [2025-07-11T02:13:56.137Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:56.137Z] #7 ... [2025-07-11T02:13:56.137Z] [2025-07-11T02:13:56.137Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:56.137Z] #8 DONE 0.0s [2025-07-11T02:13:56.137Z] [2025-07-11T02:13:56.137Z] #7 exporting to image [2025-07-11T02:13:56.137Z] #7 exporting config sha256:6a3c62f792b52f40ddae77cd88eface33dc47459906b6245061bd2d3307a1c07 done [2025-07-11T02:13:56.137Z] #7 exporting manifest sha256:2a9ae2c95987dc4126447033efd835a11c6595329f7d46cf5518e3d0847aa0db done [2025-07-11T02:13:56.137Z] #7 exporting config sha256:1c632dd028769a78dbf74689b26a798a4c8312ca6b2f825c17610ad7cb5f21fd done [2025-07-11T02:13:56.137Z] #7 exporting manifest list sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a done [2025-07-11T02:13:56.137Z] #7 pushing layers 0.1s done [2025-07-11T02:13:56.137Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a [2025-07-11T02:13:56.398Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a 0.1s done [2025-07-11T02:13:56.398Z] #7 DONE 0.2s [2025-07-11T02:13:56.398Z] [2025-07-11T02:13:56.398Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:56.398Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:56.764Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-07-11T02:13:56.764Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-07-11T02:13:56.764Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:56.764Z] #1 transferring dockerfile: 172B done [2025-07-11T02:13:56.764Z] #1 DONE 0.0s [2025-07-11T02:13:56.764Z] [2025-07-11T02:13:56.764Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-11T02:13:56.764Z] #2 DONE 0.0s [2025-07-11T02:13:56.764Z] [2025-07-11T02:13:56.764Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-11T02:13:56.764Z] #3 DONE 0.0s [2025-07-11T02:13:56.764Z] [2025-07-11T02:13:56.764Z] #4 [internal] load .dockerignore [2025-07-11T02:13:56.764Z] #4 transferring context: 2B done [2025-07-11T02:13:56.764Z] #4 DONE 0.0s [2025-07-11T02:13:56.764Z] [2025-07-11T02:13:56.764Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 [2025-07-11T02:13:56.764Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 0.0s done [2025-07-11T02:13:56.764Z] #5 CACHED [2025-07-11T02:13:56.764Z] [2025-07-11T02:13:56.764Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 [2025-07-11T02:13:56.764Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 0.0s done [2025-07-11T02:13:56.764Z] #6 CACHED [2025-07-11T02:13:56.764Z] [2025-07-11T02:13:56.764Z] #7 exporting to image [2025-07-11T02:13:56.764Z] #7 exporting layers done [2025-07-11T02:13:56.764Z] #7 exporting manifest sha256:14d1b8680d2faf087b2584d31426e591082238d3f3619e03d39e9bd9e180e3c7 done [2025-07-11T02:13:56.764Z] #7 exporting config sha256:6a3c62f792b52f40ddae77cd88eface33dc47459906b6245061bd2d3307a1c07 [2025-07-11T02:13:56.764Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:57.023Z] #7 exporting config sha256:6a3c62f792b52f40ddae77cd88eface33dc47459906b6245061bd2d3307a1c07 done [2025-07-11T02:13:57.023Z] #7 exporting manifest sha256:2a9ae2c95987dc4126447033efd835a11c6595329f7d46cf5518e3d0847aa0db done [2025-07-11T02:13:57.023Z] #7 exporting config sha256:1c632dd028769a78dbf74689b26a798a4c8312ca6b2f825c17610ad7cb5f21fd done [2025-07-11T02:13:57.023Z] #7 exporting manifest list sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a done [2025-07-11T02:13:57.023Z] #7 pushing layers 0.0s done [2025-07-11T02:13:57.023Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a 0.1s done [2025-07-11T02:13:57.023Z] #7 DONE 0.1s [2025-07-11T02:13:57.023Z] [2025-07-11T02:13:57.023Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:57.023Z] #8 DONE 0.0s [2025-07-11T02:13:57.023Z] [2025-07-11T02:13:57.023Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:57.023Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:57.325Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40' [2025-07-11T02:13:57.325Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40 --push - [2025-07-11T02:13:57.325Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:57.325Z] #1 transferring dockerfile: 178B done [2025-07-11T02:13:57.325Z] #1 DONE 0.0s [2025-07-11T02:13:57.325Z] [2025-07-11T02:13:57.325Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40 [2025-07-11T02:13:57.325Z] #2 DONE 0.0s [2025-07-11T02:13:57.325Z] [2025-07-11T02:13:57.325Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40 [2025-07-11T02:13:57.325Z] #3 DONE 0.0s [2025-07-11T02:13:57.325Z] [2025-07-11T02:13:57.325Z] #4 [internal] load .dockerignore [2025-07-11T02:13:57.325Z] #4 transferring context: 2B done [2025-07-11T02:13:57.325Z] #4 DONE 0.0s [2025-07-11T02:13:57.325Z] [2025-07-11T02:13:57.325Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 [2025-07-11T02:13:57.325Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 0.0s done [2025-07-11T02:13:57.325Z] #5 DONE 0.0s [2025-07-11T02:13:57.325Z] [2025-07-11T02:13:57.325Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 [2025-07-11T02:13:57.584Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 0.0s done [2025-07-11T02:13:57.584Z] #6 CACHED [2025-07-11T02:13:57.584Z] [2025-07-11T02:13:57.584Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 [2025-07-11T02:13:57.584Z] #5 CACHED [2025-07-11T02:13:57.584Z] [2025-07-11T02:13:57.584Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:57.584Z] #7 DONE 0.0s [2025-07-11T02:13:57.584Z] [2025-07-11T02:13:57.584Z] #8 exporting to image [2025-07-11T02:13:57.584Z] #8 exporting layers done [2025-07-11T02:13:57.584Z] #8 exporting manifest sha256:14d1b8680d2faf087b2584d31426e591082238d3f3619e03d39e9bd9e180e3c7 done [2025-07-11T02:13:57.584Z] #8 exporting config sha256:6a3c62f792b52f40ddae77cd88eface33dc47459906b6245061bd2d3307a1c07 done [2025-07-11T02:13:57.584Z] #8 exporting manifest sha256:2a9ae2c95987dc4126447033efd835a11c6595329f7d46cf5518e3d0847aa0db done [2025-07-11T02:13:57.584Z] #8 exporting config sha256:1c632dd028769a78dbf74689b26a798a4c8312ca6b2f825c17610ad7cb5f21fd done [2025-07-11T02:13:57.584Z] #8 exporting manifest list sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a done [2025-07-11T02:13:57.584Z] #8 pushing layers 0.0s done [2025-07-11T02:13:57.584Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40@sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a 0.1s done [2025-07-11T02:13:57.584Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:57.584Z] #8 DONE 0.1s [2025-07-11T02:13:57.584Z] [2025-07-11T02:13:57.585Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:57.585Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:57.879Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' [2025-07-11T02:13:57.879Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - [2025-07-11T02:13:57.879Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:57.879Z] #1 transferring dockerfile: 219B done [2025-07-11T02:13:57.879Z] #1 DONE 0.0s [2025-07-11T02:13:57.879Z] [2025-07-11T02:13:57.879Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:57.879Z] #2 DONE 0.0s [2025-07-11T02:13:57.879Z] [2025-07-11T02:13:57.879Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:13:57.879Z] #3 DONE 0.0s [2025-07-11T02:13:57.879Z] [2025-07-11T02:13:57.879Z] #4 [internal] load .dockerignore [2025-07-11T02:13:57.879Z] #4 transferring context: 2B done [2025-07-11T02:13:57.879Z] #4 DONE 0.0s [2025-07-11T02:13:57.879Z] [2025-07-11T02:13:57.879Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 [2025-07-11T02:13:57.879Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 0.0s done [2025-07-11T02:13:57.879Z] #5 CACHED [2025-07-11T02:13:57.879Z] [2025-07-11T02:13:57.879Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 [2025-07-11T02:13:58.139Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 0.0s done [2025-07-11T02:13:58.139Z] #6 CACHED [2025-07-11T02:13:58.139Z] [2025-07-11T02:13:58.139Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:58.139Z] #7 DONE 0.0s [2025-07-11T02:13:58.139Z] [2025-07-11T02:13:58.139Z] #8 exporting to image [2025-07-11T02:13:58.139Z] #8 exporting layers done [2025-07-11T02:13:58.139Z] #8 exporting manifest sha256:14d1b8680d2faf087b2584d31426e591082238d3f3619e03d39e9bd9e180e3c7 done [2025-07-11T02:13:58.139Z] #8 exporting config sha256:6a3c62f792b52f40ddae77cd88eface33dc47459906b6245061bd2d3307a1c07 done [2025-07-11T02:13:58.139Z] #8 exporting manifest sha256:2a9ae2c95987dc4126447033efd835a11c6595329f7d46cf5518e3d0847aa0db done [2025-07-11T02:13:58.139Z] #8 exporting config sha256:1c632dd028769a78dbf74689b26a798a4c8312ca6b2f825c17610ad7cb5f21fd done [2025-07-11T02:13:58.139Z] #8 exporting manifest list sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a done [2025-07-11T02:13:58.139Z] #8 pushing layers 0.0s done [2025-07-11T02:13:58.139Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a 0.1s done [2025-07-11T02:13:58.139Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:58.139Z] #8 DONE 0.1s [2025-07-11T02:13:58.139Z] [2025-07-11T02:13:58.139Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:58.139Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:58.426Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-07-11T02:13:58.426Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-07-11T02:13:58.686Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:58.686Z] #1 transferring dockerfile: 170B done [2025-07-11T02:13:58.686Z] #1 DONE 0.0s [2025-07-11T02:13:58.686Z] [2025-07-11T02:13:58.686Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-07-11T02:13:58.686Z] #2 DONE 0.0s [2025-07-11T02:13:58.686Z] [2025-07-11T02:13:58.686Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-07-11T02:13:58.686Z] #3 DONE 0.0s [2025-07-11T02:13:58.686Z] [2025-07-11T02:13:58.686Z] #4 [internal] load .dockerignore [2025-07-11T02:13:58.686Z] #4 transferring context: 2B done [2025-07-11T02:13:58.686Z] #4 DONE 0.0s [2025-07-11T02:13:58.686Z] [2025-07-11T02:13:58.686Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 [2025-07-11T02:13:58.686Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 0.0s done [2025-07-11T02:13:58.686Z] #5 CACHED [2025-07-11T02:13:58.686Z] [2025-07-11T02:13:58.686Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 [2025-07-11T02:13:58.686Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 0.0s done [2025-07-11T02:13:58.686Z] #6 CACHED [2025-07-11T02:13:58.686Z] [2025-07-11T02:13:58.686Z] #7 exporting to image [2025-07-11T02:13:58.686Z] #7 exporting layers done [2025-07-11T02:13:58.686Z] #7 exporting manifest sha256:14d1b8680d2faf087b2584d31426e591082238d3f3619e03d39e9bd9e180e3c7 done [2025-07-11T02:13:58.686Z] #7 exporting config sha256:6a3c62f792b52f40ddae77cd88eface33dc47459906b6245061bd2d3307a1c07 [2025-07-11T02:13:58.686Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:58.686Z] #7 exporting config sha256:6a3c62f792b52f40ddae77cd88eface33dc47459906b6245061bd2d3307a1c07 done [2025-07-11T02:13:58.686Z] #7 exporting manifest sha256:2a9ae2c95987dc4126447033efd835a11c6595329f7d46cf5518e3d0847aa0db done [2025-07-11T02:13:58.686Z] #7 exporting config sha256:1c632dd028769a78dbf74689b26a798a4c8312ca6b2f825c17610ad7cb5f21fd done [2025-07-11T02:13:58.686Z] #7 exporting manifest list sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a done [2025-07-11T02:13:58.686Z] #7 pushing layers 0.0s done [2025-07-11T02:13:58.686Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a 0.1s done [2025-07-11T02:13:58.686Z] #7 DONE 0.1s [2025-07-11T02:13:58.686Z] [2025-07-11T02:13:58.686Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:58.686Z] #8 DONE 0.0s [2025-07-11T02:13:58.686Z] [2025-07-11T02:13:58.686Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:58.686Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:58.973Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - [2025-07-11T02:13:58.973Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873' [2025-07-11T02:13:58.973Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:58.973Z] #1 transferring dockerfile: 206B done [2025-07-11T02:13:58.973Z] #1 DONE 0.0s [2025-07-11T02:13:58.973Z] [2025-07-11T02:13:58.973Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:58.973Z] #2 DONE 0.0s [2025-07-11T02:13:58.973Z] [2025-07-11T02:13:58.973Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:13:58.973Z] #3 DONE 0.0s [2025-07-11T02:13:58.973Z] [2025-07-11T02:13:58.973Z] #4 [internal] load .dockerignore [2025-07-11T02:13:58.973Z] #4 transferring context: 2B done [2025-07-11T02:13:58.973Z] #4 DONE 0.0s [2025-07-11T02:13:58.973Z] [2025-07-11T02:13:58.973Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 [2025-07-11T02:13:58.973Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 [2025-07-11T02:13:59.233Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.0s done [2025-07-11T02:13:59.233Z] #5 DONE 0.0s [2025-07-11T02:13:59.233Z] [2025-07-11T02:13:59.233Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 [2025-07-11T02:13:59.233Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.0s done [2025-07-11T02:13:59.233Z] #6 DONE 0.1s [2025-07-11T02:13:59.233Z] [2025-07-11T02:13:59.233Z] #7 exporting to image [2025-07-11T02:13:59.233Z] #7 exporting layers done [2025-07-11T02:13:59.233Z] #7 exporting manifest sha256:1739dbd38796bf3127e9d8b7e85997728e1a8e9a67f73fa7faffbd9f6839035e done [2025-07-11T02:13:59.233Z] #7 exporting config sha256:c0a2a4030656e51291bd8fcf49b40766eaac497bc2d42cfcf3ee4bfc01b7debf done [2025-07-11T02:13:59.233Z] #7 exporting manifest sha256:0911c63a96115398366e50725fbef7e44614dea29c070aed5aa79474471869ec done [2025-07-11T02:13:59.233Z] #7 exporting config sha256:fa5cfea0948a3ce5b61c85379b6d838a8fe49a83b01ced0017dafbbc24103f1d done [2025-07-11T02:13:59.233Z] #7 exporting manifest list sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac [2025-07-11T02:13:59.233Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:13:59.233Z] #7 ... [2025-07-11T02:13:59.233Z] [2025-07-11T02:13:59.233Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:13:59.233Z] #8 DONE 0.0s [2025-07-11T02:13:59.233Z] [2025-07-11T02:13:59.233Z] #7 exporting to image [2025-07-11T02:13:59.233Z] #7 exporting manifest list sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac done [2025-07-11T02:13:59.233Z] #7 pushing layers 0.1s done [2025-07-11T02:13:59.233Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac [2025-07-11T02:13:59.493Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac 0.1s done [2025-07-11T02:13:59.493Z] #7 DONE 0.2s [2025-07-11T02:13:59.493Z] [2025-07-11T02:13:59.493Z] 1 warning found (use --debug to expand): [2025-07-11T02:13:59.493Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:13:59.781Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-07-11T02:13:59.781Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-07-11T02:13:59.781Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:13:59.781Z] #1 transferring dockerfile: 172B done [2025-07-11T02:13:59.781Z] #1 DONE 0.0s [2025-07-11T02:13:59.781Z] [2025-07-11T02:13:59.781Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-11T02:13:59.781Z] #2 DONE 0.0s [2025-07-11T02:13:59.781Z] [2025-07-11T02:13:59.781Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-11T02:13:59.781Z] #3 DONE 0.0s [2025-07-11T02:13:59.781Z] [2025-07-11T02:13:59.781Z] #4 [internal] load .dockerignore [2025-07-11T02:13:59.781Z] #4 transferring context: 2B done [2025-07-11T02:13:59.781Z] #4 DONE 0.0s [2025-07-11T02:13:59.781Z] [2025-07-11T02:13:59.781Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 [2025-07-11T02:13:59.781Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.0s done [2025-07-11T02:13:59.781Z] #5 CACHED [2025-07-11T02:13:59.781Z] [2025-07-11T02:13:59.781Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 [2025-07-11T02:13:59.781Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.0s done [2025-07-11T02:14:00.039Z] #6 CACHED [2025-07-11T02:14:00.039Z] [2025-07-11T02:14:00.039Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:14:00.039Z] #7 DONE 0.0s [2025-07-11T02:14:00.039Z] [2025-07-11T02:14:00.039Z] #8 exporting to image [2025-07-11T02:14:00.040Z] #8 exporting layers done [2025-07-11T02:14:00.040Z] #8 exporting manifest sha256:1739dbd38796bf3127e9d8b7e85997728e1a8e9a67f73fa7faffbd9f6839035e done [2025-07-11T02:14:00.040Z] #8 exporting config sha256:c0a2a4030656e51291bd8fcf49b40766eaac497bc2d42cfcf3ee4bfc01b7debf done [2025-07-11T02:14:00.040Z] #8 exporting manifest sha256:0911c63a96115398366e50725fbef7e44614dea29c070aed5aa79474471869ec done [2025-07-11T02:14:00.040Z] #8 exporting config sha256:fa5cfea0948a3ce5b61c85379b6d838a8fe49a83b01ced0017dafbbc24103f1d done [2025-07-11T02:14:00.040Z] #8 exporting manifest list sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac done [2025-07-11T02:14:00.040Z] #8 pushing layers 0.0s done [2025-07-11T02:14:00.040Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac 0.1s done [2025-07-11T02:14:00.040Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:14:00.040Z] #8 DONE 0.1s [2025-07-11T02:14:00.040Z] [2025-07-11T02:14:00.040Z] 1 warning found (use --debug to expand): [2025-07-11T02:14:00.040Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:14:00.333Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40 --push - [2025-07-11T02:14:00.333Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40' [2025-07-11T02:14:00.333Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:14:00.333Z] #1 transferring dockerfile: 178B done [2025-07-11T02:14:00.333Z] #1 DONE 0.0s [2025-07-11T02:14:00.333Z] [2025-07-11T02:14:00.333Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40 [2025-07-11T02:14:00.333Z] #2 DONE 0.0s [2025-07-11T02:14:00.333Z] [2025-07-11T02:14:00.333Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40 [2025-07-11T02:14:00.333Z] #3 DONE 0.0s [2025-07-11T02:14:00.333Z] [2025-07-11T02:14:00.333Z] #4 [internal] load .dockerignore [2025-07-11T02:14:00.333Z] #4 transferring context: 2B done [2025-07-11T02:14:00.333Z] #4 DONE 0.0s [2025-07-11T02:14:00.333Z] [2025-07-11T02:14:00.333Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 [2025-07-11T02:14:00.333Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.0s done [2025-07-11T02:14:00.333Z] #5 DONE 0.0s [2025-07-11T02:14:00.333Z] [2025-07-11T02:14:00.333Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 [2025-07-11T02:14:00.592Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.0s done [2025-07-11T02:14:00.592Z] #6 CACHED [2025-07-11T02:14:00.592Z] [2025-07-11T02:14:00.592Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 [2025-07-11T02:14:00.592Z] #5 CACHED [2025-07-11T02:14:00.592Z] [2025-07-11T02:14:00.592Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:14:00.592Z] #7 DONE 0.0s [2025-07-11T02:14:00.592Z] [2025-07-11T02:14:00.592Z] #8 exporting to image [2025-07-11T02:14:00.592Z] #8 exporting layers done [2025-07-11T02:14:00.592Z] #8 exporting manifest sha256:1739dbd38796bf3127e9d8b7e85997728e1a8e9a67f73fa7faffbd9f6839035e done [2025-07-11T02:14:00.592Z] #8 exporting config sha256:c0a2a4030656e51291bd8fcf49b40766eaac497bc2d42cfcf3ee4bfc01b7debf done [2025-07-11T02:14:00.592Z] #8 exporting manifest sha256:0911c63a96115398366e50725fbef7e44614dea29c070aed5aa79474471869ec done [2025-07-11T02:14:00.592Z] #8 exporting config sha256:fa5cfea0948a3ce5b61c85379b6d838a8fe49a83b01ced0017dafbbc24103f1d done [2025-07-11T02:14:00.592Z] #8 exporting manifest list sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac done [2025-07-11T02:14:00.592Z] #8 pushing layers 0.0s done [2025-07-11T02:14:00.592Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40@sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac 0.1s done [2025-07-11T02:14:00.592Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:14:00.592Z] #8 DONE 0.1s [2025-07-11T02:14:00.592Z] [2025-07-11T02:14:00.592Z] 1 warning found (use --debug to expand): [2025-07-11T02:14:00.592Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:14:00.882Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' [2025-07-11T02:14:00.882Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - [2025-07-11T02:14:00.882Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:14:00.882Z] #1 transferring dockerfile: 219B done [2025-07-11T02:14:00.882Z] #1 DONE 0.0s [2025-07-11T02:14:00.882Z] [2025-07-11T02:14:00.882Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:14:00.882Z] #2 DONE 0.0s [2025-07-11T02:14:00.882Z] [2025-07-11T02:14:00.882Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:14:00.882Z] #3 DONE 0.0s [2025-07-11T02:14:00.882Z] [2025-07-11T02:14:00.882Z] #4 [internal] load .dockerignore [2025-07-11T02:14:00.882Z] #4 transferring context: 2B done [2025-07-11T02:14:00.882Z] #4 DONE 0.0s [2025-07-11T02:14:00.882Z] [2025-07-11T02:14:00.882Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 [2025-07-11T02:14:00.882Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.0s done [2025-07-11T02:14:00.882Z] #5 CACHED [2025-07-11T02:14:00.882Z] [2025-07-11T02:14:00.882Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 [2025-07-11T02:14:00.882Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.0s done [2025-07-11T02:14:00.882Z] #6 CACHED [2025-07-11T02:14:00.882Z] [2025-07-11T02:14:00.882Z] #7 exporting to image [2025-07-11T02:14:00.882Z] #7 exporting layers [2025-07-11T02:14:00.882Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:14:01.142Z] #7 exporting layers done [2025-07-11T02:14:01.142Z] #7 exporting manifest sha256:1739dbd38796bf3127e9d8b7e85997728e1a8e9a67f73fa7faffbd9f6839035e done [2025-07-11T02:14:01.142Z] #7 exporting config sha256:c0a2a4030656e51291bd8fcf49b40766eaac497bc2d42cfcf3ee4bfc01b7debf done [2025-07-11T02:14:01.142Z] #7 exporting manifest sha256:0911c63a96115398366e50725fbef7e44614dea29c070aed5aa79474471869ec done [2025-07-11T02:14:01.142Z] #7 exporting config sha256:fa5cfea0948a3ce5b61c85379b6d838a8fe49a83b01ced0017dafbbc24103f1d done [2025-07-11T02:14:01.142Z] #7 exporting manifest list sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac done [2025-07-11T02:14:01.142Z] #7 pushing layers 0.0s done [2025-07-11T02:14:01.142Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac 0.1s done [2025-07-11T02:14:01.142Z] #7 DONE 0.1s [2025-07-11T02:14:01.142Z] [2025-07-11T02:14:01.142Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:14:01.142Z] #8 DONE 0.0s [2025-07-11T02:14:01.142Z] [2025-07-11T02:14:01.142Z] 1 warning found (use --debug to expand): [2025-07-11T02:14:01.142Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:14:01.430Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-07-11T02:14:01.430Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-07-11T02:14:02.000Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:14:02.265Z] #1 transferring dockerfile: 170B done [2025-07-11T02:14:02.525Z] #1 DONE 0.6s [2025-07-11T02:14:02.525Z] [2025-07-11T02:14:02.525Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-07-11T02:14:02.785Z] #2 DONE 0.4s [2025-07-11T02:14:02.785Z] [2025-07-11T02:14:02.785Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-07-11T02:14:02.785Z] #3 DONE 0.3s [2025-07-11T02:14:02.785Z] [2025-07-11T02:14:02.785Z] #4 [internal] load .dockerignore [2025-07-11T02:14:03.046Z] #4 transferring context: 2B done [2025-07-11T02:14:03.046Z] #4 DONE 0.5s [2025-07-11T02:14:03.309Z] [2025-07-11T02:14:03.309Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 [2025-07-11T02:14:03.572Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 [2025-07-11T02:14:03.572Z] #5 ... [2025-07-11T02:14:03.572Z] [2025-07-11T02:14:03.572Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 [2025-07-11T02:14:03.572Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.4s done [2025-07-11T02:14:03.572Z] #6 DONE 0.5s [2025-07-11T02:14:03.832Z] [2025-07-11T02:14:03.833Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 [2025-07-11T02:14:03.833Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.5s done [2025-07-11T02:14:03.833Z] #5 DONE 0.6s [2025-07-11T02:14:03.833Z] [2025-07-11T02:14:03.833Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 [2025-07-11T02:14:03.833Z] #5 CACHED [2025-07-11T02:14:03.833Z] [2025-07-11T02:14:03.833Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 [2025-07-11T02:14:03.833Z] #6 CACHED [2025-07-11T02:14:03.833Z] [2025-07-11T02:14:03.833Z] #7 exporting to image [2025-07-11T02:14:03.833Z] #7 exporting layers [2025-07-11T02:14:03.833Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:14:04.092Z] #7 exporting layers done [2025-07-11T02:14:04.092Z] #7 exporting manifest sha256:1739dbd38796bf3127e9d8b7e85997728e1a8e9a67f73fa7faffbd9f6839035e 0.1s done [2025-07-11T02:14:04.092Z] #7 exporting config sha256:c0a2a4030656e51291bd8fcf49b40766eaac497bc2d42cfcf3ee4bfc01b7debf [2025-07-11T02:14:04.352Z] #7 exporting config sha256:c0a2a4030656e51291bd8fcf49b40766eaac497bc2d42cfcf3ee4bfc01b7debf 0.1s done [2025-07-11T02:14:04.352Z] #7 exporting manifest sha256:0911c63a96115398366e50725fbef7e44614dea29c070aed5aa79474471869ec [2025-07-11T02:14:04.352Z] #7 exporting manifest sha256:0911c63a96115398366e50725fbef7e44614dea29c070aed5aa79474471869ec 0.1s done [2025-07-11T02:14:04.352Z] #7 exporting config sha256:fa5cfea0948a3ce5b61c85379b6d838a8fe49a83b01ced0017dafbbc24103f1d 0.0s done [2025-07-11T02:14:04.352Z] #7 exporting manifest list sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac 0.0s done [2025-07-11T02:14:04.352Z] #7 pushing layers 0.0s done [2025-07-11T02:14:04.352Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac [2025-07-11T02:14:04.352Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac 0.1s done [2025-07-11T02:14:04.352Z] #7 DONE 0.4s [2025-07-11T02:14:04.353Z] [2025-07-11T02:14:04.353Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:14:04.353Z] #8 DONE 0.0s [2025-07-11T02:14:05.293Z] [2025-07-11T02:14:05.293Z] 1 warning found (use --debug to expand): [2025-07-11T02:14:05.293Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:14:05.586Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - [2025-07-11T02:14:05.586Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873' [2025-07-11T02:14:05.844Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:14:05.844Z] #1 transferring dockerfile: [2025-07-11T02:14:06.108Z] #1 transferring dockerfile: 202B done [2025-07-11T02:14:06.108Z] #1 DONE 0.2s [2025-07-11T02:14:06.108Z] [2025-07-11T02:14:06.108Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:14:06.366Z] #2 ... [2025-07-11T02:14:06.366Z] [2025-07-11T02:14:06.366Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:14:06.366Z] #3 DONE 0.2s [2025-07-11T02:14:06.366Z] [2025-07-11T02:14:06.366Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:14:06.366Z] #2 DONE 0.3s [2025-07-11T02:14:06.366Z] [2025-07-11T02:14:06.366Z] #4 [internal] load .dockerignore [2025-07-11T02:14:06.626Z] #4 transferring context: 2B done [2025-07-11T02:14:06.626Z] #4 DONE 0.2s [2025-07-11T02:14:06.626Z] [2025-07-11T02:14:06.626Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c [2025-07-11T02:14:06.626Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.1s done [2025-07-11T02:14:06.626Z] #5 DONE 0.1s [2025-07-11T02:14:06.626Z] [2025-07-11T02:14:06.626Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c [2025-07-11T02:14:06.884Z] #6 DONE 0.1s [2025-07-11T02:14:06.884Z] [2025-07-11T02:14:06.884Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c [2025-07-11T02:14:06.884Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.1s done [2025-07-11T02:14:07.450Z] #5 DONE 0.8s [2025-07-11T02:14:07.450Z] [2025-07-11T02:14:07.450Z] #7 exporting to image [2025-07-11T02:14:07.450Z] #7 exporting layers done [2025-07-11T02:14:07.450Z] #7 exporting manifest sha256:fa09e2dc5cd76fd8325f845b19d7fccd0f9f1ca5ccf8e68c47213871efb517bb [2025-07-11T02:14:07.450Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:14:07.450Z] #7 exporting manifest sha256:fa09e2dc5cd76fd8325f845b19d7fccd0f9f1ca5ccf8e68c47213871efb517bb 0.1s done [2025-07-11T02:14:07.450Z] #7 exporting config sha256:95d910e7a41b90de4c40ea2705309cfb611c9531c1fa26cdfb6b8c11609c5802 0.0s done [2025-07-11T02:14:07.450Z] #7 exporting manifest sha256:1fbf05828a8549fb327f5315b247eedb8a0abf8df364bcfc44a1f7c7bd58b584 0.1s done [2025-07-11T02:14:07.450Z] #7 exporting config sha256:72fc92dcc822a6a61e165e1b652bb4d69cf91cf3fd29717291b6c980322af424 [2025-07-11T02:14:07.709Z] #7 exporting config sha256:72fc92dcc822a6a61e165e1b652bb4d69cf91cf3fd29717291b6c980322af424 0.1s done [2025-07-11T02:14:07.709Z] #7 exporting manifest list sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 [2025-07-11T02:14:07.968Z] #7 ... [2025-07-11T02:14:07.968Z] [2025-07-11T02:14:07.968Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:14:07.968Z] #8 DONE 0.0s [2025-07-11T02:14:07.968Z] [2025-07-11T02:14:07.968Z] #7 exporting to image [2025-07-11T02:14:07.968Z] #7 exporting manifest list sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 0.1s done [2025-07-11T02:14:07.968Z] #7 pushing layers 0.1s done [2025-07-11T02:14:07.968Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 [2025-07-11T02:14:07.968Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 0.1s done [2025-07-11T02:14:07.968Z] #7 DONE 0.6s [2025-07-11T02:14:08.905Z] [2025-07-11T02:14:08.905Z] 1 warning found (use --debug to expand): [2025-07-11T02:14:08.905Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:14:09.194Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-07-11T02:14:09.194Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-07-11T02:14:09.453Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:14:09.713Z] #1 transferring dockerfile: 168B done [2025-07-11T02:14:09.713Z] #1 DONE 0.2s [2025-07-11T02:14:09.713Z] [2025-07-11T02:14:09.713Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-11T02:14:09.713Z] #2 ... [2025-07-11T02:14:09.713Z] [2025-07-11T02:14:09.713Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-11T02:14:09.713Z] #3 DONE 0.1s [2025-07-11T02:14:09.970Z] [2025-07-11T02:14:09.970Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-11T02:14:09.970Z] #2 DONE 0.2s [2025-07-11T02:14:09.970Z] [2025-07-11T02:14:09.970Z] #4 [internal] load .dockerignore [2025-07-11T02:14:09.970Z] #4 transferring context: [2025-07-11T02:14:09.970Z] #4 transferring context: 2B done [2025-07-11T02:14:09.970Z] #4 DONE 0.3s [2025-07-11T02:14:09.970Z] [2025-07-11T02:14:09.970Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c [2025-07-11T02:14:10.228Z] #5 ... [2025-07-11T02:14:10.229Z] [2025-07-11T02:14:10.229Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c [2025-07-11T02:14:10.229Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.1s done [2025-07-11T02:14:10.229Z] #6 CACHED [2025-07-11T02:14:10.229Z] [2025-07-11T02:14:10.229Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c [2025-07-11T02:14:10.229Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.1s done [2025-07-11T02:14:10.229Z] #5 CACHED [2025-07-11T02:14:10.229Z] [2025-07-11T02:14:10.229Z] #7 exporting to image [2025-07-11T02:14:10.229Z] #7 exporting layers done [2025-07-11T02:14:10.229Z] #7 exporting manifest sha256:fa09e2dc5cd76fd8325f845b19d7fccd0f9f1ca5ccf8e68c47213871efb517bb 0.0s done [2025-07-11T02:14:10.229Z] #7 exporting config sha256:95d910e7a41b90de4c40ea2705309cfb611c9531c1fa26cdfb6b8c11609c5802 done [2025-07-11T02:14:10.229Z] #7 exporting manifest sha256:1fbf05828a8549fb327f5315b247eedb8a0abf8df364bcfc44a1f7c7bd58b584 0.1s done [2025-07-11T02:14:10.229Z] #7 exporting config sha256:72fc92dcc822a6a61e165e1b652bb4d69cf91cf3fd29717291b6c980322af424 [2025-07-11T02:14:10.229Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:14:10.526Z] #7 ... [2025-07-11T02:14:10.526Z] [2025-07-11T02:14:10.526Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:14:10.526Z] #8 DONE 0.0s [2025-07-11T02:14:10.526Z] [2025-07-11T02:14:10.526Z] #7 exporting to image [2025-07-11T02:14:10.526Z] #7 exporting config sha256:72fc92dcc822a6a61e165e1b652bb4d69cf91cf3fd29717291b6c980322af424 0.0s done [2025-07-11T02:14:10.526Z] #7 exporting manifest list sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 0.0s done [2025-07-11T02:14:10.526Z] #7 pushing layers 0.0s done [2025-07-11T02:14:10.526Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 [2025-07-11T02:14:10.526Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 0.2s done [2025-07-11T02:14:10.526Z] #7 DONE 0.3s [2025-07-11T02:14:11.097Z] [2025-07-11T02:14:11.097Z] 1 warning found (use --debug to expand): [2025-07-11T02:14:11.097Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:14:11.386Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40' [2025-07-11T02:14:11.386Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40 --push - [2025-07-11T02:14:11.647Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:14:11.906Z] #1 transferring dockerfile: 174B done [2025-07-11T02:14:12.165Z] #1 DONE 0.3s [2025-07-11T02:14:12.165Z] [2025-07-11T02:14:12.165Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40 [2025-07-11T02:14:12.165Z] #2 DONE 0.1s [2025-07-11T02:14:12.165Z] [2025-07-11T02:14:12.165Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40 [2025-07-11T02:14:12.165Z] #3 DONE 0.1s [2025-07-11T02:14:12.165Z] [2025-07-11T02:14:12.165Z] #4 [internal] load .dockerignore [2025-07-11T02:14:12.424Z] #4 transferring context: 2B done [2025-07-11T02:14:12.424Z] #4 DONE 0.2s [2025-07-11T02:14:12.424Z] [2025-07-11T02:14:12.424Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c [2025-07-11T02:14:12.424Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c [2025-07-11T02:14:12.424Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.2s done [2025-07-11T02:14:12.424Z] #5 DONE 0.2s [2025-07-11T02:14:12.424Z] [2025-07-11T02:14:12.424Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c [2025-07-11T02:14:12.424Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.2s done [2025-07-11T02:14:12.424Z] #6 DONE 0.2s [2025-07-11T02:14:12.424Z] [2025-07-11T02:14:12.424Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c [2025-07-11T02:14:12.424Z] #5 CACHED [2025-07-11T02:14:12.424Z] [2025-07-11T02:14:12.424Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c [2025-07-11T02:14:12.424Z] #6 CACHED [2025-07-11T02:14:12.424Z] [2025-07-11T02:14:12.424Z] #7 exporting to image [2025-07-11T02:14:12.424Z] #7 exporting layers [2025-07-11T02:14:12.424Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:14:12.684Z] #7 exporting layers done [2025-07-11T02:14:12.684Z] #7 exporting manifest sha256:fa09e2dc5cd76fd8325f845b19d7fccd0f9f1ca5ccf8e68c47213871efb517bb 0.0s done [2025-07-11T02:14:12.684Z] #7 exporting config sha256:95d910e7a41b90de4c40ea2705309cfb611c9531c1fa26cdfb6b8c11609c5802 0.0s done [2025-07-11T02:14:12.684Z] #7 exporting manifest sha256:1fbf05828a8549fb327f5315b247eedb8a0abf8df364bcfc44a1f7c7bd58b584 done [2025-07-11T02:14:12.684Z] #7 exporting config sha256:72fc92dcc822a6a61e165e1b652bb4d69cf91cf3fd29717291b6c980322af424 done [2025-07-11T02:14:12.684Z] #7 exporting manifest list sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 done [2025-07-11T02:14:12.684Z] #7 pushing layers 0.0s done [2025-07-11T02:14:12.684Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 [2025-07-11T02:14:12.684Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 0.1s done [2025-07-11T02:14:12.684Z] #7 DONE 0.2s [2025-07-11T02:14:12.684Z] [2025-07-11T02:14:12.684Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:14:12.684Z] #8 DONE 0.0s [2025-07-11T02:14:13.254Z] [2025-07-11T02:14:13.254Z] 1 warning found (use --debug to expand): [2025-07-11T02:14:13.254Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:14:13.542Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' [2025-07-11T02:14:13.542Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - [2025-07-11T02:14:14.109Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:14:14.109Z] #1 transferring dockerfile: 215B 0.0s done [2025-07-11T02:14:14.109Z] #1 DONE 0.2s [2025-07-11T02:14:14.109Z] [2025-07-11T02:14:14.109Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:14:14.367Z] #2 DONE 0.2s [2025-07-11T02:14:14.367Z] [2025-07-11T02:14:14.367Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:14:14.367Z] #3 DONE 0.2s [2025-07-11T02:14:14.367Z] [2025-07-11T02:14:14.367Z] #4 [internal] load .dockerignore [2025-07-11T02:14:14.367Z] #4 transferring context: 2B done [2025-07-11T02:14:14.367Z] #4 DONE 0.3s [2025-07-11T02:14:14.628Z] [2025-07-11T02:14:14.628Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c [2025-07-11T02:14:14.628Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c [2025-07-11T02:14:14.889Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.2s done [2025-07-11T02:14:14.889Z] #5 CACHED [2025-07-11T02:14:14.889Z] [2025-07-11T02:14:14.889Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c [2025-07-11T02:14:14.889Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.2s done [2025-07-11T02:14:14.889Z] #6 CACHED [2025-07-11T02:14:14.889Z] [2025-07-11T02:14:14.889Z] #7 exporting to image [2025-07-11T02:14:14.889Z] #7 exporting layers done [2025-07-11T02:14:14.889Z] #7 exporting manifest sha256:fa09e2dc5cd76fd8325f845b19d7fccd0f9f1ca5ccf8e68c47213871efb517bb 0.0s done [2025-07-11T02:14:14.889Z] #7 exporting config sha256:95d910e7a41b90de4c40ea2705309cfb611c9531c1fa26cdfb6b8c11609c5802 done [2025-07-11T02:14:14.889Z] #7 exporting manifest sha256:1fbf05828a8549fb327f5315b247eedb8a0abf8df364bcfc44a1f7c7bd58b584 done [2025-07-11T02:14:14.889Z] #7 exporting config sha256:72fc92dcc822a6a61e165e1b652bb4d69cf91cf3fd29717291b6c980322af424 [2025-07-11T02:14:14.889Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:14:14.889Z] #7 ... [2025-07-11T02:14:14.889Z] [2025-07-11T02:14:14.889Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:14:14.889Z] #8 DONE 0.0s [2025-07-11T02:14:14.889Z] [2025-07-11T02:14:14.889Z] #7 exporting to image [2025-07-11T02:14:14.889Z] #7 exporting config sha256:72fc92dcc822a6a61e165e1b652bb4d69cf91cf3fd29717291b6c980322af424 0.0s done [2025-07-11T02:14:14.889Z] #7 exporting manifest list sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 0.0s done [2025-07-11T02:14:14.889Z] #7 pushing layers 0.0s done [2025-07-11T02:14:14.889Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 [2025-07-11T02:14:15.148Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 0.1s done [2025-07-11T02:14:15.148Z] #7 DONE 0.2s [2025-07-11T02:14:15.407Z] [2025-07-11T02:14:15.407Z] 1 warning found (use --debug to expand): [2025-07-11T02:14:15.407Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-11T02:14:15.694Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-07-11T02:14:15.694Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-07-11T02:14:15.953Z] #1 [internal] load build definition from Dockerfile [2025-07-11T02:14:15.953Z] #1 transferring dockerfile: 166B done [2025-07-11T02:14:15.953Z] #1 DONE 0.2s [2025-07-11T02:14:16.518Z] [2025-07-11T02:14:16.518Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-07-11T02:14:16.782Z] #2 DONE 0.4s [2025-07-11T02:14:16.782Z] [2025-07-11T02:14:16.782Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-07-11T02:14:16.782Z] #3 DONE 0.4s [2025-07-11T02:14:16.782Z] [2025-07-11T02:14:16.782Z] #4 [internal] load .dockerignore [2025-07-11T02:14:16.782Z] #4 transferring context: 2B done [2025-07-11T02:14:17.043Z] #4 DONE 0.2s [2025-07-11T02:14:17.043Z] [2025-07-11T02:14:17.043Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c [2025-07-11T02:14:17.043Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c [2025-07-11T02:14:17.301Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.2s done [2025-07-11T02:14:17.301Z] #5 CACHED [2025-07-11T02:14:17.301Z] [2025-07-11T02:14:17.301Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c [2025-07-11T02:14:17.301Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.2s done [2025-07-11T02:14:17.301Z] #6 CACHED [2025-07-11T02:14:17.301Z] [2025-07-11T02:14:17.301Z] #7 exporting to image [2025-07-11T02:14:17.301Z] #7 exporting layers done [2025-07-11T02:14:17.301Z] #7 exporting manifest sha256:fa09e2dc5cd76fd8325f845b19d7fccd0f9f1ca5ccf8e68c47213871efb517bb done [2025-07-11T02:14:17.301Z] #7 exporting config sha256:95d910e7a41b90de4c40ea2705309cfb611c9531c1fa26cdfb6b8c11609c5802 [2025-07-11T02:14:17.301Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-11T02:14:17.301Z] #7 ... [2025-07-11T02:14:17.301Z] [2025-07-11T02:14:17.301Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-11T02:14:17.301Z] #8 DONE 0.0s [2025-07-11T02:14:17.301Z] [2025-07-11T02:14:17.301Z] #7 exporting to image [2025-07-11T02:14:17.301Z] #7 exporting config sha256:95d910e7a41b90de4c40ea2705309cfb611c9531c1fa26cdfb6b8c11609c5802 done [2025-07-11T02:14:17.301Z] #7 exporting manifest sha256:1fbf05828a8549fb327f5315b247eedb8a0abf8df364bcfc44a1f7c7bd58b584 0.0s done [2025-07-11T02:14:17.301Z] #7 exporting config sha256:72fc92dcc822a6a61e165e1b652bb4d69cf91cf3fd29717291b6c980322af424 0.0s done [2025-07-11T02:14:17.301Z] #7 exporting manifest list sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 0.0s done [2025-07-11T02:14:17.301Z] #7 pushing layers 0.0s done [2025-07-11T02:14:17.301Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 [2025-07-11T02:14:17.559Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 0.1s done [2025-07-11T02:14:17.559Z] #7 DONE 0.2s [2025-07-11T02:14:17.818Z] [2025-07-11T02:14:17.818Z] 1 warning found (use --debug to expand): [2025-07-11T02:14:17.818Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-07-11T02:14:18.250Z] + '[' -d /w/workspace/edgex-go/872/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:14:18.534Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:14:19.092Z] ---> package-listing.sh [2025-07-11T02:14:19.092Z] ++ facter osfamily [2025-07-11T02:14:19.092Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-11T02:14:19.352Z] + OS_FAMILY=redhat [2025-07-11T02:14:19.352Z] + workspace=/w/workspace/edgex-go/872 [2025-07-11T02:14:19.352Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-11T02:14:19.352Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-11T02:14:19.352Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-11T02:14:19.352Z] + PACKAGES=/tmp/packages_start.txt [2025-07-11T02:14:19.352Z] + '[' /w/workspace/edgex-go/872 ']' [2025-07-11T02:14:19.352Z] + PACKAGES=/tmp/packages_end.txt [2025-07-11T02:14:19.352Z] + case "${OS_FAMILY}" in [2025-07-11T02:14:19.352Z] + sort [2025-07-11T02:14:19.352Z] + rpm -qa [2025-07-11T02:14:19.929Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-11T02:14:19.929Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-11T02:14:19.929Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-11T02:14:19.929Z] + '[' /w/workspace/edgex-go/872 ']' [2025-07-11T02:14:19.929Z] + mkdir -p /w/workspace/edgex-go/872/archives/ [2025-07-11T02:14:19.929Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/872/archives/ [Pipeline] echo [2025-07-11T02:14:19.941Z] 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/872/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-07-11T02:14:20.227Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:14:20.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-11T02:14:20.788Z] [2025-07-11T02:14:20.788Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:14:21.093Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-11T02:14:21.093Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-11T02:14:21.093Z] 5eb5b503b376: Pulling fs layer [2025-07-11T02:14:21.093Z] 5c69ac0246d0: Pulling fs layer [2025-07-11T02:14:21.093Z] ec43610c2a17: Pulling fs layer [2025-07-11T02:14:21.093Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-11T02:14:21.093Z] 33b1e0a273af: Pulling fs layer [2025-07-11T02:14:21.093Z] 5d3b04190fa2: Pulling fs layer [2025-07-11T02:14:21.093Z] 2f39f015ded8: Pulling fs layer [2025-07-11T02:14:21.093Z] 33b1e0a273af: Waiting [2025-07-11T02:14:21.093Z] 5d3b04190fa2: Waiting [2025-07-11T02:14:21.093Z] 2f39f015ded8: Waiting [2025-07-11T02:14:21.093Z] 3a2ae6a8a46f: Waiting [2025-07-11T02:14:21.352Z] 5c69ac0246d0: Verifying Checksum [2025-07-11T02:14:21.352Z] 5c69ac0246d0: Download complete [2025-07-11T02:14:21.352Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-11T02:14:21.352Z] 3a2ae6a8a46f: Download complete [2025-07-11T02:14:21.352Z] 33b1e0a273af: Verifying Checksum [2025-07-11T02:14:21.352Z] 33b1e0a273af: Download complete [2025-07-11T02:14:21.352Z] 5d3b04190fa2: Verifying Checksum [2025-07-11T02:14:21.352Z] 5d3b04190fa2: Download complete [2025-07-11T02:14:21.352Z] ec43610c2a17: Verifying Checksum [2025-07-11T02:14:21.352Z] ec43610c2a17: Download complete [2025-07-11T02:14:21.616Z] 5eb5b503b376: Verifying Checksum [2025-07-11T02:14:21.616Z] 5eb5b503b376: Download complete [2025-07-11T02:14:22.184Z] 2f39f015ded8: Verifying Checksum [2025-07-11T02:14:22.184Z] 2f39f015ded8: Download complete [2025-07-11T02:14:23.129Z] 5eb5b503b376: Pull complete [2025-07-11T02:14:23.389Z] 5c69ac0246d0: Pull complete [2025-07-11T02:14:23.969Z] ec43610c2a17: Pull complete [2025-07-11T02:14:24.227Z] 3a2ae6a8a46f: Pull complete [2025-07-11T02:14:24.485Z] 33b1e0a273af: Pull complete [2025-07-11T02:14:24.485Z] 5d3b04190fa2: Pull complete [2025-07-11T02:14:28.697Z] 2f39f015ded8: Pull complete [2025-07-11T02:14:28.967Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-11T02:14:28.967Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-11T02:14:28.967Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-11T02:14:29.222Z] prd-centos7-docker-4c-2g-4953 does not seem to be running inside a container [2025-07-11T02:14:29.247Z] $ 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/872/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-07-11T02:14:39.588Z] $ docker top feca2c790f1b1f729c496e87e6d21f7e7bb563e336d889e7491cefe1f92eeaff -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-11T02:14:40.970Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-11T02:14:41.264Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-11T02:14:41.555Z] + ls /var/log/sa-host [2025-07-11T02:14:41.555Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-11T02:14:41.730Z] provisioning config files... [2025-07-11T02:14:41.740Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config14187183113461981660tmp [Pipeline] { [Pipeline] echo [2025-07-11T02:14:41.759Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:14:42.046Z] ---> create-netrc.sh [Pipeline] } [2025-07-11T02:14:42.054Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:14:42.419Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-11T02:14:42.430Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:14:42.716Z] ---> sudo-logs.sh [2025-07-11T02:14:42.716Z] Archiving 'sudo' log.. [2025-07-11T02:14:42.716Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:14:42.748Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-07-11T02:14:42.751Z] $ docker stop --time=1 feca2c790f1b1f729c496e87e6d21f7e7bb563e336d889e7491cefe1f92eeaff [2025-07-11T02:14:43.887Z] $ docker rm -f --volumes feca2c790f1b1f729c496e87e6d21f7e7bb563e336d889e7491cefe1f92eeaff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-07-11T02:14:43.998Z] [WS-CLEANUP] Deleting project workspace... [2025-07-11T02:14:43.998Z] [WS-CLEANUP] Deferred wipeout is used... [2025-07-11T02:14:44.011Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-07-11T02:28:05.354Z] #154 ... [2025-07-11T02:28:05.354Z] [2025-07-11T02:28:05.354Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-07-11T02:28:05.354Z] #151 DONE 1126.6s [2025-07-11T02:28:05.354Z] [2025-07-11T02:28:05.354Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-11T02:28:05.354Z] #152 ... [2025-07-11T02:28:05.354Z] [2025-07-11T02:28:05.354Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:28:05.354Z] #155 DONE 0.1s [2025-07-11T02:28:05.354Z] [2025-07-11T02:28:05.354Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:28:05.354Z] #156 DONE 0.1s [2025-07-11T02:28:05.354Z] [2025-07-11T02:28:05.354Z] #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-07-11T02:28:05.354Z] #145 ... [2025-07-11T02:28:05.354Z] [2025-07-11T02:28:05.354Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-07-11T02:28:05.354Z] #157 DONE 0.3s [2025-07-11T02:28:05.354Z] [2025-07-11T02:28:05.354Z] #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-07-11T02:28:05.354Z] #158 DONE 0.1s [2025-07-11T02:28:05.354Z] [2025-07-11T02:28:05.354Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-07-11T02:28:05.354Z] #159 DONE 0.2s [2025-07-11T02:28:05.354Z] [2025-07-11T02:28:05.354Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-11T02:28:05.354Z] #160 DONE 2.1s [2025-07-11T02:28:05.354Z] [2025-07-11T02:28:05.354Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-11T02:28:05.621Z] #152 ... [2025-07-11T02:28:05.621Z] [2025-07-11T02:28:05.621Z] #109 [core-common-config-bootstrapper] exporting to image [2025-07-11T02:28:05.621Z] #109 exporting layers [2025-07-11T02:28:06.206Z] #109 exporting layers 0.6s done [2025-07-11T02:28:06.206Z] #109 writing image sha256:bf8363a58cf7946523fdfac7786aa8132c908c00fc622c776146023cd170b6f5 done [2025-07-11T02:28:06.206Z] #109 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-07-11T02:28:06.206Z] #109 DONE 8.6s [2025-07-11T02:28:06.206Z] [2025-07-11T02:28:06.206Z] #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-11T02:28:21.198Z] #144 ... [2025-07-11T02:28:21.198Z] [2025-07-11T02:28:21.198Z] #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-07-11T02:28:21.198Z] #145 DONE 1144.4s [2025-07-11T02:28:21.198Z] [2025-07-11T02:28:21.198Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-11T02:28:21.198Z] #152 ... [2025-07-11T02:28:21.198Z] [2025-07-11T02:28:21.198Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-07-11T02:28:21.198Z] #161 DONE 0.1s [2025-07-11T02:28:21.198Z] [2025-07-11T02:28:21.198Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-07-11T02:28:22.618Z] #162 DONE 2.3s [2025-07-11T02:28:22.619Z] [2025-07-11T02:28:22.619Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:28:23.205Z] #163 DONE 0.3s [2025-07-11T02:28:23.205Z] [2025-07-11T02:28:23.205Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:28:23.205Z] #164 DONE 0.2s [2025-07-11T02:28:23.205Z] [2025-07-11T02:28:23.205Z] #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-11T02:28:23.205Z] #147 ... [2025-07-11T02:28:23.205Z] [2025-07-11T02:28:23.205Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-07-11T02:28:23.475Z] #165 DONE 0.4s [2025-07-11T02:28:23.475Z] [2025-07-11T02:28:23.475Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-11T02:28:23.746Z] #146 ... [2025-07-11T02:28:23.746Z] [2025-07-11T02:28:23.746Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-07-11T02:28:23.746Z] #166 DONE 0.3s [2025-07-11T02:28:23.746Z] [2025-07-11T02:28:23.746Z] #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-11T02:28:24.014Z] #147 ... [2025-07-11T02:28:24.014Z] [2025-07-11T02:28:24.014Z] #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-07-11T02:28:24.014Z] #167 DONE 0.2s [2025-07-11T02:28:24.014Z] [2025-07-11T02:28:24.014Z] #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-07-11T02:28:24.014Z] #168 DONE 0.1s [2025-07-11T02:28:24.014Z] [2025-07-11T02:28:24.014Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-11T02:28:24.284Z] #146 ... [2025-07-11T02:28:24.284Z] [2025-07-11T02:28:24.284Z] #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-07-11T02:28:24.284Z] #169 DONE 0.1s [2025-07-11T02:28:24.563Z] [2025-07-11T02:28:24.563Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-07-11T02:28:24.563Z] #170 DONE 0.2s [2025-07-11T02:28:24.563Z] [2025-07-11T02:28:24.563Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-07-11T02:28:27.142Z] #171 DONE 2.3s [2025-07-11T02:28:27.142Z] [2025-07-11T02:28:27.142Z] #109 [security-bootstrapper] exporting to image [2025-07-11T02:28:27.142Z] #109 exporting layers [2025-07-11T02:28:27.727Z] #109 exporting layers 0.9s done [2025-07-11T02:28:27.727Z] #109 writing image sha256:f82b32097c40e29d7c56c953ec08aa8a2ffd0eb88d1461e5697650e62c667d28 done [2025-07-11T02:28:27.727Z] #109 naming to docker.io/library/security-bootstrapper-arm64 [2025-07-11T02:28:27.993Z] #109 naming to docker.io/library/security-bootstrapper-arm64 done [2025-07-11T02:28:27.993Z] #109 DONE 9.6s [2025-07-11T02:28:27.993Z] [2025-07-11T02:28:27.993Z] #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-11T02:43:53.536Z] #147 ... [2025-07-11T02:43:53.536Z] [2025-07-11T02:43:53.536Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-07-11T02:43:53.536Z] #149 DONE 2073.4s [2025-07-11T02:43:53.536Z] [2025-07-11T02:43:53.536Z] #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-11T02:43:53.536Z] #144 ... [2025-07-11T02:43:53.536Z] [2025-07-11T02:43:53.536Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:43:53.536Z] #172 DONE 0.3s [2025-07-11T02:43:53.536Z] [2025-07-11T02:43:53.536Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-11T02:43:53.536Z] #153 ... [2025-07-11T02:43:53.536Z] [2025-07-11T02:43:53.536Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:43:53.536Z] #173 DONE 0.1s [2025-07-11T02:43:53.536Z] [2025-07-11T02:43:53.536Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-07-11T02:43:53.536Z] #174 DONE 0.4s [2025-07-11T02:43:53.536Z] [2025-07-11T02:43:53.536Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-11T02:43:53.536Z] #148 ... [2025-07-11T02:43:53.536Z] [2025-07-11T02:43:53.536Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-07-11T02:43:53.536Z] #175 DONE 0.2s [2025-07-11T02:43:53.536Z] [2025-07-11T02:43:53.536Z] #109 [core-command] exporting to image [2025-07-11T02:43:53.536Z] #109 exporting layers [2025-07-11T02:43:53.536Z] #109 exporting layers 0.4s done [2025-07-11T02:43:53.536Z] #109 writing image sha256:3f1c9e1ee7a1c2d34e315e8e29acf3cac5b29d7826d4a3ee1ca0cba4c86edfd0 [2025-07-11T02:43:53.536Z] #109 writing image sha256:3f1c9e1ee7a1c2d34e315e8e29acf3cac5b29d7826d4a3ee1ca0cba4c86edfd0 done [2025-07-11T02:43:53.536Z] #109 naming to docker.io/library/core-command-arm64 done [2025-07-11T02:43:53.536Z] #109 DONE 10.0s [2025-07-11T02:43:53.536Z] [2025-07-11T02:43:53.536Z] #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-11T02:44:15.625Z] #147 ... [2025-07-11T02:44:15.625Z] [2025-07-11T02:44:15.625Z] #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-11T02:44:15.625Z] #144 DONE 2099.5s [2025-07-11T02:44:15.625Z] [2025-07-11T02:44:15.625Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-11T02:44:15.625Z] #152 ... [2025-07-11T02:44:15.625Z] [2025-07-11T02:44:15.625Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:44:15.625Z] #176 DONE 0.3s [2025-07-11T02:44:15.625Z] [2025-07-11T02:44:15.625Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:44:15.625Z] #177 DONE 0.2s [2025-07-11T02:44:15.625Z] [2025-07-11T02:44:15.625Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-11T02:44:15.895Z] #152 ... [2025-07-11T02:44:15.895Z] [2025-07-11T02:44:15.895Z] #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-07-11T02:44:15.895Z] #178 DONE 0.1s [2025-07-11T02:44:15.895Z] [2025-07-11T02:44:15.895Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-07-11T02:44:15.895Z] #179 DONE 0.1s [2025-07-11T02:44:15.895Z] [2025-07-11T02:44:15.895Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-11T02:44:16.163Z] #153 ... [2025-07-11T02:44:16.163Z] [2025-07-11T02:44:16.163Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-07-11T02:44:16.432Z] #180 DONE 0.4s [2025-07-11T02:44:16.432Z] [2025-07-11T02:44:16.432Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-07-11T02:44:16.432Z] #181 DONE 0.1s [2025-07-11T02:44:16.432Z] [2025-07-11T02:44:16.432Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-11T02:44:18.388Z] #182 DONE 2.0s [2025-07-11T02:44:18.388Z] [2025-07-11T02:44:18.388Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-11T02:44:18.655Z] #150 ... [2025-07-11T02:44:18.655Z] [2025-07-11T02:44:18.655Z] #109 [security-proxy-setup] exporting to image [2025-07-11T02:44:18.655Z] #109 exporting layers [2025-07-11T02:44:19.620Z] #109 exporting layers 1.0s done [2025-07-11T02:44:19.620Z] #109 writing image sha256:603b1fd748776c3059ede8f575de6214d13f2c492f28b7f1a9566511c9619643 done [2025-07-11T02:44:19.620Z] #109 naming to docker.io/library/security-proxy-setup-arm64 done [2025-07-11T02:44:19.620Z] #109 DONE 11.0s [2025-07-11T02:44:19.620Z] [2025-07-11T02:44:19.620Z] #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-11T02:44:19.620Z] #147 2103.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-07-11T02:44:51.845Z] #147 DONE 2134.0s [2025-07-11T02:44:51.845Z] [2025-07-11T02:44:51.845Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-11T02:44:51.845Z] #154 ... [2025-07-11T02:44:51.845Z] [2025-07-11T02:44:51.845Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:44:51.845Z] #183 DONE 0.3s [2025-07-11T02:44:51.845Z] [2025-07-11T02:44:51.845Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:44:51.845Z] #184 DONE 0.3s [2025-07-11T02:44:51.845Z] [2025-07-11T02:44:51.845Z] #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-07-11T02:44:51.845Z] #185 DONE 0.1s [2025-07-11T02:44:51.845Z] [2025-07-11T02:44:51.846Z] #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-07-11T02:44:51.846Z] #186 DONE 0.2s [2025-07-11T02:44:51.846Z] [2025-07-11T02:44:51.846Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-07-11T02:44:51.846Z] #187 DONE 0.2s [2025-07-11T02:44:51.846Z] [2025-07-11T02:44:51.846Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-07-11T02:44:51.846Z] #188 DONE 0.4s [2025-07-11T02:44:51.846Z] [2025-07-11T02:44:51.846Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-11T02:44:51.846Z] #154 ... [2025-07-11T02:44:51.846Z] [2025-07-11T02:44:51.846Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-07-11T02:44:51.846Z] #189 DONE 0.3s [2025-07-11T02:44:51.846Z] [2025-07-11T02:44:51.846Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-07-11T02:44:51.846Z] #190 DONE 0.1s [2025-07-11T02:44:51.846Z] [2025-07-11T02:44:51.846Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-11T02:44:51.846Z] #152 ... [2025-07-11T02:44:51.846Z] [2025-07-11T02:44:51.846Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-11T02:44:53.801Z] #191 DONE 1.9s [2025-07-11T02:44:53.801Z] [2025-07-11T02:44:53.801Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-11T02:44:53.801Z] #152 ... [2025-07-11T02:44:53.801Z] [2025-07-11T02:44:53.801Z] #109 [security-secretstore-setup] exporting to image [2025-07-11T02:44:53.801Z] #109 exporting layers [2025-07-11T02:44:55.215Z] #109 exporting layers 1.5s done [2025-07-11T02:44:55.215Z] #109 writing image sha256:77a4b8e0f2ac901449bc57a7c688751339c70341196ba0daa4e2c7b26b9b1831 done [2025-07-11T02:44:55.215Z] #109 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-07-11T02:44:55.215Z] #109 DONE 12.5s [2025-07-11T02:44:55.215Z] [2025-07-11T02:44:55.215Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-11T02:45:42.049Z] #143 ... [2025-07-11T02:45:42.049Z] [2025-07-11T02:45:42.049Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-11T02:45:42.049Z] #153 DONE 2182.8s [2025-07-11T02:45:42.049Z] [2025-07-11T02:45:42.049Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-11T02:45:42.049Z] #150 ... [2025-07-11T02:45:42.049Z] [2025-07-11T02:45:42.049Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:45:42.049Z] #192 DONE 0.1s [2025-07-11T02:45:42.049Z] [2025-07-11T02:45:42.049Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-11T02:45:42.049Z] #148 ... [2025-07-11T02:45:42.049Z] [2025-07-11T02:45:42.049Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:45:42.049Z] #193 DONE 0.2s [2025-07-11T02:45:42.049Z] [2025-07-11T02:45:42.049Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-07-11T02:45:42.049Z] #194 DONE 0.4s [2025-07-11T02:45:42.049Z] [2025-07-11T02:45:42.049Z] #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-07-11T02:45:42.049Z] #195 DONE 0.1s [2025-07-11T02:45:42.049Z] [2025-07-11T02:45:42.049Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-11T02:45:42.049Z] #154 ... [2025-07-11T02:45:42.049Z] [2025-07-11T02:45:42.049Z] #109 [security-spiffe-token-provider] exporting to image [2025-07-11T02:45:42.049Z] #109 exporting layers [2025-07-11T02:45:42.049Z] #109 exporting layers 0.9s done [2025-07-11T02:45:42.049Z] #109 writing image sha256:aff67dde7acabb86e34812b155a1a8c82bf0a8a821e4b8668330202f5640d796 done [2025-07-11T02:45:42.049Z] #109 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-07-11T02:45:42.049Z] #109 DONE 13.5s [2025-07-11T02:45:42.049Z] [2025-07-11T02:45:42.049Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-11T02:46:28.873Z] #152 ... [2025-07-11T02:46:28.873Z] [2025-07-11T02:46:28.873Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-11T02:46:28.873Z] #150 DONE 2226.0s [2025-07-11T02:46:28.873Z] [2025-07-11T02:46:28.873Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-11T02:46:28.873Z] #148 ... [2025-07-11T02:46:28.873Z] [2025-07-11T02:46:28.873Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:46:28.873Z] #196 DONE 0.2s [2025-07-11T02:46:28.873Z] [2025-07-11T02:46:28.873Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-11T02:46:28.873Z] #152 ... [2025-07-11T02:46:28.873Z] [2025-07-11T02:46:28.873Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:46:28.873Z] #197 DONE 0.1s [2025-07-11T02:46:28.873Z] [2025-07-11T02:46:28.873Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-07-11T02:46:28.873Z] #198 DONE 0.5s [2025-07-11T02:46:28.873Z] [2025-07-11T02:46:28.873Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-07-11T02:46:28.873Z] #199 DONE 0.2s [2025-07-11T02:46:28.873Z] [2025-07-11T02:46:28.873Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-07-11T02:46:28.873Z] #200 DONE 0.4s [2025-07-11T02:46:28.873Z] [2025-07-11T02:46:28.873Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-11T02:46:28.873Z] #201 DONE 1.8s [2025-07-11T02:46:28.873Z] [2025-07-11T02:46:28.873Z] #109 [security-proxy-auth] exporting to image [2025-07-11T02:46:28.873Z] #109 exporting layers [2025-07-11T02:46:28.873Z] #109 exporting layers 0.7s done [2025-07-11T02:46:28.873Z] #109 writing image sha256:b2e29fb39a83d252760e47fabd7b861db2f3e13466f5bca69cddfd33598213fd done [2025-07-11T02:46:28.873Z] #109 naming to docker.io/library/security-proxy-auth-arm64 done [2025-07-11T02:46:28.873Z] #109 DONE 14.2s [2025-07-11T02:46:28.873Z] [2025-07-11T02:46:28.873Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-11T02:46:28.873Z] #143 ... [2025-07-11T02:46:28.873Z] [2025-07-11T02:46:28.873Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-11T02:46:28.873Z] #152 DONE 2233.4s [2025-07-11T02:46:28.873Z] [2025-07-11T02:46:28.873Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-11T02:46:28.873Z] #154 DONE 2233.3s [2025-07-11T02:46:28.873Z] [2025-07-11T02:46:28.873Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-11T02:46:29.148Z] #143 ... [2025-07-11T02:46:29.148Z] [2025-07-11T02:46:29.148Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-11T02:46:29.148Z] #146 DONE 2233.8s [2025-07-11T02:46:29.148Z] [2025-07-11T02:46:29.148Z] #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:46:29.148Z] #202 DONE 0.2s [2025-07-11T02:46:29.148Z] [2025-07-11T02:46:29.148Z] #203 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:46:29.747Z] #203 DONE 0.4s [2025-07-11T02:46:29.747Z] [2025-07-11T02:46:29.747Z] #204 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:46:29.747Z] #204 DONE 0.2s [2025-07-11T02:46:29.747Z] [2025-07-11T02:46:29.747Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-11T02:46:30.014Z] #148 ... [2025-07-11T02:46:30.015Z] [2025-07-11T02:46:30.015Z] #205 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:46:30.280Z] #205 DONE 0.4s [2025-07-11T02:46:30.280Z] [2025-07-11T02:46:30.280Z] #206 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-07-11T02:46:30.862Z] #206 ... [2025-07-11T02:46:30.862Z] [2025-07-11T02:46:30.862Z] #207 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:46:30.862Z] #207 DONE 0.4s [2025-07-11T02:46:30.862Z] [2025-07-11T02:46:30.862Z] #206 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-07-11T02:46:30.862Z] #206 DONE 0.9s [2025-07-11T02:46:30.862Z] [2025-07-11T02:46:30.862Z] #208 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-07-11T02:46:31.459Z] #208 DONE 0.7s [2025-07-11T02:46:31.459Z] [2025-07-11T02:46:31.459Z] #209 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-07-11T02:46:31.459Z] #209 DONE 0.9s [2025-07-11T02:46:31.459Z] [2025-07-11T02:46:31.459Z] #210 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-07-11T02:46:31.459Z] #210 DONE 0.5s [2025-07-11T02:46:31.459Z] [2025-07-11T02:46:31.459Z] #211 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-07-11T02:46:31.459Z] #211 ... [2025-07-11T02:46:31.459Z] [2025-07-11T02:46:31.459Z] #212 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-07-11T02:46:31.459Z] #212 DONE 0.2s [2025-07-11T02:46:31.729Z] [2025-07-11T02:46:31.729Z] #211 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-07-11T02:46:31.729Z] #211 DONE 0.3s [2025-07-11T02:46:31.729Z] [2025-07-11T02:46:31.729Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-07-11T02:46:31.729Z] #213 DONE 0.3s [2025-07-11T02:46:31.729Z] [2025-07-11T02:46:31.729Z] #109 [core-keeper] exporting to image [2025-07-11T02:46:31.729Z] #109 exporting layers [2025-07-11T02:46:32.685Z] #109 exporting layers 0.9s done [2025-07-11T02:46:32.685Z] #109 writing image sha256:3f499e47b4f190155423bddc7a2ffed2762ec0ab000caf71788180221dc7f208 0.0s done [2025-07-11T02:46:32.685Z] #109 naming to docker.io/library/core-data-arm64 done [2025-07-11T02:46:32.685Z] #109 exporting layers 1.0s done [2025-07-11T02:46:32.685Z] #109 writing image sha256:619c3ca459a44af389ac8a92c819f84c68fb0541a63ff09299a3dc10fbc0575f 0.0s done [2025-07-11T02:46:32.685Z] #109 naming to docker.io/library/core-keeper-arm64 done [2025-07-11T02:46:32.685Z] #109 writing image sha256:55afc192fdee9f6318b17c9f5d6712295d60bd90a1ac7f6b6ec885173f18608f done [2025-07-11T02:46:32.685Z] #109 naming to docker.io/library/core-metadata-arm64 done [2025-07-11T02:46:32.685Z] #109 DONE 15.3s [2025-07-11T02:46:32.685Z] [2025-07-11T02:46:32.685Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-11T02:46:59.371Z] #148 DONE 2263.0s [2025-07-11T02:46:59.371Z] [2025-07-11T02:46:59.371Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-11T02:46:59.371Z] #143 ... [2025-07-11T02:46:59.371Z] [2025-07-11T02:46:59.371Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:46:59.371Z] #214 DONE 0.1s [2025-07-11T02:46:59.371Z] [2025-07-11T02:46:59.371Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:46:59.371Z] #215 DONE 0.1s [2025-07-11T02:46:59.371Z] [2025-07-11T02:46:59.371Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-11T02:46:59.371Z] #143 ... [2025-07-11T02:46:59.371Z] [2025-07-11T02:46:59.371Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-07-11T02:46:59.639Z] #216 DONE 0.4s [2025-07-11T02:46:59.639Z] [2025-07-11T02:46:59.639Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-11T02:46:59.639Z] #143 ... [2025-07-11T02:46:59.639Z] [2025-07-11T02:46:59.639Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-07-11T02:46:59.639Z] #217 DONE 0.1s [2025-07-11T02:46:59.907Z] [2025-07-11T02:46:59.907Z] #109 [support-scheduler] exporting to image [2025-07-11T02:46:59.907Z] #109 exporting layers [2025-07-11T02:47:01.324Z] #109 exporting layers 1.3s done [2025-07-11T02:47:01.324Z] #109 writing image sha256:87565d2e530e8c6d640cdf1cbbeca4898cd098d3c22552f21e6119886c150ad6 done [2025-07-11T02:47:01.324Z] #109 naming to docker.io/library/support-scheduler-arm64 done [2025-07-11T02:47:01.324Z] #109 DONE 16.7s [2025-07-11T02:47:01.324Z] [2025-07-11T02:47:01.324Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-11T02:47:05.565Z] #143 DONE 2269.9s [2025-07-11T02:47:05.566Z] [2025-07-11T02:47:05.566Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-11T02:47:05.566Z] #218 DONE 0.1s [2025-07-11T02:47:05.566Z] [2025-07-11T02:47:05.566Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-11T02:47:05.566Z] #219 DONE 0.1s [2025-07-11T02:47:05.831Z] [2025-07-11T02:47:05.831Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-07-11T02:47:06.410Z] #220 DONE 0.4s [2025-07-11T02:47:06.410Z] [2025-07-11T02:47:06.410Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-07-11T02:47:06.410Z] #221 DONE 0.1s [2025-07-11T02:47:06.410Z] [2025-07-11T02:47:06.410Z] #109 [support-notifications] exporting to image [2025-07-11T02:47:06.410Z] #109 exporting layers [2025-07-11T02:47:06.991Z] #109 exporting layers 0.6s done [2025-07-11T02:47:06.991Z] #109 writing image sha256:537f5119292312be0accd022d3f6526ca2826024c0daebf4d2d1ead74c4d5403 done [2025-07-11T02:47:06.991Z] #109 naming to docker.io/library/support-notifications-arm64 done [2025-07-11T02:47:06.991Z] #109 DONE 17.3s [2025-07-11T02:47:06.991Z] time="2025-07-11T02:06:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:47:06.991Z] time="2025-07-11T02:06:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:47:06.991Z] time="2025-07-11T02:06:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:47:06.991Z] time="2025-07-11T02:06:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:47:06.991Z] time="2025-07-11T02:06:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:47:06.991Z] time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:47:06.991Z] time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:47:06.991Z] time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:47:06.991Z] time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:47:06.991Z] time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:47:06.991Z] time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:47:06.991Z] time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:47:06.991Z] time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:47:06.991Z] time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-11T02:47:06.991Z] time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-07-11T02:47:07.016Z] $ docker stop --time=1 54358a8806f53893039c67ab9c4ad7b79a9d1fb49258583cb13b9f33f762bd35 [2025-07-11T02:47:08.633Z] $ docker rm -f --volumes 54358a8806f53893039c67ab9c4ad7b79a9d1fb49258583cb13b9f33f762bd35 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-11T02:47:09.104Z] + docker images [2025-07-11T02:47:09.104Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-07-11T02:47:09.104Z] support-notifications-arm64 latest 537f51192923 2 seconds ago 58.8MB [2025-07-11T02:47:09.104Z] support-scheduler-arm64 latest 87565d2e530e 9 seconds ago 55.1MB [2025-07-11T02:47:09.104Z] core-data-arm64 latest 3f499e47b4f1 37 seconds ago 39.4MB [2025-07-11T02:47:09.104Z] core-keeper-arm64 latest 619c3ca459a4 37 seconds ago 33MB [2025-07-11T02:47:09.104Z] core-metadata-arm64 latest 55afc192fdee 37 seconds ago 39.5MB [2025-07-11T02:47:09.104Z] security-proxy-auth-arm64 latest b2e29fb39a83 44 seconds ago 38.3MB [2025-07-11T02:47:09.104Z] security-spiffe-token-provider-arm64 latest aff67dde7aca About a minute ago 54.6MB [2025-07-11T02:47:09.104Z] security-secretstore-setup-arm64 latest 77a4b8e0f2ac 2 minutes ago 74.7MB [2025-07-11T02:47:09.104Z] security-proxy-setup-arm64 latest 603b1fd74877 2 minutes ago 45MB [2025-07-11T02:47:09.104Z] core-command-arm64 latest 3f1c9e1ee7a1 3 minutes ago 34.9MB [2025-07-11T02:47:09.104Z] security-bootstrapper-arm64 latest f82b32097c40 18 minutes ago 27MB [2025-07-11T02:47:09.104Z] core-common-config-bootstrapper-arm64 latest bf8363a58cf7 19 minutes ago 24MB [2025-07-11T02:47:09.104Z] security-spire-config-arm64 latest b1c5bd99d840 39 minutes ago 149MB [2025-07-11T02:47:09.104Z] security-spire-agent-arm64 latest f54eeb43fd8b 39 minutes ago 193MB [2025-07-11T02:47:09.104Z] security-spire-server-arm64 latest 883dd72ccd47 39 minutes ago 149MB [2025-07-11T02:47:09.104Z] ci-base-image-arm64 latest 9627baf0f6c4 41 minutes ago 909MB [2025-07-11T02:47:09.104Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 3 weeks ago 560MB [2025-07-11T02:47:09.104Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-11T02:47:09.267Z] provisioning config files... [2025-07-11T02:47:09.281Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/872@tmp/config16439451046118724299tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:47:09.617Z] ---> ****-login.sh [2025-07-11T02:47:09.618Z] nexus3.edgexfoundry.org:10001 [2025-07-11T02:47:09.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:47:10.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-11T02:47:10.145Z] Configure a credential helper to remove this warning. See [2025-07-11T02:47:10.145Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-11T02:47:10.145Z] [2025-07-11T02:47:10.145Z] Login Succeeded [2025-07-11T02:47:10.145Z] nexus3.edgexfoundry.org:10002 [2025-07-11T02:47:10.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:47:10.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-11T02:47:10.673Z] Configure a credential helper to remove this warning. See [2025-07-11T02:47:10.674Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-11T02:47:10.674Z] [2025-07-11T02:47:10.674Z] Login Succeeded [2025-07-11T02:47:10.674Z] nexus3.edgexfoundry.org:10003 [2025-07-11T02:47:10.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:47:10.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-11T02:47:10.938Z] Configure a credential helper to remove this warning. See [2025-07-11T02:47:10.938Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-11T02:47:10.938Z] [2025-07-11T02:47:10.938Z] Login Succeeded [2025-07-11T02:47:10.938Z] nexus3.edgexfoundry.org:10004 [2025-07-11T02:47:11.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:47:11.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-11T02:47:11.201Z] Configure a credential helper to remove this warning. See [2025-07-11T02:47:11.201Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-11T02:47:11.201Z] [2025-07-11T02:47:11.201Z] Login Succeeded [2025-07-11T02:47:11.201Z] ****.io [2025-07-11T02:47:11.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-11T02:47:12.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-11T02:47:12.046Z] Configure a credential helper to remove this warning. See [2025-07-11T02:47:12.046Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-11T02:47:12.046Z] [2025-07-11T02:47:12.046Z] Login Succeeded [2025-07-11T02:47:12.046Z] ---> ****-login.sh ends [Pipeline] } [2025-07-11T02:47:12.057Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:47:12.113Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-11T02:47:12.147Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-07-11T02:47:12.147Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:47:12.147Z] latest [2025-07-11T02:47:12.147Z] 4.1.0-dev.40 [2025-07-11T02:47:12.147Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:47:12.147Z] main [2025-07-11T02:47:12.147Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:12.521Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:12.874Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:47:12.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-07-11T02:47:12.874Z] c1ef4ebfc000: Preparing [2025-07-11T02:47:12.874Z] aaedc9b93d86: Preparing [2025-07-11T02:47:12.874Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:12.874Z] d1857b6a6f81: Preparing [2025-07-11T02:47:12.874Z] 7aa36875abc9: Preparing [2025-07-11T02:47:12.874Z] 009b8b7b125e: Preparing [2025-07-11T02:47:12.874Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:12.874Z] 009b8b7b125e: Waiting [2025-07-11T02:47:12.874Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:13.138Z] c1ef4ebfc000: Pushed [2025-07-11T02:47:13.138Z] d1857b6a6f81: Pushed [2025-07-11T02:47:13.138Z] 2f5ae85f36b1: Pushed [2025-07-11T02:47:13.138Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:13.138Z] 009b8b7b125e: Pushed [2025-07-11T02:47:14.537Z] 7aa36875abc9: Pushed [2025-07-11T02:47:17.868Z] aaedc9b93d86: Pushed [2025-07-11T02:47:17.868Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:2182440b74a6c6fd2676f0a20bb47aa358a54690b4595ac9e000b3bd9f928405 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:18.222Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:18.580Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-07-11T02:47:18.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-07-11T02:47:18.580Z] c1ef4ebfc000: Preparing [2025-07-11T02:47:18.580Z] aaedc9b93d86: Preparing [2025-07-11T02:47:18.580Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:18.580Z] d1857b6a6f81: Preparing [2025-07-11T02:47:18.580Z] 7aa36875abc9: Preparing [2025-07-11T02:47:18.580Z] 009b8b7b125e: Preparing [2025-07-11T02:47:18.580Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:18.580Z] 009b8b7b125e: Waiting [2025-07-11T02:47:18.580Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:18.580Z] aaedc9b93d86: Layer already exists [2025-07-11T02:47:18.580Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:18.580Z] 7aa36875abc9: Layer already exists [2025-07-11T02:47:18.580Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:47:18.580Z] c1ef4ebfc000: Layer already exists [2025-07-11T02:47:18.580Z] 009b8b7b125e: Layer already exists [2025-07-11T02:47:18.580Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:18.845Z] latest: digest: sha256:2182440b74a6c6fd2676f0a20bb47aa358a54690b4595ac9e000b3bd9f928405 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:19.262Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:19.619Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.40 [2025-07-11T02:47:19.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-07-11T02:47:19.619Z] c1ef4ebfc000: Preparing [2025-07-11T02:47:19.619Z] aaedc9b93d86: Preparing [2025-07-11T02:47:19.619Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:19.619Z] d1857b6a6f81: Preparing [2025-07-11T02:47:19.619Z] 7aa36875abc9: Preparing [2025-07-11T02:47:19.619Z] 009b8b7b125e: Preparing [2025-07-11T02:47:19.619Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:19.619Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:19.619Z] 7aa36875abc9: Layer already exists [2025-07-11T02:47:19.619Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:47:19.619Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:19.619Z] c1ef4ebfc000: Layer already exists [2025-07-11T02:47:19.619Z] aaedc9b93d86: Layer already exists [2025-07-11T02:47:19.619Z] 009b8b7b125e: Layer already exists [2025-07-11T02:47:19.619Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:19.889Z] 4.1.0-dev.40: digest: sha256:2182440b74a6c6fd2676f0a20bb47aa358a54690b4595ac9e000b3bd9f928405 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:20.254Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:20.628Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:47:20.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-07-11T02:47:20.628Z] c1ef4ebfc000: Preparing [2025-07-11T02:47:20.628Z] aaedc9b93d86: Preparing [2025-07-11T02:47:20.628Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:20.628Z] d1857b6a6f81: Preparing [2025-07-11T02:47:20.628Z] 7aa36875abc9: Preparing [2025-07-11T02:47:20.628Z] 009b8b7b125e: Preparing [2025-07-11T02:47:20.628Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:20.628Z] 009b8b7b125e: Waiting [2025-07-11T02:47:20.628Z] aaedc9b93d86: Layer already exists [2025-07-11T02:47:20.628Z] 7aa36875abc9: Layer already exists [2025-07-11T02:47:20.628Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:20.628Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:47:20.628Z] c1ef4ebfc000: Layer already exists [2025-07-11T02:47:20.628Z] 009b8b7b125e: Layer already exists [2025-07-11T02:47:20.628Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:20.897Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:2182440b74a6c6fd2676f0a20bb47aa358a54690b4595ac9e000b3bd9f928405 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:21.282Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:21.656Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-07-11T02:47:21.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-07-11T02:47:21.657Z] c1ef4ebfc000: Preparing [2025-07-11T02:47:21.657Z] aaedc9b93d86: Preparing [2025-07-11T02:47:21.657Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:21.657Z] d1857b6a6f81: Preparing [2025-07-11T02:47:21.657Z] 7aa36875abc9: Preparing [2025-07-11T02:47:21.657Z] 009b8b7b125e: Preparing [2025-07-11T02:47:21.657Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:21.657Z] 009b8b7b125e: Waiting [2025-07-11T02:47:21.657Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:21.657Z] 7aa36875abc9: Layer already exists [2025-07-11T02:47:21.657Z] aaedc9b93d86: Layer already exists [2025-07-11T02:47:21.657Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:47:21.657Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:21.657Z] c1ef4ebfc000: Layer already exists [2025-07-11T02:47:21.657Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:21.657Z] 009b8b7b125e: Layer already exists [2025-07-11T02:47:21.932Z] main: digest: sha256:2182440b74a6c6fd2676f0a20bb47aa358a54690b4595ac9e000b3bd9f928405 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:47:22.012Z] ===================================================== [Pipeline] echo [2025-07-11T02:47:22.027Z] taggedImages: [2025-07-11T02:47:22.027Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:47:22.027Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-07-11T02:47:22.027Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.40 [2025-07-11T02:47:22.027Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:47:22.027Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-07-11T02:47:22.054Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-07-11T02:47:22.054Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:47:22.054Z] latest [2025-07-11T02:47:22.054Z] 4.1.0-dev.40 [2025-07-11T02:47:22.054Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:47:22.054Z] main [2025-07-11T02:47:22.054Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:22.474Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:22.827Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:47:22.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-07-11T02:47:22.827Z] 7cbfe3aa6ca5: Preparing [2025-07-11T02:47:22.827Z] 6f2b55b2b47a: Preparing [2025-07-11T02:47:22.827Z] 9c6cd4169838: Preparing [2025-07-11T02:47:22.827Z] f1e6855c35e4: Preparing [2025-07-11T02:47:22.827Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:22.827Z] d1857b6a6f81: Preparing [2025-07-11T02:47:22.827Z] 7aa36875abc9: Preparing [2025-07-11T02:47:22.827Z] 009b8b7b125e: Preparing [2025-07-11T02:47:22.827Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:22.827Z] 7aa36875abc9: Waiting [2025-07-11T02:47:22.827Z] 009b8b7b125e: Waiting [2025-07-11T02:47:22.827Z] d1857b6a6f81: Waiting [2025-07-11T02:47:23.093Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:47:23.093Z] 9c6cd4169838: Pushed [2025-07-11T02:47:23.093Z] 6f2b55b2b47a: Pushed [2025-07-11T02:47:23.093Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:23.093Z] 7aa36875abc9: Layer already exists [2025-07-11T02:47:23.093Z] 009b8b7b125e: Layer already exists [2025-07-11T02:47:23.093Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:23.093Z] 7cbfe3aa6ca5: Pushed [2025-07-11T02:47:25.165Z] f1e6855c35e4: Pushed [2025-07-11T02:47:25.165Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:9793c8fa5ee34ab5a531d5130ab1b615c9c5f04e7dd328b3070655a6831846fb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:25.799Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:26.160Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-07-11T02:47:26.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-07-11T02:47:26.160Z] 7cbfe3aa6ca5: Preparing [2025-07-11T02:47:26.160Z] 6f2b55b2b47a: Preparing [2025-07-11T02:47:26.160Z] 9c6cd4169838: Preparing [2025-07-11T02:47:26.160Z] f1e6855c35e4: Preparing [2025-07-11T02:47:26.160Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:26.160Z] d1857b6a6f81: Preparing [2025-07-11T02:47:26.160Z] 7aa36875abc9: Preparing [2025-07-11T02:47:26.160Z] 009b8b7b125e: Preparing [2025-07-11T02:47:26.160Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:26.160Z] 7aa36875abc9: Waiting [2025-07-11T02:47:26.160Z] 009b8b7b125e: Waiting [2025-07-11T02:47:26.160Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:26.160Z] d1857b6a6f81: Waiting [2025-07-11T02:47:26.160Z] 6f2b55b2b47a: Layer already exists [2025-07-11T02:47:26.160Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:47:26.160Z] f1e6855c35e4: Layer already exists [2025-07-11T02:47:26.160Z] 9c6cd4169838: Layer already exists [2025-07-11T02:47:26.160Z] 7cbfe3aa6ca5: Layer already exists [2025-07-11T02:47:26.160Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:26.160Z] 7aa36875abc9: Layer already exists [2025-07-11T02:47:26.160Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:26.160Z] 009b8b7b125e: Layer already exists [2025-07-11T02:47:26.160Z] latest: digest: sha256:9793c8fa5ee34ab5a531d5130ab1b615c9c5f04e7dd328b3070655a6831846fb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:26.779Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:27.143Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.40 [2025-07-11T02:47:27.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-07-11T02:47:27.143Z] 7cbfe3aa6ca5: Preparing [2025-07-11T02:47:27.143Z] 6f2b55b2b47a: Preparing [2025-07-11T02:47:27.143Z] 9c6cd4169838: Preparing [2025-07-11T02:47:27.143Z] f1e6855c35e4: Preparing [2025-07-11T02:47:27.143Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:27.143Z] d1857b6a6f81: Preparing [2025-07-11T02:47:27.143Z] 7aa36875abc9: Preparing [2025-07-11T02:47:27.143Z] d1857b6a6f81: Waiting [2025-07-11T02:47:27.143Z] 009b8b7b125e: Preparing [2025-07-11T02:47:27.143Z] 7aa36875abc9: Waiting [2025-07-11T02:47:27.143Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:27.143Z] 009b8b7b125e: Waiting [2025-07-11T02:47:27.143Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:27.143Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:47:27.143Z] 9c6cd4169838: Layer already exists [2025-07-11T02:47:27.143Z] f1e6855c35e4: Layer already exists [2025-07-11T02:47:27.143Z] 7cbfe3aa6ca5: Layer already exists [2025-07-11T02:47:27.143Z] 6f2b55b2b47a: Layer already exists [2025-07-11T02:47:27.143Z] 009b8b7b125e: Layer already exists [2025-07-11T02:47:27.143Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:27.143Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:27.143Z] 7aa36875abc9: Layer already exists [2025-07-11T02:47:27.143Z] 4.1.0-dev.40: digest: sha256:9793c8fa5ee34ab5a531d5130ab1b615c9c5f04e7dd328b3070655a6831846fb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:27.485Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:27.845Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:47:27.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-07-11T02:47:27.845Z] 7cbfe3aa6ca5: Preparing [2025-07-11T02:47:27.845Z] 6f2b55b2b47a: Preparing [2025-07-11T02:47:27.845Z] 9c6cd4169838: Preparing [2025-07-11T02:47:27.845Z] f1e6855c35e4: Preparing [2025-07-11T02:47:27.845Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:27.845Z] d1857b6a6f81: Preparing [2025-07-11T02:47:27.845Z] 7aa36875abc9: Preparing [2025-07-11T02:47:27.845Z] 009b8b7b125e: Preparing [2025-07-11T02:47:27.845Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:27.845Z] 009b8b7b125e: Waiting [2025-07-11T02:47:27.845Z] 7aa36875abc9: Waiting [2025-07-11T02:47:27.845Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:27.845Z] d1857b6a6f81: Waiting [2025-07-11T02:47:27.845Z] f1e6855c35e4: Layer already exists [2025-07-11T02:47:27.845Z] 7cbfe3aa6ca5: Layer already exists [2025-07-11T02:47:27.845Z] 6f2b55b2b47a: Layer already exists [2025-07-11T02:47:27.845Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:47:27.845Z] 9c6cd4169838: Layer already exists [2025-07-11T02:47:27.845Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:27.845Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:27.845Z] 7aa36875abc9: Layer already exists [2025-07-11T02:47:27.845Z] 009b8b7b125e: Layer already exists [2025-07-11T02:47:27.845Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:9793c8fa5ee34ab5a531d5130ab1b615c9c5f04e7dd328b3070655a6831846fb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:28.209Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:28.556Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-07-11T02:47:28.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-07-11T02:47:28.556Z] 7cbfe3aa6ca5: Preparing [2025-07-11T02:47:28.556Z] 6f2b55b2b47a: Preparing [2025-07-11T02:47:28.556Z] 9c6cd4169838: Preparing [2025-07-11T02:47:28.556Z] f1e6855c35e4: Preparing [2025-07-11T02:47:28.556Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:28.556Z] d1857b6a6f81: Preparing [2025-07-11T02:47:28.556Z] 7aa36875abc9: Preparing [2025-07-11T02:47:28.556Z] 009b8b7b125e: Preparing [2025-07-11T02:47:28.556Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:28.556Z] 7aa36875abc9: Waiting [2025-07-11T02:47:28.556Z] 009b8b7b125e: Waiting [2025-07-11T02:47:28.556Z] d1857b6a6f81: Waiting [2025-07-11T02:47:28.556Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:28.556Z] 7cbfe3aa6ca5: Layer already exists [2025-07-11T02:47:28.556Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:47:28.556Z] 6f2b55b2b47a: Layer already exists [2025-07-11T02:47:28.556Z] f1e6855c35e4: Layer already exists [2025-07-11T02:47:28.556Z] 9c6cd4169838: Layer already exists [2025-07-11T02:47:28.556Z] 009b8b7b125e: Layer already exists [2025-07-11T02:47:28.556Z] 7aa36875abc9: Layer already exists [2025-07-11T02:47:28.556Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:28.556Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:28.820Z] main: digest: sha256:9793c8fa5ee34ab5a531d5130ab1b615c9c5f04e7dd328b3070655a6831846fb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:47:28.909Z] ===================================================== [Pipeline] echo [2025-07-11T02:47:28.938Z] taggedImages: [2025-07-11T02:47:28.938Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:47:28.938Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-07-11T02:47:28.938Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.40 [2025-07-11T02:47:28.938Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:47:28.938Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-07-11T02:47:28.975Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-07-11T02:47:28.975Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:47:28.975Z] latest [2025-07-11T02:47:28.975Z] 4.1.0-dev.40 [2025-07-11T02:47:28.975Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:47:28.975Z] main [2025-07-11T02:47:28.975Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:29.353Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:29.704Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:47:29.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-07-11T02:47:29.704Z] cdfadaf763c5: Preparing [2025-07-11T02:47:29.704Z] df2adf17c813: Preparing [2025-07-11T02:47:29.704Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:29.704Z] d1857b6a6f81: Preparing [2025-07-11T02:47:29.704Z] 33cc2792e736: Preparing [2025-07-11T02:47:29.704Z] 4b7f00e377f9: Preparing [2025-07-11T02:47:29.704Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:29.704Z] 4b7f00e377f9: Waiting [2025-07-11T02:47:29.704Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:29.704Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:47:29.704Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:29.969Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:29.969Z] cdfadaf763c5: Pushed [2025-07-11T02:47:29.969Z] 4b7f00e377f9: Pushed [2025-07-11T02:47:31.365Z] 33cc2792e736: Pushed [2025-07-11T02:47:35.602Z] df2adf17c813: Pushed [2025-07-11T02:47:35.603Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:0428e964be865aa676b812196b5f735ac7b7e4850b66daa018605ef1e0fcb390 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:35.963Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:36.315Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-07-11T02:47:36.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-07-11T02:47:36.315Z] cdfadaf763c5: Preparing [2025-07-11T02:47:36.315Z] df2adf17c813: Preparing [2025-07-11T02:47:36.315Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:36.315Z] d1857b6a6f81: Preparing [2025-07-11T02:47:36.315Z] 33cc2792e736: Preparing [2025-07-11T02:47:36.315Z] 4b7f00e377f9: Preparing [2025-07-11T02:47:36.315Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:36.315Z] 4b7f00e377f9: Waiting [2025-07-11T02:47:36.315Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:36.315Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:47:36.315Z] cdfadaf763c5: Layer already exists [2025-07-11T02:47:36.315Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:36.315Z] df2adf17c813: Layer already exists [2025-07-11T02:47:36.315Z] 33cc2792e736: Layer already exists [2025-07-11T02:47:36.315Z] 4b7f00e377f9: Layer already exists [2025-07-11T02:47:36.315Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:36.315Z] latest: digest: sha256:0428e964be865aa676b812196b5f735ac7b7e4850b66daa018605ef1e0fcb390 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:36.946Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:37.305Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.40 [2025-07-11T02:47:37.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-07-11T02:47:37.305Z] cdfadaf763c5: Preparing [2025-07-11T02:47:37.305Z] df2adf17c813: Preparing [2025-07-11T02:47:37.305Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:37.305Z] d1857b6a6f81: Preparing [2025-07-11T02:47:37.305Z] 33cc2792e736: Preparing [2025-07-11T02:47:37.305Z] 4b7f00e377f9: Preparing [2025-07-11T02:47:37.305Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:37.305Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:37.305Z] 4b7f00e377f9: Waiting [2025-07-11T02:47:37.305Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:37.305Z] df2adf17c813: Layer already exists [2025-07-11T02:47:37.305Z] 33cc2792e736: Layer already exists [2025-07-11T02:47:37.305Z] cdfadaf763c5: Layer already exists [2025-07-11T02:47:37.305Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:47:37.305Z] 4b7f00e377f9: Layer already exists [2025-07-11T02:47:37.305Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:37.305Z] 4.1.0-dev.40: digest: sha256:0428e964be865aa676b812196b5f735ac7b7e4850b66daa018605ef1e0fcb390 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:37.921Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:38.266Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:47:38.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-07-11T02:47:38.266Z] cdfadaf763c5: Preparing [2025-07-11T02:47:38.266Z] df2adf17c813: Preparing [2025-07-11T02:47:38.266Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:38.266Z] d1857b6a6f81: Preparing [2025-07-11T02:47:38.266Z] 33cc2792e736: Preparing [2025-07-11T02:47:38.266Z] 4b7f00e377f9: Preparing [2025-07-11T02:47:38.266Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:38.266Z] 4b7f00e377f9: Waiting [2025-07-11T02:47:38.266Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:38.266Z] 33cc2792e736: Layer already exists [2025-07-11T02:47:38.266Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:38.266Z] df2adf17c813: Layer already exists [2025-07-11T02:47:38.266Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:47:38.266Z] cdfadaf763c5: Layer already exists [2025-07-11T02:47:38.266Z] 4b7f00e377f9: Layer already exists [2025-07-11T02:47:38.266Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:38.529Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:0428e964be865aa676b812196b5f735ac7b7e4850b66daa018605ef1e0fcb390 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:38.874Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:39.232Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-07-11T02:47:39.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-07-11T02:47:39.232Z] cdfadaf763c5: Preparing [2025-07-11T02:47:39.232Z] df2adf17c813: Preparing [2025-07-11T02:47:39.232Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:39.232Z] d1857b6a6f81: Preparing [2025-07-11T02:47:39.232Z] 33cc2792e736: Preparing [2025-07-11T02:47:39.232Z] 4b7f00e377f9: Preparing [2025-07-11T02:47:39.232Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:39.232Z] 4b7f00e377f9: Waiting [2025-07-11T02:47:39.232Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:39.232Z] cdfadaf763c5: Layer already exists [2025-07-11T02:47:39.232Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:39.232Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:47:39.232Z] 33cc2792e736: Layer already exists [2025-07-11T02:47:39.232Z] df2adf17c813: Layer already exists [2025-07-11T02:47:39.232Z] 4b7f00e377f9: Layer already exists [2025-07-11T02:47:39.232Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:39.232Z] main: digest: sha256:0428e964be865aa676b812196b5f735ac7b7e4850b66daa018605ef1e0fcb390 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:47:39.578Z] ===================================================== [Pipeline] echo [2025-07-11T02:47:39.595Z] taggedImages: [2025-07-11T02:47:39.595Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:47:39.595Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-07-11T02:47:39.595Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.40 [2025-07-11T02:47:39.595Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:47:39.595Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-07-11T02:47:39.628Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-07-11T02:47:39.628Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:47:39.628Z] latest [2025-07-11T02:47:39.628Z] 4.1.0-dev.40 [2025-07-11T02:47:39.628Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:47:39.628Z] main [2025-07-11T02:47:39.628Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:39.999Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:40.340Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:47:40.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-07-11T02:47:40.340Z] c2603514098f: Preparing [2025-07-11T02:47:40.340Z] 312e25059ddc: Preparing [2025-07-11T02:47:40.340Z] d1857b6a6f81: Preparing [2025-07-11T02:47:40.340Z] 4ffbaac7c29b: Preparing [2025-07-11T02:47:40.340Z] 73098d592023: Preparing [2025-07-11T02:47:40.340Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:40.340Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:40.340Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:40.604Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:40.604Z] 73098d592023: Pushed [2025-07-11T02:47:40.604Z] c2603514098f: Pushed [2025-07-11T02:47:40.604Z] 4ffbaac7c29b: Pushed [2025-07-11T02:47:45.918Z] 312e25059ddc: Pushed [2025-07-11T02:47:45.918Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:a3f87348b066bf67a0e4f3b058193c17ce6330e140526594efc86bbc0fc7791c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:46.264Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:46.608Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-07-11T02:47:46.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-07-11T02:47:46.608Z] c2603514098f: Preparing [2025-07-11T02:47:46.608Z] 312e25059ddc: Preparing [2025-07-11T02:47:46.608Z] d1857b6a6f81: Preparing [2025-07-11T02:47:46.608Z] 4ffbaac7c29b: Preparing [2025-07-11T02:47:46.608Z] 73098d592023: Preparing [2025-07-11T02:47:46.608Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:46.608Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:46.608Z] 73098d592023: Layer already exists [2025-07-11T02:47:46.608Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:46.608Z] c2603514098f: Layer already exists [2025-07-11T02:47:46.608Z] 4ffbaac7c29b: Layer already exists [2025-07-11T02:47:46.608Z] 312e25059ddc: Layer already exists [2025-07-11T02:47:46.608Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:46.871Z] latest: digest: sha256:a3f87348b066bf67a0e4f3b058193c17ce6330e140526594efc86bbc0fc7791c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:47.216Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:47.560Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.40 [2025-07-11T02:47:47.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-07-11T02:47:47.560Z] c2603514098f: Preparing [2025-07-11T02:47:47.560Z] 312e25059ddc: Preparing [2025-07-11T02:47:47.560Z] d1857b6a6f81: Preparing [2025-07-11T02:47:47.560Z] 4ffbaac7c29b: Preparing [2025-07-11T02:47:47.560Z] 73098d592023: Preparing [2025-07-11T02:47:47.560Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:47.560Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:47.560Z] c2603514098f: Layer already exists [2025-07-11T02:47:47.560Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:47.560Z] 312e25059ddc: Layer already exists [2025-07-11T02:47:47.560Z] 4ffbaac7c29b: Layer already exists [2025-07-11T02:47:47.560Z] 73098d592023: Layer already exists [2025-07-11T02:47:47.560Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:47.560Z] 4.1.0-dev.40: digest: sha256:a3f87348b066bf67a0e4f3b058193c17ce6330e140526594efc86bbc0fc7791c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:48.176Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:48.523Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:47:48.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-07-11T02:47:48.523Z] c2603514098f: Preparing [2025-07-11T02:47:48.523Z] 312e25059ddc: Preparing [2025-07-11T02:47:48.523Z] d1857b6a6f81: Preparing [2025-07-11T02:47:48.523Z] 4ffbaac7c29b: Preparing [2025-07-11T02:47:48.523Z] 73098d592023: Preparing [2025-07-11T02:47:48.523Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:48.523Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:48.523Z] 73098d592023: Layer already exists [2025-07-11T02:47:48.523Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:48.523Z] 4ffbaac7c29b: Layer already exists [2025-07-11T02:47:48.523Z] 312e25059ddc: Layer already exists [2025-07-11T02:47:48.523Z] c2603514098f: Layer already exists [2025-07-11T02:47:48.523Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:48.786Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:a3f87348b066bf67a0e4f3b058193c17ce6330e140526594efc86bbc0fc7791c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:49.143Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:49.525Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-07-11T02:47:49.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-07-11T02:47:49.525Z] c2603514098f: Preparing [2025-07-11T02:47:49.525Z] 312e25059ddc: Preparing [2025-07-11T02:47:49.525Z] d1857b6a6f81: Preparing [2025-07-11T02:47:49.525Z] 4ffbaac7c29b: Preparing [2025-07-11T02:47:49.525Z] 73098d592023: Preparing [2025-07-11T02:47:49.525Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:49.525Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:49.525Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:49.525Z] 4ffbaac7c29b: Layer already exists [2025-07-11T02:47:49.525Z] 73098d592023: Layer already exists [2025-07-11T02:47:49.525Z] 312e25059ddc: Layer already exists [2025-07-11T02:47:49.525Z] c2603514098f: Layer already exists [2025-07-11T02:47:49.525Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:49.788Z] main: digest: sha256:a3f87348b066bf67a0e4f3b058193c17ce6330e140526594efc86bbc0fc7791c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:47:49.864Z] ===================================================== [Pipeline] echo [2025-07-11T02:47:49.883Z] taggedImages: [2025-07-11T02:47:49.883Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:47:49.883Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-07-11T02:47:49.883Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.40 [2025-07-11T02:47:49.883Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:47:49.883Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-07-11T02:47:49.908Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-07-11T02:47:49.908Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:47:49.908Z] latest [2025-07-11T02:47:49.908Z] 4.1.0-dev.40 [2025-07-11T02:47:49.908Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:47:49.908Z] main [2025-07-11T02:47:49.908Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:50.276Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:50.625Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:47:50.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-07-11T02:47:50.625Z] 3688751cf0e3: Preparing [2025-07-11T02:47:50.625Z] f7c8fd574a09: Preparing [2025-07-11T02:47:50.625Z] c7ffeff2cb58: Preparing [2025-07-11T02:47:50.625Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:50.625Z] d1857b6a6f81: Preparing [2025-07-11T02:47:50.625Z] 7aa36875abc9: Preparing [2025-07-11T02:47:50.625Z] 009b8b7b125e: Preparing [2025-07-11T02:47:50.625Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:50.625Z] 009b8b7b125e: Waiting [2025-07-11T02:47:50.625Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:50.625Z] 7aa36875abc9: Waiting [2025-07-11T02:47:50.625Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:47:50.625Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:50.889Z] 7aa36875abc9: Layer already exists [2025-07-11T02:47:50.889Z] 009b8b7b125e: Layer already exists [2025-07-11T02:47:50.889Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:50.889Z] f7c8fd574a09: Pushed [2025-07-11T02:47:50.889Z] 3688751cf0e3: Pushed [2025-07-11T02:47:56.210Z] c7ffeff2cb58: Pushed [2025-07-11T02:47:56.210Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:a107bb4fe473fcb48a7c243675a4e20a5ad818e9cb7c3dbb617b44857ad17ca7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:56.566Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:56.922Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-07-11T02:47:56.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-07-11T02:47:56.923Z] 3688751cf0e3: Preparing [2025-07-11T02:47:56.923Z] f7c8fd574a09: Preparing [2025-07-11T02:47:56.923Z] c7ffeff2cb58: Preparing [2025-07-11T02:47:56.923Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:56.923Z] d1857b6a6f81: Preparing [2025-07-11T02:47:56.923Z] 7aa36875abc9: Preparing [2025-07-11T02:47:56.923Z] 009b8b7b125e: Preparing [2025-07-11T02:47:56.923Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:56.923Z] 7aa36875abc9: Waiting [2025-07-11T02:47:56.923Z] 009b8b7b125e: Waiting [2025-07-11T02:47:56.923Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:56.923Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:47:56.923Z] 3688751cf0e3: Layer already exists [2025-07-11T02:47:56.923Z] c7ffeff2cb58: Layer already exists [2025-07-11T02:47:56.923Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:56.923Z] f7c8fd574a09: Layer already exists [2025-07-11T02:47:56.923Z] 7aa36875abc9: Layer already exists [2025-07-11T02:47:56.923Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:56.923Z] 009b8b7b125e: Layer already exists [2025-07-11T02:47:56.923Z] latest: digest: sha256:a107bb4fe473fcb48a7c243675a4e20a5ad818e9cb7c3dbb617b44857ad17ca7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:57.550Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:57.902Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.40 [2025-07-11T02:47:57.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-07-11T02:47:57.902Z] 3688751cf0e3: Preparing [2025-07-11T02:47:57.902Z] f7c8fd574a09: Preparing [2025-07-11T02:47:57.902Z] c7ffeff2cb58: Preparing [2025-07-11T02:47:57.902Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:57.902Z] d1857b6a6f81: Preparing [2025-07-11T02:47:57.902Z] 7aa36875abc9: Preparing [2025-07-11T02:47:57.902Z] 009b8b7b125e: Preparing [2025-07-11T02:47:57.902Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:57.902Z] 7aa36875abc9: Waiting [2025-07-11T02:47:57.902Z] 009b8b7b125e: Waiting [2025-07-11T02:47:57.902Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:57.902Z] f7c8fd574a09: Layer already exists [2025-07-11T02:47:57.902Z] c7ffeff2cb58: Layer already exists [2025-07-11T02:47:57.902Z] 3688751cf0e3: Layer already exists [2025-07-11T02:47:57.902Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:57.902Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:47:57.902Z] 009b8b7b125e: Layer already exists [2025-07-11T02:47:57.902Z] 7aa36875abc9: Layer already exists [2025-07-11T02:47:57.902Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:58.166Z] 4.1.0-dev.40: digest: sha256:a107bb4fe473fcb48a7c243675a4e20a5ad818e9cb7c3dbb617b44857ad17ca7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:58.513Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:58.867Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:47:58.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-07-11T02:47:58.867Z] 3688751cf0e3: Preparing [2025-07-11T02:47:58.867Z] f7c8fd574a09: Preparing [2025-07-11T02:47:58.867Z] c7ffeff2cb58: Preparing [2025-07-11T02:47:58.867Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:58.867Z] d1857b6a6f81: Preparing [2025-07-11T02:47:58.867Z] 7aa36875abc9: Preparing [2025-07-11T02:47:58.867Z] 009b8b7b125e: Preparing [2025-07-11T02:47:58.867Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:58.867Z] 7aa36875abc9: Waiting [2025-07-11T02:47:58.867Z] 009b8b7b125e: Waiting [2025-07-11T02:47:58.867Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:58.867Z] 3688751cf0e3: Layer already exists [2025-07-11T02:47:58.867Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:58.867Z] f7c8fd574a09: Layer already exists [2025-07-11T02:47:58.867Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:47:58.867Z] c7ffeff2cb58: Layer already exists [2025-07-11T02:47:58.867Z] 7aa36875abc9: Layer already exists [2025-07-11T02:47:58.867Z] 009b8b7b125e: Layer already exists [2025-07-11T02:47:58.867Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:58.867Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:a107bb4fe473fcb48a7c243675a4e20a5ad818e9cb7c3dbb617b44857ad17ca7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:47:59.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-07-11T02:47:59.829Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-07-11T02:47:59.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-07-11T02:47:59.830Z] 3688751cf0e3: Preparing [2025-07-11T02:47:59.830Z] f7c8fd574a09: Preparing [2025-07-11T02:47:59.830Z] c7ffeff2cb58: Preparing [2025-07-11T02:47:59.830Z] 2f5ae85f36b1: Preparing [2025-07-11T02:47:59.830Z] d1857b6a6f81: Preparing [2025-07-11T02:47:59.830Z] 7aa36875abc9: Preparing [2025-07-11T02:47:59.830Z] 009b8b7b125e: Preparing [2025-07-11T02:47:59.830Z] dd9c8f8612c8: Preparing [2025-07-11T02:47:59.830Z] 7aa36875abc9: Waiting [2025-07-11T02:47:59.830Z] 009b8b7b125e: Waiting [2025-07-11T02:47:59.830Z] dd9c8f8612c8: Waiting [2025-07-11T02:47:59.830Z] d1857b6a6f81: Layer already exists [2025-07-11T02:47:59.830Z] 3688751cf0e3: Layer already exists [2025-07-11T02:47:59.830Z] f7c8fd574a09: Layer already exists [2025-07-11T02:47:59.830Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:47:59.830Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:47:59.830Z] 009b8b7b125e: Layer already exists [2025-07-11T02:47:59.830Z] 7aa36875abc9: Layer already exists [2025-07-11T02:47:59.830Z] c7ffeff2cb58: Layer already exists [2025-07-11T02:48:00.092Z] main: digest: sha256:a107bb4fe473fcb48a7c243675a4e20a5ad818e9cb7c3dbb617b44857ad17ca7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:48:00.173Z] ===================================================== [Pipeline] echo [2025-07-11T02:48:00.190Z] taggedImages: [2025-07-11T02:48:00.190Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:48:00.190Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-07-11T02:48:00.190Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.40 [2025-07-11T02:48:00.190Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:48:00.190Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-07-11T02:48:00.222Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-07-11T02:48:00.222Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:48:00.222Z] latest [2025-07-11T02:48:00.222Z] 4.1.0-dev.40 [2025-07-11T02:48:00.222Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:48:00.222Z] main [2025-07-11T02:48:00.222Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:00.594Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:00.942Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:48:00.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-07-11T02:48:00.942Z] 880b36deb089: Preparing [2025-07-11T02:48:00.942Z] 36161180e688: Preparing [2025-07-11T02:48:00.942Z] 9c9e764afa75: Preparing [2025-07-11T02:48:00.942Z] d07d766e0e4d: Preparing [2025-07-11T02:48:00.942Z] 29b1e86b05c2: Preparing [2025-07-11T02:48:00.942Z] bec840a35c8f: Preparing [2025-07-11T02:48:00.942Z] 0549c67a4fc0: Preparing [2025-07-11T02:48:00.942Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:00.942Z] d1857b6a6f81: Preparing [2025-07-11T02:48:00.942Z] 21d9c79ca583: Preparing [2025-07-11T02:48:00.942Z] 8d54ed54b8ac: Preparing [2025-07-11T02:48:00.942Z] 5f70bf18a086: Preparing [2025-07-11T02:48:00.942Z] 4756965555f1: Preparing [2025-07-11T02:48:00.942Z] 3e9034d1a702: Preparing [2025-07-11T02:48:00.942Z] 965ea6c68821: Preparing [2025-07-11T02:48:00.942Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:00.942Z] 0549c67a4fc0: Waiting [2025-07-11T02:48:00.942Z] 2f5ae85f36b1: Waiting [2025-07-11T02:48:00.942Z] d1857b6a6f81: Waiting [2025-07-11T02:48:00.942Z] 21d9c79ca583: Waiting [2025-07-11T02:48:00.942Z] 8d54ed54b8ac: Waiting [2025-07-11T02:48:00.942Z] 5f70bf18a086: Waiting [2025-07-11T02:48:00.942Z] 4756965555f1: Waiting [2025-07-11T02:48:00.942Z] 3e9034d1a702: Waiting [2025-07-11T02:48:00.942Z] 965ea6c68821: Waiting [2025-07-11T02:48:00.942Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:01.208Z] d07d766e0e4d: Pushed [2025-07-11T02:48:01.208Z] 9c9e764afa75: Pushed [2025-07-11T02:48:01.208Z] 29b1e86b05c2: Pushed [2025-07-11T02:48:01.208Z] 36161180e688: Pushed [2025-07-11T02:48:01.208Z] 880b36deb089: Pushed [2025-07-11T02:48:01.208Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:01.208Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:01.471Z] 5f70bf18a086: Layer already exists [2025-07-11T02:48:01.471Z] bec840a35c8f: Pushed [2025-07-11T02:48:01.471Z] 8d54ed54b8ac: Pushed [2025-07-11T02:48:01.471Z] 21d9c79ca583: Pushed [2025-07-11T02:48:01.471Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:01.471Z] 4756965555f1: Pushed [2025-07-11T02:48:01.471Z] 965ea6c68821: Pushed [2025-07-11T02:48:02.865Z] 3e9034d1a702: Pushed [2025-07-11T02:48:04.263Z] 0549c67a4fc0: Pushed [2025-07-11T02:48:04.528Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:2501c3697d5036bae650a602db6485f1cb4055427f0cbc5a5a9254a225c518a4 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:04.884Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:05.233Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-07-11T02:48:05.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-07-11T02:48:05.233Z] 880b36deb089: Preparing [2025-07-11T02:48:05.233Z] 36161180e688: Preparing [2025-07-11T02:48:05.233Z] 9c9e764afa75: Preparing [2025-07-11T02:48:05.233Z] d07d766e0e4d: Preparing [2025-07-11T02:48:05.233Z] 29b1e86b05c2: Preparing [2025-07-11T02:48:05.233Z] bec840a35c8f: Preparing [2025-07-11T02:48:05.233Z] 0549c67a4fc0: Preparing [2025-07-11T02:48:05.233Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:05.233Z] d1857b6a6f81: Preparing [2025-07-11T02:48:05.233Z] 21d9c79ca583: Preparing [2025-07-11T02:48:05.233Z] 8d54ed54b8ac: Preparing [2025-07-11T02:48:05.233Z] 5f70bf18a086: Preparing [2025-07-11T02:48:05.233Z] 4756965555f1: Preparing [2025-07-11T02:48:05.233Z] 3e9034d1a702: Preparing [2025-07-11T02:48:05.233Z] 965ea6c68821: Preparing [2025-07-11T02:48:05.233Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:05.233Z] bec840a35c8f: Waiting [2025-07-11T02:48:05.233Z] 2f5ae85f36b1: Waiting [2025-07-11T02:48:05.233Z] 0549c67a4fc0: Waiting [2025-07-11T02:48:05.233Z] 5f70bf18a086: Waiting [2025-07-11T02:48:05.233Z] d1857b6a6f81: Waiting [2025-07-11T02:48:05.233Z] 21d9c79ca583: Waiting [2025-07-11T02:48:05.233Z] 4756965555f1: Waiting [2025-07-11T02:48:05.233Z] 3e9034d1a702: Waiting [2025-07-11T02:48:05.233Z] 965ea6c68821: Waiting [2025-07-11T02:48:05.233Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:05.233Z] 36161180e688: Layer already exists [2025-07-11T02:48:05.233Z] d07d766e0e4d: Layer already exists [2025-07-11T02:48:05.233Z] 880b36deb089: Layer already exists [2025-07-11T02:48:05.233Z] 9c9e764afa75: Layer already exists [2025-07-11T02:48:05.233Z] 29b1e86b05c2: Layer already exists [2025-07-11T02:48:05.233Z] bec840a35c8f: Layer already exists [2025-07-11T02:48:05.233Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:05.233Z] 0549c67a4fc0: Layer already exists [2025-07-11T02:48:05.233Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:05.233Z] 21d9c79ca583: Layer already exists [2025-07-11T02:48:05.233Z] 8d54ed54b8ac: Layer already exists [2025-07-11T02:48:05.233Z] 4756965555f1: Layer already exists [2025-07-11T02:48:05.233Z] 3e9034d1a702: Layer already exists [2025-07-11T02:48:05.233Z] 5f70bf18a086: Layer already exists [2025-07-11T02:48:05.233Z] 965ea6c68821: Layer already exists [2025-07-11T02:48:05.233Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:05.498Z] latest: digest: sha256:2501c3697d5036bae650a602db6485f1cb4055427f0cbc5a5a9254a225c518a4 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:05.850Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:06.192Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.40 [2025-07-11T02:48:06.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-07-11T02:48:06.192Z] 880b36deb089: Preparing [2025-07-11T02:48:06.192Z] 36161180e688: Preparing [2025-07-11T02:48:06.192Z] 9c9e764afa75: Preparing [2025-07-11T02:48:06.192Z] d07d766e0e4d: Preparing [2025-07-11T02:48:06.192Z] 29b1e86b05c2: Preparing [2025-07-11T02:48:06.192Z] bec840a35c8f: Preparing [2025-07-11T02:48:06.192Z] 0549c67a4fc0: Preparing [2025-07-11T02:48:06.192Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:06.192Z] d1857b6a6f81: Preparing [2025-07-11T02:48:06.192Z] 21d9c79ca583: Preparing [2025-07-11T02:48:06.192Z] 8d54ed54b8ac: Preparing [2025-07-11T02:48:06.192Z] 5f70bf18a086: Preparing [2025-07-11T02:48:06.192Z] 4756965555f1: Preparing [2025-07-11T02:48:06.192Z] 3e9034d1a702: Preparing [2025-07-11T02:48:06.192Z] 965ea6c68821: Preparing [2025-07-11T02:48:06.192Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:06.192Z] bec840a35c8f: Waiting [2025-07-11T02:48:06.192Z] 2f5ae85f36b1: Waiting [2025-07-11T02:48:06.192Z] 0549c67a4fc0: Waiting [2025-07-11T02:48:06.192Z] 8d54ed54b8ac: Waiting [2025-07-11T02:48:06.192Z] 5f70bf18a086: Waiting [2025-07-11T02:48:06.192Z] 4756965555f1: Waiting [2025-07-11T02:48:06.192Z] 3e9034d1a702: Waiting [2025-07-11T02:48:06.192Z] d1857b6a6f81: Waiting [2025-07-11T02:48:06.192Z] 21d9c79ca583: Waiting [2025-07-11T02:48:06.192Z] 965ea6c68821: Waiting [2025-07-11T02:48:06.192Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:06.192Z] 880b36deb089: Layer already exists [2025-07-11T02:48:06.192Z] 9c9e764afa75: Layer already exists [2025-07-11T02:48:06.192Z] 36161180e688: Layer already exists [2025-07-11T02:48:06.192Z] 29b1e86b05c2: Layer already exists [2025-07-11T02:48:06.192Z] d07d766e0e4d: Layer already exists [2025-07-11T02:48:06.192Z] 0549c67a4fc0: Layer already exists [2025-07-11T02:48:06.192Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:06.192Z] 21d9c79ca583: Layer already exists [2025-07-11T02:48:06.192Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:06.192Z] bec840a35c8f: Layer already exists [2025-07-11T02:48:06.192Z] 965ea6c68821: Layer already exists [2025-07-11T02:48:06.192Z] 8d54ed54b8ac: Layer already exists [2025-07-11T02:48:06.192Z] 5f70bf18a086: Layer already exists [2025-07-11T02:48:06.192Z] 3e9034d1a702: Layer already exists [2025-07-11T02:48:06.192Z] 4756965555f1: Layer already exists [2025-07-11T02:48:06.192Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:06.457Z] 4.1.0-dev.40: digest: sha256:2501c3697d5036bae650a602db6485f1cb4055427f0cbc5a5a9254a225c518a4 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:06.825Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:07.759Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:48:07.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-07-11T02:48:07.759Z] 880b36deb089: Preparing [2025-07-11T02:48:07.759Z] 36161180e688: Preparing [2025-07-11T02:48:07.759Z] 9c9e764afa75: Preparing [2025-07-11T02:48:07.759Z] d07d766e0e4d: Preparing [2025-07-11T02:48:07.759Z] 29b1e86b05c2: Preparing [2025-07-11T02:48:07.759Z] bec840a35c8f: Preparing [2025-07-11T02:48:07.759Z] 0549c67a4fc0: Preparing [2025-07-11T02:48:07.759Z] bec840a35c8f: Waiting [2025-07-11T02:48:07.759Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:07.759Z] d1857b6a6f81: Preparing [2025-07-11T02:48:07.759Z] 21d9c79ca583: Preparing [2025-07-11T02:48:07.759Z] 8d54ed54b8ac: Preparing [2025-07-11T02:48:07.759Z] 5f70bf18a086: Preparing [2025-07-11T02:48:07.759Z] 4756965555f1: Preparing [2025-07-11T02:48:07.759Z] 3e9034d1a702: Preparing [2025-07-11T02:48:07.759Z] 965ea6c68821: Preparing [2025-07-11T02:48:07.759Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:07.759Z] 0549c67a4fc0: Waiting [2025-07-11T02:48:07.759Z] 2f5ae85f36b1: Waiting [2025-07-11T02:48:07.759Z] d1857b6a6f81: Waiting [2025-07-11T02:48:07.759Z] 21d9c79ca583: Waiting [2025-07-11T02:48:07.759Z] 8d54ed54b8ac: Waiting [2025-07-11T02:48:07.759Z] 5f70bf18a086: Waiting [2025-07-11T02:48:07.759Z] 4756965555f1: Waiting [2025-07-11T02:48:07.759Z] 3e9034d1a702: Waiting [2025-07-11T02:48:07.759Z] 965ea6c68821: Waiting [2025-07-11T02:48:07.759Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:07.759Z] d07d766e0e4d: Layer already exists [2025-07-11T02:48:07.759Z] 880b36deb089: Layer already exists [2025-07-11T02:48:07.759Z] 29b1e86b05c2: Layer already exists [2025-07-11T02:48:07.759Z] 9c9e764afa75: Layer already exists [2025-07-11T02:48:07.759Z] 36161180e688: Layer already exists [2025-07-11T02:48:07.759Z] 0549c67a4fc0: Layer already exists [2025-07-11T02:48:07.759Z] bec840a35c8f: Layer already exists [2025-07-11T02:48:07.759Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:07.759Z] 21d9c79ca583: Layer already exists [2025-07-11T02:48:07.759Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:07.759Z] 4756965555f1: Layer already exists [2025-07-11T02:48:07.759Z] 3e9034d1a702: Layer already exists [2025-07-11T02:48:07.759Z] 5f70bf18a086: Layer already exists [2025-07-11T02:48:07.759Z] 965ea6c68821: Layer already exists [2025-07-11T02:48:07.759Z] 8d54ed54b8ac: Layer already exists [2025-07-11T02:48:07.759Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:08.023Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:2501c3697d5036bae650a602db6485f1cb4055427f0cbc5a5a9254a225c518a4 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:08.379Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:08.755Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-07-11T02:48:08.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-07-11T02:48:08.755Z] 880b36deb089: Preparing [2025-07-11T02:48:08.755Z] 36161180e688: Preparing [2025-07-11T02:48:08.755Z] 9c9e764afa75: Preparing [2025-07-11T02:48:08.755Z] d07d766e0e4d: Preparing [2025-07-11T02:48:08.755Z] 29b1e86b05c2: Preparing [2025-07-11T02:48:08.755Z] bec840a35c8f: Preparing [2025-07-11T02:48:08.755Z] 0549c67a4fc0: Preparing [2025-07-11T02:48:08.755Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:08.755Z] d1857b6a6f81: Preparing [2025-07-11T02:48:08.755Z] 21d9c79ca583: Preparing [2025-07-11T02:48:08.755Z] 8d54ed54b8ac: Preparing [2025-07-11T02:48:08.755Z] 5f70bf18a086: Preparing [2025-07-11T02:48:08.755Z] 4756965555f1: Preparing [2025-07-11T02:48:08.755Z] 3e9034d1a702: Preparing [2025-07-11T02:48:08.755Z] 965ea6c68821: Preparing [2025-07-11T02:48:08.755Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:08.755Z] 8d54ed54b8ac: Waiting [2025-07-11T02:48:08.755Z] 5f70bf18a086: Waiting [2025-07-11T02:48:08.755Z] bec840a35c8f: Waiting [2025-07-11T02:48:08.755Z] 4756965555f1: Waiting [2025-07-11T02:48:08.755Z] 3e9034d1a702: Waiting [2025-07-11T02:48:08.755Z] 965ea6c68821: Waiting [2025-07-11T02:48:08.755Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:08.755Z] d1857b6a6f81: Waiting [2025-07-11T02:48:08.755Z] 21d9c79ca583: Waiting [2025-07-11T02:48:08.755Z] 2f5ae85f36b1: Waiting [2025-07-11T02:48:08.755Z] 0549c67a4fc0: Waiting [2025-07-11T02:48:08.755Z] 29b1e86b05c2: Layer already exists [2025-07-11T02:48:08.755Z] d07d766e0e4d: Layer already exists [2025-07-11T02:48:08.755Z] 36161180e688: Layer already exists [2025-07-11T02:48:08.755Z] 9c9e764afa75: Layer already exists [2025-07-11T02:48:08.755Z] 880b36deb089: Layer already exists [2025-07-11T02:48:08.755Z] 0549c67a4fc0: Layer already exists [2025-07-11T02:48:08.755Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:08.755Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:08.755Z] bec840a35c8f: Layer already exists [2025-07-11T02:48:08.755Z] 21d9c79ca583: Layer already exists [2025-07-11T02:48:08.755Z] 8d54ed54b8ac: Layer already exists [2025-07-11T02:48:08.755Z] 5f70bf18a086: Layer already exists [2025-07-11T02:48:08.755Z] 4756965555f1: Layer already exists [2025-07-11T02:48:08.755Z] 3e9034d1a702: Layer already exists [2025-07-11T02:48:08.755Z] 965ea6c68821: Layer already exists [2025-07-11T02:48:08.755Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:09.020Z] main: digest: sha256:2501c3697d5036bae650a602db6485f1cb4055427f0cbc5a5a9254a225c518a4 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:48:09.104Z] ===================================================== [Pipeline] echo [2025-07-11T02:48:09.119Z] taggedImages: [2025-07-11T02:48:09.120Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:48:09.120Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-07-11T02:48:09.120Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.40 [2025-07-11T02:48:09.120Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:48:09.120Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-07-11T02:48:09.156Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-07-11T02:48:09.156Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:48:09.156Z] latest [2025-07-11T02:48:09.156Z] 4.1.0-dev.40 [2025-07-11T02:48:09.156Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:48:09.156Z] main [2025-07-11T02:48:09.156Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:09.525Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:09.875Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:48:09.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-07-11T02:48:09.875Z] 9cccadfe34b2: Preparing [2025-07-11T02:48:09.875Z] 62f34c1a3b48: Preparing [2025-07-11T02:48:09.875Z] c273a69f7642: Preparing [2025-07-11T02:48:09.875Z] 75369f364cbc: Preparing [2025-07-11T02:48:09.875Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:09.875Z] d1857b6a6f81: Preparing [2025-07-11T02:48:09.875Z] 7aa36875abc9: Preparing [2025-07-11T02:48:09.875Z] 009b8b7b125e: Preparing [2025-07-11T02:48:09.875Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:09.875Z] 7aa36875abc9: Waiting [2025-07-11T02:48:09.875Z] 009b8b7b125e: Waiting [2025-07-11T02:48:09.875Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:09.875Z] d1857b6a6f81: Waiting [2025-07-11T02:48:09.875Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:10.140Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:10.140Z] 7aa36875abc9: Layer already exists [2025-07-11T02:48:10.140Z] c273a69f7642: Pushed [2025-07-11T02:48:10.140Z] 62f34c1a3b48: Pushed [2025-07-11T02:48:10.140Z] 9cccadfe34b2: Pushed [2025-07-11T02:48:10.140Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:10.140Z] 009b8b7b125e: Layer already exists [2025-07-11T02:48:15.585Z] 75369f364cbc: Pushed [2025-07-11T02:48:15.585Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:809516ab781b1ceaf8ee5ca8ce994df8eb79ba167cf51ca7682164ea3f7023ee size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:15.935Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:16.281Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-07-11T02:48:16.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-07-11T02:48:16.281Z] 9cccadfe34b2: Preparing [2025-07-11T02:48:16.281Z] 62f34c1a3b48: Preparing [2025-07-11T02:48:16.281Z] c273a69f7642: Preparing [2025-07-11T02:48:16.281Z] 75369f364cbc: Preparing [2025-07-11T02:48:16.281Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:16.281Z] d1857b6a6f81: Preparing [2025-07-11T02:48:16.281Z] 7aa36875abc9: Preparing [2025-07-11T02:48:16.281Z] 009b8b7b125e: Preparing [2025-07-11T02:48:16.281Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:16.281Z] d1857b6a6f81: Waiting [2025-07-11T02:48:16.281Z] 7aa36875abc9: Waiting [2025-07-11T02:48:16.281Z] 009b8b7b125e: Waiting [2025-07-11T02:48:16.281Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:16.281Z] c273a69f7642: Layer already exists [2025-07-11T02:48:16.281Z] 9cccadfe34b2: Layer already exists [2025-07-11T02:48:16.281Z] 62f34c1a3b48: Layer already exists [2025-07-11T02:48:16.281Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:16.281Z] 75369f364cbc: Layer already exists [2025-07-11T02:48:16.281Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:16.281Z] 7aa36875abc9: Layer already exists [2025-07-11T02:48:16.281Z] 009b8b7b125e: Layer already exists [2025-07-11T02:48:16.281Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:16.545Z] latest: digest: sha256:809516ab781b1ceaf8ee5ca8ce994df8eb79ba167cf51ca7682164ea3f7023ee size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:16.896Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:17.254Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.40 [2025-07-11T02:48:17.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-07-11T02:48:17.254Z] 9cccadfe34b2: Preparing [2025-07-11T02:48:17.254Z] 62f34c1a3b48: Preparing [2025-07-11T02:48:17.254Z] c273a69f7642: Preparing [2025-07-11T02:48:17.254Z] 75369f364cbc: Preparing [2025-07-11T02:48:17.254Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:17.254Z] d1857b6a6f81: Preparing [2025-07-11T02:48:17.254Z] 7aa36875abc9: Preparing [2025-07-11T02:48:17.254Z] 009b8b7b125e: Preparing [2025-07-11T02:48:17.254Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:17.254Z] d1857b6a6f81: Waiting [2025-07-11T02:48:17.254Z] 009b8b7b125e: Waiting [2025-07-11T02:48:17.254Z] 7aa36875abc9: Waiting [2025-07-11T02:48:17.254Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:17.254Z] 62f34c1a3b48: Layer already exists [2025-07-11T02:48:17.254Z] 9cccadfe34b2: Layer already exists [2025-07-11T02:48:17.254Z] c273a69f7642: Layer already exists [2025-07-11T02:48:17.254Z] 75369f364cbc: Layer already exists [2025-07-11T02:48:17.254Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:17.254Z] 009b8b7b125e: Layer already exists [2025-07-11T02:48:17.254Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:17.254Z] 7aa36875abc9: Layer already exists [2025-07-11T02:48:17.254Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:17.519Z] 4.1.0-dev.40: digest: sha256:809516ab781b1ceaf8ee5ca8ce994df8eb79ba167cf51ca7682164ea3f7023ee size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:17.876Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:18.226Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:48:18.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-07-11T02:48:18.226Z] 9cccadfe34b2: Preparing [2025-07-11T02:48:18.226Z] 62f34c1a3b48: Preparing [2025-07-11T02:48:18.226Z] c273a69f7642: Preparing [2025-07-11T02:48:18.226Z] 75369f364cbc: Preparing [2025-07-11T02:48:18.226Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:18.226Z] d1857b6a6f81: Preparing [2025-07-11T02:48:18.226Z] 7aa36875abc9: Preparing [2025-07-11T02:48:18.226Z] 009b8b7b125e: Preparing [2025-07-11T02:48:18.226Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:18.226Z] 7aa36875abc9: Waiting [2025-07-11T02:48:18.226Z] 009b8b7b125e: Waiting [2025-07-11T02:48:18.226Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:18.226Z] d1857b6a6f81: Waiting [2025-07-11T02:48:18.226Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:18.226Z] 75369f364cbc: Layer already exists [2025-07-11T02:48:18.226Z] 9cccadfe34b2: Layer already exists [2025-07-11T02:48:18.226Z] c273a69f7642: Layer already exists [2025-07-11T02:48:18.226Z] 62f34c1a3b48: Layer already exists [2025-07-11T02:48:18.226Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:18.226Z] 009b8b7b125e: Layer already exists [2025-07-11T02:48:18.226Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:18.226Z] 7aa36875abc9: Layer already exists [2025-07-11T02:48:18.489Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:809516ab781b1ceaf8ee5ca8ce994df8eb79ba167cf51ca7682164ea3f7023ee size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:18.844Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:19.196Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-07-11T02:48:19.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-07-11T02:48:19.196Z] 9cccadfe34b2: Preparing [2025-07-11T02:48:19.196Z] 62f34c1a3b48: Preparing [2025-07-11T02:48:19.196Z] c273a69f7642: Preparing [2025-07-11T02:48:19.196Z] 75369f364cbc: Preparing [2025-07-11T02:48:19.196Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:19.196Z] d1857b6a6f81: Preparing [2025-07-11T02:48:19.196Z] 7aa36875abc9: Preparing [2025-07-11T02:48:19.196Z] 009b8b7b125e: Preparing [2025-07-11T02:48:19.196Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:19.196Z] d1857b6a6f81: Waiting [2025-07-11T02:48:19.196Z] 009b8b7b125e: Waiting [2025-07-11T02:48:19.196Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:19.196Z] 7aa36875abc9: Waiting [2025-07-11T02:48:19.196Z] 62f34c1a3b48: Layer already exists [2025-07-11T02:48:19.196Z] c273a69f7642: Layer already exists [2025-07-11T02:48:19.196Z] 9cccadfe34b2: Layer already exists [2025-07-11T02:48:19.196Z] 75369f364cbc: Layer already exists [2025-07-11T02:48:19.196Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:19.196Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:19.196Z] 7aa36875abc9: Layer already exists [2025-07-11T02:48:19.196Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:19.196Z] 009b8b7b125e: Layer already exists [2025-07-11T02:48:19.458Z] main: digest: sha256:809516ab781b1ceaf8ee5ca8ce994df8eb79ba167cf51ca7682164ea3f7023ee size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:48:19.539Z] ===================================================== [Pipeline] echo [2025-07-11T02:48:19.557Z] taggedImages: [2025-07-11T02:48:19.557Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:48:19.557Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-07-11T02:48:19.557Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.40 [2025-07-11T02:48:19.557Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:48:19.557Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-07-11T02:48:19.584Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-07-11T02:48:19.584Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:48:19.584Z] latest [2025-07-11T02:48:19.584Z] 4.1.0-dev.40 [2025-07-11T02:48:19.584Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:48:19.584Z] main [2025-07-11T02:48:19.584Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:19.945Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:20.293Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:48:20.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-07-11T02:48:20.293Z] b26b585b49b2: Preparing [2025-07-11T02:48:20.293Z] 39488ea11e06: Preparing [2025-07-11T02:48:20.293Z] 1a8f4ed11212: Preparing [2025-07-11T02:48:20.293Z] cb4dd8ced83e: Preparing [2025-07-11T02:48:20.293Z] d8616df25e79: Preparing [2025-07-11T02:48:20.293Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:20.293Z] d1857b6a6f81: Preparing [2025-07-11T02:48:20.293Z] bde8df6fe7e4: Preparing [2025-07-11T02:48:20.293Z] 9d10f10c8390: Preparing [2025-07-11T02:48:20.293Z] 11b84f052fa5: Preparing [2025-07-11T02:48:20.293Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:20.293Z] bde8df6fe7e4: Waiting [2025-07-11T02:48:20.293Z] 9d10f10c8390: Waiting [2025-07-11T02:48:20.293Z] 2f5ae85f36b1: Waiting [2025-07-11T02:48:20.293Z] 11b84f052fa5: Waiting [2025-07-11T02:48:20.293Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:20.293Z] d1857b6a6f81: Waiting [2025-07-11T02:48:20.557Z] d8616df25e79: Pushed [2025-07-11T02:48:20.557Z] cb4dd8ced83e: Pushed [2025-07-11T02:48:20.557Z] 39488ea11e06: Pushed [2025-07-11T02:48:20.557Z] b26b585b49b2: Pushed [2025-07-11T02:48:20.557Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:20.557Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:20.557Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:20.557Z] bde8df6fe7e4: Pushed [2025-07-11T02:48:20.557Z] 9d10f10c8390: Pushed [2025-07-11T02:48:24.789Z] 1a8f4ed11212: Pushed [2025-07-11T02:48:24.789Z] 11b84f052fa5: Pushed [2025-07-11T02:48:24.789Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:482c26845983d46090b55e9e7d7c69927b4b7ac2e520a478e7cdfb9bbb645f4e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:25.157Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:25.510Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-07-11T02:48:25.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-07-11T02:48:25.510Z] b26b585b49b2: Preparing [2025-07-11T02:48:25.510Z] 39488ea11e06: Preparing [2025-07-11T02:48:25.510Z] 1a8f4ed11212: Preparing [2025-07-11T02:48:25.510Z] cb4dd8ced83e: Preparing [2025-07-11T02:48:25.510Z] d8616df25e79: Preparing [2025-07-11T02:48:25.510Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:25.510Z] d1857b6a6f81: Preparing [2025-07-11T02:48:25.510Z] 2f5ae85f36b1: Waiting [2025-07-11T02:48:25.510Z] bde8df6fe7e4: Preparing [2025-07-11T02:48:25.510Z] d1857b6a6f81: Waiting [2025-07-11T02:48:25.510Z] 9d10f10c8390: Preparing [2025-07-11T02:48:25.510Z] bde8df6fe7e4: Waiting [2025-07-11T02:48:25.510Z] 9d10f10c8390: Waiting [2025-07-11T02:48:25.510Z] 11b84f052fa5: Preparing [2025-07-11T02:48:25.510Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:25.511Z] 11b84f052fa5: Waiting [2025-07-11T02:48:25.511Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:25.511Z] 39488ea11e06: Layer already exists [2025-07-11T02:48:25.511Z] d8616df25e79: Layer already exists [2025-07-11T02:48:25.511Z] 1a8f4ed11212: Layer already exists [2025-07-11T02:48:25.511Z] b26b585b49b2: Layer already exists [2025-07-11T02:48:25.511Z] cb4dd8ced83e: Layer already exists [2025-07-11T02:48:25.511Z] 9d10f10c8390: Layer already exists [2025-07-11T02:48:25.511Z] bde8df6fe7e4: Layer already exists [2025-07-11T02:48:25.511Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:25.511Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:25.511Z] 11b84f052fa5: Layer already exists [2025-07-11T02:48:25.511Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:25.774Z] latest: digest: sha256:482c26845983d46090b55e9e7d7c69927b4b7ac2e520a478e7cdfb9bbb645f4e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:26.128Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:26.483Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.40 [2025-07-11T02:48:26.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-07-11T02:48:26.483Z] b26b585b49b2: Preparing [2025-07-11T02:48:26.483Z] 39488ea11e06: Preparing [2025-07-11T02:48:26.483Z] 1a8f4ed11212: Preparing [2025-07-11T02:48:26.483Z] cb4dd8ced83e: Preparing [2025-07-11T02:48:26.483Z] d8616df25e79: Preparing [2025-07-11T02:48:26.483Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:26.483Z] d1857b6a6f81: Preparing [2025-07-11T02:48:26.483Z] bde8df6fe7e4: Preparing [2025-07-11T02:48:26.483Z] 9d10f10c8390: Preparing [2025-07-11T02:48:26.483Z] 11b84f052fa5: Preparing [2025-07-11T02:48:26.483Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:26.483Z] 9d10f10c8390: Waiting [2025-07-11T02:48:26.483Z] 11b84f052fa5: Waiting [2025-07-11T02:48:26.483Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:26.483Z] 2f5ae85f36b1: Waiting [2025-07-11T02:48:26.483Z] d1857b6a6f81: Waiting [2025-07-11T02:48:26.483Z] bde8df6fe7e4: Waiting [2025-07-11T02:48:26.483Z] 1a8f4ed11212: Layer already exists [2025-07-11T02:48:26.483Z] d8616df25e79: Layer already exists [2025-07-11T02:48:26.483Z] 39488ea11e06: Layer already exists [2025-07-11T02:48:26.483Z] cb4dd8ced83e: Layer already exists [2025-07-11T02:48:26.483Z] b26b585b49b2: Layer already exists [2025-07-11T02:48:26.483Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:26.483Z] bde8df6fe7e4: Layer already exists [2025-07-11T02:48:26.483Z] 9d10f10c8390: Layer already exists [2025-07-11T02:48:26.483Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:26.483Z] 11b84f052fa5: Layer already exists [2025-07-11T02:48:26.483Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:26.748Z] 4.1.0-dev.40: digest: sha256:482c26845983d46090b55e9e7d7c69927b4b7ac2e520a478e7cdfb9bbb645f4e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:27.101Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:27.446Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:48:27.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-07-11T02:48:27.446Z] b26b585b49b2: Preparing [2025-07-11T02:48:27.446Z] 39488ea11e06: Preparing [2025-07-11T02:48:27.446Z] 1a8f4ed11212: Preparing [2025-07-11T02:48:27.446Z] cb4dd8ced83e: Preparing [2025-07-11T02:48:27.446Z] d8616df25e79: Preparing [2025-07-11T02:48:27.446Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:27.446Z] d1857b6a6f81: Preparing [2025-07-11T02:48:27.446Z] bde8df6fe7e4: Preparing [2025-07-11T02:48:27.446Z] 9d10f10c8390: Preparing [2025-07-11T02:48:27.446Z] 11b84f052fa5: Preparing [2025-07-11T02:48:27.446Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:27.446Z] d1857b6a6f81: Waiting [2025-07-11T02:48:27.446Z] bde8df6fe7e4: Waiting [2025-07-11T02:48:27.446Z] 9d10f10c8390: Waiting [2025-07-11T02:48:27.446Z] 2f5ae85f36b1: Waiting [2025-07-11T02:48:27.446Z] 11b84f052fa5: Waiting [2025-07-11T02:48:27.446Z] b26b585b49b2: Layer already exists [2025-07-11T02:48:27.446Z] 39488ea11e06: Layer already exists [2025-07-11T02:48:27.446Z] d8616df25e79: Layer already exists [2025-07-11T02:48:27.446Z] cb4dd8ced83e: Layer already exists [2025-07-11T02:48:27.446Z] 1a8f4ed11212: Layer already exists [2025-07-11T02:48:27.446Z] 9d10f10c8390: Layer already exists [2025-07-11T02:48:27.446Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:27.446Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:27.446Z] 11b84f052fa5: Layer already exists [2025-07-11T02:48:27.446Z] bde8df6fe7e4: Layer already exists [2025-07-11T02:48:27.446Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:27.710Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:482c26845983d46090b55e9e7d7c69927b4b7ac2e520a478e7cdfb9bbb645f4e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:28.069Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:28.418Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-07-11T02:48:28.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-07-11T02:48:28.418Z] b26b585b49b2: Preparing [2025-07-11T02:48:28.418Z] 39488ea11e06: Preparing [2025-07-11T02:48:28.418Z] 1a8f4ed11212: Preparing [2025-07-11T02:48:28.418Z] cb4dd8ced83e: Preparing [2025-07-11T02:48:28.418Z] d8616df25e79: Preparing [2025-07-11T02:48:28.418Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:28.418Z] d1857b6a6f81: Preparing [2025-07-11T02:48:28.418Z] bde8df6fe7e4: Preparing [2025-07-11T02:48:28.418Z] 9d10f10c8390: Preparing [2025-07-11T02:48:28.418Z] 11b84f052fa5: Preparing [2025-07-11T02:48:28.418Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:28.418Z] bde8df6fe7e4: Waiting [2025-07-11T02:48:28.418Z] 9d10f10c8390: Waiting [2025-07-11T02:48:28.418Z] 11b84f052fa5: Waiting [2025-07-11T02:48:28.418Z] 2f5ae85f36b1: Waiting [2025-07-11T02:48:28.418Z] d1857b6a6f81: Waiting [2025-07-11T02:48:28.418Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:28.418Z] 39488ea11e06: Layer already exists [2025-07-11T02:48:28.418Z] cb4dd8ced83e: Layer already exists [2025-07-11T02:48:28.418Z] 1a8f4ed11212: Layer already exists [2025-07-11T02:48:28.418Z] b26b585b49b2: Layer already exists [2025-07-11T02:48:28.418Z] d8616df25e79: Layer already exists [2025-07-11T02:48:28.418Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:28.418Z] bde8df6fe7e4: Layer already exists [2025-07-11T02:48:28.418Z] 11b84f052fa5: Layer already exists [2025-07-11T02:48:28.418Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:28.418Z] 9d10f10c8390: Layer already exists [2025-07-11T02:48:28.418Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:28.683Z] main: digest: sha256:482c26845983d46090b55e9e7d7c69927b4b7ac2e520a478e7cdfb9bbb645f4e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:48:28.765Z] ===================================================== [Pipeline] echo [2025-07-11T02:48:28.780Z] taggedImages: [2025-07-11T02:48:28.780Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:48:28.780Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-07-11T02:48:28.780Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.40 [2025-07-11T02:48:28.780Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:48:28.780Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-07-11T02:48:28.810Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-07-11T02:48:28.810Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:48:28.810Z] latest [2025-07-11T02:48:28.810Z] 4.1.0-dev.40 [2025-07-11T02:48:28.810Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:48:28.810Z] main [2025-07-11T02:48:28.810Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:29.189Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:29.549Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:48:29.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-07-11T02:48:29.549Z] 82c4e784b070: Preparing [2025-07-11T02:48:29.549Z] f015cdfc9848: Preparing [2025-07-11T02:48:29.549Z] b3caf9a35a26: Preparing [2025-07-11T02:48:29.549Z] 171f1111b8b1: Preparing [2025-07-11T02:48:29.549Z] 7d823052dec1: Preparing [2025-07-11T02:48:29.549Z] 8e2528723ddd: Preparing [2025-07-11T02:48:29.549Z] 37505a67b00e: Preparing [2025-07-11T02:48:29.549Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:29.549Z] d1857b6a6f81: Preparing [2025-07-11T02:48:29.549Z] bc2f0636aabe: Preparing [2025-07-11T02:48:29.549Z] 8a66b239f1d5: Preparing [2025-07-11T02:48:29.549Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:29.549Z] 8e2528723ddd: Waiting [2025-07-11T02:48:29.549Z] 8a66b239f1d5: Waiting [2025-07-11T02:48:29.549Z] d1857b6a6f81: Waiting [2025-07-11T02:48:29.549Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:29.549Z] 37505a67b00e: Waiting [2025-07-11T02:48:29.549Z] 2f5ae85f36b1: Waiting [2025-07-11T02:48:29.814Z] f015cdfc9848: Pushed [2025-07-11T02:48:29.814Z] 7d823052dec1: Pushed [2025-07-11T02:48:30.080Z] 82c4e784b070: Pushed [2025-07-11T02:48:30.344Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:30.344Z] 8e2528723ddd: Pushed [2025-07-11T02:48:30.344Z] 37505a67b00e: Pushed [2025-07-11T02:48:30.344Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:30.344Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:31.742Z] bc2f0636aabe: Pushed [2025-07-11T02:48:33.144Z] 8a66b239f1d5: Pushed [2025-07-11T02:48:33.725Z] 171f1111b8b1: Pushed [2025-07-11T02:48:36.297Z] b3caf9a35a26: Pushed [2025-07-11T02:48:36.297Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:248f2bc8091ef19fbfa963433f5f1373108fb8ab7b4700857f7d147f8476efd9 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:36.646Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:37.135Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-07-11T02:48:37.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-07-11T02:48:37.136Z] 82c4e784b070: Preparing [2025-07-11T02:48:37.136Z] f015cdfc9848: Preparing [2025-07-11T02:48:37.136Z] b3caf9a35a26: Preparing [2025-07-11T02:48:37.136Z] 171f1111b8b1: Preparing [2025-07-11T02:48:37.136Z] 7d823052dec1: Preparing [2025-07-11T02:48:37.136Z] 8e2528723ddd: Preparing [2025-07-11T02:48:37.136Z] 37505a67b00e: Preparing [2025-07-11T02:48:37.136Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:37.136Z] d1857b6a6f81: Preparing [2025-07-11T02:48:37.136Z] bc2f0636aabe: Preparing [2025-07-11T02:48:37.136Z] 8a66b239f1d5: Preparing [2025-07-11T02:48:37.136Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:37.136Z] d1857b6a6f81: Waiting [2025-07-11T02:48:37.136Z] bc2f0636aabe: Waiting [2025-07-11T02:48:37.136Z] 8a66b239f1d5: Waiting [2025-07-11T02:48:37.136Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:37.136Z] 8e2528723ddd: Waiting [2025-07-11T02:48:37.136Z] 37505a67b00e: Waiting [2025-07-11T02:48:37.136Z] 2f5ae85f36b1: Waiting [2025-07-11T02:48:37.136Z] f015cdfc9848: Layer already exists [2025-07-11T02:48:37.136Z] 82c4e784b070: Layer already exists [2025-07-11T02:48:37.136Z] b3caf9a35a26: Layer already exists [2025-07-11T02:48:37.136Z] 7d823052dec1: Layer already exists [2025-07-11T02:48:37.136Z] 171f1111b8b1: Layer already exists [2025-07-11T02:48:37.136Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:37.136Z] 8e2528723ddd: Layer already exists [2025-07-11T02:48:37.136Z] 37505a67b00e: Layer already exists [2025-07-11T02:48:37.136Z] bc2f0636aabe: Layer already exists [2025-07-11T02:48:37.136Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:37.136Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:37.136Z] 8a66b239f1d5: Layer already exists [2025-07-11T02:48:37.136Z] latest: digest: sha256:248f2bc8091ef19fbfa963433f5f1373108fb8ab7b4700857f7d147f8476efd9 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:37.495Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:38.597Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.40 [2025-07-11T02:48:38.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-07-11T02:48:38.597Z] 82c4e784b070: Preparing [2025-07-11T02:48:38.597Z] f015cdfc9848: Preparing [2025-07-11T02:48:38.597Z] b3caf9a35a26: Preparing [2025-07-11T02:48:38.597Z] 171f1111b8b1: Preparing [2025-07-11T02:48:38.597Z] 7d823052dec1: Preparing [2025-07-11T02:48:38.597Z] 8e2528723ddd: Preparing [2025-07-11T02:48:38.597Z] 37505a67b00e: Preparing [2025-07-11T02:48:38.597Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:38.597Z] d1857b6a6f81: Preparing [2025-07-11T02:48:38.597Z] bc2f0636aabe: Preparing [2025-07-11T02:48:38.597Z] 8a66b239f1d5: Preparing [2025-07-11T02:48:38.597Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:38.597Z] 8e2528723ddd: Waiting [2025-07-11T02:48:38.597Z] bc2f0636aabe: Waiting [2025-07-11T02:48:38.597Z] 37505a67b00e: Waiting [2025-07-11T02:48:38.597Z] 8a66b239f1d5: Waiting [2025-07-11T02:48:38.597Z] 2f5ae85f36b1: Waiting [2025-07-11T02:48:38.597Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:38.597Z] d1857b6a6f81: Waiting [2025-07-11T02:48:38.597Z] 7d823052dec1: Layer already exists [2025-07-11T02:48:38.597Z] 171f1111b8b1: Layer already exists [2025-07-11T02:48:38.597Z] 82c4e784b070: Layer already exists [2025-07-11T02:48:38.597Z] f015cdfc9848: Layer already exists [2025-07-11T02:48:38.597Z] b3caf9a35a26: Layer already exists [2025-07-11T02:48:38.597Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:38.597Z] 8e2528723ddd: Layer already exists [2025-07-11T02:48:38.597Z] 37505a67b00e: Layer already exists [2025-07-11T02:48:38.597Z] bc2f0636aabe: Layer already exists [2025-07-11T02:48:38.597Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:39.565Z] 8a66b239f1d5: Layer already exists [2025-07-11T02:48:39.565Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:39.565Z] 4.1.0-dev.40: digest: sha256:248f2bc8091ef19fbfa963433f5f1373108fb8ab7b4700857f7d147f8476efd9 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:39.916Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:40.265Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:48:40.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-07-11T02:48:40.265Z] 82c4e784b070: Preparing [2025-07-11T02:48:40.265Z] f015cdfc9848: Preparing [2025-07-11T02:48:40.265Z] b3caf9a35a26: Preparing [2025-07-11T02:48:40.265Z] 171f1111b8b1: Preparing [2025-07-11T02:48:40.265Z] 7d823052dec1: Preparing [2025-07-11T02:48:40.265Z] 8e2528723ddd: Preparing [2025-07-11T02:48:40.265Z] 37505a67b00e: Preparing [2025-07-11T02:48:40.265Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:40.265Z] d1857b6a6f81: Preparing [2025-07-11T02:48:40.265Z] bc2f0636aabe: Preparing [2025-07-11T02:48:40.265Z] 8a66b239f1d5: Preparing [2025-07-11T02:48:40.265Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:40.265Z] 2f5ae85f36b1: Waiting [2025-07-11T02:48:40.265Z] d1857b6a6f81: Waiting [2025-07-11T02:48:40.265Z] bc2f0636aabe: Waiting [2025-07-11T02:48:40.265Z] 8a66b239f1d5: Waiting [2025-07-11T02:48:40.265Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:40.265Z] 8e2528723ddd: Waiting [2025-07-11T02:48:40.265Z] 37505a67b00e: Waiting [2025-07-11T02:48:40.265Z] b3caf9a35a26: Layer already exists [2025-07-11T02:48:40.265Z] 171f1111b8b1: Layer already exists [2025-07-11T02:48:40.265Z] 82c4e784b070: Layer already exists [2025-07-11T02:48:40.265Z] 7d823052dec1: Layer already exists [2025-07-11T02:48:40.265Z] f015cdfc9848: Layer already exists [2025-07-11T02:48:40.265Z] 37505a67b00e: Layer already exists [2025-07-11T02:48:40.265Z] 8e2528723ddd: Layer already exists [2025-07-11T02:48:40.265Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:40.265Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:40.265Z] bc2f0636aabe: Layer already exists [2025-07-11T02:48:40.265Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:40.265Z] 8a66b239f1d5: Layer already exists [2025-07-11T02:48:40.531Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:248f2bc8091ef19fbfa963433f5f1373108fb8ab7b4700857f7d147f8476efd9 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:40.886Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:41.509Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-07-11T02:48:41.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-07-11T02:48:41.509Z] 82c4e784b070: Preparing [2025-07-11T02:48:41.509Z] f015cdfc9848: Preparing [2025-07-11T02:48:41.509Z] b3caf9a35a26: Preparing [2025-07-11T02:48:41.509Z] 171f1111b8b1: Preparing [2025-07-11T02:48:41.509Z] 7d823052dec1: Preparing [2025-07-11T02:48:41.509Z] 8e2528723ddd: Preparing [2025-07-11T02:48:41.509Z] 37505a67b00e: Preparing [2025-07-11T02:48:41.509Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:41.509Z] d1857b6a6f81: Preparing [2025-07-11T02:48:41.509Z] bc2f0636aabe: Preparing [2025-07-11T02:48:41.509Z] 8a66b239f1d5: Preparing [2025-07-11T02:48:41.509Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:41.509Z] 8e2528723ddd: Waiting [2025-07-11T02:48:41.509Z] 37505a67b00e: Waiting [2025-07-11T02:48:41.509Z] 2f5ae85f36b1: Waiting [2025-07-11T02:48:41.509Z] d1857b6a6f81: Waiting [2025-07-11T02:48:41.509Z] 8a66b239f1d5: Waiting [2025-07-11T02:48:41.509Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:41.509Z] bc2f0636aabe: Waiting [2025-07-11T02:48:41.509Z] f015cdfc9848: Layer already exists [2025-07-11T02:48:41.509Z] 82c4e784b070: Layer already exists [2025-07-11T02:48:41.509Z] 171f1111b8b1: Layer already exists [2025-07-11T02:48:41.509Z] 7d823052dec1: Layer already exists [2025-07-11T02:48:41.509Z] b3caf9a35a26: Layer already exists [2025-07-11T02:48:41.509Z] 8e2528723ddd: Layer already exists [2025-07-11T02:48:41.509Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:41.509Z] 37505a67b00e: Layer already exists [2025-07-11T02:48:41.509Z] bc2f0636aabe: Layer already exists [2025-07-11T02:48:41.509Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:41.509Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:41.509Z] 8a66b239f1d5: Layer already exists [2025-07-11T02:48:41.774Z] main: digest: sha256:248f2bc8091ef19fbfa963433f5f1373108fb8ab7b4700857f7d147f8476efd9 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:48:41.861Z] ===================================================== [Pipeline] echo [2025-07-11T02:48:41.874Z] taggedImages: [2025-07-11T02:48:41.874Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:48:41.874Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-07-11T02:48:41.874Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.40 [2025-07-11T02:48:41.874Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:48:41.874Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-07-11T02:48:41.901Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-07-11T02:48:41.901Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:48:41.901Z] latest [2025-07-11T02:48:41.901Z] 4.1.0-dev.40 [2025-07-11T02:48:41.901Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:48:41.901Z] main [2025-07-11T02:48:41.901Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:42.271Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:42.630Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:48:42.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-07-11T02:48:42.630Z] cd0e37c08cd2: Preparing [2025-07-11T02:48:42.630Z] 7b78369abc13: Preparing [2025-07-11T02:48:42.630Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:42.630Z] d1857b6a6f81: Preparing [2025-07-11T02:48:42.630Z] 777a692456d7: Preparing [2025-07-11T02:48:42.630Z] 9815943f5476: Preparing [2025-07-11T02:48:42.630Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:42.630Z] 9815943f5476: Waiting [2025-07-11T02:48:42.630Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:42.630Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:42.630Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:42.897Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:42.897Z] cd0e37c08cd2: Pushed [2025-07-11T02:48:44.298Z] 777a692456d7: Pushed [2025-07-11T02:48:44.877Z] 9815943f5476: Pushed [2025-07-11T02:48:50.199Z] 7b78369abc13: Pushed [2025-07-11T02:48:50.199Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:79851c4aad1eb7e42467b18f572ad907bc9e7db7271798170c144afda26618b0 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:50.553Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:50.909Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-07-11T02:48:50.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-07-11T02:48:50.909Z] cd0e37c08cd2: Preparing [2025-07-11T02:48:50.909Z] 7b78369abc13: Preparing [2025-07-11T02:48:50.909Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:50.909Z] d1857b6a6f81: Preparing [2025-07-11T02:48:50.909Z] 777a692456d7: Preparing [2025-07-11T02:48:50.909Z] 9815943f5476: Preparing [2025-07-11T02:48:50.909Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:50.909Z] 9815943f5476: Waiting [2025-07-11T02:48:50.909Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:50.909Z] cd0e37c08cd2: Layer already exists [2025-07-11T02:48:50.909Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:50.909Z] 7b78369abc13: Layer already exists [2025-07-11T02:48:50.909Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:50.909Z] 777a692456d7: Layer already exists [2025-07-11T02:48:50.909Z] 9815943f5476: Layer already exists [2025-07-11T02:48:50.909Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:50.909Z] latest: digest: sha256:79851c4aad1eb7e42467b18f572ad907bc9e7db7271798170c144afda26618b0 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:51.518Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:51.880Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.40 [2025-07-11T02:48:51.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-07-11T02:48:51.880Z] cd0e37c08cd2: Preparing [2025-07-11T02:48:51.880Z] 7b78369abc13: Preparing [2025-07-11T02:48:51.880Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:51.880Z] d1857b6a6f81: Preparing [2025-07-11T02:48:51.880Z] 777a692456d7: Preparing [2025-07-11T02:48:51.880Z] 9815943f5476: Preparing [2025-07-11T02:48:51.880Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:51.880Z] 9815943f5476: Waiting [2025-07-11T02:48:51.880Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:51.880Z] 777a692456d7: Layer already exists [2025-07-11T02:48:51.880Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:51.880Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:51.880Z] cd0e37c08cd2: Layer already exists [2025-07-11T02:48:51.880Z] 7b78369abc13: Layer already exists [2025-07-11T02:48:51.880Z] 9815943f5476: Layer already exists [2025-07-11T02:48:51.880Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:52.144Z] 4.1.0-dev.40: digest: sha256:79851c4aad1eb7e42467b18f572ad907bc9e7db7271798170c144afda26618b0 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:52.508Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:52.868Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:48:52.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-07-11T02:48:52.868Z] cd0e37c08cd2: Preparing [2025-07-11T02:48:52.868Z] 7b78369abc13: Preparing [2025-07-11T02:48:52.868Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:52.868Z] d1857b6a6f81: Preparing [2025-07-11T02:48:52.868Z] 777a692456d7: Preparing [2025-07-11T02:48:52.868Z] 9815943f5476: Preparing [2025-07-11T02:48:52.868Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:52.868Z] 9815943f5476: Waiting [2025-07-11T02:48:52.868Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:52.868Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:52.868Z] 7b78369abc13: Layer already exists [2025-07-11T02:48:52.868Z] cd0e37c08cd2: Layer already exists [2025-07-11T02:48:52.868Z] 777a692456d7: Layer already exists [2025-07-11T02:48:52.868Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:52.868Z] 9815943f5476: Layer already exists [2025-07-11T02:48:52.868Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:52.868Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:79851c4aad1eb7e42467b18f572ad907bc9e7db7271798170c144afda26618b0 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:53.222Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:53.567Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-07-11T02:48:53.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-07-11T02:48:53.567Z] cd0e37c08cd2: Preparing [2025-07-11T02:48:53.567Z] 7b78369abc13: Preparing [2025-07-11T02:48:53.567Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:53.567Z] d1857b6a6f81: Preparing [2025-07-11T02:48:53.567Z] 777a692456d7: Preparing [2025-07-11T02:48:53.567Z] 9815943f5476: Preparing [2025-07-11T02:48:53.567Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:53.567Z] 9815943f5476: Waiting [2025-07-11T02:48:53.567Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:53.567Z] cd0e37c08cd2: Layer already exists [2025-07-11T02:48:53.567Z] 7b78369abc13: Layer already exists [2025-07-11T02:48:53.567Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:53.567Z] 777a692456d7: Layer already exists [2025-07-11T02:48:53.567Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:53.567Z] 9815943f5476: Layer already exists [2025-07-11T02:48:53.567Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:53.567Z] main: digest: sha256:79851c4aad1eb7e42467b18f572ad907bc9e7db7271798170c144afda26618b0 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:48:53.921Z] ===================================================== [Pipeline] echo [2025-07-11T02:48:53.934Z] taggedImages: [2025-07-11T02:48:53.934Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:48:53.934Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-07-11T02:48:53.934Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.40 [2025-07-11T02:48:53.934Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:48:53.934Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-07-11T02:48:53.956Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-07-11T02:48:53.956Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:48:53.956Z] latest [2025-07-11T02:48:53.956Z] 4.1.0-dev.40 [2025-07-11T02:48:53.956Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:48:53.956Z] main [2025-07-11T02:48:53.956Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:54.327Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:48:54.681Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:48:54.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-07-11T02:48:54.681Z] 34e8a9cea3be: Preparing [2025-07-11T02:48:54.681Z] e0a49a27906b: Preparing [2025-07-11T02:48:54.681Z] d9ca613935e9: Preparing [2025-07-11T02:48:54.681Z] 2f5ae85f36b1: Preparing [2025-07-11T02:48:54.681Z] d1857b6a6f81: Preparing [2025-07-11T02:48:54.681Z] 7142bf4f59b2: Preparing [2025-07-11T02:48:54.681Z] 1238e2f8aff5: Preparing [2025-07-11T02:48:54.681Z] 0cb3d1490e7e: Preparing [2025-07-11T02:48:54.681Z] 9b080e60bbb7: Preparing [2025-07-11T02:48:54.681Z] dd9c8f8612c8: Preparing [2025-07-11T02:48:54.681Z] 1238e2f8aff5: Waiting [2025-07-11T02:48:54.681Z] 0cb3d1490e7e: Waiting [2025-07-11T02:48:54.681Z] 9b080e60bbb7: Waiting [2025-07-11T02:48:54.681Z] dd9c8f8612c8: Waiting [2025-07-11T02:48:54.681Z] 7142bf4f59b2: Waiting [2025-07-11T02:48:54.681Z] d1857b6a6f81: Layer already exists [2025-07-11T02:48:54.681Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:48:54.946Z] e0a49a27906b: Pushed [2025-07-11T02:48:54.946Z] d9ca613935e9: Pushed [2025-07-11T02:48:54.946Z] 34e8a9cea3be: Pushed [2025-07-11T02:48:54.946Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:48:54.946Z] 0cb3d1490e7e: Pushed [2025-07-11T02:48:57.512Z] 9b080e60bbb7: Pushed [2025-07-11T02:49:05.690Z] 1238e2f8aff5: Pushed [2025-07-11T02:49:17.959Z] 7142bf4f59b2: Pushed [2025-07-11T02:49:17.959Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:78c32e790c4a1f39902d47ab0856c7f287db970fa212e246619334129c8dc0c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:18.310Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:18.649Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-07-11T02:49:18.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-07-11T02:49:18.650Z] 34e8a9cea3be: Preparing [2025-07-11T02:49:18.650Z] e0a49a27906b: Preparing [2025-07-11T02:49:18.650Z] d9ca613935e9: Preparing [2025-07-11T02:49:18.650Z] 2f5ae85f36b1: Preparing [2025-07-11T02:49:18.650Z] d1857b6a6f81: Preparing [2025-07-11T02:49:18.650Z] 7142bf4f59b2: Preparing [2025-07-11T02:49:18.650Z] 1238e2f8aff5: Preparing [2025-07-11T02:49:18.650Z] 0cb3d1490e7e: Preparing [2025-07-11T02:49:18.650Z] 9b080e60bbb7: Preparing [2025-07-11T02:49:18.650Z] dd9c8f8612c8: Preparing [2025-07-11T02:49:18.650Z] 7142bf4f59b2: Waiting [2025-07-11T02:49:18.650Z] 1238e2f8aff5: Waiting [2025-07-11T02:49:18.650Z] 0cb3d1490e7e: Waiting [2025-07-11T02:49:18.650Z] dd9c8f8612c8: Waiting [2025-07-11T02:49:18.650Z] 9b080e60bbb7: Waiting [2025-07-11T02:49:18.650Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:49:18.650Z] d9ca613935e9: Layer already exists [2025-07-11T02:49:18.650Z] e0a49a27906b: Layer already exists [2025-07-11T02:49:18.650Z] 34e8a9cea3be: Layer already exists [2025-07-11T02:49:18.650Z] d1857b6a6f81: Layer already exists [2025-07-11T02:49:18.650Z] 1238e2f8aff5: Layer already exists [2025-07-11T02:49:18.650Z] 7142bf4f59b2: Layer already exists [2025-07-11T02:49:18.650Z] 0cb3d1490e7e: Layer already exists [2025-07-11T02:49:18.650Z] 9b080e60bbb7: Layer already exists [2025-07-11T02:49:18.650Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:49:18.912Z] latest: digest: sha256:78c32e790c4a1f39902d47ab0856c7f287db970fa212e246619334129c8dc0c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:19.265Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:19.618Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.40 [2025-07-11T02:49:19.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-07-11T02:49:19.618Z] 34e8a9cea3be: Preparing [2025-07-11T02:49:19.618Z] e0a49a27906b: Preparing [2025-07-11T02:49:19.618Z] d9ca613935e9: Preparing [2025-07-11T02:49:19.618Z] 2f5ae85f36b1: Preparing [2025-07-11T02:49:19.618Z] d1857b6a6f81: Preparing [2025-07-11T02:49:19.618Z] 7142bf4f59b2: Preparing [2025-07-11T02:49:19.618Z] 1238e2f8aff5: Preparing [2025-07-11T02:49:19.618Z] 0cb3d1490e7e: Preparing [2025-07-11T02:49:19.618Z] 9b080e60bbb7: Preparing [2025-07-11T02:49:19.618Z] dd9c8f8612c8: Preparing [2025-07-11T02:49:19.618Z] 7142bf4f59b2: Waiting [2025-07-11T02:49:19.618Z] 1238e2f8aff5: Waiting [2025-07-11T02:49:19.618Z] 0cb3d1490e7e: Waiting [2025-07-11T02:49:19.618Z] 9b080e60bbb7: Waiting [2025-07-11T02:49:19.618Z] dd9c8f8612c8: Waiting [2025-07-11T02:49:19.618Z] d9ca613935e9: Layer already exists [2025-07-11T02:49:19.618Z] d1857b6a6f81: Layer already exists [2025-07-11T02:49:19.618Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:49:19.618Z] e0a49a27906b: Layer already exists [2025-07-11T02:49:19.618Z] 34e8a9cea3be: Layer already exists [2025-07-11T02:49:19.618Z] 7142bf4f59b2: Layer already exists [2025-07-11T02:49:19.618Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:49:19.618Z] 1238e2f8aff5: Layer already exists [2025-07-11T02:49:19.618Z] 0cb3d1490e7e: Layer already exists [2025-07-11T02:49:19.618Z] 9b080e60bbb7: Layer already exists [2025-07-11T02:49:19.883Z] 4.1.0-dev.40: digest: sha256:78c32e790c4a1f39902d47ab0856c7f287db970fa212e246619334129c8dc0c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:20.238Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:20.580Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:49:20.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-07-11T02:49:20.580Z] 34e8a9cea3be: Preparing [2025-07-11T02:49:20.580Z] e0a49a27906b: Preparing [2025-07-11T02:49:20.580Z] d9ca613935e9: Preparing [2025-07-11T02:49:20.580Z] 2f5ae85f36b1: Preparing [2025-07-11T02:49:20.580Z] d1857b6a6f81: Preparing [2025-07-11T02:49:20.580Z] 7142bf4f59b2: Preparing [2025-07-11T02:49:20.580Z] 1238e2f8aff5: Preparing [2025-07-11T02:49:20.580Z] 0cb3d1490e7e: Preparing [2025-07-11T02:49:20.580Z] 9b080e60bbb7: Preparing [2025-07-11T02:49:20.580Z] dd9c8f8612c8: Preparing [2025-07-11T02:49:20.580Z] 1238e2f8aff5: Waiting [2025-07-11T02:49:20.580Z] 9b080e60bbb7: Waiting [2025-07-11T02:49:20.580Z] 0cb3d1490e7e: Waiting [2025-07-11T02:49:20.580Z] dd9c8f8612c8: Waiting [2025-07-11T02:49:20.580Z] 7142bf4f59b2: Waiting [2025-07-11T02:49:20.580Z] e0a49a27906b: Layer already exists [2025-07-11T02:49:20.580Z] 34e8a9cea3be: Layer already exists [2025-07-11T02:49:20.580Z] d9ca613935e9: Layer already exists [2025-07-11T02:49:20.580Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:49:20.580Z] d1857b6a6f81: Layer already exists [2025-07-11T02:49:20.580Z] 0cb3d1490e7e: Layer already exists [2025-07-11T02:49:20.580Z] 9b080e60bbb7: Layer already exists [2025-07-11T02:49:20.580Z] 1238e2f8aff5: Layer already exists [2025-07-11T02:49:20.580Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:49:20.580Z] 7142bf4f59b2: Layer already exists [2025-07-11T02:49:20.844Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:78c32e790c4a1f39902d47ab0856c7f287db970fa212e246619334129c8dc0c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:21.198Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:21.545Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-07-11T02:49:21.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-07-11T02:49:21.545Z] 34e8a9cea3be: Preparing [2025-07-11T02:49:21.545Z] e0a49a27906b: Preparing [2025-07-11T02:49:21.545Z] d9ca613935e9: Preparing [2025-07-11T02:49:21.545Z] 2f5ae85f36b1: Preparing [2025-07-11T02:49:21.545Z] d1857b6a6f81: Preparing [2025-07-11T02:49:21.545Z] 7142bf4f59b2: Preparing [2025-07-11T02:49:21.545Z] 1238e2f8aff5: Preparing [2025-07-11T02:49:21.545Z] 0cb3d1490e7e: Preparing [2025-07-11T02:49:21.545Z] 9b080e60bbb7: Preparing [2025-07-11T02:49:21.545Z] dd9c8f8612c8: Preparing [2025-07-11T02:49:21.545Z] 0cb3d1490e7e: Waiting [2025-07-11T02:49:21.545Z] 7142bf4f59b2: Waiting [2025-07-11T02:49:21.545Z] 9b080e60bbb7: Waiting [2025-07-11T02:49:21.545Z] dd9c8f8612c8: Waiting [2025-07-11T02:49:21.545Z] 1238e2f8aff5: Waiting [2025-07-11T02:49:21.545Z] 34e8a9cea3be: Layer already exists [2025-07-11T02:49:21.545Z] d1857b6a6f81: Layer already exists [2025-07-11T02:49:21.545Z] d9ca613935e9: Layer already exists [2025-07-11T02:49:21.545Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:49:21.545Z] e0a49a27906b: Layer already exists [2025-07-11T02:49:21.545Z] 1238e2f8aff5: Layer already exists [2025-07-11T02:49:21.545Z] 7142bf4f59b2: Layer already exists [2025-07-11T02:49:21.545Z] 9b080e60bbb7: Layer already exists [2025-07-11T02:49:21.545Z] 0cb3d1490e7e: Layer already exists [2025-07-11T02:49:21.546Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:49:21.546Z] main: digest: sha256:78c32e790c4a1f39902d47ab0856c7f287db970fa212e246619334129c8dc0c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:49:21.902Z] ===================================================== [Pipeline] echo [2025-07-11T02:49:21.922Z] taggedImages: [2025-07-11T02:49:21.922Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:49:21.922Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-07-11T02:49:21.922Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.40 [2025-07-11T02:49:21.922Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:49:21.922Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-07-11T02:49:21.952Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-07-11T02:49:21.952Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:49:21.952Z] latest [2025-07-11T02:49:21.952Z] 4.1.0-dev.40 [2025-07-11T02:49:21.952Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:49:21.952Z] main [2025-07-11T02:49:21.952Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:22.325Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:22.672Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:49:22.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-07-11T02:49:22.672Z] 19a58324c06e: Preparing [2025-07-11T02:49:22.672Z] d0c7539110fa: Preparing [2025-07-11T02:49:22.672Z] 6ad00745b661: Preparing [2025-07-11T02:49:22.672Z] 2f5ae85f36b1: Preparing [2025-07-11T02:49:22.672Z] d1857b6a6f81: Preparing [2025-07-11T02:49:22.672Z] 1fdef7f4fa58: Preparing [2025-07-11T02:49:22.672Z] 7e258d57fe9d: Preparing [2025-07-11T02:49:22.672Z] 04e129d23ce7: Preparing [2025-07-11T02:49:22.672Z] dd9c8f8612c8: Preparing [2025-07-11T02:49:22.672Z] 7e258d57fe9d: Waiting [2025-07-11T02:49:22.672Z] 04e129d23ce7: Waiting [2025-07-11T02:49:22.672Z] dd9c8f8612c8: Waiting [2025-07-11T02:49:22.672Z] 1fdef7f4fa58: Waiting [2025-07-11T02:49:22.672Z] d1857b6a6f81: Layer already exists [2025-07-11T02:49:22.672Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:49:22.935Z] d0c7539110fa: Pushed [2025-07-11T02:49:22.935Z] 6ad00745b661: Pushed [2025-07-11T02:49:22.935Z] 19a58324c06e: Pushed [2025-07-11T02:49:22.935Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:49:23.510Z] 04e129d23ce7: Pushed [2025-07-11T02:49:24.087Z] 7e258d57fe9d: Pushed [2025-07-11T02:49:50.852Z] 1fdef7f4fa58: Pushed [2025-07-11T02:49:50.852Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:8734abf5eae3f6359184e2336fadab4159bd357e5fa165b8165e78c303e5678e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:51.226Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:51.574Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-07-11T02:49:51.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-07-11T02:49:51.574Z] 19a58324c06e: Preparing [2025-07-11T02:49:51.574Z] d0c7539110fa: Preparing [2025-07-11T02:49:51.574Z] 6ad00745b661: Preparing [2025-07-11T02:49:51.574Z] 2f5ae85f36b1: Preparing [2025-07-11T02:49:51.574Z] d1857b6a6f81: Preparing [2025-07-11T02:49:51.574Z] 1fdef7f4fa58: Preparing [2025-07-11T02:49:51.574Z] 7e258d57fe9d: Preparing [2025-07-11T02:49:51.574Z] 04e129d23ce7: Preparing [2025-07-11T02:49:51.574Z] 1fdef7f4fa58: Waiting [2025-07-11T02:49:51.574Z] dd9c8f8612c8: Preparing [2025-07-11T02:49:51.574Z] 7e258d57fe9d: Waiting [2025-07-11T02:49:51.574Z] 04e129d23ce7: Waiting [2025-07-11T02:49:51.574Z] dd9c8f8612c8: Waiting [2025-07-11T02:49:51.574Z] d1857b6a6f81: Layer already exists [2025-07-11T02:49:51.574Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:49:51.574Z] 19a58324c06e: Layer already exists [2025-07-11T02:49:51.574Z] d0c7539110fa: Layer already exists [2025-07-11T02:49:51.574Z] 6ad00745b661: Layer already exists [2025-07-11T02:49:51.574Z] 04e129d23ce7: Layer already exists [2025-07-11T02:49:51.574Z] 1fdef7f4fa58: Layer already exists [2025-07-11T02:49:51.574Z] 7e258d57fe9d: Layer already exists [2025-07-11T02:49:51.574Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:49:51.838Z] latest: digest: sha256:8734abf5eae3f6359184e2336fadab4159bd357e5fa165b8165e78c303e5678e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:52.186Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:52.540Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.40 [2025-07-11T02:49:52.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-07-11T02:49:52.540Z] 19a58324c06e: Preparing [2025-07-11T02:49:52.540Z] d0c7539110fa: Preparing [2025-07-11T02:49:52.540Z] 6ad00745b661: Preparing [2025-07-11T02:49:52.540Z] 2f5ae85f36b1: Preparing [2025-07-11T02:49:52.540Z] d1857b6a6f81: Preparing [2025-07-11T02:49:52.540Z] 1fdef7f4fa58: Preparing [2025-07-11T02:49:52.540Z] 7e258d57fe9d: Preparing [2025-07-11T02:49:52.540Z] 04e129d23ce7: Preparing [2025-07-11T02:49:52.540Z] dd9c8f8612c8: Preparing [2025-07-11T02:49:52.540Z] 1fdef7f4fa58: Waiting [2025-07-11T02:49:52.540Z] 7e258d57fe9d: Waiting [2025-07-11T02:49:52.540Z] 04e129d23ce7: Waiting [2025-07-11T02:49:52.540Z] dd9c8f8612c8: Waiting [2025-07-11T02:49:52.540Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:49:52.540Z] d1857b6a6f81: Layer already exists [2025-07-11T02:49:52.540Z] 6ad00745b661: Layer already exists [2025-07-11T02:49:52.540Z] 19a58324c06e: Layer already exists [2025-07-11T02:49:52.540Z] d0c7539110fa: Layer already exists [2025-07-11T02:49:52.540Z] 1fdef7f4fa58: Layer already exists [2025-07-11T02:49:52.540Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:49:52.540Z] 04e129d23ce7: Layer already exists [2025-07-11T02:49:52.540Z] 7e258d57fe9d: Layer already exists [2025-07-11T02:49:52.804Z] 4.1.0-dev.40: digest: sha256:8734abf5eae3f6359184e2336fadab4159bd357e5fa165b8165e78c303e5678e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:53.152Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:53.515Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:49:53.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-07-11T02:49:53.515Z] 19a58324c06e: Preparing [2025-07-11T02:49:53.515Z] d0c7539110fa: Preparing [2025-07-11T02:49:53.515Z] 6ad00745b661: Preparing [2025-07-11T02:49:53.515Z] 2f5ae85f36b1: Preparing [2025-07-11T02:49:53.515Z] d1857b6a6f81: Preparing [2025-07-11T02:49:53.515Z] 1fdef7f4fa58: Preparing [2025-07-11T02:49:53.515Z] 7e258d57fe9d: Preparing [2025-07-11T02:49:53.515Z] 04e129d23ce7: Preparing [2025-07-11T02:49:53.515Z] dd9c8f8612c8: Preparing [2025-07-11T02:49:53.515Z] 1fdef7f4fa58: Waiting [2025-07-11T02:49:53.515Z] 7e258d57fe9d: Waiting [2025-07-11T02:49:53.515Z] 04e129d23ce7: Waiting [2025-07-11T02:49:53.515Z] dd9c8f8612c8: Waiting [2025-07-11T02:49:53.515Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:49:53.515Z] d0c7539110fa: Layer already exists [2025-07-11T02:49:53.515Z] 6ad00745b661: Layer already exists [2025-07-11T02:49:53.515Z] d1857b6a6f81: Layer already exists [2025-07-11T02:49:53.515Z] 19a58324c06e: Layer already exists [2025-07-11T02:49:53.515Z] 7e258d57fe9d: Layer already exists [2025-07-11T02:49:53.515Z] 04e129d23ce7: Layer already exists [2025-07-11T02:49:53.515Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:49:53.515Z] 1fdef7f4fa58: Layer already exists [2025-07-11T02:49:53.515Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:8734abf5eae3f6359184e2336fadab4159bd357e5fa165b8165e78c303e5678e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:53.865Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:54.214Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-07-11T02:49:54.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-07-11T02:49:54.214Z] 19a58324c06e: Preparing [2025-07-11T02:49:54.214Z] d0c7539110fa: Preparing [2025-07-11T02:49:54.214Z] 6ad00745b661: Preparing [2025-07-11T02:49:54.214Z] 2f5ae85f36b1: Preparing [2025-07-11T02:49:54.214Z] d1857b6a6f81: Preparing [2025-07-11T02:49:54.214Z] 1fdef7f4fa58: Preparing [2025-07-11T02:49:54.214Z] 7e258d57fe9d: Preparing [2025-07-11T02:49:54.214Z] 04e129d23ce7: Preparing [2025-07-11T02:49:54.214Z] dd9c8f8612c8: Preparing [2025-07-11T02:49:54.214Z] 7e258d57fe9d: Waiting [2025-07-11T02:49:54.214Z] 04e129d23ce7: Waiting [2025-07-11T02:49:54.214Z] dd9c8f8612c8: Waiting [2025-07-11T02:49:54.214Z] 1fdef7f4fa58: Waiting [2025-07-11T02:49:54.214Z] d0c7539110fa: Layer already exists [2025-07-11T02:49:54.214Z] d1857b6a6f81: Layer already exists [2025-07-11T02:49:54.214Z] 6ad00745b661: Layer already exists [2025-07-11T02:49:54.214Z] 19a58324c06e: Layer already exists [2025-07-11T02:49:54.214Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:49:54.214Z] 1fdef7f4fa58: Layer already exists [2025-07-11T02:49:54.214Z] 04e129d23ce7: Layer already exists [2025-07-11T02:49:54.214Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:49:54.214Z] 7e258d57fe9d: Layer already exists [2025-07-11T02:49:54.479Z] main: digest: sha256:8734abf5eae3f6359184e2336fadab4159bd357e5fa165b8165e78c303e5678e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:49:54.560Z] ===================================================== [Pipeline] echo [2025-07-11T02:49:54.576Z] taggedImages: [2025-07-11T02:49:54.576Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:49:54.576Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-07-11T02:49:54.576Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.40 [2025-07-11T02:49:54.576Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:49:54.576Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-07-11T02:49:54.604Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-07-11T02:49:54.604Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:49:54.604Z] latest [2025-07-11T02:49:54.604Z] 4.1.0-dev.40 [2025-07-11T02:49:54.604Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:49:54.604Z] main [2025-07-11T02:49:54.604Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:54.965Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:49:55.320Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:49:55.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-07-11T02:49:55.320Z] 731ada9d751b: Preparing [2025-07-11T02:49:55.320Z] c97dfa402a28: Preparing [2025-07-11T02:49:55.320Z] dfb41e16a8db: Preparing [2025-07-11T02:49:55.320Z] 2f5ae85f36b1: Preparing [2025-07-11T02:49:55.320Z] d1857b6a6f81: Preparing [2025-07-11T02:49:55.320Z] 0556d7391c79: Preparing [2025-07-11T02:49:55.320Z] 0cb3d1490e7e: Preparing [2025-07-11T02:49:55.320Z] 9b080e60bbb7: Preparing [2025-07-11T02:49:55.320Z] dd9c8f8612c8: Preparing [2025-07-11T02:49:55.320Z] 0556d7391c79: Waiting [2025-07-11T02:49:55.320Z] 0cb3d1490e7e: Waiting [2025-07-11T02:49:55.320Z] 9b080e60bbb7: Waiting [2025-07-11T02:49:55.320Z] dd9c8f8612c8: Waiting [2025-07-11T02:49:55.320Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:49:55.320Z] d1857b6a6f81: Layer already exists [2025-07-11T02:49:55.584Z] 0cb3d1490e7e: Layer already exists [2025-07-11T02:49:55.584Z] 731ada9d751b: Pushed [2025-07-11T02:49:55.584Z] 9b080e60bbb7: Layer already exists [2025-07-11T02:49:55.584Z] dfb41e16a8db: Pushed [2025-07-11T02:49:55.584Z] c97dfa402a28: Pushed [2025-07-11T02:49:55.584Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:50:22.214Z] 0556d7391c79: Pushed [2025-07-11T02:50:22.214Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:48f51dfbe38ba40164f9c43f979bc037717c2e087d85def53be8798f70376b87 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:22.569Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:22.998Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-07-11T02:50:22.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-07-11T02:50:22.998Z] 731ada9d751b: Preparing [2025-07-11T02:50:22.998Z] c97dfa402a28: Preparing [2025-07-11T02:50:22.998Z] dfb41e16a8db: Preparing [2025-07-11T02:50:22.998Z] 2f5ae85f36b1: Preparing [2025-07-11T02:50:22.998Z] d1857b6a6f81: Preparing [2025-07-11T02:50:22.998Z] 0556d7391c79: Preparing [2025-07-11T02:50:22.998Z] 0cb3d1490e7e: Preparing [2025-07-11T02:50:22.998Z] 9b080e60bbb7: Preparing [2025-07-11T02:50:22.998Z] dd9c8f8612c8: Preparing [2025-07-11T02:50:22.998Z] 0cb3d1490e7e: Waiting [2025-07-11T02:50:22.998Z] 9b080e60bbb7: Waiting [2025-07-11T02:50:22.998Z] dd9c8f8612c8: Waiting [2025-07-11T02:50:22.998Z] 0556d7391c79: Waiting [2025-07-11T02:50:22.998Z] d1857b6a6f81: Layer already exists [2025-07-11T02:50:22.998Z] 731ada9d751b: Layer already exists [2025-07-11T02:50:22.998Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:50:22.998Z] dfb41e16a8db: Layer already exists [2025-07-11T02:50:22.998Z] c97dfa402a28: Layer already exists [2025-07-11T02:50:22.998Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:50:22.998Z] 0cb3d1490e7e: Layer already exists [2025-07-11T02:50:22.998Z] 0556d7391c79: Layer already exists [2025-07-11T02:50:22.998Z] 9b080e60bbb7: Layer already exists [2025-07-11T02:50:23.261Z] latest: digest: sha256:48f51dfbe38ba40164f9c43f979bc037717c2e087d85def53be8798f70376b87 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:23.599Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:23.940Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.40 [2025-07-11T02:50:23.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-07-11T02:50:23.940Z] 731ada9d751b: Preparing [2025-07-11T02:50:23.940Z] c97dfa402a28: Preparing [2025-07-11T02:50:23.940Z] dfb41e16a8db: Preparing [2025-07-11T02:50:23.940Z] 2f5ae85f36b1: Preparing [2025-07-11T02:50:23.940Z] d1857b6a6f81: Preparing [2025-07-11T02:50:23.940Z] 0556d7391c79: Preparing [2025-07-11T02:50:23.940Z] 0cb3d1490e7e: Preparing [2025-07-11T02:50:23.940Z] 9b080e60bbb7: Preparing [2025-07-11T02:50:23.940Z] dd9c8f8612c8: Preparing [2025-07-11T02:50:23.940Z] 0cb3d1490e7e: Waiting [2025-07-11T02:50:23.940Z] 0556d7391c79: Waiting [2025-07-11T02:50:23.940Z] 9b080e60bbb7: Waiting [2025-07-11T02:50:23.940Z] dd9c8f8612c8: Waiting [2025-07-11T02:50:23.940Z] d1857b6a6f81: Layer already exists [2025-07-11T02:50:23.940Z] dfb41e16a8db: Layer already exists [2025-07-11T02:50:23.940Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:50:23.940Z] c97dfa402a28: Layer already exists [2025-07-11T02:50:23.940Z] 731ada9d751b: Layer already exists [2025-07-11T02:50:23.940Z] 0556d7391c79: Layer already exists [2025-07-11T02:50:23.940Z] 0cb3d1490e7e: Layer already exists [2025-07-11T02:50:23.940Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:50:23.940Z] 9b080e60bbb7: Layer already exists [2025-07-11T02:50:24.205Z] 4.1.0-dev.40: digest: sha256:48f51dfbe38ba40164f9c43f979bc037717c2e087d85def53be8798f70376b87 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:24.553Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:24.890Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:50:24.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-07-11T02:50:24.890Z] 731ada9d751b: Preparing [2025-07-11T02:50:24.890Z] c97dfa402a28: Preparing [2025-07-11T02:50:24.890Z] dfb41e16a8db: Preparing [2025-07-11T02:50:24.890Z] 2f5ae85f36b1: Preparing [2025-07-11T02:50:24.890Z] d1857b6a6f81: Preparing [2025-07-11T02:50:24.890Z] 0556d7391c79: Preparing [2025-07-11T02:50:24.890Z] 0cb3d1490e7e: Preparing [2025-07-11T02:50:24.890Z] 0556d7391c79: Waiting [2025-07-11T02:50:24.890Z] 9b080e60bbb7: Preparing [2025-07-11T02:50:24.890Z] 0cb3d1490e7e: Waiting [2025-07-11T02:50:24.890Z] dd9c8f8612c8: Preparing [2025-07-11T02:50:24.890Z] 9b080e60bbb7: Waiting [2025-07-11T02:50:24.890Z] dd9c8f8612c8: Waiting [2025-07-11T02:50:24.890Z] 731ada9d751b: Layer already exists [2025-07-11T02:50:24.890Z] c97dfa402a28: Layer already exists [2025-07-11T02:50:24.890Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:50:24.890Z] dfb41e16a8db: Layer already exists [2025-07-11T02:50:24.890Z] d1857b6a6f81: Layer already exists [2025-07-11T02:50:24.890Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:50:24.890Z] 0cb3d1490e7e: Layer already exists [2025-07-11T02:50:24.890Z] 9b080e60bbb7: Layer already exists [2025-07-11T02:50:24.890Z] 0556d7391c79: Layer already exists [2025-07-11T02:50:25.154Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:48f51dfbe38ba40164f9c43f979bc037717c2e087d85def53be8798f70376b87 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:25.504Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:25.845Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-07-11T02:50:25.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-07-11T02:50:25.845Z] 731ada9d751b: Preparing [2025-07-11T02:50:25.845Z] c97dfa402a28: Preparing [2025-07-11T02:50:25.845Z] dfb41e16a8db: Preparing [2025-07-11T02:50:25.845Z] 2f5ae85f36b1: Preparing [2025-07-11T02:50:25.845Z] d1857b6a6f81: Preparing [2025-07-11T02:50:25.845Z] 0556d7391c79: Preparing [2025-07-11T02:50:25.845Z] 0cb3d1490e7e: Preparing [2025-07-11T02:50:25.845Z] 9b080e60bbb7: Preparing [2025-07-11T02:50:25.845Z] dd9c8f8612c8: Preparing [2025-07-11T02:50:25.845Z] 0556d7391c79: Waiting [2025-07-11T02:50:25.845Z] 0cb3d1490e7e: Waiting [2025-07-11T02:50:25.845Z] 9b080e60bbb7: Waiting [2025-07-11T02:50:25.845Z] dd9c8f8612c8: Waiting [2025-07-11T02:50:25.845Z] 731ada9d751b: Layer already exists [2025-07-11T02:50:25.845Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:50:25.845Z] dfb41e16a8db: Layer already exists [2025-07-11T02:50:25.845Z] d1857b6a6f81: Layer already exists [2025-07-11T02:50:25.845Z] c97dfa402a28: Layer already exists [2025-07-11T02:50:25.845Z] 0556d7391c79: Layer already exists [2025-07-11T02:50:25.845Z] 0cb3d1490e7e: Layer already exists [2025-07-11T02:50:25.845Z] 9b080e60bbb7: Layer already exists [2025-07-11T02:50:25.845Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:50:26.108Z] main: digest: sha256:48f51dfbe38ba40164f9c43f979bc037717c2e087d85def53be8798f70376b87 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:50:26.184Z] ===================================================== [Pipeline] echo [2025-07-11T02:50:26.199Z] taggedImages: [2025-07-11T02:50:26.199Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:50:26.199Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-07-11T02:50:26.199Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.40 [2025-07-11T02:50:26.199Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:50:26.199Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-07-11T02:50:26.237Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-07-11T02:50:26.237Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:50:26.237Z] latest [2025-07-11T02:50:26.237Z] 4.1.0-dev.40 [2025-07-11T02:50:26.237Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:50:26.237Z] main [2025-07-11T02:50:26.237Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:26.599Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:26.946Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:50:26.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-07-11T02:50:26.946Z] ec1ac4a0d1cf: Preparing [2025-07-11T02:50:26.946Z] 49a065dc6948: Preparing [2025-07-11T02:50:26.946Z] 2f5ae85f36b1: Preparing [2025-07-11T02:50:26.946Z] d1857b6a6f81: Preparing [2025-07-11T02:50:26.946Z] e46b2edec903: Preparing [2025-07-11T02:50:26.946Z] 2ab338253368: Preparing [2025-07-11T02:50:26.946Z] dd9c8f8612c8: Preparing [2025-07-11T02:50:26.946Z] 2ab338253368: Waiting [2025-07-11T02:50:26.946Z] dd9c8f8612c8: Waiting [2025-07-11T02:50:27.208Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:50:27.208Z] d1857b6a6f81: Layer already exists [2025-07-11T02:50:27.208Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:50:27.208Z] ec1ac4a0d1cf: Pushed [2025-07-11T02:50:28.602Z] 2ab338253368: Pushed [2025-07-11T02:50:28.602Z] e46b2edec903: Pushed [2025-07-11T02:50:35.207Z] 49a065dc6948: Pushed [2025-07-11T02:50:35.471Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:3b32c09eb967eb55d3497c8ff30753b2bd44c2200508942aa2fddb8b61a83d19 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:35.822Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:36.178Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-07-11T02:50:36.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-07-11T02:50:36.178Z] ec1ac4a0d1cf: Preparing [2025-07-11T02:50:36.178Z] 49a065dc6948: Preparing [2025-07-11T02:50:36.178Z] 2f5ae85f36b1: Preparing [2025-07-11T02:50:36.178Z] d1857b6a6f81: Preparing [2025-07-11T02:50:36.178Z] e46b2edec903: Preparing [2025-07-11T02:50:36.178Z] 2ab338253368: Preparing [2025-07-11T02:50:36.178Z] dd9c8f8612c8: Preparing [2025-07-11T02:50:36.178Z] 2ab338253368: Waiting [2025-07-11T02:50:36.178Z] dd9c8f8612c8: Waiting [2025-07-11T02:50:36.178Z] d1857b6a6f81: Layer already exists [2025-07-11T02:50:36.178Z] e46b2edec903: Layer already exists [2025-07-11T02:50:36.178Z] 49a065dc6948: Layer already exists [2025-07-11T02:50:36.178Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:50:36.178Z] ec1ac4a0d1cf: Layer already exists [2025-07-11T02:50:36.178Z] 2ab338253368: Layer already exists [2025-07-11T02:50:36.178Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:50:36.178Z] latest: digest: sha256:3b32c09eb967eb55d3497c8ff30753b2bd44c2200508942aa2fddb8b61a83d19 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:36.792Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:37.138Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.40 [2025-07-11T02:50:37.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-07-11T02:50:37.138Z] ec1ac4a0d1cf: Preparing [2025-07-11T02:50:37.138Z] 49a065dc6948: Preparing [2025-07-11T02:50:37.138Z] 2f5ae85f36b1: Preparing [2025-07-11T02:50:37.138Z] d1857b6a6f81: Preparing [2025-07-11T02:50:37.138Z] e46b2edec903: Preparing [2025-07-11T02:50:37.138Z] 2ab338253368: Preparing [2025-07-11T02:50:37.138Z] dd9c8f8612c8: Preparing [2025-07-11T02:50:37.138Z] 2ab338253368: Waiting [2025-07-11T02:50:37.138Z] dd9c8f8612c8: Waiting [2025-07-11T02:50:37.138Z] e46b2edec903: Layer already exists [2025-07-11T02:50:37.138Z] 49a065dc6948: Layer already exists [2025-07-11T02:50:37.138Z] ec1ac4a0d1cf: Layer already exists [2025-07-11T02:50:37.138Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:50:37.138Z] d1857b6a6f81: Layer already exists [2025-07-11T02:50:37.138Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:50:37.138Z] 2ab338253368: Layer already exists [2025-07-11T02:50:37.138Z] 4.1.0-dev.40: digest: sha256:3b32c09eb967eb55d3497c8ff30753b2bd44c2200508942aa2fddb8b61a83d19 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:37.763Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:38.110Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:50:38.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-07-11T02:50:38.110Z] ec1ac4a0d1cf: Preparing [2025-07-11T02:50:38.110Z] 49a065dc6948: Preparing [2025-07-11T02:50:38.110Z] 2f5ae85f36b1: Preparing [2025-07-11T02:50:38.110Z] d1857b6a6f81: Preparing [2025-07-11T02:50:38.110Z] e46b2edec903: Preparing [2025-07-11T02:50:38.110Z] 2ab338253368: Preparing [2025-07-11T02:50:38.110Z] dd9c8f8612c8: Preparing [2025-07-11T02:50:38.110Z] 2ab338253368: Waiting [2025-07-11T02:50:38.110Z] dd9c8f8612c8: Waiting [2025-07-11T02:50:38.110Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:50:38.110Z] e46b2edec903: Layer already exists [2025-07-11T02:50:38.110Z] ec1ac4a0d1cf: Layer already exists [2025-07-11T02:50:38.110Z] d1857b6a6f81: Layer already exists [2025-07-11T02:50:38.110Z] 49a065dc6948: Layer already exists [2025-07-11T02:50:38.110Z] 2ab338253368: Layer already exists [2025-07-11T02:50:38.110Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:50:38.373Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:3b32c09eb967eb55d3497c8ff30753b2bd44c2200508942aa2fddb8b61a83d19 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:38.727Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:39.082Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-07-11T02:50:39.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-07-11T02:50:39.082Z] ec1ac4a0d1cf: Preparing [2025-07-11T02:50:39.082Z] 49a065dc6948: Preparing [2025-07-11T02:50:39.082Z] 2f5ae85f36b1: Preparing [2025-07-11T02:50:39.082Z] d1857b6a6f81: Preparing [2025-07-11T02:50:39.082Z] e46b2edec903: Preparing [2025-07-11T02:50:39.082Z] 2ab338253368: Preparing [2025-07-11T02:50:39.082Z] dd9c8f8612c8: Preparing [2025-07-11T02:50:39.082Z] 2ab338253368: Waiting [2025-07-11T02:50:39.082Z] dd9c8f8612c8: Waiting [2025-07-11T02:50:39.082Z] d1857b6a6f81: Layer already exists [2025-07-11T02:50:39.082Z] e46b2edec903: Layer already exists [2025-07-11T02:50:39.082Z] 49a065dc6948: Layer already exists [2025-07-11T02:50:39.082Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:50:39.082Z] ec1ac4a0d1cf: Layer already exists [2025-07-11T02:50:39.082Z] 2ab338253368: Layer already exists [2025-07-11T02:50:39.082Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:50:39.345Z] main: digest: sha256:3b32c09eb967eb55d3497c8ff30753b2bd44c2200508942aa2fddb8b61a83d19 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:50:39.423Z] ===================================================== [Pipeline] echo [2025-07-11T02:50:39.438Z] taggedImages: [2025-07-11T02:50:39.438Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:50:39.438Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-07-11T02:50:39.438Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.40 [2025-07-11T02:50:39.438Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:50:39.438Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-07-11T02:50:39.465Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-07-11T02:50:39.465Z] 1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:50:39.465Z] latest [2025-07-11T02:50:39.465Z] 4.1.0-dev.40 [2025-07-11T02:50:39.465Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:50:39.465Z] main [2025-07-11T02:50:39.465Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:39.825Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:40.182Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:50:40.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-07-11T02:50:40.182Z] 8ee1ddc6a6de: Preparing [2025-07-11T02:50:40.182Z] dbe8476a9f3b: Preparing [2025-07-11T02:50:40.182Z] 2f5ae85f36b1: Preparing [2025-07-11T02:50:40.182Z] d1857b6a6f81: Preparing [2025-07-11T02:50:40.182Z] c9f09290e1a4: Preparing [2025-07-11T02:50:40.182Z] ef190f3060fb: Preparing [2025-07-11T02:50:40.182Z] dd9c8f8612c8: Preparing [2025-07-11T02:50:40.182Z] ef190f3060fb: Waiting [2025-07-11T02:50:40.182Z] dd9c8f8612c8: Waiting [2025-07-11T02:50:40.182Z] d1857b6a6f81: Layer already exists [2025-07-11T02:50:40.182Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:50:40.445Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:50:40.445Z] 8ee1ddc6a6de: Pushed [2025-07-11T02:50:41.020Z] ef190f3060fb: Pushed [2025-07-11T02:50:41.968Z] c9f09290e1a4: Pushed [2025-07-11T02:50:48.575Z] dbe8476a9f3b: Pushed [2025-07-11T02:50:48.575Z] 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:b5fda71265a7cc4f0572b38623aa08188ef79a4a9ef867d7fee23c00eb11b8b8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:48.922Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:49.273Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-07-11T02:50:49.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-07-11T02:50:49.273Z] 8ee1ddc6a6de: Preparing [2025-07-11T02:50:49.273Z] dbe8476a9f3b: Preparing [2025-07-11T02:50:49.273Z] 2f5ae85f36b1: Preparing [2025-07-11T02:50:49.273Z] d1857b6a6f81: Preparing [2025-07-11T02:50:49.273Z] c9f09290e1a4: Preparing [2025-07-11T02:50:49.273Z] ef190f3060fb: Preparing [2025-07-11T02:50:49.273Z] dd9c8f8612c8: Preparing [2025-07-11T02:50:49.273Z] ef190f3060fb: Waiting [2025-07-11T02:50:49.273Z] dd9c8f8612c8: Waiting [2025-07-11T02:50:49.273Z] c9f09290e1a4: Layer already exists [2025-07-11T02:50:49.273Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:50:49.273Z] d1857b6a6f81: Layer already exists [2025-07-11T02:50:49.273Z] 8ee1ddc6a6de: Layer already exists [2025-07-11T02:50:49.273Z] dbe8476a9f3b: Layer already exists [2025-07-11T02:50:49.273Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:50:49.273Z] ef190f3060fb: Layer already exists [2025-07-11T02:50:49.273Z] latest: digest: sha256:b5fda71265a7cc4f0572b38623aa08188ef79a4a9ef867d7fee23c00eb11b8b8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:49.881Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:50.217Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.40 [2025-07-11T02:50:50.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-07-11T02:50:50.217Z] 8ee1ddc6a6de: Preparing [2025-07-11T02:50:50.217Z] dbe8476a9f3b: Preparing [2025-07-11T02:50:50.217Z] 2f5ae85f36b1: Preparing [2025-07-11T02:50:50.217Z] d1857b6a6f81: Preparing [2025-07-11T02:50:50.217Z] c9f09290e1a4: Preparing [2025-07-11T02:50:50.217Z] ef190f3060fb: Preparing [2025-07-11T02:50:50.217Z] dd9c8f8612c8: Preparing [2025-07-11T02:50:50.217Z] ef190f3060fb: Waiting [2025-07-11T02:50:50.217Z] dd9c8f8612c8: Waiting [2025-07-11T02:50:50.217Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:50:50.217Z] dbe8476a9f3b: Layer already exists [2025-07-11T02:50:50.217Z] d1857b6a6f81: Layer already exists [2025-07-11T02:50:50.217Z] 8ee1ddc6a6de: Layer already exists [2025-07-11T02:50:50.217Z] c9f09290e1a4: Layer already exists [2025-07-11T02:50:50.217Z] ef190f3060fb: Layer already exists [2025-07-11T02:50:50.217Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:50:50.217Z] 4.1.0-dev.40: digest: sha256:b5fda71265a7cc4f0572b38623aa08188ef79a4a9ef867d7fee23c00eb11b8b8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:50.564Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:50.901Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:50:50.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-07-11T02:50:50.901Z] 8ee1ddc6a6de: Preparing [2025-07-11T02:50:50.901Z] dbe8476a9f3b: Preparing [2025-07-11T02:50:50.901Z] 2f5ae85f36b1: Preparing [2025-07-11T02:50:50.901Z] d1857b6a6f81: Preparing [2025-07-11T02:50:50.901Z] c9f09290e1a4: Preparing [2025-07-11T02:50:50.901Z] ef190f3060fb: Preparing [2025-07-11T02:50:50.901Z] dd9c8f8612c8: Preparing [2025-07-11T02:50:50.901Z] ef190f3060fb: Waiting [2025-07-11T02:50:50.901Z] dd9c8f8612c8: Waiting [2025-07-11T02:50:50.901Z] c9f09290e1a4: Layer already exists [2025-07-11T02:50:50.901Z] 8ee1ddc6a6de: Layer already exists [2025-07-11T02:50:50.901Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:50:50.901Z] d1857b6a6f81: Layer already exists [2025-07-11T02:50:50.901Z] dbe8476a9f3b: Layer already exists [2025-07-11T02:50:50.901Z] ef190f3060fb: Layer already exists [2025-07-11T02:50:50.901Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:50:50.901Z] 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:b5fda71265a7cc4f0572b38623aa08188ef79a4a9ef867d7fee23c00eb11b8b8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:51.238Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:51.591Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-07-11T02:50:51.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-07-11T02:50:51.591Z] 8ee1ddc6a6de: Preparing [2025-07-11T02:50:51.591Z] dbe8476a9f3b: Preparing [2025-07-11T02:50:51.591Z] 2f5ae85f36b1: Preparing [2025-07-11T02:50:51.591Z] d1857b6a6f81: Preparing [2025-07-11T02:50:51.591Z] c9f09290e1a4: Preparing [2025-07-11T02:50:51.591Z] ef190f3060fb: Preparing [2025-07-11T02:50:51.591Z] dd9c8f8612c8: Preparing [2025-07-11T02:50:51.591Z] ef190f3060fb: Waiting [2025-07-11T02:50:51.591Z] dd9c8f8612c8: Waiting [2025-07-11T02:50:51.591Z] 2f5ae85f36b1: Layer already exists [2025-07-11T02:50:51.591Z] 8ee1ddc6a6de: Layer already exists [2025-07-11T02:50:51.591Z] dbe8476a9f3b: Layer already exists [2025-07-11T02:50:51.591Z] d1857b6a6f81: Layer already exists [2025-07-11T02:50:51.591Z] c9f09290e1a4: Layer already exists [2025-07-11T02:50:51.591Z] dd9c8f8612c8: Layer already exists [2025-07-11T02:50:51.591Z] ef190f3060fb: Layer already exists [2025-07-11T02:50:51.591Z] main: digest: sha256:b5fda71265a7cc4f0572b38623aa08188ef79a4a9ef867d7fee23c00eb11b8b8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-11T02:50:51.931Z] ===================================================== [Pipeline] echo [2025-07-11T02:50:51.949Z] taggedImages: [2025-07-11T02:50:51.949Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [2025-07-11T02:50:51.949Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-07-11T02:50:51.949Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.40 [2025-07-11T02:50:51.949Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [2025-07-11T02:50:51.949Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-07-11T02:50:51.967Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo [2025-07-11T02:50:51.988Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-07-11T02:50:52.005Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.020Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.031Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-07-11T02:50:52.047Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo [2025-07-11T02:50:52.062Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-07-11T02:50:52.078Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.089Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.102Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-07-11T02:50:52.112Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo [2025-07-11T02:50:52.121Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-07-11T02:50:52.134Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.151Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.162Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-07-11T02:50:52.172Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo [2025-07-11T02:50:52.187Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-07-11T02:50:52.199Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.212Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.226Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-07-11T02:50:52.240Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo [2025-07-11T02:50:52.252Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-07-11T02:50:52.264Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.275Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.289Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-07-11T02:50:52.308Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo [2025-07-11T02:50:52.320Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-07-11T02:50:52.332Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.347Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.359Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-07-11T02:50:52.370Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo [2025-07-11T02:50:52.381Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-07-11T02:50:52.394Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.407Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.420Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-07-11T02:50:52.433Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo [2025-07-11T02:50:52.444Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-07-11T02:50:52.457Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.473Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.485Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-07-11T02:50:52.496Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo [2025-07-11T02:50:52.507Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-07-11T02:50:52.517Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.528Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.539Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-07-11T02:50:52.552Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo [2025-07-11T02:50:52.562Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-07-11T02:50:52.577Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.590Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.603Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-07-11T02:50:52.615Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo [2025-07-11T02:50:52.628Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-07-11T02:50:52.640Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.655Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.666Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-07-11T02:50:52.681Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo [2025-07-11T02:50:52.691Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-07-11T02:50:52.705Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.721Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.734Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-07-11T02:50:52.752Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo [2025-07-11T02:50:52.768Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-07-11T02:50:52.781Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.792Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.808Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-07-11T02:50:52.821Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo [2025-07-11T02:50:52.834Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-07-11T02:50:52.845Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.856Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.867Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-07-11T02:50:52.876Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo [2025-07-11T02:50:52.891Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-07-11T02:50:52.909Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.926Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:50:52.936Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:53.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-11T02:50:53.331Z] [2025-07-11T02:50:53.331Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:50:53.652Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-11T02:50:53.652Z] arm64: Pulling from edgex-lftools-log-publisher [2025-07-11T02:50:53.652Z] 8998bd30e6a1: Pulling fs layer [2025-07-11T02:50:53.652Z] 04944245beec: Pulling fs layer [2025-07-11T02:50:53.652Z] 699f458cf7ca: Pulling fs layer [2025-07-11T02:50:53.652Z] 765212b225bb: Pulling fs layer [2025-07-11T02:50:53.652Z] f23df028b6ca: Pulling fs layer [2025-07-11T02:50:53.652Z] d65c8cfc05b1: Pulling fs layer [2025-07-11T02:50:53.652Z] 2437ff75d9bd: Pulling fs layer [2025-07-11T02:50:53.652Z] f23df028b6ca: Waiting [2025-07-11T02:50:53.652Z] d65c8cfc05b1: Waiting [2025-07-11T02:50:53.652Z] 765212b225bb: Waiting [2025-07-11T02:50:53.652Z] 2437ff75d9bd: Waiting [2025-07-11T02:50:53.652Z] 04944245beec: Verifying Checksum [2025-07-11T02:50:53.652Z] 04944245beec: Download complete [2025-07-11T02:50:53.916Z] 765212b225bb: Verifying Checksum [2025-07-11T02:50:53.916Z] 765212b225bb: Download complete [2025-07-11T02:50:53.916Z] f23df028b6ca: Download complete [2025-07-11T02:50:53.916Z] d65c8cfc05b1: Verifying Checksum [2025-07-11T02:50:53.916Z] d65c8cfc05b1: Download complete [2025-07-11T02:50:53.916Z] 699f458cf7ca: Verifying Checksum [2025-07-11T02:50:53.916Z] 699f458cf7ca: Download complete [2025-07-11T02:50:54.494Z] 8998bd30e6a1: Verifying Checksum [2025-07-11T02:50:54.494Z] 8998bd30e6a1: Download complete [2025-07-11T02:50:56.419Z] 2437ff75d9bd: Verifying Checksum [2025-07-11T02:50:56.419Z] 2437ff75d9bd: Download complete [2025-07-11T02:50:58.985Z] 8998bd30e6a1: Pull complete [2025-07-11T02:50:59.249Z] 04944245beec: Pull complete [2025-07-11T02:51:00.652Z] 699f458cf7ca: Pull complete [2025-07-11T02:51:00.917Z] 765212b225bb: Pull complete [2025-07-11T02:51:01.871Z] f23df028b6ca: Pull complete [2025-07-11T02:51:02.135Z] d65c8cfc05b1: Pull complete [2025-07-11T02:51:20.319Z] 2437ff75d9bd: Pull complete [2025-07-11T02:51:20.319Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-07-11T02:51:20.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-11T02:51:20.319Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-11T02:51:20.512Z] prd-ubuntu20.04-docker-arm64-4c-16g-4951 does not seem to be running inside a container [2025-07-11T02:51:20.572Z] $ 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/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-07-11T02:51:23.299Z] $ docker top 0780e81c8095d059597c226c37a1402dc5de16193549b8bc0600eb62c445724f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:51:24.196Z] ---> job-cost.sh [2025-07-11T02:51:24.196Z] lf-activate-venv: SKIPPING [2025-07-11T02:51:24.196Z] INFO: No Stack... [2025-07-11T02:51:24.460Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-07-11T02:51:25.408Z] INFO: Archiving Costs [Pipeline] sh [2025-07-11T02:51:25.729Z] + cat /w/workspace/edgex-go/872/archives/cost.csv [2025-07-11T02:51:25.729Z] + cut -d, -f6 [Pipeline] lock [2025-07-11T02:51:26.027Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-872-stack-cost] [2025-07-11T02:51:26.035Z] Resource [jenkins-edgexfoundry-edgex-go-main-872-stack-cost] did not exist. Created. [2025-07-11T02:51:26.041Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-872-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-11T02:51:26.366Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-07-11T02:51:27.075Z] Stashed 1 file(s) [Pipeline] } [2025-07-11T02:51:27.083Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-872-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-11T02:51:27.112Z] $ docker stop --time=1 0780e81c8095d059597c226c37a1402dc5de16193549b8bc0600eb62c445724f [2025-07-11T02:51:28.631Z] $ docker rm -f --volumes 0780e81c8095d059597c226c37a1402dc5de16193549b8bc0600eb62c445724f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-07-11T02:51:29.234Z] provisioning config files... [2025-07-11T02:51:29.244Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/872@tmp/config2771210839030095225tmp [Pipeline] { [Pipeline] sh [2025-07-11T02:51:29.551Z] + set +x [2025-07-11T02:51:29.551Z] + curl -s https://codecov.io/bash [2025-07-11T02:51:29.551Z] + bash -s -- [2025-07-11T02:51:29.551Z] [2025-07-11T02:51:29.551Z] _____ _ [2025-07-11T02:51:29.551Z] / ____| | | [2025-07-11T02:51:29.551Z] | | ___ __| | ___ ___ _____ __ [2025-07-11T02:51:29.551Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-07-11T02:51:29.551Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-07-11T02:51:29.551Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-07-11T02:51:29.551Z] Bash-1.0.6 [2025-07-11T02:51:29.551Z] [2025-07-11T02:51:29.551Z] [2025-07-11T02:51:29.551Z] ==> git version 2.25.1 found [2025-07-11T02:51:29.551Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-07-11T02:51:29.551Z] Release-Date: 2020-01-08 [2025-07-11T02:51:29.551Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-07-11T02:51:29.551Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-07-11T02:51:29.551Z] ==> Jenkins CI detected. [2025-07-11T02:51:29.551Z] current dir:  /w/workspace/edgex-go/872 [2025-07-11T02:51:29.551Z] project root: . [2025-07-11T02:51:29.551Z] --> token set from env [2025-07-11T02:51:29.551Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-07-11T02:51:29.810Z] ==> Running gcov in . (disable via -X gcov) [2025-07-11T02:51:29.810Z] ==> Python coveragepy not found [2025-07-11T02:51:29.810Z] ==> Searching for coverage reports in: [2025-07-11T02:51:29.810Z] + . [2025-07-11T02:51:29.810Z] -> Found 1 reports [2025-07-11T02:51:29.810Z] ==> Detecting git/mercurial file structure [2025-07-11T02:51:29.810Z] ==> Reading reports [2025-07-11T02:51:29.810Z] + ./coverage.out bytes=1666030 [2025-07-11T02:51:29.810Z] ==> Appending adjustments [2025-07-11T02:51:29.810Z] https://docs.codecov.io/docs/fixing-reports [2025-07-11T02:51:31.186Z] + Found adjustments [2025-07-11T02:51:31.187Z] ==> Gzipping contents [2025-07-11T02:51:31.445Z] 140K /tmp/codecov.BCeRgf.gz [2025-07-11T02:51:31.445Z] ==> Uploading reports [2025-07-11T02:51:31.445Z] url: https://codecov.io [2025-07-11T02:51:31.445Z] query: branch=main&commit=1e4250d9590b5b4a05e18093632e31bfe594a873&build=872&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F872%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-11T02:51:31.445Z] -> Pinging Codecov [2025-07-11T02:51:31.445Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=1e4250d9590b5b4a05e18093632e31bfe594a873&build=872&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F872%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-11T02:51:31.445Z] -> Uploading to [2025-07-11T02:51:31.445Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/1e4250d9590b5b4a05e18093632e31bfe594a873/39486c1f-02fb-4006-bf32-cb4659ac5a72.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250711%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250711T025131Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=948789fad1699eed6bc6d6f7215d4f64d857e406fed1ae5a55d2fcc374a3e3ea [2025-07-11T02:51:31.704Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-11T02:51:31.704Z] Dload Upload Total Spent Left Speed [2025-07-11T02:51:31.964Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 312k --:--:-- --:--:-- --:--:-- 312k [2025-07-11T02:51:31.965Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [2025-07-11T02:51:31.971Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-07-11T02:51:32.210Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-07-11T02:51:32.225Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:51:32.533Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-11T02:51:32.533Z] [2025-07-11T02:51:32.533Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:51:32.844Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-11T02:51:32.844Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-07-11T02:51:32.844Z] 0a9a5dfd008f: Already exists [2025-07-11T02:51:32.844Z] 36466aa92d05: Already exists [2025-07-11T02:51:32.844Z] e10405b45d13: Already exists [2025-07-11T02:51:32.844Z] 096b7ceb2af7: Already exists [2025-07-11T02:51:32.844Z] 4f4fb700ef54: Already exists [2025-07-11T02:51:32.844Z] e50aa161e22a: Pulling fs layer [2025-07-11T02:51:32.844Z] d3c8db5fb9df: Pulling fs layer [2025-07-11T02:51:33.103Z] e50aa161e22a: Download complete [2025-07-11T02:51:33.670Z] e50aa161e22a: Pull complete [2025-07-11T02:51:35.048Z] d3c8db5fb9df: Verifying Checksum [2025-07-11T02:51:35.048Z] d3c8db5fb9df: Download complete [2025-07-11T02:51:38.338Z] d3c8db5fb9df: Pull complete [2025-07-11T02:51:38.338Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-07-11T02:51:38.338Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-11T02:51:38.338Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-11T02:51:38.444Z] prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container [2025-07-11T02:51:38.471Z] $ 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/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-07-11T02:51:40.161Z] $ docker top afbafeb1b005ed5f025bf1371e22fc2c84f600b8e6944b7dfb66b85f5e4f0077 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-11T02:51:40.515Z] + git config --global --add safe.directory /w/workspace/edgex-go/872 [Pipeline] echo [2025-07-11T02:51:40.526Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-07-11T02:51:40.803Z] + set -o pipefail [2025-07-11T02:51:40.804Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-07-11T02:51:53.017Z] [2025-07-11T02:51:53.017Z] Monitoring /w/workspace/edgex-go/872 (github.com/edgexfoundry/edgex-go)... [2025-07-11T02:51:53.017Z] [2025-07-11T02:51:53.017Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/6019aecc-945e-4639-85b1-e47f73038717 [2025-07-11T02:51:53.017Z] [2025-07-11T02:51:53.017Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-07-11T02:51:53.017Z] [Pipeline] } [2025-07-11T02:51:53.023Z] $ docker stop --time=1 afbafeb1b005ed5f025bf1371e22fc2c84f600b8e6944b7dfb66b85f5e4f0077 [2025-07-11T02:51:55.769Z] $ docker rm -f --volumes afbafeb1b005ed5f025bf1371e22fc2c84f600b8e6944b7dfb66b85f5e4f0077 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-07-11T02:51:56.324Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-11T02:51:56.339Z] provisioning config files... [2025-07-11T02:51:56.347Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/872@tmp/config1435073583870088046tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:51:56.646Z] --> edgex-publish-swagger.sh [2025-07-11T02:51:56.646Z] === Publish openapi API === [2025-07-11T02:51:56.646Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-07-11T02:51:56.646Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/872/openapi/core-command.yaml] [2025-07-11T02:51:56.646Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-11T02:51:56.646Z] Dload Upload Total Spent Left Speed [2025-07-11T02:51:56.906Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 155 78640 --:--:-- --:--:-- --:--:-- 78795 [2025-07-11T02:51:56.906Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-11T02:51:56.906Z] [2025-07-11T02:51:56.906Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/872/openapi/core-data.yaml] [2025-07-11T02:51:56.906Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-11T02:51:56.906Z] Dload Upload Total Spent Left Speed [2025-07-11T02:51:57.166Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70050 100 66 100 69984 272 282k --:--:-- --:--:-- --:--:-- 282k [2025-07-11T02:51:57.166Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-11T02:51:57.166Z] [2025-07-11T02:51:57.166Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/872/openapi/core-keeper.yaml] [2025-07-11T02:51:57.166Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-11T02:51:57.166Z] Dload Upload Total Spent Left Speed [2025-07-11T02:51:57.426Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 532 238k --:--:-- --:--:-- --:--:-- 240k [2025-07-11T02:51:57.426Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-11T02:51:57.426Z] [2025-07-11T02:51:57.426Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/872/openapi/core-metadata.yaml] [2025-07-11T02:51:57.426Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-11T02:51:57.426Z] Dload Upload Total Spent Left Speed [2025-07-11T02:51:57.426Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 0 0 100 156k 0 1782k --:--:-- --:--:-- --:--:-- 1762k 100 156k 100 66 100 156k 417 992k --:--:-- --:--:-- --:--:-- 986k [2025-07-11T02:51:57.426Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-11T02:51:57.426Z] [2025-07-11T02:51:57.426Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/872/openapi/security-proxy-auth.yaml] [2025-07-11T02:51:57.685Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-11T02:51:57.685Z] Dload Upload Total Spent Left Speed [2025-07-11T02:51:57.685Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 523 189k --:--:-- --:--:-- --:--:-- 190k [2025-07-11T02:51:57.685Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-11T02:51:57.685Z] [2025-07-11T02:51:57.685Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/872/openapi/security-secretstore-setup.yaml] [2025-07-11T02:51:57.685Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-11T02:51:57.685Z] Dload Upload Total Spent Left Speed [2025-07-11T02:51:57.944Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 545 32338 --:--:-- --:--:-- --:--:-- 32884 [2025-07-11T02:51:57.944Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-11T02:51:57.944Z] [2025-07-11T02:51:57.944Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/872/openapi/support-notifications.yaml] [2025-07-11T02:51:57.944Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-11T02:51:57.944Z] Dload Upload Total Spent Left Speed [2025-07-11T02:51:58.202Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 264 390k --:--:-- --:--:-- --:--:-- 390k [2025-07-11T02:51:58.202Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-11T02:51:58.202Z] [2025-07-11T02:51:58.202Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/872/openapi/support-scheduler.yaml] [2025-07-11T02:51:58.202Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-11T02:51:58.202Z] Dload Upload Total Spent Left Speed [2025-07-11T02:51:58.202Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 468 351k --:--:-- --:--:-- --:--:-- 351k [2025-07-11T02:51:58.202Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-11T02:51:58.202Z] [Pipeline] } [2025-07-11T02:51:58.208Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2025-07-11T02:51:58.651Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-11T02:51:58.652Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:51:58.958Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-11T02:51:58.958Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-11T02:51:59.049Z] prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container [2025-07-11T02:51:59.071Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-11T02:51:59.378Z] $ docker top dc0f25dd3bd4081ec81aa3fedb9c32485f2b535096c812e9222b9f78d32b0133 -eo pid,comm [2025-07-11T02:51:59.433Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-07-11T02:51:59.433Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-11T02:51:59.489Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-11T02:51:59.489Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-11T02:51:59.599Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-11T02:51:59.595Z] $ docker exec dc0f25dd3bd4081ec81aa3fedb9c32485f2b535096c812e9222b9f78d32b0133 ssh-agent [2025-07-11T02:51:59.711Z] SSH_AUTH_SOCK=/tmp/ssh-xiK4n4y6zu2s/agent.33 [2025-07-11T02:51:59.711Z] SSH_AGENT_PID=39 [2025-07-11T02:51:59.716Z] Running ssh-add (command line suppressed) [2025-07-11T02:51:59.856Z] Identity added: /w/workspace/edgex-go/872@tmp/private_key_5350203764157860233.key (/w/workspace/edgex-go/872@tmp/private_key_5350203764157860233.key) [2025-07-11T02:51:59.883Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-11T02:52:00.192Z] + git semver tag [2025-07-11T02:52:00.814Z] 2025-07-11 02:52:00,461 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-11T02:52:00.814Z] 2025-07-11 02:52:00,466 [run_tag] DEBUG tag force:False [2025-07-11T02:52:00.814Z] 2025-07-11 02:52:00,466 [check_head_tag] DEBUG check head tag [2025-07-11T02:52:00.814Z] 2025-07-11 02:52:00,467 [execute] INFO git cat-file --batch-check [2025-07-11T02:52:00.814Z] 2025-07-11 02:52:00,467 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/872, stdin=, shell=False, universal_newlines=False) [2025-07-11T02:52:00.814Z] 2025-07-11 02:52:00,469 [execute] INFO git cat-file --batch [2025-07-11T02:52:00.814Z] 2025-07-11 02:52:00,470 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/872, stdin=, shell=False, universal_newlines=False) [2025-07-11T02:52:00.814Z] 2025-07-11 02:52:00,491 [read_version] DEBUG read version from /w/workspace/edgex-go/872/.semver/main [2025-07-11T02:52:00.814Z] 2025-07-11 02:52:00,491 [execute] INFO git tag -a v4.1.0-dev.40 -m v4.1.0-dev.40 [2025-07-11T02:52:00.814Z] 2025-07-11 02:52:00,492 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.40', '-m', 'v4.1.0-dev.40'], cwd=/w/workspace/edgex-go/872, stdin=None, shell=False, universal_newlines=False) [2025-07-11T02:52:00.814Z] 2025-07-11 02:52:00,496 [read_version] DEBUG read version from /w/workspace/edgex-go/872/.semver/main [2025-07-11T02:52:00.814Z] 4.1.0-dev.40 [Pipeline] } [2025-07-11T02:52:00.831Z] $ docker exec --env ******** --env ******** dc0f25dd3bd4081ec81aa3fedb9c32485f2b535096c812e9222b9f78d32b0133 ssh-agent -k [2025-07-11T02:52:00.928Z] unset SSH_AUTH_SOCK; [2025-07-11T02:52:00.929Z] unset SSH_AGENT_PID; [2025-07-11T02:52:00.929Z] echo Agent pid 39 killed; [2025-07-11T02:52:00.945Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-11T02:52:01.268Z] + git semver [Pipeline] } [2025-07-11T02:52:01.532Z] $ docker stop --time=1 dc0f25dd3bd4081ec81aa3fedb9c32485f2b535096c812e9222b9f78d32b0133 [2025-07-11T02:52:02.796Z] $ docker rm -f --volumes dc0f25dd3bd4081ec81aa3fedb9c32485f2b535096c812e9222b9f78d32b0133 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:52:03.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-11T02:52:03.224Z] [2025-07-11T02:52:03.224Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:52:03.527Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-11T02:52:03.527Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-07-11T02:52:03.527Z] ab5ef0e58194: Pulling fs layer [2025-07-11T02:52:03.527Z] 9712f1f96733: Pulling fs layer [2025-07-11T02:52:03.527Z] 63f879dbbcfc: Pulling fs layer [2025-07-11T02:52:03.527Z] 0d9ebad4ef96: Pulling fs layer [2025-07-11T02:52:03.527Z] e9a5061849ea: Pulling fs layer [2025-07-11T02:52:03.527Z] d747dcd14b5f: Pulling fs layer [2025-07-11T02:52:03.527Z] 2de7ff778b66: Pulling fs layer [2025-07-11T02:52:03.527Z] d747dcd14b5f: Waiting [2025-07-11T02:52:03.527Z] e9a5061849ea: Waiting [2025-07-11T02:52:03.527Z] 2de7ff778b66: Waiting [2025-07-11T02:52:03.527Z] 0d9ebad4ef96: Waiting [2025-07-11T02:52:03.527Z] 9712f1f96733: Download complete [2025-07-11T02:52:03.786Z] 63f879dbbcfc: Verifying Checksum [2025-07-11T02:52:03.787Z] 63f879dbbcfc: Download complete [2025-07-11T02:52:03.787Z] e9a5061849ea: Verifying Checksum [2025-07-11T02:52:03.787Z] e9a5061849ea: Download complete [2025-07-11T02:52:03.787Z] d747dcd14b5f: Verifying Checksum [2025-07-11T02:52:03.787Z] d747dcd14b5f: Download complete [2025-07-11T02:52:04.046Z] 2de7ff778b66: Verifying Checksum [2025-07-11T02:52:04.046Z] 2de7ff778b66: Download complete [2025-07-11T02:52:04.046Z] 0d9ebad4ef96: Verifying Checksum [2025-07-11T02:52:04.046Z] 0d9ebad4ef96: Download complete [2025-07-11T02:52:04.305Z] ab5ef0e58194: Verifying Checksum [2025-07-11T02:52:04.305Z] ab5ef0e58194: Download complete [2025-07-11T02:52:08.491Z] ab5ef0e58194: Pull complete [2025-07-11T02:52:08.491Z] 9712f1f96733: Pull complete [2025-07-11T02:52:08.751Z] 63f879dbbcfc: Pull complete [2025-07-11T02:52:15.321Z] 0d9ebad4ef96: Pull complete [2025-07-11T02:52:15.321Z] e9a5061849ea: Pull complete [2025-07-11T02:52:15.321Z] d747dcd14b5f: Pull complete [2025-07-11T02:52:16.258Z] 2de7ff778b66: Pull complete [2025-07-11T02:52:16.258Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-07-11T02:52:16.258Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-11T02:52:16.258Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-11T02:52:16.369Z] prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container [2025-07-11T02:52:16.392Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-07-11T02:52:18.717Z] $ docker top def425bc47350c9ee8b062649f0b1af8c8667c0fd5a24879c1084ebb32a0c24b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-07-11T02:52:18.806Z] provisioning config files... [2025-07-11T02:52:18.813Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/872@tmp/config14636433873293041378tmp [2025-07-11T02:52:18.823Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/872@tmp/config13297631562286222137tmp [2025-07-11T02:52:18.831Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/872@tmp/config14407787892707593758tmp [Pipeline] { [Pipeline] echo [2025-07-11T02:52:18.951Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:52:19.247Z] ---> sigul-configuration.sh [2025-07-11T02:52:19.247Z] gpg: directory `/root/.gnupg' created [2025-07-11T02:52:19.247Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-07-11T02:52:19.247Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-07-11T02:52:19.247Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-07-11T02:52:19.247Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-07-11T02:52:19.247Z] gpg: CAST5 encrypted data [2025-07-11T02:52:19.247Z] gpg: encrypted with 1 passphrase [2025-07-11T02:52:19.247Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-07-11T02:52:19.540Z] + mkdir /home/jenkins [2025-07-11T02:52:19.540Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-07-11T02:52:19.840Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-07-11T02:52:19.852Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:52:20.145Z] ---> sigul-install.sh [2025-07-11T02:52:20.145Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-07-11T02:52:20.438Z] + git tag --list [2025-07-11T02:52:20.438Z] 0.6.0 [2025-07-11T02:52:20.438Z] 0.6.1 [2025-07-11T02:52:20.438Z] 0.7.0 [2025-07-11T02:52:20.438Z] 0.7.1 [2025-07-11T02:52:20.438Z] v1.0.0 [2025-07-11T02:52:20.438Z] v1.0.1 [2025-07-11T02:52:20.438Z] v1.1.0 [2025-07-11T02:52:20.438Z] v1.2.0 [2025-07-11T02:52:20.438Z] v1.2.1 [2025-07-11T02:52:20.438Z] v1.3.0 [2025-07-11T02:52:20.438Z] v1.3.1 [2025-07-11T02:52:20.438Z] v2.0.0 [2025-07-11T02:52:20.438Z] v2.1.0 [2025-07-11T02:52:20.438Z] v2.1.1 [2025-07-11T02:52:20.438Z] v2.2.0 [2025-07-11T02:52:20.438Z] v2.3.0 [2025-07-11T02:52:20.438Z] v3.0 [2025-07-11T02:52:20.438Z] v3.0.0 [2025-07-11T02:52:20.438Z] v3.1 [2025-07-11T02:52:20.438Z] v3.1.0 [2025-07-11T02:52:20.438Z] v3.1.1 [2025-07-11T02:52:20.438Z] v4.0 [2025-07-11T02:52:20.438Z] v4.0.0 [2025-07-11T02:52:20.438Z] v4.0.1 [2025-07-11T02:52:20.438Z] v4.0.1-dev.1 [2025-07-11T02:52:20.438Z] v4.1.0-dev.1 [2025-07-11T02:52:20.438Z] v4.1.0-dev.10 [2025-07-11T02:52:20.438Z] v4.1.0-dev.11 [2025-07-11T02:52:20.438Z] v4.1.0-dev.12 [2025-07-11T02:52:20.438Z] v4.1.0-dev.13 [2025-07-11T02:52:20.438Z] v4.1.0-dev.14 [2025-07-11T02:52:20.438Z] v4.1.0-dev.15 [2025-07-11T02:52:20.438Z] v4.1.0-dev.16 [2025-07-11T02:52:20.438Z] v4.1.0-dev.17 [2025-07-11T02:52:20.438Z] v4.1.0-dev.18 [2025-07-11T02:52:20.438Z] v4.1.0-dev.19 [2025-07-11T02:52:20.438Z] v4.1.0-dev.2 [2025-07-11T02:52:20.438Z] v4.1.0-dev.20 [2025-07-11T02:52:20.438Z] v4.1.0-dev.21 [2025-07-11T02:52:20.438Z] v4.1.0-dev.22 [2025-07-11T02:52:20.438Z] v4.1.0-dev.23 [2025-07-11T02:52:20.438Z] v4.1.0-dev.24 [2025-07-11T02:52:20.438Z] v4.1.0-dev.25 [2025-07-11T02:52:20.438Z] v4.1.0-dev.26 [2025-07-11T02:52:20.438Z] v4.1.0-dev.27 [2025-07-11T02:52:20.438Z] v4.1.0-dev.28 [2025-07-11T02:52:20.438Z] v4.1.0-dev.29 [2025-07-11T02:52:20.438Z] v4.1.0-dev.3 [2025-07-11T02:52:20.438Z] v4.1.0-dev.30 [2025-07-11T02:52:20.438Z] v4.1.0-dev.31 [2025-07-11T02:52:20.438Z] v4.1.0-dev.32 [2025-07-11T02:52:20.438Z] v4.1.0-dev.33 [2025-07-11T02:52:20.438Z] v4.1.0-dev.34 [2025-07-11T02:52:20.438Z] v4.1.0-dev.35 [2025-07-11T02:52:20.438Z] v4.1.0-dev.36 [2025-07-11T02:52:20.438Z] v4.1.0-dev.37 [2025-07-11T02:52:20.438Z] v4.1.0-dev.38 [2025-07-11T02:52:20.438Z] v4.1.0-dev.39 [2025-07-11T02:52:20.438Z] v4.1.0-dev.4 [2025-07-11T02:52:20.438Z] v4.1.0-dev.40 [2025-07-11T02:52:20.438Z] v4.1.0-dev.5 [2025-07-11T02:52:20.438Z] v4.1.0-dev.6 [2025-07-11T02:52:20.438Z] v4.1.0-dev.7 [2025-07-11T02:52:20.438Z] v4.1.0-dev.8 [2025-07-11T02:52:20.438Z] v4.1.0-dev.9 [Pipeline] sh [2025-07-11T02:52:20.730Z] + lftools sign git-tag v4.1.0-dev.40 [2025-07-11T02:52:21.456Z] Signing Git tag with Sigul... [2025-07-11T02:52:21.456Z] Signing v4.1.0-dev.40 [Pipeline] echo [2025-07-11T02:52:21.731Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:52:22.026Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-07-11T02:52:22.033Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-07-11T02:52:22.051Z] $ docker stop --time=1 def425bc47350c9ee8b062649f0b1af8c8667c0fd5a24879c1084ebb32a0c24b [2025-07-11T02:52:23.338Z] $ docker rm -f --volumes def425bc47350c9ee8b062649f0b1af8c8667c0fd5a24879c1084ebb32a0c24b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-07-11T02:52:23.804Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-11T02:52:23.804Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:52:24.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-11T02:52:24.112Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-11T02:52:24.194Z] prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container [2025-07-11T02:52:24.219Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-11T02:52:24.466Z] $ docker top a197affe6cc0eb2a08675fb31c218388ef8b55cd391feeeb5455751490cb71b0 -eo pid,comm [2025-07-11T02:52:24.516Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-07-11T02:52:24.516Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-11T02:52:24.571Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-11T02:52:24.571Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-11T02:52:24.679Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-11T02:52:24.675Z] $ docker exec a197affe6cc0eb2a08675fb31c218388ef8b55cd391feeeb5455751490cb71b0 ssh-agent [2025-07-11T02:52:24.801Z] SSH_AUTH_SOCK=/tmp/ssh-OavtbxXB5JD3/agent.32 [2025-07-11T02:52:24.802Z] SSH_AGENT_PID=38 [2025-07-11T02:52:24.806Z] Running ssh-add (command line suppressed) [2025-07-11T02:52:24.914Z] Identity added: /w/workspace/edgex-go/872@tmp/private_key_9934121540382738397.key (/w/workspace/edgex-go/872@tmp/private_key_9934121540382738397.key) [2025-07-11T02:52:24.933Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-11T02:52:25.224Z] + git semver bump pre [2025-07-11T02:52:25.483Z] 2025-07-11 02:52:25,469 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-11T02:52:25.483Z] 2025-07-11 02:52:25,473 [read_version] DEBUG read version from /w/workspace/edgex-go/872/.semver/main [2025-07-11T02:52:25.483Z] 2025-07-11 02:52:25,473 [bump_version] DEBUG bumping version:4.1.0-dev.40 on axis:pre with prefix:dev [2025-07-11T02:52:25.483Z] 2025-07-11 02:52:25,474 [bump_version] DEBUG bumped version:4.1.0-dev.41 [2025-07-11T02:52:25.483Z] 2025-07-11 02:52:25,474 [write_version] DEBUG write version:4.1.0-dev.41 to path:/w/workspace/edgex-go/872/.semver/main with force:True [2025-07-11T02:52:25.483Z] 2025-07-11 02:52:25,474 [read_version] DEBUG read version from /w/workspace/edgex-go/872/.semver/main [2025-07-11T02:52:25.483Z] 2025-07-11 02:52:25,474 [write_file] DEBUG write to file:/w/workspace/edgex-go/872/.semver/main [2025-07-11T02:52:25.743Z] 2025-07-11 02:52:25,476 [execute] INFO git cat-file --batch-check [2025-07-11T02:52:25.743Z] 2025-07-11 02:52:25,477 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/872/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-11T02:52:25.743Z] 2025-07-11 02:52:25,483 [execute] INFO git cat-file --batch [2025-07-11T02:52:25.743Z] 2025-07-11 02:52:25,483 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/872/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-11T02:52:25.743Z] 2025-07-11 02:52:25,487 [read_version] DEBUG read version from /w/workspace/edgex-go/872/.semver/main [2025-07-11T02:52:25.743Z] 4.1.0-dev.41 [Pipeline] } [2025-07-11T02:52:25.746Z] $ docker exec --env ******** --env ******** a197affe6cc0eb2a08675fb31c218388ef8b55cd391feeeb5455751490cb71b0 ssh-agent -k [2025-07-11T02:52:25.847Z] unset SSH_AUTH_SOCK; [2025-07-11T02:52:25.847Z] unset SSH_AGENT_PID; [2025-07-11T02:52:25.847Z] echo Agent pid 38 killed; [2025-07-11T02:52:25.863Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-11T02:52:26.182Z] + git semver [Pipeline] } [2025-07-11T02:52:26.757Z] $ docker stop --time=1 a197affe6cc0eb2a08675fb31c218388ef8b55cd391feeeb5455751490cb71b0 [2025-07-11T02:52:28.019Z] $ docker rm -f --volumes a197affe6cc0eb2a08675fb31c218388ef8b55cd391feeeb5455751490cb71b0 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-11T02:52:28.380Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-11T02:52:28.380Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:52:28.687Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-11T02:52:28.687Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-11T02:52:28.763Z] prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container [2025-07-11T02:52:28.782Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-11T02:52:29.031Z] $ docker top a4e234a727d8019b35759b59649a600d05fda019bab34657f45b57e5f27ae1ab -eo pid,comm [2025-07-11T02:52:29.085Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-07-11T02:52:29.085Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-11T02:52:29.139Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-11T02:52:29.139Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-11T02:52:29.269Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-11T02:52:29.265Z] $ docker exec a4e234a727d8019b35759b59649a600d05fda019bab34657f45b57e5f27ae1ab ssh-agent [2025-07-11T02:52:29.388Z] SSH_AUTH_SOCK=/tmp/ssh-3p0okyJiiLX7/agent.32 [2025-07-11T02:52:29.388Z] SSH_AGENT_PID=38 [2025-07-11T02:52:29.393Z] Running ssh-add (command line suppressed) [2025-07-11T02:52:29.502Z] Identity added: /w/workspace/edgex-go/872@tmp/private_key_10194481285641774830.key (/w/workspace/edgex-go/872@tmp/private_key_10194481285641774830.key) [2025-07-11T02:52:29.524Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-11T02:52:29.820Z] + git semver push [2025-07-11T02:52:30.080Z] 2025-07-11 02:52:30,051 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-11T02:52:30.080Z] 2025-07-11 02:52:30,056 [run_push] DEBUG push [2025-07-11T02:52:30.080Z] 2025-07-11 02:52:30,056 [execute] INFO git cat-file --batch-check [2025-07-11T02:52:30.080Z] 2025-07-11 02:52:30,057 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/872/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-11T02:52:30.080Z] 2025-07-11 02:52:30,059 [execute] INFO git rev-list 014c1f38afd68390e4dae1f830d7eb886b579918 -- [2025-07-11T02:52:30.080Z] 2025-07-11 02:52:30,060 [execute] DEBUG Popen(['git', 'rev-list', '014c1f38afd68390e4dae1f830d7eb886b579918', '--'], cwd=/w/workspace/edgex-go/872/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-11T02:52:30.340Z] 2025-07-11 02:52:30,080 [execute] INFO git fetch -v -- origin [2025-07-11T02:52:30.340Z] 2025-07-11 02:52:30,080 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/872/.semver, stdin=None, shell=False, universal_newlines=True) [2025-07-11T02:52:30.600Z] 2025-07-11 02:52:30,541 [run_push] DEBUG no remote changes detected [2025-07-11T02:52:30.600Z] 2025-07-11 02:52:30,541 [execute] INFO git push origin semver [2025-07-11T02:52:30.600Z] 2025-07-11 02:52:30,542 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/872/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-11T02:52:31.538Z] 2025-07-11 02:52:31,316 [run_push] DEBUG push all version tags [2025-07-11T02:52:31.538Z] 2025-07-11 02:52:31,316 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-07-11T02:52:31.538Z] 2025-07-11 02:52:31,317 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/872, stdin=None, shell=False, universal_newlines=False) [2025-07-11T02:52:32.106Z] 2025-07-11 02:52:32,016 [read_version] DEBUG read version from /w/workspace/edgex-go/872/.semver/main [2025-07-11T02:52:32.106Z] 4.1.0-dev.41 [Pipeline] } [2025-07-11T02:52:32.108Z] $ docker exec --env ******** --env ******** a4e234a727d8019b35759b59649a600d05fda019bab34657f45b57e5f27ae1ab ssh-agent -k [2025-07-11T02:52:32.209Z] unset SSH_AUTH_SOCK; [2025-07-11T02:52:32.209Z] unset SSH_AGENT_PID; [2025-07-11T02:52:32.209Z] echo Agent pid 38 killed; [2025-07-11T02:52:32.228Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-11T02:52:32.545Z] + git semver [Pipeline] } [2025-07-11T02:52:32.809Z] $ docker stop --time=1 a4e234a727d8019b35759b59649a600d05fda019bab34657f45b57e5f27ae1ab [2025-07-11T02:52:34.057Z] $ docker rm -f --volumes a4e234a727d8019b35759b59649a600d05fda019bab34657f45b57e5f27ae1ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-07-11T02:52:34.572Z] + [ -d /w/workspace/edgex-go/872/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:52:34.859Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:52:35.709Z] ---> package-listing.sh [2025-07-11T02:52:35.709Z] ++ facter osfamily [2025-07-11T02:52:35.709Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-11T02:52:35.968Z] + OS_FAMILY=debian [2025-07-11T02:52:35.968Z] + workspace=/w/workspace/edgex-go/872 [2025-07-11T02:52:35.968Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-11T02:52:35.968Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-11T02:52:35.968Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-11T02:52:35.968Z] + PACKAGES=/tmp/packages_start.txt [2025-07-11T02:52:35.968Z] + '[' /w/workspace/edgex-go/872 ']' [2025-07-11T02:52:35.968Z] + PACKAGES=/tmp/packages_end.txt [2025-07-11T02:52:35.968Z] + case "${OS_FAMILY}" in [2025-07-11T02:52:35.968Z] + dpkg -l [2025-07-11T02:52:35.968Z] + grep '^ii' [2025-07-11T02:52:35.968Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-11T02:52:35.968Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-11T02:52:35.968Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-11T02:52:35.968Z] + '[' /w/workspace/edgex-go/872 ']' [2025-07-11T02:52:35.968Z] + mkdir -p /w/workspace/edgex-go/872/archives/ [2025-07-11T02:52:35.968Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/872/archives/ [Pipeline] echo [2025-07-11T02:52:35.980Z] 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/872/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-07-11T02:52:36.255Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:52:36.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-11T02:52:36.815Z] [2025-07-11T02:52:36.815Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-11T02:52:37.122Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-11T02:52:37.122Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-11T02:52:37.122Z] 5eb5b503b376: Pulling fs layer [2025-07-11T02:52:37.122Z] 5c69ac0246d0: Pulling fs layer [2025-07-11T02:52:37.122Z] ec43610c2a17: Pulling fs layer [2025-07-11T02:52:37.122Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-11T02:52:37.122Z] 33b1e0a273af: Pulling fs layer [2025-07-11T02:52:37.122Z] 3a2ae6a8a46f: Waiting [2025-07-11T02:52:37.122Z] 5d3b04190fa2: Pulling fs layer [2025-07-11T02:52:37.122Z] 2f39f015ded8: Pulling fs layer [2025-07-11T02:52:37.122Z] 33b1e0a273af: Waiting [2025-07-11T02:52:37.122Z] 5d3b04190fa2: Waiting [2025-07-11T02:52:37.122Z] 2f39f015ded8: Waiting [2025-07-11T02:52:37.122Z] 5c69ac0246d0: Verifying Checksum [2025-07-11T02:52:37.122Z] 5c69ac0246d0: Download complete [2025-07-11T02:52:37.382Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-11T02:52:37.382Z] 3a2ae6a8a46f: Download complete [2025-07-11T02:52:37.382Z] 33b1e0a273af: Verifying Checksum [2025-07-11T02:52:37.382Z] 33b1e0a273af: Download complete [2025-07-11T02:52:37.382Z] 5d3b04190fa2: Verifying Checksum [2025-07-11T02:52:37.382Z] 5d3b04190fa2: Download complete [2025-07-11T02:52:37.382Z] ec43610c2a17: Verifying Checksum [2025-07-11T02:52:37.382Z] ec43610c2a17: Download complete [2025-07-11T02:52:37.641Z] 5eb5b503b376: Verifying Checksum [2025-07-11T02:52:37.641Z] 5eb5b503b376: Download complete [2025-07-11T02:52:38.208Z] 2f39f015ded8: Download complete [2025-07-11T02:52:39.142Z] 5eb5b503b376: Pull complete [2025-07-11T02:52:39.142Z] 5c69ac0246d0: Pull complete [2025-07-11T02:52:39.710Z] ec43610c2a17: Pull complete [2025-07-11T02:52:39.710Z] 3a2ae6a8a46f: Pull complete [2025-07-11T02:52:39.969Z] 33b1e0a273af: Pull complete [2025-07-11T02:52:39.969Z] 5d3b04190fa2: Pull complete [2025-07-11T02:52:46.545Z] 2f39f015ded8: Pull complete [2025-07-11T02:52:46.545Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-11T02:52:46.546Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-11T02:52:46.546Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-11T02:52:46.654Z] prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container [2025-07-11T02:52:46.678Z] $ 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/872/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/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-07-11T02:52:48.823Z] $ docker top b7d38578e03cae96ca0f0ee23ea7350a9951acaca98cb1b363724e01dbba8ba2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-11T02:52:49.173Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-11T02:52:49.462Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-11T02:52:49.749Z] + ls /var/log/sa-host [2025-07-11T02:52:49.749Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-11T02:52:49.787Z] provisioning config files... [2025-07-11T02:52:49.796Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/872@tmp/config9800677681266429993tmp [Pipeline] { [Pipeline] echo [2025-07-11T02:52:49.821Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:52:50.102Z] ---> create-netrc.sh [Pipeline] } [2025-07-11T02:52:50.110Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:52:50.424Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-11T02:52:50.435Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:52:50.721Z] ---> sudo-logs.sh [2025-07-11T02:52:50.721Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-07-11T02:52:50.753Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:52:51.036Z] ---> job-cost.sh [2025-07-11T02:52:51.036Z] lf-activate-venv: SKIPPING [2025-07-11T02:52:51.036Z] DEBUG: total: 0.10999999940395355 [2025-07-11T02:52:51.036Z] INFO: Retrieving Stack Cost... [2025-07-11T02:52:51.604Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-11T02:52:51.867Z] INFO: Archiving Costs [Pipeline] echo [2025-07-11T02:52:51.882Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-11T02:52:52.165Z] ---> logs-deploy.sh [2025-07-11T02:52:52.165Z] lf-activate-venv: SKIPPING [2025-07-11T02:52:52.165Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/872 [2025-07-11T02:52:52.165Z] INFO: archiving workspace using pattern(s): [2025-07-11T02:52:53.104Z] Archives upload complete. [2025-07-11T02:52:53.363Z] INFO: archiving logs to Nexus [2025-07-11T02:52:53.933Z] ---> uname -a: [2025-07-11T02:52:53.933Z] Linux prd-ubuntu20-04-docker-8c-8g-4949 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2025-07-11T02:52:53.933Z] [2025-07-11T02:52:53.933Z] [2025-07-11T02:52:53.933Z] ---> lscpu: [2025-07-11T02:52:53.933Z] Architecture: x86_64 [2025-07-11T02:52:53.933Z] CPU op-mode(s): 32-bit, 64-bit [2025-07-11T02:52:53.933Z] Byte Order: Little Endian [2025-07-11T02:52:53.933Z] Address sizes: 40 bits physical, 48 bits virtual [2025-07-11T02:52:53.933Z] CPU(s): 8 [2025-07-11T02:52:53.933Z] On-line CPU(s) list: 0-7 [2025-07-11T02:52:53.933Z] Thread(s) per core: 1 [2025-07-11T02:52:53.933Z] Core(s) per socket: 1 [2025-07-11T02:52:53.933Z] Socket(s): 8 [2025-07-11T02:52:53.933Z] NUMA node(s): 1 [2025-07-11T02:52:53.933Z] Vendor ID: AuthenticAMD [2025-07-11T02:52:53.933Z] CPU family: 23 [2025-07-11T02:52:53.933Z] Model: 49 [2025-07-11T02:52:53.933Z] Model name: AMD EPYC-Rome Processor [2025-07-11T02:52:53.933Z] Stepping: 0 [2025-07-11T02:52:53.934Z] CPU MHz: 2799.998 [2025-07-11T02:52:53.934Z] BogoMIPS: 5599.99 [2025-07-11T02:52:53.934Z] Virtualization: AMD-V [2025-07-11T02:52:53.934Z] Hypervisor vendor: KVM [2025-07-11T02:52:53.934Z] Virtualization type: full [2025-07-11T02:52:53.934Z] L1d cache: 256 KiB [2025-07-11T02:52:53.934Z] L1i cache: 256 KiB [2025-07-11T02:52:53.934Z] L2 cache: 4 MiB [2025-07-11T02:52:53.934Z] L3 cache: 128 MiB [2025-07-11T02:52:53.934Z] NUMA node0 CPU(s): 0-7 [2025-07-11T02:52:53.934Z] Vulnerability Gather data sampling: Not affected [2025-07-11T02:52:53.934Z] Vulnerability Itlb multihit: Not affected [2025-07-11T02:52:53.934Z] Vulnerability L1tf: Not affected [2025-07-11T02:52:53.934Z] Vulnerability Mds: Not affected [2025-07-11T02:52:53.934Z] Vulnerability Meltdown: Not affected [2025-07-11T02:52:53.934Z] Vulnerability Mmio stale data: Not affected [2025-07-11T02:52:53.934Z] Vulnerability Retbleed: Vulnerable [2025-07-11T02:52:53.934Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-07-11T02:52:53.934Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-07-11T02:52:53.934Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2025-07-11T02:52:53.934Z] Vulnerability Srbds: Not affected [2025-07-11T02:52:53.934Z] Vulnerability Tsx async abort: Not affected [2025-07-11T02:52:53.934Z] 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 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-07-11T02:52:53.934Z] [2025-07-11T02:52:53.934Z] [2025-07-11T02:52:53.934Z] ---> nproc: [2025-07-11T02:52:53.934Z] 8 [2025-07-11T02:52:53.934Z] [2025-07-11T02:52:53.934Z] [2025-07-11T02:52:53.934Z] ---> df -h: [2025-07-11T02:52:53.934Z] Filesystem Size Used Avail Use% Mounted on [2025-07-11T02:52:53.934Z] overlay 155G 31G 125G 20% / [2025-07-11T02:52:53.934Z] tmpfs 64M 0 64M 0% /dev [2025-07-11T02:52:53.934Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-07-11T02:52:53.934Z] shm 64M 0 64M 0% /dev/shm [2025-07-11T02:52:53.934Z] /dev/vda1 155G 31G 125G 20% /facter-os [2025-07-11T02:52:53.934Z] [2025-07-11T02:52:53.934Z] [2025-07-11T02:52:53.934Z] ---> sar -b -r -n DEV: [2025-07-11T02:52:53.934Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4949) 07/11/25 _x86_64_ (8 CPU) [2025-07-11T02:52:53.934Z] [2025-07-11T02:52:53.934Z] 01:59:00 LINUX RESTART (8 CPU) [2025-07-11T02:52:53.934Z] [2025-07-11T02:52:53.934Z] 02:00:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-07-11T02:52:53.934Z] 02:01:01 194.97 13.29 181.68 0.00 2181.05 64770.58 0.00 [2025-07-11T02:52:53.934Z] 02:02:01 42.71 0.17 42.54 0.00 6.93 24734.16 0.00 [2025-07-11T02:52:53.934Z] 02:03:01 37.99 0.17 37.82 0.00 1.33 19482.31 0.00 [2025-07-11T02:52:53.934Z] 02:04:01 81.42 0.08 81.34 0.00 1.73 40728.95 0.00 [2025-07-11T02:52:53.934Z] 02:05:01 590.27 3.27 587.00 0.00 2044.86 251952.01 0.00 [2025-07-11T02:52:53.934Z] 02:06:01 534.44 23.38 511.06 0.00 2475.72 209066.62 0.00 [2025-07-11T02:52:53.934Z] 02:07:01 206.60 1.52 205.08 0.00 21.06 54052.52 0.00 [2025-07-11T02:52:53.934Z] 02:08:01 463.80 0.08 463.71 0.00 0.67 131081.11 0.00 [2025-07-11T02:52:53.934Z] 02:09:01 220.30 0.08 220.21 0.00 0.67 108200.50 0.00 [2025-07-11T02:52:53.934Z] 02:10:01 353.74 0.00 353.74 0.00 0.00 14382.55 0.00 [2025-07-11T02:52:53.934Z] 02:11:01 16.48 0.02 16.46 0.00 2.27 400.60 0.00 [2025-07-11T02:52:53.934Z] 02:12:01 34.49 0.00 34.49 0.00 0.00 864.51 0.00 [2025-07-11T02:52:53.934Z] 02:13:01 12.48 0.00 12.48 0.00 0.00 342.42 0.00 [2025-07-11T02:52:53.934Z] 02:14:01 1.40 0.00 1.40 0.00 0.00 17.33 0.00 [2025-07-11T02:52:53.934Z] 02:15:01 1.72 0.02 1.70 0.00 0.13 22.79 0.00 [2025-07-11T02:52:53.934Z] 02:16:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 [2025-07-11T02:52:53.934Z] 02:17:01 0.90 0.00 0.90 0.00 0.00 9.73 0.00 [2025-07-11T02:52:53.934Z] 02:18:02 1.92 0.02 1.90 0.00 0.13 21.59 0.00 [2025-07-11T02:52:53.934Z] 02:19:01 1.14 0.00 1.14 0.00 0.00 12.61 0.00 [2025-07-11T02:52:53.934Z] 02:20:01 1.72 0.00 1.72 0.00 0.00 18.93 0.00 [2025-07-11T02:52:53.934Z] 02:21:01 1.00 0.00 1.00 0.00 0.00 10.66 0.00 [2025-07-11T02:52:53.934Z] 02:22:01 1.37 0.00 1.37 0.00 0.00 15.59 0.00 [2025-07-11T02:52:53.934Z] 02:23:01 0.88 0.00 0.88 0.00 0.00 9.46 0.00 [2025-07-11T02:52:53.934Z] 02:24:01 1.58 0.00 1.58 0.00 0.00 17.06 0.00 [2025-07-11T02:52:53.934Z] 02:25:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 [2025-07-11T02:52:53.934Z] 02:26:01 1.68 0.00 1.68 0.00 0.00 18.13 0.00 [2025-07-11T02:52:53.934Z] 02:27:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 [2025-07-11T02:52:53.934Z] 02:28:01 1.18 0.00 1.18 0.00 0.00 13.86 0.00 [2025-07-11T02:52:53.934Z] 02:29:01 0.82 0.00 0.82 0.00 0.00 8.40 0.00 [2025-07-11T02:52:53.934Z] 02:30:01 1.63 0.00 1.63 0.00 0.00 18.93 0.00 [2025-07-11T02:52:53.934Z] 02:31:01 0.95 0.00 0.95 0.00 0.00 9.73 0.00 [2025-07-11T02:52:53.934Z] 02:32:01 1.25 0.00 1.25 0.00 0.00 15.19 0.00 [2025-07-11T02:52:53.934Z] 02:33:01 0.87 0.00 0.87 0.00 0.00 9.86 0.00 [2025-07-11T02:52:53.934Z] 02:34:01 1.23 0.00 1.23 0.00 0.00 13.73 0.00 [2025-07-11T02:52:53.934Z] 02:35:01 1.13 0.00 1.13 0.00 0.00 14.13 0.00 [2025-07-11T02:52:53.934Z] 02:36:01 1.62 0.00 1.62 0.00 0.00 17.46 0.00 [2025-07-11T02:52:53.934Z] 02:37:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 [2025-07-11T02:52:53.934Z] 02:38:01 1.78 0.00 1.78 0.00 0.00 19.60 0.00 [2025-07-11T02:52:53.934Z] 02:39:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 [2025-07-11T02:52:53.934Z] 02:40:01 1.87 0.00 1.87 0.00 0.00 21.59 0.00 [2025-07-11T02:52:53.934Z] 02:41:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 [2025-07-11T02:52:53.934Z] 02:42:01 1.50 0.00 1.50 0.00 0.00 16.79 0.00 [2025-07-11T02:52:53.934Z] 02:43:01 0.88 0.00 0.88 0.00 0.00 10.13 0.00 [2025-07-11T02:52:53.934Z] 02:44:01 1.42 0.00 1.42 0.00 0.00 16.13 0.00 [2025-07-11T02:52:53.934Z] 02:45:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 [2025-07-11T02:52:53.934Z] 02:46:01 1.35 0.00 1.35 0.00 0.00 16.26 0.00 [2025-07-11T02:52:53.934Z] 02:47:01 0.83 0.00 0.83 0.00 0.00 8.93 0.00 [2025-07-11T02:52:53.934Z] 02:48:01 1.52 0.00 1.52 0.00 0.00 16.79 0.00 [2025-07-11T02:52:53.934Z] 02:49:01 0.85 0.00 0.85 0.00 0.00 9.33 0.00 [2025-07-11T02:52:53.934Z] 02:50:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 [2025-07-11T02:52:53.934Z] 02:51:01 0.93 0.00 0.93 0.00 0.00 11.19 0.00 [2025-07-11T02:52:53.934Z] 02:52:01 75.40 0.68 74.72 0.00 14.80 27800.70 0.00 [2025-07-11T02:52:53.934Z] Average: 55.99 0.82 55.17 0.00 129.20 18227.71 0.00 [2025-07-11T02:52:53.934Z] [2025-07-11T02:52:53.934Z] 02:00:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-07-11T02:52:53.934Z] 02:01:01 27731840 31535056 756548 2.30 115380 3899664 1644236 4.85 1169052 3508036 6444 [2025-07-11T02:52:53.934Z] 02:02:01 26127060 31188704 1091608 3.32 125488 5053144 2480592 7.31 2254980 3918592 469188 [2025-07-11T02:52:53.934Z] 02:03:01 26377772 31415112 863960 2.63 129948 4998740 2121424 6.25 1503788 4394272 397232 [2025-07-11T02:52:53.934Z] 02:04:01 27208884 31516700 769612 2.34 134136 4337356 1797328 5.30 1385240 3752756 129196 [2025-07-11T02:52:53.934Z] 02:05:01 19395036 31183188 1051484 3.20 175024 11500264 3601956 10.62 2572956 10047172 1560 [2025-07-11T02:52:53.934Z] 02:06:01 12585376 31372060 865564 2.63 386804 17850664 2301988 6.79 3194252 15807728 436644 [2025-07-11T02:52:53.934Z] 02:07:01 6733068 28119364 4044612 12.30 423616 20024964 11017892 32.48 7397724 16956048 1379288 [2025-07-11T02:52:53.934Z] 02:08:01 3242848 27203040 4966900 15.11 440108 22484932 11290860 33.29 9399172 18347316 338360 [2025-07-11T02:52:53.934Z] 02:09:01 7749632 31301840 925280 2.81 449100 22266052 2377000 7.01 3649992 19873680 0 [2025-07-11T02:52:53.934Z] 02:10:01 7517960 31379820 854276 2.60 454248 22563496 2167900 6.39 3687780 20071720 16 [2025-07-11T02:52:53.934Z] 02:11:01 7528716 31391344 842596 2.56 455020 22563696 2138252 6.30 3763552 19989976 268 [2025-07-11T02:52:53.934Z] 02:12:01 7524132 31388352 845192 2.57 456244 22564184 2137352 6.30 4159096 19599588 336 [2025-07-11T02:52:53.934Z] 02:13:01 7532076 31396860 836180 2.54 456708 22564268 2034900 6.00 4290672 19457452 4 [2025-07-11T02:52:53.934Z] 02:14:01 7532472 31397420 835988 2.54 456720 22564396 2034900 6.00 4290808 19457584 20 [2025-07-11T02:52:53.934Z] 02:15:01 7549808 31414804 818880 2.49 456764 22564376 2066488 6.09 4273340 19457560 48 [2025-07-11T02:52:53.934Z] 02:16:01 7550008 31415040 818888 2.49 456780 22564376 2066488 6.09 4273296 19457560 8 [2025-07-11T02:52:53.934Z] 02:17:01 7552984 31418036 815828 2.48 456804 22564376 2066488 6.09 4271052 19457564 24 [2025-07-11T02:52:53.934Z] 02:18:02 7553612 31418692 815088 2.48 456824 22564384 2066488 6.09 4270504 19457568 136 [2025-07-11T02:52:53.934Z] 02:19:01 7553588 31418880 814868 2.48 456856 22564516 2066488 6.09 4270272 19457704 24 [2025-07-11T02:52:53.934Z] 02:20:01 7554612 31419924 813768 2.48 456872 22564520 2066488 6.09 4269184 19457704 12 [2025-07-11T02:52:53.934Z] 02:21:01 7554296 31419624 814008 2.48 456888 22564520 2066488 6.09 4269400 19457704 20 [2025-07-11T02:52:53.934Z] 02:22:01 7553988 31419348 814228 2.48 456900 22564524 2066488 6.09 4269540 19457708 160 [2025-07-11T02:52:53.934Z] 02:23:01 7554768 31420140 813428 2.47 456920 22564524 2066488 6.09 4269472 19457708 8 [2025-07-11T02:52:53.934Z] 02:24:01 7554936 31420320 813396 2.47 456936 22564528 2066488 6.09 4269184 19457712 8 [2025-07-11T02:52:53.934Z] 02:25:01 7554652 31420064 813656 2.48 456952 22564536 2066488 6.09 4269284 19457716 8 [2025-07-11T02:52:53.934Z] 02:26:01 7554804 31420220 813656 2.48 456968 22564540 2066488 6.09 4269236 19457720 12 [2025-07-11T02:52:53.934Z] 02:27:01 7554812 31420264 813588 2.48 456988 22564544 2066488 6.09 4269256 19457724 4 [2025-07-11T02:52:53.934Z] 02:28:01 7554480 31419948 813808 2.48 456992 22564548 2066488 6.09 4269624 19457728 148 [2025-07-11T02:52:53.934Z] 02:29:01 7554008 31419488 814268 2.48 457004 22564548 2066488 6.09 4269280 19457728 8 [2025-07-11T02:52:53.934Z] 02:30:01 7554180 31419676 813956 2.48 457024 22564552 2066488 6.09 4269404 19457736 40 [2025-07-11T02:52:53.934Z] 02:31:01 7554400 31419920 813724 2.48 457032 22564552 2066488 6.09 4269600 19457736 8 [2025-07-11T02:52:53.934Z] 02:32:01 7554012 31419576 813888 2.48 457056 22564556 2066488 6.09 4269368 19457740 8 [2025-07-11T02:52:53.934Z] 02:33:01 7553996 31419596 813856 2.48 457080 22564560 2066488 6.09 4269412 19457744 28 [2025-07-11T02:52:53.934Z] 02:34:01 7554744 31420380 813028 2.47 457108 22564560 2066488 6.09 4269448 19457744 8 [2025-07-11T02:52:53.934Z] 02:35:01 7554672 31420332 813028 2.47 457148 22564552 2066488 6.09 4269524 19457748 8 [2025-07-11T02:52:53.934Z] 02:36:01 7554560 31420260 813028 2.47 457180 22564568 2066488 6.09 4269620 19457752 20 [2025-07-11T02:52:53.934Z] 02:37:01 7554180 31420056 813124 2.47 457188 22564700 2066488 6.09 4269520 19457872 12 [2025-07-11T02:52:53.934Z] 02:38:01 7553368 31419308 813876 2.48 457224 22564704 2082556 6.14 4269576 19457888 8 [2025-07-11T02:52:53.934Z] 02:39:01 7553108 31419056 814060 2.48 457240 22564704 2082556 6.14 4269596 19457888 8 [2025-07-11T02:52:53.934Z] 02:40:01 7553344 31419332 813712 2.48 457288 22564708 2098692 6.19 4269692 19457892 32 [2025-07-11T02:52:53.934Z] 02:41:01 7553044 31419076 813932 2.48 457304 22564716 2098692 6.19 4269668 19457896 4 [2025-07-11T02:52:53.934Z] 02:42:01 7553216 31419280 813672 2.48 457332 22564716 2098692 6.19 4269924 19457900 24 [2025-07-11T02:52:53.934Z] 02:43:01 7552916 31418992 813896 2.48 457344 22564720 2098692 6.19 4269708 19457904 8 [2025-07-11T02:52:53.934Z] 02:44:01 7552868 31418960 813868 2.48 457356 22564724 2098692 6.19 4269724 19457904 24 [2025-07-11T02:52:53.934Z] 02:45:01 7553060 31419168 813776 2.48 457380 22564728 2098692 6.19 4270168 19457912 220 [2025-07-11T02:52:53.934Z] 02:46:01 7553312 31419460 813500 2.47 457400 22564732 2098692 6.19 4269796 19457916 4 [2025-07-11T02:52:53.934Z] 02:47:01 7553188 31419344 813760 2.48 457416 22564732 2098692 6.19 4269832 19457916 8 [2025-07-11T02:52:53.934Z] 02:48:01 7553396 31419576 813728 2.48 457432 22564736 2098692 6.19 4269844 19457920 12 [2025-07-11T02:52:53.934Z] 02:49:01 7553120 31419308 813960 2.48 457436 22564736 2098692 6.19 4269848 19457920 8 [2025-07-11T02:52:53.934Z] 02:50:01 7553008 31419216 813980 2.48 457444 22564740 2098692 6.19 4270212 19457924 152 [2025-07-11T02:52:53.934Z] 02:51:01 7553056 31419280 813916 2.48 457452 22564744 2098692 6.19 4270176 19457928 12 [2025-07-11T02:52:53.934Z] 02:52:01 7040608 31358276 870632 2.65 483600 22963056 2233212 6.58 4360112 19849780 748 [2025-07-11T02:52:53.934Z] Average: 9255992 31262713 971982 2.96 424143 20828634 2466508 7.27 4135861 17980184 60781 [2025-07-11T02:52:53.934Z] [2025-07-11T02:52:53.934Z] 02:00:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-07-11T02:52:53.934Z] 02:01:01 docker0 799.05 799.98 58.92 4714.75 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:01:01 ens3 962.36 910.12 7998.12 125.34 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:01:01 lo 1.08 1.08 0.11 0.11 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:02:01 veth8164180 0.23 0.37 0.01 0.03 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:02:01 docker0 0.27 0.35 0.01 0.03 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:02:01 ens3 39.11 24.25 37.47 16.85 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:03:01 veth8164180 1.07 1.08 0.09 0.10 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:03:01 docker0 1.07 1.07 0.08 0.09 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:03:01 ens3 21.78 14.53 17.05 9.75 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:04:01 ens3 89.20 59.16 1813.73 17.46 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:04:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:05:01 veth9307bc1 5.67 7.75 0.54 3.68 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:05:01 veth985744b 5.68 7.58 0.55 3.67 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:05:01 veth7198673 5.70 7.80 0.55 3.69 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:05:01 veth1d82cd0 0.42 2.80 0.04 0.23 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:05:01 docker0 107.57 178.05 7.29 1794.42 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:05:01 ens3 336.29 181.62 4649.84 29.70 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:05:01 veth16ebe0a 6.98 9.67 0.67 4.70 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:05:01 lo 1.73 1.73 0.17 0.17 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:05:01 veth41ba6a8 6.98 9.93 0.67 4.72 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:05:01 veth78d88da 5.67 7.93 0.55 3.69 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:06:01 veth1d82cd0 0.13 0.23 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:06:01 docker0 511.43 743.16 42.64 7391.16 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:06:01 ens3 904.40 618.26 8815.15 65.32 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:06:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:07:01 vethe556534 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:07:01 vethf29f298 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:07:01 vethbe73ff0 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:07:01 veth1d82cd0 0.00 0.62 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:07:01 docker0 0.60 0.00 0.02 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:07:01 ens3 16.13 11.20 12.30 8.47 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:07:01 veth56cf3ab 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:07:01 vethcce7c06 0.05 0.53 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:07:01 vethe042ae2 0.05 0.58 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:07:01 vethfd5ef44 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:07:01 vethf0a9b64 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:07:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:07:01 vethdae8cab 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:07:01 veth89232fe 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:07:01 veth94c7ea0 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.934Z] 02:07:01 veth8d8abcf 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:08:01 vethe556534 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:08:01 vethf29f298 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:08:01 veth1d82cd0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:08:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:08:01 ens3 7.08 3.90 5.72 3.11 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:08:01 veth56cf3ab 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:08:01 vethcce7c06 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:08:01 vethe042ae2 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:08:01 vethfd5ef44 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:08:01 vethf0a9b64 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:08:01 vethdae8cab 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:08:01 veth94c7ea0 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:08:01 veth8d8abcf 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:09:01 vethde02658 0.75 0.05 0.04 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:09:01 vethef131de 0.63 0.05 0.03 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:09:01 veth1d82cd0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:09:01 ens3 17.23 20.43 5.94 68.53 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:09:01 vethcce7c06 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:09:01 vethfd5ef44 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:09:01 vethf0a9b64 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:09:01 vethd4e46f8 0.77 0.05 0.04 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:09:01 veth94c7ea0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:10:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:10:01 ens3 72.82 88.76 26.81 289.13 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:10:01 lo 2.86 2.86 0.28 0.28 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:11:01 ens3 157.47 148.94 91.94 654.59 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:11:01 lo 15.73 15.73 1.54 1.54 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:12:01 ens3 453.90 454.05 189.66 2695.45 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:12:01 lo 36.85 36.85 3.60 3.60 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:13:01 ens3 166.29 155.45 87.37 806.19 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:13:01 lo 14.60 14.60 1.43 1.43 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:14:01 ens3 0.77 0.52 1.06 0.22 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:15:01 ens3 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:16:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:17:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:18:02 ens3 0.15 0.15 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:18:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:19:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:20:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:21:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:24:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:25:01 ens3 0.18 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:26:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:27:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:28:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:29:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:30:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:31:01 ens3 0.15 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:32:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:33:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:34:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:35:01 ens3 0.27 0.28 0.14 0.08 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:36:01 ens3 0.52 0.47 0.27 0.22 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:37:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.935Z] 02:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:39:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:40:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:41:01 ens3 0.12 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:42:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:43:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:44:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:45:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:46:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:47:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:49:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:50:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:51:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:52:01 docker0 71.39 84.64 6.12 865.75 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:52:01 ens3 224.98 176.65 3543.01 152.89 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:52:01 lo 1.53 1.53 0.16 0.16 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] 02:52:01 veth7f8de02 0.05 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] Average: docker0 28.44 34.52 2.20 282.60 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] Average: ens3 66.55 54.96 522.64 95.10 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] Average: lo 1.54 1.54 0.15 0.15 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] Average: veth7f8de02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-11T02:52:53.936Z] [2025-07-11T02:52:53.936Z] [2025-07-11T02:52:53.936Z] ---> sar -P ALL: [2025-07-11T02:52:53.936Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4949) 07/11/25 _x86_64_ (8 CPU) [2025-07-11T02:52:53.936Z] [2025-07-11T02:52:53.936Z] 01:59:00 LINUX RESTART (8 CPU) [2025-07-11T02:52:53.936Z] [2025-07-11T02:52:53.936Z] 02:00:02 CPU %user %nice %system %iowait %steal %idle [2025-07-11T02:52:53.936Z] 02:01:01 all 6.65 0.00 2.94 3.35 0.07 87.00 [2025-07-11T02:52:53.936Z] 02:01:01 0 6.07 0.00 2.52 1.62 0.05 89.73 [2025-07-11T02:52:53.936Z] 02:01:01 1 5.46 0.00 2.16 0.57 0.05 91.76 [2025-07-11T02:52:53.936Z] 02:01:01 2 6.00 0.00 3.07 4.73 0.07 86.13 [2025-07-11T02:52:53.936Z] 02:01:01 3 6.67 0.00 2.51 2.09 0.07 88.66 [2025-07-11T02:52:53.936Z] 02:01:01 4 7.46 0.00 3.94 0.81 0.07 87.73 [2025-07-11T02:52:53.936Z] 02:01:01 5 5.59 0.00 2.67 13.11 0.09 78.54 [2025-07-11T02:52:53.936Z] 02:01:01 6 5.84 0.00 3.26 1.03 0.07 89.80 [2025-07-11T02:52:53.936Z] 02:01:01 7 10.10 0.00 3.39 2.84 0.07 83.61 [2025-07-11T02:52:53.936Z] 02:02:01 all 44.79 0.00 7.29 0.57 0.10 47.25 [2025-07-11T02:52:53.936Z] 02:02:01 0 43.91 0.00 7.53 1.04 0.10 47.42 [2025-07-11T02:52:53.936Z] 02:02:01 1 44.53 0.00 7.18 0.17 0.10 48.03 [2025-07-11T02:52:53.936Z] 02:02:01 2 42.36 0.00 7.23 0.07 0.08 50.25 [2025-07-11T02:52:53.936Z] 02:02:01 3 47.86 0.00 7.58 0.02 0.10 44.45 [2025-07-11T02:52:53.936Z] 02:02:01 4 46.67 0.00 7.01 0.18 0.10 46.03 [2025-07-11T02:52:53.936Z] 02:02:01 5 42.82 0.00 7.24 2.77 0.10 47.07 [2025-07-11T02:52:53.936Z] 02:02:01 6 47.64 0.00 7.43 0.17 0.12 44.64 [2025-07-11T02:52:53.936Z] 02:02:01 7 42.52 0.00 7.15 0.10 0.10 50.13 [2025-07-11T02:52:53.936Z] 02:03:01 all 56.63 0.00 6.81 0.31 0.11 36.14 [2025-07-11T02:52:53.936Z] 02:03:01 0 56.03 0.00 6.97 0.32 0.10 36.58 [2025-07-11T02:52:53.936Z] 02:03:01 1 56.48 0.00 6.40 1.97 0.12 35.03 [2025-07-11T02:52:53.936Z] 02:03:01 2 56.80 0.00 7.04 0.00 0.12 36.04 [2025-07-11T02:52:53.936Z] 02:03:01 3 57.37 0.00 6.41 0.00 0.12 36.11 [2025-07-11T02:52:53.936Z] 02:03:01 4 56.08 0.00 6.74 0.02 0.12 37.04 [2025-07-11T02:52:53.936Z] 02:03:01 5 56.83 0.00 6.92 0.15 0.12 35.98 [2025-07-11T02:52:53.936Z] 02:03:01 6 56.76 0.00 7.20 0.00 0.10 35.94 [2025-07-11T02:52:53.936Z] 02:03:01 7 56.71 0.00 6.78 0.02 0.10 36.39 [2025-07-11T02:52:53.936Z] 02:04:01 all 38.58 0.00 7.32 0.68 0.09 53.33 [2025-07-11T02:52:53.936Z] 02:04:01 0 37.54 0.00 7.58 0.44 0.08 54.35 [2025-07-11T02:52:53.936Z] 02:04:01 1 38.61 0.00 6.50 0.02 0.08 54.79 [2025-07-11T02:52:53.936Z] 02:04:01 2 38.25 0.00 7.76 0.00 0.08 53.90 [2025-07-11T02:52:53.936Z] 02:04:01 3 36.87 0.00 6.83 0.02 0.08 56.20 [2025-07-11T02:52:53.936Z] 02:04:01 4 40.06 0.00 8.18 1.14 0.08 50.54 [2025-07-11T02:52:53.936Z] 02:04:01 5 39.19 0.00 6.93 1.67 0.10 52.11 [2025-07-11T02:52:53.936Z] 02:04:01 6 39.73 0.00 7.22 0.32 0.10 52.63 [2025-07-11T02:52:53.936Z] 02:04:01 7 38.40 0.00 7.61 1.82 0.10 52.06 [2025-07-11T02:52:53.936Z] 02:05:01 all 18.39 0.00 7.67 25.72 0.08 48.14 [2025-07-11T02:52:53.936Z] 02:05:01 0 17.64 0.00 8.29 31.61 0.10 42.36 [2025-07-11T02:52:53.936Z] 02:05:01 1 18.85 0.00 7.82 35.30 0.07 37.96 [2025-07-11T02:52:53.936Z] 02:05:01 2 17.91 0.00 7.40 52.52 0.08 22.08 [2025-07-11T02:52:53.936Z] 02:05:01 3 19.66 0.00 6.81 16.30 0.07 57.16 [2025-07-11T02:52:53.936Z] 02:05:01 4 18.32 0.00 8.10 19.80 0.08 53.70 [2025-07-11T02:52:53.936Z] 02:05:01 5 18.12 0.00 7.68 20.50 0.07 53.63 [2025-07-11T02:52:53.936Z] 02:05:01 6 18.74 0.00 7.85 19.28 0.07 54.08 [2025-07-11T02:52:53.936Z] 02:05:01 7 17.91 0.00 7.40 10.57 0.08 64.04 [2025-07-11T02:52:53.936Z] 02:06:01 all 7.78 0.00 5.11 12.18 0.05 74.88 [2025-07-11T02:52:53.936Z] 02:06:01 0 7.08 0.00 4.86 10.65 0.05 77.36 [2025-07-11T02:52:53.936Z] 02:06:01 1 8.16 0.00 4.54 2.80 0.05 84.46 [2025-07-11T02:52:53.936Z] 02:06:01 2 8.42 0.00 7.17 33.09 0.07 51.25 [2025-07-11T02:52:53.936Z] 02:06:01 3 7.10 0.00 4.84 29.83 0.05 58.18 [2025-07-11T02:52:53.936Z] 02:06:01 4 7.65 0.00 4.57 5.27 0.05 82.46 [2025-07-11T02:52:53.936Z] 02:06:01 5 8.62 0.00 4.06 6.13 0.05 81.14 [2025-07-11T02:52:53.936Z] 02:06:01 6 7.42 0.00 6.12 5.40 0.05 81.01 [2025-07-11T02:52:53.936Z] 02:06:01 7 7.78 0.00 4.74 4.39 0.03 83.05 [2025-07-11T02:52:53.936Z] 02:07:01 all 80.02 0.00 11.08 2.41 0.15 6.34 [2025-07-11T02:52:53.936Z] 02:07:01 0 79.72 0.00 11.41 1.70 0.15 7.02 [2025-07-11T02:52:53.936Z] 02:07:01 1 80.18 0.00 10.60 2.01 0.15 7.06 [2025-07-11T02:52:53.936Z] 02:07:01 2 79.98 0.00 11.07 1.49 0.13 7.33 [2025-07-11T02:52:53.936Z] 02:07:01 3 79.01 0.00 12.16 7.38 0.15 1.30 [2025-07-11T02:52:53.936Z] 02:07:01 4 80.19 0.00 10.90 1.69 0.15 7.07 [2025-07-11T02:52:53.937Z] 02:07:01 5 80.51 0.00 10.52 1.62 0.15 7.20 [2025-07-11T02:52:53.937Z] 02:07:01 6 79.57 0.00 11.65 1.62 0.13 7.03 [2025-07-11T02:52:53.937Z] 02:07:01 7 81.00 0.00 10.36 1.80 0.17 6.67 [2025-07-11T02:52:53.937Z] 02:08:01 all 90.58 0.00 9.29 0.00 0.13 0.00 [2025-07-11T02:52:53.937Z] 02:08:01 0 90.70 0.00 9.15 0.00 0.15 0.00 [2025-07-11T02:52:53.937Z] 02:08:01 1 91.40 0.00 8.46 0.00 0.13 0.00 [2025-07-11T02:52:53.937Z] 02:08:01 2 89.69 0.00 10.18 0.00 0.13 0.00 [2025-07-11T02:52:53.937Z] 02:08:01 3 90.40 0.00 9.47 0.00 0.13 0.00 [2025-07-11T02:52:53.937Z] 02:08:01 4 90.20 0.00 9.68 0.00 0.12 0.00 [2025-07-11T02:52:53.937Z] 02:08:01 5 91.47 0.00 8.40 0.00 0.13 0.00 [2025-07-11T02:52:53.937Z] 02:08:01 6 89.92 0.00 9.97 0.00 0.12 0.00 [2025-07-11T02:52:53.937Z] 02:08:01 7 90.82 0.00 9.05 0.00 0.13 0.00 [2025-07-11T02:52:53.937Z] 02:09:01 all 75.95 0.00 9.20 4.94 0.15 9.76 [2025-07-11T02:52:53.937Z] 02:09:01 0 75.52 0.00 9.78 4.10 0.15 10.45 [2025-07-11T02:52:53.937Z] 02:09:01 1 75.74 0.00 8.89 7.24 0.15 7.99 [2025-07-11T02:52:53.937Z] 02:09:01 2 75.71 0.00 9.56 2.92 0.13 11.68 [2025-07-11T02:52:53.937Z] 02:09:01 3 75.08 0.00 9.53 4.01 0.13 11.25 [2025-07-11T02:52:53.937Z] 02:09:01 4 76.36 0.00 9.70 4.17 0.20 9.57 [2025-07-11T02:52:53.937Z] 02:09:01 5 77.29 0.00 8.20 4.45 0.15 9.90 [2025-07-11T02:52:53.937Z] 02:09:01 6 75.73 0.00 9.08 5.12 0.17 9.90 [2025-07-11T02:52:53.937Z] 02:09:01 7 76.19 0.00 8.82 7.52 0.15 7.33 [2025-07-11T02:52:53.937Z] 02:10:01 all 1.76 0.00 0.82 2.61 0.03 94.77 [2025-07-11T02:52:53.937Z] 02:10:01 0 2.30 0.00 0.88 3.62 0.03 93.17 [2025-07-11T02:52:53.937Z] 02:10:01 1 0.87 0.00 0.75 3.31 0.02 95.06 [2025-07-11T02:52:53.937Z] 02:10:01 2 1.45 0.00 0.85 3.03 0.03 94.63 [2025-07-11T02:52:53.937Z] 02:10:01 3 1.72 0.00 0.82 2.34 0.03 95.09 [2025-07-11T02:52:53.937Z] 02:10:01 4 2.39 0.00 0.94 2.99 0.03 93.66 [2025-07-11T02:52:53.937Z] 02:10:01 5 1.49 0.00 0.78 2.47 0.03 95.22 [2025-07-11T02:52:53.937Z] 02:10:01 6 2.15 0.00 0.87 1.37 0.03 95.57 [2025-07-11T02:52:53.937Z] 02:10:01 7 1.69 0.00 0.70 1.79 0.02 95.80 [2025-07-11T02:52:53.937Z] 02:11:01 all 3.38 0.00 0.57 0.05 0.03 95.97 [2025-07-11T02:52:53.937Z] 02:11:01 0 4.24 0.00 0.73 0.02 0.05 94.96 [2025-07-11T02:52:53.937Z] 02:11:01 1 4.38 0.00 0.55 0.00 0.02 95.05 [2025-07-11T02:52:53.937Z] 02:11:01 2 2.85 0.00 0.52 0.27 0.03 96.33 [2025-07-11T02:52:53.937Z] 02:11:01 3 4.27 0.00 0.70 0.02 0.03 94.98 [2025-07-11T02:52:53.937Z] 02:11:01 4 2.29 0.00 0.50 0.05 0.02 97.14 [2025-07-11T02:52:53.937Z] 02:11:01 5 2.87 0.00 0.58 0.02 0.03 96.49 [2025-07-11T02:52:53.937Z] 02:11:01 6 3.07 0.00 0.45 0.00 0.03 96.44 [2025-07-11T02:52:53.937Z] 02:11:01 7 3.04 0.00 0.53 0.00 0.03 96.39 [2025-07-11T02:52:53.937Z] [2025-07-11T02:52:53.937Z] 02:11:01 CPU %user %nice %system %iowait %steal %idle [2025-07-11T02:52:53.937Z] 02:12:01 all 10.79 0.00 1.05 0.10 0.06 87.99 [2025-07-11T02:52:53.937Z] 02:12:01 0 7.75 0.00 0.89 0.03 0.05 91.28 [2025-07-11T02:52:53.937Z] 02:12:01 1 12.43 0.00 1.14 0.00 0.07 86.37 [2025-07-11T02:52:53.937Z] 02:12:01 2 10.34 0.00 1.05 0.08 0.07 88.46 [2025-07-11T02:52:53.937Z] 02:12:01 3 10.07 0.00 1.00 0.02 0.07 88.84 [2025-07-11T02:52:53.937Z] 02:12:01 4 10.22 0.00 1.17 0.10 0.07 88.43 [2025-07-11T02:52:53.937Z] 02:12:01 5 14.68 0.00 1.02 0.50 0.08 83.72 [2025-07-11T02:52:53.937Z] 02:12:01 6 16.10 0.00 1.22 0.05 0.07 82.57 [2025-07-11T02:52:53.937Z] 02:12:01 7 4.74 0.00 0.94 0.03 0.05 94.24 [2025-07-11T02:52:53.937Z] 02:13:01 all 4.23 0.00 0.50 0.05 0.04 95.19 [2025-07-11T02:52:53.937Z] 02:13:01 0 2.75 0.00 0.42 0.00 0.02 96.82 [2025-07-11T02:52:53.937Z] 02:13:01 1 4.49 0.00 0.50 0.02 0.03 94.96 [2025-07-11T02:52:53.937Z] 02:13:01 2 3.62 0.00 0.43 0.00 0.05 95.89 [2025-07-11T02:52:53.937Z] 02:13:01 3 4.85 0.00 0.43 0.00 0.03 94.68 [2025-07-11T02:52:53.937Z] 02:13:01 4 1.94 0.00 0.56 0.02 0.03 97.45 [2025-07-11T02:52:53.937Z] 02:13:01 5 3.94 0.00 0.57 0.30 0.05 95.14 [2025-07-11T02:52:53.937Z] 02:13:01 6 7.53 0.00 0.55 0.03 0.07 91.82 [2025-07-11T02:52:53.937Z] 02:13:01 7 4.71 0.00 0.55 0.00 0.03 94.70 [2025-07-11T02:52:53.937Z] 02:14:01 all 0.04 0.00 0.02 0.01 0.01 99.92 [2025-07-11T02:52:53.937Z] 02:14:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-11T02:52:53.937Z] 02:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.937Z] 02:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.937Z] 02:14:01 3 0.05 0.00 0.02 0.02 0.02 99.90 [2025-07-11T02:52:53.937Z] 02:14:01 4 0.13 0.00 0.02 0.00 0.00 99.85 [2025-07-11T02:52:53.937Z] 02:14:01 5 0.07 0.00 0.03 0.02 0.02 99.87 [2025-07-11T02:52:53.937Z] 02:14:01 6 0.00 0.00 0.03 0.02 0.00 99.95 [2025-07-11T02:52:53.937Z] 02:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.937Z] 02:15:01 all 0.06 0.00 0.04 0.00 0.01 99.89 [2025-07-11T02:52:53.937Z] 02:15:01 0 0.12 0.00 0.02 0.00 0.00 99.87 [2025-07-11T02:52:53.937Z] 02:15:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2025-07-11T02:52:53.937Z] 02:15:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2025-07-11T02:52:53.937Z] 02:15:01 3 0.07 0.00 0.07 0.00 0.02 99.85 [2025-07-11T02:52:53.937Z] 02:15:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-11T02:52:53.937Z] 02:15:01 5 0.12 0.00 0.07 0.02 0.02 99.78 [2025-07-11T02:52:53.937Z] 02:15:01 6 0.05 0.00 0.03 0.02 0.00 99.90 [2025-07-11T02:52:53.937Z] 02:15:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-11T02:52:53.937Z] 02:16:01 all 0.09 0.00 0.01 0.13 0.01 99.76 [2025-07-11T02:52:53.937Z] 02:16:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2025-07-11T02:52:53.937Z] 02:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.937Z] 02:16:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-11T02:52:53.937Z] 02:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-11T02:52:53.937Z] 02:16:01 4 0.55 0.00 0.00 0.00 0.00 99.45 [2025-07-11T02:52:53.937Z] 02:16:01 5 0.05 0.00 0.03 1.05 0.02 98.85 [2025-07-11T02:52:53.937Z] 02:16:01 6 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-11T02:52:53.937Z] 02:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.937Z] 02:17:01 all 0.12 0.00 0.03 0.19 0.01 99.64 [2025-07-11T02:52:53.937Z] 02:17:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-11T02:52:53.937Z] 02:17:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-11T02:52:53.937Z] 02:17:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2025-07-11T02:52:53.937Z] 02:17:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-11T02:52:53.937Z] 02:17:01 4 0.71 0.00 0.12 0.00 0.00 99.17 [2025-07-11T02:52:53.937Z] 02:17:01 5 0.05 0.00 0.03 1.20 0.02 98.70 [2025-07-11T02:52:53.937Z] 02:17:01 6 0.10 0.00 0.03 0.35 0.02 99.50 [2025-07-11T02:52:53.937Z] 02:17:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-11T02:52:53.937Z] 02:18:02 all 0.02 0.00 0.01 0.22 0.01 99.75 [2025-07-11T02:52:53.937Z] 02:18:02 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-11T02:52:53.937Z] 02:18:02 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.937Z] 02:18:02 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.937Z] 02:18:02 3 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-11T02:52:53.937Z] 02:18:02 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.937Z] 02:18:02 5 0.03 0.00 0.02 1.00 0.02 98.93 [2025-07-11T02:52:53.937Z] 02:18:02 6 0.03 0.00 0.02 0.72 0.02 99.21 [2025-07-11T02:52:53.937Z] 02:18:02 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-11T02:52:53.937Z] 02:19:01 all 0.06 0.00 0.01 0.32 0.01 99.60 [2025-07-11T02:52:53.937Z] 02:19:01 0 0.05 0.00 0.02 0.20 0.00 99.73 [2025-07-11T02:52:53.937Z] 02:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.937Z] 02:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.937Z] 02:19:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-11T02:52:53.937Z] 02:19:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.937Z] 02:19:01 5 0.05 0.00 0.02 2.37 0.03 97.52 [2025-07-11T02:52:53.937Z] 02:19:01 6 0.24 0.00 0.00 0.00 0.02 99.74 [2025-07-11T02:52:53.937Z] 02:19:01 7 0.07 0.00 0.00 0.00 0.00 99.93 [2025-07-11T02:52:53.937Z] 02:20:01 all 0.27 0.00 0.02 0.16 0.00 99.54 [2025-07-11T02:52:53.937Z] 02:20:01 0 0.05 0.00 0.03 0.45 0.00 99.47 [2025-07-11T02:52:53.937Z] 02:20:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-11T02:52:53.937Z] 02:20:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-11T02:52:53.937Z] 02:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.937Z] 02:20:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.937Z] 02:20:01 5 0.03 0.00 0.07 0.87 0.02 99.02 [2025-07-11T02:52:53.937Z] 02:20:01 6 1.97 0.00 0.02 0.00 0.00 98.01 [2025-07-11T02:52:53.937Z] 02:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.937Z] 02:21:01 all 0.24 0.00 0.01 0.04 0.01 99.70 [2025-07-11T02:52:53.937Z] 02:21:01 0 0.10 0.00 0.02 0.00 0.02 99.87 [2025-07-11T02:52:53.937Z] 02:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.938Z] 02:21:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-11T02:52:53.938Z] 02:21:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-11T02:52:53.938Z] 02:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.938Z] 02:21:01 5 0.00 0.00 0.03 0.30 0.02 99.65 [2025-07-11T02:52:53.938Z] 02:21:01 6 1.71 0.00 0.00 0.00 0.02 98.27 [2025-07-11T02:52:53.938Z] 02:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.938Z] 02:22:01 all 0.17 0.00 0.03 0.04 0.01 99.75 [2025-07-11T02:52:53.938Z] 02:22:01 0 0.12 0.00 0.07 0.05 0.00 99.77 [2025-07-11T02:52:53.938Z] 02:22:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-11T02:52:53.938Z] 02:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.938Z] 02:22:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-11T02:52:53.938Z] 02:22:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-11T02:52:53.938Z] 02:22:01 5 0.10 0.00 0.03 0.30 0.02 99.55 [2025-07-11T02:52:53.938Z] 02:22:01 6 1.03 0.00 0.10 0.00 0.00 98.87 [2025-07-11T02:52:53.938Z] 02:22:01 7 0.08 0.00 0.02 0.00 0.00 99.90 [2025-07-11T02:52:53.938Z] [2025-07-11T02:52:53.938Z] 02:22:01 CPU %user %nice %system %iowait %steal %idle [2025-07-11T02:52:53.938Z] 02:23:01 all 0.16 0.00 0.01 0.11 0.01 99.71 [2025-07-11T02:52:53.938Z] 02:23:01 0 0.08 0.00 0.02 0.00 0.02 99.88 [2025-07-11T02:52:53.938Z] 02:23:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-11T02:52:53.938Z] 02:23:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-11T02:52:53.938Z] 02:23:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-11T02:52:53.938Z] 02:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.938Z] 02:23:01 5 0.03 0.00 0.03 0.87 0.02 99.05 [2025-07-11T02:52:53.938Z] 02:23:01 6 1.04 0.00 0.02 0.00 0.02 98.92 [2025-07-11T02:52:53.938Z] 02:23:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-11T02:52:53.938Z] 02:24:01 all 0.28 0.00 0.02 0.07 0.00 99.63 [2025-07-11T02:52:53.938Z] 02:24:01 0 0.08 0.00 0.00 0.27 0.02 99.63 [2025-07-11T02:52:53.938Z] 02:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-11T02:52:53.938Z] 02:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.938Z] 02:24:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-11T02:52:53.938Z] 02:24:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-11T02:52:53.938Z] 02:24:01 5 0.07 0.00 0.03 0.32 0.00 99.58 [2025-07-11T02:52:53.938Z] 02:24:01 6 1.95 0.00 0.00 0.00 0.00 98.05 [2025-07-11T02:52:53.938Z] 02:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-11T02:52:53.938Z] 02:25:01 all 0.08 0.00 0.01 0.01 0.01 99.90 [2025-07-11T02:52:53.938Z] 02:25:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-11T02:52:53.938Z] 02:25:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-11T02:52:53.938Z] 02:25:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-11T02:52:53.938Z] 02:25:01 3 0.08 0.00 0.02 0.00 0.00 99.90 [2025-07-11T02:52:53.938Z] 02:25:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-11T02:52:53.938Z] 02:25:01 5 0.03 0.00 0.03 0.03 0.02 99.88 [2025-07-11T02:52:53.938Z] 02:25:01 6 0.32 0.00 0.02 0.00 0.02 99.65 [2025-07-11T02:52:53.938Z] 02:25:01 7 0.07 0.00 0.00 0.00 0.00 99.93 [2025-07-11T02:52:53.938Z] 02:26:01 all 0.03 0.00 0.01 0.01 0.00 99.95 [2025-07-11T02:52:53.938Z] 02:26:01 0 0.08 0.00 0.02 0.02 0.00 99.88 [2025-07-11T02:52:53.938Z] 02:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.938Z] 02:26:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-11T02:52:53.938Z] 02:26:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-11T02:52:53.938Z] 02:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.938Z] 02:26:01 5 0.03 0.00 0.02 0.03 0.00 99.92 [2025-07-11T02:52:53.938Z] 02:26:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-11T02:52:53.938Z] 02:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.938Z] 02:27:01 all 0.06 0.00 0.02 0.01 0.01 99.91 [2025-07-11T02:52:53.938Z] 02:27:01 0 0.10 0.00 0.02 0.05 0.02 99.82 [2025-07-11T02:52:53.938Z] 02:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.938Z] 02:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.938Z] 02:27:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2025-07-11T02:52:53.938Z] 02:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.938Z] 02:27:01 5 0.02 0.00 0.03 0.02 0.02 99.92 [2025-07-11T02:52:53.938Z] 02:27:01 6 0.25 0.00 0.00 0.00 0.02 99.73 [2025-07-11T02:52:53.938Z] 02:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.938Z] 02:28:01 all 0.09 0.00 0.02 0.03 0.00 99.86 [2025-07-11T02:52:53.938Z] 02:28:01 0 0.10 0.00 0.03 0.02 0.00 99.85 [2025-07-11T02:52:53.938Z] 02:28:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-11T02:52:53.938Z] 02:28:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-11T02:52:53.938Z] 02:28:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-11T02:52:53.938Z] 02:28:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.938Z] 02:28:01 5 0.02 0.00 0.02 0.22 0.00 99.75 [2025-07-11T02:52:53.938Z] 02:28:01 6 0.50 0.00 0.02 0.00 0.00 99.48 [2025-07-11T02:52:53.938Z] 02:28:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-11T02:52:53.938Z] 02:29:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2025-07-11T02:52:53.938Z] 02:29:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-11T02:52:53.938Z] 02:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.938Z] 02:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.938Z] 02:29:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-11T02:52:53.938Z] 02:29:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-11T02:52:53.938Z] 02:29:01 5 0.05 0.00 0.02 0.02 0.00 99.92 [2025-07-11T02:52:53.938Z] 02:29:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-11T02:52:53.938Z] 02:29:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-11T02:52:53.938Z] 02:30:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-11T02:52:53.938Z] 02:30:01 0 0.10 0.00 0.02 0.02 0.00 99.87 [2025-07-11T02:52:53.938Z] 02:30:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-11T02:52:53.938Z] 02:30:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-11T02:52:53.938Z] 02:30:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-11T02:52:53.938Z] 02:30:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.938Z] 02:30:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-11T02:52:53.938Z] 02:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.938Z] 02:30:01 7 0.02 0.00 0.03 0.02 0.00 99.93 [2025-07-11T02:52:53.938Z] 02:31:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-07-11T02:52:53.938Z] 02:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-11T02:52:53.938Z] 02:31:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-11T02:52:53.938Z] 02:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.938Z] 02:31:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-11T02:52:53.938Z] 02:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.938Z] 02:31:01 5 0.03 0.00 0.03 0.03 0.02 99.88 [2025-07-11T02:52:53.938Z] 02:31:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-11T02:52:53.938Z] 02:31:01 7 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-11T02:52:53.939Z] 02:32:01 all 0.12 0.00 0.02 0.00 0.00 99.86 [2025-07-11T02:52:53.939Z] 02:32:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-11T02:52:53.939Z] 02:32:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-11T02:52:53.939Z] 02:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.939Z] 02:32:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-11T02:52:53.939Z] 02:32:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.939Z] 02:32:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2025-07-11T02:52:53.939Z] 02:32:01 6 0.70 0.00 0.05 0.00 0.00 99.25 [2025-07-11T02:52:53.939Z] 02:32:01 7 0.05 0.00 0.02 0.02 0.00 99.92 [2025-07-11T02:52:53.939Z] 02:33:01 all 0.06 0.00 0.02 0.00 0.01 99.91 [2025-07-11T02:52:53.939Z] 02:33:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-11T02:52:53.939Z] 02:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.939Z] 02:33:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-11T02:52:53.939Z] 02:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-11T02:52:53.939Z] 02:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.939Z] 02:33:01 5 0.03 0.00 0.07 0.03 0.02 99.85 [2025-07-11T02:52:53.939Z] 02:33:01 6 0.30 0.00 0.03 0.00 0.02 99.65 [2025-07-11T02:52:53.939Z] 02:33:01 7 0.07 0.00 0.03 0.00 0.00 99.90 [2025-07-11T02:52:53.939Z] [2025-07-11T02:52:53.939Z] 02:33:01 CPU %user %nice %system %iowait %steal %idle [2025-07-11T02:52:53.939Z] 02:34:01 all 0.17 0.00 0.01 0.00 0.01 99.81 [2025-07-11T02:52:53.939Z] 02:34:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-11T02:52:53.939Z] 02:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.939Z] 02:34:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-11T02:52:53.939Z] 02:34:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-11T02:52:53.939Z] 02:34:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.939Z] 02:34:01 5 0.03 0.00 0.03 0.02 0.02 99.90 [2025-07-11T02:52:53.939Z] 02:34:01 6 1.17 0.00 0.00 0.00 0.00 98.83 [2025-07-11T02:52:53.939Z] 02:34:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-11T02:52:53.939Z] 02:35:01 all 0.14 0.00 0.02 0.01 0.01 99.83 [2025-07-11T02:52:53.939Z] 02:35:01 0 0.08 0.00 0.05 0.00 0.00 99.87 [2025-07-11T02:52:53.939Z] 02:35:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-11T02:52:53.939Z] 02:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.939Z] 02:35:01 3 0.07 0.00 0.07 0.00 0.02 99.85 [2025-07-11T02:52:53.939Z] 02:35:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-11T02:52:53.939Z] 02:35:01 5 0.05 0.00 0.00 0.12 0.00 99.83 [2025-07-11T02:52:53.939Z] 02:35:01 6 0.78 0.00 0.00 0.00 0.02 99.20 [2025-07-11T02:52:53.939Z] 02:35:01 7 0.08 0.00 0.02 0.00 0.00 99.90 [2025-07-11T02:52:53.939Z] 02:36:01 all 0.24 0.00 0.01 0.06 0.01 99.68 [2025-07-11T02:52:53.939Z] 02:36:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-11T02:52:53.939Z] 02:36:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-11T02:52:53.939Z] 02:36:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-11T02:52:53.939Z] 02:36:01 3 0.05 0.00 0.03 0.00 0.03 99.88 [2025-07-11T02:52:53.939Z] 02:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.939Z] 02:36:01 5 0.02 0.00 0.02 0.45 0.02 99.50 [2025-07-11T02:52:53.939Z] 02:36:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-11T02:52:53.939Z] 02:36:01 7 1.73 0.00 0.03 0.00 0.00 98.24 [2025-07-11T02:52:53.939Z] 02:37:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-11T02:52:53.939Z] 02:37:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-11T02:52:53.939Z] 02:37:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-11T02:52:53.939Z] 02:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.939Z] 02:37:01 3 0.03 0.00 0.03 0.00 0.03 99.90 [2025-07-11T02:52:53.939Z] 02:37:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-11T02:52:53.939Z] 02:37:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-11T02:52:53.939Z] 02:37:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-11T02:52:53.939Z] 02:37:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-11T02:52:53.939Z] 02:38:01 all 0.18 0.00 0.02 0.01 0.01 99.78 [2025-07-11T02:52:53.939Z] 02:38:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-11T02:52:53.939Z] 02:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.939Z] 02:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-11T02:52:53.939Z] 02:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.939Z] 02:38:01 4 0.13 0.00 0.00 0.00 0.02 99.85 [2025-07-11T02:52:53.939Z] 02:38:01 5 0.05 0.00 0.02 0.07 0.02 99.85 [2025-07-11T02:52:53.939Z] 02:38:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.939Z] 02:38:01 7 1.17 0.00 0.07 0.00 0.00 98.76 [2025-07-11T02:52:53.939Z] 02:39:01 all 0.18 0.00 0.04 0.00 0.01 99.76 [2025-07-11T02:52:53.939Z] 02:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.939Z] 02:39:01 1 0.12 0.00 0.00 0.00 0.00 99.88 [2025-07-11T02:52:53.939Z] 02:39:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.939Z] 02:39:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-11T02:52:53.939Z] 02:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.939Z] 02:39:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2025-07-11T02:52:53.939Z] 02:39:01 6 0.20 0.00 0.00 0.00 0.02 99.78 [2025-07-11T02:52:53.939Z] 02:39:01 7 1.06 0.00 0.26 0.00 0.00 98.68 [2025-07-11T02:52:53.939Z] 02:40:01 all 0.03 0.00 0.02 0.01 0.01 99.93 [2025-07-11T02:52:53.939Z] 02:40:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2025-07-11T02:52:53.939Z] 02:40:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-11T02:52:53.939Z] 02:40:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-11T02:52:53.939Z] 02:40:01 3 0.08 0.00 0.03 0.00 0.02 99.87 [2025-07-11T02:52:53.939Z] 02:40:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-11T02:52:53.939Z] 02:40:01 5 0.05 0.00 0.03 0.05 0.00 99.87 [2025-07-11T02:52:53.939Z] 02:40:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-11T02:52:53.939Z] 02:40:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-11T02:52:53.939Z] 02:41:01 all 0.04 0.00 0.02 0.01 0.00 99.93 [2025-07-11T02:52:53.939Z] 02:41:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-11T02:52:53.939Z] 02:41:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-11T02:52:53.939Z] 02:41:01 2 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-11T02:52:53.939Z] 02:41:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2025-07-11T02:52:53.939Z] 02:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.939Z] 02:41:01 5 0.03 0.00 0.05 0.07 0.02 99.83 [2025-07-11T02:52:53.939Z] 02:41:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-11T02:52:53.939Z] 02:41:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.939Z] 02:42:01 all 0.02 0.00 0.02 0.03 0.01 99.93 [2025-07-11T02:52:53.939Z] 02:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-11T02:52:53.939Z] 02:42:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-11T02:52:53.939Z] 02:42:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-11T02:52:53.939Z] 02:42:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-11T02:52:53.939Z] 02:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.939Z] 02:42:01 5 0.02 0.00 0.02 0.22 0.00 99.75 [2025-07-11T02:52:53.939Z] 02:42:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-11T02:52:53.939Z] 02:42:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-11T02:52:53.939Z] 02:43:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-07-11T02:52:53.939Z] 02:43:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-11T02:52:53.939Z] 02:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.939Z] 02:43:01 2 0.08 0.00 0.02 0.00 0.00 99.90 [2025-07-11T02:52:53.939Z] 02:43:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2025-07-11T02:52:53.939Z] 02:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.939Z] 02:43:01 5 0.00 0.00 0.02 0.03 0.02 99.93 [2025-07-11T02:52:53.939Z] 02:43:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-11T02:52:53.939Z] 02:43:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-11T02:52:53.939Z] 02:44:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-07-11T02:52:53.939Z] 02:44:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-11T02:52:53.939Z] 02:44:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-11T02:52:53.939Z] 02:44:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-11T02:52:53.939Z] 02:44:01 3 0.08 0.00 0.02 0.00 0.00 99.90 [2025-07-11T02:52:53.939Z] 02:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.939Z] 02:44:01 5 0.00 0.00 0.03 0.03 0.02 99.92 [2025-07-11T02:52:53.939Z] 02:44:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-11T02:52:53.939Z] 02:44:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-11T02:52:53.939Z] [2025-07-11T02:52:53.939Z] 02:44:01 CPU %user %nice %system %iowait %steal %idle [2025-07-11T02:52:53.939Z] 02:45:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-07-11T02:52:53.939Z] 02:45:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2025-07-11T02:52:53.939Z] 02:45:01 1 0.07 0.00 0.00 0.00 0.00 99.93 [2025-07-11T02:52:53.939Z] 02:45:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-11T02:52:53.939Z] 02:45:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-11T02:52:53.939Z] 02:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.939Z] 02:45:01 5 0.05 0.00 0.02 0.03 0.00 99.90 [2025-07-11T02:52:53.939Z] 02:45:01 6 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-11T02:52:53.939Z] 02:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.939Z] 02:46:01 all 0.14 0.00 0.03 0.00 0.01 99.81 [2025-07-11T02:52:53.939Z] 02:46:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2025-07-11T02:52:53.939Z] 02:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.939Z] 02:46:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-11T02:52:53.939Z] 02:46:01 3 0.07 0.00 0.05 0.00 0.02 99.87 [2025-07-11T02:52:53.939Z] 02:46:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.939Z] 02:46:01 5 0.05 0.00 0.02 0.03 0.02 99.88 [2025-07-11T02:52:53.939Z] 02:46:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-11T02:52:53.939Z] 02:46:01 7 0.86 0.00 0.08 0.00 0.00 99.05 [2025-07-11T02:52:53.939Z] 02:47:01 all 0.17 0.00 0.01 0.01 0.00 99.79 [2025-07-11T02:52:53.939Z] 02:47:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-11T02:52:53.939Z] 02:47:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-11T02:52:53.939Z] 02:47:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-11T02:52:53.939Z] 02:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-11T02:52:53.939Z] 02:47:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.939Z] 02:47:01 5 0.02 0.00 0.03 0.12 0.00 99.83 [2025-07-11T02:52:53.939Z] 02:47:01 6 0.07 0.00 0.00 0.00 0.00 99.93 [2025-07-11T02:52:53.939Z] 02:47:01 7 1.14 0.00 0.00 0.00 0.02 98.84 [2025-07-11T02:52:53.939Z] 02:48:01 all 0.07 0.00 0.01 0.00 0.01 99.90 [2025-07-11T02:52:53.939Z] 02:48:01 0 0.08 0.00 0.03 0.00 0.00 99.88 [2025-07-11T02:52:53.939Z] 02:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.939Z] 02:48:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-11T02:52:53.939Z] 02:48:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-11T02:52:53.939Z] 02:48:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-11T02:52:53.939Z] 02:48:01 5 0.02 0.00 0.02 0.03 0.00 99.93 [2025-07-11T02:52:53.939Z] 02:48:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-11T02:52:53.939Z] 02:48:01 7 0.43 0.00 0.00 0.00 0.00 99.57 [2025-07-11T02:52:53.939Z] 02:49:01 all 0.15 0.00 0.01 0.00 0.00 99.83 [2025-07-11T02:52:53.939Z] 02:49:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-11T02:52:53.939Z] 02:49:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-11T02:52:53.939Z] 02:49:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-11T02:52:53.939Z] 02:49:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2025-07-11T02:52:53.939Z] 02:49:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.939Z] 02:49:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-07-11T02:52:53.939Z] 02:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-11T02:52:53.939Z] 02:49:01 7 0.99 0.00 0.02 0.00 0.00 98.99 [2025-07-11T02:52:53.939Z] 02:50:01 all 0.25 0.00 0.02 0.00 0.01 99.72 [2025-07-11T02:52:53.939Z] 02:50:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2025-07-11T02:52:53.939Z] 02:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-11T02:52:53.939Z] 02:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-11T02:52:53.939Z] 02:50:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-11T02:52:53.939Z] 02:50:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-11T02:52:53.939Z] 02:50:01 5 0.02 0.00 0.00 0.03 0.02 99.93 [2025-07-11T02:52:53.939Z] 02:50:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-11T02:52:53.939Z] 02:50:01 7 1.79 0.00 0.02 0.00 0.00 98.19 [2025-07-11T02:52:53.939Z] 02:51:01 all 0.06 0.00 0.01 0.00 0.01 99.91 [2025-07-11T02:52:53.939Z] 02:51:01 0 0.07 0.00 0.00 0.00 0.02 99.92 [2025-07-11T02:52:53.939Z] 02:51:01 1 0.10 0.00 0.02 0.00 0.00 99.88 [2025-07-11T02:52:53.939Z] 02:51:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-11T02:52:53.940Z] 02:51:01 3 0.07 0.00 0.05 0.00 0.02 99.87 [2025-07-11T02:52:53.940Z] 02:51:01 4 0.15 0.00 0.00 0.00 0.00 99.85 [2025-07-11T02:52:53.940Z] 02:51:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-07-11T02:52:53.940Z] 02:51:01 6 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-11T02:52:53.940Z] 02:51:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-11T02:52:53.940Z] 02:52:01 all 4.66 0.00 2.01 0.55 0.04 92.74 [2025-07-11T02:52:53.940Z] 02:52:01 0 3.36 0.00 1.79 0.02 0.03 94.81 [2025-07-11T02:52:53.940Z] 02:52:01 1 4.96 0.00 1.49 0.13 0.03 93.39 [2025-07-11T02:52:53.940Z] 02:52:01 2 4.79 0.00 1.57 0.02 0.03 93.58 [2025-07-11T02:52:53.940Z] 02:52:01 3 3.69 0.00 1.91 0.02 0.03 94.34 [2025-07-11T02:52:53.940Z] 02:52:01 4 3.31 0.00 1.22 0.02 0.03 95.42 [2025-07-11T02:52:53.940Z] 02:52:01 5 5.33 0.00 3.42 2.53 0.05 88.66 [2025-07-11T02:52:53.940Z] 02:52:01 6 5.79 0.00 2.03 0.05 0.03 92.10 [2025-07-11T02:52:53.940Z] 02:52:01 7 6.03 0.00 2.67 1.63 0.03 89.63 [2025-07-11T02:52:53.940Z] Average: all 8.60 0.00 1.39 1.05 0.03 88.94 [2025-07-11T02:52:53.940Z] Average: 0 8.39 0.00 1.41 1.07 0.03 89.11 [2025-07-11T02:52:53.940Z] Average: 1 8.59 0.00 1.29 1.02 0.02 89.08 [2025-07-11T02:52:53.940Z] Average: 2 8.42 0.00 1.44 1.87 0.03 88.24 [2025-07-11T02:52:53.940Z] Average: 3 8.56 0.00 1.38 1.19 0.03 88.84 [2025-07-11T02:52:53.940Z] Average: 4 8.54 0.00 1.41 0.69 0.02 89.34 [2025-07-11T02:52:53.940Z] Average: 5 8.65 0.00 1.34 1.26 0.03 88.72 [2025-07-11T02:52:53.940Z] Average: 6 9.00 0.00 1.44 0.68 0.03 88.85 [2025-07-11T02:52:53.940Z] Average: 7 8.66 0.00 1.37 0.62 0.02 89.32 [2025-07-11T02:52:53.940Z] [2025-07-11T02:52:53.940Z] [2025-07-11T02:52:53.940Z]