Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 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-ssh6231862180054955523.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-ssh15814997134196682143.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-ssh2519927157209883224.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-ssh835083224874363199.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-ssh17904877502759104412.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 ‘prd-ubuntu20.04-docker-8c-8g-2256’ is offline Running on prd-ubuntu20.04-docker-8c-8g-2261 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/840 [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/840 # 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 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 # timeout=10 Commit message: "build(deps): Bump github.com/go-co-op/gocron/v2 from 2.16.1 to 2.16.2 (#5148)" > git rev-list --no-walk a4fc37660b1b21c16fcdbb2815343e7b100a20fe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-05-26T03:58:25.077Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-05-26T03:58:25.149Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-05-26T03:58:25.176Z] ========================================================= [2025-05-26T03:58:25.176Z] EdgeX Global Pipelines Version Info [2025-05-26T03:58:25.176Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:58:25.951Z] ------------------- [2025-05-26T03:58:25.951Z] stable info: [2025-05-26T03:58:25.951Z] ------------------- [2025-05-26T03:58:25.951Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-05-26T03:58:25.951Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-05-26T03:58:25.951Z] Message: update stable to v1.0.274 [2025-05-26T03:58:26.521Z] ------------------- [2025-05-26T03:58:26.521Z] experimental info: [2025-05-26T03:58:26.521Z] ------------------- [2025-05-26T03:58:26.521Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-05-26T03:58:26.521Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-05-26T03:58:26.521Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-05-26T03:58:26.599Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-05-26T03:58:26.624Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-05-26T03:58:26.648Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-05-26T03:58:26.667Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-05-26T03:58:26.686Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-05-26T03:58:26.706Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-05-26T03:58:26.733Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-05-26T03:58:26.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-05-26T03:58:26.777Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-05-26T03:58:26.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-05-26T03:58:26.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-05-26T03:58:26.848Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-05-26T03:58:26.876Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-05-26T03:58:26.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-05-26T03:58:26.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-05-26T03:58:26.948Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-05-26T03:58:26.970Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-05-26T03:58:26.989Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-05-26T03:58:27.009Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-05-26T03:58:27.039Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-05-26T03:58:27.061Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-05-26T03:58:27.083Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-05-26T03:58:27.105Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-05-26T03:58:27.127Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-05-26T03:58:27.146Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-05-26T03:58:27.168Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-05-26T03:58:27.186Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo [2025-05-26T03:58:27.203Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 02cb32c [Pipeline] echo [2025-05-26T03:58:27.227Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T03:58:27.289Z] provisioning config files... [2025-05-26T03:58:27.300Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/840@tmp/config8961988672258533530tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:58:27.630Z] ---> ****-login.sh [2025-05-26T03:58:27.630Z] nexus3.edgexfoundry.org:10001 [2025-05-26T03:58:27.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:58:27.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:58:27.891Z] Configure a credential helper to remove this warning. See [2025-05-26T03:58:27.891Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:58:27.891Z] [2025-05-26T03:58:27.891Z] Login Succeeded [2025-05-26T03:58:27.891Z] nexus3.edgexfoundry.org:10002 [2025-05-26T03:58:28.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:58:28.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:58:28.152Z] Configure a credential helper to remove this warning. See [2025-05-26T03:58:28.153Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:58:28.153Z] [2025-05-26T03:58:28.153Z] Login Succeeded [2025-05-26T03:58:28.153Z] nexus3.edgexfoundry.org:10003 [2025-05-26T03:58:28.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:58:28.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:58:28.153Z] Configure a credential helper to remove this warning. See [2025-05-26T03:58:28.153Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:58:28.153Z] [2025-05-26T03:58:28.153Z] Login Succeeded [2025-05-26T03:58:28.153Z] nexus3.edgexfoundry.org:10004 [2025-05-26T03:58:28.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:58:28.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:58:28.413Z] Configure a credential helper to remove this warning. See [2025-05-26T03:58:28.413Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:58:28.413Z] [2025-05-26T03:58:28.413Z] Login Succeeded [2025-05-26T03:58:28.413Z] ****.io [2025-05-26T03:58:28.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:58:28.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:58:28.673Z] Configure a credential helper to remove this warning. See [2025-05-26T03:58:28.673Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:58:28.673Z] [2025-05-26T03:58:28.673Z] Login Succeeded [2025-05-26T03:58:28.673Z] ---> ****-login.sh ends [Pipeline] } [2025-05-26T03:58:28.681Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-26T03:58:29.014Z] + 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-05-26T03:58:29.014Z] + + dirname cmd/core-command/Dockerfile [2025-05-26T03:58:29.014Z] cut -d/ -f2 [2025-05-26T03:58:29.014Z] + echo core-command,cmd/core-command/Dockerfile [2025-05-26T03:58:29.014Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-05-26T03:58:29.014Z] + cut -d/ -f2 [2025-05-26T03:58:29.014Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-05-26T03:58:29.014Z] + dirname cmd/core-data/Dockerfile [2025-05-26T03:58:29.014Z] + cut -d/ -f2 [2025-05-26T03:58:29.014Z] + echo core-data,cmd/core-data/Dockerfile [2025-05-26T03:58:29.014Z] + dirname cmd/core-keeper/Dockerfile [2025-05-26T03:58:29.014Z] + cut -d/ -f2 [2025-05-26T03:58:29.014Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-05-26T03:58:29.014Z] + dirname cmd/core-metadata/Dockerfile [2025-05-26T03:58:29.014Z] + cut -d/ -f2 [2025-05-26T03:58:29.014Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-05-26T03:58:29.014Z] + cut -d/ -f2 [2025-05-26T03:58:29.014Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-05-26T03:58:29.014Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-05-26T03:58:29.014Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-05-26T03:58:29.014Z] + cut -d/ -f2 [2025-05-26T03:58:29.014Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-05-26T03:58:29.014Z] + + cut -d/ -f2 [2025-05-26T03:58:29.014Z] dirname cmd/security-proxy-setup/Dockerfile [2025-05-26T03:58:29.014Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-05-26T03:58:29.014Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-05-26T03:58:29.014Z] + cut -d/ -f2 [2025-05-26T03:58:29.014Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-05-26T03:58:29.014Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-05-26T03:58:29.014Z] + cut -d/ -f2 [2025-05-26T03:58:29.014Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-05-26T03:58:29.014Z] + dirname cmd/security-spire-agent/Dockerfile [2025-05-26T03:58:29.014Z] + cut -d/ -f2 [2025-05-26T03:58:29.014Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-05-26T03:58:29.014Z] + dirname cmd/security-spire-config/Dockerfile [2025-05-26T03:58:29.014Z] + cut -d/ -f2 [2025-05-26T03:58:29.014Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-05-26T03:58:29.014Z] + dirname cmd/security-spire-server/Dockerfile [2025-05-26T03:58:29.014Z] + cut -d/ -f2 [2025-05-26T03:58:29.014Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-05-26T03:58:29.014Z] + dirname cmd/support-notifications/Dockerfile [2025-05-26T03:58:29.014Z] + cut -d/ -f2 [2025-05-26T03:58:29.014Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-05-26T03:58:29.014Z] + dirname cmd/support-scheduler/Dockerfile [2025-05-26T03:58:29.014Z] + cut -d/ -f2 [2025-05-26T03:58:29.014Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-05-26T03:58:29.049Z] 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-05-26T03:58:29.417Z] + git rev-list -1 --merges 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0~1..02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo [2025-05-26T03:58:29.432Z] -----------> git rev-list -1 --merges 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0~1..02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [false] [Pipeline] sh [2025-05-26T03:58:29.722Z] + git log --format=format:%s -1 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo [2025-05-26T03:58:29.740Z] ========================================================= [2025-05-26T03:58:29.740Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-05-26T03:58:29.740Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-05-26T03:58:30.198Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-26T03:58:30.199Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-05-26T03:58:30.199Z] + [ -e /tmp/ssh_known_hosts ] [2025-05-26T03:58:30.199Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-05-26T03:58:30.199Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-05-26T03:58:30.199Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-05-26T03:58:30.199Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:58:30.618Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T03:58:30.619Z] [2025-05-26T03:58:30.619Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:58:30.925Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T03:58:30.925Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-05-26T03:58:30.925Z] 3dae71ba6b94: Pulling fs layer [2025-05-26T03:58:30.925Z] 6bf1a483ea7c: Pulling fs layer [2025-05-26T03:58:30.925Z] f5dfc541a4d3: Pulling fs layer [2025-05-26T03:58:30.925Z] 461d9e800cba: Pulling fs layer [2025-05-26T03:58:30.925Z] 80192f66455f: Pulling fs layer [2025-05-26T03:58:30.925Z] 2e8e34ca0e6c: Pulling fs layer [2025-05-26T03:58:30.925Z] a29436f7fd5d: Pulling fs layer [2025-05-26T03:58:30.925Z] 923cac83aea3: Pulling fs layer [2025-05-26T03:58:30.925Z] 25ad8b0a4227: Pulling fs layer [2025-05-26T03:58:30.925Z] db01528c6b51: Pulling fs layer [2025-05-26T03:58:30.925Z] 28988de357af: Pulling fs layer [2025-05-26T03:58:30.925Z] 461d9e800cba: Waiting [2025-05-26T03:58:30.925Z] 923cac83aea3: Waiting [2025-05-26T03:58:30.925Z] 80192f66455f: Waiting [2025-05-26T03:58:30.925Z] 25ad8b0a4227: Waiting [2025-05-26T03:58:30.925Z] 2e8e34ca0e6c: Waiting [2025-05-26T03:58:30.925Z] a29436f7fd5d: Waiting [2025-05-26T03:58:30.925Z] db01528c6b51: Waiting [2025-05-26T03:58:30.925Z] 28988de357af: Waiting [2025-05-26T03:58:30.925Z] 6bf1a483ea7c: Verifying Checksum [2025-05-26T03:58:30.925Z] 6bf1a483ea7c: Download complete [2025-05-26T03:58:30.925Z] 461d9e800cba: Verifying Checksum [2025-05-26T03:58:30.925Z] 461d9e800cba: Download complete [2025-05-26T03:58:30.925Z] 80192f66455f: Verifying Checksum [2025-05-26T03:58:30.925Z] 80192f66455f: Download complete [2025-05-26T03:58:31.185Z] f5dfc541a4d3: Verifying Checksum [2025-05-26T03:58:31.185Z] f5dfc541a4d3: Download complete [2025-05-26T03:58:31.185Z] 3dae71ba6b94: Verifying Checksum [2025-05-26T03:58:31.185Z] 3dae71ba6b94: Download complete [2025-05-26T03:58:31.185Z] 923cac83aea3: Verifying Checksum [2025-05-26T03:58:31.185Z] 923cac83aea3: Download complete [2025-05-26T03:58:31.445Z] 25ad8b0a4227: Verifying Checksum [2025-05-26T03:58:31.445Z] 25ad8b0a4227: Download complete [2025-05-26T03:58:31.445Z] db01528c6b51: Verifying Checksum [2025-05-26T03:58:31.445Z] db01528c6b51: Download complete [2025-05-26T03:58:31.445Z] 28988de357af: Verifying Checksum [2025-05-26T03:58:31.445Z] 28988de357af: Download complete [2025-05-26T03:58:31.445Z] a29436f7fd5d: Verifying Checksum [2025-05-26T03:58:31.445Z] a29436f7fd5d: Download complete [2025-05-26T03:58:32.013Z] 2e8e34ca0e6c: Verifying Checksum [2025-05-26T03:58:32.013Z] 2e8e34ca0e6c: Download complete [2025-05-26T03:58:32.272Z] 3dae71ba6b94: Pull complete [2025-05-26T03:58:32.531Z] 6bf1a483ea7c: Pull complete [2025-05-26T03:58:33.100Z] f5dfc541a4d3: Pull complete [2025-05-26T03:58:33.100Z] 461d9e800cba: Pull complete [2025-05-26T03:58:33.100Z] 80192f66455f: Pull complete [2025-05-26T03:58:36.388Z] 2e8e34ca0e6c: Pull complete [2025-05-26T03:58:37.327Z] a29436f7fd5d: Pull complete [2025-05-26T03:58:37.327Z] 923cac83aea3: Pull complete [2025-05-26T03:58:37.327Z] 25ad8b0a4227: Pull complete [2025-05-26T03:58:37.587Z] db01528c6b51: Pull complete [2025-05-26T03:58:37.587Z] 28988de357af: Pull complete [2025-05-26T03:58:37.587Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-05-26T03:58:37.587Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T03:58:37.587Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:58:37.745Z] prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container [2025-05-26T03:58:37.774Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-05-26T03:58:40.143Z] $ docker top 0a17b5831a3de0cea6e0dd5a0accaf919a2f183b10d520e0e49c573065d64d56 -eo pid,comm [2025-05-26T03:58:40.197Z] 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-05-26T03:58:40.197Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-26T03:58:40.251Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-26T03:58:40.252Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-26T03:58:40.373Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-26T03:58:40.376Z] $ docker exec 0a17b5831a3de0cea6e0dd5a0accaf919a2f183b10d520e0e49c573065d64d56 ssh-agent [2025-05-26T03:58:40.491Z] SSH_AUTH_SOCK=/tmp/ssh-j6Br8fT7HQCQ/agent.32 [2025-05-26T03:58:40.491Z] SSH_AGENT_PID=38 [2025-05-26T03:58:40.498Z] Running ssh-add (command line suppressed) [2025-05-26T03:58:40.607Z] Identity added: /w/workspace/edgex-go/840@tmp/private_key_7675526319018740371.key (/w/workspace/edgex-go/840@tmp/private_key_7675526319018740371.key) [2025-05-26T03:58:40.621Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-26T03:58:40.913Z] + git tag --points-at HEAD [Pipeline] } [2025-05-26T03:58:40.924Z] $ docker exec --env ******** --env ******** 0a17b5831a3de0cea6e0dd5a0accaf919a2f183b10d520e0e49c573065d64d56 ssh-agent -k [2025-05-26T03:58:41.028Z] unset SSH_AUTH_SOCK; [2025-05-26T03:58:41.029Z] unset SSH_AGENT_PID; [2025-05-26T03:58:41.029Z] echo Agent pid 38 killed; [2025-05-26T03:58:41.039Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-05-26T03:58:41.081Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-26T03:58:41.081Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-26T03:58:41.211Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-26T03:58:41.214Z] $ docker exec 0a17b5831a3de0cea6e0dd5a0accaf919a2f183b10d520e0e49c573065d64d56 ssh-agent [2025-05-26T03:58:41.329Z] SSH_AUTH_SOCK=/tmp/ssh-srWAgk4LOF9q/agent.71 [2025-05-26T03:58:41.329Z] SSH_AGENT_PID=77 [2025-05-26T03:58:41.335Z] Running ssh-add (command line suppressed) [2025-05-26T03:58:41.444Z] Identity added: /w/workspace/edgex-go/840@tmp/private_key_4187792422567898509.key (/w/workspace/edgex-go/840@tmp/private_key_4187792422567898509.key) [2025-05-26T03:58:41.458Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-26T03:58:41.752Z] + git semver init [2025-05-26T03:58:42.012Z] 2025-05-26 03:58:41,962 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-05-26T03:58:42.012Z] 2025-05-26 03:58:41,967 [run_init] DEBUG init version:0.0.0 force:False [2025-05-26T03:58:42.012Z] 2025-05-26 03:58:41,968 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/840/.semver [2025-05-26T03:58:42.012Z] 2025-05-26 03:58:41,968 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/840/.semver [2025-05-26T03:58:42.012Z] 2025-05-26 03:58:41,969 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/840/.semver'], cwd=/w/workspace/edgex-go/840, stdin=None, shell=False, universal_newlines=False) [2025-05-26T03:58:47.304Z] 2025-05-26 03:58:46,622 [append_file] DEBUG append to file:/w/workspace/edgex-go/840/.git/info/exclude [2025-05-26T03:58:47.304Z] 2025-05-26 03:58:46,623 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/840/.semver/main with force:False [2025-05-26T03:58:47.304Z] 2025-05-26 03:58:46,623 [read_version] DEBUG read version from /w/workspace/edgex-go/840/.semver/main [2025-05-26T03:58:47.304Z] 2025-05-26 03:58:46,623 [read_version] DEBUG read version from /w/workspace/edgex-go/840/.semver/main [2025-05-26T03:58:47.304Z] 4.1.0-dev.13 [Pipeline] } [2025-05-26T03:58:47.322Z] $ docker exec --env ******** --env ******** 0a17b5831a3de0cea6e0dd5a0accaf919a2f183b10d520e0e49c573065d64d56 ssh-agent -k [2025-05-26T03:58:47.421Z] unset SSH_AUTH_SOCK; [2025-05-26T03:58:47.422Z] unset SSH_AGENT_PID; [2025-05-26T03:58:47.422Z] echo Agent pid 77 killed; [2025-05-26T03:58:47.432Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-26T03:58:47.755Z] + git semver [Pipeline] } [2025-05-26T03:58:48.028Z] $ docker stop --time=1 0a17b5831a3de0cea6e0dd5a0accaf919a2f183b10d520e0e49c573065d64d56 [2025-05-26T03:58:49.367Z] $ docker rm -f --volumes 0a17b5831a3de0cea6e0dd5a0accaf919a2f183b10d520e0e49c573065d64d56 [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-26T03:58:49.724Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-05-26T03:58:49.987Z] Stashed 1 file(s) [Pipeline] echo [2025-05-26T03:58:49.991Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.13 [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-05-26T03:58:50.427Z] + git config --global --add safe.directory /w/workspace/edgex-go/840 [Pipeline] echo [2025-05-26T03:58:50.441Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-26T03:58:50.542Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-26T03:58:50.557Z] ========================================================= [2025-05-26T03:58:50.557Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-05-26T03:58:50.557Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-05-26T03:58:50.845Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-26T03:58:50.845Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-05-26T03:58:50.845Z] 0a9a5dfd008f: Pulling fs layer [2025-05-26T03:58:50.845Z] dbfa0bcfca99: Pulling fs layer [2025-05-26T03:58:50.845Z] 70eabb1d9476: Pulling fs layer [2025-05-26T03:58:50.845Z] 957bedc73fa3: Pulling fs layer [2025-05-26T03:58:50.845Z] 4f4fb700ef54: Pulling fs layer [2025-05-26T03:58:50.845Z] f40432e63723: Pulling fs layer [2025-05-26T03:58:50.845Z] 90b4343acab7: Pulling fs layer [2025-05-26T03:58:50.845Z] 9f67ea4ac784: Pulling fs layer [2025-05-26T03:58:50.845Z] 9228b9a606be: Pulling fs layer [2025-05-26T03:58:50.845Z] 90b4343acab7: Waiting [2025-05-26T03:58:50.845Z] 9f67ea4ac784: Waiting [2025-05-26T03:58:50.845Z] 4f4fb700ef54: Waiting [2025-05-26T03:58:50.845Z] 9228b9a606be: Waiting [2025-05-26T03:58:50.845Z] f40432e63723: Waiting [2025-05-26T03:58:50.845Z] 957bedc73fa3: Waiting [2025-05-26T03:58:50.845Z] dbfa0bcfca99: Verifying Checksum [2025-05-26T03:58:50.845Z] dbfa0bcfca99: Download complete [2025-05-26T03:58:50.845Z] 957bedc73fa3: Verifying Checksum [2025-05-26T03:58:50.845Z] 957bedc73fa3: Download complete [2025-05-26T03:58:50.845Z] 4f4fb700ef54: Verifying Checksum [2025-05-26T03:58:50.845Z] 4f4fb700ef54: Download complete [2025-05-26T03:58:50.845Z] 0a9a5dfd008f: Download complete [2025-05-26T03:58:50.845Z] f40432e63723: Verifying Checksum [2025-05-26T03:58:50.845Z] f40432e63723: Download complete [2025-05-26T03:58:51.104Z] 90b4343acab7: Verifying Checksum [2025-05-26T03:58:51.104Z] 90b4343acab7: Download complete [2025-05-26T03:58:51.104Z] 0a9a5dfd008f: Pull complete [2025-05-26T03:58:51.363Z] dbfa0bcfca99: Pull complete [2025-05-26T03:58:51.363Z] 9228b9a606be: Verifying Checksum [2025-05-26T03:58:51.363Z] 9228b9a606be: Download complete [2025-05-26T03:58:51.363Z] 70eabb1d9476: Download complete [2025-05-26T03:58:51.930Z] 9f67ea4ac784: Verifying Checksum [2025-05-26T03:58:51.930Z] 9f67ea4ac784: Download complete [2025-05-26T03:58:55.221Z] 70eabb1d9476: Pull complete [2025-05-26T03:58:55.221Z] 957bedc73fa3: Pull complete [2025-05-26T03:58:55.221Z] 4f4fb700ef54: Pull complete [2025-05-26T03:58:55.221Z] f40432e63723: Pull complete [2025-05-26T03:58:55.221Z] 90b4343acab7: Pull complete [2025-05-26T03:58:57.750Z] 9f67ea4ac784: Pull complete [2025-05-26T03:58:58.010Z] 9228b9a606be: Pull complete [2025-05-26T03:58:58.010Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-05-26T03:58:58.010Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-26T03:58:58.010Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-05-26T03:58:58.321Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-26T03:58:58.321Z] WORKDIR /edgex [2025-05-26T03:58:58.321Z] COPY go.mod . [2025-05-26T03:58:58.321Z] RUN go mod download [2025-05-26T03:58:58.321Z] + docker build -t ci-base-image-x86_64 -f - . [2025-05-26T03:58:58.892Z] Sending build context to Docker daemon 185.8MB [2025-05-26T03:58:58.892Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-26T03:58:58.892Z] ---> 69404ca5bff2 [2025-05-26T03:58:58.892Z] Step 2/4 : WORKDIR /edgex [2025-05-26T03:59:01.429Z] ---> Running in f212f8c4654d [2025-05-26T03:59:01.429Z] Removing intermediate container f212f8c4654d [2025-05-26T03:59:01.429Z] ---> 577a59bc3fb1 [2025-05-26T03:59:01.429Z] Step 3/4 : COPY go.mod . [2025-05-26T03:59:01.429Z] ---> b9fb7c4eef29 [2025-05-26T03:59:01.429Z] Step 4/4 : RUN go mod download [2025-05-26T03:59:01.429Z] ---> Running in cee87bacacda [2025-05-26T03:59:05.095Z] Still waiting to schedule task [2025-05-26T03:59:05.096Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-2258’ is offline [2025-05-26T03:59:19.539Z] Removing intermediate container cee87bacacda [2025-05-26T03:59:19.539Z] ---> d7ec377e6c8b [2025-05-26T03:59:19.539Z] Successfully built d7ec377e6c8b [2025-05-26T03:59:19.539Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:59:19.854Z] + docker inspect -f . ci-base-image-x86_64 [2025-05-26T03:59:19.854Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:59:19.939Z] prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container [2025-05-26T03:59:19.969Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-05-26T03:59:20.339Z] $ docker top 235a70fa4e54217fece6a79a11944299ea0485f355ea25e7c9aaa92a33821e4d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T03:59:20.691Z] + go version [2025-05-26T03:59:20.692Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-05-26T03:59:20.700Z] $ docker stop --time=1 235a70fa4e54217fece6a79a11944299ea0485f355ea25e7c9aaa92a33821e4d [2025-05-26T03:59:21.972Z] $ docker rm -f --volumes 235a70fa4e54217fece6a79a11944299ea0485f355ea25e7c9aaa92a33821e4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:59:22.405Z] + docker inspect -f . ci-base-image-x86_64 [2025-05-26T03:59:22.405Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:59:22.491Z] prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container [2025-05-26T03:59:22.519Z] $ 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/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-05-26T03:59:22.863Z] $ docker top bb752151e3d6c9502f82b50ba07d12ea3c1fbcab0eeb1936acaa2e5d703e72ba -eo pid,comm [Pipeline] { [Pipeline] echo [2025-05-26T03:59:22.945Z] ========================================================= [2025-05-26T03:59:22.945Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-05-26T03:59:22.945Z] ========================================================= [Pipeline] sh [2025-05-26T03:59:23.224Z] + git config --global --add safe.directory /w/workspace/edgex-go/840 [Pipeline] fileExists [Pipeline] sh [2025-05-26T03:59:23.535Z] + make test [2025-05-26T03:59:23.535Z] go test -race -coverprofile=coverage.out ./... [2025-05-26T03:59:31.670Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-05-26T03:59:58.210Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-05-26T03:59:58.210Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-05-26T03:59:58.210Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-05-26T03:59:58.210Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-05-26T03:59:58.210Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-05-26T03:59:58.210Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-05-26T03:59:58.210Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-05-26T03:59:58.210Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-05-26T03:59:58.210Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-05-26T03:59:58.210Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-05-26T03:59:58.210Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-05-26T03:59:58.210Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-05-26T03:59:58.210Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-05-26T03:59:58.210Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-05-26T03:59:58.210Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-05-26T03:59:58.210Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-05-26T03:59:58.210Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-05-26T03:59:59.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.026s coverage: 28.7% of statements [2025-05-26T04:00:00.526Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-05-26T04:00:00.526Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-05-26T04:00:00.526Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-05-26T04:00:00.526Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-05-26T04:00:01.465Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.047s coverage: 97.0% of statements [2025-05-26T04:00:02.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-05-26T04:00:02.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-05-26T04:00:02.410Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-05-26T04:00:02.410Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-05-26T04:00:02.410Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-05-26T04:00:02.410Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-26T04:00:02.410Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-05-26T04:00:02.410Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-05-26T04:00:02.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-05-26T04:00:02.410Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-05-26T04:00:03.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-05-26T04:00:03.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-05-26T04:00:03.797Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-05-26T04:00:03.797Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-05-26T04:00:03.797Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-26T04:00:03.797Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-05-26T04:00:04.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.068s coverage: 69.2% of statements [2025-05-26T04:00:04.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.026s coverage: 3.5% of statements [2025-05-26T04:00:04.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.062s coverage: 45.2% of statements [2025-05-26T04:00:05.303Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.997s coverage: 93.4% of statements [2025-05-26T04:00:05.303Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.052s coverage: 92.3% of statements [2025-05-26T04:00:05.303Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-05-26T04:00:05.303Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-05-26T04:00:06.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.051s coverage: 8.4% of statements [2025-05-26T04:00:07.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-05-26T04:00:07.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-05-26T04:00:07.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-05-26T04:00:07.181Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-05-26T04:00:07.181Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-26T04:00:07.181Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-05-26T04:00:07.181Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-05-26T04:00:07.181Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-05-26T04:00:07.181Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-05-26T04:00:07.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-05-26T04:00:07.181Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-05-26T04:00:07.181Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-05-26T04:00:07.181Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-05-26T04:00:07.181Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-05-26T04:00:08.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.367s coverage: 95.8% of statements [2025-05-26T04:00:08.558Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.025s coverage: 72.2% of statements [2025-05-26T04:00:09.129Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-05-26T04:00:09.129Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-05-26T04:00:09.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-05-26T04:00:09.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-05-26T04:00:09.391Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-05-26T04:00:09.391Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-05-26T04:00:10.330Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.037s coverage: 0.0% of statements [no tests to run] [2025-05-26T04:00:10.330Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.044s coverage: 1.0% of statements [2025-05-26T04:00:10.330Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.031s coverage: 38.1% of statements [2025-05-26T04:00:10.330Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.019s coverage: 81.1% of statements [2025-05-26T04:00:10.899Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.022s coverage: 40.0% of statements [2025-05-26T04:00:10.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.032s coverage: 87.1% of statements [2025-05-26T04:00:11.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.017s coverage: 94.1% of statements [2025-05-26T04:00:11.164Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-05-26T04:00:11.164Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-05-26T04:00:11.164Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-05-26T04:00:11.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.033s coverage: 96.3% of statements [2025-05-26T04:00:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-05-26T04:00:11.736Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-05-26T04:00:11.736Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-05-26T04:00:11.736Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-05-26T04:00:11.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.024s coverage: 87.5% of statements [2025-05-26T04:00:13.113Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-05-26T04:00:13.113Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-05-26T04:00:13.113Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-05-26T04:00:14.049Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-05-26T04:00:14.049Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-05-26T04:00:14.049Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-05-26T04:00:14.049Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-05-26T04:00:14.618Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-05-26T04:00:14.618Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-05-26T04:00:15.186Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-05-26T04:00:17.089Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-05-26T04:00:17.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-05-26T04:00:18.997Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-05-26T04:00:19.566Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-05-26T04:00:19.566Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-05-26T04:00:19.566Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-05-26T04:00:22.852Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-05-26T04:00:23.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.028s coverage: 94.4% of statements [2025-05-26T04:00:24.047Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-05-26T04:00:24.047Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-05-26T04:00:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-05-26T04:00:24.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-05-26T04:00:24.307Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-26T04:00:26.238Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-05-26T04:00:26.238Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-05-26T04:00:26.238Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-05-26T04:00:26.238Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-05-26T04:00:26.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-05-26T04:00:26.238Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-05-26T04:00:26.806Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-05-26T04:00:27.065Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-05-26T04:00:27.065Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-05-26T04:00:27.065Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-05-26T04:00:27.065Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-05-26T04:00:27.065Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-05-26T04:00:28.968Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-05-26T04:00:28.968Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-05-26T04:00:28.968Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-05-26T04:00:28.968Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-05-26T04:00:29.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-05-26T04:00:29.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-05-26T04:00:29.906Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-26T04:00:29.906Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.046s coverage: 92.9% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.030s coverage: 68.8% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.030s coverage: 62.3% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.029s coverage: 47.4% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.034s coverage: 87.2% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.026s coverage: 15.5% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.087s coverage: 81.8% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.087s coverage: 82.1% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.042s coverage: 6.8% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.048s coverage: 33.3% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.049s coverage: 100.0% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.179s coverage: 54.5% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.023s coverage: 100.0% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.027s coverage: 73.7% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.034s coverage: 96.8% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.022s coverage: 100.0% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.152s coverage: 29.2% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 93.8% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.026s coverage: 3.1% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.026s coverage: 76.2% of statements [2025-05-26T04:00:30.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.025s coverage: 54.0% of statements [2025-05-26T04:00:30.166Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-05-26T04:00:30.166Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-05-26T04:00:30.166Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-05-26T04:00:31.543Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-05-26T04:00:31.543Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-05-26T04:00:31.543Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-26T04:00:35.739Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.065s coverage: 17.0% of statements [2025-05-26T04:00:35.739Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.131s coverage: 94.9% of statements [2025-05-26T04:00:35.739Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.034s coverage: 9.0% of statements [2025-05-26T04:00:35.739Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.080s coverage: 97.7% of statements [2025-05-26T04:00:35.739Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.035s coverage: 43.6% of statements [2025-05-26T04:00:35.997Z] 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-05-26T04:00:36.255Z] running golangci-lint [2025-05-26T04:00:36.513Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-05-26T04:00:36.513Z] go version go1.23.8 linux/amd64 [2025-05-26T04:00:36.774Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-05-26T04:00:36.774Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-05-26T04:00:36.774Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-05-26T04:00:43.811Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2262 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-05-26T04:00:43.832Z] Running in /w/workspace/edgex-go/840 [Pipeline] { [Pipeline] checkout [2025-05-26T04:00:46.925Z] The recommended git tool is: git [2025-05-26T04:00:53.041Z] using credential edgex-jenkins-ssh [2025-05-26T04:00:53.066Z] Cloning the remote Git repository [2025-05-26T04:00:53.107Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-05-26T04:00:53.195Z] > git init /w/workspace/edgex-go/840 # timeout=10 [2025-05-26T04:00:53.349Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-05-26T04:00:53.350Z] > git --version # timeout=10 [2025-05-26T04:00:53.386Z] > git --version # 'git version 2.25.1' [2025-05-26T04:00:53.388Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-05-26T04:00:53.531Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-26T04:01:03.330Z] level=info msg="[loader] Go packages loading at mode 575 (files|types_sizes|exports_file|deps|imports|name|compiled_files) took 24.766238882s" [2025-05-26T04:01:03.330Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 58.522714ms" [2025-05-26T04:01:11.220Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-05-26T04:01:11.248Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-26T04:01:12.090Z] Avoid second fetch [2025-05-26T04:01:12.091Z] Checking out Revision 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 (main) [2025-05-26T04:01:12.910Z] Commit message: "build(deps): Bump github.com/go-co-op/gocron/v2 from 2.16.1 to 2.16.2 (#5148)" [2025-05-26T04:01:12.107Z] > git config core.sparsecheckout # timeout=10 [2025-05-26T04:01:12.167Z] > git checkout -f 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-26T04:01:17.884Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-05-26T04:01:17.884Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T04:01:17.884Z] Dload Upload Total Spent Left Speed [2025-05-26T04:01:17.884Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 90978 0 --:--:-- --:--:-- --:--:-- 90978 [Pipeline] sh [2025-05-26T04:01:18.205Z] level=info msg="[linters_context/goanalysis] analyzers took 2m7.705014623s with top 10 stages: buildir: 1m13.203992597s, gosec: 5.009175923s, inspect: 3.451273733s, fact_deprecated: 3.010113057s, printf: 2.525275296s, ctrlflow: 1.743239046s, fact_purity: 1.578123083s, S1038: 1.567728306s, unused: 1.53435271s, nilness: 1.340420626s" [2025-05-26T04:01:18.205Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-05-26T04:01:18.205Z] level=info msg="[runner] Processors filtering stat (in/out): invalid_issue: 202/202, autogenerated_exclude: 202/202, exclude-rules: 202/20, nolint: 20/0, skip_files: 202/202, skip_dirs: 202/202, identifier_marker: 202/202, path_prettifier: 202/202, cgo: 202/202, filename_unadjuster: 202/202, exclude: 202/202" [2025-05-26T04:01:18.205Z] level=info msg="[runner] processing took 19.002311ms with stages: nolint: 9.182402ms, identifier_marker: 4.314258ms, autogenerated_exclude: 1.652018ms, path_prettifier: 1.602958ms, exclude-rules: 1.148773ms, skip_dirs: 1.017141ms, cgo: 33.11µs, invalid_issue: 31.221µs, filename_unadjuster: 14.72µs, max_same_issues: 1.01µs, skip_files: 850ns, uniq_by_line: 710ns, fixer: 700ns, diff: 550ns, max_from_linter: 440ns, source_code: 350ns, exclude: 290ns, sort_results: 250ns, severity-rules: 230ns, path_shortener: 110ns, path_prefixer: 110ns, max_per_file_from_linter: 110ns" [2025-05-26T04:01:18.205Z] level=info msg="[runner] linters took 15.071492733s with stages: goanalysis_metalinter: 15.052369351s" [2025-05-26T04:01:18.205Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-05-26T04:01:18.205Z] level=info msg="Memory: 399 samples, avg is 321.1MB, max is 1319.0MB" [2025-05-26T04:01:18.205Z] level=info msg="Execution took 39.90571487s" [2025-05-26T04:01:18.205Z] go vet ./... [2025-05-26T04:01:18.226Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-05-26T04:01:18.556Z] + sudo tee /etc/docker/daemon.new [2025-05-26T04:01:18.556Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-05-26T04:01:18.556Z] { [2025-05-26T04:01:18.556Z] "registry-mirrors": [ [2025-05-26T04:01:18.556Z] "https://nexus3.edgexfoundry.org:10001" [2025-05-26T04:01:18.556Z] ], [2025-05-26T04:01:18.556Z] "bip": "10.250.0.254/24", [2025-05-26T04:01:18.556Z] "hosts": [ [2025-05-26T04:01:18.556Z] "tcp://0.0.0.0:5555", [2025-05-26T04:01:18.556Z] "unix:///var/run/docker.sock" [2025-05-26T04:01:18.556Z] ], [2025-05-26T04:01:18.556Z] "mtu": 1458, [2025-05-26T04:01:18.556Z] "selinux-enabled": true, [2025-05-26T04:01:18.556Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-05-26T04:01:18.556Z] } [Pipeline] sh [2025-05-26T04:01:18.881Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-05-26T04:01:19.209Z] + sudo service docker restart [2025-05-26T04:01:24.772Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-05-26T04:01:24.772Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-05-26T04:01:24.772Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-05-26T04:01:24.785Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-05-26T04:01:25.087Z] + ls -al . [2025-05-26T04:01:25.087Z] total 1992 [2025-05-26T04:01:25.087Z] drwxrwxr-x 11 1001 1001 4096 May 26 03:59 . [2025-05-26T04:01:25.087Z] drwxr-xr-x 4 root root 4096 May 26 03:59 .. [2025-05-26T04:01:25.087Z] drwxrwxr-x 2 1001 1001 4096 May 26 03:58 .blubracket [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 10 May 26 03:58 .dockerignore [2025-05-26T04:01:25.087Z] drwxrwxr-x 8 1001 1001 4096 May 26 04:00 .git [2025-05-26T04:01:25.087Z] drwxrwxr-x 3 1001 1001 4096 May 26 03:58 .github [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 909 May 26 03:58 .gitignore [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 218 May 26 03:58 .golangci.yml [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 100 May 26 03:58 .hadolint.yml [2025-05-26T04:01:25.087Z] drwxr-xr-x 3 1001 1001 4096 May 26 03:58 .semver [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 155 May 26 03:58 .sonarcloud.properties [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 1171 May 26 03:58 ADOPTERS.md [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 17374 May 26 03:58 Attribution.txt [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 108018 May 26 03:58 CHANGELOG.md [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 3804 May 26 03:58 CONTRIBUTING.md [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 677 May 26 03:58 GOVERNANCE.md [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 858 May 26 03:58 Jenkinsfile [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 10775 May 26 03:58 LICENSE [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 16740 May 26 03:58 Makefile [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 582 May 26 03:58 OWNERS.md [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 9932 May 26 03:58 README.md [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 789 May 26 03:58 SECURITY.md [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 12 May 26 03:58 VERSION [2025-05-26T04:01:25.087Z] drwxrwxr-x 2 1001 1001 4096 May 26 03:58 bin [2025-05-26T04:01:25.087Z] drwxrwxr-x 19 1001 1001 4096 May 26 03:58 cmd [2025-05-26T04:01:25.087Z] -rw-r--r-- 1 root root 1661047 May 26 04:00 coverage.out [2025-05-26T04:01:25.087Z] drwxrwxr-x 2 1001 1001 4096 May 26 03:58 fuzz_test [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 6492 May 26 03:58 go.mod [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 88215 May 26 03:58 go.sum [2025-05-26T04:01:25.087Z] drwxrwxr-x 7 1001 1001 4096 May 26 03:58 internal [2025-05-26T04:01:25.087Z] drwxrwxr-x 2 1001 1001 4096 May 26 03:58 openapi [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 584 May 26 03:58 security.txt [2025-05-26T04:01:25.087Z] -rw-rw-r-- 1 1001 1001 204 May 26 03:58 version.go [Pipeline] sh [2025-05-26T04:01:25.379Z] + '[' -e coverage.out ] [2025-05-26T04:01:25.379Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-05-26T04:01:25.532Z] Stashed 1 file(s) [Pipeline] sh [2025-05-26T04:01:25.817Z] + make build [2025-05-26T04:01:25.818Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T04:01:37.475Z] provisioning config files... [2025-05-26T04:01:37.502Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/840@tmp/config10495999067662471237tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:01:37.938Z] ---> ****-login.sh [2025-05-26T04:01:37.938Z] nexus3.edgexfoundry.org:10001 [2025-05-26T04:01:38.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:01:38.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:01:38.482Z] Configure a credential helper to remove this warning. See [2025-05-26T04:01:38.482Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:01:38.482Z] [2025-05-26T04:01:38.482Z] Login Succeeded [2025-05-26T04:01:38.482Z] nexus3.edgexfoundry.org:10002 [2025-05-26T04:01:38.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:01:39.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:01:39.026Z] Configure a credential helper to remove this warning. See [2025-05-26T04:01:39.026Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:01:39.026Z] [2025-05-26T04:01:39.027Z] Login Succeeded [2025-05-26T04:01:39.027Z] nexus3.edgexfoundry.org:10003 [2025-05-26T04:01:39.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:01:39.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:01:39.297Z] Configure a credential helper to remove this warning. See [2025-05-26T04:01:39.297Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:01:39.297Z] [2025-05-26T04:01:39.297Z] Login Succeeded [2025-05-26T04:01:39.297Z] nexus3.edgexfoundry.org:10004 [2025-05-26T04:01:39.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:01:39.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:01:39.568Z] Configure a credential helper to remove this warning. See [2025-05-26T04:01:39.568Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:01:39.568Z] [2025-05-26T04:01:39.568Z] Login Succeeded [2025-05-26T04:01:39.568Z] ****.io [2025-05-26T04:01:39.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:01:40.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:01:40.421Z] Configure a credential helper to remove this warning. See [2025-05-26T04:01:40.421Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:01:40.421Z] [2025-05-26T04:01:40.421Z] Login Succeeded [2025-05-26T04:01:40.421Z] ---> ****-login.sh ends [Pipeline] } [2025-05-26T04:01:40.434Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-05-26T04:01:41.084Z] + git config --global --add safe.directory /w/workspace/edgex-go/840 [Pipeline] echo [2025-05-26T04:01:41.103Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-26T04:01:41.125Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-26T04:01:41.145Z] ========================================================= [2025-05-26T04:01:41.145Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-05-26T04:01:41.145Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-05-26T04:01:41.469Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-26T04:01:41.469Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-05-26T04:01:41.469Z] 94e9d8af2201: Pulling fs layer [2025-05-26T04:01:41.469Z] 634366ca850b: Pulling fs layer [2025-05-26T04:01:41.469Z] f66ade281fe9: Pulling fs layer [2025-05-26T04:01:41.469Z] 13fd4ce6e94e: Pulling fs layer [2025-05-26T04:01:41.469Z] 4f4fb700ef54: Pulling fs layer [2025-05-26T04:01:41.469Z] 4cccf3f17d63: Pulling fs layer [2025-05-26T04:01:41.469Z] 2d8010953d95: Pulling fs layer [2025-05-26T04:01:41.469Z] ec743f232bc5: Pulling fs layer [2025-05-26T04:01:41.469Z] 4cccf3f17d63: Waiting [2025-05-26T04:01:41.469Z] 2d8010953d95: Waiting [2025-05-26T04:01:41.469Z] ec743f232bc5: Waiting [2025-05-26T04:01:41.469Z] 4f4fb700ef54: Waiting [2025-05-26T04:01:41.738Z] 634366ca850b: Verifying Checksum [2025-05-26T04:01:41.738Z] 634366ca850b: Download complete [2025-05-26T04:01:41.738Z] 13fd4ce6e94e: Verifying Checksum [2025-05-26T04:01:41.738Z] 13fd4ce6e94e: Download complete [2025-05-26T04:01:41.738Z] 4f4fb700ef54: Verifying Checksum [2025-05-26T04:01:41.738Z] 4f4fb700ef54: Download complete [2025-05-26T04:01:41.738Z] 4cccf3f17d63: Download complete [2025-05-26T04:01:41.738Z] 94e9d8af2201: Verifying Checksum [2025-05-26T04:01:41.738Z] 94e9d8af2201: Download complete [2025-05-26T04:01:42.342Z] ec743f232bc5: Verifying Checksum [2025-05-26T04:01:42.342Z] ec743f232bc5: Download complete [2025-05-26T04:01:42.613Z] 94e9d8af2201: Pull complete [2025-05-26T04:01:43.205Z] 634366ca850b: Pull complete [2025-05-26T04:01:43.790Z] f66ade281fe9: Verifying Checksum [2025-05-26T04:01:43.790Z] f66ade281fe9: Download complete [2025-05-26T04:01:44.752Z] 2d8010953d95: Verifying Checksum [2025-05-26T04:01:44.752Z] 2d8010953d95: Download complete [2025-05-26T04:01:52.365Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-05-26T04:01:52.365Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-05-26T04:01:52.365Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-05-26T04:01:52.933Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-05-26T04:01:54.841Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-05-26T04:01:59.779Z] f66ade281fe9: Pull complete [2025-05-26T04:01:59.779Z] 13fd4ce6e94e: Pull complete [2025-05-26T04:01:59.779Z] 4f4fb700ef54: Pull complete [2025-05-26T04:01:59.779Z] 4cccf3f17d63: Pull complete [2025-05-26T04:02:00.116Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-05-26T04:02:02.649Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-05-26T04:02:04.555Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-05-26T04:02:06.459Z] 2d8010953d95: Pull complete [2025-05-26T04:02:07.087Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-05-26T04:02:07.874Z] ec743f232bc5: Pull complete [2025-05-26T04:02:07.874Z] Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda [2025-05-26T04:02:07.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-26T04:02:07.874Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-05-26T04:02:08.220Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-26T04:02:08.220Z] WORKDIR /edgex [2025-05-26T04:02:08.220Z] COPY go.mod . [2025-05-26T04:02:08.220Z] RUN go mod download [2025-05-26T04:02:08.220Z] + docker build -t ci-base-image-arm64 -f - . [2025-05-26T04:02:08.463Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-05-26T04:02:08.851Z] Sending build context to Docker daemon 3.695MB [2025-05-26T04:02:09.135Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-26T04:02:09.135Z] ---> 12c1d4c06be1 [2025-05-26T04:02:09.135Z] Step 2/4 : WORKDIR /edgex [2025-05-26T04:02:09.837Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-05-26T04:02:10.774Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-05-26T04:02:11.084Z] ---> Running in 3a461ae242a9 [2025-05-26T04:02:11.085Z] Removing intermediate container 3a461ae242a9 [2025-05-26T04:02:11.085Z] ---> e99098700c9e [2025-05-26T04:02:11.085Z] Step 3/4 : COPY go.mod . [2025-05-26T04:02:11.665Z] ---> 6a73216bd6a7 [2025-05-26T04:02:11.665Z] Step 4/4 : RUN go mod download [2025-05-26T04:02:11.665Z] ---> Running in 29ddcfa0999a [Pipeline] } [2025-05-26T04:02:12.693Z] $ docker stop --time=1 bb752151e3d6c9502f82b50ba07d12ea3c1fbcab0eeb1936acaa2e5d703e72ba [2025-05-26T04:02:15.438Z] $ docker rm -f --volumes bb752151e3d6c9502f82b50ba07d12ea3c1fbcab0eeb1936acaa2e5d703e72ba [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-05-26T04:02:16.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-05-26T04:02:16.652Z] [2025-05-26T04:02:16.652Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:02:16.957Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-05-26T04:02:16.957Z] latest: Pulling from edgex-devops/edgex-compose [2025-05-26T04:02:16.957Z] 91d30c5bc195: Pulling fs layer [2025-05-26T04:02:16.957Z] 2e9b0aa3be6d: Pulling fs layer [2025-05-26T04:02:16.957Z] 9c61dcf015f6: Pulling fs layer [2025-05-26T04:02:16.957Z] 4698f68db338: Pulling fs layer [2025-05-26T04:02:16.957Z] 2a2f49069b9e: Pulling fs layer [2025-05-26T04:02:16.957Z] e0025b399a48: Pulling fs layer [2025-05-26T04:02:16.957Z] 4698f68db338: Waiting [2025-05-26T04:02:16.957Z] 2a2f49069b9e: Waiting [2025-05-26T04:02:16.957Z] e0025b399a48: Waiting [2025-05-26T04:02:17.241Z] 91d30c5bc195: Verifying Checksum [2025-05-26T04:02:17.241Z] 4698f68db338: Download complete [2025-05-26T04:02:17.241Z] 2e9b0aa3be6d: Verifying Checksum [2025-05-26T04:02:17.242Z] 2e9b0aa3be6d: Download complete [2025-05-26T04:02:17.242Z] e0025b399a48: Verifying Checksum [2025-05-26T04:02:17.242Z] e0025b399a48: Download complete [2025-05-26T04:02:17.242Z] 91d30c5bc195: Pull complete [2025-05-26T04:02:17.242Z] 2a2f49069b9e: Verifying Checksum [2025-05-26T04:02:17.242Z] 2a2f49069b9e: Download complete [2025-05-26T04:02:17.500Z] 2e9b0aa3be6d: Pull complete [2025-05-26T04:02:17.759Z] 9c61dcf015f6: Verifying Checksum [2025-05-26T04:02:17.760Z] 9c61dcf015f6: Download complete [2025-05-26T04:02:20.291Z] 9c61dcf015f6: Pull complete [2025-05-26T04:02:20.291Z] 4698f68db338: Pull complete [2025-05-26T04:02:20.859Z] 2a2f49069b9e: Pull complete [2025-05-26T04:02:20.859Z] e0025b399a48: Pull complete [2025-05-26T04:02:20.859Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-05-26T04:02:20.859Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-05-26T04:02:20.859Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T04:02:20.958Z] prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container [2025-05-26T04:02:20.982Z] $ 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/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-05-26T04:02:22.354Z] $ docker top 54dec56a4f0e2e6d1ad6eeea3bc2d4c63b62ffecab9066a4f8d911da483264e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T04:02:22.708Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-05-26T04:02:25.242Z] #1 [core-command internal] load build definition from Dockerfile [2025-05-26T04:02:25.242Z] #1 transferring dockerfile: 1.94kB done [2025-05-26T04:02:25.242Z] #1 DONE 0.0s [2025-05-26T04:02:25.242Z] [2025-05-26T04:02:25.242Z] #2 [security-proxy-setup internal] load build definition from Dockerfile [2025-05-26T04:02:25.242Z] #2 transferring dockerfile: 2.50kB done [2025-05-26T04:02:25.242Z] #2 DONE 0.0s [2025-05-26T04:02:25.242Z] [2025-05-26T04:02:25.242Z] #3 [core-keeper internal] load build definition from Dockerfile [2025-05-26T04:02:25.242Z] #3 transferring dockerfile: 2.01kB done [2025-05-26T04:02:25.242Z] #3 DONE 0.0s [2025-05-26T04:02:25.242Z] [2025-05-26T04:02:25.242Z] #4 [core-metadata internal] load build definition from Dockerfile [2025-05-26T04:02:25.242Z] #4 transferring dockerfile: 2.10kB done [2025-05-26T04:02:25.242Z] #4 DONE 0.0s [2025-05-26T04:02:25.242Z] [2025-05-26T04:02:25.242Z] #5 [support-scheduler internal] load build definition from Dockerfile [2025-05-26T04:02:25.242Z] #5 transferring dockerfile: 1.83kB done [2025-05-26T04:02:25.242Z] #5 DONE 0.0s [2025-05-26T04:02:25.242Z] [2025-05-26T04:02:25.242Z] #6 [security-proxy-auth internal] load build definition from Dockerfile [2025-05-26T04:02:25.242Z] #6 transferring dockerfile: 2.14kB done [2025-05-26T04:02:25.242Z] #6 DONE 0.0s [2025-05-26T04:02:25.242Z] [2025-05-26T04:02:25.242Z] #7 [security-spire-agent internal] load build definition from Dockerfile [2025-05-26T04:02:25.242Z] #7 transferring dockerfile: 1.81kB done [2025-05-26T04:02:25.242Z] #7 DONE 0.0s [2025-05-26T04:02:25.242Z] [2025-05-26T04:02:25.242Z] #8 [support-notifications internal] load build definition from Dockerfile [2025-05-26T04:02:25.242Z] #8 transferring dockerfile: 2.00kB done [2025-05-26T04:02:25.242Z] #8 DONE 0.0s [2025-05-26T04:02:25.242Z] [2025-05-26T04:02:25.242Z] #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-05-26T04:02:25.242Z] #9 transferring dockerfile: 2.23kB done [2025-05-26T04:02:25.242Z] #9 DONE 0.0s [2025-05-26T04:02:25.242Z] [2025-05-26T04:02:25.242Z] #10 [security-secretstore-setup internal] load build definition from Dockerfile [2025-05-26T04:02:25.242Z] #10 transferring dockerfile: 2.49kB done [2025-05-26T04:02:25.242Z] #10 DONE 0.0s [2025-05-26T04:02:25.242Z] [2025-05-26T04:02:25.242Z] #11 [security-spire-server internal] load build definition from Dockerfile [2025-05-26T04:02:25.242Z] #11 transferring dockerfile: 1.70kB done [2025-05-26T04:02:25.242Z] #11 DONE 0.0s [2025-05-26T04:02:25.242Z] [2025-05-26T04:02:25.242Z] #12 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-05-26T04:02:25.242Z] #12 transferring dockerfile: 1.89kB done [2025-05-26T04:02:25.242Z] #12 DONE 0.1s [2025-05-26T04:02:25.242Z] [2025-05-26T04:02:25.242Z] #13 [core-data internal] load build definition from Dockerfile [2025-05-26T04:02:25.242Z] #13 transferring dockerfile: 2.04kB done [2025-05-26T04:02:25.242Z] #13 DONE 0.1s [2025-05-26T04:02:25.242Z] [2025-05-26T04:02:25.242Z] #14 [security-spire-config internal] load build definition from Dockerfile [2025-05-26T04:02:25.242Z] #14 transferring dockerfile: 1.69kB done [2025-05-26T04:02:25.242Z] #14 DONE 0.1s [2025-05-26T04:02:25.242Z] [2025-05-26T04:02:25.242Z] #15 [core-command internal] load .dockerignore [2025-05-26T04:02:25.242Z] #15 transferring context: 50B done [2025-05-26T04:02:25.500Z] #15 DONE 0.1s [2025-05-26T04:02:25.500Z] [2025-05-26T04:02:25.500Z] #16 [security-bootstrapper internal] load build definition from Dockerfile [2025-05-26T04:02:25.500Z] #16 transferring dockerfile: 3.02kB done [2025-05-26T04:02:25.500Z] #16 DONE 0.1s [2025-05-26T04:02:25.500Z] [2025-05-26T04:02:25.500Z] #17 [security-proxy-setup internal] load .dockerignore [2025-05-26T04:02:25.500Z] #17 transferring context: 50B done [2025-05-26T04:02:25.500Z] #17 DONE 0.0s [2025-05-26T04:02:25.500Z] [2025-05-26T04:02:25.500Z] #18 [core-keeper internal] load .dockerignore [2025-05-26T04:02:25.500Z] #18 transferring context: 50B done [2025-05-26T04:02:25.500Z] #18 DONE 0.0s [2025-05-26T04:02:25.500Z] [2025-05-26T04:02:25.500Z] #19 [core-metadata internal] load .dockerignore [2025-05-26T04:02:25.500Z] #19 transferring context: 50B done [2025-05-26T04:02:25.500Z] #19 DONE 0.0s [2025-05-26T04:02:25.500Z] [2025-05-26T04:02:25.500Z] #20 [support-scheduler internal] load .dockerignore [2025-05-26T04:02:25.500Z] #20 transferring context: 50B done [2025-05-26T04:02:25.500Z] #20 DONE 0.0s [2025-05-26T04:02:25.500Z] [2025-05-26T04:02:25.500Z] #21 [security-proxy-auth internal] load .dockerignore [2025-05-26T04:02:25.500Z] #21 transferring context: 50B done [2025-05-26T04:02:25.500Z] #21 DONE 0.0s [2025-05-26T04:02:25.500Z] [2025-05-26T04:02:25.500Z] #22 [security-spire-agent internal] load .dockerignore [2025-05-26T04:02:25.500Z] #22 transferring context: 50B done [2025-05-26T04:02:25.759Z] #22 DONE 0.0s [2025-05-26T04:02:25.759Z] [2025-05-26T04:02:25.759Z] #23 [core-common-config-bootstrapper internal] load .dockerignore [2025-05-26T04:02:25.759Z] #23 transferring context: 50B done [2025-05-26T04:02:25.759Z] #23 DONE 0.0s [2025-05-26T04:02:25.759Z] [2025-05-26T04:02:25.759Z] #24 [support-notifications internal] load .dockerignore [2025-05-26T04:02:25.759Z] #24 transferring context: 50B done [2025-05-26T04:02:25.759Z] #24 DONE 0.0s [2025-05-26T04:02:25.759Z] [2025-05-26T04:02:25.759Z] #25 [security-secretstore-setup internal] load .dockerignore [2025-05-26T04:02:25.759Z] #25 transferring context: 50B done [2025-05-26T04:02:25.759Z] #25 DONE 0.0s [2025-05-26T04:02:25.759Z] [2025-05-26T04:02:25.759Z] #26 [security-spiffe-token-provider internal] load .dockerignore [2025-05-26T04:02:25.759Z] #26 transferring context: 50B done [2025-05-26T04:02:25.759Z] #26 DONE 0.0s [2025-05-26T04:02:25.759Z] [2025-05-26T04:02:25.759Z] #27 [security-spire-server internal] load .dockerignore [2025-05-26T04:02:25.759Z] #27 transferring context: 50B done [2025-05-26T04:02:25.759Z] #27 DONE 0.1s [2025-05-26T04:02:25.759Z] [2025-05-26T04:02:25.759Z] #28 [core-data internal] load .dockerignore [2025-05-26T04:02:25.759Z] #28 transferring context: 50B done [2025-05-26T04:02:25.759Z] #28 DONE 0.1s [2025-05-26T04:02:25.759Z] [2025-05-26T04:02:25.759Z] #29 [security-spire-config internal] load .dockerignore [2025-05-26T04:02:25.759Z] #29 transferring context: 50B done [2025-05-26T04:02:25.759Z] #29 DONE 0.0s [2025-05-26T04:02:25.759Z] [2025-05-26T04:02:25.759Z] #30 [security-bootstrapper internal] load .dockerignore [2025-05-26T04:02:25.759Z] #30 transferring context: 50B done [2025-05-26T04:02:25.759Z] #30 DONE 0.0s [2025-05-26T04:02:25.759Z] [2025-05-26T04:02:25.759Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-26T04:02:25.759Z] #31 DONE 0.0s [2025-05-26T04:02:25.759Z] [2025-05-26T04:02:25.759Z] #32 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T04:02:25.759Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T04:02:25.759Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T04:02:25.759Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T04:02:25.759Z] #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-26T04:02:25.759Z] #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-26T04:02:25.759Z] #32 DONE 0.1s [2025-05-26T04:02:25.759Z] [2025-05-26T04:02:25.759Z] #33 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-05-26T04:02:26.018Z] #33 ... [2025-05-26T04:02:26.018Z] [2025-05-26T04:02:26.018Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-26T04:02:26.018Z] #31 DONE 0.0s [2025-05-26T04:02:26.018Z] [2025-05-26T04:02:26.018Z] #34 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T04:02:26.018Z] #34 DONE 0.2s [2025-05-26T04:02:26.018Z] [2025-05-26T04:02:26.018Z] #32 [security-proxy-auth stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T04:02:26.018Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T04:02:26.018Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T04:02:26.018Z] #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-26T04:02:26.018Z] #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-26T04:02:26.018Z] #32 DONE 0.2s [2025-05-26T04:02:26.018Z] [2025-05-26T04:02:26.018Z] #33 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-05-26T04:02:26.018Z] #33 ... [2025-05-26T04:02:26.018Z] [2025-05-26T04:02:26.018Z] #32 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T04:02:26.018Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T04:02:26.018Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T04:02:26.018Z] #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-26T04:02:26.018Z] #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-26T04:02:26.018Z] #32 DONE 0.2s [2025-05-26T04:02:26.018Z] [2025-05-26T04:02:26.018Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-26T04:02:26.018Z] #31 DONE 0.0s [2025-05-26T04:02:26.018Z] [2025-05-26T04:02:26.018Z] #33 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-05-26T04:02:26.278Z] #33 ... [2025-05-26T04:02:26.278Z] [2025-05-26T04:02:26.278Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-26T04:02:26.278Z] #31 DONE 0.0s [2025-05-26T04:02:26.278Z] [2025-05-26T04:02:26.278Z] #32 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T04:02:26.278Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T04:02:26.278Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T04:02:26.278Z] #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-26T04:02:26.278Z] #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-26T04:02:26.278Z] #32 DONE 0.2s [2025-05-26T04:02:26.278Z] [2025-05-26T04:02:26.278Z] #34 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T04:02:26.278Z] #34 DONE 0.5s [2025-05-26T04:02:26.278Z] [2025-05-26T04:02:26.278Z] #32 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T04:02:26.278Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T04:02:26.278Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T04:02:26.278Z] #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-26T04:02:26.278Z] #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-26T04:02:26.278Z] #32 DONE 0.2s [2025-05-26T04:02:26.278Z] [2025-05-26T04:02:26.278Z] #35 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-26T04:02:26.948Z] #35 ... [2025-05-26T04:02:26.948Z] [2025-05-26T04:02:26.948Z] #36 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-05-26T04:02:26.948Z] #36 DONE 1.2s [2025-05-26T04:02:26.948Z] [2025-05-26T04:02:26.948Z] #37 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2025-05-26T04:02:29.774Z] #37 ... [2025-05-26T04:02:29.774Z] [2025-05-26T04:02:29.774Z] #32 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T04:02:29.774Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T04:02:29.774Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T04:02:29.774Z] #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-26T04:02:29.774Z] #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-26T04:02:29.774Z] #32 DONE 0.2s [2025-05-26T04:02:29.774Z] [2025-05-26T04:02:29.774Z] #38 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-05-26T04:02:29.774Z] #38 DONE 3.0s [2025-05-26T04:02:29.774Z] [2025-05-26T04:02:29.774Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:02:29.774Z] #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:02:30.711Z] #39 ... [2025-05-26T04:02:30.711Z] [2025-05-26T04:02:30.711Z] #32 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T04:02:30.711Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T04:02:30.711Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T04:02:30.711Z] #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-26T04:02:30.711Z] #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-26T04:02:30.711Z] #32 DONE 0.2s [2025-05-26T04:02:30.711Z] [2025-05-26T04:02:30.711Z] #40 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-05-26T04:02:30.711Z] #40 DONE 4.8s [2025-05-26T04:02:30.711Z] [2025-05-26T04:02:30.711Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:02:34.003Z] #39 ... [2025-05-26T04:02:34.003Z] [2025-05-26T04:02:34.003Z] #37 [core-metadata builder 2/7] WORKDIR /edgex-go [2025-05-26T04:02:34.003Z] #37 DONE 7.0s [2025-05-26T04:02:34.003Z] [2025-05-26T04:02:34.003Z] #41 [core-keeper internal] load build context [2025-05-26T04:02:34.003Z] #41 transferring context: 301.79MB 7.9s [2025-05-26T04:02:34.003Z] #41 ... [2025-05-26T04:02:34.003Z] [2025-05-26T04:02:34.003Z] #42 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T04:02:35.905Z] #42 ... [2025-05-26T04:02:35.905Z] [2025-05-26T04:02:35.905Z] #43 [core-command internal] load build context [2025-05-26T04:02:35.905Z] #43 ... [2025-05-26T04:02:35.905Z] [2025-05-26T04:02:35.905Z] #44 [security-proxy-setup internal] load build context [2025-05-26T04:02:35.905Z] #44 ... [2025-05-26T04:02:35.906Z] [2025-05-26T04:02:35.906Z] #45 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-26T04:02:35.906Z] #0 1.079 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:35.906Z] #0 1.149 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:35.906Z] #0 1.449 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-26T04:02:35.906Z] #0 1.455 (2/4) Installing openssl (3.3.3-r0) [2025-05-26T04:02:35.906Z] #0 1.467 (3/4) Installing su-exec (0.2-r3) [2025-05-26T04:02:35.906Z] #0 1.472 (4/4) Installing yq-go (4.44.1-r2) [2025-05-26T04:02:35.906Z] #0 1.539 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:02:35.906Z] #0 1.550 OK: 19 MiB in 18 packages [2025-05-26T04:02:36.164Z] #45 ... [2025-05-26T04:02:36.164Z] [2025-05-26T04:02:36.164Z] #46 [core-common-config-bootstrapper internal] load build context [2025-05-26T04:02:36.164Z] #46 ... [2025-05-26T04:02:36.164Z] [2025-05-26T04:02:36.164Z] #47 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T04:02:36.428Z] #47 ... [2025-05-26T04:02:36.428Z] [2025-05-26T04:02:36.428Z] #48 [support-scheduler internal] load build context [2025-05-26T04:02:36.428Z] #48 ... [2025-05-26T04:02:36.428Z] [2025-05-26T04:02:36.428Z] #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-26T04:02:36.428Z] #0 4.687 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:36.428Z] #0 4.756 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:36.428Z] #0 5.024 (1/4) Installing ca-certificates (20241121-r1) [2025-05-26T04:02:36.428Z] #0 5.039 (2/4) Installing dumb-init (1.2.5-r3) [2025-05-26T04:02:36.428Z] #0 5.049 (3/4) Installing su-exec (0.2-r3) [2025-05-26T04:02:36.428Z] #0 5.053 (4/4) Installing yq-go (4.44.1-r2) [2025-05-26T04:02:36.428Z] #0 5.126 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:02:36.428Z] #0 5.136 Executing ca-certificates-20241121-r1.trigger [2025-05-26T04:02:36.428Z] #0 5.188 OK: 19 MiB in 18 packages [2025-05-26T04:02:36.688Z] #49 ... [2025-05-26T04:02:36.688Z] [2025-05-26T04:02:36.688Z] #50 [security-spiffe-token-provider internal] load build context [2025-05-26T04:02:36.688Z] #50 ... [2025-05-26T04:02:36.688Z] [2025-05-26T04:02:36.688Z] #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-26T04:02:36.688Z] #51 ... [2025-05-26T04:02:36.688Z] [2025-05-26T04:02:36.688Z] #52 [core-metadata internal] load build context [2025-05-26T04:02:37.028Z] #52 ... [2025-05-26T04:02:37.028Z] [2025-05-26T04:02:37.028Z] #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-26T04:02:37.028Z] #0 0.614 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:37.028Z] #0 0.785 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:37.028Z] #0 1.192 (1/3) Installing ca-certificates (20241121-r1) [2025-05-26T04:02:37.028Z] #0 1.210 (2/3) Installing dumb-init (1.2.5-r3) [2025-05-26T04:02:37.028Z] #0 1.212 (3/3) Installing tzdata (2025b-r0) [2025-05-26T04:02:37.028Z] #0 1.244 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:02:37.028Z] #0 1.252 Executing ca-certificates-20241121-r1.trigger [2025-05-26T04:02:37.028Z] #0 1.301 OK: 10 MiB in 17 packages [2025-05-26T04:02:37.028Z] #53 ... [2025-05-26T04:02:37.028Z] [2025-05-26T04:02:37.028Z] #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-26T04:02:37.028Z] #0 4.799 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:37.028Z] #0 4.871 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:37.028Z] #0 5.145 (1/7) Installing ca-certificates (20241121-r1) [2025-05-26T04:02:37.028Z] #0 5.161 (2/7) Installing dumb-init (1.2.5-r3) [2025-05-26T04:02:37.028Z] #0 5.172 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-05-26T04:02:37.028Z] #0 5.178 (4/7) Installing libsodium (1.0.19-r0) [2025-05-26T04:02:37.028Z] #0 5.188 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-05-26T04:02:37.028Z] #0 5.217 (6/7) Installing libzmq (4.3.5-r2) [2025-05-26T04:02:37.028Z] #0 5.220 (7/7) Installing zeromq (4.3.5-r2) [2025-05-26T04:02:37.028Z] #0 5.222 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:02:37.028Z] #0 5.234 Executing ca-certificates-20241121-r1.trigger [2025-05-26T04:02:37.028Z] #0 5.295 OK: 12 MiB in 21 packages [2025-05-26T04:02:37.297Z] #54 ... [2025-05-26T04:02:37.297Z] [2025-05-26T04:02:37.297Z] #55 [core-data internal] load build context [2025-05-26T04:02:37.297Z] #55 ... [2025-05-26T04:02:37.297Z] [2025-05-26T04:02:37.297Z] #56 [security-secretstore-setup internal] load build context [2025-05-26T04:02:37.297Z] #56 ... [2025-05-26T04:02:37.297Z] [2025-05-26T04:02:37.297Z] #57 [support-notifications internal] load build context [2025-05-26T04:02:37.618Z] #57 ... [2025-05-26T04:02:37.618Z] [2025-05-26T04:02:37.618Z] #58 [security-proxy-auth internal] load build context [2025-05-26T04:02:37.618Z] #58 ... [2025-05-26T04:02:37.618Z] [2025-05-26T04:02:37.618Z] #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T04:02:37.902Z] #59 ... [2025-05-26T04:02:37.902Z] [2025-05-26T04:02:37.902Z] #60 [security-bootstrapper internal] load build context [2025-05-26T04:02:37.902Z] #60 ... [2025-05-26T04:02:37.902Z] [2025-05-26T04:02:37.902Z] #61 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T04:02:39.278Z] #61 ... [2025-05-26T04:02:39.278Z] [2025-05-26T04:02:39.278Z] #62 [security-spire-server internal] load build context [2025-05-26T04:02:39.278Z] #62 transferring context: [2025-05-26T04:02:39.278Z] #62 ... [2025-05-26T04:02:39.278Z] [2025-05-26T04:02:39.278Z] #63 [security-spire-config internal] load build context [2025-05-26T04:02:39.278Z] #63 ... [2025-05-26T04:02:39.278Z] [2025-05-26T04:02:39.278Z] #62 [security-spire-server internal] load build context [2025-05-26T04:02:39.278Z] #62 transferring context: 23.80kB done [2025-05-26T04:02:39.845Z] #62 ... [2025-05-26T04:02:39.845Z] [2025-05-26T04:02:39.845Z] #33 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-05-26T04:02:39.845Z] #33 4.057 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:39.845Z] #33 4.136 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:39.845Z] #33 4.424 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-26T04:02:39.845Z] #33 4.430 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:02:39.845Z] #33 4.440 OK: 8 MiB in 15 packages [2025-05-26T04:02:40.104Z] #33 ... [2025-05-26T04:02:40.104Z] [2025-05-26T04:02:40.104Z] #43 [core-command internal] load build context [2025-05-26T04:02:40.104Z] #43 transferring context: 503.37MB 13.6s done [2025-05-26T04:02:41.046Z] #43 ... [2025-05-26T04:02:41.046Z] [2025-05-26T04:02:41.046Z] #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:02:41.046Z] #64 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:02:41.046Z] #64 ... [2025-05-26T04:02:41.046Z] [2025-05-26T04:02:41.046Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-26T04:02:41.304Z] #65 ... [2025-05-26T04:02:41.304Z] [2025-05-26T04:02:41.304Z] #66 [security-spire-agent internal] load build context [2025-05-26T04:02:41.304Z] #66 ... [2025-05-26T04:02:41.304Z] [2025-05-26T04:02:41.304Z] #41 [core-keeper internal] load build context [2025-05-26T04:02:41.304Z] #41 transferring context: 503.37MB 13.0s done [2025-05-26T04:02:42.240Z] #41 ... [2025-05-26T04:02:42.240Z] [2025-05-26T04:02:42.240Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:02:42.240Z] #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 13.2s done [2025-05-26T04:02:42.240Z] #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 13.2s done [2025-05-26T04:02:44.192Z] #39 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-05-26T04:02:44.192Z] #39 ... [2025-05-26T04:02:44.192Z] [2025-05-26T04:02:44.192Z] #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-26T04:02:44.192Z] #67 ... [2025-05-26T04:02:44.192Z] [2025-05-26T04:02:44.192Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-26T04:02:44.450Z] #68 ... [2025-05-26T04:02:44.450Z] [2025-05-26T04:02:44.450Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T04:02:44.707Z] #69 ... [2025-05-26T04:02:44.707Z] [2025-05-26T04:02:44.707Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-26T04:02:44.707Z] #70 ... [2025-05-26T04:02:44.707Z] [2025-05-26T04:02:44.707Z] #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T04:02:44.964Z] #71 ... [2025-05-26T04:02:44.964Z] [2025-05-26T04:02:44.964Z] #48 [support-scheduler internal] load build context [2025-05-26T04:02:44.964Z] #48 transferring context: 503.37MB 12.6s done [2025-05-26T04:02:45.222Z] #48 ... [2025-05-26T04:02:45.222Z] [2025-05-26T04:02:45.222Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:02:45.222Z] #39 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-05-26T04:02:45.481Z] #39 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-05-26T04:02:45.481Z] #39 ... [2025-05-26T04:02:45.481Z] [2025-05-26T04:02:45.481Z] #44 [security-proxy-setup internal] load build context [2025-05-26T04:02:45.481Z] #44 transferring context: 503.37MB 11.4s done [2025-05-26T04:02:45.481Z] #44 DONE 19.7s [2025-05-26T04:02:45.481Z] [2025-05-26T04:02:45.481Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:02:45.481Z] #39 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-05-26T04:02:45.481Z] #39 ... [2025-05-26T04:02:45.481Z] [2025-05-26T04:02:45.481Z] #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-26T04:02:45.481Z] #53 DONE 19.5s [2025-05-26T04:02:45.481Z] [2025-05-26T04:02:45.481Z] #50 [security-spiffe-token-provider internal] load build context [2025-05-26T04:02:45.481Z] #50 transferring context: 503.37MB 11.0s done [2025-05-26T04:02:45.481Z] #50 DONE 19.3s [2025-05-26T04:02:45.481Z] [2025-05-26T04:02:45.481Z] #45 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-26T04:02:45.481Z] #45 DONE 19.7s [2025-05-26T04:02:45.481Z] [2025-05-26T04:02:45.481Z] #47 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T04:02:45.481Z] #47 DONE 19.7s [2025-05-26T04:02:45.481Z] [2025-05-26T04:02:45.481Z] #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-26T04:02:45.481Z] #54 DONE 19.5s [2025-05-26T04:02:45.481Z] [2025-05-26T04:02:45.481Z] #46 [core-common-config-bootstrapper internal] load build context [2025-05-26T04:02:45.481Z] #46 transferring context: 503.37MB 12.2s done [2025-05-26T04:02:45.481Z] #46 DONE 19.5s [2025-05-26T04:02:45.481Z] [2025-05-26T04:02:45.481Z] #56 [security-secretstore-setup internal] load build context [2025-05-26T04:02:45.481Z] #56 transferring context: 503.37MB 12.5s done [2025-05-26T04:02:45.481Z] #56 DONE 19.5s [2025-05-26T04:02:45.481Z] [2025-05-26T04:02:45.481Z] #52 [core-metadata internal] load build context [2025-05-26T04:02:45.481Z] #52 transferring context: 503.37MB 12.3s done [2025-05-26T04:02:45.481Z] #52 DONE 19.7s [2025-05-26T04:02:45.481Z] [2025-05-26T04:02:45.481Z] #33 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-05-26T04:02:45.481Z] #33 DONE 19.8s [2025-05-26T04:02:45.481Z] [2025-05-26T04:02:45.481Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:02:45.481Z] #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s [2025-05-26T04:02:45.481Z] #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s [2025-05-26T04:02:45.481Z] #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s [2025-05-26T04:02:45.481Z] #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-05-26T04:02:45.739Z] #39 ... [2025-05-26T04:02:45.739Z] [2025-05-26T04:02:45.739Z] #55 [core-data internal] load build context [2025-05-26T04:02:45.739Z] #55 transferring context: 503.37MB 12.2s done [2025-05-26T04:02:45.739Z] #55 DONE 19.4s [2025-05-26T04:02:45.739Z] [2025-05-26T04:02:45.739Z] #57 [support-notifications internal] load build context [2025-05-26T04:02:45.739Z] #57 transferring context: 503.37MB 12.4s done [2025-05-26T04:02:45.739Z] #57 DONE 19.6s [2025-05-26T04:02:45.739Z] [2025-05-26T04:02:45.739Z] #60 [security-bootstrapper internal] load build context [2025-05-26T04:02:45.739Z] #60 transferring context: 503.37MB 12.4s done [2025-05-26T04:02:45.739Z] #60 DONE 19.3s [2025-05-26T04:02:45.739Z] [2025-05-26T04:02:45.739Z] #48 [support-scheduler internal] load build context [2025-05-26T04:02:45.739Z] #48 DONE 19.7s [2025-05-26T04:02:45.739Z] [2025-05-26T04:02:45.739Z] #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-26T04:02:45.739Z] #49 DONE 19.6s [2025-05-26T04:02:45.739Z] [2025-05-26T04:02:45.739Z] #62 [security-spire-server internal] load build context [2025-05-26T04:02:45.739Z] #62 DONE 16.7s [2025-05-26T04:02:45.739Z] [2025-05-26T04:02:45.739Z] #41 [core-keeper internal] load build context [2025-05-26T04:02:45.739Z] #41 DONE 19.9s [2025-05-26T04:02:45.739Z] [2025-05-26T04:02:45.739Z] #58 [security-proxy-auth internal] load build context [2025-05-26T04:02:45.739Z] #58 transferring context: 503.37MB 12.8s done [2025-05-26T04:02:45.739Z] #58 DONE 19.7s [2025-05-26T04:02:45.739Z] [2025-05-26T04:02:45.739Z] #63 [security-spire-config internal] load build context [2025-05-26T04:02:45.739Z] #63 transferring context: 22.05kB done [2025-05-26T04:02:45.739Z] #63 DONE 16.7s [2025-05-26T04:02:45.739Z] [2025-05-26T04:02:45.740Z] #43 [core-command internal] load build context [2025-05-26T04:02:45.740Z] #43 DONE 19.9s [2025-05-26T04:02:45.740Z] [2025-05-26T04:02:45.740Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:02:45.740Z] #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-05-26T04:02:45.740Z] #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-05-26T04:02:45.740Z] #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done [2025-05-26T04:02:45.740Z] #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s [2025-05-26T04:02:45.740Z] #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-05-26T04:02:45.740Z] #39 ... [2025-05-26T04:02:45.740Z] [2025-05-26T04:02:45.740Z] #66 [security-spire-agent internal] load build context [2025-05-26T04:02:45.740Z] #66 transferring context: 23.33kB done [2025-05-26T04:02:45.740Z] #66 DONE 15.0s [2025-05-26T04:02:45.740Z] [2025-05-26T04:02:45.740Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:02:45.740Z] #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-05-26T04:02:45.998Z] #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 12.58MB / 36.47MB 0.5s [2025-05-26T04:02:45.998Z] #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 23.07MB / 36.47MB 0.6s [2025-05-26T04:02:46.257Z] #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 35.65MB / 36.47MB 0.7s [2025-05-26T04:02:46.257Z] #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.8s done [2025-05-26T04:02:46.257Z] #39 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 [2025-05-26T04:02:46.516Z] #39 ... [2025-05-26T04:02:46.516Z] [2025-05-26T04:02:46.516Z] #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:02:46.516Z] #64 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 12.6s done [2025-05-26T04:02:46.516Z] #64 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-05-26T04:02:46.516Z] #64 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-05-26T04:02:46.516Z] #64 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-05-26T04:02:46.516Z] #64 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-05-26T04:02:46.516Z] #64 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-05-26T04:02:46.516Z] #64 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.4s done [2025-05-26T04:02:46.516Z] #64 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.5s done [2025-05-26T04:02:46.516Z] #64 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-05-26T04:02:46.516Z] #64 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.4s done [2025-05-26T04:02:46.516Z] #64 DONE 15.8s [2025-05-26T04:02:46.516Z] [2025-05-26T04:02:46.516Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:02:47.449Z] #39 ... [2025-05-26T04:02:47.449Z] [2025-05-26T04:02:47.449Z] #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-26T04:02:47.449Z] #51 20.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:47.449Z] #51 20.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:47.449Z] #51 20.65 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-26T04:02:47.449Z] #51 20.65 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:02:47.449Z] #51 20.66 OK: 8 MiB in 15 packages [2025-05-26T04:02:47.449Z] #51 DONE 21.1s [2025-05-26T04:02:47.449Z] [2025-05-26T04:02:47.449Z] #35 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-26T04:02:47.449Z] #35 19.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:47.449Z] #35 20.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:47.449Z] #35 20.48 (1/2) Installing dumb-init (1.2.5-r3) [2025-05-26T04:02:47.449Z] #35 20.49 (2/2) Installing su-exec (0.2-r3) [2025-05-26T04:02:47.449Z] #35 20.49 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:02:47.449Z] #35 20.50 OK: 8 MiB in 16 packages [2025-05-26T04:02:47.449Z] #35 DONE 20.9s [2025-05-26T04:02:47.449Z] [2025-05-26T04:02:47.449Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:02:47.449Z] #39 ... [2025-05-26T04:02:47.449Z] [2025-05-26T04:02:47.449Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T04:02:47.449Z] #69 DONE 13.5s [2025-05-26T04:02:47.449Z] [2025-05-26T04:02:47.449Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:02:47.719Z] #39 ... [2025-05-26T04:02:47.719Z] [2025-05-26T04:02:47.719Z] #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T04:02:47.719Z] #59 20.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:47.719Z] #59 20.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:47.719Z] #59 20.54 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T04:02:47.719Z] #59 20.54 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T04:02:47.719Z] #59 20.54 OK: 24171 distinct packages available [2025-05-26T04:02:47.719Z] #59 20.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:47.719Z] #59 20.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:47.719Z] #59 20.97 (1/14) Installing ca-certificates (20241121-r1) [2025-05-26T04:02:47.719Z] #59 20.99 (2/14) Installing brotli-libs (1.1.0-r2) [2025-05-26T04:02:47.719Z] #59 20.99 (3/14) Installing c-ares (1.33.1-r0) [2025-05-26T04:02:47.719Z] #59 21.00 (4/14) Installing libunistring (1.2-r0) [2025-05-26T04:02:47.719Z] #59 21.02 (5/14) Installing libidn2 (2.3.7-r0) [2025-05-26T04:02:47.719Z] #59 21.02 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-05-26T04:02:47.719Z] #59 21.02 (7/14) Installing libpsl (0.21.5-r1) [2025-05-26T04:02:47.719Z] #59 21.03 (8/14) Installing zstd-libs (1.5.6-r0) [2025-05-26T04:02:47.719Z] #59 21.04 (9/14) Installing libcurl (8.12.1-r0) [2025-05-26T04:02:47.719Z] #59 21.04 (10/14) Installing curl (8.12.1-r0) [2025-05-26T04:02:47.719Z] #59 21.05 (11/14) Installing dumb-init (1.2.5-r3) [2025-05-26T04:02:47.719Z] #59 21.05 (12/14) Installing musl-obstack (1.2.3-r2) [2025-05-26T04:02:47.719Z] #59 21.05 (13/14) Installing libucontext (1.2-r3) [2025-05-26T04:02:47.719Z] #59 21.06 (14/14) Installing gcompat (1.1.0-r4) [2025-05-26T04:02:47.719Z] #59 21.06 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:02:47.719Z] #59 21.07 Executing ca-certificates-20241121-r1.trigger [2025-05-26T04:02:47.719Z] #59 21.13 OK: 13 MiB in 28 packages [2025-05-26T04:02:47.719Z] #59 DONE 21.4s [2025-05-26T04:02:47.719Z] [2025-05-26T04:02:47.719Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:02:47.981Z] #39 ... [2025-05-26T04:02:47.981Z] [2025-05-26T04:02:47.981Z] #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T04:02:47.981Z] #71 13.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:47.981Z] #71 13.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:47.981Z] #71 13.62 OK: 248 MiB in 58 packages [2025-05-26T04:02:47.981Z] #71 DONE 13.9s [2025-05-26T04:02:47.981Z] [2025-05-26T04:02:47.981Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-26T04:02:47.981Z] #70 13.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:47.981Z] #70 13.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:47.981Z] #70 13.75 OK: 248 MiB in 58 packages [2025-05-26T04:02:47.981Z] #70 DONE 13.9s [2025-05-26T04:02:48.240Z] [2025-05-26T04:02:48.240Z] #72 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:02:48.240Z] #72 DONE 0.1s [2025-05-26T04:02:48.240Z] [2025-05-26T04:02:48.240Z] #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:02:48.240Z] #73 DONE 0.1s [2025-05-26T04:02:48.240Z] [2025-05-26T04:02:48.240Z] #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:02:48.240Z] #74 ... [2025-05-26T04:02:48.240Z] [2025-05-26T04:02:48.240Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:02:48.240Z] #39 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.9s done [2025-05-26T04:02:48.240Z] #39 DONE 19.3s [2025-05-26T04:02:48.498Z] [2025-05-26T04:02:48.498Z] #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T04:02:48.498Z] #61 9.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:48.498Z] #61 9.564 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:48.498Z] #61 9.878 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T04:02:48.498Z] #61 9.878 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T04:02:48.498Z] #61 9.878 OK: 24171 distinct packages available [2025-05-26T04:02:48.498Z] #61 9.956 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:48.498Z] #61 10.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:48.498Z] #61 10.37 (1/5) Installing dumb-init (1.2.5-r3) [2025-05-26T04:02:48.498Z] #61 10.37 (2/5) Installing musl-obstack (1.2.3-r2) [2025-05-26T04:02:48.498Z] #61 10.37 (3/5) Installing libucontext (1.2-r3) [2025-05-26T04:02:48.498Z] #61 10.37 (4/5) Installing gcompat (1.1.0-r4) [2025-05-26T04:02:48.498Z] #61 10.38 (5/5) Installing openssl (3.3.3-r0) [2025-05-26T04:02:48.498Z] #61 10.41 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:02:48.498Z] #61 10.42 OK: 9 MiB in 19 packages [2025-05-26T04:02:48.498Z] #61 DONE 10.6s [2025-05-26T04:02:48.498Z] [2025-05-26T04:02:48.498Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-26T04:02:48.498Z] #68 13.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:48.498Z] #68 13.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:48.498Z] #68 13.76 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T04:02:48.498Z] #68 13.76 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T04:02:48.498Z] #68 13.76 OK: 24171 distinct packages available [2025-05-26T04:02:48.498Z] #68 13.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:48.498Z] #68 13.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:48.498Z] #68 14.24 OK: 248 MiB in 58 packages [2025-05-26T04:02:48.498Z] #68 DONE 14.4s [2025-05-26T04:02:48.498Z] [2025-05-26T04:02:48.498Z] #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-26T04:02:48.498Z] #67 14.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:48.498Z] #67 14.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:48.498Z] #67 ... [2025-05-26T04:02:48.498Z] [2025-05-26T04:02:48.498Z] #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:02:48.498Z] #75 DONE 0.1s [2025-05-26T04:02:48.498Z] [2025-05-26T04:02:48.498Z] #42 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T04:02:48.498Z] #42 13.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:48.498Z] #42 14.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:48.498Z] #42 14.31 OK: 248 MiB in 58 packages [2025-05-26T04:02:48.498Z] #42 DONE 14.7s [2025-05-26T04:02:48.498Z] [2025-05-26T04:02:48.498Z] #76 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:02:48.498Z] #76 DONE 0.1s [2025-05-26T04:02:48.757Z] [2025-05-26T04:02:48.757Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-26T04:02:48.757Z] #65 16.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:48.757Z] #65 16.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:48.757Z] #65 17.21 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T04:02:48.757Z] #65 17.21 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T04:02:48.757Z] #65 17.21 OK: 24171 distinct packages available [2025-05-26T04:02:48.757Z] #65 17.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:48.757Z] #65 17.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:48.757Z] #65 17.71 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-26T04:02:48.757Z] #65 17.72 (2/4) Installing musl-obstack (1.2.3-r2) [2025-05-26T04:02:48.757Z] #65 17.73 (3/4) Installing libucontext (1.2-r3) [2025-05-26T04:02:48.757Z] #65 17.73 (4/4) Installing gcompat (1.1.0-r4) [2025-05-26T04:02:48.757Z] #65 17.73 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:02:48.757Z] #65 17.73 OK: 8 MiB in 18 packages [2025-05-26T04:02:48.757Z] #65 DONE 17.9s [2025-05-26T04:02:48.757Z] [2025-05-26T04:02:48.757Z] #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-26T04:02:48.757Z] #67 14.75 OK: 248 MiB in 58 packages [2025-05-26T04:02:49.016Z] #67 DONE 14.9s [2025-05-26T04:02:49.016Z] [2025-05-26T04:02:49.016Z] #77 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T04:02:49.016Z] #0 2.906 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:49.016Z] #0 2.987 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:49.016Z] #0 3.354 OK: 10 MiB in 17 packages [2025-05-26T04:02:49.016Z] #77 DONE 3.5s [2025-05-26T04:02:49.016Z] [2025-05-26T04:02:49.016Z] #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:02:49.016Z] #78 DONE 0.1s [2025-05-26T04:02:49.016Z] [2025-05-26T04:02:49.016Z] #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:02:49.585Z] #79 ... [2025-05-26T04:02:49.585Z] [2025-05-26T04:02:49.585Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T04:02:49.585Z] #0 3.456 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:49.585Z] #0 3.519 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:49.585Z] #0 3.795 OK: 12 MiB in 21 packages [2025-05-26T04:02:49.585Z] #80 DONE 3.9s [2025-05-26T04:02:49.844Z] [2025-05-26T04:02:49.844Z] #81 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2025-05-26T04:02:49.844Z] #0 3.603 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:49.844Z] #0 3.683 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:49.844Z] #0 3.949 OK: 8 MiB in 15 packages [2025-05-26T04:02:49.844Z] #81 DONE 4.3s [2025-05-26T04:02:49.844Z] [2025-05-26T04:02:49.844Z] #82 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-05-26T04:02:50.409Z] #82 ... [2025-05-26T04:02:50.409Z] [2025-05-26T04:02:50.409Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-26T04:02:50.409Z] #0 4.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:50.409Z] #0 4.537 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:50.409Z] #0 4.820 OK: 19 MiB in 18 packages [2025-05-26T04:02:50.409Z] #83 DONE 4.9s [2025-05-26T04:02:50.409Z] [2025-05-26T04:02:50.410Z] #84 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-05-26T04:02:50.410Z] #84 DONE 0.0s [2025-05-26T04:02:50.668Z] [2025-05-26T04:02:50.668Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-26T04:02:50.668Z] #0 4.422 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:50.668Z] #0 4.495 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:50.668Z] #0 4.786 OK: 19 MiB in 18 packages [2025-05-26T04:02:50.668Z] #85 DONE 4.9s [2025-05-26T04:02:50.668Z] [2025-05-26T04:02:50.668Z] #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-26T04:02:51.244Z] #86 ... [2025-05-26T04:02:51.244Z] [2025-05-26T04:02:51.244Z] #87 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-05-26T04:02:51.244Z] #0 3.393 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:51.244Z] #0 3.455 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:51.244Z] #0 3.766 OK: 8 MiB in 16 packages [2025-05-26T04:02:51.244Z] #87 DONE 3.9s [2025-05-26T04:02:51.503Z] [2025-05-26T04:02:51.503Z] #88 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T04:02:51.503Z] #0 3.591 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:51.503Z] #0 3.669 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:51.503Z] #0 4.041 OK: 8 MiB in 15 packages [2025-05-26T04:02:51.503Z] #88 DONE 4.2s [2025-05-26T04:02:51.503Z] [2025-05-26T04:02:51.503Z] #82 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-05-26T04:02:51.503Z] #82 2.993 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:51.503Z] #82 3.062 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:51.766Z] #82 ... [2025-05-26T04:02:51.766Z] [2025-05-26T04:02:51.766Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T04:02:51.766Z] #0 3.306 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:51.766Z] #0 3.380 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:51.766Z] #0 3.722 OK: 13 MiB in 28 packages [2025-05-26T04:02:51.766Z] #89 DONE 3.9s [2025-05-26T04:02:51.766Z] [2025-05-26T04:02:51.766Z] #90 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-05-26T04:02:52.024Z] #90 ... [2025-05-26T04:02:52.024Z] [2025-05-26T04:02:52.024Z] #82 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-05-26T04:02:52.024Z] #82 3.425 OK: 9 MiB in 19 packages [2025-05-26T04:02:52.024Z] #82 DONE 3.6s [2025-05-26T04:02:52.283Z] [2025-05-26T04:02:52.283Z] #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-26T04:02:52.283Z] #86 3.101 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:52.283Z] #86 3.171 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:52.283Z] #86 3.561 OK: 8 MiB in 18 packages [2025-05-26T04:02:52.542Z] #86 DONE 3.9s [2025-05-26T04:02:52.542Z] [2025-05-26T04:02:52.542Z] #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T04:02:52.801Z] #91 ... [2025-05-26T04:02:52.801Z] [2025-05-26T04:02:52.801Z] #90 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-05-26T04:02:52.801Z] #90 DONE 1.4s [2025-05-26T04:02:52.801Z] [2025-05-26T04:02:52.801Z] #92 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T04:02:52.801Z] #92 DONE 0.7s [2025-05-26T04:02:52.801Z] [2025-05-26T04:02:52.801Z] #93 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-26T04:02:52.801Z] #0 4.561 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:52.801Z] #0 5.213 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:52.801Z] #0 5.989 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-26T04:02:52.801Z] #0 6.297 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:02:52.801Z] #0 6.303 OK: 8 MiB in 15 packages [2025-05-26T04:02:52.801Z] #93 DONE 7.1s [2025-05-26T04:02:52.801Z] [2025-05-26T04:02:52.801Z] #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-05-26T04:02:52.801Z] #94 DONE 0.7s [2025-05-26T04:02:53.060Z] [2025-05-26T04:02:53.060Z] #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-05-26T04:02:53.060Z] #95 DONE 0.2s [2025-05-26T04:02:53.060Z] [2025-05-26T04:02:53.060Z] #96 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-05-26T04:02:53.625Z] #96 DONE 0.9s [2025-05-26T04:02:53.625Z] [2025-05-26T04:02:53.625Z] #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T04:02:53.625Z] #91 DONE 0.9s [2025-05-26T04:02:53.625Z] [2025-05-26T04:02:53.625Z] #97 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-26T04:02:53.625Z] #0 3.291 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:53.625Z] #0 4.745 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T04:02:53.625Z] #0 5.434 OK: 248 MiB in 58 packages [2025-05-26T04:02:53.625Z] #97 DONE 6.0s [2025-05-26T04:02:53.625Z] [2025-05-26T04:02:53.625Z] #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T04:02:53.625Z] #98 DONE 0.9s [2025-05-26T04:02:53.625Z] [2025-05-26T04:02:53.625Z] #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-05-26T04:02:53.625Z] #99 DONE 0.1s [2025-05-26T04:02:53.625Z] [2025-05-26T04:02:53.625Z] #100 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-05-26T04:02:53.625Z] #100 DONE 0.1s [2025-05-26T04:02:53.625Z] [2025-05-26T04:02:53.625Z] #101 [security-spire-server stage-2 6/9] COPY security.txt / [2025-05-26T04:02:53.625Z] #101 DONE 0.1s [2025-05-26T04:02:53.625Z] [2025-05-26T04:02:53.625Z] #102 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-05-26T04:02:53.625Z] #102 DONE 0.1s [2025-05-26T04:02:53.625Z] [2025-05-26T04:02:53.625Z] #103 [security-spire-config stage-2 6/10] COPY security.txt / [2025-05-26T04:02:53.625Z] #103 DONE 0.1s [2025-05-26T04:02:53.625Z] [2025-05-26T04:02:53.625Z] #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T04:02:53.625Z] #104 DONE 0.1s [2025-05-26T04:02:53.625Z] [2025-05-26T04:02:53.625Z] #105 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-05-26T04:02:53.625Z] #105 DONE 0.1s [2025-05-26T04:02:53.625Z] [2025-05-26T04:02:53.625Z] #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-05-26T04:02:53.970Z] #106 DONE 0.1s [2025-05-26T04:02:53.970Z] [2025-05-26T04:02:53.970Z] #107 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T04:02:53.970Z] #107 DONE 0.1s [2025-05-26T04:02:53.970Z] [2025-05-26T04:02:53.970Z] #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T04:02:53.970Z] #108 DONE 0.1s [2025-05-26T04:02:53.970Z] [2025-05-26T04:02:53.970Z] #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-05-26T04:02:53.970Z] #109 DONE 0.1s [2025-05-26T04:02:53.970Z] [2025-05-26T04:02:53.970Z] #110 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-05-26T04:02:53.970Z] #110 DONE 0.1s [2025-05-26T04:02:53.970Z] [2025-05-26T04:02:53.970Z] #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-05-26T04:02:53.970Z] #111 DONE 0.1s [2025-05-26T04:02:53.970Z] [2025-05-26T04:02:53.970Z] #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-05-26T04:02:53.970Z] #112 DONE 0.0s [2025-05-26T04:02:53.970Z] [2025-05-26T04:02:53.970Z] #113 [security-spire-server] exporting to image [2025-05-26T04:02:53.970Z] #113 exporting layers [2025-05-26T04:02:54.243Z] #113 ... [2025-05-26T04:02:54.244Z] [2025-05-26T04:02:54.244Z] #114 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-05-26T04:02:54.244Z] #114 DONE 0.1s [2025-05-26T04:02:54.244Z] [2025-05-26T04:02:54.244Z] #113 [security-spire-config] exporting to image [2025-05-26T04:02:54.871Z] #113 exporting layers 0.9s done [2025-05-26T04:02:54.871Z] #113 writing image sha256:8a141581cc3f43c2ce8f3e19c01e47032d0a7b44d3aa771d66858b70a71a7091 0.0s done [2025-05-26T04:02:54.871Z] #113 naming to docker.io/library/security-spire-server [2025-05-26T04:02:54.871Z] #113 exporting layers 0.9s done [2025-05-26T04:02:54.871Z] #113 naming to docker.io/library/security-spire-server done [2025-05-26T04:02:54.871Z] #113 writing image sha256:e67d6a13555db4fac7c9d8fccfbfa60671c2281a1e67f475bd8bfe000c2bc0cd done [2025-05-26T04:02:54.871Z] #113 naming to docker.io/library/security-spire-agent done [2025-05-26T04:02:54.871Z] #113 writing image sha256:c9e9f9ba87c7bad0af3af1789304cf08963d905151b6b756d88e6c167730aef4 done [2025-05-26T04:02:54.871Z] #113 naming to docker.io/library/security-spire-config done [2025-05-26T04:02:54.871Z] #113 DONE 1.0s [2025-05-26T04:02:54.871Z] [2025-05-26T04:02:54.871Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:02:58.281Z] #115 ... [2025-05-26T04:02:58.282Z] [2025-05-26T04:02:58.282Z] #116 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:02:58.282Z] #116 ... [2025-05-26T04:02:58.282Z] [2025-05-26T04:02:58.282Z] #117 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:02:58.542Z] #117 ... [2025-05-26T04:02:58.542Z] [2025-05-26T04:02:58.542Z] #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:03:08.152Z] Removing intermediate container 29ddcfa0999a [2025-05-26T04:03:08.152Z] ---> bb5610c19238 [2025-05-26T04:03:08.152Z] Successfully built bb5610c19238 [2025-05-26T04:03:08.152Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:03:08.497Z] + docker inspect -f . ci-base-image-arm64 [2025-05-26T04:03:08.497Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T04:03:08.733Z] prd-ubuntu20.04-docker-arm64-4c-16g-2262 does not seem to be running inside a container [2025-05-26T04:03:08.801Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@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-05-26T04:03:10.025Z] $ docker top af701a5d017e558674018177d359a2216024cdc1b56acc428e12b982a9f5a410 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T04:03:10.861Z] + go version [2025-05-26T04:03:10.861Z] go version go1.23.8 linux/arm64 [Pipeline] } [2025-05-26T04:03:10.879Z] $ docker stop --time=1 af701a5d017e558674018177d359a2216024cdc1b56acc428e12b982a9f5a410 [2025-05-26T04:03:12.485Z] $ docker rm -f --volumes af701a5d017e558674018177d359a2216024cdc1b56acc428e12b982a9f5a410 [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-05-26T04:03:13.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-05-26T04:03:13.185Z] [2025-05-26T04:03:13.185Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:03:13.531Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-05-26T04:03:13.531Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-05-26T04:03:13.531Z] 547446be3368: Pulling fs layer [2025-05-26T04:03:13.531Z] d125d8839a47: Pulling fs layer [2025-05-26T04:03:13.531Z] 3e85d5ac6304: Pulling fs layer [2025-05-26T04:03:13.531Z] c3105a71a48b: Pulling fs layer [2025-05-26T04:03:13.531Z] c3105a71a48b: Waiting [2025-05-26T04:03:13.531Z] 0f093f025ec4: Pulling fs layer [2025-05-26T04:03:13.531Z] c3106fc0e877: Pulling fs layer [2025-05-26T04:03:13.531Z] 0f093f025ec4: Waiting [2025-05-26T04:03:13.531Z] c3106fc0e877: Waiting [2025-05-26T04:03:13.800Z] 547446be3368: Verifying Checksum [2025-05-26T04:03:13.800Z] 547446be3368: Download complete [2025-05-26T04:03:13.800Z] c3105a71a48b: Verifying Checksum [2025-05-26T04:03:13.800Z] c3105a71a48b: Download complete [2025-05-26T04:03:14.068Z] d125d8839a47: Verifying Checksum [2025-05-26T04:03:14.068Z] d125d8839a47: Download complete [2025-05-26T04:03:14.068Z] c3106fc0e877: Verifying Checksum [2025-05-26T04:03:14.068Z] c3106fc0e877: Download complete [2025-05-26T04:03:14.335Z] 0f093f025ec4: Verifying Checksum [2025-05-26T04:03:14.335Z] 0f093f025ec4: Download complete [2025-05-26T04:03:14.335Z] 547446be3368: Pull complete [2025-05-26T04:03:15.738Z] d125d8839a47: Pull complete [2025-05-26T04:03:16.319Z] 3e85d5ac6304: Verifying Checksum [2025-05-26T04:03:16.319Z] 3e85d5ac6304: Download complete [2025-05-26T04:03:20.515Z] #118 DONE 28.7s [2025-05-26T04:03:20.515Z] [2025-05-26T04:03:20.515Z] #116 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:03:20.515Z] #116 DONE 29.1s [2025-05-26T04:03:20.515Z] [2025-05-26T04:03:20.515Z] #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:03:20.515Z] #74 DONE 29.1s [2025-05-26T04:03:20.515Z] [2025-05-26T04:03:20.515Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:03:20.515Z] #115 DONE 23.5s [2025-05-26T04:03:20.515Z] [2025-05-26T04:03:20.515Z] #117 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:03:20.515Z] #117 DONE 28.6s [2025-05-26T04:03:20.515Z] [2025-05-26T04:03:20.515Z] #119 [support-notifications builder 6/7] COPY . . [2025-05-26T04:03:20.515Z] #119 ... [2025-05-26T04:03:20.515Z] [2025-05-26T04:03:20.515Z] #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:03:20.515Z] #79 DONE 28.2s [2025-05-26T04:03:20.515Z] [2025-05-26T04:03:20.515Z] #120 [support-scheduler builder 6/7] COPY . . [2025-05-26T04:03:26.384Z] 3e85d5ac6304: Pull complete [2025-05-26T04:03:26.384Z] c3105a71a48b: Pull complete [2025-05-26T04:03:27.089Z] #120 DONE 8.7s [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #121 [security-spiffe-token-provider builder 6/7] COPY . . [2025-05-26T04:03:27.089Z] #121 DONE 8.8s [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #119 [support-notifications builder 6/7] COPY . . [2025-05-26T04:03:27.089Z] #119 DONE 8.8s [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #122 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:03:27.089Z] #122 CACHED [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #123 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:03:27.089Z] #123 CACHED [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #124 [security-bootstrapper builder 6/7] COPY . . [2025-05-26T04:03:27.089Z] #124 CACHED [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #125 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:03:27.089Z] #125 CACHED [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #126 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:03:27.089Z] #126 CACHED [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #127 [security-secretstore-setup builder 6/7] COPY . . [2025-05-26T04:03:27.089Z] #127 CACHED [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #128 [security-proxy-setup builder 6/7] COPY . . [2025-05-26T04:03:27.089Z] #128 DONE 8.8s [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #129 [core-data builder 6/7] COPY . . [2025-05-26T04:03:27.089Z] #129 CACHED [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #130 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:03:27.089Z] #130 CACHED [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #131 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:03:27.089Z] #131 CACHED [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #132 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-05-26T04:03:27.089Z] #132 CACHED [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #133 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:03:27.089Z] #133 CACHED [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #134 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:03:27.089Z] #134 CACHED [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #135 [core-keeper builder 7/8] COPY . . [2025-05-26T04:03:27.089Z] #135 DONE 8.8s [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #136 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:03:27.089Z] #136 CACHED [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #137 [security-proxy-auth builder 6/7] COPY . . [2025-05-26T04:03:27.089Z] #137 CACHED [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #138 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:03:27.089Z] #138 CACHED [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #139 [core-metadata builder 6/7] COPY . . [2025-05-26T04:03:27.089Z] #139 CACHED [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #140 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:03:27.089Z] #140 CACHED [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #141 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:03:27.089Z] #141 CACHED [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #142 [core-command builder 6/7] COPY . . [2025-05-26T04:03:27.089Z] #142 DONE 8.8s [2025-05-26T04:03:27.089Z] [2025-05-26T04:03:27.089Z] #143 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-05-26T04:03:27.343Z] 0f093f025ec4: Pull complete [2025-05-26T04:03:27.343Z] c3106fc0e877: Pull complete [2025-05-26T04:03:27.343Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-05-26T04:03:27.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-05-26T04:03:27.343Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-05-26T04:03:27.347Z] #143 1.356 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T04:03:27.582Z] prd-ubuntu20.04-docker-arm64-4c-16g-2262 does not seem to be running inside a container [2025-05-26T04:03:27.665Z] $ 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/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@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-05-26T04:03:29.629Z] $ docker top d3bf27cca8c3f265e1cae4991866e6dc96b429dcb6d0a0247595aabaf42138f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T04:03:30.477Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-05-26T04:03:37.310Z] #143 ... [2025-05-26T04:03:37.310Z] [2025-05-26T04:03:37.310Z] #144 [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-05-26T04:03:37.310Z] #0 0.656 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-05-26T04:03:37.310Z] #144 ... [2025-05-26T04:03:37.310Z] [2025-05-26T04:03:37.310Z] #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-26T04:03:37.310Z] #0 1.012 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-05-26T04:03:37.310Z] #145 ... [2025-05-26T04:03:37.310Z] [2025-05-26T04:03:37.310Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T04:03:37.310Z] #0 0.912 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-05-26T04:03:37.310Z] #146 ... [2025-05-26T04:03:37.310Z] [2025-05-26T04:03:37.310Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T04:03:37.310Z] #0 1.462 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-05-26T04:03:37.310Z] #147 ... [2025-05-26T04:03:37.310Z] [2025-05-26T04:03:37.310Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-26T04:03:37.310Z] #0 1.136 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-05-26T04:03:37.310Z] #148 ... [2025-05-26T04:03:37.310Z] [2025-05-26T04:03:37.310Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T04:03:37.310Z] #0 1.127 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-05-26T04:03:37.310Z] #149 ... [2025-05-26T04:03:37.310Z] [2025-05-26T04:03:37.310Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T04:03:37.310Z] #0 0.509 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-05-26T04:03:37.310Z] #150 ... [2025-05-26T04:03:37.310Z] [2025-05-26T04:03:37.310Z] #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T04:03:37.310Z] #0 0.804 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-05-26T04:03:37.310Z] #151 ... [2025-05-26T04:03:37.310Z] [2025-05-26T04:03:37.310Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-26T04:03:37.310Z] #0 1.043 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-05-26T04:03:37.310Z] #152 ... [2025-05-26T04:03:37.310Z] [2025-05-26T04:03:37.310Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-26T04:03:37.310Z] #0 1.457 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-05-26T04:03:37.569Z] #153 ... [2025-05-26T04:03:37.569Z] [2025-05-26T04:03:37.569Z] #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T04:03:37.569Z] #0 0.677 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-05-26T04:03:40.592Z] #1 [security-spire-agent internal] load build definition from Dockerfile [2025-05-26T04:03:40.592Z] #1 transferring dockerfile: 1.81kB 0.0s done [2025-05-26T04:03:40.592Z] #1 DONE 0.1s [2025-05-26T04:03:40.592Z] [2025-05-26T04:03:40.592Z] #2 [core-keeper internal] load build definition from Dockerfile [2025-05-26T04:03:40.592Z] #2 transferring dockerfile: 2.01kB 0.0s done [2025-05-26T04:03:40.592Z] #2 DONE 0.1s [2025-05-26T04:03:40.592Z] [2025-05-26T04:03:40.592Z] #3 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-05-26T04:03:40.592Z] #3 transferring dockerfile: 1.89kB done [2025-05-26T04:03:40.592Z] #3 DONE 0.1s [2025-05-26T04:03:40.592Z] [2025-05-26T04:03:40.592Z] #4 [security-bootstrapper internal] load build definition from Dockerfile [2025-05-26T04:03:40.592Z] #4 transferring dockerfile: 3.02kB 0.0s done [2025-05-26T04:03:40.592Z] #4 DONE 0.1s [2025-05-26T04:03:40.592Z] [2025-05-26T04:03:40.592Z] #5 [security-proxy-auth internal] load build definition from Dockerfile [2025-05-26T04:03:40.592Z] #5 transferring dockerfile: 2.14kB done [2025-05-26T04:03:40.592Z] #5 DONE 0.0s [2025-05-26T04:03:40.592Z] [2025-05-26T04:03:40.592Z] #6 [core-command internal] load build definition from Dockerfile [2025-05-26T04:03:40.592Z] #6 transferring dockerfile: 1.94kB done [2025-05-26T04:03:40.592Z] #6 DONE 0.1s [2025-05-26T04:03:40.592Z] [2025-05-26T04:03:40.592Z] #7 [core-metadata internal] load build definition from Dockerfile [2025-05-26T04:03:40.592Z] #7 transferring dockerfile: 2.10kB done [2025-05-26T04:03:40.592Z] #7 DONE 0.1s [2025-05-26T04:03:40.592Z] [2025-05-26T04:03:40.592Z] #8 [security-spire-config internal] load build definition from Dockerfile [2025-05-26T04:03:40.592Z] #8 transferring dockerfile: 1.69kB 0.0s done [2025-05-26T04:03:40.592Z] #8 DONE 0.1s [2025-05-26T04:03:40.592Z] [2025-05-26T04:03:40.592Z] #9 [security-secretstore-setup internal] load build definition from Dockerfile [2025-05-26T04:03:40.592Z] #9 transferring dockerfile: 2.49kB 0.0s done [2025-05-26T04:03:40.592Z] #9 DONE 0.1s [2025-05-26T04:03:40.592Z] [2025-05-26T04:03:40.592Z] #10 [security-proxy-setup internal] load build definition from Dockerfile [2025-05-26T04:03:40.592Z] #10 transferring dockerfile: 2.50kB done [2025-05-26T04:03:40.592Z] #10 DONE 0.1s [2025-05-26T04:03:40.592Z] [2025-05-26T04:03:40.592Z] #11 [support-notifications internal] load build definition from Dockerfile [2025-05-26T04:03:40.592Z] #11 transferring dockerfile: 2.00kB done [2025-05-26T04:03:40.592Z] #11 DONE 0.1s [2025-05-26T04:03:40.861Z] [2025-05-26T04:03:40.861Z] #12 [core-data internal] load build definition from Dockerfile [2025-05-26T04:03:40.861Z] #12 transferring dockerfile: 2.04kB done [2025-05-26T04:03:40.861Z] #12 DONE 0.1s [2025-05-26T04:03:40.861Z] [2025-05-26T04:03:40.861Z] #13 [security-spire-server internal] load build definition from Dockerfile [2025-05-26T04:03:40.861Z] #13 transferring dockerfile: 1.70kB 0.0s done [2025-05-26T04:03:40.861Z] #13 DONE 0.1s [2025-05-26T04:03:40.861Z] [2025-05-26T04:03:40.861Z] #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-05-26T04:03:40.861Z] #14 transferring dockerfile: 2.23kB 0.0s done [2025-05-26T04:03:41.138Z] #14 DONE 0.1s [2025-05-26T04:03:41.138Z] [2025-05-26T04:03:41.138Z] #15 [support-scheduler internal] load build definition from Dockerfile [2025-05-26T04:03:41.138Z] #15 transferring dockerfile: 1.83kB done [2025-05-26T04:03:41.138Z] #15 DONE 0.0s [2025-05-26T04:03:41.138Z] [2025-05-26T04:03:41.138Z] #16 [security-spire-agent internal] load .dockerignore [2025-05-26T04:03:41.138Z] #16 transferring context: [2025-05-26T04:03:41.138Z] #16 transferring context: 50B done [2025-05-26T04:03:41.138Z] #16 DONE 0.1s [2025-05-26T04:03:41.725Z] [2025-05-26T04:03:41.725Z] #17 [core-keeper internal] load .dockerignore [2025-05-26T04:03:42.691Z] #17 transferring context: 50B 0.0s done [2025-05-26T04:03:42.691Z] #17 DONE 0.7s [2025-05-26T04:03:42.691Z] [2025-05-26T04:03:42.691Z] #18 [security-spiffe-token-provider internal] load .dockerignore [2025-05-26T04:03:42.691Z] #18 transferring context: 50B done [2025-05-26T04:03:42.691Z] #18 DONE 0.6s [2025-05-26T04:03:42.691Z] [2025-05-26T04:03:42.691Z] #19 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-05-26T04:03:42.691Z] #19 ... [2025-05-26T04:03:42.691Z] [2025-05-26T04:03:42.691Z] #20 [security-proxy-auth internal] load .dockerignore [2025-05-26T04:03:42.691Z] #20 transferring context: 50B 0.0s done [2025-05-26T04:03:42.691Z] #20 DONE 0.7s [2025-05-26T04:03:42.691Z] [2025-05-26T04:03:42.691Z] #21 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T04:03:42.691Z] #21 DONE 0.0s [2025-05-26T04:03:42.691Z] [2025-05-26T04:03:42.691Z] #22 [security-bootstrapper internal] load .dockerignore [2025-05-26T04:03:42.692Z] #22 transferring context: 50B 0.0s done [2025-05-26T04:03:42.692Z] #22 DONE 0.9s [2025-05-26T04:03:42.692Z] [2025-05-26T04:03:42.692Z] #23 [core-command internal] load .dockerignore [2025-05-26T04:03:42.692Z] #23 transferring context: 50B 0.0s done [2025-05-26T04:03:42.969Z] #23 DONE 0.8s [2025-05-26T04:03:42.969Z] [2025-05-26T04:03:42.969Z] #21 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T04:03:42.969Z] #21 DONE 0.0s [2025-05-26T04:03:42.969Z] [2025-05-26T04:03:42.969Z] #24 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T04:03:42.969Z] #24 DONE 0.7s [2025-05-26T04:03:42.969Z] [2025-05-26T04:03:42.969Z] #25 [security-secretstore-setup internal] load .dockerignore [2025-05-26T04:03:42.969Z] #25 transferring context: 50B 0.0s done [2025-05-26T04:03:42.969Z] #25 DONE 0.9s [2025-05-26T04:03:42.969Z] [2025-05-26T04:03:42.969Z] #26 [core-keeper internal] load build context [2025-05-26T04:03:42.969Z] #26 ... [2025-05-26T04:03:42.969Z] [2025-05-26T04:03:42.969Z] #21 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T04:03:42.969Z] #21 DONE 0.0s [2025-05-26T04:03:42.969Z] [2025-05-26T04:03:42.969Z] #27 [security-proxy-setup internal] load .dockerignore [2025-05-26T04:03:42.969Z] #27 transferring context: 50B 0.0s done [2025-05-26T04:03:42.969Z] #27 DONE 0.9s [2025-05-26T04:03:42.969Z] [2025-05-26T04:03:42.969Z] #24 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T04:03:42.969Z] #24 DONE 0.7s [2025-05-26T04:03:43.237Z] [2025-05-26T04:03:43.237Z] #28 [support-scheduler internal] load .dockerignore [2025-05-26T04:03:43.237Z] #28 transferring context: 50B 0.1s done [2025-05-26T04:03:43.237Z] #28 DONE 0.8s [2025-05-26T04:03:43.237Z] [2025-05-26T04:03:43.237Z] #29 [security-spire-server internal] load .dockerignore [2025-05-26T04:03:43.237Z] #29 transferring context: 50B 0.1s done [2025-05-26T04:03:43.237Z] #29 DONE 0.9s [2025-05-26T04:03:43.237Z] [2025-05-26T04:03:43.237Z] #30 [core-metadata internal] load .dockerignore [2025-05-26T04:03:43.237Z] #30 transferring context: 50B 0.0s done [2025-05-26T04:03:43.237Z] #30 DONE 1.1s [2025-05-26T04:03:43.237Z] [2025-05-26T04:03:43.237Z] #31 [security-spire-config internal] load .dockerignore [2025-05-26T04:03:43.237Z] #31 transferring context: 50B 0.0s done [2025-05-26T04:03:43.237Z] #31 DONE 1.1s [2025-05-26T04:03:43.237Z] [2025-05-26T04:03:43.237Z] #32 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T04:03:43.237Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-26T04:03:43.237Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T04:03:43.237Z] #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T04:03:43.237Z] #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T04:03:43.237Z] #32 ... [2025-05-26T04:03:43.237Z] [2025-05-26T04:03:43.237Z] #33 [core-common-config-bootstrapper internal] load .dockerignore [2025-05-26T04:03:43.237Z] #33 transferring context: 50B 0.1s done [2025-05-26T04:03:43.237Z] #33 DONE 1.0s [2025-05-26T04:03:43.237Z] [2025-05-26T04:03:43.237Z] #34 [support-notifications internal] load .dockerignore [2025-05-26T04:03:43.237Z] #34 transferring context: 50B 0.1s done [2025-05-26T04:03:43.237Z] #34 DONE 1.0s [2025-05-26T04:03:43.237Z] [2025-05-26T04:03:43.237Z] #35 [core-data internal] load .dockerignore [2025-05-26T04:03:43.237Z] #35 transferring context: 50B 0.1s done [2025-05-26T04:03:43.237Z] #35 DONE 1.1s [2025-05-26T04:03:43.237Z] [2025-05-26T04:03:43.237Z] #21 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T04:03:43.237Z] #21 DONE 0.0s [2025-05-26T04:03:43.237Z] [2025-05-26T04:03:43.237Z] #24 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T04:03:43.237Z] #24 DONE 0.7s [2025-05-26T04:03:43.506Z] [2025-05-26T04:03:43.506Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-05-26T04:03:43.506Z] #36 DONE 0.9s [2025-05-26T04:03:43.506Z] [2025-05-26T04:03:43.506Z] #32 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T04:03:43.506Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-26T04:03:43.506Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T04:03:43.506Z] #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T04:03:43.506Z] #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T04:03:43.506Z] #32 DONE 0.7s [2025-05-26T04:03:43.506Z] [2025-05-26T04:03:43.506Z] #21 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T04:03:43.506Z] #21 DONE 0.0s [2025-05-26T04:03:43.506Z] [2025-05-26T04:03:43.506Z] #19 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-05-26T04:03:43.506Z] #19 DONE 1.1s [2025-05-26T04:03:43.506Z] [2025-05-26T04:03:43.506Z] #24 [core-command internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T04:03:43.775Z] #24 ... [2025-05-26T04:03:43.775Z] [2025-05-26T04:03:43.775Z] #32 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T04:03:43.775Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-26T04:03:43.775Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T04:03:43.775Z] #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T04:03:43.775Z] #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T04:03:43.775Z] #32 DONE 1.2s [2025-05-26T04:03:43.775Z] [2025-05-26T04:03:43.775Z] #37 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-26T04:03:44.360Z] #37 ... [2025-05-26T04:03:44.360Z] [2025-05-26T04:03:44.360Z] #24 [core-command internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T04:03:44.360Z] #24 DONE 1.4s [2025-05-26T04:03:44.360Z] [2025-05-26T04:03:44.360Z] #32 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T04:03:44.360Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-26T04:03:44.360Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T04:03:44.360Z] #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T04:03:44.360Z] #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T04:03:44.360Z] #32 DONE 1.2s [2025-05-26T04:03:44.360Z] [2025-05-26T04:03:44.360Z] #21 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T04:03:44.360Z] #21 DONE 0.0s [2025-05-26T04:03:44.360Z] [2025-05-26T04:03:44.360Z] #26 [core-keeper internal] load build context [2025-05-26T04:03:44.946Z] #26 transferring context: 3.22MB 1.4s done [2025-05-26T04:03:44.946Z] #26 ... [2025-05-26T04:03:44.946Z] [2025-05-26T04:03:44.946Z] #32 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T04:03:44.946Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-26T04:03:44.946Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T04:03:44.946Z] #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T04:03:44.946Z] #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T04:03:44.946Z] #32 DONE 1.3s [2025-05-26T04:03:44.946Z] [2025-05-26T04:03:44.946Z] #24 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T04:03:44.946Z] #24 DONE 2.1s [2025-05-26T04:03:45.213Z] [2025-05-26T04:03:45.213Z] #26 [core-keeper internal] load build context [2025-05-26T04:03:45.213Z] #26 DONE 2.2s [2025-05-26T04:03:45.213Z] [2025-05-26T04:03:45.213Z] #38 [security-spiffe-token-provider internal] load build context [2025-05-26T04:03:45.213Z] #38 transferring context: 3.22MB 1.5s done [2025-05-26T04:03:45.213Z] #38 DONE 2.3s [2025-05-26T04:03:45.213Z] [2025-05-26T04:03:45.213Z] #39 [security-secretstore-setup internal] load build context [2025-05-26T04:03:45.213Z] #39 ... [2025-05-26T04:03:45.213Z] [2025-05-26T04:03:45.213Z] #40 [security-proxy-auth internal] load build context [2025-05-26T04:03:45.213Z] #40 transferring context: 3.22MB 1.5s done [2025-05-26T04:03:45.213Z] #40 DONE 2.2s [2025-05-26T04:03:45.488Z] [2025-05-26T04:03:45.488Z] #41 [security-bootstrapper internal] load build context [2025-05-26T04:03:45.488Z] #41 transferring context: 3.22MB 1.2s done [2025-05-26T04:03:45.488Z] #41 DONE 2.0s [2025-05-26T04:03:45.488Z] [2025-05-26T04:03:45.488Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:03:45.488Z] #42 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.1s done [2025-05-26T04:03:45.488Z] #42 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-05-26T04:03:45.488Z] #42 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-05-26T04:03:45.488Z] #42 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-05-26T04:03:45.488Z] #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-05-26T04:03:45.488Z] #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [2025-05-26T04:03:45.488Z] #42 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done [2025-05-26T04:03:45.488Z] #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-05-26T04:03:45.488Z] #42 ... [2025-05-26T04:03:45.488Z] [2025-05-26T04:03:45.488Z] #21 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T04:03:45.488Z] #21 DONE 0.0s [2025-05-26T04:03:45.488Z] [2025-05-26T04:03:45.488Z] #43 [security-spire-agent internal] load build context [2025-05-26T04:03:45.488Z] #43 transferring context: 23.33kB 0.0s done [2025-05-26T04:03:45.488Z] #43 DONE 1.9s [2025-05-26T04:03:45.488Z] [2025-05-26T04:03:45.488Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:03:45.488Z] #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 0B / 14.28MB 0.4s [2025-05-26T04:03:45.762Z] #42 ... [2025-05-26T04:03:45.762Z] [2025-05-26T04:03:45.762Z] #32 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T04:03:45.762Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-26T04:03:45.762Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T04:03:45.762Z] #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T04:03:45.762Z] #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T04:03:45.762Z] #32 DONE 1.3s [2025-05-26T04:03:45.762Z] [2025-05-26T04:03:45.762Z] #21 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T04:03:45.762Z] #21 DONE 0.0s [2025-05-26T04:03:45.762Z] [2025-05-26T04:03:45.762Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:03:45.762Z] #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 1.05MB / 14.28MB 0.5s [2025-05-26T04:03:45.762Z] #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-05-26T04:03:45.762Z] #42 ... [2025-05-26T04:03:45.762Z] [2025-05-26T04:03:45.762Z] #32 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T04:03:45.762Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-26T04:03:45.762Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T04:03:45.762Z] #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T04:03:45.762Z] #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T04:03:45.762Z] #32 DONE 1.3s [2025-05-26T04:03:45.762Z] [2025-05-26T04:03:45.762Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:03:45.762Z] #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 4.19MB / 14.28MB 0.7s [2025-05-26T04:03:45.762Z] #42 ... [2025-05-26T04:03:45.762Z] [2025-05-26T04:03:45.762Z] #21 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T04:03:45.762Z] #21 DONE 0.0s [2025-05-26T04:03:45.762Z] [2025-05-26T04:03:45.762Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:03:45.762Z] #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.99MB / 14.28MB 0.8s [2025-05-26T04:03:46.033Z] #42 ... [2025-05-26T04:03:46.033Z] [2025-05-26T04:03:46.033Z] #32 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T04:03:46.033Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-26T04:03:46.033Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T04:03:46.033Z] #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T04:03:46.033Z] #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T04:03:46.033Z] #32 DONE 1.3s [2025-05-26T04:03:46.033Z] [2025-05-26T04:03:46.033Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:03:46.033Z] #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.34MB / 14.28MB 0.9s [2025-05-26T04:03:46.033Z] #42 ... [2025-05-26T04:03:46.033Z] [2025-05-26T04:03:46.033Z] #32 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T04:03:46.033Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-26T04:03:46.033Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T04:03:46.033Z] #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T04:03:46.033Z] #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T04:03:46.033Z] #32 DONE 1.4s [2025-05-26T04:03:46.033Z] [2025-05-26T04:03:46.033Z] #24 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T04:03:46.033Z] #24 DONE 2.4s [2025-05-26T04:03:46.033Z] [2025-05-26T04:03:46.033Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:03:46.033Z] #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.44MB / 14.28MB 1.0s [2025-05-26T04:03:46.304Z] #42 ... [2025-05-26T04:03:46.304Z] [2025-05-26T04:03:46.304Z] #32 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T04:03:46.304Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-26T04:03:46.304Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T04:03:46.304Z] #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T04:03:46.304Z] #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T04:03:46.304Z] #32 DONE 1.4s [2025-05-26T04:03:46.304Z] [2025-05-26T04:03:46.304Z] #36 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-05-26T04:03:46.304Z] #36 DONE 1.3s [2025-05-26T04:03:46.304Z] [2025-05-26T04:03:46.304Z] #21 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T04:03:46.304Z] #21 DONE 0.0s [2025-05-26T04:03:46.304Z] [2025-05-26T04:03:46.304Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:03:46.304Z] #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.49MB / 14.28MB 1.1s [2025-05-26T04:03:46.304Z] #42 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-05-26T04:03:46.304Z] #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 11.53MB / 14.28MB 1.2s [2025-05-26T04:03:46.304Z] #42 ... [2025-05-26T04:03:46.304Z] [2025-05-26T04:03:46.304Z] #24 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T04:03:46.304Z] #24 DONE 2.7s [2025-05-26T04:03:46.304Z] [2025-05-26T04:03:46.304Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:03:46.304Z] #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.63MB / 14.28MB 1.3s [2025-05-26T04:03:46.574Z] #42 ... [2025-05-26T04:03:46.574Z] [2025-05-26T04:03:46.574Z] #32 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T04:03:46.574Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-26T04:03:46.574Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T04:03:46.574Z] #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T04:03:46.574Z] #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T04:03:46.574Z] #32 DONE 1.4s [2025-05-26T04:03:46.574Z] [2025-05-26T04:03:46.574Z] #21 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T04:03:46.574Z] #21 DONE 0.0s [2025-05-26T04:03:46.574Z] [2025-05-26T04:03:46.574Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:03:46.845Z] #42 ... [2025-05-26T04:03:46.845Z] [2025-05-26T04:03:46.845Z] #21 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T04:03:46.845Z] #21 DONE 0.0s [2025-05-26T04:03:46.845Z] [2025-05-26T04:03:46.845Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:03:46.845Z] #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 1.7s done [2025-05-26T04:03:47.120Z] #42 ... [2025-05-26T04:03:47.120Z] [2025-05-26T04:03:47.120Z] #24 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T04:03:47.120Z] #24 DONE 3.3s [2025-05-26T04:03:47.120Z] [2025-05-26T04:03:47.120Z] #44 [core-command internal] load build context [2025-05-26T04:03:47.120Z] #44 transferring context: 3.22MB 1.3s done [2025-05-26T04:03:47.120Z] #44 DONE 2.8s [2025-05-26T04:03:47.392Z] [2025-05-26T04:03:47.392Z] #32 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T04:03:47.392Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-26T04:03:47.392Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T04:03:47.392Z] #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T04:03:47.392Z] #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T04:03:47.392Z] #32 DONE 1.4s [2025-05-26T04:03:47.392Z] [2025-05-26T04:03:47.392Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:03:47.392Z] #45 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.2s done [2025-05-26T04:03:47.392Z] #45 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-05-26T04:03:47.392Z] #45 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-05-26T04:03:47.392Z] #45 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-05-26T04:03:47.392Z] #45 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-05-26T04:03:47.392Z] #45 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-05-26T04:03:47.392Z] #45 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-05-26T04:03:47.392Z] #45 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.5s done [2025-05-26T04:03:47.392Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 2.2s [2025-05-26T04:03:47.392Z] #45 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-05-26T04:03:47.392Z] #45 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-05-26T04:03:47.661Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.77MB / 33.17MB 2.5s [2025-05-26T04:03:48.253Z] #45 ... [2025-05-26T04:03:48.253Z] [2025-05-26T04:03:48.253Z] #46 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-26T04:03:48.253Z] #46 DONE 5.4s [2025-05-26T04:03:48.253Z] [2025-05-26T04:03:48.253Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:03:48.842Z] #45 ... [2025-05-26T04:03:48.842Z] [2025-05-26T04:03:48.842Z] #47 [security-spire-config internal] load build context [2025-05-26T04:03:48.842Z] #47 transferring context: 22.05kB 0.2s done [2025-05-26T04:03:48.842Z] #47 DONE 2.7s [2025-05-26T04:03:48.842Z] [2025-05-26T04:03:48.842Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:03:48.842Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 3.6s [2025-05-26T04:03:48.842Z] #45 ... [2025-05-26T04:03:48.842Z] [2025-05-26T04:03:48.842Z] #48 [security-spire-server internal] load build context [2025-05-26T04:03:48.842Z] #48 transferring context: 23.80kB 0.5s done [2025-05-26T04:03:48.842Z] #48 DONE 2.7s [2025-05-26T04:03:48.842Z] [2025-05-26T04:03:48.842Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:03:48.842Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.97MB / 33.17MB 3.9s [2025-05-26T04:03:49.430Z] #45 ... [2025-05-26T04:03:49.430Z] [2025-05-26T04:03:49.430Z] #39 [security-secretstore-setup internal] load build context [2025-05-26T04:03:49.430Z] #39 transferring context: 3.22MB 2.7s done [2025-05-26T04:03:49.430Z] #39 DONE 4.4s [2025-05-26T04:03:49.430Z] [2025-05-26T04:03:49.430Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:03:49.706Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 4.7s [2025-05-26T04:03:50.292Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 5.2s [2025-05-26T04:03:50.562Z] #45 ... [2025-05-26T04:03:50.562Z] [2025-05-26T04:03:50.562Z] #49 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2025-05-26T04:03:50.562Z] #49 DONE 2.2s [2025-05-26T04:03:50.562Z] [2025-05-26T04:03:50.562Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:03:50.829Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 5.6s [2025-05-26T04:03:51.094Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 5.9s done [2025-05-26T04:03:51.094Z] #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 5.9s done [2025-05-26T04:03:54.447Z] #45 ... [2025-05-26T04:03:54.447Z] [2025-05-26T04:03:54.447Z] #50 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T04:03:54.447Z] #50 ... [2025-05-26T04:03:54.447Z] [2025-05-26T04:03:54.447Z] #51 [core-metadata internal] load build context [2025-05-26T04:03:54.447Z] #51 transferring context: 3.22MB 5.5s done [2025-05-26T04:03:54.447Z] #51 DONE 8.5s [2025-05-26T04:03:54.447Z] [2025-05-26T04:03:54.447Z] #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T04:03:54.447Z] #0 9.690 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:03:54.447Z] #0 10.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:03:54.447Z] #52 ... [2025-05-26T04:03:54.447Z] [2025-05-26T04:03:54.447Z] #53 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-05-26T04:03:54.447Z] #0 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:03:54.447Z] #53 ... [2025-05-26T04:03:54.447Z] [2025-05-26T04:03:54.447Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T04:03:54.717Z] #54 ... [2025-05-26T04:03:54.717Z] [2025-05-26T04:03:54.717Z] #55 [security-proxy-setup internal] load build context [2025-05-26T04:03:54.989Z] #55 ... [2025-05-26T04:03:54.989Z] [2025-05-26T04:03:54.989Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:03:54.989Z] #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b [2025-05-26T04:03:55.262Z] #45 ... [2025-05-26T04:03:55.262Z] [2025-05-26T04:03:55.262Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-26T04:03:55.262Z] #56 ... [2025-05-26T04:03:55.262Z] [2025-05-26T04:03:55.262Z] #53 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-05-26T04:03:55.262Z] #53 11.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:03:55.530Z] #53 ... [2025-05-26T04:03:55.530Z] [2025-05-26T04:03:55.530Z] #57 [support-scheduler internal] load build context [2025-05-26T04:03:55.530Z] #57 transferring context: 3.22MB 6.6s done [2025-05-26T04:03:55.530Z] #57 DONE 9.5s [2025-05-26T04:03:55.806Z] [2025-05-26T04:03:55.806Z] #58 [core-common-config-bootstrapper internal] load build context [2025-05-26T04:03:55.806Z] #58 ... [2025-05-26T04:03:55.806Z] [2025-05-26T04:03:55.806Z] #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-26T04:03:56.076Z] #59 ... [2025-05-26T04:03:56.076Z] [2025-05-26T04:03:56.076Z] #58 [core-common-config-bootstrapper internal] load build context [2025-05-26T04:03:56.076Z] #58 ... [2025-05-26T04:03:56.076Z] [2025-05-26T04:03:56.076Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-26T04:03:56.076Z] #0 6.080 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:03:56.076Z] #0 6.698 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:03:56.361Z] #60 ... [2025-05-26T04:03:56.361Z] [2025-05-26T04:03:56.361Z] #61 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-26T04:03:56.361Z] #61 ... [2025-05-26T04:03:56.361Z] [2025-05-26T04:03:56.361Z] #55 [security-proxy-setup internal] load build context [2025-05-26T04:03:56.629Z] #55 ... [2025-05-26T04:03:56.629Z] [2025-05-26T04:03:56.629Z] #62 [support-notifications internal] load build context [2025-05-26T04:03:56.629Z] #62 ... [2025-05-26T04:03:56.629Z] [2025-05-26T04:03:56.629Z] #55 [security-proxy-setup internal] load build context [2025-05-26T04:03:56.897Z] #55 transferring context: 3.22MB 9.7s done [2025-05-26T04:03:56.897Z] #55 ... [2025-05-26T04:03:56.897Z] [2025-05-26T04:03:56.897Z] #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-26T04:03:57.165Z] #63 ... [2025-05-26T04:03:57.165Z] [2025-05-26T04:03:57.165Z] #58 [core-common-config-bootstrapper internal] load build context [2025-05-26T04:03:57.165Z] #58 transferring context: 3.22MB 7.9s done [2025-05-26T04:03:57.165Z] #58 ... [2025-05-26T04:03:57.165Z] [2025-05-26T04:03:57.165Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:03:57.165Z] #42 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.5s [2025-05-26T04:03:57.433Z] #42 ... [2025-05-26T04:03:57.433Z] [2025-05-26T04:03:57.433Z] #64 [core-data internal] load build context [2025-05-26T04:03:57.433Z] #64 transferring context: 3.22MB 7.8s done [2025-05-26T04:03:57.433Z] #64 DONE 10.0s [2025-05-26T04:03:57.433Z] [2025-05-26T04:03:57.433Z] #55 [security-proxy-setup internal] load build context [2025-05-26T04:03:57.433Z] #55 DONE 11.6s [2025-05-26T04:03:57.433Z] [2025-05-26T04:03:57.433Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:03:57.433Z] #42 ... [2025-05-26T04:03:57.433Z] [2025-05-26T04:03:57.433Z] #65 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-26T04:03:57.433Z] #65 ... [2025-05-26T04:03:57.434Z] [2025-05-26T04:03:57.434Z] #58 [core-common-config-bootstrapper internal] load build context [2025-05-26T04:03:57.434Z] #58 DONE 10.2s [2025-05-26T04:03:57.434Z] [2025-05-26T04:03:57.434Z] #62 [support-notifications internal] load build context [2025-05-26T04:03:58.396Z] #62 transferring context: 3.22MB 8.9s done [2025-05-26T04:03:58.396Z] #62 DONE 11.9s [2025-05-26T04:03:58.396Z] [2025-05-26T04:03:58.396Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:03:58.983Z] #42 ... [2025-05-26T04:03:58.983Z] [2025-05-26T04:03:58.983Z] #37 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-26T04:03:58.983Z] #37 8.135 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:03:58.983Z] #37 8.885 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:03:58.983Z] #37 12.60 (1/2) Installing dumb-init (1.2.5-r3) [2025-05-26T04:03:58.983Z] #37 12.60 (2/2) Installing su-exec (0.2-r3) [2025-05-26T04:03:58.983Z] #37 12.77 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:03:58.983Z] #37 12.85 OK: 9 MiB in 16 packages [2025-05-26T04:03:58.983Z] #37 DONE 15.1s [2025-05-26T04:03:58.983Z] [2025-05-26T04:03:58.983Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:04:00.939Z] #42 ... [2025-05-26T04:04:00.939Z] [2025-05-26T04:04:00.939Z] #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T04:04:00.939Z] #66 ... [2025-05-26T04:04:00.939Z] [2025-05-26T04:04:00.939Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-26T04:04:00.939Z] #67 ... [2025-05-26T04:04:00.939Z] [2025-05-26T04:04:00.939Z] #68 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T04:04:01.209Z] #68 ... [2025-05-26T04:04:01.209Z] [2025-05-26T04:04:01.209Z] #69 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T04:04:01.209Z] #69 ... [2025-05-26T04:04:01.209Z] [2025-05-26T04:04:01.209Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-26T04:04:01.478Z] #70 ... [2025-05-26T04:04:01.478Z] [2025-05-26T04:04:01.478Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-26T04:04:01.478Z] #71 ... [2025-05-26T04:04:01.478Z] [2025-05-26T04:04:01.478Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:04:01.746Z] #42 ... [2025-05-26T04:04:01.746Z] [2025-05-26T04:04:01.746Z] #53 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-05-26T04:04:01.746Z] #53 16.38 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-26T04:04:01.746Z] #53 16.42 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:04:01.746Z] #53 16.46 OK: 9 MiB in 15 packages [2025-05-26T04:04:01.746Z] #53 DONE 17.7s [2025-05-26T04:04:01.746Z] [2025-05-26T04:04:01.746Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:04:01.746Z] #42 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.5s [2025-05-26T04:04:02.332Z] #42 ... [2025-05-26T04:04:02.332Z] [2025-05-26T04:04:02.332Z] #50 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T04:04:02.332Z] #50 DONE 18.0s [2025-05-26T04:04:02.332Z] [2025-05-26T04:04:02.332Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-26T04:04:04.920Z] #72 ... [2025-05-26T04:04:04.920Z] [2025-05-26T04:04:04.920Z] #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T04:04:04.920Z] #66 DONE 13.8s [2025-05-26T04:04:04.920Z] [2025-05-26T04:04:04.920Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-26T04:04:05.508Z] #73 ... [2025-05-26T04:04:05.508Z] [2025-05-26T04:04:05.508Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T04:04:05.509Z] #54 11.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:05.509Z] #54 12.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:05.509Z] #54 18.63 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T04:04:05.509Z] #54 18.63 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T04:04:05.509Z] #54 18.63 OK: 24049 distinct packages available [2025-05-26T04:04:05.509Z] #54 20.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:05.509Z] #54 ... [2025-05-26T04:04:05.509Z] [2025-05-26T04:04:05.509Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:04:05.509Z] #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 9.9s [2025-05-26T04:04:05.777Z] #45 ... [2025-05-26T04:04:05.777Z] [2025-05-26T04:04:05.777Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:04:06.739Z] #42 ... [2025-05-26T04:04:06.739Z] [2025-05-26T04:04:06.739Z] #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-26T04:04:06.739Z] #59 10.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:06.739Z] #59 12.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:06.739Z] #59 18.51 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-26T04:04:06.739Z] #59 18.55 (2/4) Installing openssl (3.3.3-r0) [2025-05-26T04:04:06.739Z] #59 18.67 (3/4) Installing su-exec (0.2-r3) [2025-05-26T04:04:06.739Z] #59 18.68 (4/4) Installing yq-go (4.44.1-r2) [2025-05-26T04:04:06.739Z] #59 19.71 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:04:06.739Z] #59 19.89 OK: 20 MiB in 18 packages [2025-05-26T04:04:06.739Z] #59 ... [2025-05-26T04:04:06.739Z] [2025-05-26T04:04:06.739Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-26T04:04:06.740Z] #60 10.52 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T04:04:06.740Z] #60 10.52 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T04:04:06.740Z] #60 10.52 OK: 24049 distinct packages available [2025-05-26T04:04:06.740Z] #60 11.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:06.740Z] #60 13.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:06.740Z] #60 20.66 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-26T04:04:06.740Z] #60 20.69 (2/4) Installing musl-obstack (1.2.3-r2) [2025-05-26T04:04:06.740Z] #60 20.71 (3/4) Installing libucontext (1.2-r3) [2025-05-26T04:04:06.740Z] #60 20.75 (4/4) Installing gcompat (1.1.0-r4) [2025-05-26T04:04:06.740Z] #60 20.79 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:04:06.740Z] #60 ... [2025-05-26T04:04:06.740Z] [2025-05-26T04:04:06.740Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:04:06.740Z] #42 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 19.5s [2025-05-26T04:04:07.008Z] #42 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 19.7s done [2025-05-26T04:04:08.424Z] #42 ... [2025-05-26T04:04:08.424Z] [2025-05-26T04:04:08.424Z] #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-26T04:04:08.424Z] #59 DONE 22.4s [2025-05-26T04:04:08.424Z] [2025-05-26T04:04:08.424Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:04:08.693Z] #45 ... [2025-05-26T04:04:08.693Z] [2025-05-26T04:04:08.693Z] #61 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-26T04:04:08.693Z] #61 12.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:08.693Z] #61 13.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:08.693Z] #61 20.18 (1/3) Installing ca-certificates (20241121-r1) [2025-05-26T04:04:08.693Z] #61 20.74 (2/3) Installing dumb-init (1.2.5-r3) [2025-05-26T04:04:08.693Z] #61 20.78 (3/3) Installing tzdata (2025b-r0) [2025-05-26T04:04:08.971Z] #61 ... [2025-05-26T04:04:08.971Z] [2025-05-26T04:04:08.971Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-05-26T04:04:08.971Z] #74 ... [2025-05-26T04:04:08.971Z] [2025-05-26T04:04:08.971Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-26T04:04:08.971Z] #56 13.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:08.971Z] #56 15.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:08.971Z] #56 23.78 (1/4) Installing ca-certificates (20241121-r1) [2025-05-26T04:04:09.244Z] #56 ... [2025-05-26T04:04:09.244Z] [2025-05-26T04:04:09.244Z] #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T04:04:09.244Z] #52 15.92 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T04:04:09.244Z] #52 15.93 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T04:04:09.244Z] #52 15.93 OK: 24049 distinct packages available [2025-05-26T04:04:09.244Z] #52 17.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:09.244Z] #52 18.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:09.513Z] #52 ... [2025-05-26T04:04:09.513Z] [2025-05-26T04:04:09.513Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:04:09.786Z] #45 ... [2025-05-26T04:04:09.786Z] [2025-05-26T04:04:09.786Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-26T04:04:09.786Z] #60 20.95 OK: 9 MiB in 18 packages [2025-05-26T04:04:09.786Z] #60 DONE 23.7s [2025-05-26T04:04:10.053Z] [2025-05-26T04:04:10.053Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:04:10.053Z] #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.2s [2025-05-26T04:04:12.034Z] #45 ... [2025-05-26T04:04:12.034Z] [2025-05-26T04:04:12.034Z] #75 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-05-26T04:04:12.034Z] #0 9.852 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:12.034Z] #75 ... [2025-05-26T04:04:12.034Z] [2025-05-26T04:04:12.034Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:04:13.453Z] #45 ... [2025-05-26T04:04:13.453Z] [2025-05-26T04:04:13.453Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-26T04:04:13.453Z] #70 12.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:13.453Z] #70 14.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:13.726Z] #70 ... [2025-05-26T04:04:13.726Z] [2025-05-26T04:04:13.726Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:04:13.726Z] #45 ... [2025-05-26T04:04:13.726Z] [2025-05-26T04:04:13.726Z] #61 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-26T04:04:13.726Z] #61 23.01 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:04:13.726Z] #61 23.19 Executing ca-certificates-20241121-r1.trigger [2025-05-26T04:04:13.726Z] #61 24.89 OK: 11 MiB in 17 packages [2025-05-26T04:04:13.726Z] #61 DONE 27.6s [2025-05-26T04:04:13.726Z] [2025-05-26T04:04:13.726Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:04:14.319Z] #45 ... [2025-05-26T04:04:14.319Z] [2025-05-26T04:04:14.319Z] #65 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-26T04:04:14.319Z] #65 16.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:14.319Z] #65 18.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:14.319Z] #65 ... [2025-05-26T04:04:14.319Z] [2025-05-26T04:04:14.319Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:04:14.913Z] #45 ... [2025-05-26T04:04:14.913Z] [2025-05-26T04:04:14.913Z] #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T04:04:14.913Z] #52 27.18 (1/5) Installing dumb-init (1.2.5-r3) [2025-05-26T04:04:14.913Z] #52 27.31 (2/5) Installing musl-obstack (1.2.3-r2) [2025-05-26T04:04:14.913Z] #52 27.44 (3/5) Installing libucontext (1.2-r3) [2025-05-26T04:04:14.913Z] #52 27.44 (4/5) Installing gcompat (1.1.0-r4) [2025-05-26T04:04:14.913Z] #52 27.46 (5/5) Installing openssl (3.3.3-r0) [2025-05-26T04:04:14.913Z] #52 27.62 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:04:14.913Z] #52 27.79 OK: 10 MiB in 19 packages [2025-05-26T04:04:14.913Z] #52 DONE 31.5s [2025-05-26T04:04:14.913Z] [2025-05-26T04:04:14.913Z] #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-26T04:04:14.913Z] #63 17.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:14.913Z] #63 19.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:14.913Z] #63 ... [2025-05-26T04:04:14.913Z] [2025-05-26T04:04:14.913Z] #76 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-05-26T04:04:15.881Z] #76 ... [2025-05-26T04:04:15.881Z] [2025-05-26T04:04:15.881Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-26T04:04:15.881Z] #56 24.60 (2/4) Installing dumb-init (1.2.5-r3) [2025-05-26T04:04:15.881Z] #56 24.64 (3/4) Installing su-exec (0.2-r3) [2025-05-26T04:04:15.881Z] #56 24.67 (4/4) Installing yq-go (4.44.1-r2) [2025-05-26T04:04:15.881Z] #56 26.64 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:04:15.881Z] #56 26.84 Executing ca-certificates-20241121-r1.trigger [2025-05-26T04:04:15.881Z] #56 28.64 OK: 20 MiB in 18 packages [2025-05-26T04:04:15.881Z] #56 DONE 30.9s [2025-05-26T04:04:15.881Z] [2025-05-26T04:04:15.881Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T04:04:15.881Z] #54 21.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:16.157Z] #54 ... [2025-05-26T04:04:16.157Z] [2025-05-26T04:04:16.157Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:04:16.157Z] #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.3s [2025-05-26T04:04:17.121Z] #45 ... [2025-05-26T04:04:17.121Z] [2025-05-26T04:04:17.121Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-26T04:04:17.121Z] #70 24.63 OK: 239 MiB in 58 packages [2025-05-26T04:04:17.121Z] #70 DONE 26.4s [2025-05-26T04:04:17.121Z] [2025-05-26T04:04:17.121Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:04:17.389Z] #45 ... [2025-05-26T04:04:17.389Z] [2025-05-26T04:04:17.389Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-26T04:04:17.389Z] #67 16.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:17.389Z] #67 19.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:17.657Z] #67 ... [2025-05-26T04:04:17.657Z] [2025-05-26T04:04:17.657Z] #68 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T04:04:17.657Z] #68 17.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:17.657Z] #68 19.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:17.657Z] #68 ... [2025-05-26T04:04:17.657Z] [2025-05-26T04:04:17.657Z] #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:04:17.657Z] #77 DONE 0.8s [2025-05-26T04:04:17.657Z] [2025-05-26T04:04:17.657Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:04:18.242Z] #45 ... [2025-05-26T04:04:18.242Z] [2025-05-26T04:04:18.242Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-26T04:04:18.242Z] #0 6.235 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:18.242Z] #0 8.593 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:18.242Z] #78 ... [2025-05-26T04:04:18.242Z] [2025-05-26T04:04:18.242Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-26T04:04:18.242Z] #71 17.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:18.242Z] #71 20.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:18.514Z] #71 ... [2025-05-26T04:04:18.514Z] [2025-05-26T04:04:18.514Z] #69 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T04:04:18.514Z] #69 17.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:18.514Z] #69 20.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:18.514Z] #69 ... [2025-05-26T04:04:18.514Z] [2025-05-26T04:04:18.514Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:04:19.475Z] #45 ... [2025-05-26T04:04:19.475Z] [2025-05-26T04:04:19.475Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-05-26T04:04:19.475Z] #74 10.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:19.475Z] #74 12.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:19.744Z] #74 ... [2025-05-26T04:04:19.745Z] [2025-05-26T04:04:19.745Z] #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-26T04:04:19.745Z] #0 4.697 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:19.745Z] #0 7.425 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:19.745Z] #79 ... [2025-05-26T04:04:19.745Z] [2025-05-26T04:04:19.745Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:04:20.016Z] #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.3s done [2025-05-26T04:04:20.284Z] #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.3s done [2025-05-26T04:04:20.552Z] #45 ... [2025-05-26T04:04:20.552Z] [2025-05-26T04:04:20.552Z] #65 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-26T04:04:20.552Z] #65 30.73 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-26T04:04:20.552Z] #65 30.79 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:04:20.552Z] #65 30.97 OK: 9 MiB in 15 packages [2025-05-26T04:04:20.552Z] #65 DONE 33.1s [2025-05-26T04:04:20.552Z] [2025-05-26T04:04:20.552Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T04:04:20.552Z] #54 35.09 (1/14) Installing ca-certificates (20241121-r1) [2025-05-26T04:04:20.552Z] #54 35.43 (2/14) Installing brotli-libs (1.1.0-r2) [2025-05-26T04:04:20.552Z] #54 35.57 (3/14) Installing c-ares (1.33.1-r0) [2025-05-26T04:04:20.552Z] #54 35.59 (4/14) Installing libunistring (1.2-r0) [2025-05-26T04:04:20.552Z] #54 35.69 (5/14) Installing libidn2 (2.3.7-r0) [2025-05-26T04:04:20.552Z] #54 35.73 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-05-26T04:04:20.552Z] #54 35.79 (7/14) Installing libpsl (0.21.5-r1) [2025-05-26T04:04:20.552Z] #54 35.87 (8/14) Installing zstd-libs (1.5.6-r0) [2025-05-26T04:04:20.552Z] #54 36.02 (9/14) Installing libcurl (8.12.1-r0) [2025-05-26T04:04:20.552Z] #54 36.19 (10/14) Installing curl (8.12.1-r0) [2025-05-26T04:04:20.552Z] #54 36.22 (11/14) Installing dumb-init (1.2.5-r3) [2025-05-26T04:04:20.552Z] #54 36.25 (12/14) Installing musl-obstack (1.2.3-r2) [2025-05-26T04:04:20.552Z] #54 36.28 (13/14) Installing libucontext (1.2-r3) [2025-05-26T04:04:20.552Z] #54 36.30 (14/14) Installing gcompat (1.1.0-r4) [2025-05-26T04:04:20.552Z] #54 36.43 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:04:20.820Z] #54 36.58 Executing ca-certificates-20241121-r1.trigger [2025-05-26T04:04:21.088Z] #54 ... [2025-05-26T04:04:21.088Z] [2025-05-26T04:04:21.088Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-26T04:04:21.088Z] #72 8.794 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:21.088Z] #72 10.52 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:21.088Z] #72 ... [2025-05-26T04:04:21.088Z] [2025-05-26T04:04:21.088Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:04:21.681Z] #45 ... [2025-05-26T04:04:21.681Z] [2025-05-26T04:04:21.681Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-26T04:04:21.681Z] #73 7.180 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:21.681Z] #73 9.621 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:21.681Z] #73 ... [2025-05-26T04:04:21.681Z] [2025-05-26T04:04:21.681Z] #68 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T04:04:21.681Z] #68 31.09 OK: 239 MiB in 58 packages [2025-05-26T04:04:23.102Z] #68 DONE 32.7s [2025-05-26T04:04:23.102Z] [2025-05-26T04:04:23.102Z] #80 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:04:23.706Z] #80 DONE 0.4s [2025-05-26T04:04:23.706Z] [2025-05-26T04:04:23.706Z] #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-26T04:04:23.706Z] #63 32.22 (1/7) Installing ca-certificates (20241121-r1) [2025-05-26T04:04:23.706Z] #63 33.03 (2/7) Installing dumb-init (1.2.5-r3) [2025-05-26T04:04:23.706Z] #63 33.20 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-05-26T04:04:23.706Z] #63 33.23 (4/7) Installing libsodium (1.0.19-r0) [2025-05-26T04:04:23.706Z] #63 33.28 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-05-26T04:04:23.706Z] #63 33.88 (6/7) Installing libzmq (4.3.5-r2) [2025-05-26T04:04:23.706Z] #63 34.06 (7/7) Installing zeromq (4.3.5-r2) [2025-05-26T04:04:23.706Z] #63 34.19 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:04:23.706Z] #63 34.45 Executing ca-certificates-20241121-r1.trigger [2025-05-26T04:04:23.706Z] #63 36.05 OK: 14 MiB in 21 packages [2025-05-26T04:04:23.706Z] #63 ... [2025-05-26T04:04:23.706Z] [2025-05-26T04:04:23.706Z] #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T04:04:23.706Z] #0 6.546 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:23.706Z] #0 8.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:23.975Z] #81 ... [2025-05-26T04:04:23.975Z] [2025-05-26T04:04:23.975Z] #82 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:04:24.243Z] #82 ... [2025-05-26T04:04:24.243Z] [2025-05-26T04:04:24.243Z] #75 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-05-26T04:04:24.243Z] #75 12.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:24.522Z] #75 ... [2025-05-26T04:04:24.522Z] [2025-05-26T04:04:24.522Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-05-26T04:04:24.522Z] #74 24.02 OK: 9 MiB in 16 packages [2025-05-26T04:04:24.800Z] #74 ... [2025-05-26T04:04:24.800Z] [2025-05-26T04:04:24.800Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-26T04:04:24.800Z] #71 32.00 OK: 239 MiB in 58 packages [2025-05-26T04:04:24.800Z] #71 DONE 34.3s [2025-05-26T04:04:25.076Z] [2025-05-26T04:04:25.076Z] #69 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T04:04:25.076Z] #69 32.36 OK: 239 MiB in 58 packages [2025-05-26T04:04:25.076Z] #69 DONE 34.5s [2025-05-26T04:04:25.076Z] [2025-05-26T04:04:25.076Z] #75 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-05-26T04:04:25.076Z] #75 23.34 OK: 9 MiB in 15 packages [2025-05-26T04:04:25.076Z] #75 ... [2025-05-26T04:04:25.076Z] [2025-05-26T04:04:25.076Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T04:04:25.076Z] #54 38.58 OK: 15 MiB in 28 packages [2025-05-26T04:04:25.076Z] #54 DONE 40.8s [2025-05-26T04:04:25.076Z] [2025-05-26T04:04:25.076Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-05-26T04:04:25.076Z] #74 DONE 26.2s [2025-05-26T04:04:25.344Z] [2025-05-26T04:04:25.344Z] #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-05-26T04:04:26.309Z] #83 ... [2025-05-26T04:04:26.309Z] [2025-05-26T04:04:26.309Z] #84 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-26T04:04:26.309Z] #0 5.503 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:26.309Z] #0 7.820 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:26.309Z] #84 ... [2025-05-26T04:04:26.309Z] [2025-05-26T04:04:26.309Z] #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T04:04:26.585Z] #85 ... [2025-05-26T04:04:26.585Z] [2025-05-26T04:04:26.585Z] #75 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-05-26T04:04:26.585Z] #75 DONE 24.9s [2025-05-26T04:04:26.585Z] [2025-05-26T04:04:26.585Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-26T04:04:26.585Z] #78 18.39 OK: 20 MiB in 18 packages [2025-05-26T04:04:26.585Z] #78 ... [2025-05-26T04:04:26.585Z] [2025-05-26T04:04:26.585Z] #86 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:04:26.585Z] #86 DONE 1.8s [2025-05-26T04:04:26.853Z] [2025-05-26T04:04:26.853Z] #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-26T04:04:26.853Z] #63 DONE 39.9s [2025-05-26T04:04:26.853Z] [2025-05-26T04:04:26.853Z] #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T04:04:27.122Z] #87 ... [2025-05-26T04:04:27.122Z] [2025-05-26T04:04:27.122Z] #88 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:04:27.122Z] #88 DONE 2.3s [2025-05-26T04:04:27.390Z] [2025-05-26T04:04:27.390Z] #89 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:04:28.009Z] #89 ... [2025-05-26T04:04:28.009Z] [2025-05-26T04:04:28.009Z] #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:04:28.009Z] #90 ... [2025-05-26T04:04:28.009Z] [2025-05-26T04:04:28.009Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-26T04:04:28.009Z] #78 DONE 19.8s [2025-05-26T04:04:28.009Z] [2025-05-26T04:04:28.009Z] #91 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-05-26T04:04:28.596Z] #91 DONE 0.4s [2025-05-26T04:04:28.596Z] [2025-05-26T04:04:28.596Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-26T04:04:28.596Z] #72 25.22 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-26T04:04:28.596Z] #72 26.12 Executing busybox-1.36.1-r29.trigger [2025-05-26T04:04:28.596Z] #72 26.33 OK: 9 MiB in 15 packages [2025-05-26T04:04:30.010Z] #72 ... [2025-05-26T04:04:30.010Z] [2025-05-26T04:04:30.010Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-26T04:04:30.010Z] #73 23.30 OK: 239 MiB in 58 packages [2025-05-26T04:04:30.010Z] #73 DONE 25.3s [2025-05-26T04:04:30.010Z] [2025-05-26T04:04:30.010Z] #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-05-26T04:04:30.596Z] #92 ... [2025-05-26T04:04:30.596Z] [2025-05-26T04:04:30.596Z] #93 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T04:04:30.596Z] #0 3.244 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:30.596Z] #0 5.872 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:30.596Z] #93 ... [2025-05-26T04:04:30.596Z] [2025-05-26T04:04:30.596Z] #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-26T04:04:30.596Z] #79 19.42 OK: 9 MiB in 18 packages [2025-05-26T04:04:30.596Z] #79 DONE 20.8s [2025-05-26T04:04:30.596Z] [2025-05-26T04:04:30.596Z] #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-05-26T04:04:30.596Z] #92 DONE 0.8s [2025-05-26T04:04:30.596Z] [2025-05-26T04:04:30.596Z] #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:04:30.596Z] #94 ... [2025-05-26T04:04:30.596Z] [2025-05-26T04:04:30.596Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-26T04:04:30.596Z] #72 DONE 28.4s [2025-05-26T04:04:30.864Z] [2025-05-26T04:04:30.864Z] #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T04:04:30.864Z] #95 ... [2025-05-26T04:04:30.864Z] [2025-05-26T04:04:30.864Z] #76 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-05-26T04:04:30.864Z] #76 6.225 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:30.864Z] #76 8.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:31.132Z] #76 ... [2025-05-26T04:04:31.132Z] [2025-05-26T04:04:31.132Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-26T04:04:31.132Z] #67 31.77 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T04:04:31.132Z] #67 31.77 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T04:04:31.132Z] #67 31.77 OK: 24049 distinct packages available [2025-05-26T04:04:31.132Z] #67 34.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:31.132Z] #67 36.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:33.089Z] #67 ... [2025-05-26T04:04:33.089Z] [2025-05-26T04:04:33.089Z] #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-05-26T04:04:33.089Z] #83 DONE 7.8s [2025-05-26T04:04:33.089Z] [2025-05-26T04:04:33.089Z] #96 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-05-26T04:04:33.358Z] #96 DONE 0.3s [2025-05-26T04:04:33.358Z] [2025-05-26T04:04:33.358Z] #93 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T04:04:33.358Z] #93 12.98 OK: 9 MiB in 15 packages [2025-05-26T04:04:34.806Z] #93 ... [2025-05-26T04:04:34.806Z] [2025-05-26T04:04:34.806Z] #76 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2025-05-26T04:04:34.806Z] #76 18.30 OK: 10 MiB in 19 packages [2025-05-26T04:04:34.806Z] #76 DONE 21.0s [2025-05-26T04:04:34.806Z] [2025-05-26T04:04:34.806Z] #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T04:04:35.082Z] #97 ... [2025-05-26T04:04:35.082Z] [2025-05-26T04:04:35.082Z] #93 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T04:04:35.082Z] #93 DONE 14.6s [2025-05-26T04:04:35.082Z] [2025-05-26T04:04:35.082Z] #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-05-26T04:04:35.350Z] #98 ... [2025-05-26T04:04:35.350Z] [2025-05-26T04:04:35.350Z] #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T04:04:35.350Z] #81 19.29 OK: 11 MiB in 17 packages [2025-05-26T04:04:35.350Z] #81 DONE 21.5s [2025-05-26T04:04:35.350Z] [2025-05-26T04:04:35.350Z] #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T04:04:35.350Z] #95 DONE 4.7s [2025-05-26T04:04:35.350Z] [2025-05-26T04:04:35.350Z] #84 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-26T04:04:35.350Z] #84 17.57 OK: 20 MiB in 18 packages [2025-05-26T04:04:35.350Z] #84 DONE 19.3s [2025-05-26T04:04:35.350Z] [2025-05-26T04:04:35.350Z] #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-05-26T04:04:35.957Z] #99 DONE 0.5s [2025-05-26T04:04:35.957Z] [2025-05-26T04:04:35.957Z] #100 [security-spire-config stage-2 6/10] COPY security.txt / [2025-05-26T04:04:36.223Z] #100 DONE 0.2s [2025-05-26T04:04:36.223Z] [2025-05-26T04:04:36.223Z] #101 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T04:04:36.494Z] #101 DONE 0.3s [2025-05-26T04:04:36.494Z] [2025-05-26T04:04:36.494Z] #102 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-05-26T04:04:36.765Z] #102 DONE 0.3s [2025-05-26T04:04:36.765Z] [2025-05-26T04:04:36.765Z] #103 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:04:37.039Z] #103 ... [2025-05-26T04:04:37.039Z] [2025-05-26T04:04:37.039Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-26T04:04:37.039Z] #67 45.06 OK: 239 MiB in 58 packages [2025-05-26T04:04:37.039Z] #67 DONE 46.3s [2025-05-26T04:04:37.039Z] [2025-05-26T04:04:37.039Z] #104 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:04:37.326Z] #104 ... [2025-05-26T04:04:37.326Z] [2025-05-26T04:04:37.326Z] #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-05-26T04:04:37.326Z] #98 DONE 2.6s [2025-05-26T04:04:37.593Z] [2025-05-26T04:04:37.593Z] #105 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-05-26T04:04:37.593Z] #105 DONE 0.7s [2025-05-26T04:04:37.593Z] [2025-05-26T04:04:37.593Z] #104 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:04:37.593Z] #104 DONE 0.7s [2025-05-26T04:04:37.593Z] [2025-05-26T04:04:37.593Z] #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T04:04:39.546Z] #106 ... [2025-05-26T04:04:39.546Z] [2025-05-26T04:04:39.546Z] #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T04:04:39.546Z] #97 DONE 4.5s [2025-05-26T04:04:39.546Z] [2025-05-26T04:04:39.546Z] #107 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-05-26T04:04:39.546Z] #107 DONE 0.3s [2025-05-26T04:04:39.546Z] [2025-05-26T04:04:39.546Z] #108 [security-spire-config] exporting to image [2025-05-26T04:04:39.546Z] #108 exporting layers [2025-05-26T04:04:39.815Z] #108 ... [2025-05-26T04:04:39.815Z] [2025-05-26T04:04:39.815Z] #109 [security-spire-server stage-2 6/9] COPY security.txt / [2025-05-26T04:04:39.815Z] #109 DONE 0.1s [2025-05-26T04:04:39.815Z] [2025-05-26T04:04:39.815Z] #110 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T04:04:39.815Z] #110 DONE 0.2s [2025-05-26T04:04:39.815Z] [2025-05-26T04:04:39.815Z] #111 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:04:40.083Z] #111 ... [2025-05-26T04:04:40.083Z] [2025-05-26T04:04:40.083Z] #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-05-26T04:04:40.083Z] #112 DONE 0.2s [2025-05-26T04:04:40.353Z] [2025-05-26T04:04:40.353Z] #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-05-26T04:04:40.621Z] #113 DONE 0.3s [2025-05-26T04:04:40.621Z] [2025-05-26T04:04:40.621Z] #108 [security-spire-server] exporting to image [2025-05-26T04:04:41.214Z] #108 ... [2025-05-26T04:04:41.214Z] [2025-05-26T04:04:41.214Z] #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T04:04:41.214Z] #85 8.413 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:41.214Z] #85 10.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:41.214Z] #85 14.89 OK: 15 MiB in 28 packages [2025-05-26T04:04:41.214Z] #85 DONE 16.1s [2025-05-26T04:04:41.481Z] [2025-05-26T04:04:41.481Z] #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T04:04:41.481Z] #106 DONE 3.9s [2025-05-26T04:04:41.481Z] [2025-05-26T04:04:41.481Z] #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T04:04:41.481Z] #87 7.880 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:41.481Z] #87 9.579 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T04:04:41.481Z] #87 ... [2025-05-26T04:04:41.481Z] [2025-05-26T04:04:41.481Z] #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-05-26T04:04:41.770Z] #114 DONE 0.4s [2025-05-26T04:04:41.770Z] [2025-05-26T04:04:41.770Z] #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T04:04:41.770Z] #87 14.82 OK: 14 MiB in 21 packages [2025-05-26T04:04:42.056Z] #87 ... [2025-05-26T04:04:42.056Z] [2025-05-26T04:04:42.056Z] #115 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-05-26T04:04:42.056Z] #115 DONE 0.2s [2025-05-26T04:04:42.336Z] [2025-05-26T04:04:42.336Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T04:04:42.336Z] #116 ... [2025-05-26T04:04:42.336Z] [2025-05-26T04:04:42.336Z] #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T04:04:42.336Z] #87 DONE 15.5s [2025-05-26T04:04:42.605Z] [2025-05-26T04:04:42.605Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T04:04:42.605Z] #116 DONE 0.3s [2025-05-26T04:04:42.605Z] [2025-05-26T04:04:42.605Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-05-26T04:04:42.873Z] #117 DONE 0.3s [2025-05-26T04:04:42.874Z] [2025-05-26T04:04:42.874Z] #108 [security-spire-server] exporting to image [2025-05-26T04:04:42.874Z] #108 exporting layers 5.3s done [2025-05-26T04:04:43.246Z] #108 writing image sha256:e8d8b4df0b2da78a8d37d6d1f3b0b36a1a438765a346104e0d4bd60d4d071488 0.0s done [2025-05-26T04:04:43.246Z] #108 naming to docker.io/library/security-spire-config-arm64 0.0s done [2025-05-26T04:04:43.246Z] #108 ... [2025-05-26T04:04:43.246Z] [2025-05-26T04:04:43.246Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-05-26T04:04:43.246Z] #118 DONE 0.3s [2025-05-26T04:04:43.246Z] [2025-05-26T04:04:43.246Z] #108 [security-spire-agent] exporting to image [2025-05-26T04:04:45.273Z] #108 exporting layers 4.6s done [2025-05-26T04:04:45.273Z] #108 writing image sha256:243172369035c0f619953a06e63c83a1a4348bf161adf336f23e0a5bf803fc6e 0.0s done [2025-05-26T04:04:45.273Z] #108 naming to docker.io/library/security-spire-server-arm64 done [2025-05-26T04:04:45.859Z] #108 exporting layers 2.5s done [2025-05-26T04:04:45.859Z] #108 writing image sha256:2c0508ad901b82ae55f4d58201585aac24d10bd15f5277bc5a57df51ba80ae5f done [2025-05-26T04:04:45.859Z] #108 naming to docker.io/library/security-spire-agent-arm64 done [2025-05-26T04:04:45.859Z] #108 DONE 8.9s [2025-05-26T04:04:45.859Z] [2025-05-26T04:04:45.859Z] #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:04:58.987Z] #154 ... [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-26T04:04:58.987Z] #145 DONE 89.3s [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #143 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-05-26T04:04:58.987Z] #143 DONE 89.3s [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:04:58.987Z] #155 ... [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-05-26T04:04:58.987Z] #156 DONE 0.2s [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:04:58.987Z] #155 DONE 0.2s [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #157 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:04:58.987Z] #157 DONE 0.2s [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #158 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-05-26T04:04:58.987Z] #158 DONE 0.2s [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #159 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-05-26T04:04:58.987Z] #159 DONE 0.2s [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-05-26T04:04:58.987Z] #160 ... [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-05-26T04:04:58.987Z] #161 DONE 0.1s [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-05-26T04:04:58.987Z] #160 DONE 1.1s [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T04:04:58.987Z] #162 ... [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:04:58.987Z] #163 DONE 0.3s [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:04:58.987Z] #164 DONE 0.2s [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-05-26T04:04:58.987Z] #165 DONE 0.3s [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-05-26T04:04:58.987Z] #166 ... [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T04:04:58.987Z] #162 DONE 1.3s [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-05-26T04:04:58.987Z] #166 DONE 0.2s [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #113 [core-common-config-bootstrapper] exporting to image [2025-05-26T04:04:58.987Z] #113 exporting layers [2025-05-26T04:04:58.987Z] #113 ... [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #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-05-26T04:04:58.987Z] #167 DONE 0.2s [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #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-05-26T04:04:58.987Z] #168 DONE 0.3s [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #113 [core-common-config-bootstrapper] exporting to image [2025-05-26T04:04:58.987Z] #113 exporting layers 0.7s done [2025-05-26T04:04:58.987Z] #113 writing image sha256:26362caaea2a7927502e0d34c1a7fa9f94e7f94d22b4da8230ed5da268de93dd 0.0s done [2025-05-26T04:04:58.987Z] #113 naming to docker.io/library/core-common-config-bootstrapper [2025-05-26T04:04:58.987Z] #113 naming to docker.io/library/core-common-config-bootstrapper done [2025-05-26T04:04:58.987Z] #113 DONE 1.6s [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #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-05-26T04:04:58.987Z] #169 DONE 0.2s [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-05-26T04:04:58.987Z] #170 DONE 0.1s [2025-05-26T04:04:58.987Z] [2025-05-26T04:04:58.987Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-26T04:04:58.988Z] #148 ... [2025-05-26T04:04:58.988Z] [2025-05-26T04:04:58.988Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-05-26T04:05:00.363Z] #171 DONE 1.3s [2025-05-26T04:05:00.363Z] [2025-05-26T04:05:00.363Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T04:05:00.363Z] #146 ... [2025-05-26T04:05:00.363Z] [2025-05-26T04:05:00.363Z] #113 [security-bootstrapper] exporting to image [2025-05-26T04:05:00.620Z] #113 exporting layers 0.5s done [2025-05-26T04:05:00.620Z] #113 writing image sha256:2b7693f22696d87e418f4efbd625ac3ac83bb97cacff31f875beb7676e792458 done [2025-05-26T04:05:00.620Z] #113 naming to docker.io/library/security-bootstrapper done [2025-05-26T04:05:00.620Z] #113 DONE 2.1s [2025-05-26T04:05:00.620Z] [2025-05-26T04:05:00.620Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-26T04:05:56.849Z] #148 ... [2025-05-26T04:05:56.849Z] [2025-05-26T04:05:56.849Z] #144 [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-05-26T04:05:56.849Z] #144 146.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-05-26T04:05:59.385Z] #144 ... [2025-05-26T04:05:59.385Z] [2025-05-26T04:05:59.385Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-26T04:05:59.385Z] #148 DONE 153.4s [2025-05-26T04:05:59.642Z] [2025-05-26T04:05:59.642Z] #144 [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-05-26T04:05:59.642Z] #144 DONE 153.4s [2025-05-26T04:05:59.642Z] [2025-05-26T04:05:59.642Z] #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T04:05:59.642Z] #154 DONE 153.5s [2025-05-26T04:05:59.642Z] [2025-05-26T04:05:59.642Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-26T04:05:59.642Z] #152 DONE 153.5s [2025-05-26T04:05:59.642Z] [2025-05-26T04:05:59.642Z] #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:05:59.900Z] #172 ... [2025-05-26T04:05:59.900Z] [2025-05-26T04:05:59.900Z] #173 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:05:59.900Z] #173 DONE 0.3s [2025-05-26T04:05:59.900Z] [2025-05-26T04:05:59.900Z] #174 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:06:00.159Z] #174 ... [2025-05-26T04:06:00.160Z] [2025-05-26T04:06:00.160Z] #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:06:00.160Z] #172 DONE 0.5s [2025-05-26T04:06:00.160Z] [2025-05-26T04:06:00.160Z] #175 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:06:00.160Z] #175 DONE 0.4s [2025-05-26T04:06:00.160Z] [2025-05-26T04:06:00.160Z] #174 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:06:00.160Z] #174 DONE 0.3s [2025-05-26T04:06:00.160Z] [2025-05-26T04:06:00.160Z] #176 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:06:00.160Z] #176 DONE 0.1s [2025-05-26T04:06:00.160Z] [2025-05-26T04:06:00.160Z] #177 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:06:00.160Z] #177 DONE 0.5s [2025-05-26T04:06:00.160Z] [2025-05-26T04:06:00.160Z] #178 [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-05-26T04:06:00.418Z] #178 DONE 0.1s [2025-05-26T04:06:00.418Z] [2025-05-26T04:06:00.418Z] #179 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:06:00.418Z] #179 DONE 0.1s [2025-05-26T04:06:00.418Z] [2025-05-26T04:06:00.418Z] #180 [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-05-26T04:06:00.418Z] #180 DONE 0.1s [2025-05-26T04:06:00.418Z] [2025-05-26T04:06:00.418Z] #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:06:00.418Z] #181 DONE 0.1s [2025-05-26T04:06:00.418Z] [2025-05-26T04:06:00.418Z] #182 [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-05-26T04:06:00.677Z] #182 ... [2025-05-26T04:06:00.677Z] [2025-05-26T04:06:00.677Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T04:06:00.677Z] #149 DONE 154.6s [2025-05-26T04:06:00.677Z] [2025-05-26T04:06:00.677Z] #183 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-05-26T04:06:00.677Z] #183 DONE 0.3s [2025-05-26T04:06:00.677Z] [2025-05-26T04:06:00.677Z] #184 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-05-26T04:06:00.677Z] #184 DONE 0.3s [2025-05-26T04:06:00.677Z] [2025-05-26T04:06:00.677Z] #182 [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-05-26T04:06:00.677Z] #182 DONE 0.4s [2025-05-26T04:06:00.677Z] [2025-05-26T04:06:00.677Z] #185 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:06:00.677Z] #185 CACHED [2025-05-26T04:06:00.677Z] [2025-05-26T04:06:00.677Z] #186 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:06:00.677Z] #186 CACHED [2025-05-26T04:06:00.677Z] [2025-05-26T04:06:00.677Z] #187 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-05-26T04:06:00.677Z] #187 DONE 0.4s [2025-05-26T04:06:00.677Z] [2025-05-26T04:06:00.677Z] #188 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-05-26T04:06:00.934Z] #188 ... [2025-05-26T04:06:00.934Z] [2025-05-26T04:06:00.934Z] #189 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-05-26T04:06:00.934Z] #189 DONE 0.2s [2025-05-26T04:06:00.934Z] [2025-05-26T04:06:00.934Z] #190 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-05-26T04:06:00.934Z] #190 DONE 0.2s [2025-05-26T04:06:00.934Z] [2025-05-26T04:06:00.934Z] #191 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-05-26T04:06:00.934Z] #191 DONE 0.4s [2025-05-26T04:06:00.934Z] [2025-05-26T04:06:00.934Z] #192 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-05-26T04:06:00.934Z] #192 DONE 0.3s [2025-05-26T04:06:00.934Z] [2025-05-26T04:06:00.934Z] #113 [core-command] exporting to image [2025-05-26T04:06:00.934Z] #113 exporting layers [2025-05-26T04:06:01.192Z] #113 ... [2025-05-26T04:06:01.192Z] [2025-05-26T04:06:01.192Z] #188 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-05-26T04:06:01.192Z] #188 DONE 0.3s [2025-05-26T04:06:01.192Z] [2025-05-26T04:06:01.192Z] #193 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-05-26T04:06:01.192Z] #193 DONE 0.4s [2025-05-26T04:06:01.192Z] [2025-05-26T04:06:01.192Z] #194 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-05-26T04:06:01.450Z] #194 DONE 0.2s [2025-05-26T04:06:01.450Z] [2025-05-26T04:06:01.450Z] #195 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-05-26T04:06:01.450Z] #195 DONE 0.3s [2025-05-26T04:06:01.450Z] [2025-05-26T04:06:01.450Z] #113 [security-spiffe-token-provider] exporting to image [2025-05-26T04:06:01.450Z] #113 exporting layers 0.5s done [2025-05-26T04:06:01.450Z] #113 writing image sha256:dd930cbcc79d13997189d53a38f292a5060afe6de3e7dc2b61f85637158708c8 done [2025-05-26T04:06:01.450Z] #113 naming to docker.io/library/core-command done [2025-05-26T04:06:01.450Z] #113 writing image sha256:2b774fe113dcd3c38f6a255f270c3400c285b5f570dd01ad71f28b8de6a45a8b done [2025-05-26T04:06:01.450Z] #113 naming to docker.io/library/security-spiffe-token-provider 0.0s done [2025-05-26T04:06:01.450Z] #113 DONE 2.8s [2025-05-26T04:06:01.450Z] [2025-05-26T04:06:01.450Z] #196 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T04:06:01.450Z] #196 ... [2025-05-26T04:06:01.450Z] [2025-05-26T04:06:01.450Z] #197 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-05-26T04:06:01.450Z] #197 DONE 0.2s [2025-05-26T04:06:01.708Z] [2025-05-26T04:06:01.708Z] #198 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-05-26T04:06:01.708Z] #198 DONE 0.2s [2025-05-26T04:06:01.708Z] [2025-05-26T04:06:01.708Z] #199 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T04:06:01.966Z] #199 ... [2025-05-26T04:06:01.966Z] [2025-05-26T04:06:01.966Z] #200 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-05-26T04:06:01.966Z] #200 DONE 0.2s [2025-05-26T04:06:01.966Z] [2025-05-26T04:06:01.966Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T04:06:01.966Z] #146 DONE 155.9s [2025-05-26T04:06:01.966Z] [2025-05-26T04:06:01.966Z] #201 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T04:06:01.966Z] #201 ... [2025-05-26T04:06:01.966Z] [2025-05-26T04:06:01.966Z] #196 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T04:06:01.966Z] #196 DONE 0.8s [2025-05-26T04:06:02.224Z] [2025-05-26T04:06:02.224Z] #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:06:02.484Z] #202 DONE 0.1s [2025-05-26T04:06:02.484Z] [2025-05-26T04:06:02.484Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T04:06:02.484Z] #147 DONE 156.2s [2025-05-26T04:06:02.484Z] [2025-05-26T04:06:02.484Z] #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-05-26T04:06:02.484Z] #203 DONE 0.1s [2025-05-26T04:06:02.484Z] [2025-05-26T04:06:02.484Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-26T04:06:02.484Z] #153 DONE 156.4s [2025-05-26T04:06:02.484Z] [2025-05-26T04:06:02.484Z] #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-05-26T04:06:02.742Z] #204 ... [2025-05-26T04:06:02.742Z] [2025-05-26T04:06:02.742Z] #205 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:06:02.742Z] #205 CACHED [2025-05-26T04:06:02.742Z] [2025-05-26T04:06:02.742Z] #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:06:02.742Z] #206 CACHED [2025-05-26T04:06:02.742Z] [2025-05-26T04:06:02.742Z] #201 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T04:06:02.742Z] #201 DONE 0.9s [2025-05-26T04:06:02.742Z] [2025-05-26T04:06:02.742Z] #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-05-26T04:06:02.742Z] #204 DONE 0.3s [2025-05-26T04:06:02.742Z] [2025-05-26T04:06:02.742Z] #199 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T04:06:02.742Z] #199 DONE 1.2s [2025-05-26T04:06:02.742Z] [2025-05-26T04:06:02.742Z] #113 [core-keeper] exporting to image [2025-05-26T04:06:02.742Z] #113 writing image sha256:81c8bfe2c25c4bc8a81e74152dc5ebdfa0b14fd4687c30e52a445aac2ac142a4 done [2025-05-26T04:06:02.742Z] #113 naming to docker.io/library/security-proxy-setup done [2025-05-26T04:06:03.005Z] #113 ... [2025-05-26T04:06:03.005Z] [2025-05-26T04:06:03.005Z] #207 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:06:03.005Z] #207 DONE 0.3s [2025-05-26T04:06:03.005Z] [2025-05-26T04:06:03.005Z] #113 [security-proxy-auth] exporting to image [2025-05-26T04:06:03.005Z] #113 ... [2025-05-26T04:06:03.005Z] [2025-05-26T04:06:03.005Z] #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-05-26T04:06:03.005Z] #208 DONE 0.3s [2025-05-26T04:06:03.005Z] [2025-05-26T04:06:03.005Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T04:06:03.005Z] #150 DONE 157.0s [2025-05-26T04:06:03.005Z] [2025-05-26T04:06:03.005Z] #209 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:06:03.005Z] #209 DONE 0.1s [2025-05-26T04:06:03.005Z] [2025-05-26T04:06:03.005Z] #210 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-05-26T04:06:03.005Z] #210 DONE 0.1s [2025-05-26T04:06:03.005Z] [2025-05-26T04:06:03.005Z] #113 [core-keeper] exporting to image [2025-05-26T04:06:03.005Z] #113 exporting layers 0.3s done [2025-05-26T04:06:03.005Z] #113 writing image sha256:c74f7ba4ad726656a5812f880be39fae68fd158268df94461c8cee14ee695298 0.0s done [2025-05-26T04:06:03.005Z] #113 naming to docker.io/library/core-keeper done [2025-05-26T04:06:03.266Z] #113 ... [2025-05-26T04:06:03.266Z] [2025-05-26T04:06:03.266Z] #211 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-05-26T04:06:03.266Z] #211 DONE 0.2s [2025-05-26T04:06:03.266Z] [2025-05-26T04:06:03.266Z] #212 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:06:03.266Z] #212 DONE 0.2s [2025-05-26T04:06:03.266Z] [2025-05-26T04:06:03.266Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-05-26T04:06:03.266Z] #213 DONE 0.2s [2025-05-26T04:06:03.266Z] [2025-05-26T04:06:03.266Z] #113 [security-proxy-auth] exporting to image [2025-05-26T04:06:03.266Z] #113 exporting layers 0.5s done [2025-05-26T04:06:03.266Z] #113 writing image sha256:55b37bd82933589a24a71d5ab513dddff7561c2e49a75b3a1fc3cd0948a1ae04 0.0s done [2025-05-26T04:06:03.266Z] #113 naming to docker.io/library/security-secretstore-setup done [2025-05-26T04:06:03.266Z] #113 writing image sha256:83215917b6fd399a86bca7fb3bc0402626f83abb5d715327a8065a1bd865784f done [2025-05-26T04:06:03.266Z] #113 naming to docker.io/library/security-proxy-auth done [2025-05-26T04:06:03.525Z] #113 ... [2025-05-26T04:06:03.525Z] [2025-05-26T04:06:03.525Z] #214 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-05-26T04:06:03.525Z] #214 DONE 0.1s [2025-05-26T04:06:03.525Z] [2025-05-26T04:06:03.525Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:06:03.525Z] #215 DONE 0.1s [2025-05-26T04:06:03.525Z] [2025-05-26T04:06:03.525Z] #113 [core-data] exporting to image [2025-05-26T04:06:03.782Z] #113 ... [2025-05-26T04:06:03.782Z] [2025-05-26T04:06:03.782Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-05-26T04:06:03.782Z] #216 DONE 0.5s [2025-05-26T04:06:03.782Z] [2025-05-26T04:06:03.782Z] #113 [core-data] exporting to image [2025-05-26T04:06:03.782Z] #113 exporting layers 0.6s done [2025-05-26T04:06:03.782Z] #113 writing image sha256:babf14f96ee80f771da9638d4a7b84cb6c67a4b2a1e9ea2e9e96adeb7a9d060d done [2025-05-26T04:06:03.782Z] #113 naming to docker.io/library/core-data done [2025-05-26T04:06:03.782Z] #113 writing image sha256:a3c0d33b626d4ff2ff3d9636d957ad771017054161f488a7a96504037ccee0be [2025-05-26T04:06:04.042Z] #113 ... [2025-05-26T04:06:04.042Z] [2025-05-26T04:06:04.042Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-05-26T04:06:04.042Z] #217 DONE 0.1s [2025-05-26T04:06:04.042Z] [2025-05-26T04:06:04.042Z] #113 [support-scheduler] exporting to image [2025-05-26T04:06:04.042Z] #113 writing image sha256:a3c0d33b626d4ff2ff3d9636d957ad771017054161f488a7a96504037ccee0be done [2025-05-26T04:06:04.042Z] #113 naming to docker.io/library/core-metadata done [2025-05-26T04:06:04.042Z] #113 exporting layers 0.2s done [2025-05-26T04:06:04.042Z] #113 writing image sha256:6ed0af7466babebb1dc058efc718b35f80cd9d092ad686d274c52a2f3a530a14 done [2025-05-26T04:06:04.042Z] #113 naming to docker.io/library/support-scheduler done [2025-05-26T04:06:04.042Z] #113 DONE 4.7s [2025-05-26T04:06:04.042Z] [2025-05-26T04:06:04.042Z] #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T04:06:04.610Z] #151 DONE 158.5s [2025-05-26T04:06:04.610Z] [2025-05-26T04:06:04.610Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:06:04.610Z] #218 DONE 0.0s [2025-05-26T04:06:04.610Z] [2025-05-26T04:06:04.610Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:06:04.610Z] #219 DONE 0.0s [2025-05-26T04:06:04.869Z] [2025-05-26T04:06:04.869Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-05-26T04:06:05.130Z] #220 DONE 0.2s [2025-05-26T04:06:05.130Z] [2025-05-26T04:06:05.130Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-05-26T04:06:05.130Z] #221 DONE 0.0s [2025-05-26T04:06:05.130Z] [2025-05-26T04:06:05.130Z] #113 [support-notifications] exporting to image [2025-05-26T04:06:05.130Z] #113 exporting layers 0.2s done [2025-05-26T04:06:05.130Z] #113 writing image sha256:439edb6e0627f6100cb4536aaf076d0b42ca3b2d8862b4a3c698380cddf91a28 done [2025-05-26T04:06:05.130Z] #113 naming to docker.io/library/support-notifications done [2025-05-26T04:06:05.130Z] #113 DONE 4.9s [2025-05-26T04:06:05.130Z] time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:06:05.130Z] time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:06:05.130Z] time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:06:05.130Z] time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:06:05.130Z] time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:06:05.130Z] time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:06:05.130Z] time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:06:05.130Z] time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:06:05.130Z] time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:06:05.130Z] time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:06:05.130Z] time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:06:05.130Z] time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:06:05.130Z] time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:06:05.130Z] time="2025-05-26T04:02:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:06:05.130Z] time="2025-05-26T04:02:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-05-26T04:06:05.141Z] $ docker stop --time=1 54dec56a4f0e2e6d1ad6eeea3bc2d4c63b62ffecab9066a4f8d911da483264e5 [2025-05-26T04:06:06.397Z] $ docker rm -f --volumes 54dec56a4f0e2e6d1ad6eeea3bc2d4c63b62ffecab9066a4f8d911da483264e5 [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-26T04:06:06.736Z] + docker images [2025-05-26T04:06:06.736Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-05-26T04:06:06.736Z] support-notifications latest 439edb6e0627 2 seconds ago 51.9MB [2025-05-26T04:06:06.737Z] core-data latest babf14f96ee8 3 seconds ago 32.5MB [2025-05-26T04:06:06.737Z] core-metadata latest a3c0d33b626d 3 seconds ago 32.7MB [2025-05-26T04:06:06.737Z] support-scheduler latest 6ed0af7466ba 3 seconds ago 48.3MB [2025-05-26T04:06:06.737Z] security-proxy-auth latest 83215917b6fd 4 seconds ago 31.4MB [2025-05-26T04:06:06.737Z] core-keeper latest c74f7ba4ad72 4 seconds ago 32.1MB [2025-05-26T04:06:06.737Z] security-secretstore-setup latest 55b37bd82933 4 seconds ago 68MB [2025-05-26T04:06:06.737Z] security-proxy-setup latest 81c8bfe2c25c 5 seconds ago 38.3MB [2025-05-26T04:06:06.737Z] security-spiffe-token-provider latest 2b774fe113dc 6 seconds ago 47.2MB [2025-05-26T04:06:06.737Z] core-command latest dd930cbcc79d 6 seconds ago 28MB [2025-05-26T04:06:06.737Z] security-bootstrapper latest 2b7693f22696 About a minute ago 20.3MB [2025-05-26T04:06:06.737Z] core-common-config-bootstrapper latest 26362caaea2a About a minute ago 17.1MB [2025-05-26T04:06:06.737Z] security-spire-config latest c9e9f9ba87c7 3 minutes ago 149MB [2025-05-26T04:06:06.737Z] security-spire-agent latest e67d6a13555d 3 minutes ago 195MB [2025-05-26T04:06:06.737Z] security-spire-server latest 8a141581cc3f 3 minutes ago 149MB [2025-05-26T04:06:06.737Z] ci-base-image-x86_64 latest d7ec377e6c8b 6 minutes ago 925MB [2025-05-26T04:06:06.737Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 3 hours ago 573MB [2025-05-26T04:06:06.737Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 6 weeks ago 574MB [2025-05-26T04:06:06.737Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 24 months 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-05-26T04:06:06.888Z] provisioning config files... [2025-05-26T04:06:06.899Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/840@tmp/config761762772328357468tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:06:07.203Z] ---> ****-login.sh [2025-05-26T04:06:07.203Z] nexus3.edgexfoundry.org:10001 [2025-05-26T04:06:07.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:06:07.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:06:07.203Z] Configure a credential helper to remove this warning. See [2025-05-26T04:06:07.203Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:06:07.203Z] [2025-05-26T04:06:07.203Z] Login Succeeded [2025-05-26T04:06:07.203Z] nexus3.edgexfoundry.org:10002 [2025-05-26T04:06:07.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:06:07.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:06:07.203Z] Configure a credential helper to remove this warning. See [2025-05-26T04:06:07.203Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:06:07.203Z] [2025-05-26T04:06:07.203Z] Login Succeeded [2025-05-26T04:06:07.461Z] nexus3.edgexfoundry.org:10003 [2025-05-26T04:06:07.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:06:07.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:06:07.461Z] Configure a credential helper to remove this warning. See [2025-05-26T04:06:07.461Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:06:07.461Z] [2025-05-26T04:06:07.461Z] Login Succeeded [2025-05-26T04:06:07.461Z] nexus3.edgexfoundry.org:10004 [2025-05-26T04:06:07.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:06:07.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:06:07.461Z] Configure a credential helper to remove this warning. See [2025-05-26T04:06:07.461Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:06:07.461Z] [2025-05-26T04:06:07.461Z] Login Succeeded [2025-05-26T04:06:07.461Z] ****.io [2025-05-26T04:06:07.483Z] #90 DONE 100.4s [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:06:07.483Z] #94 ... [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #119 [support-notifications builder 6/7] COPY . . [2025-05-26T04:06:07.483Z] #119 DONE 1.8s [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #89 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:06:07.483Z] #89 ... [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T04:06:07.483Z] #120 ... [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #82 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:06:07.483Z] #82 DONE 97.5s [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #121 [security-bootstrapper builder 6/7] COPY . . [2025-05-26T04:06:07.483Z] #121 DONE 1.4s [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #103 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:06:07.483Z] #103 DONE 95.7s [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #122 [security-secretstore-setup builder 6/7] COPY . . [2025-05-26T04:06:07.483Z] #122 CACHED [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #123 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:06:07.483Z] #123 CACHED [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #124 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:06:07.483Z] #124 CACHED [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #125 [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-05-26T04:06:07.483Z] #125 ... [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #126 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:06:07.483Z] #126 CACHED [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #127 [security-proxy-setup builder 6/7] COPY . . [2025-05-26T04:06:07.483Z] #127 CACHED [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #128 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:06:07.483Z] #128 CACHED [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #89 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:06:07.483Z] #89 DONE 95.3s [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #129 [security-proxy-auth builder 6/7] COPY . . [2025-05-26T04:06:07.483Z] #129 ... [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #111 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:06:07.483Z] #111 DONE 86.4s [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:06:07.483Z] #94 DONE 93.6s [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #130 [security-spiffe-token-provider builder 6/7] COPY . . [2025-05-26T04:06:07.483Z] #130 ... [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #131 [support-scheduler builder 6/7] COPY . . [2025-05-26T04:06:07.483Z] #131 DONE 3.8s [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #132 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:06:07.483Z] #132 CACHED [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #133 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:06:07.483Z] #133 CACHED [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #134 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-05-26T04:06:07.483Z] #134 CACHED [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #135 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:06:07.483Z] #135 CACHED [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #136 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:06:07.483Z] #136 CACHED [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #137 [core-data builder 6/7] COPY . . [2025-05-26T04:06:07.483Z] #137 CACHED [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #138 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:06:07.483Z] #138 CACHED [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #139 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:06:07.483Z] #139 CACHED [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #140 [core-metadata builder 6/7] COPY . . [2025-05-26T04:06:07.483Z] #140 CACHED [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #129 [security-proxy-auth builder 6/7] COPY . . [2025-05-26T04:06:07.483Z] #129 DONE 3.6s [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #141 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-05-26T04:06:07.483Z] #141 CACHED [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #142 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T04:06:07.483Z] #142 CACHED [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #143 [core-command builder 6/7] COPY . . [2025-05-26T04:06:07.483Z] #143 CACHED [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T04:06:07.483Z] #144 ... [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #130 [security-spiffe-token-provider builder 6/7] COPY . . [2025-05-26T04:06:07.483Z] #130 DONE 2.7s [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T04:06:07.483Z] #145 ... [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #146 [core-keeper builder 7/8] COPY . . [2025-05-26T04:06:07.483Z] #146 DONE 3.0s [2025-05-26T04:06:07.483Z] [2025-05-26T04:06:07.483Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T04:06:07.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:06:07.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:06:07.721Z] Configure a credential helper to remove this warning. See [2025-05-26T04:06:07.721Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:06:07.721Z] [2025-05-26T04:06:07.721Z] Login Succeeded [2025-05-26T04:06:07.980Z] ---> ****-login.sh ends [Pipeline] } [2025-05-26T04:06:07.988Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:06:08.041Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-26T04:06:08.077Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-05-26T04:06:08.077Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:08.077Z] latest [2025-05-26T04:06:08.077Z] 4.1.0-dev.13 [2025-05-26T04:06:08.077Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:08.077Z] main [2025-05-26T04:06:08.077Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:08.426Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:08.850Z] + docker push nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:08.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-26T04:06:08.850Z] da5e71e281e8: Preparing [2025-05-26T04:06:08.850Z] 32ee98e8fd18: Preparing [2025-05-26T04:06:08.850Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:08.850Z] 51ff62d3131d: Preparing [2025-05-26T04:06:08.850Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:08.850Z] 23a698ce542d: Preparing [2025-05-26T04:06:08.850Z] 994456c4fd7b: Preparing [2025-05-26T04:06:08.850Z] 23a698ce542d: Waiting [2025-05-26T04:06:08.850Z] 09f0f6a9160a: Pushed [2025-05-26T04:06:08.850Z] 51ff62d3131d: Pushed [2025-05-26T04:06:08.850Z] 9a4fa2c9152e: Pushed [2025-05-26T04:06:08.850Z] da5e71e281e8: Pushed [2025-05-26T04:06:08.850Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:08.850Z] 23a698ce542d: Pushed [2025-05-26T04:06:11.385Z] 32ee98e8fd18: Pushed [2025-05-26T04:06:11.385Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:11.718Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:12.043Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-26T04:06:12.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-26T04:06:12.043Z] da5e71e281e8: Preparing [2025-05-26T04:06:12.043Z] 32ee98e8fd18: Preparing [2025-05-26T04:06:12.043Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:12.043Z] 51ff62d3131d: Preparing [2025-05-26T04:06:12.043Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:12.043Z] 23a698ce542d: Preparing [2025-05-26T04:06:12.043Z] 994456c4fd7b: Preparing [2025-05-26T04:06:12.043Z] 23a698ce542d: Waiting [2025-05-26T04:06:12.043Z] 994456c4fd7b: Waiting [2025-05-26T04:06:12.043Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:12.043Z] 09f0f6a9160a: Layer already exists [2025-05-26T04:06:12.043Z] da5e71e281e8: Layer already exists [2025-05-26T04:06:12.043Z] 32ee98e8fd18: Layer already exists [2025-05-26T04:06:12.043Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:12.043Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:12.043Z] 23a698ce542d: Layer already exists [2025-05-26T04:06:12.043Z] latest: digest: sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:12.374Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:12.703Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13 [2025-05-26T04:06:12.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-26T04:06:12.703Z] da5e71e281e8: Preparing [2025-05-26T04:06:12.703Z] 32ee98e8fd18: Preparing [2025-05-26T04:06:12.703Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:12.703Z] 51ff62d3131d: Preparing [2025-05-26T04:06:12.703Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:12.703Z] 23a698ce542d: Preparing [2025-05-26T04:06:12.703Z] 994456c4fd7b: Preparing [2025-05-26T04:06:12.703Z] 23a698ce542d: Waiting [2025-05-26T04:06:12.703Z] 994456c4fd7b: Waiting [2025-05-26T04:06:12.703Z] 32ee98e8fd18: Layer already exists [2025-05-26T04:06:12.703Z] da5e71e281e8: Layer already exists [2025-05-26T04:06:12.703Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:12.703Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:12.703Z] 09f0f6a9160a: Layer already exists [2025-05-26T04:06:12.703Z] 23a698ce542d: Layer already exists [2025-05-26T04:06:12.703Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:12.703Z] 4.1.0-dev.13: digest: sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:12.824Z] #147 ... [2025-05-26T04:06:12.824Z] [2025-05-26T04:06:12.824Z] #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T04:06:12.824Z] #120 2.045 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-05-26T04:06:12.824Z] #120 ... [2025-05-26T04:06:12.824Z] [2025-05-26T04:06:12.824Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T04:06:12.824Z] #0 5.656 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-05-26T04:06:12.824Z] #148 ... [2025-05-26T04:06:12.824Z] [2025-05-26T04:06:12.824Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T04:06:12.824Z] #147 5.164 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-05-26T04:06:12.824Z] #147 ... [2025-05-26T04:06:12.824Z] [2025-05-26T04:06:12.824Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-26T04:06:12.824Z] #0 3.947 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-05-26T04:06:12.824Z] #149 ... [2025-05-26T04:06:12.824Z] [2025-05-26T04:06:12.824Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-26T04:06:12.824Z] #0 3.795 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-05-26T04:06:12.824Z] #150 ... [2025-05-26T04:06:12.824Z] [2025-05-26T04:06:12.824Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T04:06:12.824Z] #144 6.552 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-05-26T04:06:13.034Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:13.363Z] + docker push nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:13.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-26T04:06:13.363Z] da5e71e281e8: Preparing [2025-05-26T04:06:13.363Z] 32ee98e8fd18: Preparing [2025-05-26T04:06:13.363Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:13.363Z] 51ff62d3131d: Preparing [2025-05-26T04:06:13.363Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:13.363Z] 23a698ce542d: Preparing [2025-05-26T04:06:13.363Z] 994456c4fd7b: Preparing [2025-05-26T04:06:13.363Z] 23a698ce542d: Waiting [2025-05-26T04:06:13.363Z] 994456c4fd7b: Waiting [2025-05-26T04:06:13.363Z] da5e71e281e8: Layer already exists [2025-05-26T04:06:13.363Z] 09f0f6a9160a: Layer already exists [2025-05-26T04:06:13.363Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:13.363Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:13.363Z] 32ee98e8fd18: Layer already exists [2025-05-26T04:06:13.363Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:13.363Z] 23a698ce542d: Layer already exists [2025-05-26T04:06:13.363Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:13.691Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:14.015Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-05-26T04:06:14.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-26T04:06:14.015Z] da5e71e281e8: Preparing [2025-05-26T04:06:14.015Z] 32ee98e8fd18: Preparing [2025-05-26T04:06:14.015Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:14.015Z] 51ff62d3131d: Preparing [2025-05-26T04:06:14.015Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:14.015Z] 23a698ce542d: Preparing [2025-05-26T04:06:14.015Z] 994456c4fd7b: Preparing [2025-05-26T04:06:14.015Z] 23a698ce542d: Waiting [2025-05-26T04:06:14.015Z] 994456c4fd7b: Waiting [2025-05-26T04:06:14.015Z] da5e71e281e8: Layer already exists [2025-05-26T04:06:14.015Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:14.015Z] 09f0f6a9160a: Layer already exists [2025-05-26T04:06:14.015Z] 32ee98e8fd18: Layer already exists [2025-05-26T04:06:14.015Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:14.015Z] 23a698ce542d: Layer already exists [2025-05-26T04:06:14.015Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:14.015Z] main: digest: sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:06:14.091Z] ===================================================== [Pipeline] echo [2025-05-26T04:06:14.105Z] taggedImages: [2025-05-26T04:06:14.105Z] - nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:14.105Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-26T04:06:14.105Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13 [2025-05-26T04:06:14.105Z] - nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:14.105Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-05-26T04:06:14.137Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-05-26T04:06:14.137Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:14.137Z] latest [2025-05-26T04:06:14.137Z] 4.1.0-dev.13 [2025-05-26T04:06:14.137Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:14.137Z] main [2025-05-26T04:06:14.137Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:14.505Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:14.827Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:14.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-26T04:06:14.827Z] 70921214884a: Preparing [2025-05-26T04:06:14.827Z] 0df0eceb735b: Preparing [2025-05-26T04:06:14.827Z] 8071b629a4c4: Preparing [2025-05-26T04:06:14.827Z] a16cca3e8110: Preparing [2025-05-26T04:06:14.827Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:14.827Z] 51ff62d3131d: Preparing [2025-05-26T04:06:14.827Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:14.827Z] 23a698ce542d: Preparing [2025-05-26T04:06:14.827Z] 994456c4fd7b: Preparing [2025-05-26T04:06:14.827Z] 51ff62d3131d: Waiting [2025-05-26T04:06:14.827Z] 09f0f6a9160a: Waiting [2025-05-26T04:06:14.827Z] 23a698ce542d: Waiting [2025-05-26T04:06:14.827Z] 994456c4fd7b: Waiting [2025-05-26T04:06:14.827Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:14.827Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:14.827Z] 09f0f6a9160a: Layer already exists [2025-05-26T04:06:14.827Z] 23a698ce542d: Layer already exists [2025-05-26T04:06:14.827Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:14.827Z] 0df0eceb735b: Pushed [2025-05-26T04:06:14.827Z] 70921214884a: Pushed [2025-05-26T04:06:14.827Z] 8071b629a4c4: Pushed [2025-05-26T04:06:15.764Z] a16cca3e8110: Pushed [2025-05-26T04:06:16.023Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:16.181Z] #144 ... [2025-05-26T04:06:16.181Z] [2025-05-26T04:06:16.182Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-26T04:06:16.182Z] #0 6.480 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-05-26T04:06:16.348Z] + 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-05-26T04:06:16.451Z] #151 ... [2025-05-26T04:06:16.451Z] [2025-05-26T04:06:16.451Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-26T04:06:16.451Z] #0 6.087 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-05-26T04:06:16.451Z] #152 ... [2025-05-26T04:06:16.451Z] [2025-05-26T04:06:16.451Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-05-26T04:06:16.451Z] #0 6.235 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-05-26T04:06:16.688Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-26T04:06:16.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-26T04:06:16.688Z] 70921214884a: Preparing [2025-05-26T04:06:16.688Z] 0df0eceb735b: Preparing [2025-05-26T04:06:16.688Z] 8071b629a4c4: Preparing [2025-05-26T04:06:16.688Z] a16cca3e8110: Preparing [2025-05-26T04:06:16.688Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:16.688Z] 51ff62d3131d: Preparing [2025-05-26T04:06:16.688Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:16.688Z] 23a698ce542d: Preparing [2025-05-26T04:06:16.688Z] 994456c4fd7b: Preparing [2025-05-26T04:06:16.688Z] 09f0f6a9160a: Waiting [2025-05-26T04:06:16.688Z] 994456c4fd7b: Waiting [2025-05-26T04:06:16.688Z] 70921214884a: Layer already exists [2025-05-26T04:06:16.688Z] 8071b629a4c4: Layer already exists [2025-05-26T04:06:16.688Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:16.688Z] 0df0eceb735b: Layer already exists [2025-05-26T04:06:16.688Z] a16cca3e8110: Layer already exists [2025-05-26T04:06:16.688Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:16.688Z] 23a698ce542d: Layer already exists [2025-05-26T04:06:16.688Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:16.688Z] 09f0f6a9160a: Layer already exists [2025-05-26T04:06:16.688Z] latest: digest: sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a size: 2193 [Pipeline] } [Pipeline] // withEnv [2025-05-26T04:06:16.726Z] #153 ... [2025-05-26T04:06:16.726Z] [2025-05-26T04:06:16.726Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T04:06:16.726Z] #0 6.472 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:17.008Z] #154 ... [2025-05-26T04:06:17.008Z] [2025-05-26T04:06:17.008Z] #125 [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-05-26T04:06:17.008Z] #125 4.020 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-05-26T04:06:17.008Z] #125 ... [2025-05-26T04:06:17.008Z] [2025-05-26T04:06:17.008Z] #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T04:06:17.008Z] #145 5.731 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-05-26T04:06:17.021Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:17.372Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13 [2025-05-26T04:06:17.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-26T04:06:17.372Z] 70921214884a: Preparing [2025-05-26T04:06:17.372Z] 0df0eceb735b: Preparing [2025-05-26T04:06:17.372Z] 8071b629a4c4: Preparing [2025-05-26T04:06:17.372Z] a16cca3e8110: Preparing [2025-05-26T04:06:17.372Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:17.372Z] 51ff62d3131d: Preparing [2025-05-26T04:06:17.372Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:17.372Z] 23a698ce542d: Preparing [2025-05-26T04:06:17.372Z] 994456c4fd7b: Preparing [2025-05-26T04:06:17.372Z] 09f0f6a9160a: Waiting [2025-05-26T04:06:17.372Z] 23a698ce542d: Waiting [2025-05-26T04:06:17.372Z] 994456c4fd7b: Waiting [2025-05-26T04:06:17.372Z] 51ff62d3131d: Waiting [2025-05-26T04:06:17.372Z] 0df0eceb735b: Layer already exists [2025-05-26T04:06:17.372Z] 70921214884a: Layer already exists [2025-05-26T04:06:17.372Z] 8071b629a4c4: Layer already exists [2025-05-26T04:06:17.372Z] a16cca3e8110: Layer already exists [2025-05-26T04:06:17.372Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:17.372Z] 09f0f6a9160a: Layer already exists [2025-05-26T04:06:17.372Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:17.372Z] 23a698ce542d: Layer already exists [2025-05-26T04:06:17.372Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:17.372Z] 4.1.0-dev.13: digest: sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:17.701Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:18.034Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:18.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-26T04:06:18.034Z] 70921214884a: Preparing [2025-05-26T04:06:18.034Z] 0df0eceb735b: Preparing [2025-05-26T04:06:18.034Z] 8071b629a4c4: Preparing [2025-05-26T04:06:18.034Z] a16cca3e8110: Preparing [2025-05-26T04:06:18.034Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:18.034Z] 51ff62d3131d: Preparing [2025-05-26T04:06:18.034Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:18.034Z] 23a698ce542d: Preparing [2025-05-26T04:06:18.034Z] 51ff62d3131d: Waiting [2025-05-26T04:06:18.034Z] 994456c4fd7b: Preparing [2025-05-26T04:06:18.034Z] 23a698ce542d: Waiting [2025-05-26T04:06:18.034Z] 994456c4fd7b: Waiting [2025-05-26T04:06:18.034Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:18.034Z] 8071b629a4c4: Layer already exists [2025-05-26T04:06:18.034Z] a16cca3e8110: Layer already exists [2025-05-26T04:06:18.034Z] 70921214884a: Layer already exists [2025-05-26T04:06:18.034Z] 0df0eceb735b: Layer already exists [2025-05-26T04:06:18.034Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:18.034Z] 23a698ce542d: Layer already exists [2025-05-26T04:06:18.034Z] 09f0f6a9160a: Layer already exists [2025-05-26T04:06:18.034Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:18.034Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:18.367Z] + 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-05-26T04:06:18.699Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-05-26T04:06:18.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-26T04:06:18.699Z] 70921214884a: Preparing [2025-05-26T04:06:18.699Z] 0df0eceb735b: Preparing [2025-05-26T04:06:18.699Z] 8071b629a4c4: Preparing [2025-05-26T04:06:18.699Z] a16cca3e8110: Preparing [2025-05-26T04:06:18.699Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:18.699Z] 51ff62d3131d: Preparing [2025-05-26T04:06:18.699Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:18.699Z] 23a698ce542d: Preparing [2025-05-26T04:06:18.699Z] 994456c4fd7b: Preparing [2025-05-26T04:06:18.699Z] 23a698ce542d: Waiting [2025-05-26T04:06:18.699Z] 994456c4fd7b: Waiting [2025-05-26T04:06:18.699Z] 51ff62d3131d: Waiting [2025-05-26T04:06:18.699Z] 09f0f6a9160a: Waiting [2025-05-26T04:06:18.699Z] 8071b629a4c4: Layer already exists [2025-05-26T04:06:18.699Z] 0df0eceb735b: Layer already exists [2025-05-26T04:06:18.699Z] a16cca3e8110: Layer already exists [2025-05-26T04:06:18.699Z] 70921214884a: Layer already exists [2025-05-26T04:06:18.699Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:18.699Z] 09f0f6a9160a: Layer already exists [2025-05-26T04:06:18.699Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:18.699Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:18.699Z] 23a698ce542d: Layer already exists [2025-05-26T04:06:18.699Z] main: digest: sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:06:18.772Z] ===================================================== [Pipeline] echo [2025-05-26T04:06:18.784Z] taggedImages: [2025-05-26T04:06:18.784Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:18.784Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-26T04:06:18.784Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13 [2025-05-26T04:06:18.784Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:18.784Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-05-26T04:06:18.810Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-05-26T04:06:18.810Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:18.810Z] latest [2025-05-26T04:06:18.810Z] 4.1.0-dev.13 [2025-05-26T04:06:18.810Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:18.810Z] main [2025-05-26T04:06:18.810Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:19.149Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:19.472Z] + docker push nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:19.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-26T04:06:19.472Z] 6f6255293ddc: Preparing [2025-05-26T04:06:19.472Z] 765e9da42708: Preparing [2025-05-26T04:06:19.472Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:19.472Z] 51ff62d3131d: Preparing [2025-05-26T04:06:19.472Z] 674d9a04f2f2: Preparing [2025-05-26T04:06:19.472Z] 95d1903ad038: Preparing [2025-05-26T04:06:19.472Z] 994456c4fd7b: Preparing [2025-05-26T04:06:19.472Z] 95d1903ad038: Waiting [2025-05-26T04:06:19.472Z] 994456c4fd7b: Waiting [2025-05-26T04:06:19.472Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:19.472Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:19.472Z] 674d9a04f2f2: Pushed [2025-05-26T04:06:19.472Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:19.472Z] 6f6255293ddc: Pushed [2025-05-26T04:06:19.472Z] 95d1903ad038: Pushed [2025-05-26T04:06:22.010Z] 765e9da42708: Pushed [2025-05-26T04:06:22.010Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:22.337Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:22.664Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-26T04:06:22.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-26T04:06:22.665Z] 6f6255293ddc: Preparing [2025-05-26T04:06:22.665Z] 765e9da42708: Preparing [2025-05-26T04:06:22.665Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:22.665Z] 51ff62d3131d: Preparing [2025-05-26T04:06:22.665Z] 674d9a04f2f2: Preparing [2025-05-26T04:06:22.665Z] 95d1903ad038: Preparing [2025-05-26T04:06:22.665Z] 994456c4fd7b: Preparing [2025-05-26T04:06:22.665Z] 95d1903ad038: Waiting [2025-05-26T04:06:22.665Z] 994456c4fd7b: Waiting [2025-05-26T04:06:22.665Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:22.665Z] 674d9a04f2f2: Layer already exists [2025-05-26T04:06:22.665Z] 765e9da42708: Layer already exists [2025-05-26T04:06:22.665Z] 6f6255293ddc: Layer already exists [2025-05-26T04:06:22.665Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:22.665Z] 95d1903ad038: Layer already exists [2025-05-26T04:06:22.665Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:22.665Z] latest: digest: sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:22.998Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:23.320Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13 [2025-05-26T04:06:23.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-26T04:06:23.321Z] 6f6255293ddc: Preparing [2025-05-26T04:06:23.321Z] 765e9da42708: Preparing [2025-05-26T04:06:23.321Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:23.321Z] 51ff62d3131d: Preparing [2025-05-26T04:06:23.321Z] 674d9a04f2f2: Preparing [2025-05-26T04:06:23.321Z] 95d1903ad038: Preparing [2025-05-26T04:06:23.321Z] 994456c4fd7b: Preparing [2025-05-26T04:06:23.321Z] 95d1903ad038: Waiting [2025-05-26T04:06:23.321Z] 994456c4fd7b: Waiting [2025-05-26T04:06:23.321Z] 765e9da42708: Layer already exists [2025-05-26T04:06:23.321Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:23.321Z] 674d9a04f2f2: Layer already exists [2025-05-26T04:06:23.321Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:23.321Z] 6f6255293ddc: Layer already exists [2025-05-26T04:06:23.321Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:23.321Z] 95d1903ad038: Layer already exists [2025-05-26T04:06:23.321Z] 4.1.0-dev.13: digest: sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:23.652Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:23.977Z] + docker push nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:23.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-26T04:06:23.977Z] 6f6255293ddc: Preparing [2025-05-26T04:06:23.977Z] 765e9da42708: Preparing [2025-05-26T04:06:23.977Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:23.977Z] 51ff62d3131d: Preparing [2025-05-26T04:06:23.977Z] 674d9a04f2f2: Preparing [2025-05-26T04:06:23.977Z] 95d1903ad038: Preparing [2025-05-26T04:06:23.977Z] 994456c4fd7b: Preparing [2025-05-26T04:06:23.977Z] 95d1903ad038: Waiting [2025-05-26T04:06:23.977Z] 765e9da42708: Layer already exists [2025-05-26T04:06:23.977Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:23.977Z] 674d9a04f2f2: Layer already exists [2025-05-26T04:06:23.977Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:23.977Z] 6f6255293ddc: Layer already exists [2025-05-26T04:06:23.977Z] 95d1903ad038: Layer already exists [2025-05-26T04:06:23.977Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:23.977Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:24.313Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:24.636Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-05-26T04:06:24.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-26T04:06:24.636Z] 6f6255293ddc: Preparing [2025-05-26T04:06:24.636Z] 765e9da42708: Preparing [2025-05-26T04:06:24.636Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:24.636Z] 51ff62d3131d: Preparing [2025-05-26T04:06:24.636Z] 674d9a04f2f2: Preparing [2025-05-26T04:06:24.636Z] 95d1903ad038: Preparing [2025-05-26T04:06:24.636Z] 994456c4fd7b: Preparing [2025-05-26T04:06:24.636Z] 95d1903ad038: Waiting [2025-05-26T04:06:24.636Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:24.636Z] 674d9a04f2f2: Layer already exists [2025-05-26T04:06:24.636Z] 765e9da42708: Layer already exists [2025-05-26T04:06:24.636Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:24.636Z] 6f6255293ddc: Layer already exists [2025-05-26T04:06:24.636Z] 95d1903ad038: Layer already exists [2025-05-26T04:06:24.636Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:24.636Z] main: digest: sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:06:24.705Z] ===================================================== [Pipeline] echo [2025-05-26T04:06:24.718Z] taggedImages: [2025-05-26T04:06:24.718Z] - nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:24.718Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-26T04:06:24.718Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13 [2025-05-26T04:06:24.718Z] - nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:24.718Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-05-26T04:06:24.740Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-05-26T04:06:24.740Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:24.740Z] latest [2025-05-26T04:06:24.740Z] 4.1.0-dev.13 [2025-05-26T04:06:24.740Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:24.740Z] main [2025-05-26T04:06:24.740Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:25.070Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:25.384Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:25.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-26T04:06:25.384Z] 2b3a6b2b1a43: Preparing [2025-05-26T04:06:25.384Z] ca7ba42ebbe4: Preparing [2025-05-26T04:06:25.384Z] 51ff62d3131d: Preparing [2025-05-26T04:06:25.384Z] 7eaf7b3439ce: Preparing [2025-05-26T04:06:25.384Z] 25b41ed23ad4: Preparing [2025-05-26T04:06:25.384Z] 994456c4fd7b: Preparing [2025-05-26T04:06:25.384Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:25.384Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:25.384Z] 25b41ed23ad4: Pushed [2025-05-26T04:06:25.384Z] 7eaf7b3439ce: Pushed [2025-05-26T04:06:25.384Z] 2b3a6b2b1a43: Pushed [2025-05-26T04:06:27.924Z] ca7ba42ebbe4: Pushed [2025-05-26T04:06:27.924Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:28.260Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:28.575Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-26T04:06:28.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-26T04:06:28.575Z] 2b3a6b2b1a43: Preparing [2025-05-26T04:06:28.575Z] ca7ba42ebbe4: Preparing [2025-05-26T04:06:28.575Z] 51ff62d3131d: Preparing [2025-05-26T04:06:28.575Z] 7eaf7b3439ce: Preparing [2025-05-26T04:06:28.575Z] 25b41ed23ad4: Preparing [2025-05-26T04:06:28.575Z] 994456c4fd7b: Preparing [2025-05-26T04:06:28.575Z] 994456c4fd7b: Waiting [2025-05-26T04:06:28.575Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:28.575Z] 2b3a6b2b1a43: Layer already exists [2025-05-26T04:06:28.575Z] ca7ba42ebbe4: Layer already exists [2025-05-26T04:06:28.575Z] 7eaf7b3439ce: Layer already exists [2025-05-26T04:06:28.575Z] 25b41ed23ad4: Layer already exists [2025-05-26T04:06:28.575Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:28.575Z] latest: digest: sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:28.892Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:29.213Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13 [2025-05-26T04:06:29.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-26T04:06:29.213Z] 2b3a6b2b1a43: Preparing [2025-05-26T04:06:29.213Z] ca7ba42ebbe4: Preparing [2025-05-26T04:06:29.213Z] 51ff62d3131d: Preparing [2025-05-26T04:06:29.213Z] 7eaf7b3439ce: Preparing [2025-05-26T04:06:29.213Z] 25b41ed23ad4: Preparing [2025-05-26T04:06:29.213Z] 994456c4fd7b: Preparing [2025-05-26T04:06:29.213Z] 7eaf7b3439ce: Layer already exists [2025-05-26T04:06:29.213Z] 25b41ed23ad4: Layer already exists [2025-05-26T04:06:29.213Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:29.213Z] 2b3a6b2b1a43: Layer already exists [2025-05-26T04:06:29.213Z] ca7ba42ebbe4: Layer already exists [2025-05-26T04:06:29.213Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:29.213Z] 4.1.0-dev.13: digest: sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:29.538Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:29.861Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:29.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-26T04:06:29.861Z] 2b3a6b2b1a43: Preparing [2025-05-26T04:06:29.861Z] ca7ba42ebbe4: Preparing [2025-05-26T04:06:29.861Z] 51ff62d3131d: Preparing [2025-05-26T04:06:29.861Z] 7eaf7b3439ce: Preparing [2025-05-26T04:06:29.861Z] 25b41ed23ad4: Preparing [2025-05-26T04:06:29.861Z] 994456c4fd7b: Preparing [2025-05-26T04:06:29.861Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:29.861Z] 2b3a6b2b1a43: Layer already exists [2025-05-26T04:06:29.861Z] ca7ba42ebbe4: Layer already exists [2025-05-26T04:06:29.861Z] 7eaf7b3439ce: Layer already exists [2025-05-26T04:06:29.861Z] 25b41ed23ad4: Layer already exists [2025-05-26T04:06:29.861Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:29.861Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:30.207Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:30.540Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-05-26T04:06:30.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-26T04:06:30.540Z] 2b3a6b2b1a43: Preparing [2025-05-26T04:06:30.540Z] ca7ba42ebbe4: Preparing [2025-05-26T04:06:30.540Z] 51ff62d3131d: Preparing [2025-05-26T04:06:30.540Z] 7eaf7b3439ce: Preparing [2025-05-26T04:06:30.540Z] 25b41ed23ad4: Preparing [2025-05-26T04:06:30.540Z] 994456c4fd7b: Preparing [2025-05-26T04:06:30.540Z] 994456c4fd7b: Waiting [2025-05-26T04:06:30.540Z] 2b3a6b2b1a43: Layer already exists [2025-05-26T04:06:30.540Z] 7eaf7b3439ce: Layer already exists [2025-05-26T04:06:30.540Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:30.540Z] 25b41ed23ad4: Layer already exists [2025-05-26T04:06:30.540Z] ca7ba42ebbe4: Layer already exists [2025-05-26T04:06:30.540Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:30.540Z] main: digest: sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:06:30.617Z] ===================================================== [Pipeline] echo [2025-05-26T04:06:30.630Z] taggedImages: [2025-05-26T04:06:30.630Z] - nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:30.630Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-26T04:06:30.630Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13 [2025-05-26T04:06:30.630Z] - nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:30.630Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-05-26T04:06:30.659Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-05-26T04:06:30.659Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:30.659Z] latest [2025-05-26T04:06:30.659Z] 4.1.0-dev.13 [2025-05-26T04:06:30.659Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:30.659Z] main [2025-05-26T04:06:30.659Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:31.007Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:31.330Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:31.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-26T04:06:31.330Z] 935640558743: Preparing [2025-05-26T04:06:31.330Z] e4de5cf3de9f: Preparing [2025-05-26T04:06:31.330Z] 3a4bc8a0978a: Preparing [2025-05-26T04:06:31.330Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:31.330Z] 51ff62d3131d: Preparing [2025-05-26T04:06:31.330Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:31.330Z] 23a698ce542d: Preparing [2025-05-26T04:06:31.330Z] 994456c4fd7b: Preparing [2025-05-26T04:06:31.330Z] 09f0f6a9160a: Waiting [2025-05-26T04:06:31.330Z] 23a698ce542d: Waiting [2025-05-26T04:06:31.330Z] 994456c4fd7b: Waiting [2025-05-26T04:06:31.330Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:31.330Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:31.330Z] 09f0f6a9160a: Layer already exists [2025-05-26T04:06:31.330Z] 23a698ce542d: Layer already exists [2025-05-26T04:06:31.330Z] e4de5cf3de9f: Pushed [2025-05-26T04:06:31.330Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:31.330Z] 935640558743: Pushed [2025-05-26T04:06:33.872Z] 3a4bc8a0978a: Pushed [2025-05-26T04:06:34.131Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:34.453Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:34.781Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-26T04:06:34.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-26T04:06:34.781Z] 935640558743: Preparing [2025-05-26T04:06:34.781Z] e4de5cf3de9f: Preparing [2025-05-26T04:06:34.781Z] 3a4bc8a0978a: Preparing [2025-05-26T04:06:34.781Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:34.781Z] 51ff62d3131d: Preparing [2025-05-26T04:06:34.781Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:34.781Z] 23a698ce542d: Preparing [2025-05-26T04:06:34.781Z] 994456c4fd7b: Preparing [2025-05-26T04:06:34.781Z] 994456c4fd7b: Waiting [2025-05-26T04:06:34.781Z] 23a698ce542d: Waiting [2025-05-26T04:06:34.781Z] 09f0f6a9160a: Waiting [2025-05-26T04:06:34.781Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:34.781Z] 3a4bc8a0978a: Layer already exists [2025-05-26T04:06:34.781Z] e4de5cf3de9f: Layer already exists [2025-05-26T04:06:34.781Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:34.781Z] 935640558743: Layer already exists [2025-05-26T04:06:34.781Z] 09f0f6a9160a: Layer already exists [2025-05-26T04:06:34.781Z] 23a698ce542d: Layer already exists [2025-05-26T04:06:34.781Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:34.781Z] latest: digest: sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:35.114Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:35.442Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13 [2025-05-26T04:06:35.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-26T04:06:35.442Z] 935640558743: Preparing [2025-05-26T04:06:35.442Z] e4de5cf3de9f: Preparing [2025-05-26T04:06:35.442Z] 3a4bc8a0978a: Preparing [2025-05-26T04:06:35.442Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:35.442Z] 51ff62d3131d: Preparing [2025-05-26T04:06:35.442Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:35.442Z] 23a698ce542d: Preparing [2025-05-26T04:06:35.442Z] 994456c4fd7b: Preparing [2025-05-26T04:06:35.442Z] 09f0f6a9160a: Waiting [2025-05-26T04:06:35.442Z] 23a698ce542d: Waiting [2025-05-26T04:06:35.442Z] 994456c4fd7b: Waiting [2025-05-26T04:06:35.442Z] 3a4bc8a0978a: Layer already exists [2025-05-26T04:06:35.442Z] 935640558743: Layer already exists [2025-05-26T04:06:35.442Z] e4de5cf3de9f: Layer already exists [2025-05-26T04:06:35.442Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:35.442Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:35.442Z] 09f0f6a9160a: Layer already exists [2025-05-26T04:06:35.442Z] 23a698ce542d: Layer already exists [2025-05-26T04:06:35.442Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:35.442Z] 4.1.0-dev.13: digest: sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:35.772Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:36.105Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:36.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-26T04:06:36.105Z] 935640558743: Preparing [2025-05-26T04:06:36.105Z] e4de5cf3de9f: Preparing [2025-05-26T04:06:36.105Z] 3a4bc8a0978a: Preparing [2025-05-26T04:06:36.105Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:36.105Z] 51ff62d3131d: Preparing [2025-05-26T04:06:36.105Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:36.105Z] 23a698ce542d: Preparing [2025-05-26T04:06:36.105Z] 994456c4fd7b: Preparing [2025-05-26T04:06:36.105Z] 09f0f6a9160a: Waiting [2025-05-26T04:06:36.105Z] 23a698ce542d: Waiting [2025-05-26T04:06:36.105Z] 994456c4fd7b: Waiting [2025-05-26T04:06:36.105Z] 3a4bc8a0978a: Layer already exists [2025-05-26T04:06:36.105Z] 935640558743: Layer already exists [2025-05-26T04:06:36.105Z] e4de5cf3de9f: Layer already exists [2025-05-26T04:06:36.105Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:36.105Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:36.105Z] 09f0f6a9160a: Layer already exists [2025-05-26T04:06:36.105Z] 23a698ce542d: Layer already exists [2025-05-26T04:06:36.105Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:36.105Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:36.443Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:36.773Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-05-26T04:06:36.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-26T04:06:36.773Z] 935640558743: Preparing [2025-05-26T04:06:36.773Z] e4de5cf3de9f: Preparing [2025-05-26T04:06:36.773Z] 3a4bc8a0978a: Preparing [2025-05-26T04:06:36.773Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:36.773Z] 51ff62d3131d: Preparing [2025-05-26T04:06:36.773Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:36.773Z] 23a698ce542d: Preparing [2025-05-26T04:06:36.773Z] 994456c4fd7b: Preparing [2025-05-26T04:06:36.773Z] 09f0f6a9160a: Waiting [2025-05-26T04:06:36.773Z] 23a698ce542d: Waiting [2025-05-26T04:06:36.773Z] 935640558743: Layer already exists [2025-05-26T04:06:36.773Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:36.773Z] 3a4bc8a0978a: Layer already exists [2025-05-26T04:06:36.773Z] e4de5cf3de9f: Layer already exists [2025-05-26T04:06:36.773Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:36.773Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:36.773Z] 23a698ce542d: Layer already exists [2025-05-26T04:06:36.773Z] 09f0f6a9160a: Layer already exists [2025-05-26T04:06:36.773Z] main: digest: sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:06:36.916Z] ===================================================== [Pipeline] echo [2025-05-26T04:06:36.928Z] taggedImages: [2025-05-26T04:06:36.929Z] - nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:36.929Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-26T04:06:36.929Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13 [2025-05-26T04:06:36.929Z] - nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:36.929Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-05-26T04:06:36.960Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-05-26T04:06:36.960Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:36.960Z] latest [2025-05-26T04:06:36.960Z] 4.1.0-dev.13 [2025-05-26T04:06:36.960Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:36.960Z] main [2025-05-26T04:06:36.960Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:37.308Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:37.633Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:37.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-26T04:06:37.633Z] d11c057dfb08: Preparing [2025-05-26T04:06:37.633Z] 749e36e0e06d: Preparing [2025-05-26T04:06:37.633Z] 6c2950b42674: Preparing [2025-05-26T04:06:37.633Z] 95bb9d6cdaf8: Preparing [2025-05-26T04:06:37.633Z] 44b82bddeef7: Preparing [2025-05-26T04:06:37.633Z] 5a3b9a7a3285: Preparing [2025-05-26T04:06:37.633Z] ee2976dd07d4: Preparing [2025-05-26T04:06:37.633Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:37.633Z] 51ff62d3131d: Preparing [2025-05-26T04:06:37.633Z] 1015f910910d: Preparing [2025-05-26T04:06:37.633Z] 4df552b9c7f9: Preparing [2025-05-26T04:06:37.633Z] 5f70bf18a086: Preparing [2025-05-26T04:06:37.633Z] 3a552e52228d: Preparing [2025-05-26T04:06:37.633Z] e69cc3cfefa8: Preparing [2025-05-26T04:06:37.633Z] 36528afcb586: Preparing [2025-05-26T04:06:37.633Z] 994456c4fd7b: Preparing [2025-05-26T04:06:37.633Z] 1015f910910d: Waiting [2025-05-26T04:06:37.633Z] 9a4fa2c9152e: Waiting [2025-05-26T04:06:37.633Z] 4df552b9c7f9: Waiting [2025-05-26T04:06:37.633Z] 51ff62d3131d: Waiting [2025-05-26T04:06:37.633Z] 3a552e52228d: Waiting [2025-05-26T04:06:37.633Z] 5f70bf18a086: Waiting [2025-05-26T04:06:37.633Z] e69cc3cfefa8: Waiting [2025-05-26T04:06:37.633Z] 36528afcb586: Waiting [2025-05-26T04:06:37.633Z] 994456c4fd7b: Waiting [2025-05-26T04:06:37.633Z] 5a3b9a7a3285: Waiting [2025-05-26T04:06:37.633Z] ee2976dd07d4: Waiting [2025-05-26T04:06:37.633Z] 95bb9d6cdaf8: Pushed [2025-05-26T04:06:37.633Z] 749e36e0e06d: Pushed [2025-05-26T04:06:37.633Z] 44b82bddeef7: Pushed [2025-05-26T04:06:37.633Z] d11c057dfb08: Pushed [2025-05-26T04:06:37.633Z] 6c2950b42674: Pushed [2025-05-26T04:06:37.633Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:37.633Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:37.633Z] 5f70bf18a086: Layer already exists [2025-05-26T04:06:37.633Z] 5a3b9a7a3285: Pushed [2025-05-26T04:06:37.894Z] 1015f910910d: Pushed [2025-05-26T04:06:37.894Z] 4df552b9c7f9: Pushed [2025-05-26T04:06:37.894Z] e69cc3cfefa8: Pushed [2025-05-26T04:06:37.894Z] 3a552e52228d: Pushed [2025-05-26T04:06:37.894Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:37.894Z] 36528afcb586: Pushed [2025-05-26T04:06:39.274Z] ee2976dd07d4: Pushed [2025-05-26T04:06:39.274Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:39.599Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:39.918Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-26T04:06:39.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-26T04:06:39.918Z] d11c057dfb08: Preparing [2025-05-26T04:06:39.918Z] 749e36e0e06d: Preparing [2025-05-26T04:06:39.918Z] 6c2950b42674: Preparing [2025-05-26T04:06:39.918Z] 95bb9d6cdaf8: Preparing [2025-05-26T04:06:39.918Z] 44b82bddeef7: Preparing [2025-05-26T04:06:39.918Z] 5a3b9a7a3285: Preparing [2025-05-26T04:06:39.918Z] ee2976dd07d4: Preparing [2025-05-26T04:06:39.918Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:39.918Z] 51ff62d3131d: Preparing [2025-05-26T04:06:39.918Z] 1015f910910d: Preparing [2025-05-26T04:06:39.918Z] 4df552b9c7f9: Preparing [2025-05-26T04:06:39.918Z] 5f70bf18a086: Preparing [2025-05-26T04:06:39.918Z] 3a552e52228d: Preparing [2025-05-26T04:06:39.918Z] e69cc3cfefa8: Preparing [2025-05-26T04:06:39.918Z] 36528afcb586: Preparing [2025-05-26T04:06:39.918Z] 994456c4fd7b: Preparing [2025-05-26T04:06:39.918Z] 5a3b9a7a3285: Waiting [2025-05-26T04:06:39.918Z] 51ff62d3131d: Waiting [2025-05-26T04:06:39.918Z] 1015f910910d: Waiting [2025-05-26T04:06:39.918Z] ee2976dd07d4: Waiting [2025-05-26T04:06:39.918Z] 4df552b9c7f9: Waiting [2025-05-26T04:06:39.918Z] 9a4fa2c9152e: Waiting [2025-05-26T04:06:39.918Z] 5f70bf18a086: Waiting [2025-05-26T04:06:39.918Z] e69cc3cfefa8: Waiting [2025-05-26T04:06:39.918Z] 994456c4fd7b: Waiting [2025-05-26T04:06:39.918Z] 749e36e0e06d: Layer already exists [2025-05-26T04:06:39.918Z] d11c057dfb08: Layer already exists [2025-05-26T04:06:39.918Z] 44b82bddeef7: Layer already exists [2025-05-26T04:06:39.918Z] 95bb9d6cdaf8: Layer already exists [2025-05-26T04:06:39.918Z] 6c2950b42674: Layer already exists [2025-05-26T04:06:39.918Z] 5a3b9a7a3285: Layer already exists [2025-05-26T04:06:39.918Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:39.918Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:39.918Z] 1015f910910d: Layer already exists [2025-05-26T04:06:39.918Z] ee2976dd07d4: Layer already exists [2025-05-26T04:06:39.918Z] 4df552b9c7f9: Layer already exists [2025-05-26T04:06:39.918Z] 5f70bf18a086: Layer already exists [2025-05-26T04:06:39.918Z] e69cc3cfefa8: Layer already exists [2025-05-26T04:06:39.918Z] 3a552e52228d: Layer already exists [2025-05-26T04:06:39.918Z] 36528afcb586: Layer already exists [2025-05-26T04:06:39.918Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:39.918Z] latest: digest: sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:40.243Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:40.566Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13 [2025-05-26T04:06:40.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-26T04:06:40.566Z] d11c057dfb08: Preparing [2025-05-26T04:06:40.566Z] 749e36e0e06d: Preparing [2025-05-26T04:06:40.566Z] 6c2950b42674: Preparing [2025-05-26T04:06:40.567Z] 95bb9d6cdaf8: Preparing [2025-05-26T04:06:40.567Z] 44b82bddeef7: Preparing [2025-05-26T04:06:40.567Z] 5a3b9a7a3285: Preparing [2025-05-26T04:06:40.567Z] ee2976dd07d4: Preparing [2025-05-26T04:06:40.567Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:40.567Z] 51ff62d3131d: Preparing [2025-05-26T04:06:40.567Z] 1015f910910d: Preparing [2025-05-26T04:06:40.567Z] 4df552b9c7f9: Preparing [2025-05-26T04:06:40.567Z] 5f70bf18a086: Preparing [2025-05-26T04:06:40.567Z] 3a552e52228d: Preparing [2025-05-26T04:06:40.567Z] e69cc3cfefa8: Preparing [2025-05-26T04:06:40.567Z] 36528afcb586: Preparing [2025-05-26T04:06:40.567Z] 994456c4fd7b: Preparing [2025-05-26T04:06:40.567Z] 9a4fa2c9152e: Waiting [2025-05-26T04:06:40.567Z] 51ff62d3131d: Waiting [2025-05-26T04:06:40.567Z] 1015f910910d: Waiting [2025-05-26T04:06:40.567Z] 4df552b9c7f9: Waiting [2025-05-26T04:06:40.567Z] 5f70bf18a086: Waiting [2025-05-26T04:06:40.567Z] 3a552e52228d: Waiting [2025-05-26T04:06:40.567Z] e69cc3cfefa8: Waiting [2025-05-26T04:06:40.567Z] 36528afcb586: Waiting [2025-05-26T04:06:40.567Z] 5a3b9a7a3285: Waiting [2025-05-26T04:06:40.567Z] ee2976dd07d4: Waiting [2025-05-26T04:06:40.567Z] 994456c4fd7b: Waiting [2025-05-26T04:06:40.567Z] d11c057dfb08: Layer already exists [2025-05-26T04:06:40.567Z] 749e36e0e06d: Layer already exists [2025-05-26T04:06:40.567Z] 44b82bddeef7: Layer already exists [2025-05-26T04:06:40.567Z] 6c2950b42674: Layer already exists [2025-05-26T04:06:40.567Z] 95bb9d6cdaf8: Layer already exists [2025-05-26T04:06:40.567Z] ee2976dd07d4: Layer already exists [2025-05-26T04:06:40.567Z] 1015f910910d: Layer already exists [2025-05-26T04:06:40.567Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:40.567Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:40.567Z] 5a3b9a7a3285: Layer already exists [2025-05-26T04:06:40.567Z] 4df552b9c7f9: Layer already exists [2025-05-26T04:06:40.567Z] 5f70bf18a086: Layer already exists [2025-05-26T04:06:40.567Z] 3a552e52228d: Layer already exists [2025-05-26T04:06:40.567Z] e69cc3cfefa8: Layer already exists [2025-05-26T04:06:40.567Z] 36528afcb586: Layer already exists [2025-05-26T04:06:40.567Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:40.567Z] 4.1.0-dev.13: digest: sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:40.889Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:41.212Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:41.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-26T04:06:41.212Z] d11c057dfb08: Preparing [2025-05-26T04:06:41.212Z] 749e36e0e06d: Preparing [2025-05-26T04:06:41.212Z] 6c2950b42674: Preparing [2025-05-26T04:06:41.212Z] 95bb9d6cdaf8: Preparing [2025-05-26T04:06:41.212Z] 44b82bddeef7: Preparing [2025-05-26T04:06:41.212Z] 5a3b9a7a3285: Preparing [2025-05-26T04:06:41.212Z] ee2976dd07d4: Preparing [2025-05-26T04:06:41.212Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:41.212Z] 51ff62d3131d: Preparing [2025-05-26T04:06:41.212Z] 1015f910910d: Preparing [2025-05-26T04:06:41.212Z] 4df552b9c7f9: Preparing [2025-05-26T04:06:41.212Z] 5f70bf18a086: Preparing [2025-05-26T04:06:41.212Z] 3a552e52228d: Preparing [2025-05-26T04:06:41.212Z] e69cc3cfefa8: Preparing [2025-05-26T04:06:41.212Z] 36528afcb586: Preparing [2025-05-26T04:06:41.212Z] 994456c4fd7b: Preparing [2025-05-26T04:06:41.212Z] 36528afcb586: Waiting [2025-05-26T04:06:41.212Z] 994456c4fd7b: Waiting [2025-05-26T04:06:41.212Z] 5f70bf18a086: Waiting [2025-05-26T04:06:41.212Z] 3a552e52228d: Waiting [2025-05-26T04:06:41.212Z] ee2976dd07d4: Waiting [2025-05-26T04:06:41.212Z] e69cc3cfefa8: Waiting [2025-05-26T04:06:41.212Z] 9a4fa2c9152e: Waiting [2025-05-26T04:06:41.212Z] 51ff62d3131d: Waiting [2025-05-26T04:06:41.212Z] 1015f910910d: Waiting [2025-05-26T04:06:41.212Z] 4df552b9c7f9: Waiting [2025-05-26T04:06:41.212Z] 5a3b9a7a3285: Waiting [2025-05-26T04:06:41.212Z] 95bb9d6cdaf8: Layer already exists [2025-05-26T04:06:41.212Z] 6c2950b42674: Layer already exists [2025-05-26T04:06:41.212Z] d11c057dfb08: Layer already exists [2025-05-26T04:06:41.212Z] 749e36e0e06d: Layer already exists [2025-05-26T04:06:41.212Z] 44b82bddeef7: Layer already exists [2025-05-26T04:06:41.212Z] 5a3b9a7a3285: Layer already exists [2025-05-26T04:06:41.212Z] ee2976dd07d4: Layer already exists [2025-05-26T04:06:41.212Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:41.212Z] 1015f910910d: Layer already exists [2025-05-26T04:06:41.212Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:41.212Z] 4df552b9c7f9: Layer already exists [2025-05-26T04:06:41.212Z] 5f70bf18a086: Layer already exists [2025-05-26T04:06:41.212Z] 36528afcb586: Layer already exists [2025-05-26T04:06:41.212Z] 3a552e52228d: Layer already exists [2025-05-26T04:06:41.212Z] e69cc3cfefa8: Layer already exists [2025-05-26T04:06:41.212Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:41.212Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:41.540Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:41.864Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-05-26T04:06:41.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-26T04:06:41.864Z] d11c057dfb08: Preparing [2025-05-26T04:06:41.864Z] 749e36e0e06d: Preparing [2025-05-26T04:06:41.864Z] 6c2950b42674: Preparing [2025-05-26T04:06:41.864Z] 95bb9d6cdaf8: Preparing [2025-05-26T04:06:41.864Z] 44b82bddeef7: Preparing [2025-05-26T04:06:41.864Z] 5a3b9a7a3285: Preparing [2025-05-26T04:06:41.864Z] ee2976dd07d4: Preparing [2025-05-26T04:06:41.864Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:41.864Z] 51ff62d3131d: Preparing [2025-05-26T04:06:41.864Z] 1015f910910d: Preparing [2025-05-26T04:06:41.864Z] 4df552b9c7f9: Preparing [2025-05-26T04:06:41.864Z] 5f70bf18a086: Preparing [2025-05-26T04:06:41.864Z] 3a552e52228d: Preparing [2025-05-26T04:06:41.864Z] e69cc3cfefa8: Preparing [2025-05-26T04:06:41.864Z] 36528afcb586: Preparing [2025-05-26T04:06:41.864Z] 994456c4fd7b: Preparing [2025-05-26T04:06:41.864Z] 4df552b9c7f9: Waiting [2025-05-26T04:06:41.864Z] 5f70bf18a086: Waiting [2025-05-26T04:06:41.864Z] ee2976dd07d4: Waiting [2025-05-26T04:06:41.864Z] 9a4fa2c9152e: Waiting [2025-05-26T04:06:41.864Z] 3a552e52228d: Waiting [2025-05-26T04:06:41.864Z] 51ff62d3131d: Waiting [2025-05-26T04:06:41.864Z] 1015f910910d: Waiting [2025-05-26T04:06:41.864Z] e69cc3cfefa8: Waiting [2025-05-26T04:06:41.864Z] 36528afcb586: Waiting [2025-05-26T04:06:41.864Z] 5a3b9a7a3285: Waiting [2025-05-26T04:06:41.864Z] 994456c4fd7b: Waiting [2025-05-26T04:06:41.864Z] 749e36e0e06d: Layer already exists [2025-05-26T04:06:41.864Z] 95bb9d6cdaf8: Layer already exists [2025-05-26T04:06:41.864Z] 44b82bddeef7: Layer already exists [2025-05-26T04:06:41.864Z] d11c057dfb08: Layer already exists [2025-05-26T04:06:41.864Z] 6c2950b42674: Layer already exists [2025-05-26T04:06:41.864Z] ee2976dd07d4: Layer already exists [2025-05-26T04:06:41.864Z] 1015f910910d: Layer already exists [2025-05-26T04:06:41.864Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:41.864Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:41.864Z] 5a3b9a7a3285: Layer already exists [2025-05-26T04:06:41.864Z] 4df552b9c7f9: Layer already exists [2025-05-26T04:06:41.864Z] 3a552e52228d: Layer already exists [2025-05-26T04:06:41.864Z] 5f70bf18a086: Layer already exists [2025-05-26T04:06:41.864Z] 36528afcb586: Layer already exists [2025-05-26T04:06:41.864Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:41.864Z] e69cc3cfefa8: Layer already exists [2025-05-26T04:06:41.864Z] main: digest: sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:06:41.951Z] ===================================================== [Pipeline] echo [2025-05-26T04:06:41.963Z] taggedImages: [2025-05-26T04:06:41.963Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:41.963Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-26T04:06:41.963Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13 [2025-05-26T04:06:41.963Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:41.963Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-05-26T04:06:41.997Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-05-26T04:06:41.997Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:41.997Z] latest [2025-05-26T04:06:41.997Z] 4.1.0-dev.13 [2025-05-26T04:06:41.997Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:41.997Z] main [2025-05-26T04:06:41.997Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:42.353Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:42.683Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:42.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-26T04:06:42.683Z] 405293b352fc: Preparing [2025-05-26T04:06:42.683Z] 2be96f1592da: Preparing [2025-05-26T04:06:42.683Z] 16c545a558e4: Preparing [2025-05-26T04:06:42.683Z] af2d68503e25: Preparing [2025-05-26T04:06:42.683Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:42.683Z] 51ff62d3131d: Preparing [2025-05-26T04:06:42.683Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:42.683Z] 23a698ce542d: Preparing [2025-05-26T04:06:42.683Z] 994456c4fd7b: Preparing [2025-05-26T04:06:42.683Z] 23a698ce542d: Waiting [2025-05-26T04:06:42.683Z] 09f0f6a9160a: Waiting [2025-05-26T04:06:42.683Z] 994456c4fd7b: Waiting [2025-05-26T04:06:42.683Z] 51ff62d3131d: Waiting [2025-05-26T04:06:42.683Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:42.683Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:42.683Z] 09f0f6a9160a: Layer already exists [2025-05-26T04:06:42.683Z] 16c545a558e4: Pushed [2025-05-26T04:06:42.683Z] 23a698ce542d: Layer already exists [2025-05-26T04:06:42.683Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:42.683Z] 2be96f1592da: Pushed [2025-05-26T04:06:42.683Z] 405293b352fc: Pushed [2025-05-26T04:06:45.228Z] af2d68503e25: Pushed [2025-05-26T04:06:45.228Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:45.558Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:45.878Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-26T04:06:45.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-26T04:06:45.878Z] 405293b352fc: Preparing [2025-05-26T04:06:45.878Z] 2be96f1592da: Preparing [2025-05-26T04:06:45.878Z] 16c545a558e4: Preparing [2025-05-26T04:06:45.878Z] af2d68503e25: Preparing [2025-05-26T04:06:45.878Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:45.878Z] 51ff62d3131d: Preparing [2025-05-26T04:06:45.878Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:45.878Z] 23a698ce542d: Preparing [2025-05-26T04:06:45.878Z] 994456c4fd7b: Preparing [2025-05-26T04:06:45.878Z] 51ff62d3131d: Waiting [2025-05-26T04:06:45.878Z] 09f0f6a9160a: Waiting [2025-05-26T04:06:45.878Z] 994456c4fd7b: Waiting [2025-05-26T04:06:45.878Z] 23a698ce542d: Waiting [2025-05-26T04:06:45.878Z] 16c545a558e4: Layer already exists [2025-05-26T04:06:45.878Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:45.878Z] 2be96f1592da: Layer already exists [2025-05-26T04:06:45.878Z] 405293b352fc: Layer already exists [2025-05-26T04:06:45.878Z] af2d68503e25: Layer already exists [2025-05-26T04:06:45.878Z] 09f0f6a9160a: Layer already exists [2025-05-26T04:06:45.878Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:45.878Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:45.878Z] 23a698ce542d: Layer already exists [2025-05-26T04:06:45.878Z] latest: digest: sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:46.202Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:46.529Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13 [2025-05-26T04:06:46.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-26T04:06:46.529Z] 405293b352fc: Preparing [2025-05-26T04:06:46.529Z] 2be96f1592da: Preparing [2025-05-26T04:06:46.529Z] 16c545a558e4: Preparing [2025-05-26T04:06:46.529Z] af2d68503e25: Preparing [2025-05-26T04:06:46.529Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:46.529Z] 51ff62d3131d: Preparing [2025-05-26T04:06:46.529Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:46.529Z] 23a698ce542d: Preparing [2025-05-26T04:06:46.529Z] 994456c4fd7b: Preparing [2025-05-26T04:06:46.529Z] 23a698ce542d: Waiting [2025-05-26T04:06:46.529Z] 16c545a558e4: Layer already exists [2025-05-26T04:06:46.529Z] 2be96f1592da: Layer already exists [2025-05-26T04:06:46.529Z] af2d68503e25: Layer already exists [2025-05-26T04:06:46.529Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:46.529Z] 405293b352fc: Layer already exists [2025-05-26T04:06:46.529Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:46.529Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:46.529Z] 09f0f6a9160a: Layer already exists [2025-05-26T04:06:46.529Z] 23a698ce542d: Layer already exists [2025-05-26T04:06:46.529Z] 4.1.0-dev.13: digest: sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:46.860Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:47.185Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:47.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-26T04:06:47.185Z] 405293b352fc: Preparing [2025-05-26T04:06:47.185Z] 2be96f1592da: Preparing [2025-05-26T04:06:47.185Z] 16c545a558e4: Preparing [2025-05-26T04:06:47.185Z] af2d68503e25: Preparing [2025-05-26T04:06:47.185Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:47.185Z] 51ff62d3131d: Preparing [2025-05-26T04:06:47.185Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:47.185Z] 23a698ce542d: Preparing [2025-05-26T04:06:47.185Z] 994456c4fd7b: Preparing [2025-05-26T04:06:47.185Z] 23a698ce542d: Waiting [2025-05-26T04:06:47.185Z] 994456c4fd7b: Waiting [2025-05-26T04:06:47.185Z] 51ff62d3131d: Waiting [2025-05-26T04:06:47.185Z] 09f0f6a9160a: Waiting [2025-05-26T04:06:47.185Z] 16c545a558e4: Layer already exists [2025-05-26T04:06:47.185Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:47.185Z] af2d68503e25: Layer already exists [2025-05-26T04:06:47.185Z] 405293b352fc: Layer already exists [2025-05-26T04:06:47.185Z] 2be96f1592da: Layer already exists [2025-05-26T04:06:47.185Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:47.185Z] 09f0f6a9160a: Layer already exists [2025-05-26T04:06:47.185Z] 23a698ce542d: Layer already exists [2025-05-26T04:06:47.185Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:47.185Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:47.517Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:47.852Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-05-26T04:06:47.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-26T04:06:47.852Z] 405293b352fc: Preparing [2025-05-26T04:06:47.852Z] 2be96f1592da: Preparing [2025-05-26T04:06:47.852Z] 16c545a558e4: Preparing [2025-05-26T04:06:47.852Z] af2d68503e25: Preparing [2025-05-26T04:06:47.852Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:47.852Z] 51ff62d3131d: Preparing [2025-05-26T04:06:47.852Z] 09f0f6a9160a: Preparing [2025-05-26T04:06:47.852Z] 23a698ce542d: Preparing [2025-05-26T04:06:47.852Z] 994456c4fd7b: Preparing [2025-05-26T04:06:47.852Z] 994456c4fd7b: Waiting [2025-05-26T04:06:47.852Z] 51ff62d3131d: Waiting [2025-05-26T04:06:47.852Z] 23a698ce542d: Waiting [2025-05-26T04:06:47.852Z] 09f0f6a9160a: Waiting [2025-05-26T04:06:47.852Z] 16c545a558e4: Layer already exists [2025-05-26T04:06:47.852Z] 405293b352fc: Layer already exists [2025-05-26T04:06:47.852Z] af2d68503e25: Layer already exists [2025-05-26T04:06:47.852Z] 2be96f1592da: Layer already exists [2025-05-26T04:06:47.852Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:47.852Z] 23a698ce542d: Layer already exists [2025-05-26T04:06:47.852Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:47.852Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:47.852Z] 09f0f6a9160a: Layer already exists [2025-05-26T04:06:47.852Z] main: digest: sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:06:47.917Z] ===================================================== [Pipeline] echo [2025-05-26T04:06:47.933Z] taggedImages: [2025-05-26T04:06:47.933Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:47.933Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-26T04:06:47.933Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13 [2025-05-26T04:06:47.933Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:47.933Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-05-26T04:06:47.960Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-05-26T04:06:47.960Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:47.960Z] latest [2025-05-26T04:06:47.960Z] 4.1.0-dev.13 [2025-05-26T04:06:47.960Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:47.960Z] main [2025-05-26T04:06:47.960Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:48.314Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:48.637Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:48.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-26T04:06:48.637Z] 73c68a92ec10: Preparing [2025-05-26T04:06:48.637Z] a8765d0e242d: Preparing [2025-05-26T04:06:48.637Z] 799e498515a4: Preparing [2025-05-26T04:06:48.637Z] 176f2ce2bde1: Preparing [2025-05-26T04:06:48.637Z] 82fa86be554b: Preparing [2025-05-26T04:06:48.637Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:48.637Z] 51ff62d3131d: Preparing [2025-05-26T04:06:48.637Z] 265e9a1d0f3e: Preparing [2025-05-26T04:06:48.637Z] 469c98b6e0dd: Preparing [2025-05-26T04:06:48.637Z] 9a3b2ac65e00: Preparing [2025-05-26T04:06:48.637Z] 994456c4fd7b: Preparing [2025-05-26T04:06:48.637Z] 9a4fa2c9152e: Waiting [2025-05-26T04:06:48.637Z] 51ff62d3131d: Waiting [2025-05-26T04:06:48.637Z] 265e9a1d0f3e: Waiting [2025-05-26T04:06:48.637Z] 469c98b6e0dd: Waiting [2025-05-26T04:06:48.637Z] 9a3b2ac65e00: Waiting [2025-05-26T04:06:48.637Z] 994456c4fd7b: Waiting [2025-05-26T04:06:48.637Z] 176f2ce2bde1: Pushed [2025-05-26T04:06:48.637Z] a8765d0e242d: Pushed [2025-05-26T04:06:48.637Z] 82fa86be554b: Pushed [2025-05-26T04:06:48.637Z] 73c68a92ec10: Pushed [2025-05-26T04:06:48.637Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:48.637Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:48.637Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:48.895Z] 265e9a1d0f3e: Pushed [2025-05-26T04:06:48.895Z] 469c98b6e0dd: Pushed [2025-05-26T04:06:50.271Z] 9a3b2ac65e00: Pushed [2025-05-26T04:06:50.531Z] 799e498515a4: Pushed [2025-05-26T04:06:50.792Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:51.118Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:51.437Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-26T04:06:51.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-26T04:06:51.437Z] 73c68a92ec10: Preparing [2025-05-26T04:06:51.437Z] a8765d0e242d: Preparing [2025-05-26T04:06:51.437Z] 799e498515a4: Preparing [2025-05-26T04:06:51.437Z] 176f2ce2bde1: Preparing [2025-05-26T04:06:51.437Z] 82fa86be554b: Preparing [2025-05-26T04:06:51.437Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:51.437Z] 51ff62d3131d: Preparing [2025-05-26T04:06:51.437Z] 265e9a1d0f3e: Preparing [2025-05-26T04:06:51.437Z] 469c98b6e0dd: Preparing [2025-05-26T04:06:51.438Z] 9a3b2ac65e00: Preparing [2025-05-26T04:06:51.438Z] 994456c4fd7b: Preparing [2025-05-26T04:06:51.438Z] 9a4fa2c9152e: Waiting [2025-05-26T04:06:51.438Z] 51ff62d3131d: Waiting [2025-05-26T04:06:51.438Z] 469c98b6e0dd: Waiting [2025-05-26T04:06:51.438Z] 9a3b2ac65e00: Waiting [2025-05-26T04:06:51.438Z] 265e9a1d0f3e: Waiting [2025-05-26T04:06:51.438Z] 994456c4fd7b: Waiting [2025-05-26T04:06:51.438Z] 82fa86be554b: Layer already exists [2025-05-26T04:06:51.438Z] 176f2ce2bde1: Layer already exists [2025-05-26T04:06:51.438Z] 799e498515a4: Layer already exists [2025-05-26T04:06:51.438Z] a8765d0e242d: Layer already exists [2025-05-26T04:06:51.438Z] 73c68a92ec10: Layer already exists [2025-05-26T04:06:51.438Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:51.438Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:51.438Z] 265e9a1d0f3e: Layer already exists [2025-05-26T04:06:51.438Z] 469c98b6e0dd: Layer already exists [2025-05-26T04:06:51.438Z] 9a3b2ac65e00: Layer already exists [2025-05-26T04:06:51.438Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:51.438Z] latest: digest: sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:51.758Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:52.085Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13 [2025-05-26T04:06:52.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-26T04:06:52.085Z] 73c68a92ec10: Preparing [2025-05-26T04:06:52.085Z] a8765d0e242d: Preparing [2025-05-26T04:06:52.085Z] 799e498515a4: Preparing [2025-05-26T04:06:52.085Z] 176f2ce2bde1: Preparing [2025-05-26T04:06:52.085Z] 82fa86be554b: Preparing [2025-05-26T04:06:52.085Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:52.085Z] 51ff62d3131d: Preparing [2025-05-26T04:06:52.085Z] 265e9a1d0f3e: Preparing [2025-05-26T04:06:52.085Z] 469c98b6e0dd: Preparing [2025-05-26T04:06:52.085Z] 9a3b2ac65e00: Preparing [2025-05-26T04:06:52.085Z] 994456c4fd7b: Preparing [2025-05-26T04:06:52.085Z] 265e9a1d0f3e: Waiting [2025-05-26T04:06:52.085Z] 994456c4fd7b: Waiting [2025-05-26T04:06:52.085Z] 469c98b6e0dd: Waiting [2025-05-26T04:06:52.085Z] 9a3b2ac65e00: Waiting [2025-05-26T04:06:52.085Z] 9a4fa2c9152e: Waiting [2025-05-26T04:06:52.085Z] 51ff62d3131d: Waiting [2025-05-26T04:06:52.085Z] 82fa86be554b: Layer already exists [2025-05-26T04:06:52.085Z] 176f2ce2bde1: Layer already exists [2025-05-26T04:06:52.085Z] 73c68a92ec10: Layer already exists [2025-05-26T04:06:52.085Z] 799e498515a4: Layer already exists [2025-05-26T04:06:52.085Z] a8765d0e242d: Layer already exists [2025-05-26T04:06:52.085Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:52.085Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:52.085Z] 9a3b2ac65e00: Layer already exists [2025-05-26T04:06:52.085Z] 265e9a1d0f3e: Layer already exists [2025-05-26T04:06:52.085Z] 469c98b6e0dd: Layer already exists [2025-05-26T04:06:52.085Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:52.085Z] 4.1.0-dev.13: digest: sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:52.421Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:52.750Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:52.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-26T04:06:52.750Z] 73c68a92ec10: Preparing [2025-05-26T04:06:52.750Z] a8765d0e242d: Preparing [2025-05-26T04:06:52.750Z] 799e498515a4: Preparing [2025-05-26T04:06:52.750Z] 176f2ce2bde1: Preparing [2025-05-26T04:06:52.750Z] 82fa86be554b: Preparing [2025-05-26T04:06:52.750Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:52.750Z] 51ff62d3131d: Preparing [2025-05-26T04:06:52.750Z] 265e9a1d0f3e: Preparing [2025-05-26T04:06:52.750Z] 469c98b6e0dd: Preparing [2025-05-26T04:06:52.750Z] 9a3b2ac65e00: Preparing [2025-05-26T04:06:52.750Z] 994456c4fd7b: Preparing [2025-05-26T04:06:52.750Z] 265e9a1d0f3e: Waiting [2025-05-26T04:06:52.750Z] 469c98b6e0dd: Waiting [2025-05-26T04:06:52.750Z] 9a3b2ac65e00: Waiting [2025-05-26T04:06:52.750Z] 994456c4fd7b: Waiting [2025-05-26T04:06:52.750Z] 9a4fa2c9152e: Waiting [2025-05-26T04:06:52.750Z] 51ff62d3131d: Waiting [2025-05-26T04:06:52.750Z] 176f2ce2bde1: Layer already exists [2025-05-26T04:06:52.750Z] a8765d0e242d: Layer already exists [2025-05-26T04:06:52.750Z] 73c68a92ec10: Layer already exists [2025-05-26T04:06:52.750Z] 82fa86be554b: Layer already exists [2025-05-26T04:06:52.750Z] 799e498515a4: Layer already exists [2025-05-26T04:06:52.750Z] 469c98b6e0dd: Layer already exists [2025-05-26T04:06:52.750Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:52.750Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:52.750Z] 265e9a1d0f3e: Layer already exists [2025-05-26T04:06:52.750Z] 9a3b2ac65e00: Layer already exists [2025-05-26T04:06:52.750Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:52.750Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:53.073Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:53.493Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-05-26T04:06:53.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-26T04:06:53.493Z] 73c68a92ec10: Preparing [2025-05-26T04:06:53.493Z] a8765d0e242d: Preparing [2025-05-26T04:06:53.493Z] 799e498515a4: Preparing [2025-05-26T04:06:53.493Z] 176f2ce2bde1: Preparing [2025-05-26T04:06:53.493Z] 82fa86be554b: Preparing [2025-05-26T04:06:53.493Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:53.493Z] 51ff62d3131d: Preparing [2025-05-26T04:06:53.493Z] 265e9a1d0f3e: Preparing [2025-05-26T04:06:53.493Z] 469c98b6e0dd: Preparing [2025-05-26T04:06:53.493Z] 9a3b2ac65e00: Preparing [2025-05-26T04:06:53.493Z] 994456c4fd7b: Preparing [2025-05-26T04:06:53.493Z] 469c98b6e0dd: Waiting [2025-05-26T04:06:53.493Z] 9a3b2ac65e00: Waiting [2025-05-26T04:06:53.493Z] 994456c4fd7b: Waiting [2025-05-26T04:06:53.493Z] 9a4fa2c9152e: Waiting [2025-05-26T04:06:53.493Z] 265e9a1d0f3e: Waiting [2025-05-26T04:06:53.493Z] 51ff62d3131d: Waiting [2025-05-26T04:06:53.493Z] 73c68a92ec10: Layer already exists [2025-05-26T04:06:53.493Z] 176f2ce2bde1: Layer already exists [2025-05-26T04:06:53.493Z] 82fa86be554b: Layer already exists [2025-05-26T04:06:53.493Z] 799e498515a4: Layer already exists [2025-05-26T04:06:53.493Z] a8765d0e242d: Layer already exists [2025-05-26T04:06:53.493Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:53.493Z] 265e9a1d0f3e: Layer already exists [2025-05-26T04:06:53.493Z] 469c98b6e0dd: Layer already exists [2025-05-26T04:06:53.493Z] 9a3b2ac65e00: Layer already exists [2025-05-26T04:06:53.493Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:53.493Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:53.493Z] main: digest: sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:06:53.578Z] ===================================================== [Pipeline] echo [2025-05-26T04:06:53.600Z] taggedImages: [2025-05-26T04:06:53.600Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:53.600Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-26T04:06:53.600Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13 [2025-05-26T04:06:53.600Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:53.600Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-05-26T04:06:53.624Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-05-26T04:06:53.624Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:53.624Z] latest [2025-05-26T04:06:53.624Z] 4.1.0-dev.13 [2025-05-26T04:06:53.624Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:53.624Z] main [2025-05-26T04:06:53.624Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:54.003Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:54.411Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:54.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-26T04:06:54.411Z] 59226f41b43c: Preparing [2025-05-26T04:06:54.411Z] c99395f625ca: Preparing [2025-05-26T04:06:54.411Z] 37eaf88e58dc: Preparing [2025-05-26T04:06:54.411Z] ecaeb8ab0df4: Preparing [2025-05-26T04:06:54.411Z] b8490db56cf9: Preparing [2025-05-26T04:06:54.411Z] 4c198d83b445: Preparing [2025-05-26T04:06:54.411Z] 6745812eb4e6: Preparing [2025-05-26T04:06:54.411Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:54.411Z] 51ff62d3131d: Preparing [2025-05-26T04:06:54.411Z] 35ab99cada67: Preparing [2025-05-26T04:06:54.411Z] 2de55f66af77: Preparing [2025-05-26T04:06:54.411Z] 994456c4fd7b: Preparing [2025-05-26T04:06:54.411Z] 51ff62d3131d: Waiting [2025-05-26T04:06:54.411Z] 35ab99cada67: Waiting [2025-05-26T04:06:54.411Z] 994456c4fd7b: Waiting [2025-05-26T04:06:54.411Z] 4c198d83b445: Waiting [2025-05-26T04:06:54.411Z] 2de55f66af77: Waiting [2025-05-26T04:06:54.411Z] 6745812eb4e6: Waiting [2025-05-26T04:06:54.411Z] 9a4fa2c9152e: Waiting [2025-05-26T04:06:54.411Z] c99395f625ca: Pushed [2025-05-26T04:06:54.411Z] b8490db56cf9: Pushed [2025-05-26T04:06:54.411Z] 59226f41b43c: Pushed [2025-05-26T04:06:54.411Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:54.411Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:54.411Z] 4c198d83b445: Pushed [2025-05-26T04:06:54.411Z] 6745812eb4e6: Pushed [2025-05-26T04:06:54.411Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:54.673Z] 35ab99cada67: Pushed [2025-05-26T04:06:56.050Z] 2de55f66af77: Pushed [2025-05-26T04:06:56.309Z] ecaeb8ab0df4: Pushed [2025-05-26T04:06:57.247Z] 37eaf88e58dc: Pushed [2025-05-26T04:06:57.247Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:57.573Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:57.919Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-26T04:06:57.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-26T04:06:57.919Z] 59226f41b43c: Preparing [2025-05-26T04:06:57.919Z] c99395f625ca: Preparing [2025-05-26T04:06:57.919Z] 37eaf88e58dc: Preparing [2025-05-26T04:06:57.919Z] ecaeb8ab0df4: Preparing [2025-05-26T04:06:57.919Z] b8490db56cf9: Preparing [2025-05-26T04:06:57.919Z] 4c198d83b445: Preparing [2025-05-26T04:06:57.919Z] 6745812eb4e6: Preparing [2025-05-26T04:06:57.919Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:57.919Z] 51ff62d3131d: Preparing [2025-05-26T04:06:57.919Z] 35ab99cada67: Preparing [2025-05-26T04:06:57.919Z] 2de55f66af77: Preparing [2025-05-26T04:06:57.919Z] 994456c4fd7b: Preparing [2025-05-26T04:06:57.919Z] 9a4fa2c9152e: Waiting [2025-05-26T04:06:57.919Z] 51ff62d3131d: Waiting [2025-05-26T04:06:57.919Z] 35ab99cada67: Waiting [2025-05-26T04:06:57.919Z] 2de55f66af77: Waiting [2025-05-26T04:06:57.919Z] 4c198d83b445: Waiting [2025-05-26T04:06:57.919Z] 6745812eb4e6: Waiting [2025-05-26T04:06:57.919Z] 994456c4fd7b: Waiting [2025-05-26T04:06:57.919Z] b8490db56cf9: Layer already exists [2025-05-26T04:06:57.919Z] 37eaf88e58dc: Layer already exists [2025-05-26T04:06:57.919Z] c99395f625ca: Layer already exists [2025-05-26T04:06:57.919Z] ecaeb8ab0df4: Layer already exists [2025-05-26T04:06:57.919Z] 59226f41b43c: Layer already exists [2025-05-26T04:06:57.919Z] 4c198d83b445: Layer already exists [2025-05-26T04:06:57.919Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:57.919Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:57.919Z] 6745812eb4e6: Layer already exists [2025-05-26T04:06:57.919Z] 35ab99cada67: Layer already exists [2025-05-26T04:06:57.919Z] 2de55f66af77: Layer already exists [2025-05-26T04:06:57.919Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:57.919Z] latest: digest: sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:58.251Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:58.576Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13 [2025-05-26T04:06:58.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-26T04:06:58.576Z] 59226f41b43c: Preparing [2025-05-26T04:06:58.576Z] c99395f625ca: Preparing [2025-05-26T04:06:58.576Z] 37eaf88e58dc: Preparing [2025-05-26T04:06:58.576Z] ecaeb8ab0df4: Preparing [2025-05-26T04:06:58.576Z] b8490db56cf9: Preparing [2025-05-26T04:06:58.576Z] 4c198d83b445: Preparing [2025-05-26T04:06:58.576Z] 6745812eb4e6: Preparing [2025-05-26T04:06:58.576Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:58.576Z] 51ff62d3131d: Preparing [2025-05-26T04:06:58.576Z] 35ab99cada67: Preparing [2025-05-26T04:06:58.576Z] 2de55f66af77: Preparing [2025-05-26T04:06:58.576Z] 994456c4fd7b: Preparing [2025-05-26T04:06:58.576Z] 4c198d83b445: Waiting [2025-05-26T04:06:58.576Z] 6745812eb4e6: Waiting [2025-05-26T04:06:58.576Z] 9a4fa2c9152e: Waiting [2025-05-26T04:06:58.576Z] 2de55f66af77: Waiting [2025-05-26T04:06:58.576Z] 51ff62d3131d: Waiting [2025-05-26T04:06:58.576Z] 35ab99cada67: Waiting [2025-05-26T04:06:58.576Z] 37eaf88e58dc: Layer already exists [2025-05-26T04:06:58.576Z] ecaeb8ab0df4: Layer already exists [2025-05-26T04:06:58.576Z] 59226f41b43c: Layer already exists [2025-05-26T04:06:58.576Z] b8490db56cf9: Layer already exists [2025-05-26T04:06:58.576Z] c99395f625ca: Layer already exists [2025-05-26T04:06:58.576Z] 4c198d83b445: Layer already exists [2025-05-26T04:06:58.576Z] 6745812eb4e6: Layer already exists [2025-05-26T04:06:58.576Z] 35ab99cada67: Layer already exists [2025-05-26T04:06:58.576Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:58.576Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:58.576Z] 2de55f66af77: Layer already exists [2025-05-26T04:06:58.576Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:58.576Z] 4.1.0-dev.13: digest: sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:58.901Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:59.225Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:59.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-26T04:06:59.225Z] 59226f41b43c: Preparing [2025-05-26T04:06:59.225Z] c99395f625ca: Preparing [2025-05-26T04:06:59.225Z] 37eaf88e58dc: Preparing [2025-05-26T04:06:59.225Z] ecaeb8ab0df4: Preparing [2025-05-26T04:06:59.225Z] b8490db56cf9: Preparing [2025-05-26T04:06:59.225Z] 4c198d83b445: Preparing [2025-05-26T04:06:59.225Z] 6745812eb4e6: Preparing [2025-05-26T04:06:59.225Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:59.225Z] 51ff62d3131d: Preparing [2025-05-26T04:06:59.225Z] 35ab99cada67: Preparing [2025-05-26T04:06:59.225Z] 2de55f66af77: Preparing [2025-05-26T04:06:59.225Z] 994456c4fd7b: Preparing [2025-05-26T04:06:59.225Z] 2de55f66af77: Waiting [2025-05-26T04:06:59.225Z] 35ab99cada67: Waiting [2025-05-26T04:06:59.225Z] 51ff62d3131d: Waiting [2025-05-26T04:06:59.225Z] 6745812eb4e6: Waiting [2025-05-26T04:06:59.225Z] 9a4fa2c9152e: Waiting [2025-05-26T04:06:59.225Z] 994456c4fd7b: Waiting [2025-05-26T04:06:59.225Z] 4c198d83b445: Waiting [2025-05-26T04:06:59.225Z] 59226f41b43c: Layer already exists [2025-05-26T04:06:59.225Z] ecaeb8ab0df4: Layer already exists [2025-05-26T04:06:59.225Z] 37eaf88e58dc: Layer already exists [2025-05-26T04:06:59.225Z] c99395f625ca: Layer already exists [2025-05-26T04:06:59.225Z] b8490db56cf9: Layer already exists [2025-05-26T04:06:59.225Z] 6745812eb4e6: Layer already exists [2025-05-26T04:06:59.225Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:59.225Z] 35ab99cada67: Layer already exists [2025-05-26T04:06:59.225Z] 4c198d83b445: Layer already exists [2025-05-26T04:06:59.225Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:59.225Z] 2de55f66af77: Layer already exists [2025-05-26T04:06:59.225Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:59.225Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:59.555Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:06:59.875Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-05-26T04:06:59.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-26T04:06:59.875Z] 59226f41b43c: Preparing [2025-05-26T04:06:59.875Z] c99395f625ca: Preparing [2025-05-26T04:06:59.875Z] 37eaf88e58dc: Preparing [2025-05-26T04:06:59.875Z] ecaeb8ab0df4: Preparing [2025-05-26T04:06:59.875Z] b8490db56cf9: Preparing [2025-05-26T04:06:59.875Z] 4c198d83b445: Preparing [2025-05-26T04:06:59.875Z] 6745812eb4e6: Preparing [2025-05-26T04:06:59.875Z] 9a4fa2c9152e: Preparing [2025-05-26T04:06:59.875Z] 51ff62d3131d: Preparing [2025-05-26T04:06:59.875Z] 35ab99cada67: Preparing [2025-05-26T04:06:59.875Z] 2de55f66af77: Preparing [2025-05-26T04:06:59.875Z] 994456c4fd7b: Preparing [2025-05-26T04:06:59.875Z] 51ff62d3131d: Waiting [2025-05-26T04:06:59.875Z] 9a4fa2c9152e: Waiting [2025-05-26T04:06:59.875Z] 4c198d83b445: Waiting [2025-05-26T04:06:59.875Z] 35ab99cada67: Waiting [2025-05-26T04:06:59.875Z] 2de55f66af77: Waiting [2025-05-26T04:06:59.875Z] 994456c4fd7b: Waiting [2025-05-26T04:06:59.875Z] 6745812eb4e6: Waiting [2025-05-26T04:06:59.875Z] 59226f41b43c: Layer already exists [2025-05-26T04:06:59.875Z] b8490db56cf9: Layer already exists [2025-05-26T04:06:59.875Z] ecaeb8ab0df4: Layer already exists [2025-05-26T04:06:59.875Z] 37eaf88e58dc: Layer already exists [2025-05-26T04:06:59.875Z] c99395f625ca: Layer already exists [2025-05-26T04:06:59.875Z] 4c198d83b445: Layer already exists [2025-05-26T04:06:59.875Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:06:59.875Z] 35ab99cada67: Layer already exists [2025-05-26T04:06:59.875Z] 6745812eb4e6: Layer already exists [2025-05-26T04:06:59.875Z] 51ff62d3131d: Layer already exists [2025-05-26T04:06:59.875Z] 2de55f66af77: Layer already exists [2025-05-26T04:06:59.875Z] 994456c4fd7b: Layer already exists [2025-05-26T04:06:59.875Z] main: digest: sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:06:59.939Z] ===================================================== [Pipeline] echo [2025-05-26T04:06:59.952Z] taggedImages: [2025-05-26T04:06:59.952Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:59.952Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-26T04:06:59.952Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13 [2025-05-26T04:06:59.952Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:59.952Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-05-26T04:06:59.982Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-05-26T04:06:59.982Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:06:59.982Z] latest [2025-05-26T04:06:59.982Z] 4.1.0-dev.13 [2025-05-26T04:06:59.982Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:06:59.982Z] main [2025-05-26T04:06:59.982Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:00.323Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:00.643Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:00.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-26T04:07:00.643Z] f5b3e47c06de: Preparing [2025-05-26T04:07:00.643Z] cf8be386cceb: Preparing [2025-05-26T04:07:00.643Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:00.643Z] 51ff62d3131d: Preparing [2025-05-26T04:07:00.643Z] f2f85e80ac87: Preparing [2025-05-26T04:07:00.643Z] 5672472365fa: Preparing [2025-05-26T04:07:00.643Z] 994456c4fd7b: Preparing [2025-05-26T04:07:00.643Z] 5672472365fa: Waiting [2025-05-26T04:07:00.643Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:00.643Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:00.643Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:00.643Z] f2f85e80ac87: Pushed [2025-05-26T04:07:00.643Z] f5b3e47c06de: Pushed [2025-05-26T04:07:01.637Z] 5672472365fa: Pushed [2025-05-26T04:07:03.542Z] cf8be386cceb: Pushed [2025-05-26T04:07:03.801Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:04.129Z] + 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-05-26T04:07:04.452Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-26T04:07:04.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-26T04:07:04.452Z] f5b3e47c06de: Preparing [2025-05-26T04:07:04.452Z] cf8be386cceb: Preparing [2025-05-26T04:07:04.452Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:04.452Z] 51ff62d3131d: Preparing [2025-05-26T04:07:04.452Z] f2f85e80ac87: Preparing [2025-05-26T04:07:04.452Z] 5672472365fa: Preparing [2025-05-26T04:07:04.452Z] 994456c4fd7b: Preparing [2025-05-26T04:07:04.452Z] 5672472365fa: Waiting [2025-05-26T04:07:04.452Z] 994456c4fd7b: Waiting [2025-05-26T04:07:04.452Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:04.452Z] cf8be386cceb: Layer already exists [2025-05-26T04:07:04.452Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:04.452Z] f5b3e47c06de: Layer already exists [2025-05-26T04:07:04.452Z] f2f85e80ac87: Layer already exists [2025-05-26T04:07:04.452Z] 5672472365fa: Layer already exists [2025-05-26T04:07:04.452Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:04.452Z] latest: digest: sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:04.791Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:05.112Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13 [2025-05-26T04:07:05.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-26T04:07:05.112Z] f5b3e47c06de: Preparing [2025-05-26T04:07:05.112Z] cf8be386cceb: Preparing [2025-05-26T04:07:05.112Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:05.112Z] 51ff62d3131d: Preparing [2025-05-26T04:07:05.112Z] f2f85e80ac87: Preparing [2025-05-26T04:07:05.112Z] 5672472365fa: Preparing [2025-05-26T04:07:05.112Z] 994456c4fd7b: Preparing [2025-05-26T04:07:05.112Z] 5672472365fa: Waiting [2025-05-26T04:07:05.112Z] f5b3e47c06de: Layer already exists [2025-05-26T04:07:05.112Z] f2f85e80ac87: Layer already exists [2025-05-26T04:07:05.112Z] cf8be386cceb: Layer already exists [2025-05-26T04:07:05.112Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:05.112Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:05.112Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:05.112Z] 5672472365fa: Layer already exists [2025-05-26T04:07:05.112Z] 4.1.0-dev.13: digest: sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:05.439Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:05.762Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:05.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-26T04:07:05.762Z] f5b3e47c06de: Preparing [2025-05-26T04:07:05.762Z] cf8be386cceb: Preparing [2025-05-26T04:07:05.762Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:05.762Z] 51ff62d3131d: Preparing [2025-05-26T04:07:05.762Z] f2f85e80ac87: Preparing [2025-05-26T04:07:05.762Z] 5672472365fa: Preparing [2025-05-26T04:07:05.762Z] 994456c4fd7b: Preparing [2025-05-26T04:07:05.762Z] 5672472365fa: Waiting [2025-05-26T04:07:05.762Z] 994456c4fd7b: Waiting [2025-05-26T04:07:05.762Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:05.762Z] f2f85e80ac87: Layer already exists [2025-05-26T04:07:05.762Z] cf8be386cceb: Layer already exists [2025-05-26T04:07:05.762Z] f5b3e47c06de: Layer already exists [2025-05-26T04:07:05.762Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:05.762Z] 5672472365fa: Layer already exists [2025-05-26T04:07:05.762Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:05.762Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:06.087Z] + 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-05-26T04:07:06.410Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-05-26T04:07:06.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-26T04:07:06.410Z] f5b3e47c06de: Preparing [2025-05-26T04:07:06.410Z] cf8be386cceb: Preparing [2025-05-26T04:07:06.410Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:06.410Z] 51ff62d3131d: Preparing [2025-05-26T04:07:06.410Z] f2f85e80ac87: Preparing [2025-05-26T04:07:06.410Z] 5672472365fa: Preparing [2025-05-26T04:07:06.410Z] 994456c4fd7b: Preparing [2025-05-26T04:07:06.410Z] 5672472365fa: Waiting [2025-05-26T04:07:06.410Z] 994456c4fd7b: Waiting [2025-05-26T04:07:06.410Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:06.410Z] f2f85e80ac87: Layer already exists [2025-05-26T04:07:06.410Z] f5b3e47c06de: Layer already exists [2025-05-26T04:07:06.410Z] cf8be386cceb: Layer already exists [2025-05-26T04:07:06.410Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:06.410Z] 5672472365fa: Layer already exists [2025-05-26T04:07:06.410Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:06.410Z] main: digest: sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:07:06.491Z] ===================================================== [Pipeline] echo [2025-05-26T04:07:06.507Z] taggedImages: [2025-05-26T04:07:06.507Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:06.507Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-26T04:07:06.507Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13 [2025-05-26T04:07:06.507Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:06.507Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-05-26T04:07:06.543Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-05-26T04:07:06.543Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:06.543Z] latest [2025-05-26T04:07:06.543Z] 4.1.0-dev.13 [2025-05-26T04:07:06.543Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:06.543Z] main [2025-05-26T04:07:06.543Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:06.904Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:07.231Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:07.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-26T04:07:07.231Z] b47850c6aa95: Preparing [2025-05-26T04:07:07.231Z] 9104e45ff5d1: Preparing [2025-05-26T04:07:07.231Z] 55d0f3612e78: Preparing [2025-05-26T04:07:07.231Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:07.231Z] 51ff62d3131d: Preparing [2025-05-26T04:07:07.231Z] c3f06dd09433: Preparing [2025-05-26T04:07:07.231Z] c78f53e2a325: Preparing [2025-05-26T04:07:07.231Z] 4e8bbadfce60: Preparing [2025-05-26T04:07:07.231Z] 0a1d0bf184bf: Preparing [2025-05-26T04:07:07.231Z] 994456c4fd7b: Preparing [2025-05-26T04:07:07.231Z] 4e8bbadfce60: Waiting [2025-05-26T04:07:07.231Z] 0a1d0bf184bf: Waiting [2025-05-26T04:07:07.231Z] 994456c4fd7b: Waiting [2025-05-26T04:07:07.231Z] c3f06dd09433: Waiting [2025-05-26T04:07:07.231Z] c78f53e2a325: Waiting [2025-05-26T04:07:07.231Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:07.231Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:07.231Z] 55d0f3612e78: Pushed [2025-05-26T04:07:07.231Z] b47850c6aa95: Pushed [2025-05-26T04:07:07.231Z] 9104e45ff5d1: Pushed [2025-05-26T04:07:07.231Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:07.231Z] 4e8bbadfce60: Pushed [2025-05-26T04:07:07.799Z] 0a1d0bf184bf: Pushed [2025-05-26T04:07:11.989Z] c78f53e2a325: Pushed [2025-05-26T04:07:18.569Z] c3f06dd09433: Pushed [2025-05-26T04:07:18.569Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:18.892Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:19.215Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-26T04:07:19.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-26T04:07:19.215Z] b47850c6aa95: Preparing [2025-05-26T04:07:19.215Z] 9104e45ff5d1: Preparing [2025-05-26T04:07:19.215Z] 55d0f3612e78: Preparing [2025-05-26T04:07:19.215Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:19.215Z] 51ff62d3131d: Preparing [2025-05-26T04:07:19.215Z] c3f06dd09433: Preparing [2025-05-26T04:07:19.215Z] c78f53e2a325: Preparing [2025-05-26T04:07:19.215Z] 4e8bbadfce60: Preparing [2025-05-26T04:07:19.215Z] 0a1d0bf184bf: Preparing [2025-05-26T04:07:19.215Z] 994456c4fd7b: Preparing [2025-05-26T04:07:19.215Z] c3f06dd09433: Waiting [2025-05-26T04:07:19.215Z] c78f53e2a325: Waiting [2025-05-26T04:07:19.215Z] 4e8bbadfce60: Waiting [2025-05-26T04:07:19.215Z] 994456c4fd7b: Waiting [2025-05-26T04:07:19.215Z] 0a1d0bf184bf: Waiting [2025-05-26T04:07:19.215Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:19.215Z] 9104e45ff5d1: Layer already exists [2025-05-26T04:07:19.215Z] b47850c6aa95: Layer already exists [2025-05-26T04:07:19.215Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:19.215Z] 55d0f3612e78: Layer already exists [2025-05-26T04:07:19.215Z] c78f53e2a325: Layer already exists [2025-05-26T04:07:19.215Z] c3f06dd09433: Layer already exists [2025-05-26T04:07:19.215Z] 4e8bbadfce60: Layer already exists [2025-05-26T04:07:19.215Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:19.215Z] 0a1d0bf184bf: Layer already exists [2025-05-26T04:07:19.215Z] latest: digest: sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:19.542Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:19.864Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13 [2025-05-26T04:07:19.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-26T04:07:19.864Z] b47850c6aa95: Preparing [2025-05-26T04:07:19.864Z] 9104e45ff5d1: Preparing [2025-05-26T04:07:19.864Z] 55d0f3612e78: Preparing [2025-05-26T04:07:19.864Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:19.864Z] 51ff62d3131d: Preparing [2025-05-26T04:07:19.864Z] c3f06dd09433: Preparing [2025-05-26T04:07:19.864Z] c78f53e2a325: Preparing [2025-05-26T04:07:19.864Z] 4e8bbadfce60: Preparing [2025-05-26T04:07:19.864Z] 0a1d0bf184bf: Preparing [2025-05-26T04:07:19.864Z] 994456c4fd7b: Preparing [2025-05-26T04:07:19.864Z] c3f06dd09433: Waiting [2025-05-26T04:07:19.864Z] c78f53e2a325: Waiting [2025-05-26T04:07:19.864Z] 994456c4fd7b: Waiting [2025-05-26T04:07:19.864Z] 4e8bbadfce60: Waiting [2025-05-26T04:07:19.864Z] 0a1d0bf184bf: Waiting [2025-05-26T04:07:19.864Z] b47850c6aa95: Layer already exists [2025-05-26T04:07:19.864Z] 55d0f3612e78: Layer already exists [2025-05-26T04:07:19.864Z] 9104e45ff5d1: Layer already exists [2025-05-26T04:07:19.864Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:19.864Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:19.864Z] c78f53e2a325: Layer already exists [2025-05-26T04:07:19.864Z] 4e8bbadfce60: Layer already exists [2025-05-26T04:07:19.864Z] c3f06dd09433: Layer already exists [2025-05-26T04:07:19.864Z] 0a1d0bf184bf: Layer already exists [2025-05-26T04:07:19.864Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:19.864Z] 4.1.0-dev.13: digest: sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:20.182Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:20.516Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:20.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-26T04:07:20.516Z] b47850c6aa95: Preparing [2025-05-26T04:07:20.516Z] 9104e45ff5d1: Preparing [2025-05-26T04:07:20.516Z] 55d0f3612e78: Preparing [2025-05-26T04:07:20.516Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:20.516Z] 51ff62d3131d: Preparing [2025-05-26T04:07:20.516Z] c3f06dd09433: Preparing [2025-05-26T04:07:20.516Z] c78f53e2a325: Preparing [2025-05-26T04:07:20.516Z] 4e8bbadfce60: Preparing [2025-05-26T04:07:20.516Z] 0a1d0bf184bf: Preparing [2025-05-26T04:07:20.516Z] 994456c4fd7b: Preparing [2025-05-26T04:07:20.516Z] c3f06dd09433: Waiting [2025-05-26T04:07:20.516Z] 4e8bbadfce60: Waiting [2025-05-26T04:07:20.516Z] c78f53e2a325: Waiting [2025-05-26T04:07:20.516Z] 0a1d0bf184bf: Waiting [2025-05-26T04:07:20.516Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:20.516Z] 55d0f3612e78: Layer already exists [2025-05-26T04:07:20.516Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:20.516Z] b47850c6aa95: Layer already exists [2025-05-26T04:07:20.516Z] 9104e45ff5d1: Layer already exists [2025-05-26T04:07:20.516Z] c78f53e2a325: Layer already exists [2025-05-26T04:07:20.516Z] c3f06dd09433: Layer already exists [2025-05-26T04:07:20.516Z] 4e8bbadfce60: Layer already exists [2025-05-26T04:07:20.516Z] 0a1d0bf184bf: Layer already exists [2025-05-26T04:07:20.516Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:20.516Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:20.837Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:21.162Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-05-26T04:07:21.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-26T04:07:21.162Z] b47850c6aa95: Preparing [2025-05-26T04:07:21.162Z] 9104e45ff5d1: Preparing [2025-05-26T04:07:21.162Z] 55d0f3612e78: Preparing [2025-05-26T04:07:21.162Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:21.162Z] 51ff62d3131d: Preparing [2025-05-26T04:07:21.162Z] c3f06dd09433: Preparing [2025-05-26T04:07:21.162Z] c78f53e2a325: Preparing [2025-05-26T04:07:21.162Z] 4e8bbadfce60: Preparing [2025-05-26T04:07:21.162Z] 0a1d0bf184bf: Preparing [2025-05-26T04:07:21.162Z] 994456c4fd7b: Preparing [2025-05-26T04:07:21.162Z] c3f06dd09433: Waiting [2025-05-26T04:07:21.162Z] 994456c4fd7b: Waiting [2025-05-26T04:07:21.162Z] 0a1d0bf184bf: Waiting [2025-05-26T04:07:21.162Z] c78f53e2a325: Waiting [2025-05-26T04:07:21.162Z] 4e8bbadfce60: Waiting [2025-05-26T04:07:21.162Z] 55d0f3612e78: Layer already exists [2025-05-26T04:07:21.162Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:21.162Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:21.162Z] b47850c6aa95: Layer already exists [2025-05-26T04:07:21.162Z] 9104e45ff5d1: Layer already exists [2025-05-26T04:07:21.162Z] c78f53e2a325: Layer already exists [2025-05-26T04:07:21.162Z] 4e8bbadfce60: Layer already exists [2025-05-26T04:07:21.163Z] 0a1d0bf184bf: Layer already exists [2025-05-26T04:07:21.163Z] c3f06dd09433: Layer already exists [2025-05-26T04:07:21.163Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:21.163Z] main: digest: sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:07:21.234Z] ===================================================== [Pipeline] echo [2025-05-26T04:07:21.246Z] taggedImages: [2025-05-26T04:07:21.246Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:21.246Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-26T04:07:21.246Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13 [2025-05-26T04:07:21.246Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:21.246Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-05-26T04:07:21.279Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-05-26T04:07:21.279Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:21.279Z] latest [2025-05-26T04:07:21.279Z] 4.1.0-dev.13 [2025-05-26T04:07:21.279Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:21.279Z] main [2025-05-26T04:07:21.279Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:21.635Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:21.964Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:21.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-26T04:07:21.964Z] 7fa4052c67fe: Preparing [2025-05-26T04:07:21.964Z] 3a96942df4ef: Preparing [2025-05-26T04:07:21.964Z] ff92bbdd6942: Preparing [2025-05-26T04:07:21.964Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:21.964Z] 51ff62d3131d: Preparing [2025-05-26T04:07:21.964Z] c3f06dd09433: Preparing [2025-05-26T04:07:21.964Z] 6ba32934989b: Preparing [2025-05-26T04:07:21.964Z] 4deeec695d6e: Preparing [2025-05-26T04:07:21.964Z] 994456c4fd7b: Preparing [2025-05-26T04:07:21.964Z] c3f06dd09433: Waiting [2025-05-26T04:07:21.964Z] 6ba32934989b: Waiting [2025-05-26T04:07:21.964Z] 4deeec695d6e: Waiting [2025-05-26T04:07:21.964Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:21.964Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:21.964Z] c3f06dd09433: Layer already exists [2025-05-26T04:07:21.964Z] ff92bbdd6942: Pushed [2025-05-26T04:07:21.964Z] 3a96942df4ef: Pushed [2025-05-26T04:07:21.964Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:21.964Z] 7fa4052c67fe: Pushed [2025-05-26T04:07:21.964Z] 6ba32934989b: Pushed [2025-05-26T04:07:22.224Z] 4deeec695d6e: Pushed [2025-05-26T04:07:22.482Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:22.801Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:23.128Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-26T04:07:23.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-26T04:07:23.128Z] 7fa4052c67fe: Preparing [2025-05-26T04:07:23.128Z] 3a96942df4ef: Preparing [2025-05-26T04:07:23.128Z] ff92bbdd6942: Preparing [2025-05-26T04:07:23.128Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:23.128Z] 51ff62d3131d: Preparing [2025-05-26T04:07:23.128Z] c3f06dd09433: Preparing [2025-05-26T04:07:23.128Z] 6ba32934989b: Preparing [2025-05-26T04:07:23.128Z] 4deeec695d6e: Preparing [2025-05-26T04:07:23.128Z] 994456c4fd7b: Preparing [2025-05-26T04:07:23.128Z] c3f06dd09433: Waiting [2025-05-26T04:07:23.128Z] 994456c4fd7b: Waiting [2025-05-26T04:07:23.128Z] 6ba32934989b: Waiting [2025-05-26T04:07:23.128Z] 4deeec695d6e: Waiting [2025-05-26T04:07:23.128Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:23.128Z] 3a96942df4ef: Layer already exists [2025-05-26T04:07:23.128Z] 7fa4052c67fe: Layer already exists [2025-05-26T04:07:23.128Z] ff92bbdd6942: Layer already exists [2025-05-26T04:07:23.128Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:23.128Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:23.128Z] c3f06dd09433: Layer already exists [2025-05-26T04:07:23.128Z] 4deeec695d6e: Layer already exists [2025-05-26T04:07:23.128Z] 6ba32934989b: Layer already exists [2025-05-26T04:07:23.128Z] latest: digest: sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:23.459Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:23.785Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13 [2025-05-26T04:07:23.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-26T04:07:23.785Z] 7fa4052c67fe: Preparing [2025-05-26T04:07:23.785Z] 3a96942df4ef: Preparing [2025-05-26T04:07:23.785Z] ff92bbdd6942: Preparing [2025-05-26T04:07:23.785Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:23.785Z] 51ff62d3131d: Preparing [2025-05-26T04:07:23.785Z] c3f06dd09433: Preparing [2025-05-26T04:07:23.785Z] 6ba32934989b: Preparing [2025-05-26T04:07:23.785Z] 4deeec695d6e: Preparing [2025-05-26T04:07:23.785Z] 994456c4fd7b: Preparing [2025-05-26T04:07:23.785Z] c3f06dd09433: Waiting [2025-05-26T04:07:23.785Z] 4deeec695d6e: Waiting [2025-05-26T04:07:23.785Z] 6ba32934989b: Waiting [2025-05-26T04:07:23.785Z] 994456c4fd7b: Waiting [2025-05-26T04:07:23.785Z] 3a96942df4ef: Layer already exists [2025-05-26T04:07:23.785Z] ff92bbdd6942: Layer already exists [2025-05-26T04:07:23.785Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:23.785Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:23.785Z] 7fa4052c67fe: Layer already exists [2025-05-26T04:07:23.785Z] 6ba32934989b: Layer already exists [2025-05-26T04:07:23.785Z] c3f06dd09433: Layer already exists [2025-05-26T04:07:23.785Z] 4deeec695d6e: Layer already exists [2025-05-26T04:07:23.785Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:23.785Z] 4.1.0-dev.13: digest: sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:24.106Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:24.435Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:24.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-26T04:07:24.435Z] 7fa4052c67fe: Preparing [2025-05-26T04:07:24.435Z] 3a96942df4ef: Preparing [2025-05-26T04:07:24.435Z] ff92bbdd6942: Preparing [2025-05-26T04:07:24.435Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:24.435Z] 51ff62d3131d: Preparing [2025-05-26T04:07:24.435Z] c3f06dd09433: Preparing [2025-05-26T04:07:24.435Z] 6ba32934989b: Preparing [2025-05-26T04:07:24.435Z] 4deeec695d6e: Preparing [2025-05-26T04:07:24.435Z] 994456c4fd7b: Preparing [2025-05-26T04:07:24.435Z] c3f06dd09433: Waiting [2025-05-26T04:07:24.435Z] 994456c4fd7b: Waiting [2025-05-26T04:07:24.435Z] 6ba32934989b: Waiting [2025-05-26T04:07:24.435Z] 4deeec695d6e: Waiting [2025-05-26T04:07:24.435Z] 7fa4052c67fe: Layer already exists [2025-05-26T04:07:24.435Z] 3a96942df4ef: Layer already exists [2025-05-26T04:07:24.435Z] ff92bbdd6942: Layer already exists [2025-05-26T04:07:24.435Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:24.435Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:24.435Z] c3f06dd09433: Layer already exists [2025-05-26T04:07:24.435Z] 6ba32934989b: Layer already exists [2025-05-26T04:07:24.435Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:24.435Z] 4deeec695d6e: Layer already exists [2025-05-26T04:07:24.435Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:24.760Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:25.076Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-05-26T04:07:25.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-26T04:07:25.076Z] 7fa4052c67fe: Preparing [2025-05-26T04:07:25.076Z] 3a96942df4ef: Preparing [2025-05-26T04:07:25.076Z] ff92bbdd6942: Preparing [2025-05-26T04:07:25.076Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:25.076Z] 51ff62d3131d: Preparing [2025-05-26T04:07:25.076Z] c3f06dd09433: Preparing [2025-05-26T04:07:25.076Z] 6ba32934989b: Preparing [2025-05-26T04:07:25.076Z] 4deeec695d6e: Preparing [2025-05-26T04:07:25.076Z] 994456c4fd7b: Preparing [2025-05-26T04:07:25.076Z] c3f06dd09433: Waiting [2025-05-26T04:07:25.076Z] 4deeec695d6e: Waiting [2025-05-26T04:07:25.076Z] 994456c4fd7b: Waiting [2025-05-26T04:07:25.076Z] 6ba32934989b: Waiting [2025-05-26T04:07:25.076Z] 7fa4052c67fe: Layer already exists [2025-05-26T04:07:25.076Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:25.076Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:25.076Z] 3a96942df4ef: Layer already exists [2025-05-26T04:07:25.076Z] ff92bbdd6942: Layer already exists [2025-05-26T04:07:25.076Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:25.076Z] c3f06dd09433: Layer already exists [2025-05-26T04:07:25.076Z] 4deeec695d6e: Layer already exists [2025-05-26T04:07:25.076Z] 6ba32934989b: Layer already exists [2025-05-26T04:07:25.076Z] main: digest: sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:07:25.144Z] ===================================================== [Pipeline] echo [2025-05-26T04:07:25.158Z] taggedImages: [2025-05-26T04:07:25.158Z] - nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:25.158Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-26T04:07:25.158Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13 [2025-05-26T04:07:25.158Z] - nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:25.158Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-05-26T04:07:25.177Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-05-26T04:07:25.177Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:25.177Z] latest [2025-05-26T04:07:25.177Z] 4.1.0-dev.13 [2025-05-26T04:07:25.177Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:25.177Z] main [2025-05-26T04:07:25.177Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:25.515Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:25.842Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:25.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-26T04:07:25.842Z] b47850c6aa95: Preparing [2025-05-26T04:07:25.842Z] b2ea31dcb8fb: Preparing [2025-05-26T04:07:25.842Z] dfba9c3a3b83: Preparing [2025-05-26T04:07:25.842Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:25.842Z] 51ff62d3131d: Preparing [2025-05-26T04:07:25.842Z] 4907497f43db: Preparing [2025-05-26T04:07:25.842Z] 4e8bbadfce60: Preparing [2025-05-26T04:07:25.842Z] 0a1d0bf184bf: Preparing [2025-05-26T04:07:25.842Z] 994456c4fd7b: Preparing [2025-05-26T04:07:25.842Z] 4907497f43db: Waiting [2025-05-26T04:07:25.842Z] 4e8bbadfce60: Waiting [2025-05-26T04:07:25.842Z] 0a1d0bf184bf: Waiting [2025-05-26T04:07:25.842Z] 994456c4fd7b: Waiting [2025-05-26T04:07:25.842Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:25.842Z] b47850c6aa95: Layer already exists [2025-05-26T04:07:25.842Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:25.842Z] 0a1d0bf184bf: Layer already exists [2025-05-26T04:07:25.842Z] 4e8bbadfce60: Layer already exists [2025-05-26T04:07:25.842Z] dfba9c3a3b83: Pushed [2025-05-26T04:07:25.842Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:25.842Z] b2ea31dcb8fb: Pushed [2025-05-26T04:07:38.053Z] 4907497f43db: Pushed [2025-05-26T04:07:38.053Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:38.386Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:38.712Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-26T04:07:38.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-26T04:07:38.712Z] b47850c6aa95: Preparing [2025-05-26T04:07:38.712Z] b2ea31dcb8fb: Preparing [2025-05-26T04:07:38.712Z] dfba9c3a3b83: Preparing [2025-05-26T04:07:38.712Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:38.712Z] 51ff62d3131d: Preparing [2025-05-26T04:07:38.712Z] 4907497f43db: Preparing [2025-05-26T04:07:38.712Z] 4e8bbadfce60: Preparing [2025-05-26T04:07:38.712Z] 0a1d0bf184bf: Preparing [2025-05-26T04:07:38.712Z] 994456c4fd7b: Preparing [2025-05-26T04:07:38.712Z] 4e8bbadfce60: Waiting [2025-05-26T04:07:38.712Z] 0a1d0bf184bf: Waiting [2025-05-26T04:07:38.712Z] 994456c4fd7b: Waiting [2025-05-26T04:07:38.712Z] 4907497f43db: Waiting [2025-05-26T04:07:38.712Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:38.712Z] b2ea31dcb8fb: Layer already exists [2025-05-26T04:07:38.712Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:38.712Z] b47850c6aa95: Layer already exists [2025-05-26T04:07:38.712Z] dfba9c3a3b83: Layer already exists [2025-05-26T04:07:38.712Z] 4907497f43db: Layer already exists [2025-05-26T04:07:38.712Z] 0a1d0bf184bf: Layer already exists [2025-05-26T04:07:38.712Z] 4e8bbadfce60: Layer already exists [2025-05-26T04:07:38.712Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:38.712Z] latest: digest: sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:39.041Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:39.361Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13 [2025-05-26T04:07:39.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-26T04:07:39.361Z] b47850c6aa95: Preparing [2025-05-26T04:07:39.361Z] b2ea31dcb8fb: Preparing [2025-05-26T04:07:39.361Z] dfba9c3a3b83: Preparing [2025-05-26T04:07:39.361Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:39.361Z] 51ff62d3131d: Preparing [2025-05-26T04:07:39.361Z] 4907497f43db: Preparing [2025-05-26T04:07:39.361Z] 4e8bbadfce60: Preparing [2025-05-26T04:07:39.361Z] 0a1d0bf184bf: Preparing [2025-05-26T04:07:39.361Z] 994456c4fd7b: Preparing [2025-05-26T04:07:39.361Z] 4e8bbadfce60: Waiting [2025-05-26T04:07:39.361Z] 0a1d0bf184bf: Waiting [2025-05-26T04:07:39.361Z] 4907497f43db: Waiting [2025-05-26T04:07:39.361Z] b2ea31dcb8fb: Layer already exists [2025-05-26T04:07:39.361Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:39.361Z] dfba9c3a3b83: Layer already exists [2025-05-26T04:07:39.361Z] b47850c6aa95: Layer already exists [2025-05-26T04:07:39.361Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:39.361Z] 4907497f43db: Layer already exists [2025-05-26T04:07:39.361Z] 4e8bbadfce60: Layer already exists [2025-05-26T04:07:39.361Z] 0a1d0bf184bf: Layer already exists [2025-05-26T04:07:39.361Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:39.361Z] 4.1.0-dev.13: digest: sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:39.686Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:40.003Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:40.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-26T04:07:40.003Z] b47850c6aa95: Preparing [2025-05-26T04:07:40.003Z] b2ea31dcb8fb: Preparing [2025-05-26T04:07:40.003Z] dfba9c3a3b83: Preparing [2025-05-26T04:07:40.003Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:40.003Z] 51ff62d3131d: Preparing [2025-05-26T04:07:40.003Z] 4907497f43db: Preparing [2025-05-26T04:07:40.003Z] 4e8bbadfce60: Preparing [2025-05-26T04:07:40.003Z] 0a1d0bf184bf: Preparing [2025-05-26T04:07:40.003Z] 994456c4fd7b: Preparing [2025-05-26T04:07:40.003Z] 4e8bbadfce60: Waiting [2025-05-26T04:07:40.003Z] 994456c4fd7b: Waiting [2025-05-26T04:07:40.003Z] 4907497f43db: Waiting [2025-05-26T04:07:40.003Z] 0a1d0bf184bf: Waiting [2025-05-26T04:07:40.003Z] dfba9c3a3b83: Layer already exists [2025-05-26T04:07:40.003Z] b47850c6aa95: Layer already exists [2025-05-26T04:07:40.003Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:40.003Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:40.003Z] b2ea31dcb8fb: Layer already exists [2025-05-26T04:07:40.003Z] 4907497f43db: Layer already exists [2025-05-26T04:07:40.003Z] 4e8bbadfce60: Layer already exists [2025-05-26T04:07:40.003Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:40.003Z] 0a1d0bf184bf: Layer already exists [2025-05-26T04:07:40.003Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:40.332Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:40.664Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-05-26T04:07:40.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-26T04:07:40.664Z] b47850c6aa95: Preparing [2025-05-26T04:07:40.664Z] b2ea31dcb8fb: Preparing [2025-05-26T04:07:40.664Z] dfba9c3a3b83: Preparing [2025-05-26T04:07:40.664Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:40.664Z] 51ff62d3131d: Preparing [2025-05-26T04:07:40.664Z] 4907497f43db: Preparing [2025-05-26T04:07:40.664Z] 4e8bbadfce60: Preparing [2025-05-26T04:07:40.664Z] 0a1d0bf184bf: Preparing [2025-05-26T04:07:40.664Z] 994456c4fd7b: Preparing [2025-05-26T04:07:40.664Z] 4e8bbadfce60: Waiting [2025-05-26T04:07:40.664Z] 0a1d0bf184bf: Waiting [2025-05-26T04:07:40.664Z] 994456c4fd7b: Waiting [2025-05-26T04:07:40.664Z] 4907497f43db: Waiting [2025-05-26T04:07:40.664Z] dfba9c3a3b83: Layer already exists [2025-05-26T04:07:40.664Z] b2ea31dcb8fb: Layer already exists [2025-05-26T04:07:40.664Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:40.664Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:40.664Z] b47850c6aa95: Layer already exists [2025-05-26T04:07:40.664Z] 4e8bbadfce60: Layer already exists [2025-05-26T04:07:40.664Z] 4907497f43db: Layer already exists [2025-05-26T04:07:40.664Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:40.664Z] 0a1d0bf184bf: Layer already exists [2025-05-26T04:07:40.664Z] main: digest: sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:07:40.745Z] ===================================================== [Pipeline] echo [2025-05-26T04:07:40.764Z] taggedImages: [2025-05-26T04:07:40.764Z] - nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:40.764Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-26T04:07:40.764Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13 [2025-05-26T04:07:40.764Z] - nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:40.764Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-05-26T04:07:40.794Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-05-26T04:07:40.794Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:40.794Z] latest [2025-05-26T04:07:40.794Z] 4.1.0-dev.13 [2025-05-26T04:07:40.794Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:40.794Z] main [2025-05-26T04:07:40.794Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:41.131Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:41.450Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:41.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-26T04:07:41.450Z] e8ae53242f1c: Preparing [2025-05-26T04:07:41.450Z] 94932e1c9d99: Preparing [2025-05-26T04:07:41.450Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:41.450Z] 51ff62d3131d: Preparing [2025-05-26T04:07:41.450Z] 3e89e642c644: Preparing [2025-05-26T04:07:41.450Z] ab71674f99ca: Preparing [2025-05-26T04:07:41.450Z] 994456c4fd7b: Preparing [2025-05-26T04:07:41.450Z] ab71674f99ca: Waiting [2025-05-26T04:07:41.450Z] 994456c4fd7b: Waiting [2025-05-26T04:07:41.450Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:41.450Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:41.450Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:41.450Z] e8ae53242f1c: Pushed [2025-05-26T04:07:41.450Z] 3e89e642c644: Pushed [2025-05-26T04:07:42.019Z] ab71674f99ca: Pushed [2025-05-26T04:07:45.305Z] 94932e1c9d99: Pushed [2025-05-26T04:07:45.305Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:45.629Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:45.947Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-26T04:07:45.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-26T04:07:45.947Z] e8ae53242f1c: Preparing [2025-05-26T04:07:45.947Z] 94932e1c9d99: Preparing [2025-05-26T04:07:45.947Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:45.947Z] 51ff62d3131d: Preparing [2025-05-26T04:07:45.947Z] 3e89e642c644: Preparing [2025-05-26T04:07:45.947Z] ab71674f99ca: Preparing [2025-05-26T04:07:45.947Z] 994456c4fd7b: Preparing [2025-05-26T04:07:45.947Z] ab71674f99ca: Waiting [2025-05-26T04:07:45.947Z] 994456c4fd7b: Waiting [2025-05-26T04:07:45.947Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:45.947Z] 3e89e642c644: Layer already exists [2025-05-26T04:07:45.947Z] 94932e1c9d99: Layer already exists [2025-05-26T04:07:45.947Z] e8ae53242f1c: Layer already exists [2025-05-26T04:07:45.947Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:45.947Z] ab71674f99ca: Layer already exists [2025-05-26T04:07:45.947Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:45.947Z] latest: digest: sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:46.272Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:46.604Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13 [2025-05-26T04:07:46.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-26T04:07:46.605Z] e8ae53242f1c: Preparing [2025-05-26T04:07:46.605Z] 94932e1c9d99: Preparing [2025-05-26T04:07:46.605Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:46.605Z] 51ff62d3131d: Preparing [2025-05-26T04:07:46.605Z] 3e89e642c644: Preparing [2025-05-26T04:07:46.605Z] ab71674f99ca: Preparing [2025-05-26T04:07:46.605Z] 994456c4fd7b: Preparing [2025-05-26T04:07:46.605Z] ab71674f99ca: Waiting [2025-05-26T04:07:46.605Z] 994456c4fd7b: Waiting [2025-05-26T04:07:46.605Z] e8ae53242f1c: Layer already exists [2025-05-26T04:07:46.605Z] 94932e1c9d99: Layer already exists [2025-05-26T04:07:46.605Z] 3e89e642c644: Layer already exists [2025-05-26T04:07:46.605Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:46.605Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:46.605Z] ab71674f99ca: Layer already exists [2025-05-26T04:07:46.605Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:46.605Z] 4.1.0-dev.13: digest: sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:47.025Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:47.343Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:47.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-26T04:07:47.343Z] e8ae53242f1c: Preparing [2025-05-26T04:07:47.343Z] 94932e1c9d99: Preparing [2025-05-26T04:07:47.343Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:47.343Z] 51ff62d3131d: Preparing [2025-05-26T04:07:47.343Z] 3e89e642c644: Preparing [2025-05-26T04:07:47.343Z] ab71674f99ca: Preparing [2025-05-26T04:07:47.343Z] 994456c4fd7b: Preparing [2025-05-26T04:07:47.343Z] ab71674f99ca: Waiting [2025-05-26T04:07:47.343Z] 994456c4fd7b: Waiting [2025-05-26T04:07:47.343Z] 3e89e642c644: Layer already exists [2025-05-26T04:07:47.343Z] 94932e1c9d99: Layer already exists [2025-05-26T04:07:47.343Z] e8ae53242f1c: Layer already exists [2025-05-26T04:07:47.343Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:47.343Z] ab71674f99ca: Layer already exists [2025-05-26T04:07:47.343Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:47.343Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:47.343Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:47.672Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:47.991Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-05-26T04:07:47.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-26T04:07:47.991Z] e8ae53242f1c: Preparing [2025-05-26T04:07:47.991Z] 94932e1c9d99: Preparing [2025-05-26T04:07:47.991Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:47.991Z] 51ff62d3131d: Preparing [2025-05-26T04:07:47.991Z] 3e89e642c644: Preparing [2025-05-26T04:07:47.991Z] ab71674f99ca: Preparing [2025-05-26T04:07:47.991Z] 994456c4fd7b: Preparing [2025-05-26T04:07:47.991Z] 994456c4fd7b: Waiting [2025-05-26T04:07:47.991Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:47.991Z] 3e89e642c644: Layer already exists [2025-05-26T04:07:47.991Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:47.991Z] 94932e1c9d99: Layer already exists [2025-05-26T04:07:47.991Z] e8ae53242f1c: Layer already exists [2025-05-26T04:07:47.991Z] ab71674f99ca: Layer already exists [2025-05-26T04:07:47.991Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:47.991Z] main: digest: sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:07:48.071Z] ===================================================== [Pipeline] echo [2025-05-26T04:07:48.085Z] taggedImages: [2025-05-26T04:07:48.085Z] - nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:48.085Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-26T04:07:48.085Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13 [2025-05-26T04:07:48.085Z] - nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:48.085Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-05-26T04:07:48.116Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-05-26T04:07:48.117Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:48.117Z] latest [2025-05-26T04:07:48.117Z] 4.1.0-dev.13 [2025-05-26T04:07:48.117Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:48.117Z] main [2025-05-26T04:07:48.117Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:48.477Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:48.810Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:48.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-26T04:07:48.810Z] fe46b8b644f6: Preparing [2025-05-26T04:07:48.810Z] 40a795685f2c: Preparing [2025-05-26T04:07:48.810Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:48.810Z] 51ff62d3131d: Preparing [2025-05-26T04:07:48.810Z] c9c79099768d: Preparing [2025-05-26T04:07:48.810Z] 558b9630bb8c: Preparing [2025-05-26T04:07:48.810Z] 994456c4fd7b: Preparing [2025-05-26T04:07:48.810Z] 558b9630bb8c: Waiting [2025-05-26T04:07:48.810Z] 994456c4fd7b: Waiting [2025-05-26T04:07:48.810Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:48.810Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:48.810Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:48.810Z] fe46b8b644f6: Pushed [2025-05-26T04:07:48.810Z] c9c79099768d: Pushed [2025-05-26T04:07:49.070Z] 558b9630bb8c: Pushed [2025-05-26T04:07:52.354Z] 40a795685f2c: Pushed [2025-05-26T04:07:52.613Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:52.949Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:53.277Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-26T04:07:53.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-26T04:07:53.277Z] fe46b8b644f6: Preparing [2025-05-26T04:07:53.277Z] 40a795685f2c: Preparing [2025-05-26T04:07:53.277Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:53.277Z] 51ff62d3131d: Preparing [2025-05-26T04:07:53.277Z] c9c79099768d: Preparing [2025-05-26T04:07:53.277Z] 558b9630bb8c: Preparing [2025-05-26T04:07:53.277Z] 994456c4fd7b: Preparing [2025-05-26T04:07:53.277Z] 558b9630bb8c: Waiting [2025-05-26T04:07:53.277Z] 994456c4fd7b: Waiting [2025-05-26T04:07:53.277Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:53.277Z] 40a795685f2c: Layer already exists [2025-05-26T04:07:53.277Z] c9c79099768d: Layer already exists [2025-05-26T04:07:53.277Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:53.277Z] fe46b8b644f6: Layer already exists [2025-05-26T04:07:53.277Z] 558b9630bb8c: Layer already exists [2025-05-26T04:07:53.277Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:53.277Z] latest: digest: sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:53.606Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:53.925Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13 [2025-05-26T04:07:53.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-26T04:07:53.926Z] fe46b8b644f6: Preparing [2025-05-26T04:07:53.926Z] 40a795685f2c: Preparing [2025-05-26T04:07:53.926Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:53.926Z] 51ff62d3131d: Preparing [2025-05-26T04:07:53.926Z] c9c79099768d: Preparing [2025-05-26T04:07:53.926Z] 558b9630bb8c: Preparing [2025-05-26T04:07:53.926Z] 994456c4fd7b: Preparing [2025-05-26T04:07:53.926Z] 994456c4fd7b: Waiting [2025-05-26T04:07:53.926Z] 558b9630bb8c: Waiting [2025-05-26T04:07:53.926Z] 40a795685f2c: Layer already exists [2025-05-26T04:07:53.926Z] c9c79099768d: Layer already exists [2025-05-26T04:07:53.926Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:53.926Z] fe46b8b644f6: Layer already exists [2025-05-26T04:07:53.926Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:53.926Z] 558b9630bb8c: Layer already exists [2025-05-26T04:07:53.926Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:53.926Z] 4.1.0-dev.13: digest: sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:54.256Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:54.584Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:54.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-26T04:07:54.585Z] fe46b8b644f6: Preparing [2025-05-26T04:07:54.585Z] 40a795685f2c: Preparing [2025-05-26T04:07:54.585Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:54.585Z] 51ff62d3131d: Preparing [2025-05-26T04:07:54.585Z] c9c79099768d: Preparing [2025-05-26T04:07:54.585Z] 558b9630bb8c: Preparing [2025-05-26T04:07:54.585Z] 994456c4fd7b: Preparing [2025-05-26T04:07:54.585Z] 558b9630bb8c: Waiting [2025-05-26T04:07:54.585Z] 994456c4fd7b: Waiting [2025-05-26T04:07:54.585Z] 40a795685f2c: Layer already exists [2025-05-26T04:07:54.585Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:54.585Z] c9c79099768d: Layer already exists [2025-05-26T04:07:54.585Z] fe46b8b644f6: Layer already exists [2025-05-26T04:07:54.585Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:54.585Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:54.585Z] 558b9630bb8c: Layer already exists [2025-05-26T04:07:54.585Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:54.924Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:07:55.251Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-05-26T04:07:55.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-26T04:07:55.251Z] fe46b8b644f6: Preparing [2025-05-26T04:07:55.251Z] 40a795685f2c: Preparing [2025-05-26T04:07:55.251Z] 9a4fa2c9152e: Preparing [2025-05-26T04:07:55.251Z] 51ff62d3131d: Preparing [2025-05-26T04:07:55.251Z] c9c79099768d: Preparing [2025-05-26T04:07:55.251Z] 558b9630bb8c: Preparing [2025-05-26T04:07:55.251Z] 994456c4fd7b: Preparing [2025-05-26T04:07:55.251Z] 558b9630bb8c: Waiting [2025-05-26T04:07:55.251Z] 994456c4fd7b: Waiting [2025-05-26T04:07:55.251Z] c9c79099768d: Layer already exists [2025-05-26T04:07:55.251Z] 9a4fa2c9152e: Layer already exists [2025-05-26T04:07:55.251Z] fe46b8b644f6: Layer already exists [2025-05-26T04:07:55.251Z] 51ff62d3131d: Layer already exists [2025-05-26T04:07:55.251Z] 40a795685f2c: Layer already exists [2025-05-26T04:07:55.251Z] 994456c4fd7b: Layer already exists [2025-05-26T04:07:55.251Z] 558b9630bb8c: Layer already exists [2025-05-26T04:07:55.251Z] main: digest: sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:07:55.320Z] ===================================================== [Pipeline] echo [2025-05-26T04:07:55.337Z] taggedImages: [2025-05-26T04:07:55.337Z] - nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:55.337Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-26T04:07:55.337Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13 [2025-05-26T04:07:55.337Z] - nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:55.337Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-05-26T04:07:55.407Z] ========================================================= [2025-05-26T04:07:55.407Z] [edgeXBuildMultiArch] RAW Config: [2025-05-26T04:07:55.407Z] images: [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13 [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13 [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13 [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13 [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:55.407Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:07:55.408Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-05-26T04:07:55.408Z] settingsFile: [2025-05-26T04:07:55.408Z] edgex-go-settings [2025-05-26T04:07:55.408Z] ========================================================= [Pipeline] node [2025-05-26T04:08:10.411Z] Still waiting to schedule task [2025-05-26T04:08:10.411Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-05-26T04:09:01.154Z] Running on prd-centos7-docker-4c-2g-2264 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T04:09:01.200Z] provisioning config files... [2025-05-26T04:09:01.229Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config2339298813505461880tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:09:05.215Z] ---> ****-login.sh [2025-05-26T04:09:05.215Z] nexus3.edgexfoundry.org:10001 [2025-05-26T04:09:05.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:09:05.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:09:05.215Z] Configure a credential helper to remove this warning. See [2025-05-26T04:09:05.215Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:09:05.215Z] [2025-05-26T04:09:05.215Z] Login Succeeded [2025-05-26T04:09:05.215Z] nexus3.edgexfoundry.org:10002 [2025-05-26T04:09:05.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:09:05.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:09:05.480Z] Configure a credential helper to remove this warning. See [2025-05-26T04:09:05.480Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:09:05.480Z] [2025-05-26T04:09:05.480Z] Login Succeeded [2025-05-26T04:09:05.480Z] nexus3.edgexfoundry.org:10003 [2025-05-26T04:09:05.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:09:05.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:09:05.480Z] Configure a credential helper to remove this warning. See [2025-05-26T04:09:05.480Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:09:05.480Z] [2025-05-26T04:09:05.480Z] Login Succeeded [2025-05-26T04:09:05.480Z] nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:05.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:09:05.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:09:05.741Z] Configure a credential helper to remove this warning. See [2025-05-26T04:09:05.741Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:09:05.741Z] [2025-05-26T04:09:05.741Z] Login Succeeded [2025-05-26T04:09:05.741Z] ****.io [2025-05-26T04:09:05.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:09:05.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:09:05.741Z] Configure a credential helper to remove this warning. See [2025-05-26T04:09:05.741Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:09:05.741Z] [2025-05-26T04:09:05.741Z] Login Succeeded [2025-05-26T04:09:05.741Z] ---> ****-login.sh ends [Pipeline] } [2025-05-26T04:09:05.751Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-26T04:09:06.101Z] + docker buildx ls [2025-05-26T04:09:06.101Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-05-26T04:09:06.101Z] default * docker [2025-05-26T04:09:06.101Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-05-26T04:09:06.392Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-05-26T04:09:06.393Z] edgex-builder [Pipeline] sh [2025-05-26T04:09:06.704Z] + docker buildx inspect --bootstrap [2025-05-26T04:09:06.704Z] #1 [internal] booting buildkit [2025-05-26T04:09:06.704Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-05-26T04:09:09.281Z] #1 pulling image moby/buildkit:buildx-stable-1 2.6s done [2025-05-26T04:09:09.281Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-05-26T04:09:10.672Z] #1 creating container buildx_buildkit_edgex-builder0 1.2s done [2025-05-26T04:09:10.672Z] #1 DONE 3.8s [2025-05-26T04:09:10.672Z] Name: edgex-builder [2025-05-26T04:09:10.672Z] Driver: docker-container [2025-05-26T04:09:10.672Z] [2025-05-26T04:09:10.672Z] Nodes: [2025-05-26T04:09:10.672Z] Name: edgex-builder0 [2025-05-26T04:09:10.672Z] Endpoint: unix:///var/run/docker.sock [2025-05-26T04:09:10.672Z] Status: running [2025-05-26T04:09:10.672Z] Buildkit: v0.21.1 [2025-05-26T04:09:10.672Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-05-26T04:09:10.964Z] + docker buildx ls [2025-05-26T04:09:10.964Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-05-26T04:09:10.964Z] edgex-builder * docker-container [2025-05-26T04:09:10.964Z] edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-05-26T04:09:10.964Z] default docker [2025-05-26T04:09:10.964Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-05-26T04:09:11.257Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - [2025-05-26T04:09:11.257Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' [2025-05-26T04:09:11.257Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:11.257Z] #1 transferring dockerfile: 197B done [2025-05-26T04:09:11.257Z] #1 DONE 0.0s [2025-05-26T04:09:11.257Z] [2025-05-26T04:09:11.257Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:11.257Z] #2 DONE 0.1s [2025-05-26T04:09:11.257Z] [2025-05-26T04:09:11.257Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:11.516Z] #3 DONE 0.1s [2025-05-26T04:09:11.516Z] [2025-05-26T04:09:11.516Z] #4 [internal] load .dockerignore [2025-05-26T04:09:11.516Z] #4 transferring context: 2B done [2025-05-26T04:09:11.516Z] #4 DONE 0.0s [2025-05-26T04:09:11.516Z] [2025-05-26T04:09:11.516Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd [2025-05-26T04:09:11.516Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done [2025-05-26T04:09:11.516Z] #5 DONE 0.0s [2025-05-26T04:09:11.516Z] [2025-05-26T04:09:11.516Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd [2025-05-26T04:09:11.516Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done [2025-05-26T04:09:11.516Z] #6 DONE 0.1s [2025-05-26T04:09:11.516Z] [2025-05-26T04:09:11.516Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:11.516Z] #7 DONE 0.0s [2025-05-26T04:09:11.516Z] [2025-05-26T04:09:11.516Z] #8 exporting to image [2025-05-26T04:09:11.516Z] #8 exporting layers done [2025-05-26T04:09:11.516Z] #8 exporting manifest sha256:8730c734daef9b8178115d6e5cd63250b2e8e67dd79928c81619bd09e0e94ee7 0.0s done [2025-05-26T04:09:11.516Z] #8 exporting config sha256:9518d7347607524b96b5fe38b3801ab70af68b9d800a6e7b7e4c670a87aea605 done [2025-05-26T04:09:11.516Z] #8 exporting manifest sha256:e75622a398c0ab7d65fb5b08691bb0da6e0c7413c15981130957c00268e520f6 done [2025-05-26T04:09:11.516Z] #8 exporting config sha256:cddcc9437406027891084c8f40a536cb31cfbd1f2bccbf13135f864c3ecd4752 done [2025-05-26T04:09:11.516Z] #8 exporting manifest list sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 0.0s done [2025-05-26T04:09:11.516Z] #8 pushing layers [2025-05-26T04:09:11.516Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:11.776Z] #8 pushing layers 0.1s done [2025-05-26T04:09:11.776Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 0.1s done [2025-05-26T04:09:11.776Z] #8 DONE 0.3s [2025-05-26T04:09:11.776Z] [2025-05-26T04:09:11.776Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:11.776Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:12.075Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-05-26T04:09:12.075Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-05-26T04:09:12.075Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:12.075Z] #1 transferring dockerfile: 163B done [2025-05-26T04:09:12.075Z] #1 DONE 0.0s [2025-05-26T04:09:12.075Z] [2025-05-26T04:09:12.075Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-26T04:09:12.075Z] #2 DONE 0.0s [2025-05-26T04:09:12.075Z] [2025-05-26T04:09:12.075Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-26T04:09:12.075Z] #3 DONE 0.0s [2025-05-26T04:09:12.075Z] [2025-05-26T04:09:12.075Z] #4 [internal] load .dockerignore [2025-05-26T04:09:12.075Z] #4 transferring context: 2B done [2025-05-26T04:09:12.075Z] #4 DONE 0.0s [2025-05-26T04:09:12.337Z] [2025-05-26T04:09:12.337Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd [2025-05-26T04:09:12.337Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done [2025-05-26T04:09:12.337Z] #5 CACHED [2025-05-26T04:09:12.337Z] [2025-05-26T04:09:12.337Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd [2025-05-26T04:09:12.337Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done [2025-05-26T04:09:12.337Z] #6 CACHED [2025-05-26T04:09:12.337Z] [2025-05-26T04:09:12.337Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:12.337Z] #7 DONE 0.0s [2025-05-26T04:09:12.337Z] [2025-05-26T04:09:12.337Z] #8 exporting to image [2025-05-26T04:09:12.337Z] #8 exporting layers done [2025-05-26T04:09:12.337Z] #8 exporting manifest sha256:8730c734daef9b8178115d6e5cd63250b2e8e67dd79928c81619bd09e0e94ee7 done [2025-05-26T04:09:12.337Z] #8 exporting config sha256:9518d7347607524b96b5fe38b3801ab70af68b9d800a6e7b7e4c670a87aea605 done [2025-05-26T04:09:12.337Z] #8 exporting manifest sha256:e75622a398c0ab7d65fb5b08691bb0da6e0c7413c15981130957c00268e520f6 done [2025-05-26T04:09:12.337Z] #8 exporting config sha256:cddcc9437406027891084c8f40a536cb31cfbd1f2bccbf13135f864c3ecd4752 done [2025-05-26T04:09:12.337Z] #8 exporting manifest list sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 done [2025-05-26T04:09:12.337Z] #8 pushing layers 0.0s done [2025-05-26T04:09:12.337Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 [2025-05-26T04:09:12.337Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:12.337Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 0.1s done [2025-05-26T04:09:12.337Z] #8 DONE 0.1s [2025-05-26T04:09:12.337Z] [2025-05-26T04:09:12.337Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:12.337Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:12.629Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13' [2025-05-26T04:09:12.629Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13 --push - [2025-05-26T04:09:12.629Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:12.629Z] #1 transferring dockerfile: 169B done [2025-05-26T04:09:12.629Z] #1 DONE 0.0s [2025-05-26T04:09:12.629Z] [2025-05-26T04:09:12.629Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13 [2025-05-26T04:09:12.629Z] #2 DONE 0.0s [2025-05-26T04:09:12.629Z] [2025-05-26T04:09:12.629Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13 [2025-05-26T04:09:12.629Z] #3 DONE 0.0s [2025-05-26T04:09:12.629Z] [2025-05-26T04:09:12.629Z] #4 [internal] load .dockerignore [2025-05-26T04:09:12.629Z] #4 transferring context: 2B done [2025-05-26T04:09:12.629Z] #4 DONE 0.0s [2025-05-26T04:09:12.629Z] [2025-05-26T04:09:12.629Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd [2025-05-26T04:09:12.629Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done [2025-05-26T04:09:12.629Z] #5 DONE 0.0s [2025-05-26T04:09:12.629Z] [2025-05-26T04:09:12.629Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd [2025-05-26T04:09:12.890Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done [2025-05-26T04:09:12.890Z] #6 CACHED [2025-05-26T04:09:12.890Z] [2025-05-26T04:09:12.890Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd [2025-05-26T04:09:12.890Z] #5 CACHED [2025-05-26T04:09:12.890Z] [2025-05-26T04:09:12.890Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:12.890Z] #7 DONE 0.0s [2025-05-26T04:09:12.890Z] [2025-05-26T04:09:12.890Z] #8 exporting to image [2025-05-26T04:09:12.890Z] #8 exporting layers done [2025-05-26T04:09:12.890Z] #8 exporting manifest sha256:8730c734daef9b8178115d6e5cd63250b2e8e67dd79928c81619bd09e0e94ee7 done [2025-05-26T04:09:12.890Z] #8 exporting config sha256:9518d7347607524b96b5fe38b3801ab70af68b9d800a6e7b7e4c670a87aea605 done [2025-05-26T04:09:12.890Z] #8 exporting manifest sha256:e75622a398c0ab7d65fb5b08691bb0da6e0c7413c15981130957c00268e520f6 done [2025-05-26T04:09:12.890Z] #8 exporting config sha256:cddcc9437406027891084c8f40a536cb31cfbd1f2bccbf13135f864c3ecd4752 done [2025-05-26T04:09:12.890Z] #8 exporting manifest list sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 done [2025-05-26T04:09:12.890Z] #8 pushing layers 0.0s done [2025-05-26T04:09:12.890Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13@sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 0.1s done [2025-05-26T04:09:12.890Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:12.890Z] #8 DONE 0.1s [2025-05-26T04:09:12.890Z] [2025-05-26T04:09:12.890Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:12.890Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:13.180Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' [2025-05-26T04:09:13.180Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - [2025-05-26T04:09:13.180Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:13.180Z] #1 transferring dockerfile: 210B done [2025-05-26T04:09:13.180Z] #1 DONE 0.0s [2025-05-26T04:09:13.180Z] [2025-05-26T04:09:13.180Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:13.180Z] #2 DONE 0.0s [2025-05-26T04:09:13.180Z] [2025-05-26T04:09:13.180Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:13.180Z] #3 DONE 0.0s [2025-05-26T04:09:13.180Z] [2025-05-26T04:09:13.180Z] #4 [internal] load .dockerignore [2025-05-26T04:09:13.180Z] #4 transferring context: 2B done [2025-05-26T04:09:13.180Z] #4 DONE 0.0s [2025-05-26T04:09:13.180Z] [2025-05-26T04:09:13.180Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd [2025-05-26T04:09:13.180Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd [2025-05-26T04:09:13.441Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done [2025-05-26T04:09:13.441Z] #5 CACHED [2025-05-26T04:09:13.441Z] [2025-05-26T04:09:13.441Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd [2025-05-26T04:09:13.441Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done [2025-05-26T04:09:13.441Z] #6 CACHED [2025-05-26T04:09:13.441Z] [2025-05-26T04:09:13.441Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:13.441Z] #7 DONE 0.0s [2025-05-26T04:09:13.441Z] [2025-05-26T04:09:13.441Z] #8 exporting to image [2025-05-26T04:09:13.441Z] #8 exporting layers done [2025-05-26T04:09:13.441Z] #8 exporting manifest sha256:8730c734daef9b8178115d6e5cd63250b2e8e67dd79928c81619bd09e0e94ee7 done [2025-05-26T04:09:13.441Z] #8 exporting config sha256:9518d7347607524b96b5fe38b3801ab70af68b9d800a6e7b7e4c670a87aea605 done [2025-05-26T04:09:13.441Z] #8 exporting manifest sha256:e75622a398c0ab7d65fb5b08691bb0da6e0c7413c15981130957c00268e520f6 done [2025-05-26T04:09:13.441Z] #8 exporting config sha256:cddcc9437406027891084c8f40a536cb31cfbd1f2bccbf13135f864c3ecd4752 done [2025-05-26T04:09:13.441Z] #8 exporting manifest list sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 done [2025-05-26T04:09:13.441Z] #8 pushing layers 0.0s done [2025-05-26T04:09:13.441Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 0.1s done [2025-05-26T04:09:13.441Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:13.441Z] #8 DONE 0.1s [2025-05-26T04:09:13.441Z] [2025-05-26T04:09:13.441Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:13.441Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:13.733Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-05-26T04:09:13.733Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-05-26T04:09:13.733Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:13.733Z] #1 transferring dockerfile: 161B done [2025-05-26T04:09:13.733Z] #1 DONE 0.0s [2025-05-26T04:09:13.733Z] [2025-05-26T04:09:13.733Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-05-26T04:09:13.733Z] #2 DONE 0.0s [2025-05-26T04:09:13.733Z] [2025-05-26T04:09:13.733Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-05-26T04:09:13.733Z] #3 DONE 0.0s [2025-05-26T04:09:13.733Z] [2025-05-26T04:09:13.733Z] #4 [internal] load .dockerignore [2025-05-26T04:09:13.733Z] #4 transferring context: 2B done [2025-05-26T04:09:13.733Z] #4 DONE 0.0s [2025-05-26T04:09:13.733Z] [2025-05-26T04:09:13.733Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd [2025-05-26T04:09:13.733Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done [2025-05-26T04:09:13.733Z] #5 CACHED [2025-05-26T04:09:13.733Z] [2025-05-26T04:09:13.733Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd [2025-05-26T04:09:13.733Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done [2025-05-26T04:09:13.733Z] #6 CACHED [2025-05-26T04:09:13.733Z] [2025-05-26T04:09:13.733Z] #7 exporting to image [2025-05-26T04:09:13.733Z] #7 exporting layers [2025-05-26T04:09:13.733Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:13.993Z] #7 exporting layers done [2025-05-26T04:09:13.993Z] #7 exporting manifest sha256:8730c734daef9b8178115d6e5cd63250b2e8e67dd79928c81619bd09e0e94ee7 done [2025-05-26T04:09:13.993Z] #7 exporting config sha256:9518d7347607524b96b5fe38b3801ab70af68b9d800a6e7b7e4c670a87aea605 done [2025-05-26T04:09:13.993Z] #7 exporting manifest sha256:e75622a398c0ab7d65fb5b08691bb0da6e0c7413c15981130957c00268e520f6 done [2025-05-26T04:09:13.993Z] #7 exporting config sha256:cddcc9437406027891084c8f40a536cb31cfbd1f2bccbf13135f864c3ecd4752 done [2025-05-26T04:09:13.993Z] #7 exporting manifest list sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 done [2025-05-26T04:09:13.993Z] #7 pushing layers 0.0s done [2025-05-26T04:09:13.993Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 0.1s done [2025-05-26T04:09:13.993Z] #7 DONE 0.1s [2025-05-26T04:09:13.993Z] [2025-05-26T04:09:13.993Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:13.993Z] #8 DONE 0.0s [2025-05-26T04:09:13.993Z] [2025-05-26T04:09:13.993Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:13.993Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:14.283Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' [2025-05-26T04:09:14.283Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - [2025-05-26T04:09:14.283Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:14.283Z] #1 transferring dockerfile: 216B done [2025-05-26T04:09:14.283Z] #1 DONE 0.0s [2025-05-26T04:09:14.283Z] [2025-05-26T04:09:14.283Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:14.283Z] #2 DONE 0.0s [2025-05-26T04:09:14.283Z] [2025-05-26T04:09:14.283Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:14.283Z] #3 DONE 0.0s [2025-05-26T04:09:14.283Z] [2025-05-26T04:09:14.283Z] #4 [internal] load .dockerignore [2025-05-26T04:09:14.283Z] #4 transferring context: 2B done [2025-05-26T04:09:14.283Z] #4 DONE 0.0s [2025-05-26T04:09:14.543Z] [2025-05-26T04:09:14.543Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a [2025-05-26T04:09:14.543Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a [2025-05-26T04:09:14.543Z] #5 ... [2025-05-26T04:09:14.543Z] [2025-05-26T04:09:14.543Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a [2025-05-26T04:09:14.543Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 0.0s done [2025-05-26T04:09:14.543Z] #6 DONE 0.1s [2025-05-26T04:09:14.543Z] [2025-05-26T04:09:14.543Z] #7 exporting to image [2025-05-26T04:09:14.543Z] #7 exporting layers done [2025-05-26T04:09:14.543Z] #7 exporting manifest sha256:982fe7d75360a23f7ef1b6444bc8ddff8a7fe478c469d07d4758475ca83a7e04 0.0s done [2025-05-26T04:09:14.543Z] #7 exporting config sha256:f8146937868f054dfd31a9edfcbe88d0f7371d6edaa3ed074c4a7088f83c2b51 [2025-05-26T04:09:14.543Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:14.543Z] #7 ... [2025-05-26T04:09:14.543Z] [2025-05-26T04:09:14.543Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:14.543Z] #8 DONE 0.0s [2025-05-26T04:09:14.543Z] [2025-05-26T04:09:14.543Z] #7 exporting to image [2025-05-26T04:09:14.543Z] #7 exporting config sha256:f8146937868f054dfd31a9edfcbe88d0f7371d6edaa3ed074c4a7088f83c2b51 done [2025-05-26T04:09:14.543Z] #7 exporting manifest sha256:2184c71f7f7fa16a17888563a3e0d1fbe101eef1873a11884eef7438cf466858 done [2025-05-26T04:09:14.543Z] #7 exporting config sha256:2327826d3d2cbe085c5b29fb3ca950a6a119383c5e73346ea0ee84948a692884 done [2025-05-26T04:09:14.543Z] #7 exporting manifest list sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 0.0s done [2025-05-26T04:09:14.543Z] #7 pushing layers 0.1s done [2025-05-26T04:09:14.543Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 [2025-05-26T04:09:14.803Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 0.1s done [2025-05-26T04:09:14.803Z] #7 DONE 0.2s [2025-05-26T04:09:14.803Z] [2025-05-26T04:09:14.803Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:14.803Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:15.100Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-05-26T04:09:15.100Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-05-26T04:09:15.100Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:15.100Z] #1 transferring dockerfile: 182B done [2025-05-26T04:09:15.100Z] #1 DONE 0.0s [2025-05-26T04:09:15.100Z] [2025-05-26T04:09:15.100Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-26T04:09:15.100Z] #2 DONE 0.0s [2025-05-26T04:09:15.100Z] [2025-05-26T04:09:15.100Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-26T04:09:15.100Z] #3 DONE 0.0s [2025-05-26T04:09:15.100Z] [2025-05-26T04:09:15.100Z] #4 [internal] load .dockerignore [2025-05-26T04:09:15.100Z] #4 transferring context: 2B done [2025-05-26T04:09:15.100Z] #4 DONE 0.0s [2025-05-26T04:09:15.100Z] [2025-05-26T04:09:15.100Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a [2025-05-26T04:09:15.100Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 0.0s done [2025-05-26T04:09:15.100Z] #5 CACHED [2025-05-26T04:09:15.100Z] [2025-05-26T04:09:15.100Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a [2025-05-26T04:09:15.100Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 0.0s done [2025-05-26T04:09:15.100Z] #6 DONE 0.0s [2025-05-26T04:09:15.361Z] [2025-05-26T04:09:15.361Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a [2025-05-26T04:09:15.361Z] #6 CACHED [2025-05-26T04:09:15.361Z] [2025-05-26T04:09:15.361Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:15.361Z] #7 DONE 0.0s [2025-05-26T04:09:15.361Z] [2025-05-26T04:09:15.361Z] #8 exporting to image [2025-05-26T04:09:15.361Z] #8 exporting layers done [2025-05-26T04:09:15.361Z] #8 exporting manifest sha256:982fe7d75360a23f7ef1b6444bc8ddff8a7fe478c469d07d4758475ca83a7e04 done [2025-05-26T04:09:15.361Z] #8 exporting config sha256:f8146937868f054dfd31a9edfcbe88d0f7371d6edaa3ed074c4a7088f83c2b51 done [2025-05-26T04:09:15.361Z] #8 exporting manifest sha256:2184c71f7f7fa16a17888563a3e0d1fbe101eef1873a11884eef7438cf466858 done [2025-05-26T04:09:15.361Z] #8 exporting config sha256:2327826d3d2cbe085c5b29fb3ca950a6a119383c5e73346ea0ee84948a692884 done [2025-05-26T04:09:15.361Z] #8 exporting manifest list sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 done [2025-05-26T04:09:15.361Z] #8 pushing layers 0.0s done [2025-05-26T04:09:15.361Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 0.1s done [2025-05-26T04:09:15.361Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:15.361Z] #8 DONE 0.1s [2025-05-26T04:09:15.361Z] [2025-05-26T04:09:15.361Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:15.361Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:15.647Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13' [2025-05-26T04:09:15.647Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13 --push - [2025-05-26T04:09:15.647Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:15.647Z] #1 transferring dockerfile: 188B done [2025-05-26T04:09:15.647Z] #1 DONE 0.0s [2025-05-26T04:09:15.647Z] [2025-05-26T04:09:15.647Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13 [2025-05-26T04:09:15.647Z] #2 DONE 0.0s [2025-05-26T04:09:15.647Z] [2025-05-26T04:09:15.647Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13 [2025-05-26T04:09:15.647Z] #3 DONE 0.0s [2025-05-26T04:09:15.647Z] [2025-05-26T04:09:15.647Z] #4 [internal] load .dockerignore [2025-05-26T04:09:15.647Z] #4 transferring context: 2B done [2025-05-26T04:09:15.647Z] #4 DONE 0.0s [2025-05-26T04:09:15.647Z] [2025-05-26T04:09:15.647Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a [2025-05-26T04:09:15.647Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 0.0s done [2025-05-26T04:09:15.907Z] #5 CACHED [2025-05-26T04:09:15.907Z] [2025-05-26T04:09:15.907Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a [2025-05-26T04:09:15.907Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 0.0s done [2025-05-26T04:09:15.907Z] #6 CACHED [2025-05-26T04:09:15.907Z] [2025-05-26T04:09:15.907Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:15.907Z] #7 DONE 0.0s [2025-05-26T04:09:15.907Z] [2025-05-26T04:09:15.907Z] #8 exporting to image [2025-05-26T04:09:15.907Z] #8 exporting layers done [2025-05-26T04:09:15.907Z] #8 exporting manifest sha256:982fe7d75360a23f7ef1b6444bc8ddff8a7fe478c469d07d4758475ca83a7e04 done [2025-05-26T04:09:15.907Z] #8 exporting config sha256:f8146937868f054dfd31a9edfcbe88d0f7371d6edaa3ed074c4a7088f83c2b51 done [2025-05-26T04:09:15.907Z] #8 exporting manifest sha256:2184c71f7f7fa16a17888563a3e0d1fbe101eef1873a11884eef7438cf466858 done [2025-05-26T04:09:15.907Z] #8 exporting config sha256:2327826d3d2cbe085c5b29fb3ca950a6a119383c5e73346ea0ee84948a692884 done [2025-05-26T04:09:15.907Z] #8 exporting manifest list sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 done [2025-05-26T04:09:15.907Z] #8 pushing layers 0.0s done [2025-05-26T04:09:15.907Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13@sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 0.1s done [2025-05-26T04:09:15.907Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:15.907Z] #8 DONE 0.1s [2025-05-26T04:09:15.907Z] [2025-05-26T04:09:15.907Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:15.907Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:16.198Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - [2025-05-26T04:09:16.198Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' [2025-05-26T04:09:16.198Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:16.198Z] #1 transferring dockerfile: 229B done [2025-05-26T04:09:16.198Z] #1 DONE 0.0s [2025-05-26T04:09:16.198Z] [2025-05-26T04:09:16.198Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:16.198Z] #2 DONE 0.0s [2025-05-26T04:09:16.198Z] [2025-05-26T04:09:16.198Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:16.198Z] #3 DONE 0.0s [2025-05-26T04:09:16.198Z] [2025-05-26T04:09:16.198Z] #4 [internal] load .dockerignore [2025-05-26T04:09:16.198Z] #4 transferring context: 2B done [2025-05-26T04:09:16.198Z] #4 DONE 0.0s [2025-05-26T04:09:16.198Z] [2025-05-26T04:09:16.198Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a [2025-05-26T04:09:16.198Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 0.0s done [2025-05-26T04:09:16.198Z] #5 DONE 0.0s [2025-05-26T04:09:16.198Z] [2025-05-26T04:09:16.198Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a [2025-05-26T04:09:16.458Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 0.0s done [2025-05-26T04:09:16.458Z] #6 CACHED [2025-05-26T04:09:16.458Z] [2025-05-26T04:09:16.458Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a [2025-05-26T04:09:16.458Z] #5 CACHED [2025-05-26T04:09:16.458Z] [2025-05-26T04:09:16.458Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:16.458Z] #7 DONE 0.0s [2025-05-26T04:09:16.458Z] [2025-05-26T04:09:16.458Z] #8 exporting to image [2025-05-26T04:09:16.458Z] #8 exporting layers done [2025-05-26T04:09:16.458Z] #8 exporting manifest sha256:982fe7d75360a23f7ef1b6444bc8ddff8a7fe478c469d07d4758475ca83a7e04 done [2025-05-26T04:09:16.458Z] #8 exporting config sha256:f8146937868f054dfd31a9edfcbe88d0f7371d6edaa3ed074c4a7088f83c2b51 done [2025-05-26T04:09:16.458Z] #8 exporting manifest sha256:2184c71f7f7fa16a17888563a3e0d1fbe101eef1873a11884eef7438cf466858 done [2025-05-26T04:09:16.458Z] #8 exporting config sha256:2327826d3d2cbe085c5b29fb3ca950a6a119383c5e73346ea0ee84948a692884 done [2025-05-26T04:09:16.458Z] #8 exporting manifest list sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 done [2025-05-26T04:09:16.458Z] #8 pushing layers 0.0s done [2025-05-26T04:09:16.458Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 0.1s done [2025-05-26T04:09:16.458Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:16.458Z] #8 DONE 0.1s [2025-05-26T04:09:16.458Z] [2025-05-26T04:09:16.458Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:16.458Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:16.751Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-05-26T04:09:16.751Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-05-26T04:09:16.751Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:16.751Z] #1 transferring dockerfile: 180B done [2025-05-26T04:09:16.751Z] #1 DONE 0.0s [2025-05-26T04:09:16.751Z] [2025-05-26T04:09:16.751Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-05-26T04:09:16.751Z] #2 DONE 0.0s [2025-05-26T04:09:16.751Z] [2025-05-26T04:09:16.751Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-05-26T04:09:16.751Z] #3 DONE 0.0s [2025-05-26T04:09:16.751Z] [2025-05-26T04:09:16.751Z] #4 [internal] load .dockerignore [2025-05-26T04:09:16.751Z] #4 transferring context: 2B done [2025-05-26T04:09:16.751Z] #4 DONE 0.0s [2025-05-26T04:09:16.751Z] [2025-05-26T04:09:16.751Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a [2025-05-26T04:09:16.751Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 0.0s done [2025-05-26T04:09:16.751Z] #5 CACHED [2025-05-26T04:09:16.751Z] [2025-05-26T04:09:16.751Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a [2025-05-26T04:09:16.751Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a done [2025-05-26T04:09:16.751Z] #6 CACHED [2025-05-26T04:09:16.751Z] [2025-05-26T04:09:16.751Z] #7 exporting to image [2025-05-26T04:09:16.751Z] #7 exporting layers [2025-05-26T04:09:16.751Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:17.011Z] #7 exporting layers done [2025-05-26T04:09:17.011Z] #7 exporting manifest sha256:982fe7d75360a23f7ef1b6444bc8ddff8a7fe478c469d07d4758475ca83a7e04 done [2025-05-26T04:09:17.011Z] #7 exporting config sha256:f8146937868f054dfd31a9edfcbe88d0f7371d6edaa3ed074c4a7088f83c2b51 done [2025-05-26T04:09:17.011Z] #7 exporting manifest sha256:2184c71f7f7fa16a17888563a3e0d1fbe101eef1873a11884eef7438cf466858 done [2025-05-26T04:09:17.011Z] #7 exporting config sha256:2327826d3d2cbe085c5b29fb3ca950a6a119383c5e73346ea0ee84948a692884 done [2025-05-26T04:09:17.011Z] #7 exporting manifest list sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 done [2025-05-26T04:09:17.011Z] #7 pushing layers 0.0s done [2025-05-26T04:09:17.011Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 0.1s done [2025-05-26T04:09:17.011Z] #7 DONE 0.1s [2025-05-26T04:09:17.011Z] [2025-05-26T04:09:17.011Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:17.011Z] #8 DONE 0.0s [2025-05-26T04:09:17.011Z] [2025-05-26T04:09:17.011Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:17.011Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:17.300Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' [2025-05-26T04:09:17.300Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - [2025-05-26T04:09:17.559Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:17.559Z] #1 transferring dockerfile: 194B done [2025-05-26T04:09:17.559Z] #1 DONE 0.0s [2025-05-26T04:09:17.559Z] [2025-05-26T04:09:17.559Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:17.559Z] #2 DONE 0.0s [2025-05-26T04:09:17.559Z] [2025-05-26T04:09:17.559Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:17.559Z] #3 DONE 0.0s [2025-05-26T04:09:17.559Z] [2025-05-26T04:09:17.559Z] #4 [internal] load .dockerignore [2025-05-26T04:09:17.559Z] #4 transferring context: 2B done [2025-05-26T04:09:17.559Z] #4 DONE 0.0s [2025-05-26T04:09:17.559Z] [2025-05-26T04:09:17.559Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 [2025-05-26T04:09:17.559Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done [2025-05-26T04:09:17.559Z] #5 DONE 0.0s [2025-05-26T04:09:17.559Z] [2025-05-26T04:09:17.559Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 [2025-05-26T04:09:17.559Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done [2025-05-26T04:09:17.559Z] #6 DONE 0.1s [2025-05-26T04:09:17.559Z] [2025-05-26T04:09:17.559Z] #7 exporting to image [2025-05-26T04:09:17.559Z] #7 exporting layers done [2025-05-26T04:09:17.559Z] #7 exporting manifest sha256:70480d0663b37601538cd304ace3d56b7134e5fa09c9c92d753d8f242f9b4a90 done [2025-05-26T04:09:17.559Z] #7 exporting config sha256:bf6f5300c31df47e15c556d43a7fabd4ef346aaf24f14f1bb118938e5d6a6e4f done [2025-05-26T04:09:17.559Z] #7 exporting manifest sha256:33cb3e6c3a736f204ef3e67d2121ded558accbc4ec9543f9de0936fda2cc6998 done [2025-05-26T04:09:17.559Z] #7 exporting config sha256:20b0020dad53188942374c63959ae02a38539ac85c51fe3f91d41533fdd57e12 [2025-05-26T04:09:17.559Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:17.559Z] #7 ... [2025-05-26T04:09:17.559Z] [2025-05-26T04:09:17.559Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:17.559Z] #8 DONE 0.0s [2025-05-26T04:09:17.559Z] [2025-05-26T04:09:17.559Z] #7 exporting to image [2025-05-26T04:09:17.559Z] #7 exporting config sha256:20b0020dad53188942374c63959ae02a38539ac85c51fe3f91d41533fdd57e12 done [2025-05-26T04:09:17.560Z] #7 exporting manifest list sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 done [2025-05-26T04:09:17.560Z] #7 pushing layers 0.1s done [2025-05-26T04:09:17.560Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 [2025-05-26T04:09:17.820Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 0.1s done [2025-05-26T04:09:17.820Z] #7 DONE 0.2s [2025-05-26T04:09:17.820Z] [2025-05-26T04:09:17.820Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:17.820Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:18.108Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-05-26T04:09:18.108Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-05-26T04:09:18.108Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:18.108Z] #1 transferring dockerfile: 160B done [2025-05-26T04:09:18.108Z] #1 DONE 0.0s [2025-05-26T04:09:18.108Z] [2025-05-26T04:09:18.108Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-26T04:09:18.108Z] #2 DONE 0.0s [2025-05-26T04:09:18.108Z] [2025-05-26T04:09:18.108Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-26T04:09:18.108Z] #3 DONE 0.0s [2025-05-26T04:09:18.108Z] [2025-05-26T04:09:18.108Z] #4 [internal] load .dockerignore [2025-05-26T04:09:18.108Z] #4 transferring context: 2B done [2025-05-26T04:09:18.108Z] #4 DONE 0.0s [2025-05-26T04:09:18.108Z] [2025-05-26T04:09:18.108Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 [2025-05-26T04:09:18.108Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done [2025-05-26T04:09:18.108Z] #5 DONE 0.0s [2025-05-26T04:09:18.108Z] [2025-05-26T04:09:18.108Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 [2025-05-26T04:09:18.368Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done [2025-05-26T04:09:18.368Z] #6 CACHED [2025-05-26T04:09:18.368Z] [2025-05-26T04:09:18.368Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 [2025-05-26T04:09:18.368Z] #5 CACHED [2025-05-26T04:09:18.368Z] [2025-05-26T04:09:18.368Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:18.368Z] #7 DONE 0.0s [2025-05-26T04:09:18.368Z] [2025-05-26T04:09:18.368Z] #8 exporting to image [2025-05-26T04:09:18.368Z] #8 exporting layers done [2025-05-26T04:09:18.368Z] #8 exporting manifest sha256:70480d0663b37601538cd304ace3d56b7134e5fa09c9c92d753d8f242f9b4a90 done [2025-05-26T04:09:18.368Z] #8 exporting config sha256:bf6f5300c31df47e15c556d43a7fabd4ef346aaf24f14f1bb118938e5d6a6e4f done [2025-05-26T04:09:18.368Z] #8 exporting manifest sha256:33cb3e6c3a736f204ef3e67d2121ded558accbc4ec9543f9de0936fda2cc6998 done [2025-05-26T04:09:18.368Z] #8 exporting config sha256:20b0020dad53188942374c63959ae02a38539ac85c51fe3f91d41533fdd57e12 done [2025-05-26T04:09:18.368Z] #8 exporting manifest list sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 done [2025-05-26T04:09:18.368Z] #8 pushing layers 0.0s done [2025-05-26T04:09:18.368Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 0.1s done [2025-05-26T04:09:18.368Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:18.368Z] #8 DONE 0.1s [2025-05-26T04:09:18.368Z] [2025-05-26T04:09:18.368Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:18.368Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:18.660Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13' [2025-05-26T04:09:18.660Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13 --push - [2025-05-26T04:09:18.660Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:18.660Z] #1 transferring dockerfile: 166B done [2025-05-26T04:09:18.660Z] #1 DONE 0.0s [2025-05-26T04:09:18.660Z] [2025-05-26T04:09:18.660Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13 [2025-05-26T04:09:18.660Z] #2 DONE 0.0s [2025-05-26T04:09:18.660Z] [2025-05-26T04:09:18.660Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13 [2025-05-26T04:09:18.660Z] #3 DONE 0.0s [2025-05-26T04:09:18.660Z] [2025-05-26T04:09:18.660Z] #4 [internal] load .dockerignore [2025-05-26T04:09:18.660Z] #4 transferring context: 2B done [2025-05-26T04:09:18.660Z] #4 DONE 0.0s [2025-05-26T04:09:18.660Z] [2025-05-26T04:09:18.660Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 [2025-05-26T04:09:18.660Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done [2025-05-26T04:09:18.660Z] #5 CACHED [2025-05-26T04:09:18.660Z] [2025-05-26T04:09:18.660Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 [2025-05-26T04:09:18.660Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done [2025-05-26T04:09:18.919Z] #6 CACHED [2025-05-26T04:09:18.919Z] [2025-05-26T04:09:18.919Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:18.919Z] #7 DONE 0.0s [2025-05-26T04:09:18.919Z] [2025-05-26T04:09:18.919Z] #8 exporting to image [2025-05-26T04:09:18.919Z] #8 exporting layers done [2025-05-26T04:09:18.919Z] #8 exporting manifest sha256:70480d0663b37601538cd304ace3d56b7134e5fa09c9c92d753d8f242f9b4a90 done [2025-05-26T04:09:18.919Z] #8 exporting config sha256:bf6f5300c31df47e15c556d43a7fabd4ef346aaf24f14f1bb118938e5d6a6e4f done [2025-05-26T04:09:18.919Z] #8 exporting manifest sha256:33cb3e6c3a736f204ef3e67d2121ded558accbc4ec9543f9de0936fda2cc6998 done [2025-05-26T04:09:18.919Z] #8 exporting config sha256:20b0020dad53188942374c63959ae02a38539ac85c51fe3f91d41533fdd57e12 done [2025-05-26T04:09:18.919Z] #8 exporting manifest list sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 done [2025-05-26T04:09:18.919Z] #8 pushing layers 0.0s done [2025-05-26T04:09:18.919Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13@sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 0.1s done [2025-05-26T04:09:18.919Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:18.919Z] #8 DONE 0.1s [2025-05-26T04:09:18.919Z] [2025-05-26T04:09:18.919Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:18.919Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:19.216Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' [2025-05-26T04:09:19.216Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - [2025-05-26T04:09:19.216Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:19.216Z] #1 transferring dockerfile: 207B done [2025-05-26T04:09:19.216Z] #1 DONE 0.0s [2025-05-26T04:09:19.216Z] [2025-05-26T04:09:19.216Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:19.216Z] #2 DONE 0.0s [2025-05-26T04:09:19.216Z] [2025-05-26T04:09:19.216Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:19.216Z] #3 DONE 0.0s [2025-05-26T04:09:19.216Z] [2025-05-26T04:09:19.216Z] #4 [internal] load .dockerignore [2025-05-26T04:09:19.216Z] #4 transferring context: 2B done [2025-05-26T04:09:19.216Z] #4 DONE 0.0s [2025-05-26T04:09:19.216Z] [2025-05-26T04:09:19.216Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 [2025-05-26T04:09:19.216Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done [2025-05-26T04:09:19.216Z] #5 DONE 0.0s [2025-05-26T04:09:19.216Z] [2025-05-26T04:09:19.216Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 [2025-05-26T04:09:19.476Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done [2025-05-26T04:09:19.476Z] #6 CACHED [2025-05-26T04:09:19.476Z] [2025-05-26T04:09:19.476Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 [2025-05-26T04:09:19.476Z] #5 CACHED [2025-05-26T04:09:19.476Z] [2025-05-26T04:09:19.476Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:19.476Z] #7 DONE 0.0s [2025-05-26T04:09:19.476Z] [2025-05-26T04:09:19.476Z] #8 exporting to image [2025-05-26T04:09:19.476Z] #8 exporting layers done [2025-05-26T04:09:19.476Z] #8 exporting manifest sha256:70480d0663b37601538cd304ace3d56b7134e5fa09c9c92d753d8f242f9b4a90 done [2025-05-26T04:09:19.476Z] #8 exporting config sha256:bf6f5300c31df47e15c556d43a7fabd4ef346aaf24f14f1bb118938e5d6a6e4f done [2025-05-26T04:09:19.476Z] #8 exporting manifest sha256:33cb3e6c3a736f204ef3e67d2121ded558accbc4ec9543f9de0936fda2cc6998 done [2025-05-26T04:09:19.476Z] #8 exporting config sha256:20b0020dad53188942374c63959ae02a38539ac85c51fe3f91d41533fdd57e12 done [2025-05-26T04:09:19.476Z] #8 exporting manifest list sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 done [2025-05-26T04:09:19.476Z] #8 pushing layers 0.0s done [2025-05-26T04:09:19.476Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 0.1s done [2025-05-26T04:09:19.476Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:19.476Z] #8 DONE 0.1s [2025-05-26T04:09:19.476Z] [2025-05-26T04:09:19.476Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:19.476Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:19.767Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-05-26T04:09:19.767Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-05-26T04:09:20.037Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:20.037Z] #1 transferring dockerfile: 158B done [2025-05-26T04:09:20.037Z] #1 DONE 0.0s [2025-05-26T04:09:20.037Z] [2025-05-26T04:09:20.037Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-05-26T04:09:20.037Z] #2 DONE 0.0s [2025-05-26T04:09:20.037Z] [2025-05-26T04:09:20.037Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-05-26T04:09:20.037Z] #3 DONE 0.0s [2025-05-26T04:09:20.037Z] [2025-05-26T04:09:20.037Z] #4 [internal] load .dockerignore [2025-05-26T04:09:20.037Z] #4 transferring context: 2B done [2025-05-26T04:09:20.037Z] #4 DONE 0.0s [2025-05-26T04:09:20.037Z] [2025-05-26T04:09:20.037Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 [2025-05-26T04:09:20.037Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done [2025-05-26T04:09:20.037Z] #5 CACHED [2025-05-26T04:09:20.037Z] [2025-05-26T04:09:20.037Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 [2025-05-26T04:09:20.037Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done [2025-05-26T04:09:20.037Z] #6 DONE 0.0s [2025-05-26T04:09:20.037Z] [2025-05-26T04:09:20.037Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 [2025-05-26T04:09:20.037Z] #6 CACHED [2025-05-26T04:09:20.037Z] [2025-05-26T04:09:20.037Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:20.037Z] #7 DONE 0.0s [2025-05-26T04:09:20.037Z] [2025-05-26T04:09:20.037Z] #8 exporting to image [2025-05-26T04:09:20.037Z] #8 exporting layers done [2025-05-26T04:09:20.037Z] #8 exporting manifest sha256:70480d0663b37601538cd304ace3d56b7134e5fa09c9c92d753d8f242f9b4a90 done [2025-05-26T04:09:20.037Z] #8 exporting config sha256:bf6f5300c31df47e15c556d43a7fabd4ef346aaf24f14f1bb118938e5d6a6e4f done [2025-05-26T04:09:20.037Z] #8 exporting manifest sha256:33cb3e6c3a736f204ef3e67d2121ded558accbc4ec9543f9de0936fda2cc6998 done [2025-05-26T04:09:20.037Z] #8 exporting config sha256:20b0020dad53188942374c63959ae02a38539ac85c51fe3f91d41533fdd57e12 done [2025-05-26T04:09:20.037Z] #8 exporting manifest list sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 done [2025-05-26T04:09:20.037Z] #8 pushing layers 0.0s done [2025-05-26T04:09:20.037Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 0.1s done [2025-05-26T04:09:20.037Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:20.037Z] #8 DONE 0.1s [2025-05-26T04:09:20.037Z] [2025-05-26T04:09:20.037Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:20.037Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:20.483Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' [2025-05-26T04:09:20.483Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - [2025-05-26T04:09:20.483Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:20.483Z] #1 transferring dockerfile: 196B done [2025-05-26T04:09:20.483Z] #1 DONE 0.0s [2025-05-26T04:09:20.483Z] [2025-05-26T04:09:20.483Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:20.483Z] #2 DONE 0.0s [2025-05-26T04:09:20.483Z] [2025-05-26T04:09:20.483Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:20.483Z] #3 DONE 0.1s [2025-05-26T04:09:20.483Z] [2025-05-26T04:09:20.483Z] #4 [internal] load .dockerignore [2025-05-26T04:09:20.483Z] #4 transferring context: 2B done [2025-05-26T04:09:20.483Z] #4 DONE 0.0s [2025-05-26T04:09:20.743Z] [2025-05-26T04:09:20.743Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e [2025-05-26T04:09:20.743Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 0.0s done [2025-05-26T04:09:20.743Z] #5 DONE 0.0s [2025-05-26T04:09:20.743Z] [2025-05-26T04:09:20.743Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e [2025-05-26T04:09:20.743Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e done [2025-05-26T04:09:20.743Z] #6 DONE 0.1s [2025-05-26T04:09:20.743Z] [2025-05-26T04:09:20.743Z] #7 exporting to image [2025-05-26T04:09:20.743Z] #7 exporting layers done [2025-05-26T04:09:20.743Z] #7 exporting manifest sha256:97c2b3daba9631bd82469e898b3818f566dea64aca2812df574546c964693420 0.0s done [2025-05-26T04:09:20.743Z] #7 exporting config sha256:903490872df5e6ecd633b7d8e426d0a96cd24eac19034d7fe089e2ac3a3e8c5a done [2025-05-26T04:09:20.743Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:20.743Z] #7 ... [2025-05-26T04:09:20.743Z] [2025-05-26T04:09:20.743Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:20.743Z] #8 DONE 0.0s [2025-05-26T04:09:20.743Z] [2025-05-26T04:09:20.743Z] #7 exporting to image [2025-05-26T04:09:20.743Z] #7 exporting manifest sha256:5e7336aadd5dcb515dd6a8abe9dcaa1b3cbd337f8a2db7e817b0a1ae1d375762 done [2025-05-26T04:09:20.743Z] #7 exporting config sha256:150f597cb05a89f44ee8807938d89143bad57250ea8ebb968924a82d2bc55ae1 done [2025-05-26T04:09:20.743Z] #7 exporting manifest list sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee done [2025-05-26T04:09:20.743Z] #7 pushing layers 0.1s done [2025-05-26T04:09:20.743Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee [2025-05-26T04:09:21.002Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee 0.1s done [2025-05-26T04:09:21.002Z] #7 DONE 0.2s [2025-05-26T04:09:21.002Z] [2025-05-26T04:09:21.002Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:21.002Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:21.295Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-05-26T04:09:21.295Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-05-26T04:09:21.295Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:21.295Z] #1 transferring dockerfile: 162B done [2025-05-26T04:09:21.295Z] #1 DONE 0.0s [2025-05-26T04:09:21.295Z] [2025-05-26T04:09:21.295Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-26T04:09:21.295Z] #2 DONE 0.0s [2025-05-26T04:09:21.295Z] [2025-05-26T04:09:21.295Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-26T04:09:21.295Z] #3 DONE 0.0s [2025-05-26T04:09:21.295Z] [2025-05-26T04:09:21.295Z] #4 [internal] load .dockerignore [2025-05-26T04:09:21.295Z] #4 transferring context: 2B done [2025-05-26T04:09:21.295Z] #4 DONE 0.0s [2025-05-26T04:09:21.295Z] [2025-05-26T04:09:21.295Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e [2025-05-26T04:09:21.295Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 0.0s done [2025-05-26T04:09:21.295Z] #5 DONE 0.0s [2025-05-26T04:09:21.295Z] [2025-05-26T04:09:21.295Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e [2025-05-26T04:09:21.555Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 0.0s done [2025-05-26T04:09:21.555Z] #6 CACHED [2025-05-26T04:09:21.555Z] [2025-05-26T04:09:21.555Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e [2025-05-26T04:09:21.555Z] #5 CACHED [2025-05-26T04:09:21.555Z] [2025-05-26T04:09:21.555Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:21.555Z] #7 DONE 0.0s [2025-05-26T04:09:21.555Z] [2025-05-26T04:09:21.555Z] #8 exporting to image [2025-05-26T04:09:21.555Z] #8 exporting layers done [2025-05-26T04:09:21.555Z] #8 exporting manifest sha256:97c2b3daba9631bd82469e898b3818f566dea64aca2812df574546c964693420 done [2025-05-26T04:09:21.555Z] #8 exporting config sha256:903490872df5e6ecd633b7d8e426d0a96cd24eac19034d7fe089e2ac3a3e8c5a done [2025-05-26T04:09:21.555Z] #8 exporting manifest sha256:5e7336aadd5dcb515dd6a8abe9dcaa1b3cbd337f8a2db7e817b0a1ae1d375762 done [2025-05-26T04:09:21.555Z] #8 exporting config sha256:150f597cb05a89f44ee8807938d89143bad57250ea8ebb968924a82d2bc55ae1 done [2025-05-26T04:09:21.555Z] #8 exporting manifest list sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee done [2025-05-26T04:09:21.555Z] #8 pushing layers 0.0s done [2025-05-26T04:09:21.555Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee 0.1s done [2025-05-26T04:09:21.555Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:21.555Z] #8 DONE 0.1s [2025-05-26T04:09:21.555Z] [2025-05-26T04:09:21.555Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:21.555Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:21.863Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13' [2025-05-26T04:09:21.863Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13 --push - [2025-05-26T04:09:21.863Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:21.863Z] #1 transferring dockerfile: 168B done [2025-05-26T04:09:21.863Z] #1 DONE 0.0s [2025-05-26T04:09:21.863Z] [2025-05-26T04:09:21.863Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13 [2025-05-26T04:09:21.863Z] #2 DONE 0.0s [2025-05-26T04:09:21.863Z] [2025-05-26T04:09:21.863Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13 [2025-05-26T04:09:21.863Z] #3 DONE 0.0s [2025-05-26T04:09:21.863Z] [2025-05-26T04:09:21.863Z] #4 [internal] load .dockerignore [2025-05-26T04:09:21.863Z] #4 transferring context: 2B done [2025-05-26T04:09:21.863Z] #4 DONE 0.0s [2025-05-26T04:09:21.863Z] [2025-05-26T04:09:21.863Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e [2025-05-26T04:09:21.863Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e [2025-05-26T04:09:22.123Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 0.0s done [2025-05-26T04:09:22.123Z] #5 CACHED [2025-05-26T04:09:22.123Z] [2025-05-26T04:09:22.123Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e [2025-05-26T04:09:22.123Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 0.0s done [2025-05-26T04:09:22.123Z] #6 CACHED [2025-05-26T04:09:22.123Z] [2025-05-26T04:09:22.123Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:22.123Z] #7 DONE 0.0s [2025-05-26T04:09:22.123Z] [2025-05-26T04:09:22.123Z] #8 exporting to image [2025-05-26T04:09:22.123Z] #8 exporting layers done [2025-05-26T04:09:22.123Z] #8 exporting manifest sha256:97c2b3daba9631bd82469e898b3818f566dea64aca2812df574546c964693420 done [2025-05-26T04:09:22.123Z] #8 exporting config sha256:903490872df5e6ecd633b7d8e426d0a96cd24eac19034d7fe089e2ac3a3e8c5a done [2025-05-26T04:09:22.123Z] #8 exporting manifest sha256:5e7336aadd5dcb515dd6a8abe9dcaa1b3cbd337f8a2db7e817b0a1ae1d375762 done [2025-05-26T04:09:22.123Z] #8 exporting config sha256:150f597cb05a89f44ee8807938d89143bad57250ea8ebb968924a82d2bc55ae1 done [2025-05-26T04:09:22.123Z] #8 exporting manifest list sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee done [2025-05-26T04:09:22.123Z] #8 pushing layers 0.0s done [2025-05-26T04:09:22.123Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13@sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee 0.1s done [2025-05-26T04:09:22.123Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:22.123Z] #8 DONE 0.1s [2025-05-26T04:09:22.123Z] [2025-05-26T04:09:22.123Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:22.123Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:22.409Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - [2025-05-26T04:09:22.409Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' [2025-05-26T04:09:22.409Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:22.409Z] #1 transferring dockerfile: 209B done [2025-05-26T04:09:22.409Z] #1 DONE 0.0s [2025-05-26T04:09:22.409Z] [2025-05-26T04:09:22.409Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:22.409Z] #2 DONE 0.0s [2025-05-26T04:09:22.409Z] [2025-05-26T04:09:22.409Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:22.409Z] #3 DONE 0.0s [2025-05-26T04:09:22.409Z] [2025-05-26T04:09:22.409Z] #4 [internal] load .dockerignore [2025-05-26T04:09:22.409Z] #4 transferring context: 2B done [2025-05-26T04:09:22.409Z] #4 DONE 0.0s [2025-05-26T04:09:22.668Z] [2025-05-26T04:09:22.668Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e [2025-05-26T04:09:22.668Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 0.0s done [2025-05-26T04:09:22.668Z] #5 CACHED [2025-05-26T04:09:22.668Z] [2025-05-26T04:09:22.668Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e [2025-05-26T04:09:22.668Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 0.0s done [2025-05-26T04:09:22.668Z] #6 CACHED [2025-05-26T04:09:22.668Z] [2025-05-26T04:09:22.668Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:22.668Z] #7 DONE 0.0s [2025-05-26T04:09:22.668Z] [2025-05-26T04:09:22.668Z] #8 exporting to image [2025-05-26T04:09:22.668Z] #8 exporting layers done [2025-05-26T04:09:22.668Z] #8 exporting manifest sha256:97c2b3daba9631bd82469e898b3818f566dea64aca2812df574546c964693420 done [2025-05-26T04:09:22.668Z] #8 exporting config sha256:903490872df5e6ecd633b7d8e426d0a96cd24eac19034d7fe089e2ac3a3e8c5a done [2025-05-26T04:09:22.668Z] #8 exporting manifest sha256:5e7336aadd5dcb515dd6a8abe9dcaa1b3cbd337f8a2db7e817b0a1ae1d375762 done [2025-05-26T04:09:22.668Z] #8 exporting config sha256:150f597cb05a89f44ee8807938d89143bad57250ea8ebb968924a82d2bc55ae1 done [2025-05-26T04:09:22.668Z] #8 exporting manifest list sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee done [2025-05-26T04:09:22.668Z] #8 pushing layers 0.0s done [2025-05-26T04:09:22.668Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee 0.1s done [2025-05-26T04:09:22.668Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:22.668Z] #8 DONE 0.1s [2025-05-26T04:09:22.668Z] [2025-05-26T04:09:22.668Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:22.668Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:22.966Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-05-26T04:09:22.966Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-05-26T04:09:22.966Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:22.966Z] #1 transferring dockerfile: 160B done [2025-05-26T04:09:22.966Z] #1 DONE 0.0s [2025-05-26T04:09:22.966Z] [2025-05-26T04:09:22.966Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-05-26T04:09:22.966Z] #2 DONE 0.0s [2025-05-26T04:09:22.966Z] [2025-05-26T04:09:22.966Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-05-26T04:09:22.966Z] #3 DONE 0.1s [2025-05-26T04:09:22.966Z] [2025-05-26T04:09:22.966Z] #4 [internal] load .dockerignore [2025-05-26T04:09:22.966Z] #4 transferring context: 2B done [2025-05-26T04:09:22.966Z] #4 DONE 0.0s [2025-05-26T04:09:23.224Z] [2025-05-26T04:09:23.225Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e [2025-05-26T04:09:23.225Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 0.0s done [2025-05-26T04:09:23.225Z] #5 CACHED [2025-05-26T04:09:23.225Z] [2025-05-26T04:09:23.225Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e [2025-05-26T04:09:23.225Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 0.0s done [2025-05-26T04:09:23.225Z] #6 CACHED [2025-05-26T04:09:23.225Z] [2025-05-26T04:09:23.225Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:23.225Z] #7 DONE 0.0s [2025-05-26T04:09:23.225Z] [2025-05-26T04:09:23.225Z] #8 exporting to image [2025-05-26T04:09:23.225Z] #8 exporting layers done [2025-05-26T04:09:23.225Z] #8 exporting manifest sha256:97c2b3daba9631bd82469e898b3818f566dea64aca2812df574546c964693420 done [2025-05-26T04:09:23.225Z] #8 exporting config sha256:903490872df5e6ecd633b7d8e426d0a96cd24eac19034d7fe089e2ac3a3e8c5a done [2025-05-26T04:09:23.225Z] #8 exporting manifest sha256:5e7336aadd5dcb515dd6a8abe9dcaa1b3cbd337f8a2db7e817b0a1ae1d375762 done [2025-05-26T04:09:23.225Z] #8 exporting config sha256:150f597cb05a89f44ee8807938d89143bad57250ea8ebb968924a82d2bc55ae1 done [2025-05-26T04:09:23.225Z] #8 exporting manifest list sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee done [2025-05-26T04:09:23.225Z] #8 pushing layers 0.0s done [2025-05-26T04:09:23.225Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee [2025-05-26T04:09:23.225Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:23.225Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee 0.1s done [2025-05-26T04:09:23.225Z] #8 DONE 0.1s [2025-05-26T04:09:23.225Z] [2025-05-26T04:09:23.225Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:23.225Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:23.514Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' [2025-05-26T04:09:23.514Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - [2025-05-26T04:09:23.514Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:23.514Z] #1 transferring dockerfile: 198B done [2025-05-26T04:09:23.514Z] #1 DONE 0.0s [2025-05-26T04:09:23.514Z] [2025-05-26T04:09:23.514Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:23.514Z] #2 DONE 0.0s [2025-05-26T04:09:23.514Z] [2025-05-26T04:09:23.514Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:23.514Z] #3 DONE 0.1s [2025-05-26T04:09:23.514Z] [2025-05-26T04:09:23.514Z] #4 [internal] load .dockerignore [2025-05-26T04:09:23.514Z] #4 transferring context: 2B done [2025-05-26T04:09:23.514Z] #4 DONE 0.0s [2025-05-26T04:09:23.783Z] [2025-05-26T04:09:23.783Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b [2025-05-26T04:09:23.783Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b [2025-05-26T04:09:23.783Z] #5 ... [2025-05-26T04:09:23.783Z] [2025-05-26T04:09:23.783Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b [2025-05-26T04:09:23.783Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 0.0s done [2025-05-26T04:09:23.783Z] #6 DONE 0.1s [2025-05-26T04:09:23.783Z] [2025-05-26T04:09:23.783Z] #7 exporting to image [2025-05-26T04:09:23.783Z] #7 exporting layers done [2025-05-26T04:09:23.783Z] #7 exporting manifest sha256:546e1eb2f7f5f145f4918b4426c243649e1771e868c57d0e913e27a7ec2323d7 0.0s done [2025-05-26T04:09:23.783Z] #7 exporting config sha256:ecec56ffc748bad406177ce46e9616664ef0803fb51381b2d634744b2b71d101 done [2025-05-26T04:09:23.783Z] #7 exporting manifest sha256:f416767fd8c0e0e2d064ea3531fa54cbbbbe553cd0f843a293f30745ce9d0c3b done [2025-05-26T04:09:23.783Z] #7 exporting config sha256:b36f41b62c6cec40c2320dea69f08d19f603a48c2c221eb3ee81e0fd3e3502bb done [2025-05-26T04:09:23.783Z] #7 exporting manifest list sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 [2025-05-26T04:09:23.783Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:23.783Z] #7 ... [2025-05-26T04:09:23.783Z] [2025-05-26T04:09:23.783Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:23.783Z] #8 DONE 0.0s [2025-05-26T04:09:23.783Z] [2025-05-26T04:09:23.783Z] #7 exporting to image [2025-05-26T04:09:23.783Z] #7 exporting manifest list sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 0.0s done [2025-05-26T04:09:23.783Z] #7 pushing layers 0.1s done [2025-05-26T04:09:23.783Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 [2025-05-26T04:09:24.044Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 0.1s done [2025-05-26T04:09:24.044Z] #7 DONE 0.2s [2025-05-26T04:09:24.044Z] [2025-05-26T04:09:24.044Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:24.044Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:24.334Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-05-26T04:09:24.334Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-05-26T04:09:24.334Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:24.334Z] #1 transferring dockerfile: 164B done [2025-05-26T04:09:24.334Z] #1 DONE 0.0s [2025-05-26T04:09:24.334Z] [2025-05-26T04:09:24.334Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-26T04:09:24.334Z] #2 DONE 0.0s [2025-05-26T04:09:24.334Z] [2025-05-26T04:09:24.334Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-26T04:09:24.334Z] #3 DONE 0.0s [2025-05-26T04:09:24.334Z] [2025-05-26T04:09:24.334Z] #4 [internal] load .dockerignore [2025-05-26T04:09:24.334Z] #4 transferring context: 2B done [2025-05-26T04:09:24.334Z] #4 DONE 0.0s [2025-05-26T04:09:24.334Z] [2025-05-26T04:09:24.334Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b [2025-05-26T04:09:24.334Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 0.0s done [2025-05-26T04:09:24.334Z] #5 CACHED [2025-05-26T04:09:24.334Z] [2025-05-26T04:09:24.334Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b [2025-05-26T04:09:24.594Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 0.0s done [2025-05-26T04:09:24.594Z] #6 CACHED [2025-05-26T04:09:24.594Z] [2025-05-26T04:09:24.594Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:24.594Z] #7 DONE 0.0s [2025-05-26T04:09:24.594Z] [2025-05-26T04:09:24.594Z] #8 exporting to image [2025-05-26T04:09:24.594Z] #8 exporting layers done [2025-05-26T04:09:24.594Z] #8 exporting manifest sha256:546e1eb2f7f5f145f4918b4426c243649e1771e868c57d0e913e27a7ec2323d7 done [2025-05-26T04:09:24.594Z] #8 exporting config sha256:ecec56ffc748bad406177ce46e9616664ef0803fb51381b2d634744b2b71d101 done [2025-05-26T04:09:24.594Z] #8 exporting manifest sha256:f416767fd8c0e0e2d064ea3531fa54cbbbbe553cd0f843a293f30745ce9d0c3b done [2025-05-26T04:09:24.594Z] #8 exporting config sha256:b36f41b62c6cec40c2320dea69f08d19f603a48c2c221eb3ee81e0fd3e3502bb done [2025-05-26T04:09:24.594Z] #8 exporting manifest list sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 done [2025-05-26T04:09:24.594Z] #8 pushing layers 0.0s done [2025-05-26T04:09:24.594Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 0.1s done [2025-05-26T04:09:24.594Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:24.594Z] #8 DONE 0.1s [2025-05-26T04:09:24.594Z] [2025-05-26T04:09:24.594Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:24.594Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:24.892Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13 --push - [2025-05-26T04:09:24.892Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13' [2025-05-26T04:09:25.155Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:25.155Z] #1 transferring dockerfile: 170B done [2025-05-26T04:09:25.155Z] #1 DONE 0.0s [2025-05-26T04:09:25.155Z] [2025-05-26T04:09:25.155Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13 [2025-05-26T04:09:25.155Z] #2 DONE 0.0s [2025-05-26T04:09:25.155Z] [2025-05-26T04:09:25.155Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13 [2025-05-26T04:09:25.155Z] #3 DONE 0.0s [2025-05-26T04:09:25.155Z] [2025-05-26T04:09:25.155Z] #4 [internal] load .dockerignore [2025-05-26T04:09:25.155Z] #4 transferring context: 2B done [2025-05-26T04:09:25.155Z] #4 DONE 0.0s [2025-05-26T04:09:25.155Z] [2025-05-26T04:09:25.155Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b [2025-05-26T04:09:25.155Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b done [2025-05-26T04:09:25.155Z] #5 CACHED [2025-05-26T04:09:25.155Z] [2025-05-26T04:09:25.155Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b [2025-05-26T04:09:25.155Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 0.0s done [2025-05-26T04:09:25.155Z] #6 CACHED [2025-05-26T04:09:25.155Z] [2025-05-26T04:09:25.155Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:25.155Z] #7 DONE 0.0s [2025-05-26T04:09:25.155Z] [2025-05-26T04:09:25.155Z] #8 exporting to image [2025-05-26T04:09:25.155Z] #8 exporting layers done [2025-05-26T04:09:25.155Z] #8 exporting manifest sha256:546e1eb2f7f5f145f4918b4426c243649e1771e868c57d0e913e27a7ec2323d7 done [2025-05-26T04:09:25.155Z] #8 exporting config sha256:ecec56ffc748bad406177ce46e9616664ef0803fb51381b2d634744b2b71d101 done [2025-05-26T04:09:25.155Z] #8 exporting manifest sha256:f416767fd8c0e0e2d064ea3531fa54cbbbbe553cd0f843a293f30745ce9d0c3b done [2025-05-26T04:09:25.155Z] #8 exporting config sha256:b36f41b62c6cec40c2320dea69f08d19f603a48c2c221eb3ee81e0fd3e3502bb done [2025-05-26T04:09:25.155Z] #8 exporting manifest list sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 done [2025-05-26T04:09:25.155Z] #8 pushing layers 0.0s done [2025-05-26T04:09:25.155Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13@sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 0.1s done [2025-05-26T04:09:25.155Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:25.155Z] #8 DONE 0.1s [2025-05-26T04:09:25.155Z] [2025-05-26T04:09:25.155Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:25.155Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:25.459Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' [2025-05-26T04:09:25.459Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - [2025-05-26T04:09:25.726Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:25.726Z] #1 transferring dockerfile: 211B done [2025-05-26T04:09:25.726Z] #1 DONE 0.0s [2025-05-26T04:09:25.726Z] [2025-05-26T04:09:25.726Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:25.726Z] #2 DONE 0.0s [2025-05-26T04:09:25.726Z] [2025-05-26T04:09:25.726Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:25.726Z] #3 DONE 0.0s [2025-05-26T04:09:25.726Z] [2025-05-26T04:09:25.726Z] #4 [internal] load .dockerignore [2025-05-26T04:09:25.726Z] #4 transferring context: 2B done [2025-05-26T04:09:25.726Z] #4 DONE 0.0s [2025-05-26T04:09:25.726Z] [2025-05-26T04:09:25.726Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b [2025-05-26T04:09:25.726Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 0.0s done [2025-05-26T04:09:25.726Z] #5 DONE 0.0s [2025-05-26T04:09:25.726Z] [2025-05-26T04:09:25.726Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b [2025-05-26T04:09:25.726Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 0.0s done [2025-05-26T04:09:25.726Z] #6 CACHED [2025-05-26T04:09:25.726Z] [2025-05-26T04:09:25.726Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b [2025-05-26T04:09:25.726Z] #5 CACHED [2025-05-26T04:09:25.726Z] [2025-05-26T04:09:25.726Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:25.726Z] #7 DONE 0.0s [2025-05-26T04:09:25.726Z] [2025-05-26T04:09:25.726Z] #8 exporting to image [2025-05-26T04:09:25.726Z] #8 exporting layers done [2025-05-26T04:09:25.726Z] #8 exporting manifest sha256:546e1eb2f7f5f145f4918b4426c243649e1771e868c57d0e913e27a7ec2323d7 done [2025-05-26T04:09:25.726Z] #8 exporting config sha256:ecec56ffc748bad406177ce46e9616664ef0803fb51381b2d634744b2b71d101 done [2025-05-26T04:09:25.726Z] #8 exporting manifest sha256:f416767fd8c0e0e2d064ea3531fa54cbbbbe553cd0f843a293f30745ce9d0c3b done [2025-05-26T04:09:25.726Z] #8 exporting config sha256:b36f41b62c6cec40c2320dea69f08d19f603a48c2c221eb3ee81e0fd3e3502bb done [2025-05-26T04:09:25.726Z] #8 exporting manifest list sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 done [2025-05-26T04:09:25.726Z] #8 pushing layers 0.0s done [2025-05-26T04:09:25.726Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 0.1s done [2025-05-26T04:09:25.726Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:25.726Z] #8 DONE 0.1s [2025-05-26T04:09:25.726Z] [2025-05-26T04:09:25.726Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:25.726Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:26.030Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-05-26T04:09:26.030Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-05-26T04:09:26.030Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:26.030Z] #1 transferring dockerfile: 162B done [2025-05-26T04:09:26.031Z] #1 DONE 0.0s [2025-05-26T04:09:26.031Z] [2025-05-26T04:09:26.031Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-05-26T04:09:26.031Z] #2 DONE 0.0s [2025-05-26T04:09:26.031Z] [2025-05-26T04:09:26.031Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-05-26T04:09:26.031Z] #3 DONE 0.0s [2025-05-26T04:09:26.031Z] [2025-05-26T04:09:26.031Z] #4 [internal] load .dockerignore [2025-05-26T04:09:26.031Z] #4 transferring context: 2B done [2025-05-26T04:09:26.031Z] #4 DONE 0.0s [2025-05-26T04:09:26.031Z] [2025-05-26T04:09:26.031Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b [2025-05-26T04:09:26.031Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b done [2025-05-26T04:09:26.294Z] #5 CACHED [2025-05-26T04:09:26.294Z] [2025-05-26T04:09:26.294Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b [2025-05-26T04:09:26.294Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 0.0s done [2025-05-26T04:09:26.294Z] #6 CACHED [2025-05-26T04:09:26.294Z] [2025-05-26T04:09:26.294Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:26.294Z] #7 DONE 0.0s [2025-05-26T04:09:26.294Z] [2025-05-26T04:09:26.294Z] #8 exporting to image [2025-05-26T04:09:26.294Z] #8 exporting layers done [2025-05-26T04:09:26.294Z] #8 exporting manifest sha256:546e1eb2f7f5f145f4918b4426c243649e1771e868c57d0e913e27a7ec2323d7 done [2025-05-26T04:09:26.294Z] #8 exporting config sha256:ecec56ffc748bad406177ce46e9616664ef0803fb51381b2d634744b2b71d101 done [2025-05-26T04:09:26.294Z] #8 exporting manifest sha256:f416767fd8c0e0e2d064ea3531fa54cbbbbe553cd0f843a293f30745ce9d0c3b done [2025-05-26T04:09:26.294Z] #8 exporting config sha256:b36f41b62c6cec40c2320dea69f08d19f603a48c2c221eb3ee81e0fd3e3502bb done [2025-05-26T04:09:26.294Z] #8 exporting manifest list sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 done [2025-05-26T04:09:26.294Z] #8 pushing layers 0.0s done [2025-05-26T04:09:26.294Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 0.1s done [2025-05-26T04:09:26.294Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:26.294Z] #8 DONE 0.1s [2025-05-26T04:09:26.294Z] [2025-05-26T04:09:26.294Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:26.294Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:26.585Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - [2025-05-26T04:09:26.586Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' [2025-05-26T04:09:26.586Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:26.586Z] #1 transferring dockerfile: 206B done [2025-05-26T04:09:26.586Z] #1 DONE 0.0s [2025-05-26T04:09:26.586Z] [2025-05-26T04:09:26.586Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:26.586Z] #2 DONE 0.0s [2025-05-26T04:09:26.586Z] [2025-05-26T04:09:26.586Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:26.586Z] #3 DONE 0.0s [2025-05-26T04:09:26.586Z] [2025-05-26T04:09:26.586Z] #4 [internal] load .dockerignore [2025-05-26T04:09:26.586Z] #4 transferring context: 2B done [2025-05-26T04:09:26.586Z] #4 DONE 0.0s [2025-05-26T04:09:26.846Z] [2025-05-26T04:09:26.846Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 [2025-05-26T04:09:26.846Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 [2025-05-26T04:09:26.846Z] #5 ... [2025-05-26T04:09:26.846Z] [2025-05-26T04:09:26.846Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 [2025-05-26T04:09:26.846Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 0.0s done [2025-05-26T04:09:26.846Z] #6 DONE 0.2s [2025-05-26T04:09:26.846Z] [2025-05-26T04:09:26.846Z] #7 exporting to image [2025-05-26T04:09:26.846Z] #7 exporting layers done [2025-05-26T04:09:26.846Z] #7 exporting manifest sha256:e3415f656e15095c1d86fccc4af19716f6506c941fc192697458e39e94d74b60 done [2025-05-26T04:09:26.846Z] #7 exporting config sha256:13c03d6aec6b04337acb1a43b86d4e1f9aab3fc73b9f15bcee5de918faf07758 done [2025-05-26T04:09:26.846Z] #7 exporting manifest sha256:5931e3848f28c85d9b2ce5cf74caa6d7d8875bc8f630670853ed1467745004d4 0.0s done [2025-05-26T04:09:26.846Z] #7 exporting config sha256:3ca64fb440431307d9bb91542beac9c6d4b0c8a64ea5b48cb2cc118988eafb1e done [2025-05-26T04:09:26.846Z] #7 exporting manifest list sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca done [2025-05-26T04:09:26.846Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:27.104Z] #7 ... [2025-05-26T04:09:27.104Z] [2025-05-26T04:09:27.104Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:27.104Z] #8 DONE 0.0s [2025-05-26T04:09:27.104Z] [2025-05-26T04:09:27.104Z] #7 exporting to image [2025-05-26T04:09:27.104Z] #7 pushing layers 0.1s done [2025-05-26T04:09:27.104Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca [2025-05-26T04:09:27.104Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca 0.1s done [2025-05-26T04:09:27.104Z] #7 DONE 0.2s [2025-05-26T04:09:27.104Z] [2025-05-26T04:09:27.104Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:27.104Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:27.683Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-05-26T04:09:27.683Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-05-26T04:09:27.683Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:27.683Z] #1 transferring dockerfile: 172B done [2025-05-26T04:09:27.683Z] #1 DONE 0.0s [2025-05-26T04:09:27.683Z] [2025-05-26T04:09:27.683Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-26T04:09:27.683Z] #2 DONE 0.0s [2025-05-26T04:09:27.683Z] [2025-05-26T04:09:27.683Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-26T04:09:27.683Z] #3 DONE 0.0s [2025-05-26T04:09:27.683Z] [2025-05-26T04:09:27.683Z] #4 [internal] load .dockerignore [2025-05-26T04:09:27.683Z] #4 transferring context: 2B done [2025-05-26T04:09:27.684Z] #4 DONE 0.0s [2025-05-26T04:09:27.684Z] [2025-05-26T04:09:27.684Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 [2025-05-26T04:09:27.684Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 done [2025-05-26T04:09:27.684Z] #5 CACHED [2025-05-26T04:09:27.684Z] [2025-05-26T04:09:27.684Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 [2025-05-26T04:09:27.684Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 0.0s done [2025-05-26T04:09:27.684Z] #6 DONE 0.0s [2025-05-26T04:09:27.943Z] [2025-05-26T04:09:27.943Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 [2025-05-26T04:09:27.943Z] #6 CACHED [2025-05-26T04:09:27.943Z] [2025-05-26T04:09:27.943Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:27.943Z] #7 DONE 0.0s [2025-05-26T04:09:27.943Z] [2025-05-26T04:09:27.943Z] #8 exporting to image [2025-05-26T04:09:27.943Z] #8 exporting layers done [2025-05-26T04:09:27.943Z] #8 exporting manifest sha256:e3415f656e15095c1d86fccc4af19716f6506c941fc192697458e39e94d74b60 done [2025-05-26T04:09:27.943Z] #8 exporting config sha256:13c03d6aec6b04337acb1a43b86d4e1f9aab3fc73b9f15bcee5de918faf07758 done [2025-05-26T04:09:27.943Z] #8 exporting manifest sha256:5931e3848f28c85d9b2ce5cf74caa6d7d8875bc8f630670853ed1467745004d4 done [2025-05-26T04:09:27.943Z] #8 exporting config sha256:3ca64fb440431307d9bb91542beac9c6d4b0c8a64ea5b48cb2cc118988eafb1e done [2025-05-26T04:09:27.943Z] #8 exporting manifest list sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca done [2025-05-26T04:09:27.943Z] #8 pushing layers 0.0s done [2025-05-26T04:09:27.943Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca 0.1s done [2025-05-26T04:09:27.943Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:27.943Z] #8 DONE 0.1s [2025-05-26T04:09:27.943Z] [2025-05-26T04:09:27.943Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:27.943Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:28.231Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13' [2025-05-26T04:09:28.231Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13 --push - [2025-05-26T04:09:28.489Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:28.489Z] #1 transferring dockerfile: 178B done [2025-05-26T04:09:28.489Z] #1 DONE 0.0s [2025-05-26T04:09:28.489Z] [2025-05-26T04:09:28.489Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13 [2025-05-26T04:09:28.489Z] #2 DONE 0.0s [2025-05-26T04:09:28.489Z] [2025-05-26T04:09:28.489Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13 [2025-05-26T04:09:28.489Z] #3 DONE 0.0s [2025-05-26T04:09:28.489Z] [2025-05-26T04:09:28.489Z] #4 [internal] load .dockerignore [2025-05-26T04:09:28.489Z] #4 transferring context: 2B done [2025-05-26T04:09:28.489Z] #4 DONE 0.0s [2025-05-26T04:09:28.489Z] [2025-05-26T04:09:28.489Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 [2025-05-26T04:09:28.489Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 0.0s done [2025-05-26T04:09:28.489Z] #5 CACHED [2025-05-26T04:09:28.489Z] [2025-05-26T04:09:28.489Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 [2025-05-26T04:09:28.489Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 0.0s done [2025-05-26T04:09:28.489Z] #6 DONE 0.0s [2025-05-26T04:09:28.489Z] [2025-05-26T04:09:28.489Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 [2025-05-26T04:09:28.489Z] #6 CACHED [2025-05-26T04:09:28.489Z] [2025-05-26T04:09:28.489Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:28.489Z] #7 DONE 0.0s [2025-05-26T04:09:28.489Z] [2025-05-26T04:09:28.489Z] #8 exporting to image [2025-05-26T04:09:28.489Z] #8 exporting layers done [2025-05-26T04:09:28.489Z] #8 exporting manifest sha256:e3415f656e15095c1d86fccc4af19716f6506c941fc192697458e39e94d74b60 done [2025-05-26T04:09:28.489Z] #8 exporting config sha256:13c03d6aec6b04337acb1a43b86d4e1f9aab3fc73b9f15bcee5de918faf07758 done [2025-05-26T04:09:28.489Z] #8 exporting manifest sha256:5931e3848f28c85d9b2ce5cf74caa6d7d8875bc8f630670853ed1467745004d4 done [2025-05-26T04:09:28.489Z] #8 exporting config sha256:3ca64fb440431307d9bb91542beac9c6d4b0c8a64ea5b48cb2cc118988eafb1e done [2025-05-26T04:09:28.489Z] #8 exporting manifest list sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca done [2025-05-26T04:09:28.489Z] #8 pushing layers 0.0s done [2025-05-26T04:09:28.489Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13@sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca 0.1s done [2025-05-26T04:09:28.489Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:28.489Z] #8 DONE 0.1s [2025-05-26T04:09:28.489Z] [2025-05-26T04:09:28.489Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:28.489Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:28.781Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - [2025-05-26T04:09:28.782Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' [2025-05-26T04:09:28.782Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:28.782Z] #1 transferring dockerfile: 219B done [2025-05-26T04:09:28.782Z] #1 DONE 0.0s [2025-05-26T04:09:28.782Z] [2025-05-26T04:09:28.782Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:28.782Z] #2 DONE 0.0s [2025-05-26T04:09:28.782Z] [2025-05-26T04:09:28.782Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:28.782Z] #3 DONE 0.0s [2025-05-26T04:09:28.782Z] [2025-05-26T04:09:28.782Z] #4 [internal] load .dockerignore [2025-05-26T04:09:28.782Z] #4 transferring context: 2B done [2025-05-26T04:09:28.782Z] #4 DONE 0.0s [2025-05-26T04:09:28.782Z] [2025-05-26T04:09:28.782Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 [2025-05-26T04:09:28.782Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 0.0s done [2025-05-26T04:09:28.782Z] #5 CACHED [2025-05-26T04:09:28.782Z] [2025-05-26T04:09:28.782Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 [2025-05-26T04:09:29.041Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 0.0s done [2025-05-26T04:09:29.041Z] #6 CACHED [2025-05-26T04:09:29.041Z] [2025-05-26T04:09:29.041Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:29.041Z] #7 DONE 0.0s [2025-05-26T04:09:29.041Z] [2025-05-26T04:09:29.041Z] #8 exporting to image [2025-05-26T04:09:29.041Z] #8 exporting layers done [2025-05-26T04:09:29.041Z] #8 exporting manifest sha256:e3415f656e15095c1d86fccc4af19716f6506c941fc192697458e39e94d74b60 done [2025-05-26T04:09:29.041Z] #8 exporting config sha256:13c03d6aec6b04337acb1a43b86d4e1f9aab3fc73b9f15bcee5de918faf07758 done [2025-05-26T04:09:29.041Z] #8 exporting manifest sha256:5931e3848f28c85d9b2ce5cf74caa6d7d8875bc8f630670853ed1467745004d4 done [2025-05-26T04:09:29.041Z] #8 exporting config sha256:3ca64fb440431307d9bb91542beac9c6d4b0c8a64ea5b48cb2cc118988eafb1e done [2025-05-26T04:09:29.041Z] #8 exporting manifest list sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca done [2025-05-26T04:09:29.041Z] #8 pushing layers 0.0s done [2025-05-26T04:09:29.041Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca 0.1s done [2025-05-26T04:09:29.041Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:29.041Z] #8 DONE 0.1s [2025-05-26T04:09:29.041Z] [2025-05-26T04:09:29.041Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:29.041Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:29.337Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-05-26T04:09:29.338Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-05-26T04:09:29.338Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:29.338Z] #1 transferring dockerfile: 170B done [2025-05-26T04:09:29.338Z] #1 DONE 0.0s [2025-05-26T04:09:29.338Z] [2025-05-26T04:09:29.338Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-05-26T04:09:29.338Z] #2 DONE 0.0s [2025-05-26T04:09:29.338Z] [2025-05-26T04:09:29.338Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-05-26T04:09:29.338Z] #3 DONE 0.0s [2025-05-26T04:09:29.338Z] [2025-05-26T04:09:29.338Z] #4 [internal] load .dockerignore [2025-05-26T04:09:29.338Z] #4 transferring context: 2B done [2025-05-26T04:09:29.338Z] #4 DONE 0.0s [2025-05-26T04:09:29.338Z] [2025-05-26T04:09:29.338Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 [2025-05-26T04:09:29.338Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 0.0s done [2025-05-26T04:09:29.338Z] #5 DONE 0.0s [2025-05-26T04:09:29.338Z] [2025-05-26T04:09:29.338Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 [2025-05-26T04:09:29.597Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 0.0s done [2025-05-26T04:09:29.597Z] #6 CACHED [2025-05-26T04:09:29.597Z] [2025-05-26T04:09:29.597Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 [2025-05-26T04:09:29.597Z] #5 CACHED [2025-05-26T04:09:29.597Z] [2025-05-26T04:09:29.597Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:29.597Z] #7 DONE 0.0s [2025-05-26T04:09:29.597Z] [2025-05-26T04:09:29.597Z] #8 exporting to image [2025-05-26T04:09:29.597Z] #8 exporting layers done [2025-05-26T04:09:29.597Z] #8 exporting manifest sha256:e3415f656e15095c1d86fccc4af19716f6506c941fc192697458e39e94d74b60 done [2025-05-26T04:09:29.597Z] #8 exporting config sha256:13c03d6aec6b04337acb1a43b86d4e1f9aab3fc73b9f15bcee5de918faf07758 done [2025-05-26T04:09:29.597Z] #8 exporting manifest sha256:5931e3848f28c85d9b2ce5cf74caa6d7d8875bc8f630670853ed1467745004d4 done [2025-05-26T04:09:29.597Z] #8 exporting config sha256:3ca64fb440431307d9bb91542beac9c6d4b0c8a64ea5b48cb2cc118988eafb1e done [2025-05-26T04:09:29.597Z] #8 exporting manifest list sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca done [2025-05-26T04:09:29.597Z] #8 pushing layers 0.0s done [2025-05-26T04:09:29.597Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca 0.1s done [2025-05-26T04:09:29.597Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:29.597Z] #8 DONE 0.1s [2025-05-26T04:09:29.597Z] [2025-05-26T04:09:29.597Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:29.597Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:29.883Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' [2025-05-26T04:09:29.883Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - [2025-05-26T04:09:30.143Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:30.143Z] #1 transferring dockerfile: 204B done [2025-05-26T04:09:30.143Z] #1 DONE 0.0s [2025-05-26T04:09:30.143Z] [2025-05-26T04:09:30.143Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:30.143Z] #2 DONE 0.1s [2025-05-26T04:09:30.143Z] [2025-05-26T04:09:30.143Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:30.143Z] #3 DONE 0.1s [2025-05-26T04:09:30.143Z] [2025-05-26T04:09:30.143Z] #4 [internal] load .dockerignore [2025-05-26T04:09:30.143Z] #4 transferring context: 2B done [2025-05-26T04:09:30.143Z] #4 DONE 0.0s [2025-05-26T04:09:30.143Z] [2025-05-26T04:09:30.143Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f [2025-05-26T04:09:30.143Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f [2025-05-26T04:09:30.143Z] #5 ... [2025-05-26T04:09:30.143Z] [2025-05-26T04:09:30.143Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f [2025-05-26T04:09:30.143Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 0.0s done [2025-05-26T04:09:30.143Z] #6 DONE 0.1s [2025-05-26T04:09:30.143Z] [2025-05-26T04:09:30.143Z] #7 exporting to image [2025-05-26T04:09:30.143Z] #7 exporting layers done [2025-05-26T04:09:30.143Z] #7 exporting manifest sha256:e54abb089ecc9c30e84591eac1c4cc45596f9d2d684bb34f92d5eda9a99edab6 0.0s done [2025-05-26T04:09:30.143Z] #7 exporting config sha256:226ed4ea4a62a1e2b62d5737b13729d1cb375e4cdea6cb51e5f6c01ba14acddd done [2025-05-26T04:09:30.143Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:30.143Z] #7 ... [2025-05-26T04:09:30.143Z] [2025-05-26T04:09:30.143Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:30.143Z] #8 DONE 0.0s [2025-05-26T04:09:30.143Z] [2025-05-26T04:09:30.143Z] #7 exporting to image [2025-05-26T04:09:30.143Z] #7 exporting manifest sha256:dacd993d05fff872770e581a16d41ef6222657fbe055c2fdf239974d76575458 done [2025-05-26T04:09:30.143Z] #7 exporting config sha256:245e44251ee4cd4fa92d84db0134d6cd199a95e6c7c79f1c72441b5756b22805 done [2025-05-26T04:09:30.143Z] #7 exporting manifest list sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae done [2025-05-26T04:09:30.143Z] #7 pushing layers 0.1s done [2025-05-26T04:09:30.143Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae [2025-05-26T04:09:30.403Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae 0.1s done [2025-05-26T04:09:30.403Z] #7 DONE 0.2s [2025-05-26T04:09:30.403Z] [2025-05-26T04:09:30.403Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:30.403Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:30.692Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-05-26T04:09:30.692Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-05-26T04:09:30.951Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:30.951Z] #1 transferring dockerfile: 170B done [2025-05-26T04:09:30.951Z] #1 DONE 0.0s [2025-05-26T04:09:30.951Z] [2025-05-26T04:09:30.951Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-26T04:09:30.951Z] #2 DONE 0.0s [2025-05-26T04:09:30.951Z] [2025-05-26T04:09:30.951Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-26T04:09:30.951Z] #3 DONE 0.0s [2025-05-26T04:09:30.951Z] [2025-05-26T04:09:30.951Z] #4 [internal] load .dockerignore [2025-05-26T04:09:30.951Z] #4 transferring context: 2B done [2025-05-26T04:09:30.951Z] #4 DONE 0.0s [2025-05-26T04:09:30.951Z] [2025-05-26T04:09:30.951Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f [2025-05-26T04:09:30.951Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f [2025-05-26T04:09:30.951Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 0.0s done [2025-05-26T04:09:30.951Z] #5 CACHED [2025-05-26T04:09:30.951Z] [2025-05-26T04:09:30.951Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f [2025-05-26T04:09:30.951Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 0.0s done [2025-05-26T04:09:30.951Z] #6 CACHED [2025-05-26T04:09:30.951Z] [2025-05-26T04:09:30.951Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:30.951Z] #7 DONE 0.0s [2025-05-26T04:09:30.951Z] [2025-05-26T04:09:30.951Z] #8 exporting to image [2025-05-26T04:09:30.951Z] #8 exporting layers done [2025-05-26T04:09:30.951Z] #8 exporting manifest sha256:e54abb089ecc9c30e84591eac1c4cc45596f9d2d684bb34f92d5eda9a99edab6 done [2025-05-26T04:09:30.951Z] #8 exporting config sha256:226ed4ea4a62a1e2b62d5737b13729d1cb375e4cdea6cb51e5f6c01ba14acddd done [2025-05-26T04:09:30.951Z] #8 exporting manifest sha256:dacd993d05fff872770e581a16d41ef6222657fbe055c2fdf239974d76575458 done [2025-05-26T04:09:30.951Z] #8 exporting config sha256:245e44251ee4cd4fa92d84db0134d6cd199a95e6c7c79f1c72441b5756b22805 done [2025-05-26T04:09:30.951Z] #8 exporting manifest list sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae done [2025-05-26T04:09:30.951Z] #8 pushing layers 0.0s done [2025-05-26T04:09:30.951Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae 0.1s done [2025-05-26T04:09:30.951Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:30.951Z] #8 DONE 0.1s [2025-05-26T04:09:30.951Z] [2025-05-26T04:09:30.951Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:30.951Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:31.244Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13' [2025-05-26T04:09:31.244Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13 --push - [2025-05-26T04:09:31.244Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:31.244Z] #1 transferring dockerfile: 176B done [2025-05-26T04:09:31.244Z] #1 DONE 0.0s [2025-05-26T04:09:31.244Z] [2025-05-26T04:09:31.244Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13 [2025-05-26T04:09:31.244Z] #2 DONE 0.0s [2025-05-26T04:09:31.244Z] [2025-05-26T04:09:31.244Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13 [2025-05-26T04:09:31.244Z] #3 DONE 0.0s [2025-05-26T04:09:31.244Z] [2025-05-26T04:09:31.244Z] #4 [internal] load .dockerignore [2025-05-26T04:09:31.244Z] #4 transferring context: 2B done [2025-05-26T04:09:31.244Z] #4 DONE 0.0s [2025-05-26T04:09:31.244Z] [2025-05-26T04:09:31.244Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f [2025-05-26T04:09:31.244Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 0.0s done [2025-05-26T04:09:31.244Z] #5 CACHED [2025-05-26T04:09:31.244Z] [2025-05-26T04:09:31.244Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f [2025-05-26T04:09:31.244Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 0.0s done [2025-05-26T04:09:31.244Z] #6 CACHED [2025-05-26T04:09:31.244Z] [2025-05-26T04:09:31.244Z] #7 exporting to image [2025-05-26T04:09:31.244Z] #7 exporting layers [2025-05-26T04:09:31.244Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:31.503Z] #7 exporting layers done [2025-05-26T04:09:31.503Z] #7 exporting manifest sha256:e54abb089ecc9c30e84591eac1c4cc45596f9d2d684bb34f92d5eda9a99edab6 done [2025-05-26T04:09:31.503Z] #7 exporting config sha256:226ed4ea4a62a1e2b62d5737b13729d1cb375e4cdea6cb51e5f6c01ba14acddd done [2025-05-26T04:09:31.503Z] #7 exporting manifest sha256:dacd993d05fff872770e581a16d41ef6222657fbe055c2fdf239974d76575458 done [2025-05-26T04:09:31.503Z] #7 exporting config sha256:245e44251ee4cd4fa92d84db0134d6cd199a95e6c7c79f1c72441b5756b22805 done [2025-05-26T04:09:31.503Z] #7 exporting manifest list sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae done [2025-05-26T04:09:31.503Z] #7 pushing layers 0.0s done [2025-05-26T04:09:31.503Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13@sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae 0.1s done [2025-05-26T04:09:31.503Z] #7 DONE 0.1s [2025-05-26T04:09:31.503Z] [2025-05-26T04:09:31.503Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:31.503Z] #8 DONE 0.0s [2025-05-26T04:09:31.503Z] [2025-05-26T04:09:31.503Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:31.503Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:31.787Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' [2025-05-26T04:09:31.787Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - [2025-05-26T04:09:31.787Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:31.787Z] #1 transferring dockerfile: 217B done [2025-05-26T04:09:31.787Z] #1 DONE 0.0s [2025-05-26T04:09:31.787Z] [2025-05-26T04:09:31.787Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:31.787Z] #2 DONE 0.0s [2025-05-26T04:09:31.787Z] [2025-05-26T04:09:31.787Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:31.787Z] #3 DONE 0.0s [2025-05-26T04:09:31.787Z] [2025-05-26T04:09:31.787Z] #4 [internal] load .dockerignore [2025-05-26T04:09:31.787Z] #4 transferring context: 2B done [2025-05-26T04:09:31.787Z] #4 DONE 0.0s [2025-05-26T04:09:31.787Z] [2025-05-26T04:09:31.787Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f [2025-05-26T04:09:31.787Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 0.0s done [2025-05-26T04:09:31.787Z] #5 CACHED [2025-05-26T04:09:31.787Z] [2025-05-26T04:09:31.787Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f [2025-05-26T04:09:31.787Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 0.0s done [2025-05-26T04:09:31.787Z] #6 CACHED [2025-05-26T04:09:31.787Z] [2025-05-26T04:09:31.787Z] #7 exporting to image [2025-05-26T04:09:31.787Z] #7 exporting layers [2025-05-26T04:09:31.787Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:32.045Z] #7 exporting layers done [2025-05-26T04:09:32.045Z] #7 exporting manifest sha256:e54abb089ecc9c30e84591eac1c4cc45596f9d2d684bb34f92d5eda9a99edab6 done [2025-05-26T04:09:32.045Z] #7 exporting config sha256:226ed4ea4a62a1e2b62d5737b13729d1cb375e4cdea6cb51e5f6c01ba14acddd done [2025-05-26T04:09:32.045Z] #7 exporting manifest sha256:dacd993d05fff872770e581a16d41ef6222657fbe055c2fdf239974d76575458 done [2025-05-26T04:09:32.045Z] #7 exporting config sha256:245e44251ee4cd4fa92d84db0134d6cd199a95e6c7c79f1c72441b5756b22805 done [2025-05-26T04:09:32.045Z] #7 exporting manifest list sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae done [2025-05-26T04:09:32.045Z] #7 pushing layers 0.0s done [2025-05-26T04:09:32.045Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae 0.1s done [2025-05-26T04:09:32.045Z] #7 DONE 0.1s [2025-05-26T04:09:32.045Z] [2025-05-26T04:09:32.045Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:32.045Z] #8 DONE 0.0s [2025-05-26T04:09:32.045Z] [2025-05-26T04:09:32.045Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:32.045Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:32.335Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-05-26T04:09:32.336Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-05-26T04:09:32.336Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:32.336Z] #1 transferring dockerfile: 168B done [2025-05-26T04:09:32.336Z] #1 DONE 0.0s [2025-05-26T04:09:32.336Z] [2025-05-26T04:09:32.336Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-05-26T04:09:32.336Z] #2 DONE 0.0s [2025-05-26T04:09:32.336Z] [2025-05-26T04:09:32.336Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-05-26T04:09:32.336Z] #3 DONE 0.0s [2025-05-26T04:09:32.336Z] [2025-05-26T04:09:32.336Z] #4 [internal] load .dockerignore [2025-05-26T04:09:32.336Z] #4 transferring context: 2B done [2025-05-26T04:09:32.336Z] #4 DONE 0.0s [2025-05-26T04:09:32.336Z] [2025-05-26T04:09:32.336Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f [2025-05-26T04:09:32.336Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 0.0s done [2025-05-26T04:09:32.336Z] #5 DONE 0.0s [2025-05-26T04:09:32.336Z] [2025-05-26T04:09:32.336Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f [2025-05-26T04:09:32.596Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 0.0s done [2025-05-26T04:09:32.596Z] #6 CACHED [2025-05-26T04:09:32.596Z] [2025-05-26T04:09:32.596Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f [2025-05-26T04:09:32.596Z] #5 CACHED [2025-05-26T04:09:32.596Z] [2025-05-26T04:09:32.596Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:32.596Z] #7 DONE 0.0s [2025-05-26T04:09:32.596Z] [2025-05-26T04:09:32.596Z] #8 exporting to image [2025-05-26T04:09:32.596Z] #8 exporting layers done [2025-05-26T04:09:32.596Z] #8 exporting manifest sha256:e54abb089ecc9c30e84591eac1c4cc45596f9d2d684bb34f92d5eda9a99edab6 done [2025-05-26T04:09:32.596Z] #8 exporting config sha256:226ed4ea4a62a1e2b62d5737b13729d1cb375e4cdea6cb51e5f6c01ba14acddd done [2025-05-26T04:09:32.596Z] #8 exporting manifest sha256:dacd993d05fff872770e581a16d41ef6222657fbe055c2fdf239974d76575458 done [2025-05-26T04:09:32.596Z] #8 exporting config sha256:245e44251ee4cd4fa92d84db0134d6cd199a95e6c7c79f1c72441b5756b22805 done [2025-05-26T04:09:32.596Z] #8 exporting manifest list sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae done [2025-05-26T04:09:32.596Z] #8 pushing layers 0.0s done [2025-05-26T04:09:32.596Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae 0.1s done [2025-05-26T04:09:32.596Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:32.596Z] #8 DONE 0.1s [2025-05-26T04:09:32.596Z] [2025-05-26T04:09:32.596Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:32.596Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:32.883Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' [2025-05-26T04:09:32.883Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - [2025-05-26T04:09:33.142Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:33.142Z] #1 transferring dockerfile: 205B done [2025-05-26T04:09:33.142Z] #1 DONE 0.0s [2025-05-26T04:09:33.142Z] [2025-05-26T04:09:33.142Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:33.142Z] #2 DONE 0.0s [2025-05-26T04:09:33.142Z] [2025-05-26T04:09:33.142Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:33.142Z] #3 DONE 0.0s [2025-05-26T04:09:33.142Z] [2025-05-26T04:09:33.142Z] #4 [internal] load .dockerignore [2025-05-26T04:09:33.142Z] #4 transferring context: 2B done [2025-05-26T04:09:33.142Z] #4 DONE 0.0s [2025-05-26T04:09:33.142Z] [2025-05-26T04:09:33.142Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df [2025-05-26T04:09:33.142Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done [2025-05-26T04:09:33.142Z] #5 DONE 0.0s [2025-05-26T04:09:33.142Z] [2025-05-26T04:09:33.142Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df [2025-05-26T04:09:33.142Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done [2025-05-26T04:09:33.142Z] #6 DONE 0.1s [2025-05-26T04:09:33.411Z] [2025-05-26T04:09:33.411Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:33.411Z] #7 DONE 0.0s [2025-05-26T04:09:33.411Z] [2025-05-26T04:09:33.411Z] #8 exporting to image [2025-05-26T04:09:33.411Z] #8 exporting layers done [2025-05-26T04:09:33.411Z] #8 exporting manifest sha256:55d236571a271b462ab16708365c9d3173b4631a527aba6536205e2d4dc6fe4c done [2025-05-26T04:09:33.411Z] #8 exporting config sha256:4ae4520cafa7d5684df42d46918283cdf1b09071b341185cb6a3ae326f79ef43 done [2025-05-26T04:09:33.411Z] #8 exporting manifest sha256:2ca102c184b46f1b7cc48782afa252599e590ca39b24f1964528bdc18e046d8b 0.0s done [2025-05-26T04:09:33.411Z] #8 exporting config sha256:6210fb793a400a9d59ac2d4b242fadd31a46d83ff783feba99f4b7af08a3f0a4 done [2025-05-26T04:09:33.411Z] #8 exporting manifest list sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 done [2025-05-26T04:09:33.411Z] #8 pushing layers 0.1s done [2025-05-26T04:09:33.411Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 [2025-05-26T04:09:33.411Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:33.411Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 0.1s done [2025-05-26T04:09:33.411Z] #8 DONE 0.2s [2025-05-26T04:09:33.411Z] [2025-05-26T04:09:33.411Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:33.411Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:33.698Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-05-26T04:09:33.699Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-05-26T04:09:33.699Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:33.699Z] #1 transferring dockerfile: 171B done [2025-05-26T04:09:33.699Z] #1 DONE 0.0s [2025-05-26T04:09:33.699Z] [2025-05-26T04:09:33.699Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-26T04:09:33.699Z] #2 DONE 0.0s [2025-05-26T04:09:33.699Z] [2025-05-26T04:09:33.699Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-26T04:09:33.699Z] #3 DONE 0.0s [2025-05-26T04:09:33.699Z] [2025-05-26T04:09:33.699Z] #4 [internal] load .dockerignore [2025-05-26T04:09:33.699Z] #4 transferring context: 2B done [2025-05-26T04:09:33.699Z] #4 DONE 0.0s [2025-05-26T04:09:33.699Z] [2025-05-26T04:09:33.699Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df [2025-05-26T04:09:33.699Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done [2025-05-26T04:09:33.699Z] #5 DONE 0.0s [2025-05-26T04:09:33.699Z] [2025-05-26T04:09:33.699Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df [2025-05-26T04:09:33.957Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done [2025-05-26T04:09:33.957Z] #6 CACHED [2025-05-26T04:09:33.957Z] [2025-05-26T04:09:33.957Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df [2025-05-26T04:09:33.957Z] #5 CACHED [2025-05-26T04:09:33.957Z] [2025-05-26T04:09:33.957Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:33.957Z] #7 DONE 0.0s [2025-05-26T04:09:33.957Z] [2025-05-26T04:09:33.957Z] #8 exporting to image [2025-05-26T04:09:33.957Z] #8 exporting layers done [2025-05-26T04:09:33.957Z] #8 exporting manifest sha256:55d236571a271b462ab16708365c9d3173b4631a527aba6536205e2d4dc6fe4c done [2025-05-26T04:09:33.957Z] #8 exporting config sha256:4ae4520cafa7d5684df42d46918283cdf1b09071b341185cb6a3ae326f79ef43 done [2025-05-26T04:09:33.957Z] #8 exporting manifest sha256:2ca102c184b46f1b7cc48782afa252599e590ca39b24f1964528bdc18e046d8b done [2025-05-26T04:09:33.957Z] #8 exporting config sha256:6210fb793a400a9d59ac2d4b242fadd31a46d83ff783feba99f4b7af08a3f0a4 done [2025-05-26T04:09:33.957Z] #8 exporting manifest list sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 done [2025-05-26T04:09:33.957Z] #8 pushing layers 0.0s done [2025-05-26T04:09:33.957Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 0.1s done [2025-05-26T04:09:33.957Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:33.957Z] #8 DONE 0.1s [2025-05-26T04:09:33.957Z] [2025-05-26T04:09:33.957Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:33.957Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:34.244Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13 --push - [2025-05-26T04:09:34.244Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13' [2025-05-26T04:09:34.507Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:34.507Z] #1 transferring dockerfile: 177B done [2025-05-26T04:09:34.507Z] #1 DONE 0.0s [2025-05-26T04:09:34.507Z] [2025-05-26T04:09:34.507Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13 [2025-05-26T04:09:34.507Z] #2 DONE 0.0s [2025-05-26T04:09:34.507Z] [2025-05-26T04:09:34.507Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13 [2025-05-26T04:09:34.507Z] #3 DONE 0.0s [2025-05-26T04:09:34.507Z] [2025-05-26T04:09:34.507Z] #4 [internal] load .dockerignore [2025-05-26T04:09:34.507Z] #4 transferring context: 2B done [2025-05-26T04:09:34.507Z] #4 DONE 0.0s [2025-05-26T04:09:34.507Z] [2025-05-26T04:09:34.507Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df [2025-05-26T04:09:34.507Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done [2025-05-26T04:09:34.507Z] #5 DONE 0.0s [2025-05-26T04:09:34.507Z] [2025-05-26T04:09:34.507Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df [2025-05-26T04:09:34.507Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done [2025-05-26T04:09:34.507Z] #6 CACHED [2025-05-26T04:09:34.507Z] [2025-05-26T04:09:34.507Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df [2025-05-26T04:09:34.507Z] #5 CACHED [2025-05-26T04:09:34.507Z] [2025-05-26T04:09:34.507Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:34.507Z] #7 DONE 0.0s [2025-05-26T04:09:34.507Z] [2025-05-26T04:09:34.507Z] #8 exporting to image [2025-05-26T04:09:34.507Z] #8 exporting layers done [2025-05-26T04:09:34.507Z] #8 exporting manifest sha256:55d236571a271b462ab16708365c9d3173b4631a527aba6536205e2d4dc6fe4c done [2025-05-26T04:09:34.507Z] #8 exporting config sha256:4ae4520cafa7d5684df42d46918283cdf1b09071b341185cb6a3ae326f79ef43 done [2025-05-26T04:09:34.507Z] #8 exporting manifest sha256:2ca102c184b46f1b7cc48782afa252599e590ca39b24f1964528bdc18e046d8b done [2025-05-26T04:09:34.507Z] #8 exporting config sha256:6210fb793a400a9d59ac2d4b242fadd31a46d83ff783feba99f4b7af08a3f0a4 done [2025-05-26T04:09:34.507Z] #8 exporting manifest list sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 done [2025-05-26T04:09:34.507Z] #8 pushing layers 0.0s done [2025-05-26T04:09:34.507Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13@sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 0.1s done [2025-05-26T04:09:34.507Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:34.507Z] #8 DONE 0.1s [2025-05-26T04:09:34.507Z] [2025-05-26T04:09:34.507Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:34.507Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:34.793Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - [2025-05-26T04:09:34.793Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' [2025-05-26T04:09:35.053Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:35.053Z] #1 transferring dockerfile: 218B done [2025-05-26T04:09:35.053Z] #1 DONE 0.0s [2025-05-26T04:09:35.053Z] [2025-05-26T04:09:35.053Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:35.053Z] #2 DONE 0.0s [2025-05-26T04:09:35.053Z] [2025-05-26T04:09:35.053Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:35.053Z] #3 DONE 0.0s [2025-05-26T04:09:35.053Z] [2025-05-26T04:09:35.053Z] #4 [internal] load .dockerignore [2025-05-26T04:09:35.053Z] #4 transferring context: 2B done [2025-05-26T04:09:35.053Z] #4 DONE 0.0s [2025-05-26T04:09:35.053Z] [2025-05-26T04:09:35.053Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df [2025-05-26T04:09:35.053Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done [2025-05-26T04:09:35.053Z] #5 DONE 0.0s [2025-05-26T04:09:35.053Z] [2025-05-26T04:09:35.053Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df [2025-05-26T04:09:35.053Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done [2025-05-26T04:09:35.053Z] #6 CACHED [2025-05-26T04:09:35.053Z] [2025-05-26T04:09:35.053Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df [2025-05-26T04:09:35.053Z] #5 CACHED [2025-05-26T04:09:35.053Z] [2025-05-26T04:09:35.053Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:35.053Z] #7 DONE 0.0s [2025-05-26T04:09:35.053Z] [2025-05-26T04:09:35.053Z] #8 exporting to image [2025-05-26T04:09:35.053Z] #8 exporting layers done [2025-05-26T04:09:35.053Z] #8 exporting manifest sha256:55d236571a271b462ab16708365c9d3173b4631a527aba6536205e2d4dc6fe4c done [2025-05-26T04:09:35.053Z] #8 exporting config sha256:4ae4520cafa7d5684df42d46918283cdf1b09071b341185cb6a3ae326f79ef43 done [2025-05-26T04:09:35.053Z] #8 exporting manifest sha256:2ca102c184b46f1b7cc48782afa252599e590ca39b24f1964528bdc18e046d8b done [2025-05-26T04:09:35.053Z] #8 exporting config sha256:6210fb793a400a9d59ac2d4b242fadd31a46d83ff783feba99f4b7af08a3f0a4 done [2025-05-26T04:09:35.053Z] #8 exporting manifest list sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 done [2025-05-26T04:09:35.053Z] #8 pushing layers 0.0s done [2025-05-26T04:09:35.053Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 0.1s done [2025-05-26T04:09:35.053Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:35.053Z] #8 DONE 0.1s [2025-05-26T04:09:35.053Z] [2025-05-26T04:09:35.053Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:35.053Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:35.343Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-05-26T04:09:35.343Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-05-26T04:09:35.343Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:35.343Z] #1 transferring dockerfile: 169B done [2025-05-26T04:09:35.343Z] #1 DONE 0.0s [2025-05-26T04:09:35.343Z] [2025-05-26T04:09:35.343Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-05-26T04:09:35.343Z] #2 DONE 0.0s [2025-05-26T04:09:35.343Z] [2025-05-26T04:09:35.343Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-05-26T04:09:35.343Z] #3 DONE 0.0s [2025-05-26T04:09:35.343Z] [2025-05-26T04:09:35.343Z] #4 [internal] load .dockerignore [2025-05-26T04:09:35.343Z] #4 transferring context: 2B done [2025-05-26T04:09:35.343Z] #4 DONE 0.0s [2025-05-26T04:09:35.343Z] [2025-05-26T04:09:35.343Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df [2025-05-26T04:09:35.343Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done [2025-05-26T04:09:35.343Z] #5 CACHED [2025-05-26T04:09:35.343Z] [2025-05-26T04:09:35.343Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df [2025-05-26T04:09:35.343Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done [2025-05-26T04:09:35.343Z] #6 CACHED [2025-05-26T04:09:35.343Z] [2025-05-26T04:09:35.343Z] #7 exporting to image [2025-05-26T04:09:35.343Z] #7 exporting layers done [2025-05-26T04:09:35.343Z] #7 exporting manifest sha256:55d236571a271b462ab16708365c9d3173b4631a527aba6536205e2d4dc6fe4c done [2025-05-26T04:09:35.343Z] #7 exporting config sha256:4ae4520cafa7d5684df42d46918283cdf1b09071b341185cb6a3ae326f79ef43 done [2025-05-26T04:09:35.343Z] #7 exporting manifest sha256:2ca102c184b46f1b7cc48782afa252599e590ca39b24f1964528bdc18e046d8b done [2025-05-26T04:09:35.343Z] #7 exporting config sha256:6210fb793a400a9d59ac2d4b242fadd31a46d83ff783feba99f4b7af08a3f0a4 [2025-05-26T04:09:35.343Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:35.602Z] #7 exporting config sha256:6210fb793a400a9d59ac2d4b242fadd31a46d83ff783feba99f4b7af08a3f0a4 done [2025-05-26T04:09:35.602Z] #7 exporting manifest list sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 done [2025-05-26T04:09:35.602Z] #7 pushing layers 0.0s done [2025-05-26T04:09:35.602Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 0.1s done [2025-05-26T04:09:35.602Z] #7 DONE 0.1s [2025-05-26T04:09:35.602Z] [2025-05-26T04:09:35.602Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:35.602Z] #8 DONE 0.0s [2025-05-26T04:09:35.602Z] [2025-05-26T04:09:35.602Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:35.602Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:35.889Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' [2025-05-26T04:09:35.890Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - [2025-05-26T04:09:35.890Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:35.890Z] #1 transferring dockerfile: 211B done [2025-05-26T04:09:35.890Z] #1 DONE 0.0s [2025-05-26T04:09:35.890Z] [2025-05-26T04:09:35.890Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:35.890Z] #2 DONE 0.0s [2025-05-26T04:09:35.890Z] [2025-05-26T04:09:35.890Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:35.890Z] #3 DONE 0.1s [2025-05-26T04:09:35.890Z] [2025-05-26T04:09:35.890Z] #4 [internal] load .dockerignore [2025-05-26T04:09:35.890Z] #4 transferring context: 2B done [2025-05-26T04:09:35.890Z] #4 DONE 0.0s [2025-05-26T04:09:35.890Z] [2025-05-26T04:09:35.890Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 [2025-05-26T04:09:35.890Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 [2025-05-26T04:09:36.149Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 done [2025-05-26T04:09:36.150Z] #5 DONE 0.1s [2025-05-26T04:09:36.150Z] [2025-05-26T04:09:36.150Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 [2025-05-26T04:09:36.150Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 0.0s done [2025-05-26T04:09:36.150Z] #6 DONE 0.0s [2025-05-26T04:09:36.410Z] [2025-05-26T04:09:36.410Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:36.410Z] #7 DONE 0.0s [2025-05-26T04:09:36.410Z] [2025-05-26T04:09:36.410Z] #8 exporting to image [2025-05-26T04:09:36.410Z] #8 exporting layers done [2025-05-26T04:09:36.410Z] #8 exporting manifest sha256:c8641e58b760415a18ce53a1fe9fd8bb0d5ac252895ddf4dec0e4e00b2ab9ff3 done [2025-05-26T04:09:36.410Z] #8 exporting config sha256:8a1f7e4196db381fdccf1269d4ecd358d092c7f7b56bc140890cb295dced52d3 done [2025-05-26T04:09:36.410Z] #8 exporting manifest sha256:008a37f01a3d048ee7f4d67e52057f6b91c3b11db3f0a2a92fca7c89b6a0af95 done [2025-05-26T04:09:36.410Z] #8 exporting config sha256:92394f70ccd918bd060ee4bb1f357161191b74c26b1f5311772155da56357323 done [2025-05-26T04:09:36.410Z] #8 exporting manifest list sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b done [2025-05-26T04:09:36.410Z] #8 pushing layers [2025-05-26T04:09:36.410Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:36.410Z] #8 pushing layers 0.1s done [2025-05-26T04:09:36.410Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b 0.1s done [2025-05-26T04:09:36.410Z] #8 DONE 0.2s [2025-05-26T04:09:36.410Z] [2025-05-26T04:09:36.410Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:36.410Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:36.702Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-05-26T04:09:36.702Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-05-26T04:09:36.702Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:36.702Z] #1 transferring dockerfile: 177B done [2025-05-26T04:09:36.702Z] #1 DONE 0.0s [2025-05-26T04:09:36.702Z] [2025-05-26T04:09:36.702Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-26T04:09:36.702Z] #2 DONE 0.0s [2025-05-26T04:09:36.702Z] [2025-05-26T04:09:36.702Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-26T04:09:36.702Z] #3 DONE 0.0s [2025-05-26T04:09:36.702Z] [2025-05-26T04:09:36.702Z] #4 [internal] load .dockerignore [2025-05-26T04:09:36.702Z] #4 transferring context: 2B done [2025-05-26T04:09:36.702Z] #4 DONE 0.0s [2025-05-26T04:09:36.702Z] [2025-05-26T04:09:36.702Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 [2025-05-26T04:09:36.702Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 done [2025-05-26T04:09:36.702Z] #5 DONE 0.0s [2025-05-26T04:09:36.702Z] [2025-05-26T04:09:36.702Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 [2025-05-26T04:09:36.962Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 0.0s done [2025-05-26T04:09:36.962Z] #6 CACHED [2025-05-26T04:09:36.962Z] [2025-05-26T04:09:36.962Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 [2025-05-26T04:09:36.962Z] #5 CACHED [2025-05-26T04:09:36.962Z] [2025-05-26T04:09:36.962Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:36.962Z] #7 DONE 0.0s [2025-05-26T04:09:36.962Z] [2025-05-26T04:09:36.962Z] #8 exporting to image [2025-05-26T04:09:36.962Z] #8 exporting layers done [2025-05-26T04:09:36.962Z] #8 exporting manifest sha256:c8641e58b760415a18ce53a1fe9fd8bb0d5ac252895ddf4dec0e4e00b2ab9ff3 done [2025-05-26T04:09:36.962Z] #8 exporting config sha256:8a1f7e4196db381fdccf1269d4ecd358d092c7f7b56bc140890cb295dced52d3 done [2025-05-26T04:09:36.962Z] #8 exporting manifest sha256:008a37f01a3d048ee7f4d67e52057f6b91c3b11db3f0a2a92fca7c89b6a0af95 done [2025-05-26T04:09:36.962Z] #8 exporting config sha256:92394f70ccd918bd060ee4bb1f357161191b74c26b1f5311772155da56357323 done [2025-05-26T04:09:36.962Z] #8 exporting manifest list sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b done [2025-05-26T04:09:36.962Z] #8 pushing layers 0.0s done [2025-05-26T04:09:36.962Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b 0.1s done [2025-05-26T04:09:36.962Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:36.962Z] #8 DONE 0.1s [2025-05-26T04:09:36.962Z] [2025-05-26T04:09:36.962Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:36.962Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:37.252Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13' [2025-05-26T04:09:37.252Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13 --push - [2025-05-26T04:09:37.252Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:37.252Z] #1 transferring dockerfile: 183B done [2025-05-26T04:09:37.252Z] #1 DONE 0.0s [2025-05-26T04:09:37.252Z] [2025-05-26T04:09:37.252Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13 [2025-05-26T04:09:37.252Z] #2 DONE 0.0s [2025-05-26T04:09:37.252Z] [2025-05-26T04:09:37.252Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13 [2025-05-26T04:09:37.252Z] #3 DONE 0.0s [2025-05-26T04:09:37.252Z] [2025-05-26T04:09:37.252Z] #4 [internal] load .dockerignore [2025-05-26T04:09:37.252Z] #4 transferring context: 2B done [2025-05-26T04:09:37.252Z] #4 DONE 0.0s [2025-05-26T04:09:37.252Z] [2025-05-26T04:09:37.252Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 [2025-05-26T04:09:37.252Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 0.0s done [2025-05-26T04:09:37.252Z] #5 CACHED [2025-05-26T04:09:37.252Z] [2025-05-26T04:09:37.252Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 [2025-05-26T04:09:37.512Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 0.0s done [2025-05-26T04:09:37.512Z] #6 CACHED [2025-05-26T04:09:37.512Z] [2025-05-26T04:09:37.512Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:37.512Z] #7 DONE 0.0s [2025-05-26T04:09:37.512Z] [2025-05-26T04:09:37.512Z] #8 exporting to image [2025-05-26T04:09:37.512Z] #8 exporting layers done [2025-05-26T04:09:37.512Z] #8 exporting manifest sha256:c8641e58b760415a18ce53a1fe9fd8bb0d5ac252895ddf4dec0e4e00b2ab9ff3 done [2025-05-26T04:09:37.512Z] #8 exporting config sha256:8a1f7e4196db381fdccf1269d4ecd358d092c7f7b56bc140890cb295dced52d3 done [2025-05-26T04:09:37.512Z] #8 exporting manifest sha256:008a37f01a3d048ee7f4d67e52057f6b91c3b11db3f0a2a92fca7c89b6a0af95 done [2025-05-26T04:09:37.512Z] #8 exporting config sha256:92394f70ccd918bd060ee4bb1f357161191b74c26b1f5311772155da56357323 done [2025-05-26T04:09:37.512Z] #8 exporting manifest list sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b done [2025-05-26T04:09:37.512Z] #8 pushing layers 0.0s done [2025-05-26T04:09:37.512Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13@sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b 0.1s done [2025-05-26T04:09:37.512Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:37.512Z] #8 DONE 0.1s [2025-05-26T04:09:37.512Z] [2025-05-26T04:09:37.512Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:37.512Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:37.802Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' [2025-05-26T04:09:37.802Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - [2025-05-26T04:09:38.061Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:38.061Z] #1 transferring dockerfile: 224B done [2025-05-26T04:09:38.061Z] #1 DONE 0.0s [2025-05-26T04:09:38.061Z] [2025-05-26T04:09:38.061Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:38.061Z] #2 DONE 0.0s [2025-05-26T04:09:38.061Z] [2025-05-26T04:09:38.061Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:38.061Z] #3 DONE 0.0s [2025-05-26T04:09:38.061Z] [2025-05-26T04:09:38.061Z] #4 [internal] load .dockerignore [2025-05-26T04:09:38.061Z] #4 transferring context: 2B done [2025-05-26T04:09:38.061Z] #4 DONE 0.0s [2025-05-26T04:09:38.062Z] [2025-05-26T04:09:38.062Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 [2025-05-26T04:09:38.062Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 0.0s done [2025-05-26T04:09:38.062Z] #5 CACHED [2025-05-26T04:09:38.062Z] [2025-05-26T04:09:38.062Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 [2025-05-26T04:09:38.062Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 0.0s done [2025-05-26T04:09:38.062Z] #6 CACHED [2025-05-26T04:09:38.062Z] [2025-05-26T04:09:38.062Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:38.062Z] #7 DONE 0.0s [2025-05-26T04:09:38.062Z] [2025-05-26T04:09:38.062Z] #8 exporting to image [2025-05-26T04:09:38.062Z] #8 exporting layers done [2025-05-26T04:09:38.062Z] #8 exporting manifest sha256:c8641e58b760415a18ce53a1fe9fd8bb0d5ac252895ddf4dec0e4e00b2ab9ff3 done [2025-05-26T04:09:38.062Z] #8 exporting config sha256:8a1f7e4196db381fdccf1269d4ecd358d092c7f7b56bc140890cb295dced52d3 done [2025-05-26T04:09:38.062Z] #8 exporting manifest sha256:008a37f01a3d048ee7f4d67e52057f6b91c3b11db3f0a2a92fca7c89b6a0af95 done [2025-05-26T04:09:38.062Z] #8 exporting config sha256:92394f70ccd918bd060ee4bb1f357161191b74c26b1f5311772155da56357323 done [2025-05-26T04:09:38.062Z] #8 exporting manifest list sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b done [2025-05-26T04:09:38.062Z] #8 pushing layers 0.0s done [2025-05-26T04:09:38.062Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b 0.1s done [2025-05-26T04:09:38.062Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:38.062Z] #8 DONE 0.1s [2025-05-26T04:09:38.062Z] [2025-05-26T04:09:38.062Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:38.062Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:38.345Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-05-26T04:09:38.345Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-05-26T04:09:38.345Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:38.345Z] #1 transferring dockerfile: 175B done [2025-05-26T04:09:38.345Z] #1 DONE 0.0s [2025-05-26T04:09:38.345Z] [2025-05-26T04:09:38.345Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-05-26T04:09:38.345Z] #2 DONE 0.0s [2025-05-26T04:09:38.345Z] [2025-05-26T04:09:38.345Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-05-26T04:09:38.345Z] #3 DONE 0.1s [2025-05-26T04:09:38.345Z] [2025-05-26T04:09:38.345Z] #4 [internal] load .dockerignore [2025-05-26T04:09:38.345Z] #4 transferring context: 2B done [2025-05-26T04:09:38.345Z] #4 DONE 0.0s [2025-05-26T04:09:38.605Z] [2025-05-26T04:09:38.605Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 [2025-05-26T04:09:38.605Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 0.0s done [2025-05-26T04:09:38.605Z] #5 CACHED [2025-05-26T04:09:38.605Z] [2025-05-26T04:09:38.605Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 [2025-05-26T04:09:38.605Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 0.0s done [2025-05-26T04:09:38.605Z] #6 CACHED [2025-05-26T04:09:38.605Z] [2025-05-26T04:09:38.605Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:38.605Z] #7 DONE 0.0s [2025-05-26T04:09:38.605Z] [2025-05-26T04:09:38.605Z] #8 exporting to image [2025-05-26T04:09:38.605Z] #8 exporting layers done [2025-05-26T04:09:38.605Z] #8 exporting manifest sha256:c8641e58b760415a18ce53a1fe9fd8bb0d5ac252895ddf4dec0e4e00b2ab9ff3 done [2025-05-26T04:09:38.605Z] #8 exporting config sha256:8a1f7e4196db381fdccf1269d4ecd358d092c7f7b56bc140890cb295dced52d3 done [2025-05-26T04:09:38.605Z] #8 exporting manifest sha256:008a37f01a3d048ee7f4d67e52057f6b91c3b11db3f0a2a92fca7c89b6a0af95 done [2025-05-26T04:09:38.605Z] #8 exporting config sha256:92394f70ccd918bd060ee4bb1f357161191b74c26b1f5311772155da56357323 done [2025-05-26T04:09:38.605Z] #8 exporting manifest list sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b done [2025-05-26T04:09:38.605Z] #8 pushing layers 0.0s done [2025-05-26T04:09:38.605Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b 0.1s done [2025-05-26T04:09:38.605Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:38.605Z] #8 DONE 0.1s [2025-05-26T04:09:38.605Z] [2025-05-26T04:09:38.605Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:38.605Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:38.972Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' [2025-05-26T04:09:38.972Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - [2025-05-26T04:09:38.972Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:38.972Z] #1 transferring dockerfile: 215B done [2025-05-26T04:09:38.972Z] #1 DONE 0.0s [2025-05-26T04:09:38.972Z] [2025-05-26T04:09:38.972Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:38.972Z] #2 DONE 0.0s [2025-05-26T04:09:38.972Z] [2025-05-26T04:09:38.972Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:38.972Z] #3 DONE 0.0s [2025-05-26T04:09:38.972Z] [2025-05-26T04:09:38.972Z] #4 [internal] load .dockerignore [2025-05-26T04:09:38.972Z] #4 transferring context: [2025-05-26T04:09:39.230Z] #4 transferring context: 2B done [2025-05-26T04:09:39.230Z] #4 DONE 0.0s [2025-05-26T04:09:39.230Z] [2025-05-26T04:09:39.230Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb [2025-05-26T04:09:39.230Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done [2025-05-26T04:09:39.230Z] #5 DONE 0.0s [2025-05-26T04:09:39.230Z] [2025-05-26T04:09:39.230Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb [2025-05-26T04:09:39.230Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done [2025-05-26T04:09:39.230Z] #6 DONE 0.1s [2025-05-26T04:09:39.230Z] [2025-05-26T04:09:39.230Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:39.230Z] #7 DONE 0.0s [2025-05-26T04:09:39.230Z] [2025-05-26T04:09:39.230Z] #8 exporting to image [2025-05-26T04:09:39.230Z] #8 exporting layers done [2025-05-26T04:09:39.230Z] #8 exporting manifest sha256:67e5a71d260fe3eae6bcafbbabc8b6c22cf36d88bc6a7bb08ca9dfa0ae4dbc23 done [2025-05-26T04:09:39.230Z] #8 exporting config sha256:f3283613f28cc45b1d3fb3c8be2b660dac40827182874dfcf2e5208972c906f1 done [2025-05-26T04:09:39.230Z] #8 exporting manifest sha256:007ea1db5f93019ff158e702036a3cf35ee56cd70faeaa5af5b219820a392723 done [2025-05-26T04:09:39.230Z] #8 exporting config sha256:999d9a9f7a6575c4ed876de6427999791340cca3839c7654c42f3850dfc0569f done [2025-05-26T04:09:39.230Z] #8 exporting manifest list sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc done [2025-05-26T04:09:39.230Z] #8 pushing layers 0.1s done [2025-05-26T04:09:39.230Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc [2025-05-26T04:09:39.230Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:39.490Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc 0.1s done [2025-05-26T04:09:39.490Z] #8 DONE 0.2s [2025-05-26T04:09:39.490Z] [2025-05-26T04:09:39.490Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:39.490Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:39.784Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-05-26T04:09:39.784Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-05-26T04:09:39.784Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:39.784Z] #1 transferring dockerfile: 181B done [2025-05-26T04:09:39.784Z] #1 DONE 0.0s [2025-05-26T04:09:39.784Z] [2025-05-26T04:09:39.784Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-26T04:09:39.784Z] #2 DONE 0.0s [2025-05-26T04:09:39.784Z] [2025-05-26T04:09:39.784Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-26T04:09:39.784Z] #3 DONE 0.0s [2025-05-26T04:09:39.784Z] [2025-05-26T04:09:39.784Z] #4 [internal] load .dockerignore [2025-05-26T04:09:39.784Z] #4 transferring context: 2B done [2025-05-26T04:09:39.784Z] #4 DONE 0.0s [2025-05-26T04:09:39.784Z] [2025-05-26T04:09:39.784Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb [2025-05-26T04:09:39.784Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done [2025-05-26T04:09:39.784Z] #5 CACHED [2025-05-26T04:09:39.784Z] [2025-05-26T04:09:39.784Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb [2025-05-26T04:09:39.784Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done [2025-05-26T04:09:39.784Z] #6 CACHED [2025-05-26T04:09:39.784Z] [2025-05-26T04:09:39.784Z] #7 exporting to image [2025-05-26T04:09:39.784Z] #7 exporting layers done [2025-05-26T04:09:39.784Z] #7 exporting manifest sha256:67e5a71d260fe3eae6bcafbbabc8b6c22cf36d88bc6a7bb08ca9dfa0ae4dbc23 done [2025-05-26T04:09:39.784Z] #7 exporting config sha256:f3283613f28cc45b1d3fb3c8be2b660dac40827182874dfcf2e5208972c906f1 done [2025-05-26T04:09:39.784Z] #7 exporting manifest sha256:007ea1db5f93019ff158e702036a3cf35ee56cd70faeaa5af5b219820a392723 done [2025-05-26T04:09:39.784Z] #7 exporting config sha256:999d9a9f7a6575c4ed876de6427999791340cca3839c7654c42f3850dfc0569f [2025-05-26T04:09:39.784Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:40.044Z] #7 exporting config sha256:999d9a9f7a6575c4ed876de6427999791340cca3839c7654c42f3850dfc0569f done [2025-05-26T04:09:40.044Z] #7 exporting manifest list sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc done [2025-05-26T04:09:40.044Z] #7 pushing layers 0.0s done [2025-05-26T04:09:40.044Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc 0.1s done [2025-05-26T04:09:40.044Z] #7 DONE 0.1s [2025-05-26T04:09:40.044Z] [2025-05-26T04:09:40.044Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:40.044Z] #8 DONE 0.0s [2025-05-26T04:09:40.044Z] [2025-05-26T04:09:40.044Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:40.044Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:40.334Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13' [2025-05-26T04:09:40.334Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13 --push - [2025-05-26T04:09:40.334Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:40.334Z] #1 transferring dockerfile: 187B done [2025-05-26T04:09:40.334Z] #1 DONE 0.0s [2025-05-26T04:09:40.334Z] [2025-05-26T04:09:40.334Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13 [2025-05-26T04:09:40.334Z] #2 DONE 0.0s [2025-05-26T04:09:40.334Z] [2025-05-26T04:09:40.334Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13 [2025-05-26T04:09:40.334Z] #3 DONE 0.0s [2025-05-26T04:09:40.334Z] [2025-05-26T04:09:40.334Z] #4 [internal] load .dockerignore [2025-05-26T04:09:40.334Z] #4 transferring context: 2B done [2025-05-26T04:09:40.334Z] #4 DONE 0.0s [2025-05-26T04:09:40.334Z] [2025-05-26T04:09:40.334Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb [2025-05-26T04:09:40.334Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done [2025-05-26T04:09:40.334Z] #5 CACHED [2025-05-26T04:09:40.334Z] [2025-05-26T04:09:40.334Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb [2025-05-26T04:09:40.334Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done [2025-05-26T04:09:40.334Z] #6 CACHED [2025-05-26T04:09:40.334Z] [2025-05-26T04:09:40.334Z] #7 exporting to image [2025-05-26T04:09:40.334Z] #7 exporting layers [2025-05-26T04:09:40.334Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:40.593Z] #7 exporting layers done [2025-05-26T04:09:40.593Z] #7 exporting manifest sha256:67e5a71d260fe3eae6bcafbbabc8b6c22cf36d88bc6a7bb08ca9dfa0ae4dbc23 done [2025-05-26T04:09:40.593Z] #7 exporting config sha256:f3283613f28cc45b1d3fb3c8be2b660dac40827182874dfcf2e5208972c906f1 done [2025-05-26T04:09:40.593Z] #7 exporting manifest sha256:007ea1db5f93019ff158e702036a3cf35ee56cd70faeaa5af5b219820a392723 done [2025-05-26T04:09:40.593Z] #7 exporting config sha256:999d9a9f7a6575c4ed876de6427999791340cca3839c7654c42f3850dfc0569f done [2025-05-26T04:09:40.594Z] #7 exporting manifest list sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc done [2025-05-26T04:09:40.594Z] #7 pushing layers 0.0s done [2025-05-26T04:09:40.594Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13@sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc 0.1s done [2025-05-26T04:09:40.594Z] #7 DONE 0.1s [2025-05-26T04:09:40.594Z] [2025-05-26T04:09:40.594Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:40.594Z] #8 DONE 0.0s [2025-05-26T04:09:40.594Z] [2025-05-26T04:09:40.594Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:40.594Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:40.883Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' [2025-05-26T04:09:40.884Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - [2025-05-26T04:09:40.884Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:40.884Z] #1 transferring dockerfile: 228B done [2025-05-26T04:09:40.884Z] #1 DONE 0.0s [2025-05-26T04:09:40.884Z] [2025-05-26T04:09:40.884Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:40.884Z] #2 DONE 0.0s [2025-05-26T04:09:40.884Z] [2025-05-26T04:09:40.884Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:40.884Z] #3 DONE 0.0s [2025-05-26T04:09:40.884Z] [2025-05-26T04:09:40.884Z] #4 [internal] load .dockerignore [2025-05-26T04:09:40.884Z] #4 transferring context: 2B done [2025-05-26T04:09:40.884Z] #4 DONE 0.0s [2025-05-26T04:09:40.884Z] [2025-05-26T04:09:40.884Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb [2025-05-26T04:09:40.884Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done [2025-05-26T04:09:40.884Z] #5 CACHED [2025-05-26T04:09:40.884Z] [2025-05-26T04:09:40.884Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb [2025-05-26T04:09:40.884Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done [2025-05-26T04:09:40.884Z] #6 CACHED [2025-05-26T04:09:40.884Z] [2025-05-26T04:09:40.884Z] #7 exporting to image [2025-05-26T04:09:40.884Z] #7 exporting layers done [2025-05-26T04:09:40.884Z] #7 exporting manifest sha256:67e5a71d260fe3eae6bcafbbabc8b6c22cf36d88bc6a7bb08ca9dfa0ae4dbc23 done [2025-05-26T04:09:40.884Z] #7 exporting config sha256:f3283613f28cc45b1d3fb3c8be2b660dac40827182874dfcf2e5208972c906f1 done [2025-05-26T04:09:40.884Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:41.145Z] #7 exporting manifest sha256:007ea1db5f93019ff158e702036a3cf35ee56cd70faeaa5af5b219820a392723 done [2025-05-26T04:09:41.145Z] #7 exporting config sha256:999d9a9f7a6575c4ed876de6427999791340cca3839c7654c42f3850dfc0569f done [2025-05-26T04:09:41.145Z] #7 exporting manifest list sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc done [2025-05-26T04:09:41.145Z] #7 pushing layers 0.0s done [2025-05-26T04:09:41.145Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc 0.1s done [2025-05-26T04:09:41.145Z] #7 DONE 0.1s [2025-05-26T04:09:41.145Z] [2025-05-26T04:09:41.145Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:41.145Z] #8 DONE 0.0s [2025-05-26T04:09:41.145Z] [2025-05-26T04:09:41.145Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:41.145Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:41.433Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-05-26T04:09:41.433Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-05-26T04:09:41.433Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:41.433Z] #1 transferring dockerfile: 179B done [2025-05-26T04:09:41.433Z] #1 DONE 0.0s [2025-05-26T04:09:41.433Z] [2025-05-26T04:09:41.433Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-05-26T04:09:41.433Z] #2 DONE 0.0s [2025-05-26T04:09:41.433Z] [2025-05-26T04:09:41.433Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-05-26T04:09:41.433Z] #3 DONE 0.0s [2025-05-26T04:09:41.433Z] [2025-05-26T04:09:41.433Z] #4 [internal] load .dockerignore [2025-05-26T04:09:41.433Z] #4 transferring context: 2B done [2025-05-26T04:09:41.433Z] #4 DONE 0.0s [2025-05-26T04:09:41.433Z] [2025-05-26T04:09:41.433Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb [2025-05-26T04:09:41.433Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done [2025-05-26T04:09:41.433Z] #5 CACHED [2025-05-26T04:09:41.433Z] [2025-05-26T04:09:41.433Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb [2025-05-26T04:09:41.433Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done [2025-05-26T04:09:41.433Z] #6 DONE 0.0s [2025-05-26T04:09:41.693Z] [2025-05-26T04:09:41.693Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb [2025-05-26T04:09:41.693Z] #6 CACHED [2025-05-26T04:09:41.693Z] [2025-05-26T04:09:41.693Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:41.693Z] #7 DONE 0.0s [2025-05-26T04:09:41.693Z] [2025-05-26T04:09:41.693Z] #8 exporting to image [2025-05-26T04:09:41.693Z] #8 exporting layers done [2025-05-26T04:09:41.693Z] #8 exporting manifest sha256:67e5a71d260fe3eae6bcafbbabc8b6c22cf36d88bc6a7bb08ca9dfa0ae4dbc23 done [2025-05-26T04:09:41.693Z] #8 exporting config sha256:f3283613f28cc45b1d3fb3c8be2b660dac40827182874dfcf2e5208972c906f1 done [2025-05-26T04:09:41.693Z] #8 exporting manifest sha256:007ea1db5f93019ff158e702036a3cf35ee56cd70faeaa5af5b219820a392723 done [2025-05-26T04:09:41.693Z] #8 exporting config sha256:999d9a9f7a6575c4ed876de6427999791340cca3839c7654c42f3850dfc0569f done [2025-05-26T04:09:41.693Z] #8 exporting manifest list sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc done [2025-05-26T04:09:41.693Z] #8 pushing layers 0.0s done [2025-05-26T04:09:41.693Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc 0.1s done [2025-05-26T04:09:41.693Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:41.693Z] #8 DONE 0.1s [2025-05-26T04:09:41.693Z] [2025-05-26T04:09:41.693Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:41.693Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:41.979Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' [2025-05-26T04:09:41.980Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - [2025-05-26T04:09:41.980Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:41.980Z] #1 transferring dockerfile: 205B done [2025-05-26T04:09:41.980Z] #1 DONE 0.0s [2025-05-26T04:09:41.980Z] [2025-05-26T04:09:41.980Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:41.980Z] #2 DONE 0.0s [2025-05-26T04:09:41.980Z] [2025-05-26T04:09:41.980Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:41.980Z] #3 DONE 0.0s [2025-05-26T04:09:41.980Z] [2025-05-26T04:09:41.980Z] #4 [internal] load .dockerignore [2025-05-26T04:09:41.980Z] #4 transferring context: 2B done [2025-05-26T04:09:41.980Z] #4 DONE 0.0s [2025-05-26T04:09:42.239Z] [2025-05-26T04:09:42.239Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 [2025-05-26T04:09:42.239Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done [2025-05-26T04:09:42.239Z] #5 DONE 0.0s [2025-05-26T04:09:42.239Z] [2025-05-26T04:09:42.239Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 [2025-05-26T04:09:42.239Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done [2025-05-26T04:09:42.239Z] #6 DONE 0.1s [2025-05-26T04:09:42.239Z] [2025-05-26T04:09:42.239Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:42.239Z] #7 DONE 0.0s [2025-05-26T04:09:42.239Z] [2025-05-26T04:09:42.239Z] #8 exporting to image [2025-05-26T04:09:42.239Z] #8 exporting layers done [2025-05-26T04:09:42.239Z] #8 exporting manifest sha256:50369ee8a2000fa5998eaa09553e299ed02ad51b0cddf45341a01a9c9d99ec04 done [2025-05-26T04:09:42.239Z] #8 exporting config sha256:d9a54990d25e4ac64579f76ea802fe83c050e23d0180ff01077bb4a7c49bcd03 done [2025-05-26T04:09:42.239Z] #8 exporting manifest sha256:28d23db388d3e939d6756d6c31c7fd05c4347f18f243d971929b0c1850b69709 done [2025-05-26T04:09:42.239Z] #8 exporting config sha256:22299886afd4d9607f20a016e3871f6c1638a34eeb08e17563bfedafc35605d4 done [2025-05-26T04:09:42.239Z] #8 exporting manifest list sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 done [2025-05-26T04:09:42.239Z] #8 pushing layers 0.1s done [2025-05-26T04:09:42.239Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 [2025-05-26T04:09:42.239Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:42.498Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 0.1s done [2025-05-26T04:09:42.498Z] #8 DONE 0.2s [2025-05-26T04:09:42.498Z] [2025-05-26T04:09:42.498Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:42.498Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:42.796Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-05-26T04:09:42.796Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-05-26T04:09:42.796Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:42.796Z] #1 transferring dockerfile: 171B done [2025-05-26T04:09:42.796Z] #1 DONE 0.0s [2025-05-26T04:09:42.796Z] [2025-05-26T04:09:42.796Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-26T04:09:42.796Z] #2 DONE 0.0s [2025-05-26T04:09:42.796Z] [2025-05-26T04:09:42.796Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-26T04:09:42.796Z] #3 DONE 0.0s [2025-05-26T04:09:42.796Z] [2025-05-26T04:09:42.796Z] #4 [internal] load .dockerignore [2025-05-26T04:09:42.796Z] #4 transferring context: 2B done [2025-05-26T04:09:42.796Z] #4 DONE 0.0s [2025-05-26T04:09:42.796Z] [2025-05-26T04:09:42.796Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 [2025-05-26T04:09:42.796Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done [2025-05-26T04:09:42.796Z] #5 DONE 0.0s [2025-05-26T04:09:42.796Z] [2025-05-26T04:09:42.796Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 [2025-05-26T04:09:43.055Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done [2025-05-26T04:09:43.055Z] #6 CACHED [2025-05-26T04:09:43.055Z] [2025-05-26T04:09:43.055Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 [2025-05-26T04:09:43.055Z] #5 CACHED [2025-05-26T04:09:43.055Z] [2025-05-26T04:09:43.055Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:43.055Z] #7 DONE 0.0s [2025-05-26T04:09:43.055Z] [2025-05-26T04:09:43.055Z] #8 exporting to image [2025-05-26T04:09:43.055Z] #8 exporting layers done [2025-05-26T04:09:43.055Z] #8 exporting manifest sha256:50369ee8a2000fa5998eaa09553e299ed02ad51b0cddf45341a01a9c9d99ec04 done [2025-05-26T04:09:43.055Z] #8 exporting config sha256:d9a54990d25e4ac64579f76ea802fe83c050e23d0180ff01077bb4a7c49bcd03 done [2025-05-26T04:09:43.055Z] #8 exporting manifest sha256:28d23db388d3e939d6756d6c31c7fd05c4347f18f243d971929b0c1850b69709 done [2025-05-26T04:09:43.055Z] #8 exporting config sha256:22299886afd4d9607f20a016e3871f6c1638a34eeb08e17563bfedafc35605d4 done [2025-05-26T04:09:43.055Z] #8 exporting manifest list sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 done [2025-05-26T04:09:43.055Z] #8 pushing layers 0.0s done [2025-05-26T04:09:43.055Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 0.1s done [2025-05-26T04:09:43.055Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:43.055Z] #8 DONE 0.1s [2025-05-26T04:09:43.055Z] [2025-05-26T04:09:43.055Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:43.055Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:43.346Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13 --push - [2025-05-26T04:09:43.346Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13' [2025-05-26T04:09:43.346Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:43.346Z] #1 transferring dockerfile: 177B done [2025-05-26T04:09:43.346Z] #1 DONE 0.0s [2025-05-26T04:09:43.346Z] [2025-05-26T04:09:43.346Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13 [2025-05-26T04:09:43.346Z] #2 DONE 0.0s [2025-05-26T04:09:43.346Z] [2025-05-26T04:09:43.346Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13 [2025-05-26T04:09:43.346Z] #3 DONE 0.0s [2025-05-26T04:09:43.346Z] [2025-05-26T04:09:43.346Z] #4 [internal] load .dockerignore [2025-05-26T04:09:43.346Z] #4 transferring context: 2B done [2025-05-26T04:09:43.346Z] #4 DONE 0.0s [2025-05-26T04:09:43.346Z] [2025-05-26T04:09:43.346Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 [2025-05-26T04:09:43.346Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done [2025-05-26T04:09:43.346Z] #5 CACHED [2025-05-26T04:09:43.346Z] [2025-05-26T04:09:43.346Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 [2025-05-26T04:09:43.346Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done [2025-05-26T04:09:43.346Z] #6 CACHED [2025-05-26T04:09:43.346Z] [2025-05-26T04:09:43.346Z] #7 exporting to image [2025-05-26T04:09:43.346Z] #7 exporting layers done [2025-05-26T04:09:43.346Z] #7 exporting manifest sha256:50369ee8a2000fa5998eaa09553e299ed02ad51b0cddf45341a01a9c9d99ec04 done [2025-05-26T04:09:43.346Z] #7 exporting config sha256:d9a54990d25e4ac64579f76ea802fe83c050e23d0180ff01077bb4a7c49bcd03 done [2025-05-26T04:09:43.347Z] #7 exporting manifest sha256:28d23db388d3e939d6756d6c31c7fd05c4347f18f243d971929b0c1850b69709 done [2025-05-26T04:09:43.347Z] #7 exporting config sha256:22299886afd4d9607f20a016e3871f6c1638a34eeb08e17563bfedafc35605d4 [2025-05-26T04:09:43.347Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:43.609Z] #7 exporting config sha256:22299886afd4d9607f20a016e3871f6c1638a34eeb08e17563bfedafc35605d4 done [2025-05-26T04:09:43.609Z] #7 exporting manifest list sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 done [2025-05-26T04:09:43.609Z] #7 pushing layers 0.0s done [2025-05-26T04:09:43.609Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13@sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 0.1s done [2025-05-26T04:09:43.609Z] #7 DONE 0.1s [2025-05-26T04:09:43.609Z] [2025-05-26T04:09:43.609Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:43.609Z] #8 DONE 0.0s [2025-05-26T04:09:43.609Z] [2025-05-26T04:09:43.609Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:43.609Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:43.905Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' [2025-05-26T04:09:43.905Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - [2025-05-26T04:09:43.905Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:43.905Z] #1 transferring dockerfile: 218B done [2025-05-26T04:09:43.905Z] #1 DONE 0.0s [2025-05-26T04:09:43.905Z] [2025-05-26T04:09:43.905Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:43.905Z] #2 DONE 0.0s [2025-05-26T04:09:43.905Z] [2025-05-26T04:09:43.905Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:43.905Z] #3 DONE 0.0s [2025-05-26T04:09:43.905Z] [2025-05-26T04:09:43.905Z] #4 [internal] load .dockerignore [2025-05-26T04:09:43.905Z] #4 transferring context: 2B done [2025-05-26T04:09:43.905Z] #4 DONE 0.0s [2025-05-26T04:09:43.905Z] [2025-05-26T04:09:43.905Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 [2025-05-26T04:09:43.905Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done [2025-05-26T04:09:43.905Z] #5 CACHED [2025-05-26T04:09:43.905Z] [2025-05-26T04:09:43.905Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 [2025-05-26T04:09:43.905Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done [2025-05-26T04:09:43.905Z] #6 CACHED [2025-05-26T04:09:43.905Z] [2025-05-26T04:09:43.905Z] #7 exporting to image [2025-05-26T04:09:43.905Z] #7 exporting layers done [2025-05-26T04:09:43.905Z] #7 exporting manifest sha256:50369ee8a2000fa5998eaa09553e299ed02ad51b0cddf45341a01a9c9d99ec04 done [2025-05-26T04:09:43.905Z] #7 exporting config sha256:d9a54990d25e4ac64579f76ea802fe83c050e23d0180ff01077bb4a7c49bcd03 done [2025-05-26T04:09:43.905Z] #7 exporting manifest sha256:28d23db388d3e939d6756d6c31c7fd05c4347f18f243d971929b0c1850b69709 done [2025-05-26T04:09:43.905Z] #7 exporting config sha256:22299886afd4d9607f20a016e3871f6c1638a34eeb08e17563bfedafc35605d4 done [2025-05-26T04:09:43.905Z] #7 exporting manifest list sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 [2025-05-26T04:09:43.906Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:44.167Z] #7 exporting manifest list sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 done [2025-05-26T04:09:44.167Z] #7 pushing layers 0.0s done [2025-05-26T04:09:44.167Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 0.1s done [2025-05-26T04:09:44.167Z] #7 DONE 0.1s [2025-05-26T04:09:44.167Z] [2025-05-26T04:09:44.167Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:44.167Z] #8 DONE 0.0s [2025-05-26T04:09:44.167Z] [2025-05-26T04:09:44.167Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:44.167Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:44.453Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-05-26T04:09:44.453Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-05-26T04:09:44.453Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:44.453Z] #1 transferring dockerfile: 169B done [2025-05-26T04:09:44.453Z] #1 DONE 0.0s [2025-05-26T04:09:44.453Z] [2025-05-26T04:09:44.453Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-05-26T04:09:44.453Z] #2 DONE 0.0s [2025-05-26T04:09:44.453Z] [2025-05-26T04:09:44.453Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-05-26T04:09:44.453Z] #3 DONE 0.0s [2025-05-26T04:09:44.453Z] [2025-05-26T04:09:44.453Z] #4 [internal] load .dockerignore [2025-05-26T04:09:44.453Z] #4 transferring context: 2B done [2025-05-26T04:09:44.453Z] #4 DONE 0.0s [2025-05-26T04:09:44.453Z] [2025-05-26T04:09:44.453Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 [2025-05-26T04:09:44.453Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done [2025-05-26T04:09:44.453Z] #5 CACHED [2025-05-26T04:09:44.453Z] [2025-05-26T04:09:44.453Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 [2025-05-26T04:09:44.453Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done [2025-05-26T04:09:44.453Z] #6 CACHED [2025-05-26T04:09:44.453Z] [2025-05-26T04:09:44.453Z] #7 exporting to image [2025-05-26T04:09:44.453Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:44.714Z] #7 exporting layers done [2025-05-26T04:09:44.714Z] #7 exporting manifest sha256:50369ee8a2000fa5998eaa09553e299ed02ad51b0cddf45341a01a9c9d99ec04 done [2025-05-26T04:09:44.714Z] #7 exporting config sha256:d9a54990d25e4ac64579f76ea802fe83c050e23d0180ff01077bb4a7c49bcd03 done [2025-05-26T04:09:44.714Z] #7 exporting manifest sha256:28d23db388d3e939d6756d6c31c7fd05c4347f18f243d971929b0c1850b69709 done [2025-05-26T04:09:44.714Z] #7 exporting config sha256:22299886afd4d9607f20a016e3871f6c1638a34eeb08e17563bfedafc35605d4 done [2025-05-26T04:09:44.714Z] #7 exporting manifest list sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 done [2025-05-26T04:09:44.714Z] #7 pushing layers 0.0s done [2025-05-26T04:09:44.714Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 0.1s done [2025-05-26T04:09:44.714Z] #7 DONE 0.1s [2025-05-26T04:09:44.714Z] [2025-05-26T04:09:44.714Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:44.714Z] #8 DONE 0.0s [2025-05-26T04:09:44.714Z] [2025-05-26T04:09:44.714Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:44.714Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:44.997Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - [2025-05-26T04:09:44.997Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' [2025-05-26T04:09:45.256Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:45.256Z] #1 transferring dockerfile: 206B done [2025-05-26T04:09:45.256Z] #1 DONE 0.0s [2025-05-26T04:09:45.256Z] [2025-05-26T04:09:45.256Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:45.256Z] #2 DONE 0.0s [2025-05-26T04:09:45.256Z] [2025-05-26T04:09:45.256Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:45.256Z] #3 DONE 0.0s [2025-05-26T04:09:45.256Z] [2025-05-26T04:09:45.256Z] #4 [internal] load .dockerignore [2025-05-26T04:09:45.256Z] #4 transferring context: 2B done [2025-05-26T04:09:45.256Z] #4 DONE 0.0s [2025-05-26T04:09:45.256Z] [2025-05-26T04:09:45.256Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b [2025-05-26T04:09:45.256Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b [2025-05-26T04:09:45.256Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 0.0s done [2025-05-26T04:09:45.256Z] #5 DONE 0.0s [2025-05-26T04:09:45.256Z] [2025-05-26T04:09:45.256Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b [2025-05-26T04:09:45.256Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b done [2025-05-26T04:09:45.256Z] #6 DONE 0.1s [2025-05-26T04:09:45.256Z] [2025-05-26T04:09:45.256Z] #7 exporting to image [2025-05-26T04:09:45.256Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:45.256Z] #7 ... [2025-05-26T04:09:45.256Z] [2025-05-26T04:09:45.256Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:45.256Z] #8 DONE 0.0s [2025-05-26T04:09:45.256Z] [2025-05-26T04:09:45.256Z] #7 exporting to image [2025-05-26T04:09:45.256Z] #7 exporting layers done [2025-05-26T04:09:45.256Z] #7 exporting manifest sha256:25b743fb41c5c3a3a9400c3e8f06f8919a1c1202d8b2e18fe5751c9f64b2e33d done [2025-05-26T04:09:45.256Z] #7 exporting config sha256:8783e31b345a66180909796d96dd2cba07dd0321c8921629fc56ff98fa462601 done [2025-05-26T04:09:45.256Z] #7 exporting manifest sha256:0b65a465e5311cfaa713a1ea173956e38a73181a12ac2fa4f911c7fc7db661b2 done [2025-05-26T04:09:45.256Z] #7 exporting config sha256:506afaadd88a5fb2073640404ccf10f14b8fb9d7da98edf0dbd50f5cbac4b625 done [2025-05-26T04:09:45.256Z] #7 exporting manifest list sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e done [2025-05-26T04:09:45.256Z] #7 pushing layers [2025-05-26T04:09:45.515Z] #7 pushing layers 0.1s done [2025-05-26T04:09:45.515Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e 0.1s done [2025-05-26T04:09:45.515Z] #7 DONE 0.2s [2025-05-26T04:09:45.515Z] [2025-05-26T04:09:45.515Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:45.515Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:45.802Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-05-26T04:09:45.802Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-05-26T04:09:45.802Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:45.802Z] #1 transferring dockerfile: 172B done [2025-05-26T04:09:45.802Z] #1 DONE 0.0s [2025-05-26T04:09:45.802Z] [2025-05-26T04:09:45.802Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-26T04:09:45.802Z] #2 DONE 0.0s [2025-05-26T04:09:45.802Z] [2025-05-26T04:09:45.802Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-26T04:09:45.802Z] #3 DONE 0.0s [2025-05-26T04:09:45.802Z] [2025-05-26T04:09:45.802Z] #4 [internal] load .dockerignore [2025-05-26T04:09:45.802Z] #4 transferring context: 2B done [2025-05-26T04:09:45.802Z] #4 DONE 0.0s [2025-05-26T04:09:45.802Z] [2025-05-26T04:09:45.802Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b [2025-05-26T04:09:45.802Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 0.0s done [2025-05-26T04:09:45.802Z] #5 CACHED [2025-05-26T04:09:45.802Z] [2025-05-26T04:09:45.802Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b [2025-05-26T04:09:45.802Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 0.0s done [2025-05-26T04:09:45.802Z] #6 CACHED [2025-05-26T04:09:45.802Z] [2025-05-26T04:09:45.802Z] #7 exporting to image [2025-05-26T04:09:45.802Z] #7 exporting layers done [2025-05-26T04:09:45.802Z] #7 exporting manifest sha256:25b743fb41c5c3a3a9400c3e8f06f8919a1c1202d8b2e18fe5751c9f64b2e33d done [2025-05-26T04:09:45.802Z] #7 exporting config sha256:8783e31b345a66180909796d96dd2cba07dd0321c8921629fc56ff98fa462601 [2025-05-26T04:09:45.802Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:46.063Z] #7 exporting config sha256:8783e31b345a66180909796d96dd2cba07dd0321c8921629fc56ff98fa462601 done [2025-05-26T04:09:46.063Z] #7 exporting manifest sha256:0b65a465e5311cfaa713a1ea173956e38a73181a12ac2fa4f911c7fc7db661b2 done [2025-05-26T04:09:46.063Z] #7 exporting config sha256:506afaadd88a5fb2073640404ccf10f14b8fb9d7da98edf0dbd50f5cbac4b625 done [2025-05-26T04:09:46.063Z] #7 exporting manifest list sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e done [2025-05-26T04:09:46.063Z] #7 pushing layers 0.0s done [2025-05-26T04:09:46.063Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e 0.1s done [2025-05-26T04:09:46.063Z] #7 DONE 0.1s [2025-05-26T04:09:46.063Z] [2025-05-26T04:09:46.063Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:46.063Z] #8 DONE 0.0s [2025-05-26T04:09:46.063Z] [2025-05-26T04:09:46.063Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:46.063Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:46.351Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13' [2025-05-26T04:09:46.351Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13 --push - [2025-05-26T04:09:46.611Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:46.611Z] #1 transferring dockerfile: 178B done [2025-05-26T04:09:46.611Z] #1 DONE 0.0s [2025-05-26T04:09:46.611Z] [2025-05-26T04:09:46.611Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13 [2025-05-26T04:09:46.611Z] #2 DONE 0.0s [2025-05-26T04:09:46.611Z] [2025-05-26T04:09:46.611Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13 [2025-05-26T04:09:46.611Z] #3 DONE 0.0s [2025-05-26T04:09:46.611Z] [2025-05-26T04:09:46.611Z] #4 [internal] load .dockerignore [2025-05-26T04:09:46.611Z] #4 transferring context: 2B done [2025-05-26T04:09:46.611Z] #4 DONE 0.0s [2025-05-26T04:09:46.611Z] [2025-05-26T04:09:46.611Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b [2025-05-26T04:09:46.611Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 0.0s done [2025-05-26T04:09:46.611Z] #5 CACHED [2025-05-26T04:09:46.611Z] [2025-05-26T04:09:46.611Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b [2025-05-26T04:09:46.611Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 0.0s done [2025-05-26T04:09:46.611Z] #6 CACHED [2025-05-26T04:09:46.611Z] [2025-05-26T04:09:46.611Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:46.611Z] #7 DONE 0.0s [2025-05-26T04:09:46.611Z] [2025-05-26T04:09:46.611Z] #8 exporting to image [2025-05-26T04:09:46.611Z] #8 exporting layers done [2025-05-26T04:09:46.611Z] #8 exporting manifest sha256:25b743fb41c5c3a3a9400c3e8f06f8919a1c1202d8b2e18fe5751c9f64b2e33d done [2025-05-26T04:09:46.611Z] #8 exporting config sha256:8783e31b345a66180909796d96dd2cba07dd0321c8921629fc56ff98fa462601 done [2025-05-26T04:09:46.611Z] #8 exporting manifest sha256:0b65a465e5311cfaa713a1ea173956e38a73181a12ac2fa4f911c7fc7db661b2 done [2025-05-26T04:09:46.611Z] #8 exporting config sha256:506afaadd88a5fb2073640404ccf10f14b8fb9d7da98edf0dbd50f5cbac4b625 done [2025-05-26T04:09:46.611Z] #8 exporting manifest list sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e done [2025-05-26T04:09:46.611Z] #8 pushing layers 0.0s done [2025-05-26T04:09:46.611Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13@sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e 0.1s done [2025-05-26T04:09:46.611Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:46.611Z] #8 DONE 0.1s [2025-05-26T04:09:46.611Z] [2025-05-26T04:09:46.611Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:46.611Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:46.899Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' [2025-05-26T04:09:46.900Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - [2025-05-26T04:09:46.900Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:46.900Z] #1 transferring dockerfile: 219B done [2025-05-26T04:09:46.900Z] #1 DONE 0.0s [2025-05-26T04:09:46.900Z] [2025-05-26T04:09:46.900Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:46.900Z] #2 DONE 0.0s [2025-05-26T04:09:46.900Z] [2025-05-26T04:09:46.900Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:46.900Z] #3 DONE 0.0s [2025-05-26T04:09:46.900Z] [2025-05-26T04:09:46.900Z] #4 [internal] load .dockerignore [2025-05-26T04:09:46.900Z] #4 transferring context: 2B done [2025-05-26T04:09:46.900Z] #4 DONE 0.0s [2025-05-26T04:09:46.900Z] [2025-05-26T04:09:46.900Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b [2025-05-26T04:09:46.900Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 0.0s done [2025-05-26T04:09:46.900Z] #5 CACHED [2025-05-26T04:09:46.900Z] [2025-05-26T04:09:46.900Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b [2025-05-26T04:09:46.900Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 0.0s done [2025-05-26T04:09:46.900Z] #6 CACHED [2025-05-26T04:09:46.900Z] [2025-05-26T04:09:46.900Z] #7 exporting to image [2025-05-26T04:09:46.900Z] #7 exporting layers done [2025-05-26T04:09:46.900Z] #7 exporting manifest sha256:25b743fb41c5c3a3a9400c3e8f06f8919a1c1202d8b2e18fe5751c9f64b2e33d done [2025-05-26T04:09:46.900Z] #7 exporting config sha256:8783e31b345a66180909796d96dd2cba07dd0321c8921629fc56ff98fa462601 [2025-05-26T04:09:46.900Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:47.163Z] #7 exporting config sha256:8783e31b345a66180909796d96dd2cba07dd0321c8921629fc56ff98fa462601 done [2025-05-26T04:09:47.163Z] #7 exporting manifest sha256:0b65a465e5311cfaa713a1ea173956e38a73181a12ac2fa4f911c7fc7db661b2 done [2025-05-26T04:09:47.163Z] #7 exporting config sha256:506afaadd88a5fb2073640404ccf10f14b8fb9d7da98edf0dbd50f5cbac4b625 done [2025-05-26T04:09:47.163Z] #7 exporting manifest list sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e done [2025-05-26T04:09:47.163Z] #7 pushing layers 0.0s done [2025-05-26T04:09:47.163Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e 0.1s done [2025-05-26T04:09:47.163Z] #7 DONE 0.1s [2025-05-26T04:09:47.163Z] [2025-05-26T04:09:47.163Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:47.163Z] #8 DONE 0.0s [2025-05-26T04:09:47.163Z] [2025-05-26T04:09:47.163Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:47.163Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:47.457Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-05-26T04:09:47.458Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-05-26T04:09:47.458Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:47.458Z] #1 transferring dockerfile: 170B done [2025-05-26T04:09:47.458Z] #1 DONE 0.0s [2025-05-26T04:09:47.458Z] [2025-05-26T04:09:47.458Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-05-26T04:09:47.458Z] #2 DONE 0.0s [2025-05-26T04:09:47.458Z] [2025-05-26T04:09:47.458Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-05-26T04:09:47.458Z] #3 DONE 0.0s [2025-05-26T04:09:47.458Z] [2025-05-26T04:09:47.458Z] #4 [internal] load .dockerignore [2025-05-26T04:09:47.458Z] #4 transferring context: 2B done [2025-05-26T04:09:47.458Z] #4 DONE 0.0s [2025-05-26T04:09:47.458Z] [2025-05-26T04:09:47.458Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b [2025-05-26T04:09:47.458Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 0.0s done [2025-05-26T04:09:47.458Z] #5 CACHED [2025-05-26T04:09:47.458Z] [2025-05-26T04:09:47.458Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b [2025-05-26T04:09:47.715Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 0.0s done [2025-05-26T04:09:47.715Z] #6 CACHED [2025-05-26T04:09:47.715Z] [2025-05-26T04:09:47.715Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:47.715Z] #7 DONE 0.0s [2025-05-26T04:09:47.715Z] [2025-05-26T04:09:47.715Z] #8 exporting to image [2025-05-26T04:09:47.715Z] #8 exporting layers done [2025-05-26T04:09:47.715Z] #8 exporting manifest sha256:25b743fb41c5c3a3a9400c3e8f06f8919a1c1202d8b2e18fe5751c9f64b2e33d done [2025-05-26T04:09:47.715Z] #8 exporting config sha256:8783e31b345a66180909796d96dd2cba07dd0321c8921629fc56ff98fa462601 done [2025-05-26T04:09:47.716Z] #8 exporting manifest sha256:0b65a465e5311cfaa713a1ea173956e38a73181a12ac2fa4f911c7fc7db661b2 done [2025-05-26T04:09:47.716Z] #8 exporting config sha256:506afaadd88a5fb2073640404ccf10f14b8fb9d7da98edf0dbd50f5cbac4b625 done [2025-05-26T04:09:47.716Z] #8 exporting manifest list sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e done [2025-05-26T04:09:47.716Z] #8 pushing layers 0.0s done [2025-05-26T04:09:47.716Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e 0.1s done [2025-05-26T04:09:47.716Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:47.716Z] #8 DONE 0.1s [2025-05-26T04:09:47.716Z] [2025-05-26T04:09:47.716Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:47.716Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:48.009Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - [2025-05-26T04:09:48.009Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' [2025-05-26T04:09:48.009Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:48.009Z] #1 transferring dockerfile: 206B done [2025-05-26T04:09:48.009Z] #1 DONE 0.0s [2025-05-26T04:09:48.009Z] [2025-05-26T04:09:48.009Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:48.009Z] #2 DONE 0.0s [2025-05-26T04:09:48.009Z] [2025-05-26T04:09:48.009Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:48.009Z] #3 DONE 0.1s [2025-05-26T04:09:48.009Z] [2025-05-26T04:09:48.009Z] #4 [internal] load .dockerignore [2025-05-26T04:09:48.009Z] #4 transferring context: 2B done [2025-05-26T04:09:48.009Z] #4 DONE 0.0s [2025-05-26T04:09:48.268Z] [2025-05-26T04:09:48.268Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 [2025-05-26T04:09:48.268Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 [2025-05-26T04:09:48.268Z] #5 ... [2025-05-26T04:09:48.268Z] [2025-05-26T04:09:48.268Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 [2025-05-26T04:09:48.268Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 0.0s done [2025-05-26T04:09:48.268Z] #6 DONE 0.1s [2025-05-26T04:09:48.268Z] [2025-05-26T04:09:48.268Z] #7 exporting to image [2025-05-26T04:09:48.268Z] #7 exporting layers done [2025-05-26T04:09:48.268Z] #7 exporting manifest sha256:e29d5657a85149037e783e474b20e2baa5c3c061c25d4687323ce92f4e3ecf24 done [2025-05-26T04:09:48.268Z] #7 exporting config sha256:b27c38f29df85ab5660d9d6386b63fa5ba61447166d5fd32730790cdb25997e4 [2025-05-26T04:09:48.268Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:48.268Z] #7 ... [2025-05-26T04:09:48.268Z] [2025-05-26T04:09:48.268Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:48.268Z] #8 DONE 0.0s [2025-05-26T04:09:48.268Z] [2025-05-26T04:09:48.268Z] #7 exporting to image [2025-05-26T04:09:48.268Z] #7 exporting config sha256:b27c38f29df85ab5660d9d6386b63fa5ba61447166d5fd32730790cdb25997e4 done [2025-05-26T04:09:48.268Z] #7 exporting manifest sha256:0c0e4aedf49fdadc8b990d7f53f686e06421dd8aaf01b0382f8127d707dee8e9 done [2025-05-26T04:09:48.268Z] #7 exporting config sha256:ac57acfdef72e22a50d3268064c1aeef15d28676993a6cc7f0e6f148a7a8d8a5 done [2025-05-26T04:09:48.268Z] #7 exporting manifest list sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 done [2025-05-26T04:09:48.268Z] #7 pushing layers 0.1s done [2025-05-26T04:09:48.268Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 [2025-05-26T04:09:48.528Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 0.1s done [2025-05-26T04:09:48.528Z] #7 DONE 0.2s [2025-05-26T04:09:48.528Z] [2025-05-26T04:09:48.528Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:48.528Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:48.814Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-05-26T04:09:48.815Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-05-26T04:09:48.815Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:48.815Z] #1 transferring dockerfile: 172B done [2025-05-26T04:09:48.815Z] #1 DONE 0.0s [2025-05-26T04:09:48.815Z] [2025-05-26T04:09:48.815Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-26T04:09:48.815Z] #2 DONE 0.0s [2025-05-26T04:09:48.815Z] [2025-05-26T04:09:48.815Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-26T04:09:48.815Z] #3 DONE 0.0s [2025-05-26T04:09:48.815Z] [2025-05-26T04:09:48.815Z] #4 [internal] load .dockerignore [2025-05-26T04:09:48.815Z] #4 transferring context: 2B done [2025-05-26T04:09:48.815Z] #4 DONE 0.0s [2025-05-26T04:09:48.815Z] [2025-05-26T04:09:48.815Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 [2025-05-26T04:09:48.815Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 0.0s done [2025-05-26T04:09:48.815Z] #5 DONE 0.0s [2025-05-26T04:09:48.815Z] [2025-05-26T04:09:48.815Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 [2025-05-26T04:09:49.082Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 0.0s done [2025-05-26T04:09:49.082Z] #6 CACHED [2025-05-26T04:09:49.082Z] [2025-05-26T04:09:49.082Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 [2025-05-26T04:09:49.082Z] #5 CACHED [2025-05-26T04:09:49.082Z] [2025-05-26T04:09:49.082Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:49.082Z] #7 DONE 0.0s [2025-05-26T04:09:49.082Z] [2025-05-26T04:09:49.082Z] #8 exporting to image [2025-05-26T04:09:49.082Z] #8 exporting layers done [2025-05-26T04:09:49.082Z] #8 exporting manifest sha256:e29d5657a85149037e783e474b20e2baa5c3c061c25d4687323ce92f4e3ecf24 done [2025-05-26T04:09:49.082Z] #8 exporting config sha256:b27c38f29df85ab5660d9d6386b63fa5ba61447166d5fd32730790cdb25997e4 done [2025-05-26T04:09:49.082Z] #8 exporting manifest sha256:0c0e4aedf49fdadc8b990d7f53f686e06421dd8aaf01b0382f8127d707dee8e9 done [2025-05-26T04:09:49.082Z] #8 exporting config sha256:ac57acfdef72e22a50d3268064c1aeef15d28676993a6cc7f0e6f148a7a8d8a5 done [2025-05-26T04:09:49.082Z] #8 exporting manifest list sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 done [2025-05-26T04:09:49.082Z] #8 pushing layers 0.0s done [2025-05-26T04:09:49.082Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 0.1s done [2025-05-26T04:09:49.082Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:49.082Z] #8 DONE 0.1s [2025-05-26T04:09:49.082Z] [2025-05-26T04:09:49.082Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:49.082Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:49.387Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13' [2025-05-26T04:09:49.387Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13 --push - [2025-05-26T04:09:49.388Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:49.388Z] #1 transferring dockerfile: 178B done [2025-05-26T04:09:49.388Z] #1 DONE 0.0s [2025-05-26T04:09:49.388Z] [2025-05-26T04:09:49.388Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13 [2025-05-26T04:09:49.388Z] #2 DONE 0.0s [2025-05-26T04:09:49.388Z] [2025-05-26T04:09:49.388Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13 [2025-05-26T04:09:49.388Z] #3 DONE 0.0s [2025-05-26T04:09:49.388Z] [2025-05-26T04:09:49.388Z] #4 [internal] load .dockerignore [2025-05-26T04:09:49.388Z] #4 transferring context: 2B done [2025-05-26T04:09:49.388Z] #4 DONE 0.0s [2025-05-26T04:09:49.388Z] [2025-05-26T04:09:49.388Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 [2025-05-26T04:09:49.388Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 0.0s done [2025-05-26T04:09:49.388Z] #5 CACHED [2025-05-26T04:09:49.388Z] [2025-05-26T04:09:49.388Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 [2025-05-26T04:09:49.388Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 0.0s done [2025-05-26T04:09:49.388Z] #6 CACHED [2025-05-26T04:09:49.388Z] [2025-05-26T04:09:49.388Z] #7 exporting to image [2025-05-26T04:09:49.388Z] #7 exporting layers done [2025-05-26T04:09:49.388Z] #7 exporting manifest sha256:e29d5657a85149037e783e474b20e2baa5c3c061c25d4687323ce92f4e3ecf24 done [2025-05-26T04:09:49.388Z] #7 exporting config sha256:b27c38f29df85ab5660d9d6386b63fa5ba61447166d5fd32730790cdb25997e4 done [2025-05-26T04:09:49.388Z] #7 exporting manifest sha256:0c0e4aedf49fdadc8b990d7f53f686e06421dd8aaf01b0382f8127d707dee8e9 done [2025-05-26T04:09:49.388Z] #7 exporting config sha256:ac57acfdef72e22a50d3268064c1aeef15d28676993a6cc7f0e6f148a7a8d8a5 [2025-05-26T04:09:49.388Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:49.647Z] #7 exporting config sha256:ac57acfdef72e22a50d3268064c1aeef15d28676993a6cc7f0e6f148a7a8d8a5 done [2025-05-26T04:09:49.647Z] #7 exporting manifest list sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 done [2025-05-26T04:09:49.647Z] #7 pushing layers 0.0s done [2025-05-26T04:09:49.647Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13@sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 0.1s done [2025-05-26T04:09:49.647Z] #7 DONE 0.1s [2025-05-26T04:09:49.647Z] [2025-05-26T04:09:49.647Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:49.647Z] #8 DONE 0.0s [2025-05-26T04:09:49.647Z] [2025-05-26T04:09:49.647Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:49.647Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:49.941Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' [2025-05-26T04:09:49.942Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - [2025-05-26T04:09:49.942Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:49.942Z] #1 transferring dockerfile: 219B done [2025-05-26T04:09:49.942Z] #1 DONE 0.0s [2025-05-26T04:09:49.942Z] [2025-05-26T04:09:49.942Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:49.942Z] #2 DONE 0.0s [2025-05-26T04:09:49.942Z] [2025-05-26T04:09:49.942Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:49.942Z] #3 DONE 0.0s [2025-05-26T04:09:49.942Z] [2025-05-26T04:09:49.942Z] #4 [internal] load .dockerignore [2025-05-26T04:09:49.942Z] #4 transferring context: 2B done [2025-05-26T04:09:49.942Z] #4 DONE 0.0s [2025-05-26T04:09:49.942Z] [2025-05-26T04:09:49.942Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 [2025-05-26T04:09:49.942Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 0.0s done [2025-05-26T04:09:49.942Z] #5 CACHED [2025-05-26T04:09:49.942Z] [2025-05-26T04:09:49.942Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 [2025-05-26T04:09:49.942Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 0.0s done [2025-05-26T04:09:49.942Z] #6 CACHED [2025-05-26T04:09:49.942Z] [2025-05-26T04:09:49.942Z] #7 exporting to image [2025-05-26T04:09:49.942Z] #7 exporting layers done [2025-05-26T04:09:49.942Z] #7 exporting manifest sha256:e29d5657a85149037e783e474b20e2baa5c3c061c25d4687323ce92f4e3ecf24 done [2025-05-26T04:09:49.942Z] #7 exporting config sha256:b27c38f29df85ab5660d9d6386b63fa5ba61447166d5fd32730790cdb25997e4 done [2025-05-26T04:09:49.942Z] #7 exporting manifest sha256:0c0e4aedf49fdadc8b990d7f53f686e06421dd8aaf01b0382f8127d707dee8e9 done [2025-05-26T04:09:49.942Z] #7 exporting config sha256:ac57acfdef72e22a50d3268064c1aeef15d28676993a6cc7f0e6f148a7a8d8a5 done [2025-05-26T04:09:49.942Z] #7 exporting manifest list sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 done [2025-05-26T04:09:49.942Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:50.200Z] #7 pushing layers 0.0s done [2025-05-26T04:09:50.200Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 0.1s done [2025-05-26T04:09:50.200Z] #7 DONE 0.1s [2025-05-26T04:09:50.200Z] [2025-05-26T04:09:50.200Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:50.200Z] #8 DONE 0.0s [2025-05-26T04:09:50.200Z] [2025-05-26T04:09:50.200Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:50.200Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:50.487Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-05-26T04:09:50.487Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-05-26T04:09:50.487Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:50.487Z] #1 transferring dockerfile: 170B done [2025-05-26T04:09:50.487Z] #1 DONE 0.0s [2025-05-26T04:09:50.487Z] [2025-05-26T04:09:50.487Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-05-26T04:09:50.487Z] #2 DONE 0.0s [2025-05-26T04:09:50.487Z] [2025-05-26T04:09:50.487Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-05-26T04:09:50.487Z] #3 DONE 0.0s [2025-05-26T04:09:50.487Z] [2025-05-26T04:09:50.487Z] #4 [internal] load .dockerignore [2025-05-26T04:09:50.487Z] #4 transferring context: 2B done [2025-05-26T04:09:50.487Z] #4 DONE 0.0s [2025-05-26T04:09:50.487Z] [2025-05-26T04:09:50.487Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 [2025-05-26T04:09:50.487Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 [2025-05-26T04:09:50.487Z] #5 ... [2025-05-26T04:09:50.487Z] [2025-05-26T04:09:50.487Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 [2025-05-26T04:09:50.487Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 0.0s done [2025-05-26T04:09:50.487Z] #6 DONE 0.0s [2025-05-26T04:09:50.746Z] [2025-05-26T04:09:50.746Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 [2025-05-26T04:09:50.746Z] #5 CACHED [2025-05-26T04:09:50.746Z] [2025-05-26T04:09:50.746Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 [2025-05-26T04:09:50.746Z] #6 CACHED [2025-05-26T04:09:50.746Z] [2025-05-26T04:09:50.746Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:50.746Z] #7 DONE 0.0s [2025-05-26T04:09:50.746Z] [2025-05-26T04:09:50.746Z] #8 exporting to image [2025-05-26T04:09:50.746Z] #8 exporting layers done [2025-05-26T04:09:50.746Z] #8 exporting manifest sha256:e29d5657a85149037e783e474b20e2baa5c3c061c25d4687323ce92f4e3ecf24 done [2025-05-26T04:09:50.746Z] #8 exporting config sha256:b27c38f29df85ab5660d9d6386b63fa5ba61447166d5fd32730790cdb25997e4 done [2025-05-26T04:09:50.746Z] #8 exporting manifest sha256:0c0e4aedf49fdadc8b990d7f53f686e06421dd8aaf01b0382f8127d707dee8e9 done [2025-05-26T04:09:50.746Z] #8 exporting config sha256:ac57acfdef72e22a50d3268064c1aeef15d28676993a6cc7f0e6f148a7a8d8a5 done [2025-05-26T04:09:50.746Z] #8 exporting manifest list sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 done [2025-05-26T04:09:50.746Z] #8 pushing layers 0.0s done [2025-05-26T04:09:50.746Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 0.1s done [2025-05-26T04:09:50.746Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:50.746Z] #8 DONE 0.1s [2025-05-26T04:09:50.746Z] [2025-05-26T04:09:50.746Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:50.746Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:51.026Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' [2025-05-26T04:09:51.027Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - [2025-05-26T04:09:51.285Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:51.285Z] #1 transferring dockerfile: 206B done [2025-05-26T04:09:51.285Z] #1 DONE 0.0s [2025-05-26T04:09:51.285Z] [2025-05-26T04:09:51.285Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:51.285Z] #2 DONE 0.0s [2025-05-26T04:09:51.285Z] [2025-05-26T04:09:51.285Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:51.285Z] #3 DONE 0.1s [2025-05-26T04:09:51.285Z] [2025-05-26T04:09:51.285Z] #4 [internal] load .dockerignore [2025-05-26T04:09:51.285Z] #4 transferring context: 2B done [2025-05-26T04:09:51.285Z] #4 DONE 0.0s [2025-05-26T04:09:51.285Z] [2025-05-26T04:09:51.285Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 [2025-05-26T04:09:51.285Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done [2025-05-26T04:09:51.285Z] #5 DONE 0.0s [2025-05-26T04:09:51.285Z] [2025-05-26T04:09:51.285Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 [2025-05-26T04:09:51.285Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done [2025-05-26T04:09:51.286Z] #6 DONE 0.1s [2025-05-26T04:09:51.286Z] [2025-05-26T04:09:51.286Z] #7 exporting to image [2025-05-26T04:09:51.286Z] #7 exporting layers done [2025-05-26T04:09:51.286Z] #7 exporting manifest sha256:6c0f2b00b1f9530176e6606dd8295161ca0d961ade50ce870a65af51295859b1 done [2025-05-26T04:09:51.286Z] #7 exporting config sha256:5d85a48a869798b00f86fbcadd9311cb847cbd798744f33a0ffacdeb2b96cf22 done [2025-05-26T04:09:51.286Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:51.286Z] #7 ... [2025-05-26T04:09:51.286Z] [2025-05-26T04:09:51.286Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:51.286Z] #8 DONE 0.0s [2025-05-26T04:09:51.286Z] [2025-05-26T04:09:51.286Z] #7 exporting to image [2025-05-26T04:09:51.286Z] #7 exporting manifest sha256:d2561cdc0843872f15f03b61c37913af842ca68fadc80c629a287aff86509c2d 0.0s done [2025-05-26T04:09:51.286Z] #7 exporting config sha256:0b270fea2c1a8d134144386400ef8542b98a6a9eac24368de5de8f7162570b85 done [2025-05-26T04:09:51.286Z] #7 exporting manifest list sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 done [2025-05-26T04:09:51.286Z] #7 pushing layers 0.1s done [2025-05-26T04:09:51.286Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 [2025-05-26T04:09:51.544Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 0.1s done [2025-05-26T04:09:51.544Z] #7 DONE 0.2s [2025-05-26T04:09:51.544Z] [2025-05-26T04:09:51.544Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:51.544Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:51.837Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-05-26T04:09:51.838Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-05-26T04:09:51.838Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:51.838Z] #1 transferring dockerfile: 172B done [2025-05-26T04:09:51.838Z] #1 DONE 0.0s [2025-05-26T04:09:51.838Z] [2025-05-26T04:09:51.838Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-26T04:09:51.838Z] #2 DONE 0.0s [2025-05-26T04:09:51.838Z] [2025-05-26T04:09:51.838Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-26T04:09:51.838Z] #3 DONE 0.0s [2025-05-26T04:09:51.838Z] [2025-05-26T04:09:51.838Z] #4 [internal] load .dockerignore [2025-05-26T04:09:51.838Z] #4 transferring context: 2B done [2025-05-26T04:09:51.838Z] #4 DONE 0.0s [2025-05-26T04:09:51.838Z] [2025-05-26T04:09:51.838Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 [2025-05-26T04:09:51.838Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done [2025-05-26T04:09:51.838Z] #5 CACHED [2025-05-26T04:09:51.838Z] [2025-05-26T04:09:51.838Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 [2025-05-26T04:09:51.838Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done [2025-05-26T04:09:51.838Z] #6 CACHED [2025-05-26T04:09:52.097Z] [2025-05-26T04:09:52.097Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:52.097Z] #7 DONE 0.0s [2025-05-26T04:09:52.097Z] [2025-05-26T04:09:52.097Z] #8 exporting to image [2025-05-26T04:09:52.097Z] #8 exporting layers done [2025-05-26T04:09:52.097Z] #8 exporting manifest sha256:6c0f2b00b1f9530176e6606dd8295161ca0d961ade50ce870a65af51295859b1 done [2025-05-26T04:09:52.097Z] #8 exporting config sha256:5d85a48a869798b00f86fbcadd9311cb847cbd798744f33a0ffacdeb2b96cf22 done [2025-05-26T04:09:52.097Z] #8 exporting manifest sha256:d2561cdc0843872f15f03b61c37913af842ca68fadc80c629a287aff86509c2d done [2025-05-26T04:09:52.097Z] #8 exporting config sha256:0b270fea2c1a8d134144386400ef8542b98a6a9eac24368de5de8f7162570b85 done [2025-05-26T04:09:52.097Z] #8 exporting manifest list sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 done [2025-05-26T04:09:52.097Z] #8 pushing layers 0.0s done [2025-05-26T04:09:52.097Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 0.1s done [2025-05-26T04:09:52.097Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:52.097Z] #8 DONE 0.1s [2025-05-26T04:09:52.097Z] [2025-05-26T04:09:52.097Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:52.097Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:52.381Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13' [2025-05-26T04:09:52.381Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13 --push - [2025-05-26T04:09:52.381Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:52.381Z] #1 transferring dockerfile: 178B done [2025-05-26T04:09:52.381Z] #1 DONE 0.0s [2025-05-26T04:09:52.381Z] [2025-05-26T04:09:52.381Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13 [2025-05-26T04:09:52.381Z] #2 DONE 0.0s [2025-05-26T04:09:52.381Z] [2025-05-26T04:09:52.381Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13 [2025-05-26T04:09:52.381Z] #3 DONE 0.0s [2025-05-26T04:09:52.381Z] [2025-05-26T04:09:52.381Z] #4 [internal] load .dockerignore [2025-05-26T04:09:52.381Z] #4 transferring context: 2B done [2025-05-26T04:09:52.381Z] #4 DONE 0.0s [2025-05-26T04:09:52.381Z] [2025-05-26T04:09:52.381Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 [2025-05-26T04:09:52.381Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done [2025-05-26T04:09:52.381Z] #5 CACHED [2025-05-26T04:09:52.381Z] [2025-05-26T04:09:52.381Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 [2025-05-26T04:09:52.381Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done [2025-05-26T04:09:52.381Z] #6 CACHED [2025-05-26T04:09:52.381Z] [2025-05-26T04:09:52.381Z] #7 exporting to image [2025-05-26T04:09:52.381Z] #7 exporting layers done [2025-05-26T04:09:52.381Z] #7 exporting manifest sha256:6c0f2b00b1f9530176e6606dd8295161ca0d961ade50ce870a65af51295859b1 done [2025-05-26T04:09:52.381Z] #7 exporting config sha256:5d85a48a869798b00f86fbcadd9311cb847cbd798744f33a0ffacdeb2b96cf22 [2025-05-26T04:09:52.381Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:52.640Z] #7 exporting config sha256:5d85a48a869798b00f86fbcadd9311cb847cbd798744f33a0ffacdeb2b96cf22 done [2025-05-26T04:09:52.640Z] #7 exporting manifest sha256:d2561cdc0843872f15f03b61c37913af842ca68fadc80c629a287aff86509c2d done [2025-05-26T04:09:52.640Z] #7 exporting config sha256:0b270fea2c1a8d134144386400ef8542b98a6a9eac24368de5de8f7162570b85 done [2025-05-26T04:09:52.640Z] #7 exporting manifest list sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 done [2025-05-26T04:09:52.640Z] #7 pushing layers 0.0s done [2025-05-26T04:09:52.640Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13@sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 0.1s done [2025-05-26T04:09:52.640Z] #7 DONE 0.1s [2025-05-26T04:09:52.640Z] [2025-05-26T04:09:52.640Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:52.640Z] #8 DONE 0.0s [2025-05-26T04:09:52.640Z] [2025-05-26T04:09:52.640Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:52.640Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:52.928Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - [2025-05-26T04:09:52.928Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' [2025-05-26T04:09:52.928Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:52.928Z] #1 transferring dockerfile: 219B done [2025-05-26T04:09:52.928Z] #1 DONE 0.0s [2025-05-26T04:09:52.928Z] [2025-05-26T04:09:52.928Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:52.928Z] #2 DONE 0.0s [2025-05-26T04:09:52.928Z] [2025-05-26T04:09:52.928Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:52.928Z] #3 DONE 0.0s [2025-05-26T04:09:52.928Z] [2025-05-26T04:09:52.928Z] #4 [internal] load .dockerignore [2025-05-26T04:09:52.928Z] #4 transferring context: 2B done [2025-05-26T04:09:52.928Z] #4 DONE 0.0s [2025-05-26T04:09:52.928Z] [2025-05-26T04:09:52.928Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 [2025-05-26T04:09:52.928Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done [2025-05-26T04:09:52.928Z] #5 DONE 0.0s [2025-05-26T04:09:52.928Z] [2025-05-26T04:09:52.928Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 [2025-05-26T04:09:53.187Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done [2025-05-26T04:09:53.187Z] #6 CACHED [2025-05-26T04:09:53.187Z] [2025-05-26T04:09:53.187Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 [2025-05-26T04:09:53.187Z] #5 CACHED [2025-05-26T04:09:53.187Z] [2025-05-26T04:09:53.187Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:53.187Z] #7 DONE 0.0s [2025-05-26T04:09:53.187Z] [2025-05-26T04:09:53.187Z] #8 exporting to image [2025-05-26T04:09:53.187Z] #8 exporting layers done [2025-05-26T04:09:53.187Z] #8 exporting manifest sha256:6c0f2b00b1f9530176e6606dd8295161ca0d961ade50ce870a65af51295859b1 done [2025-05-26T04:09:53.187Z] #8 exporting config sha256:5d85a48a869798b00f86fbcadd9311cb847cbd798744f33a0ffacdeb2b96cf22 done [2025-05-26T04:09:53.187Z] #8 exporting manifest sha256:d2561cdc0843872f15f03b61c37913af842ca68fadc80c629a287aff86509c2d done [2025-05-26T04:09:53.187Z] #8 exporting config sha256:0b270fea2c1a8d134144386400ef8542b98a6a9eac24368de5de8f7162570b85 done [2025-05-26T04:09:53.187Z] #8 exporting manifest list sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 done [2025-05-26T04:09:53.187Z] #8 pushing layers 0.0s done [2025-05-26T04:09:53.187Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 0.1s done [2025-05-26T04:09:53.187Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:53.187Z] #8 DONE 0.1s [2025-05-26T04:09:53.187Z] [2025-05-26T04:09:53.187Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:53.187Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:53.475Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-05-26T04:09:53.475Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-05-26T04:09:53.475Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:53.475Z] #1 transferring dockerfile: 170B done [2025-05-26T04:09:53.475Z] #1 DONE 0.0s [2025-05-26T04:09:53.475Z] [2025-05-26T04:09:53.475Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-05-26T04:09:53.475Z] #2 DONE 0.0s [2025-05-26T04:09:53.475Z] [2025-05-26T04:09:53.475Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-05-26T04:09:53.475Z] #3 DONE 0.0s [2025-05-26T04:09:53.475Z] [2025-05-26T04:09:53.475Z] #4 [internal] load .dockerignore [2025-05-26T04:09:53.475Z] #4 transferring context: 2B done [2025-05-26T04:09:53.475Z] #4 DONE 0.0s [2025-05-26T04:09:53.475Z] [2025-05-26T04:09:53.475Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 [2025-05-26T04:09:53.475Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done [2025-05-26T04:09:53.475Z] #5 CACHED [2025-05-26T04:09:53.475Z] [2025-05-26T04:09:53.475Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 [2025-05-26T04:09:53.475Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done [2025-05-26T04:09:53.475Z] #6 CACHED [2025-05-26T04:09:53.475Z] [2025-05-26T04:09:53.475Z] #7 exporting to image [2025-05-26T04:09:53.475Z] #7 exporting layers done [2025-05-26T04:09:53.475Z] #7 exporting manifest sha256:6c0f2b00b1f9530176e6606dd8295161ca0d961ade50ce870a65af51295859b1 done [2025-05-26T04:09:53.475Z] #7 exporting config sha256:5d85a48a869798b00f86fbcadd9311cb847cbd798744f33a0ffacdeb2b96cf22 done [2025-05-26T04:09:53.475Z] #7 exporting manifest sha256:d2561cdc0843872f15f03b61c37913af842ca68fadc80c629a287aff86509c2d done [2025-05-26T04:09:53.475Z] #7 exporting config sha256:0b270fea2c1a8d134144386400ef8542b98a6a9eac24368de5de8f7162570b85 [2025-05-26T04:09:53.475Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:53.734Z] #7 exporting config sha256:0b270fea2c1a8d134144386400ef8542b98a6a9eac24368de5de8f7162570b85 done [2025-05-26T04:09:53.734Z] #7 exporting manifest list sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 done [2025-05-26T04:09:53.734Z] #7 pushing layers 0.0s done [2025-05-26T04:09:53.734Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 0.1s done [2025-05-26T04:09:53.734Z] #7 DONE 0.1s [2025-05-26T04:09:53.734Z] [2025-05-26T04:09:53.734Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:53.734Z] #8 DONE 0.0s [2025-05-26T04:09:53.734Z] [2025-05-26T04:09:53.734Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:53.734Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:54.032Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' [2025-05-26T04:09:54.032Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - [2025-05-26T04:09:54.293Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:54.293Z] #1 transferring dockerfile: 202B done [2025-05-26T04:09:54.293Z] #1 DONE 0.0s [2025-05-26T04:09:54.293Z] [2025-05-26T04:09:54.293Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:54.293Z] #2 DONE 0.0s [2025-05-26T04:09:54.293Z] [2025-05-26T04:09:54.293Z] #3 [internal] load .dockerignore [2025-05-26T04:09:54.293Z] #3 transferring context: 2B done [2025-05-26T04:09:54.293Z] #3 DONE 0.0s [2025-05-26T04:09:54.293Z] [2025-05-26T04:09:54.293Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:09:54.293Z] #4 DONE 0.1s [2025-05-26T04:09:54.293Z] [2025-05-26T04:09:54.293Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 [2025-05-26T04:09:54.293Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 0.0s done [2025-05-26T04:09:54.293Z] #5 DONE 0.0s [2025-05-26T04:09:54.293Z] [2025-05-26T04:09:54.293Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 [2025-05-26T04:09:54.293Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 0.0s done [2025-05-26T04:09:54.293Z] #6 DONE 0.1s [2025-05-26T04:09:54.293Z] [2025-05-26T04:09:54.293Z] #7 exporting to image [2025-05-26T04:09:54.293Z] #7 exporting layers done [2025-05-26T04:09:54.293Z] #7 exporting manifest sha256:b8db9092ded59c88fb6db8977409ea9f1a70dea67630b0c0e8e4e8077a83aa3f done [2025-05-26T04:09:54.293Z] #7 exporting config sha256:4e5d09f1238156a85430cf84b3e87ded2ce57032d49f3f8038ce1b810e104b27 done [2025-05-26T04:09:54.293Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:54.293Z] #7 ... [2025-05-26T04:09:54.293Z] [2025-05-26T04:09:54.293Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:54.293Z] #8 DONE 0.0s [2025-05-26T04:09:54.293Z] [2025-05-26T04:09:54.293Z] #7 exporting to image [2025-05-26T04:09:54.293Z] #7 exporting manifest sha256:d63e13043aa3d6bac0e37ab53cc83ad2db260a2d48a2d56249ad4e0c261cfe17 done [2025-05-26T04:09:54.293Z] #7 exporting config sha256:1d84473c0a58aa06ea1718ffe9ac8eb79ddd0bd43a90987c54eb1b8ab71712e4 done [2025-05-26T04:09:54.293Z] #7 exporting manifest list sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 done [2025-05-26T04:09:54.293Z] #7 pushing layers 0.1s done [2025-05-26T04:09:54.293Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 [2025-05-26T04:09:54.555Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 0.1s done [2025-05-26T04:09:54.555Z] #7 DONE 0.2s [2025-05-26T04:09:54.555Z] [2025-05-26T04:09:54.555Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:54.555Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:54.844Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-05-26T04:09:54.844Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-05-26T04:09:54.844Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:54.844Z] #1 transferring dockerfile: 168B done [2025-05-26T04:09:54.844Z] #1 DONE 0.0s [2025-05-26T04:09:54.844Z] [2025-05-26T04:09:54.844Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-26T04:09:54.844Z] #2 DONE 0.0s [2025-05-26T04:09:54.844Z] [2025-05-26T04:09:54.844Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-26T04:09:54.844Z] #3 DONE 0.0s [2025-05-26T04:09:54.844Z] [2025-05-26T04:09:54.844Z] #4 [internal] load .dockerignore [2025-05-26T04:09:54.844Z] #4 transferring context: 2B done [2025-05-26T04:09:54.844Z] #4 DONE 0.0s [2025-05-26T04:09:54.844Z] [2025-05-26T04:09:54.844Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 [2025-05-26T04:09:54.844Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 0.0s done [2025-05-26T04:09:54.844Z] #5 DONE 0.0s [2025-05-26T04:09:54.844Z] [2025-05-26T04:09:54.844Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 [2025-05-26T04:09:55.104Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 0.0s done [2025-05-26T04:09:55.104Z] #6 CACHED [2025-05-26T04:09:55.104Z] [2025-05-26T04:09:55.104Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 [2025-05-26T04:09:55.104Z] #5 CACHED [2025-05-26T04:09:55.104Z] [2025-05-26T04:09:55.104Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:55.104Z] #7 DONE 0.0s [2025-05-26T04:09:55.104Z] [2025-05-26T04:09:55.104Z] #8 exporting to image [2025-05-26T04:09:55.104Z] #8 exporting layers done [2025-05-26T04:09:55.104Z] #8 exporting manifest sha256:b8db9092ded59c88fb6db8977409ea9f1a70dea67630b0c0e8e4e8077a83aa3f done [2025-05-26T04:09:55.104Z] #8 exporting config sha256:4e5d09f1238156a85430cf84b3e87ded2ce57032d49f3f8038ce1b810e104b27 done [2025-05-26T04:09:55.104Z] #8 exporting manifest sha256:d63e13043aa3d6bac0e37ab53cc83ad2db260a2d48a2d56249ad4e0c261cfe17 done [2025-05-26T04:09:55.104Z] #8 exporting config sha256:1d84473c0a58aa06ea1718ffe9ac8eb79ddd0bd43a90987c54eb1b8ab71712e4 done [2025-05-26T04:09:55.104Z] #8 exporting manifest list sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 done [2025-05-26T04:09:55.104Z] #8 pushing layers 0.0s done [2025-05-26T04:09:55.104Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 0.1s done [2025-05-26T04:09:55.104Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:55.104Z] #8 DONE 0.1s [2025-05-26T04:09:55.104Z] [2025-05-26T04:09:55.104Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:55.104Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:55.391Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13 --push - [2025-05-26T04:09:55.391Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13' [2025-05-26T04:09:55.391Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:55.391Z] #1 transferring dockerfile: 174B done [2025-05-26T04:09:55.391Z] #1 DONE 0.0s [2025-05-26T04:09:55.391Z] [2025-05-26T04:09:55.391Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13 [2025-05-26T04:09:55.391Z] #2 DONE 0.0s [2025-05-26T04:09:55.391Z] [2025-05-26T04:09:55.391Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13 [2025-05-26T04:09:55.391Z] #3 DONE 0.0s [2025-05-26T04:09:55.391Z] [2025-05-26T04:09:55.391Z] #4 [internal] load .dockerignore [2025-05-26T04:09:55.391Z] #4 transferring context: 2B 0.0s done [2025-05-26T04:09:55.391Z] #4 DONE 0.0s [2025-05-26T04:09:55.391Z] [2025-05-26T04:09:55.391Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 [2025-05-26T04:09:55.391Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 0.0s done [2025-05-26T04:09:55.391Z] #5 DONE 0.0s [2025-05-26T04:09:55.391Z] [2025-05-26T04:09:55.391Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 [2025-05-26T04:09:55.655Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 0.0s done [2025-05-26T04:09:55.655Z] #6 CACHED [2025-05-26T04:09:55.655Z] [2025-05-26T04:09:55.655Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 [2025-05-26T04:09:55.655Z] #5 CACHED [2025-05-26T04:09:55.655Z] [2025-05-26T04:09:55.655Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:55.655Z] #7 DONE 0.0s [2025-05-26T04:09:55.655Z] [2025-05-26T04:09:55.655Z] #8 exporting to image [2025-05-26T04:09:55.655Z] #8 exporting layers done [2025-05-26T04:09:55.655Z] #8 exporting manifest sha256:b8db9092ded59c88fb6db8977409ea9f1a70dea67630b0c0e8e4e8077a83aa3f done [2025-05-26T04:09:55.655Z] #8 exporting config sha256:4e5d09f1238156a85430cf84b3e87ded2ce57032d49f3f8038ce1b810e104b27 done [2025-05-26T04:09:55.655Z] #8 exporting manifest sha256:d63e13043aa3d6bac0e37ab53cc83ad2db260a2d48a2d56249ad4e0c261cfe17 done [2025-05-26T04:09:55.655Z] #8 exporting config sha256:1d84473c0a58aa06ea1718ffe9ac8eb79ddd0bd43a90987c54eb1b8ab71712e4 done [2025-05-26T04:09:55.655Z] #8 exporting manifest list sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 done [2025-05-26T04:09:55.655Z] #8 pushing layers 0.0s done [2025-05-26T04:09:55.655Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13@sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 0.1s done [2025-05-26T04:09:55.655Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:55.655Z] #8 DONE 0.1s [2025-05-26T04:09:55.655Z] [2025-05-26T04:09:55.655Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:55.655Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:55.941Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' [2025-05-26T04:09:55.941Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - [2025-05-26T04:09:56.200Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:56.200Z] #1 transferring dockerfile: 215B done [2025-05-26T04:09:56.200Z] #1 DONE 0.0s [2025-05-26T04:09:56.200Z] [2025-05-26T04:09:56.200Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:56.200Z] #2 DONE 0.0s [2025-05-26T04:09:56.200Z] [2025-05-26T04:09:56.200Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:09:56.200Z] #3 DONE 0.0s [2025-05-26T04:09:56.200Z] [2025-05-26T04:09:56.200Z] #4 [internal] load .dockerignore [2025-05-26T04:09:56.200Z] #4 transferring context: 2B done [2025-05-26T04:09:56.200Z] #4 DONE 0.0s [2025-05-26T04:09:56.200Z] [2025-05-26T04:09:56.200Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 [2025-05-26T04:09:56.200Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 done [2025-05-26T04:09:56.200Z] #5 CACHED [2025-05-26T04:09:56.200Z] [2025-05-26T04:09:56.200Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 [2025-05-26T04:09:56.200Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 done [2025-05-26T04:09:56.200Z] #6 CACHED [2025-05-26T04:09:56.200Z] [2025-05-26T04:09:56.200Z] #7 exporting to image [2025-05-26T04:09:56.200Z] #7 exporting layers done [2025-05-26T04:09:56.200Z] #7 exporting manifest sha256:b8db9092ded59c88fb6db8977409ea9f1a70dea67630b0c0e8e4e8077a83aa3f done [2025-05-26T04:09:56.200Z] #7 exporting config sha256:4e5d09f1238156a85430cf84b3e87ded2ce57032d49f3f8038ce1b810e104b27 done [2025-05-26T04:09:56.200Z] #7 exporting manifest sha256:d63e13043aa3d6bac0e37ab53cc83ad2db260a2d48a2d56249ad4e0c261cfe17 done [2025-05-26T04:09:56.200Z] #7 exporting config sha256:1d84473c0a58aa06ea1718ffe9ac8eb79ddd0bd43a90987c54eb1b8ab71712e4 done [2025-05-26T04:09:56.200Z] #7 exporting manifest list sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 done [2025-05-26T04:09:56.200Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:56.200Z] #7 pushing layers 0.0s done [2025-05-26T04:09:56.200Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 0.1s done [2025-05-26T04:09:56.200Z] #7 DONE 0.1s [2025-05-26T04:09:56.200Z] [2025-05-26T04:09:56.200Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:56.200Z] #8 DONE 0.0s [2025-05-26T04:09:56.200Z] [2025-05-26T04:09:56.200Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:56.200Z] [0m - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T04:09:56.542Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-05-26T04:09:56.542Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-05-26T04:09:56.542Z] #1 [internal] load build definition from Dockerfile [2025-05-26T04:09:56.542Z] #1 transferring dockerfile: 166B done [2025-05-26T04:09:56.542Z] #1 DONE 0.0s [2025-05-26T04:09:56.542Z] [2025-05-26T04:09:56.542Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-05-26T04:09:56.542Z] #2 DONE 0.0s [2025-05-26T04:09:56.542Z] [2025-05-26T04:09:56.542Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-05-26T04:09:56.542Z] #3 DONE 0.0s [2025-05-26T04:09:56.542Z] [2025-05-26T04:09:56.542Z] #4 [internal] load .dockerignore [2025-05-26T04:09:56.542Z] #4 transferring context: 2B done [2025-05-26T04:09:56.542Z] #4 DONE 0.0s [2025-05-26T04:09:56.542Z] [2025-05-26T04:09:56.542Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 [2025-05-26T04:09:56.542Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 0.0s done [2025-05-26T04:09:56.542Z] #5 CACHED [2025-05-26T04:09:56.542Z] [2025-05-26T04:09:56.542Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 [2025-05-26T04:09:56.542Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 0.0s done [2025-05-26T04:09:56.542Z] #6 CACHED [2025-05-26T04:09:56.542Z] [2025-05-26T04:09:56.542Z] #7 exporting to image [2025-05-26T04:09:56.542Z] #7 exporting layers done [2025-05-26T04:09:56.542Z] #7 exporting manifest sha256:b8db9092ded59c88fb6db8977409ea9f1a70dea67630b0c0e8e4e8077a83aa3f done [2025-05-26T04:09:56.542Z] #7 exporting config sha256:4e5d09f1238156a85430cf84b3e87ded2ce57032d49f3f8038ce1b810e104b27 done [2025-05-26T04:09:56.542Z] #7 exporting manifest sha256:d63e13043aa3d6bac0e37ab53cc83ad2db260a2d48a2d56249ad4e0c261cfe17 done [2025-05-26T04:09:56.542Z] #7 exporting config sha256:1d84473c0a58aa06ea1718ffe9ac8eb79ddd0bd43a90987c54eb1b8ab71712e4 [2025-05-26T04:09:56.542Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T04:09:56.801Z] #7 exporting config sha256:1d84473c0a58aa06ea1718ffe9ac8eb79ddd0bd43a90987c54eb1b8ab71712e4 done [2025-05-26T04:09:56.801Z] #7 exporting manifest list sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 done [2025-05-26T04:09:56.801Z] #7 pushing layers 0.0s done [2025-05-26T04:09:56.801Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 0.1s done [2025-05-26T04:09:56.801Z] #7 DONE 0.1s [2025-05-26T04:09:56.801Z] [2025-05-26T04:09:56.801Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T04:09:56.801Z] #8 DONE 0.0s [2025-05-26T04:09:56.801Z] [2025-05-26T04:09:56.801Z] [33m1 warning found (use --debug to expand): [2025-05-26T04:09:56.801Z] [0m - 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-05-26T04:09:57.366Z] + '[' -d /w/workspace/edgex-go/840/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:09:57.660Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:09:58.215Z] ---> package-listing.sh [2025-05-26T04:09:58.215Z] ++ facter osfamily [2025-05-26T04:09:58.215Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-26T04:09:58.485Z] + OS_FAMILY=redhat [2025-05-26T04:09:58.485Z] + workspace=/w/workspace/edgex-go/840 [2025-05-26T04:09:58.485Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-26T04:09:58.485Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-26T04:09:58.485Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-26T04:09:58.485Z] + PACKAGES=/tmp/packages_start.txt [2025-05-26T04:09:58.485Z] + '[' /w/workspace/edgex-go/840 ']' [2025-05-26T04:09:58.485Z] + PACKAGES=/tmp/packages_end.txt [2025-05-26T04:09:58.485Z] + case "${OS_FAMILY}" in [2025-05-26T04:09:58.485Z] + rpm -qa [2025-05-26T04:09:58.485Z] + sort [2025-05-26T04:09:59.057Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-26T04:09:59.057Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-26T04:09:59.057Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-26T04:09:59.057Z] + '[' /w/workspace/edgex-go/840 ']' [2025-05-26T04:09:59.057Z] + mkdir -p /w/workspace/edgex-go/840/archives/ [2025-05-26T04:09:59.057Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/840/archives/ [Pipeline] echo [2025-05-26T04:09:59.067Z] 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/840/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-05-26T04:09:59.349Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:09:59.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T04:09:59.919Z] [2025-05-26T04:09:59.919Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:10:00.229Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T04:10:00.229Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-26T04:10:00.229Z] 5eb5b503b376: Pulling fs layer [2025-05-26T04:10:00.229Z] 5c69ac0246d0: Pulling fs layer [2025-05-26T04:10:00.229Z] ec43610c2a17: Pulling fs layer [2025-05-26T04:10:00.229Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-26T04:10:00.229Z] 33b1e0a273af: Pulling fs layer [2025-05-26T04:10:00.229Z] 5d3b04190fa2: Pulling fs layer [2025-05-26T04:10:00.229Z] 2f39f015ded8: Pulling fs layer [2025-05-26T04:10:00.229Z] 3a2ae6a8a46f: Waiting [2025-05-26T04:10:00.229Z] 33b1e0a273af: Waiting [2025-05-26T04:10:00.229Z] 5d3b04190fa2: Waiting [2025-05-26T04:10:00.229Z] 2f39f015ded8: Waiting [2025-05-26T04:10:00.229Z] 5c69ac0246d0: Verifying Checksum [2025-05-26T04:10:00.229Z] 5c69ac0246d0: Download complete [2025-05-26T04:10:00.229Z] 3a2ae6a8a46f: Verifying Checksum [2025-05-26T04:10:00.229Z] 3a2ae6a8a46f: Download complete [2025-05-26T04:10:00.229Z] 33b1e0a273af: Verifying Checksum [2025-05-26T04:10:00.229Z] 33b1e0a273af: Download complete [2025-05-26T04:10:00.229Z] ec43610c2a17: Verifying Checksum [2025-05-26T04:10:00.229Z] ec43610c2a17: Download complete [2025-05-26T04:10:00.229Z] 5d3b04190fa2: Verifying Checksum [2025-05-26T04:10:00.229Z] 5d3b04190fa2: Download complete [2025-05-26T04:10:00.495Z] 5eb5b503b376: Verifying Checksum [2025-05-26T04:10:00.495Z] 5eb5b503b376: Download complete [2025-05-26T04:10:01.068Z] 2f39f015ded8: Verifying Checksum [2025-05-26T04:10:01.068Z] 2f39f015ded8: Download complete [2025-05-26T04:10:02.013Z] 5eb5b503b376: Pull complete [2025-05-26T04:10:02.013Z] 5c69ac0246d0: Pull complete [2025-05-26T04:10:02.271Z] ec43610c2a17: Pull complete [2025-05-26T04:10:02.271Z] 3a2ae6a8a46f: Pull complete [2025-05-26T04:10:02.530Z] 33b1e0a273af: Pull complete [2025-05-26T04:10:02.530Z] 5d3b04190fa2: Pull complete [2025-05-26T04:10:06.769Z] 2f39f015ded8: Pull complete [2025-05-26T04:10:06.769Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-26T04:10:06.769Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T04:10:06.769Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T04:10:06.926Z] prd-centos7-docker-4c-2g-2264 does not seem to be running inside a container [2025-05-26T04:10:06.958Z] $ 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/840/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-05-26T04:10:10.247Z] $ docker top 5c4c82034d272457d405e16f6217a35368a95959244168f025f76fc25f046b34 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T04:10:10.600Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-26T04:10:10.886Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-26T04:10:11.174Z] + ls /var/log/sa-host [2025-05-26T04:10:11.174Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T04:10:11.361Z] provisioning config files... [2025-05-26T04:10:11.371Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config15887790816737181434tmp [Pipeline] { [Pipeline] echo [2025-05-26T04:10:11.393Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:10:11.678Z] ---> create-netrc.sh [Pipeline] } [2025-05-26T04:10:11.684Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:10:12.031Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-26T04:10:12.041Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:10:12.328Z] ---> sudo-logs.sh [2025-05-26T04:10:12.329Z] Archiving 'sudo' log.. [2025-05-26T04:10:12.329Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:10:12.362Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-05-26T04:10:12.366Z] $ docker stop --time=1 5c4c82034d272457d405e16f6217a35368a95959244168f025f76fc25f046b34 [2025-05-26T04:10:13.494Z] $ docker rm -f --volumes 5c4c82034d272457d405e16f6217a35368a95959244168f025f76fc25f046b34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-05-26T04:10:13.602Z] [WS-CLEANUP] Deleting project workspace... [2025-05-26T04:10:13.602Z] [WS-CLEANUP] Deferred wipeout is used... [2025-05-26T04:10:13.620Z] [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-05-26T04:23:39.704Z] #145 ... [2025-05-26T04:23:39.704Z] [2025-05-26T04:23:39.704Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-26T04:23:39.704Z] #149 DONE 1055.6s [2025-05-26T04:23:39.704Z] [2025-05-26T04:23:39.704Z] #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-05-26T04:23:39.704Z] #155 DONE 0.6s [2025-05-26T04:23:39.704Z] [2025-05-26T04:23:39.704Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T04:23:39.704Z] #147 ... [2025-05-26T04:23:39.704Z] [2025-05-26T04:23:39.704Z] #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-05-26T04:23:39.704Z] #156 ... [2025-05-26T04:23:39.704Z] [2025-05-26T04:23:39.704Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-05-26T04:23:39.704Z] #153 DONE 1052.8s [2025-05-26T04:23:39.704Z] [2025-05-26T04:23:39.704Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T04:23:39.977Z] #148 ... [2025-05-26T04:23:39.977Z] [2025-05-26T04:23:39.977Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:23:40.570Z] #157 DONE 0.5s [2025-05-26T04:23:40.570Z] [2025-05-26T04:23:40.570Z] #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:23:40.834Z] #158 DONE 0.3s [2025-05-26T04:23:40.834Z] [2025-05-26T04:23:40.834Z] #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-05-26T04:23:41.103Z] #159 DONE 0.4s [2025-05-26T04:23:41.103Z] [2025-05-26T04:23:41.103Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T04:23:41.369Z] #154 ... [2025-05-26T04:23:41.369Z] [2025-05-26T04:23:41.369Z] #160 [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-05-26T04:23:41.369Z] #160 DONE 0.1s [2025-05-26T04:23:41.369Z] [2025-05-26T04:23:41.369Z] #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-05-26T04:23:41.369Z] #161 DONE 0.1s [2025-05-26T04:23:41.369Z] [2025-05-26T04:23:41.369Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:23:41.635Z] #45 ... [2025-05-26T04:23:41.635Z] [2025-05-26T04:23:41.635Z] #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T04:23:42.219Z] #162 ... [2025-05-26T04:23:42.219Z] [2025-05-26T04:23:42.219Z] #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-05-26T04:23:42.219Z] #156 DONE 3.4s [2025-05-26T04:23:42.219Z] [2025-05-26T04:23:42.219Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:23:42.484Z] #163 DONE 0.4s [2025-05-26T04:23:42.484Z] [2025-05-26T04:23:42.484Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:23:42.750Z] #45 ... [2025-05-26T04:23:42.750Z] [2025-05-26T04:23:42.750Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:23:43.016Z] #164 DONE 0.3s [2025-05-26T04:23:43.016Z] [2025-05-26T04:23:43.016Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T04:23:43.016Z] #147 ... [2025-05-26T04:23:43.016Z] [2025-05-26T04:23:43.016Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-05-26T04:23:43.287Z] #165 DONE 0.3s [2025-05-26T04:23:43.287Z] [2025-05-26T04:23:43.287Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-05-26T04:23:43.557Z] #166 DONE 0.2s [2025-05-26T04:23:43.557Z] [2025-05-26T04:23:43.557Z] #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-05-26T04:23:43.826Z] #167 DONE 0.2s [2025-05-26T04:23:43.826Z] [2025-05-26T04:23:43.826Z] #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-05-26T04:23:44.092Z] #168 DONE 0.2s [2025-05-26T04:23:44.092Z] [2025-05-26T04:23:44.092Z] #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-05-26T04:23:44.363Z] #169 DONE 0.3s [2025-05-26T04:23:44.363Z] [2025-05-26T04:23:44.363Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-05-26T04:23:44.363Z] #170 ... [2025-05-26T04:23:44.363Z] [2025-05-26T04:23:44.363Z] #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T04:23:44.363Z] #162 DONE 3.0s [2025-05-26T04:23:44.692Z] [2025-05-26T04:23:44.692Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-05-26T04:23:44.692Z] #170 DONE 0.2s [2025-05-26T04:23:44.692Z] [2025-05-26T04:23:44.692Z] #108 [core-common-config-bootstrapper] exporting to image [2025-05-26T04:23:44.692Z] #108 exporting layers [2025-05-26T04:23:45.658Z] #108 exporting layers 0.9s done [2025-05-26T04:23:45.658Z] #108 writing image sha256:a2323bd3f7e29c2193a3bf1384d0693c52530718696ac7855f45944244c054f4 done [2025-05-26T04:23:45.658Z] #108 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-05-26T04:23:45.658Z] #108 DONE 9.8s [2025-05-26T04:23:45.658Z] [2025-05-26T04:23:45.658Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-05-26T04:23:47.073Z] #171 DONE 2.4s [2025-05-26T04:23:47.073Z] [2025-05-26T04:23:47.073Z] #108 [security-bootstrapper] exporting to image [2025-05-26T04:23:48.036Z] #108 exporting layers 0.9s done [2025-05-26T04:23:48.036Z] #108 writing image sha256:69735516eed927e48a4559859efe3d8bae5e085c97255dc5d6c449fa587f028a done [2025-05-26T04:23:48.036Z] #108 naming to docker.io/library/security-bootstrapper-arm64 done [2025-05-26T04:23:48.036Z] #108 DONE 10.8s [2025-05-26T04:23:48.036Z] [2025-05-26T04:23:48.036Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-26T04:38:10.690Z] #151 DONE 1914.5s [2025-05-26T04:38:10.690Z] [2025-05-26T04:38:10.690Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T04:38:10.690Z] #148 ... [2025-05-26T04:38:10.690Z] [2025-05-26T04:38:10.690Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:38:10.690Z] #172 DONE 0.1s [2025-05-26T04:38:10.690Z] [2025-05-26T04:38:10.690Z] #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T04:38:10.690Z] #120 ... [2025-05-26T04:38:10.690Z] [2025-05-26T04:38:10.690Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:38:10.690Z] #173 DONE 0.2s [2025-05-26T04:38:10.690Z] [2025-05-26T04:38:10.690Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-05-26T04:38:10.690Z] #174 DONE 0.3s [2025-05-26T04:38:10.690Z] [2025-05-26T04:38:10.690Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T04:38:10.690Z] #148 ... [2025-05-26T04:38:10.690Z] [2025-05-26T04:38:10.690Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-05-26T04:38:10.690Z] #175 DONE 0.1s [2025-05-26T04:38:10.690Z] [2025-05-26T04:38:10.690Z] #108 [core-command] exporting to image [2025-05-26T04:38:10.690Z] #108 exporting layers [2025-05-26T04:38:10.690Z] #108 exporting layers 0.3s done [2025-05-26T04:38:10.690Z] #108 writing image sha256:a878c620bc1c27c186f54615d714f47bcc4c4d368623e74b78536f2342b4a46e done [2025-05-26T04:38:10.690Z] #108 naming to docker.io/library/core-command-arm64 done [2025-05-26T04:38:10.690Z] #108 DONE 11.1s [2025-05-26T04:38:10.690Z] [2025-05-26T04:38:10.690Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:38:23.020Z] #45 ... [2025-05-26T04:38:23.020Z] [2025-05-26T04:38:23.020Z] #125 [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-05-26T04:38:23.020Z] #125 1938.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-05-26T04:38:28.362Z] #125 ... [2025-05-26T04:38:28.362Z] [2025-05-26T04:38:28.362Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-26T04:38:28.362Z] #150 DONE 1945.6s [2025-05-26T04:38:28.362Z] [2025-05-26T04:38:28.362Z] #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T04:38:28.631Z] #145 ... [2025-05-26T04:38:28.631Z] [2025-05-26T04:38:28.631Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:38:28.921Z] #176 DONE 0.2s [2025-05-26T04:38:28.921Z] [2025-05-26T04:38:28.921Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:38:29.216Z] #177 DONE 0.2s [2025-05-26T04:38:29.216Z] [2025-05-26T04:38:29.216Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T04:38:29.216Z] #154 ... [2025-05-26T04:38:29.216Z] [2025-05-26T04:38:29.216Z] #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-05-26T04:38:29.481Z] #178 DONE 0.2s [2025-05-26T04:38:29.481Z] [2025-05-26T04:38:29.481Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-05-26T04:38:29.481Z] #179 DONE 0.2s [2025-05-26T04:38:29.481Z] [2025-05-26T04:38:29.481Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-05-26T04:38:29.747Z] #180 DONE 0.3s [2025-05-26T04:38:29.747Z] [2025-05-26T04:38:29.747Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-05-26T04:38:30.349Z] #181 DONE 0.3s [2025-05-26T04:38:30.349Z] [2025-05-26T04:38:30.349Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T04:38:32.300Z] #182 DONE 1.8s [2025-05-26T04:38:32.300Z] [2025-05-26T04:38:32.300Z] #108 [security-proxy-setup] exporting to image [2025-05-26T04:38:32.300Z] #108 exporting layers [2025-05-26T04:38:32.881Z] #108 exporting layers 1.0s done [2025-05-26T04:38:33.148Z] #108 writing image sha256:c69b1854c11fd6ce9ed24a01339680befc29e5256f633f5e7d0f5ca09dd563fa done [2025-05-26T04:38:33.148Z] #108 naming to docker.io/library/security-proxy-setup-arm64 done [2025-05-26T04:38:33.148Z] #108 DONE 12.1s [2025-05-26T04:38:33.148Z] [2025-05-26T04:38:33.148Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T04:38:55.217Z] #148 ... [2025-05-26T04:38:55.217Z] [2025-05-26T04:38:55.217Z] #125 [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-05-26T04:38:55.217Z] #125 DONE 1972.5s [2025-05-26T04:38:55.217Z] [2025-05-26T04:38:55.217Z] #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T04:38:56.173Z] #120 ... [2025-05-26T04:38:56.173Z] [2025-05-26T04:38:56.173Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:38:56.173Z] #183 DONE 0.2s [2025-05-26T04:38:56.173Z] [2025-05-26T04:38:56.173Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:38:56.437Z] #184 DONE 0.1s [2025-05-26T04:38:56.437Z] [2025-05-26T04:38:56.437Z] #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-05-26T04:38:56.437Z] #185 DONE 0.1s [2025-05-26T04:38:56.437Z] [2025-05-26T04:38:56.437Z] #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-05-26T04:38:56.437Z] #186 DONE 0.1s [2025-05-26T04:38:56.437Z] [2025-05-26T04:38:56.437Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T04:38:56.701Z] #148 ... [2025-05-26T04:38:56.701Z] [2025-05-26T04:38:56.701Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-05-26T04:38:56.978Z] #187 DONE 0.2s [2025-05-26T04:38:56.978Z] [2025-05-26T04:38:56.978Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-05-26T04:38:57.243Z] #188 DONE 0.3s [2025-05-26T04:38:57.243Z] [2025-05-26T04:38:57.243Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-05-26T04:38:57.512Z] #189 DONE 0.4s [2025-05-26T04:38:57.512Z] [2025-05-26T04:38:57.512Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:38:57.512Z] #45 ... [2025-05-26T04:38:57.512Z] [2025-05-26T04:38:57.512Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-05-26T04:38:57.780Z] #190 DONE 0.2s [2025-05-26T04:38:57.780Z] [2025-05-26T04:38:57.780Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T04:39:00.076Z] #191 DONE 1.8s [2025-05-26T04:39:00.076Z] [2025-05-26T04:39:00.076Z] #108 [security-secretstore-setup] exporting to image [2025-05-26T04:39:00.076Z] #108 exporting layers [2025-05-26T04:39:01.034Z] #108 exporting layers 1.6s done [2025-05-26T04:39:01.034Z] #108 writing image sha256:02122f7d54e63134be85069dbfb07f7c34ec723ac88754f4454f673a1709248d done [2025-05-26T04:39:01.034Z] #108 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-05-26T04:39:01.034Z] #108 DONE 13.7s [2025-05-26T04:39:01.034Z] [2025-05-26T04:39:01.034Z] #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T04:39:57.426Z] #145 DONE 2029.8s [2025-05-26T04:39:57.426Z] [2025-05-26T04:39:57.426Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T04:39:57.426Z] #148 ... [2025-05-26T04:39:57.426Z] [2025-05-26T04:39:57.426Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:39:57.426Z] #192 DONE 0.2s [2025-05-26T04:39:57.426Z] [2025-05-26T04:39:57.426Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T04:39:57.426Z] #148 ... [2025-05-26T04:39:57.426Z] [2025-05-26T04:39:57.426Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:39:57.696Z] #193 DONE 0.1s [2025-05-26T04:39:57.696Z] [2025-05-26T04:39:57.696Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-05-26T04:39:57.969Z] #194 DONE 0.4s [2025-05-26T04:39:57.969Z] [2025-05-26T04:39:57.969Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T04:39:57.969Z] #144 ... [2025-05-26T04:39:57.969Z] [2025-05-26T04:39:57.969Z] #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-05-26T04:39:57.969Z] #195 DONE 0.1s [2025-05-26T04:39:58.240Z] [2025-05-26T04:39:58.240Z] #108 [security-spiffe-token-provider] exporting to image [2025-05-26T04:39:58.240Z] #108 exporting layers [2025-05-26T04:39:59.383Z] #108 exporting layers 1.0s done [2025-05-26T04:39:59.383Z] #108 writing image sha256:1d4ccedf0f7177a2dbce4b9fd08e616de85f550b020ef36537f7035eabe9b4fd done [2025-05-26T04:39:59.383Z] #108 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-05-26T04:39:59.383Z] #108 DONE 14.8s [2025-05-26T04:39:59.383Z] [2025-05-26T04:39:59.383Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T04:40:38.305Z] #144 ... [2025-05-26T04:40:38.305Z] [2025-05-26T04:40:38.305Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T04:40:38.305Z] #148 DONE 2072.2s [2025-05-26T04:40:38.580Z] [2025-05-26T04:40:38.580Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T04:40:39.553Z] #144 ... [2025-05-26T04:40:39.553Z] [2025-05-26T04:40:39.553Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T04:40:39.553Z] #147 DONE 2072.3s [2025-05-26T04:40:39.553Z] [2025-05-26T04:40:39.553Z] #196 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:40:39.820Z] #196 ... [2025-05-26T04:40:39.820Z] [2025-05-26T04:40:39.820Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-26T04:40:39.820Z] #152 DONE 2073.4s [2025-05-26T04:40:39.820Z] [2025-05-26T04:40:39.820Z] #196 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:40:39.820Z] #196 DONE 0.3s [2025-05-26T04:40:39.820Z] [2025-05-26T04:40:39.820Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:40:40.090Z] #45 ... [2025-05-26T04:40:40.090Z] [2025-05-26T04:40:40.090Z] #197 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:40:40.090Z] #197 DONE 0.3s [2025-05-26T04:40:40.090Z] [2025-05-26T04:40:40.090Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T04:40:40.367Z] #154 ... [2025-05-26T04:40:40.367Z] [2025-05-26T04:40:40.367Z] #198 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:40:40.636Z] #198 DONE 0.3s [2025-05-26T04:40:40.636Z] [2025-05-26T04:40:40.636Z] #199 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:40:40.903Z] #199 DONE 0.1s [2025-05-26T04:40:40.903Z] [2025-05-26T04:40:40.903Z] #200 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:40:40.903Z] #200 DONE 0.3s [2025-05-26T04:40:40.903Z] [2025-05-26T04:40:40.903Z] #201 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-05-26T04:40:41.486Z] #201 ... [2025-05-26T04:40:41.486Z] [2025-05-26T04:40:41.486Z] #202 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-05-26T04:40:41.486Z] #202 DONE 1.1s [2025-05-26T04:40:41.486Z] [2025-05-26T04:40:41.486Z] #203 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-05-26T04:40:41.762Z] #203 ... [2025-05-26T04:40:41.762Z] [2025-05-26T04:40:41.762Z] #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-05-26T04:40:41.762Z] #204 DONE 0.7s [2025-05-26T04:40:41.762Z] [2025-05-26T04:40:41.762Z] #201 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-05-26T04:40:41.762Z] #201 DONE 0.8s [2025-05-26T04:40:41.762Z] [2025-05-26T04:40:41.762Z] #203 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-05-26T04:40:41.762Z] #203 DONE 0.4s [2025-05-26T04:40:41.762Z] [2025-05-26T04:40:41.762Z] #108 [core-data] exporting to image [2025-05-26T04:40:41.762Z] #108 exporting layers [2025-05-26T04:40:42.030Z] #108 ... [2025-05-26T04:40:42.030Z] [2025-05-26T04:40:42.030Z] #205 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-05-26T04:40:42.030Z] #205 DONE 0.4s [2025-05-26T04:40:42.030Z] [2025-05-26T04:40:42.030Z] #206 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-05-26T04:40:42.030Z] #206 DONE 0.5s [2025-05-26T04:40:42.297Z] [2025-05-26T04:40:42.297Z] #108 [core-keeper] exporting to image [2025-05-26T04:40:42.565Z] #108 ... [2025-05-26T04:40:42.565Z] [2025-05-26T04:40:42.565Z] #207 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-05-26T04:40:42.565Z] #207 DONE 0.4s [2025-05-26T04:40:42.565Z] [2025-05-26T04:40:42.565Z] #108 [core-metadata] exporting to image [2025-05-26T04:40:42.565Z] #108 exporting layers 0.9s done [2025-05-26T04:40:42.565Z] #108 writing image sha256:ed7fe1c70d0794ad6cba9f1b82c655a60b0ad0cf9a39f44ba5d8f38250c2286e [2025-05-26T04:40:42.832Z] #108 writing image sha256:ed7fe1c70d0794ad6cba9f1b82c655a60b0ad0cf9a39f44ba5d8f38250c2286e done [2025-05-26T04:40:42.832Z] #108 naming to docker.io/library/core-data-arm64 0.0s done [2025-05-26T04:40:42.832Z] #108 exporting layers 0.8s done [2025-05-26T04:40:42.832Z] #108 writing image sha256:5cac83dc008413077c9351b5f3e5eddde8d43042beaee80042c201ecdf087208 done [2025-05-26T04:40:42.832Z] #108 naming to docker.io/library/core-keeper-arm64 done [2025-05-26T04:40:43.099Z] #108 exporting layers 0.6s done [2025-05-26T04:40:43.099Z] #108 writing image sha256:31cd2d7e142bb1ed0a1b8ceb3bfc836eb7ac300aa6c162168005c8789cd66e25 done [2025-05-26T04:40:43.099Z] #108 naming to docker.io/library/core-metadata-arm64 done [2025-05-26T04:40:43.099Z] #108 DONE 16.2s [2025-05-26T04:40:43.099Z] [2025-05-26T04:40:43.099Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T04:40:44.056Z] #154 DONE 2077.7s [2025-05-26T04:40:44.056Z] [2025-05-26T04:40:44.056Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:40:44.322Z] #45 ... [2025-05-26T04:40:44.322Z] [2025-05-26T04:40:44.322Z] #208 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:40:44.590Z] #208 DONE 0.1s [2025-05-26T04:40:44.591Z] [2025-05-26T04:40:44.591Z] #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T04:40:44.591Z] #120 ... [2025-05-26T04:40:44.591Z] [2025-05-26T04:40:44.591Z] #209 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:40:44.861Z] #209 DONE 0.2s [2025-05-26T04:40:44.861Z] [2025-05-26T04:40:44.861Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T04:40:44.861Z] #144 ... [2025-05-26T04:40:44.861Z] [2025-05-26T04:40:44.861Z] #210 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-05-26T04:40:45.129Z] #210 DONE 0.4s [2025-05-26T04:40:45.129Z] [2025-05-26T04:40:45.129Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T04:40:45.395Z] #144 ... [2025-05-26T04:40:45.395Z] [2025-05-26T04:40:45.395Z] #211 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-05-26T04:40:45.395Z] #211 DONE 0.1s [2025-05-26T04:40:45.395Z] [2025-05-26T04:40:45.395Z] #212 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-05-26T04:40:45.395Z] #212 DONE 0.1s [2025-05-26T04:40:45.395Z] [2025-05-26T04:40:45.395Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T04:40:45.668Z] #144 ... [2025-05-26T04:40:45.668Z] [2025-05-26T04:40:45.668Z] #213 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T04:40:47.614Z] #213 DONE 1.7s [2025-05-26T04:40:47.614Z] [2025-05-26T04:40:47.614Z] #108 [security-proxy-auth] exporting to image [2025-05-26T04:40:47.881Z] #108 exporting layers 0.6s done [2025-05-26T04:40:47.881Z] #108 writing image sha256:3bacb981a558cc26ec49d64a4b0dd4e36745049fed005ce13c841c0942c8f207 done [2025-05-26T04:40:47.881Z] #108 naming to docker.io/library/security-proxy-auth-arm64 done [2025-05-26T04:40:47.881Z] #108 DONE 16.8s [2025-05-26T04:40:47.881Z] [2025-05-26T04:40:47.881Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T04:41:20.252Z] #144 DONE 2108.8s [2025-05-26T04:41:20.252Z] [2025-05-26T04:41:20.252Z] #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T04:41:20.252Z] #120 ... [2025-05-26T04:41:20.252Z] [2025-05-26T04:41:20.252Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:41:20.252Z] #214 DONE 0.2s [2025-05-26T04:41:20.252Z] [2025-05-26T04:41:20.252Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:41:20.252Z] #215 DONE 0.1s [2025-05-26T04:41:20.252Z] [2025-05-26T04:41:20.252Z] #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T04:41:20.252Z] #120 ... [2025-05-26T04:41:20.252Z] [2025-05-26T04:41:20.252Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-05-26T04:41:20.252Z] #216 DONE 0.6s [2025-05-26T04:41:20.252Z] [2025-05-26T04:41:20.252Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-05-26T04:41:20.252Z] #217 DONE 0.1s [2025-05-26T04:41:20.252Z] [2025-05-26T04:41:20.252Z] #108 [support-scheduler] exporting to image [2025-05-26T04:41:20.252Z] #108 exporting layers [2025-05-26T04:41:20.252Z] #108 exporting layers 1.0s done [2025-05-26T04:41:20.252Z] #108 writing image sha256:b727396dcff8517e6df624e8cf2e0192c921b93648fed7aa1c6cb41959dbc26e done [2025-05-26T04:41:20.252Z] #108 naming to docker.io/library/support-scheduler-arm64 done [2025-05-26T04:41:20.252Z] #108 DONE 17.8s [2025-05-26T04:41:20.252Z] [2025-05-26T04:41:20.252Z] #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T04:41:20.252Z] #120 DONE 2120.3s [2025-05-26T04:41:20.252Z] [2025-05-26T04:41:20.252Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:41:20.518Z] #42 ... [2025-05-26T04:41:20.518Z] [2025-05-26T04:41:20.518Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T04:41:20.518Z] #218 DONE 0.1s [2025-05-26T04:41:20.788Z] [2025-05-26T04:41:20.788Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:41:20.788Z] #45 ... [2025-05-26T04:41:20.788Z] [2025-05-26T04:41:20.788Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T04:41:21.053Z] #219 DONE 0.1s [2025-05-26T04:41:21.053Z] [2025-05-26T04:41:21.053Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-05-26T04:41:21.319Z] #220 DONE 0.4s [2025-05-26T04:41:21.319Z] [2025-05-26T04:41:21.319Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-05-26T04:41:21.319Z] #221 DONE 0.1s [2025-05-26T04:41:21.319Z] [2025-05-26T04:41:21.319Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T04:41:21.585Z] #45 ... [2025-05-26T04:41:21.585Z] [2025-05-26T04:41:21.585Z] #108 [support-notifications] exporting to image [2025-05-26T04:41:21.852Z] #108 exporting layers 0.6s done [2025-05-26T04:41:21.852Z] #108 writing image sha256:b9b871483b3b3a90cbeb6e69fc0448bcb59e2db6b6772cf5ffbe32316746a93d done [2025-05-26T04:41:21.852Z] #108 naming to docker.io/library/support-notifications-arm64 done [2025-05-26T04:41:21.852Z] #108 DONE 18.4s [2025-05-26T04:41:21.852Z] [2025-05-26T04:41:21.852Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T04:41:21.852Z] time="2025-05-26T04:03:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:41:21.852Z] time="2025-05-26T04:03:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:41:21.852Z] time="2025-05-26T04:03:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:41:21.852Z] time="2025-05-26T04:03:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:41:21.852Z] time="2025-05-26T04:03:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:41:21.852Z] time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:41:21.852Z] time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:41:21.852Z] time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:41:21.852Z] time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:41:21.852Z] time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:41:21.852Z] time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:41:21.852Z] time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:41:21.852Z] time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:41:21.852Z] time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T04:41:21.852Z] time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-05-26T04:41:21.868Z] $ docker stop --time=1 d3bf27cca8c3f265e1cae4991866e6dc96b429dcb6d0a0247595aabaf42138f3 [2025-05-26T04:41:23.554Z] $ docker rm -f --volumes d3bf27cca8c3f265e1cae4991866e6dc96b429dcb6d0a0247595aabaf42138f3 [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-26T04:41:24.056Z] + docker images [2025-05-26T04:41:24.056Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-05-26T04:41:24.056Z] support-notifications-arm64 latest b9b871483b3b 2 seconds ago 52.3MB [2025-05-26T04:41:24.056Z] support-scheduler-arm64 latest b727396dcff8 7 seconds ago 48.5MB [2025-05-26T04:41:24.056Z] security-proxy-auth-arm64 latest 3bacb981a558 36 seconds ago 31.9MB [2025-05-26T04:41:24.056Z] core-metadata-arm64 latest 31cd2d7e142b 41 seconds ago 33.1MB [2025-05-26T04:41:24.056Z] core-data-arm64 latest ed7fe1c70d07 42 seconds ago 33MB [2025-05-26T04:41:24.056Z] core-keeper-arm64 latest 5cac83dc0084 42 seconds ago 32.6MB [2025-05-26T04:41:24.056Z] security-spiffe-token-provider-arm64 latest 1d4ccedf0f71 About a minute ago 48.1MB [2025-05-26T04:41:24.056Z] security-secretstore-setup-arm64 latest 02122f7d54e6 2 minutes ago 67.6MB [2025-05-26T04:41:24.056Z] security-proxy-setup-arm64 latest c69b1854c11f 2 minutes ago 38.7MB [2025-05-26T04:41:24.056Z] core-command-arm64 latest a878c620bc1c 3 minutes ago 28.5MB [2025-05-26T04:41:24.056Z] security-bootstrapper-arm64 latest 69735516eed9 17 minutes ago 21.1MB [2025-05-26T04:41:24.056Z] core-common-config-bootstrapper-arm64 latest a2323bd3f7e2 17 minutes ago 17.9MB [2025-05-26T04:41:24.056Z] security-spire-agent-arm64 latest 2c0508ad901b 36 minutes ago 187MB [2025-05-26T04:41:24.056Z] security-spire-server-arm64 latest 243172369035 36 minutes ago 144MB [2025-05-26T04:41:24.056Z] security-spire-config-arm64 latest e8d8b4df0b2d 36 minutes ago 143MB [2025-05-26T04:41:24.056Z] ci-base-image-arm64 latest bb5610c19238 38 minutes ago 910MB [2025-05-26T04:41:24.056Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 6 weeks ago 560MB [2025-05-26T04:41:24.056Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 24 months 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-05-26T04:41:24.193Z] provisioning config files... [2025-05-26T04:41:24.217Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/840@tmp/config16699854110088861722tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:41:24.569Z] ---> ****-login.sh [2025-05-26T04:41:24.569Z] nexus3.edgexfoundry.org:10001 [2025-05-26T04:41:24.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:41:25.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:41:25.110Z] Configure a credential helper to remove this warning. See [2025-05-26T04:41:25.110Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:41:25.110Z] [2025-05-26T04:41:25.110Z] Login Succeeded [2025-05-26T04:41:25.110Z] nexus3.edgexfoundry.org:10002 [2025-05-26T04:41:25.377Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:41:25.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:41:25.377Z] Configure a credential helper to remove this warning. See [2025-05-26T04:41:25.377Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:41:25.377Z] [2025-05-26T04:41:25.377Z] Login Succeeded [2025-05-26T04:41:25.377Z] nexus3.edgexfoundry.org:10003 [2025-05-26T04:41:25.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:41:25.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:41:25.916Z] Configure a credential helper to remove this warning. See [2025-05-26T04:41:25.917Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:41:25.917Z] [2025-05-26T04:41:25.917Z] Login Succeeded [2025-05-26T04:41:25.917Z] nexus3.edgexfoundry.org:10004 [2025-05-26T04:41:26.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:41:26.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:41:26.186Z] Configure a credential helper to remove this warning. See [2025-05-26T04:41:26.186Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:41:26.186Z] [2025-05-26T04:41:26.186Z] Login Succeeded [2025-05-26T04:41:26.186Z] ****.io [2025-05-26T04:41:26.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T04:41:26.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T04:41:26.715Z] Configure a credential helper to remove this warning. See [2025-05-26T04:41:26.715Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T04:41:26.715Z] [2025-05-26T04:41:26.715Z] Login Succeeded [2025-05-26T04:41:26.715Z] ---> ****-login.sh ends [Pipeline] } [2025-05-26T04:41:26.729Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:41:26.780Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-26T04:41:26.818Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-05-26T04:41:26.818Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:41:26.818Z] latest [2025-05-26T04:41:26.818Z] 4.1.0-dev.13 [2025-05-26T04:41:26.818Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:41:26.818Z] main [2025-05-26T04:41:26.818Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:27.188Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:27.539Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:41:27.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-26T04:41:27.539Z] be0feea6d7eb: Preparing [2025-05-26T04:41:27.539Z] 675ec5176d06: Preparing [2025-05-26T04:41:27.539Z] a0d1257f9b41: Preparing [2025-05-26T04:41:27.539Z] be3b39d103fd: Preparing [2025-05-26T04:41:27.539Z] 814169bb3914: Preparing [2025-05-26T04:41:27.539Z] e23cdf2ce029: Preparing [2025-05-26T04:41:27.539Z] dd9c8f8612c8: Preparing [2025-05-26T04:41:27.539Z] dd9c8f8612c8: Waiting [2025-05-26T04:41:27.802Z] be3b39d103fd: Pushed [2025-05-26T04:41:27.802Z] 814169bb3914: Pushed [2025-05-26T04:41:27.802Z] a0d1257f9b41: Pushed [2025-05-26T04:41:27.802Z] be0feea6d7eb: Pushed [2025-05-26T04:41:27.802Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:41:27.802Z] e23cdf2ce029: Pushed [2025-05-26T04:41:32.029Z] 675ec5176d06: Pushed [2025-05-26T04:41:32.029Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:7ad58ad9fd63099d002df2a0caae41bee9fe373ea77025f8e6d051c256d47c02 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:32.382Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:32.734Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-05-26T04:41:32.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-26T04:41:32.734Z] be0feea6d7eb: Preparing [2025-05-26T04:41:32.734Z] 675ec5176d06: Preparing [2025-05-26T04:41:32.734Z] a0d1257f9b41: Preparing [2025-05-26T04:41:32.734Z] be3b39d103fd: Preparing [2025-05-26T04:41:32.734Z] 814169bb3914: Preparing [2025-05-26T04:41:32.734Z] e23cdf2ce029: Preparing [2025-05-26T04:41:32.734Z] dd9c8f8612c8: Preparing [2025-05-26T04:41:32.734Z] e23cdf2ce029: Waiting [2025-05-26T04:41:32.734Z] dd9c8f8612c8: Waiting [2025-05-26T04:41:32.734Z] 675ec5176d06: Layer already exists [2025-05-26T04:41:32.734Z] a0d1257f9b41: Layer already exists [2025-05-26T04:41:32.734Z] be0feea6d7eb: Layer already exists [2025-05-26T04:41:32.734Z] be3b39d103fd: Layer already exists [2025-05-26T04:41:32.734Z] 814169bb3914: Layer already exists [2025-05-26T04:41:32.734Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:41:32.734Z] e23cdf2ce029: Layer already exists [2025-05-26T04:41:32.734Z] latest: digest: sha256:7ad58ad9fd63099d002df2a0caae41bee9fe373ea77025f8e6d051c256d47c02 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:33.359Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:33.724Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.13 [2025-05-26T04:41:33.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-26T04:41:33.725Z] be0feea6d7eb: Preparing [2025-05-26T04:41:33.725Z] 675ec5176d06: Preparing [2025-05-26T04:41:33.725Z] a0d1257f9b41: Preparing [2025-05-26T04:41:33.725Z] be3b39d103fd: Preparing [2025-05-26T04:41:33.725Z] 814169bb3914: Preparing [2025-05-26T04:41:33.725Z] e23cdf2ce029: Preparing [2025-05-26T04:41:33.725Z] dd9c8f8612c8: Preparing [2025-05-26T04:41:33.725Z] e23cdf2ce029: Waiting [2025-05-26T04:41:33.725Z] dd9c8f8612c8: Waiting [2025-05-26T04:41:33.725Z] be0feea6d7eb: Layer already exists [2025-05-26T04:41:33.725Z] be3b39d103fd: Layer already exists [2025-05-26T04:41:33.725Z] 814169bb3914: Layer already exists [2025-05-26T04:41:33.725Z] 675ec5176d06: Layer already exists [2025-05-26T04:41:33.725Z] a0d1257f9b41: Layer already exists [2025-05-26T04:41:33.725Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:41:33.725Z] e23cdf2ce029: Layer already exists [2025-05-26T04:41:33.725Z] 4.1.0-dev.13: digest: sha256:7ad58ad9fd63099d002df2a0caae41bee9fe373ea77025f8e6d051c256d47c02 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:34.346Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:34.708Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:41:34.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-26T04:41:34.708Z] be0feea6d7eb: Preparing [2025-05-26T04:41:34.708Z] 675ec5176d06: Preparing [2025-05-26T04:41:34.708Z] a0d1257f9b41: Preparing [2025-05-26T04:41:34.708Z] be3b39d103fd: Preparing [2025-05-26T04:41:34.708Z] 814169bb3914: Preparing [2025-05-26T04:41:34.708Z] e23cdf2ce029: Preparing [2025-05-26T04:41:34.708Z] dd9c8f8612c8: Preparing [2025-05-26T04:41:34.708Z] e23cdf2ce029: Waiting [2025-05-26T04:41:34.708Z] dd9c8f8612c8: Waiting [2025-05-26T04:41:34.708Z] be0feea6d7eb: Layer already exists [2025-05-26T04:41:34.708Z] be3b39d103fd: Layer already exists [2025-05-26T04:41:34.708Z] 814169bb3914: Layer already exists [2025-05-26T04:41:34.708Z] 675ec5176d06: Layer already exists [2025-05-26T04:41:34.708Z] a0d1257f9b41: Layer already exists [2025-05-26T04:41:34.708Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:41:34.708Z] e23cdf2ce029: Layer already exists [2025-05-26T04:41:34.708Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:7ad58ad9fd63099d002df2a0caae41bee9fe373ea77025f8e6d051c256d47c02 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:35.059Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:35.409Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-05-26T04:41:35.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-26T04:41:35.409Z] be0feea6d7eb: Preparing [2025-05-26T04:41:35.409Z] 675ec5176d06: Preparing [2025-05-26T04:41:35.409Z] a0d1257f9b41: Preparing [2025-05-26T04:41:35.409Z] be3b39d103fd: Preparing [2025-05-26T04:41:35.409Z] 814169bb3914: Preparing [2025-05-26T04:41:35.409Z] e23cdf2ce029: Preparing [2025-05-26T04:41:35.409Z] dd9c8f8612c8: Preparing [2025-05-26T04:41:35.409Z] e23cdf2ce029: Waiting [2025-05-26T04:41:35.409Z] dd9c8f8612c8: Waiting [2025-05-26T04:41:35.409Z] 814169bb3914: Layer already exists [2025-05-26T04:41:35.409Z] 675ec5176d06: Layer already exists [2025-05-26T04:41:35.409Z] be0feea6d7eb: Layer already exists [2025-05-26T04:41:35.409Z] be3b39d103fd: Layer already exists [2025-05-26T04:41:35.409Z] a0d1257f9b41: Layer already exists [2025-05-26T04:41:35.409Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:41:35.409Z] e23cdf2ce029: Layer already exists [2025-05-26T04:41:35.409Z] main: digest: sha256:7ad58ad9fd63099d002df2a0caae41bee9fe373ea77025f8e6d051c256d47c02 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:41:35.757Z] ===================================================== [Pipeline] echo [2025-05-26T04:41:35.777Z] taggedImages: [2025-05-26T04:41:35.777Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:41:35.777Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-05-26T04:41:35.777Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.13 [2025-05-26T04:41:35.777Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:41:35.777Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-05-26T04:41:35.807Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-05-26T04:41:35.807Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:41:35.807Z] latest [2025-05-26T04:41:35.807Z] 4.1.0-dev.13 [2025-05-26T04:41:35.807Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:41:35.807Z] main [2025-05-26T04:41:35.807Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:36.177Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:36.523Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:41:36.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-26T04:41:36.523Z] b0da2232d013: Preparing [2025-05-26T04:41:36.523Z] 685057e6ad1d: Preparing [2025-05-26T04:41:36.523Z] 76e582ab0126: Preparing [2025-05-26T04:41:36.523Z] eb00ba52b71e: Preparing [2025-05-26T04:41:36.523Z] a0d1257f9b41: Preparing [2025-05-26T04:41:36.523Z] be3b39d103fd: Preparing [2025-05-26T04:41:36.523Z] 814169bb3914: Preparing [2025-05-26T04:41:36.523Z] be3b39d103fd: Waiting [2025-05-26T04:41:36.523Z] e23cdf2ce029: Preparing [2025-05-26T04:41:36.523Z] 814169bb3914: Waiting [2025-05-26T04:41:36.523Z] dd9c8f8612c8: Preparing [2025-05-26T04:41:36.523Z] e23cdf2ce029: Waiting [2025-05-26T04:41:36.523Z] dd9c8f8612c8: Waiting [2025-05-26T04:41:36.523Z] a0d1257f9b41: Layer already exists [2025-05-26T04:41:36.787Z] be3b39d103fd: Layer already exists [2025-05-26T04:41:36.787Z] 814169bb3914: Layer already exists [2025-05-26T04:41:36.787Z] e23cdf2ce029: Layer already exists [2025-05-26T04:41:36.787Z] 76e582ab0126: Pushed [2025-05-26T04:41:36.787Z] 685057e6ad1d: Pushed [2025-05-26T04:41:36.787Z] b0da2232d013: Pushed [2025-05-26T04:41:36.787Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:41:38.715Z] eb00ba52b71e: Pushed [2025-05-26T04:41:38.979Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:65434c11de44bbe44d034ad5d2f465106c0fcb79c145704db196af1279cf4709 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:39.335Z] + 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-05-26T04:41:39.676Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-05-26T04:41:39.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-26T04:41:39.676Z] b0da2232d013: Preparing [2025-05-26T04:41:39.676Z] 685057e6ad1d: Preparing [2025-05-26T04:41:39.676Z] 76e582ab0126: Preparing [2025-05-26T04:41:39.676Z] eb00ba52b71e: Preparing [2025-05-26T04:41:39.676Z] a0d1257f9b41: Preparing [2025-05-26T04:41:39.676Z] be3b39d103fd: Preparing [2025-05-26T04:41:39.676Z] 814169bb3914: Preparing [2025-05-26T04:41:39.676Z] e23cdf2ce029: Preparing [2025-05-26T04:41:39.676Z] dd9c8f8612c8: Preparing [2025-05-26T04:41:39.676Z] be3b39d103fd: Waiting [2025-05-26T04:41:39.676Z] e23cdf2ce029: Waiting [2025-05-26T04:41:39.676Z] dd9c8f8612c8: Waiting [2025-05-26T04:41:39.676Z] 814169bb3914: Waiting [2025-05-26T04:41:39.676Z] 76e582ab0126: Layer already exists [2025-05-26T04:41:39.676Z] a0d1257f9b41: Layer already exists [2025-05-26T04:41:39.676Z] eb00ba52b71e: Layer already exists [2025-05-26T04:41:39.676Z] 685057e6ad1d: Layer already exists [2025-05-26T04:41:39.676Z] b0da2232d013: Layer already exists [2025-05-26T04:41:39.676Z] be3b39d103fd: Layer already exists [2025-05-26T04:41:39.676Z] 814169bb3914: Layer already exists [2025-05-26T04:41:39.676Z] e23cdf2ce029: Layer already exists [2025-05-26T04:41:39.676Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:41:39.940Z] latest: digest: sha256:65434c11de44bbe44d034ad5d2f465106c0fcb79c145704db196af1279cf4709 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:40.286Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:40.630Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.13 [2025-05-26T04:41:40.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-26T04:41:40.630Z] b0da2232d013: Preparing [2025-05-26T04:41:40.630Z] 685057e6ad1d: Preparing [2025-05-26T04:41:40.630Z] 76e582ab0126: Preparing [2025-05-26T04:41:40.630Z] eb00ba52b71e: Preparing [2025-05-26T04:41:40.630Z] a0d1257f9b41: Preparing [2025-05-26T04:41:40.630Z] be3b39d103fd: Preparing [2025-05-26T04:41:40.630Z] 814169bb3914: Preparing [2025-05-26T04:41:40.630Z] e23cdf2ce029: Preparing [2025-05-26T04:41:40.630Z] dd9c8f8612c8: Preparing [2025-05-26T04:41:40.630Z] 814169bb3914: Waiting [2025-05-26T04:41:40.630Z] e23cdf2ce029: Waiting [2025-05-26T04:41:40.630Z] be3b39d103fd: Waiting [2025-05-26T04:41:40.630Z] dd9c8f8612c8: Waiting [2025-05-26T04:41:40.630Z] 76e582ab0126: Layer already exists [2025-05-26T04:41:40.630Z] a0d1257f9b41: Layer already exists [2025-05-26T04:41:40.630Z] 685057e6ad1d: Layer already exists [2025-05-26T04:41:40.630Z] b0da2232d013: Layer already exists [2025-05-26T04:41:40.630Z] eb00ba52b71e: Layer already exists [2025-05-26T04:41:40.630Z] be3b39d103fd: Layer already exists [2025-05-26T04:41:40.630Z] 814169bb3914: Layer already exists [2025-05-26T04:41:40.630Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:41:40.630Z] e23cdf2ce029: Layer already exists [2025-05-26T04:41:40.630Z] 4.1.0-dev.13: digest: sha256:65434c11de44bbe44d034ad5d2f465106c0fcb79c145704db196af1279cf4709 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:41.264Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:41.674Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:41:41.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-26T04:41:41.674Z] b0da2232d013: Preparing [2025-05-26T04:41:41.674Z] 685057e6ad1d: Preparing [2025-05-26T04:41:41.674Z] 76e582ab0126: Preparing [2025-05-26T04:41:41.674Z] eb00ba52b71e: Preparing [2025-05-26T04:41:41.674Z] a0d1257f9b41: Preparing [2025-05-26T04:41:41.674Z] be3b39d103fd: Preparing [2025-05-26T04:41:41.674Z] 814169bb3914: Preparing [2025-05-26T04:41:41.674Z] e23cdf2ce029: Preparing [2025-05-26T04:41:41.674Z] dd9c8f8612c8: Preparing [2025-05-26T04:41:41.674Z] be3b39d103fd: Waiting [2025-05-26T04:41:41.674Z] 814169bb3914: Waiting [2025-05-26T04:41:41.674Z] e23cdf2ce029: Waiting [2025-05-26T04:41:41.674Z] dd9c8f8612c8: Waiting [2025-05-26T04:41:41.674Z] a0d1257f9b41: Layer already exists [2025-05-26T04:41:41.674Z] 76e582ab0126: Layer already exists [2025-05-26T04:41:41.674Z] b0da2232d013: Layer already exists [2025-05-26T04:41:41.674Z] 685057e6ad1d: Layer already exists [2025-05-26T04:41:41.674Z] eb00ba52b71e: Layer already exists [2025-05-26T04:41:41.674Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:41:41.674Z] e23cdf2ce029: Layer already exists [2025-05-26T04:41:41.674Z] be3b39d103fd: Layer already exists [2025-05-26T04:41:41.674Z] 814169bb3914: Layer already exists [2025-05-26T04:41:41.939Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:65434c11de44bbe44d034ad5d2f465106c0fcb79c145704db196af1279cf4709 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:42.293Z] + 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-05-26T04:41:42.650Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-05-26T04:41:42.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-26T04:41:42.650Z] b0da2232d013: Preparing [2025-05-26T04:41:42.650Z] 685057e6ad1d: Preparing [2025-05-26T04:41:42.650Z] 76e582ab0126: Preparing [2025-05-26T04:41:42.650Z] eb00ba52b71e: Preparing [2025-05-26T04:41:42.650Z] a0d1257f9b41: Preparing [2025-05-26T04:41:42.650Z] be3b39d103fd: Preparing [2025-05-26T04:41:42.650Z] 814169bb3914: Preparing [2025-05-26T04:41:42.650Z] e23cdf2ce029: Preparing [2025-05-26T04:41:42.650Z] dd9c8f8612c8: Preparing [2025-05-26T04:41:42.650Z] 814169bb3914: Waiting [2025-05-26T04:41:42.650Z] e23cdf2ce029: Waiting [2025-05-26T04:41:42.650Z] dd9c8f8612c8: Waiting [2025-05-26T04:41:42.650Z] be3b39d103fd: Waiting [2025-05-26T04:41:42.650Z] 685057e6ad1d: Layer already exists [2025-05-26T04:41:42.650Z] b0da2232d013: Layer already exists [2025-05-26T04:41:42.650Z] eb00ba52b71e: Layer already exists [2025-05-26T04:41:42.650Z] a0d1257f9b41: Layer already exists [2025-05-26T04:41:42.650Z] 76e582ab0126: Layer already exists [2025-05-26T04:41:42.650Z] be3b39d103fd: Layer already exists [2025-05-26T04:41:42.650Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:41:42.650Z] 814169bb3914: Layer already exists [2025-05-26T04:41:42.650Z] e23cdf2ce029: Layer already exists [2025-05-26T04:41:42.914Z] main: digest: sha256:65434c11de44bbe44d034ad5d2f465106c0fcb79c145704db196af1279cf4709 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:41:42.991Z] ===================================================== [Pipeline] echo [2025-05-26T04:41:43.003Z] taggedImages: [2025-05-26T04:41:43.003Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:41:43.003Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-05-26T04:41:43.003Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.13 [2025-05-26T04:41:43.003Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:41:43.003Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-05-26T04:41:43.032Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-05-26T04:41:43.032Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:41:43.032Z] latest [2025-05-26T04:41:43.032Z] 4.1.0-dev.13 [2025-05-26T04:41:43.032Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:41:43.032Z] main [2025-05-26T04:41:43.032Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:43.396Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:43.753Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:41:43.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-26T04:41:43.753Z] 6a56f4bb3109: Preparing [2025-05-26T04:41:43.753Z] dd5fab85be40: Preparing [2025-05-26T04:41:43.753Z] a0d1257f9b41: Preparing [2025-05-26T04:41:43.753Z] be3b39d103fd: Preparing [2025-05-26T04:41:43.753Z] ec1011b1e578: Preparing [2025-05-26T04:41:43.753Z] f956b5aca545: Preparing [2025-05-26T04:41:43.753Z] dd9c8f8612c8: Preparing [2025-05-26T04:41:43.753Z] f956b5aca545: Waiting [2025-05-26T04:41:43.753Z] dd9c8f8612c8: Waiting [2025-05-26T04:41:43.753Z] a0d1257f9b41: Layer already exists [2025-05-26T04:41:43.753Z] be3b39d103fd: Layer already exists [2025-05-26T04:41:44.018Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:41:44.018Z] ec1011b1e578: Pushed [2025-05-26T04:41:44.018Z] 6a56f4bb3109: Pushed [2025-05-26T04:41:44.018Z] f956b5aca545: Pushed [2025-05-26T04:41:49.338Z] dd5fab85be40: Pushed [2025-05-26T04:41:49.338Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:77ec0db1df892d7961ee7dc5171dd6cae19e02a2ce765203e14d769a913a9fef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:49.697Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:50.054Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-05-26T04:41:50.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-26T04:41:50.054Z] 6a56f4bb3109: Preparing [2025-05-26T04:41:50.054Z] dd5fab85be40: Preparing [2025-05-26T04:41:50.054Z] a0d1257f9b41: Preparing [2025-05-26T04:41:50.054Z] be3b39d103fd: Preparing [2025-05-26T04:41:50.054Z] ec1011b1e578: Preparing [2025-05-26T04:41:50.054Z] f956b5aca545: Preparing [2025-05-26T04:41:50.054Z] dd9c8f8612c8: Preparing [2025-05-26T04:41:50.055Z] f956b5aca545: Waiting [2025-05-26T04:41:50.055Z] dd9c8f8612c8: Waiting [2025-05-26T04:41:50.055Z] 6a56f4bb3109: Layer already exists [2025-05-26T04:41:50.055Z] dd5fab85be40: Layer already exists [2025-05-26T04:41:50.055Z] a0d1257f9b41: Layer already exists [2025-05-26T04:41:50.055Z] be3b39d103fd: Layer already exists [2025-05-26T04:41:50.055Z] ec1011b1e578: Layer already exists [2025-05-26T04:41:50.055Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:41:50.055Z] f956b5aca545: Layer already exists [2025-05-26T04:41:50.319Z] latest: digest: sha256:77ec0db1df892d7961ee7dc5171dd6cae19e02a2ce765203e14d769a913a9fef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:50.663Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:51.011Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.13 [2025-05-26T04:41:51.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-26T04:41:51.011Z] 6a56f4bb3109: Preparing [2025-05-26T04:41:51.011Z] dd5fab85be40: Preparing [2025-05-26T04:41:51.011Z] a0d1257f9b41: Preparing [2025-05-26T04:41:51.011Z] be3b39d103fd: Preparing [2025-05-26T04:41:51.011Z] ec1011b1e578: Preparing [2025-05-26T04:41:51.011Z] f956b5aca545: Preparing [2025-05-26T04:41:51.011Z] dd9c8f8612c8: Preparing [2025-05-26T04:41:51.011Z] dd9c8f8612c8: Waiting [2025-05-26T04:41:51.011Z] f956b5aca545: Waiting [2025-05-26T04:41:51.011Z] be3b39d103fd: Layer already exists [2025-05-26T04:41:51.011Z] ec1011b1e578: Layer already exists [2025-05-26T04:41:51.011Z] a0d1257f9b41: Layer already exists [2025-05-26T04:41:51.011Z] 6a56f4bb3109: Layer already exists [2025-05-26T04:41:51.011Z] dd5fab85be40: Layer already exists [2025-05-26T04:41:51.011Z] f956b5aca545: Layer already exists [2025-05-26T04:41:51.011Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:41:51.276Z] 4.1.0-dev.13: digest: sha256:77ec0db1df892d7961ee7dc5171dd6cae19e02a2ce765203e14d769a913a9fef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:51.634Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:51.981Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:41:51.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-26T04:41:51.981Z] 6a56f4bb3109: Preparing [2025-05-26T04:41:51.981Z] dd5fab85be40: Preparing [2025-05-26T04:41:51.981Z] a0d1257f9b41: Preparing [2025-05-26T04:41:51.981Z] be3b39d103fd: Preparing [2025-05-26T04:41:51.981Z] ec1011b1e578: Preparing [2025-05-26T04:41:51.981Z] f956b5aca545: Preparing [2025-05-26T04:41:51.981Z] dd9c8f8612c8: Preparing [2025-05-26T04:41:51.981Z] dd9c8f8612c8: Waiting [2025-05-26T04:41:51.981Z] f956b5aca545: Waiting [2025-05-26T04:41:51.981Z] 6a56f4bb3109: Layer already exists [2025-05-26T04:41:51.981Z] a0d1257f9b41: Layer already exists [2025-05-26T04:41:51.981Z] be3b39d103fd: Layer already exists [2025-05-26T04:41:51.981Z] dd5fab85be40: Layer already exists [2025-05-26T04:41:51.981Z] ec1011b1e578: Layer already exists [2025-05-26T04:41:51.981Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:41:51.981Z] f956b5aca545: Layer already exists [2025-05-26T04:41:52.245Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:77ec0db1df892d7961ee7dc5171dd6cae19e02a2ce765203e14d769a913a9fef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:52.596Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:52.943Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-05-26T04:41:52.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-26T04:41:52.943Z] 6a56f4bb3109: Preparing [2025-05-26T04:41:52.943Z] dd5fab85be40: Preparing [2025-05-26T04:41:52.943Z] a0d1257f9b41: Preparing [2025-05-26T04:41:52.943Z] be3b39d103fd: Preparing [2025-05-26T04:41:52.943Z] ec1011b1e578: Preparing [2025-05-26T04:41:52.943Z] f956b5aca545: Preparing [2025-05-26T04:41:52.943Z] f956b5aca545: Waiting [2025-05-26T04:41:52.943Z] dd9c8f8612c8: Preparing [2025-05-26T04:41:52.943Z] dd9c8f8612c8: Waiting [2025-05-26T04:41:52.943Z] be3b39d103fd: Layer already exists [2025-05-26T04:41:52.943Z] dd5fab85be40: Layer already exists [2025-05-26T04:41:52.943Z] a0d1257f9b41: Layer already exists [2025-05-26T04:41:52.943Z] 6a56f4bb3109: Layer already exists [2025-05-26T04:41:52.943Z] ec1011b1e578: Layer already exists [2025-05-26T04:41:52.943Z] f956b5aca545: Layer already exists [2025-05-26T04:41:52.943Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:41:52.943Z] main: digest: sha256:77ec0db1df892d7961ee7dc5171dd6cae19e02a2ce765203e14d769a913a9fef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:41:53.286Z] ===================================================== [Pipeline] echo [2025-05-26T04:41:53.310Z] taggedImages: [2025-05-26T04:41:53.310Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:41:53.310Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-05-26T04:41:53.310Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.13 [2025-05-26T04:41:53.310Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:41:53.310Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-05-26T04:41:53.345Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-05-26T04:41:53.345Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:41:53.345Z] latest [2025-05-26T04:41:53.345Z] 4.1.0-dev.13 [2025-05-26T04:41:53.345Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:41:53.345Z] main [2025-05-26T04:41:53.345Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:53.726Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:41:54.074Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:41:54.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-26T04:41:54.075Z] ad84e25b6a7e: Preparing [2025-05-26T04:41:54.075Z] 1948a440f283: Preparing [2025-05-26T04:41:54.075Z] be3b39d103fd: Preparing [2025-05-26T04:41:54.075Z] 130d8036d75a: Preparing [2025-05-26T04:41:54.075Z] 8afba815bb5f: Preparing [2025-05-26T04:41:54.075Z] dd9c8f8612c8: Preparing [2025-05-26T04:41:54.075Z] dd9c8f8612c8: Waiting [2025-05-26T04:41:54.075Z] be3b39d103fd: Layer already exists [2025-05-26T04:41:54.340Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:41:54.340Z] ad84e25b6a7e: Pushed [2025-05-26T04:41:54.340Z] 8afba815bb5f: Pushed [2025-05-26T04:41:54.340Z] 130d8036d75a: Pushed [2025-05-26T04:41:59.671Z] 1948a440f283: Pushed [2025-05-26T04:41:59.671Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:c2a9d740383547fd4b27dbb7d867df4d4fd6fb0486cd8aa3d9093c89ff549835 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:00.034Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:00.401Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-05-26T04:42:00.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-26T04:42:00.401Z] ad84e25b6a7e: Preparing [2025-05-26T04:42:00.401Z] 1948a440f283: Preparing [2025-05-26T04:42:00.401Z] be3b39d103fd: Preparing [2025-05-26T04:42:00.401Z] 130d8036d75a: Preparing [2025-05-26T04:42:00.401Z] 8afba815bb5f: Preparing [2025-05-26T04:42:00.401Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:00.401Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:00.401Z] 1948a440f283: Layer already exists [2025-05-26T04:42:00.401Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:00.401Z] ad84e25b6a7e: Layer already exists [2025-05-26T04:42:00.401Z] 130d8036d75a: Layer already exists [2025-05-26T04:42:00.401Z] 8afba815bb5f: Layer already exists [2025-05-26T04:42:00.401Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:00.665Z] latest: digest: sha256:c2a9d740383547fd4b27dbb7d867df4d4fd6fb0486cd8aa3d9093c89ff549835 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:01.021Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:01.376Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.13 [2025-05-26T04:42:01.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-26T04:42:01.376Z] ad84e25b6a7e: Preparing [2025-05-26T04:42:01.376Z] 1948a440f283: Preparing [2025-05-26T04:42:01.376Z] be3b39d103fd: Preparing [2025-05-26T04:42:01.376Z] 130d8036d75a: Preparing [2025-05-26T04:42:01.376Z] 8afba815bb5f: Preparing [2025-05-26T04:42:01.376Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:01.376Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:01.376Z] ad84e25b6a7e: Layer already exists [2025-05-26T04:42:01.376Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:01.376Z] 1948a440f283: Layer already exists [2025-05-26T04:42:01.376Z] 8afba815bb5f: Layer already exists [2025-05-26T04:42:01.376Z] 130d8036d75a: Layer already exists [2025-05-26T04:42:01.376Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:01.376Z] 4.1.0-dev.13: digest: sha256:c2a9d740383547fd4b27dbb7d867df4d4fd6fb0486cd8aa3d9093c89ff549835 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:01.730Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:02.078Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:42:02.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-26T04:42:02.078Z] ad84e25b6a7e: Preparing [2025-05-26T04:42:02.078Z] 1948a440f283: Preparing [2025-05-26T04:42:02.078Z] be3b39d103fd: Preparing [2025-05-26T04:42:02.078Z] 130d8036d75a: Preparing [2025-05-26T04:42:02.078Z] 8afba815bb5f: Preparing [2025-05-26T04:42:02.078Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:02.078Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:02.078Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:02.078Z] ad84e25b6a7e: Layer already exists [2025-05-26T04:42:02.078Z] 8afba815bb5f: Layer already exists [2025-05-26T04:42:02.078Z] 130d8036d75a: Layer already exists [2025-05-26T04:42:02.078Z] 1948a440f283: Layer already exists [2025-05-26T04:42:02.078Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:02.343Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:c2a9d740383547fd4b27dbb7d867df4d4fd6fb0486cd8aa3d9093c89ff549835 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:02.690Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:03.036Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-05-26T04:42:03.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-26T04:42:03.036Z] ad84e25b6a7e: Preparing [2025-05-26T04:42:03.036Z] 1948a440f283: Preparing [2025-05-26T04:42:03.036Z] be3b39d103fd: Preparing [2025-05-26T04:42:03.036Z] 130d8036d75a: Preparing [2025-05-26T04:42:03.036Z] 8afba815bb5f: Preparing [2025-05-26T04:42:03.036Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:03.036Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:03.036Z] 130d8036d75a: Layer already exists [2025-05-26T04:42:03.036Z] 1948a440f283: Layer already exists [2025-05-26T04:42:03.036Z] 8afba815bb5f: Layer already exists [2025-05-26T04:42:03.036Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:03.036Z] ad84e25b6a7e: Layer already exists [2025-05-26T04:42:03.036Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:03.299Z] main: digest: sha256:c2a9d740383547fd4b27dbb7d867df4d4fd6fb0486cd8aa3d9093c89ff549835 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:42:03.378Z] ===================================================== [Pipeline] echo [2025-05-26T04:42:03.393Z] taggedImages: [2025-05-26T04:42:03.393Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:42:03.393Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-05-26T04:42:03.393Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.13 [2025-05-26T04:42:03.393Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:42:03.393Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-05-26T04:42:03.503Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-05-26T04:42:03.503Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:42:03.503Z] latest [2025-05-26T04:42:03.503Z] 4.1.0-dev.13 [2025-05-26T04:42:03.503Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:42:03.503Z] main [2025-05-26T04:42:03.503Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:03.857Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:04.204Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:42:04.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-26T04:42:04.204Z] d5c702357ce3: Preparing [2025-05-26T04:42:04.204Z] c0488ee952b0: Preparing [2025-05-26T04:42:04.204Z] a02155ac37eb: Preparing [2025-05-26T04:42:04.204Z] a0d1257f9b41: Preparing [2025-05-26T04:42:04.204Z] be3b39d103fd: Preparing [2025-05-26T04:42:04.204Z] 814169bb3914: Preparing [2025-05-26T04:42:04.204Z] e23cdf2ce029: Preparing [2025-05-26T04:42:04.204Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:04.204Z] e23cdf2ce029: Waiting [2025-05-26T04:42:04.204Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:04.204Z] 814169bb3914: Waiting [2025-05-26T04:42:04.204Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:04.474Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:04.474Z] e23cdf2ce029: Layer already exists [2025-05-26T04:42:04.474Z] 814169bb3914: Layer already exists [2025-05-26T04:42:04.474Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:04.474Z] c0488ee952b0: Pushed [2025-05-26T04:42:04.474Z] d5c702357ce3: Pushed [2025-05-26T04:42:09.799Z] a02155ac37eb: Pushed [2025-05-26T04:42:09.799Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:677aa8c6a5b23fd271f36d26b71a1e2b80dc3052ed5514446f0c3bc8ca09cbb8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:10.147Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:10.493Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-05-26T04:42:10.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-26T04:42:10.493Z] d5c702357ce3: Preparing [2025-05-26T04:42:10.493Z] c0488ee952b0: Preparing [2025-05-26T04:42:10.493Z] a02155ac37eb: Preparing [2025-05-26T04:42:10.493Z] a0d1257f9b41: Preparing [2025-05-26T04:42:10.493Z] be3b39d103fd: Preparing [2025-05-26T04:42:10.493Z] 814169bb3914: Preparing [2025-05-26T04:42:10.493Z] e23cdf2ce029: Preparing [2025-05-26T04:42:10.493Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:10.493Z] 814169bb3914: Waiting [2025-05-26T04:42:10.493Z] e23cdf2ce029: Waiting [2025-05-26T04:42:10.493Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:10.493Z] d5c702357ce3: Layer already exists [2025-05-26T04:42:10.493Z] a02155ac37eb: Layer already exists [2025-05-26T04:42:10.493Z] c0488ee952b0: Layer already exists [2025-05-26T04:42:10.493Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:10.493Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:10.493Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:10.493Z] 814169bb3914: Layer already exists [2025-05-26T04:42:10.493Z] e23cdf2ce029: Layer already exists [2025-05-26T04:42:10.493Z] latest: digest: sha256:677aa8c6a5b23fd271f36d26b71a1e2b80dc3052ed5514446f0c3bc8ca09cbb8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:11.106Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:11.457Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.13 [2025-05-26T04:42:11.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-26T04:42:11.457Z] d5c702357ce3: Preparing [2025-05-26T04:42:11.457Z] c0488ee952b0: Preparing [2025-05-26T04:42:11.457Z] a02155ac37eb: Preparing [2025-05-26T04:42:11.457Z] a0d1257f9b41: Preparing [2025-05-26T04:42:11.457Z] be3b39d103fd: Preparing [2025-05-26T04:42:11.457Z] 814169bb3914: Preparing [2025-05-26T04:42:11.457Z] e23cdf2ce029: Preparing [2025-05-26T04:42:11.457Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:11.457Z] e23cdf2ce029: Waiting [2025-05-26T04:42:11.457Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:11.457Z] 814169bb3914: Waiting [2025-05-26T04:42:11.457Z] d5c702357ce3: Layer already exists [2025-05-26T04:42:11.457Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:11.457Z] a02155ac37eb: Layer already exists [2025-05-26T04:42:11.457Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:11.457Z] c0488ee952b0: Layer already exists [2025-05-26T04:42:11.457Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:11.457Z] e23cdf2ce029: Layer already exists [2025-05-26T04:42:11.457Z] 814169bb3914: Layer already exists [2025-05-26T04:42:11.457Z] 4.1.0-dev.13: digest: sha256:677aa8c6a5b23fd271f36d26b71a1e2b80dc3052ed5514446f0c3bc8ca09cbb8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:12.080Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:12.435Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:42:12.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-26T04:42:12.436Z] d5c702357ce3: Preparing [2025-05-26T04:42:12.436Z] c0488ee952b0: Preparing [2025-05-26T04:42:12.436Z] a02155ac37eb: Preparing [2025-05-26T04:42:12.436Z] a0d1257f9b41: Preparing [2025-05-26T04:42:12.436Z] be3b39d103fd: Preparing [2025-05-26T04:42:12.436Z] 814169bb3914: Preparing [2025-05-26T04:42:12.436Z] e23cdf2ce029: Preparing [2025-05-26T04:42:12.436Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:12.436Z] 814169bb3914: Waiting [2025-05-26T04:42:12.436Z] e23cdf2ce029: Waiting [2025-05-26T04:42:12.436Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:12.436Z] d5c702357ce3: Layer already exists [2025-05-26T04:42:12.436Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:12.436Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:12.436Z] c0488ee952b0: Layer already exists [2025-05-26T04:42:12.436Z] a02155ac37eb: Layer already exists [2025-05-26T04:42:12.436Z] 814169bb3914: Layer already exists [2025-05-26T04:42:12.436Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:12.436Z] e23cdf2ce029: Layer already exists [2025-05-26T04:42:12.701Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:677aa8c6a5b23fd271f36d26b71a1e2b80dc3052ed5514446f0c3bc8ca09cbb8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:13.054Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:13.403Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-05-26T04:42:13.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-26T04:42:13.403Z] d5c702357ce3: Preparing [2025-05-26T04:42:13.403Z] c0488ee952b0: Preparing [2025-05-26T04:42:13.403Z] a02155ac37eb: Preparing [2025-05-26T04:42:13.403Z] a0d1257f9b41: Preparing [2025-05-26T04:42:13.403Z] be3b39d103fd: Preparing [2025-05-26T04:42:13.403Z] 814169bb3914: Preparing [2025-05-26T04:42:13.403Z] e23cdf2ce029: Preparing [2025-05-26T04:42:13.403Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:13.403Z] e23cdf2ce029: Waiting [2025-05-26T04:42:13.403Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:13.403Z] 814169bb3914: Waiting [2025-05-26T04:42:13.403Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:13.403Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:13.403Z] c0488ee952b0: Layer already exists [2025-05-26T04:42:13.403Z] a02155ac37eb: Layer already exists [2025-05-26T04:42:13.403Z] d5c702357ce3: Layer already exists [2025-05-26T04:42:13.403Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:13.403Z] 814169bb3914: Layer already exists [2025-05-26T04:42:13.403Z] e23cdf2ce029: Layer already exists [2025-05-26T04:42:13.669Z] main: digest: sha256:677aa8c6a5b23fd271f36d26b71a1e2b80dc3052ed5514446f0c3bc8ca09cbb8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:42:13.743Z] ===================================================== [Pipeline] echo [2025-05-26T04:42:13.756Z] taggedImages: [2025-05-26T04:42:13.756Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:42:13.756Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-05-26T04:42:13.756Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.13 [2025-05-26T04:42:13.756Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:42:13.756Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-05-26T04:42:13.782Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-05-26T04:42:13.782Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:42:13.782Z] latest [2025-05-26T04:42:13.782Z] 4.1.0-dev.13 [2025-05-26T04:42:13.782Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:42:13.782Z] main [2025-05-26T04:42:13.782Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:14.160Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:14.517Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:42:14.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-26T04:42:14.517Z] cb2ec31aa8f4: Preparing [2025-05-26T04:42:14.517Z] 91632ee61e88: Preparing [2025-05-26T04:42:14.517Z] 9d53c6ce47a7: Preparing [2025-05-26T04:42:14.517Z] ab8aa172340b: Preparing [2025-05-26T04:42:14.517Z] e2c46d9236e8: Preparing [2025-05-26T04:42:14.517Z] 84fc3e6a7757: Preparing [2025-05-26T04:42:14.517Z] 48ceaed175af: Preparing [2025-05-26T04:42:14.517Z] a0d1257f9b41: Preparing [2025-05-26T04:42:14.517Z] be3b39d103fd: Preparing [2025-05-26T04:42:14.517Z] 1667b94e1e30: Preparing [2025-05-26T04:42:14.517Z] 64aae863814b: Preparing [2025-05-26T04:42:14.517Z] 5f70bf18a086: Preparing [2025-05-26T04:42:14.517Z] 307fa09ddc90: Preparing [2025-05-26T04:42:14.517Z] bd10a0f3dbe8: Preparing [2025-05-26T04:42:14.517Z] c762a8d47724: Preparing [2025-05-26T04:42:14.517Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:14.517Z] a0d1257f9b41: Waiting [2025-05-26T04:42:14.517Z] be3b39d103fd: Waiting [2025-05-26T04:42:14.517Z] 1667b94e1e30: Waiting [2025-05-26T04:42:14.518Z] 64aae863814b: Waiting [2025-05-26T04:42:14.518Z] 5f70bf18a086: Waiting [2025-05-26T04:42:14.518Z] 307fa09ddc90: Waiting [2025-05-26T04:42:14.518Z] bd10a0f3dbe8: Waiting [2025-05-26T04:42:14.518Z] c762a8d47724: Waiting [2025-05-26T04:42:14.518Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:14.518Z] 84fc3e6a7757: Waiting [2025-05-26T04:42:14.518Z] 48ceaed175af: Waiting [2025-05-26T04:42:14.783Z] e2c46d9236e8: Pushed [2025-05-26T04:42:14.784Z] ab8aa172340b: Pushed [2025-05-26T04:42:14.784Z] 91632ee61e88: Pushed [2025-05-26T04:42:14.784Z] 9d53c6ce47a7: Pushed [2025-05-26T04:42:14.784Z] cb2ec31aa8f4: Pushed [2025-05-26T04:42:14.784Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:14.784Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:14.784Z] 84fc3e6a7757: Pushed [2025-05-26T04:42:14.784Z] 5f70bf18a086: Layer already exists [2025-05-26T04:42:15.054Z] 1667b94e1e30: Pushed [2025-05-26T04:42:15.054Z] 64aae863814b: Pushed [2025-05-26T04:42:15.054Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:15.054Z] bd10a0f3dbe8: Pushed [2025-05-26T04:42:15.054Z] 307fa09ddc90: Pushed [2025-05-26T04:42:15.054Z] c762a8d47724: Pushed [2025-05-26T04:42:17.631Z] 48ceaed175af: Pushed [2025-05-26T04:42:17.897Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:6b56d973ea28321979dc10446a3e245b78d4943effe3f2c2bd238c227f56f58d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:18.249Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:18.635Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-05-26T04:42:18.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-26T04:42:18.635Z] cb2ec31aa8f4: Preparing [2025-05-26T04:42:18.635Z] 91632ee61e88: Preparing [2025-05-26T04:42:18.635Z] 9d53c6ce47a7: Preparing [2025-05-26T04:42:18.635Z] ab8aa172340b: Preparing [2025-05-26T04:42:18.635Z] e2c46d9236e8: Preparing [2025-05-26T04:42:18.635Z] 84fc3e6a7757: Preparing [2025-05-26T04:42:18.635Z] 48ceaed175af: Preparing [2025-05-26T04:42:18.635Z] a0d1257f9b41: Preparing [2025-05-26T04:42:18.635Z] be3b39d103fd: Preparing [2025-05-26T04:42:18.635Z] 1667b94e1e30: Preparing [2025-05-26T04:42:18.635Z] 64aae863814b: Preparing [2025-05-26T04:42:18.635Z] 5f70bf18a086: Preparing [2025-05-26T04:42:18.635Z] 307fa09ddc90: Preparing [2025-05-26T04:42:18.635Z] bd10a0f3dbe8: Preparing [2025-05-26T04:42:18.635Z] c762a8d47724: Preparing [2025-05-26T04:42:18.635Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:18.636Z] 64aae863814b: Waiting [2025-05-26T04:42:18.636Z] 5f70bf18a086: Waiting [2025-05-26T04:42:18.636Z] 307fa09ddc90: Waiting [2025-05-26T04:42:18.636Z] 84fc3e6a7757: Waiting [2025-05-26T04:42:18.636Z] bd10a0f3dbe8: Waiting [2025-05-26T04:42:18.636Z] c762a8d47724: Waiting [2025-05-26T04:42:18.636Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:18.636Z] 48ceaed175af: Waiting [2025-05-26T04:42:18.636Z] be3b39d103fd: Waiting [2025-05-26T04:42:18.636Z] a0d1257f9b41: Waiting [2025-05-26T04:42:18.636Z] 1667b94e1e30: Waiting [2025-05-26T04:42:18.636Z] e2c46d9236e8: Layer already exists [2025-05-26T04:42:18.636Z] ab8aa172340b: Layer already exists [2025-05-26T04:42:18.636Z] cb2ec31aa8f4: Layer already exists [2025-05-26T04:42:18.636Z] 91632ee61e88: Layer already exists [2025-05-26T04:42:18.636Z] 9d53c6ce47a7: Layer already exists [2025-05-26T04:42:18.636Z] 48ceaed175af: Layer already exists [2025-05-26T04:42:18.636Z] 84fc3e6a7757: Layer already exists [2025-05-26T04:42:18.636Z] 1667b94e1e30: Layer already exists [2025-05-26T04:42:18.636Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:18.636Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:18.636Z] 5f70bf18a086: Layer already exists [2025-05-26T04:42:18.636Z] 64aae863814b: Layer already exists [2025-05-26T04:42:18.636Z] 307fa09ddc90: Layer already exists [2025-05-26T04:42:18.636Z] bd10a0f3dbe8: Layer already exists [2025-05-26T04:42:18.636Z] c762a8d47724: Layer already exists [2025-05-26T04:42:18.907Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:18.907Z] latest: digest: sha256:6b56d973ea28321979dc10446a3e245b78d4943effe3f2c2bd238c227f56f58d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:19.280Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:19.638Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.13 [2025-05-26T04:42:19.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-26T04:42:19.638Z] cb2ec31aa8f4: Preparing [2025-05-26T04:42:19.638Z] 91632ee61e88: Preparing [2025-05-26T04:42:19.638Z] 9d53c6ce47a7: Preparing [2025-05-26T04:42:19.638Z] ab8aa172340b: Preparing [2025-05-26T04:42:19.638Z] e2c46d9236e8: Preparing [2025-05-26T04:42:19.638Z] 84fc3e6a7757: Preparing [2025-05-26T04:42:19.638Z] 48ceaed175af: Preparing [2025-05-26T04:42:19.638Z] a0d1257f9b41: Preparing [2025-05-26T04:42:19.638Z] be3b39d103fd: Preparing [2025-05-26T04:42:19.638Z] 1667b94e1e30: Preparing [2025-05-26T04:42:19.638Z] 64aae863814b: Preparing [2025-05-26T04:42:19.638Z] 5f70bf18a086: Preparing [2025-05-26T04:42:19.638Z] 307fa09ddc90: Preparing [2025-05-26T04:42:19.638Z] bd10a0f3dbe8: Preparing [2025-05-26T04:42:19.638Z] c762a8d47724: Preparing [2025-05-26T04:42:19.638Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:19.638Z] 84fc3e6a7757: Waiting [2025-05-26T04:42:19.638Z] 64aae863814b: Waiting [2025-05-26T04:42:19.638Z] 5f70bf18a086: Waiting [2025-05-26T04:42:19.638Z] 307fa09ddc90: Waiting [2025-05-26T04:42:19.638Z] bd10a0f3dbe8: Waiting [2025-05-26T04:42:19.638Z] c762a8d47724: Waiting [2025-05-26T04:42:19.638Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:19.638Z] 48ceaed175af: Waiting [2025-05-26T04:42:19.638Z] a0d1257f9b41: Waiting [2025-05-26T04:42:19.638Z] be3b39d103fd: Waiting [2025-05-26T04:42:19.638Z] cb2ec31aa8f4: Layer already exists [2025-05-26T04:42:19.638Z] 9d53c6ce47a7: Layer already exists [2025-05-26T04:42:19.638Z] e2c46d9236e8: Layer already exists [2025-05-26T04:42:19.638Z] 91632ee61e88: Layer already exists [2025-05-26T04:42:19.638Z] ab8aa172340b: Layer already exists [2025-05-26T04:42:19.638Z] 84fc3e6a7757: Layer already exists [2025-05-26T04:42:19.638Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:19.638Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:19.638Z] 48ceaed175af: Layer already exists [2025-05-26T04:42:19.638Z] 1667b94e1e30: Layer already exists [2025-05-26T04:42:19.638Z] bd10a0f3dbe8: Layer already exists [2025-05-26T04:42:19.638Z] 5f70bf18a086: Layer already exists [2025-05-26T04:42:19.638Z] 64aae863814b: Layer already exists [2025-05-26T04:42:19.638Z] 307fa09ddc90: Layer already exists [2025-05-26T04:42:19.638Z] c762a8d47724: Layer already exists [2025-05-26T04:42:19.901Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:19.901Z] 4.1.0-dev.13: digest: sha256:6b56d973ea28321979dc10446a3e245b78d4943effe3f2c2bd238c227f56f58d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:20.260Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:20.612Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:42:20.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-26T04:42:20.612Z] cb2ec31aa8f4: Preparing [2025-05-26T04:42:20.612Z] 91632ee61e88: Preparing [2025-05-26T04:42:20.612Z] 9d53c6ce47a7: Preparing [2025-05-26T04:42:20.612Z] ab8aa172340b: Preparing [2025-05-26T04:42:20.612Z] e2c46d9236e8: Preparing [2025-05-26T04:42:20.612Z] 84fc3e6a7757: Preparing [2025-05-26T04:42:20.612Z] 48ceaed175af: Preparing [2025-05-26T04:42:20.612Z] a0d1257f9b41: Preparing [2025-05-26T04:42:20.612Z] be3b39d103fd: Preparing [2025-05-26T04:42:20.612Z] 1667b94e1e30: Preparing [2025-05-26T04:42:20.612Z] 64aae863814b: Preparing [2025-05-26T04:42:20.612Z] 5f70bf18a086: Preparing [2025-05-26T04:42:20.612Z] 307fa09ddc90: Preparing [2025-05-26T04:42:20.612Z] bd10a0f3dbe8: Preparing [2025-05-26T04:42:20.612Z] c762a8d47724: Preparing [2025-05-26T04:42:20.612Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:20.612Z] 1667b94e1e30: Waiting [2025-05-26T04:42:20.612Z] bd10a0f3dbe8: Waiting [2025-05-26T04:42:20.612Z] c762a8d47724: Waiting [2025-05-26T04:42:20.613Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:20.613Z] 64aae863814b: Waiting [2025-05-26T04:42:20.613Z] 5f70bf18a086: Waiting [2025-05-26T04:42:20.613Z] 307fa09ddc90: Waiting [2025-05-26T04:42:20.613Z] 48ceaed175af: Waiting [2025-05-26T04:42:20.613Z] a0d1257f9b41: Waiting [2025-05-26T04:42:20.613Z] be3b39d103fd: Waiting [2025-05-26T04:42:20.613Z] 84fc3e6a7757: Waiting [2025-05-26T04:42:20.613Z] 9d53c6ce47a7: Layer already exists [2025-05-26T04:42:20.613Z] 91632ee61e88: Layer already exists [2025-05-26T04:42:20.613Z] ab8aa172340b: Layer already exists [2025-05-26T04:42:20.613Z] cb2ec31aa8f4: Layer already exists [2025-05-26T04:42:20.613Z] e2c46d9236e8: Layer already exists [2025-05-26T04:42:20.613Z] 48ceaed175af: Layer already exists [2025-05-26T04:42:20.613Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:20.613Z] 84fc3e6a7757: Layer already exists [2025-05-26T04:42:20.613Z] 1667b94e1e30: Layer already exists [2025-05-26T04:42:20.613Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:20.613Z] bd10a0f3dbe8: Layer already exists [2025-05-26T04:42:20.613Z] 5f70bf18a086: Layer already exists [2025-05-26T04:42:20.613Z] 64aae863814b: Layer already exists [2025-05-26T04:42:20.613Z] 307fa09ddc90: Layer already exists [2025-05-26T04:42:20.613Z] c762a8d47724: Layer already exists [2025-05-26T04:42:20.613Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:20.875Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:6b56d973ea28321979dc10446a3e245b78d4943effe3f2c2bd238c227f56f58d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:21.224Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:21.559Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-05-26T04:42:21.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-26T04:42:21.559Z] cb2ec31aa8f4: Preparing [2025-05-26T04:42:21.559Z] 91632ee61e88: Preparing [2025-05-26T04:42:21.559Z] 9d53c6ce47a7: Preparing [2025-05-26T04:42:21.559Z] ab8aa172340b: Preparing [2025-05-26T04:42:21.559Z] e2c46d9236e8: Preparing [2025-05-26T04:42:21.559Z] 84fc3e6a7757: Preparing [2025-05-26T04:42:21.559Z] 48ceaed175af: Preparing [2025-05-26T04:42:21.559Z] a0d1257f9b41: Preparing [2025-05-26T04:42:21.559Z] be3b39d103fd: Preparing [2025-05-26T04:42:21.559Z] 1667b94e1e30: Preparing [2025-05-26T04:42:21.559Z] 64aae863814b: Preparing [2025-05-26T04:42:21.559Z] 5f70bf18a086: Preparing [2025-05-26T04:42:21.559Z] 307fa09ddc90: Preparing [2025-05-26T04:42:21.559Z] bd10a0f3dbe8: Preparing [2025-05-26T04:42:21.559Z] c762a8d47724: Preparing [2025-05-26T04:42:21.559Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:21.559Z] 84fc3e6a7757: Waiting [2025-05-26T04:42:21.559Z] 64aae863814b: Waiting [2025-05-26T04:42:21.559Z] 48ceaed175af: Waiting [2025-05-26T04:42:21.559Z] a0d1257f9b41: Waiting [2025-05-26T04:42:21.559Z] be3b39d103fd: Waiting [2025-05-26T04:42:21.559Z] 1667b94e1e30: Waiting [2025-05-26T04:42:21.559Z] 5f70bf18a086: Waiting [2025-05-26T04:42:21.559Z] 307fa09ddc90: Waiting [2025-05-26T04:42:21.559Z] bd10a0f3dbe8: Waiting [2025-05-26T04:42:21.559Z] c762a8d47724: Waiting [2025-05-26T04:42:21.559Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:21.559Z] e2c46d9236e8: Layer already exists [2025-05-26T04:42:21.559Z] cb2ec31aa8f4: Layer already exists [2025-05-26T04:42:21.559Z] 9d53c6ce47a7: Layer already exists [2025-05-26T04:42:21.559Z] ab8aa172340b: Layer already exists [2025-05-26T04:42:21.559Z] 91632ee61e88: Layer already exists [2025-05-26T04:42:21.559Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:21.559Z] 84fc3e6a7757: Layer already exists [2025-05-26T04:42:21.559Z] 48ceaed175af: Layer already exists [2025-05-26T04:42:21.559Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:21.559Z] 1667b94e1e30: Layer already exists [2025-05-26T04:42:21.559Z] 64aae863814b: Layer already exists [2025-05-26T04:42:21.559Z] 5f70bf18a086: Layer already exists [2025-05-26T04:42:21.559Z] 307fa09ddc90: Layer already exists [2025-05-26T04:42:21.559Z] bd10a0f3dbe8: Layer already exists [2025-05-26T04:42:21.559Z] c762a8d47724: Layer already exists [2025-05-26T04:42:21.559Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:21.821Z] main: digest: sha256:6b56d973ea28321979dc10446a3e245b78d4943effe3f2c2bd238c227f56f58d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:42:21.895Z] ===================================================== [Pipeline] echo [2025-05-26T04:42:21.908Z] taggedImages: [2025-05-26T04:42:21.908Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:42:21.908Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-05-26T04:42:21.908Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.13 [2025-05-26T04:42:21.908Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:42:21.908Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-05-26T04:42:21.933Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-05-26T04:42:21.933Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:42:21.933Z] latest [2025-05-26T04:42:21.933Z] 4.1.0-dev.13 [2025-05-26T04:42:21.933Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:42:21.933Z] main [2025-05-26T04:42:21.933Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:22.305Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:22.648Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:42:22.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-26T04:42:22.648Z] aa33cdc4d6bc: Preparing [2025-05-26T04:42:22.648Z] 4c47b7a7994e: Preparing [2025-05-26T04:42:22.648Z] 1693f9398c98: Preparing [2025-05-26T04:42:22.648Z] f79f0b1d069b: Preparing [2025-05-26T04:42:22.648Z] a0d1257f9b41: Preparing [2025-05-26T04:42:22.648Z] be3b39d103fd: Preparing [2025-05-26T04:42:22.648Z] 814169bb3914: Preparing [2025-05-26T04:42:22.648Z] e23cdf2ce029: Preparing [2025-05-26T04:42:22.648Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:22.648Z] e23cdf2ce029: Waiting [2025-05-26T04:42:22.648Z] be3b39d103fd: Waiting [2025-05-26T04:42:22.648Z] 814169bb3914: Waiting [2025-05-26T04:42:22.648Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:22.648Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:22.912Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:22.912Z] 4c47b7a7994e: Pushed [2025-05-26T04:42:22.912Z] 1693f9398c98: Pushed [2025-05-26T04:42:22.912Z] 814169bb3914: Layer already exists [2025-05-26T04:42:22.912Z] e23cdf2ce029: Layer already exists [2025-05-26T04:42:22.912Z] aa33cdc4d6bc: Pushed [2025-05-26T04:42:22.912Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:28.219Z] f79f0b1d069b: Pushed [2025-05-26T04:42:28.219Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:6821531271c790b7ead4f12d7ea6f745647c035dd5037ebaa4900e6b79c644a9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:28.559Z] + 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-05-26T04:42:28.909Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-05-26T04:42:28.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-26T04:42:28.910Z] aa33cdc4d6bc: Preparing [2025-05-26T04:42:28.910Z] 4c47b7a7994e: Preparing [2025-05-26T04:42:28.910Z] 1693f9398c98: Preparing [2025-05-26T04:42:28.910Z] f79f0b1d069b: Preparing [2025-05-26T04:42:28.910Z] a0d1257f9b41: Preparing [2025-05-26T04:42:28.910Z] be3b39d103fd: Preparing [2025-05-26T04:42:28.910Z] 814169bb3914: Preparing [2025-05-26T04:42:28.910Z] e23cdf2ce029: Preparing [2025-05-26T04:42:28.910Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:28.910Z] be3b39d103fd: Waiting [2025-05-26T04:42:28.910Z] 814169bb3914: Waiting [2025-05-26T04:42:28.910Z] e23cdf2ce029: Waiting [2025-05-26T04:42:28.910Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:28.910Z] f79f0b1d069b: Layer already exists [2025-05-26T04:42:28.910Z] 4c47b7a7994e: Layer already exists [2025-05-26T04:42:28.910Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:28.910Z] 1693f9398c98: Layer already exists [2025-05-26T04:42:28.910Z] aa33cdc4d6bc: Layer already exists [2025-05-26T04:42:28.910Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:28.910Z] 814169bb3914: Layer already exists [2025-05-26T04:42:28.910Z] e23cdf2ce029: Layer already exists [2025-05-26T04:42:28.910Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:28.910Z] latest: digest: sha256:6821531271c790b7ead4f12d7ea6f745647c035dd5037ebaa4900e6b79c644a9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:29.525Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:29.869Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.13 [2025-05-26T04:42:29.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-26T04:42:29.870Z] aa33cdc4d6bc: Preparing [2025-05-26T04:42:29.870Z] 4c47b7a7994e: Preparing [2025-05-26T04:42:29.870Z] 1693f9398c98: Preparing [2025-05-26T04:42:29.870Z] f79f0b1d069b: Preparing [2025-05-26T04:42:29.870Z] a0d1257f9b41: Preparing [2025-05-26T04:42:29.870Z] be3b39d103fd: Preparing [2025-05-26T04:42:29.870Z] 814169bb3914: Preparing [2025-05-26T04:42:29.870Z] e23cdf2ce029: Preparing [2025-05-26T04:42:29.870Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:29.870Z] 814169bb3914: Waiting [2025-05-26T04:42:29.870Z] e23cdf2ce029: Waiting [2025-05-26T04:42:29.870Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:29.870Z] be3b39d103fd: Waiting [2025-05-26T04:42:29.870Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:29.870Z] aa33cdc4d6bc: Layer already exists [2025-05-26T04:42:29.870Z] f79f0b1d069b: Layer already exists [2025-05-26T04:42:29.870Z] 1693f9398c98: Layer already exists [2025-05-26T04:42:29.870Z] 4c47b7a7994e: Layer already exists [2025-05-26T04:42:29.870Z] e23cdf2ce029: Layer already exists [2025-05-26T04:42:29.870Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:29.870Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:29.870Z] 814169bb3914: Layer already exists [2025-05-26T04:42:30.135Z] 4.1.0-dev.13: digest: sha256:6821531271c790b7ead4f12d7ea6f745647c035dd5037ebaa4900e6b79c644a9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:30.488Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:30.829Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:42:30.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-26T04:42:30.829Z] aa33cdc4d6bc: Preparing [2025-05-26T04:42:30.829Z] 4c47b7a7994e: Preparing [2025-05-26T04:42:30.829Z] 1693f9398c98: Preparing [2025-05-26T04:42:30.829Z] f79f0b1d069b: Preparing [2025-05-26T04:42:30.829Z] a0d1257f9b41: Preparing [2025-05-26T04:42:30.829Z] be3b39d103fd: Preparing [2025-05-26T04:42:30.829Z] 814169bb3914: Preparing [2025-05-26T04:42:30.829Z] e23cdf2ce029: Preparing [2025-05-26T04:42:30.829Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:30.829Z] e23cdf2ce029: Waiting [2025-05-26T04:42:30.829Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:30.829Z] be3b39d103fd: Waiting [2025-05-26T04:42:30.829Z] 814169bb3914: Waiting [2025-05-26T04:42:30.829Z] aa33cdc4d6bc: Layer already exists [2025-05-26T04:42:30.829Z] 1693f9398c98: Layer already exists [2025-05-26T04:42:30.829Z] 4c47b7a7994e: Layer already exists [2025-05-26T04:42:30.829Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:30.829Z] f79f0b1d069b: Layer already exists [2025-05-26T04:42:30.829Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:30.829Z] e23cdf2ce029: Layer already exists [2025-05-26T04:42:30.829Z] 814169bb3914: Layer already exists [2025-05-26T04:42:30.830Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:30.830Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:6821531271c790b7ead4f12d7ea6f745647c035dd5037ebaa4900e6b79c644a9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:31.434Z] + 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-05-26T04:42:31.786Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-05-26T04:42:31.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-26T04:42:31.786Z] aa33cdc4d6bc: Preparing [2025-05-26T04:42:31.786Z] 4c47b7a7994e: Preparing [2025-05-26T04:42:31.786Z] 1693f9398c98: Preparing [2025-05-26T04:42:31.786Z] f79f0b1d069b: Preparing [2025-05-26T04:42:31.786Z] a0d1257f9b41: Preparing [2025-05-26T04:42:31.786Z] be3b39d103fd: Preparing [2025-05-26T04:42:31.786Z] 814169bb3914: Preparing [2025-05-26T04:42:31.786Z] e23cdf2ce029: Preparing [2025-05-26T04:42:31.786Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:31.786Z] be3b39d103fd: Waiting [2025-05-26T04:42:31.786Z] 814169bb3914: Waiting [2025-05-26T04:42:31.786Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:31.786Z] aa33cdc4d6bc: Layer already exists [2025-05-26T04:42:31.786Z] f79f0b1d069b: Layer already exists [2025-05-26T04:42:31.786Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:31.786Z] 4c47b7a7994e: Layer already exists [2025-05-26T04:42:31.786Z] 1693f9398c98: Layer already exists [2025-05-26T04:42:31.786Z] 814169bb3914: Layer already exists [2025-05-26T04:42:31.786Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:31.786Z] e23cdf2ce029: Layer already exists [2025-05-26T04:42:31.786Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:32.049Z] main: digest: sha256:6821531271c790b7ead4f12d7ea6f745647c035dd5037ebaa4900e6b79c644a9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:42:32.126Z] ===================================================== [Pipeline] echo [2025-05-26T04:42:32.139Z] taggedImages: [2025-05-26T04:42:32.139Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:42:32.139Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-05-26T04:42:32.139Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.13 [2025-05-26T04:42:32.139Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:42:32.139Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-05-26T04:42:32.167Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-05-26T04:42:32.167Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:42:32.167Z] latest [2025-05-26T04:42:32.167Z] 4.1.0-dev.13 [2025-05-26T04:42:32.167Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:42:32.167Z] main [2025-05-26T04:42:32.167Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:32.535Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:32.884Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:42:32.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-26T04:42:32.884Z] b3712022fcc0: Preparing [2025-05-26T04:42:32.884Z] ed82266e91ac: Preparing [2025-05-26T04:42:32.884Z] 4854c2b4882f: Preparing [2025-05-26T04:42:32.884Z] d2ed481574c9: Preparing [2025-05-26T04:42:32.884Z] 1f45661463e1: Preparing [2025-05-26T04:42:32.884Z] a0d1257f9b41: Preparing [2025-05-26T04:42:32.884Z] be3b39d103fd: Preparing [2025-05-26T04:42:32.884Z] 23ad97c05f04: Preparing [2025-05-26T04:42:32.884Z] 9301dedbab73: Preparing [2025-05-26T04:42:32.884Z] f5e783e15636: Preparing [2025-05-26T04:42:32.884Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:32.884Z] a0d1257f9b41: Waiting [2025-05-26T04:42:32.884Z] be3b39d103fd: Waiting [2025-05-26T04:42:32.884Z] 9301dedbab73: Waiting [2025-05-26T04:42:32.884Z] 23ad97c05f04: Waiting [2025-05-26T04:42:32.884Z] f5e783e15636: Waiting [2025-05-26T04:42:32.884Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:33.151Z] ed82266e91ac: Pushed [2025-05-26T04:42:33.151Z] d2ed481574c9: Pushed [2025-05-26T04:42:33.151Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:33.151Z] 1f45661463e1: Pushed [2025-05-26T04:42:33.151Z] b3712022fcc0: Pushed [2025-05-26T04:42:33.151Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:33.151Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:33.151Z] 23ad97c05f04: Pushed [2025-05-26T04:42:33.151Z] 9301dedbab73: Pushed [2025-05-26T04:42:36.467Z] f5e783e15636: Pushed [2025-05-26T04:42:37.043Z] 4854c2b4882f: Pushed [2025-05-26T04:42:37.311Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:2a2a78501ae97cefd578f2c2d10884c4493577dea7155c2ae1fdd02ec7d2daa9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:37.660Z] + 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-05-26T04:42:38.003Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-05-26T04:42:38.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-26T04:42:38.003Z] b3712022fcc0: Preparing [2025-05-26T04:42:38.003Z] ed82266e91ac: Preparing [2025-05-26T04:42:38.003Z] 4854c2b4882f: Preparing [2025-05-26T04:42:38.003Z] d2ed481574c9: Preparing [2025-05-26T04:42:38.003Z] 1f45661463e1: Preparing [2025-05-26T04:42:38.003Z] a0d1257f9b41: Preparing [2025-05-26T04:42:38.003Z] be3b39d103fd: Preparing [2025-05-26T04:42:38.003Z] 23ad97c05f04: Preparing [2025-05-26T04:42:38.003Z] 9301dedbab73: Preparing [2025-05-26T04:42:38.003Z] be3b39d103fd: Waiting [2025-05-26T04:42:38.003Z] 23ad97c05f04: Waiting [2025-05-26T04:42:38.003Z] f5e783e15636: Preparing [2025-05-26T04:42:38.003Z] 9301dedbab73: Waiting [2025-05-26T04:42:38.003Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:38.003Z] f5e783e15636: Waiting [2025-05-26T04:42:38.003Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:38.003Z] ed82266e91ac: Layer already exists [2025-05-26T04:42:38.003Z] b3712022fcc0: Layer already exists [2025-05-26T04:42:38.003Z] 1f45661463e1: Layer already exists [2025-05-26T04:42:38.003Z] 4854c2b4882f: Layer already exists [2025-05-26T04:42:38.003Z] d2ed481574c9: Layer already exists [2025-05-26T04:42:38.003Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:38.003Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:38.003Z] f5e783e15636: Layer already exists [2025-05-26T04:42:38.003Z] 9301dedbab73: Layer already exists [2025-05-26T04:42:38.003Z] 23ad97c05f04: Layer already exists [2025-05-26T04:42:38.003Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:38.266Z] latest: digest: sha256:2a2a78501ae97cefd578f2c2d10884c4493577dea7155c2ae1fdd02ec7d2daa9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:38.613Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:38.957Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.13 [2025-05-26T04:42:38.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-26T04:42:38.957Z] b3712022fcc0: Preparing [2025-05-26T04:42:38.957Z] ed82266e91ac: Preparing [2025-05-26T04:42:38.957Z] 4854c2b4882f: Preparing [2025-05-26T04:42:38.957Z] d2ed481574c9: Preparing [2025-05-26T04:42:38.957Z] 1f45661463e1: Preparing [2025-05-26T04:42:38.957Z] a0d1257f9b41: Preparing [2025-05-26T04:42:38.957Z] be3b39d103fd: Preparing [2025-05-26T04:42:38.957Z] 23ad97c05f04: Preparing [2025-05-26T04:42:38.957Z] 9301dedbab73: Preparing [2025-05-26T04:42:38.957Z] f5e783e15636: Preparing [2025-05-26T04:42:38.957Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:38.957Z] a0d1257f9b41: Waiting [2025-05-26T04:42:38.957Z] 23ad97c05f04: Waiting [2025-05-26T04:42:38.957Z] 9301dedbab73: Waiting [2025-05-26T04:42:38.957Z] be3b39d103fd: Waiting [2025-05-26T04:42:38.957Z] f5e783e15636: Waiting [2025-05-26T04:42:38.957Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:38.957Z] ed82266e91ac: Layer already exists [2025-05-26T04:42:38.957Z] 4854c2b4882f: Layer already exists [2025-05-26T04:42:38.957Z] d2ed481574c9: Layer already exists [2025-05-26T04:42:38.957Z] b3712022fcc0: Layer already exists [2025-05-26T04:42:38.957Z] 1f45661463e1: Layer already exists [2025-05-26T04:42:38.957Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:38.957Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:38.957Z] 9301dedbab73: Layer already exists [2025-05-26T04:42:38.957Z] f5e783e15636: Layer already exists [2025-05-26T04:42:38.957Z] 23ad97c05f04: Layer already exists [2025-05-26T04:42:38.957Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:38.957Z] 4.1.0-dev.13: digest: sha256:2a2a78501ae97cefd578f2c2d10884c4493577dea7155c2ae1fdd02ec7d2daa9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:39.581Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:39.920Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:42:39.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-26T04:42:39.921Z] b3712022fcc0: Preparing [2025-05-26T04:42:39.921Z] ed82266e91ac: Preparing [2025-05-26T04:42:39.921Z] 4854c2b4882f: Preparing [2025-05-26T04:42:39.921Z] d2ed481574c9: Preparing [2025-05-26T04:42:39.921Z] 1f45661463e1: Preparing [2025-05-26T04:42:39.921Z] a0d1257f9b41: Preparing [2025-05-26T04:42:39.921Z] be3b39d103fd: Preparing [2025-05-26T04:42:39.921Z] 23ad97c05f04: Preparing [2025-05-26T04:42:39.921Z] 9301dedbab73: Preparing [2025-05-26T04:42:39.921Z] f5e783e15636: Preparing [2025-05-26T04:42:39.921Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:39.921Z] 23ad97c05f04: Waiting [2025-05-26T04:42:39.921Z] 9301dedbab73: Waiting [2025-05-26T04:42:39.921Z] a0d1257f9b41: Waiting [2025-05-26T04:42:39.921Z] f5e783e15636: Waiting [2025-05-26T04:42:39.921Z] be3b39d103fd: Waiting [2025-05-26T04:42:39.921Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:39.921Z] d2ed481574c9: Layer already exists [2025-05-26T04:42:39.921Z] 1f45661463e1: Layer already exists [2025-05-26T04:42:39.921Z] ed82266e91ac: Layer already exists [2025-05-26T04:42:39.921Z] b3712022fcc0: Layer already exists [2025-05-26T04:42:39.921Z] 4854c2b4882f: Layer already exists [2025-05-26T04:42:39.921Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:39.921Z] 9301dedbab73: Layer already exists [2025-05-26T04:42:39.921Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:39.921Z] 23ad97c05f04: Layer already exists [2025-05-26T04:42:39.921Z] f5e783e15636: Layer already exists [2025-05-26T04:42:39.921Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:39.921Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:2a2a78501ae97cefd578f2c2d10884c4493577dea7155c2ae1fdd02ec7d2daa9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:40.274Z] + 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-05-26T04:42:40.629Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-05-26T04:42:40.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-26T04:42:40.629Z] b3712022fcc0: Preparing [2025-05-26T04:42:40.629Z] ed82266e91ac: Preparing [2025-05-26T04:42:40.629Z] 4854c2b4882f: Preparing [2025-05-26T04:42:40.629Z] d2ed481574c9: Preparing [2025-05-26T04:42:40.629Z] 1f45661463e1: Preparing [2025-05-26T04:42:40.629Z] a0d1257f9b41: Preparing [2025-05-26T04:42:40.629Z] be3b39d103fd: Preparing [2025-05-26T04:42:40.629Z] a0d1257f9b41: Waiting [2025-05-26T04:42:40.629Z] 23ad97c05f04: Preparing [2025-05-26T04:42:40.629Z] be3b39d103fd: Waiting [2025-05-26T04:42:40.629Z] 9301dedbab73: Preparing [2025-05-26T04:42:40.629Z] 23ad97c05f04: Waiting [2025-05-26T04:42:40.629Z] 9301dedbab73: Waiting [2025-05-26T04:42:40.629Z] f5e783e15636: Preparing [2025-05-26T04:42:40.629Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:40.629Z] f5e783e15636: Waiting [2025-05-26T04:42:40.629Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:40.629Z] ed82266e91ac: Layer already exists [2025-05-26T04:42:40.629Z] d2ed481574c9: Layer already exists [2025-05-26T04:42:40.629Z] 4854c2b4882f: Layer already exists [2025-05-26T04:42:40.629Z] 1f45661463e1: Layer already exists [2025-05-26T04:42:40.629Z] b3712022fcc0: Layer already exists [2025-05-26T04:42:40.629Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:40.629Z] 23ad97c05f04: Layer already exists [2025-05-26T04:42:40.629Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:40.629Z] 9301dedbab73: Layer already exists [2025-05-26T04:42:40.629Z] f5e783e15636: Layer already exists [2025-05-26T04:42:40.629Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:40.892Z] main: digest: sha256:2a2a78501ae97cefd578f2c2d10884c4493577dea7155c2ae1fdd02ec7d2daa9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:42:40.976Z] ===================================================== [Pipeline] echo [2025-05-26T04:42:40.987Z] taggedImages: [2025-05-26T04:42:40.987Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:42:40.987Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-05-26T04:42:40.987Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.13 [2025-05-26T04:42:40.987Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:42:40.987Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-05-26T04:42:41.023Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-05-26T04:42:41.023Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:42:41.023Z] latest [2025-05-26T04:42:41.023Z] 4.1.0-dev.13 [2025-05-26T04:42:41.023Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:42:41.023Z] main [2025-05-26T04:42:41.023Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:41.390Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:41.736Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:42:41.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-26T04:42:41.736Z] 1a3e8000000a: Preparing [2025-05-26T04:42:41.736Z] a6c2dabf5f79: Preparing [2025-05-26T04:42:41.736Z] fd703faef9d7: Preparing [2025-05-26T04:42:41.736Z] d8ba7877a9c1: Preparing [2025-05-26T04:42:41.736Z] c6d9ecadb626: Preparing [2025-05-26T04:42:41.736Z] 174fe5fa39ed: Preparing [2025-05-26T04:42:41.736Z] c7c7b3556519: Preparing [2025-05-26T04:42:41.736Z] a0d1257f9b41: Preparing [2025-05-26T04:42:41.736Z] be3b39d103fd: Preparing [2025-05-26T04:42:41.736Z] c72605e22f9e: Preparing [2025-05-26T04:42:41.736Z] 1edd5b5689a1: Preparing [2025-05-26T04:42:41.736Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:41.736Z] a0d1257f9b41: Waiting [2025-05-26T04:42:41.736Z] be3b39d103fd: Waiting [2025-05-26T04:42:41.736Z] c72605e22f9e: Waiting [2025-05-26T04:42:41.736Z] 1edd5b5689a1: Waiting [2025-05-26T04:42:41.736Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:41.736Z] 174fe5fa39ed: Waiting [2025-05-26T04:42:41.736Z] c7c7b3556519: Waiting [2025-05-26T04:42:41.999Z] c6d9ecadb626: Pushed [2025-05-26T04:42:41.999Z] a6c2dabf5f79: Pushed [2025-05-26T04:42:41.999Z] 1a3e8000000a: Pushed [2025-05-26T04:42:41.999Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:41.999Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:41.999Z] 174fe5fa39ed: Pushed [2025-05-26T04:42:41.999Z] c7c7b3556519: Pushed [2025-05-26T04:42:41.999Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:42.263Z] c72605e22f9e: Pushed [2025-05-26T04:42:44.824Z] 1edd5b5689a1: Pushed [2025-05-26T04:42:46.219Z] d8ba7877a9c1: Pushed [2025-05-26T04:42:48.778Z] fd703faef9d7: Pushed [2025-05-26T04:42:48.778Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:c734e369b46af7df94a680cc7406817f4747bf6757c9979fe9ffc90148561b2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:49.128Z] + 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-05-26T04:42:49.463Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-05-26T04:42:49.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-26T04:42:49.463Z] 1a3e8000000a: Preparing [2025-05-26T04:42:49.463Z] a6c2dabf5f79: Preparing [2025-05-26T04:42:49.463Z] fd703faef9d7: Preparing [2025-05-26T04:42:49.463Z] d8ba7877a9c1: Preparing [2025-05-26T04:42:49.463Z] c6d9ecadb626: Preparing [2025-05-26T04:42:49.463Z] 174fe5fa39ed: Preparing [2025-05-26T04:42:49.463Z] c7c7b3556519: Preparing [2025-05-26T04:42:49.463Z] a0d1257f9b41: Preparing [2025-05-26T04:42:49.463Z] be3b39d103fd: Preparing [2025-05-26T04:42:49.463Z] c72605e22f9e: Preparing [2025-05-26T04:42:49.463Z] 1edd5b5689a1: Preparing [2025-05-26T04:42:49.463Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:49.464Z] be3b39d103fd: Waiting [2025-05-26T04:42:49.464Z] c72605e22f9e: Waiting [2025-05-26T04:42:49.464Z] 1edd5b5689a1: Waiting [2025-05-26T04:42:49.464Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:49.464Z] c7c7b3556519: Waiting [2025-05-26T04:42:49.464Z] a0d1257f9b41: Waiting [2025-05-26T04:42:49.464Z] 174fe5fa39ed: Waiting [2025-05-26T04:42:49.464Z] a6c2dabf5f79: Layer already exists [2025-05-26T04:42:49.464Z] 1a3e8000000a: Layer already exists [2025-05-26T04:42:49.464Z] d8ba7877a9c1: Layer already exists [2025-05-26T04:42:49.464Z] fd703faef9d7: Layer already exists [2025-05-26T04:42:49.464Z] c6d9ecadb626: Layer already exists [2025-05-26T04:42:49.464Z] 174fe5fa39ed: Layer already exists [2025-05-26T04:42:49.464Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:49.464Z] c72605e22f9e: Layer already exists [2025-05-26T04:42:49.464Z] c7c7b3556519: Layer already exists [2025-05-26T04:42:49.464Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:49.464Z] 1edd5b5689a1: Layer already exists [2025-05-26T04:42:49.464Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:49.726Z] latest: digest: sha256:c734e369b46af7df94a680cc7406817f4747bf6757c9979fe9ffc90148561b2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:50.106Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:50.443Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.13 [2025-05-26T04:42:50.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-26T04:42:50.443Z] 1a3e8000000a: Preparing [2025-05-26T04:42:50.443Z] a6c2dabf5f79: Preparing [2025-05-26T04:42:50.443Z] fd703faef9d7: Preparing [2025-05-26T04:42:50.443Z] d8ba7877a9c1: Preparing [2025-05-26T04:42:50.443Z] c6d9ecadb626: Preparing [2025-05-26T04:42:50.443Z] 174fe5fa39ed: Preparing [2025-05-26T04:42:50.443Z] c7c7b3556519: Preparing [2025-05-26T04:42:50.443Z] a0d1257f9b41: Preparing [2025-05-26T04:42:50.443Z] be3b39d103fd: Preparing [2025-05-26T04:42:50.443Z] c72605e22f9e: Preparing [2025-05-26T04:42:50.443Z] 1edd5b5689a1: Preparing [2025-05-26T04:42:50.443Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:50.443Z] 174fe5fa39ed: Waiting [2025-05-26T04:42:50.443Z] c7c7b3556519: Waiting [2025-05-26T04:42:50.443Z] a0d1257f9b41: Waiting [2025-05-26T04:42:50.443Z] be3b39d103fd: Waiting [2025-05-26T04:42:50.443Z] c72605e22f9e: Waiting [2025-05-26T04:42:50.443Z] 1edd5b5689a1: Waiting [2025-05-26T04:42:50.443Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:50.443Z] fd703faef9d7: Layer already exists [2025-05-26T04:42:50.443Z] c6d9ecadb626: Layer already exists [2025-05-26T04:42:50.443Z] 1a3e8000000a: Layer already exists [2025-05-26T04:42:50.443Z] d8ba7877a9c1: Layer already exists [2025-05-26T04:42:50.443Z] a6c2dabf5f79: Layer already exists [2025-05-26T04:42:50.443Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:50.443Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:50.443Z] 174fe5fa39ed: Layer already exists [2025-05-26T04:42:50.443Z] c72605e22f9e: Layer already exists [2025-05-26T04:42:50.443Z] c7c7b3556519: Layer already exists [2025-05-26T04:42:50.443Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:50.443Z] 1edd5b5689a1: Layer already exists [2025-05-26T04:42:50.705Z] 4.1.0-dev.13: digest: sha256:c734e369b46af7df94a680cc7406817f4747bf6757c9979fe9ffc90148561b2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:51.055Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:51.394Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:42:51.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-26T04:42:51.394Z] 1a3e8000000a: Preparing [2025-05-26T04:42:51.394Z] a6c2dabf5f79: Preparing [2025-05-26T04:42:51.394Z] fd703faef9d7: Preparing [2025-05-26T04:42:51.394Z] d8ba7877a9c1: Preparing [2025-05-26T04:42:51.394Z] c6d9ecadb626: Preparing [2025-05-26T04:42:51.394Z] 174fe5fa39ed: Preparing [2025-05-26T04:42:51.394Z] c7c7b3556519: Preparing [2025-05-26T04:42:51.394Z] a0d1257f9b41: Preparing [2025-05-26T04:42:51.394Z] be3b39d103fd: Preparing [2025-05-26T04:42:51.394Z] c72605e22f9e: Preparing [2025-05-26T04:42:51.394Z] 1edd5b5689a1: Preparing [2025-05-26T04:42:51.394Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:51.394Z] 174fe5fa39ed: Waiting [2025-05-26T04:42:51.394Z] c7c7b3556519: Waiting [2025-05-26T04:42:51.394Z] a0d1257f9b41: Waiting [2025-05-26T04:42:51.394Z] be3b39d103fd: Waiting [2025-05-26T04:42:51.394Z] c72605e22f9e: Waiting [2025-05-26T04:42:51.394Z] 1edd5b5689a1: Waiting [2025-05-26T04:42:51.394Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:51.394Z] a6c2dabf5f79: Layer already exists [2025-05-26T04:42:51.394Z] 1a3e8000000a: Layer already exists [2025-05-26T04:42:51.394Z] d8ba7877a9c1: Layer already exists [2025-05-26T04:42:51.394Z] c6d9ecadb626: Layer already exists [2025-05-26T04:42:51.394Z] fd703faef9d7: Layer already exists [2025-05-26T04:42:51.394Z] 174fe5fa39ed: Layer already exists [2025-05-26T04:42:51.394Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:51.394Z] c7c7b3556519: Layer already exists [2025-05-26T04:42:51.394Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:51.394Z] c72605e22f9e: Layer already exists [2025-05-26T04:42:51.395Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:51.395Z] 1edd5b5689a1: Layer already exists [2025-05-26T04:42:51.656Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:c734e369b46af7df94a680cc7406817f4747bf6757c9979fe9ffc90148561b2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:52.006Z] + 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-05-26T04:42:52.355Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-05-26T04:42:52.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-26T04:42:52.355Z] 1a3e8000000a: Preparing [2025-05-26T04:42:52.355Z] a6c2dabf5f79: Preparing [2025-05-26T04:42:52.355Z] fd703faef9d7: Preparing [2025-05-26T04:42:52.355Z] d8ba7877a9c1: Preparing [2025-05-26T04:42:52.355Z] c6d9ecadb626: Preparing [2025-05-26T04:42:52.355Z] 174fe5fa39ed: Preparing [2025-05-26T04:42:52.355Z] c7c7b3556519: Preparing [2025-05-26T04:42:52.355Z] 174fe5fa39ed: Waiting [2025-05-26T04:42:52.355Z] a0d1257f9b41: Preparing [2025-05-26T04:42:52.355Z] c7c7b3556519: Waiting [2025-05-26T04:42:52.355Z] be3b39d103fd: Preparing [2025-05-26T04:42:52.355Z] a0d1257f9b41: Waiting [2025-05-26T04:42:52.355Z] c72605e22f9e: Preparing [2025-05-26T04:42:52.355Z] be3b39d103fd: Waiting [2025-05-26T04:42:52.355Z] 1edd5b5689a1: Preparing [2025-05-26T04:42:52.355Z] c72605e22f9e: Waiting [2025-05-26T04:42:52.355Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:52.355Z] 1edd5b5689a1: Waiting [2025-05-26T04:42:52.355Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:52.355Z] c6d9ecadb626: Layer already exists [2025-05-26T04:42:52.355Z] a6c2dabf5f79: Layer already exists [2025-05-26T04:42:52.355Z] d8ba7877a9c1: Layer already exists [2025-05-26T04:42:52.355Z] 1a3e8000000a: Layer already exists [2025-05-26T04:42:52.355Z] fd703faef9d7: Layer already exists [2025-05-26T04:42:52.355Z] c7c7b3556519: Layer already exists [2025-05-26T04:42:52.355Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:52.355Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:52.355Z] 174fe5fa39ed: Layer already exists [2025-05-26T04:42:52.355Z] c72605e22f9e: Layer already exists [2025-05-26T04:42:52.355Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:52.355Z] 1edd5b5689a1: Layer already exists [2025-05-26T04:42:52.618Z] main: digest: sha256:c734e369b46af7df94a680cc7406817f4747bf6757c9979fe9ffc90148561b2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:42:52.687Z] ===================================================== [Pipeline] echo [2025-05-26T04:42:52.702Z] taggedImages: [2025-05-26T04:42:52.702Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:42:52.702Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-05-26T04:42:52.702Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.13 [2025-05-26T04:42:52.702Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:42:52.702Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-05-26T04:42:52.731Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-05-26T04:42:52.731Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:42:52.731Z] latest [2025-05-26T04:42:52.731Z] 4.1.0-dev.13 [2025-05-26T04:42:52.731Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:42:52.731Z] main [2025-05-26T04:42:52.731Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:53.109Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:42:53.457Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:42:53.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-26T04:42:53.457Z] 07d14ad46f5e: Preparing [2025-05-26T04:42:53.457Z] 024c8234a3e8: Preparing [2025-05-26T04:42:53.457Z] a0d1257f9b41: Preparing [2025-05-26T04:42:53.457Z] be3b39d103fd: Preparing [2025-05-26T04:42:53.457Z] 8de83df94c37: Preparing [2025-05-26T04:42:53.457Z] fe78fa85fd29: Preparing [2025-05-26T04:42:53.457Z] dd9c8f8612c8: Preparing [2025-05-26T04:42:53.457Z] fe78fa85fd29: Waiting [2025-05-26T04:42:53.457Z] dd9c8f8612c8: Waiting [2025-05-26T04:42:53.457Z] a0d1257f9b41: Layer already exists [2025-05-26T04:42:53.457Z] be3b39d103fd: Layer already exists [2025-05-26T04:42:53.719Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:42:53.720Z] 8de83df94c37: Pushed [2025-05-26T04:42:53.720Z] 07d14ad46f5e: Pushed [2025-05-26T04:42:55.648Z] fe78fa85fd29: Pushed [2025-05-26T04:42:59.877Z] 024c8234a3e8: Pushed [2025-05-26T04:42:59.877Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:074a224861e389ba6b9257dddfb2569bf1f2707fceb55b5db66ee66c201a5102 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:43:00.234Z] + 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-05-26T04:43:00.596Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-05-26T04:43:00.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-26T04:43:00.596Z] 07d14ad46f5e: Preparing [2025-05-26T04:43:00.596Z] 024c8234a3e8: Preparing [2025-05-26T04:43:00.596Z] a0d1257f9b41: Preparing [2025-05-26T04:43:00.596Z] be3b39d103fd: Preparing [2025-05-26T04:43:00.596Z] 8de83df94c37: Preparing [2025-05-26T04:43:00.596Z] fe78fa85fd29: Preparing [2025-05-26T04:43:00.596Z] dd9c8f8612c8: Preparing [2025-05-26T04:43:00.596Z] fe78fa85fd29: Waiting [2025-05-26T04:43:00.596Z] dd9c8f8612c8: Waiting [2025-05-26T04:43:00.596Z] a0d1257f9b41: Layer already exists [2025-05-26T04:43:00.596Z] 8de83df94c37: Layer already exists [2025-05-26T04:43:00.596Z] be3b39d103fd: Layer already exists [2025-05-26T04:43:00.596Z] 024c8234a3e8: Layer already exists [2025-05-26T04:43:00.596Z] 07d14ad46f5e: Layer already exists [2025-05-26T04:43:00.596Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:43:00.596Z] fe78fa85fd29: Layer already exists [2025-05-26T04:43:00.596Z] latest: digest: sha256:074a224861e389ba6b9257dddfb2569bf1f2707fceb55b5db66ee66c201a5102 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:43:01.254Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:43:01.625Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.13 [2025-05-26T04:43:01.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-26T04:43:01.625Z] 07d14ad46f5e: Preparing [2025-05-26T04:43:01.625Z] 024c8234a3e8: Preparing [2025-05-26T04:43:01.625Z] a0d1257f9b41: Preparing [2025-05-26T04:43:01.625Z] be3b39d103fd: Preparing [2025-05-26T04:43:01.625Z] 8de83df94c37: Preparing [2025-05-26T04:43:01.625Z] fe78fa85fd29: Preparing [2025-05-26T04:43:01.625Z] dd9c8f8612c8: Preparing [2025-05-26T04:43:01.625Z] fe78fa85fd29: Waiting [2025-05-26T04:43:01.625Z] dd9c8f8612c8: Waiting [2025-05-26T04:43:01.625Z] be3b39d103fd: Layer already exists [2025-05-26T04:43:01.625Z] 8de83df94c37: Layer already exists [2025-05-26T04:43:01.625Z] a0d1257f9b41: Layer already exists [2025-05-26T04:43:01.625Z] 024c8234a3e8: Layer already exists [2025-05-26T04:43:01.625Z] 07d14ad46f5e: Layer already exists [2025-05-26T04:43:01.625Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:43:01.625Z] fe78fa85fd29: Layer already exists [2025-05-26T04:43:01.625Z] 4.1.0-dev.13: digest: sha256:074a224861e389ba6b9257dddfb2569bf1f2707fceb55b5db66ee66c201a5102 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:43:01.980Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:43:02.332Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:43:02.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-26T04:43:02.333Z] 07d14ad46f5e: Preparing [2025-05-26T04:43:02.333Z] 024c8234a3e8: Preparing [2025-05-26T04:43:02.333Z] a0d1257f9b41: Preparing [2025-05-26T04:43:02.333Z] be3b39d103fd: Preparing [2025-05-26T04:43:02.333Z] 8de83df94c37: Preparing [2025-05-26T04:43:02.333Z] fe78fa85fd29: Preparing [2025-05-26T04:43:02.333Z] dd9c8f8612c8: Preparing [2025-05-26T04:43:02.333Z] fe78fa85fd29: Waiting [2025-05-26T04:43:02.333Z] dd9c8f8612c8: Waiting [2025-05-26T04:43:02.333Z] a0d1257f9b41: Layer already exists [2025-05-26T04:43:02.333Z] be3b39d103fd: Layer already exists [2025-05-26T04:43:02.333Z] 8de83df94c37: Layer already exists [2025-05-26T04:43:02.333Z] 07d14ad46f5e: Layer already exists [2025-05-26T04:43:02.333Z] 024c8234a3e8: Layer already exists [2025-05-26T04:43:02.333Z] fe78fa85fd29: Layer already exists [2025-05-26T04:43:02.333Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:43:02.333Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:074a224861e389ba6b9257dddfb2569bf1f2707fceb55b5db66ee66c201a5102 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:43:02.677Z] + 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-05-26T04:43:03.015Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-05-26T04:43:03.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-26T04:43:03.016Z] 07d14ad46f5e: Preparing [2025-05-26T04:43:03.016Z] 024c8234a3e8: Preparing [2025-05-26T04:43:03.016Z] a0d1257f9b41: Preparing [2025-05-26T04:43:03.016Z] be3b39d103fd: Preparing [2025-05-26T04:43:03.016Z] 8de83df94c37: Preparing [2025-05-26T04:43:03.016Z] fe78fa85fd29: Preparing [2025-05-26T04:43:03.016Z] dd9c8f8612c8: Preparing [2025-05-26T04:43:03.016Z] fe78fa85fd29: Waiting [2025-05-26T04:43:03.016Z] dd9c8f8612c8: Waiting [2025-05-26T04:43:03.016Z] 024c8234a3e8: Layer already exists [2025-05-26T04:43:03.016Z] 8de83df94c37: Layer already exists [2025-05-26T04:43:03.016Z] 07d14ad46f5e: Layer already exists [2025-05-26T04:43:03.016Z] a0d1257f9b41: Layer already exists [2025-05-26T04:43:03.016Z] be3b39d103fd: Layer already exists [2025-05-26T04:43:03.016Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:43:03.016Z] fe78fa85fd29: Layer already exists [2025-05-26T04:43:03.279Z] main: digest: sha256:074a224861e389ba6b9257dddfb2569bf1f2707fceb55b5db66ee66c201a5102 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:43:03.352Z] ===================================================== [Pipeline] echo [2025-05-26T04:43:03.364Z] taggedImages: [2025-05-26T04:43:03.364Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:43:03.364Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-05-26T04:43:03.364Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.13 [2025-05-26T04:43:03.364Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:43:03.364Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-05-26T04:43:03.392Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-05-26T04:43:03.392Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:43:03.392Z] latest [2025-05-26T04:43:03.392Z] 4.1.0-dev.13 [2025-05-26T04:43:03.392Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:43:03.392Z] main [2025-05-26T04:43:03.392Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:43:03.758Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:43:04.104Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:43:04.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-26T04:43:04.104Z] a110ca9c417c: Preparing [2025-05-26T04:43:04.104Z] dd91c97cad50: Preparing [2025-05-26T04:43:04.104Z] 45501de72080: Preparing [2025-05-26T04:43:04.104Z] a0d1257f9b41: Preparing [2025-05-26T04:43:04.104Z] be3b39d103fd: Preparing [2025-05-26T04:43:04.104Z] 0e09061e5acb: Preparing [2025-05-26T04:43:04.104Z] 87413cc850db: Preparing [2025-05-26T04:43:04.104Z] ff1280272080: Preparing [2025-05-26T04:43:04.104Z] e1b5c832f777: Preparing [2025-05-26T04:43:04.104Z] dd9c8f8612c8: Preparing [2025-05-26T04:43:04.104Z] 87413cc850db: Waiting [2025-05-26T04:43:04.104Z] 0e09061e5acb: Waiting [2025-05-26T04:43:04.104Z] ff1280272080: Waiting [2025-05-26T04:43:04.105Z] e1b5c832f777: Waiting [2025-05-26T04:43:04.105Z] dd9c8f8612c8: Waiting [2025-05-26T04:43:04.105Z] a0d1257f9b41: Layer already exists [2025-05-26T04:43:04.105Z] be3b39d103fd: Layer already exists [2025-05-26T04:43:04.369Z] 45501de72080: Pushed [2025-05-26T04:43:04.370Z] dd91c97cad50: Pushed [2025-05-26T04:43:04.370Z] a110ca9c417c: Pushed [2025-05-26T04:43:04.370Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:43:04.370Z] ff1280272080: Pushed [2025-05-26T04:43:05.322Z] e1b5c832f777: Pushed [2025-05-26T04:43:15.359Z] 87413cc850db: Pushed [2025-05-26T04:43:30.324Z] 0e09061e5acb: Pushed [2025-05-26T04:43:30.324Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:02e51a9051152dd0bfe3f0dad4b8e6a0dfa62b71e12f5c203f8c3e7dc46e7b1d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:43:30.680Z] + 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-05-26T04:43:31.026Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-05-26T04:43:31.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-26T04:43:31.026Z] a110ca9c417c: Preparing [2025-05-26T04:43:31.026Z] dd91c97cad50: Preparing [2025-05-26T04:43:31.026Z] 45501de72080: Preparing [2025-05-26T04:43:31.026Z] a0d1257f9b41: Preparing [2025-05-26T04:43:31.026Z] be3b39d103fd: Preparing [2025-05-26T04:43:31.026Z] 0e09061e5acb: Preparing [2025-05-26T04:43:31.026Z] 87413cc850db: Preparing [2025-05-26T04:43:31.026Z] ff1280272080: Preparing [2025-05-26T04:43:31.026Z] e1b5c832f777: Preparing [2025-05-26T04:43:31.026Z] dd9c8f8612c8: Preparing [2025-05-26T04:43:31.026Z] 87413cc850db: Waiting [2025-05-26T04:43:31.026Z] ff1280272080: Waiting [2025-05-26T04:43:31.026Z] e1b5c832f777: Waiting [2025-05-26T04:43:31.026Z] dd9c8f8612c8: Waiting [2025-05-26T04:43:31.026Z] 0e09061e5acb: Waiting [2025-05-26T04:43:31.026Z] dd91c97cad50: Layer already exists [2025-05-26T04:43:31.026Z] 45501de72080: Layer already exists [2025-05-26T04:43:31.026Z] a110ca9c417c: Layer already exists [2025-05-26T04:43:31.026Z] be3b39d103fd: Layer already exists [2025-05-26T04:43:31.026Z] a0d1257f9b41: Layer already exists [2025-05-26T04:43:31.026Z] 87413cc850db: Layer already exists [2025-05-26T04:43:31.026Z] 0e09061e5acb: Layer already exists [2025-05-26T04:43:31.026Z] ff1280272080: Layer already exists [2025-05-26T04:43:31.026Z] e1b5c832f777: Layer already exists [2025-05-26T04:43:31.026Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:43:31.289Z] latest: digest: sha256:02e51a9051152dd0bfe3f0dad4b8e6a0dfa62b71e12f5c203f8c3e7dc46e7b1d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:43:31.635Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:43:31.971Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.13 [2025-05-26T04:43:31.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-26T04:43:31.971Z] a110ca9c417c: Preparing [2025-05-26T04:43:31.971Z] dd91c97cad50: Preparing [2025-05-26T04:43:31.971Z] 45501de72080: Preparing [2025-05-26T04:43:31.971Z] a0d1257f9b41: Preparing [2025-05-26T04:43:31.971Z] be3b39d103fd: Preparing [2025-05-26T04:43:31.971Z] 0e09061e5acb: Preparing [2025-05-26T04:43:31.971Z] 87413cc850db: Preparing [2025-05-26T04:43:31.971Z] ff1280272080: Preparing [2025-05-26T04:43:31.971Z] e1b5c832f777: Preparing [2025-05-26T04:43:31.971Z] dd9c8f8612c8: Preparing [2025-05-26T04:43:31.971Z] ff1280272080: Waiting [2025-05-26T04:43:31.971Z] e1b5c832f777: Waiting [2025-05-26T04:43:31.971Z] dd9c8f8612c8: Waiting [2025-05-26T04:43:31.971Z] 0e09061e5acb: Waiting [2025-05-26T04:43:31.971Z] 87413cc850db: Waiting [2025-05-26T04:43:31.971Z] 45501de72080: Layer already exists [2025-05-26T04:43:31.971Z] be3b39d103fd: Layer already exists [2025-05-26T04:43:31.971Z] a110ca9c417c: Layer already exists [2025-05-26T04:43:31.971Z] a0d1257f9b41: Layer already exists [2025-05-26T04:43:31.971Z] dd91c97cad50: Layer already exists [2025-05-26T04:43:31.971Z] 0e09061e5acb: Layer already exists [2025-05-26T04:43:31.971Z] ff1280272080: Layer already exists [2025-05-26T04:43:31.971Z] 87413cc850db: Layer already exists [2025-05-26T04:43:31.971Z] e1b5c832f777: Layer already exists [2025-05-26T04:43:31.971Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:43:31.971Z] 4.1.0-dev.13: digest: sha256:02e51a9051152dd0bfe3f0dad4b8e6a0dfa62b71e12f5c203f8c3e7dc46e7b1d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:43:32.576Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:43:32.923Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:43:32.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-26T04:43:32.923Z] a110ca9c417c: Preparing [2025-05-26T04:43:32.923Z] dd91c97cad50: Preparing [2025-05-26T04:43:32.923Z] 45501de72080: Preparing [2025-05-26T04:43:32.923Z] a0d1257f9b41: Preparing [2025-05-26T04:43:32.923Z] be3b39d103fd: Preparing [2025-05-26T04:43:32.923Z] 0e09061e5acb: Preparing [2025-05-26T04:43:32.923Z] 87413cc850db: Preparing [2025-05-26T04:43:32.923Z] ff1280272080: Preparing [2025-05-26T04:43:32.923Z] e1b5c832f777: Preparing [2025-05-26T04:43:32.923Z] dd9c8f8612c8: Preparing [2025-05-26T04:43:32.923Z] 0e09061e5acb: Waiting [2025-05-26T04:43:32.923Z] ff1280272080: Waiting [2025-05-26T04:43:32.923Z] e1b5c832f777: Waiting [2025-05-26T04:43:32.923Z] dd9c8f8612c8: Waiting [2025-05-26T04:43:32.923Z] a0d1257f9b41: Layer already exists [2025-05-26T04:43:32.923Z] dd91c97cad50: Layer already exists [2025-05-26T04:43:32.923Z] 45501de72080: Layer already exists [2025-05-26T04:43:32.923Z] be3b39d103fd: Layer already exists [2025-05-26T04:43:32.923Z] a110ca9c417c: Layer already exists [2025-05-26T04:43:32.923Z] 87413cc850db: Layer already exists [2025-05-26T04:43:32.923Z] 0e09061e5acb: Layer already exists [2025-05-26T04:43:32.923Z] e1b5c832f777: Layer already exists [2025-05-26T04:43:32.923Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:43:32.923Z] ff1280272080: Layer already exists [2025-05-26T04:43:32.923Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:02e51a9051152dd0bfe3f0dad4b8e6a0dfa62b71e12f5c203f8c3e7dc46e7b1d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:43:33.531Z] + 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-05-26T04:43:33.880Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-05-26T04:43:33.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-26T04:43:33.880Z] a110ca9c417c: Preparing [2025-05-26T04:43:33.880Z] dd91c97cad50: Preparing [2025-05-26T04:43:33.880Z] 45501de72080: Preparing [2025-05-26T04:43:33.880Z] a0d1257f9b41: Preparing [2025-05-26T04:43:33.880Z] be3b39d103fd: Preparing [2025-05-26T04:43:33.880Z] 0e09061e5acb: Preparing [2025-05-26T04:43:33.880Z] 87413cc850db: Preparing [2025-05-26T04:43:33.880Z] ff1280272080: Preparing [2025-05-26T04:43:33.880Z] e1b5c832f777: Preparing [2025-05-26T04:43:33.880Z] dd9c8f8612c8: Preparing [2025-05-26T04:43:33.880Z] 87413cc850db: Waiting [2025-05-26T04:43:33.880Z] ff1280272080: Waiting [2025-05-26T04:43:33.880Z] e1b5c832f777: Waiting [2025-05-26T04:43:33.880Z] dd9c8f8612c8: Waiting [2025-05-26T04:43:33.880Z] 0e09061e5acb: Waiting [2025-05-26T04:43:33.880Z] a0d1257f9b41: Layer already exists [2025-05-26T04:43:33.880Z] a110ca9c417c: Layer already exists [2025-05-26T04:43:33.880Z] be3b39d103fd: Layer already exists [2025-05-26T04:43:33.880Z] dd91c97cad50: Layer already exists [2025-05-26T04:43:33.880Z] 45501de72080: Layer already exists [2025-05-26T04:43:33.880Z] 87413cc850db: Layer already exists [2025-05-26T04:43:33.880Z] ff1280272080: Layer already exists [2025-05-26T04:43:33.880Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:43:33.880Z] e1b5c832f777: Layer already exists [2025-05-26T04:43:33.880Z] 0e09061e5acb: Layer already exists [2025-05-26T04:43:33.880Z] main: digest: sha256:02e51a9051152dd0bfe3f0dad4b8e6a0dfa62b71e12f5c203f8c3e7dc46e7b1d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:43:33.966Z] ===================================================== [Pipeline] echo [2025-05-26T04:43:33.985Z] taggedImages: [2025-05-26T04:43:33.985Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:43:33.985Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-05-26T04:43:33.985Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.13 [2025-05-26T04:43:33.985Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:43:33.985Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-05-26T04:43:34.018Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-05-26T04:43:34.018Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:43:34.018Z] latest [2025-05-26T04:43:34.018Z] 4.1.0-dev.13 [2025-05-26T04:43:34.018Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:43:34.018Z] main [2025-05-26T04:43:34.018Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:43:34.381Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:43:34.723Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:43:34.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-26T04:43:34.723Z] 9a09f253782e: Preparing [2025-05-26T04:43:34.723Z] d0e12fdeb3cb: Preparing [2025-05-26T04:43:34.723Z] b0fb1140ecd5: Preparing [2025-05-26T04:43:34.723Z] a0d1257f9b41: Preparing [2025-05-26T04:43:34.723Z] be3b39d103fd: Preparing [2025-05-26T04:43:34.723Z] fa3dbb484e6d: Preparing [2025-05-26T04:43:34.723Z] 56a22ebf4bf5: Preparing [2025-05-26T04:43:34.723Z] 56aa1a7a1685: Preparing [2025-05-26T04:43:34.723Z] dd9c8f8612c8: Preparing [2025-05-26T04:43:34.723Z] fa3dbb484e6d: Waiting [2025-05-26T04:43:34.723Z] 56a22ebf4bf5: Waiting [2025-05-26T04:43:34.723Z] 56aa1a7a1685: Waiting [2025-05-26T04:43:34.723Z] dd9c8f8612c8: Waiting [2025-05-26T04:43:34.987Z] d0e12fdeb3cb: Pushed [2025-05-26T04:43:34.987Z] b0fb1140ecd5: Pushed [2025-05-26T04:43:35.565Z] be3b39d103fd: Layer already exists [2025-05-26T04:43:35.565Z] a0d1257f9b41: Layer already exists [2025-05-26T04:43:35.565Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:43:35.565Z] 9a09f253782e: Pushed [2025-05-26T04:43:35.565Z] 56a22ebf4bf5: Pushed [2025-05-26T04:43:36.518Z] 56aa1a7a1685: Pushed [2025-05-26T04:44:03.147Z] fa3dbb484e6d: Pushed [2025-05-26T04:44:03.147Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:cbf86a636edd3009e1cdb8143c23a220b40486f902396e07b50eb56de05344ff size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:44:03.493Z] + 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-05-26T04:44:03.835Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-05-26T04:44:03.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-26T04:44:03.835Z] 9a09f253782e: Preparing [2025-05-26T04:44:03.835Z] d0e12fdeb3cb: Preparing [2025-05-26T04:44:03.835Z] b0fb1140ecd5: Preparing [2025-05-26T04:44:03.835Z] a0d1257f9b41: Preparing [2025-05-26T04:44:03.835Z] be3b39d103fd: Preparing [2025-05-26T04:44:03.835Z] fa3dbb484e6d: Preparing [2025-05-26T04:44:03.835Z] 56a22ebf4bf5: Preparing [2025-05-26T04:44:03.835Z] 56aa1a7a1685: Preparing [2025-05-26T04:44:03.835Z] dd9c8f8612c8: Preparing [2025-05-26T04:44:03.835Z] 56a22ebf4bf5: Waiting [2025-05-26T04:44:03.835Z] 56aa1a7a1685: Waiting [2025-05-26T04:44:03.835Z] dd9c8f8612c8: Waiting [2025-05-26T04:44:03.835Z] fa3dbb484e6d: Waiting [2025-05-26T04:44:03.835Z] be3b39d103fd: Layer already exists [2025-05-26T04:44:03.835Z] a0d1257f9b41: Layer already exists [2025-05-26T04:44:03.835Z] d0e12fdeb3cb: Layer already exists [2025-05-26T04:44:03.835Z] b0fb1140ecd5: Layer already exists [2025-05-26T04:44:03.835Z] 9a09f253782e: Layer already exists [2025-05-26T04:44:03.835Z] fa3dbb484e6d: Layer already exists [2025-05-26T04:44:03.835Z] 56a22ebf4bf5: Layer already exists [2025-05-26T04:44:03.835Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:44:03.835Z] 56aa1a7a1685: Layer already exists [2025-05-26T04:44:04.100Z] latest: digest: sha256:cbf86a636edd3009e1cdb8143c23a220b40486f902396e07b50eb56de05344ff size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:44:04.447Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:44:04.786Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.13 [2025-05-26T04:44:04.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-26T04:44:04.786Z] 9a09f253782e: Preparing [2025-05-26T04:44:04.786Z] d0e12fdeb3cb: Preparing [2025-05-26T04:44:04.786Z] b0fb1140ecd5: Preparing [2025-05-26T04:44:04.786Z] a0d1257f9b41: Preparing [2025-05-26T04:44:04.786Z] be3b39d103fd: Preparing [2025-05-26T04:44:04.786Z] fa3dbb484e6d: Preparing [2025-05-26T04:44:04.786Z] 56a22ebf4bf5: Preparing [2025-05-26T04:44:04.786Z] fa3dbb484e6d: Waiting [2025-05-26T04:44:04.786Z] 56aa1a7a1685: Preparing [2025-05-26T04:44:04.786Z] 56a22ebf4bf5: Waiting [2025-05-26T04:44:04.786Z] dd9c8f8612c8: Preparing [2025-05-26T04:44:04.786Z] 56aa1a7a1685: Waiting [2025-05-26T04:44:04.786Z] dd9c8f8612c8: Waiting [2025-05-26T04:44:04.786Z] be3b39d103fd: Layer already exists [2025-05-26T04:44:04.786Z] b0fb1140ecd5: Layer already exists [2025-05-26T04:44:04.786Z] d0e12fdeb3cb: Layer already exists [2025-05-26T04:44:04.786Z] a0d1257f9b41: Layer already exists [2025-05-26T04:44:04.786Z] 9a09f253782e: Layer already exists [2025-05-26T04:44:04.786Z] fa3dbb484e6d: Layer already exists [2025-05-26T04:44:04.786Z] 56aa1a7a1685: Layer already exists [2025-05-26T04:44:04.786Z] 56a22ebf4bf5: Layer already exists [2025-05-26T04:44:04.786Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:44:05.052Z] 4.1.0-dev.13: digest: sha256:cbf86a636edd3009e1cdb8143c23a220b40486f902396e07b50eb56de05344ff size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:44:05.405Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:44:05.760Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:44:05.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-26T04:44:05.760Z] 9a09f253782e: Preparing [2025-05-26T04:44:05.760Z] d0e12fdeb3cb: Preparing [2025-05-26T04:44:05.760Z] b0fb1140ecd5: Preparing [2025-05-26T04:44:05.760Z] a0d1257f9b41: Preparing [2025-05-26T04:44:05.760Z] be3b39d103fd: Preparing [2025-05-26T04:44:05.760Z] fa3dbb484e6d: Preparing [2025-05-26T04:44:05.760Z] 56a22ebf4bf5: Preparing [2025-05-26T04:44:05.760Z] 56aa1a7a1685: Preparing [2025-05-26T04:44:05.760Z] dd9c8f8612c8: Preparing [2025-05-26T04:44:05.760Z] 56a22ebf4bf5: Waiting [2025-05-26T04:44:05.760Z] 56aa1a7a1685: Waiting [2025-05-26T04:44:05.760Z] dd9c8f8612c8: Waiting [2025-05-26T04:44:05.760Z] fa3dbb484e6d: Waiting [2025-05-26T04:44:05.760Z] a0d1257f9b41: Layer already exists [2025-05-26T04:44:05.760Z] 9a09f253782e: Layer already exists [2025-05-26T04:44:05.760Z] d0e12fdeb3cb: Layer already exists [2025-05-26T04:44:05.760Z] be3b39d103fd: Layer already exists [2025-05-26T04:44:05.760Z] b0fb1140ecd5: Layer already exists [2025-05-26T04:44:05.760Z] 56a22ebf4bf5: Layer already exists [2025-05-26T04:44:05.760Z] fa3dbb484e6d: Layer already exists [2025-05-26T04:44:05.760Z] 56aa1a7a1685: Layer already exists [2025-05-26T04:44:05.760Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:44:06.025Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:cbf86a636edd3009e1cdb8143c23a220b40486f902396e07b50eb56de05344ff size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:44:06.378Z] + 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-05-26T04:44:06.717Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-05-26T04:44:06.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-26T04:44:06.717Z] 9a09f253782e: Preparing [2025-05-26T04:44:06.717Z] d0e12fdeb3cb: Preparing [2025-05-26T04:44:06.717Z] b0fb1140ecd5: Preparing [2025-05-26T04:44:06.717Z] a0d1257f9b41: Preparing [2025-05-26T04:44:06.717Z] be3b39d103fd: Preparing [2025-05-26T04:44:06.717Z] fa3dbb484e6d: Preparing [2025-05-26T04:44:06.717Z] 56a22ebf4bf5: Preparing [2025-05-26T04:44:06.717Z] 56aa1a7a1685: Preparing [2025-05-26T04:44:06.717Z] dd9c8f8612c8: Preparing [2025-05-26T04:44:06.717Z] 56a22ebf4bf5: Waiting [2025-05-26T04:44:06.717Z] 56aa1a7a1685: Waiting [2025-05-26T04:44:06.717Z] dd9c8f8612c8: Waiting [2025-05-26T04:44:06.717Z] fa3dbb484e6d: Waiting [2025-05-26T04:44:06.717Z] d0e12fdeb3cb: Layer already exists [2025-05-26T04:44:06.717Z] 9a09f253782e: Layer already exists [2025-05-26T04:44:06.717Z] b0fb1140ecd5: Layer already exists [2025-05-26T04:44:06.717Z] be3b39d103fd: Layer already exists [2025-05-26T04:44:06.717Z] a0d1257f9b41: Layer already exists [2025-05-26T04:44:06.717Z] fa3dbb484e6d: Layer already exists [2025-05-26T04:44:06.717Z] 56a22ebf4bf5: Layer already exists [2025-05-26T04:44:06.717Z] 56aa1a7a1685: Layer already exists [2025-05-26T04:44:06.717Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:44:06.981Z] main: digest: sha256:cbf86a636edd3009e1cdb8143c23a220b40486f902396e07b50eb56de05344ff size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:44:07.061Z] ===================================================== [Pipeline] echo [2025-05-26T04:44:07.077Z] taggedImages: [2025-05-26T04:44:07.077Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:44:07.077Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-05-26T04:44:07.077Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.13 [2025-05-26T04:44:07.077Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:44:07.077Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-05-26T04:44:07.102Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-05-26T04:44:07.102Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:44:07.102Z] latest [2025-05-26T04:44:07.102Z] 4.1.0-dev.13 [2025-05-26T04:44:07.102Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:44:07.102Z] main [2025-05-26T04:44:07.102Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:44:07.464Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:44:07.793Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:44:07.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-26T04:44:07.793Z] 0ee77b83daf4: Preparing [2025-05-26T04:44:07.793Z] ee5a94721074: Preparing [2025-05-26T04:44:07.793Z] 4cec49dc96bc: Preparing [2025-05-26T04:44:07.793Z] a0d1257f9b41: Preparing [2025-05-26T04:44:07.793Z] be3b39d103fd: Preparing [2025-05-26T04:44:07.793Z] 98ada2299942: Preparing [2025-05-26T04:44:07.793Z] ff1280272080: Preparing [2025-05-26T04:44:07.793Z] e1b5c832f777: Preparing [2025-05-26T04:44:07.793Z] dd9c8f8612c8: Preparing [2025-05-26T04:44:07.793Z] 98ada2299942: Waiting [2025-05-26T04:44:07.793Z] e1b5c832f777: Waiting [2025-05-26T04:44:07.793Z] dd9c8f8612c8: Waiting [2025-05-26T04:44:07.793Z] ff1280272080: Waiting [2025-05-26T04:44:07.793Z] a0d1257f9b41: Layer already exists [2025-05-26T04:44:07.793Z] be3b39d103fd: Layer already exists [2025-05-26T04:44:08.067Z] ff1280272080: Layer already exists [2025-05-26T04:44:08.067Z] e1b5c832f777: Layer already exists [2025-05-26T04:44:08.067Z] ee5a94721074: Pushed [2025-05-26T04:44:08.067Z] 0ee77b83daf4: Pushed [2025-05-26T04:44:08.067Z] 4cec49dc96bc: Pushed [2025-05-26T04:44:08.067Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:44:46.886Z] 98ada2299942: Pushed [2025-05-26T04:44:46.886Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:b30b566867684ad03b2bc10670c3d72b5f43dd196f9f868304dc3de0f14501a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:44:47.227Z] + 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-05-26T04:44:47.568Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-05-26T04:44:47.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-26T04:44:47.568Z] 0ee77b83daf4: Preparing [2025-05-26T04:44:47.568Z] ee5a94721074: Preparing [2025-05-26T04:44:47.568Z] 4cec49dc96bc: Preparing [2025-05-26T04:44:47.568Z] a0d1257f9b41: Preparing [2025-05-26T04:44:47.568Z] be3b39d103fd: Preparing [2025-05-26T04:44:47.568Z] 98ada2299942: Preparing [2025-05-26T04:44:47.568Z] ff1280272080: Preparing [2025-05-26T04:44:47.568Z] e1b5c832f777: Preparing [2025-05-26T04:44:47.568Z] dd9c8f8612c8: Preparing [2025-05-26T04:44:47.568Z] 98ada2299942: Waiting [2025-05-26T04:44:47.568Z] ff1280272080: Waiting [2025-05-26T04:44:47.568Z] e1b5c832f777: Waiting [2025-05-26T04:44:47.568Z] dd9c8f8612c8: Waiting [2025-05-26T04:44:47.568Z] ee5a94721074: Layer already exists [2025-05-26T04:44:47.568Z] be3b39d103fd: Layer already exists [2025-05-26T04:44:47.568Z] a0d1257f9b41: Layer already exists [2025-05-26T04:44:47.568Z] 4cec49dc96bc: Layer already exists [2025-05-26T04:44:47.568Z] 0ee77b83daf4: Layer already exists [2025-05-26T04:44:47.568Z] 98ada2299942: Layer already exists [2025-05-26T04:44:47.568Z] e1b5c832f777: Layer already exists [2025-05-26T04:44:47.568Z] ff1280272080: Layer already exists [2025-05-26T04:44:47.568Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:44:47.568Z] latest: digest: sha256:b30b566867684ad03b2bc10670c3d72b5f43dd196f9f868304dc3de0f14501a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:44:47.913Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:44:48.260Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.13 [2025-05-26T04:44:48.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-26T04:44:48.260Z] 0ee77b83daf4: Preparing [2025-05-26T04:44:48.260Z] ee5a94721074: Preparing [2025-05-26T04:44:48.260Z] 4cec49dc96bc: Preparing [2025-05-26T04:44:48.260Z] a0d1257f9b41: Preparing [2025-05-26T04:44:48.260Z] be3b39d103fd: Preparing [2025-05-26T04:44:48.260Z] 98ada2299942: Preparing [2025-05-26T04:44:48.260Z] ff1280272080: Preparing [2025-05-26T04:44:48.260Z] e1b5c832f777: Preparing [2025-05-26T04:44:48.260Z] dd9c8f8612c8: Preparing [2025-05-26T04:44:48.260Z] 98ada2299942: Waiting [2025-05-26T04:44:48.260Z] ff1280272080: Waiting [2025-05-26T04:44:48.260Z] e1b5c832f777: Waiting [2025-05-26T04:44:48.260Z] dd9c8f8612c8: Waiting [2025-05-26T04:44:48.260Z] ee5a94721074: Layer already exists [2025-05-26T04:44:48.260Z] 4cec49dc96bc: Layer already exists [2025-05-26T04:44:48.260Z] 0ee77b83daf4: Layer already exists [2025-05-26T04:44:48.260Z] a0d1257f9b41: Layer already exists [2025-05-26T04:44:48.260Z] be3b39d103fd: Layer already exists [2025-05-26T04:44:48.260Z] 98ada2299942: Layer already exists [2025-05-26T04:44:48.260Z] ff1280272080: Layer already exists [2025-05-26T04:44:48.260Z] e1b5c832f777: Layer already exists [2025-05-26T04:44:48.260Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:44:48.523Z] 4.1.0-dev.13: digest: sha256:b30b566867684ad03b2bc10670c3d72b5f43dd196f9f868304dc3de0f14501a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:44:48.876Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:44:49.226Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:44:49.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-26T04:44:49.226Z] 0ee77b83daf4: Preparing [2025-05-26T04:44:49.226Z] ee5a94721074: Preparing [2025-05-26T04:44:49.226Z] 4cec49dc96bc: Preparing [2025-05-26T04:44:49.226Z] a0d1257f9b41: Preparing [2025-05-26T04:44:49.226Z] be3b39d103fd: Preparing [2025-05-26T04:44:49.226Z] 98ada2299942: Preparing [2025-05-26T04:44:49.226Z] ff1280272080: Preparing [2025-05-26T04:44:49.226Z] e1b5c832f777: Preparing [2025-05-26T04:44:49.226Z] dd9c8f8612c8: Preparing [2025-05-26T04:44:49.226Z] 98ada2299942: Waiting [2025-05-26T04:44:49.226Z] ff1280272080: Waiting [2025-05-26T04:44:49.226Z] e1b5c832f777: Waiting [2025-05-26T04:44:49.226Z] dd9c8f8612c8: Waiting [2025-05-26T04:44:49.226Z] 0ee77b83daf4: Layer already exists [2025-05-26T04:44:49.226Z] a0d1257f9b41: Layer already exists [2025-05-26T04:44:49.226Z] 4cec49dc96bc: Layer already exists [2025-05-26T04:44:49.226Z] ee5a94721074: Layer already exists [2025-05-26T04:44:49.226Z] be3b39d103fd: Layer already exists [2025-05-26T04:44:49.226Z] 98ada2299942: Layer already exists [2025-05-26T04:44:49.226Z] ff1280272080: Layer already exists [2025-05-26T04:44:49.226Z] e1b5c832f777: Layer already exists [2025-05-26T04:44:49.226Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:44:49.489Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:b30b566867684ad03b2bc10670c3d72b5f43dd196f9f868304dc3de0f14501a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:44:49.898Z] + 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-05-26T04:44:50.234Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-05-26T04:44:50.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-26T04:44:50.234Z] 0ee77b83daf4: Preparing [2025-05-26T04:44:50.234Z] ee5a94721074: Preparing [2025-05-26T04:44:50.234Z] 4cec49dc96bc: Preparing [2025-05-26T04:44:50.234Z] a0d1257f9b41: Preparing [2025-05-26T04:44:50.234Z] be3b39d103fd: Preparing [2025-05-26T04:44:50.234Z] 98ada2299942: Preparing [2025-05-26T04:44:50.234Z] ff1280272080: Preparing [2025-05-26T04:44:50.234Z] e1b5c832f777: Preparing [2025-05-26T04:44:50.234Z] dd9c8f8612c8: Preparing [2025-05-26T04:44:50.234Z] ff1280272080: Waiting [2025-05-26T04:44:50.234Z] e1b5c832f777: Waiting [2025-05-26T04:44:50.234Z] 98ada2299942: Waiting [2025-05-26T04:44:50.234Z] dd9c8f8612c8: Waiting [2025-05-26T04:44:50.234Z] ee5a94721074: Layer already exists [2025-05-26T04:44:50.234Z] a0d1257f9b41: Layer already exists [2025-05-26T04:44:50.234Z] 0ee77b83daf4: Layer already exists [2025-05-26T04:44:50.234Z] 4cec49dc96bc: Layer already exists [2025-05-26T04:44:50.234Z] be3b39d103fd: Layer already exists [2025-05-26T04:44:50.234Z] e1b5c832f777: Layer already exists [2025-05-26T04:44:50.234Z] ff1280272080: Layer already exists [2025-05-26T04:44:50.234Z] 98ada2299942: Layer already exists [2025-05-26T04:44:50.234Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:44:50.234Z] main: digest: sha256:b30b566867684ad03b2bc10670c3d72b5f43dd196f9f868304dc3de0f14501a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:44:50.314Z] ===================================================== [Pipeline] echo [2025-05-26T04:44:50.325Z] taggedImages: [2025-05-26T04:44:50.325Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:44:50.325Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-05-26T04:44:50.325Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.13 [2025-05-26T04:44:50.325Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:44:50.325Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-05-26T04:44:50.347Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-05-26T04:44:50.347Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:44:50.347Z] latest [2025-05-26T04:44:50.347Z] 4.1.0-dev.13 [2025-05-26T04:44:50.347Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:44:50.347Z] main [2025-05-26T04:44:50.347Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:44:50.688Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:44:51.034Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:44:51.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-26T04:44:51.034Z] 5056ca3e05c4: Preparing [2025-05-26T04:44:51.034Z] d6a3a628f78d: Preparing [2025-05-26T04:44:51.034Z] a0d1257f9b41: Preparing [2025-05-26T04:44:51.034Z] be3b39d103fd: Preparing [2025-05-26T04:44:51.034Z] 8062acc0b222: Preparing [2025-05-26T04:44:51.034Z] 3f5723d58ec4: Preparing [2025-05-26T04:44:51.034Z] dd9c8f8612c8: Preparing [2025-05-26T04:44:51.034Z] 3f5723d58ec4: Waiting [2025-05-26T04:44:51.034Z] dd9c8f8612c8: Waiting [2025-05-26T04:44:51.297Z] a0d1257f9b41: Layer already exists [2025-05-26T04:44:51.297Z] be3b39d103fd: Layer already exists [2025-05-26T04:44:51.297Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:44:51.297Z] 8062acc0b222: Pushed [2025-05-26T04:44:51.297Z] 5056ca3e05c4: Pushed [2025-05-26T04:44:52.688Z] 3f5723d58ec4: Pushed [2025-05-26T04:44:59.297Z] d6a3a628f78d: Pushed [2025-05-26T04:44:59.297Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:11fc0f43516e7fe64eeca623143033a2f1e13baa1fea3ce2d5ff0654f3789d4d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:44:59.656Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:00.008Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-05-26T04:45:00.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-26T04:45:00.009Z] 5056ca3e05c4: Preparing [2025-05-26T04:45:00.009Z] d6a3a628f78d: Preparing [2025-05-26T04:45:00.009Z] a0d1257f9b41: Preparing [2025-05-26T04:45:00.009Z] be3b39d103fd: Preparing [2025-05-26T04:45:00.009Z] 8062acc0b222: Preparing [2025-05-26T04:45:00.009Z] 3f5723d58ec4: Preparing [2025-05-26T04:45:00.009Z] dd9c8f8612c8: Preparing [2025-05-26T04:45:00.009Z] 3f5723d58ec4: Waiting [2025-05-26T04:45:00.009Z] dd9c8f8612c8: Waiting [2025-05-26T04:45:00.009Z] d6a3a628f78d: Layer already exists [2025-05-26T04:45:00.009Z] 5056ca3e05c4: Layer already exists [2025-05-26T04:45:00.009Z] 8062acc0b222: Layer already exists [2025-05-26T04:45:00.009Z] a0d1257f9b41: Layer already exists [2025-05-26T04:45:00.009Z] be3b39d103fd: Layer already exists [2025-05-26T04:45:00.009Z] 3f5723d58ec4: Layer already exists [2025-05-26T04:45:00.009Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:45:00.274Z] latest: digest: sha256:11fc0f43516e7fe64eeca623143033a2f1e13baa1fea3ce2d5ff0654f3789d4d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:00.621Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:00.979Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.13 [2025-05-26T04:45:00.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-26T04:45:00.979Z] 5056ca3e05c4: Preparing [2025-05-26T04:45:00.979Z] d6a3a628f78d: Preparing [2025-05-26T04:45:00.979Z] a0d1257f9b41: Preparing [2025-05-26T04:45:00.979Z] be3b39d103fd: Preparing [2025-05-26T04:45:00.979Z] 8062acc0b222: Preparing [2025-05-26T04:45:00.979Z] 3f5723d58ec4: Preparing [2025-05-26T04:45:00.979Z] dd9c8f8612c8: Preparing [2025-05-26T04:45:00.979Z] 3f5723d58ec4: Waiting [2025-05-26T04:45:00.979Z] dd9c8f8612c8: Waiting [2025-05-26T04:45:00.979Z] 8062acc0b222: Layer already exists [2025-05-26T04:45:00.979Z] d6a3a628f78d: Layer already exists [2025-05-26T04:45:00.979Z] a0d1257f9b41: Layer already exists [2025-05-26T04:45:00.979Z] 5056ca3e05c4: Layer already exists [2025-05-26T04:45:00.979Z] be3b39d103fd: Layer already exists [2025-05-26T04:45:00.979Z] 3f5723d58ec4: Layer already exists [2025-05-26T04:45:00.979Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:45:00.979Z] 4.1.0-dev.13: digest: sha256:11fc0f43516e7fe64eeca623143033a2f1e13baa1fea3ce2d5ff0654f3789d4d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:01.330Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:01.683Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:45:01.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-26T04:45:01.683Z] 5056ca3e05c4: Preparing [2025-05-26T04:45:01.683Z] d6a3a628f78d: Preparing [2025-05-26T04:45:01.683Z] a0d1257f9b41: Preparing [2025-05-26T04:45:01.683Z] be3b39d103fd: Preparing [2025-05-26T04:45:01.683Z] 8062acc0b222: Preparing [2025-05-26T04:45:01.683Z] 3f5723d58ec4: Preparing [2025-05-26T04:45:01.683Z] dd9c8f8612c8: Preparing [2025-05-26T04:45:01.683Z] dd9c8f8612c8: Waiting [2025-05-26T04:45:01.683Z] 3f5723d58ec4: Waiting [2025-05-26T04:45:01.683Z] 5056ca3e05c4: Layer already exists [2025-05-26T04:45:01.683Z] 8062acc0b222: Layer already exists [2025-05-26T04:45:01.683Z] a0d1257f9b41: Layer already exists [2025-05-26T04:45:01.683Z] be3b39d103fd: Layer already exists [2025-05-26T04:45:01.683Z] d6a3a628f78d: Layer already exists [2025-05-26T04:45:01.683Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:45:01.683Z] 3f5723d58ec4: Layer already exists [2025-05-26T04:45:01.683Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:11fc0f43516e7fe64eeca623143033a2f1e13baa1fea3ce2d5ff0654f3789d4d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:02.016Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:02.354Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-05-26T04:45:02.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-26T04:45:02.354Z] 5056ca3e05c4: Preparing [2025-05-26T04:45:02.354Z] d6a3a628f78d: Preparing [2025-05-26T04:45:02.354Z] a0d1257f9b41: Preparing [2025-05-26T04:45:02.354Z] be3b39d103fd: Preparing [2025-05-26T04:45:02.355Z] 8062acc0b222: Preparing [2025-05-26T04:45:02.355Z] 3f5723d58ec4: Preparing [2025-05-26T04:45:02.355Z] dd9c8f8612c8: Preparing [2025-05-26T04:45:02.355Z] 3f5723d58ec4: Waiting [2025-05-26T04:45:02.355Z] dd9c8f8612c8: Waiting [2025-05-26T04:45:02.355Z] 8062acc0b222: Layer already exists [2025-05-26T04:45:02.355Z] d6a3a628f78d: Layer already exists [2025-05-26T04:45:02.355Z] be3b39d103fd: Layer already exists [2025-05-26T04:45:02.355Z] 5056ca3e05c4: Layer already exists [2025-05-26T04:45:02.355Z] a0d1257f9b41: Layer already exists [2025-05-26T04:45:02.355Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:45:02.355Z] 3f5723d58ec4: Layer already exists [2025-05-26T04:45:02.355Z] main: digest: sha256:11fc0f43516e7fe64eeca623143033a2f1e13baa1fea3ce2d5ff0654f3789d4d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:45:02.421Z] ===================================================== [Pipeline] echo [2025-05-26T04:45:02.431Z] taggedImages: [2025-05-26T04:45:02.431Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:45:02.431Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-05-26T04:45:02.431Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.13 [2025-05-26T04:45:02.431Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:45:02.431Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-05-26T04:45:02.453Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-05-26T04:45:02.453Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:45:02.453Z] latest [2025-05-26T04:45:02.453Z] 4.1.0-dev.13 [2025-05-26T04:45:02.453Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:45:02.453Z] main [2025-05-26T04:45:02.453Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:02.804Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:03.151Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:45:03.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-26T04:45:03.152Z] 77c63151e530: Preparing [2025-05-26T04:45:03.152Z] a0f9d42aa730: Preparing [2025-05-26T04:45:03.152Z] a0d1257f9b41: Preparing [2025-05-26T04:45:03.152Z] be3b39d103fd: Preparing [2025-05-26T04:45:03.152Z] c22cd14ea169: Preparing [2025-05-26T04:45:03.152Z] ae41fb7e2b26: Preparing [2025-05-26T04:45:03.152Z] dd9c8f8612c8: Preparing [2025-05-26T04:45:03.152Z] ae41fb7e2b26: Waiting [2025-05-26T04:45:03.152Z] dd9c8f8612c8: Waiting [2025-05-26T04:45:03.152Z] a0d1257f9b41: Layer already exists [2025-05-26T04:45:03.152Z] be3b39d103fd: Layer already exists [2025-05-26T04:45:03.415Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:45:03.415Z] c22cd14ea169: Pushed [2025-05-26T04:45:03.415Z] 77c63151e530: Pushed [2025-05-26T04:45:03.993Z] ae41fb7e2b26: Pushed [2025-05-26T04:45:12.170Z] a0f9d42aa730: Pushed [2025-05-26T04:45:12.170Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:e0bb604eabf282c97f16f2700733688208e94dd0dc6e5c4e7e7c128820e09425 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:12.511Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:12.846Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-05-26T04:45:12.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-26T04:45:12.847Z] 77c63151e530: Preparing [2025-05-26T04:45:12.847Z] a0f9d42aa730: Preparing [2025-05-26T04:45:12.847Z] a0d1257f9b41: Preparing [2025-05-26T04:45:12.847Z] be3b39d103fd: Preparing [2025-05-26T04:45:12.847Z] c22cd14ea169: Preparing [2025-05-26T04:45:12.847Z] ae41fb7e2b26: Preparing [2025-05-26T04:45:12.847Z] dd9c8f8612c8: Preparing [2025-05-26T04:45:12.847Z] ae41fb7e2b26: Waiting [2025-05-26T04:45:12.847Z] dd9c8f8612c8: Waiting [2025-05-26T04:45:12.847Z] 77c63151e530: Layer already exists [2025-05-26T04:45:12.847Z] c22cd14ea169: Layer already exists [2025-05-26T04:45:12.847Z] a0d1257f9b41: Layer already exists [2025-05-26T04:45:12.847Z] a0f9d42aa730: Layer already exists [2025-05-26T04:45:12.847Z] be3b39d103fd: Layer already exists [2025-05-26T04:45:12.847Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:45:12.847Z] ae41fb7e2b26: Layer already exists [2025-05-26T04:45:12.847Z] latest: digest: sha256:e0bb604eabf282c97f16f2700733688208e94dd0dc6e5c4e7e7c128820e09425 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:13.467Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:13.813Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.13 [2025-05-26T04:45:13.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-26T04:45:13.813Z] 77c63151e530: Preparing [2025-05-26T04:45:13.813Z] a0f9d42aa730: Preparing [2025-05-26T04:45:13.813Z] a0d1257f9b41: Preparing [2025-05-26T04:45:13.813Z] be3b39d103fd: Preparing [2025-05-26T04:45:13.813Z] c22cd14ea169: Preparing [2025-05-26T04:45:13.813Z] ae41fb7e2b26: Preparing [2025-05-26T04:45:13.813Z] dd9c8f8612c8: Preparing [2025-05-26T04:45:13.813Z] ae41fb7e2b26: Waiting [2025-05-26T04:45:13.813Z] dd9c8f8612c8: Waiting [2025-05-26T04:45:13.813Z] 77c63151e530: Layer already exists [2025-05-26T04:45:13.813Z] c22cd14ea169: Layer already exists [2025-05-26T04:45:13.813Z] a0f9d42aa730: Layer already exists [2025-05-26T04:45:13.813Z] be3b39d103fd: Layer already exists [2025-05-26T04:45:13.813Z] a0d1257f9b41: Layer already exists [2025-05-26T04:45:13.813Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:45:13.813Z] ae41fb7e2b26: Layer already exists [2025-05-26T04:45:13.813Z] 4.1.0-dev.13: digest: sha256:e0bb604eabf282c97f16f2700733688208e94dd0dc6e5c4e7e7c128820e09425 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:14.420Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:14.762Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:45:14.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-26T04:45:14.763Z] 77c63151e530: Preparing [2025-05-26T04:45:14.763Z] a0f9d42aa730: Preparing [2025-05-26T04:45:14.763Z] a0d1257f9b41: Preparing [2025-05-26T04:45:14.763Z] be3b39d103fd: Preparing [2025-05-26T04:45:14.763Z] c22cd14ea169: Preparing [2025-05-26T04:45:14.763Z] ae41fb7e2b26: Preparing [2025-05-26T04:45:14.763Z] dd9c8f8612c8: Preparing [2025-05-26T04:45:14.763Z] ae41fb7e2b26: Waiting [2025-05-26T04:45:14.763Z] dd9c8f8612c8: Waiting [2025-05-26T04:45:14.763Z] a0d1257f9b41: Layer already exists [2025-05-26T04:45:14.763Z] 77c63151e530: Layer already exists [2025-05-26T04:45:14.763Z] c22cd14ea169: Layer already exists [2025-05-26T04:45:14.763Z] a0f9d42aa730: Layer already exists [2025-05-26T04:45:14.763Z] be3b39d103fd: Layer already exists [2025-05-26T04:45:14.763Z] ae41fb7e2b26: Layer already exists [2025-05-26T04:45:14.763Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:45:14.763Z] 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:e0bb604eabf282c97f16f2700733688208e94dd0dc6e5c4e7e7c128820e09425 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:15.370Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:15.713Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-05-26T04:45:15.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-26T04:45:15.713Z] 77c63151e530: Preparing [2025-05-26T04:45:15.713Z] a0f9d42aa730: Preparing [2025-05-26T04:45:15.713Z] a0d1257f9b41: Preparing [2025-05-26T04:45:15.713Z] be3b39d103fd: Preparing [2025-05-26T04:45:15.713Z] c22cd14ea169: Preparing [2025-05-26T04:45:15.713Z] ae41fb7e2b26: Preparing [2025-05-26T04:45:15.713Z] dd9c8f8612c8: Preparing [2025-05-26T04:45:15.713Z] ae41fb7e2b26: Waiting [2025-05-26T04:45:15.713Z] dd9c8f8612c8: Waiting [2025-05-26T04:45:15.713Z] c22cd14ea169: Layer already exists [2025-05-26T04:45:15.713Z] a0f9d42aa730: Layer already exists [2025-05-26T04:45:15.713Z] a0d1257f9b41: Layer already exists [2025-05-26T04:45:15.713Z] be3b39d103fd: Layer already exists [2025-05-26T04:45:15.713Z] 77c63151e530: Layer already exists [2025-05-26T04:45:15.713Z] ae41fb7e2b26: Layer already exists [2025-05-26T04:45:15.713Z] dd9c8f8612c8: Layer already exists [2025-05-26T04:45:15.713Z] main: digest: sha256:e0bb604eabf282c97f16f2700733688208e94dd0dc6e5c4e7e7c128820e09425 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T04:45:15.797Z] ===================================================== [Pipeline] echo [2025-05-26T04:45:15.812Z] taggedImages: [2025-05-26T04:45:15.812Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [2025-05-26T04:45:15.812Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-05-26T04:45:15.812Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.13 [2025-05-26T04:45:15.812Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [2025-05-26T04:45:15.812Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-05-26T04:45:15.824Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo [2025-05-26T04:45:15.836Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-05-26T04:45:15.852Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:15.870Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:15.884Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-05-26T04:45:15.894Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo [2025-05-26T04:45:15.906Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-05-26T04:45:15.922Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:15.934Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:15.946Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-05-26T04:45:15.959Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo [2025-05-26T04:45:15.972Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-05-26T04:45:15.984Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:15.997Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.010Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-05-26T04:45:16.024Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo [2025-05-26T04:45:16.034Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-05-26T04:45:16.050Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.064Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.079Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-05-26T04:45:16.095Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo [2025-05-26T04:45:16.104Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-05-26T04:45:16.114Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.126Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.136Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-05-26T04:45:16.152Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo [2025-05-26T04:45:16.167Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-05-26T04:45:16.181Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.192Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.207Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-05-26T04:45:16.222Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo [2025-05-26T04:45:16.233Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-05-26T04:45:16.243Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.255Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.272Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-05-26T04:45:16.284Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo [2025-05-26T04:45:16.295Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-05-26T04:45:16.304Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.320Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.332Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-05-26T04:45:16.342Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo [2025-05-26T04:45:16.358Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-05-26T04:45:16.374Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.386Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.400Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-05-26T04:45:16.416Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo [2025-05-26T04:45:16.429Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-05-26T04:45:16.443Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.458Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.471Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-05-26T04:45:16.485Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo [2025-05-26T04:45:16.496Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-05-26T04:45:16.510Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.522Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.538Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-05-26T04:45:16.549Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo [2025-05-26T04:45:16.564Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-05-26T04:45:16.576Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.588Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.599Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-05-26T04:45:16.613Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo [2025-05-26T04:45:16.623Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-05-26T04:45:16.633Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.646Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.661Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-05-26T04:45:16.674Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo [2025-05-26T04:45:16.684Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-05-26T04:45:16.699Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.711Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.725Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-05-26T04:45:16.736Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo [2025-05-26T04:45:16.751Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-05-26T04:45:16.764Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.779Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:45:16.790Z] 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-05-26T04:45:17.183Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-26T04:45:17.183Z] [2025-05-26T04:45:17.183Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:17.505Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-26T04:45:17.505Z] arm64: Pulling from edgex-lftools-log-publisher [2025-05-26T04:45:17.505Z] 8998bd30e6a1: Pulling fs layer [2025-05-26T04:45:17.505Z] 04944245beec: Pulling fs layer [2025-05-26T04:45:17.505Z] 699f458cf7ca: Pulling fs layer [2025-05-26T04:45:17.505Z] 765212b225bb: Pulling fs layer [2025-05-26T04:45:17.505Z] f23df028b6ca: Pulling fs layer [2025-05-26T04:45:17.505Z] d65c8cfc05b1: Pulling fs layer [2025-05-26T04:45:17.505Z] 2437ff75d9bd: Pulling fs layer [2025-05-26T04:45:17.505Z] 765212b225bb: Waiting [2025-05-26T04:45:17.505Z] f23df028b6ca: Waiting [2025-05-26T04:45:17.505Z] d65c8cfc05b1: Waiting [2025-05-26T04:45:17.505Z] 2437ff75d9bd: Waiting [2025-05-26T04:45:17.770Z] 04944245beec: Verifying Checksum [2025-05-26T04:45:17.770Z] 765212b225bb: Verifying Checksum [2025-05-26T04:45:17.770Z] 765212b225bb: Download complete [2025-05-26T04:45:17.770Z] f23df028b6ca: Verifying Checksum [2025-05-26T04:45:17.770Z] f23df028b6ca: Download complete [2025-05-26T04:45:17.770Z] d65c8cfc05b1: Verifying Checksum [2025-05-26T04:45:17.770Z] d65c8cfc05b1: Download complete [2025-05-26T04:45:18.033Z] 699f458cf7ca: Verifying Checksum [2025-05-26T04:45:18.033Z] 699f458cf7ca: Download complete [2025-05-26T04:45:18.298Z] 8998bd30e6a1: Verifying Checksum [2025-05-26T04:45:18.299Z] 8998bd30e6a1: Download complete [2025-05-26T04:45:20.860Z] 2437ff75d9bd: Verifying Checksum [2025-05-26T04:45:20.860Z] 2437ff75d9bd: Download complete [2025-05-26T04:45:22.786Z] 8998bd30e6a1: Pull complete [2025-05-26T04:45:23.370Z] 04944245beec: Pull complete [2025-05-26T04:45:25.300Z] 699f458cf7ca: Pull complete [2025-05-26T04:45:25.300Z] 765212b225bb: Pull complete [2025-05-26T04:45:25.882Z] f23df028b6ca: Pull complete [2025-05-26T04:45:26.148Z] d65c8cfc05b1: Pull complete [2025-05-26T04:45:44.335Z] 2437ff75d9bd: Pull complete [2025-05-26T04:45:44.335Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-05-26T04:45:44.335Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-26T04:45:44.335Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T04:45:44.554Z] prd-ubuntu20.04-docker-arm64-4c-16g-2262 does not seem to be running inside a container [2025-05-26T04:45:44.620Z] $ 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/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@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-05-26T04:45:47.695Z] $ docker top 7a372ce18b6e789092071d347c4418fea36c845fdbba17c946ddada8e00f0eaf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:45:48.613Z] ---> job-cost.sh [2025-05-26T04:45:48.613Z] lf-activate-venv: SKIPPING [2025-05-26T04:45:48.613Z] INFO: No Stack... [2025-05-26T04:45:49.188Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-05-26T04:45:49.763Z] INFO: Archiving Costs [Pipeline] sh [2025-05-26T04:45:50.389Z] + cat /w/workspace/edgex-go/840/archives/cost.csv [2025-05-26T04:45:50.389Z] + cut -d, -f6 [Pipeline] lock [2025-05-26T04:45:50.422Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-840-stack-cost] [2025-05-26T04:45:50.436Z] Resource [jenkins-edgexfoundry-edgex-go-main-840-stack-cost] did not exist. Created. [2025-05-26T04:45:50.443Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-840-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-05-26T04:45:51.075Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-05-26T04:45:51.698Z] Stashed 1 file(s) [Pipeline] } [2025-05-26T04:45:51.709Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-840-stack-cost] [Pipeline] // lock [Pipeline] } [2025-05-26T04:45:51.726Z] $ docker stop --time=1 7a372ce18b6e789092071d347c4418fea36c845fdbba17c946ddada8e00f0eaf [2025-05-26T04:45:53.228Z] $ docker rm -f --volumes 7a372ce18b6e789092071d347c4418fea36c845fdbba17c946ddada8e00f0eaf [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-05-26T04:45:53.821Z] provisioning config files... [2025-05-26T04:45:53.830Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/840@tmp/config5354938955323485390tmp [Pipeline] { [Pipeline] sh [2025-05-26T04:45:54.138Z] + set +x [2025-05-26T04:45:54.138Z] + curl -s https://codecov.io/bash [2025-05-26T04:45:54.138Z] + bash -s -- [2025-05-26T04:45:54.397Z] [2025-05-26T04:45:54.397Z] _____ _ [2025-05-26T04:45:54.397Z] / ____| | | [2025-05-26T04:45:54.397Z] | | ___ __| | ___ ___ _____ __ [2025-05-26T04:45:54.397Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-05-26T04:45:54.397Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-05-26T04:45:54.397Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-05-26T04:45:54.397Z] Bash-1.0.6 [2025-05-26T04:45:54.397Z] [2025-05-26T04:45:54.397Z] [2025-05-26T04:45:54.397Z] [0;36m==>[0m git version 2.25.1 found [2025-05-26T04:45:54.397Z] [0;36m==>[0m 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-05-26T04:45:54.397Z] Release-Date: 2020-01-08 [2025-05-26T04:45:54.397Z] 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-05-26T04:45:54.397Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-05-26T04:45:54.397Z] [0;90m==>[0m Jenkins CI detected. [2025-05-26T04:45:54.397Z] [0;90mcurrent dir: [0m /w/workspace/edgex-go/840 [2025-05-26T04:45:54.397Z] [0;90mproject root:[0m . [2025-05-26T04:45:54.397Z] [0;90m-->[0m token set from env [2025-05-26T04:45:54.397Z] [0;32mYaml not found, that's ok! Learn more at[0m [0;36mhttp://docs.codecov.io/docs/codecov-yaml[0m [2025-05-26T04:45:54.397Z] [0;90m==>[0m Running gcov in . [0;90m(disable via -X gcov)[0m [2025-05-26T04:45:54.397Z] [0;90m==>[0m Python coveragepy not found [2025-05-26T04:45:54.397Z] [0;90m==>[0m Searching for coverage reports in: [2025-05-26T04:45:54.397Z] [0;32m+[0m . [2025-05-26T04:45:54.397Z] [0;90m->[0m Found 1 reports [2025-05-26T04:45:54.397Z] [0;90m==>[0m Detecting git/mercurial file structure [2025-05-26T04:45:54.656Z] [0;90m==>[0m Reading reports [2025-05-26T04:45:54.656Z] [0;32m+[0m ./coverage.out [0;90mbytes=1661047[0m [2025-05-26T04:45:54.656Z] [0;90m==>[0m Appending adjustments [2025-05-26T04:45:54.656Z] [0;36mhttps://docs.codecov.io/docs/fixing-reports[0m [2025-05-26T04:45:56.084Z] [0;32m+[0m Found adjustments [2025-05-26T04:45:56.084Z] [0;90m==>[0m Gzipping contents [2025-05-26T04:45:56.084Z] 140K /tmp/codecov.9harwQ.gz [2025-05-26T04:45:56.084Z] [0;90m==>[0m Uploading reports [2025-05-26T04:45:56.084Z] [0;90murl:[0m https://codecov.io [2025-05-26T04:45:56.085Z] [0;90mquery:[0m branch=main&commit=02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0&build=840&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F840%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-05-26T04:45:56.085Z] [0;90m->[0m Pinging Codecov [2025-05-26T04:45:56.085Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=<hidden>&package=bash-1.0.6&token=****&branch=main&commit=02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0&build=840&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F840%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-05-26T04:45:56.350Z] [0;90m->[0m Uploading to [2025-05-26T04:45:56.350Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0/84c3657b-67da-4598-9267-f1e2e44a9560.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250526%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250526T044556Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=060756b7173ec4891599441a521d9fd7a1995f88027edb6bb309193a8beb1084 [2025-05-26T04:45:56.350Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T04:45:56.350Z] Dload Upload Total Spent Left Speed [2025-05-26T04:45:56.616Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 668k --:--:-- --:--:-- --:--:-- 668k 100 138k 0 0 100 138k 0 521k --:--:-- --:--:-- --:--:-- 519k [2025-05-26T04:45:56.616Z] [0;32m->[0m Reports have been successfully queued for processing at [0;36mhttps://app.codecov.io/github/edgexfoundry/edgex-go/commit/02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0[0m [Pipeline] } [2025-05-26T04:45:56.626Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-05-26T04:45:56.853Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-05-26T04:45:56.871Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:57.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-05-26T04:45:57.190Z] [2025-05-26T04:45:57.190Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:45:57.511Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-05-26T04:45:57.511Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-05-26T04:45:57.511Z] 43c4264eed91: Pulling fs layer [2025-05-26T04:45:57.511Z] 4cc291be95ef: Pulling fs layer [2025-05-26T04:45:57.511Z] 2ac1f1163629: Pulling fs layer [2025-05-26T04:45:57.511Z] 5c3c966382ef: Pulling fs layer [2025-05-26T04:45:57.511Z] 4f4fb700ef54: Pulling fs layer [2025-05-26T04:45:57.511Z] d9c7d2e4e75e: Pulling fs layer [2025-05-26T04:45:57.511Z] 9c3e1370e548: Pulling fs layer [2025-05-26T04:45:57.511Z] 4f4fb700ef54: Waiting [2025-05-26T04:45:57.511Z] 5c3c966382ef: Waiting [2025-05-26T04:45:57.511Z] d9c7d2e4e75e: Waiting [2025-05-26T04:45:57.511Z] 4cc291be95ef: Verifying Checksum [2025-05-26T04:45:57.511Z] 4cc291be95ef: Download complete [2025-05-26T04:45:57.511Z] 5c3c966382ef: Verifying Checksum [2025-05-26T04:45:57.511Z] 5c3c966382ef: Download complete [2025-05-26T04:45:57.511Z] 4f4fb700ef54: Download complete [2025-05-26T04:45:57.511Z] 43c4264eed91: Download complete [2025-05-26T04:45:57.770Z] d9c7d2e4e75e: Verifying Checksum [2025-05-26T04:45:57.770Z] d9c7d2e4e75e: Download complete [2025-05-26T04:45:57.770Z] 43c4264eed91: Pull complete [2025-05-26T04:45:57.770Z] 4cc291be95ef: Pull complete [2025-05-26T04:45:58.027Z] 2ac1f1163629: Verifying Checksum [2025-05-26T04:45:58.027Z] 2ac1f1163629: Download complete [2025-05-26T04:45:58.593Z] 9c3e1370e548: Verifying Checksum [2025-05-26T04:45:58.593Z] 9c3e1370e548: Download complete [2025-05-26T04:46:01.883Z] 2ac1f1163629: Pull complete [2025-05-26T04:46:01.883Z] 5c3c966382ef: Pull complete [2025-05-26T04:46:01.883Z] 4f4fb700ef54: Pull complete [2025-05-26T04:46:01.883Z] d9c7d2e4e75e: Pull complete [2025-05-26T04:46:05.170Z] 9c3e1370e548: Pull complete [2025-05-26T04:46:05.170Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-05-26T04:46:05.170Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-05-26T04:46:05.170Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T04:46:05.266Z] prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container [2025-05-26T04:46:05.289Z] $ 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/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-05-26T04:46:07.508Z] $ docker top 93dfdabb7f1efaa43a982a6e8728100c378b2a522b34fff1a3e1b7a4624c5792 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T04:46:07.958Z] + git config --global --add safe.directory /w/workspace/edgex-go/840 [Pipeline] echo [2025-05-26T04:46:07.979Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-05-26T04:46:08.272Z] + set -o pipefail [2025-05-26T04:46:08.272Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-05-26T04:46:18.250Z] [2025-05-26T04:46:18.250Z] Monitoring /w/workspace/edgex-go/840 (github.com/edgexfoundry/edgex-go)... [2025-05-26T04:46:18.250Z] [2025-05-26T04:46:18.250Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/0a18ec74-d434-4f13-9b34-93ebcab5b0ba [2025-05-26T04:46:18.250Z] [2025-05-26T04:46:18.250Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-05-26T04:46:18.250Z] [Pipeline] } [2025-05-26T04:46:18.253Z] $ docker stop --time=1 93dfdabb7f1efaa43a982a6e8728100c378b2a522b34fff1a3e1b7a4624c5792 [2025-05-26T04:46:20.647Z] $ docker rm -f --volumes 93dfdabb7f1efaa43a982a6e8728100c378b2a522b34fff1a3e1b7a4624c5792 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-05-26T04:46:21.180Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T04:46:21.196Z] provisioning config files... [2025-05-26T04:46:21.203Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/840@tmp/config9042107892084209429tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:46:21.494Z] --> edgex-publish-swagger.sh [2025-05-26T04:46:21.494Z] === Publish openapi API === [2025-05-26T04:46:21.494Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-05-26T04:46:21.494Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/840/openapi/core-command.yaml] [2025-05-26T04:46:21.494Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T04:46:21.494Z] Dload Upload Total Spent Left Speed [2025-05-26T04:46:21.494Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32848 100 66 100 32782 279 135k --:--:-- --:--:-- --:--:-- 135k [2025-05-26T04:46:21.752Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T04:46:21.752Z] [2025-05-26T04:46:21.752Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/840/openapi/core-data.yaml] [2025-05-26T04:46:21.752Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T04:46:21.752Z] Dload Upload Total Spent Left Speed [2025-05-26T04:46:22.011Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 163 171k --:--:-- --:--:-- --:--:-- 172k [2025-05-26T04:46:22.011Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T04:46:22.011Z] [2025-05-26T04:46:22.011Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/840/openapi/core-keeper.yaml] [2025-05-26T04:46:22.011Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T04:46:22.011Z] Dload Upload Total Spent Left Speed [2025-05-26T04:46:22.269Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32901 100 66 100 32835 471 229k --:--:-- --:--:-- --:--:-- 229k [2025-05-26T04:46:22.269Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T04:46:22.269Z] [2025-05-26T04:46:22.269Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/840/openapi/core-metadata.yaml] [2025-05-26T04:46:22.269Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T04:46:22.269Z] Dload Upload Total Spent Left Speed [2025-05-26T04:46:22.269Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 425 1010k --:--:-- --:--:-- --:--:-- 1011k [2025-05-26T04:46:22.269Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T04:46:22.269Z] [2025-05-26T04:46:22.269Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/840/openapi/security-proxy-auth.yaml] [2025-05-26T04:46:22.269Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T04:46:22.269Z] Dload Upload Total Spent Left Speed [2025-05-26T04:46:22.528Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24469 0 0 100 24469 0 405k --:--:-- --:--:-- --:--:-- 398k 100 24535 100 66 100 24469 294 106k --:--:-- --:--:-- --:--:-- 106k [2025-05-26T04:46:22.528Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T04:46:22.528Z] [2025-05-26T04:46:22.528Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/840/openapi/security-secretstore-setup.yaml] [2025-05-26T04:46:22.528Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T04:46:22.528Z] Dload Upload Total Spent Left Speed [2025-05-26T04:46:22.786Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 600 35572 --:--:-- --:--:-- --:--:-- 36172 [2025-05-26T04:46:22.786Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T04:46:22.786Z] [2025-05-26T04:46:22.786Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/840/openapi/support-notifications.yaml] [2025-05-26T04:46:22.786Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T04:46:22.786Z] Dload Upload Total Spent Left Speed [2025-05-26T04:46:22.787Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 423 625k --:--:-- --:--:-- --:--:-- 630k [2025-05-26T04:46:22.787Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T04:46:22.787Z] [2025-05-26T04:46:23.046Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/840/openapi/support-scheduler.yaml] [2025-05-26T04:46:23.046Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T04:46:23.046Z] Dload Upload Total Spent Left Speed [2025-05-26T04:46:23.046Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 448 336k --:--:-- --:--:-- --:--:-- 339k [2025-05-26T04:46:23.046Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T04:46:23.046Z] [Pipeline] } [2025-05-26T04:46:23.052Z] 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-05-26T04:46:23.493Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-26T04:46:23.493Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:46:23.794Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T04:46:23.794Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T04:46:23.868Z] prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container [2025-05-26T04:46:23.886Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-05-26T04:46:24.268Z] $ docker top 20d83d75c02905bd512295d7c3f3e047d7b3e675e128a19c273d91627965bef1 -eo pid,comm [2025-05-26T04:46:24.324Z] 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-05-26T04:46:24.324Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-26T04:46:24.377Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-26T04:46:24.377Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-26T04:46:24.497Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-26T04:46:24.492Z] $ docker exec 20d83d75c02905bd512295d7c3f3e047d7b3e675e128a19c273d91627965bef1 ssh-agent [2025-05-26T04:46:24.602Z] SSH_AUTH_SOCK=/tmp/ssh-jqEmPw9hTAVN/agent.31 [2025-05-26T04:46:24.602Z] SSH_AGENT_PID=37 [2025-05-26T04:46:24.605Z] Running ssh-add (command line suppressed) [2025-05-26T04:46:24.703Z] Identity added: /w/workspace/edgex-go/840@tmp/private_key_12766233189382928260.key (/w/workspace/edgex-go/840@tmp/private_key_12766233189382928260.key) [2025-05-26T04:46:24.722Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-26T04:46:25.024Z] + git semver tag [2025-05-26T04:46:25.283Z] 2025-05-26 04:46:25,229 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-05-26T04:46:25.283Z] 2025-05-26 04:46:25,233 [run_tag] DEBUG tag force:False [2025-05-26T04:46:25.283Z] 2025-05-26 04:46:25,233 [check_head_tag] DEBUG check head tag [2025-05-26T04:46:25.283Z] 2025-05-26 04:46:25,233 [execute] INFO git cat-file --batch-check [2025-05-26T04:46:25.283Z] 2025-05-26 04:46:25,234 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/840, stdin=<valid stream>, shell=False, universal_newlines=False) [2025-05-26T04:46:25.283Z] 2025-05-26 04:46:25,236 [execute] INFO git cat-file --batch [2025-05-26T04:46:25.283Z] 2025-05-26 04:46:25,236 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/840, stdin=<valid stream>, shell=False, universal_newlines=False) [2025-05-26T04:46:25.283Z] 2025-05-26 04:46:25,248 [read_version] DEBUG read version from /w/workspace/edgex-go/840/.semver/main [2025-05-26T04:46:25.283Z] 2025-05-26 04:46:25,249 [execute] INFO git tag -a v4.1.0-dev.13 -m v4.1.0-dev.13 [2025-05-26T04:46:25.283Z] 2025-05-26 04:46:25,249 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.13', '-m', 'v4.1.0-dev.13'], cwd=/w/workspace/edgex-go/840, stdin=None, shell=False, universal_newlines=False) [2025-05-26T04:46:25.283Z] 2025-05-26 04:46:25,252 [read_version] DEBUG read version from /w/workspace/edgex-go/840/.semver/main [2025-05-26T04:46:25.283Z] 4.1.0-dev.13 [Pipeline] } [2025-05-26T04:46:25.285Z] $ docker exec --env ******** --env ******** 20d83d75c02905bd512295d7c3f3e047d7b3e675e128a19c273d91627965bef1 ssh-agent -k [2025-05-26T04:46:25.398Z] unset SSH_AUTH_SOCK; [2025-05-26T04:46:25.398Z] unset SSH_AGENT_PID; [2025-05-26T04:46:25.398Z] echo Agent pid 37 killed; [2025-05-26T04:46:25.414Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-26T04:46:25.736Z] + git semver [Pipeline] } [2025-05-26T04:46:25.999Z] $ docker stop --time=1 20d83d75c02905bd512295d7c3f3e047d7b3e675e128a19c273d91627965bef1 [2025-05-26T04:46:27.287Z] $ docker rm -f --volumes 20d83d75c02905bd512295d7c3f3e047d7b3e675e128a19c273d91627965bef1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:46:27.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-05-26T04:46:27.699Z] [2025-05-26T04:46:27.699Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:46:27.998Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-05-26T04:46:27.998Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-05-26T04:46:27.998Z] ab5ef0e58194: Pulling fs layer [2025-05-26T04:46:27.998Z] 9712f1f96733: Pulling fs layer [2025-05-26T04:46:27.998Z] 63f879dbbcfc: Pulling fs layer [2025-05-26T04:46:27.998Z] 0d9ebad4ef96: Pulling fs layer [2025-05-26T04:46:27.998Z] e9a5061849ea: Pulling fs layer [2025-05-26T04:46:27.998Z] d747dcd14b5f: Pulling fs layer [2025-05-26T04:46:27.998Z] 2de7ff778b66: Pulling fs layer [2025-05-26T04:46:27.998Z] 0d9ebad4ef96: Waiting [2025-05-26T04:46:27.998Z] e9a5061849ea: Waiting [2025-05-26T04:46:27.998Z] d747dcd14b5f: Waiting [2025-05-26T04:46:27.998Z] 9712f1f96733: Verifying Checksum [2025-05-26T04:46:27.998Z] 9712f1f96733: Download complete [2025-05-26T04:46:28.563Z] 63f879dbbcfc: Verifying Checksum [2025-05-26T04:46:28.563Z] 63f879dbbcfc: Download complete [2025-05-26T04:46:28.563Z] e9a5061849ea: Verifying Checksum [2025-05-26T04:46:28.563Z] e9a5061849ea: Download complete [2025-05-26T04:46:28.563Z] d747dcd14b5f: Download complete [2025-05-26T04:46:28.563Z] 0d9ebad4ef96: Verifying Checksum [2025-05-26T04:46:28.563Z] 0d9ebad4ef96: Download complete [2025-05-26T04:46:28.563Z] ab5ef0e58194: Verifying Checksum [2025-05-26T04:46:28.563Z] ab5ef0e58194: Download complete [2025-05-26T04:46:28.822Z] 2de7ff778b66: Verifying Checksum [2025-05-26T04:46:28.822Z] 2de7ff778b66: Download complete [2025-05-26T04:46:31.349Z] ab5ef0e58194: Pull complete [2025-05-26T04:46:31.349Z] 9712f1f96733: Pull complete [2025-05-26T04:46:32.282Z] 63f879dbbcfc: Pull complete [2025-05-26T04:46:36.460Z] 0d9ebad4ef96: Pull complete [2025-05-26T04:46:36.460Z] e9a5061849ea: Pull complete [2025-05-26T04:46:36.460Z] d747dcd14b5f: Pull complete [2025-05-26T04:46:37.392Z] 2de7ff778b66: Pull complete [2025-05-26T04:46:37.392Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-05-26T04:46:37.392Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-05-26T04:46:37.392Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T04:46:37.491Z] prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container [2025-05-26T04:46:37.506Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-05-26T04:46:39.532Z] $ docker top dc61270dc336a09a17cbbe10aaa6b091118dd986c7261a93ff622c19f8388800 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-05-26T04:46:39.617Z] provisioning config files... [2025-05-26T04:46:39.622Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/840@tmp/config14993932694804513987tmp [2025-05-26T04:46:39.631Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/840@tmp/config4621932646972052464tmp [2025-05-26T04:46:39.639Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/840@tmp/config16940468186509979947tmp [Pipeline] { [Pipeline] echo [2025-05-26T04:46:39.667Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:46:39.966Z] ---> sigul-configuration.sh [2025-05-26T04:46:39.966Z] gpg: directory `/root/.gnupg' created [2025-05-26T04:46:39.966Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-05-26T04:46:39.966Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-05-26T04:46:39.966Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-05-26T04:46:39.966Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-05-26T04:46:39.966Z] gpg: CAST5 encrypted data [2025-05-26T04:46:39.966Z] gpg: encrypted with 1 passphrase [2025-05-26T04:46:39.966Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-05-26T04:46:40.263Z] + mkdir /home/jenkins [2025-05-26T04:46:40.263Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-05-26T04:46:40.561Z] + 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-05-26T04:46:40.574Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:46:40.863Z] ---> sigul-install.sh [2025-05-26T04:46:40.863Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-05-26T04:46:41.158Z] + git tag --list [2025-05-26T04:46:41.158Z] 0.6.0 [2025-05-26T04:46:41.158Z] 0.6.1 [2025-05-26T04:46:41.158Z] 0.7.0 [2025-05-26T04:46:41.158Z] 0.7.1 [2025-05-26T04:46:41.158Z] v1.0.0 [2025-05-26T04:46:41.158Z] v1.0.1 [2025-05-26T04:46:41.158Z] v1.1.0 [2025-05-26T04:46:41.158Z] v1.2.0 [2025-05-26T04:46:41.158Z] v1.2.1 [2025-05-26T04:46:41.158Z] v1.3.0 [2025-05-26T04:46:41.158Z] v1.3.1 [2025-05-26T04:46:41.158Z] v2.0.0 [2025-05-26T04:46:41.158Z] v2.1.0 [2025-05-26T04:46:41.158Z] v2.1.1 [2025-05-26T04:46:41.158Z] v2.2.0 [2025-05-26T04:46:41.158Z] v2.3.0 [2025-05-26T04:46:41.158Z] v3.0 [2025-05-26T04:46:41.158Z] v3.0.0 [2025-05-26T04:46:41.158Z] v3.1 [2025-05-26T04:46:41.158Z] v3.1.0 [2025-05-26T04:46:41.158Z] v3.1.1 [2025-05-26T04:46:41.158Z] v4.0 [2025-05-26T04:46:41.158Z] v4.0.0 [2025-05-26T04:46:41.158Z] v4.0.1 [2025-05-26T04:46:41.158Z] v4.1.0-dev.1 [2025-05-26T04:46:41.158Z] v4.1.0-dev.10 [2025-05-26T04:46:41.158Z] v4.1.0-dev.11 [2025-05-26T04:46:41.158Z] v4.1.0-dev.12 [2025-05-26T04:46:41.158Z] v4.1.0-dev.13 [2025-05-26T04:46:41.158Z] v4.1.0-dev.2 [2025-05-26T04:46:41.158Z] v4.1.0-dev.3 [2025-05-26T04:46:41.158Z] v4.1.0-dev.4 [2025-05-26T04:46:41.158Z] v4.1.0-dev.5 [2025-05-26T04:46:41.158Z] v4.1.0-dev.6 [2025-05-26T04:46:41.158Z] v4.1.0-dev.7 [2025-05-26T04:46:41.158Z] v4.1.0-dev.8 [2025-05-26T04:46:41.158Z] v4.1.0-dev.9 [Pipeline] sh [2025-05-26T04:46:41.457Z] + lftools sign git-tag v4.1.0-dev.13 [2025-05-26T04:46:42.024Z] Signing Git tag with Sigul... [2025-05-26T04:46:42.024Z] Signing v4.1.0-dev.13 [Pipeline] echo [2025-05-26T04:46:42.296Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:46:42.590Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-05-26T04:46:42.597Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-05-26T04:46:42.616Z] $ docker stop --time=1 dc61270dc336a09a17cbbe10aaa6b091118dd986c7261a93ff622c19f8388800 [2025-05-26T04:46:43.906Z] $ docker rm -f --volumes dc61270dc336a09a17cbbe10aaa6b091118dd986c7261a93ff622c19f8388800 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-05-26T04:46:44.354Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-26T04:46:44.355Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:46:44.662Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T04:46:44.662Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T04:46:44.746Z] prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container [2025-05-26T04:46:44.768Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-05-26T04:46:45.128Z] $ docker top 47c96a39dcd6bf1b4be854fa9c0e8da0de37b20de672eabec82448e0720ac781 -eo pid,comm [2025-05-26T04:46:45.184Z] 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-05-26T04:46:45.184Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-26T04:46:45.239Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-26T04:46:45.239Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-26T04:46:45.360Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-26T04:46:45.355Z] $ docker exec 47c96a39dcd6bf1b4be854fa9c0e8da0de37b20de672eabec82448e0720ac781 ssh-agent [2025-05-26T04:46:45.477Z] SSH_AUTH_SOCK=/tmp/ssh-Ws7g98Gh8vtK/agent.33 [2025-05-26T04:46:45.477Z] SSH_AGENT_PID=39 [2025-05-26T04:46:45.482Z] Running ssh-add (command line suppressed) [2025-05-26T04:46:45.582Z] Identity added: /w/workspace/edgex-go/840@tmp/private_key_590996136859919316.key (/w/workspace/edgex-go/840@tmp/private_key_590996136859919316.key) [2025-05-26T04:46:45.603Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-26T04:46:45.893Z] + git semver bump pre [2025-05-26T04:46:46.153Z] 2025-05-26 04:46:46,112 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-05-26T04:46:46.153Z] 2025-05-26 04:46:46,117 [read_version] DEBUG read version from /w/workspace/edgex-go/840/.semver/main [2025-05-26T04:46:46.153Z] 2025-05-26 04:46:46,117 [bump_version] DEBUG bumping version:4.1.0-dev.13 on axis:pre with prefix:dev [2025-05-26T04:46:46.153Z] 2025-05-26 04:46:46,117 [bump_version] DEBUG bumped version:4.1.0-dev.14 [2025-05-26T04:46:46.153Z] 2025-05-26 04:46:46,117 [write_version] DEBUG write version:4.1.0-dev.14 to path:/w/workspace/edgex-go/840/.semver/main with force:True [2025-05-26T04:46:46.153Z] 2025-05-26 04:46:46,117 [read_version] DEBUG read version from /w/workspace/edgex-go/840/.semver/main [2025-05-26T04:46:46.154Z] 2025-05-26 04:46:46,117 [write_file] DEBUG write to file:/w/workspace/edgex-go/840/.semver/main [2025-05-26T04:46:46.154Z] 2025-05-26 04:46:46,120 [execute] INFO git cat-file --batch-check [2025-05-26T04:46:46.154Z] 2025-05-26 04:46:46,120 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/840/.semver, stdin=<valid stream>, shell=False, universal_newlines=False) [2025-05-26T04:46:46.154Z] 2025-05-26 04:46:46,124 [execute] INFO git cat-file --batch [2025-05-26T04:46:46.154Z] 2025-05-26 04:46:46,124 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/840/.semver, stdin=<valid stream>, shell=False, universal_newlines=False) [2025-05-26T04:46:46.154Z] 2025-05-26 04:46:46,128 [read_version] DEBUG read version from /w/workspace/edgex-go/840/.semver/main [2025-05-26T04:46:46.154Z] 4.1.0-dev.14 [Pipeline] } [2025-05-26T04:46:46.416Z] $ docker exec --env ******** --env ******** 47c96a39dcd6bf1b4be854fa9c0e8da0de37b20de672eabec82448e0720ac781 ssh-agent -k [2025-05-26T04:46:46.532Z] unset SSH_AUTH_SOCK; [2025-05-26T04:46:46.533Z] unset SSH_AGENT_PID; [2025-05-26T04:46:46.533Z] echo Agent pid 39 killed; [2025-05-26T04:46:46.549Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-26T04:46:46.863Z] + git semver [Pipeline] } [2025-05-26T04:46:47.437Z] $ docker stop --time=1 47c96a39dcd6bf1b4be854fa9c0e8da0de37b20de672eabec82448e0720ac781 [2025-05-26T04:46:48.713Z] $ docker rm -f --volumes 47c96a39dcd6bf1b4be854fa9c0e8da0de37b20de672eabec82448e0720ac781 [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-26T04:46:49.084Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-26T04:46:49.084Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:46:49.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T04:46:49.396Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T04:46:49.483Z] prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container [2025-05-26T04:46:49.506Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-05-26T04:46:49.858Z] $ docker top f96f18e7eadc3188a3c7f22e88df8e5993ab2d8fbd079f80576a8b427d94a9f7 -eo pid,comm [2025-05-26T04:46:49.913Z] 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-05-26T04:46:49.913Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-26T04:46:49.966Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-26T04:46:49.966Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-26T04:46:50.089Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-26T04:46:50.084Z] $ docker exec f96f18e7eadc3188a3c7f22e88df8e5993ab2d8fbd079f80576a8b427d94a9f7 ssh-agent [2025-05-26T04:46:50.197Z] SSH_AUTH_SOCK=/tmp/ssh-McgR7walM6MC/agent.32 [2025-05-26T04:46:50.197Z] SSH_AGENT_PID=38 [2025-05-26T04:46:50.202Z] Running ssh-add (command line suppressed) [2025-05-26T04:46:50.307Z] Identity added: /w/workspace/edgex-go/840@tmp/private_key_8926437347485656839.key (/w/workspace/edgex-go/840@tmp/private_key_8926437347485656839.key) [2025-05-26T04:46:50.328Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-26T04:46:50.620Z] + git semver push [2025-05-26T04:46:50.879Z] 2025-05-26 04:46:50,842 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-05-26T04:46:50.879Z] 2025-05-26 04:46:50,846 [run_push] DEBUG push [2025-05-26T04:46:50.879Z] 2025-05-26 04:46:50,847 [execute] INFO git cat-file --batch-check [2025-05-26T04:46:50.879Z] 2025-05-26 04:46:50,847 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/840/.semver, stdin=<valid stream>, shell=False, universal_newlines=False) [2025-05-26T04:46:50.879Z] 2025-05-26 04:46:50,852 [execute] INFO git rev-list cfc2dee4562590151b6f8cbb6356b9539e891294 -- [2025-05-26T04:46:50.879Z] 2025-05-26 04:46:50,852 [execute] DEBUG Popen(['git', 'rev-list', 'cfc2dee4562590151b6f8cbb6356b9539e891294', '--'], cwd=/w/workspace/edgex-go/840/.semver, stdin=None, shell=False, universal_newlines=False) [2025-05-26T04:46:51.138Z] 2025-05-26 04:46:50,872 [execute] INFO git fetch -v -- origin [2025-05-26T04:46:51.138Z] 2025-05-26 04:46:50,872 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/840/.semver, stdin=None, shell=False, universal_newlines=True) [2025-05-26T04:46:51.398Z] 2025-05-26 04:46:51,330 [run_push] DEBUG no remote changes detected [2025-05-26T04:46:51.398Z] 2025-05-26 04:46:51,330 [execute] INFO git push origin semver [2025-05-26T04:46:51.398Z] 2025-05-26 04:46:51,330 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/840/.semver, stdin=None, shell=False, universal_newlines=False) [2025-05-26T04:46:52.338Z] 2025-05-26 04:46:51,962 [run_push] DEBUG push all version tags [2025-05-26T04:46:52.338Z] 2025-05-26 04:46:51,962 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-05-26T04:46:52.338Z] 2025-05-26 04:46:51,962 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/840, stdin=None, shell=False, universal_newlines=False) [2025-05-26T04:46:52.906Z] 2025-05-26 04:46:52,638 [read_version] DEBUG read version from /w/workspace/edgex-go/840/.semver/main [2025-05-26T04:46:52.907Z] 4.1.0-dev.14 [Pipeline] } [2025-05-26T04:46:52.910Z] $ docker exec --env ******** --env ******** f96f18e7eadc3188a3c7f22e88df8e5993ab2d8fbd079f80576a8b427d94a9f7 ssh-agent -k [2025-05-26T04:46:53.009Z] unset SSH_AUTH_SOCK; [2025-05-26T04:46:53.011Z] unset SSH_AGENT_PID; [2025-05-26T04:46:53.011Z] echo Agent pid 38 killed; [2025-05-26T04:46:53.026Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-26T04:46:53.344Z] + git semver [Pipeline] } [2025-05-26T04:46:53.920Z] $ docker stop --time=1 f96f18e7eadc3188a3c7f22e88df8e5993ab2d8fbd079f80576a8b427d94a9f7 [2025-05-26T04:46:55.217Z] $ docker rm -f --volumes f96f18e7eadc3188a3c7f22e88df8e5993ab2d8fbd079f80576a8b427d94a9f7 [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-05-26T04:46:55.732Z] + [ -d /w/workspace/edgex-go/840/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:46:56.029Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:46:56.894Z] ---> package-listing.sh [2025-05-26T04:46:56.894Z] ++ facter osfamily [2025-05-26T04:46:56.894Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-26T04:46:57.154Z] + OS_FAMILY=debian [2025-05-26T04:46:57.154Z] + workspace=/w/workspace/edgex-go/840 [2025-05-26T04:46:57.154Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-26T04:46:57.154Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-26T04:46:57.154Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-26T04:46:57.154Z] + PACKAGES=/tmp/packages_start.txt [2025-05-26T04:46:57.154Z] + '[' /w/workspace/edgex-go/840 ']' [2025-05-26T04:46:57.154Z] + PACKAGES=/tmp/packages_end.txt [2025-05-26T04:46:57.154Z] + case "${OS_FAMILY}" in [2025-05-26T04:46:57.154Z] + dpkg -l [2025-05-26T04:46:57.154Z] + grep '^ii' [2025-05-26T04:46:57.154Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-26T04:46:57.154Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-26T04:46:57.154Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-26T04:46:57.154Z] + '[' /w/workspace/edgex-go/840 ']' [2025-05-26T04:46:57.154Z] + mkdir -p /w/workspace/edgex-go/840/archives/ [2025-05-26T04:46:57.154Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/840/archives/ [Pipeline] echo [2025-05-26T04:46:57.165Z] 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/840/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-05-26T04:46:57.443Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:46:57.998Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T04:46:57.998Z] [2025-05-26T04:46:57.998Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T04:46:58.298Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T04:46:58.298Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-26T04:46:58.298Z] 5eb5b503b376: Pulling fs layer [2025-05-26T04:46:58.298Z] 5c69ac0246d0: Pulling fs layer [2025-05-26T04:46:58.298Z] ec43610c2a17: Pulling fs layer [2025-05-26T04:46:58.298Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-26T04:46:58.298Z] 33b1e0a273af: Pulling fs layer [2025-05-26T04:46:58.298Z] 5d3b04190fa2: Pulling fs layer [2025-05-26T04:46:58.298Z] 2f39f015ded8: Pulling fs layer [2025-05-26T04:46:58.298Z] 3a2ae6a8a46f: Waiting [2025-05-26T04:46:58.298Z] 33b1e0a273af: Waiting [2025-05-26T04:46:58.298Z] 5d3b04190fa2: Waiting [2025-05-26T04:46:58.298Z] 2f39f015ded8: Waiting [2025-05-26T04:46:58.298Z] 5c69ac0246d0: Download complete [2025-05-26T04:46:58.298Z] 3a2ae6a8a46f: Verifying Checksum [2025-05-26T04:46:58.298Z] 3a2ae6a8a46f: Download complete [2025-05-26T04:46:58.298Z] 33b1e0a273af: Verifying Checksum [2025-05-26T04:46:58.298Z] 33b1e0a273af: Download complete [2025-05-26T04:46:58.298Z] 5d3b04190fa2: Verifying Checksum [2025-05-26T04:46:58.298Z] 5d3b04190fa2: Download complete [2025-05-26T04:46:58.298Z] ec43610c2a17: Verifying Checksum [2025-05-26T04:46:58.298Z] ec43610c2a17: Download complete [2025-05-26T04:46:58.562Z] 5eb5b503b376: Verifying Checksum [2025-05-26T04:46:58.562Z] 5eb5b503b376: Download complete [2025-05-26T04:46:59.129Z] 2f39f015ded8: Verifying Checksum [2025-05-26T04:46:59.129Z] 2f39f015ded8: Download complete [2025-05-26T04:46:59.695Z] 5eb5b503b376: Pull complete [2025-05-26T04:46:59.953Z] 5c69ac0246d0: Pull complete [2025-05-26T04:47:00.211Z] ec43610c2a17: Pull complete [2025-05-26T04:47:00.211Z] 3a2ae6a8a46f: Pull complete [2025-05-26T04:47:00.469Z] 33b1e0a273af: Pull complete [2025-05-26T04:47:00.727Z] 5d3b04190fa2: Pull complete [2025-05-26T04:47:04.910Z] 2f39f015ded8: Pull complete [2025-05-26T04:47:04.910Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-26T04:47:04.910Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T04:47:04.910Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T04:47:05.012Z] prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container [2025-05-26T04:47:05.027Z] $ 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/840/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/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@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-05-26T04:47:06.911Z] $ docker top 9d02dda3f269449535965d30f9f7c7c3d2805001fb7a76a5559fd9c587dad1c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T04:47:07.267Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-26T04:47:07.552Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-26T04:47:07.834Z] + ls /var/log/sa-host [2025-05-26T04:47:07.834Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T04:47:07.871Z] provisioning config files... [2025-05-26T04:47:07.879Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/840@tmp/config3489633837612959866tmp [Pipeline] { [Pipeline] echo [2025-05-26T04:47:07.898Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:47:08.181Z] ---> create-netrc.sh [Pipeline] } [2025-05-26T04:47:08.189Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:47:08.501Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-26T04:47:08.510Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:47:08.791Z] ---> sudo-logs.sh [2025-05-26T04:47:08.791Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-05-26T04:47:08.817Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:47:09.101Z] ---> job-cost.sh [2025-05-26T04:47:09.102Z] lf-activate-venv: SKIPPING [2025-05-26T04:47:09.102Z] DEBUG: total: 0.10999999940395355 [2025-05-26T04:47:09.102Z] INFO: Retrieving Stack Cost... [2025-05-26T04:47:09.361Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-05-26T04:47:09.928Z] INFO: Archiving Costs [Pipeline] echo [2025-05-26T04:47:09.940Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T04:47:10.223Z] ---> logs-deploy.sh [2025-05-26T04:47:10.223Z] lf-activate-venv: SKIPPING [2025-05-26T04:47:10.223Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/840 [2025-05-26T04:47:10.223Z] INFO: archiving workspace using pattern(s): [2025-05-26T04:47:11.159Z] Archives upload complete. [2025-05-26T04:47:11.418Z] INFO: archiving logs to Nexus [2025-05-26T04:47:11.987Z] ---> uname -a: [2025-05-26T04:47:11.987Z] Linux prd-ubuntu20-04-docker-8c-8g-2261 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-05-26T04:47:11.987Z] [2025-05-26T04:47:11.987Z] [2025-05-26T04:47:11.987Z] ---> lscpu: [2025-05-26T04:47:11.987Z] Architecture: x86_64 [2025-05-26T04:47:11.987Z] CPU op-mode(s): 32-bit, 64-bit [2025-05-26T04:47:11.987Z] Byte Order: Little Endian [2025-05-26T04:47:11.987Z] Address sizes: 40 bits physical, 48 bits virtual [2025-05-26T04:47:11.987Z] CPU(s): 8 [2025-05-26T04:47:11.987Z] On-line CPU(s) list: 0-7 [2025-05-26T04:47:11.987Z] Thread(s) per core: 1 [2025-05-26T04:47:11.987Z] Core(s) per socket: 1 [2025-05-26T04:47:11.987Z] Socket(s): 8 [2025-05-26T04:47:11.987Z] NUMA node(s): 1 [2025-05-26T04:47:11.987Z] Vendor ID: AuthenticAMD [2025-05-26T04:47:11.987Z] CPU family: 23 [2025-05-26T04:47:11.987Z] Model: 49 [2025-05-26T04:47:11.987Z] Model name: AMD EPYC-Rome Processor [2025-05-26T04:47:11.987Z] Stepping: 0 [2025-05-26T04:47:11.987Z] CPU MHz: 2799.998 [2025-05-26T04:47:11.987Z] BogoMIPS: 5599.99 [2025-05-26T04:47:11.987Z] Virtualization: AMD-V [2025-05-26T04:47:11.987Z] Hypervisor vendor: KVM [2025-05-26T04:47:11.987Z] Virtualization type: full [2025-05-26T04:47:11.987Z] L1d cache: 256 KiB [2025-05-26T04:47:11.987Z] L1i cache: 256 KiB [2025-05-26T04:47:11.987Z] L2 cache: 4 MiB [2025-05-26T04:47:11.987Z] L3 cache: 128 MiB [2025-05-26T04:47:11.987Z] NUMA node0 CPU(s): 0-7 [2025-05-26T04:47:11.987Z] Vulnerability Itlb multihit: Not affected [2025-05-26T04:47:11.987Z] Vulnerability L1tf: Not affected [2025-05-26T04:47:11.987Z] Vulnerability Mds: Not affected [2025-05-26T04:47:11.987Z] Vulnerability Meltdown: Not affected [2025-05-26T04:47:11.987Z] Vulnerability Mmio stale data: Not affected [2025-05-26T04:47:11.987Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-05-26T04:47:11.987Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-05-26T04:47:11.987Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-05-26T04:47:11.987Z] Vulnerability Srbds: Not affected [2025-05-26T04:47:11.987Z] Vulnerability Tsx async abort: Not affected [2025-05-26T04:47:11.987Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-05-26T04:47:11.987Z] [2025-05-26T04:47:11.987Z] [2025-05-26T04:47:11.987Z] ---> nproc: [2025-05-26T04:47:11.987Z] 8 [2025-05-26T04:47:11.987Z] [2025-05-26T04:47:11.987Z] [2025-05-26T04:47:11.987Z] ---> df -h: [2025-05-26T04:47:11.987Z] Filesystem Size Used Avail Use% Mounted on [2025-05-26T04:47:11.987Z] overlay 155G 31G 125G 20% / [2025-05-26T04:47:11.987Z] tmpfs 64M 0 64M 0% /dev [2025-05-26T04:47:11.987Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-05-26T04:47:11.987Z] shm 64M 0 64M 0% /dev/shm [2025-05-26T04:47:11.987Z] /dev/vda1 155G 31G 125G 20% /facter-os [2025-05-26T04:47:11.987Z] [2025-05-26T04:47:11.987Z] [2025-05-26T04:47:11.987Z] ---> sar -b -r -n DEV: [2025-05-26T04:47:11.987Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2261) 05/26/25 _x86_64_ (8 CPU) [2025-05-26T04:47:11.987Z] [2025-05-26T04:47:11.987Z] 03:57:39 LINUX RESTART (8 CPU) [2025-05-26T04:47:11.988Z] [2025-05-26T04:47:11.988Z] 03:58:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-05-26T04:47:11.988Z] 03:59:01 353.60 39.42 314.18 0.00 4377.97 88899.78 0.00 [2025-05-26T04:47:11.988Z] 04:00:01 151.74 1.43 150.31 0.00 18.66 33126.08 0.00 [2025-05-26T04:47:11.988Z] 04:01:01 48.01 0.00 48.01 0.00 0.00 35883.64 0.00 [2025-05-26T04:47:11.988Z] 04:02:01 36.73 0.15 36.58 0.00 2.40 21278.05 0.00 [2025-05-26T04:47:11.988Z] 04:03:01 733.81 13.36 720.44 0.00 2490.24 275471.64 0.00 [2025-05-26T04:47:11.988Z] 04:04:01 774.71 9.43 765.28 0.00 334.23 229290.29 0.00 [2025-05-26T04:47:11.988Z] 04:05:01 537.56 0.08 537.48 0.00 0.67 142318.44 0.00 [2025-05-26T04:47:11.988Z] 04:06:01 438.47 0.02 438.45 0.00 0.13 136804.53 0.00 [2025-05-26T04:47:11.988Z] 04:07:01 324.90 0.12 324.78 0.00 19.20 17291.52 0.00 [2025-05-26T04:47:11.988Z] 04:08:01 22.80 0.02 22.78 0.00 0.53 590.43 0.00 [2025-05-26T04:47:11.988Z] 04:09:01 1.80 0.00 1.80 0.00 0.00 19.46 0.00 [2025-05-26T04:47:11.988Z] 04:10:01 2.17 0.00 2.17 0.00 0.00 28.40 0.00 [2025-05-26T04:47:11.988Z] 04:11:01 1.35 0.00 1.35 0.00 0.00 14.66 0.00 [2025-05-26T04:47:11.988Z] 04:12:01 2.02 0.00 2.02 0.00 0.00 22.66 0.00 [2025-05-26T04:47:11.988Z] 04:13:01 2.42 0.02 2.40 0.00 0.13 29.86 0.00 [2025-05-26T04:47:11.988Z] 04:14:01 1.87 0.00 1.87 0.00 0.00 21.86 0.00 [2025-05-26T04:47:11.988Z] 04:15:01 1.00 0.00 1.00 0.00 0.00 12.13 0.00 [2025-05-26T04:47:11.988Z] 04:16:01 0.88 0.00 0.88 0.00 0.00 10.66 0.00 [2025-05-26T04:47:11.988Z] 04:17:01 1.47 0.02 1.45 0.00 0.13 16.93 0.00 [2025-05-26T04:47:11.988Z] 04:18:01 1.65 0.00 1.65 0.00 0.00 18.80 0.00 [2025-05-26T04:47:11.988Z] 04:19:01 1.53 0.00 1.53 0.00 0.00 18.13 0.00 [2025-05-26T04:47:11.988Z] 04:20:01 1.98 0.00 1.98 0.00 0.00 22.93 0.00 [2025-05-26T04:47:11.988Z] 04:21:01 1.30 0.00 1.30 0.00 0.00 14.13 0.00 [2025-05-26T04:47:11.988Z] 04:22:01 2.03 0.00 2.03 0.00 0.00 23.20 0.00 [2025-05-26T04:47:11.988Z] 04:23:01 1.52 0.00 1.52 0.00 0.00 17.20 0.00 [2025-05-26T04:47:11.988Z] 04:24:01 2.05 0.00 2.05 0.00 0.00 22.93 0.00 [2025-05-26T04:47:11.988Z] 04:25:01 1.37 0.00 1.37 0.00 0.00 15.46 0.00 [2025-05-26T04:47:11.988Z] 04:26:01 1.98 0.00 1.98 0.00 0.00 22.53 0.00 [2025-05-26T04:47:11.988Z] 04:27:01 1.40 0.00 1.40 0.00 0.00 15.86 0.00 [2025-05-26T04:47:11.988Z] 04:28:01 2.07 0.00 2.07 0.00 0.00 23.46 0.00 [2025-05-26T04:47:11.988Z] 04:29:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 [2025-05-26T04:47:11.988Z] 04:30:01 2.03 0.00 2.03 0.00 0.00 22.93 0.00 [2025-05-26T04:47:11.988Z] 04:31:01 1.28 0.00 1.28 0.00 0.00 14.80 0.00 [2025-05-26T04:47:11.988Z] 04:32:01 0.98 0.00 0.98 0.00 0.00 12.66 0.00 [2025-05-26T04:47:11.988Z] 04:33:01 1.65 0.00 1.65 0.00 0.00 18.93 0.00 [2025-05-26T04:47:11.988Z] 04:34:01 2.45 0.37 2.08 0.00 11.46 24.26 0.00 [2025-05-26T04:47:11.988Z] 04:35:01 2.53 1.20 1.33 0.00 25.46 16.80 0.00 [2025-05-26T04:47:11.988Z] 04:36:01 2.05 0.00 2.05 0.00 0.00 24.80 0.00 [2025-05-26T04:47:11.988Z] 04:37:01 1.38 0.00 1.38 0.00 0.00 16.00 0.00 [2025-05-26T04:47:11.988Z] 04:38:01 2.08 0.00 2.08 0.00 0.00 23.33 0.00 [2025-05-26T04:47:11.988Z] 04:39:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 [2025-05-26T04:47:11.988Z] 04:40:01 2.05 0.00 2.05 0.00 0.00 22.80 0.00 [2025-05-26T04:47:11.988Z] 04:41:01 1.45 0.00 1.45 0.00 0.00 16.66 0.00 [2025-05-26T04:47:11.988Z] 04:42:01 2.03 0.00 2.03 0.00 0.00 23.99 0.00 [2025-05-26T04:47:11.988Z] 04:43:01 1.37 0.00 1.37 0.00 0.00 15.06 0.00 [2025-05-26T04:47:11.988Z] 04:44:01 1.62 0.00 1.62 0.00 0.00 19.20 0.00 [2025-05-26T04:47:11.988Z] 04:45:01 1.27 0.00 1.27 0.00 0.00 13.60 0.00 [2025-05-26T04:47:11.988Z] 04:46:01 4.30 0.07 4.23 0.00 7.87 601.23 0.00 [2025-05-26T04:47:11.988Z] 04:47:01 223.91 0.40 223.51 0.00 18.00 61369.51 0.00 [2025-05-26T04:47:11.988Z] Average: 75.70 1.34 74.36 0.00 147.69 21279.90 0.00 [2025-05-26T04:47:11.988Z] [2025-05-26T04:47:11.988Z] 03:58:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-05-26T04:47:11.988Z] 03:59:01 28365768 31542584 775640 2.36 76548 3355304 1850956 5.45 1087484 3024396 84 [2025-05-26T04:47:11.988Z] 04:00:01 26681408 31362316 942936 2.87 129160 4664384 2198020 6.48 2009008 3632872 1080248 [2025-05-26T04:47:11.988Z] 04:01:01 26549172 31470268 832756 2.53 131860 4881644 1925288 5.67 1632820 4118828 768624 [2025-05-26T04:47:11.988Z] 04:02:01 26100272 31403344 897824 2.73 135712 5224276 1966052 5.79 1862800 4304848 522148 [2025-05-26T04:47:11.988Z] 04:03:01 18501752 31032956 1200712 3.65 257884 11961332 3776316 11.13 2788064 10513092 985344 [2025-05-26T04:47:11.988Z] 04:04:01 8508824 28474156 3705804 11.27 407200 18675124 10966648 32.32 6457232 16190692 1451700 [2025-05-26T04:47:11.988Z] 04:05:01 4855252 27362276 4819200 14.66 422612 21103212 10389816 30.62 8643764 17564212 54724 [2025-05-26T04:47:11.988Z] 04:06:01 5841728 30664236 1541304 4.69 435792 23409136 4040784 11.91 5705708 19566652 1464 [2025-05-26T04:47:11.988Z] 04:07:01 8296688 31415728 830612 2.53 440804 21858968 2244352 6.61 3592216 19438920 764 [2025-05-26T04:47:11.988Z] 04:08:01 8311988 31432104 813884 2.48 441732 21859216 2106108 6.21 3991336 19022576 248 [2025-05-26T04:47:11.988Z] 04:09:01 8315076 31435316 810636 2.47 441748 21859232 2106108 6.21 3988060 19022584 12 [2025-05-26T04:47:11.988Z] 04:10:01 8314820 31435236 810584 2.47 441816 21859364 2106108 6.21 3988336 19022720 8 [2025-05-26T04:47:11.988Z] 04:11:01 8323120 31443576 802788 2.44 441872 21859364 2106108 6.21 3979944 19022716 8 [2025-05-26T04:47:11.988Z] 04:12:01 8323980 31444556 801996 2.44 441956 21859368 2106108 6.21 3980036 19022728 8 [2025-05-26T04:47:11.988Z] 04:13:01 8329016 31449668 797212 2.42 442028 21859336 2142844 6.32 3974636 19022696 4 [2025-05-26T04:47:11.988Z] 04:14:01 8329512 31450212 796592 2.42 442076 21859352 2142844 6.32 3974716 19022700 4 [2025-05-26T04:47:11.988Z] 04:15:01 8328944 31449708 796976 2.42 442100 21859356 2142844 6.32 3974708 19022708 12 [2025-05-26T04:47:11.988Z] 04:16:01 8329136 31450012 796792 2.42 442112 21859484 2142844 6.32 3974776 19022788 188 [2025-05-26T04:47:11.988Z] 04:17:01 8329252 31450200 796492 2.42 442160 21859488 2142844 6.32 3975248 19022844 240 [2025-05-26T04:47:11.988Z] 04:18:01 8329316 31450312 796420 2.42 442192 21859488 2142844 6.32 3974464 19022848 172 [2025-05-26T04:47:11.988Z] 04:19:01 8329300 31450400 796328 2.42 442264 21859492 2142844 6.32 3974624 19022860 8 [2025-05-26T04:47:11.988Z] 04:20:01 8329504 31450664 796000 2.42 442332 21859488 2142844 6.32 3974608 19022868 8 [2025-05-26T04:47:11.988Z] 04:21:01 8329708 31450924 795664 2.42 442396 21859496 2142844 6.32 3974660 19022872 8 [2025-05-26T04:47:11.988Z] 04:22:01 8329612 31450888 795628 2.42 442456 21859500 2142844 6.32 3974728 19022880 8 [2025-05-26T04:47:11.988Z] 04:23:01 8329288 31450612 795772 2.42 442516 21859496 2142844 6.32 3975028 19022888 8 [2025-05-26T04:47:11.988Z] 04:24:01 8329552 31450924 795676 2.42 442560 21859500 2126404 6.27 3974904 19022860 8 [2025-05-26T04:47:11.988Z] 04:25:01 8329568 31451000 795556 2.42 442620 21859512 2126404 6.27 3974892 19022868 8 [2025-05-26T04:47:11.988Z] 04:26:01 8329456 31450948 795560 2.42 442664 21859516 2142472 6.31 3974952 19022876 8 [2025-05-26T04:47:11.988Z] 04:27:01 8329624 31451184 795508 2.42 442692 21859520 2142472 6.31 3975012 19022884 8 [2025-05-26T04:47:11.988Z] 04:28:01 8329436 31451088 795708 2.42 442744 21859512 2142472 6.31 3975128 19022888 8 [2025-05-26T04:47:11.988Z] 04:29:01 8329396 31451056 795680 2.42 442772 21859524 2142472 6.31 3975148 19022876 188 [2025-05-26T04:47:11.988Z] 04:30:01 8329536 31451288 795340 2.42 442836 21859524 2158532 6.36 3975140 19022880 8 [2025-05-26T04:47:11.988Z] 04:31:01 8329488 31451304 795280 2.42 442884 21859520 2158532 6.36 3975192 19022888 8 [2025-05-26T04:47:11.988Z] 04:32:01 8328920 31450740 795760 2.42 442896 21859536 2158532 6.36 3975252 19022892 180 [2025-05-26T04:47:11.988Z] 04:33:01 8329172 31451044 795428 2.42 442932 21859520 2158532 6.36 3975236 19022900 8 [2025-05-26T04:47:11.988Z] 04:34:01 8328868 31451172 795468 2.42 442996 21859876 2158532 6.36 3978268 19023016 8 [2025-05-26T04:47:11.988Z] 04:35:01 8321184 31445268 801212 2.44 443052 21860644 2158532 6.36 3984232 19023240 8 [2025-05-26T04:47:11.988Z] 04:36:01 8321128 31445272 801140 2.44 443100 21860648 2158532 6.36 3984248 19023188 8 [2025-05-26T04:47:11.988Z] 04:37:01 8320860 31445052 801412 2.44 443160 21860652 2158532 6.36 3984072 19023192 4 [2025-05-26T04:47:11.988Z] 04:38:01 8320528 31444780 801632 2.44 443224 21860640 2158532 6.36 3984152 19023196 8 [2025-05-26T04:47:11.988Z] 04:39:01 8320488 31444776 801552 2.44 443260 21860656 2158532 6.36 3984252 19023188 8 [2025-05-26T04:47:11.988Z] 04:40:01 8320228 31444548 801692 2.44 443320 21860656 2158532 6.36 3984160 19023188 156 [2025-05-26T04:47:11.988Z] 04:41:01 8320412 31444832 801608 2.44 443384 21860664 2158532 6.36 3984340 19023192 8 [2025-05-26T04:47:11.988Z] 04:42:01 8319836 31444320 802068 2.44 443448 21860672 2158532 6.36 3984340 19023196 24 [2025-05-26T04:47:11.988Z] 04:43:01 8320080 31444632 801704 2.44 443504 21860672 2158532 6.36 3984408 19023196 8 [2025-05-26T04:47:11.988Z] 04:44:01 8319992 31444620 801712 2.44 443536 21860676 2158532 6.36 3984528 19023208 44 [2025-05-26T04:47:11.988Z] 04:45:01 8319692 31444460 801784 2.44 443576 21860804 2158532 6.36 3984492 19023324 8 [2025-05-26T04:47:11.988Z] 04:46:01 7754036 31381068 863980 2.63 447068 22323788 2458568 7.25 4042644 19487268 473628 [2025-05-26T04:47:11.988Z] 04:47:01 6380100 31368088 875052 2.66 475116 23534648 2460460 7.25 4138104 20641112 396160 [2025-05-26T04:47:11.988Z] Average: 9881511 31275015 972532 2.96 411850 20238057 2566088 7.56 3942165 17578659 117073 [2025-05-26T04:47:11.988Z] [2025-05-26T04:47:11.988Z] 03:58:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-05-26T04:47:11.988Z] 03:59:01 docker0 634.59 578.34 44.01 3033.90 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 03:59:01 ens3 1777.68 1638.72 13865.39 202.81 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 03:59:01 lo 5.02 5.02 0.49 0.49 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:00:01 docker0 197.28 275.69 17.09 1661.06 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:00:01 ens3 307.90 215.36 1691.05 32.29 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:00:01 vethab43e36 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:01:01 docker0 1.10 1.10 0.08 0.10 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:01:01 ens3 37.08 25.60 29.64 15.93 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:01:01 vethab43e36 1.10 1.12 0.10 0.10 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:02:01 ens3 21.81 14.71 18.44 11.49 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:02:01 vethab43e36 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:03:01 veth59b0352 45.15 78.57 4.56 430.92 0.00 0.00 0.00 0.04 [2025-05-26T04:47:11.988Z] 04:03:01 docker0 328.02 557.96 26.95 3953.06 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:03:01 ens3 864.25 527.94 9323.20 232.66 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:03:01 vethfe86bda 0.63 1.38 0.06 0.28 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:03:01 lo 1.73 1.73 0.18 0.18 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:03:01 veth9fc4338 45.57 75.14 4.53 417.88 0.00 0.00 0.00 0.03 [2025-05-26T04:47:11.988Z] 04:03:01 veth502d7b6 47.05 75.82 4.64 425.12 0.00 0.00 0.00 0.03 [2025-05-26T04:47:11.988Z] 04:03:01 veth79650e3 42.59 72.34 4.34 421.38 0.00 0.00 0.00 0.03 [2025-05-26T04:47:11.988Z] 04:03:01 veth9513159 43.22 74.66 4.39 424.71 0.00 0.00 0.00 0.03 [2025-05-26T04:47:11.988Z] 04:03:01 vetha55cb1c 44.12 74.23 4.45 419.67 0.00 0.00 0.00 0.03 [2025-05-26T04:47:11.988Z] 04:04:01 docker0 198.55 380.99 18.03 4832.90 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:04:01 veth18b36a4 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:04:01 vetha258c8a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:04:01 veth0ab559f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:04:01 ens3 396.10 206.85 4844.95 27.22 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:04:01 vethfe86bda 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:04:01 veth21a0163 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:04:01 veth1f3c9f6 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:04:01 veth6252076 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:04:01 veth9b24a06 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:04:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:04:01 vethdbfc1be 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:04:01 veth4c7dc49 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:04:01 vethcb1ffcf 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:04:01 veth1427bf9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:04:01 vethe1ce529 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:05:01 veth18b36a4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:05:01 vetha258c8a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:05:01 veth0ab559f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:05:01 ens3 3.90 1.95 3.19 1.75 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:05:01 vethfe86bda 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:05:01 veth21a0163 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:05:01 veth1f3c9f6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:05:01 veth6252076 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:05:01 veth9b24a06 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:05:01 veth4c7dc49 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:05:01 vethcb1ffcf 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:05:01 veth1427bf9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:06:01 veth18b36a4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:06:01 ens3 9.03 4.76 7.32 3.94 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:06:01 vethfe86bda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:06:01 veth1f3c9f6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:06:01 veth9b24a06 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:06:01 veth4c7dc49 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:06:01 veth3f0d502 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:06:01 veth1427bf9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:06:01 vetha27cd57 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:07:01 ens3 423.83 414.43 232.20 1650.06 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:07:01 lo 52.26 52.26 5.16 5.16 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:08:01 ens3 339.06 326.75 144.87 2129.21 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:08:01 lo 28.73 28.73 2.83 2.83 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:09:01 ens3 0.58 0.10 0.12 0.07 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:10:01 ens3 0.82 0.72 1.70 0.23 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:11:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:12:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:14:01 ens3 0.30 0.27 0.09 0.08 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:15:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:16:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:17:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:18:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:19:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:20:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:21:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:24:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:25:01 ens3 0.17 0.05 0.12 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:27:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:28:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:29:01 ens3 0.28 0.13 0.14 0.07 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.988Z] 04:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:31:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:32:01 ens3 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:33:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:34:01 ens3 1.20 0.78 0.95 0.44 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:35:01 ens3 4.97 3.43 3.69 4.57 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:35:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:36:01 ens3 2.17 1.80 1.24 1.43 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:39:01 ens3 0.30 0.18 0.16 0.07 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:40:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:42:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:43:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:44:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:45:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:46:01 ens3 123.13 70.50 3918.62 10.74 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:46:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:47:01 docker0 57.52 96.55 5.71 876.41 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:47:01 ens3 388.32 270.87 6672.58 168.51 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] 04:47:01 lo 2.33 2.33 0.25 0.25 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] Average: docker0 28.71 38.40 2.27 292.11 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] Average: ens3 95.46 75.55 827.43 91.67 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] Average: lo 1.96 1.96 0.19 0.19 0.00 0.00 0.00 0.00 [2025-05-26T04:47:11.989Z] [2025-05-26T04:47:11.989Z] [2025-05-26T04:47:11.989Z] ---> sar -P ALL: [2025-05-26T04:47:11.989Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2261) 05/26/25 _x86_64_ (8 CPU) [2025-05-26T04:47:11.989Z] [2025-05-26T04:47:11.989Z] 03:57:39 LINUX RESTART (8 CPU) [2025-05-26T04:47:11.989Z] [2025-05-26T04:47:11.989Z] 03:58:02 CPU %user %nice %system %iowait %steal %idle [2025-05-26T04:47:11.989Z] 03:59:01 all 12.20 0.00 4.42 2.34 0.06 80.99 [2025-05-26T04:47:11.989Z] 03:59:01 0 13.01 0.00 4.14 0.59 0.05 82.21 [2025-05-26T04:47:11.989Z] 03:59:01 1 13.63 0.00 2.63 1.01 0.07 82.66 [2025-05-26T04:47:11.989Z] 03:59:01 2 14.15 0.00 4.67 1.39 0.05 79.74 [2025-05-26T04:47:11.989Z] 03:59:01 3 11.47 0.00 4.09 3.74 0.05 80.65 [2025-05-26T04:47:11.989Z] 03:59:01 4 10.27 0.00 6.09 3.63 0.07 79.95 [2025-05-26T04:47:11.989Z] 03:59:01 5 8.87 0.00 3.82 0.60 0.05 86.65 [2025-05-26T04:47:11.989Z] 03:59:01 6 10.57 0.00 5.09 3.94 0.05 80.35 [2025-05-26T04:47:11.989Z] 03:59:01 7 15.67 0.00 4.79 3.79 0.05 75.69 [2025-05-26T04:47:11.989Z] 04:00:01 all 39.93 0.00 7.49 0.64 0.08 51.85 [2025-05-26T04:47:11.989Z] 04:00:01 0 39.28 0.00 6.87 0.02 0.08 53.75 [2025-05-26T04:47:11.989Z] 04:00:01 1 39.35 0.00 8.33 0.35 0.07 51.90 [2025-05-26T04:47:11.989Z] 04:00:01 2 39.04 0.00 7.89 0.02 0.08 52.97 [2025-05-26T04:47:11.989Z] 04:00:01 3 42.49 0.00 6.75 0.07 0.08 50.62 [2025-05-26T04:47:11.989Z] 04:00:01 4 39.32 0.00 7.38 0.10 0.08 53.11 [2025-05-26T04:47:11.989Z] 04:00:01 5 42.15 0.00 7.40 0.03 0.08 50.33 [2025-05-26T04:47:11.989Z] 04:00:01 6 38.48 0.00 7.59 0.03 0.08 53.81 [2025-05-26T04:47:11.989Z] 04:00:01 7 39.36 0.00 7.74 4.49 0.08 48.33 [2025-05-26T04:47:11.989Z] 04:01:01 all 41.66 0.00 7.02 0.41 0.08 50.83 [2025-05-26T04:47:11.989Z] 04:01:01 0 41.59 0.00 7.06 0.00 0.07 51.29 [2025-05-26T04:47:11.989Z] 04:01:01 1 38.63 0.00 7.22 0.00 0.07 54.08 [2025-05-26T04:47:11.989Z] 04:01:01 2 44.32 0.00 7.19 0.00 0.08 48.40 [2025-05-26T04:47:11.989Z] 04:01:01 3 39.70 0.00 6.61 0.00 0.07 53.62 [2025-05-26T04:47:11.989Z] 04:01:01 4 41.91 0.00 6.25 0.00 0.08 51.75 [2025-05-26T04:47:11.989Z] 04:01:01 5 39.49 0.00 6.85 2.47 0.07 51.12 [2025-05-26T04:47:11.989Z] 04:01:01 6 43.16 0.00 6.88 0.00 0.08 49.87 [2025-05-26T04:47:11.989Z] 04:01:01 7 44.49 0.00 8.08 0.84 0.08 46.51 [2025-05-26T04:47:11.989Z] 04:02:01 all 55.61 0.00 7.20 0.10 0.08 37.01 [2025-05-26T04:47:11.989Z] 04:02:01 0 55.95 0.00 7.32 0.03 0.08 36.61 [2025-05-26T04:47:11.989Z] 04:02:01 1 54.66 0.00 7.46 0.02 0.08 37.78 [2025-05-26T04:47:11.989Z] 04:02:01 2 55.54 0.00 6.85 0.05 0.07 37.50 [2025-05-26T04:47:11.989Z] 04:02:01 3 54.99 0.00 6.81 0.00 0.08 38.11 [2025-05-26T04:47:11.989Z] 04:02:01 4 56.80 0.00 7.35 0.00 0.08 35.77 [2025-05-26T04:47:11.989Z] 04:02:01 5 58.16 0.00 7.51 0.62 0.08 33.62 [2025-05-26T04:47:11.989Z] 04:02:01 6 53.47 0.00 7.00 0.00 0.08 39.45 [2025-05-26T04:47:11.989Z] 04:02:01 7 55.26 0.00 7.35 0.07 0.08 37.24 [2025-05-26T04:47:11.989Z] 04:03:01 all 28.90 0.00 11.26 8.91 0.09 50.85 [2025-05-26T04:47:11.989Z] 04:03:01 0 29.41 0.00 11.31 5.63 0.10 53.54 [2025-05-26T04:47:11.989Z] 04:03:01 1 28.68 0.00 11.31 7.06 0.08 52.86 [2025-05-26T04:47:11.989Z] 04:03:01 2 28.10 0.00 11.08 20.21 0.10 40.51 [2025-05-26T04:47:11.989Z] 04:03:01 3 28.92 0.00 10.01 4.46 0.07 56.53 [2025-05-26T04:47:11.989Z] 04:03:01 4 28.61 0.00 11.08 6.10 0.08 54.13 [2025-05-26T04:47:11.989Z] 04:03:01 5 29.58 0.00 11.02 11.53 0.08 47.79 [2025-05-26T04:47:11.989Z] 04:03:01 6 30.24 0.00 11.27 8.03 0.08 50.37 [2025-05-26T04:47:11.989Z] 04:03:01 7 27.64 0.00 13.01 8.32 0.08 50.95 [2025-05-26T04:47:11.989Z] 04:04:01 all 54.47 0.00 11.05 9.24 0.09 25.15 [2025-05-26T04:47:11.989Z] 04:04:01 0 54.56 0.00 11.26 12.29 0.12 21.77 [2025-05-26T04:47:11.989Z] 04:04:01 1 54.86 0.00 10.53 5.05 0.08 29.48 [2025-05-26T04:47:11.989Z] 04:04:01 2 54.41 0.00 11.36 7.90 0.07 26.26 [2025-05-26T04:47:11.989Z] 04:04:01 3 54.71 0.00 10.35 13.24 0.08 21.62 [2025-05-26T04:47:11.989Z] 04:04:01 4 53.92 0.00 10.99 16.89 0.08 18.11 [2025-05-26T04:47:11.989Z] 04:04:01 5 54.65 0.00 11.05 3.01 0.08 31.21 [2025-05-26T04:47:11.989Z] 04:04:01 6 54.67 0.00 11.25 10.16 0.10 23.82 [2025-05-26T04:47:11.989Z] 04:04:01 7 53.96 0.00 11.62 5.46 0.10 28.85 [2025-05-26T04:47:11.989Z] 04:05:01 all 90.21 0.00 9.69 0.00 0.10 0.00 [2025-05-26T04:47:11.989Z] 04:05:01 0 90.90 0.00 9.00 0.00 0.10 0.00 [2025-05-26T04:47:11.989Z] 04:05:01 1 90.33 0.00 9.58 0.00 0.08 0.00 [2025-05-26T04:47:11.989Z] 04:05:01 2 90.17 0.00 9.73 0.00 0.10 0.00 [2025-05-26T04:47:11.989Z] 04:05:01 3 89.67 0.00 10.23 0.00 0.10 0.00 [2025-05-26T04:47:11.989Z] 04:05:01 4 90.47 0.00 9.43 0.00 0.10 0.00 [2025-05-26T04:47:11.989Z] 04:05:01 5 91.03 0.00 8.88 0.00 0.08 0.00 [2025-05-26T04:47:11.989Z] 04:05:01 6 90.10 0.00 9.78 0.00 0.12 0.00 [2025-05-26T04:47:11.989Z] 04:05:01 7 89.00 0.00 10.88 0.00 0.12 0.00 [2025-05-26T04:47:11.989Z] 04:06:01 all 89.51 0.00 9.91 0.19 0.10 0.29 [2025-05-26T04:47:11.989Z] 04:06:01 0 88.32 0.00 11.03 0.20 0.08 0.37 [2025-05-26T04:47:11.989Z] 04:06:01 1 90.40 0.00 9.15 0.12 0.10 0.23 [2025-05-26T04:47:11.989Z] 04:06:01 2 89.93 0.00 9.45 0.23 0.10 0.28 [2025-05-26T04:47:11.989Z] 04:06:01 3 88.83 0.00 10.52 0.25 0.10 0.30 [2025-05-26T04:47:11.989Z] 04:06:01 4 89.89 0.00 9.47 0.08 0.10 0.45 [2025-05-26T04:47:11.989Z] 04:06:01 5 90.61 0.00 8.91 0.03 0.10 0.35 [2025-05-26T04:47:11.989Z] 04:06:01 6 90.07 0.00 9.38 0.25 0.12 0.18 [2025-05-26T04:47:11.989Z] 04:06:01 7 88.04 0.00 11.34 0.37 0.13 0.12 [2025-05-26T04:47:11.989Z] 04:07:01 all 8.45 0.00 2.00 0.67 0.06 88.81 [2025-05-26T04:47:11.989Z] 04:07:01 0 8.28 0.00 1.89 0.20 0.07 89.57 [2025-05-26T04:47:11.989Z] 04:07:01 1 8.92 0.00 2.20 0.59 0.08 88.22 [2025-05-26T04:47:11.989Z] 04:07:01 2 9.95 0.00 2.21 0.74 0.07 87.04 [2025-05-26T04:47:11.989Z] 04:07:01 3 7.84 0.00 2.02 0.77 0.05 89.32 [2025-05-26T04:47:11.989Z] 04:07:01 4 7.16 0.00 1.95 1.63 0.07 89.20 [2025-05-26T04:47:11.989Z] 04:07:01 5 8.41 0.00 1.89 0.57 0.07 89.06 [2025-05-26T04:47:11.989Z] 04:07:01 6 8.06 0.00 1.73 0.37 0.05 89.80 [2025-05-26T04:47:11.989Z] 04:07:01 7 9.00 0.00 2.16 0.47 0.05 88.32 [2025-05-26T04:47:11.989Z] 04:08:01 all 8.20 0.00 0.66 0.08 0.05 91.01 [2025-05-26T04:47:11.989Z] 04:08:01 0 6.72 0.00 0.72 0.18 0.05 92.32 [2025-05-26T04:47:11.989Z] 04:08:01 1 12.18 0.00 0.68 0.07 0.05 87.02 [2025-05-26T04:47:11.989Z] 04:08:01 2 10.03 0.00 0.84 0.02 0.07 89.05 [2025-05-26T04:47:11.989Z] 04:08:01 3 9.52 0.00 0.70 0.10 0.05 89.63 [2025-05-26T04:47:11.989Z] 04:08:01 4 4.95 0.00 0.60 0.03 0.05 94.37 [2025-05-26T04:47:11.989Z] 04:08:01 5 9.85 0.00 0.60 0.07 0.05 89.43 [2025-05-26T04:47:11.989Z] 04:08:01 6 7.00 0.00 0.65 0.02 0.05 92.28 [2025-05-26T04:47:11.989Z] 04:08:01 7 5.31 0.00 0.50 0.13 0.05 94.00 [2025-05-26T04:47:11.989Z] 04:09:01 all 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T04:47:11.989Z] 04:09:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-05-26T04:47:11.989Z] 04:09:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.989Z] 04:09:01 2 0.00 0.00 0.03 0.00 0.02 99.95 [2025-05-26T04:47:11.989Z] 04:09:01 3 0.08 0.00 0.05 0.00 0.03 99.83 [2025-05-26T04:47:11.989Z] 04:09:01 4 0.05 0.00 0.02 0.00 0.03 99.90 [2025-05-26T04:47:11.989Z] 04:09:01 5 0.05 0.00 0.03 0.02 0.02 99.88 [2025-05-26T04:47:11.989Z] 04:09:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.989Z] 04:09:01 7 0.00 0.00 0.02 0.02 0.02 99.95 [2025-05-26T04:47:11.989Z] [2025-05-26T04:47:11.989Z] 04:09:01 CPU %user %nice %system %iowait %steal %idle [2025-05-26T04:47:11.989Z] 04:10:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-05-26T04:47:11.989Z] 04:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.989Z] 04:10:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.989Z] 04:10:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T04:47:11.989Z] 04:10:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-05-26T04:47:11.989Z] 04:10:01 4 0.03 0.00 0.00 0.02 0.03 99.92 [2025-05-26T04:47:11.989Z] 04:10:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2025-05-26T04:47:11.989Z] 04:10:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T04:47:11.989Z] 04:10:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2025-05-26T04:47:11.989Z] 04:11:01 all 0.02 0.00 0.00 0.01 0.02 99.95 [2025-05-26T04:47:11.989Z] 04:11:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.989Z] 04:11:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.989Z] 04:11:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.989Z] 04:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.989Z] 04:11:01 4 0.02 0.00 0.02 0.02 0.05 99.90 [2025-05-26T04:47:11.989Z] 04:11:01 5 0.05 0.00 0.00 0.00 0.03 99.92 [2025-05-26T04:47:11.989Z] 04:11:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T04:47:11.989Z] 04:11:01 7 0.02 0.00 0.00 0.05 0.00 99.93 [2025-05-26T04:47:11.989Z] 04:12:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2025-05-26T04:47:11.989Z] 04:12:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-05-26T04:47:11.989Z] 04:12:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2025-05-26T04:47:11.989Z] 04:12:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T04:47:11.989Z] 04:12:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2025-05-26T04:47:11.989Z] 04:12:01 4 0.02 0.00 0.02 0.00 0.03 99.93 [2025-05-26T04:47:11.989Z] 04:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.989Z] 04:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.989Z] 04:12:01 7 0.00 0.00 0.00 0.03 0.00 99.97 [2025-05-26T04:47:11.989Z] 04:13:01 all 0.16 0.00 0.03 0.01 0.01 99.79 [2025-05-26T04:47:11.989Z] 04:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-05-26T04:47:11.989Z] 04:13:01 1 0.02 0.00 0.05 0.00 0.02 99.92 [2025-05-26T04:47:11.989Z] 04:13:01 2 0.02 0.00 0.05 0.00 0.02 99.92 [2025-05-26T04:47:11.989Z] 04:13:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-05-26T04:47:11.989Z] 04:13:01 4 1.01 0.00 0.07 0.00 0.03 98.89 [2025-05-26T04:47:11.989Z] 04:13:01 5 0.05 0.00 0.02 0.03 0.02 99.88 [2025-05-26T04:47:11.989Z] 04:13:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T04:47:11.989Z] 04:13:01 7 0.03 0.00 0.00 0.03 0.00 99.93 [2025-05-26T04:47:11.989Z] 04:14:01 all 0.26 0.00 0.01 0.01 0.02 99.71 [2025-05-26T04:47:11.989Z] 04:14:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.989Z] 04:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.989Z] 04:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.989Z] 04:14:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2025-05-26T04:47:11.989Z] 04:14:01 4 1.97 0.00 0.00 0.00 0.03 98.00 [2025-05-26T04:47:11.989Z] 04:14:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2025-05-26T04:47:11.989Z] 04:14:01 6 0.03 0.00 0.03 0.00 0.03 99.90 [2025-05-26T04:47:11.989Z] 04:14:01 7 0.02 0.00 0.02 0.03 0.02 99.92 [2025-05-26T04:47:11.989Z] 04:15:01 all 0.28 0.00 0.01 0.00 0.01 99.69 [2025-05-26T04:47:11.989Z] 04:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.989Z] 04:15:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-05-26T04:47:11.989Z] 04:15:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.989Z] 04:15:01 3 0.03 0.00 0.02 0.02 0.02 99.92 [2025-05-26T04:47:11.989Z] 04:15:01 4 2.02 0.00 0.03 0.00 0.03 97.92 [2025-05-26T04:47:11.989Z] 04:15:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2025-05-26T04:47:11.989Z] 04:15:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T04:47:11.989Z] 04:15:01 7 0.05 0.00 0.02 0.02 0.00 99.92 [2025-05-26T04:47:11.989Z] 04:16:01 all 0.25 0.00 0.01 0.01 0.01 99.72 [2025-05-26T04:47:11.989Z] 04:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T04:47:11.989Z] 04:16:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.989Z] 04:16:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T04:47:11.989Z] 04:16:01 3 0.00 0.00 0.00 0.03 0.00 99.97 [2025-05-26T04:47:11.989Z] 04:16:01 4 1.95 0.00 0.02 0.00 0.03 98.00 [2025-05-26T04:47:11.989Z] 04:16:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.989Z] 04:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T04:47:11.989Z] 04:16:01 7 0.00 0.00 0.00 0.03 0.02 99.95 [2025-05-26T04:47:11.989Z] 04:17:01 all 0.28 0.00 0.01 0.00 0.02 99.69 [2025-05-26T04:47:11.989Z] 04:17:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.989Z] 04:17:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.989Z] 04:17:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.989Z] 04:17:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-05-26T04:47:11.989Z] 04:17:01 4 2.04 0.00 0.02 0.00 0.03 97.91 [2025-05-26T04:47:11.989Z] 04:17:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2025-05-26T04:47:11.989Z] 04:17:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-05-26T04:47:11.989Z] 04:17:01 7 0.05 0.00 0.02 0.02 0.00 99.92 [2025-05-26T04:47:11.989Z] 04:18:01 all 0.06 0.00 0.02 0.01 0.01 99.90 [2025-05-26T04:47:11.989Z] 04:18:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2025-05-26T04:47:11.989Z] 04:18:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2025-05-26T04:47:11.989Z] 04:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T04:47:11.989Z] 04:18:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-05-26T04:47:11.989Z] 04:18:01 4 0.37 0.00 0.07 0.00 0.05 99.52 [2025-05-26T04:47:11.989Z] 04:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.989Z] 04:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.989Z] 04:18:01 7 0.07 0.00 0.02 0.02 0.02 99.88 [2025-05-26T04:47:11.989Z] 04:19:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2025-05-26T04:47:11.989Z] 04:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.989Z] 04:19:01 1 0.03 0.00 0.00 0.02 0.02 99.93 [2025-05-26T04:47:11.989Z] 04:19:01 2 0.03 0.00 0.02 0.00 0.03 99.92 [2025-05-26T04:47:11.989Z] 04:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.989Z] 04:19:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-05-26T04:47:11.989Z] 04:19:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2025-05-26T04:47:11.989Z] 04:19:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.989Z] 04:19:01 7 0.07 0.00 0.03 0.03 0.02 99.85 [2025-05-26T04:47:11.989Z] 04:20:01 all 0.02 0.00 0.01 0.02 0.01 99.94 [2025-05-26T04:47:11.989Z] 04:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.989Z] 04:20:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2025-05-26T04:47:11.989Z] 04:20:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2025-05-26T04:47:11.989Z] 04:20:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T04:47:11.989Z] 04:20:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.989Z] 04:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T04:47:11.989Z] 04:20:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.989Z] 04:20:01 7 0.02 0.00 0.02 0.17 0.03 99.77 [2025-05-26T04:47:11.989Z] [2025-05-26T04:47:11.989Z] 04:20:01 CPU %user %nice %system %iowait %steal %idle [2025-05-26T04:47:11.989Z] 04:21:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2025-05-26T04:47:11.990Z] 04:21:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-05-26T04:47:11.990Z] 04:21:01 1 0.02 0.00 0.00 0.03 0.02 99.93 [2025-05-26T04:47:11.990Z] 04:21:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-05-26T04:47:11.990Z] 04:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.990Z] 04:21:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.990Z] 04:21:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2025-05-26T04:47:11.990Z] 04:21:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T04:47:11.990Z] 04:21:01 7 0.03 0.00 0.02 0.03 0.02 99.90 [2025-05-26T04:47:11.990Z] 04:22:01 all 0.03 0.00 0.02 0.01 0.01 99.94 [2025-05-26T04:47:11.990Z] 04:22:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2025-05-26T04:47:11.990Z] 04:22:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.990Z] 04:22:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.990Z] 04:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T04:47:11.990Z] 04:22:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.990Z] 04:22:01 5 0.03 0.00 0.02 0.02 0.00 99.93 [2025-05-26T04:47:11.990Z] 04:22:01 6 0.07 0.00 0.03 0.00 0.02 99.88 [2025-05-26T04:47:11.990Z] 04:22:01 7 0.08 0.00 0.03 0.03 0.03 99.82 [2025-05-26T04:47:11.990Z] 04:23:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2025-05-26T04:47:11.990Z] 04:23:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-05-26T04:47:11.990Z] 04:23:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T04:47:11.990Z] 04:23:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T04:47:11.990Z] 04:23:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.990Z] 04:23:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.990Z] 04:23:01 5 0.03 0.00 0.00 0.03 0.02 99.92 [2025-05-26T04:47:11.990Z] 04:23:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T04:47:11.990Z] 04:23:01 7 0.03 0.00 0.03 0.05 0.03 99.85 [2025-05-26T04:47:11.990Z] 04:24:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2025-05-26T04:47:11.990Z] 04:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.990Z] 04:24:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2025-05-26T04:47:11.990Z] 04:24:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.990Z] 04:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T04:47:11.990Z] 04:24:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T04:47:11.990Z] 04:24:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2025-05-26T04:47:11.990Z] 04:24:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2025-05-26T04:47:11.990Z] 04:24:01 7 0.03 0.00 0.03 0.03 0.03 99.87 [2025-05-26T04:47:11.990Z] 04:25:01 all 0.01 0.00 0.00 0.01 0.01 99.97 [2025-05-26T04:47:11.990Z] 04:25:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.990Z] 04:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.990Z] 04:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.990Z] 04:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.990Z] 04:25:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-05-26T04:47:11.990Z] 04:25:01 5 0.03 0.00 0.00 0.02 0.02 99.93 [2025-05-26T04:47:11.990Z] 04:25:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.990Z] 04:25:01 7 0.02 0.00 0.00 0.05 0.02 99.92 [2025-05-26T04:47:11.990Z] 04:26:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2025-05-26T04:47:11.990Z] 04:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.990Z] 04:26:01 1 0.00 0.00 0.02 0.02 0.02 99.95 [2025-05-26T04:47:11.990Z] 04:26:01 2 0.07 0.00 0.02 0.00 0.02 99.90 [2025-05-26T04:47:11.990Z] 04:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T04:47:11.990Z] 04:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.990Z] 04:26:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-05-26T04:47:11.990Z] 04:26:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T04:47:11.990Z] 04:26:01 7 0.02 0.00 0.05 0.03 0.02 99.88 [2025-05-26T04:47:11.990Z] 04:27:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2025-05-26T04:47:11.990Z] 04:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.990Z] 04:27:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.990Z] 04:27:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2025-05-26T04:47:11.990Z] 04:27:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T04:47:11.990Z] 04:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.990Z] 04:27:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.990Z] 04:27:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2025-05-26T04:47:11.990Z] 04:27:01 7 0.00 0.00 0.03 0.05 0.03 99.88 [2025-05-26T04:47:11.990Z] 04:28:01 all 0.03 0.00 0.01 0.01 0.02 99.93 [2025-05-26T04:47:11.990Z] 04:28:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T04:47:11.990Z] 04:28:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-05-26T04:47:11.990Z] 04:28:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2025-05-26T04:47:11.990Z] 04:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.990Z] 04:28:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.990Z] 04:28:01 5 0.05 0.00 0.03 0.02 0.02 99.88 [2025-05-26T04:47:11.990Z] 04:28:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2025-05-26T04:47:11.990Z] 04:28:01 7 0.03 0.00 0.02 0.03 0.03 99.88 [2025-05-26T04:47:11.990Z] 04:29:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-05-26T04:47:11.990Z] 04:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.990Z] 04:29:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.990Z] 04:29:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2025-05-26T04:47:11.990Z] 04:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.990Z] 04:29:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T04:47:11.990Z] 04:29:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-05-26T04:47:11.990Z] 04:29:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.990Z] 04:29:01 7 0.05 0.00 0.03 0.02 0.03 99.87 [2025-05-26T04:47:11.990Z] 04:30:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2025-05-26T04:47:11.990Z] 04:30:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.990Z] 04:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.990Z] 04:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T04:47:11.990Z] 04:30:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T04:47:11.990Z] 04:30:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.990Z] 04:30:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-05-26T04:47:11.990Z] 04:30:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2025-05-26T04:47:11.990Z] 04:30:01 7 0.03 0.00 0.03 0.05 0.03 99.85 [2025-05-26T04:47:11.990Z] 04:31:01 all 0.08 0.00 0.01 0.01 0.01 99.90 [2025-05-26T04:47:11.990Z] 04:31:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.990Z] 04:31:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.990Z] 04:31:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2025-05-26T04:47:11.990Z] 04:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T04:47:11.990Z] 04:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.990Z] 04:31:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-05-26T04:47:11.990Z] 04:31:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T04:47:11.990Z] 04:31:01 7 0.50 0.00 0.02 0.03 0.02 99.43 [2025-05-26T04:47:11.990Z] [2025-05-26T04:47:11.990Z] 04:31:01 CPU %user %nice %system %iowait %steal %idle [2025-05-26T04:47:11.990Z] 04:32:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2025-05-26T04:47:11.990Z] 04:32:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.990Z] 04:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.990Z] 04:32:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2025-05-26T04:47:11.990Z] 04:32:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T04:47:11.990Z] 04:32:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.990Z] 04:32:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2025-05-26T04:47:11.990Z] 04:32:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T04:47:11.991Z] 04:32:01 7 2.00 0.00 0.02 0.02 0.03 97.93 [2025-05-26T04:47:11.991Z] 04:33:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2025-05-26T04:47:11.991Z] 04:33:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-05-26T04:47:11.991Z] 04:33:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.991Z] 04:33:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2025-05-26T04:47:11.991Z] 04:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T04:47:11.991Z] 04:33:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T04:47:11.991Z] 04:33:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2025-05-26T04:47:11.991Z] 04:33:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.991Z] 04:33:01 7 1.99 0.00 0.02 0.03 0.03 97.93 [2025-05-26T04:47:11.991Z] 04:34:01 all 0.33 0.00 0.01 0.01 0.01 99.64 [2025-05-26T04:47:11.991Z] 04:34:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-05-26T04:47:11.991Z] 04:34:01 1 0.12 0.00 0.00 0.00 0.02 99.87 [2025-05-26T04:47:11.991Z] 04:34:01 2 0.10 0.00 0.00 0.03 0.00 99.87 [2025-05-26T04:47:11.991Z] 04:34:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.991Z] 04:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.991Z] 04:34:01 5 0.07 0.00 0.03 0.00 0.03 99.87 [2025-05-26T04:47:11.991Z] 04:34:01 6 0.12 0.00 0.02 0.02 0.02 99.83 [2025-05-26T04:47:11.991Z] 04:34:01 7 2.13 0.00 0.02 0.03 0.02 97.80 [2025-05-26T04:47:11.991Z] 04:35:01 all 0.27 0.00 0.03 0.01 0.02 99.68 [2025-05-26T04:47:11.991Z] 04:35:01 0 0.12 0.00 0.00 0.02 0.02 99.85 [2025-05-26T04:47:11.991Z] 04:35:01 1 0.18 0.00 0.05 0.02 0.02 99.73 [2025-05-26T04:47:11.991Z] 04:35:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-05-26T04:47:11.991Z] 04:35:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2025-05-26T04:47:11.991Z] 04:35:01 4 0.15 0.00 0.02 0.00 0.00 99.83 [2025-05-26T04:47:11.991Z] 04:35:01 5 0.45 0.00 0.00 0.02 0.02 99.52 [2025-05-26T04:47:11.991Z] 04:35:01 6 0.20 0.00 0.03 0.02 0.02 99.73 [2025-05-26T04:47:11.991Z] 04:35:01 7 0.98 0.00 0.03 0.02 0.05 98.92 [2025-05-26T04:47:11.991Z] 04:36:01 all 0.04 0.00 0.01 0.01 0.01 99.94 [2025-05-26T04:47:11.991Z] 04:36:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-05-26T04:47:11.991Z] 04:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.991Z] 04:36:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2025-05-26T04:47:11.991Z] 04:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T04:47:11.991Z] 04:36:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-05-26T04:47:11.991Z] 04:36:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2025-05-26T04:47:11.991Z] 04:36:01 6 0.07 0.00 0.00 0.00 0.00 99.93 [2025-05-26T04:47:11.991Z] 04:36:01 7 0.05 0.00 0.00 0.05 0.03 99.87 [2025-05-26T04:47:11.991Z] 04:37:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2025-05-26T04:47:11.991Z] 04:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.991Z] 04:37:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.991Z] 04:37:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T04:47:11.991Z] 04:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.991Z] 04:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.991Z] 04:37:01 5 0.08 0.00 0.02 0.02 0.03 99.85 [2025-05-26T04:47:11.991Z] 04:37:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-05-26T04:47:11.991Z] 04:37:01 7 0.00 0.00 0.02 0.03 0.03 99.92 [2025-05-26T04:47:11.991Z] 04:38:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2025-05-26T04:47:11.991Z] 04:38:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.991Z] 04:38:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.991Z] 04:38:01 2 0.05 0.00 0.03 0.02 0.02 99.88 [2025-05-26T04:47:11.991Z] 04:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.991Z] 04:38:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.991Z] 04:38:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T04:47:11.991Z] 04:38:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-05-26T04:47:11.991Z] 04:38:01 7 0.05 0.00 0.02 0.05 0.03 99.85 [2025-05-26T04:47:11.991Z] 04:39:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2025-05-26T04:47:11.991Z] 04:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T04:47:11.991Z] 04:39:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.991Z] 04:39:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2025-05-26T04:47:11.991Z] 04:39:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-05-26T04:47:11.991Z] 04:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.991Z] 04:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.991Z] 04:39:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T04:47:11.991Z] 04:39:01 7 0.02 0.00 0.02 0.05 0.03 99.88 [2025-05-26T04:47:11.991Z] 04:40:01 all 0.00 0.00 0.01 0.01 0.02 99.96 [2025-05-26T04:47:11.991Z] 04:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T04:47:11.991Z] 04:40:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.991Z] 04:40:01 2 0.02 0.00 0.02 0.05 0.03 99.88 [2025-05-26T04:47:11.991Z] 04:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T04:47:11.991Z] 04:40:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.991Z] 04:40:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2025-05-26T04:47:11.991Z] 04:40:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.991Z] 04:40:01 7 0.00 0.00 0.03 0.00 0.03 99.93 [2025-05-26T04:47:11.991Z] 04:41:01 all 0.08 0.00 0.01 0.01 0.01 99.89 [2025-05-26T04:47:11.991Z] 04:41:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T04:47:11.991Z] 04:41:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.991Z] 04:41:01 2 0.03 0.00 0.03 0.05 0.02 99.87 [2025-05-26T04:47:11.991Z] 04:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T04:47:11.991Z] 04:41:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-05-26T04:47:11.991Z] 04:41:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T04:47:11.991Z] 04:41:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-05-26T04:47:11.991Z] 04:41:01 7 0.43 0.00 0.02 0.00 0.03 99.52 [2025-05-26T04:47:11.991Z] 04:42:01 all 0.24 0.00 0.01 0.03 0.01 99.70 [2025-05-26T04:47:11.991Z] 04:42:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T04:47:11.991Z] 04:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.991Z] 04:42:01 2 0.03 0.00 0.02 0.22 0.02 99.72 [2025-05-26T04:47:11.991Z] 04:42:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-05-26T04:47:11.991Z] 04:42:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T04:47:11.991Z] 04:42:01 5 0.03 0.00 0.03 0.02 0.02 99.90 [2025-05-26T04:47:11.991Z] 04:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.991Z] 04:42:01 7 1.81 0.00 0.03 0.00 0.03 98.12 [2025-05-26T04:47:11.991Z] [2025-05-26T04:47:11.991Z] 04:42:01 CPU %user %nice %system %iowait %steal %idle [2025-05-26T04:47:11.991Z] 04:43:01 all 0.05 0.00 0.01 0.00 0.01 99.92 [2025-05-26T04:47:11.991Z] 04:43:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2025-05-26T04:47:11.991Z] 04:43:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T04:47:11.991Z] 04:43:01 2 0.03 0.00 0.00 0.03 0.02 99.92 [2025-05-26T04:47:11.991Z] 04:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-05-26T04:47:11.991Z] 04:43:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T04:47:11.991Z] 04:43:01 5 0.12 0.00 0.02 0.00 0.02 99.85 [2025-05-26T04:47:11.991Z] 04:43:01 6 0.07 0.00 0.03 0.00 0.02 99.88 [2025-05-26T04:47:11.991Z] 04:43:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T04:47:11.991Z] 04:44:01 all 0.01 0.00 0.01 0.06 0.01 99.91 [2025-05-26T04:47:11.991Z] 04:44:01 0 0.03 0.00 0.02 0.02 0.03 99.90 [2025-05-26T04:47:11.991Z] 04:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.991Z] 04:44:01 2 0.03 0.00 0.02 0.10 0.02 99.83 [2025-05-26T04:47:11.991Z] 04:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T04:47:11.991Z] 04:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.991Z] 04:44:01 5 0.03 0.00 0.02 0.33 0.02 99.60 [2025-05-26T04:47:11.991Z] 04:44:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.991Z] 04:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T04:47:11.991Z] 04:45:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2025-05-26T04:47:11.991Z] 04:45:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T04:47:11.991Z] 04:45:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-05-26T04:47:11.991Z] 04:45:01 2 0.02 0.00 0.02 0.03 0.02 99.92 [2025-05-26T04:47:11.991Z] 04:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.991Z] 04:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T04:47:11.991Z] 04:45:01 5 0.08 0.00 0.02 0.02 0.02 99.87 [2025-05-26T04:47:11.991Z] 04:45:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-05-26T04:47:11.991Z] 04:45:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T04:47:11.991Z] 04:46:01 all 2.03 0.00 0.95 0.03 0.02 96.98 [2025-05-26T04:47:11.991Z] 04:46:01 0 1.81 0.00 1.09 0.00 0.02 97.09 [2025-05-26T04:47:11.991Z] 04:46:01 1 1.79 0.00 1.47 0.02 0.03 96.69 [2025-05-26T04:47:11.991Z] 04:46:01 2 1.67 0.00 1.25 0.13 0.02 96.93 [2025-05-26T04:47:11.991Z] 04:46:01 3 1.82 0.00 0.77 0.00 0.02 97.39 [2025-05-26T04:47:11.991Z] 04:46:01 4 2.27 0.00 0.89 0.02 0.00 96.82 [2025-05-26T04:47:11.991Z] 04:46:01 5 2.00 0.00 0.77 0.03 0.05 97.14 [2025-05-26T04:47:11.991Z] 04:46:01 6 2.09 0.00 0.80 0.00 0.03 97.07 [2025-05-26T04:47:11.991Z] 04:46:01 7 2.75 0.00 0.55 0.02 0.02 96.66 [2025-05-26T04:47:11.991Z] 04:47:01 all 10.22 0.00 4.45 0.91 0.07 84.35 [2025-05-26T04:47:11.991Z] 04:47:01 0 10.70 0.00 4.26 0.08 0.07 84.88 [2025-05-26T04:47:11.991Z] 04:47:01 1 12.38 0.00 5.18 0.03 0.07 82.34 [2025-05-26T04:47:11.991Z] 04:47:01 2 8.38 0.00 4.06 3.18 0.07 84.31 [2025-05-26T04:47:11.991Z] 04:47:01 3 11.70 0.00 4.50 0.07 0.08 83.65 [2025-05-26T04:47:11.991Z] 04:47:01 4 8.64 0.00 5.44 3.47 0.07 82.38 [2025-05-26T04:47:11.991Z] 04:47:01 5 9.88 0.00 4.17 0.07 0.07 85.81 [2025-05-26T04:47:11.991Z] 04:47:01 6 9.51 0.00 4.21 0.03 0.07 86.18 [2025-05-26T04:47:11.991Z] 04:47:01 7 10.52 0.00 3.78 0.39 0.05 85.25 [2025-05-26T04:47:11.991Z] Average: all 9.04 0.00 1.55 0.48 0.03 88.90 [2025-05-26T04:47:11.991Z] Average: 0 8.96 0.00 1.54 0.39 0.02 89.08 [2025-05-26T04:47:11.991Z] Average: 1 9.08 0.00 1.54 0.29 0.03 89.06 [2025-05-26T04:47:11.991Z] Average: 2 9.08 0.00 1.56 0.69 0.03 88.64 [2025-05-26T04:47:11.991Z] Average: 3 8.99 0.00 1.50 0.46 0.02 89.03 [2025-05-26T04:47:11.991Z] Average: 4 9.04 0.00 1.57 0.65 0.03 88.72 [2025-05-26T04:47:11.991Z] Average: 5 9.09 0.00 1.49 0.40 0.03 89.00 [2025-05-26T04:47:11.991Z] Average: 6 8.92 0.00 1.54 0.46 0.03 89.04 [2025-05-26T04:47:11.991Z] Average: 7 9.18 0.00 1.67 0.51 0.04 88.60 [2025-05-26T04:47:11.991Z] [2025-05-26T04:47:11.991Z] [2025-05-26T04:47:11.991Z]