Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 010c1fef02ead4f4725b1558caf9c08a877a420a 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-ssh12984752162977880318.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-ssh16581507662603494428.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-ssh4764569632444514742.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-ssh4753013621026564921.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-ssh5579698804680498856.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-85 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/828 [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/828 # 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 010c1fef02ead4f4725b1558caf9c08a877a420a (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 010c1fef02ead4f4725b1558caf9c08a877a420a # timeout=10 Commit message: "build(deps): Bump golang.org/x/net from 0.37.0 to 0.38.0 (#5133)" > git rev-list --no-walk 6465a293da8cbf4193faab0c72aad8d404252516 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-04-18T08:50:35.455Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-04-18T08:50:35.529Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-04-18T08:50:35.554Z] ========================================================= [2025-04-18T08:50:35.554Z] EdgeX Global Pipelines Version Info [2025-04-18T08:50:35.554Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-04-18T08:50:36.657Z] ------------------- [2025-04-18T08:50:36.657Z] stable info: [2025-04-18T08:50:36.657Z] ------------------- [2025-04-18T08:50:36.657Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-04-18T08:50:36.657Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-04-18T08:50:36.657Z] Message: update stable to v1.0.274 [2025-04-18T08:50:36.916Z] ------------------- [2025-04-18T08:50:36.916Z] experimental info: [2025-04-18T08:50:36.916Z] ------------------- [2025-04-18T08:50:36.916Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-04-18T08:50:36.916Z] Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 [2025-04-18T08:50:36.916Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-04-18T08:50:36.997Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-04-18T08:50:37.020Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-04-18T08:50:37.042Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-04-18T08:50:37.061Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-04-18T08:50:37.084Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-04-18T08:50:37.107Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-04-18T08:50:37.131Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-04-18T08:50:37.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-04-18T08:50:37.176Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-04-18T08:50:37.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-04-18T08:50:37.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-04-18T08:50:37.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-04-18T08:50:37.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-04-18T08:50:37.292Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-04-18T08:50:37.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-04-18T08:50:37.334Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-04-18T08:50:37.356Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-04-18T08:50:37.380Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-04-18T08:50:37.401Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-04-18T08:50:37.418Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-04-18T08:50:37.432Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-04-18T08:50:37.449Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-04-18T08:50:37.465Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-04-18T08:50:37.479Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-04-18T08:50:37.494Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-04-18T08:50:37.512Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-04-18T08:50:37.529Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo [2025-04-18T08:50:37.550Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 010c1fe [Pipeline] echo [2025-04-18T08:50:37.567Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-18T08:50:37.618Z] provisioning config files... [2025-04-18T08:50:37.632Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/828@tmp/config6779998146248861876tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-18T08:50:37.961Z] ---> ****-login.sh [2025-04-18T08:50:37.961Z] nexus3.edgexfoundry.org:10001 [2025-04-18T08:50:38.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T08:50:38.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T08:50:38.791Z] Configure a credential helper to remove this warning. See [2025-04-18T08:50:38.791Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T08:50:38.791Z] [2025-04-18T08:50:38.791Z] Login Succeeded [2025-04-18T08:50:38.791Z] nexus3.edgexfoundry.org:10002 [2025-04-18T08:50:38.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T08:50:38.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T08:50:38.791Z] Configure a credential helper to remove this warning. See [2025-04-18T08:50:38.791Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T08:50:38.791Z] [2025-04-18T08:50:38.791Z] Login Succeeded [2025-04-18T08:50:38.791Z] nexus3.edgexfoundry.org:10003 [2025-04-18T08:50:38.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T08:50:38.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T08:50:38.791Z] Configure a credential helper to remove this warning. See [2025-04-18T08:50:38.791Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T08:50:38.791Z] [2025-04-18T08:50:38.791Z] Login Succeeded [2025-04-18T08:50:38.791Z] nexus3.edgexfoundry.org:10004 [2025-04-18T08:50:39.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T08:50:39.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T08:50:39.052Z] Configure a credential helper to remove this warning. See [2025-04-18T08:50:39.052Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T08:50:39.052Z] [2025-04-18T08:50:39.052Z] Login Succeeded [2025-04-18T08:50:39.052Z] ****.io [2025-04-18T08:50:39.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T08:50:39.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T08:50:39.313Z] Configure a credential helper to remove this warning. See [2025-04-18T08:50:39.313Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T08:50:39.313Z] [2025-04-18T08:50:39.313Z] Login Succeeded [2025-04-18T08:50:39.313Z] ---> ****-login.sh ends [Pipeline] } [2025-04-18T08:50:39.322Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-18T08:50:39.653Z] + 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-04-18T08:50:39.653Z] + cut -d/ -f2 [2025-04-18T08:50:39.653Z] + dirname cmd/core-command/Dockerfile [2025-04-18T08:50:39.653Z] + echo core-command,cmd/core-command/Dockerfile [2025-04-18T08:50:39.653Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-04-18T08:50:39.653Z] + cut -d/ -f2 [2025-04-18T08:50:39.653Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-04-18T08:50:39.653Z] + dirname cmd/core-data/Dockerfile [2025-04-18T08:50:39.653Z] + cut -d/ -f2 [2025-04-18T08:50:39.653Z] + echo core-data,cmd/core-data/Dockerfile [2025-04-18T08:50:39.653Z] + dirname cmd/core-keeper/Dockerfile [2025-04-18T08:50:39.653Z] + cut -d/ -f2 [2025-04-18T08:50:39.653Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-04-18T08:50:39.653Z] + dirname cmd/core-metadata/Dockerfile [2025-04-18T08:50:39.653Z] + cut -d/ -f2 [2025-04-18T08:50:39.653Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-04-18T08:50:39.653Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-04-18T08:50:39.653Z] + cut -d/ -f2 [2025-04-18T08:50:39.653Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-04-18T08:50:39.653Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-04-18T08:50:39.653Z] + cut -d/ -f2 [2025-04-18T08:50:39.653Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-04-18T08:50:39.653Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-04-18T08:50:39.653Z] + cut -d/ -f2 [2025-04-18T08:50:39.653Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-04-18T08:50:39.653Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-04-18T08:50:39.653Z] + cut -d/ -f2 [2025-04-18T08:50:39.653Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-04-18T08:50:39.653Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-04-18T08:50:39.653Z] + cut -d/ -f2 [2025-04-18T08:50:39.653Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-04-18T08:50:39.653Z] + dirname cmd/security-spire-agent/Dockerfile [2025-04-18T08:50:39.653Z] + cut -d/ -f2 [2025-04-18T08:50:39.653Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-04-18T08:50:39.653Z] + dirname cmd/security-spire-config/Dockerfile [2025-04-18T08:50:39.653Z] + cut -d/ -f2 [2025-04-18T08:50:39.653Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-04-18T08:50:39.653Z] + dirname+ cmd/security-spire-server/Dockerfile [2025-04-18T08:50:39.653Z] cut -d/ -f2 [2025-04-18T08:50:39.653Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-04-18T08:50:39.653Z] + dirname cmd/support-notifications/Dockerfile [2025-04-18T08:50:39.653Z] + cut -d/ -f2 [2025-04-18T08:50:39.653Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-04-18T08:50:39.653Z] + dirname cmd/support-scheduler/Dockerfile [2025-04-18T08:50:39.653Z] + cut -d/ -f2 [2025-04-18T08:50:39.653Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-04-18T08:50:39.693Z] 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-04-18T08:50:40.062Z] + git rev-list -1 --merges 010c1fef02ead4f4725b1558caf9c08a877a420a~1..010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo [2025-04-18T08:50:40.076Z] -----------> git rev-list -1 --merges 010c1fef02ead4f4725b1558caf9c08a877a420a~1..010c1fef02ead4f4725b1558caf9c08a877a420a 010c1fef02ead4f4725b1558caf9c08a877a420a [false] [Pipeline] sh [2025-04-18T08:50:40.366Z] + git log --format=format:%s -1 010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo [2025-04-18T08:50:40.386Z] ========================================================= [2025-04-18T08:50:40.386Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-04-18T08:50:40.386Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-04-18T08:50:40.829Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-18T08:50:40.829Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-04-18T08:50:40.829Z] + [ -e /tmp/ssh_known_hosts ] [2025-04-18T08:50:40.829Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-04-18T08:50:40.830Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-04-18T08:50:40.830Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-04-18T08:50:40.830Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:50:41.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-18T08:50:41.244Z] [2025-04-18T08:50:41.244Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:50:41.540Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-18T08:50:41.540Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-04-18T08:50:41.540Z] b85a868b505f: Pulling fs layer [2025-04-18T08:50:41.540Z] e2be974225ed: Pulling fs layer [2025-04-18T08:50:41.540Z] 339a4e72a1f5: Pulling fs layer [2025-04-18T08:50:41.540Z] 988bab9f4d93: Pulling fs layer [2025-04-18T08:50:41.540Z] 1469e6f7b9e6: Pulling fs layer [2025-04-18T08:50:41.540Z] eaf3925da568: Pulling fs layer [2025-04-18T08:50:41.540Z] bab4dde63d76: Pulling fs layer [2025-04-18T08:50:41.540Z] bde34c3a00c8: Pulling fs layer [2025-04-18T08:50:41.540Z] b352a97aabf1: Pulling fs layer [2025-04-18T08:50:41.540Z] 4872d77fe225: Pulling fs layer [2025-04-18T08:50:41.540Z] 5851b861e8e6: Pulling fs layer [2025-04-18T08:50:41.540Z] 4872d77fe225: Waiting [2025-04-18T08:50:41.540Z] b352a97aabf1: Waiting [2025-04-18T08:50:41.540Z] 5851b861e8e6: Waiting [2025-04-18T08:50:41.540Z] bde34c3a00c8: Waiting [2025-04-18T08:50:41.540Z] 1469e6f7b9e6: Waiting [2025-04-18T08:50:41.540Z] bab4dde63d76: Waiting [2025-04-18T08:50:41.540Z] eaf3925da568: Waiting [2025-04-18T08:50:41.540Z] 988bab9f4d93: Waiting [2025-04-18T08:50:41.540Z] e2be974225ed: Download complete [2025-04-18T08:50:41.540Z] 988bab9f4d93: Verifying Checksum [2025-04-18T08:50:41.540Z] 988bab9f4d93: Download complete [2025-04-18T08:50:41.540Z] 1469e6f7b9e6: Verifying Checksum [2025-04-18T08:50:41.541Z] 1469e6f7b9e6: Download complete [2025-04-18T08:50:41.541Z] 339a4e72a1f5: Verifying Checksum [2025-04-18T08:50:41.541Z] 339a4e72a1f5: Download complete [2025-04-18T08:50:41.799Z] eaf3925da568: Download complete [2025-04-18T08:50:41.799Z] bde34c3a00c8: Download complete [2025-04-18T08:50:41.799Z] b352a97aabf1: Verifying Checksum [2025-04-18T08:50:41.799Z] b352a97aabf1: Download complete [2025-04-18T08:50:41.799Z] 4872d77fe225: Verifying Checksum [2025-04-18T08:50:41.799Z] 4872d77fe225: Download complete [2025-04-18T08:50:41.799Z] 5851b861e8e6: Download complete [2025-04-18T08:50:41.799Z] b85a868b505f: Verifying Checksum [2025-04-18T08:50:41.799Z] b85a868b505f: Download complete [2025-04-18T08:50:42.067Z] bab4dde63d76: Verifying Checksum [2025-04-18T08:50:42.067Z] bab4dde63d76: Download complete [2025-04-18T08:50:43.010Z] b85a868b505f: Pull complete [2025-04-18T08:50:43.010Z] e2be974225ed: Pull complete [2025-04-18T08:50:43.588Z] 339a4e72a1f5: Pull complete [2025-04-18T08:50:43.588Z] 988bab9f4d93: Pull complete [2025-04-18T08:50:43.847Z] 1469e6f7b9e6: Pull complete [2025-04-18T08:50:43.847Z] eaf3925da568: Pull complete [2025-04-18T08:50:45.223Z] bab4dde63d76: Pull complete [2025-04-18T08:50:45.481Z] bde34c3a00c8: Pull complete [2025-04-18T08:50:45.482Z] b352a97aabf1: Pull complete [2025-04-18T08:50:45.482Z] 4872d77fe225: Pull complete [2025-04-18T08:50:45.742Z] 5851b861e8e6: Pull complete [2025-04-18T08:50:45.742Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-04-18T08:50:45.742Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-18T08:50:45.742Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T08:50:45.882Z] prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container [2025-04-18T08:50:45.901Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-04-18T08:50:47.557Z] $ docker top 0285c0c73690f60c73a05c2c02ca40f817d0bfc1613770a984862a58dd6dbf7f -eo pid,comm [2025-04-18T08:50:47.613Z] 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-04-18T08:50:47.614Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-18T08:50:47.662Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-18T08:50:47.662Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-18T08:50:47.776Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-18T08:50:47.774Z] $ docker exec 0285c0c73690f60c73a05c2c02ca40f817d0bfc1613770a984862a58dd6dbf7f ssh-agent [2025-04-18T08:50:47.891Z] SSH_AUTH_SOCK=/tmp/ssh-VTNQDw2ZSny2/agent.32 [2025-04-18T08:50:47.891Z] SSH_AGENT_PID=38 [2025-04-18T08:50:47.897Z] Running ssh-add (command line suppressed) [2025-04-18T08:50:47.991Z] Identity added: /w/workspace/edgex-go/828@tmp/private_key_17016840550475376656.key (/w/workspace/edgex-go/828@tmp/private_key_17016840550475376656.key) [2025-04-18T08:50:48.008Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-18T08:50:48.297Z] + git tag --points-at HEAD [Pipeline] } [2025-04-18T08:50:48.302Z] $ docker exec --env ******** --env ******** 0285c0c73690f60c73a05c2c02ca40f817d0bfc1613770a984862a58dd6dbf7f ssh-agent -k [2025-04-18T08:50:48.401Z] unset SSH_AUTH_SOCK; [2025-04-18T08:50:48.401Z] unset SSH_AGENT_PID; [2025-04-18T08:50:48.401Z] echo Agent pid 38 killed; [2025-04-18T08:50:48.415Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-04-18T08:50:48.448Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-18T08:50:48.448Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-18T08:50:48.557Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-18T08:50:48.555Z] $ docker exec 0285c0c73690f60c73a05c2c02ca40f817d0bfc1613770a984862a58dd6dbf7f ssh-agent [2025-04-18T08:50:48.680Z] SSH_AUTH_SOCK=/tmp/ssh-cpOEVrlnxGYa/agent.71 [2025-04-18T08:50:48.680Z] SSH_AGENT_PID=77 [2025-04-18T08:50:48.684Z] Running ssh-add (command line suppressed) [2025-04-18T08:50:48.775Z] Identity added: /w/workspace/edgex-go/828@tmp/private_key_16746121853408852237.key (/w/workspace/edgex-go/828@tmp/private_key_16746121853408852237.key) [2025-04-18T08:50:48.792Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-18T08:50:49.082Z] + git semver init [2025-04-18T08:50:49.340Z] 2025-04-18 08:50:49,240 [run_init] DEBUG init version:0.0.0 force:False [2025-04-18T08:50:49.340Z] 2025-04-18 08:50:49,241 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/828/.semver [2025-04-18T08:50:49.340Z] 2025-04-18 08:50:49,242 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/828/.semver [2025-04-18T08:50:49.340Z] 2025-04-18 08:50:49,242 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/828/.semver'], cwd=/w/workspace/edgex-go/828, universal_newlines=False, shell=None, istream=None) [2025-04-18T08:50:54.608Z] 2025-04-18 08:50:53,992 [append_file] DEBUG append to file:/w/workspace/edgex-go/828/.git/info/exclude [2025-04-18T08:50:54.608Z] 2025-04-18 08:50:53,992 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/828/.semver/main with force:False [2025-04-18T08:50:54.608Z] 2025-04-18 08:50:53,993 [read_version] DEBUG read version from /w/workspace/edgex-go/828/.semver/main [2025-04-18T08:50:54.608Z] 2025-04-18 08:50:53,993 [read_version] DEBUG read version from /w/workspace/edgex-go/828/.semver/main [2025-04-18T08:50:54.608Z] 4.1.0-dev.3 [Pipeline] } [2025-04-18T08:50:54.614Z] $ docker exec --env ******** --env ******** 0285c0c73690f60c73a05c2c02ca40f817d0bfc1613770a984862a58dd6dbf7f ssh-agent -k [2025-04-18T08:50:54.710Z] unset SSH_AUTH_SOCK; [2025-04-18T08:50:54.710Z] unset SSH_AGENT_PID; [2025-04-18T08:50:54.710Z] echo Agent pid 77 killed; [2025-04-18T08:50:54.723Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-18T08:50:55.056Z] + git semver [Pipeline] } [2025-04-18T08:50:55.322Z] $ docker stop --time=1 0285c0c73690f60c73a05c2c02ca40f817d0bfc1613770a984862a58dd6dbf7f [2025-04-18T08:50:56.619Z] $ docker rm -f --volumes 0285c0c73690f60c73a05c2c02ca40f817d0bfc1613770a984862a58dd6dbf7f [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-18T08:50:56.964Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-04-18T08:50:57.197Z] Stashed 1 file(s) [Pipeline] echo [2025-04-18T08:50:57.200Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.3 [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-04-18T08:50:57.629Z] + git config --global --add safe.directory /w/workspace/edgex-go/828 [Pipeline] echo [2025-04-18T08:50:57.639Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-18T08:50:57.659Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-18T08:50:57.673Z] ========================================================= [2025-04-18T08:50:57.673Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-04-18T08:50:57.673Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-04-18T08:50:57.960Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-04-18T08:50:57.960Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-04-18T08:50:57.960Z] 0a9a5dfd008f: Pulling fs layer [2025-04-18T08:50:57.960Z] dbfa0bcfca99: Pulling fs layer [2025-04-18T08:50:57.960Z] 70eabb1d9476: Pulling fs layer [2025-04-18T08:50:57.960Z] 957bedc73fa3: Pulling fs layer [2025-04-18T08:50:57.960Z] 4f4fb700ef54: Pulling fs layer [2025-04-18T08:50:57.960Z] f40432e63723: Pulling fs layer [2025-04-18T08:50:57.960Z] 90b4343acab7: Pulling fs layer [2025-04-18T08:50:57.960Z] 9f67ea4ac784: Pulling fs layer [2025-04-18T08:50:57.960Z] 9228b9a606be: Pulling fs layer [2025-04-18T08:50:57.960Z] 957bedc73fa3: Waiting [2025-04-18T08:50:57.960Z] 4f4fb700ef54: Waiting [2025-04-18T08:50:57.960Z] f40432e63723: Waiting [2025-04-18T08:50:57.960Z] 90b4343acab7: Waiting [2025-04-18T08:50:57.960Z] 9f67ea4ac784: Waiting [2025-04-18T08:50:57.960Z] 9228b9a606be: Waiting [2025-04-18T08:50:57.960Z] dbfa0bcfca99: Verifying Checksum [2025-04-18T08:50:57.960Z] dbfa0bcfca99: Download complete [2025-04-18T08:50:57.960Z] 957bedc73fa3: Download complete [2025-04-18T08:50:57.960Z] 4f4fb700ef54: Verifying Checksum [2025-04-18T08:50:57.960Z] 4f4fb700ef54: Download complete [2025-04-18T08:50:57.960Z] 0a9a5dfd008f: Verifying Checksum [2025-04-18T08:50:57.960Z] 0a9a5dfd008f: Download complete [2025-04-18T08:50:57.960Z] f40432e63723: Verifying Checksum [2025-04-18T08:50:57.960Z] f40432e63723: Download complete [2025-04-18T08:50:58.219Z] 90b4343acab7: Verifying Checksum [2025-04-18T08:50:58.219Z] 90b4343acab7: Download complete [2025-04-18T08:50:58.219Z] 0a9a5dfd008f: Pull complete [2025-04-18T08:50:58.477Z] dbfa0bcfca99: Pull complete [2025-04-18T08:50:58.477Z] 9228b9a606be: Verifying Checksum [2025-04-18T08:50:58.477Z] 9228b9a606be: Download complete [2025-04-18T08:50:58.477Z] 70eabb1d9476: Download complete [2025-04-18T08:50:59.042Z] 9f67ea4ac784: Verifying Checksum [2025-04-18T08:50:59.042Z] 9f67ea4ac784: Download complete [2025-04-18T08:51:02.323Z] 70eabb1d9476: Pull complete [2025-04-18T08:51:02.323Z] 957bedc73fa3: Pull complete [2025-04-18T08:51:02.323Z] 4f4fb700ef54: Pull complete [2025-04-18T08:51:02.323Z] f40432e63723: Pull complete [2025-04-18T08:51:02.323Z] 90b4343acab7: Pull complete [2025-04-18T08:51:04.851Z] 9f67ea4ac784: Pull complete [2025-04-18T08:51:04.851Z] 9228b9a606be: Pull complete [2025-04-18T08:51:05.110Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-04-18T08:51:05.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-04-18T08:51:05.110Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-04-18T08:51:05.411Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-04-18T08:51:05.411Z] WORKDIR /edgex [2025-04-18T08:51:05.411Z] COPY go.mod . [2025-04-18T08:51:05.411Z] RUN go mod download [2025-04-18T08:51:05.411Z] + docker build -t ci-base-image-x86_64 -f - . [2025-04-18T08:51:05.977Z] Sending build context to Docker daemon 185.8MB [2025-04-18T08:51:05.977Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-04-18T08:51:05.977Z] ---> 69404ca5bff2 [2025-04-18T08:51:05.977Z] Step 2/4 : WORKDIR /edgex [2025-04-18T08:51:08.508Z] ---> Running in d3e4777d5502 [2025-04-18T08:51:08.508Z] Removing intermediate container d3e4777d5502 [2025-04-18T08:51:08.508Z] ---> e93c2eb1c323 [2025-04-18T08:51:08.508Z] Step 3/4 : COPY go.mod . [2025-04-18T08:51:08.767Z] ---> 909aba241e3f [2025-04-18T08:51:08.767Z] Step 4/4 : RUN go mod download [2025-04-18T08:51:08.767Z] ---> Running in 624821af6ee1 [2025-04-18T08:51:12.298Z] Still waiting to schedule task [2025-04-18T08:51:12.298Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-04-18T08:51:26.865Z] Removing intermediate container 624821af6ee1 [2025-04-18T08:51:26.865Z] ---> af170ec92e2a [2025-04-18T08:51:26.865Z] Successfully built af170ec92e2a [2025-04-18T08:51:26.865Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:51:27.177Z] + docker inspect -f . ci-base-image-x86_64 [2025-04-18T08:51:27.177Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T08:51:27.259Z] prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container [2025-04-18T08:51:27.287Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-04-18T08:51:27.646Z] $ docker top c75e483f7da84b07b3615ba96f32986f38217aeddb565b88a9e3e3a07245ee78 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-18T08:51:27.993Z] + go version [2025-04-18T08:51:27.993Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-04-18T08:51:28.004Z] $ docker stop --time=1 c75e483f7da84b07b3615ba96f32986f38217aeddb565b88a9e3e3a07245ee78 [2025-04-18T08:51:29.283Z] $ docker rm -f --volumes c75e483f7da84b07b3615ba96f32986f38217aeddb565b88a9e3e3a07245ee78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:51:29.715Z] + docker inspect -f . ci-base-image-x86_64 [2025-04-18T08:51:29.715Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T08:51:29.782Z] prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container [2025-04-18T08:51:29.804Z] $ 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/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-04-18T08:51:30.155Z] $ docker top 9dff2bb84d6f4be5ebf5050f7439e2058b03d2a8426bf8bcd7a0a2e198203dc9 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-04-18T08:51:30.227Z] ========================================================= [2025-04-18T08:51:30.227Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-04-18T08:51:30.227Z] ========================================================= [Pipeline] sh [2025-04-18T08:51:30.505Z] + git config --global --add safe.directory /w/workspace/edgex-go/828 [Pipeline] fileExists [Pipeline] sh [2025-04-18T08:51:30.800Z] + make test [2025-04-18T08:51:30.800Z] go test -race -coverprofile=coverage.out ./... [2025-04-18T08:51:38.910Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-04-18T08:52:05.433Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-04-18T08:52:05.433Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-04-18T08:52:05.433Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-04-18T08:52:05.433Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-04-18T08:52:05.433Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-04-18T08:52:05.433Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-04-18T08:52:05.433Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-04-18T08:52:05.433Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-04-18T08:52:05.433Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-04-18T08:52:05.433Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-04-18T08:52:05.433Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-04-18T08:52:05.433Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-04-18T08:52:05.433Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-04-18T08:52:05.433Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-04-18T08:52:05.433Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-04-18T08:52:05.433Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-04-18T08:52:05.433Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-04-18T08:52:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.036s coverage: 28.7% of statements [2025-04-18T08:52:05.999Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-04-18T08:52:05.999Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-04-18T08:52:06.258Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-04-18T08:52:06.258Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-04-18T08:52:06.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.040s coverage: 97.0% of statements [2025-04-18T08:52:07.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-04-18T08:52:07.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-04-18T08:52:07.397Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-04-18T08:52:07.397Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-04-18T08:52:07.397Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-04-18T08:52:07.397Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-04-18T08:52:07.397Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-04-18T08:52:07.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-04-18T08:52:07.397Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-04-18T08:52:07.397Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-04-18T08:52:08.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-04-18T08:52:08.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-04-18T08:52:08.773Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-04-18T08:52:08.773Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-04-18T08:52:08.773Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-04-18T08:52:08.773Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-04-18T08:52:10.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.060s coverage: 69.2% of statements [2025-04-18T08:52:10.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.023s coverage: 3.5% of statements [2025-04-18T08:52:10.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.071s coverage: 45.7% of statements [2025-04-18T08:52:10.410Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-04-18T08:52:10.410Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-04-18T08:52:10.668Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.215s coverage: 93.4% of statements [2025-04-18T08:52:10.668Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.042s coverage: 92.3% of statements [2025-04-18T08:52:11.603Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.049s coverage: 8.4% of statements [2025-04-18T08:52:12.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-04-18T08:52:12.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-04-18T08:52:12.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-04-18T08:52:12.539Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-04-18T08:52:12.539Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-04-18T08:52:12.539Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-04-18T08:52:12.539Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-04-18T08:52:12.539Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-04-18T08:52:12.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-04-18T08:52:12.539Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-04-18T08:52:12.539Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-04-18T08:52:12.539Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-04-18T08:52:12.539Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-04-18T08:52:12.539Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-04-18T08:52:13.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.369s coverage: 95.8% of statements [2025-04-18T08:52:13.914Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.027s coverage: 72.2% of statements [2025-04-18T08:52:14.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-04-18T08:52:14.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-04-18T08:52:14.481Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-04-18T08:52:14.481Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-04-18T08:52:14.481Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-04-18T08:52:14.481Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-04-18T08:52:15.418Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.038s coverage: 0.0% of statements [no tests to run] [2025-04-18T08:52:15.418Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.045s coverage: 1.0% of statements [2025-04-18T08:52:15.418Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.030s coverage: 42.6% of statements [2025-04-18T08:52:15.418Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.017s coverage: 81.1% of statements [2025-04-18T08:52:15.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.026s coverage: 40.0% of statements [2025-04-18T08:52:15.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.026s coverage: 87.1% of statements [2025-04-18T08:52:15.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements [2025-04-18T08:52:16.245Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-04-18T08:52:16.245Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-04-18T08:52:16.245Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-04-18T08:52:16.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.039s coverage: 96.3% of statements [2025-04-18T08:52:16.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-04-18T08:52:16.813Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-04-18T08:52:16.813Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-04-18T08:52:16.813Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-04-18T08:52:17.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements [2025-04-18T08:52:18.009Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-04-18T08:52:18.009Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-04-18T08:52:18.009Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-04-18T08:52:18.947Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-04-18T08:52:18.947Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-04-18T08:52:18.947Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-04-18T08:52:18.947Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-04-18T08:52:19.515Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-04-18T08:52:19.515Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-04-18T08:52:20.083Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-04-18T08:52:21.983Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-04-18T08:52:21.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-04-18T08:52:23.358Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-04-18T08:52:24.734Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-04-18T08:52:24.735Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-04-18T08:52:24.735Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-04-18T08:52:28.019Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-04-18T08:52:28.019Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.030s coverage: 94.4% of statements [2025-04-18T08:52:28.953Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-04-18T08:52:28.953Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-04-18T08:52:28.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-04-18T08:52:28.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-04-18T08:52:28.953Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-04-18T08:52:31.488Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-04-18T08:52:31.488Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-04-18T08:52:31.488Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-04-18T08:52:31.488Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-04-18T08:52:31.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-04-18T08:52:31.488Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-04-18T08:52:31.488Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-04-18T08:52:31.746Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-04-18T08:52:31.746Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-04-18T08:52:31.746Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-04-18T08:52:31.746Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-04-18T08:52:31.746Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-04-18T08:52:33.649Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-04-18T08:52:33.649Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-04-18T08:52:33.650Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-04-18T08:52:33.650Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-04-18T08:52:34.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-04-18T08:52:34.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-04-18T08:52:34.581Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-04-18T08:52:34.581Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-04-18T08:52:34.839Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-04-18T08:52:34.839Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-04-18T08:52:34.839Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-04-18T08:52:36.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-04-18T08:52:36.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-04-18T08:52:36.212Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-04-18T08:52:38.975Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-86 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-04-18T08:52:38.992Z] Running in /w/workspace/edgex-go/828 [Pipeline] { [Pipeline] checkout [2025-04-18T08:52:39.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.048s coverage: 92.9% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.025s coverage: 68.8% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.032s coverage: 62.3% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.027s coverage: 47.4% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.029s coverage: 87.2% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.023s coverage: 100.0% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.095s coverage: 81.8% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.084s coverage: 82.1% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.030s coverage: 86.0% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.041s coverage: 6.8% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.046s coverage: 33.3% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.048s coverage: 100.0% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.174s coverage: 54.5% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.028s coverage: 89.4% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.023s coverage: 100.0% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.028s coverage: 73.7% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.047s coverage: 88.6% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.030s coverage: 96.8% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.021s coverage: 100.0% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.150s coverage: 29.2% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.026s coverage: 93.8% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.024s coverage: 3.1% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.021s coverage: 76.2% of statements [2025-04-18T08:52:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.027s coverage: 54.0% of statements [2025-04-18T08:52:40.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.060s coverage: 17.0% of statements [2025-04-18T08:52:40.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.122s coverage: 94.9% of statements [2025-04-18T08:52:40.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.041s coverage: 9.0% of statements [2025-04-18T08:52:40.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.067s coverage: 97.7% of statements [2025-04-18T08:52:40.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.034s coverage: 43.6% of statements [2025-04-18T08:52:40.696Z] 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-04-18T08:52:40.954Z] running golangci-lint [2025-04-18T08:52:41.214Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-04-18T08:52:41.214Z] go version go1.23.8 linux/amd64 [2025-04-18T08:52:41.472Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-04-18T08:52:41.472Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-04-18T08:52:41.472Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-04-18T08:52:42.040Z] The recommended git tool is: git [2025-04-18T08:52:46.334Z] using credential edgex-jenkins-ssh [2025-04-18T08:52:46.353Z] Cloning the remote Git repository [2025-04-18T08:52:46.386Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-04-18T08:52:46.468Z] > git init /w/workspace/edgex-go/828 # timeout=10 [2025-04-18T08:52:46.599Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-04-18T08:52:46.600Z] > git --version # timeout=10 [2025-04-18T08:52:46.619Z] > git --version # 'git version 2.25.1' [2025-04-18T08:52:46.621Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-04-18T08:52:46.754Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-04-18T08:53:05.822Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-04-18T08:53:05.843Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-04-18T08:53:06.650Z] Avoid second fetch [2025-04-18T08:53:06.651Z] Checking out Revision 010c1fef02ead4f4725b1558caf9c08a877a420a (main) [2025-04-18T08:53:07.418Z] Commit message: "build(deps): Bump golang.org/x/net from 0.37.0 to 0.38.0 (#5133)" [2025-04-18T08:53:08.003Z] level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|compiled_files|imports|name|types_sizes|files) took 25.13267002s" [2025-04-18T08:53:08.003Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 43.554381ms" [2025-04-18T08:53:06.661Z] > git config core.sparsecheckout # timeout=10 [2025-04-18T08:53:06.731Z] > git checkout -f 010c1fef02ead4f4725b1558caf9c08a877a420a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-04-18T08:53:11.976Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-04-18T08:53:11.976Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-04-18T08:53:11.976Z] Dload Upload Total Spent Left Speed [2025-04-18T08:53:12.246Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 33493 0 --:--:-- --:--:-- --:--:-- 33493 [Pipeline] sh [2025-04-18T08:53:12.580Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-04-18T08:53:12.902Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-04-18T08:53:12.902Z] + sudo tee /etc/docker/daemon.new [2025-04-18T08:53:12.902Z] { [2025-04-18T08:53:12.902Z] "registry-mirrors": [ [2025-04-18T08:53:12.902Z] "https://nexus3.edgexfoundry.org:10001" [2025-04-18T08:53:12.902Z] ], [2025-04-18T08:53:12.902Z] "bip": "10.250.0.254/24", [2025-04-18T08:53:12.902Z] "hosts": [ [2025-04-18T08:53:12.902Z] "tcp://0.0.0.0:5555", [2025-04-18T08:53:12.902Z] "unix:///var/run/docker.sock" [2025-04-18T08:53:12.902Z] ], [2025-04-18T08:53:12.902Z] "mtu": 1458, [2025-04-18T08:53:12.902Z] "selinux-enabled": true, [2025-04-18T08:53:12.902Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-04-18T08:53:12.902Z] } [Pipeline] sh [2025-04-18T08:53:13.232Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-04-18T08:53:13.582Z] + sudo service docker restart [2025-04-18T08:53:22.869Z] level=info msg="[linters_context/goanalysis] analyzers took 1m56.775537994s with top 10 stages: buildir: 1m13.069357698s, gosec: 4.804383793s, inspect: 2.378401663s, fact_deprecated: 2.213245207s, printf: 1.57770433s, ctrlflow: 1.548525687s, S1038: 1.490806468s, nilness: 1.408102929s, fact_purity: 1.315846602s, unused: 960.573251ms" [2025-04-18T08:53:22.869Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-04-18T08:53:22.869Z] level=info msg="[runner] Processors filtering stat (in/out): path_prettifier: 202/202, identifier_marker: 202/202, nolint: 20/0, cgo: 202/202, invalid_issue: 202/202, exclude: 202/202, filename_unadjuster: 202/202, skip_files: 202/202, exclude-rules: 202/20, skip_dirs: 202/202, autogenerated_exclude: 202/202" [2025-04-18T08:53:22.869Z] level=info msg="[runner] processing took 22.900668ms with stages: nolint: 10.955373ms, identifier_marker: 5.505903ms, autogenerated_exclude: 1.880696ms, path_prettifier: 1.858796ms, exclude-rules: 1.590595ms, skip_dirs: 992.1µs, invalid_issue: 58.562µs, cgo: 34.352µs, filename_unadjuster: 16.531µs, max_same_issues: 2.36µs, uniq_by_line: 930ns, max_from_linter: 740ns, exclude: 730ns, diff: 690ns, fixer: 590ns, skip_files: 500ns, source_code: 450ns, sort_results: 270ns, path_prefixer: 160ns, path_shortener: 120ns, max_per_file_from_linter: 110ns, severity-rules: 110ns" [2025-04-18T08:53:22.869Z] level=info msg="[runner] linters took 15.433761593s with stages: goanalysis_metalinter: 15.41072379s" [2025-04-18T08:53:22.869Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-04-18T08:53:22.869Z] level=info msg="Memory: 397 samples, avg is 302.6MB, max is 1257.6MB" [2025-04-18T08:53:22.869Z] level=info msg="Execution took 40.618208806s" [2025-04-18T08:53:22.869Z] go vet ./... [2025-04-18T08:53:29.423Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-04-18T08:53:29.423Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-04-18T08:53:29.423Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-04-18T08:53:29.438Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-04-18T08:53:29.731Z] + ls -al . [2025-04-18T08:53:29.731Z] total 1992 [2025-04-18T08:53:29.731Z] drwxrwxr-x 11 1001 1001 4096 Apr 18 08:51 . [2025-04-18T08:53:29.731Z] drwxr-xr-x 4 root root 4096 Apr 18 08:51 .. [2025-04-18T08:53:29.731Z] drwxrwxr-x 2 1001 1001 4096 Apr 18 08:50 .blubracket [2025-04-18T08:53:29.731Z] -rw-rw-r-- 1 1001 1001 10 Apr 18 08:50 .dockerignore [2025-04-18T08:53:29.731Z] drwxrwxr-x 8 1001 1001 4096 Apr 18 08:52 .git [2025-04-18T08:53:29.731Z] drwxrwxr-x 3 1001 1001 4096 Apr 18 08:50 .github [2025-04-18T08:53:29.731Z] -rw-rw-r-- 1 1001 1001 909 Apr 18 08:50 .gitignore [2025-04-18T08:53:29.731Z] -rw-rw-r-- 1 1001 1001 218 Apr 18 08:50 .golangci.yml [2025-04-18T08:53:29.731Z] -rw-rw-r-- 1 1001 1001 100 Apr 18 08:50 .hadolint.yml [2025-04-18T08:53:29.731Z] drwxr-xr-x 3 1001 1001 4096 Apr 18 08:50 .semver [2025-04-18T08:53:29.731Z] -rw-rw-r-- 1 1001 1001 155 Apr 18 08:50 .sonarcloud.properties [2025-04-18T08:53:29.731Z] -rw-rw-r-- 1 1001 1001 1171 Apr 18 08:50 ADOPTERS.md [2025-04-18T08:53:29.732Z] -rw-rw-r-- 1 1001 1001 17374 Apr 18 08:50 Attribution.txt [2025-04-18T08:53:29.732Z] -rw-rw-r-- 1 1001 1001 108018 Apr 18 08:50 CHANGELOG.md [2025-04-18T08:53:29.732Z] -rw-rw-r-- 1 1001 1001 3804 Apr 18 08:50 CONTRIBUTING.md [2025-04-18T08:53:29.732Z] -rw-rw-r-- 1 1001 1001 677 Apr 18 08:50 GOVERNANCE.md [2025-04-18T08:53:29.732Z] -rw-rw-r-- 1 1001 1001 858 Apr 18 08:50 Jenkinsfile [2025-04-18T08:53:29.732Z] -rw-rw-r-- 1 1001 1001 10775 Apr 18 08:50 LICENSE [2025-04-18T08:53:29.732Z] -rw-rw-r-- 1 1001 1001 16740 Apr 18 08:50 Makefile [2025-04-18T08:53:29.732Z] -rw-rw-r-- 1 1001 1001 582 Apr 18 08:50 OWNERS.md [2025-04-18T08:53:29.732Z] -rw-rw-r-- 1 1001 1001 9932 Apr 18 08:50 README.md [2025-04-18T08:53:29.732Z] -rw-rw-r-- 1 1001 1001 789 Apr 18 08:50 SECURITY.md [2025-04-18T08:53:29.732Z] -rw-rw-r-- 1 1001 1001 11 Apr 18 08:50 VERSION [2025-04-18T08:53:29.732Z] drwxrwxr-x 2 1001 1001 4096 Apr 18 08:50 bin [2025-04-18T08:53:29.732Z] drwxrwxr-x 19 1001 1001 4096 Apr 18 08:50 cmd [2025-04-18T08:53:29.732Z] -rw-r--r-- 1 root root 1660924 Apr 18 08:52 coverage.out [2025-04-18T08:53:29.732Z] drwxrwxr-x 2 1001 1001 4096 Apr 18 08:50 fuzz_test [2025-04-18T08:53:29.732Z] -rw-rw-r-- 1 1001 1001 6491 Apr 18 08:50 go.mod [2025-04-18T08:53:29.732Z] -rw-rw-r-- 1 1001 1001 88213 Apr 18 08:50 go.sum [2025-04-18T08:53:29.732Z] drwxrwxr-x 7 1001 1001 4096 Apr 18 08:50 internal [2025-04-18T08:53:29.732Z] drwxrwxr-x 2 1001 1001 4096 Apr 18 08:50 openapi [2025-04-18T08:53:29.732Z] -rw-rw-r-- 1 1001 1001 584 Apr 18 08:50 security.txt [2025-04-18T08:53:29.732Z] -rw-rw-r-- 1 1001 1001 204 Apr 18 08:50 version.go [Pipeline] sh [2025-04-18T08:53:30.017Z] + '[' -e coverage.out ] [2025-04-18T08:53:30.017Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-04-18T08:53:30.167Z] Stashed 1 file(s) [Pipeline] sh [2025-04-18T08:53:30.450Z] + make build [2025-04-18T08:53:30.450Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-18T08:53:31.821Z] provisioning config files... [2025-04-18T08:53:31.844Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/828@tmp/config7361350460025094328tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-18T08:53:32.280Z] ---> ****-login.sh [2025-04-18T08:53:32.280Z] nexus3.edgexfoundry.org:10001 [2025-04-18T08:53:32.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T08:53:32.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T08:53:32.819Z] Configure a credential helper to remove this warning. See [2025-04-18T08:53:32.819Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T08:53:32.819Z] [2025-04-18T08:53:32.819Z] Login Succeeded [2025-04-18T08:53:32.819Z] nexus3.edgexfoundry.org:10002 [2025-04-18T08:53:33.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T08:53:33.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T08:53:33.089Z] Configure a credential helper to remove this warning. See [2025-04-18T08:53:33.089Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T08:53:33.089Z] [2025-04-18T08:53:33.089Z] Login Succeeded [2025-04-18T08:53:33.089Z] nexus3.edgexfoundry.org:10003 [2025-04-18T08:53:33.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T08:53:33.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T08:53:33.357Z] Configure a credential helper to remove this warning. See [2025-04-18T08:53:33.357Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T08:53:33.357Z] [2025-04-18T08:53:33.357Z] Login Succeeded [2025-04-18T08:53:33.357Z] nexus3.edgexfoundry.org:10004 [2025-04-18T08:53:33.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T08:53:33.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T08:53:33.897Z] Configure a credential helper to remove this warning. See [2025-04-18T08:53:33.897Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T08:53:33.897Z] [2025-04-18T08:53:33.897Z] Login Succeeded [2025-04-18T08:53:33.897Z] ****.io [2025-04-18T08:53:34.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T08:53:34.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T08:53:34.164Z] Configure a credential helper to remove this warning. See [2025-04-18T08:53:34.164Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T08:53:34.164Z] [2025-04-18T08:53:34.164Z] Login Succeeded [2025-04-18T08:53:34.164Z] ---> ****-login.sh ends [Pipeline] } [2025-04-18T08:53:34.177Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-04-18T08:53:34.788Z] + git config --global --add safe.directory /w/workspace/edgex-go/828 [Pipeline] echo [2025-04-18T08:53:34.807Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-18T08:53:34.830Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-18T08:53:34.851Z] ========================================================= [2025-04-18T08:53:34.851Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-04-18T08:53:34.851Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-04-18T08:53:35.169Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-04-18T08:53:35.169Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-04-18T08:53:35.169Z] 94e9d8af2201: Pulling fs layer [2025-04-18T08:53:35.169Z] 634366ca850b: Pulling fs layer [2025-04-18T08:53:35.169Z] f66ade281fe9: Pulling fs layer [2025-04-18T08:53:35.169Z] 13fd4ce6e94e: Pulling fs layer [2025-04-18T08:53:35.169Z] 4f4fb700ef54: Pulling fs layer [2025-04-18T08:53:35.169Z] 4cccf3f17d63: Pulling fs layer [2025-04-18T08:53:35.169Z] 2d8010953d95: Pulling fs layer [2025-04-18T08:53:35.169Z] ec743f232bc5: Pulling fs layer [2025-04-18T08:53:35.169Z] 4cccf3f17d63: Waiting [2025-04-18T08:53:35.169Z] 13fd4ce6e94e: Waiting [2025-04-18T08:53:35.169Z] 4f4fb700ef54: Waiting [2025-04-18T08:53:35.169Z] 2d8010953d95: Waiting [2025-04-18T08:53:35.169Z] ec743f232bc5: Waiting [2025-04-18T08:53:35.438Z] 634366ca850b: Download complete [2025-04-18T08:53:35.438Z] 13fd4ce6e94e: Verifying Checksum [2025-04-18T08:53:35.438Z] 13fd4ce6e94e: Download complete [2025-04-18T08:53:35.438Z] 4f4fb700ef54: Verifying Checksum [2025-04-18T08:53:35.438Z] 4f4fb700ef54: Download complete [2025-04-18T08:53:35.438Z] 4cccf3f17d63: Verifying Checksum [2025-04-18T08:53:35.438Z] 4cccf3f17d63: Download complete [2025-04-18T08:53:35.438Z] 94e9d8af2201: Download complete [2025-04-18T08:53:36.026Z] ec743f232bc5: Verifying Checksum [2025-04-18T08:53:36.026Z] ec743f232bc5: Download complete [2025-04-18T08:53:36.297Z] 94e9d8af2201: Pull complete [2025-04-18T08:53:36.887Z] 634366ca850b: Pull complete [2025-04-18T08:53:37.158Z] f66ade281fe9: Verifying Checksum [2025-04-18T08:53:37.158Z] f66ade281fe9: Download complete [2025-04-18T08:53:38.122Z] 2d8010953d95: Verifying Checksum [2025-04-18T08:53:38.122Z] 2d8010953d95: Download complete [2025-04-18T08:53:50.451Z] f66ade281fe9: Pull complete [2025-04-18T08:53:50.719Z] 13fd4ce6e94e: Pull complete [2025-04-18T08:53:50.987Z] 4f4fb700ef54: Pull complete [2025-04-18T08:53:51.257Z] 4cccf3f17d63: Pull complete [2025-04-18T08:53:56.998Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-04-18T08:53:56.998Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-04-18T08:53:56.998Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-04-18T08:53:57.935Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-04-18T08:53:59.478Z] 2d8010953d95: Pull complete [2025-04-18T08:53:59.838Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-04-18T08:54:00.905Z] ec743f232bc5: Pull complete [2025-04-18T08:54:01.175Z] Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda [2025-04-18T08:54:01.175Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-04-18T08:54:01.175Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-04-18T08:54:01.533Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-04-18T08:54:01.533Z] WORKDIR /edgex [2025-04-18T08:54:01.533Z] COPY go.mod . [2025-04-18T08:54:01.533Z] RUN go mod download [2025-04-18T08:54:01.533Z] + docker build -t ci-base-image-arm64 -f - . [2025-04-18T08:54:02.132Z] Sending build context to Docker daemon 3.692MB [2025-04-18T08:54:02.132Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-04-18T08:54:02.132Z] ---> 12c1d4c06be1 [2025-04-18T08:54:02.132Z] Step 2/4 : WORKDIR /edgex [2025-04-18T08:54:04.077Z] ---> Running in 4f840b9ba983 [2025-04-18T08:54:04.077Z] Removing intermediate container 4f840b9ba983 [2025-04-18T08:54:04.077Z] ---> e2316f8d8777 [2025-04-18T08:54:04.077Z] Step 3/4 : COPY go.mod . [2025-04-18T08:54:04.664Z] ---> 44c4d5ba8cde [2025-04-18T08:54:04.664Z] Step 4/4 : RUN go mod download [2025-04-18T08:54:04.664Z] ---> Running in 7a77b0da2f1d [2025-04-18T08:54:05.105Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-04-18T08:54:07.006Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-04-18T08:54:08.908Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-04-18T08:54:11.441Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-04-18T08:54:13.347Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-04-18T08:54:14.723Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-04-18T08:54:15.291Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-04-18T08:54:17.215Z] $ docker stop --time=1 9dff2bb84d6f4be5ebf5050f7439e2058b03d2a8426bf8bcd7a0a2e198203dc9 [2025-04-18T08:54:20.090Z] $ docker rm -f --volumes 9dff2bb84d6f4be5ebf5050f7439e2058b03d2a8426bf8bcd7a0a2e198203dc9 [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-04-18T08:54:21.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-04-18T08:54:21.447Z] [2025-04-18T08:54:21.447Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:54:21.751Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-04-18T08:54:21.751Z] latest: Pulling from edgex-devops/edgex-compose [2025-04-18T08:54:21.751Z] 91d30c5bc195: Pulling fs layer [2025-04-18T08:54:21.751Z] 2e9b0aa3be6d: Pulling fs layer [2025-04-18T08:54:21.751Z] 9c61dcf015f6: Pulling fs layer [2025-04-18T08:54:21.751Z] 4698f68db338: Pulling fs layer [2025-04-18T08:54:21.751Z] 2a2f49069b9e: Pulling fs layer [2025-04-18T08:54:21.751Z] e0025b399a48: Pulling fs layer [2025-04-18T08:54:21.751Z] 4698f68db338: Waiting [2025-04-18T08:54:21.751Z] 2a2f49069b9e: Waiting [2025-04-18T08:54:21.751Z] e0025b399a48: Waiting [2025-04-18T08:54:21.751Z] 91d30c5bc195: Verifying Checksum [2025-04-18T08:54:21.751Z] 91d30c5bc195: Download complete [2025-04-18T08:54:21.751Z] 4698f68db338: Verifying Checksum [2025-04-18T08:54:21.751Z] 4698f68db338: Download complete [2025-04-18T08:54:22.008Z] 2e9b0aa3be6d: Verifying Checksum [2025-04-18T08:54:22.008Z] 2e9b0aa3be6d: Download complete [2025-04-18T08:54:22.008Z] 91d30c5bc195: Pull complete [2025-04-18T08:54:22.008Z] 2a2f49069b9e: Download complete [2025-04-18T08:54:22.267Z] 2e9b0aa3be6d: Pull complete [2025-04-18T08:54:22.525Z] 9c61dcf015f6: Verifying Checksum [2025-04-18T08:54:22.525Z] 9c61dcf015f6: Download complete [2025-04-18T08:54:25.053Z] 9c61dcf015f6: Pull complete [2025-04-18T08:54:25.053Z] 4698f68db338: Pull complete [2025-04-18T08:54:25.311Z] 2a2f49069b9e: Pull complete [2025-04-18T08:54:25.569Z] e0025b399a48: Pull complete [2025-04-18T08:54:25.569Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-04-18T08:54:25.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-04-18T08:54:25.569Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T08:54:25.670Z] prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container [2025-04-18T08:54:25.699Z] $ 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/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-04-18T08:54:27.200Z] $ docker top 1234098618a970bc4cf422477a06edd094cd085545d90058a304c5c9527db55e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-18T08:54:27.902Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-04-18T08:54:29.871Z] #1 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-18T08:54:29.871Z] #1 transferring dockerfile: 2.14kB done [2025-04-18T08:54:29.871Z] #1 DONE 0.0s [2025-04-18T08:54:30.131Z] [2025-04-18T08:54:30.131Z] #2 [core-data internal] load build definition from Dockerfile [2025-04-18T08:54:30.131Z] #2 transferring dockerfile: 2.04kB done [2025-04-18T08:54:30.131Z] #2 DONE 0.0s [2025-04-18T08:54:30.131Z] [2025-04-18T08:54:30.131Z] #3 [core-command internal] load build definition from Dockerfile [2025-04-18T08:54:30.131Z] #3 transferring dockerfile: 1.94kB done [2025-04-18T08:54:30.131Z] #3 DONE 0.0s [2025-04-18T08:54:30.131Z] [2025-04-18T08:54:30.131Z] #4 [support-scheduler internal] load build definition from Dockerfile [2025-04-18T08:54:30.391Z] #4 transferring dockerfile: 1.83kB done [2025-04-18T08:54:30.391Z] #4 DONE 0.0s [2025-04-18T08:54:30.391Z] [2025-04-18T08:54:30.391Z] #5 [security-secretstore-setup internal] load build definition from Dockerfile [2025-04-18T08:54:30.391Z] #5 transferring dockerfile: 2.49kB done [2025-04-18T08:54:30.391Z] #5 DONE 0.0s [2025-04-18T08:54:30.391Z] [2025-04-18T08:54:30.391Z] #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-04-18T08:54:30.391Z] #6 transferring dockerfile: 2.23kB done [2025-04-18T08:54:30.391Z] #6 DONE 0.0s [2025-04-18T08:54:30.391Z] [2025-04-18T08:54:30.391Z] #7 [core-keeper internal] load build definition from Dockerfile [2025-04-18T08:54:30.391Z] #7 transferring dockerfile: 2.01kB done [2025-04-18T08:54:30.391Z] #7 DONE 0.0s [2025-04-18T08:54:30.391Z] [2025-04-18T08:54:30.391Z] #8 [security-spire-server internal] load build definition from Dockerfile [2025-04-18T08:54:30.391Z] #8 transferring dockerfile: 1.70kB done [2025-04-18T08:54:30.391Z] #8 DONE 0.0s [2025-04-18T08:54:30.391Z] [2025-04-18T08:54:30.391Z] #9 [security-proxy-auth internal] load .dockerignore [2025-04-18T08:54:30.391Z] #9 transferring context: 50B done [2025-04-18T08:54:30.391Z] #9 DONE 0.0s [2025-04-18T08:54:30.391Z] [2025-04-18T08:54:30.391Z] #10 [security-spire-agent internal] load build definition from Dockerfile [2025-04-18T08:54:30.391Z] #10 transferring dockerfile: 1.81kB done [2025-04-18T08:54:30.391Z] #10 DONE 0.0s [2025-04-18T08:54:30.391Z] [2025-04-18T08:54:30.391Z] #11 [security-proxy-setup internal] load build definition from Dockerfile [2025-04-18T08:54:30.391Z] #11 transferring dockerfile: 2.50kB done [2025-04-18T08:54:30.391Z] #11 DONE 0.0s [2025-04-18T08:54:30.391Z] [2025-04-18T08:54:30.391Z] #12 [security-spire-config internal] load build definition from Dockerfile [2025-04-18T08:54:30.391Z] #12 transferring dockerfile: 1.69kB done [2025-04-18T08:54:30.391Z] #12 DONE 0.0s [2025-04-18T08:54:30.391Z] [2025-04-18T08:54:30.391Z] #13 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-04-18T08:54:30.391Z] #13 transferring dockerfile: 1.89kB done [2025-04-18T08:54:30.391Z] #13 DONE 0.1s [2025-04-18T08:54:30.391Z] [2025-04-18T08:54:30.391Z] #14 [core-metadata internal] load build definition from Dockerfile [2025-04-18T08:54:30.391Z] #14 transferring dockerfile: 2.10kB done [2025-04-18T08:54:30.391Z] #14 DONE 0.1s [2025-04-18T08:54:30.391Z] [2025-04-18T08:54:30.391Z] #15 [security-bootstrapper internal] load build definition from Dockerfile [2025-04-18T08:54:30.391Z] #15 transferring dockerfile: 3.02kB done [2025-04-18T08:54:30.391Z] #15 DONE 0.1s [2025-04-18T08:54:30.391Z] [2025-04-18T08:54:30.391Z] #16 [support-notifications internal] load build definition from Dockerfile [2025-04-18T08:54:30.391Z] #16 transferring dockerfile: 2.00kB done [2025-04-18T08:54:30.391Z] #16 DONE 0.1s [2025-04-18T08:54:30.650Z] [2025-04-18T08:54:30.650Z] #17 [core-data internal] load .dockerignore [2025-04-18T08:54:30.650Z] #17 transferring context: 50B done [2025-04-18T08:54:30.650Z] #17 DONE 0.0s [2025-04-18T08:54:30.650Z] [2025-04-18T08:54:30.650Z] #18 [core-command internal] load .dockerignore [2025-04-18T08:54:30.650Z] #18 transferring context: 50B done [2025-04-18T08:54:30.650Z] #18 DONE 0.0s [2025-04-18T08:54:30.650Z] [2025-04-18T08:54:30.650Z] #19 [core-common-config-bootstrapper internal] load .dockerignore [2025-04-18T08:54:30.650Z] #19 transferring context: 50B done [2025-04-18T08:54:30.650Z] #19 DONE 0.1s [2025-04-18T08:54:30.650Z] [2025-04-18T08:54:30.650Z] #20 [support-scheduler internal] load .dockerignore [2025-04-18T08:54:30.650Z] #20 transferring context: 50B done [2025-04-18T08:54:30.650Z] #20 DONE 0.0s [2025-04-18T08:54:30.650Z] [2025-04-18T08:54:30.650Z] #21 [security-secretstore-setup internal] load .dockerignore [2025-04-18T08:54:30.650Z] #21 transferring context: 50B done [2025-04-18T08:54:30.650Z] #21 DONE 0.1s [2025-04-18T08:54:30.650Z] [2025-04-18T08:54:30.650Z] #22 [core-keeper internal] load .dockerignore [2025-04-18T08:54:30.650Z] #22 transferring context: 50B done [2025-04-18T08:54:30.650Z] #22 DONE 0.1s [2025-04-18T08:54:30.650Z] [2025-04-18T08:54:30.650Z] #23 [security-spire-server internal] load .dockerignore [2025-04-18T08:54:30.650Z] #23 transferring context: 50B done [2025-04-18T08:54:30.650Z] #23 DONE 0.0s [2025-04-18T08:54:30.650Z] [2025-04-18T08:54:30.650Z] #24 [security-proxy-setup internal] load .dockerignore [2025-04-18T08:54:30.650Z] #24 transferring context: 50B done [2025-04-18T08:54:30.650Z] #24 DONE 0.1s [2025-04-18T08:54:30.650Z] [2025-04-18T08:54:30.650Z] #25 [security-spire-config internal] load .dockerignore [2025-04-18T08:54:30.650Z] #25 transferring context: 50B done [2025-04-18T08:54:30.650Z] #25 DONE 0.0s [2025-04-18T08:54:30.650Z] [2025-04-18T08:54:30.650Z] #26 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-04-18T08:54:30.650Z] #26 DONE 0.0s [2025-04-18T08:54:30.650Z] [2025-04-18T08:54:30.650Z] #27 [core-metadata internal] load .dockerignore [2025-04-18T08:54:30.650Z] #27 transferring context: 50B done [2025-04-18T08:54:30.650Z] #27 DONE 0.1s [2025-04-18T08:54:30.650Z] [2025-04-18T08:54:30.650Z] #28 [security-spire-agent internal] load .dockerignore [2025-04-18T08:54:30.650Z] #28 transferring context: 50B done [2025-04-18T08:54:30.650Z] #28 DONE 0.1s [2025-04-18T08:54:30.650Z] [2025-04-18T08:54:30.650Z] #29 [security-spiffe-token-provider internal] load .dockerignore [2025-04-18T08:54:30.650Z] #29 transferring context: 50B done [2025-04-18T08:54:30.650Z] #29 DONE 0.0s [2025-04-18T08:54:30.650Z] [2025-04-18T08:54:30.650Z] #30 [security-bootstrapper internal] load .dockerignore [2025-04-18T08:54:30.650Z] #30 transferring context: 50B done [2025-04-18T08:54:30.650Z] #30 DONE 0.1s [2025-04-18T08:54:30.650Z] [2025-04-18T08:54:30.650Z] #31 [support-notifications internal] load .dockerignore [2025-04-18T08:54:30.650Z] #31 transferring context: 50B done [2025-04-18T08:54:30.650Z] #31 DONE 0.1s [2025-04-18T08:54:30.650Z] [2025-04-18T08:54:30.650Z] #26 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-04-18T08:54:30.650Z] #26 DONE 0.0s [2025-04-18T08:54:30.650Z] [2025-04-18T08:54:30.650Z] #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 [2025-04-18T08:54:30.910Z] #32 ... [2025-04-18T08:54:30.910Z] [2025-04-18T08:54:30.910Z] #26 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-04-18T08:54:30.910Z] #26 DONE 0.0s [2025-04-18T08:54:30.910Z] [2025-04-18T08:54:30.910Z] #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2025-04-18T08:54:30.910Z] #32 ... [2025-04-18T08:54:30.910Z] [2025-04-18T08:54:30.910Z] #26 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-04-18T08:54:30.910Z] #26 DONE 0.0s [2025-04-18T08:54:30.910Z] [2025-04-18T08:54:30.910Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-04-18T08:54:31.168Z] #32 DONE 0.5s [2025-04-18T08:54:31.168Z] [2025-04-18T08:54:31.168Z] #33 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-18T08:54:31.168Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-04-18T08:54:31.168Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-04-18T08:54:31.168Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-18T08:54:31.168Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-04-18T08:54:31.168Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-04-18T08:54:31.427Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-04-18T08:54:31.427Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-18T08:54:31.427Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-04-18T08:54:31.427Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-04-18T08:54:31.427Z] #33 DONE 0.6s [2025-04-18T08:54:31.427Z] [2025-04-18T08:54:31.427Z] #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-04-18T08:54:31.427Z] #34 DONE 0.5s [2025-04-18T08:54:31.427Z] [2025-04-18T08:54:31.427Z] #35 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-04-18T08:54:31.427Z] #35 DONE 0.6s [2025-04-18T08:54:31.427Z] [2025-04-18T08:54:31.427Z] #36 [security-spire-agent internal] load build context [2025-04-18T08:54:31.427Z] #36 DONE 0.0s [2025-04-18T08:54:31.427Z] [2025-04-18T08:54:31.427Z] #37 [security-spire-server internal] load build context [2025-04-18T08:54:31.427Z] #37 DONE 0.0s [2025-04-18T08:54:31.427Z] [2025-04-18T08:54:31.427Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:54:31.427Z] #38 DONE 0.0s [2025-04-18T08:54:31.427Z] [2025-04-18T08:54:31.427Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-18T08:54:31.427Z] #39 DONE 0.0s [2025-04-18T08:54:31.427Z] [2025-04-18T08:54:31.427Z] #40 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-04-18T08:54:32.366Z] #40 ... [2025-04-18T08:54:32.366Z] [2025-04-18T08:54:32.366Z] #41 [security-spire-config internal] load build context [2025-04-18T08:54:32.366Z] #41 transferring context: 22.05kB 0.0s done [2025-04-18T08:54:32.366Z] #41 DONE 0.6s [2025-04-18T08:54:32.366Z] [2025-04-18T08:54:32.366Z] #37 [security-spire-server internal] load build context [2025-04-18T08:54:32.366Z] #37 transferring context: 23.80kB 0.0s done [2025-04-18T08:54:32.366Z] #37 DONE 0.6s [2025-04-18T08:54:32.366Z] [2025-04-18T08:54:32.366Z] #36 [security-spire-agent internal] load build context [2025-04-18T08:54:32.366Z] #36 transferring context: 23.33kB 0.0s done [2025-04-18T08:54:32.366Z] #36 DONE 0.6s [2025-04-18T08:54:32.366Z] [2025-04-18T08:54:32.366Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:54:32.366Z] #38 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-04-18T08:54:32.366Z] #38 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-04-18T08:54:32.366Z] #38 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-04-18T08:54:32.366Z] #38 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-04-18T08:54:32.366Z] #38 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s done [2025-04-18T08:54:32.366Z] #38 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-04-18T08:54:32.366Z] #38 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.3s done [2025-04-18T08:54:32.366Z] #38 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-04-18T08:54:32.366Z] #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.3s [2025-04-18T08:54:32.366Z] #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.15MB / 36.47MB 0.4s [2025-04-18T08:54:32.366Z] #38 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-04-18T08:54:32.624Z] #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 29.36MB / 36.47MB 0.6s [2025-04-18T08:54:32.624Z] #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.7s [2025-04-18T08:54:32.882Z] #38 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-04-18T08:54:32.882Z] #38 ... [2025-04-18T08:54:32.882Z] [2025-04-18T08:54:32.882Z] #40 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-04-18T08:54:32.882Z] #40 DONE 1.9s [2025-04-18T08:54:32.882Z] [2025-04-18T08:54:32.882Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:54:32.882Z] #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.9s done [2025-04-18T08:54:33.139Z] #38 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 [2025-04-18T08:54:35.043Z] #38 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.0s done [2025-04-18T08:54:40.336Z] #38 ... [2025-04-18T08:54:40.336Z] [2025-04-18T08:54:40.336Z] #42 [security-proxy-auth internal] load build context [2025-04-18T08:54:40.336Z] #42 transferring context: 284.50MB 8.9s [2025-04-18T08:54:40.336Z] #42 ... [2025-04-18T08:54:40.336Z] [2025-04-18T08:54:40.336Z] #43 [security-secretstore-setup internal] load build context [2025-04-18T08:54:40.336Z] #43 ... [2025-04-18T08:54:40.336Z] [2025-04-18T08:54:40.336Z] #42 [security-proxy-auth internal] load build context [2025-04-18T08:54:41.270Z] #42 ... [2025-04-18T08:54:41.270Z] [2025-04-18T08:54:41.270Z] #44 [support-scheduler internal] load build context [2025-04-18T08:54:41.270Z] #44 ... [2025-04-18T08:54:41.270Z] [2025-04-18T08:54:41.270Z] #45 [security-proxy-setup internal] load build context [2025-04-18T08:54:41.270Z] #45 ... [2025-04-18T08:54:41.270Z] [2025-04-18T08:54:41.270Z] #46 [security-spiffe-token-provider internal] load build context [2025-04-18T08:54:41.270Z] #46 ... [2025-04-18T08:54:41.270Z] [2025-04-18T08:54:41.270Z] #47 [core-command internal] load build context [2025-04-18T08:54:41.528Z] #47 ... [2025-04-18T08:54:41.528Z] [2025-04-18T08:54:41.528Z] #48 [core-metadata internal] load build context [2025-04-18T08:54:41.528Z] #48 ... [2025-04-18T08:54:41.528Z] [2025-04-18T08:54:41.528Z] #49 [security-bootstrapper internal] load build context [2025-04-18T08:54:41.789Z] #49 ... [2025-04-18T08:54:41.789Z] [2025-04-18T08:54:41.789Z] #50 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-04-18T08:54:41.789Z] #0 1.212 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:54:41.789Z] #0 1.497 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:54:41.789Z] #0 1.876 (1/4) Installing dumb-init (1.2.5-r3) [2025-04-18T08:54:41.789Z] #0 1.881 (2/4) Installing openssl (3.3.3-r0) [2025-04-18T08:54:41.789Z] #0 1.897 (3/4) Installing su-exec (0.2-r3) [2025-04-18T08:54:41.789Z] #0 1.900 (4/4) Installing yq-go (4.44.1-r2) [2025-04-18T08:54:41.789Z] #0 2.019 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:54:41.789Z] #0 2.028 OK: 19 MiB in 18 packages [2025-04-18T08:54:41.789Z] #50 ... [2025-04-18T08:54:41.789Z] [2025-04-18T08:54:41.789Z] #51 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-04-18T08:54:41.789Z] #0 1.227 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:54:41.789Z] #0 1.493 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:54:41.789Z] #0 1.850 (1/4) Installing ca-certificates (20241121-r1) [2025-04-18T08:54:41.789Z] #0 1.870 (2/4) Installing dumb-init (1.2.5-r3) [2025-04-18T08:54:41.789Z] #0 1.877 (3/4) Installing su-exec (0.2-r3) [2025-04-18T08:54:41.789Z] #0 1.877 (4/4) Installing yq-go (4.44.1-r2) [2025-04-18T08:54:41.789Z] #0 2.035 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:54:41.789Z] #0 2.041 Executing ca-certificates-20241121-r1.trigger [2025-04-18T08:54:41.789Z] #0 2.095 OK: 19 MiB in 18 packages [2025-04-18T08:54:42.458Z] #51 ... [2025-04-18T08:54:42.458Z] [2025-04-18T08:54:42.458Z] #52 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-04-18T08:54:42.458Z] #52 ... [2025-04-18T08:54:42.458Z] [2025-04-18T08:54:42.458Z] #53 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-04-18T08:54:42.718Z] #53 ... [2025-04-18T08:54:42.718Z] [2025-04-18T08:54:42.718Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-04-18T08:54:42.718Z] #54 ... [2025-04-18T08:54:42.718Z] [2025-04-18T08:54:42.718Z] #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-04-18T08:54:42.718Z] #0 6.103 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:54:42.718Z] #0 6.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:54:42.718Z] #0 6.559 (1/2) Installing dumb-init (1.2.5-r3) [2025-04-18T08:54:42.718Z] #0 6.565 (2/2) Installing su-exec (0.2-r3) [2025-04-18T08:54:42.718Z] #0 6.569 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:54:42.718Z] #0 6.582 OK: 8 MiB in 16 packages [2025-04-18T08:54:42.718Z] #55 ... [2025-04-18T08:54:42.718Z] [2025-04-18T08:54:42.718Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-04-18T08:54:42.718Z] #56 ... [2025-04-18T08:54:42.718Z] [2025-04-18T08:54:42.718Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-04-18T08:54:42.976Z] #57 ... [2025-04-18T08:54:42.977Z] [2025-04-18T08:54:42.977Z] #58 [core-command builder 2/7] WORKDIR /edgex-go [2025-04-18T08:54:42.977Z] #58 ... [2025-04-18T08:54:42.977Z] [2025-04-18T08:54:42.977Z] #59 [core-data internal] load build context [2025-04-18T08:54:42.977Z] #59 ... [2025-04-18T08:54:42.977Z] [2025-04-18T08:54:42.977Z] #60 [core-common-config-bootstrapper internal] load build context [2025-04-18T08:54:43.265Z] #60 ... [2025-04-18T08:54:43.265Z] [2025-04-18T08:54:43.265Z] #61 [core-keeper internal] load build context [2025-04-18T08:54:43.525Z] #61 ... [2025-04-18T08:54:43.525Z] [2025-04-18T08:54:43.525Z] #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-04-18T08:54:43.525Z] #62 ... [2025-04-18T08:54:43.525Z] [2025-04-18T08:54:43.525Z] #63 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-04-18T08:54:43.525Z] #0 2.566 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:54:43.525Z] #0 2.643 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:54:43.525Z] #0 2.915 v3.20.6-111-g55bff17929f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-04-18T08:54:43.525Z] #0 2.915 v3.20.6-110-g0e25f93fe4c [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-04-18T08:54:43.525Z] #0 2.915 OK: 24171 distinct packages available [2025-04-18T08:54:43.525Z] #0 2.971 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:54:43.525Z] #0 3.040 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:54:43.525Z] #0 3.340 (1/5) Installing dumb-init (1.2.5-r3) [2025-04-18T08:54:43.525Z] #0 3.360 (2/5) Installing musl-obstack (1.2.3-r2) [2025-04-18T08:54:43.525Z] #0 3.378 (3/5) Installing libucontext (1.2-r3) [2025-04-18T08:54:43.525Z] #0 3.392 (4/5) Installing gcompat (1.1.0-r4) [2025-04-18T08:54:43.525Z] #0 3.396 (5/5) Installing openssl (3.3.3-r0) [2025-04-18T08:54:43.525Z] #0 3.406 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:54:43.525Z] #0 3.417 OK: 9 MiB in 19 packages [2025-04-18T08:54:43.525Z] #63 ... [2025-04-18T08:54:43.525Z] [2025-04-18T08:54:43.525Z] #64 [support-notifications internal] load build context [2025-04-18T08:54:43.784Z] #64 ... [2025-04-18T08:54:43.784Z] [2025-04-18T08:54:43.784Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-18T08:54:43.784Z] #39 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.3s done [2025-04-18T08:54:43.784Z] #39 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-04-18T08:54:43.784Z] #39 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-04-18T08:54:43.784Z] #39 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-04-18T08:54:43.784Z] #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-04-18T08:54:43.784Z] #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.0s done [2025-04-18T08:54:43.784Z] #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-04-18T08:54:43.784Z] #39 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.3s done [2025-04-18T08:54:43.784Z] #39 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.5s done [2025-04-18T08:54:43.784Z] #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-04-18T08:54:43.784Z] #39 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-04-18T08:54:43.784Z] #39 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.1s done [2025-04-18T08:54:43.784Z] #39 ... [2025-04-18T08:54:43.784Z] [2025-04-18T08:54:43.784Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-04-18T08:54:43.784Z] #65 ... [2025-04-18T08:54:43.784Z] [2025-04-18T08:54:43.784Z] #64 [support-notifications internal] load build context [2025-04-18T08:54:44.720Z] #64 transferring context: 503.31MB 13.4s done [2025-04-18T08:54:48.923Z] #64 ... [2025-04-18T08:54:48.923Z] [2025-04-18T08:54:48.923Z] #49 [security-bootstrapper internal] load build context [2025-04-18T08:54:48.923Z] #49 transferring context: 503.31MB 15.7s done [2025-04-18T08:54:50.848Z] #49 ... [2025-04-18T08:54:50.848Z] [2025-04-18T08:54:50.848Z] #43 [security-secretstore-setup internal] load build context [2025-04-18T08:54:50.848Z] #43 transferring context: 503.31MB 13.9s done [2025-04-18T08:54:50.848Z] #43 ... [2025-04-18T08:54:50.848Z] [2025-04-18T08:54:50.848Z] #44 [support-scheduler internal] load build context [2025-04-18T08:54:50.848Z] #44 transferring context: 503.31MB 14.6s done [2025-04-18T08:54:51.784Z] #44 ... [2025-04-18T08:54:51.784Z] [2025-04-18T08:54:51.784Z] #42 [security-proxy-auth internal] load build context [2025-04-18T08:54:51.784Z] #42 transferring context: 503.31MB 13.8s done [2025-04-18T08:54:51.784Z] #42 ... [2025-04-18T08:54:51.784Z] [2025-04-18T08:54:51.784Z] #47 [core-command internal] load build context [2025-04-18T08:54:51.784Z] #47 transferring context: 503.31MB 14.0s done [2025-04-18T08:54:51.784Z] #47 ... [2025-04-18T08:54:51.784Z] [2025-04-18T08:54:51.784Z] #48 [core-metadata internal] load build context [2025-04-18T08:54:51.784Z] #48 transferring context: 503.31MB 13.7s done [2025-04-18T08:54:52.043Z] #48 ... [2025-04-18T08:54:52.043Z] [2025-04-18T08:54:52.043Z] #46 [security-spiffe-token-provider internal] load build context [2025-04-18T08:54:52.043Z] #46 transferring context: 503.31MB 14.4s done [2025-04-18T08:54:52.623Z] #46 ... [2025-04-18T08:54:52.623Z] [2025-04-18T08:54:52.623Z] #45 [security-proxy-setup internal] load build context [2025-04-18T08:54:52.623Z] #45 transferring context: 503.31MB 13.4s done [2025-04-18T08:54:53.190Z] #45 ... [2025-04-18T08:54:53.190Z] [2025-04-18T08:54:53.190Z] #59 [core-data internal] load build context [2025-04-18T08:54:53.190Z] #59 transferring context: 503.31MB 14.2s done [2025-04-18T08:54:53.448Z] #59 ... [2025-04-18T08:54:53.448Z] [2025-04-18T08:54:53.448Z] #60 [core-common-config-bootstrapper internal] load build context [2025-04-18T08:54:53.448Z] #60 transferring context: 503.31MB 13.7s done [2025-04-18T08:54:53.448Z] #60 ... [2025-04-18T08:54:53.448Z] [2025-04-18T08:54:53.448Z] #61 [core-keeper internal] load build context [2025-04-18T08:54:53.448Z] #61 transferring context: 503.31MB 14.1s done [2025-04-18T08:55:01.057Z] Removing intermediate container 7a77b0da2f1d [2025-04-18T08:55:01.057Z] ---> 05b20c0c43d8 [2025-04-18T08:55:01.057Z] Successfully built 05b20c0c43d8 [2025-04-18T08:55:01.057Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:55:01.392Z] + docker inspect -f . ci-base-image-arm64 [2025-04-18T08:55:01.392Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T08:55:01.602Z] prd-ubuntu20.04-docker-arm64-4c-16g-86 does not seem to be running inside a container [2025-04-18T08:55:01.657Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@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-04-18T08:55:02.967Z] $ docker top 27b96c6709bcd3af80b8d962da1130aab732d75911624a9134313758accf3269 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-18T08:55:03.811Z] + go version [2025-04-18T08:55:03.811Z] go version go1.23.8 linux/arm64 [Pipeline] } [2025-04-18T08:55:03.824Z] $ docker stop --time=1 27b96c6709bcd3af80b8d962da1130aab732d75911624a9134313758accf3269 [2025-04-18T08:55:05.458Z] $ docker rm -f --volumes 27b96c6709bcd3af80b8d962da1130aab732d75911624a9134313758accf3269 [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-04-18T08:55:06.199Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-04-18T08:55:06.199Z] [2025-04-18T08:55:06.199Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:55:06.548Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-04-18T08:55:06.548Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-04-18T08:55:06.548Z] 547446be3368: Pulling fs layer [2025-04-18T08:55:06.548Z] d125d8839a47: Pulling fs layer [2025-04-18T08:55:06.548Z] 3e85d5ac6304: Pulling fs layer [2025-04-18T08:55:06.548Z] c3105a71a48b: Pulling fs layer [2025-04-18T08:55:06.548Z] 0f093f025ec4: Pulling fs layer [2025-04-18T08:55:06.548Z] c3106fc0e877: Pulling fs layer [2025-04-18T08:55:06.548Z] c3105a71a48b: Waiting [2025-04-18T08:55:06.548Z] 0f093f025ec4: Waiting [2025-04-18T08:55:06.548Z] c3106fc0e877: Waiting [2025-04-18T08:55:06.817Z] 547446be3368: Verifying Checksum [2025-04-18T08:55:06.817Z] 547446be3368: Download complete [2025-04-18T08:55:06.817Z] c3105a71a48b: Verifying Checksum [2025-04-18T08:55:06.817Z] c3105a71a48b: Download complete [2025-04-18T08:55:07.084Z] d125d8839a47: Verifying Checksum [2025-04-18T08:55:07.084Z] d125d8839a47: Download complete [2025-04-18T08:55:07.084Z] c3106fc0e877: Verifying Checksum [2025-04-18T08:55:07.084Z] c3106fc0e877: Download complete [2025-04-18T08:55:07.352Z] 0f093f025ec4: Verifying Checksum [2025-04-18T08:55:07.352Z] 0f093f025ec4: Download complete [2025-04-18T08:55:07.352Z] 547446be3368: Pull complete [2025-04-18T08:55:08.759Z] d125d8839a47: Pull complete [2025-04-18T08:55:09.342Z] 3e85d5ac6304: Verifying Checksum [2025-04-18T08:55:09.342Z] 3e85d5ac6304: Download complete [2025-04-18T08:55:11.541Z] #61 ... [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #64 [support-notifications internal] load build context [2025-04-18T08:55:11.541Z] #64 DONE 39.3s [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #50 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-04-18T08:55:11.541Z] #50 DONE 38.7s [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #51 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-04-18T08:55:11.541Z] #51 DONE 38.7s [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #45 [security-proxy-setup internal] load build context [2025-04-18T08:55:11.541Z] #45 DONE 39.4s [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #63 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-04-18T08:55:11.541Z] #63 DONE 38.8s [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-04-18T08:55:11.541Z] #55 DONE 38.8s [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #58 [support-scheduler builder 2/7] WORKDIR /edgex-go [2025-04-18T08:55:11.541Z] #58 DONE 37.7s [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-04-18T08:55:11.541Z] #66 ... [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #48 [core-metadata internal] load build context [2025-04-18T08:55:11.541Z] #48 DONE 39.4s [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #60 [core-common-config-bootstrapper internal] load build context [2025-04-18T08:55:11.541Z] #60 DONE 39.5s [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #47 [core-command internal] load build context [2025-04-18T08:55:11.541Z] #47 DONE 39.5s [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #43 [security-secretstore-setup internal] load build context [2025-04-18T08:55:11.541Z] #43 DONE 39.5s [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #59 [core-data internal] load build context [2025-04-18T08:55:11.541Z] #59 DONE 39.5s [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #61 [core-keeper internal] load build context [2025-04-18T08:55:11.541Z] #61 DONE 39.5s [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #42 [security-proxy-auth internal] load build context [2025-04-18T08:55:11.541Z] #42 DONE 39.5s [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #46 [security-spiffe-token-provider internal] load build context [2025-04-18T08:55:11.541Z] #46 DONE 39.5s [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #44 [support-scheduler internal] load build context [2025-04-18T08:55:11.541Z] #44 DONE 39.5s [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #49 [security-bootstrapper internal] load build context [2025-04-18T08:55:11.541Z] #49 DONE 39.5s [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:11.541Z] #38 ... [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #52 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-04-18T08:55:11.541Z] #52 DONE 39.5s [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-04-18T08:55:11.541Z] #54 39.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:11.541Z] #54 39.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:11.541Z] #54 ... [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #53 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-04-18T08:55:11.541Z] #53 39.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:11.541Z] #53 39.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:11.541Z] #53 39.77 (1/1) Installing dumb-init (1.2.5-r3) [2025-04-18T08:55:11.541Z] #53 39.78 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:55:11.541Z] #53 39.79 OK: 8 MiB in 15 packages [2025-04-18T08:55:11.541Z] #53 DONE 39.9s [2025-04-18T08:55:11.541Z] [2025-04-18T08:55:11.541Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-04-18T08:55:11.541Z] #57 39.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:11.541Z] #57 39.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:12.106Z] #57 ... [2025-04-18T08:55:12.106Z] [2025-04-18T08:55:12.106Z] #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-04-18T08:55:12.106Z] #62 39.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:12.106Z] #62 39.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:12.106Z] #62 39.63 v3.20.6-111-g55bff17929f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-04-18T08:55:12.106Z] #62 39.63 v3.20.6-110-g0e25f93fe4c [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-04-18T08:55:12.106Z] #62 39.63 OK: 24171 distinct packages available [2025-04-18T08:55:12.106Z] #62 39.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:12.106Z] #62 39.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:12.106Z] #62 40.06 (1/4) Installing dumb-init (1.2.5-r3) [2025-04-18T08:55:12.106Z] #62 40.07 (2/4) Installing musl-obstack (1.2.3-r2) [2025-04-18T08:55:12.106Z] #62 40.07 (3/4) Installing libucontext (1.2-r3) [2025-04-18T08:55:12.106Z] #62 40.07 (4/4) Installing gcompat (1.1.0-r4) [2025-04-18T08:55:12.106Z] #62 40.08 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:55:12.106Z] #62 40.08 OK: 8 MiB in 18 packages [2025-04-18T08:55:12.106Z] #62 DONE 40.2s [2025-04-18T08:55:12.106Z] [2025-04-18T08:55:12.106Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-04-18T08:55:12.106Z] #57 40.28 (1/3) Installing ca-certificates (20241121-r1) [2025-04-18T08:55:12.106Z] #57 40.30 (2/3) Installing dumb-init (1.2.5-r3) [2025-04-18T08:55:12.106Z] #57 40.30 (3/3) Installing tzdata (2025b-r0) [2025-04-18T08:55:12.106Z] #57 40.33 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:55:12.106Z] #57 40.34 Executing ca-certificates-20241121-r1.trigger [2025-04-18T08:55:12.106Z] #57 40.38 OK: 10 MiB in 17 packages [2025-04-18T08:55:12.365Z] #57 DONE 40.6s [2025-04-18T08:55:12.365Z] [2025-04-18T08:55:12.365Z] #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-04-18T08:55:12.365Z] #67 DONE 1.9s [2025-04-18T08:55:12.365Z] [2025-04-18T08:55:12.365Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-04-18T08:55:12.365Z] #65 39.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:12.365Z] #65 39.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:12.365Z] #65 40.28 (1/7) Installing ca-certificates (20241121-r1) [2025-04-18T08:55:12.365Z] #65 40.30 (2/7) Installing dumb-init (1.2.5-r3) [2025-04-18T08:55:12.365Z] #65 40.30 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-04-18T08:55:12.365Z] #65 40.30 (4/7) Installing libsodium (1.0.19-r0) [2025-04-18T08:55:12.365Z] #65 40.31 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-04-18T08:55:12.365Z] #65 40.33 (6/7) Installing libzmq (4.3.5-r2) [2025-04-18T08:55:12.365Z] #65 40.34 (7/7) Installing zeromq (4.3.5-r2) [2025-04-18T08:55:12.365Z] #65 40.35 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:55:12.365Z] #65 40.36 Executing ca-certificates-20241121-r1.trigger [2025-04-18T08:55:12.365Z] #65 40.40 OK: 12 MiB in 21 packages [2025-04-18T08:55:12.365Z] #65 DONE 40.7s [2025-04-18T08:55:12.365Z] [2025-04-18T08:55:12.365Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-04-18T08:55:12.365Z] #54 39.99 v3.20.6-111-g55bff17929f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-04-18T08:55:12.365Z] #54 39.99 v3.20.6-110-g0e25f93fe4c [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-04-18T08:55:12.365Z] #54 39.99 OK: 24171 distinct packages available [2025-04-18T08:55:12.365Z] #54 40.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:12.365Z] #54 40.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:12.365Z] #54 40.48 (1/14) Installing ca-certificates (20241121-r1) [2025-04-18T08:55:12.365Z] #54 40.56 (2/14) Installing brotli-libs (1.1.0-r2) [2025-04-18T08:55:12.365Z] #54 40.58 (3/14) Installing c-ares (1.33.1-r0) [2025-04-18T08:55:12.365Z] #54 40.59 (4/14) Installing libunistring (1.2-r0) [2025-04-18T08:55:12.365Z] #54 40.60 (5/14) Installing libidn2 (2.3.7-r0) [2025-04-18T08:55:12.365Z] #54 40.61 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-04-18T08:55:12.365Z] #54 40.61 (7/14) Installing libpsl (0.21.5-r1) [2025-04-18T08:55:12.365Z] #54 40.62 (8/14) Installing zstd-libs (1.5.6-r0) [2025-04-18T08:55:12.365Z] #54 40.63 (9/14) Installing libcurl (8.12.1-r0) [2025-04-18T08:55:12.365Z] #54 40.64 (10/14) Installing curl (8.12.1-r0) [2025-04-18T08:55:12.365Z] #54 40.64 (11/14) Installing dumb-init (1.2.5-r3) [2025-04-18T08:55:12.365Z] #54 40.65 (12/14) Installing musl-obstack (1.2.3-r2) [2025-04-18T08:55:12.365Z] #54 40.65 (13/14) Installing libucontext (1.2-r3) [2025-04-18T08:55:12.365Z] #54 40.65 (14/14) Installing gcompat (1.1.0-r4) [2025-04-18T08:55:12.365Z] #54 40.66 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:55:12.365Z] #54 40.67 Executing ca-certificates-20241121-r1.trigger [2025-04-18T08:55:12.365Z] #54 40.70 OK: 13 MiB in 28 packages [2025-04-18T08:55:12.930Z] #54 ... [2025-04-18T08:55:12.930Z] [2025-04-18T08:55:12.930Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-04-18T08:55:12.930Z] #56 39.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:12.930Z] #56 40.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:12.930Z] #56 40.84 (1/1) Installing dumb-init (1.2.5-r3) [2025-04-18T08:55:12.930Z] #56 40.85 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:55:12.930Z] #56 40.85 OK: 8 MiB in 15 packages [2025-04-18T08:55:12.930Z] #56 DONE 41.2s [2025-04-18T08:55:12.930Z] [2025-04-18T08:55:12.930Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-04-18T08:55:12.930Z] #54 DONE 41.2s [2025-04-18T08:55:12.930Z] [2025-04-18T08:55:12.930Z] #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-04-18T08:55:12.930Z] #0 1.850 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:12.930Z] #0 1.935 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:12.930Z] #0 2.234 OK: 248 MiB in 58 packages [2025-04-18T08:55:12.930Z] #68 DONE 2.5s [2025-04-18T08:55:12.930Z] [2025-04-18T08:55:12.930Z] #69 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:55:12.930Z] #69 DONE 0.1s [2025-04-18T08:55:12.930Z] [2025-04-18T08:55:12.930Z] #70 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:55:13.499Z] #70 ... [2025-04-18T08:55:13.499Z] [2025-04-18T08:55:13.499Z] #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-04-18T08:55:13.499Z] #0 2.349 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:13.499Z] #0 2.420 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:13.499Z] #0 2.706 OK: 248 MiB in 58 packages [2025-04-18T08:55:13.499Z] #71 DONE 2.9s [2025-04-18T08:55:13.499Z] [2025-04-18T08:55:13.499Z] #72 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:55:13.499Z] #72 DONE 0.1s [2025-04-18T08:55:13.499Z] [2025-04-18T08:55:13.499Z] #73 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2025-04-18T08:55:13.499Z] #0 2.453 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:13.499Z] #0 2.528 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:13.499Z] #0 2.819 OK: 9 MiB in 19 packages [2025-04-18T08:55:13.499Z] #73 DONE 2.9s [2025-04-18T08:55:13.499Z] [2025-04-18T08:55:13.499Z] #74 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-18T08:55:14.874Z] #74 ... [2025-04-18T08:55:14.874Z] [2025-04-18T08:55:14.874Z] #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-04-18T08:55:14.874Z] #0 1.643 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:14.874Z] #0 2.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:14.874Z] #0 3.068 v3.20.6-111-g55bff17929f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-04-18T08:55:14.874Z] #0 3.068 v3.20.6-110-g0e25f93fe4c [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-04-18T08:55:14.874Z] #0 3.068 OK: 24171 distinct packages available [2025-04-18T08:55:14.874Z] #0 3.137 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:14.874Z] #0 3.235 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:14.874Z] #0 3.578 OK: 248 MiB in 58 packages [2025-04-18T08:55:14.874Z] #75 DONE 4.4s [2025-04-18T08:55:14.874Z] [2025-04-18T08:55:14.874Z] #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-04-18T08:55:14.874Z] #0 3.042 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:14.875Z] #0 3.110 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:14.875Z] #0 3.398 OK: 19 MiB in 18 packages [2025-04-18T08:55:14.875Z] #76 DONE 4.4s [2025-04-18T08:55:14.875Z] [2025-04-18T08:55:14.875Z] #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-04-18T08:55:14.875Z] #66 2.035 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:14.875Z] #66 3.122 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:14.875Z] #66 3.403 OK: 8 MiB in 16 packages [2025-04-18T08:55:14.875Z] #66 DONE 4.3s [2025-04-18T08:55:14.875Z] [2025-04-18T08:55:14.875Z] #74 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-18T08:55:14.875Z] #74 DONE 1.4s [2025-04-18T08:55:14.875Z] [2025-04-18T08:55:14.875Z] #77 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-04-18T08:55:15.135Z] #77 ... [2025-04-18T08:55:15.135Z] [2025-04-18T08:55:15.135Z] #78 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-04-18T08:55:15.135Z] #78 DONE 1.5s [2025-04-18T08:55:15.135Z] [2025-04-18T08:55:15.135Z] #79 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-04-18T08:55:15.135Z] #79 DONE 0.2s [2025-04-18T08:55:15.135Z] [2025-04-18T08:55:15.135Z] #77 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-04-18T08:55:15.135Z] #77 DONE 0.2s [2025-04-18T08:55:15.135Z] [2025-04-18T08:55:15.135Z] #80 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-18T08:55:16.074Z] #80 ... [2025-04-18T08:55:16.074Z] [2025-04-18T08:55:16.074Z] #81 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:55:16.074Z] #81 DONE 1.1s [2025-04-18T08:55:16.074Z] [2025-04-18T08:55:16.074Z] #82 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-04-18T08:55:16.074Z] #0 4.418 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:16.074Z] #0 4.497 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:16.074Z] #0 4.796 OK: 248 MiB in 58 packages [2025-04-18T08:55:16.074Z] #82 DONE 5.5s [2025-04-18T08:55:16.074Z] [2025-04-18T08:55:16.074Z] #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-04-18T08:55:16.074Z] #0 4.375 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:16.074Z] #0 4.444 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:16.074Z] #0 4.713 OK: 19 MiB in 18 packages [2025-04-18T08:55:16.074Z] #83 DONE 5.5s [2025-04-18T08:55:16.074Z] [2025-04-18T08:55:16.074Z] #80 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-18T08:55:16.074Z] #80 DONE 1.1s [2025-04-18T08:55:16.074Z] [2025-04-18T08:55:16.074Z] #84 [security-spire-server stage-2 6/9] COPY security.txt / [2025-04-18T08:55:16.074Z] #84 DONE 0.1s [2025-04-18T08:55:16.074Z] [2025-04-18T08:55:16.074Z] #85 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-04-18T08:55:16.074Z] #85 DONE 0.1s [2025-04-18T08:55:16.074Z] [2025-04-18T08:55:16.074Z] #86 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:55:16.074Z] #86 DONE 0.1s [2025-04-18T08:55:16.074Z] [2025-04-18T08:55:16.074Z] #87 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-04-18T08:55:16.074Z] #87 DONE 0.1s [2025-04-18T08:55:16.074Z] [2025-04-18T08:55:16.074Z] #88 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-04-18T08:55:16.074Z] #88 DONE 0.1s [2025-04-18T08:55:16.074Z] [2025-04-18T08:55:16.074Z] #89 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-04-18T08:55:16.333Z] #89 DONE 0.1s [2025-04-18T08:55:16.333Z] [2025-04-18T08:55:16.333Z] #90 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-04-18T08:55:16.333Z] #90 DONE 0.1s [2025-04-18T08:55:16.333Z] [2025-04-18T08:55:16.333Z] #91 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-04-18T08:55:16.333Z] #91 DONE 0.1s [2025-04-18T08:55:16.333Z] [2025-04-18T08:55:16.333Z] #92 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-04-18T08:55:16.333Z] #92 DONE 0.1s [2025-04-18T08:55:16.333Z] [2025-04-18T08:55:16.333Z] #93 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-04-18T08:55:16.333Z] #93 DONE 0.1s [2025-04-18T08:55:16.333Z] [2025-04-18T08:55:16.333Z] #94 [security-spire-agent] exporting to image [2025-04-18T08:55:16.333Z] #94 exporting layers [2025-04-18T08:55:16.897Z] #94 ... [2025-04-18T08:55:16.897Z] [2025-04-18T08:55:16.897Z] #95 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-04-18T08:55:16.897Z] #0 6.104 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:16.897Z] #0 6.171 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:16.897Z] #0 6.481 OK: 248 MiB in 58 packages [2025-04-18T08:55:16.897Z] #95 DONE 6.6s [2025-04-18T08:55:17.155Z] [2025-04-18T08:55:17.155Z] #96 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:55:17.155Z] #96 DONE 0.1s [2025-04-18T08:55:17.155Z] [2025-04-18T08:55:17.155Z] #97 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:55:17.155Z] #97 ... [2025-04-18T08:55:17.155Z] [2025-04-18T08:55:17.155Z] #98 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-04-18T08:55:17.155Z] #0 4.650 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:17.155Z] #0 4.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:17.155Z] #0 5.057 OK: 8 MiB in 18 packages [2025-04-18T08:55:17.155Z] #98 DONE 5.2s [2025-04-18T08:55:17.155Z] [2025-04-18T08:55:17.155Z] #99 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-04-18T08:55:17.155Z] #0 5.123 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:17.155Z] #0 5.224 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:17.155Z] #0 5.533 OK: 8 MiB in 15 packages [2025-04-18T08:55:17.155Z] #99 DONE 5.9s [2025-04-18T08:55:17.416Z] [2025-04-18T08:55:17.416Z] #94 [security-spire-agent] exporting to image [2025-04-18T08:55:17.416Z] #94 exporting layers 1.1s done [2025-04-18T08:55:17.416Z] #94 writing image sha256:57f251d82cf203b261c537434a6ce3b09e428b29388df70ad548350a31d87523 done [2025-04-18T08:55:17.416Z] #94 naming to docker.io/library/security-spire-server done [2025-04-18T08:55:18.410Z] #94 exporting layers 1.9s done [2025-04-18T08:55:18.410Z] #94 writing image sha256:be0d773841f802501f8a6136b24c8e3c8389bb9c18755f2bf20814ab36f89153 done [2025-04-18T08:55:18.410Z] #94 naming to docker.io/library/security-spire-agent done [2025-04-18T08:55:18.410Z] #94 DONE 2.0s [2025-04-18T08:55:18.410Z] [2025-04-18T08:55:18.410Z] #100 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-04-18T08:55:18.410Z] #0 4.620 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:18.410Z] #0 4.689 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:18.410Z] #0 5.031 OK: 12 MiB in 21 packages [2025-04-18T08:55:18.410Z] #100 DONE 5.9s [2025-04-18T08:55:18.410Z] [2025-04-18T08:55:18.410Z] #101 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-04-18T08:55:18.410Z] #0 4.870 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:18.410Z] #0 4.946 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:18.410Z] #0 5.292 OK: 10 MiB in 17 packages [2025-04-18T08:55:18.410Z] #101 DONE 5.9s [2025-04-18T08:55:18.410Z] [2025-04-18T08:55:18.410Z] #102 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-18T08:55:18.410Z] #102 DONE 1.2s [2025-04-18T08:55:18.410Z] [2025-04-18T08:55:18.410Z] #103 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-04-18T08:55:18.410Z] #103 DONE 3.5s [2025-04-18T08:55:18.410Z] [2025-04-18T08:55:18.410Z] #104 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-04-18T08:55:18.410Z] #0 5.359 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:18.410Z] #0 5.853 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:18.410Z] #0 6.553 (1/1) Installing dumb-init (1.2.5-r3) [2025-04-18T08:55:18.410Z] #0 6.940 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:55:18.410Z] #0 6.950 OK: 8 MiB in 15 packages [2025-04-18T08:55:18.410Z] #104 DONE 7.1s [2025-04-18T08:55:18.410Z] [2025-04-18T08:55:18.410Z] #105 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-04-18T08:55:18.410Z] #105 ... [2025-04-18T08:55:18.410Z] [2025-04-18T08:55:18.410Z] #106 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-04-18T08:55:18.410Z] #106 DONE 0.1s [2025-04-18T08:55:18.668Z] [2025-04-18T08:55:18.668Z] #105 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-04-18T08:55:18.668Z] #105 DONE 0.2s [2025-04-18T08:55:18.668Z] [2025-04-18T08:55:18.668Z] #107 [security-spire-config stage-2 6/10] COPY security.txt / [2025-04-18T08:55:18.668Z] #107 DONE 0.1s [2025-04-18T08:55:18.668Z] [2025-04-18T08:55:18.668Z] #108 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-04-18T08:55:18.668Z] #108 DONE 0.0s [2025-04-18T08:55:18.668Z] [2025-04-18T08:55:18.668Z] #109 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-04-18T08:55:18.668Z] #109 DONE 0.0s [2025-04-18T08:55:18.668Z] [2025-04-18T08:55:18.668Z] #110 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-04-18T08:55:18.668Z] #0 5.361 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:18.668Z] #0 5.442 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:18.668Z] #0 5.724 OK: 8 MiB in 15 packages [2025-04-18T08:55:18.668Z] #110 DONE 5.8s [2025-04-18T08:55:18.668Z] [2025-04-18T08:55:18.668Z] #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-04-18T08:55:18.928Z] #111 DONE 0.1s [2025-04-18T08:55:18.928Z] [2025-04-18T08:55:18.928Z] #112 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-04-18T08:55:18.928Z] #0 5.342 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:18.929Z] #0 5.426 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:18.929Z] #0 5.714 OK: 13 MiB in 28 packages [2025-04-18T08:55:18.929Z] #112 DONE 5.8s [2025-04-18T08:55:18.929Z] [2025-04-18T08:55:18.929Z] #94 [security-spire-config] exporting to image [2025-04-18T08:55:19.404Z] 3e85d5ac6304: Pull complete [2025-04-18T08:55:19.405Z] c3105a71a48b: Pull complete [2025-04-18T08:55:19.499Z] #94 exporting layers 0.7s done [2025-04-18T08:55:19.499Z] #94 writing image sha256:ba9b5825bef1ae9f2b1673b3ded34830fd86dcad64a85f3dab5b456008a8d438 done [2025-04-18T08:55:19.499Z] #94 naming to docker.io/library/security-spire-config done [2025-04-18T08:55:19.499Z] #94 DONE 2.7s [2025-04-18T08:55:19.499Z] [2025-04-18T08:55:19.499Z] #113 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-04-18T08:55:19.499Z] #0 5.971 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:19.499Z] #0 6.420 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-18T08:55:19.499Z] #0 7.087 OK: 248 MiB in 58 packages [2025-04-18T08:55:19.499Z] #113 DONE 7.2s [2025-04-18T08:55:19.499Z] [2025-04-18T08:55:19.499Z] #114 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-04-18T08:55:19.499Z] #114 DONE 0.1s [2025-04-18T08:55:19.499Z] [2025-04-18T08:55:19.499Z] #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:55:20.360Z] 0f093f025ec4: Pull complete [2025-04-18T08:55:20.625Z] c3106fc0e877: Pull complete [2025-04-18T08:55:20.625Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-04-18T08:55:20.625Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-04-18T08:55:20.625Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T08:55:20.835Z] prd-ubuntu20.04-docker-arm64-4c-16g-86 does not seem to be running inside a container [2025-04-18T08:55:20.871Z] #115 ... [2025-04-18T08:55:20.871Z] [2025-04-18T08:55:20.871Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-18T08:55:20.871Z] #39 ... [2025-04-18T08:55:20.871Z] [2025-04-18T08:55:20.871Z] #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:55:20.889Z] $ 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/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@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-04-18T08:55:22.772Z] $ docker top 23c2bde0a97905884f5ba0ee25b22a165417ee4c0ea5c2508bc623d87623ba4f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-18T08:55:23.404Z] #116 ... [2025-04-18T08:55:23.404Z] [2025-04-18T08:55:23.404Z] #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:55:23.618Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-04-18T08:55:23.663Z] #117 ... [2025-04-18T08:55:23.663Z] [2025-04-18T08:55:23.663Z] #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:55:33.996Z] #1 [security-secretstore-setup internal] load build definition from Dockerfile [2025-04-18T08:55:33.996Z] #1 transferring dockerfile: [2025-04-18T08:55:33.996Z] #1 transferring dockerfile: 2.49kB done [2025-04-18T08:55:33.996Z] #1 DONE 0.1s [2025-04-18T08:55:33.996Z] [2025-04-18T08:55:33.996Z] #2 [support-scheduler internal] load build definition from Dockerfile [2025-04-18T08:55:33.996Z] #2 transferring dockerfile: 1.83kB 0.0s done [2025-04-18T08:55:33.996Z] #2 DONE 0.1s [2025-04-18T08:55:33.996Z] [2025-04-18T08:55:33.996Z] #3 [security-spire-config internal] load build definition from Dockerfile [2025-04-18T08:55:33.996Z] #3 transferring dockerfile: 1.69kB done [2025-04-18T08:55:33.996Z] #3 DONE 0.1s [2025-04-18T08:55:33.996Z] [2025-04-18T08:55:33.996Z] #4 [core-data internal] load build definition from Dockerfile [2025-04-18T08:55:33.996Z] #4 transferring dockerfile: 2.04kB done [2025-04-18T08:55:33.996Z] #4 DONE 0.1s [2025-04-18T08:55:33.996Z] [2025-04-18T08:55:33.996Z] #5 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-04-18T08:55:33.996Z] #5 transferring dockerfile: 1.89kB done [2025-04-18T08:55:33.996Z] #5 DONE 0.1s [2025-04-18T08:55:33.996Z] [2025-04-18T08:55:33.996Z] #6 [security-spire-server internal] load build definition from Dockerfile [2025-04-18T08:55:33.996Z] #6 transferring dockerfile: 1.70kB done [2025-04-18T08:55:33.996Z] #6 DONE 0.1s [2025-04-18T08:55:33.996Z] [2025-04-18T08:55:33.996Z] #7 [security-proxy-setup internal] load build definition from Dockerfile [2025-04-18T08:55:33.996Z] #7 transferring dockerfile: 2.50kB done [2025-04-18T08:55:33.996Z] #7 DONE 0.1s [2025-04-18T08:55:33.996Z] [2025-04-18T08:55:33.996Z] #8 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-18T08:55:33.996Z] #8 transferring dockerfile: 2.14kB done [2025-04-18T08:55:33.996Z] #8 DONE 0.1s [2025-04-18T08:55:33.996Z] [2025-04-18T08:55:33.996Z] #9 [core-metadata internal] load build definition from Dockerfile [2025-04-18T08:55:33.996Z] #9 transferring dockerfile: 2.10kB 0.0s done [2025-04-18T08:55:33.996Z] #9 DONE 0.1s [2025-04-18T08:55:33.996Z] [2025-04-18T08:55:33.996Z] #10 [support-notifications internal] load build definition from Dockerfile [2025-04-18T08:55:33.996Z] #10 transferring dockerfile: 2.00kB done [2025-04-18T08:55:33.996Z] #10 DONE 0.1s [2025-04-18T08:55:33.996Z] [2025-04-18T08:55:33.996Z] #11 [security-bootstrapper internal] load build definition from Dockerfile [2025-04-18T08:55:33.996Z] #11 transferring dockerfile: 3.02kB done [2025-04-18T08:55:33.996Z] #11 DONE 0.1s [2025-04-18T08:55:33.996Z] [2025-04-18T08:55:33.996Z] #12 [security-spire-agent internal] load build definition from Dockerfile [2025-04-18T08:55:33.996Z] #12 transferring dockerfile: 1.81kB done [2025-04-18T08:55:33.996Z] #12 DONE 0.1s [2025-04-18T08:55:33.996Z] [2025-04-18T08:55:33.996Z] #13 [core-command internal] load build definition from Dockerfile [2025-04-18T08:55:33.996Z] #13 transferring dockerfile: 1.94kB done [2025-04-18T08:55:33.996Z] #13 DONE 0.1s [2025-04-18T08:55:33.996Z] [2025-04-18T08:55:33.996Z] #14 [core-keeper internal] load build definition from Dockerfile [2025-04-18T08:55:33.996Z] #14 transferring dockerfile: 2.01kB done [2025-04-18T08:55:33.996Z] #14 DONE 0.1s [2025-04-18T08:55:33.996Z] [2025-04-18T08:55:33.996Z] #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-04-18T08:55:33.996Z] #15 transferring dockerfile: 2.23kB done [2025-04-18T08:55:33.996Z] #15 DONE 0.1s [2025-04-18T08:55:33.996Z] [2025-04-18T08:55:33.996Z] #16 [security-secretstore-setup internal] load .dockerignore [2025-04-18T08:55:33.996Z] #16 transferring context: 50B done [2025-04-18T08:55:33.996Z] #16 DONE 0.1s [2025-04-18T08:55:34.579Z] [2025-04-18T08:55:34.579Z] #17 [support-scheduler internal] load .dockerignore [2025-04-18T08:55:35.177Z] #17 transferring context: 50B done [2025-04-18T08:55:35.177Z] #17 DONE 0.5s [2025-04-18T08:55:35.177Z] [2025-04-18T08:55:35.177Z] #18 [security-spire-config internal] load .dockerignore [2025-04-18T08:55:35.177Z] #18 transferring context: 50B 0.0s done [2025-04-18T08:55:35.177Z] #18 DONE 0.5s [2025-04-18T08:55:35.177Z] [2025-04-18T08:55:35.177Z] #19 [core-keeper internal] load .dockerignore [2025-04-18T08:55:35.177Z] #19 ... [2025-04-18T08:55:35.177Z] [2025-04-18T08:55:35.177Z] #20 [core-data internal] load .dockerignore [2025-04-18T08:55:35.177Z] #20 transferring context: 50B 0.0s done [2025-04-18T08:55:35.177Z] #20 DONE 0.6s [2025-04-18T08:55:35.177Z] [2025-04-18T08:55:35.177Z] #21 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-04-18T08:55:35.177Z] #21 DONE 0.0s [2025-04-18T08:55:35.443Z] [2025-04-18T08:55:35.443Z] #22 [security-spire-server internal] load .dockerignore [2025-04-18T08:55:35.443Z] #22 transferring context: 50B 0.0s done [2025-04-18T08:55:35.443Z] #22 DONE 0.6s [2025-04-18T08:55:35.443Z] [2025-04-18T08:55:35.443Z] #23 [security-spiffe-token-provider internal] load .dockerignore [2025-04-18T08:55:35.443Z] #23 transferring context: 50B 0.0s done [2025-04-18T08:55:35.443Z] #23 DONE 0.6s [2025-04-18T08:55:35.443Z] [2025-04-18T08:55:35.443Z] #24 [security-proxy-setup internal] load .dockerignore [2025-04-18T08:55:35.443Z] #24 transferring context: 50B 0.0s done [2025-04-18T08:55:35.443Z] #24 DONE 0.6s [2025-04-18T08:55:35.443Z] [2025-04-18T08:55:35.443Z] #25 [core-common-config-bootstrapper internal] load .dockerignore [2025-04-18T08:55:35.443Z] #25 ... [2025-04-18T08:55:35.443Z] [2025-04-18T08:55:35.443Z] #26 [security-proxy-auth internal] load .dockerignore [2025-04-18T08:55:35.443Z] #26 transferring context: 50B 0.0s done [2025-04-18T08:55:35.443Z] #26 DONE 0.7s [2025-04-18T08:55:35.709Z] [2025-04-18T08:55:35.709Z] #19 [core-keeper internal] load .dockerignore [2025-04-18T08:55:35.709Z] #19 transferring context: 50B 0.0s done [2025-04-18T08:55:35.709Z] #19 DONE 0.5s [2025-04-18T08:55:35.709Z] [2025-04-18T08:55:35.709Z] #27 [security-bootstrapper internal] load .dockerignore [2025-04-18T08:55:35.709Z] #27 transferring context: 50B 0.0s done [2025-04-18T08:55:35.709Z] #27 DONE 0.6s [2025-04-18T08:55:35.709Z] [2025-04-18T08:55:35.709Z] #28 [core-metadata internal] load .dockerignore [2025-04-18T08:55:35.709Z] #28 transferring context: 50B 0.0s done [2025-04-18T08:55:35.709Z] #28 DONE 0.7s [2025-04-18T08:55:35.709Z] [2025-04-18T08:55:35.709Z] #29 [support-notifications internal] load .dockerignore [2025-04-18T08:55:35.709Z] #29 transferring context: 50B 0.0s done [2025-04-18T08:55:35.709Z] #29 DONE 0.7s [2025-04-18T08:55:35.709Z] [2025-04-18T08:55:35.709Z] #21 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-04-18T08:55:35.709Z] #21 DONE 0.0s [2025-04-18T08:55:35.709Z] [2025-04-18T08:55:35.709Z] #25 [core-common-config-bootstrapper internal] load .dockerignore [2025-04-18T08:55:35.709Z] #25 transferring context: 50B 0.0s done [2025-04-18T08:55:35.709Z] #25 DONE 0.4s [2025-04-18T08:55:35.709Z] [2025-04-18T08:55:35.709Z] #30 [core-command internal] load .dockerignore [2025-04-18T08:55:35.709Z] #30 transferring context: 50B 0.0s done [2025-04-18T08:55:35.709Z] #30 DONE 0.6s [2025-04-18T08:55:35.709Z] [2025-04-18T08:55:35.709Z] #31 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2025-04-18T08:55:35.709Z] #31 DONE 0.6s [2025-04-18T08:55:35.709Z] [2025-04-18T08:55:35.709Z] #32 [security-spire-agent internal] load .dockerignore [2025-04-18T08:55:35.709Z] #32 transferring context: 50B 0.0s done [2025-04-18T08:55:35.709Z] #32 ... [2025-04-18T08:55:35.709Z] [2025-04-18T08:55:35.709Z] #31 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 [2025-04-18T08:55:35.709Z] #31 DONE 0.6s [2025-04-18T08:55:35.974Z] [2025-04-18T08:55:35.974Z] #21 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-04-18T08:55:35.974Z] #21 DONE 0.0s [2025-04-18T08:55:35.974Z] [2025-04-18T08:55:35.974Z] #33 [support-scheduler stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-18T08:55:35.974Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-04-18T08:55:35.974Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-18T08:55:35.974Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-04-18T08:55:35.974Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-04-18T08:55:36.241Z] #33 ... [2025-04-18T08:55:36.241Z] [2025-04-18T08:55:36.241Z] #31 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-04-18T08:55:36.241Z] #31 DONE 0.6s [2025-04-18T08:55:36.241Z] [2025-04-18T08:55:36.241Z] #33 [core-data stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-18T08:55:36.241Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-04-18T08:55:36.241Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-18T08:55:36.241Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-04-18T08:55:36.241Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-04-18T08:55:36.241Z] #33 DONE 1.2s [2025-04-18T08:55:36.241Z] [2025-04-18T08:55:36.241Z] #34 [support-scheduler internal] load build context [2025-04-18T08:55:37.196Z] #34 ... [2025-04-18T08:55:37.196Z] [2025-04-18T08:55:37.196Z] #33 [security-spire-config stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-18T08:55:37.196Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-04-18T08:55:37.196Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-18T08:55:37.196Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-04-18T08:55:37.196Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-04-18T08:55:37.196Z] #33 DONE 1.2s [2025-04-18T08:55:37.196Z] [2025-04-18T08:55:37.196Z] #34 [support-scheduler internal] load build context [2025-04-18T08:55:37.196Z] #34 transferring context: 3.22MB 1.1s done [2025-04-18T08:55:37.196Z] #34 ... [2025-04-18T08:55:37.196Z] [2025-04-18T08:55:37.196Z] #35 [security-secretstore-setup internal] load build context [2025-04-18T08:55:37.196Z] #35 transferring context: 3.22MB 1.1s done [2025-04-18T08:55:37.196Z] #35 DONE 1.4s [2025-04-18T08:55:37.196Z] [2025-04-18T08:55:37.196Z] #31 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2025-04-18T08:55:37.196Z] #31 DONE 0.8s [2025-04-18T08:55:37.196Z] [2025-04-18T08:55:37.196Z] #34 [support-scheduler internal] load build context [2025-04-18T08:55:37.196Z] #34 DONE 1.5s [2025-04-18T08:55:37.196Z] [2025-04-18T08:55:37.196Z] #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:37.196Z] #36 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done [2025-04-18T08:55:37.466Z] #36 ... [2025-04-18T08:55:37.466Z] [2025-04-18T08:55:37.466Z] #33 [security-spire-server stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-18T08:55:37.466Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-04-18T08:55:37.466Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-18T08:55:37.466Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-04-18T08:55:37.466Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-04-18T08:55:37.466Z] #33 DONE 1.2s [2025-04-18T08:55:37.466Z] [2025-04-18T08:55:37.466Z] #37 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-04-18T08:55:37.466Z] #37 DONE 1.4s [2025-04-18T08:55:37.466Z] [2025-04-18T08:55:37.466Z] #21 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-04-18T08:55:37.466Z] #21 DONE 0.0s [2025-04-18T08:55:37.466Z] [2025-04-18T08:55:37.466Z] #38 [core-data internal] load build context [2025-04-18T08:55:37.466Z] #38 transferring context: 3.22MB 0.9s done [2025-04-18T08:55:37.466Z] #38 DONE 1.2s [2025-04-18T08:55:37.466Z] [2025-04-18T08:55:37.466Z] #39 [security-spire-config internal] load build context [2025-04-18T08:55:37.466Z] #39 transferring context: 22.05kB 0.0s done [2025-04-18T08:55:37.466Z] #39 DONE 0.4s [2025-04-18T08:55:37.466Z] [2025-04-18T08:55:37.466Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:37.466Z] #36 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done [2025-04-18T08:55:37.466Z] #36 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s [2025-04-18T08:55:37.466Z] #36 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s [2025-04-18T08:55:37.466Z] #36 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-04-18T08:55:37.466Z] #36 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-04-18T08:55:37.466Z] #36 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-04-18T08:55:37.466Z] #36 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s [2025-04-18T08:55:37.466Z] #36 ... [2025-04-18T08:55:37.466Z] [2025-04-18T08:55:37.466Z] #33 [security-spiffe-token-provider stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-18T08:55:37.466Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-04-18T08:55:37.466Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-18T08:55:37.466Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-04-18T08:55:37.466Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-04-18T08:55:37.466Z] #33 DONE 1.2s [2025-04-18T08:55:37.466Z] [2025-04-18T08:55:37.466Z] #21 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-04-18T08:55:37.466Z] #21 DONE 0.0s [2025-04-18T08:55:37.466Z] [2025-04-18T08:55:37.466Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:37.466Z] #36 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s [2025-04-18T08:55:37.466Z] #36 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-04-18T08:55:37.466Z] #36 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-04-18T08:55:37.466Z] #36 ... [2025-04-18T08:55:37.466Z] [2025-04-18T08:55:37.466Z] #33 [security-proxy-auth stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-18T08:55:37.466Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-04-18T08:55:37.466Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-18T08:55:37.466Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-04-18T08:55:37.466Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-04-18T08:55:37.466Z] #33 DONE 1.2s [2025-04-18T08:55:37.466Z] [2025-04-18T08:55:37.466Z] #21 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-04-18T08:55:37.466Z] #21 DONE 0.0s [2025-04-18T08:55:37.466Z] [2025-04-18T08:55:37.466Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-04-18T08:55:37.466Z] #31 DONE 1.0s [2025-04-18T08:55:37.466Z] [2025-04-18T08:55:37.466Z] #40 [security-proxy-setup internal] load build context [2025-04-18T08:55:37.466Z] #40 DONE 0.0s [2025-04-18T08:55:37.466Z] [2025-04-18T08:55:37.466Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:37.466Z] #36 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-04-18T08:55:37.466Z] #36 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done [2025-04-18T08:55:37.466Z] #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 0.3s [2025-04-18T08:55:37.732Z] #36 ... [2025-04-18T08:55:37.732Z] [2025-04-18T08:55:37.732Z] #41 [security-spire-server internal] load build context [2025-04-18T08:55:37.732Z] #41 transferring context: 23.80kB 0.0s done [2025-04-18T08:55:37.732Z] #41 DONE 0.3s [2025-04-18T08:55:37.732Z] [2025-04-18T08:55:37.732Z] #21 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-04-18T08:55:37.732Z] #21 DONE 0.0s [2025-04-18T08:55:37.732Z] [2025-04-18T08:55:37.732Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:37.732Z] #36 ... [2025-04-18T08:55:37.732Z] [2025-04-18T08:55:37.732Z] #33 [core-keeper stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-18T08:55:37.732Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-04-18T08:55:37.732Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-18T08:55:37.732Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-04-18T08:55:37.732Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-04-18T08:55:37.732Z] #33 DONE 1.2s [2025-04-18T08:55:37.732Z] [2025-04-18T08:55:37.732Z] #21 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-04-18T08:55:37.732Z] #21 DONE 0.0s [2025-04-18T08:55:37.732Z] [2025-04-18T08:55:37.732Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:38.004Z] #36 ... [2025-04-18T08:55:38.004Z] [2025-04-18T08:55:38.004Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-04-18T08:55:38.004Z] #37 DONE 1.7s [2025-04-18T08:55:38.004Z] [2025-04-18T08:55:38.004Z] #21 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-04-18T08:55:38.004Z] #21 DONE 0.0s [2025-04-18T08:55:38.004Z] [2025-04-18T08:55:38.004Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:38.004Z] #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.24MB / 33.17MB 0.7s [2025-04-18T08:55:38.004Z] #36 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be [2025-04-18T08:55:38.004Z] #36 ... [2025-04-18T08:55:38.004Z] [2025-04-18T08:55:38.004Z] #42 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-04-18T08:55:38.004Z] #42 DONE 3.1s [2025-04-18T08:55:38.004Z] [2025-04-18T08:55:38.004Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:38.004Z] #36 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done [2025-04-18T08:55:38.280Z] #36 ... [2025-04-18T08:55:38.280Z] [2025-04-18T08:55:38.280Z] #33 [support-notifications stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-18T08:55:38.280Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-04-18T08:55:38.280Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-18T08:55:38.280Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-04-18T08:55:38.280Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-04-18T08:55:38.280Z] #33 DONE 1.2s [2025-04-18T08:55:38.280Z] [2025-04-18T08:55:38.280Z] #21 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-04-18T08:55:38.280Z] #21 DONE 0.0s [2025-04-18T08:55:38.280Z] [2025-04-18T08:55:38.280Z] #43 [support-notifications internal] load build context [2025-04-18T08:55:38.280Z] #43 DONE 0.0s [2025-04-18T08:55:38.280Z] [2025-04-18T08:55:38.280Z] #42 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-04-18T08:55:38.280Z] #42 DONE 3.1s [2025-04-18T08:55:38.280Z] [2025-04-18T08:55:38.280Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:38.280Z] #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 7.33MB / 33.17MB 0.9s [2025-04-18T08:55:38.280Z] #36 ... [2025-04-18T08:55:38.280Z] [2025-04-18T08:55:38.280Z] #33 [core-command stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-18T08:55:38.280Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-04-18T08:55:38.280Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-18T08:55:38.280Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-04-18T08:55:38.280Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-04-18T08:55:38.280Z] #33 DONE 1.2s [2025-04-18T08:55:38.280Z] [2025-04-18T08:55:38.280Z] #42 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-04-18T08:55:38.280Z] #42 DONE 3.1s [2025-04-18T08:55:38.280Z] [2025-04-18T08:55:38.280Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:38.547Z] #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 9.44MB / 33.17MB 1.3s [2025-04-18T08:55:39.541Z] #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.55MB / 33.17MB 2.0s [2025-04-18T08:55:39.814Z] #36 ... [2025-04-18T08:55:39.814Z] [2025-04-18T08:55:39.814Z] #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-04-18T08:55:39.814Z] #44 DONE 1.9s [2025-04-18T08:55:39.814Z] [2025-04-18T08:55:39.814Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:39.814Z] #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.63MB / 33.17MB 2.4s [2025-04-18T08:55:40.083Z] #36 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-04-18T08:55:40.083Z] #36 ... [2025-04-18T08:55:40.083Z] [2025-04-18T08:55:40.083Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-18T08:55:40.083Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-04-18T08:55:40.083Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-18T08:55:40.083Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-04-18T08:55:40.083Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-04-18T08:55:40.083Z] #33 DONE 1.2s [2025-04-18T08:55:40.083Z] [2025-04-18T08:55:40.083Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-04-18T08:55:40.083Z] #31 DONE 3.1s [2025-04-18T08:55:40.083Z] [2025-04-18T08:55:40.083Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-18T08:55:40.083Z] #45 DONE 0.0s [2025-04-18T08:55:40.083Z] [2025-04-18T08:55:40.083Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:40.083Z] #36 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done [2025-04-18T08:55:40.083Z] #36 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-04-18T08:55:40.083Z] #36 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done [2025-04-18T08:55:40.083Z] #36 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-04-18T08:55:40.083Z] #36 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-04-18T08:55:40.083Z] #36 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-04-18T08:55:40.083Z] #36 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-04-18T08:55:40.083Z] #36 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-04-18T08:55:40.083Z] #36 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done [2025-04-18T08:55:40.083Z] #36 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-04-18T08:55:40.351Z] #36 ... [2025-04-18T08:55:40.351Z] [2025-04-18T08:55:40.351Z] #33 [core-common-config-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-18T08:55:40.351Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-04-18T08:55:40.351Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-18T08:55:40.351Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-04-18T08:55:40.351Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-04-18T08:55:40.351Z] #33 DONE 1.3s [2025-04-18T08:55:40.351Z] [2025-04-18T08:55:40.351Z] #42 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-04-18T08:55:40.351Z] #42 DONE 3.1s [2025-04-18T08:55:40.351Z] [2025-04-18T08:55:40.351Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:40.618Z] #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.73MB / 33.17MB 3.4s [2025-04-18T08:55:41.203Z] #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.83MB / 33.17MB 3.8s [2025-04-18T08:55:41.786Z] #36 ... [2025-04-18T08:55:41.786Z] [2025-04-18T08:55:41.786Z] #46 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2025-04-18T08:55:41.786Z] #46 DONE 3.6s [2025-04-18T08:55:41.786Z] [2025-04-18T08:55:41.786Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:41.786Z] #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 4.4s [2025-04-18T08:55:42.054Z] #36 ... [2025-04-18T08:55:42.054Z] [2025-04-18T08:55:42.054Z] #47 [security-spire-agent internal] load build context [2025-04-18T08:55:42.054Z] #47 transferring context: 23.33kB 0.4s done [2025-04-18T08:55:42.054Z] #47 DONE 1.8s [2025-04-18T08:55:42.054Z] [2025-04-18T08:55:42.054Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:42.639Z] #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.02MB / 33.17MB 5.1s [2025-04-18T08:55:42.907Z] #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 5.6s [2025-04-18T08:55:43.867Z] #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 6.4s [2025-04-18T08:55:44.834Z] #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.18MB / 33.17MB 7.3s [2025-04-18T08:55:45.796Z] #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 8.4s [2025-04-18T08:55:46.073Z] #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 8.8s [2025-04-18T08:55:46.660Z] #36 ... [2025-04-18T08:55:46.660Z] [2025-04-18T08:55:46.660Z] #48 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-04-18T08:55:46.660Z] #0 6.667 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:55:46.660Z] #0 7.366 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:55:46.660Z] #48 ... [2025-04-18T08:55:46.660Z] [2025-04-18T08:55:46.660Z] #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-04-18T08:55:46.660Z] #0 6.554 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:55:46.660Z] #0 7.312 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:55:46.660Z] #49 ... [2025-04-18T08:55:46.660Z] [2025-04-18T08:55:46.660Z] #50 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-04-18T08:55:46.660Z] #0 7.129 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:55:46.660Z] #0 7.731 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:55:46.931Z] #50 ... [2025-04-18T08:55:46.931Z] [2025-04-18T08:55:46.931Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:46.931Z] #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 9.2s done [2025-04-18T08:55:47.198Z] #36 ... [2025-04-18T08:55:47.199Z] [2025-04-18T08:55:47.199Z] #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-04-18T08:55:47.199Z] #0 9.401 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:55:47.199Z] #51 ... [2025-04-18T08:55:47.199Z] [2025-04-18T08:55:47.199Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-18T08:55:47.199Z] #45 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.7s done [2025-04-18T08:55:47.199Z] #45 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-04-18T08:55:47.199Z] #45 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-04-18T08:55:47.199Z] #45 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-04-18T08:55:47.199Z] #45 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done [2025-04-18T08:55:47.199Z] #45 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done [2025-04-18T08:55:47.199Z] #45 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.4s done [2025-04-18T08:55:47.199Z] #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.44MB / 14.28MB 5.6s [2025-04-18T08:55:47.199Z] #45 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.2s done [2025-04-18T08:55:47.466Z] #45 ... [2025-04-18T08:55:47.466Z] [2025-04-18T08:55:47.466Z] #52 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-04-18T08:55:47.466Z] #0 9.631 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:55:47.466Z] #52 ... [2025-04-18T08:55:47.466Z] [2025-04-18T08:55:47.466Z] #53 [security-spiffe-token-provider internal] load build context [2025-04-18T08:55:47.466Z] #53 transferring context: 2.77MB 9.3s [2025-04-18T08:55:47.742Z] #53 ... [2025-04-18T08:55:47.742Z] [2025-04-18T08:55:47.742Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-04-18T08:55:47.742Z] #0 7.603 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:55:47.742Z] #0 8.616 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:55:47.742Z] #54 ... [2025-04-18T08:55:47.742Z] [2025-04-18T08:55:47.742Z] #55 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-04-18T08:55:48.013Z] #55 ... [2025-04-18T08:55:48.013Z] [2025-04-18T08:55:48.013Z] #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-04-18T08:55:48.013Z] #56 ... [2025-04-18T08:55:48.013Z] [2025-04-18T08:55:48.013Z] #57 [security-bootstrapper internal] load build context [2025-04-18T08:55:48.013Z] #57 transferring context: 3.22MB 8.6s done [2025-04-18T08:55:48.013Z] #57 DONE 10.4s [2025-04-18T08:55:48.013Z] [2025-04-18T08:55:48.013Z] #40 [security-proxy-setup internal] load build context [2025-04-18T08:55:48.279Z] #40 ... [2025-04-18T08:55:48.279Z] [2025-04-18T08:55:48.279Z] #58 [security-proxy-auth internal] load build context [2025-04-18T08:55:48.279Z] #58 transferring context: 3.22MB 9.6s done [2025-04-18T08:55:48.279Z] #58 ... [2025-04-18T08:55:48.279Z] [2025-04-18T08:55:48.279Z] #59 [core-command internal] load build context [2025-04-18T08:55:48.547Z] #59 ... [2025-04-18T08:55:48.547Z] [2025-04-18T08:55:48.547Z] #60 [core-metadata internal] load build context [2025-04-18T08:55:48.547Z] #60 ... [2025-04-18T08:55:48.547Z] [2025-04-18T08:55:48.547Z] #61 [core-keeper internal] load build context [2025-04-18T08:55:48.547Z] #61 transferring context: 3.22MB 8.7s done [2025-04-18T08:55:48.547Z] #61 DONE 10.7s [2025-04-18T08:55:48.547Z] [2025-04-18T08:55:48.547Z] #60 [core-metadata internal] load build context [2025-04-18T08:55:48.547Z] #60 ... [2025-04-18T08:55:48.547Z] [2025-04-18T08:55:48.547Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-04-18T08:55:48.814Z] #62 ... [2025-04-18T08:55:48.814Z] [2025-04-18T08:55:48.814Z] #63 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-04-18T08:55:48.814Z] #63 ... [2025-04-18T08:55:48.814Z] [2025-04-18T08:55:48.814Z] #43 [support-notifications internal] load build context [2025-04-18T08:55:48.814Z] #43 ... [2025-04-18T08:55:48.814Z] [2025-04-18T08:55:48.814Z] #60 [core-metadata internal] load build context [2025-04-18T08:55:49.399Z] #60 ... [2025-04-18T08:55:49.399Z] [2025-04-18T08:55:49.399Z] #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-04-18T08:55:49.399Z] #64 ... [2025-04-18T08:55:49.399Z] [2025-04-18T08:55:49.399Z] #58 [security-proxy-auth internal] load build context [2025-04-18T08:55:49.399Z] #58 DONE 11.7s [2025-04-18T08:55:49.399Z] [2025-04-18T08:55:49.399Z] #60 [core-metadata internal] load build context [2025-04-18T08:55:50.395Z] #60 ... [2025-04-18T08:55:50.395Z] [2025-04-18T08:55:50.395Z] #53 [security-spiffe-token-provider internal] load build context [2025-04-18T08:55:50.395Z] #53 transferring context: 3.22MB 10.1s done [2025-04-18T08:55:50.395Z] #53 DONE 12.6s [2025-04-18T08:55:50.395Z] [2025-04-18T08:55:50.395Z] #60 [core-metadata internal] load build context [2025-04-18T08:55:50.395Z] #60 ... [2025-04-18T08:55:50.395Z] [2025-04-18T08:55:50.395Z] #65 [core-common-config-bootstrapper internal] load build context [2025-04-18T08:55:50.664Z] #65 ... [2025-04-18T08:55:50.664Z] [2025-04-18T08:55:50.664Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:50.664Z] #36 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b [2025-04-18T08:55:51.248Z] #36 ... [2025-04-18T08:55:51.248Z] [2025-04-18T08:55:51.248Z] #40 [security-proxy-setup internal] load build context [2025-04-18T08:55:51.248Z] #40 transferring context: 3.22MB 10.9s done [2025-04-18T08:55:51.248Z] #40 DONE 13.7s [2025-04-18T08:55:51.248Z] [2025-04-18T08:55:51.248Z] #65 [core-common-config-bootstrapper internal] load build context [2025-04-18T08:55:51.521Z] #65 ... [2025-04-18T08:55:51.521Z] [2025-04-18T08:55:51.521Z] #43 [support-notifications internal] load build context [2025-04-18T08:55:51.521Z] #43 transferring context: 3.22MB 10.3s done [2025-04-18T08:55:51.521Z] #43 DONE 13.3s [2025-04-18T08:55:51.521Z] [2025-04-18T08:55:51.521Z] #65 [core-common-config-bootstrapper internal] load build context [2025-04-18T08:55:51.788Z] #65 ... [2025-04-18T08:55:51.788Z] [2025-04-18T08:55:51.788Z] #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-04-18T08:55:52.054Z] #66 ... [2025-04-18T08:55:52.054Z] [2025-04-18T08:55:52.054Z] #60 [core-metadata internal] load build context [2025-04-18T08:55:52.054Z] #60 transferring context: 3.22MB 12.2s done [2025-04-18T08:55:52.054Z] #60 DONE 14.1s [2025-04-18T08:55:52.054Z] [2025-04-18T08:55:52.054Z] #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-04-18T08:55:52.054Z] #67 ... [2025-04-18T08:55:52.054Z] [2025-04-18T08:55:52.054Z] #59 [core-command internal] load build context [2025-04-18T08:55:52.054Z] #59 transferring context: 3.22MB 11.8s done [2025-04-18T08:55:52.054Z] #59 DONE 13.8s [2025-04-18T08:55:52.054Z] [2025-04-18T08:55:52.054Z] #68 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-04-18T08:55:52.322Z] #68 ... [2025-04-18T08:55:52.322Z] [2025-04-18T08:55:52.322Z] #65 [core-common-config-bootstrapper internal] load build context [2025-04-18T08:55:52.322Z] #65 transferring context: 3.22MB 10.6s done [2025-04-18T08:55:52.322Z] #65 DONE 11.9s [2025-04-18T08:55:52.322Z] [2025-04-18T08:55:52.322Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-04-18T08:55:52.322Z] #69 ... [2025-04-18T08:55:52.322Z] [2025-04-18T08:55:52.322Z] #70 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-04-18T08:55:52.601Z] #70 ... [2025-04-18T08:55:52.601Z] [2025-04-18T08:55:52.601Z] #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-04-18T08:55:52.601Z] #71 ... [2025-04-18T08:55:52.601Z] [2025-04-18T08:55:52.601Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:53.188Z] #36 ... [2025-04-18T08:55:53.188Z] [2025-04-18T08:55:53.188Z] #63 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-04-18T08:55:53.188Z] #63 DONE 15.3s [2025-04-18T08:55:53.456Z] [2025-04-18T08:55:53.456Z] #48 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-04-18T08:55:53.456Z] #48 13.35 (1/1) Installing dumb-init (1.2.5-r3) [2025-04-18T08:55:53.456Z] #48 13.35 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:55:53.456Z] #48 13.61 OK: 9 MiB in 15 packages [2025-04-18T08:55:53.456Z] #48 DONE 16.8s [2025-04-18T08:55:53.456Z] [2025-04-18T08:55:53.456Z] #72 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-04-18T08:55:54.875Z] #72 ... [2025-04-18T08:55:54.875Z] [2025-04-18T08:55:54.875Z] #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-04-18T08:55:54.875Z] #49 12.68 (1/4) Installing ca-certificates (20241121-r1) [2025-04-18T08:55:54.875Z] #49 13.38 (2/4) Installing dumb-init (1.2.5-r3) [2025-04-18T08:55:54.875Z] #49 13.38 (3/4) Installing su-exec (0.2-r3) [2025-04-18T08:55:54.875Z] #49 13.38 (4/4) Installing yq-go (4.44.1-r2) [2025-04-18T08:55:54.875Z] #49 14.81 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:55:54.875Z] #49 14.91 Executing ca-certificates-20241121-r1.trigger [2025-04-18T08:55:54.875Z] #49 16.34 OK: 20 MiB in 18 packages [2025-04-18T08:55:54.875Z] #49 DONE 18.2s [2025-04-18T08:55:54.875Z] [2025-04-18T08:55:54.875Z] #50 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-04-18T08:55:54.875Z] #50 13.19 (1/3) Installing ca-certificates (20241121-r1) [2025-04-18T08:55:54.875Z] #50 13.54 (2/3) Installing dumb-init (1.2.5-r3) [2025-04-18T08:55:54.875Z] #50 13.54 (3/3) Installing tzdata (2025b-r0) [2025-04-18T08:55:54.875Z] #50 15.24 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:55:54.875Z] #50 15.24 Executing ca-certificates-20241121-r1.trigger [2025-04-18T08:55:54.875Z] #50 16.75 OK: 11 MiB in 17 packages [2025-04-18T08:55:54.875Z] #50 DONE 18.2s [2025-04-18T08:55:54.875Z] [2025-04-18T08:55:54.875Z] #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-04-18T08:55:58.227Z] #73 ... [2025-04-18T08:55:58.227Z] [2025-04-18T08:55:58.227Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-18T08:55:58.227Z] #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 8.5s done [2025-04-18T08:55:58.227Z] #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.2s [2025-04-18T08:55:58.227Z] #45 ... [2025-04-18T08:55:58.227Z] [2025-04-18T08:55:58.227Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:58.227Z] #36 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 7.0s [2025-04-18T08:55:58.227Z] #36 ... [2025-04-18T08:55:58.227Z] [2025-04-18T08:55:58.227Z] #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-04-18T08:55:58.227Z] #51 11.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:55:58.227Z] #51 19.82 v3.20.6-111-g55bff17929f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-04-18T08:55:58.227Z] #51 19.82 v3.20.6-110-g0e25f93fe4c [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-04-18T08:55:58.227Z] #51 19.82 OK: 24049 distinct packages available [2025-04-18T08:55:58.227Z] #51 ... [2025-04-18T08:55:58.227Z] [2025-04-18T08:55:58.227Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:55:58.807Z] #36 ... [2025-04-18T08:55:58.807Z] [2025-04-18T08:55:58.807Z] #55 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-04-18T08:55:58.807Z] #55 10.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:55:58.807Z] #55 12.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:55:58.807Z] #55 20.28 (1/1) Installing dumb-init (1.2.5-r3) [2025-04-18T08:55:58.807Z] #55 20.36 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:55:58.807Z] #55 20.56 OK: 9 MiB in 15 packages [2025-04-18T08:55:58.807Z] #55 ... [2025-04-18T08:55:58.807Z] [2025-04-18T08:55:58.807Z] #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-04-18T08:55:58.807Z] #51 21.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:55:59.072Z] #51 ... [2025-04-18T08:55:59.072Z] [2025-04-18T08:55:59.072Z] #52 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-04-18T08:55:59.072Z] #52 11.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:55:59.072Z] #52 20.14 v3.20.6-111-g55bff17929f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-04-18T08:55:59.072Z] #52 20.14 v3.20.6-110-g0e25f93fe4c [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-04-18T08:55:59.072Z] #52 20.14 OK: 24049 distinct packages available [2025-04-18T08:55:59.339Z] #52 ... [2025-04-18T08:55:59.339Z] [2025-04-18T08:55:59.339Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-18T08:55:59.920Z] #45 ... [2025-04-18T08:55:59.920Z] [2025-04-18T08:55:59.920Z] #55 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-04-18T08:55:59.920Z] #55 DONE 22.2s [2025-04-18T08:55:59.920Z] [2025-04-18T08:55:59.920Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-18T08:56:00.503Z] #45 ... [2025-04-18T08:56:00.503Z] [2025-04-18T08:56:00.503Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-04-18T08:56:00.503Z] #62 12.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:00.503Z] #62 14.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:00.503Z] #62 22.02 (1/2) Installing dumb-init (1.2.5-r3) [2025-04-18T08:56:00.503Z] #62 22.02 (2/2) Installing su-exec (0.2-r3) [2025-04-18T08:56:00.503Z] #62 22.02 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:56:00.503Z] #62 22.09 OK: 9 MiB in 16 packages [2025-04-18T08:56:00.503Z] #62 ... [2025-04-18T08:56:00.503Z] [2025-04-18T08:56:00.503Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-04-18T08:56:00.503Z] #69 18.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:01.464Z] #69 ... [2025-04-18T08:56:01.464Z] [2025-04-18T08:56:01.464Z] #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-04-18T08:56:01.464Z] #56 13.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:01.464Z] #56 14.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:01.464Z] #56 21.81 (1/4) Installing dumb-init (1.2.5-r3) [2025-04-18T08:56:01.464Z] #56 21.83 (2/4) Installing openssl (3.3.3-r0) [2025-04-18T08:56:01.464Z] #56 21.98 (3/4) Installing su-exec (0.2-r3) [2025-04-18T08:56:01.464Z] #56 22.01 (4/4) Installing yq-go (4.44.1-r2) [2025-04-18T08:56:01.464Z] #56 23.45 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:56:01.464Z] #56 ... [2025-04-18T08:56:01.464Z] [2025-04-18T08:56:01.464Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-18T08:56:01.731Z] #45 ... [2025-04-18T08:56:01.731Z] [2025-04-18T08:56:01.731Z] #70 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-04-18T08:56:01.731Z] #70 DONE 19.8s [2025-04-18T08:56:01.731Z] [2025-04-18T08:56:01.731Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-18T08:56:02.316Z] #45 ... [2025-04-18T08:56:02.316Z] [2025-04-18T08:56:02.316Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-04-18T08:56:02.316Z] #62 DONE 24.7s [2025-04-18T08:56:02.316Z] [2025-04-18T08:56:02.316Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-18T08:56:02.898Z] #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.3s [2025-04-18T08:56:03.484Z] #45 ... [2025-04-18T08:56:03.484Z] [2025-04-18T08:56:03.484Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-04-18T08:56:03.484Z] #74 ... [2025-04-18T08:56:03.484Z] [2025-04-18T08:56:03.484Z] #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-04-18T08:56:03.484Z] #56 23.80 OK: 20 MiB in 18 packages [2025-04-18T08:56:03.484Z] #56 DONE 25.8s [2025-04-18T08:56:03.484Z] [2025-04-18T08:56:03.484Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-18T08:56:03.749Z] #45 ... [2025-04-18T08:56:03.749Z] [2025-04-18T08:56:03.749Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-04-18T08:56:03.749Z] #54 16.21 v3.20.6-111-g55bff17929f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-04-18T08:56:03.749Z] #54 16.21 v3.20.6-110-g0e25f93fe4c [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-04-18T08:56:03.749Z] #54 16.21 OK: 24049 distinct packages available [2025-04-18T08:56:03.749Z] #54 17.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:03.749Z] #54 19.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:03.749Z] #54 ... [2025-04-18T08:56:03.749Z] [2025-04-18T08:56:03.749Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:56:03.749Z] #36 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.4s [2025-04-18T08:56:04.711Z] #36 ... [2025-04-18T08:56:04.711Z] [2025-04-18T08:56:04.711Z] #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-04-18T08:56:04.711Z] #73 9.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:04.976Z] #73 ... [2025-04-18T08:56:04.976Z] [2025-04-18T08:56:04.976Z] #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-04-18T08:56:04.976Z] #75 ... [2025-04-18T08:56:04.976Z] [2025-04-18T08:56:04.976Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:56:05.931Z] #36 ... [2025-04-18T08:56:05.931Z] [2025-04-18T08:56:05.931Z] #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-04-18T08:56:05.931Z] #64 16.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:05.931Z] #64 18.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:05.931Z] #64 ... [2025-04-18T08:56:05.931Z] [2025-04-18T08:56:05.931Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-18T08:56:05.931Z] #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 15.1s done [2025-04-18T08:56:05.931Z] #45 DONE 25.8s [2025-04-18T08:56:05.931Z] [2025-04-18T08:56:05.931Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:56:06.925Z] #36 ... [2025-04-18T08:56:06.925Z] [2025-04-18T08:56:06.925Z] #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-04-18T08:56:06.925Z] #71 14.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:06.925Z] #71 17.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:06.925Z] #71 ... [2025-04-18T08:56:06.925Z] [2025-04-18T08:56:06.925Z] #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-04-18T08:56:06.925Z] #73 11.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:07.191Z] #73 ... [2025-04-18T08:56:07.191Z] [2025-04-18T08:56:07.191Z] #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-04-18T08:56:07.191Z] #66 15.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:07.191Z] #66 17.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:07.459Z] #66 ... [2025-04-18T08:56:07.459Z] [2025-04-18T08:56:07.459Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:56:08.867Z] #36 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.4s [2025-04-18T08:56:09.136Z] #36 ... [2025-04-18T08:56:09.136Z] [2025-04-18T08:56:09.136Z] #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-04-18T08:56:09.136Z] #67 17.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:09.136Z] #67 19.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:09.404Z] #67 ... [2025-04-18T08:56:09.404Z] [2025-04-18T08:56:09.404Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:56:09.404Z] #36 ... [2025-04-18T08:56:09.404Z] [2025-04-18T08:56:09.404Z] #52 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-04-18T08:56:09.404Z] #52 22.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:09.404Z] #52 23.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:09.670Z] #52 ... [2025-04-18T08:56:09.670Z] [2025-04-18T08:56:09.670Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:56:09.670Z] #36 ... [2025-04-18T08:56:09.670Z] [2025-04-18T08:56:09.670Z] #76 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-04-18T08:56:09.670Z] #0 6.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:09.670Z] #0 9.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:09.937Z] #76 ... [2025-04-18T08:56:09.937Z] [2025-04-18T08:56:09.937Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:56:10.202Z] #36 ... [2025-04-18T08:56:10.202Z] [2025-04-18T08:56:10.202Z] #68 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-04-18T08:56:10.202Z] #68 19.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:10.202Z] #68 20.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:10.416Z] #118 ... [2025-04-18T08:56:10.416Z] [2025-04-18T08:56:10.416Z] #70 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:10.416Z] #70 DONE 54.0s [2025-04-18T08:56:10.416Z] [2025-04-18T08:56:10.416Z] #97 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:10.416Z] #97 DONE 50.0s [2025-04-18T08:56:10.416Z] [2025-04-18T08:56:10.416Z] #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:10.416Z] #115 DONE 50.9s [2025-04-18T08:56:10.416Z] [2025-04-18T08:56:10.416Z] #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:10.416Z] #118 DONE 51.1s [2025-04-18T08:56:10.416Z] [2025-04-18T08:56:10.416Z] #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:10.416Z] #117 DONE 53.6s [2025-04-18T08:56:10.416Z] [2025-04-18T08:56:10.416Z] #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:10.416Z] #116 DONE 47.5s [2025-04-18T08:56:10.416Z] [2025-04-18T08:56:10.416Z] #119 [core-keeper builder 7/8] COPY . . [2025-04-18T08:56:10.477Z] #68 ... [2025-04-18T08:56:10.477Z] [2025-04-18T08:56:10.477Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:56:10.743Z] #36 ... [2025-04-18T08:56:10.743Z] [2025-04-18T08:56:10.743Z] #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-04-18T08:56:10.743Z] #51 23.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:10.743Z] #51 32.17 (1/4) Installing dumb-init (1.2.5-r3) [2025-04-18T08:56:10.743Z] #51 32.21 (2/4) Installing musl-obstack (1.2.3-r2) [2025-04-18T08:56:10.743Z] #51 32.23 (3/4) Installing libucontext (1.2-r3) [2025-04-18T08:56:10.743Z] #51 32.25 (4/4) Installing gcompat (1.1.0-r4) [2025-04-18T08:56:10.743Z] #51 32.28 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:56:10.743Z] #51 32.46 OK: 9 MiB in 18 packages [2025-04-18T08:56:10.743Z] #51 ... [2025-04-18T08:56:10.743Z] [2025-04-18T08:56:10.743Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:56:11.050Z] #36 ... [2025-04-18T08:56:11.050Z] [2025-04-18T08:56:11.050Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-04-18T08:56:11.050Z] #54 27.79 (1/14) Installing ca-certificates (20241121-r1) [2025-04-18T08:56:11.050Z] #54 28.16 (2/14) Installing brotli-libs (1.1.0-r2) [2025-04-18T08:56:11.050Z] #54 28.42 (3/14) Installing c-ares (1.33.1-r0) [2025-04-18T08:56:11.050Z] #54 28.46 (4/14) Installing libunistring (1.2-r0) [2025-04-18T08:56:11.050Z] #54 28.83 (5/14) Installing libidn2 (2.3.7-r0) [2025-04-18T08:56:11.050Z] #54 28.93 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-04-18T08:56:11.050Z] #54 28.98 (7/14) Installing libpsl (0.21.5-r1) [2025-04-18T08:56:11.050Z] #54 29.00 (8/14) Installing zstd-libs (1.5.6-r0) [2025-04-18T08:56:11.050Z] #54 29.13 (9/14) Installing libcurl (8.12.1-r0) [2025-04-18T08:56:11.050Z] #54 29.23 (10/14) Installing curl (8.12.1-r0) [2025-04-18T08:56:11.050Z] #54 29.29 (11/14) Installing dumb-init (1.2.5-r3) [2025-04-18T08:56:11.050Z] #54 29.30 (12/14) Installing musl-obstack (1.2.3-r2) [2025-04-18T08:56:11.050Z] #54 29.32 (13/14) Installing libucontext (1.2-r3) [2025-04-18T08:56:11.050Z] #54 29.34 (14/14) Installing gcompat (1.1.0-r4) [2025-04-18T08:56:11.050Z] #54 29.41 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:56:11.050Z] #54 29.69 Executing ca-certificates-20241121-r1.trigger [2025-04-18T08:56:11.050Z] #54 30.89 OK: 15 MiB in 28 packages [2025-04-18T08:56:11.050Z] #54 DONE 33.4s [2025-04-18T08:56:11.051Z] [2025-04-18T08:56:11.051Z] #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-04-18T08:56:11.051Z] #71 26.87 OK: 239 MiB in 58 packages [2025-04-18T08:56:11.051Z] #71 DONE 29.3s [2025-04-18T08:56:11.051Z] [2025-04-18T08:56:11.051Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:56:11.642Z] #36 ... [2025-04-18T08:56:11.642Z] [2025-04-18T08:56:11.642Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-04-18T08:56:11.642Z] #0 5.633 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:11.642Z] #0 7.870 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:11.919Z] #77 ... [2025-04-18T08:56:11.919Z] [2025-04-18T08:56:11.919Z] #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-04-18T08:56:11.919Z] #64 27.54 (1/7) Installing ca-certificates (20241121-r1) [2025-04-18T08:56:11.919Z] #64 28.09 (2/7) Installing dumb-init (1.2.5-r3) [2025-04-18T08:56:11.919Z] #64 28.11 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-04-18T08:56:11.919Z] #64 28.17 (4/7) Installing libsodium (1.0.19-r0) [2025-04-18T08:56:11.919Z] #64 28.24 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-04-18T08:56:11.919Z] #64 28.42 (6/7) Installing libzmq (4.3.5-r2) [2025-04-18T08:56:11.919Z] #64 28.50 (7/7) Installing zeromq (4.3.5-r2) [2025-04-18T08:56:11.919Z] #64 28.63 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:56:11.919Z] #64 28.76 Executing ca-certificates-20241121-r1.trigger [2025-04-18T08:56:11.919Z] #64 30.27 OK: 14 MiB in 21 packages [2025-04-18T08:56:11.919Z] #64 DONE 32.7s [2025-04-18T08:56:11.919Z] [2025-04-18T08:56:11.919Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-04-18T08:56:11.919Z] #78 ... [2025-04-18T08:56:11.919Z] [2025-04-18T08:56:11.919Z] #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-04-18T08:56:11.919Z] #51 DONE 34.9s [2025-04-18T08:56:12.190Z] [2025-04-18T08:56:12.190Z] #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-04-18T08:56:12.458Z] #79 ... [2025-04-18T08:56:12.458Z] [2025-04-18T08:56:12.458Z] #80 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:56:12.458Z] #80 DONE 1.4s [2025-04-18T08:56:12.458Z] [2025-04-18T08:56:12.458Z] #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-04-18T08:56:12.458Z] #0 5.860 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:12.458Z] #0 7.409 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:12.735Z] #81 ... [2025-04-18T08:56:12.735Z] [2025-04-18T08:56:12.735Z] #67 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-04-18T08:56:12.735Z] #67 28.45 OK: 239 MiB in 58 packages [2025-04-18T08:56:12.735Z] #67 DONE 30.8s [2025-04-18T08:56:12.735Z] [2025-04-18T08:56:12.735Z] #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-04-18T08:56:12.735Z] #66 27.80 OK: 239 MiB in 58 packages [2025-04-18T08:56:12.735Z] #66 DONE 30.8s [2025-04-18T08:56:12.735Z] [2025-04-18T08:56:12.735Z] #82 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:56:13.004Z] #82 ... [2025-04-18T08:56:13.004Z] [2025-04-18T08:56:13.004Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-04-18T08:56:13.004Z] #69 20.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:13.004Z] #69 31.02 v3.20.6-111-g55bff17929f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-04-18T08:56:13.004Z] #69 31.02 v3.20.6-110-g0e25f93fe4c [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-04-18T08:56:13.004Z] #69 31.02 OK: 24049 distinct packages available [2025-04-18T08:56:13.004Z] #69 ... [2025-04-18T08:56:13.004Z] [2025-04-18T08:56:13.004Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:56:13.279Z] #36 ... [2025-04-18T08:56:13.279Z] [2025-04-18T08:56:13.279Z] #72 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-04-18T08:56:13.279Z] #72 9.871 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:13.279Z] #72 11.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:13.279Z] #72 ... [2025-04-18T08:56:13.279Z] [2025-04-18T08:56:13.279Z] #52 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-04-18T08:56:13.279Z] #52 32.69 (1/5) Installing dumb-init (1.2.5-r3) [2025-04-18T08:56:13.279Z] #52 32.72 (2/5) Installing musl-obstack (1.2.3-r2) [2025-04-18T08:56:13.279Z] #52 32.72 (3/5) Installing libucontext (1.2-r3) [2025-04-18T08:56:13.279Z] #52 32.76 (4/5) Installing gcompat (1.1.0-r4) [2025-04-18T08:56:13.280Z] #52 32.79 (5/5) Installing openssl (3.3.3-r0) [2025-04-18T08:56:13.280Z] #52 32.98 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:56:13.280Z] #52 33.15 OK: 10 MiB in 19 packages [2025-04-18T08:56:13.280Z] #52 DONE 35.9s [2025-04-18T08:56:13.280Z] [2025-04-18T08:56:13.280Z] #83 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-04-18T08:56:13.552Z] #83 ... [2025-04-18T08:56:13.552Z] [2025-04-18T08:56:13.552Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-04-18T08:56:13.552Z] #0 5.013 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:13.552Z] #0 7.039 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:13.818Z] #84 ... [2025-04-18T08:56:13.818Z] [2025-04-18T08:56:13.818Z] #68 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-04-18T08:56:13.818Z] #68 31.92 OK: 239 MiB in 58 packages [2025-04-18T08:56:14.095Z] #68 ... [2025-04-18T08:56:14.095Z] [2025-04-18T08:56:14.095Z] #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:56:14.095Z] #85 DONE 1.3s [2025-04-18T08:56:14.095Z] [2025-04-18T08:56:14.095Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-04-18T08:56:14.095Z] #74 10.75 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:14.095Z] #74 12.62 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:14.095Z] #74 ... [2025-04-18T08:56:14.095Z] [2025-04-18T08:56:14.095Z] #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:14.690Z] #86 ... [2025-04-18T08:56:14.690Z] [2025-04-18T08:56:14.690Z] #82 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:56:14.690Z] #82 DONE 2.2s [2025-04-18T08:56:14.957Z] [2025-04-18T08:56:14.957Z] #87 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:15.245Z] #87 ... [2025-04-18T08:56:15.245Z] [2025-04-18T08:56:15.245Z] #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-04-18T08:56:15.245Z] #75 10.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:15.245Z] #75 12.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:15.524Z] #75 ... [2025-04-18T08:56:15.524Z] [2025-04-18T08:56:15.524Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-04-18T08:56:15.524Z] #69 33.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:15.792Z] #69 ... [2025-04-18T08:56:15.792Z] [2025-04-18T08:56:15.792Z] #68 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-04-18T08:56:15.792Z] #68 DONE 34.4s [2025-04-18T08:56:15.792Z] [2025-04-18T08:56:15.792Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:56:15.792Z] #36 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.2s [2025-04-18T08:56:16.987Z] #119 ... [2025-04-18T08:56:16.987Z] [2025-04-18T08:56:16.987Z] #120 [core-data builder 6/7] COPY . . [2025-04-18T08:56:17.209Z] #36 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.9s done [2025-04-18T08:56:17.245Z] #120 ... [2025-04-18T08:56:17.245Z] [2025-04-18T08:56:17.245Z] #121 [support-notifications builder 6/7] COPY . . [2025-04-18T08:56:17.245Z] #121 ... [2025-04-18T08:56:17.245Z] [2025-04-18T08:56:17.245Z] #122 [security-spiffe-token-provider builder 6/7] COPY . . [2025-04-18T08:56:17.477Z] #36 ... [2025-04-18T08:56:17.477Z] [2025-04-18T08:56:17.477Z] #88 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:56:17.477Z] #88 DONE 1.7s [2025-04-18T08:56:17.477Z] [2025-04-18T08:56:17.477Z] #89 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:17.503Z] #122 ... [2025-04-18T08:56:17.503Z] [2025-04-18T08:56:17.503Z] #123 [security-bootstrapper builder 6/7] COPY . . [2025-04-18T08:56:17.761Z] #123 ... [2025-04-18T08:56:17.761Z] [2025-04-18T08:56:17.761Z] #124 [support-scheduler builder 6/7] COPY . . [2025-04-18T08:56:18.069Z] #89 ... [2025-04-18T08:56:18.069Z] [2025-04-18T08:56:18.069Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-18T08:56:18.069Z] #36 DONE 40.8s [2025-04-18T08:56:18.069Z] [2025-04-18T08:56:18.069Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-04-18T08:56:18.069Z] #74 24.79 (1/1) Installing dumb-init (1.2.5-r3) [2025-04-18T08:56:19.035Z] #74 ... [2025-04-18T08:56:19.035Z] [2025-04-18T08:56:19.035Z] #72 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-04-18T08:56:19.035Z] #72 24.00 OK: 9 MiB in 15 packages [2025-04-18T08:56:19.035Z] #72 DONE 25.9s [2025-04-18T08:56:19.035Z] [2025-04-18T08:56:19.035Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-04-18T08:56:19.035Z] #74 25.76 Executing busybox-1.36.1-r29.trigger [2025-04-18T08:56:19.303Z] #74 25.95 OK: 9 MiB in 15 packages [2025-04-18T08:56:20.266Z] #74 ... [2025-04-18T08:56:20.266Z] [2025-04-18T08:56:20.266Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-04-18T08:56:20.266Z] #77 17.32 OK: 239 MiB in 58 packages [2025-04-18T08:56:20.266Z] #77 DONE 18.3s [2025-04-18T08:56:20.266Z] [2025-04-18T08:56:20.266Z] #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-04-18T08:56:20.266Z] #75 23.07 OK: 11 MiB in 17 packages [2025-04-18T08:56:20.266Z] #75 DONE 25.2s [2025-04-18T08:56:20.266Z] [2025-04-18T08:56:20.266Z] #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-04-18T08:56:20.533Z] #90 ... [2025-04-18T08:56:20.533Z] [2025-04-18T08:56:20.533Z] #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-04-18T08:56:20.533Z] #73 24.19 OK: 20 MiB in 18 packages [2025-04-18T08:56:20.533Z] #73 DONE 25.8s [2025-04-18T08:56:20.803Z] [2025-04-18T08:56:20.803Z] #76 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-04-18T08:56:20.803Z] #76 19.67 OK: 9 MiB in 15 packages [2025-04-18T08:56:20.803Z] #76 DONE 21.1s [2025-04-18T08:56:20.803Z] [2025-04-18T08:56:20.803Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-04-18T08:56:20.803Z] #84 17.33 OK: 20 MiB in 18 packages [2025-04-18T08:56:21.072Z] #84 ... [2025-04-18T08:56:21.072Z] [2025-04-18T08:56:21.072Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-04-18T08:56:21.072Z] #0 9.509 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:21.072Z] #91 ... [2025-04-18T08:56:21.072Z] [2025-04-18T08:56:21.072Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-04-18T08:56:21.072Z] #78 8.657 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:21.341Z] #78 ... [2025-04-18T08:56:21.341Z] [2025-04-18T08:56:21.341Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-04-18T08:56:21.341Z] #74 DONE 28.1s [2025-04-18T08:56:21.341Z] [2025-04-18T08:56:21.341Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-04-18T08:56:21.341Z] #78 9.496 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:21.617Z] #78 ... [2025-04-18T08:56:21.617Z] [2025-04-18T08:56:21.617Z] #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-04-18T08:56:21.617Z] #81 18.05 OK: 9 MiB in 16 packages [2025-04-18T08:56:21.617Z] #81 DONE 19.0s [2025-04-18T08:56:21.617Z] [2025-04-18T08:56:21.617Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-04-18T08:56:21.617Z] #91 10.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:21.885Z] #91 ... [2025-04-18T08:56:21.885Z] [2025-04-18T08:56:21.885Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-04-18T08:56:21.885Z] #84 DONE 18.3s [2025-04-18T08:56:21.885Z] [2025-04-18T08:56:21.885Z] #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-04-18T08:56:21.885Z] #90 DONE 1.8s [2025-04-18T08:56:21.885Z] [2025-04-18T08:56:21.885Z] #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:22.154Z] #92 ... [2025-04-18T08:56:22.154Z] [2025-04-18T08:56:22.154Z] #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-04-18T08:56:22.154Z] #93 DONE 0.4s [2025-04-18T08:56:22.424Z] [2025-04-18T08:56:22.424Z] #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-04-18T08:56:22.424Z] #94 ... [2025-04-18T08:56:22.424Z] [2025-04-18T08:56:22.424Z] #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:22.695Z] #95 ... [2025-04-18T08:56:22.695Z] [2025-04-18T08:56:22.695Z] #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-04-18T08:56:22.695Z] #79 10.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:24.121Z] #79 11.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:24.426Z] #79 ... [2025-04-18T08:56:24.426Z] [2025-04-18T08:56:24.426Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-04-18T08:56:24.426Z] #69 35.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:24.426Z] #69 41.48 OK: 239 MiB in 58 packages [2025-04-18T08:56:24.426Z] #69 DONE 42.5s [2025-04-18T08:56:24.707Z] [2025-04-18T08:56:24.707Z] #96 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:56:25.297Z] #96 DONE 0.9s [2025-04-18T08:56:25.297Z] [2025-04-18T08:56:25.297Z] #83 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-04-18T08:56:25.297Z] #83 10.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:25.566Z] #83 12.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-18T08:56:26.531Z] #83 ... [2025-04-18T08:56:26.531Z] [2025-04-18T08:56:26.531Z] #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-04-18T08:56:26.531Z] #94 DONE 5.1s [2025-04-18T08:56:26.804Z] [2025-04-18T08:56:26.804Z] #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-04-18T08:56:26.804Z] #97 DONE 0.2s [2025-04-18T08:56:26.804Z] [2025-04-18T08:56:26.804Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-04-18T08:56:26.804Z] #78 14.73 OK: 14 MiB in 21 packages [2025-04-18T08:56:27.757Z] #124 DONE 19.8s [2025-04-18T08:56:27.757Z] [2025-04-18T08:56:27.757Z] #121 [support-notifications builder 6/7] COPY . . [2025-04-18T08:56:27.757Z] #121 DONE 19.7s [2025-04-18T08:56:27.757Z] [2025-04-18T08:56:27.757Z] #122 [security-spiffe-token-provider builder 6/7] COPY . . [2025-04-18T08:56:27.757Z] #122 DONE 19.7s [2025-04-18T08:56:27.757Z] [2025-04-18T08:56:27.757Z] #123 [security-bootstrapper builder 6/7] COPY . . [2025-04-18T08:56:27.757Z] #123 DONE 19.7s [2025-04-18T08:56:27.757Z] [2025-04-18T08:56:27.757Z] #125 [security-proxy-setup builder 6/7] COPY . . [2025-04-18T08:56:27.757Z] #125 CACHED [2025-04-18T08:56:27.757Z] [2025-04-18T08:56:27.757Z] #126 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:27.757Z] #126 CACHED [2025-04-18T08:56:27.757Z] [2025-04-18T08:56:27.757Z] #127 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:56:27.757Z] #127 CACHED [2025-04-18T08:56:27.757Z] [2025-04-18T08:56:27.757Z] #128 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:56:27.757Z] #128 CACHED [2025-04-18T08:56:27.757Z] [2025-04-18T08:56:27.757Z] #129 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:27.757Z] #129 CACHED [2025-04-18T08:56:27.757Z] [2025-04-18T08:56:27.757Z] #130 [security-secretstore-setup builder 6/7] COPY . . [2025-04-18T08:56:27.757Z] #130 CACHED [2025-04-18T08:56:27.757Z] [2025-04-18T08:56:27.757Z] #119 [core-keeper builder 7/8] COPY . . [2025-04-18T08:56:27.757Z] #119 DONE 19.8s [2025-04-18T08:56:27.757Z] [2025-04-18T08:56:27.757Z] #131 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:27.757Z] #131 CACHED [2025-04-18T08:56:27.757Z] [2025-04-18T08:56:27.757Z] #132 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:56:27.757Z] #132 CACHED [2025-04-18T08:56:27.757Z] [2025-04-18T08:56:27.757Z] #133 [core-command builder 6/7] COPY . . [2025-04-18T08:56:27.757Z] #133 CACHED [2025-04-18T08:56:27.757Z] [2025-04-18T08:56:27.757Z] #120 [core-data builder 6/7] COPY . . [2025-04-18T08:56:27.757Z] #120 DONE 19.8s [2025-04-18T08:56:27.757Z] [2025-04-18T08:56:27.757Z] #134 [core-metadata builder 6/7] COPY . . [2025-04-18T08:56:27.757Z] #134 CACHED [2025-04-18T08:56:27.757Z] [2025-04-18T08:56:27.757Z] #135 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:56:27.757Z] #135 CACHED [2025-04-18T08:56:27.757Z] [2025-04-18T08:56:27.757Z] #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:27.757Z] #136 CACHED [2025-04-18T08:56:27.757Z] [2025-04-18T08:56:27.757Z] #137 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T08:56:27.757Z] #137 ... [2025-04-18T08:56:27.757Z] [2025-04-18T08:56:27.757Z] #138 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-04-18T08:56:27.758Z] #138 CACHED [2025-04-18T08:56:27.758Z] [2025-04-18T08:56:27.758Z] #139 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:27.758Z] #139 CACHED [2025-04-18T08:56:27.758Z] [2025-04-18T08:56:27.758Z] #140 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:56:27.758Z] #140 CACHED [2025-04-18T08:56:27.758Z] [2025-04-18T08:56:27.758Z] #141 [security-proxy-auth builder 6/7] COPY . . [2025-04-18T08:56:27.758Z] #141 CACHED [2025-04-18T08:56:27.758Z] [2025-04-18T08:56:27.758Z] #142 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:56:27.758Z] #142 CACHED [2025-04-18T08:56:27.758Z] [2025-04-18T08:56:27.758Z] #143 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:27.758Z] #143 CACHED [2025-04-18T08:56:27.758Z] [2025-04-18T08:56:27.758Z] #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-04-18T08:56:27.774Z] #78 DONE 15.7s [2025-04-18T08:56:27.774Z] [2025-04-18T08:56:27.774Z] #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:28.015Z] #144 1.257 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-04-18T08:56:29.197Z] #98 ... [2025-04-18T08:56:29.197Z] [2025-04-18T08:56:29.197Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-04-18T08:56:29.197Z] #91 17.15 OK: 15 MiB in 28 packages [2025-04-18T08:56:29.197Z] #91 DONE 18.0s [2025-04-18T08:56:29.197Z] [2025-04-18T08:56:29.197Z] #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-04-18T08:56:29.197Z] #79 16.67 OK: 9 MiB in 18 packages [2025-04-18T08:56:29.784Z] #79 DONE 17.5s [2025-04-18T08:56:29.784Z] [2025-04-18T08:56:29.784Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-18T08:56:30.745Z] #99 ... [2025-04-18T08:56:30.746Z] [2025-04-18T08:56:30.746Z] #83 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-04-18T08:56:30.746Z] #83 16.50 OK: 10 MiB in 19 packages [2025-04-18T08:56:30.746Z] #83 DONE 17.4s [2025-04-18T08:56:31.011Z] [2025-04-18T08:56:31.011Z] #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-04-18T08:56:31.977Z] #100 ... [2025-04-18T08:56:31.977Z] [2025-04-18T08:56:31.977Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-18T08:56:31.977Z] #99 DONE 2.2s [2025-04-18T08:56:31.977Z] [2025-04-18T08:56:31.977Z] #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-04-18T08:56:31.977Z] #100 DONE 1.2s [2025-04-18T08:56:31.977Z] [2025-04-18T08:56:31.977Z] #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-04-18T08:56:31.977Z] #101 DONE 0.1s [2025-04-18T08:56:31.977Z] [2025-04-18T08:56:31.977Z] #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-18T08:56:32.243Z] #102 ... [2025-04-18T08:56:32.243Z] [2025-04-18T08:56:32.243Z] #103 [security-spire-config stage-2 6/10] COPY security.txt / [2025-04-18T08:56:32.243Z] #103 DONE 0.2s [2025-04-18T08:56:32.243Z] [2025-04-18T08:56:32.243Z] #104 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-04-18T08:56:32.513Z] #104 DONE 0.2s [2025-04-18T08:56:32.513Z] [2025-04-18T08:56:32.513Z] #105 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-18T08:56:32.513Z] #105 ... [2025-04-18T08:56:32.513Z] [2025-04-18T08:56:32.513Z] #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-04-18T08:56:32.513Z] #106 DONE 0.1s [2025-04-18T08:56:32.784Z] [2025-04-18T08:56:32.784Z] #105 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-18T08:56:32.784Z] #105 DONE 2.0s [2025-04-18T08:56:32.784Z] [2025-04-18T08:56:32.784Z] #107 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-04-18T08:56:32.784Z] #107 ... [2025-04-18T08:56:32.784Z] [2025-04-18T08:56:32.784Z] #108 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-04-18T08:56:32.784Z] #108 DONE 0.2s [2025-04-18T08:56:33.051Z] [2025-04-18T08:56:33.051Z] #107 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-04-18T08:56:33.051Z] #107 DONE 0.3s [2025-04-18T08:56:33.051Z] [2025-04-18T08:56:33.051Z] #109 [security-spire-config] exporting to image [2025-04-18T08:56:33.051Z] #109 exporting layers [2025-04-18T08:56:33.333Z] #109 ... [2025-04-18T08:56:33.333Z] [2025-04-18T08:56:33.333Z] #110 [security-spire-server stage-2 6/9] COPY security.txt / [2025-04-18T08:56:33.333Z] #110 DONE 0.3s [2025-04-18T08:56:33.333Z] [2025-04-18T08:56:33.333Z] #111 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-04-18T08:56:33.606Z] #111 DONE 0.2s [2025-04-18T08:56:33.606Z] [2025-04-18T08:56:33.606Z] #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-04-18T08:56:33.871Z] #112 DONE 0.2s [2025-04-18T08:56:33.871Z] [2025-04-18T08:56:33.871Z] #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-04-18T08:56:34.146Z] #113 DONE 0.3s [2025-04-18T08:56:34.146Z] [2025-04-18T08:56:34.146Z] #109 [security-spire-server] exporting to image [2025-04-18T08:56:34.413Z] #109 ... [2025-04-18T08:56:34.413Z] [2025-04-18T08:56:34.413Z] #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-18T08:56:34.413Z] #102 DONE 2.6s [2025-04-18T08:56:34.680Z] [2025-04-18T08:56:34.680Z] #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-04-18T08:56:34.947Z] #114 DONE 0.3s [2025-04-18T08:56:34.947Z] [2025-04-18T08:56:34.947Z] #115 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-04-18T08:56:34.947Z] #115 DONE 0.2s [2025-04-18T08:56:34.947Z] [2025-04-18T08:56:34.947Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-04-18T08:56:35.217Z] #116 DONE 0.2s [2025-04-18T08:56:35.217Z] [2025-04-18T08:56:35.217Z] #87 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:35.217Z] #87 ... [2025-04-18T08:56:35.217Z] [2025-04-18T08:56:35.217Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-04-18T08:56:35.217Z] #117 DONE 0.1s [2025-04-18T08:56:35.487Z] [2025-04-18T08:56:35.487Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-04-18T08:56:35.487Z] #118 DONE 0.2s [2025-04-18T08:56:35.487Z] [2025-04-18T08:56:35.487Z] #109 [security-spire-agent] exporting to image [2025-04-18T08:56:36.445Z] #109 exporting layers 3.5s done [2025-04-18T08:56:36.445Z] #109 writing image sha256:5cc87de809670c4f8ecb513103d122a555318756c4d37cf8543bbcb33bb301af done [2025-04-18T08:56:36.445Z] #109 naming to docker.io/library/security-spire-config-arm64 done [2025-04-18T08:56:37.027Z] #109 exporting layers 3.0s done [2025-04-18T08:56:37.027Z] #109 writing image sha256:2df0008ea62c3ae68b1481436a0c997ec9e14b5c5ad134ad44ddf5e9d6b93ca5 [2025-04-18T08:56:37.293Z] #109 writing image sha256:2df0008ea62c3ae68b1481436a0c997ec9e14b5c5ad134ad44ddf5e9d6b93ca5 done [2025-04-18T08:56:37.293Z] #109 naming to docker.io/library/security-spire-server-arm64 done [2025-04-18T08:56:37.877Z] #109 exporting layers 2.2s done [2025-04-18T08:56:37.877Z] #109 writing image sha256:e1ce1d08d0bbb71f09ac8d364e2af6470cee2416e869379b24f22e04dd728e89 done [2025-04-18T08:56:37.877Z] #109 naming to docker.io/library/security-spire-agent-arm64 done [2025-04-18T08:56:37.877Z] #109 DONE 4.8s [2025-04-18T08:56:37.877Z] [2025-04-18T08:56:37.877Z] #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:56:37.984Z] #144 ... [2025-04-18T08:56:37.985Z] [2025-04-18T08:56:37.985Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-04-18T08:56:37.985Z] #0 0.629 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-04-18T08:56:37.985Z] #145 ... [2025-04-18T08:56:37.985Z] [2025-04-18T08:56:37.985Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-04-18T08:56:37.985Z] #0 1.154 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-04-18T08:56:37.985Z] #146 ... [2025-04-18T08:56:37.985Z] [2025-04-18T08:56:37.985Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-04-18T08:56:37.985Z] #0 1.254 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-04-18T08:56:37.986Z] #147 ... [2025-04-18T08:56:37.986Z] [2025-04-18T08:56:37.986Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-04-18T08:56:37.986Z] #0 0.692 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-04-18T08:56:37.986Z] #148 ... [2025-04-18T08:56:37.986Z] [2025-04-18T08:56:37.986Z] #149 [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-04-18T08:56:37.986Z] #0 0.594 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-04-18T08:56:37.986Z] #149 ... [2025-04-18T08:56:37.986Z] [2025-04-18T08:56:37.986Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-04-18T08:56:37.986Z] #0 0.831 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-04-18T08:56:37.986Z] #150 ... [2025-04-18T08:56:37.986Z] [2025-04-18T08:56:37.986Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-04-18T08:56:37.986Z] #0 1.130 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-04-18T08:56:37.986Z] #151 ... [2025-04-18T08:56:37.986Z] [2025-04-18T08:56:37.986Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-04-18T08:56:37.986Z] #0 0.941 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-04-18T08:56:37.986Z] #152 ... [2025-04-18T08:56:37.986Z] [2025-04-18T08:56:37.986Z] #137 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T08:56:37.986Z] #137 0.939 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-04-18T08:56:38.243Z] #137 ... [2025-04-18T08:56:38.243Z] [2025-04-18T08:56:38.243Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-04-18T08:56:38.243Z] #0 1.050 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-04-18T08:56:38.243Z] #153 ... [2025-04-18T08:56:38.243Z] [2025-04-18T08:56:38.243Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-18T08:56:38.243Z] #0 0.517 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-04-18T08:58:14.659Z] #154 ... [2025-04-18T08:58:14.659Z] [2025-04-18T08:58:14.659Z] #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-04-18T08:58:14.659Z] #144 DONE 100.9s [2025-04-18T08:58:14.659Z] [2025-04-18T08:58:14.660Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-04-18T08:58:14.660Z] #150 DONE 100.9s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T08:58:14.660Z] #155 ... [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-04-18T08:58:14.660Z] #156 DONE 0.3s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T08:58:14.660Z] #155 DONE 0.3s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #157 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-04-18T08:58:14.660Z] #157 DONE 0.4s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-04-18T08:58:14.660Z] #158 ... [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-04-18T08:58:14.660Z] #159 DONE 0.4s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #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-04-18T08:58:14.660Z] #160 DONE 0.4s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #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-04-18T08:58:14.660Z] #161 DONE 0.1s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #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-04-18T08:58:14.660Z] #162 ... [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-04-18T08:58:14.660Z] #158 DONE 1.6s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T08:58:14.660Z] #163 DONE 0.3s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-04-18T08:58:14.660Z] #164 DONE 0.3s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #137 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T08:58:14.660Z] #137 ... [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-04-18T08:58:14.660Z] #165 DONE 0.4s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #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-04-18T08:58:14.660Z] #162 DONE 1.2s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #94 [core-common-config-bootstrapper] exporting to image [2025-04-18T08:58:14.660Z] #94 exporting layers [2025-04-18T08:58:14.660Z] #94 ... [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-04-18T08:58:14.660Z] #166 DONE 0.2s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #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-04-18T08:58:14.660Z] #167 DONE 0.3s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #94 [core-common-config-bootstrapper] exporting to image [2025-04-18T08:58:14.660Z] #94 exporting layers 0.7s done [2025-04-18T08:58:14.660Z] #94 writing image sha256:97bd2899952ef30dd70a7eee799ab8e2358fcf77dc434d73f52249e8e3e14a0e 0.0s done [2025-04-18T08:58:14.660Z] #94 naming to docker.io/library/core-common-config-bootstrapper 0.0s done [2025-04-18T08:58:14.660Z] #94 DONE 3.4s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #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-04-18T08:58:14.660Z] #168 DONE 0.3s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #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-04-18T08:58:14.660Z] #169 DONE 0.5s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-04-18T08:58:14.660Z] #170 DONE 0.2s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #137 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T08:58:14.660Z] #137 ... [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-04-18T08:58:14.660Z] #171 DONE 1.8s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #94 [security-bootstrapper] exporting to image [2025-04-18T08:58:14.660Z] #94 exporting layers 0.4s done [2025-04-18T08:58:14.660Z] #94 writing image sha256:b97940a3d205150f09ae239d6a46d621e3d44b76c5f5a821690185cd427ab8d8 done [2025-04-18T08:58:14.660Z] #94 naming to docker.io/library/security-bootstrapper done [2025-04-18T08:58:14.660Z] #94 DONE 3.9s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #137 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T08:58:14.660Z] #98 DONE 108.4s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #87 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:58:14.660Z] #87 DONE 118.9s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:58:14.660Z] #95 DONE 121.1s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #89 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:58:14.660Z] #89 DONE 116.3s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #119 [support-notifications builder 6/7] COPY . . [2025-04-18T08:58:14.660Z] #119 ... [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:58:14.660Z] #92 DONE 111.9s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:58:14.660Z] #86 DONE 119.7s [2025-04-18T08:58:14.660Z] [2025-04-18T08:58:14.660Z] #120 [core-keeper builder 7/8] COPY . . [2025-04-18T08:58:15.615Z] #120 ... [2025-04-18T08:58:15.615Z] [2025-04-18T08:58:15.615Z] #121 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:58:15.615Z] #121 CACHED [2025-04-18T08:58:15.615Z] [2025-04-18T08:58:15.615Z] #122 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:58:15.615Z] #122 CACHED [2025-04-18T08:58:15.615Z] [2025-04-18T08:58:15.615Z] #123 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-04-18T08:58:15.615Z] #123 CACHED [2025-04-18T08:58:15.615Z] [2025-04-18T08:58:15.615Z] #124 [core-command builder 6/7] COPY . . [2025-04-18T08:58:15.615Z] #124 CACHED [2025-04-18T08:58:15.615Z] [2025-04-18T08:58:15.615Z] #125 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:58:15.615Z] #125 CACHED [2025-04-18T08:58:15.615Z] [2025-04-18T08:58:15.615Z] #126 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:58:15.615Z] #126 CACHED [2025-04-18T08:58:15.615Z] [2025-04-18T08:58:15.615Z] #127 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:58:15.615Z] #127 CACHED [2025-04-18T08:58:15.615Z] [2025-04-18T08:58:15.615Z] #128 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:58:15.615Z] #128 CACHED [2025-04-18T08:58:15.615Z] [2025-04-18T08:58:15.615Z] #129 [security-proxy-auth builder 6/7] COPY . . [2025-04-18T08:58:15.615Z] #129 CACHED [2025-04-18T08:58:15.615Z] [2025-04-18T08:58:15.615Z] #130 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:58:15.615Z] #130 CACHED [2025-04-18T08:58:15.615Z] [2025-04-18T08:58:15.615Z] #131 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:58:15.615Z] #131 CACHED [2025-04-18T08:58:15.615Z] [2025-04-18T08:58:15.615Z] #132 [core-metadata builder 6/7] COPY . . [2025-04-18T08:58:15.615Z] #132 CACHED [2025-04-18T08:58:15.615Z] [2025-04-18T08:58:15.615Z] #133 [security-proxy-setup builder 6/7] COPY . . [2025-04-18T08:58:15.616Z] #133 CACHED [2025-04-18T08:58:15.616Z] [2025-04-18T08:58:15.616Z] #134 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:58:15.616Z] #134 CACHED [2025-04-18T08:58:15.616Z] [2025-04-18T08:58:15.616Z] #135 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:58:15.616Z] #135 CACHED [2025-04-18T08:58:15.616Z] [2025-04-18T08:58:15.616Z] #136 [core-data builder 6/7] COPY . . [2025-04-18T08:58:15.616Z] #136 DONE 1.9s [2025-04-18T08:58:15.616Z] [2025-04-18T08:58:15.616Z] #137 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-18T08:58:15.616Z] #137 CACHED [2025-04-18T08:58:15.616Z] [2025-04-18T08:58:15.616Z] #138 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-04-18T08:58:15.616Z] #138 CACHED [2025-04-18T08:58:15.616Z] [2025-04-18T08:58:15.616Z] #139 [security-bootstrapper builder 6/7] COPY . . [2025-04-18T08:58:15.616Z] #139 CACHED [2025-04-18T08:58:15.616Z] [2025-04-18T08:58:15.616Z] #140 [support-scheduler builder 6/7] COPY . . [2025-04-18T08:58:15.616Z] #140 DONE 1.9s [2025-04-18T08:58:15.616Z] [2025-04-18T08:58:15.616Z] #141 [security-secretstore-setup builder 6/7] COPY . . [2025-04-18T08:58:15.616Z] #141 DONE 1.9s [2025-04-18T08:58:15.616Z] [2025-04-18T08:58:15.616Z] #120 [core-keeper builder 7/8] COPY . . [2025-04-18T08:58:15.616Z] #120 DONE 1.9s [2025-04-18T08:58:15.616Z] [2025-04-18T08:58:15.616Z] #119 [support-notifications builder 6/7] COPY . . [2025-04-18T08:58:15.616Z] #119 DONE 1.9s [2025-04-18T08:58:15.616Z] [2025-04-18T08:58:15.616Z] #142 [security-spiffe-token-provider builder 6/7] COPY . . [2025-04-18T08:58:15.616Z] #142 DONE 2.0s [2025-04-18T08:58:15.616Z] [2025-04-18T08:58:15.616Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-04-18T08:58:20.977Z] #143 ... [2025-04-18T08:58:20.977Z] [2025-04-18T08:58:20.977Z] #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-04-18T08:58:20.977Z] #0 4.606 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-04-18T08:58:21.246Z] #144 ... [2025-04-18T08:58:21.246Z] [2025-04-18T08:58:21.246Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-04-18T08:58:21.246Z] #0 5.519 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-04-18T08:58:21.513Z] #145 ... [2025-04-18T08:58:21.513Z] [2025-04-18T08:58:21.513Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-18T08:58:21.513Z] #0 5.681 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-04-18T08:58:21.513Z] #146 ... [2025-04-18T08:58:21.513Z] [2025-04-18T08:58:21.513Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-04-18T08:58:21.513Z] #143 5.846 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-04-18T08:58:25.767Z] #143 ... [2025-04-18T08:58:25.767Z] [2025-04-18T08:58:25.767Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-04-18T08:58:25.767Z] #0 5.785 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-04-18T08:58:25.767Z] #147 ... [2025-04-18T08:58:25.767Z] [2025-04-18T08:58:25.767Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-04-18T08:58:25.767Z] #0 5.254 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-04-18T08:58:26.088Z] #148 ... [2025-04-18T08:58:26.088Z] [2025-04-18T08:58:26.088Z] #149 [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-04-18T08:58:26.088Z] #0 5.711 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-04-18T08:58:26.357Z] #149 ... [2025-04-18T08:58:26.357Z] [2025-04-18T08:58:26.357Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-04-18T08:58:26.357Z] #0 4.948 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-04-18T08:58:26.357Z] #150 ... [2025-04-18T08:58:26.357Z] [2025-04-18T08:58:26.357Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-04-18T08:58:26.357Z] #0 5.778 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-04-18T08:58:26.624Z] #151 ... [2025-04-18T08:58:26.624Z] [2025-04-18T08:58:26.624Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-04-18T08:58:26.624Z] #0 5.921 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-04-18T08:58:26.624Z] #152 ... [2025-04-18T08:58:26.624Z] [2025-04-18T08:58:26.624Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T08:58:26.624Z] #0 4.901 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-04-18T08:58:26.891Z] #153 ... [2025-04-18T08:58:26.891Z] [2025-04-18T08:58:26.891Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-04-18T08:58:26.891Z] #0 5.836 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-04-18T08:59:01.320Z] #137 ... [2025-04-18T08:59:01.320Z] [2025-04-18T08:59:01.320Z] #149 [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-04-18T08:59:01.320Z] #149 148.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-04-18T08:59:16.190Z] #149 DONE 168.5s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-18T08:59:16.190Z] #154 DONE 168.6s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #137 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T08:59:16.190Z] #137 DONE 168.4s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-04-18T08:59:16.190Z] #146 DONE 168.5s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-04-18T08:59:16.190Z] #145 DONE 168.6s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-04-18T08:59:16.190Z] #153 DONE 168.5s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-04-18T08:59:16.190Z] #148 DONE 168.6s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-04-18T08:59:16.190Z] #151 DONE 168.5s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #172 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T08:59:16.190Z] #172 ... [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-04-18T08:59:16.190Z] #147 DONE 168.7s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-04-18T08:59:16.190Z] #152 DONE 168.8s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #173 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T08:59:16.190Z] #173 ... [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #172 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T08:59:16.190Z] #172 DONE 0.4s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #174 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T08:59:16.190Z] #174 DONE 0.4s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #175 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T08:59:16.190Z] #175 DONE 0.4s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #173 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T08:59:16.190Z] #173 DONE 0.3s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #176 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T08:59:16.190Z] #176 DONE 0.4s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #177 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-04-18T08:59:16.190Z] #177 ... [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T08:59:16.190Z] #178 DONE 0.4s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #179 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T08:59:16.190Z] #179 DONE 0.3s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #180 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-04-18T08:59:16.190Z] #180 DONE 0.2s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #181 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T08:59:16.190Z] #181 DONE 0.2s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #182 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-04-18T08:59:16.190Z] #182 DONE 0.2s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #183 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-04-18T08:59:16.190Z] #183 CACHED [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #184 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T08:59:16.190Z] #184 CACHED [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #185 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-04-18T08:59:16.190Z] #185 DONE 0.2s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #177 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-04-18T08:59:16.190Z] #177 DONE 0.2s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #186 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-04-18T08:59:16.190Z] #186 DONE 0.2s [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #187 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T08:59:16.190Z] #187 CACHED [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #188 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-04-18T08:59:16.190Z] #188 CACHED [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #189 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-04-18T08:59:16.190Z] #189 ... [2025-04-18T08:59:16.190Z] [2025-04-18T08:59:16.190Z] #190 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-04-18T08:59:16.190Z] #190 DONE 0.2s [2025-04-18T08:59:16.449Z] [2025-04-18T08:59:16.449Z] #191 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-04-18T08:59:17.826Z] #191 ... [2025-04-18T08:59:17.826Z] [2025-04-18T08:59:17.826Z] #192 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-04-18T08:59:17.826Z] #192 DONE 1.6s [2025-04-18T08:59:17.826Z] [2025-04-18T08:59:17.826Z] #193 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-04-18T08:59:17.826Z] #193 DONE 1.7s [2025-04-18T08:59:17.826Z] [2025-04-18T08:59:17.826Z] #194 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-04-18T08:59:17.826Z] #194 DONE 1.7s [2025-04-18T08:59:17.826Z] [2025-04-18T08:59:17.826Z] #195 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-04-18T08:59:17.826Z] #195 DONE 1.7s [2025-04-18T08:59:17.826Z] [2025-04-18T08:59:17.826Z] #196 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-04-18T08:59:17.826Z] #196 DONE 1.7s [2025-04-18T08:59:17.826Z] [2025-04-18T08:59:17.826Z] #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-04-18T08:59:17.826Z] #197 DONE 1.8s [2025-04-18T08:59:17.826Z] [2025-04-18T08:59:17.826Z] #198 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-04-18T08:59:17.826Z] #198 DONE 1.8s [2025-04-18T08:59:17.826Z] [2025-04-18T08:59:17.826Z] #199 [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-04-18T08:59:18.084Z] #199 ... [2025-04-18T08:59:18.084Z] [2025-04-18T08:59:18.084Z] #191 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-04-18T08:59:18.084Z] #191 DONE 1.7s [2025-04-18T08:59:18.084Z] [2025-04-18T08:59:18.084Z] #189 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-04-18T08:59:18.084Z] #189 DONE 1.8s [2025-04-18T08:59:18.084Z] [2025-04-18T08:59:18.084Z] #200 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-04-18T08:59:18.084Z] #200 DONE 1.8s [2025-04-18T08:59:18.084Z] [2025-04-18T08:59:18.084Z] #201 [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-04-18T08:59:18.084Z] #201 DONE 0.3s [2025-04-18T08:59:18.084Z] [2025-04-18T08:59:18.084Z] #202 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-04-18T08:59:18.084Z] #202 DONE 0.3s [2025-04-18T08:59:18.084Z] [2025-04-18T08:59:18.084Z] #203 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-04-18T08:59:18.084Z] #203 DONE 0.3s [2025-04-18T08:59:18.084Z] [2025-04-18T08:59:18.084Z] #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-04-18T08:59:18.084Z] #204 DONE 0.3s [2025-04-18T08:59:18.084Z] [2025-04-18T08:59:18.084Z] #205 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-04-18T08:59:18.084Z] #205 DONE 0.3s [2025-04-18T08:59:18.084Z] [2025-04-18T08:59:18.084Z] #94 [core-keeper] exporting to image [2025-04-18T08:59:18.084Z] #94 exporting layers [2025-04-18T08:59:18.084Z] #94 ... [2025-04-18T08:59:18.084Z] [2025-04-18T08:59:18.084Z] #206 [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-04-18T08:59:18.084Z] #206 DONE 0.3s [2025-04-18T08:59:18.084Z] [2025-04-18T08:59:18.084Z] #207 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-04-18T08:59:18.084Z] #207 DONE 0.3s [2025-04-18T08:59:18.084Z] [2025-04-18T08:59:18.084Z] #199 [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-04-18T08:59:18.084Z] #199 DONE 0.3s [2025-04-18T08:59:18.084Z] [2025-04-18T08:59:18.084Z] #208 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-04-18T08:59:18.084Z] #208 DONE 0.3s [2025-04-18T08:59:18.084Z] [2025-04-18T08:59:18.084Z] #209 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-04-18T08:59:18.084Z] #209 DONE 0.3s [2025-04-18T08:59:18.084Z] [2025-04-18T08:59:18.084Z] #94 [support-scheduler] exporting to image [2025-04-18T08:59:18.345Z] #94 ... [2025-04-18T08:59:18.345Z] [2025-04-18T08:59:18.345Z] #210 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-04-18T08:59:18.345Z] #210 DONE 0.4s [2025-04-18T08:59:18.345Z] [2025-04-18T08:59:18.345Z] #211 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-04-18T08:59:18.345Z] #211 DONE 0.4s [2025-04-18T08:59:18.345Z] [2025-04-18T08:59:18.345Z] #212 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-04-18T08:59:18.345Z] #212 DONE 0.3s [2025-04-18T08:59:18.345Z] [2025-04-18T08:59:18.345Z] #213 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-04-18T08:59:18.345Z] #213 DONE 0.2s [2025-04-18T08:59:18.345Z] [2025-04-18T08:59:18.345Z] #94 [core-metadata] exporting to image [2025-04-18T08:59:18.345Z] #94 exporting layers 0.3s done [2025-04-18T08:59:18.345Z] #94 writing image sha256:373d751750988c49c547c82f56ae4dfbe83a5a2a8df931192402e86d739ab126 0.0s done [2025-04-18T08:59:18.345Z] #94 writing image sha256:59290c9531806f7fb9d12054839337fee481d9b89000ef409d03dcce70ce95c6 [2025-04-18T08:59:18.345Z] #94 writing image sha256:fcf83a82630ffa468fd989460920e8b02fd280aaee37c06673e543ad3d749cd5 [2025-04-18T08:59:18.345Z] #94 naming to docker.io/library/core-data [2025-04-18T08:59:18.611Z] #94 writing image sha256:59290c9531806f7fb9d12054839337fee481d9b89000ef409d03dcce70ce95c6 0.0s done [2025-04-18T08:59:18.611Z] #94 writing image sha256:fcf83a82630ffa468fd989460920e8b02fd280aaee37c06673e543ad3d749cd5 0.0s done [2025-04-18T08:59:18.612Z] #94 naming to docker.io/library/core-data done [2025-04-18T08:59:18.612Z] #94 naming to docker.io/library/core-keeper done [2025-04-18T08:59:18.612Z] #94 naming to docker.io/library/core-command done [2025-04-18T08:59:18.872Z] #94 exporting layers 0.7s done [2025-04-18T08:59:19.132Z] #94 ... [2025-04-18T08:59:19.132Z] [2025-04-18T08:59:19.132Z] #214 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-04-18T08:59:19.132Z] #214 DONE 0.5s [2025-04-18T08:59:19.132Z] [2025-04-18T08:59:19.132Z] #215 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-04-18T08:59:19.132Z] #215 DONE 0.5s [2025-04-18T08:59:19.132Z] [2025-04-18T08:59:19.132Z] #94 [support-notifications] exporting to image [2025-04-18T08:59:19.132Z] #94 exporting layers 0.7s done [2025-04-18T08:59:19.132Z] #94 writing image sha256:79e7dce7bfe1bc5a49c9de955d60c4a3e261af151326b8255e3f7bdf3095ba8e done [2025-04-18T08:59:19.132Z] #94 writing image sha256:f9707c096a774b1e2ac36fe075e8522d27fd2119e0818a6cf566e31f87bb888d 0.0s done [2025-04-18T08:59:19.132Z] #94 writing image sha256:167a21ee62c79657a54fd8cac9bec784724b61cd297a7a3809e9c6e68434d74b done [2025-04-18T08:59:19.132Z] #94 naming to docker.io/library/security-spiffe-token-provider done [2025-04-18T08:59:19.132Z] #94 naming to docker.io/library/support-scheduler done [2025-04-18T08:59:19.132Z] #94 naming to docker.io/library/support-notifications done [2025-04-18T08:59:19.132Z] #94 ... [2025-04-18T08:59:19.132Z] [2025-04-18T08:59:19.132Z] #216 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-04-18T08:59:19.132Z] #216 DONE 0.2s [2025-04-18T08:59:19.390Z] [2025-04-18T08:59:19.390Z] #217 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-04-18T08:59:19.390Z] #217 DONE 0.9s [2025-04-18T08:59:19.390Z] [2025-04-18T08:59:19.390Z] #218 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-04-18T08:59:19.390Z] #218 ... [2025-04-18T08:59:19.390Z] [2025-04-18T08:59:19.390Z] #219 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-04-18T08:59:19.390Z] #219 DONE 0.4s [2025-04-18T08:59:19.390Z] [2025-04-18T08:59:19.390Z] #220 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-04-18T08:59:19.390Z] #220 DONE 0.1s [2025-04-18T08:59:19.648Z] [2025-04-18T08:59:19.648Z] #94 [core-metadata] exporting to image [2025-04-18T08:59:19.648Z] #94 exporting layers 0.9s done [2025-04-18T08:59:19.648Z] #94 writing image sha256:7c5de7815bf58b3fdf3c2bbf3e181a5f9f8b8c0d98695675055bddb990d3320d done [2025-04-18T08:59:19.648Z] #94 naming to docker.io/library/core-metadata done [2025-04-18T08:59:19.648Z] #94 ... [2025-04-18T08:59:19.648Z] [2025-04-18T08:59:19.648Z] #218 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-04-18T08:59:19.648Z] #218 DONE 0.5s [2025-04-18T08:59:19.648Z] [2025-04-18T08:59:19.648Z] #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-04-18T08:59:19.648Z] #221 DONE 0.4s [2025-04-18T08:59:19.648Z] [2025-04-18T08:59:19.648Z] #94 [security-proxy-setup] exporting to image [2025-04-18T08:59:19.906Z] #94 exporting layers 0.3s done [2025-04-18T08:59:19.906Z] #94 writing image sha256:680caa4a061efebccca1308b8efd64cf68d35256c2d3869063ddb14416ea21a6 0.0s done [2025-04-18T08:59:19.906Z] #94 naming to docker.io/library/security-proxy-setup [2025-04-18T08:59:20.165Z] #94 exporting layers 0.3s done [2025-04-18T08:59:20.165Z] #94 naming to docker.io/library/security-proxy-setup done [2025-04-18T08:59:20.165Z] #94 writing image sha256:2c386f74568f88e3bd89e8fe05efa8f8fa78b49938fd9679a93159fd6a4aff44 done [2025-04-18T08:59:20.165Z] #94 naming to docker.io/library/security-secretstore-setup done [2025-04-18T08:59:20.165Z] #94 exporting layers 0.9s done [2025-04-18T08:59:20.165Z] #94 writing image sha256:49bf092f634facebdb677dee096868164ad150ce830d56607d5436324c10baad done [2025-04-18T08:59:20.165Z] #94 naming to docker.io/library/security-proxy-auth done [2025-04-18T08:59:20.165Z] #94 DONE 6.1s [2025-04-18T08:59:20.165Z] [2025-04-18T08:59:20.165Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-18T08:59:20.165Z] time="2025-04-18T08:54:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T08:59:20.165Z] time="2025-04-18T08:54:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T08:59:20.165Z] time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T08:59:20.165Z] time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T08:59:20.165Z] time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T08:59:20.165Z] time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T08:59:20.165Z] time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T08:59:20.165Z] time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T08:59:20.165Z] time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T08:59:20.165Z] time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T08:59:20.165Z] time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T08:59:20.165Z] time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T08:59:20.165Z] time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T08:59:20.165Z] time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T08:59:20.165Z] time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-04-18T08:59:20.176Z] $ docker stop --time=1 1234098618a970bc4cf422477a06edd094cd085545d90058a304c5c9527db55e [2025-04-18T08:59:21.481Z] $ docker rm -f --volumes 1234098618a970bc4cf422477a06edd094cd085545d90058a304c5c9527db55e [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-18T08:59:21.821Z] + docker images [2025-04-18T08:59:21.821Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-04-18T08:59:21.821Z] security-secretstore-setup latest 2c386f74568f 2 seconds ago 68MB [2025-04-18T08:59:21.821Z] security-proxy-auth latest 49bf092f634f 2 seconds ago 31.4MB [2025-04-18T08:59:21.821Z] security-proxy-setup latest 680caa4a061e 2 seconds ago 38.3MB [2025-04-18T08:59:21.821Z] core-metadata latest 7c5de7815bf5 3 seconds ago 32.7MB [2025-04-18T08:59:21.821Z] support-scheduler latest 79e7dce7bfe1 4 seconds ago 48.4MB [2025-04-18T08:59:21.821Z] security-spiffe-token-provider latest 167a21ee62c7 4 seconds ago 47.2MB [2025-04-18T08:59:21.821Z] core-keeper latest 59290c953180 4 seconds ago 32.1MB [2025-04-18T08:59:21.821Z] core-data latest 373d75175098 4 seconds ago 32.5MB [2025-04-18T08:59:21.821Z] support-notifications latest f9707c096a77 4 seconds ago 51.9MB [2025-04-18T08:59:21.821Z] core-command latest fcf83a82630f 4 seconds ago 28MB [2025-04-18T08:59:21.821Z] security-bootstrapper latest b97940a3d205 About a minute ago 20.3MB [2025-04-18T08:59:21.821Z] core-common-config-bootstrapper latest 97bd2899952e About a minute ago 17.1MB [2025-04-18T08:59:21.821Z] security-spire-config latest ba9b5825bef1 4 minutes ago 149MB [2025-04-18T08:59:21.821Z] security-spire-server latest 57f251d82cf2 4 minutes ago 149MB [2025-04-18T08:59:21.821Z] security-spire-agent latest be0d773841f8 4 minutes ago 195MB [2025-04-18T08:59:21.821Z] ci-base-image-x86_64 latest af170ec92e2a 7 minutes ago 923MB [2025-04-18T08:59:21.821Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 7 days ago 574MB [2025-04-18T08:59:21.821Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 22 months ago 334MB [2025-04-18T08:59:21.821Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-18T08:59:21.967Z] provisioning config files... [2025-04-18T08:59:21.978Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/828@tmp/config16264311799361209260tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-18T08:59:22.290Z] ---> ****-login.sh [2025-04-18T08:59:22.290Z] nexus3.edgexfoundry.org:10001 [2025-04-18T08:59:22.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T08:59:22.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T08:59:22.291Z] Configure a credential helper to remove this warning. See [2025-04-18T08:59:22.291Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T08:59:22.291Z] [2025-04-18T08:59:22.291Z] Login Succeeded [2025-04-18T08:59:22.291Z] nexus3.edgexfoundry.org:10002 [2025-04-18T08:59:22.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T08:59:22.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T08:59:22.291Z] Configure a credential helper to remove this warning. See [2025-04-18T08:59:22.291Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T08:59:22.291Z] [2025-04-18T08:59:22.291Z] Login Succeeded [2025-04-18T08:59:22.291Z] nexus3.edgexfoundry.org:10003 [2025-04-18T08:59:22.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T08:59:22.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T08:59:22.550Z] Configure a credential helper to remove this warning. See [2025-04-18T08:59:22.550Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T08:59:22.550Z] [2025-04-18T08:59:22.550Z] Login Succeeded [2025-04-18T08:59:22.550Z] nexus3.edgexfoundry.org:10004 [2025-04-18T08:59:22.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T08:59:22.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T08:59:22.551Z] Configure a credential helper to remove this warning. See [2025-04-18T08:59:22.551Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T08:59:22.551Z] [2025-04-18T08:59:22.551Z] Login Succeeded [2025-04-18T08:59:22.551Z] ****.io [2025-04-18T08:59:22.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T08:59:22.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T08:59:22.810Z] Configure a credential helper to remove this warning. See [2025-04-18T08:59:22.810Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T08:59:22.810Z] [2025-04-18T08:59:22.810Z] Login Succeeded [2025-04-18T08:59:22.810Z] ---> ****-login.sh ends [Pipeline] } [2025-04-18T08:59:22.817Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T08:59:22.868Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-18T08:59:22.911Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-04-18T08:59:22.911Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:22.911Z] latest [2025-04-18T08:59:22.911Z] 4.1.0-dev.3 [2025-04-18T08:59:22.911Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T08:59:22.911Z] main [2025-04-18T08:59:22.911Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:23.285Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:23.615Z] + docker push nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:23.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-04-18T08:59:23.615Z] 1936f2170568: Preparing [2025-04-18T08:59:23.615Z] a62c863fca19: Preparing [2025-04-18T08:59:23.615Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:23.615Z] cc36f3f12729: Preparing [2025-04-18T08:59:23.615Z] 965c3b46e963: Preparing [2025-04-18T08:59:23.615Z] 69d0d607c9e8: Preparing [2025-04-18T08:59:23.615Z] 994456c4fd7b: Preparing [2025-04-18T08:59:23.615Z] 69d0d607c9e8: Waiting [2025-04-18T08:59:23.615Z] 994456c4fd7b: Waiting [2025-04-18T08:59:23.615Z] 1936f2170568: Pushed [2025-04-18T08:59:23.615Z] 8b6eeeaa28df: Pushed [2025-04-18T08:59:23.615Z] 965c3b46e963: Pushed [2025-04-18T08:59:23.615Z] cc36f3f12729: Pushed [2025-04-18T08:59:23.615Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:23.874Z] 69d0d607c9e8: Pushed [2025-04-18T08:59:25.776Z] a62c863fca19: Pushed [2025-04-18T08:59:26.035Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:26.368Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:26.690Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-04-18T08:59:26.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-04-18T08:59:26.690Z] 1936f2170568: Preparing [2025-04-18T08:59:26.690Z] a62c863fca19: Preparing [2025-04-18T08:59:26.690Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:26.690Z] cc36f3f12729: Preparing [2025-04-18T08:59:26.690Z] 965c3b46e963: Preparing [2025-04-18T08:59:26.690Z] 69d0d607c9e8: Preparing [2025-04-18T08:59:26.690Z] 994456c4fd7b: Preparing [2025-04-18T08:59:26.690Z] 69d0d607c9e8: Waiting [2025-04-18T08:59:26.690Z] 994456c4fd7b: Waiting [2025-04-18T08:59:26.690Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:26.690Z] 1936f2170568: Layer already exists [2025-04-18T08:59:26.690Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:26.690Z] 965c3b46e963: Layer already exists [2025-04-18T08:59:26.690Z] a62c863fca19: Layer already exists [2025-04-18T08:59:26.690Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:26.690Z] 69d0d607c9e8: Layer already exists [2025-04-18T08:59:26.690Z] latest: digest: sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:27.020Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:27.348Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3 [2025-04-18T08:59:27.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-04-18T08:59:27.349Z] 1936f2170568: Preparing [2025-04-18T08:59:27.349Z] a62c863fca19: Preparing [2025-04-18T08:59:27.349Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:27.349Z] cc36f3f12729: Preparing [2025-04-18T08:59:27.349Z] 965c3b46e963: Preparing [2025-04-18T08:59:27.349Z] 69d0d607c9e8: Preparing [2025-04-18T08:59:27.349Z] 994456c4fd7b: Preparing [2025-04-18T08:59:27.349Z] 69d0d607c9e8: Waiting [2025-04-18T08:59:27.349Z] 994456c4fd7b: Waiting [2025-04-18T08:59:27.349Z] 965c3b46e963: Layer already exists [2025-04-18T08:59:27.349Z] 1936f2170568: Layer already exists [2025-04-18T08:59:27.349Z] a62c863fca19: Layer already exists [2025-04-18T08:59:27.349Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:27.349Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:27.349Z] 69d0d607c9e8: Layer already exists [2025-04-18T08:59:27.349Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:27.349Z] 4.1.0-dev.3: digest: sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:27.683Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:28.009Z] + docker push nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T08:59:28.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-04-18T08:59:28.009Z] 1936f2170568: Preparing [2025-04-18T08:59:28.009Z] a62c863fca19: Preparing [2025-04-18T08:59:28.009Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:28.009Z] cc36f3f12729: Preparing [2025-04-18T08:59:28.009Z] 965c3b46e963: Preparing [2025-04-18T08:59:28.009Z] 69d0d607c9e8: Preparing [2025-04-18T08:59:28.009Z] 994456c4fd7b: Preparing [2025-04-18T08:59:28.009Z] 69d0d607c9e8: Waiting [2025-04-18T08:59:28.009Z] 994456c4fd7b: Waiting [2025-04-18T08:59:28.009Z] 1936f2170568: Layer already exists [2025-04-18T08:59:28.009Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:28.009Z] a62c863fca19: Layer already exists [2025-04-18T08:59:28.009Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:28.009Z] 965c3b46e963: Layer already exists [2025-04-18T08:59:28.009Z] 69d0d607c9e8: Layer already exists [2025-04-18T08:59:28.009Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:28.009Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:28.350Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:28.673Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-04-18T08:59:28.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-04-18T08:59:28.674Z] 1936f2170568: Preparing [2025-04-18T08:59:28.674Z] a62c863fca19: Preparing [2025-04-18T08:59:28.674Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:28.674Z] cc36f3f12729: Preparing [2025-04-18T08:59:28.674Z] 965c3b46e963: Preparing [2025-04-18T08:59:28.674Z] 69d0d607c9e8: Preparing [2025-04-18T08:59:28.674Z] 994456c4fd7b: Preparing [2025-04-18T08:59:28.674Z] 69d0d607c9e8: Waiting [2025-04-18T08:59:28.674Z] 994456c4fd7b: Waiting [2025-04-18T08:59:28.674Z] 1936f2170568: Layer already exists [2025-04-18T08:59:28.674Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:28.674Z] 965c3b46e963: Layer already exists [2025-04-18T08:59:28.674Z] a62c863fca19: Layer already exists [2025-04-18T08:59:28.674Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:28.674Z] 69d0d607c9e8: Layer already exists [2025-04-18T08:59:28.674Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:28.674Z] main: digest: sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T08:59:28.748Z] ===================================================== [Pipeline] echo [2025-04-18T08:59:28.766Z] taggedImages: [2025-04-18T08:59:28.766Z] - nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:28.766Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-04-18T08:59:28.766Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3 [2025-04-18T08:59:28.766Z] - nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T08:59:28.766Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-04-18T08:59:28.797Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-04-18T08:59:28.797Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:28.797Z] latest [2025-04-18T08:59:28.797Z] 4.1.0-dev.3 [2025-04-18T08:59:28.797Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T08:59:28.797Z] main [2025-04-18T08:59:28.797Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:29.160Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:29.486Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:29.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-04-18T08:59:29.486Z] c936fee039df: Preparing [2025-04-18T08:59:29.486Z] 781e68f325b7: Preparing [2025-04-18T08:59:29.486Z] edc72d464ab3: Preparing [2025-04-18T08:59:29.486Z] 88a18316e85a: Preparing [2025-04-18T08:59:29.486Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:29.486Z] cc36f3f12729: Preparing [2025-04-18T08:59:29.486Z] 965c3b46e963: Preparing [2025-04-18T08:59:29.486Z] 69d0d607c9e8: Preparing [2025-04-18T08:59:29.486Z] 994456c4fd7b: Preparing [2025-04-18T08:59:29.486Z] cc36f3f12729: Waiting [2025-04-18T08:59:29.486Z] 965c3b46e963: Waiting [2025-04-18T08:59:29.486Z] 69d0d607c9e8: Waiting [2025-04-18T08:59:29.486Z] 994456c4fd7b: Waiting [2025-04-18T08:59:29.486Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:29.486Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:29.486Z] 965c3b46e963: Layer already exists [2025-04-18T08:59:29.486Z] 69d0d607c9e8: Layer already exists [2025-04-18T08:59:29.486Z] edc72d464ab3: Pushed [2025-04-18T08:59:29.486Z] c936fee039df: Pushed [2025-04-18T08:59:29.486Z] 781e68f325b7: Pushed [2025-04-18T08:59:29.486Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:30.866Z] 88a18316e85a: Pushed [2025-04-18T08:59:30.866Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:31.197Z] + 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-04-18T08:59:31.519Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-04-18T08:59:31.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-04-18T08:59:31.519Z] c936fee039df: Preparing [2025-04-18T08:59:31.519Z] 781e68f325b7: Preparing [2025-04-18T08:59:31.519Z] edc72d464ab3: Preparing [2025-04-18T08:59:31.519Z] 88a18316e85a: Preparing [2025-04-18T08:59:31.519Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:31.519Z] cc36f3f12729: Preparing [2025-04-18T08:59:31.519Z] 965c3b46e963: Preparing [2025-04-18T08:59:31.519Z] 69d0d607c9e8: Preparing [2025-04-18T08:59:31.519Z] 994456c4fd7b: Preparing [2025-04-18T08:59:31.519Z] cc36f3f12729: Waiting [2025-04-18T08:59:31.519Z] 965c3b46e963: Waiting [2025-04-18T08:59:31.519Z] 69d0d607c9e8: Waiting [2025-04-18T08:59:31.519Z] 994456c4fd7b: Waiting [2025-04-18T08:59:31.519Z] c936fee039df: Layer already exists [2025-04-18T08:59:31.519Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:31.519Z] 781e68f325b7: Layer already exists [2025-04-18T08:59:31.519Z] 88a18316e85a: Layer already exists [2025-04-18T08:59:31.519Z] edc72d464ab3: Layer already exists [2025-04-18T08:59:31.519Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:31.519Z] 965c3b46e963: Layer already exists [2025-04-18T08:59:31.519Z] 69d0d607c9e8: Layer already exists [2025-04-18T08:59:31.519Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:31.519Z] latest: digest: sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:31.847Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:32.171Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3 [2025-04-18T08:59:32.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-04-18T08:59:32.171Z] c936fee039df: Preparing [2025-04-18T08:59:32.171Z] 781e68f325b7: Preparing [2025-04-18T08:59:32.171Z] edc72d464ab3: Preparing [2025-04-18T08:59:32.171Z] 88a18316e85a: Preparing [2025-04-18T08:59:32.171Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:32.171Z] cc36f3f12729: Preparing [2025-04-18T08:59:32.171Z] 965c3b46e963: Preparing [2025-04-18T08:59:32.171Z] 69d0d607c9e8: Preparing [2025-04-18T08:59:32.171Z] 994456c4fd7b: Preparing [2025-04-18T08:59:32.171Z] 994456c4fd7b: Waiting [2025-04-18T08:59:32.171Z] cc36f3f12729: Waiting [2025-04-18T08:59:32.171Z] 69d0d607c9e8: Waiting [2025-04-18T08:59:32.171Z] 965c3b46e963: Waiting [2025-04-18T08:59:32.171Z] c936fee039df: Layer already exists [2025-04-18T08:59:32.171Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:32.171Z] edc72d464ab3: Layer already exists [2025-04-18T08:59:32.171Z] 88a18316e85a: Layer already exists [2025-04-18T08:59:32.171Z] 781e68f325b7: Layer already exists [2025-04-18T08:59:32.171Z] 965c3b46e963: Layer already exists [2025-04-18T08:59:32.171Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:32.171Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:32.171Z] 69d0d607c9e8: Layer already exists [2025-04-18T08:59:32.171Z] 4.1.0-dev.3: digest: sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:32.501Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:32.820Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T08:59:32.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-04-18T08:59:32.820Z] c936fee039df: Preparing [2025-04-18T08:59:32.820Z] 781e68f325b7: Preparing [2025-04-18T08:59:32.820Z] edc72d464ab3: Preparing [2025-04-18T08:59:32.820Z] 88a18316e85a: Preparing [2025-04-18T08:59:32.820Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:32.820Z] cc36f3f12729: Preparing [2025-04-18T08:59:32.820Z] 965c3b46e963: Preparing [2025-04-18T08:59:32.820Z] 69d0d607c9e8: Preparing [2025-04-18T08:59:32.820Z] 994456c4fd7b: Preparing [2025-04-18T08:59:32.820Z] 965c3b46e963: Waiting [2025-04-18T08:59:32.820Z] 69d0d607c9e8: Waiting [2025-04-18T08:59:32.820Z] cc36f3f12729: Waiting [2025-04-18T08:59:32.820Z] 781e68f325b7: Layer already exists [2025-04-18T08:59:32.820Z] 88a18316e85a: Layer already exists [2025-04-18T08:59:32.820Z] edc72d464ab3: Layer already exists [2025-04-18T08:59:32.820Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:32.820Z] c936fee039df: Layer already exists [2025-04-18T08:59:32.820Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:32.820Z] 965c3b46e963: Layer already exists [2025-04-18T08:59:32.820Z] 69d0d607c9e8: Layer already exists [2025-04-18T08:59:32.820Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:32.820Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:33.153Z] + 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-04-18T08:59:33.473Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-04-18T08:59:33.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-04-18T08:59:33.473Z] c936fee039df: Preparing [2025-04-18T08:59:33.473Z] 781e68f325b7: Preparing [2025-04-18T08:59:33.473Z] edc72d464ab3: Preparing [2025-04-18T08:59:33.473Z] 88a18316e85a: Preparing [2025-04-18T08:59:33.473Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:33.473Z] cc36f3f12729: Preparing [2025-04-18T08:59:33.473Z] 965c3b46e963: Preparing [2025-04-18T08:59:33.473Z] 69d0d607c9e8: Preparing [2025-04-18T08:59:33.473Z] 994456c4fd7b: Preparing [2025-04-18T08:59:33.473Z] 965c3b46e963: Waiting [2025-04-18T08:59:33.473Z] 69d0d607c9e8: Waiting [2025-04-18T08:59:33.473Z] 994456c4fd7b: Waiting [2025-04-18T08:59:33.473Z] cc36f3f12729: Waiting [2025-04-18T08:59:33.473Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:33.473Z] edc72d464ab3: Layer already exists [2025-04-18T08:59:33.473Z] c936fee039df: Layer already exists [2025-04-18T08:59:33.473Z] 781e68f325b7: Layer already exists [2025-04-18T08:59:33.473Z] 88a18316e85a: Layer already exists [2025-04-18T08:59:33.473Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:33.473Z] 965c3b46e963: Layer already exists [2025-04-18T08:59:33.473Z] 69d0d607c9e8: Layer already exists [2025-04-18T08:59:33.473Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:33.473Z] main: digest: sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T08:59:33.556Z] ===================================================== [Pipeline] echo [2025-04-18T08:59:33.574Z] taggedImages: [2025-04-18T08:59:33.574Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:33.574Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-04-18T08:59:33.574Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3 [2025-04-18T08:59:33.574Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T08:59:33.574Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-04-18T08:59:33.604Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-04-18T08:59:33.604Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:33.604Z] latest [2025-04-18T08:59:33.604Z] 4.1.0-dev.3 [2025-04-18T08:59:33.604Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T08:59:33.604Z] main [2025-04-18T08:59:33.604Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:33.964Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:34.296Z] + docker push nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:34.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-04-18T08:59:34.296Z] 709ca124cfa1: Preparing [2025-04-18T08:59:34.296Z] ec8f6de90cdd: Preparing [2025-04-18T08:59:34.296Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:34.296Z] cc36f3f12729: Preparing [2025-04-18T08:59:34.296Z] 8328dfbd79cd: Preparing [2025-04-18T08:59:34.296Z] 6d83282f2171: Preparing [2025-04-18T08:59:34.296Z] 994456c4fd7b: Preparing [2025-04-18T08:59:34.296Z] 6d83282f2171: Waiting [2025-04-18T08:59:34.296Z] 994456c4fd7b: Waiting [2025-04-18T08:59:34.296Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:34.296Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:34.296Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:34.296Z] 8328dfbd79cd: Pushed [2025-04-18T08:59:34.296Z] 709ca124cfa1: Pushed [2025-04-18T08:59:34.296Z] 6d83282f2171: Pushed [2025-04-18T08:59:36.834Z] ec8f6de90cdd: Pushed [2025-04-18T08:59:36.834Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:37.421Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:37.745Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-04-18T08:59:37.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-04-18T08:59:37.745Z] 709ca124cfa1: Preparing [2025-04-18T08:59:37.745Z] ec8f6de90cdd: Preparing [2025-04-18T08:59:37.745Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:37.745Z] cc36f3f12729: Preparing [2025-04-18T08:59:37.745Z] 8328dfbd79cd: Preparing [2025-04-18T08:59:37.745Z] 6d83282f2171: Preparing [2025-04-18T08:59:37.745Z] 994456c4fd7b: Preparing [2025-04-18T08:59:37.745Z] 6d83282f2171: Waiting [2025-04-18T08:59:37.745Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:37.745Z] 8328dfbd79cd: Layer already exists [2025-04-18T08:59:37.745Z] ec8f6de90cdd: Layer already exists [2025-04-18T08:59:37.745Z] 709ca124cfa1: Layer already exists [2025-04-18T08:59:37.745Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:37.745Z] 6d83282f2171: Layer already exists [2025-04-18T08:59:37.745Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:37.745Z] latest: digest: sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:38.089Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:38.419Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3 [2025-04-18T08:59:38.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-04-18T08:59:38.419Z] 709ca124cfa1: Preparing [2025-04-18T08:59:38.419Z] ec8f6de90cdd: Preparing [2025-04-18T08:59:38.419Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:38.419Z] cc36f3f12729: Preparing [2025-04-18T08:59:38.419Z] 8328dfbd79cd: Preparing [2025-04-18T08:59:38.419Z] 6d83282f2171: Preparing [2025-04-18T08:59:38.419Z] 994456c4fd7b: Preparing [2025-04-18T08:59:38.419Z] 6d83282f2171: Waiting [2025-04-18T08:59:38.419Z] 994456c4fd7b: Waiting [2025-04-18T08:59:38.419Z] 709ca124cfa1: Layer already exists [2025-04-18T08:59:38.419Z] ec8f6de90cdd: Layer already exists [2025-04-18T08:59:38.419Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:38.419Z] 8328dfbd79cd: Layer already exists [2025-04-18T08:59:38.419Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:38.419Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:38.419Z] 6d83282f2171: Layer already exists [2025-04-18T08:59:38.419Z] 4.1.0-dev.3: digest: sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:38.756Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:39.079Z] + docker push nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T08:59:39.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-04-18T08:59:39.079Z] 709ca124cfa1: Preparing [2025-04-18T08:59:39.079Z] ec8f6de90cdd: Preparing [2025-04-18T08:59:39.079Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:39.079Z] cc36f3f12729: Preparing [2025-04-18T08:59:39.079Z] 8328dfbd79cd: Preparing [2025-04-18T08:59:39.079Z] 6d83282f2171: Preparing [2025-04-18T08:59:39.079Z] 994456c4fd7b: Preparing [2025-04-18T08:59:39.079Z] 6d83282f2171: Waiting [2025-04-18T08:59:39.079Z] 994456c4fd7b: Waiting [2025-04-18T08:59:39.079Z] ec8f6de90cdd: Layer already exists [2025-04-18T08:59:39.079Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:39.079Z] 8328dfbd79cd: Layer already exists [2025-04-18T08:59:39.079Z] 709ca124cfa1: Layer already exists [2025-04-18T08:59:39.079Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:39.079Z] 6d83282f2171: Layer already exists [2025-04-18T08:59:39.079Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:39.079Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:39.403Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:39.721Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-04-18T08:59:39.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-04-18T08:59:39.721Z] 709ca124cfa1: Preparing [2025-04-18T08:59:39.721Z] ec8f6de90cdd: Preparing [2025-04-18T08:59:39.721Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:39.721Z] cc36f3f12729: Preparing [2025-04-18T08:59:39.721Z] 8328dfbd79cd: Preparing [2025-04-18T08:59:39.721Z] 6d83282f2171: Preparing [2025-04-18T08:59:39.721Z] 994456c4fd7b: Preparing [2025-04-18T08:59:39.721Z] 6d83282f2171: Waiting [2025-04-18T08:59:39.721Z] 994456c4fd7b: Waiting [2025-04-18T08:59:39.721Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:39.721Z] ec8f6de90cdd: Layer already exists [2025-04-18T08:59:39.721Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:39.721Z] 8328dfbd79cd: Layer already exists [2025-04-18T08:59:39.721Z] 709ca124cfa1: Layer already exists [2025-04-18T08:59:39.721Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:39.721Z] 6d83282f2171: Layer already exists [2025-04-18T08:59:39.721Z] main: digest: sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T08:59:39.794Z] ===================================================== [Pipeline] echo [2025-04-18T08:59:39.806Z] taggedImages: [2025-04-18T08:59:39.806Z] - nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:39.806Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-04-18T08:59:39.806Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3 [2025-04-18T08:59:39.806Z] - nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T08:59:39.806Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-04-18T08:59:39.831Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-04-18T08:59:39.831Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:39.831Z] latest [2025-04-18T08:59:39.831Z] 4.1.0-dev.3 [2025-04-18T08:59:39.831Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T08:59:39.831Z] main [2025-04-18T08:59:39.831Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:40.163Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:40.481Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:40.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-04-18T08:59:40.481Z] 8e0a4b54b8b1: Preparing [2025-04-18T08:59:40.481Z] 21fc32ce1785: Preparing [2025-04-18T08:59:40.481Z] cc36f3f12729: Preparing [2025-04-18T08:59:40.481Z] cbed61d16ec9: Preparing [2025-04-18T08:59:40.481Z] 90888b3be9c9: Preparing [2025-04-18T08:59:40.481Z] 994456c4fd7b: Preparing [2025-04-18T08:59:40.481Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:40.481Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:40.481Z] cbed61d16ec9: Pushed [2025-04-18T08:59:40.481Z] 8e0a4b54b8b1: Pushed [2025-04-18T08:59:40.481Z] 90888b3be9c9: Pushed [2025-04-18T08:59:43.008Z] 21fc32ce1785: Pushed [2025-04-18T08:59:43.008Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:43.327Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:43.649Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-04-18T08:59:43.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-04-18T08:59:43.649Z] 8e0a4b54b8b1: Preparing [2025-04-18T08:59:43.649Z] 21fc32ce1785: Preparing [2025-04-18T08:59:43.649Z] cc36f3f12729: Preparing [2025-04-18T08:59:43.649Z] cbed61d16ec9: Preparing [2025-04-18T08:59:43.649Z] 90888b3be9c9: Preparing [2025-04-18T08:59:43.649Z] 994456c4fd7b: Preparing [2025-04-18T08:59:43.649Z] 994456c4fd7b: Waiting [2025-04-18T08:59:43.649Z] 90888b3be9c9: Layer already exists [2025-04-18T08:59:43.649Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:43.649Z] 21fc32ce1785: Layer already exists [2025-04-18T08:59:43.649Z] 8e0a4b54b8b1: Layer already exists [2025-04-18T08:59:43.649Z] cbed61d16ec9: Layer already exists [2025-04-18T08:59:43.649Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:43.649Z] latest: digest: sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:43.972Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:44.290Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3 [2025-04-18T08:59:44.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-04-18T08:59:44.291Z] 8e0a4b54b8b1: Preparing [2025-04-18T08:59:44.291Z] 21fc32ce1785: Preparing [2025-04-18T08:59:44.291Z] cc36f3f12729: Preparing [2025-04-18T08:59:44.291Z] cbed61d16ec9: Preparing [2025-04-18T08:59:44.291Z] 90888b3be9c9: Preparing [2025-04-18T08:59:44.291Z] 994456c4fd7b: Preparing [2025-04-18T08:59:44.291Z] 994456c4fd7b: Waiting [2025-04-18T08:59:44.291Z] cbed61d16ec9: Layer already exists [2025-04-18T08:59:44.291Z] 90888b3be9c9: Layer already exists [2025-04-18T08:59:44.291Z] 8e0a4b54b8b1: Layer already exists [2025-04-18T08:59:44.291Z] 21fc32ce1785: Layer already exists [2025-04-18T08:59:44.291Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:44.291Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:44.291Z] 4.1.0-dev.3: digest: sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:44.609Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:44.926Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T08:59:44.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-04-18T08:59:44.927Z] 8e0a4b54b8b1: Preparing [2025-04-18T08:59:44.927Z] 21fc32ce1785: Preparing [2025-04-18T08:59:44.927Z] cc36f3f12729: Preparing [2025-04-18T08:59:44.927Z] cbed61d16ec9: Preparing [2025-04-18T08:59:44.927Z] 90888b3be9c9: Preparing [2025-04-18T08:59:44.927Z] 994456c4fd7b: Preparing [2025-04-18T08:59:44.927Z] 994456c4fd7b: Waiting [2025-04-18T08:59:44.927Z] 8e0a4b54b8b1: Layer already exists [2025-04-18T08:59:44.927Z] cbed61d16ec9: Layer already exists [2025-04-18T08:59:44.927Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:44.927Z] 90888b3be9c9: Layer already exists [2025-04-18T08:59:44.927Z] 21fc32ce1785: Layer already exists [2025-04-18T08:59:44.927Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:44.927Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:45.253Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:45.574Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-04-18T08:59:45.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-04-18T08:59:45.574Z] 8e0a4b54b8b1: Preparing [2025-04-18T08:59:45.574Z] 21fc32ce1785: Preparing [2025-04-18T08:59:45.574Z] cc36f3f12729: Preparing [2025-04-18T08:59:45.574Z] cbed61d16ec9: Preparing [2025-04-18T08:59:45.574Z] 90888b3be9c9: Preparing [2025-04-18T08:59:45.574Z] 994456c4fd7b: Preparing [2025-04-18T08:59:45.574Z] 994456c4fd7b: Waiting [2025-04-18T08:59:45.574Z] cbed61d16ec9: Layer already exists [2025-04-18T08:59:45.574Z] 8e0a4b54b8b1: Layer already exists [2025-04-18T08:59:45.574Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:45.574Z] 21fc32ce1785: Layer already exists [2025-04-18T08:59:45.574Z] 90888b3be9c9: Layer already exists [2025-04-18T08:59:45.574Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:45.574Z] main: digest: sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T08:59:45.644Z] ===================================================== [Pipeline] echo [2025-04-18T08:59:45.656Z] taggedImages: [2025-04-18T08:59:45.656Z] - nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:45.656Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-04-18T08:59:45.656Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3 [2025-04-18T08:59:45.656Z] - nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T08:59:45.656Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-04-18T08:59:45.690Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-04-18T08:59:45.690Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:45.690Z] latest [2025-04-18T08:59:45.690Z] 4.1.0-dev.3 [2025-04-18T08:59:45.690Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T08:59:45.690Z] main [2025-04-18T08:59:45.690Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:46.030Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:46.354Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:46.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-04-18T08:59:46.354Z] e52df148c0d0: Preparing [2025-04-18T08:59:46.354Z] f7d9d91f80b6: Preparing [2025-04-18T08:59:46.354Z] 42abda2e0fbc: Preparing [2025-04-18T08:59:46.354Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:46.354Z] cc36f3f12729: Preparing [2025-04-18T08:59:46.355Z] 965c3b46e963: Preparing [2025-04-18T08:59:46.355Z] 69d0d607c9e8: Preparing [2025-04-18T08:59:46.355Z] 994456c4fd7b: Preparing [2025-04-18T08:59:46.355Z] 965c3b46e963: Waiting [2025-04-18T08:59:46.355Z] 69d0d607c9e8: Waiting [2025-04-18T08:59:46.355Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:46.355Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:46.355Z] 965c3b46e963: Layer already exists [2025-04-18T08:59:46.355Z] 69d0d607c9e8: Layer already exists [2025-04-18T08:59:46.355Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:46.355Z] f7d9d91f80b6: Pushed [2025-04-18T08:59:46.355Z] e52df148c0d0: Pushed [2025-04-18T08:59:48.886Z] 42abda2e0fbc: Pushed [2025-04-18T08:59:49.144Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:49.466Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:49.781Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-04-18T08:59:49.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-04-18T08:59:49.781Z] e52df148c0d0: Preparing [2025-04-18T08:59:49.781Z] f7d9d91f80b6: Preparing [2025-04-18T08:59:49.781Z] 42abda2e0fbc: Preparing [2025-04-18T08:59:49.781Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:49.781Z] cc36f3f12729: Preparing [2025-04-18T08:59:49.781Z] 965c3b46e963: Preparing [2025-04-18T08:59:49.781Z] 69d0d607c9e8: Preparing [2025-04-18T08:59:49.781Z] 994456c4fd7b: Preparing [2025-04-18T08:59:49.781Z] 965c3b46e963: Waiting [2025-04-18T08:59:49.781Z] 69d0d607c9e8: Waiting [2025-04-18T08:59:49.781Z] 994456c4fd7b: Waiting [2025-04-18T08:59:49.781Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:49.781Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:49.781Z] 42abda2e0fbc: Layer already exists [2025-04-18T08:59:49.781Z] f7d9d91f80b6: Layer already exists [2025-04-18T08:59:49.781Z] e52df148c0d0: Layer already exists [2025-04-18T08:59:49.781Z] 965c3b46e963: Layer already exists [2025-04-18T08:59:49.781Z] 69d0d607c9e8: Layer already exists [2025-04-18T08:59:49.781Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:49.781Z] latest: digest: sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:50.103Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:50.419Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3 [2025-04-18T08:59:50.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-04-18T08:59:50.419Z] e52df148c0d0: Preparing [2025-04-18T08:59:50.419Z] f7d9d91f80b6: Preparing [2025-04-18T08:59:50.419Z] 42abda2e0fbc: Preparing [2025-04-18T08:59:50.419Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:50.419Z] cc36f3f12729: Preparing [2025-04-18T08:59:50.419Z] 965c3b46e963: Preparing [2025-04-18T08:59:50.419Z] 69d0d607c9e8: Preparing [2025-04-18T08:59:50.419Z] 994456c4fd7b: Preparing [2025-04-18T08:59:50.419Z] 965c3b46e963: Waiting [2025-04-18T08:59:50.419Z] 994456c4fd7b: Waiting [2025-04-18T08:59:50.419Z] 69d0d607c9e8: Waiting [2025-04-18T08:59:50.419Z] f7d9d91f80b6: Layer already exists [2025-04-18T08:59:50.419Z] e52df148c0d0: Layer already exists [2025-04-18T08:59:50.419Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:50.419Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:50.419Z] 42abda2e0fbc: Layer already exists [2025-04-18T08:59:50.419Z] 965c3b46e963: Layer already exists [2025-04-18T08:59:50.419Z] 69d0d607c9e8: Layer already exists [2025-04-18T08:59:50.419Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:50.419Z] 4.1.0-dev.3: digest: sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:50.746Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:51.069Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T08:59:51.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-04-18T08:59:51.069Z] e52df148c0d0: Preparing [2025-04-18T08:59:51.069Z] f7d9d91f80b6: Preparing [2025-04-18T08:59:51.069Z] 42abda2e0fbc: Preparing [2025-04-18T08:59:51.069Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:51.069Z] cc36f3f12729: Preparing [2025-04-18T08:59:51.069Z] 965c3b46e963: Preparing [2025-04-18T08:59:51.069Z] 69d0d607c9e8: Preparing [2025-04-18T08:59:51.069Z] 994456c4fd7b: Preparing [2025-04-18T08:59:51.069Z] 965c3b46e963: Waiting [2025-04-18T08:59:51.069Z] 69d0d607c9e8: Waiting [2025-04-18T08:59:51.069Z] e52df148c0d0: Layer already exists [2025-04-18T08:59:51.070Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:51.070Z] 42abda2e0fbc: Layer already exists [2025-04-18T08:59:51.070Z] f7d9d91f80b6: Layer already exists [2025-04-18T08:59:51.070Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:51.070Z] 69d0d607c9e8: Layer already exists [2025-04-18T08:59:51.070Z] 965c3b46e963: Layer already exists [2025-04-18T08:59:51.070Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:51.070Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:51.405Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:51.725Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-04-18T08:59:51.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-04-18T08:59:51.725Z] e52df148c0d0: Preparing [2025-04-18T08:59:51.725Z] f7d9d91f80b6: Preparing [2025-04-18T08:59:51.725Z] 42abda2e0fbc: Preparing [2025-04-18T08:59:51.725Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:51.725Z] cc36f3f12729: Preparing [2025-04-18T08:59:51.725Z] 965c3b46e963: Preparing [2025-04-18T08:59:51.725Z] 69d0d607c9e8: Preparing [2025-04-18T08:59:51.725Z] 994456c4fd7b: Preparing [2025-04-18T08:59:51.725Z] 965c3b46e963: Waiting [2025-04-18T08:59:51.725Z] 994456c4fd7b: Waiting [2025-04-18T08:59:51.725Z] 69d0d607c9e8: Waiting [2025-04-18T08:59:51.725Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:51.725Z] 42abda2e0fbc: Layer already exists [2025-04-18T08:59:51.725Z] f7d9d91f80b6: Layer already exists [2025-04-18T08:59:51.725Z] e52df148c0d0: Layer already exists [2025-04-18T08:59:51.725Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:51.725Z] 965c3b46e963: Layer already exists [2025-04-18T08:59:51.725Z] 69d0d607c9e8: Layer already exists [2025-04-18T08:59:51.725Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:51.725Z] main: digest: sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T08:59:51.804Z] ===================================================== [Pipeline] echo [2025-04-18T08:59:51.818Z] taggedImages: [2025-04-18T08:59:51.818Z] - nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:51.818Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-04-18T08:59:51.818Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3 [2025-04-18T08:59:51.818Z] - nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T08:59:51.818Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-04-18T08:59:51.848Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-04-18T08:59:51.848Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:51.848Z] latest [2025-04-18T08:59:51.848Z] 4.1.0-dev.3 [2025-04-18T08:59:51.848Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T08:59:51.848Z] main [2025-04-18T08:59:51.848Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:52.183Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:52.500Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:52.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-04-18T08:59:52.500Z] f9a9a1894953: Preparing [2025-04-18T08:59:52.500Z] ad5f9ca28e9d: Preparing [2025-04-18T08:59:52.500Z] b0737fdaf451: Preparing [2025-04-18T08:59:52.500Z] 2ce0295a513f: Preparing [2025-04-18T08:59:52.500Z] 2d5c2985bb43: Preparing [2025-04-18T08:59:52.500Z] c7eca272f607: Preparing [2025-04-18T08:59:52.500Z] c043744ecd11: Preparing [2025-04-18T08:59:52.500Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:52.500Z] cc36f3f12729: Preparing [2025-04-18T08:59:52.500Z] ae3baae82d26: Preparing [2025-04-18T08:59:52.500Z] 37d55bd34a1f: Preparing [2025-04-18T08:59:52.500Z] 5f70bf18a086: Preparing [2025-04-18T08:59:52.500Z] 05f1aeb90836: Preparing [2025-04-18T08:59:52.500Z] 14189a41c073: Preparing [2025-04-18T08:59:52.500Z] 4fb6d5ccb632: Preparing [2025-04-18T08:59:52.500Z] 994456c4fd7b: Preparing [2025-04-18T08:59:52.500Z] c7eca272f607: Waiting [2025-04-18T08:59:52.500Z] c043744ecd11: Waiting [2025-04-18T08:59:52.500Z] 8b6eeeaa28df: Waiting [2025-04-18T08:59:52.500Z] cc36f3f12729: Waiting [2025-04-18T08:59:52.500Z] ae3baae82d26: Waiting [2025-04-18T08:59:52.500Z] 37d55bd34a1f: Waiting [2025-04-18T08:59:52.500Z] 5f70bf18a086: Waiting [2025-04-18T08:59:52.500Z] 994456c4fd7b: Waiting [2025-04-18T08:59:52.500Z] 05f1aeb90836: Waiting [2025-04-18T08:59:52.500Z] 14189a41c073: Waiting [2025-04-18T08:59:52.500Z] 4fb6d5ccb632: Waiting [2025-04-18T08:59:52.500Z] 2ce0295a513f: Pushed [2025-04-18T08:59:52.500Z] b0737fdaf451: Pushed [2025-04-18T08:59:52.500Z] 2d5c2985bb43: Pushed [2025-04-18T08:59:52.500Z] ad5f9ca28e9d: Pushed [2025-04-18T08:59:52.500Z] f9a9a1894953: Pushed [2025-04-18T08:59:52.500Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:52.500Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:52.500Z] c7eca272f607: Pushed [2025-04-18T08:59:52.500Z] 5f70bf18a086: Layer already exists [2025-04-18T08:59:52.759Z] ae3baae82d26: Pushed [2025-04-18T08:59:52.759Z] 37d55bd34a1f: Pushed [2025-04-18T08:59:52.759Z] 05f1aeb90836: Pushed [2025-04-18T08:59:52.759Z] 14189a41c073: Pushed [2025-04-18T08:59:52.759Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:52.759Z] 4fb6d5ccb632: Pushed [2025-04-18T08:59:54.136Z] c043744ecd11: Pushed [2025-04-18T08:59:54.136Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:54.459Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:54.782Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-04-18T08:59:54.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-04-18T08:59:54.782Z] f9a9a1894953: Preparing [2025-04-18T08:59:54.782Z] ad5f9ca28e9d: Preparing [2025-04-18T08:59:54.782Z] b0737fdaf451: Preparing [2025-04-18T08:59:54.782Z] 2ce0295a513f: Preparing [2025-04-18T08:59:54.782Z] 2d5c2985bb43: Preparing [2025-04-18T08:59:54.782Z] c7eca272f607: Preparing [2025-04-18T08:59:54.782Z] c043744ecd11: Preparing [2025-04-18T08:59:54.782Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:54.782Z] cc36f3f12729: Preparing [2025-04-18T08:59:54.782Z] ae3baae82d26: Preparing [2025-04-18T08:59:54.782Z] 37d55bd34a1f: Preparing [2025-04-18T08:59:54.782Z] 5f70bf18a086: Preparing [2025-04-18T08:59:54.782Z] 05f1aeb90836: Preparing [2025-04-18T08:59:54.782Z] 14189a41c073: Preparing [2025-04-18T08:59:54.782Z] 4fb6d5ccb632: Preparing [2025-04-18T08:59:54.782Z] 994456c4fd7b: Preparing [2025-04-18T08:59:54.782Z] c7eca272f607: Waiting [2025-04-18T08:59:54.782Z] c043744ecd11: Waiting [2025-04-18T08:59:54.782Z] 8b6eeeaa28df: Waiting [2025-04-18T08:59:54.782Z] cc36f3f12729: Waiting [2025-04-18T08:59:54.782Z] ae3baae82d26: Waiting [2025-04-18T08:59:54.782Z] 37d55bd34a1f: Waiting [2025-04-18T08:59:54.782Z] 5f70bf18a086: Waiting [2025-04-18T08:59:54.782Z] 05f1aeb90836: Waiting [2025-04-18T08:59:54.782Z] 14189a41c073: Waiting [2025-04-18T08:59:54.782Z] 4fb6d5ccb632: Waiting [2025-04-18T08:59:54.782Z] 994456c4fd7b: Waiting [2025-04-18T08:59:54.782Z] f9a9a1894953: Layer already exists [2025-04-18T08:59:54.782Z] ad5f9ca28e9d: Layer already exists [2025-04-18T08:59:54.782Z] 2ce0295a513f: Layer already exists [2025-04-18T08:59:54.782Z] 2d5c2985bb43: Layer already exists [2025-04-18T08:59:54.782Z] b0737fdaf451: Layer already exists [2025-04-18T08:59:54.782Z] c7eca272f607: Layer already exists [2025-04-18T08:59:54.782Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:54.782Z] c043744ecd11: Layer already exists [2025-04-18T08:59:54.782Z] ae3baae82d26: Layer already exists [2025-04-18T08:59:54.782Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:54.782Z] 37d55bd34a1f: Layer already exists [2025-04-18T08:59:54.782Z] 05f1aeb90836: Layer already exists [2025-04-18T08:59:54.782Z] 14189a41c073: Layer already exists [2025-04-18T08:59:54.782Z] 5f70bf18a086: Layer already exists [2025-04-18T08:59:54.782Z] 4fb6d5ccb632: Layer already exists [2025-04-18T08:59:54.782Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:54.782Z] latest: digest: sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:55.108Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:55.435Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3 [2025-04-18T08:59:55.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-04-18T08:59:55.435Z] f9a9a1894953: Preparing [2025-04-18T08:59:55.435Z] ad5f9ca28e9d: Preparing [2025-04-18T08:59:55.435Z] b0737fdaf451: Preparing [2025-04-18T08:59:55.435Z] 2ce0295a513f: Preparing [2025-04-18T08:59:55.435Z] 2d5c2985bb43: Preparing [2025-04-18T08:59:55.435Z] c7eca272f607: Preparing [2025-04-18T08:59:55.435Z] c043744ecd11: Preparing [2025-04-18T08:59:55.435Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:55.435Z] cc36f3f12729: Preparing [2025-04-18T08:59:55.435Z] ae3baae82d26: Preparing [2025-04-18T08:59:55.435Z] 37d55bd34a1f: Preparing [2025-04-18T08:59:55.435Z] 5f70bf18a086: Preparing [2025-04-18T08:59:55.435Z] 05f1aeb90836: Preparing [2025-04-18T08:59:55.435Z] 14189a41c073: Preparing [2025-04-18T08:59:55.435Z] 4fb6d5ccb632: Preparing [2025-04-18T08:59:55.435Z] 994456c4fd7b: Preparing [2025-04-18T08:59:55.435Z] ae3baae82d26: Waiting [2025-04-18T08:59:55.435Z] 37d55bd34a1f: Waiting [2025-04-18T08:59:55.435Z] 5f70bf18a086: Waiting [2025-04-18T08:59:55.435Z] 05f1aeb90836: Waiting [2025-04-18T08:59:55.435Z] 14189a41c073: Waiting [2025-04-18T08:59:55.435Z] 4fb6d5ccb632: Waiting [2025-04-18T08:59:55.435Z] 994456c4fd7b: Waiting [2025-04-18T08:59:55.435Z] c043744ecd11: Waiting [2025-04-18T08:59:55.435Z] 8b6eeeaa28df: Waiting [2025-04-18T08:59:55.435Z] c7eca272f607: Waiting [2025-04-18T08:59:55.435Z] f9a9a1894953: Layer already exists [2025-04-18T08:59:55.435Z] 2ce0295a513f: Layer already exists [2025-04-18T08:59:55.435Z] ad5f9ca28e9d: Layer already exists [2025-04-18T08:59:55.435Z] 2d5c2985bb43: Layer already exists [2025-04-18T08:59:55.435Z] b0737fdaf451: Layer already exists [2025-04-18T08:59:55.435Z] c7eca272f607: Layer already exists [2025-04-18T08:59:55.435Z] c043744ecd11: Layer already exists [2025-04-18T08:59:55.435Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:55.435Z] ae3baae82d26: Layer already exists [2025-04-18T08:59:55.435Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:55.435Z] 37d55bd34a1f: Layer already exists [2025-04-18T08:59:55.435Z] 5f70bf18a086: Layer already exists [2025-04-18T08:59:55.435Z] 05f1aeb90836: Layer already exists [2025-04-18T08:59:55.435Z] 14189a41c073: Layer already exists [2025-04-18T08:59:55.435Z] 4fb6d5ccb632: Layer already exists [2025-04-18T08:59:55.435Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:55.435Z] 4.1.0-dev.3: digest: sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:55.768Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:56.096Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T08:59:56.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-04-18T08:59:56.097Z] f9a9a1894953: Preparing [2025-04-18T08:59:56.097Z] ad5f9ca28e9d: Preparing [2025-04-18T08:59:56.097Z] b0737fdaf451: Preparing [2025-04-18T08:59:56.097Z] 2ce0295a513f: Preparing [2025-04-18T08:59:56.097Z] 2d5c2985bb43: Preparing [2025-04-18T08:59:56.097Z] c7eca272f607: Preparing [2025-04-18T08:59:56.097Z] c043744ecd11: Preparing [2025-04-18T08:59:56.097Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:56.097Z] cc36f3f12729: Preparing [2025-04-18T08:59:56.097Z] ae3baae82d26: Preparing [2025-04-18T08:59:56.097Z] 37d55bd34a1f: Preparing [2025-04-18T08:59:56.097Z] 5f70bf18a086: Preparing [2025-04-18T08:59:56.097Z] cc36f3f12729: Waiting [2025-04-18T08:59:56.097Z] c7eca272f607: Waiting [2025-04-18T08:59:56.097Z] c043744ecd11: Waiting [2025-04-18T08:59:56.097Z] 37d55bd34a1f: Waiting [2025-04-18T08:59:56.097Z] 8b6eeeaa28df: Waiting [2025-04-18T08:59:56.097Z] 05f1aeb90836: Preparing [2025-04-18T08:59:56.097Z] 14189a41c073: Preparing [2025-04-18T08:59:56.097Z] 5f70bf18a086: Waiting [2025-04-18T08:59:56.097Z] 05f1aeb90836: Waiting [2025-04-18T08:59:56.097Z] 14189a41c073: Waiting [2025-04-18T08:59:56.097Z] 4fb6d5ccb632: Preparing [2025-04-18T08:59:56.097Z] 994456c4fd7b: Preparing [2025-04-18T08:59:56.097Z] 4fb6d5ccb632: Waiting [2025-04-18T08:59:56.097Z] 994456c4fd7b: Waiting [2025-04-18T08:59:56.097Z] 2d5c2985bb43: Layer already exists [2025-04-18T08:59:56.097Z] 2ce0295a513f: Layer already exists [2025-04-18T08:59:56.097Z] b0737fdaf451: Layer already exists [2025-04-18T08:59:56.097Z] f9a9a1894953: Layer already exists [2025-04-18T08:59:56.097Z] ad5f9ca28e9d: Layer already exists [2025-04-18T08:59:56.097Z] c043744ecd11: Layer already exists [2025-04-18T08:59:56.097Z] c7eca272f607: Layer already exists [2025-04-18T08:59:56.097Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:56.097Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:56.097Z] ae3baae82d26: Layer already exists [2025-04-18T08:59:56.097Z] 37d55bd34a1f: Layer already exists [2025-04-18T08:59:56.097Z] 5f70bf18a086: Layer already exists [2025-04-18T08:59:56.097Z] 05f1aeb90836: Layer already exists [2025-04-18T08:59:56.097Z] 14189a41c073: Layer already exists [2025-04-18T08:59:56.097Z] 4fb6d5ccb632: Layer already exists [2025-04-18T08:59:56.097Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:56.097Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:56.428Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:56.754Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-04-18T08:59:56.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-04-18T08:59:56.754Z] f9a9a1894953: Preparing [2025-04-18T08:59:56.754Z] ad5f9ca28e9d: Preparing [2025-04-18T08:59:56.754Z] b0737fdaf451: Preparing [2025-04-18T08:59:56.754Z] 2ce0295a513f: Preparing [2025-04-18T08:59:56.754Z] 2d5c2985bb43: Preparing [2025-04-18T08:59:56.754Z] c7eca272f607: Preparing [2025-04-18T08:59:56.754Z] c043744ecd11: Preparing [2025-04-18T08:59:56.754Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:56.754Z] cc36f3f12729: Preparing [2025-04-18T08:59:56.754Z] ae3baae82d26: Preparing [2025-04-18T08:59:56.754Z] 37d55bd34a1f: Preparing [2025-04-18T08:59:56.754Z] 5f70bf18a086: Preparing [2025-04-18T08:59:56.754Z] 05f1aeb90836: Preparing [2025-04-18T08:59:56.754Z] 14189a41c073: Preparing [2025-04-18T08:59:56.754Z] 4fb6d5ccb632: Preparing [2025-04-18T08:59:56.754Z] 994456c4fd7b: Preparing [2025-04-18T08:59:56.754Z] ae3baae82d26: Waiting [2025-04-18T08:59:56.754Z] 5f70bf18a086: Waiting [2025-04-18T08:59:56.754Z] 37d55bd34a1f: Waiting [2025-04-18T08:59:56.754Z] 14189a41c073: Waiting [2025-04-18T08:59:56.754Z] 05f1aeb90836: Waiting [2025-04-18T08:59:56.754Z] 994456c4fd7b: Waiting [2025-04-18T08:59:56.754Z] 4fb6d5ccb632: Waiting [2025-04-18T08:59:56.754Z] c043744ecd11: Waiting [2025-04-18T08:59:56.754Z] cc36f3f12729: Waiting [2025-04-18T08:59:56.754Z] f9a9a1894953: Layer already exists [2025-04-18T08:59:56.754Z] 2d5c2985bb43: Layer already exists [2025-04-18T08:59:56.754Z] ad5f9ca28e9d: Layer already exists [2025-04-18T08:59:56.754Z] b0737fdaf451: Layer already exists [2025-04-18T08:59:56.754Z] 2ce0295a513f: Layer already exists [2025-04-18T08:59:56.754Z] c7eca272f607: Layer already exists [2025-04-18T08:59:56.754Z] c043744ecd11: Layer already exists [2025-04-18T08:59:56.754Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:56.754Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:56.754Z] ae3baae82d26: Layer already exists [2025-04-18T08:59:56.754Z] 37d55bd34a1f: Layer already exists [2025-04-18T08:59:56.754Z] 14189a41c073: Layer already exists [2025-04-18T08:59:56.754Z] 4fb6d5ccb632: Layer already exists [2025-04-18T08:59:56.754Z] 5f70bf18a086: Layer already exists [2025-04-18T08:59:56.754Z] 05f1aeb90836: Layer already exists [2025-04-18T08:59:56.754Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:56.754Z] main: digest: sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T08:59:56.833Z] ===================================================== [Pipeline] echo [2025-04-18T08:59:56.847Z] taggedImages: [2025-04-18T08:59:56.847Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:56.847Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-04-18T08:59:56.847Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3 [2025-04-18T08:59:56.847Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T08:59:56.847Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-04-18T08:59:56.871Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-04-18T08:59:56.871Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:56.871Z] latest [2025-04-18T08:59:56.871Z] 4.1.0-dev.3 [2025-04-18T08:59:56.871Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T08:59:56.871Z] main [2025-04-18T08:59:56.871Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:57.207Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T08:59:57.535Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T08:59:57.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-04-18T08:59:57.535Z] 6cb1800147f8: Preparing [2025-04-18T08:59:57.535Z] cd4561244615: Preparing [2025-04-18T08:59:57.535Z] 3bd9c6215dc3: Preparing [2025-04-18T08:59:57.535Z] 4baedaaedd6a: Preparing [2025-04-18T08:59:57.535Z] 8b6eeeaa28df: Preparing [2025-04-18T08:59:57.535Z] cc36f3f12729: Preparing [2025-04-18T08:59:57.535Z] 965c3b46e963: Preparing [2025-04-18T08:59:57.535Z] 69d0d607c9e8: Preparing [2025-04-18T08:59:57.535Z] 994456c4fd7b: Preparing [2025-04-18T08:59:57.535Z] cc36f3f12729: Waiting [2025-04-18T08:59:57.535Z] 994456c4fd7b: Waiting [2025-04-18T08:59:57.535Z] 965c3b46e963: Waiting [2025-04-18T08:59:57.535Z] 69d0d607c9e8: Waiting [2025-04-18T08:59:57.535Z] 8b6eeeaa28df: Layer already exists [2025-04-18T08:59:57.535Z] cc36f3f12729: Layer already exists [2025-04-18T08:59:57.535Z] 965c3b46e963: Layer already exists [2025-04-18T08:59:57.535Z] 69d0d607c9e8: Layer already exists [2025-04-18T08:59:57.535Z] 3bd9c6215dc3: Pushed [2025-04-18T08:59:57.535Z] cd4561244615: Pushed [2025-04-18T08:59:57.535Z] 994456c4fd7b: Layer already exists [2025-04-18T08:59:57.535Z] 6cb1800147f8: Pushed [2025-04-18T09:00:00.327Z] 4baedaaedd6a: Pushed [2025-04-18T09:00:00.327Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:00.700Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:01.035Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-04-18T09:00:01.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-04-18T09:00:01.035Z] 6cb1800147f8: Preparing [2025-04-18T09:00:01.035Z] cd4561244615: Preparing [2025-04-18T09:00:01.035Z] 3bd9c6215dc3: Preparing [2025-04-18T09:00:01.035Z] 4baedaaedd6a: Preparing [2025-04-18T09:00:01.035Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:01.035Z] cc36f3f12729: Preparing [2025-04-18T09:00:01.035Z] 965c3b46e963: Preparing [2025-04-18T09:00:01.035Z] 69d0d607c9e8: Preparing [2025-04-18T09:00:01.035Z] 994456c4fd7b: Preparing [2025-04-18T09:00:01.035Z] 965c3b46e963: Waiting [2025-04-18T09:00:01.035Z] 69d0d607c9e8: Waiting [2025-04-18T09:00:01.035Z] 994456c4fd7b: Waiting [2025-04-18T09:00:01.035Z] cc36f3f12729: Waiting [2025-04-18T09:00:01.035Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:01.035Z] cd4561244615: Layer already exists [2025-04-18T09:00:01.035Z] 4baedaaedd6a: Layer already exists [2025-04-18T09:00:01.035Z] 6cb1800147f8: Layer already exists [2025-04-18T09:00:01.035Z] 3bd9c6215dc3: Layer already exists [2025-04-18T09:00:01.035Z] 965c3b46e963: Layer already exists [2025-04-18T09:00:01.035Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:01.035Z] 69d0d607c9e8: Layer already exists [2025-04-18T09:00:01.035Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:01.035Z] latest: digest: sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:01.379Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:01.709Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3 [2025-04-18T09:00:01.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-04-18T09:00:01.709Z] 6cb1800147f8: Preparing [2025-04-18T09:00:01.709Z] cd4561244615: Preparing [2025-04-18T09:00:01.709Z] 3bd9c6215dc3: Preparing [2025-04-18T09:00:01.709Z] 4baedaaedd6a: Preparing [2025-04-18T09:00:01.709Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:01.709Z] cc36f3f12729: Preparing [2025-04-18T09:00:01.709Z] 965c3b46e963: Preparing [2025-04-18T09:00:01.709Z] 69d0d607c9e8: Preparing [2025-04-18T09:00:01.709Z] 994456c4fd7b: Preparing [2025-04-18T09:00:01.709Z] cc36f3f12729: Waiting [2025-04-18T09:00:01.709Z] 965c3b46e963: Waiting [2025-04-18T09:00:01.709Z] 69d0d607c9e8: Waiting [2025-04-18T09:00:01.709Z] 994456c4fd7b: Waiting [2025-04-18T09:00:01.709Z] 6cb1800147f8: Layer already exists [2025-04-18T09:00:01.709Z] 3bd9c6215dc3: Layer already exists [2025-04-18T09:00:01.709Z] cd4561244615: Layer already exists [2025-04-18T09:00:01.709Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:01.709Z] 4baedaaedd6a: Layer already exists [2025-04-18T09:00:01.709Z] 965c3b46e963: Layer already exists [2025-04-18T09:00:01.709Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:01.709Z] 69d0d607c9e8: Layer already exists [2025-04-18T09:00:01.709Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:01.709Z] 4.1.0-dev.3: digest: sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:02.041Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:02.359Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:00:02.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-04-18T09:00:02.360Z] 6cb1800147f8: Preparing [2025-04-18T09:00:02.360Z] cd4561244615: Preparing [2025-04-18T09:00:02.360Z] 3bd9c6215dc3: Preparing [2025-04-18T09:00:02.360Z] 4baedaaedd6a: Preparing [2025-04-18T09:00:02.360Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:02.360Z] cc36f3f12729: Preparing [2025-04-18T09:00:02.360Z] 965c3b46e963: Preparing [2025-04-18T09:00:02.360Z] 69d0d607c9e8: Preparing [2025-04-18T09:00:02.360Z] 994456c4fd7b: Preparing [2025-04-18T09:00:02.360Z] 965c3b46e963: Waiting [2025-04-18T09:00:02.360Z] cc36f3f12729: Waiting [2025-04-18T09:00:02.360Z] 994456c4fd7b: Waiting [2025-04-18T09:00:02.360Z] 69d0d607c9e8: Waiting [2025-04-18T09:00:02.360Z] 6cb1800147f8: Layer already exists [2025-04-18T09:00:02.360Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:02.360Z] 4baedaaedd6a: Layer already exists [2025-04-18T09:00:02.360Z] cd4561244615: Layer already exists [2025-04-18T09:00:02.360Z] 3bd9c6215dc3: Layer already exists [2025-04-18T09:00:02.360Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:02.360Z] 965c3b46e963: Layer already exists [2025-04-18T09:00:02.360Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:02.360Z] 69d0d607c9e8: Layer already exists [2025-04-18T09:00:02.360Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:02.690Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:03.014Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-04-18T09:00:03.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-04-18T09:00:03.014Z] 6cb1800147f8: Preparing [2025-04-18T09:00:03.014Z] cd4561244615: Preparing [2025-04-18T09:00:03.014Z] 3bd9c6215dc3: Preparing [2025-04-18T09:00:03.014Z] 4baedaaedd6a: Preparing [2025-04-18T09:00:03.014Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:03.014Z] cc36f3f12729: Preparing [2025-04-18T09:00:03.014Z] 965c3b46e963: Preparing [2025-04-18T09:00:03.014Z] 69d0d607c9e8: Preparing [2025-04-18T09:00:03.014Z] 994456c4fd7b: Preparing [2025-04-18T09:00:03.014Z] 994456c4fd7b: Waiting [2025-04-18T09:00:03.014Z] 69d0d607c9e8: Waiting [2025-04-18T09:00:03.014Z] cc36f3f12729: Waiting [2025-04-18T09:00:03.014Z] 4baedaaedd6a: Layer already exists [2025-04-18T09:00:03.014Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:03.014Z] cd4561244615: Layer already exists [2025-04-18T09:00:03.014Z] 6cb1800147f8: Layer already exists [2025-04-18T09:00:03.014Z] 3bd9c6215dc3: Layer already exists [2025-04-18T09:00:03.014Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:03.014Z] 965c3b46e963: Layer already exists [2025-04-18T09:00:03.014Z] 69d0d607c9e8: Layer already exists [2025-04-18T09:00:03.014Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:03.014Z] main: digest: sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:00:03.083Z] ===================================================== [Pipeline] echo [2025-04-18T09:00:03.098Z] taggedImages: [2025-04-18T09:00:03.098Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:00:03.098Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-04-18T09:00:03.098Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3 [2025-04-18T09:00:03.098Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:00:03.098Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-04-18T09:00:03.126Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-04-18T09:00:03.126Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:00:03.126Z] latest [2025-04-18T09:00:03.126Z] 4.1.0-dev.3 [2025-04-18T09:00:03.126Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:00:03.126Z] main [2025-04-18T09:00:03.126Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:03.470Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:03.789Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:00:03.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-04-18T09:00:03.789Z] d590857b2413: Preparing [2025-04-18T09:00:03.789Z] 69f5d279bc3e: Preparing [2025-04-18T09:00:03.789Z] 68039435037a: Preparing [2025-04-18T09:00:03.789Z] 3e309553dd0b: Preparing [2025-04-18T09:00:03.789Z] a16c7f995d83: Preparing [2025-04-18T09:00:03.789Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:03.789Z] cc36f3f12729: Preparing [2025-04-18T09:00:03.789Z] 6218a9cc3b48: Preparing [2025-04-18T09:00:03.789Z] 4b69ef3b8612: Preparing [2025-04-18T09:00:03.789Z] 8768cfc35991: Preparing [2025-04-18T09:00:03.789Z] 994456c4fd7b: Preparing [2025-04-18T09:00:03.789Z] 6218a9cc3b48: Waiting [2025-04-18T09:00:03.789Z] 4b69ef3b8612: Waiting [2025-04-18T09:00:03.789Z] 8b6eeeaa28df: Waiting [2025-04-18T09:00:03.789Z] 994456c4fd7b: Waiting [2025-04-18T09:00:03.789Z] 8768cfc35991: Waiting [2025-04-18T09:00:03.789Z] cc36f3f12729: Waiting [2025-04-18T09:00:03.789Z] 3e309553dd0b: Pushed [2025-04-18T09:00:03.789Z] 69f5d279bc3e: Pushed [2025-04-18T09:00:03.789Z] d590857b2413: Pushed [2025-04-18T09:00:03.789Z] a16c7f995d83: Pushed [2025-04-18T09:00:03.789Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:03.789Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:03.789Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:04.049Z] 6218a9cc3b48: Pushed [2025-04-18T09:00:04.049Z] 4b69ef3b8612: Pushed [2025-04-18T09:00:05.425Z] 8768cfc35991: Pushed [2025-04-18T09:00:05.684Z] 68039435037a: Pushed [2025-04-18T09:00:05.944Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:06.269Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:06.600Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-04-18T09:00:06.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-04-18T09:00:06.601Z] d590857b2413: Preparing [2025-04-18T09:00:06.601Z] 69f5d279bc3e: Preparing [2025-04-18T09:00:06.601Z] 68039435037a: Preparing [2025-04-18T09:00:06.601Z] 3e309553dd0b: Preparing [2025-04-18T09:00:06.601Z] a16c7f995d83: Preparing [2025-04-18T09:00:06.601Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:06.601Z] cc36f3f12729: Preparing [2025-04-18T09:00:06.601Z] 6218a9cc3b48: Preparing [2025-04-18T09:00:06.601Z] 4b69ef3b8612: Preparing [2025-04-18T09:00:06.601Z] 8768cfc35991: Preparing [2025-04-18T09:00:06.601Z] 994456c4fd7b: Preparing [2025-04-18T09:00:06.601Z] 6218a9cc3b48: Waiting [2025-04-18T09:00:06.601Z] 4b69ef3b8612: Waiting [2025-04-18T09:00:06.601Z] 8b6eeeaa28df: Waiting [2025-04-18T09:00:06.601Z] 8768cfc35991: Waiting [2025-04-18T09:00:06.601Z] cc36f3f12729: Waiting [2025-04-18T09:00:06.601Z] 994456c4fd7b: Waiting [2025-04-18T09:00:06.601Z] d590857b2413: Layer already exists [2025-04-18T09:00:06.601Z] a16c7f995d83: Layer already exists [2025-04-18T09:00:06.601Z] 68039435037a: Layer already exists [2025-04-18T09:00:06.601Z] 69f5d279bc3e: Layer already exists [2025-04-18T09:00:06.601Z] 3e309553dd0b: Layer already exists [2025-04-18T09:00:06.601Z] 4b69ef3b8612: Layer already exists [2025-04-18T09:00:06.601Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:06.601Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:06.601Z] 6218a9cc3b48: Layer already exists [2025-04-18T09:00:06.601Z] 8768cfc35991: Layer already exists [2025-04-18T09:00:06.601Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:06.601Z] latest: digest: sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:06.919Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:07.238Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3 [2025-04-18T09:00:07.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-04-18T09:00:07.238Z] d590857b2413: Preparing [2025-04-18T09:00:07.238Z] 69f5d279bc3e: Preparing [2025-04-18T09:00:07.238Z] 68039435037a: Preparing [2025-04-18T09:00:07.238Z] 3e309553dd0b: Preparing [2025-04-18T09:00:07.238Z] a16c7f995d83: Preparing [2025-04-18T09:00:07.238Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:07.238Z] cc36f3f12729: Preparing [2025-04-18T09:00:07.238Z] 6218a9cc3b48: Preparing [2025-04-18T09:00:07.238Z] 4b69ef3b8612: Preparing [2025-04-18T09:00:07.238Z] 8768cfc35991: Preparing [2025-04-18T09:00:07.238Z] 994456c4fd7b: Preparing [2025-04-18T09:00:07.238Z] 6218a9cc3b48: Waiting [2025-04-18T09:00:07.238Z] 8b6eeeaa28df: Waiting [2025-04-18T09:00:07.238Z] cc36f3f12729: Waiting [2025-04-18T09:00:07.238Z] 4b69ef3b8612: Waiting [2025-04-18T09:00:07.238Z] 994456c4fd7b: Waiting [2025-04-18T09:00:07.238Z] 8768cfc35991: Waiting [2025-04-18T09:00:07.238Z] d590857b2413: Layer already exists [2025-04-18T09:00:07.238Z] 3e309553dd0b: Layer already exists [2025-04-18T09:00:07.238Z] 68039435037a: Layer already exists [2025-04-18T09:00:07.238Z] 69f5d279bc3e: Layer already exists [2025-04-18T09:00:07.238Z] a16c7f995d83: Layer already exists [2025-04-18T09:00:07.238Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:07.238Z] 4b69ef3b8612: Layer already exists [2025-04-18T09:00:07.238Z] 8768cfc35991: Layer already exists [2025-04-18T09:00:07.238Z] 6218a9cc3b48: Layer already exists [2025-04-18T09:00:07.238Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:07.238Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:07.238Z] 4.1.0-dev.3: digest: sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:07.559Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:07.882Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:00:07.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-04-18T09:00:07.882Z] d590857b2413: Preparing [2025-04-18T09:00:07.882Z] 69f5d279bc3e: Preparing [2025-04-18T09:00:07.882Z] 68039435037a: Preparing [2025-04-18T09:00:07.882Z] 3e309553dd0b: Preparing [2025-04-18T09:00:07.882Z] a16c7f995d83: Preparing [2025-04-18T09:00:07.882Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:07.882Z] cc36f3f12729: Preparing [2025-04-18T09:00:07.882Z] 6218a9cc3b48: Preparing [2025-04-18T09:00:07.882Z] 4b69ef3b8612: Preparing [2025-04-18T09:00:07.882Z] 8768cfc35991: Preparing [2025-04-18T09:00:07.882Z] 994456c4fd7b: Preparing [2025-04-18T09:00:07.882Z] 6218a9cc3b48: Waiting [2025-04-18T09:00:07.882Z] 4b69ef3b8612: Waiting [2025-04-18T09:00:07.882Z] 8b6eeeaa28df: Waiting [2025-04-18T09:00:07.882Z] cc36f3f12729: Waiting [2025-04-18T09:00:07.882Z] 68039435037a: Layer already exists [2025-04-18T09:00:07.882Z] d590857b2413: Layer already exists [2025-04-18T09:00:07.882Z] a16c7f995d83: Layer already exists [2025-04-18T09:00:07.882Z] 3e309553dd0b: Layer already exists [2025-04-18T09:00:07.882Z] 69f5d279bc3e: Layer already exists [2025-04-18T09:00:07.882Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:07.882Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:07.882Z] 8768cfc35991: Layer already exists [2025-04-18T09:00:07.882Z] 6218a9cc3b48: Layer already exists [2025-04-18T09:00:07.882Z] 4b69ef3b8612: Layer already exists [2025-04-18T09:00:07.882Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:07.882Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:08.217Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:08.533Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-04-18T09:00:08.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-04-18T09:00:08.533Z] d590857b2413: Preparing [2025-04-18T09:00:08.533Z] 69f5d279bc3e: Preparing [2025-04-18T09:00:08.533Z] 68039435037a: Preparing [2025-04-18T09:00:08.533Z] 3e309553dd0b: Preparing [2025-04-18T09:00:08.533Z] a16c7f995d83: Preparing [2025-04-18T09:00:08.533Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:08.533Z] cc36f3f12729: Preparing [2025-04-18T09:00:08.533Z] 6218a9cc3b48: Preparing [2025-04-18T09:00:08.533Z] 4b69ef3b8612: Preparing [2025-04-18T09:00:08.533Z] 8768cfc35991: Preparing [2025-04-18T09:00:08.533Z] 994456c4fd7b: Preparing [2025-04-18T09:00:08.533Z] 4b69ef3b8612: Waiting [2025-04-18T09:00:08.533Z] 6218a9cc3b48: Waiting [2025-04-18T09:00:08.533Z] 8768cfc35991: Waiting [2025-04-18T09:00:08.533Z] cc36f3f12729: Waiting [2025-04-18T09:00:08.533Z] 994456c4fd7b: Waiting [2025-04-18T09:00:08.533Z] 8b6eeeaa28df: Waiting [2025-04-18T09:00:08.533Z] a16c7f995d83: Layer already exists [2025-04-18T09:00:08.533Z] 69f5d279bc3e: Layer already exists [2025-04-18T09:00:08.533Z] 68039435037a: Layer already exists [2025-04-18T09:00:08.533Z] d590857b2413: Layer already exists [2025-04-18T09:00:08.533Z] 3e309553dd0b: Layer already exists [2025-04-18T09:00:08.533Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:08.533Z] 6218a9cc3b48: Layer already exists [2025-04-18T09:00:08.533Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:08.533Z] 4b69ef3b8612: Layer already exists [2025-04-18T09:00:08.533Z] 8768cfc35991: Layer already exists [2025-04-18T09:00:08.533Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:08.533Z] main: digest: sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:00:08.606Z] ===================================================== [Pipeline] echo [2025-04-18T09:00:08.623Z] taggedImages: [2025-04-18T09:00:08.623Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:00:08.623Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-04-18T09:00:08.623Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3 [2025-04-18T09:00:08.623Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:00:08.623Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-04-18T09:00:08.652Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-04-18T09:00:08.652Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:00:08.652Z] latest [2025-04-18T09:00:08.652Z] 4.1.0-dev.3 [2025-04-18T09:00:08.652Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:00:08.652Z] main [2025-04-18T09:00:08.652Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:08.991Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:09.317Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:00:09.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-04-18T09:00:09.317Z] 8ab4a2800594: Preparing [2025-04-18T09:00:09.317Z] efc9f2e1f789: Preparing [2025-04-18T09:00:09.317Z] bab01272a56e: Preparing [2025-04-18T09:00:09.317Z] cd2b8eb326cd: Preparing [2025-04-18T09:00:09.317Z] 26d6797ed5f9: Preparing [2025-04-18T09:00:09.317Z] 9084eea07f21: Preparing [2025-04-18T09:00:09.317Z] c8084ee55544: Preparing [2025-04-18T09:00:09.317Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:09.317Z] cc36f3f12729: Preparing [2025-04-18T09:00:09.317Z] afa2ddd9ab05: Preparing [2025-04-18T09:00:09.317Z] 8882c335485e: Preparing [2025-04-18T09:00:09.317Z] 994456c4fd7b: Preparing [2025-04-18T09:00:09.317Z] cc36f3f12729: Waiting [2025-04-18T09:00:09.317Z] 994456c4fd7b: Waiting [2025-04-18T09:00:09.317Z] afa2ddd9ab05: Waiting [2025-04-18T09:00:09.317Z] 8882c335485e: Waiting [2025-04-18T09:00:09.317Z] 9084eea07f21: Waiting [2025-04-18T09:00:09.317Z] c8084ee55544: Waiting [2025-04-18T09:00:09.317Z] 8b6eeeaa28df: Waiting [2025-04-18T09:00:09.317Z] 26d6797ed5f9: Pushed [2025-04-18T09:00:09.317Z] 8ab4a2800594: Pushed [2025-04-18T09:00:09.317Z] efc9f2e1f789: Pushed [2025-04-18T09:00:09.317Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:09.317Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:09.317Z] 9084eea07f21: Pushed [2025-04-18T09:00:09.317Z] c8084ee55544: Pushed [2025-04-18T09:00:09.578Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:09.579Z] afa2ddd9ab05: Pushed [2025-04-18T09:00:10.972Z] 8882c335485e: Pushed [2025-04-18T09:00:11.230Z] cd2b8eb326cd: Pushed [2025-04-18T09:00:12.178Z] bab01272a56e: Pushed [2025-04-18T09:00:12.178Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:12.513Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:12.961Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-04-18T09:00:12.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-04-18T09:00:12.961Z] 8ab4a2800594: Preparing [2025-04-18T09:00:12.961Z] efc9f2e1f789: Preparing [2025-04-18T09:00:12.961Z] bab01272a56e: Preparing [2025-04-18T09:00:12.961Z] cd2b8eb326cd: Preparing [2025-04-18T09:00:12.961Z] 26d6797ed5f9: Preparing [2025-04-18T09:00:12.961Z] 9084eea07f21: Preparing [2025-04-18T09:00:12.961Z] c8084ee55544: Preparing [2025-04-18T09:00:12.961Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:12.961Z] cc36f3f12729: Preparing [2025-04-18T09:00:12.961Z] afa2ddd9ab05: Preparing [2025-04-18T09:00:12.961Z] 8882c335485e: Preparing [2025-04-18T09:00:12.961Z] 994456c4fd7b: Preparing [2025-04-18T09:00:12.961Z] 8b6eeeaa28df: Waiting [2025-04-18T09:00:12.961Z] cc36f3f12729: Waiting [2025-04-18T09:00:12.961Z] afa2ddd9ab05: Waiting [2025-04-18T09:00:12.961Z] 8882c335485e: Waiting [2025-04-18T09:00:12.961Z] 994456c4fd7b: Waiting [2025-04-18T09:00:12.961Z] 9084eea07f21: Waiting [2025-04-18T09:00:12.961Z] c8084ee55544: Waiting [2025-04-18T09:00:13.222Z] efc9f2e1f789: Layer already exists [2025-04-18T09:00:13.222Z] cd2b8eb326cd: Layer already exists [2025-04-18T09:00:13.222Z] bab01272a56e: Layer already exists [2025-04-18T09:00:13.222Z] 26d6797ed5f9: Layer already exists [2025-04-18T09:00:13.222Z] 8ab4a2800594: Layer already exists [2025-04-18T09:00:13.222Z] c8084ee55544: Layer already exists [2025-04-18T09:00:13.222Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:13.222Z] afa2ddd9ab05: Layer already exists [2025-04-18T09:00:13.222Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:13.222Z] 9084eea07f21: Layer already exists [2025-04-18T09:00:13.222Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:13.222Z] 8882c335485e: Layer already exists [2025-04-18T09:00:13.222Z] latest: digest: sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:13.551Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:13.872Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3 [2025-04-18T09:00:13.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-04-18T09:00:13.872Z] 8ab4a2800594: Preparing [2025-04-18T09:00:13.872Z] efc9f2e1f789: Preparing [2025-04-18T09:00:13.872Z] bab01272a56e: Preparing [2025-04-18T09:00:13.872Z] cd2b8eb326cd: Preparing [2025-04-18T09:00:13.872Z] 26d6797ed5f9: Preparing [2025-04-18T09:00:13.872Z] 9084eea07f21: Preparing [2025-04-18T09:00:13.872Z] c8084ee55544: Preparing [2025-04-18T09:00:13.872Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:13.872Z] cc36f3f12729: Preparing [2025-04-18T09:00:13.872Z] afa2ddd9ab05: Preparing [2025-04-18T09:00:13.872Z] 8882c335485e: Preparing [2025-04-18T09:00:13.872Z] 994456c4fd7b: Preparing [2025-04-18T09:00:13.872Z] 9084eea07f21: Waiting [2025-04-18T09:00:13.872Z] afa2ddd9ab05: Waiting [2025-04-18T09:00:13.872Z] c8084ee55544: Waiting [2025-04-18T09:00:13.872Z] 8882c335485e: Waiting [2025-04-18T09:00:13.872Z] 994456c4fd7b: Waiting [2025-04-18T09:00:13.872Z] cc36f3f12729: Waiting [2025-04-18T09:00:13.872Z] cd2b8eb326cd: Layer already exists [2025-04-18T09:00:13.872Z] bab01272a56e: Layer already exists [2025-04-18T09:00:13.872Z] 26d6797ed5f9: Layer already exists [2025-04-18T09:00:13.872Z] efc9f2e1f789: Layer already exists [2025-04-18T09:00:13.872Z] 8ab4a2800594: Layer already exists [2025-04-18T09:00:13.872Z] 9084eea07f21: Layer already exists [2025-04-18T09:00:13.872Z] c8084ee55544: Layer already exists [2025-04-18T09:00:13.872Z] afa2ddd9ab05: Layer already exists [2025-04-18T09:00:13.872Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:13.872Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:13.872Z] 8882c335485e: Layer already exists [2025-04-18T09:00:13.872Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:13.872Z] 4.1.0-dev.3: digest: sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:14.208Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:14.533Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:00:14.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-04-18T09:00:14.533Z] 8ab4a2800594: Preparing [2025-04-18T09:00:14.533Z] efc9f2e1f789: Preparing [2025-04-18T09:00:14.533Z] bab01272a56e: Preparing [2025-04-18T09:00:14.533Z] cd2b8eb326cd: Preparing [2025-04-18T09:00:14.533Z] 26d6797ed5f9: Preparing [2025-04-18T09:00:14.533Z] 9084eea07f21: Preparing [2025-04-18T09:00:14.533Z] c8084ee55544: Preparing [2025-04-18T09:00:14.533Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:14.533Z] cc36f3f12729: Preparing [2025-04-18T09:00:14.533Z] afa2ddd9ab05: Preparing [2025-04-18T09:00:14.533Z] 8882c335485e: Preparing [2025-04-18T09:00:14.533Z] 994456c4fd7b: Preparing [2025-04-18T09:00:14.533Z] 9084eea07f21: Waiting [2025-04-18T09:00:14.533Z] c8084ee55544: Waiting [2025-04-18T09:00:14.533Z] 8b6eeeaa28df: Waiting [2025-04-18T09:00:14.533Z] cc36f3f12729: Waiting [2025-04-18T09:00:14.533Z] afa2ddd9ab05: Waiting [2025-04-18T09:00:14.533Z] bab01272a56e: Layer already exists [2025-04-18T09:00:14.533Z] efc9f2e1f789: Layer already exists [2025-04-18T09:00:14.533Z] 8ab4a2800594: Layer already exists [2025-04-18T09:00:14.533Z] 26d6797ed5f9: Layer already exists [2025-04-18T09:00:14.533Z] cd2b8eb326cd: Layer already exists [2025-04-18T09:00:14.533Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:14.533Z] c8084ee55544: Layer already exists [2025-04-18T09:00:14.533Z] afa2ddd9ab05: Layer already exists [2025-04-18T09:00:14.533Z] 9084eea07f21: Layer already exists [2025-04-18T09:00:14.533Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:14.533Z] 8882c335485e: Layer already exists [2025-04-18T09:00:14.533Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:14.533Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:14.867Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:15.185Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-04-18T09:00:15.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-04-18T09:00:15.185Z] 8ab4a2800594: Preparing [2025-04-18T09:00:15.185Z] efc9f2e1f789: Preparing [2025-04-18T09:00:15.185Z] bab01272a56e: Preparing [2025-04-18T09:00:15.185Z] cd2b8eb326cd: Preparing [2025-04-18T09:00:15.185Z] 26d6797ed5f9: Preparing [2025-04-18T09:00:15.185Z] 9084eea07f21: Preparing [2025-04-18T09:00:15.185Z] c8084ee55544: Preparing [2025-04-18T09:00:15.185Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:15.185Z] cc36f3f12729: Preparing [2025-04-18T09:00:15.185Z] afa2ddd9ab05: Preparing [2025-04-18T09:00:15.185Z] 8882c335485e: Preparing [2025-04-18T09:00:15.185Z] 994456c4fd7b: Preparing [2025-04-18T09:00:15.185Z] 9084eea07f21: Waiting [2025-04-18T09:00:15.185Z] c8084ee55544: Waiting [2025-04-18T09:00:15.185Z] 8b6eeeaa28df: Waiting [2025-04-18T09:00:15.185Z] 8882c335485e: Waiting [2025-04-18T09:00:15.185Z] 994456c4fd7b: Waiting [2025-04-18T09:00:15.185Z] cc36f3f12729: Waiting [2025-04-18T09:00:15.185Z] afa2ddd9ab05: Waiting [2025-04-18T09:00:15.185Z] bab01272a56e: Layer already exists [2025-04-18T09:00:15.185Z] efc9f2e1f789: Layer already exists [2025-04-18T09:00:15.185Z] 8ab4a2800594: Layer already exists [2025-04-18T09:00:15.185Z] 26d6797ed5f9: Layer already exists [2025-04-18T09:00:15.185Z] cd2b8eb326cd: Layer already exists [2025-04-18T09:00:15.185Z] 9084eea07f21: Layer already exists [2025-04-18T09:00:15.185Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:15.185Z] c8084ee55544: Layer already exists [2025-04-18T09:00:15.185Z] afa2ddd9ab05: Layer already exists [2025-04-18T09:00:15.185Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:15.185Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:15.185Z] 8882c335485e: Layer already exists [2025-04-18T09:00:15.185Z] main: digest: sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:00:15.251Z] ===================================================== [Pipeline] echo [2025-04-18T09:00:15.266Z] taggedImages: [2025-04-18T09:00:15.266Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:00:15.266Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-04-18T09:00:15.266Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3 [2025-04-18T09:00:15.266Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:00:15.266Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-04-18T09:00:15.297Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-04-18T09:00:15.297Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:00:15.297Z] latest [2025-04-18T09:00:15.297Z] 4.1.0-dev.3 [2025-04-18T09:00:15.297Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:00:15.297Z] main [2025-04-18T09:00:15.297Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:15.642Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:15.958Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:00:15.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-04-18T09:00:15.958Z] 822b3b5a2768: Preparing [2025-04-18T09:00:15.958Z] e443a4ed72da: Preparing [2025-04-18T09:00:15.958Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:15.958Z] cc36f3f12729: Preparing [2025-04-18T09:00:15.958Z] af1920ce0199: Preparing [2025-04-18T09:00:15.958Z] 850dd395ebd0: Preparing [2025-04-18T09:00:15.958Z] 994456c4fd7b: Preparing [2025-04-18T09:00:15.958Z] 850dd395ebd0: Waiting [2025-04-18T09:00:15.958Z] 994456c4fd7b: Waiting [2025-04-18T09:00:15.958Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:15.958Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:15.958Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:15.958Z] af1920ce0199: Pushed [2025-04-18T09:00:15.958Z] 822b3b5a2768: Pushed [2025-04-18T09:00:16.895Z] 850dd395ebd0: Pushed [2025-04-18T09:00:19.434Z] e443a4ed72da: Pushed [2025-04-18T09:00:19.434Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:19.758Z] + 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-04-18T09:00:20.082Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-04-18T09:00:20.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-04-18T09:00:20.082Z] 822b3b5a2768: Preparing [2025-04-18T09:00:20.082Z] e443a4ed72da: Preparing [2025-04-18T09:00:20.082Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:20.082Z] cc36f3f12729: Preparing [2025-04-18T09:00:20.082Z] af1920ce0199: Preparing [2025-04-18T09:00:20.082Z] 850dd395ebd0: Preparing [2025-04-18T09:00:20.082Z] 994456c4fd7b: Preparing [2025-04-18T09:00:20.082Z] 850dd395ebd0: Waiting [2025-04-18T09:00:20.082Z] 994456c4fd7b: Waiting [2025-04-18T09:00:20.082Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:20.082Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:20.082Z] e443a4ed72da: Layer already exists [2025-04-18T09:00:20.082Z] 822b3b5a2768: Layer already exists [2025-04-18T09:00:20.082Z] af1920ce0199: Layer already exists [2025-04-18T09:00:20.082Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:20.082Z] 850dd395ebd0: Layer already exists [2025-04-18T09:00:20.082Z] latest: digest: sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:20.411Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:20.730Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3 [2025-04-18T09:00:20.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-04-18T09:00:20.730Z] 822b3b5a2768: Preparing [2025-04-18T09:00:20.730Z] e443a4ed72da: Preparing [2025-04-18T09:00:20.730Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:20.730Z] cc36f3f12729: Preparing [2025-04-18T09:00:20.730Z] af1920ce0199: Preparing [2025-04-18T09:00:20.730Z] 850dd395ebd0: Preparing [2025-04-18T09:00:20.730Z] 994456c4fd7b: Preparing [2025-04-18T09:00:20.730Z] 850dd395ebd0: Waiting [2025-04-18T09:00:20.730Z] 994456c4fd7b: Waiting [2025-04-18T09:00:20.730Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:20.730Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:20.730Z] 822b3b5a2768: Layer already exists [2025-04-18T09:00:20.730Z] af1920ce0199: Layer already exists [2025-04-18T09:00:20.730Z] e443a4ed72da: Layer already exists [2025-04-18T09:00:20.730Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:20.730Z] 850dd395ebd0: Layer already exists [2025-04-18T09:00:20.730Z] 4.1.0-dev.3: digest: sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:21.049Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:21.373Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:00:21.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-04-18T09:00:21.373Z] 822b3b5a2768: Preparing [2025-04-18T09:00:21.373Z] e443a4ed72da: Preparing [2025-04-18T09:00:21.373Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:21.373Z] cc36f3f12729: Preparing [2025-04-18T09:00:21.373Z] af1920ce0199: Preparing [2025-04-18T09:00:21.373Z] 850dd395ebd0: Preparing [2025-04-18T09:00:21.373Z] 994456c4fd7b: Preparing [2025-04-18T09:00:21.373Z] 850dd395ebd0: Waiting [2025-04-18T09:00:21.373Z] 994456c4fd7b: Waiting [2025-04-18T09:00:21.373Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:21.373Z] 822b3b5a2768: Layer already exists [2025-04-18T09:00:21.373Z] e443a4ed72da: Layer already exists [2025-04-18T09:00:21.373Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:21.373Z] af1920ce0199: Layer already exists [2025-04-18T09:00:21.373Z] 850dd395ebd0: Layer already exists [2025-04-18T09:00:21.373Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:21.373Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:21.695Z] + 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-04-18T09:00:22.011Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-04-18T09:00:22.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-04-18T09:00:22.011Z] 822b3b5a2768: Preparing [2025-04-18T09:00:22.011Z] e443a4ed72da: Preparing [2025-04-18T09:00:22.011Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:22.011Z] cc36f3f12729: Preparing [2025-04-18T09:00:22.011Z] af1920ce0199: Preparing [2025-04-18T09:00:22.011Z] 850dd395ebd0: Preparing [2025-04-18T09:00:22.011Z] 994456c4fd7b: Preparing [2025-04-18T09:00:22.011Z] 850dd395ebd0: Waiting [2025-04-18T09:00:22.011Z] 994456c4fd7b: Waiting [2025-04-18T09:00:22.011Z] 822b3b5a2768: Layer already exists [2025-04-18T09:00:22.011Z] af1920ce0199: Layer already exists [2025-04-18T09:00:22.011Z] e443a4ed72da: Layer already exists [2025-04-18T09:00:22.011Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:22.011Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:22.011Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:22.011Z] 850dd395ebd0: Layer already exists [2025-04-18T09:00:22.011Z] main: digest: sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:00:22.077Z] ===================================================== [Pipeline] echo [2025-04-18T09:00:22.087Z] taggedImages: [2025-04-18T09:00:22.087Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:00:22.088Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-04-18T09:00:22.088Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3 [2025-04-18T09:00:22.088Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:00:22.088Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-04-18T09:00:22.114Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-04-18T09:00:22.114Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:00:22.114Z] latest [2025-04-18T09:00:22.114Z] 4.1.0-dev.3 [2025-04-18T09:00:22.114Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:00:22.114Z] main [2025-04-18T09:00:22.114Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:22.464Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:22.786Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:00:22.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-04-18T09:00:22.786Z] f2fd32f997c6: Preparing [2025-04-18T09:00:22.786Z] d49a3c7b0bd7: Preparing [2025-04-18T09:00:22.786Z] 0348258049dd: Preparing [2025-04-18T09:00:22.786Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:22.786Z] cc36f3f12729: Preparing [2025-04-18T09:00:22.786Z] c9cf06e481ab: Preparing [2025-04-18T09:00:22.786Z] 25b1c44b0678: Preparing [2025-04-18T09:00:22.786Z] f4ad93b524a7: Preparing [2025-04-18T09:00:22.786Z] fb5cf858e1d8: Preparing [2025-04-18T09:00:22.786Z] 994456c4fd7b: Preparing [2025-04-18T09:00:22.786Z] fb5cf858e1d8: Waiting [2025-04-18T09:00:22.786Z] f4ad93b524a7: Waiting [2025-04-18T09:00:22.786Z] 994456c4fd7b: Waiting [2025-04-18T09:00:22.786Z] 25b1c44b0678: Waiting [2025-04-18T09:00:22.786Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:22.786Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:22.786Z] d49a3c7b0bd7: Pushed [2025-04-18T09:00:22.786Z] f2fd32f997c6: Pushed [2025-04-18T09:00:22.786Z] 0348258049dd: Pushed [2025-04-18T09:00:22.786Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:22.786Z] f4ad93b524a7: Pushed [2025-04-18T09:00:23.361Z] fb5cf858e1d8: Pushed [2025-04-18T09:00:27.550Z] 25b1c44b0678: Pushed [2025-04-18T09:00:34.119Z] c9cf06e481ab: Pushed [2025-04-18T09:00:34.381Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:34.715Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:35.037Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-04-18T09:00:35.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-04-18T09:00:35.037Z] f2fd32f997c6: Preparing [2025-04-18T09:00:35.037Z] d49a3c7b0bd7: Preparing [2025-04-18T09:00:35.037Z] 0348258049dd: Preparing [2025-04-18T09:00:35.037Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:35.037Z] cc36f3f12729: Preparing [2025-04-18T09:00:35.037Z] c9cf06e481ab: Preparing [2025-04-18T09:00:35.037Z] 25b1c44b0678: Preparing [2025-04-18T09:00:35.037Z] f4ad93b524a7: Preparing [2025-04-18T09:00:35.037Z] fb5cf858e1d8: Preparing [2025-04-18T09:00:35.037Z] 994456c4fd7b: Preparing [2025-04-18T09:00:35.037Z] c9cf06e481ab: Waiting [2025-04-18T09:00:35.037Z] 25b1c44b0678: Waiting [2025-04-18T09:00:35.037Z] f4ad93b524a7: Waiting [2025-04-18T09:00:35.037Z] fb5cf858e1d8: Waiting [2025-04-18T09:00:35.037Z] 994456c4fd7b: Waiting [2025-04-18T09:00:35.037Z] 0348258049dd: Layer already exists [2025-04-18T09:00:35.037Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:35.037Z] d49a3c7b0bd7: Layer already exists [2025-04-18T09:00:35.037Z] f2fd32f997c6: Layer already exists [2025-04-18T09:00:35.037Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:35.037Z] 25b1c44b0678: Layer already exists [2025-04-18T09:00:35.037Z] c9cf06e481ab: Layer already exists [2025-04-18T09:00:35.037Z] f4ad93b524a7: Layer already exists [2025-04-18T09:00:35.037Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:35.037Z] fb5cf858e1d8: Layer already exists [2025-04-18T09:00:35.037Z] latest: digest: sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:35.366Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:35.686Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3 [2025-04-18T09:00:35.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-04-18T09:00:35.686Z] f2fd32f997c6: Preparing [2025-04-18T09:00:35.686Z] d49a3c7b0bd7: Preparing [2025-04-18T09:00:35.686Z] 0348258049dd: Preparing [2025-04-18T09:00:35.686Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:35.686Z] cc36f3f12729: Preparing [2025-04-18T09:00:35.686Z] c9cf06e481ab: Preparing [2025-04-18T09:00:35.686Z] 25b1c44b0678: Preparing [2025-04-18T09:00:35.686Z] f4ad93b524a7: Preparing [2025-04-18T09:00:35.686Z] fb5cf858e1d8: Preparing [2025-04-18T09:00:35.686Z] 994456c4fd7b: Preparing [2025-04-18T09:00:35.686Z] fb5cf858e1d8: Waiting [2025-04-18T09:00:35.686Z] 25b1c44b0678: Waiting [2025-04-18T09:00:35.686Z] f4ad93b524a7: Waiting [2025-04-18T09:00:35.686Z] 994456c4fd7b: Waiting [2025-04-18T09:00:35.686Z] c9cf06e481ab: Waiting [2025-04-18T09:00:35.686Z] d49a3c7b0bd7: Layer already exists [2025-04-18T09:00:35.686Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:35.686Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:35.686Z] f2fd32f997c6: Layer already exists [2025-04-18T09:00:35.686Z] 0348258049dd: Layer already exists [2025-04-18T09:00:35.686Z] c9cf06e481ab: Layer already exists [2025-04-18T09:00:35.686Z] fb5cf858e1d8: Layer already exists [2025-04-18T09:00:35.686Z] 25b1c44b0678: Layer already exists [2025-04-18T09:00:35.686Z] f4ad93b524a7: Layer already exists [2025-04-18T09:00:35.686Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:35.686Z] 4.1.0-dev.3: digest: sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:36.014Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:36.339Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:00:36.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-04-18T09:00:36.339Z] f2fd32f997c6: Preparing [2025-04-18T09:00:36.339Z] d49a3c7b0bd7: Preparing [2025-04-18T09:00:36.339Z] 0348258049dd: Preparing [2025-04-18T09:00:36.339Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:36.339Z] cc36f3f12729: Preparing [2025-04-18T09:00:36.339Z] c9cf06e481ab: Preparing [2025-04-18T09:00:36.339Z] 25b1c44b0678: Preparing [2025-04-18T09:00:36.339Z] f4ad93b524a7: Preparing [2025-04-18T09:00:36.339Z] fb5cf858e1d8: Preparing [2025-04-18T09:00:36.339Z] 994456c4fd7b: Preparing [2025-04-18T09:00:36.339Z] c9cf06e481ab: Waiting [2025-04-18T09:00:36.339Z] fb5cf858e1d8: Waiting [2025-04-18T09:00:36.339Z] 25b1c44b0678: Waiting [2025-04-18T09:00:36.339Z] 994456c4fd7b: Waiting [2025-04-18T09:00:36.339Z] f4ad93b524a7: Waiting [2025-04-18T09:00:36.339Z] d49a3c7b0bd7: Layer already exists [2025-04-18T09:00:36.339Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:36.339Z] f2fd32f997c6: Layer already exists [2025-04-18T09:00:36.339Z] 0348258049dd: Layer already exists [2025-04-18T09:00:36.339Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:36.339Z] c9cf06e481ab: Layer already exists [2025-04-18T09:00:36.339Z] 25b1c44b0678: Layer already exists [2025-04-18T09:00:36.339Z] f4ad93b524a7: Layer already exists [2025-04-18T09:00:36.339Z] fb5cf858e1d8: Layer already exists [2025-04-18T09:00:36.339Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:36.339Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:36.663Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:36.980Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-04-18T09:00:36.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-04-18T09:00:36.980Z] f2fd32f997c6: Preparing [2025-04-18T09:00:36.980Z] d49a3c7b0bd7: Preparing [2025-04-18T09:00:36.980Z] 0348258049dd: Preparing [2025-04-18T09:00:36.980Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:36.980Z] cc36f3f12729: Preparing [2025-04-18T09:00:36.980Z] c9cf06e481ab: Preparing [2025-04-18T09:00:36.980Z] 25b1c44b0678: Preparing [2025-04-18T09:00:36.980Z] f4ad93b524a7: Preparing [2025-04-18T09:00:36.980Z] fb5cf858e1d8: Preparing [2025-04-18T09:00:36.980Z] 994456c4fd7b: Preparing [2025-04-18T09:00:36.980Z] c9cf06e481ab: Waiting [2025-04-18T09:00:36.980Z] 25b1c44b0678: Waiting [2025-04-18T09:00:36.980Z] 994456c4fd7b: Waiting [2025-04-18T09:00:36.980Z] f4ad93b524a7: Waiting [2025-04-18T09:00:36.980Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:36.980Z] f2fd32f997c6: Layer already exists [2025-04-18T09:00:36.980Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:36.980Z] d49a3c7b0bd7: Layer already exists [2025-04-18T09:00:36.980Z] 0348258049dd: Layer already exists [2025-04-18T09:00:36.980Z] c9cf06e481ab: Layer already exists [2025-04-18T09:00:36.980Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:36.980Z] 25b1c44b0678: Layer already exists [2025-04-18T09:00:36.980Z] f4ad93b524a7: Layer already exists [2025-04-18T09:00:36.980Z] fb5cf858e1d8: Layer already exists [2025-04-18T09:00:36.980Z] main: digest: sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:00:37.059Z] ===================================================== [Pipeline] echo [2025-04-18T09:00:37.076Z] taggedImages: [2025-04-18T09:00:37.076Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:00:37.076Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-04-18T09:00:37.076Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3 [2025-04-18T09:00:37.076Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:00:37.076Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-04-18T09:00:37.101Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-04-18T09:00:37.101Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:00:37.101Z] latest [2025-04-18T09:00:37.101Z] 4.1.0-dev.3 [2025-04-18T09:00:37.101Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:00:37.101Z] main [2025-04-18T09:00:37.101Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:37.445Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:37.757Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:00:37.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-04-18T09:00:37.757Z] 17fe3ac5b324: Preparing [2025-04-18T09:00:37.757Z] 5db16c6f9534: Preparing [2025-04-18T09:00:37.757Z] 45dea8f553f5: Preparing [2025-04-18T09:00:37.757Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:37.757Z] cc36f3f12729: Preparing [2025-04-18T09:00:37.757Z] f67b83af2d0e: Preparing [2025-04-18T09:00:37.757Z] 93d0d3b60427: Preparing [2025-04-18T09:00:37.757Z] 5688ce26d0f3: Preparing [2025-04-18T09:00:37.757Z] 994456c4fd7b: Preparing [2025-04-18T09:00:37.757Z] 93d0d3b60427: Waiting [2025-04-18T09:00:37.757Z] 5688ce26d0f3: Waiting [2025-04-18T09:00:37.757Z] 994456c4fd7b: Waiting [2025-04-18T09:00:37.757Z] f67b83af2d0e: Waiting [2025-04-18T09:00:37.757Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:37.757Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:37.757Z] 45dea8f553f5: Pushed [2025-04-18T09:00:37.757Z] 17fe3ac5b324: Pushed [2025-04-18T09:00:37.757Z] 5db16c6f9534: Pushed [2025-04-18T09:00:37.757Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:37.757Z] 93d0d3b60427: Pushed [2025-04-18T09:00:38.017Z] 5688ce26d0f3: Pushed [2025-04-18T09:00:52.896Z] f67b83af2d0e: Pushed [2025-04-18T09:00:52.896Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:53.221Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:53.554Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-04-18T09:00:53.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-04-18T09:00:53.554Z] 17fe3ac5b324: Preparing [2025-04-18T09:00:53.554Z] 5db16c6f9534: Preparing [2025-04-18T09:00:53.554Z] 45dea8f553f5: Preparing [2025-04-18T09:00:53.554Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:53.554Z] cc36f3f12729: Preparing [2025-04-18T09:00:53.554Z] f67b83af2d0e: Preparing [2025-04-18T09:00:53.554Z] 93d0d3b60427: Preparing [2025-04-18T09:00:53.554Z] 5688ce26d0f3: Preparing [2025-04-18T09:00:53.554Z] 994456c4fd7b: Preparing [2025-04-18T09:00:53.554Z] 93d0d3b60427: Waiting [2025-04-18T09:00:53.554Z] 5688ce26d0f3: Waiting [2025-04-18T09:00:53.554Z] 994456c4fd7b: Waiting [2025-04-18T09:00:53.554Z] f67b83af2d0e: Waiting [2025-04-18T09:00:53.554Z] 5db16c6f9534: Layer already exists [2025-04-18T09:00:53.554Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:53.554Z] 45dea8f553f5: Layer already exists [2025-04-18T09:00:53.554Z] 17fe3ac5b324: Layer already exists [2025-04-18T09:00:53.554Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:53.554Z] f67b83af2d0e: Layer already exists [2025-04-18T09:00:53.554Z] 93d0d3b60427: Layer already exists [2025-04-18T09:00:53.554Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:53.554Z] 5688ce26d0f3: Layer already exists [2025-04-18T09:00:53.554Z] latest: digest: sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:53.887Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:54.203Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3 [2025-04-18T09:00:54.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-04-18T09:00:54.204Z] 17fe3ac5b324: Preparing [2025-04-18T09:00:54.204Z] 5db16c6f9534: Preparing [2025-04-18T09:00:54.204Z] 45dea8f553f5: Preparing [2025-04-18T09:00:54.204Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:54.204Z] cc36f3f12729: Preparing [2025-04-18T09:00:54.204Z] f67b83af2d0e: Preparing [2025-04-18T09:00:54.204Z] 93d0d3b60427: Preparing [2025-04-18T09:00:54.204Z] 5688ce26d0f3: Preparing [2025-04-18T09:00:54.204Z] 994456c4fd7b: Preparing [2025-04-18T09:00:54.204Z] 5688ce26d0f3: Waiting [2025-04-18T09:00:54.204Z] f67b83af2d0e: Waiting [2025-04-18T09:00:54.204Z] 93d0d3b60427: Waiting [2025-04-18T09:00:54.204Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:54.204Z] 17fe3ac5b324: Layer already exists [2025-04-18T09:00:54.204Z] 45dea8f553f5: Layer already exists [2025-04-18T09:00:54.204Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:54.204Z] 5db16c6f9534: Layer already exists [2025-04-18T09:00:54.204Z] f67b83af2d0e: Layer already exists [2025-04-18T09:00:54.204Z] 93d0d3b60427: Layer already exists [2025-04-18T09:00:54.204Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:54.204Z] 5688ce26d0f3: Layer already exists [2025-04-18T09:00:54.204Z] 4.1.0-dev.3: digest: sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:54.529Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:54.849Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:00:54.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-04-18T09:00:54.849Z] 17fe3ac5b324: Preparing [2025-04-18T09:00:54.849Z] 5db16c6f9534: Preparing [2025-04-18T09:00:54.849Z] 45dea8f553f5: Preparing [2025-04-18T09:00:54.849Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:54.849Z] cc36f3f12729: Preparing [2025-04-18T09:00:54.849Z] f67b83af2d0e: Preparing [2025-04-18T09:00:54.849Z] 93d0d3b60427: Preparing [2025-04-18T09:00:54.849Z] 5688ce26d0f3: Preparing [2025-04-18T09:00:54.849Z] 994456c4fd7b: Preparing [2025-04-18T09:00:54.849Z] 93d0d3b60427: Waiting [2025-04-18T09:00:54.849Z] f67b83af2d0e: Waiting [2025-04-18T09:00:54.849Z] 994456c4fd7b: Waiting [2025-04-18T09:00:54.849Z] 5688ce26d0f3: Waiting [2025-04-18T09:00:54.849Z] 17fe3ac5b324: Layer already exists [2025-04-18T09:00:54.849Z] 45dea8f553f5: Layer already exists [2025-04-18T09:00:54.849Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:54.849Z] 5db16c6f9534: Layer already exists [2025-04-18T09:00:54.849Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:54.849Z] f67b83af2d0e: Layer already exists [2025-04-18T09:00:54.849Z] 5688ce26d0f3: Layer already exists [2025-04-18T09:00:54.849Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:54.849Z] 93d0d3b60427: Layer already exists [2025-04-18T09:00:54.849Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:55.188Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:55.519Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-04-18T09:00:55.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-04-18T09:00:55.519Z] 17fe3ac5b324: Preparing [2025-04-18T09:00:55.519Z] 5db16c6f9534: Preparing [2025-04-18T09:00:55.519Z] 45dea8f553f5: Preparing [2025-04-18T09:00:55.519Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:55.519Z] cc36f3f12729: Preparing [2025-04-18T09:00:55.519Z] f67b83af2d0e: Preparing [2025-04-18T09:00:55.519Z] 93d0d3b60427: Preparing [2025-04-18T09:00:55.519Z] 5688ce26d0f3: Preparing [2025-04-18T09:00:55.519Z] 994456c4fd7b: Preparing [2025-04-18T09:00:55.519Z] f67b83af2d0e: Waiting [2025-04-18T09:00:55.519Z] 5688ce26d0f3: Waiting [2025-04-18T09:00:55.519Z] 994456c4fd7b: Waiting [2025-04-18T09:00:55.519Z] 93d0d3b60427: Waiting [2025-04-18T09:00:55.519Z] 45dea8f553f5: Layer already exists [2025-04-18T09:00:55.519Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:55.519Z] 5db16c6f9534: Layer already exists [2025-04-18T09:00:55.519Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:55.519Z] 17fe3ac5b324: Layer already exists [2025-04-18T09:00:55.519Z] f67b83af2d0e: Layer already exists [2025-04-18T09:00:55.519Z] 93d0d3b60427: Layer already exists [2025-04-18T09:00:55.519Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:55.519Z] 5688ce26d0f3: Layer already exists [2025-04-18T09:00:55.519Z] main: digest: sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:00:55.602Z] ===================================================== [Pipeline] echo [2025-04-18T09:00:55.615Z] taggedImages: [2025-04-18T09:00:55.615Z] - nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:00:55.615Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-04-18T09:00:55.615Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3 [2025-04-18T09:00:55.615Z] - nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:00:55.615Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-04-18T09:00:55.648Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-04-18T09:00:55.648Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:00:55.648Z] latest [2025-04-18T09:00:55.648Z] 4.1.0-dev.3 [2025-04-18T09:00:55.648Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:00:55.648Z] main [2025-04-18T09:00:55.648Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:55.990Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:00:56.321Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:00:56.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-04-18T09:00:56.321Z] f2fd32f997c6: Preparing [2025-04-18T09:00:56.321Z] 6a4150e3405c: Preparing [2025-04-18T09:00:56.321Z] c956644cc066: Preparing [2025-04-18T09:00:56.321Z] 8b6eeeaa28df: Preparing [2025-04-18T09:00:56.321Z] cc36f3f12729: Preparing [2025-04-18T09:00:56.321Z] f227e2574ebd: Preparing [2025-04-18T09:00:56.321Z] f4ad93b524a7: Preparing [2025-04-18T09:00:56.321Z] fb5cf858e1d8: Preparing [2025-04-18T09:00:56.321Z] 994456c4fd7b: Preparing [2025-04-18T09:00:56.321Z] fb5cf858e1d8: Waiting [2025-04-18T09:00:56.321Z] f4ad93b524a7: Waiting [2025-04-18T09:00:56.321Z] cc36f3f12729: Layer already exists [2025-04-18T09:00:56.321Z] f2fd32f997c6: Layer already exists [2025-04-18T09:00:56.321Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:00:56.321Z] f4ad93b524a7: Layer already exists [2025-04-18T09:00:56.321Z] fb5cf858e1d8: Layer already exists [2025-04-18T09:00:56.321Z] 994456c4fd7b: Layer already exists [2025-04-18T09:00:56.321Z] c956644cc066: Pushed [2025-04-18T09:00:56.321Z] 6a4150e3405c: Pushed [2025-04-18T09:01:08.528Z] f227e2574ebd: Pushed [2025-04-18T09:01:08.528Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:08.856Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:09.176Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-04-18T09:01:09.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-04-18T09:01:09.176Z] f2fd32f997c6: Preparing [2025-04-18T09:01:09.176Z] 6a4150e3405c: Preparing [2025-04-18T09:01:09.176Z] c956644cc066: Preparing [2025-04-18T09:01:09.176Z] 8b6eeeaa28df: Preparing [2025-04-18T09:01:09.176Z] cc36f3f12729: Preparing [2025-04-18T09:01:09.176Z] f227e2574ebd: Preparing [2025-04-18T09:01:09.176Z] f4ad93b524a7: Preparing [2025-04-18T09:01:09.176Z] fb5cf858e1d8: Preparing [2025-04-18T09:01:09.176Z] 994456c4fd7b: Preparing [2025-04-18T09:01:09.176Z] f4ad93b524a7: Waiting [2025-04-18T09:01:09.176Z] fb5cf858e1d8: Waiting [2025-04-18T09:01:09.176Z] 994456c4fd7b: Waiting [2025-04-18T09:01:09.176Z] f227e2574ebd: Waiting [2025-04-18T09:01:09.176Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:01:09.176Z] 6a4150e3405c: Layer already exists [2025-04-18T09:01:09.176Z] c956644cc066: Layer already exists [2025-04-18T09:01:09.176Z] f2fd32f997c6: Layer already exists [2025-04-18T09:01:09.176Z] cc36f3f12729: Layer already exists [2025-04-18T09:01:09.176Z] fb5cf858e1d8: Layer already exists [2025-04-18T09:01:09.176Z] f227e2574ebd: Layer already exists [2025-04-18T09:01:09.176Z] f4ad93b524a7: Layer already exists [2025-04-18T09:01:09.177Z] 994456c4fd7b: Layer already exists [2025-04-18T09:01:09.177Z] latest: digest: sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:09.503Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:09.820Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3 [2025-04-18T09:01:09.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-04-18T09:01:09.820Z] f2fd32f997c6: Preparing [2025-04-18T09:01:09.820Z] 6a4150e3405c: Preparing [2025-04-18T09:01:09.820Z] c956644cc066: Preparing [2025-04-18T09:01:09.820Z] 8b6eeeaa28df: Preparing [2025-04-18T09:01:09.820Z] cc36f3f12729: Preparing [2025-04-18T09:01:09.820Z] f227e2574ebd: Preparing [2025-04-18T09:01:09.820Z] f4ad93b524a7: Preparing [2025-04-18T09:01:09.820Z] fb5cf858e1d8: Preparing [2025-04-18T09:01:09.820Z] 994456c4fd7b: Preparing [2025-04-18T09:01:09.820Z] f227e2574ebd: Waiting [2025-04-18T09:01:09.820Z] f4ad93b524a7: Waiting [2025-04-18T09:01:09.820Z] fb5cf858e1d8: Waiting [2025-04-18T09:01:09.820Z] 994456c4fd7b: Waiting [2025-04-18T09:01:09.820Z] cc36f3f12729: Layer already exists [2025-04-18T09:01:09.820Z] f2fd32f997c6: Layer already exists [2025-04-18T09:01:09.820Z] c956644cc066: Layer already exists [2025-04-18T09:01:09.820Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:01:09.820Z] 6a4150e3405c: Layer already exists [2025-04-18T09:01:09.820Z] f4ad93b524a7: Layer already exists [2025-04-18T09:01:09.820Z] f227e2574ebd: Layer already exists [2025-04-18T09:01:09.820Z] fb5cf858e1d8: Layer already exists [2025-04-18T09:01:09.820Z] 994456c4fd7b: Layer already exists [2025-04-18T09:01:09.820Z] 4.1.0-dev.3: digest: sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:10.144Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:10.466Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:10.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-04-18T09:01:10.467Z] f2fd32f997c6: Preparing [2025-04-18T09:01:10.467Z] 6a4150e3405c: Preparing [2025-04-18T09:01:10.467Z] c956644cc066: Preparing [2025-04-18T09:01:10.467Z] 8b6eeeaa28df: Preparing [2025-04-18T09:01:10.467Z] cc36f3f12729: Preparing [2025-04-18T09:01:10.467Z] f227e2574ebd: Preparing [2025-04-18T09:01:10.467Z] f4ad93b524a7: Preparing [2025-04-18T09:01:10.467Z] fb5cf858e1d8: Preparing [2025-04-18T09:01:10.467Z] 994456c4fd7b: Preparing [2025-04-18T09:01:10.467Z] fb5cf858e1d8: Waiting [2025-04-18T09:01:10.467Z] 994456c4fd7b: Waiting [2025-04-18T09:01:10.467Z] f4ad93b524a7: Waiting [2025-04-18T09:01:10.467Z] f227e2574ebd: Waiting [2025-04-18T09:01:10.467Z] c956644cc066: Layer already exists [2025-04-18T09:01:10.467Z] 6a4150e3405c: Layer already exists [2025-04-18T09:01:10.467Z] f2fd32f997c6: Layer already exists [2025-04-18T09:01:10.467Z] cc36f3f12729: Layer already exists [2025-04-18T09:01:10.467Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:01:10.467Z] f4ad93b524a7: Layer already exists [2025-04-18T09:01:10.467Z] fb5cf858e1d8: Layer already exists [2025-04-18T09:01:10.467Z] 994456c4fd7b: Layer already exists [2025-04-18T09:01:10.467Z] f227e2574ebd: Layer already exists [2025-04-18T09:01:10.467Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:10.789Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:11.104Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-04-18T09:01:11.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-04-18T09:01:11.104Z] f2fd32f997c6: Preparing [2025-04-18T09:01:11.104Z] 6a4150e3405c: Preparing [2025-04-18T09:01:11.104Z] c956644cc066: Preparing [2025-04-18T09:01:11.104Z] 8b6eeeaa28df: Preparing [2025-04-18T09:01:11.104Z] cc36f3f12729: Preparing [2025-04-18T09:01:11.104Z] f227e2574ebd: Preparing [2025-04-18T09:01:11.104Z] f4ad93b524a7: Preparing [2025-04-18T09:01:11.104Z] fb5cf858e1d8: Preparing [2025-04-18T09:01:11.104Z] 994456c4fd7b: Preparing [2025-04-18T09:01:11.104Z] f4ad93b524a7: Waiting [2025-04-18T09:01:11.104Z] f227e2574ebd: Waiting [2025-04-18T09:01:11.104Z] fb5cf858e1d8: Waiting [2025-04-18T09:01:11.104Z] 994456c4fd7b: Waiting [2025-04-18T09:01:11.104Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:01:11.104Z] c956644cc066: Layer already exists [2025-04-18T09:01:11.104Z] f2fd32f997c6: Layer already exists [2025-04-18T09:01:11.104Z] 6a4150e3405c: Layer already exists [2025-04-18T09:01:11.104Z] cc36f3f12729: Layer already exists [2025-04-18T09:01:11.104Z] f227e2574ebd: Layer already exists [2025-04-18T09:01:11.104Z] f4ad93b524a7: Layer already exists [2025-04-18T09:01:11.104Z] fb5cf858e1d8: Layer already exists [2025-04-18T09:01:11.104Z] 994456c4fd7b: Layer already exists [2025-04-18T09:01:11.104Z] main: digest: sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:01:11.174Z] ===================================================== [Pipeline] echo [2025-04-18T09:01:11.187Z] taggedImages: [2025-04-18T09:01:11.187Z] - nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:11.187Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-04-18T09:01:11.187Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3 [2025-04-18T09:01:11.187Z] - nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:11.187Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-04-18T09:01:11.211Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-04-18T09:01:11.211Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:11.211Z] latest [2025-04-18T09:01:11.211Z] 4.1.0-dev.3 [2025-04-18T09:01:11.211Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:11.211Z] main [2025-04-18T09:01:11.211Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:11.547Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:11.872Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:11.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-04-18T09:01:11.872Z] a7a4dcad6c46: Preparing [2025-04-18T09:01:11.872Z] 48ce406f9edc: Preparing [2025-04-18T09:01:11.872Z] 8b6eeeaa28df: Preparing [2025-04-18T09:01:11.872Z] cc36f3f12729: Preparing [2025-04-18T09:01:11.872Z] 3be0249874af: Preparing [2025-04-18T09:01:11.872Z] ceb5b1babea4: Preparing [2025-04-18T09:01:11.872Z] 994456c4fd7b: Preparing [2025-04-18T09:01:11.872Z] ceb5b1babea4: Waiting [2025-04-18T09:01:11.872Z] 994456c4fd7b: Waiting [2025-04-18T09:01:11.872Z] cc36f3f12729: Layer already exists [2025-04-18T09:01:11.872Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:01:11.872Z] 994456c4fd7b: Layer already exists [2025-04-18T09:01:11.872Z] 3be0249874af: Pushed [2025-04-18T09:01:11.872Z] a7a4dcad6c46: Pushed [2025-04-18T09:01:12.441Z] ceb5b1babea4: Pushed [2025-04-18T09:01:16.636Z] 48ce406f9edc: Pushed [2025-04-18T09:01:16.636Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:16.962Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:17.274Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-04-18T09:01:17.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-04-18T09:01:17.274Z] a7a4dcad6c46: Preparing [2025-04-18T09:01:17.274Z] 48ce406f9edc: Preparing [2025-04-18T09:01:17.274Z] 8b6eeeaa28df: Preparing [2025-04-18T09:01:17.274Z] cc36f3f12729: Preparing [2025-04-18T09:01:17.274Z] 3be0249874af: Preparing [2025-04-18T09:01:17.274Z] ceb5b1babea4: Preparing [2025-04-18T09:01:17.274Z] 994456c4fd7b: Preparing [2025-04-18T09:01:17.274Z] ceb5b1babea4: Waiting [2025-04-18T09:01:17.274Z] 994456c4fd7b: Waiting [2025-04-18T09:01:17.274Z] 3be0249874af: Layer already exists [2025-04-18T09:01:17.274Z] cc36f3f12729: Layer already exists [2025-04-18T09:01:17.274Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:01:17.274Z] a7a4dcad6c46: Layer already exists [2025-04-18T09:01:17.274Z] 48ce406f9edc: Layer already exists [2025-04-18T09:01:17.274Z] ceb5b1babea4: Layer already exists [2025-04-18T09:01:17.274Z] 994456c4fd7b: Layer already exists [2025-04-18T09:01:17.274Z] latest: digest: sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:17.604Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:17.924Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3 [2025-04-18T09:01:17.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-04-18T09:01:17.924Z] a7a4dcad6c46: Preparing [2025-04-18T09:01:17.924Z] 48ce406f9edc: Preparing [2025-04-18T09:01:17.924Z] 8b6eeeaa28df: Preparing [2025-04-18T09:01:17.924Z] cc36f3f12729: Preparing [2025-04-18T09:01:17.924Z] 3be0249874af: Preparing [2025-04-18T09:01:17.924Z] ceb5b1babea4: Preparing [2025-04-18T09:01:17.924Z] 994456c4fd7b: Preparing [2025-04-18T09:01:17.924Z] ceb5b1babea4: Waiting [2025-04-18T09:01:17.924Z] 994456c4fd7b: Waiting [2025-04-18T09:01:17.924Z] 3be0249874af: Layer already exists [2025-04-18T09:01:17.924Z] a7a4dcad6c46: Layer already exists [2025-04-18T09:01:17.924Z] 48ce406f9edc: Layer already exists [2025-04-18T09:01:17.924Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:01:17.924Z] cc36f3f12729: Layer already exists [2025-04-18T09:01:17.924Z] ceb5b1babea4: Layer already exists [2025-04-18T09:01:17.924Z] 994456c4fd7b: Layer already exists [2025-04-18T09:01:17.924Z] 4.1.0-dev.3: digest: sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:18.243Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:18.566Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:18.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-04-18T09:01:18.566Z] a7a4dcad6c46: Preparing [2025-04-18T09:01:18.566Z] 48ce406f9edc: Preparing [2025-04-18T09:01:18.566Z] 8b6eeeaa28df: Preparing [2025-04-18T09:01:18.566Z] cc36f3f12729: Preparing [2025-04-18T09:01:18.566Z] 3be0249874af: Preparing [2025-04-18T09:01:18.566Z] ceb5b1babea4: Preparing [2025-04-18T09:01:18.566Z] 994456c4fd7b: Preparing [2025-04-18T09:01:18.566Z] 994456c4fd7b: Waiting [2025-04-18T09:01:18.566Z] ceb5b1babea4: Waiting [2025-04-18T09:01:18.566Z] 3be0249874af: Layer already exists [2025-04-18T09:01:18.566Z] a7a4dcad6c46: Layer already exists [2025-04-18T09:01:18.566Z] cc36f3f12729: Layer already exists [2025-04-18T09:01:18.566Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:01:18.566Z] 48ce406f9edc: Layer already exists [2025-04-18T09:01:18.566Z] ceb5b1babea4: Layer already exists [2025-04-18T09:01:18.566Z] 994456c4fd7b: Layer already exists [2025-04-18T09:01:18.566Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:18.943Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:19.277Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-04-18T09:01:19.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-04-18T09:01:19.277Z] a7a4dcad6c46: Preparing [2025-04-18T09:01:19.277Z] 48ce406f9edc: Preparing [2025-04-18T09:01:19.277Z] 8b6eeeaa28df: Preparing [2025-04-18T09:01:19.277Z] cc36f3f12729: Preparing [2025-04-18T09:01:19.277Z] 3be0249874af: Preparing [2025-04-18T09:01:19.277Z] ceb5b1babea4: Preparing [2025-04-18T09:01:19.277Z] 994456c4fd7b: Preparing [2025-04-18T09:01:19.277Z] ceb5b1babea4: Waiting [2025-04-18T09:01:19.277Z] 994456c4fd7b: Waiting [2025-04-18T09:01:19.277Z] a7a4dcad6c46: Layer already exists [2025-04-18T09:01:19.277Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:01:19.277Z] 3be0249874af: Layer already exists [2025-04-18T09:01:19.277Z] cc36f3f12729: Layer already exists [2025-04-18T09:01:19.277Z] 48ce406f9edc: Layer already exists [2025-04-18T09:01:19.277Z] 994456c4fd7b: Layer already exists [2025-04-18T09:01:19.277Z] ceb5b1babea4: Layer already exists [2025-04-18T09:01:19.277Z] main: digest: sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:01:19.356Z] ===================================================== [Pipeline] echo [2025-04-18T09:01:19.373Z] taggedImages: [2025-04-18T09:01:19.373Z] - nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:19.373Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-04-18T09:01:19.373Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3 [2025-04-18T09:01:19.373Z] - nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:19.373Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-04-18T09:01:19.402Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-04-18T09:01:19.402Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:19.402Z] latest [2025-04-18T09:01:19.402Z] 4.1.0-dev.3 [2025-04-18T09:01:19.402Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:19.402Z] main [2025-04-18T09:01:19.402Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:19.750Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:20.069Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:20.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-04-18T09:01:20.069Z] 4f404a58f5ca: Preparing [2025-04-18T09:01:20.069Z] fab4ba0d6f90: Preparing [2025-04-18T09:01:20.069Z] 8b6eeeaa28df: Preparing [2025-04-18T09:01:20.069Z] cc36f3f12729: Preparing [2025-04-18T09:01:20.069Z] 624b58f148ae: Preparing [2025-04-18T09:01:20.069Z] 4e4eb33110c7: Preparing [2025-04-18T09:01:20.069Z] 994456c4fd7b: Preparing [2025-04-18T09:01:20.069Z] 994456c4fd7b: Waiting [2025-04-18T09:01:20.069Z] 4e4eb33110c7: Waiting [2025-04-18T09:01:20.069Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:01:20.069Z] cc36f3f12729: Layer already exists [2025-04-18T09:01:20.069Z] 994456c4fd7b: Layer already exists [2025-04-18T09:01:20.069Z] 624b58f148ae: Pushed [2025-04-18T09:01:20.069Z] 4f404a58f5ca: Pushed [2025-04-18T09:01:20.335Z] 4e4eb33110c7: Pushed [2025-04-18T09:01:24.522Z] fab4ba0d6f90: Pushed [2025-04-18T09:01:24.522Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:24.844Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:25.164Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-04-18T09:01:25.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-04-18T09:01:25.164Z] 4f404a58f5ca: Preparing [2025-04-18T09:01:25.164Z] fab4ba0d6f90: Preparing [2025-04-18T09:01:25.164Z] 8b6eeeaa28df: Preparing [2025-04-18T09:01:25.164Z] cc36f3f12729: Preparing [2025-04-18T09:01:25.164Z] 624b58f148ae: Preparing [2025-04-18T09:01:25.164Z] 4e4eb33110c7: Preparing [2025-04-18T09:01:25.164Z] 994456c4fd7b: Preparing [2025-04-18T09:01:25.164Z] 4e4eb33110c7: Waiting [2025-04-18T09:01:25.164Z] fab4ba0d6f90: Layer already exists [2025-04-18T09:01:25.164Z] cc36f3f12729: Layer already exists [2025-04-18T09:01:25.165Z] 4f404a58f5ca: Layer already exists [2025-04-18T09:01:25.165Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:01:25.165Z] 624b58f148ae: Layer already exists [2025-04-18T09:01:25.165Z] 4e4eb33110c7: Layer already exists [2025-04-18T09:01:25.165Z] 994456c4fd7b: Layer already exists [2025-04-18T09:01:25.165Z] latest: digest: sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:25.494Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:25.821Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3 [2025-04-18T09:01:25.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-04-18T09:01:25.821Z] 4f404a58f5ca: Preparing [2025-04-18T09:01:25.821Z] fab4ba0d6f90: Preparing [2025-04-18T09:01:25.821Z] 8b6eeeaa28df: Preparing [2025-04-18T09:01:25.821Z] cc36f3f12729: Preparing [2025-04-18T09:01:25.821Z] 624b58f148ae: Preparing [2025-04-18T09:01:25.821Z] 4e4eb33110c7: Preparing [2025-04-18T09:01:25.821Z] 994456c4fd7b: Preparing [2025-04-18T09:01:25.821Z] 4e4eb33110c7: Waiting [2025-04-18T09:01:25.821Z] 994456c4fd7b: Waiting [2025-04-18T09:01:25.821Z] cc36f3f12729: Layer already exists [2025-04-18T09:01:25.821Z] 4f404a58f5ca: Layer already exists [2025-04-18T09:01:25.821Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:01:25.821Z] fab4ba0d6f90: Layer already exists [2025-04-18T09:01:25.821Z] 624b58f148ae: Layer already exists [2025-04-18T09:01:25.821Z] 994456c4fd7b: Layer already exists [2025-04-18T09:01:25.821Z] 4e4eb33110c7: Layer already exists [2025-04-18T09:01:25.821Z] 4.1.0-dev.3: digest: sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:26.148Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:26.475Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:26.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-04-18T09:01:26.475Z] 4f404a58f5ca: Preparing [2025-04-18T09:01:26.475Z] fab4ba0d6f90: Preparing [2025-04-18T09:01:26.475Z] 8b6eeeaa28df: Preparing [2025-04-18T09:01:26.475Z] cc36f3f12729: Preparing [2025-04-18T09:01:26.475Z] 624b58f148ae: Preparing [2025-04-18T09:01:26.475Z] 4e4eb33110c7: Preparing [2025-04-18T09:01:26.475Z] 994456c4fd7b: Preparing [2025-04-18T09:01:26.475Z] 4e4eb33110c7: Waiting [2025-04-18T09:01:26.475Z] 4f404a58f5ca: Layer already exists [2025-04-18T09:01:26.475Z] fab4ba0d6f90: Layer already exists [2025-04-18T09:01:26.475Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:01:26.475Z] 624b58f148ae: Layer already exists [2025-04-18T09:01:26.475Z] cc36f3f12729: Layer already exists [2025-04-18T09:01:26.475Z] 4e4eb33110c7: Layer already exists [2025-04-18T09:01:26.475Z] 994456c4fd7b: Layer already exists [2025-04-18T09:01:26.475Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:26.807Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:01:27.139Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-04-18T09:01:27.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-04-18T09:01:27.139Z] 4f404a58f5ca: Preparing [2025-04-18T09:01:27.139Z] fab4ba0d6f90: Preparing [2025-04-18T09:01:27.139Z] 8b6eeeaa28df: Preparing [2025-04-18T09:01:27.139Z] cc36f3f12729: Preparing [2025-04-18T09:01:27.139Z] 624b58f148ae: Preparing [2025-04-18T09:01:27.139Z] 4e4eb33110c7: Preparing [2025-04-18T09:01:27.139Z] 994456c4fd7b: Preparing [2025-04-18T09:01:27.139Z] 4e4eb33110c7: Waiting [2025-04-18T09:01:27.139Z] 994456c4fd7b: Waiting [2025-04-18T09:01:27.139Z] 4f404a58f5ca: Layer already exists [2025-04-18T09:01:27.139Z] cc36f3f12729: Layer already exists [2025-04-18T09:01:27.139Z] 624b58f148ae: Layer already exists [2025-04-18T09:01:27.139Z] fab4ba0d6f90: Layer already exists [2025-04-18T09:01:27.139Z] 8b6eeeaa28df: Layer already exists [2025-04-18T09:01:27.139Z] 994456c4fd7b: Layer already exists [2025-04-18T09:01:27.139Z] 4e4eb33110c7: Layer already exists [2025-04-18T09:01:27.139Z] main: digest: sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:01:27.208Z] ===================================================== [Pipeline] echo [2025-04-18T09:01:27.222Z] taggedImages: [2025-04-18T09:01:27.222Z] - nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:27.222Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-04-18T09:01:27.222Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3 [2025-04-18T09:01:27.222Z] - nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:27.222Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-04-18T09:01:27.310Z] ========================================================= [2025-04-18T09:01:27.310Z] [edgeXBuildMultiArch] RAW Config: [2025-04-18T09:01:27.310Z] images: [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:01:27.310Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-04-18T09:01:27.310Z] settingsFile: [2025-04-18T09:01:27.310Z] edgex-go-settings [2025-04-18T09:01:27.310Z] ========================================================= [Pipeline] node [2025-04-18T09:01:42.313Z] Still waiting to schedule task [2025-04-18T09:01:42.313Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-04-18T09:03:03.716Z] Running on prd-centos7-docker-4c-2g-89 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-18T09:03:03.768Z] provisioning config files... [2025-04-18T09:03:03.791Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config2717453002365689065tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-18T09:03:07.698Z] ---> ****-login.sh [2025-04-18T09:03:07.698Z] nexus3.edgexfoundry.org:10001 [2025-04-18T09:03:07.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T09:03:07.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T09:03:07.698Z] Configure a credential helper to remove this warning. See [2025-04-18T09:03:07.698Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T09:03:07.698Z] [2025-04-18T09:03:07.698Z] Login Succeeded [2025-04-18T09:03:07.698Z] nexus3.edgexfoundry.org:10002 [2025-04-18T09:03:07.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T09:03:07.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T09:03:07.963Z] Configure a credential helper to remove this warning. See [2025-04-18T09:03:07.963Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T09:03:07.963Z] [2025-04-18T09:03:07.963Z] Login Succeeded [2025-04-18T09:03:07.963Z] nexus3.edgexfoundry.org:10003 [2025-04-18T09:03:07.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T09:03:07.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T09:03:07.963Z] Configure a credential helper to remove this warning. See [2025-04-18T09:03:07.963Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T09:03:07.963Z] [2025-04-18T09:03:07.963Z] Login Succeeded [2025-04-18T09:03:07.963Z] nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:07.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T09:03:07.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T09:03:07.963Z] Configure a credential helper to remove this warning. See [2025-04-18T09:03:07.963Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T09:03:07.963Z] [2025-04-18T09:03:07.963Z] Login Succeeded [2025-04-18T09:03:07.963Z] ****.io [2025-04-18T09:03:07.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T09:03:08.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T09:03:08.222Z] Configure a credential helper to remove this warning. See [2025-04-18T09:03:08.222Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T09:03:08.222Z] [2025-04-18T09:03:08.222Z] Login Succeeded [2025-04-18T09:03:08.222Z] ---> ****-login.sh ends [Pipeline] } [2025-04-18T09:03:08.230Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-18T09:03:08.579Z] + docker buildx ls [2025-04-18T09:03:08.580Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-04-18T09:03:08.580Z] default * docker [2025-04-18T09:03:08.580Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-04-18T09:03:08.878Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-04-18T09:03:08.878Z] edgex-builder [Pipeline] sh [2025-04-18T09:03:09.172Z] + docker buildx inspect --bootstrap [2025-04-18T09:03:09.172Z] #1 [internal] booting buildkit [2025-04-18T09:03:09.172Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-04-18T09:03:11.727Z] #1 pulling image moby/buildkit:buildx-stable-1 2.8s done [2025-04-18T09:03:11.727Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-04-18T09:03:14.269Z] #1 creating container buildx_buildkit_edgex-builder0 2.3s done [2025-04-18T09:03:14.269Z] #1 DONE 5.1s [2025-04-18T09:03:14.269Z] Name: edgex-builder [2025-04-18T09:03:14.269Z] Driver: docker-container [2025-04-18T09:03:14.269Z] [2025-04-18T09:03:14.269Z] Nodes: [2025-04-18T09:03:14.269Z] Name: edgex-builder0 [2025-04-18T09:03:14.269Z] Endpoint: unix:///var/run/docker.sock [2025-04-18T09:03:14.269Z] Status: running [2025-04-18T09:03:14.269Z] Buildkit: v0.20.2 [2025-04-18T09:03:14.269Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-04-18T09:03:14.564Z] + docker buildx ls [2025-04-18T09:03:14.564Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-04-18T09:03:14.564Z] edgex-builder * docker-container [2025-04-18T09:03:14.564Z] edgex-builder0 unix:///var/run/docker.sock running v0.20.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-04-18T09:03:14.564Z] default docker [2025-04-18T09:03:14.564Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-04-18T09:03:14.855Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a' [2025-04-18T09:03:14.855Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a --push - [2025-04-18T09:03:15.115Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:15.115Z] #1 transferring dockerfile: 197B done [2025-04-18T09:03:15.115Z] #1 DONE 0.0s [2025-04-18T09:03:15.115Z] [2025-04-18T09:03:15.115Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:15.115Z] #2 DONE 0.1s [2025-04-18T09:03:15.115Z] [2025-04-18T09:03:15.115Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:15.115Z] #3 DONE 0.1s [2025-04-18T09:03:15.115Z] [2025-04-18T09:03:15.115Z] #4 [internal] load .dockerignore [2025-04-18T09:03:15.115Z] #4 transferring context: 2B done [2025-04-18T09:03:15.115Z] #4 DONE 0.0s [2025-04-18T09:03:15.115Z] [2025-04-18T09:03:15.115Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 [2025-04-18T09:03:15.115Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 0.0s done [2025-04-18T09:03:15.115Z] #5 DONE 0.0s [2025-04-18T09:03:15.115Z] [2025-04-18T09:03:15.115Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 [2025-04-18T09:03:15.115Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 0.0s done [2025-04-18T09:03:15.374Z] #6 DONE 0.1s [2025-04-18T09:03:15.374Z] [2025-04-18T09:03:15.374Z] #7 exporting to image [2025-04-18T09:03:15.374Z] #7 exporting layers done [2025-04-18T09:03:15.374Z] #7 exporting manifest sha256:0cb9443b9fad90c44b8aed361449a8c37a792f248e35a627d812e5be448a9e27 0.0s done [2025-04-18T09:03:15.374Z] #7 exporting config sha256:5725602e2696bd52a7970d1ba62e9a4d80f45f0d93a23cf1170971651d9e3912 0.0s done [2025-04-18T09:03:15.374Z] #7 exporting manifest sha256:ddc40b20b482a3576b2698db5cc63ce3cea1cf38f8f83b7206aee6605b18e51a 0.0s done [2025-04-18T09:03:15.374Z] #7 exporting config sha256:d5454ebf161cc68b7bd38ac14692bb4426dcbd18a3905695e48831ef004b1998 done [2025-04-18T09:03:15.374Z] #7 exporting manifest list sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 done [2025-04-18T09:03:15.374Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:15.374Z] #7 ... [2025-04-18T09:03:15.374Z] [2025-04-18T09:03:15.374Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:15.374Z] #8 DONE 0.0s [2025-04-18T09:03:15.374Z] [2025-04-18T09:03:15.374Z] #7 exporting to image [2025-04-18T09:03:15.374Z] #7 pushing layers 0.1s done [2025-04-18T09:03:15.374Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 [2025-04-18T09:03:15.634Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 0.1s done [2025-04-18T09:03:15.634Z] #7 DONE 0.2s [2025-04-18T09:03:15.634Z] [2025-04-18T09:03:15.634Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:15.634Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:15.923Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-04-18T09:03:15.923Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-04-18T09:03:16.186Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:16.186Z] #1 transferring dockerfile: 163B done [2025-04-18T09:03:16.186Z] #1 DONE 0.0s [2025-04-18T09:03:16.186Z] [2025-04-18T09:03:16.186Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-04-18T09:03:16.186Z] #2 DONE 0.0s [2025-04-18T09:03:16.186Z] [2025-04-18T09:03:16.186Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-04-18T09:03:16.186Z] #3 DONE 0.0s [2025-04-18T09:03:16.186Z] [2025-04-18T09:03:16.186Z] #4 [internal] load .dockerignore [2025-04-18T09:03:16.186Z] #4 transferring context: 2B done [2025-04-18T09:03:16.186Z] #4 DONE 0.0s [2025-04-18T09:03:16.186Z] [2025-04-18T09:03:16.186Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 [2025-04-18T09:03:16.186Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 0.0s done [2025-04-18T09:03:16.186Z] #5 CACHED [2025-04-18T09:03:16.186Z] [2025-04-18T09:03:16.186Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 [2025-04-18T09:03:16.186Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 0.0s done [2025-04-18T09:03:16.186Z] #6 CACHED [2025-04-18T09:03:16.186Z] [2025-04-18T09:03:16.186Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:16.186Z] #7 DONE 0.0s [2025-04-18T09:03:16.186Z] [2025-04-18T09:03:16.186Z] #8 exporting to image [2025-04-18T09:03:16.186Z] #8 exporting layers done [2025-04-18T09:03:16.186Z] #8 exporting manifest sha256:0cb9443b9fad90c44b8aed361449a8c37a792f248e35a627d812e5be448a9e27 done [2025-04-18T09:03:16.186Z] #8 exporting config sha256:5725602e2696bd52a7970d1ba62e9a4d80f45f0d93a23cf1170971651d9e3912 done [2025-04-18T09:03:16.186Z] #8 exporting manifest sha256:ddc40b20b482a3576b2698db5cc63ce3cea1cf38f8f83b7206aee6605b18e51a done [2025-04-18T09:03:16.186Z] #8 exporting config sha256:d5454ebf161cc68b7bd38ac14692bb4426dcbd18a3905695e48831ef004b1998 done [2025-04-18T09:03:16.186Z] #8 exporting manifest list sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 done [2025-04-18T09:03:16.186Z] #8 pushing layers 0.0s done [2025-04-18T09:03:16.186Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 [2025-04-18T09:03:16.186Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:16.186Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 0.1s done [2025-04-18T09:03:16.187Z] #8 DONE 0.1s [2025-04-18T09:03:16.187Z] [2025-04-18T09:03:16.187Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:16.187Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:16.490Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3' [2025-04-18T09:03:16.490Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3 --push - [2025-04-18T09:03:16.490Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:16.490Z] #1 transferring dockerfile: 168B done [2025-04-18T09:03:16.490Z] #1 DONE 0.0s [2025-04-18T09:03:16.490Z] [2025-04-18T09:03:16.490Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3 [2025-04-18T09:03:16.490Z] #2 DONE 0.0s [2025-04-18T09:03:16.490Z] [2025-04-18T09:03:16.490Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3 [2025-04-18T09:03:16.490Z] #3 DONE 0.0s [2025-04-18T09:03:16.490Z] [2025-04-18T09:03:16.490Z] #4 [internal] load .dockerignore [2025-04-18T09:03:16.490Z] #4 transferring context: 2B done [2025-04-18T09:03:16.749Z] #4 DONE 0.0s [2025-04-18T09:03:16.749Z] [2025-04-18T09:03:16.749Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 [2025-04-18T09:03:16.749Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 0.0s done [2025-04-18T09:03:16.749Z] #5 CACHED [2025-04-18T09:03:16.749Z] [2025-04-18T09:03:16.749Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 [2025-04-18T09:03:16.749Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 0.0s done [2025-04-18T09:03:16.749Z] #6 CACHED [2025-04-18T09:03:16.749Z] [2025-04-18T09:03:16.749Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:16.749Z] #7 DONE 0.0s [2025-04-18T09:03:16.749Z] [2025-04-18T09:03:16.749Z] #8 exporting to image [2025-04-18T09:03:16.749Z] #8 exporting layers done [2025-04-18T09:03:16.749Z] #8 exporting manifest sha256:0cb9443b9fad90c44b8aed361449a8c37a792f248e35a627d812e5be448a9e27 done [2025-04-18T09:03:16.749Z] #8 exporting config sha256:5725602e2696bd52a7970d1ba62e9a4d80f45f0d93a23cf1170971651d9e3912 done [2025-04-18T09:03:16.749Z] #8 exporting manifest sha256:ddc40b20b482a3576b2698db5cc63ce3cea1cf38f8f83b7206aee6605b18e51a done [2025-04-18T09:03:16.749Z] #8 exporting config sha256:d5454ebf161cc68b7bd38ac14692bb4426dcbd18a3905695e48831ef004b1998 done [2025-04-18T09:03:16.749Z] #8 exporting manifest list sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 done [2025-04-18T09:03:16.749Z] #8 pushing layers 0.0s done [2025-04-18T09:03:16.749Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 [2025-04-18T09:03:16.749Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:16.749Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 0.1s done [2025-04-18T09:03:16.749Z] #8 DONE 0.1s [2025-04-18T09:03:16.749Z] [2025-04-18T09:03:16.749Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:16.749Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:17.037Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - [2025-04-18T09:03:17.037Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' [2025-04-18T09:03:17.037Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:17.037Z] #1 transferring dockerfile: 209B done [2025-04-18T09:03:17.037Z] #1 DONE 0.0s [2025-04-18T09:03:17.037Z] [2025-04-18T09:03:17.037Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:17.037Z] #2 DONE 0.0s [2025-04-18T09:03:17.037Z] [2025-04-18T09:03:17.037Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:17.037Z] #3 DONE 0.0s [2025-04-18T09:03:17.037Z] [2025-04-18T09:03:17.037Z] #4 [internal] load .dockerignore [2025-04-18T09:03:17.037Z] #4 transferring context: 2B done [2025-04-18T09:03:17.037Z] #4 DONE 0.0s [2025-04-18T09:03:17.296Z] [2025-04-18T09:03:17.296Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 [2025-04-18T09:03:17.296Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 done [2025-04-18T09:03:17.296Z] #5 CACHED [2025-04-18T09:03:17.296Z] [2025-04-18T09:03:17.296Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 [2025-04-18T09:03:17.296Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 0.0s done [2025-04-18T09:03:17.296Z] #6 CACHED [2025-04-18T09:03:17.296Z] [2025-04-18T09:03:17.296Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:17.296Z] #7 DONE 0.0s [2025-04-18T09:03:17.296Z] [2025-04-18T09:03:17.296Z] #8 exporting to image [2025-04-18T09:03:17.296Z] #8 exporting layers done [2025-04-18T09:03:17.296Z] #8 exporting manifest sha256:0cb9443b9fad90c44b8aed361449a8c37a792f248e35a627d812e5be448a9e27 done [2025-04-18T09:03:17.296Z] #8 exporting config sha256:5725602e2696bd52a7970d1ba62e9a4d80f45f0d93a23cf1170971651d9e3912 done [2025-04-18T09:03:17.296Z] #8 exporting manifest sha256:ddc40b20b482a3576b2698db5cc63ce3cea1cf38f8f83b7206aee6605b18e51a done [2025-04-18T09:03:17.296Z] #8 exporting config sha256:d5454ebf161cc68b7bd38ac14692bb4426dcbd18a3905695e48831ef004b1998 done [2025-04-18T09:03:17.296Z] #8 exporting manifest list sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 done [2025-04-18T09:03:17.296Z] #8 pushing layers 0.0s done [2025-04-18T09:03:17.296Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 [2025-04-18T09:03:17.296Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:17.296Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 0.1s done [2025-04-18T09:03:17.296Z] #8 DONE 0.1s [2025-04-18T09:03:17.296Z] [2025-04-18T09:03:17.296Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:17.296Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:17.583Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-04-18T09:03:17.583Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-04-18T09:03:17.583Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:17.583Z] #1 transferring dockerfile: 161B done [2025-04-18T09:03:17.583Z] #1 DONE 0.0s [2025-04-18T09:03:17.583Z] [2025-04-18T09:03:17.583Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-04-18T09:03:17.583Z] #2 DONE 0.0s [2025-04-18T09:03:17.583Z] [2025-04-18T09:03:17.583Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-04-18T09:03:17.583Z] #3 DONE 0.0s [2025-04-18T09:03:17.583Z] [2025-04-18T09:03:17.583Z] #4 [internal] load .dockerignore [2025-04-18T09:03:17.583Z] #4 transferring context: 2B done [2025-04-18T09:03:17.583Z] #4 DONE 0.0s [2025-04-18T09:03:17.843Z] [2025-04-18T09:03:17.843Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 [2025-04-18T09:03:17.843Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 0.0s done [2025-04-18T09:03:17.843Z] #5 CACHED [2025-04-18T09:03:17.843Z] [2025-04-18T09:03:17.843Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 [2025-04-18T09:03:17.843Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 0.0s done [2025-04-18T09:03:17.843Z] #6 CACHED [2025-04-18T09:03:17.843Z] [2025-04-18T09:03:17.843Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:17.843Z] #7 DONE 0.0s [2025-04-18T09:03:17.843Z] [2025-04-18T09:03:17.843Z] #8 exporting to image [2025-04-18T09:03:17.844Z] #8 exporting layers done [2025-04-18T09:03:17.844Z] #8 exporting manifest sha256:0cb9443b9fad90c44b8aed361449a8c37a792f248e35a627d812e5be448a9e27 done [2025-04-18T09:03:17.844Z] #8 exporting config sha256:5725602e2696bd52a7970d1ba62e9a4d80f45f0d93a23cf1170971651d9e3912 done [2025-04-18T09:03:17.844Z] #8 exporting manifest sha256:ddc40b20b482a3576b2698db5cc63ce3cea1cf38f8f83b7206aee6605b18e51a done [2025-04-18T09:03:17.844Z] #8 exporting config sha256:d5454ebf161cc68b7bd38ac14692bb4426dcbd18a3905695e48831ef004b1998 done [2025-04-18T09:03:17.844Z] #8 exporting manifest list sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 done [2025-04-18T09:03:17.844Z] #8 pushing layers 0.0s done [2025-04-18T09:03:17.844Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 [2025-04-18T09:03:17.844Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:17.844Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 0.1s done [2025-04-18T09:03:17.844Z] #8 DONE 0.1s [2025-04-18T09:03:17.844Z] [2025-04-18T09:03:17.844Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:17.844Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:18.128Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a --push - [2025-04-18T09:03:18.128Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a' [2025-04-18T09:03:18.128Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:18.128Z] #1 transferring dockerfile: 216B done [2025-04-18T09:03:18.128Z] #1 DONE 0.0s [2025-04-18T09:03:18.128Z] [2025-04-18T09:03:18.128Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:18.128Z] #2 DONE 0.0s [2025-04-18T09:03:18.128Z] [2025-04-18T09:03:18.128Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:18.128Z] #3 DONE 0.1s [2025-04-18T09:03:18.128Z] [2025-04-18T09:03:18.128Z] #4 [internal] load .dockerignore [2025-04-18T09:03:18.128Z] #4 transferring context: 2B done [2025-04-18T09:03:18.128Z] #4 DONE 0.0s [2025-04-18T09:03:18.387Z] [2025-04-18T09:03:18.387Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 [2025-04-18T09:03:18.387Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 [2025-04-18T09:03:18.387Z] #5 ... [2025-04-18T09:03:18.387Z] [2025-04-18T09:03:18.387Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 [2025-04-18T09:03:18.387Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 0.0s done [2025-04-18T09:03:18.387Z] #6 DONE 0.1s [2025-04-18T09:03:18.387Z] [2025-04-18T09:03:18.387Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:18.387Z] #7 DONE 0.0s [2025-04-18T09:03:18.387Z] [2025-04-18T09:03:18.387Z] #8 exporting to image [2025-04-18T09:03:18.387Z] #8 exporting layers done [2025-04-18T09:03:18.387Z] #8 exporting manifest sha256:6f90fc8c4b3336ce14de59674ca88b7812667343a47b0266a9ba0b62b411ce93 0.0s done [2025-04-18T09:03:18.387Z] #8 exporting config sha256:c02b0f6561b0a0884c8e2ae2c4b5a06959dafa63424ee9019865679036541cf4 done [2025-04-18T09:03:18.387Z] #8 exporting manifest sha256:8c44a07f3082b77b571428cb9cfca82b5008fafea96c139a84f2b170ceb7953a 0.0s done [2025-04-18T09:03:18.387Z] #8 exporting config sha256:6cb38c318a16486883252327ce1304e61a61fd8f760b803662a9cbca702f118f done [2025-04-18T09:03:18.387Z] #8 exporting manifest list sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 done [2025-04-18T09:03:18.387Z] #8 pushing layers 0.1s done [2025-04-18T09:03:18.387Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 [2025-04-18T09:03:18.387Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:18.651Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 0.1s done [2025-04-18T09:03:18.651Z] #8 DONE 0.2s [2025-04-18T09:03:18.651Z] [2025-04-18T09:03:18.651Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:18.652Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:18.942Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-04-18T09:03:18.942Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-04-18T09:03:19.211Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:19.211Z] #1 transferring dockerfile: 182B done [2025-04-18T09:03:19.211Z] #1 DONE 0.0s [2025-04-18T09:03:19.211Z] [2025-04-18T09:03:19.211Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-04-18T09:03:19.211Z] #2 DONE 0.0s [2025-04-18T09:03:19.211Z] [2025-04-18T09:03:19.211Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-04-18T09:03:19.211Z] #3 DONE 0.0s [2025-04-18T09:03:19.211Z] [2025-04-18T09:03:19.211Z] #4 [internal] load .dockerignore [2025-04-18T09:03:19.211Z] #4 transferring context: 2B done [2025-04-18T09:03:19.211Z] #4 DONE 0.0s [2025-04-18T09:03:19.211Z] [2025-04-18T09:03:19.211Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 [2025-04-18T09:03:19.211Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 0.0s done [2025-04-18T09:03:19.211Z] #5 DONE 0.0s [2025-04-18T09:03:19.211Z] [2025-04-18T09:03:19.211Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 [2025-04-18T09:03:19.211Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 0.0s done [2025-04-18T09:03:19.211Z] #6 CACHED [2025-04-18T09:03:19.211Z] [2025-04-18T09:03:19.211Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 [2025-04-18T09:03:19.211Z] #5 CACHED [2025-04-18T09:03:19.211Z] [2025-04-18T09:03:19.211Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:19.211Z] #7 DONE 0.0s [2025-04-18T09:03:19.211Z] [2025-04-18T09:03:19.211Z] #8 exporting to image [2025-04-18T09:03:19.211Z] #8 exporting layers done [2025-04-18T09:03:19.211Z] #8 exporting manifest sha256:6f90fc8c4b3336ce14de59674ca88b7812667343a47b0266a9ba0b62b411ce93 done [2025-04-18T09:03:19.211Z] #8 exporting config sha256:c02b0f6561b0a0884c8e2ae2c4b5a06959dafa63424ee9019865679036541cf4 done [2025-04-18T09:03:19.211Z] #8 exporting manifest sha256:8c44a07f3082b77b571428cb9cfca82b5008fafea96c139a84f2b170ceb7953a done [2025-04-18T09:03:19.211Z] #8 exporting config sha256:6cb38c318a16486883252327ce1304e61a61fd8f760b803662a9cbca702f118f done [2025-04-18T09:03:19.211Z] #8 exporting manifest list sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 done [2025-04-18T09:03:19.211Z] #8 pushing layers 0.0s done [2025-04-18T09:03:19.211Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 0.1s done [2025-04-18T09:03:19.211Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:19.211Z] #8 DONE 0.1s [2025-04-18T09:03:19.211Z] [2025-04-18T09:03:19.211Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:19.211Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:19.499Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3 --push - [2025-04-18T09:03:19.499Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3' [2025-04-18T09:03:19.759Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:19.759Z] #1 transferring dockerfile: 187B done [2025-04-18T09:03:19.759Z] #1 DONE 0.0s [2025-04-18T09:03:19.760Z] [2025-04-18T09:03:19.760Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3 [2025-04-18T09:03:19.760Z] #2 DONE 0.0s [2025-04-18T09:03:19.760Z] [2025-04-18T09:03:19.760Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3 [2025-04-18T09:03:19.760Z] #3 DONE 0.0s [2025-04-18T09:03:19.760Z] [2025-04-18T09:03:19.760Z] #4 [internal] load .dockerignore [2025-04-18T09:03:19.760Z] #4 transferring context: 2B done [2025-04-18T09:03:19.760Z] #4 DONE 0.0s [2025-04-18T09:03:19.760Z] [2025-04-18T09:03:19.760Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 [2025-04-18T09:03:19.760Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 [2025-04-18T09:03:19.760Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 0.0s done [2025-04-18T09:03:19.760Z] #5 CACHED [2025-04-18T09:03:19.760Z] [2025-04-18T09:03:19.760Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 [2025-04-18T09:03:19.760Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 0.0s done [2025-04-18T09:03:19.760Z] #6 CACHED [2025-04-18T09:03:19.760Z] [2025-04-18T09:03:19.760Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:19.760Z] #7 DONE 0.0s [2025-04-18T09:03:19.760Z] [2025-04-18T09:03:19.760Z] #8 exporting to image [2025-04-18T09:03:19.760Z] #8 exporting layers done [2025-04-18T09:03:19.760Z] #8 exporting manifest sha256:6f90fc8c4b3336ce14de59674ca88b7812667343a47b0266a9ba0b62b411ce93 done [2025-04-18T09:03:19.760Z] #8 exporting config sha256:c02b0f6561b0a0884c8e2ae2c4b5a06959dafa63424ee9019865679036541cf4 done [2025-04-18T09:03:19.760Z] #8 exporting manifest sha256:8c44a07f3082b77b571428cb9cfca82b5008fafea96c139a84f2b170ceb7953a done [2025-04-18T09:03:19.760Z] #8 exporting config sha256:6cb38c318a16486883252327ce1304e61a61fd8f760b803662a9cbca702f118f done [2025-04-18T09:03:19.760Z] #8 exporting manifest list sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 done [2025-04-18T09:03:19.760Z] #8 pushing layers 0.0s done [2025-04-18T09:03:19.760Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3@sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 0.1s done [2025-04-18T09:03:19.760Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:19.760Z] #8 DONE 0.1s [2025-04-18T09:03:19.760Z] [2025-04-18T09:03:19.760Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:19.760Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:20.052Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' [2025-04-18T09:03:20.052Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - [2025-04-18T09:03:20.314Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:20.314Z] #1 transferring dockerfile: 228B done [2025-04-18T09:03:20.314Z] #1 DONE 0.0s [2025-04-18T09:03:20.314Z] [2025-04-18T09:03:20.314Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:20.314Z] #2 DONE 0.0s [2025-04-18T09:03:20.314Z] [2025-04-18T09:03:20.314Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:20.314Z] #3 DONE 0.0s [2025-04-18T09:03:20.314Z] [2025-04-18T09:03:20.314Z] #4 [internal] load .dockerignore [2025-04-18T09:03:20.314Z] #4 transferring context: 2B done [2025-04-18T09:03:20.314Z] #4 DONE 0.0s [2025-04-18T09:03:20.314Z] [2025-04-18T09:03:20.314Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 [2025-04-18T09:03:20.314Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 0.0s done [2025-04-18T09:03:20.314Z] #5 CACHED [2025-04-18T09:03:20.314Z] [2025-04-18T09:03:20.314Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 [2025-04-18T09:03:20.314Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 0.0s done [2025-04-18T09:03:20.314Z] #6 CACHED [2025-04-18T09:03:20.314Z] [2025-04-18T09:03:20.314Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:20.314Z] #7 DONE 0.0s [2025-04-18T09:03:20.314Z] [2025-04-18T09:03:20.314Z] #8 exporting to image [2025-04-18T09:03:20.314Z] #8 exporting layers done [2025-04-18T09:03:20.314Z] #8 exporting manifest sha256:6f90fc8c4b3336ce14de59674ca88b7812667343a47b0266a9ba0b62b411ce93 done [2025-04-18T09:03:20.314Z] #8 exporting config sha256:c02b0f6561b0a0884c8e2ae2c4b5a06959dafa63424ee9019865679036541cf4 done [2025-04-18T09:03:20.314Z] #8 exporting manifest sha256:8c44a07f3082b77b571428cb9cfca82b5008fafea96c139a84f2b170ceb7953a done [2025-04-18T09:03:20.314Z] #8 exporting config sha256:6cb38c318a16486883252327ce1304e61a61fd8f760b803662a9cbca702f118f done [2025-04-18T09:03:20.314Z] #8 exporting manifest list sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 done [2025-04-18T09:03:20.314Z] #8 pushing layers 0.0s done [2025-04-18T09:03:20.314Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 [2025-04-18T09:03:20.314Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:20.314Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 0.1s done [2025-04-18T09:03:20.314Z] #8 DONE 0.1s [2025-04-18T09:03:20.314Z] [2025-04-18T09:03:20.314Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:20.314Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:20.869Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-04-18T09:03:20.869Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-04-18T09:03:20.869Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:20.869Z] #1 transferring dockerfile: 180B done [2025-04-18T09:03:20.869Z] #1 DONE 0.0s [2025-04-18T09:03:20.869Z] [2025-04-18T09:03:20.869Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-04-18T09:03:20.869Z] #2 DONE 0.0s [2025-04-18T09:03:20.869Z] [2025-04-18T09:03:20.869Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-04-18T09:03:20.869Z] #3 DONE 0.0s [2025-04-18T09:03:20.869Z] [2025-04-18T09:03:20.869Z] #4 [internal] load .dockerignore [2025-04-18T09:03:20.869Z] #4 transferring context: [2025-04-18T09:03:21.128Z] #4 transferring context: 2B done [2025-04-18T09:03:21.128Z] #4 DONE 0.0s [2025-04-18T09:03:21.128Z] [2025-04-18T09:03:21.128Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 [2025-04-18T09:03:21.128Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 0.0s done [2025-04-18T09:03:21.128Z] #5 CACHED [2025-04-18T09:03:21.128Z] [2025-04-18T09:03:21.128Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 [2025-04-18T09:03:21.128Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 0.0s done [2025-04-18T09:03:21.128Z] #6 CACHED [2025-04-18T09:03:21.128Z] [2025-04-18T09:03:21.128Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:21.128Z] #7 DONE 0.0s [2025-04-18T09:03:21.128Z] [2025-04-18T09:03:21.128Z] #8 exporting to image [2025-04-18T09:03:21.128Z] #8 exporting layers done [2025-04-18T09:03:21.128Z] #8 exporting manifest sha256:6f90fc8c4b3336ce14de59674ca88b7812667343a47b0266a9ba0b62b411ce93 done [2025-04-18T09:03:21.128Z] #8 exporting config sha256:c02b0f6561b0a0884c8e2ae2c4b5a06959dafa63424ee9019865679036541cf4 done [2025-04-18T09:03:21.128Z] #8 exporting manifest sha256:8c44a07f3082b77b571428cb9cfca82b5008fafea96c139a84f2b170ceb7953a done [2025-04-18T09:03:21.128Z] #8 exporting config sha256:6cb38c318a16486883252327ce1304e61a61fd8f760b803662a9cbca702f118f done [2025-04-18T09:03:21.128Z] #8 exporting manifest list sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 done [2025-04-18T09:03:21.128Z] #8 pushing layers 0.0s done [2025-04-18T09:03:21.128Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 0.1s done [2025-04-18T09:03:21.128Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:21.128Z] #8 DONE 0.1s [2025-04-18T09:03:21.128Z] [2025-04-18T09:03:21.128Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:21.128Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:21.425Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a --push - [2025-04-18T09:03:21.425Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a' [2025-04-18T09:03:21.686Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:21.686Z] #1 transferring dockerfile: 194B done [2025-04-18T09:03:21.686Z] #1 DONE 0.0s [2025-04-18T09:03:21.686Z] [2025-04-18T09:03:21.686Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:21.686Z] #2 DONE 0.0s [2025-04-18T09:03:21.686Z] [2025-04-18T09:03:21.686Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:21.686Z] #3 DONE 0.0s [2025-04-18T09:03:21.686Z] [2025-04-18T09:03:21.686Z] #4 [internal] load .dockerignore [2025-04-18T09:03:21.686Z] #4 transferring context: [2025-04-18T09:03:21.686Z] #4 transferring context: 2B done [2025-04-18T09:03:21.686Z] #4 DONE 0.0s [2025-04-18T09:03:21.686Z] [2025-04-18T09:03:21.686Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 [2025-04-18T09:03:21.686Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done [2025-04-18T09:03:21.686Z] #5 DONE 0.0s [2025-04-18T09:03:21.686Z] [2025-04-18T09:03:21.686Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 [2025-04-18T09:03:21.686Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done [2025-04-18T09:03:21.946Z] #6 DONE 0.1s [2025-04-18T09:03:21.946Z] [2025-04-18T09:03:21.946Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:21.946Z] #7 DONE 0.0s [2025-04-18T09:03:21.946Z] [2025-04-18T09:03:21.946Z] #8 exporting to image [2025-04-18T09:03:21.946Z] #8 exporting layers done [2025-04-18T09:03:21.946Z] #8 exporting manifest sha256:888199c3196d8438a000ed2f78a2185af1bc58d1a4e4be35060dca604e68bb72 0.0s done [2025-04-18T09:03:21.946Z] #8 exporting config sha256:c28f3498a42d33aa508bffd3fa0cce27f25ac01c01ef7e48eddcfec497f7556d done [2025-04-18T09:03:21.946Z] #8 exporting manifest sha256:7b4c8c57f3cae0712534d735fb3a8d6e4917c43848ffd7bb17919731d50a69ad done [2025-04-18T09:03:21.946Z] #8 exporting config sha256:c82aa722c9175caa686294e52611d5196d51d083ee9a5231b5b9fade0851fdb8 0.0s done [2025-04-18T09:03:21.946Z] #8 exporting manifest list sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed 0.0s done [2025-04-18T09:03:21.946Z] #8 pushing layers 0.1s done [2025-04-18T09:03:21.946Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed 0.1s done [2025-04-18T09:03:21.946Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:21.946Z] #8 DONE 0.2s [2025-04-18T09:03:21.946Z] [2025-04-18T09:03:21.946Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:21.946Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:22.242Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-04-18T09:03:22.242Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-04-18T09:03:22.242Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:22.242Z] #1 transferring dockerfile: 160B done [2025-04-18T09:03:22.242Z] #1 DONE 0.0s [2025-04-18T09:03:22.242Z] [2025-04-18T09:03:22.242Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-04-18T09:03:22.242Z] #2 DONE 0.0s [2025-04-18T09:03:22.242Z] [2025-04-18T09:03:22.242Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-04-18T09:03:22.242Z] #3 DONE 0.0s [2025-04-18T09:03:22.242Z] [2025-04-18T09:03:22.242Z] #4 [internal] load .dockerignore [2025-04-18T09:03:22.242Z] #4 transferring context: 2B done [2025-04-18T09:03:22.242Z] #4 DONE 0.0s [2025-04-18T09:03:22.504Z] [2025-04-18T09:03:22.504Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 [2025-04-18T09:03:22.504Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done [2025-04-18T09:03:22.504Z] #5 CACHED [2025-04-18T09:03:22.504Z] [2025-04-18T09:03:22.504Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 [2025-04-18T09:03:22.504Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done [2025-04-18T09:03:22.504Z] #6 CACHED [2025-04-18T09:03:22.504Z] [2025-04-18T09:03:22.504Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:22.504Z] #7 DONE 0.0s [2025-04-18T09:03:22.504Z] [2025-04-18T09:03:22.504Z] #8 exporting to image [2025-04-18T09:03:22.504Z] #8 exporting layers done [2025-04-18T09:03:22.504Z] #8 exporting manifest sha256:888199c3196d8438a000ed2f78a2185af1bc58d1a4e4be35060dca604e68bb72 done [2025-04-18T09:03:22.504Z] #8 exporting config sha256:c28f3498a42d33aa508bffd3fa0cce27f25ac01c01ef7e48eddcfec497f7556d done [2025-04-18T09:03:22.504Z] #8 exporting manifest sha256:7b4c8c57f3cae0712534d735fb3a8d6e4917c43848ffd7bb17919731d50a69ad done [2025-04-18T09:03:22.504Z] #8 exporting config sha256:c82aa722c9175caa686294e52611d5196d51d083ee9a5231b5b9fade0851fdb8 done [2025-04-18T09:03:22.504Z] #8 exporting manifest list sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed done [2025-04-18T09:03:22.504Z] #8 pushing layers 0.0s done [2025-04-18T09:03:22.504Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed 0.1s done [2025-04-18T09:03:22.504Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:22.504Z] #8 DONE 0.1s [2025-04-18T09:03:22.504Z] [2025-04-18T09:03:22.504Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:22.504Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:22.804Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3' [2025-04-18T09:03:22.804Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3 --push - [2025-04-18T09:03:22.804Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:22.804Z] #1 transferring dockerfile: 165B done [2025-04-18T09:03:22.804Z] #1 DONE 0.0s [2025-04-18T09:03:22.804Z] [2025-04-18T09:03:22.804Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3 [2025-04-18T09:03:22.804Z] #2 DONE 0.0s [2025-04-18T09:03:22.804Z] [2025-04-18T09:03:22.804Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3 [2025-04-18T09:03:22.804Z] #3 DONE 0.0s [2025-04-18T09:03:22.804Z] [2025-04-18T09:03:22.804Z] #4 [internal] load .dockerignore [2025-04-18T09:03:22.804Z] #4 transferring context: 2B done [2025-04-18T09:03:22.804Z] #4 DONE 0.0s [2025-04-18T09:03:23.064Z] [2025-04-18T09:03:23.064Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 [2025-04-18T09:03:23.064Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done [2025-04-18T09:03:23.064Z] #5 CACHED [2025-04-18T09:03:23.064Z] [2025-04-18T09:03:23.064Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 [2025-04-18T09:03:23.064Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done [2025-04-18T09:03:23.064Z] #6 CACHED [2025-04-18T09:03:23.064Z] [2025-04-18T09:03:23.064Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:23.064Z] #7 DONE 0.0s [2025-04-18T09:03:23.064Z] [2025-04-18T09:03:23.064Z] #8 exporting to image [2025-04-18T09:03:23.064Z] #8 exporting layers done [2025-04-18T09:03:23.064Z] #8 exporting manifest sha256:888199c3196d8438a000ed2f78a2185af1bc58d1a4e4be35060dca604e68bb72 done [2025-04-18T09:03:23.064Z] #8 exporting config sha256:c28f3498a42d33aa508bffd3fa0cce27f25ac01c01ef7e48eddcfec497f7556d done [2025-04-18T09:03:23.064Z] #8 exporting manifest sha256:7b4c8c57f3cae0712534d735fb3a8d6e4917c43848ffd7bb17919731d50a69ad done [2025-04-18T09:03:23.064Z] #8 exporting config sha256:c82aa722c9175caa686294e52611d5196d51d083ee9a5231b5b9fade0851fdb8 done [2025-04-18T09:03:23.064Z] #8 exporting manifest list sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed done [2025-04-18T09:03:23.064Z] #8 pushing layers 0.0s done [2025-04-18T09:03:23.064Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3@sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed 0.1s done [2025-04-18T09:03:23.064Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:23.064Z] #8 DONE 0.1s [2025-04-18T09:03:23.064Z] [2025-04-18T09:03:23.064Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:23.064Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:23.357Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' [2025-04-18T09:03:23.357Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - [2025-04-18T09:03:23.357Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:23.357Z] #1 transferring dockerfile: 206B done [2025-04-18T09:03:23.357Z] #1 DONE 0.0s [2025-04-18T09:03:23.357Z] [2025-04-18T09:03:23.357Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:23.357Z] #2 DONE 0.0s [2025-04-18T09:03:23.357Z] [2025-04-18T09:03:23.357Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:23.357Z] #3 DONE 0.0s [2025-04-18T09:03:23.357Z] [2025-04-18T09:03:23.357Z] #4 [internal] load .dockerignore [2025-04-18T09:03:23.357Z] #4 transferring context: 2B done [2025-04-18T09:03:23.357Z] #4 DONE 0.0s [2025-04-18T09:03:23.649Z] [2025-04-18T09:03:23.649Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 [2025-04-18T09:03:23.649Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done [2025-04-18T09:03:23.649Z] #5 CACHED [2025-04-18T09:03:23.649Z] [2025-04-18T09:03:23.649Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 [2025-04-18T09:03:23.649Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done [2025-04-18T09:03:23.649Z] #6 CACHED [2025-04-18T09:03:23.649Z] [2025-04-18T09:03:23.649Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:23.649Z] #7 DONE 0.0s [2025-04-18T09:03:23.649Z] [2025-04-18T09:03:23.649Z] #8 exporting to image [2025-04-18T09:03:23.649Z] #8 exporting layers done [2025-04-18T09:03:23.649Z] #8 exporting manifest sha256:888199c3196d8438a000ed2f78a2185af1bc58d1a4e4be35060dca604e68bb72 done [2025-04-18T09:03:23.649Z] #8 exporting config sha256:c28f3498a42d33aa508bffd3fa0cce27f25ac01c01ef7e48eddcfec497f7556d done [2025-04-18T09:03:23.649Z] #8 exporting manifest sha256:7b4c8c57f3cae0712534d735fb3a8d6e4917c43848ffd7bb17919731d50a69ad done [2025-04-18T09:03:23.649Z] #8 exporting config sha256:c82aa722c9175caa686294e52611d5196d51d083ee9a5231b5b9fade0851fdb8 done [2025-04-18T09:03:23.649Z] #8 exporting manifest list sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed done [2025-04-18T09:03:23.649Z] #8 pushing layers 0.0s done [2025-04-18T09:03:23.649Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed 0.1s done [2025-04-18T09:03:23.649Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:23.649Z] #8 DONE 0.1s [2025-04-18T09:03:23.649Z] [2025-04-18T09:03:23.649Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:23.649Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:23.967Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-04-18T09:03:23.967Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-04-18T09:03:23.967Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:23.967Z] #1 transferring dockerfile: 158B done [2025-04-18T09:03:23.967Z] #1 DONE 0.0s [2025-04-18T09:03:23.967Z] [2025-04-18T09:03:23.967Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-04-18T09:03:23.967Z] #2 DONE 0.0s [2025-04-18T09:03:23.967Z] [2025-04-18T09:03:23.967Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-04-18T09:03:23.967Z] #3 DONE 0.0s [2025-04-18T09:03:23.967Z] [2025-04-18T09:03:23.967Z] #4 [internal] load .dockerignore [2025-04-18T09:03:23.967Z] #4 transferring context: 2B done [2025-04-18T09:03:23.967Z] #4 DONE 0.0s [2025-04-18T09:03:23.967Z] [2025-04-18T09:03:23.967Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 [2025-04-18T09:03:23.967Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done [2025-04-18T09:03:23.967Z] #5 DONE 0.0s [2025-04-18T09:03:23.967Z] [2025-04-18T09:03:23.967Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 [2025-04-18T09:03:24.229Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done [2025-04-18T09:03:24.229Z] #6 CACHED [2025-04-18T09:03:24.229Z] [2025-04-18T09:03:24.229Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 [2025-04-18T09:03:24.229Z] #5 CACHED [2025-04-18T09:03:24.229Z] [2025-04-18T09:03:24.229Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:24.229Z] #7 DONE 0.0s [2025-04-18T09:03:24.229Z] [2025-04-18T09:03:24.229Z] #8 exporting to image [2025-04-18T09:03:24.229Z] #8 exporting layers done [2025-04-18T09:03:24.229Z] #8 exporting manifest sha256:888199c3196d8438a000ed2f78a2185af1bc58d1a4e4be35060dca604e68bb72 done [2025-04-18T09:03:24.229Z] #8 exporting config sha256:c28f3498a42d33aa508bffd3fa0cce27f25ac01c01ef7e48eddcfec497f7556d done [2025-04-18T09:03:24.229Z] #8 exporting manifest sha256:7b4c8c57f3cae0712534d735fb3a8d6e4917c43848ffd7bb17919731d50a69ad done [2025-04-18T09:03:24.229Z] #8 exporting config sha256:c82aa722c9175caa686294e52611d5196d51d083ee9a5231b5b9fade0851fdb8 done [2025-04-18T09:03:24.229Z] #8 exporting manifest list sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed done [2025-04-18T09:03:24.229Z] #8 pushing layers 0.0s done [2025-04-18T09:03:24.229Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed 0.1s done [2025-04-18T09:03:24.229Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:24.229Z] #8 DONE 0.1s [2025-04-18T09:03:24.229Z] [2025-04-18T09:03:24.229Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:24.229Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:24.518Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a' [2025-04-18T09:03:24.518Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a --push - [2025-04-18T09:03:24.518Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:24.518Z] #1 transferring dockerfile: 196B done [2025-04-18T09:03:24.518Z] #1 DONE 0.0s [2025-04-18T09:03:24.518Z] [2025-04-18T09:03:24.518Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:24.518Z] #2 DONE 0.1s [2025-04-18T09:03:24.518Z] [2025-04-18T09:03:24.518Z] #3 [internal] load .dockerignore [2025-04-18T09:03:24.518Z] #3 transferring context: [2025-04-18T09:03:24.777Z] #3 transferring context: 2B done [2025-04-18T09:03:24.777Z] #3 DONE 0.0s [2025-04-18T09:03:24.777Z] [2025-04-18T09:03:24.777Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:24.777Z] #4 DONE 0.1s [2025-04-18T09:03:24.777Z] [2025-04-18T09:03:24.777Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa [2025-04-18T09:03:24.777Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done [2025-04-18T09:03:24.777Z] #5 DONE 0.0s [2025-04-18T09:03:24.777Z] [2025-04-18T09:03:24.777Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa [2025-04-18T09:03:24.777Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done [2025-04-18T09:03:24.777Z] #6 DONE 0.1s [2025-04-18T09:03:25.036Z] [2025-04-18T09:03:25.036Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:25.036Z] #7 DONE 0.0s [2025-04-18T09:03:25.036Z] [2025-04-18T09:03:25.036Z] #8 exporting to image [2025-04-18T09:03:25.036Z] #8 exporting layers done [2025-04-18T09:03:25.036Z] #8 exporting manifest sha256:9904724e62342430c005fea9ecf804bde827028a40e2b3271b2e0520429b07c4 0.0s done [2025-04-18T09:03:25.036Z] #8 exporting config sha256:e1362717abea14db9ba8bb3aaa1cde7e2ca770948878a2ec97e62a5cea085f8a done [2025-04-18T09:03:25.036Z] #8 exporting manifest sha256:58257dcdc6a66449045d4816b52d0a518f9f783c830f0219beb44f71e673dc7c 0.0s done [2025-04-18T09:03:25.036Z] #8 exporting config sha256:ad3531821c2ba9136a20b259ac89d33a0e3687d8b25dbd14a36df2dc21a0aa8a 0.0s done [2025-04-18T09:03:25.036Z] #8 exporting manifest list sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 done [2025-04-18T09:03:25.036Z] #8 pushing layers [2025-04-18T09:03:25.036Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:25.036Z] #8 pushing layers 0.1s done [2025-04-18T09:03:25.036Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 0.1s done [2025-04-18T09:03:25.036Z] #8 DONE 0.2s [2025-04-18T09:03:25.036Z] [2025-04-18T09:03:25.036Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:25.036Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:25.323Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-04-18T09:03:25.323Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-04-18T09:03:25.323Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:25.323Z] #1 transferring dockerfile: 162B done [2025-04-18T09:03:25.323Z] #1 DONE 0.0s [2025-04-18T09:03:25.323Z] [2025-04-18T09:03:25.323Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-04-18T09:03:25.323Z] #2 DONE 0.0s [2025-04-18T09:03:25.323Z] [2025-04-18T09:03:25.323Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-04-18T09:03:25.323Z] #3 DONE 0.0s [2025-04-18T09:03:25.323Z] [2025-04-18T09:03:25.323Z] #4 [internal] load .dockerignore [2025-04-18T09:03:25.323Z] #4 transferring context: 2B done [2025-04-18T09:03:25.323Z] #4 DONE 0.0s [2025-04-18T09:03:25.323Z] [2025-04-18T09:03:25.323Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa [2025-04-18T09:03:25.323Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa [2025-04-18T09:03:25.581Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done [2025-04-18T09:03:25.581Z] #5 CACHED [2025-04-18T09:03:25.581Z] [2025-04-18T09:03:25.581Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa [2025-04-18T09:03:25.581Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done [2025-04-18T09:03:25.581Z] #6 CACHED [2025-04-18T09:03:25.581Z] [2025-04-18T09:03:25.581Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:25.581Z] #7 DONE 0.0s [2025-04-18T09:03:25.581Z] [2025-04-18T09:03:25.581Z] #8 exporting to image [2025-04-18T09:03:25.581Z] #8 exporting layers done [2025-04-18T09:03:25.581Z] #8 exporting manifest sha256:9904724e62342430c005fea9ecf804bde827028a40e2b3271b2e0520429b07c4 done [2025-04-18T09:03:25.581Z] #8 exporting config sha256:e1362717abea14db9ba8bb3aaa1cde7e2ca770948878a2ec97e62a5cea085f8a done [2025-04-18T09:03:25.581Z] #8 exporting manifest sha256:58257dcdc6a66449045d4816b52d0a518f9f783c830f0219beb44f71e673dc7c done [2025-04-18T09:03:25.581Z] #8 exporting config sha256:ad3531821c2ba9136a20b259ac89d33a0e3687d8b25dbd14a36df2dc21a0aa8a done [2025-04-18T09:03:25.581Z] #8 exporting manifest list sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 done [2025-04-18T09:03:25.581Z] #8 pushing layers 0.0s done [2025-04-18T09:03:25.581Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 0.1s done [2025-04-18T09:03:25.581Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:25.581Z] #8 DONE 0.1s [2025-04-18T09:03:25.581Z] [2025-04-18T09:03:25.581Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:25.581Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:25.865Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3 --push - [2025-04-18T09:03:25.865Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3' [2025-04-18T09:03:25.865Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:25.865Z] #1 transferring dockerfile: 167B done [2025-04-18T09:03:25.865Z] #1 DONE 0.0s [2025-04-18T09:03:25.865Z] [2025-04-18T09:03:25.865Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3 [2025-04-18T09:03:25.865Z] #2 DONE 0.0s [2025-04-18T09:03:25.865Z] [2025-04-18T09:03:25.865Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3 [2025-04-18T09:03:25.865Z] #3 DONE 0.0s [2025-04-18T09:03:25.865Z] [2025-04-18T09:03:25.865Z] #4 [internal] load .dockerignore [2025-04-18T09:03:25.865Z] #4 transferring context: 2B done [2025-04-18T09:03:25.865Z] #4 DONE 0.0s [2025-04-18T09:03:26.125Z] [2025-04-18T09:03:26.125Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa [2025-04-18T09:03:26.125Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done [2025-04-18T09:03:26.125Z] #5 CACHED [2025-04-18T09:03:26.125Z] [2025-04-18T09:03:26.125Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa [2025-04-18T09:03:26.125Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done [2025-04-18T09:03:26.125Z] #6 CACHED [2025-04-18T09:03:26.125Z] [2025-04-18T09:03:26.125Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:26.125Z] #7 DONE 0.0s [2025-04-18T09:03:26.125Z] [2025-04-18T09:03:26.125Z] #8 exporting to image [2025-04-18T09:03:26.125Z] #8 exporting layers done [2025-04-18T09:03:26.125Z] #8 exporting manifest sha256:9904724e62342430c005fea9ecf804bde827028a40e2b3271b2e0520429b07c4 done [2025-04-18T09:03:26.125Z] #8 exporting config sha256:e1362717abea14db9ba8bb3aaa1cde7e2ca770948878a2ec97e62a5cea085f8a done [2025-04-18T09:03:26.125Z] #8 exporting manifest sha256:58257dcdc6a66449045d4816b52d0a518f9f783c830f0219beb44f71e673dc7c done [2025-04-18T09:03:26.125Z] #8 exporting config sha256:ad3531821c2ba9136a20b259ac89d33a0e3687d8b25dbd14a36df2dc21a0aa8a done [2025-04-18T09:03:26.125Z] #8 exporting manifest list sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 done [2025-04-18T09:03:26.125Z] #8 pushing layers 0.0s done [2025-04-18T09:03:26.125Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3@sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 0.1s done [2025-04-18T09:03:26.125Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:26.125Z] #8 DONE 0.1s [2025-04-18T09:03:26.125Z] [2025-04-18T09:03:26.125Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:26.125Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:26.408Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' [2025-04-18T09:03:26.408Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - [2025-04-18T09:03:26.408Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:26.408Z] #1 transferring dockerfile: 208B done [2025-04-18T09:03:26.408Z] #1 DONE 0.0s [2025-04-18T09:03:26.408Z] [2025-04-18T09:03:26.408Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:26.408Z] #2 DONE 0.0s [2025-04-18T09:03:26.408Z] [2025-04-18T09:03:26.408Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:26.408Z] #3 DONE 0.0s [2025-04-18T09:03:26.408Z] [2025-04-18T09:03:26.408Z] #4 [internal] load .dockerignore [2025-04-18T09:03:26.408Z] #4 transferring context: 2B done [2025-04-18T09:03:26.408Z] #4 DONE 0.0s [2025-04-18T09:03:26.408Z] [2025-04-18T09:03:26.408Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa [2025-04-18T09:03:26.408Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done [2025-04-18T09:03:26.408Z] #5 DONE 0.0s [2025-04-18T09:03:26.408Z] [2025-04-18T09:03:26.408Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa [2025-04-18T09:03:26.666Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done [2025-04-18T09:03:26.667Z] #6 CACHED [2025-04-18T09:03:26.667Z] [2025-04-18T09:03:26.667Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa [2025-04-18T09:03:26.667Z] #5 CACHED [2025-04-18T09:03:26.667Z] [2025-04-18T09:03:26.667Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:26.667Z] #7 DONE 0.0s [2025-04-18T09:03:26.667Z] [2025-04-18T09:03:26.667Z] #8 exporting to image [2025-04-18T09:03:26.667Z] #8 exporting layers done [2025-04-18T09:03:26.667Z] #8 exporting manifest sha256:9904724e62342430c005fea9ecf804bde827028a40e2b3271b2e0520429b07c4 done [2025-04-18T09:03:26.667Z] #8 exporting config sha256:e1362717abea14db9ba8bb3aaa1cde7e2ca770948878a2ec97e62a5cea085f8a done [2025-04-18T09:03:26.667Z] #8 exporting manifest sha256:58257dcdc6a66449045d4816b52d0a518f9f783c830f0219beb44f71e673dc7c done [2025-04-18T09:03:26.667Z] #8 exporting config sha256:ad3531821c2ba9136a20b259ac89d33a0e3687d8b25dbd14a36df2dc21a0aa8a done [2025-04-18T09:03:26.667Z] #8 exporting manifest list sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 done [2025-04-18T09:03:26.667Z] #8 pushing layers 0.0s done [2025-04-18T09:03:26.667Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 0.1s done [2025-04-18T09:03:26.667Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:26.667Z] #8 DONE 0.1s [2025-04-18T09:03:26.667Z] [2025-04-18T09:03:26.667Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:26.667Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:26.954Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-04-18T09:03:26.954Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-04-18T09:03:27.214Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:27.214Z] #1 transferring dockerfile: 160B done [2025-04-18T09:03:27.214Z] #1 DONE 0.0s [2025-04-18T09:03:27.214Z] [2025-04-18T09:03:27.214Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-04-18T09:03:27.214Z] #2 DONE 0.0s [2025-04-18T09:03:27.214Z] [2025-04-18T09:03:27.214Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-04-18T09:03:27.214Z] #3 DONE 0.0s [2025-04-18T09:03:27.214Z] [2025-04-18T09:03:27.214Z] #4 [internal] load .dockerignore [2025-04-18T09:03:27.214Z] #4 transferring context: 2B done [2025-04-18T09:03:27.214Z] #4 DONE 0.0s [2025-04-18T09:03:27.214Z] [2025-04-18T09:03:27.214Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa [2025-04-18T09:03:27.214Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done [2025-04-18T09:03:27.214Z] #5 DONE 0.0s [2025-04-18T09:03:27.214Z] [2025-04-18T09:03:27.214Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa [2025-04-18T09:03:27.214Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done [2025-04-18T09:03:27.214Z] #6 CACHED [2025-04-18T09:03:27.214Z] [2025-04-18T09:03:27.214Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa [2025-04-18T09:03:27.214Z] #5 CACHED [2025-04-18T09:03:27.214Z] [2025-04-18T09:03:27.214Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:27.214Z] #7 DONE 0.0s [2025-04-18T09:03:27.214Z] [2025-04-18T09:03:27.214Z] #8 exporting to image [2025-04-18T09:03:27.214Z] #8 exporting layers done [2025-04-18T09:03:27.214Z] #8 exporting manifest sha256:9904724e62342430c005fea9ecf804bde827028a40e2b3271b2e0520429b07c4 done [2025-04-18T09:03:27.214Z] #8 exporting config sha256:e1362717abea14db9ba8bb3aaa1cde7e2ca770948878a2ec97e62a5cea085f8a done [2025-04-18T09:03:27.214Z] #8 exporting manifest sha256:58257dcdc6a66449045d4816b52d0a518f9f783c830f0219beb44f71e673dc7c done [2025-04-18T09:03:27.214Z] #8 exporting config sha256:ad3531821c2ba9136a20b259ac89d33a0e3687d8b25dbd14a36df2dc21a0aa8a done [2025-04-18T09:03:27.214Z] #8 exporting manifest list sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 done [2025-04-18T09:03:27.214Z] #8 pushing layers 0.0s done [2025-04-18T09:03:27.214Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 0.1s done [2025-04-18T09:03:27.214Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:27.214Z] #8 DONE 0.1s [2025-04-18T09:03:27.214Z] [2025-04-18T09:03:27.214Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:27.214Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:27.507Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a --push - [2025-04-18T09:03:27.507Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a' [2025-04-18T09:03:27.507Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:27.507Z] #1 transferring dockerfile: 198B done [2025-04-18T09:03:27.507Z] #1 DONE 0.0s [2025-04-18T09:03:27.507Z] [2025-04-18T09:03:27.507Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:27.507Z] #2 DONE 0.0s [2025-04-18T09:03:27.507Z] [2025-04-18T09:03:27.507Z] #3 [internal] load .dockerignore [2025-04-18T09:03:27.507Z] #3 transferring context: [2025-04-18T09:03:27.766Z] #3 transferring context: 2B done [2025-04-18T09:03:27.766Z] #3 DONE 0.0s [2025-04-18T09:03:27.766Z] [2025-04-18T09:03:27.766Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:27.766Z] #4 DONE 0.1s [2025-04-18T09:03:27.766Z] [2025-04-18T09:03:27.766Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c [2025-04-18T09:03:27.766Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c [2025-04-18T09:03:27.766Z] #5 ... [2025-04-18T09:03:27.766Z] [2025-04-18T09:03:27.766Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c [2025-04-18T09:03:27.766Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 0.0s done [2025-04-18T09:03:27.766Z] #6 DONE 0.1s [2025-04-18T09:03:27.766Z] [2025-04-18T09:03:27.766Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:27.766Z] #7 DONE 0.0s [2025-04-18T09:03:27.766Z] [2025-04-18T09:03:27.766Z] #8 exporting to image [2025-04-18T09:03:27.766Z] #8 exporting layers done [2025-04-18T09:03:27.766Z] #8 exporting manifest sha256:a69b3212e6a8a358d4277b0751bd2be199c901c1798e54d1aa26007129f5e24f 0.0s done [2025-04-18T09:03:27.766Z] #8 exporting config sha256:f735fd604345ae2ecc47d27a0e9f3577962997db29e0255be81e1e757265f253 done [2025-04-18T09:03:27.766Z] #8 exporting manifest sha256:154c5c09df6df07e9a092a9439d175e03cd1357a2827f059a19fc3f2b0234372 0.0s done [2025-04-18T09:03:27.766Z] #8 exporting config sha256:7bc8f025122e5f6c208c0112f031dc195edf9666b1a681255191f245d504fece done [2025-04-18T09:03:27.766Z] #8 exporting manifest list sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe done [2025-04-18T09:03:27.766Z] #8 pushing layers 0.1s done [2025-04-18T09:03:27.766Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe [2025-04-18T09:03:27.766Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:28.024Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe 0.1s done [2025-04-18T09:03:28.024Z] #8 DONE 0.2s [2025-04-18T09:03:28.024Z] [2025-04-18T09:03:28.024Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:28.024Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:28.311Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-04-18T09:03:28.311Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-04-18T09:03:28.311Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:28.311Z] #1 transferring dockerfile: 164B done [2025-04-18T09:03:28.311Z] #1 DONE 0.0s [2025-04-18T09:03:28.311Z] [2025-04-18T09:03:28.311Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-04-18T09:03:28.311Z] #2 DONE 0.0s [2025-04-18T09:03:28.311Z] [2025-04-18T09:03:28.311Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-04-18T09:03:28.311Z] #3 DONE 0.0s [2025-04-18T09:03:28.311Z] [2025-04-18T09:03:28.311Z] #4 [internal] load .dockerignore [2025-04-18T09:03:28.311Z] #4 transferring context: [2025-04-18T09:03:28.570Z] #4 transferring context: 2B done [2025-04-18T09:03:28.570Z] #4 DONE 0.0s [2025-04-18T09:03:28.570Z] [2025-04-18T09:03:28.570Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c [2025-04-18T09:03:28.570Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 0.0s done [2025-04-18T09:03:28.570Z] #5 CACHED [2025-04-18T09:03:28.570Z] [2025-04-18T09:03:28.570Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c [2025-04-18T09:03:28.570Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 0.0s done [2025-04-18T09:03:28.570Z] #6 CACHED [2025-04-18T09:03:28.570Z] [2025-04-18T09:03:28.570Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:28.570Z] #7 DONE 0.0s [2025-04-18T09:03:28.570Z] [2025-04-18T09:03:28.570Z] #8 exporting to image [2025-04-18T09:03:28.570Z] #8 exporting layers done [2025-04-18T09:03:28.570Z] #8 exporting manifest sha256:a69b3212e6a8a358d4277b0751bd2be199c901c1798e54d1aa26007129f5e24f done [2025-04-18T09:03:28.570Z] #8 exporting config sha256:f735fd604345ae2ecc47d27a0e9f3577962997db29e0255be81e1e757265f253 done [2025-04-18T09:03:28.570Z] #8 exporting manifest sha256:154c5c09df6df07e9a092a9439d175e03cd1357a2827f059a19fc3f2b0234372 done [2025-04-18T09:03:28.570Z] #8 exporting config sha256:7bc8f025122e5f6c208c0112f031dc195edf9666b1a681255191f245d504fece done [2025-04-18T09:03:28.570Z] #8 exporting manifest list sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe done [2025-04-18T09:03:28.570Z] #8 pushing layers 0.0s done [2025-04-18T09:03:28.570Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe 0.1s done [2025-04-18T09:03:28.570Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:28.570Z] #8 DONE 0.1s [2025-04-18T09:03:28.570Z] [2025-04-18T09:03:28.570Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:28.570Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:28.859Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3' [2025-04-18T09:03:28.859Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3 --push - [2025-04-18T09:03:28.859Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:28.859Z] #1 transferring dockerfile: 169B done [2025-04-18T09:03:28.859Z] #1 DONE 0.0s [2025-04-18T09:03:28.859Z] [2025-04-18T09:03:28.859Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3 [2025-04-18T09:03:28.859Z] #2 DONE 0.0s [2025-04-18T09:03:28.859Z] [2025-04-18T09:03:28.859Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3 [2025-04-18T09:03:28.859Z] #3 DONE 0.0s [2025-04-18T09:03:28.859Z] [2025-04-18T09:03:28.859Z] #4 [internal] load .dockerignore [2025-04-18T09:03:28.859Z] #4 transferring context: [2025-04-18T09:03:29.116Z] #4 transferring context: 2B done [2025-04-18T09:03:29.116Z] #4 DONE 0.0s [2025-04-18T09:03:29.116Z] [2025-04-18T09:03:29.116Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c [2025-04-18T09:03:29.116Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 0.0s done [2025-04-18T09:03:29.116Z] #5 CACHED [2025-04-18T09:03:29.116Z] [2025-04-18T09:03:29.116Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c [2025-04-18T09:03:29.116Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 0.0s done [2025-04-18T09:03:29.116Z] #6 CACHED [2025-04-18T09:03:29.116Z] [2025-04-18T09:03:29.116Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:29.116Z] #7 DONE 0.0s [2025-04-18T09:03:29.116Z] [2025-04-18T09:03:29.116Z] #8 exporting to image [2025-04-18T09:03:29.116Z] #8 exporting layers done [2025-04-18T09:03:29.116Z] #8 exporting manifest sha256:a69b3212e6a8a358d4277b0751bd2be199c901c1798e54d1aa26007129f5e24f done [2025-04-18T09:03:29.117Z] #8 exporting config sha256:f735fd604345ae2ecc47d27a0e9f3577962997db29e0255be81e1e757265f253 done [2025-04-18T09:03:29.117Z] #8 exporting manifest sha256:154c5c09df6df07e9a092a9439d175e03cd1357a2827f059a19fc3f2b0234372 done [2025-04-18T09:03:29.117Z] #8 exporting config sha256:7bc8f025122e5f6c208c0112f031dc195edf9666b1a681255191f245d504fece done [2025-04-18T09:03:29.117Z] #8 exporting manifest list sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe done [2025-04-18T09:03:29.117Z] #8 pushing layers 0.0s done [2025-04-18T09:03:29.117Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3@sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe 0.1s done [2025-04-18T09:03:29.117Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:29.117Z] #8 DONE 0.1s [2025-04-18T09:03:29.117Z] [2025-04-18T09:03:29.117Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:29.117Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:29.406Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' [2025-04-18T09:03:29.406Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - [2025-04-18T09:03:29.406Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:29.406Z] #1 transferring dockerfile: 210B done [2025-04-18T09:03:29.406Z] #1 DONE 0.0s [2025-04-18T09:03:29.406Z] [2025-04-18T09:03:29.406Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:29.406Z] #2 DONE 0.0s [2025-04-18T09:03:29.406Z] [2025-04-18T09:03:29.406Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:29.406Z] #3 DONE 0.0s [2025-04-18T09:03:29.406Z] [2025-04-18T09:03:29.406Z] #4 [internal] load .dockerignore [2025-04-18T09:03:29.406Z] #4 transferring context: [2025-04-18T09:03:29.674Z] #4 transferring context: 2B done [2025-04-18T09:03:29.674Z] #4 DONE 0.0s [2025-04-18T09:03:29.674Z] [2025-04-18T09:03:29.674Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c [2025-04-18T09:03:29.674Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 0.0s done [2025-04-18T09:03:29.674Z] #5 CACHED [2025-04-18T09:03:29.674Z] [2025-04-18T09:03:29.674Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c [2025-04-18T09:03:29.674Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 0.0s done [2025-04-18T09:03:29.674Z] #6 CACHED [2025-04-18T09:03:29.674Z] [2025-04-18T09:03:29.674Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:29.674Z] #7 DONE 0.0s [2025-04-18T09:03:29.674Z] [2025-04-18T09:03:29.674Z] #8 exporting to image [2025-04-18T09:03:29.674Z] #8 exporting layers done [2025-04-18T09:03:29.674Z] #8 exporting manifest sha256:a69b3212e6a8a358d4277b0751bd2be199c901c1798e54d1aa26007129f5e24f done [2025-04-18T09:03:29.674Z] #8 exporting config sha256:f735fd604345ae2ecc47d27a0e9f3577962997db29e0255be81e1e757265f253 done [2025-04-18T09:03:29.674Z] #8 exporting manifest sha256:154c5c09df6df07e9a092a9439d175e03cd1357a2827f059a19fc3f2b0234372 done [2025-04-18T09:03:29.674Z] #8 exporting config sha256:7bc8f025122e5f6c208c0112f031dc195edf9666b1a681255191f245d504fece done [2025-04-18T09:03:29.674Z] #8 exporting manifest list sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe done [2025-04-18T09:03:29.674Z] #8 pushing layers 0.0s done [2025-04-18T09:03:29.674Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe 0.1s done [2025-04-18T09:03:29.674Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:29.674Z] #8 DONE 0.1s [2025-04-18T09:03:29.674Z] [2025-04-18T09:03:29.674Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:29.674Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:29.962Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-04-18T09:03:29.962Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-04-18T09:03:29.962Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:29.962Z] #1 transferring dockerfile: 162B done [2025-04-18T09:03:29.962Z] #1 DONE 0.0s [2025-04-18T09:03:29.962Z] [2025-04-18T09:03:29.962Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-04-18T09:03:29.962Z] #2 DONE 0.0s [2025-04-18T09:03:29.962Z] [2025-04-18T09:03:29.962Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-04-18T09:03:29.962Z] #3 DONE 0.0s [2025-04-18T09:03:29.962Z] [2025-04-18T09:03:29.962Z] #4 [internal] load .dockerignore [2025-04-18T09:03:29.962Z] #4 transferring context: 2B done [2025-04-18T09:03:29.962Z] #4 DONE 0.0s [2025-04-18T09:03:30.223Z] [2025-04-18T09:03:30.223Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c [2025-04-18T09:03:30.223Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 0.0s done [2025-04-18T09:03:30.223Z] #5 CACHED [2025-04-18T09:03:30.223Z] [2025-04-18T09:03:30.223Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c [2025-04-18T09:03:30.223Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 0.0s done [2025-04-18T09:03:30.223Z] #6 CACHED [2025-04-18T09:03:30.223Z] [2025-04-18T09:03:30.223Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:30.223Z] #7 DONE 0.0s [2025-04-18T09:03:30.223Z] [2025-04-18T09:03:30.223Z] #8 exporting to image [2025-04-18T09:03:30.223Z] #8 exporting layers done [2025-04-18T09:03:30.223Z] #8 exporting manifest sha256:a69b3212e6a8a358d4277b0751bd2be199c901c1798e54d1aa26007129f5e24f done [2025-04-18T09:03:30.223Z] #8 exporting config sha256:f735fd604345ae2ecc47d27a0e9f3577962997db29e0255be81e1e757265f253 done [2025-04-18T09:03:30.223Z] #8 exporting manifest sha256:154c5c09df6df07e9a092a9439d175e03cd1357a2827f059a19fc3f2b0234372 done [2025-04-18T09:03:30.223Z] #8 exporting config sha256:7bc8f025122e5f6c208c0112f031dc195edf9666b1a681255191f245d504fece done [2025-04-18T09:03:30.223Z] #8 exporting manifest list sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe done [2025-04-18T09:03:30.223Z] #8 pushing layers 0.0s done [2025-04-18T09:03:30.223Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe [2025-04-18T09:03:30.223Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:30.223Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe 0.1s done [2025-04-18T09:03:30.223Z] #8 DONE 0.1s [2025-04-18T09:03:30.223Z] [2025-04-18T09:03:30.223Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:30.223Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:30.510Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a' [2025-04-18T09:03:30.510Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a --push - [2025-04-18T09:03:30.510Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:30.510Z] #1 transferring dockerfile: 206B done [2025-04-18T09:03:30.510Z] #1 DONE 0.0s [2025-04-18T09:03:30.510Z] [2025-04-18T09:03:30.510Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:30.510Z] #2 DONE 0.0s [2025-04-18T09:03:30.510Z] [2025-04-18T09:03:30.510Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:30.510Z] #3 DONE 0.1s [2025-04-18T09:03:30.510Z] [2025-04-18T09:03:30.510Z] #4 [internal] load .dockerignore [2025-04-18T09:03:30.510Z] #4 transferring context: 2B done [2025-04-18T09:03:30.769Z] #4 DONE 0.0s [2025-04-18T09:03:30.769Z] [2025-04-18T09:03:30.770Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f [2025-04-18T09:03:30.770Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done [2025-04-18T09:03:30.770Z] #5 DONE 0.0s [2025-04-18T09:03:30.770Z] [2025-04-18T09:03:30.770Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f [2025-04-18T09:03:30.770Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done [2025-04-18T09:03:31.029Z] #6 DONE 0.3s [2025-04-18T09:03:31.029Z] [2025-04-18T09:03:31.029Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:31.029Z] #7 DONE 0.0s [2025-04-18T09:03:31.029Z] [2025-04-18T09:03:31.029Z] #8 exporting to image [2025-04-18T09:03:31.029Z] #8 exporting layers done [2025-04-18T09:03:31.029Z] #8 exporting manifest sha256:a88fa8b8d0e2b533943ae37a98354e7df1371e4a80345a19197f23c11fd51c9c 0.0s done [2025-04-18T09:03:31.029Z] #8 exporting config sha256:5457ecc6c88f1e4e371dc01009cae64add5ae13a80992bb7286998b188cb4b66 done [2025-04-18T09:03:31.029Z] #8 exporting manifest sha256:88ac3f1c3b69b1c61e87d81adc2023d17eca2b9e1e06878ecce74ecba7e60707 0.0s done [2025-04-18T09:03:31.029Z] #8 exporting config sha256:dac9c3524145d5880245dc46d369f353c9110ab76f6be874168b9e6e1571a7ab done [2025-04-18T09:03:31.029Z] #8 exporting manifest list sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 0.0s done [2025-04-18T09:03:31.029Z] #8 pushing layers [2025-04-18T09:03:31.029Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:31.290Z] #8 pushing layers 0.1s done [2025-04-18T09:03:31.290Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 0.1s done [2025-04-18T09:03:31.290Z] #8 DONE 0.2s [2025-04-18T09:03:31.290Z] [2025-04-18T09:03:31.290Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:31.290Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:31.577Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-04-18T09:03:31.577Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-04-18T09:03:31.577Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:31.577Z] #1 transferring dockerfile: 172B done [2025-04-18T09:03:31.577Z] #1 DONE 0.0s [2025-04-18T09:03:31.577Z] [2025-04-18T09:03:31.577Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-04-18T09:03:31.577Z] #2 DONE 0.0s [2025-04-18T09:03:31.577Z] [2025-04-18T09:03:31.577Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-04-18T09:03:31.577Z] #3 DONE 0.0s [2025-04-18T09:03:31.577Z] [2025-04-18T09:03:31.577Z] #4 [internal] load .dockerignore [2025-04-18T09:03:31.577Z] #4 transferring context: 2B done [2025-04-18T09:03:31.577Z] #4 DONE 0.0s [2025-04-18T09:03:31.577Z] [2025-04-18T09:03:31.577Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f [2025-04-18T09:03:31.577Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done [2025-04-18T09:03:31.577Z] #5 DONE 0.0s [2025-04-18T09:03:31.577Z] [2025-04-18T09:03:31.577Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f [2025-04-18T09:03:31.835Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done [2025-04-18T09:03:31.835Z] #6 CACHED [2025-04-18T09:03:31.835Z] [2025-04-18T09:03:31.835Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f [2025-04-18T09:03:31.835Z] #5 CACHED [2025-04-18T09:03:31.835Z] [2025-04-18T09:03:31.835Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:31.835Z] #7 DONE 0.0s [2025-04-18T09:03:31.835Z] [2025-04-18T09:03:31.835Z] #8 exporting to image [2025-04-18T09:03:31.835Z] #8 exporting layers done [2025-04-18T09:03:31.835Z] #8 exporting manifest sha256:a88fa8b8d0e2b533943ae37a98354e7df1371e4a80345a19197f23c11fd51c9c done [2025-04-18T09:03:31.835Z] #8 exporting config sha256:5457ecc6c88f1e4e371dc01009cae64add5ae13a80992bb7286998b188cb4b66 done [2025-04-18T09:03:31.835Z] #8 exporting manifest sha256:88ac3f1c3b69b1c61e87d81adc2023d17eca2b9e1e06878ecce74ecba7e60707 done [2025-04-18T09:03:31.835Z] #8 exporting config sha256:dac9c3524145d5880245dc46d369f353c9110ab76f6be874168b9e6e1571a7ab done [2025-04-18T09:03:31.835Z] #8 exporting manifest list sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 done [2025-04-18T09:03:31.835Z] #8 pushing layers 0.0s done [2025-04-18T09:03:31.835Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 0.1s done [2025-04-18T09:03:31.835Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:31.835Z] #8 DONE 0.1s [2025-04-18T09:03:31.835Z] [2025-04-18T09:03:31.835Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:31.835Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:32.122Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3' [2025-04-18T09:03:32.122Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3 --push - [2025-04-18T09:03:32.122Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:32.122Z] #1 transferring dockerfile: 177B done [2025-04-18T09:03:32.122Z] #1 DONE 0.0s [2025-04-18T09:03:32.122Z] [2025-04-18T09:03:32.122Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3 [2025-04-18T09:03:32.122Z] #2 DONE 0.0s [2025-04-18T09:03:32.122Z] [2025-04-18T09:03:32.122Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3 [2025-04-18T09:03:32.122Z] #3 DONE 0.0s [2025-04-18T09:03:32.122Z] [2025-04-18T09:03:32.122Z] #4 [internal] load .dockerignore [2025-04-18T09:03:32.122Z] #4 transferring context: 2B done [2025-04-18T09:03:32.122Z] #4 DONE 0.0s [2025-04-18T09:03:32.122Z] [2025-04-18T09:03:32.122Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f [2025-04-18T09:03:32.122Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f [2025-04-18T09:03:32.381Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done [2025-04-18T09:03:32.381Z] #5 CACHED [2025-04-18T09:03:32.381Z] [2025-04-18T09:03:32.381Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f [2025-04-18T09:03:32.381Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done [2025-04-18T09:03:32.381Z] #6 CACHED [2025-04-18T09:03:32.381Z] [2025-04-18T09:03:32.381Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:32.381Z] #7 DONE 0.0s [2025-04-18T09:03:32.381Z] [2025-04-18T09:03:32.381Z] #8 exporting to image [2025-04-18T09:03:32.381Z] #8 exporting layers done [2025-04-18T09:03:32.381Z] #8 exporting manifest sha256:a88fa8b8d0e2b533943ae37a98354e7df1371e4a80345a19197f23c11fd51c9c done [2025-04-18T09:03:32.381Z] #8 exporting config sha256:5457ecc6c88f1e4e371dc01009cae64add5ae13a80992bb7286998b188cb4b66 done [2025-04-18T09:03:32.381Z] #8 exporting manifest sha256:88ac3f1c3b69b1c61e87d81adc2023d17eca2b9e1e06878ecce74ecba7e60707 done [2025-04-18T09:03:32.381Z] #8 exporting config sha256:dac9c3524145d5880245dc46d369f353c9110ab76f6be874168b9e6e1571a7ab done [2025-04-18T09:03:32.381Z] #8 exporting manifest list sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 done [2025-04-18T09:03:32.381Z] #8 pushing layers 0.0s done [2025-04-18T09:03:32.381Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3@sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 [2025-04-18T09:03:32.381Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:32.381Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3@sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 0.1s done [2025-04-18T09:03:32.381Z] #8 DONE 0.1s [2025-04-18T09:03:32.381Z] [2025-04-18T09:03:32.381Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:32.381Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:32.674Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' [2025-04-18T09:03:32.674Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - [2025-04-18T09:03:32.933Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:32.933Z] #1 transferring dockerfile: 218B done [2025-04-18T09:03:32.933Z] #1 DONE 0.0s [2025-04-18T09:03:32.933Z] [2025-04-18T09:03:32.933Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:32.933Z] #2 DONE 0.0s [2025-04-18T09:03:32.933Z] [2025-04-18T09:03:32.933Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:32.933Z] #3 DONE 0.0s [2025-04-18T09:03:32.933Z] [2025-04-18T09:03:32.933Z] #4 [internal] load .dockerignore [2025-04-18T09:03:32.933Z] #4 transferring context: [2025-04-18T09:03:32.933Z] #4 transferring context: 2B done [2025-04-18T09:03:32.933Z] #4 DONE 0.1s [2025-04-18T09:03:32.933Z] [2025-04-18T09:03:32.933Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f [2025-04-18T09:03:32.933Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done [2025-04-18T09:03:32.933Z] #5 CACHED [2025-04-18T09:03:32.933Z] [2025-04-18T09:03:32.933Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f [2025-04-18T09:03:32.933Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done [2025-04-18T09:03:32.933Z] #6 CACHED [2025-04-18T09:03:32.933Z] [2025-04-18T09:03:32.933Z] #7 exporting to image [2025-04-18T09:03:32.933Z] #7 exporting layers done [2025-04-18T09:03:32.933Z] #7 exporting manifest sha256:a88fa8b8d0e2b533943ae37a98354e7df1371e4a80345a19197f23c11fd51c9c done [2025-04-18T09:03:32.933Z] #7 exporting config sha256:5457ecc6c88f1e4e371dc01009cae64add5ae13a80992bb7286998b188cb4b66 done [2025-04-18T09:03:32.933Z] #7 exporting manifest sha256:88ac3f1c3b69b1c61e87d81adc2023d17eca2b9e1e06878ecce74ecba7e60707 done [2025-04-18T09:03:32.933Z] #7 exporting config sha256:dac9c3524145d5880245dc46d369f353c9110ab76f6be874168b9e6e1571a7ab done [2025-04-18T09:03:32.933Z] #7 exporting manifest list sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 done [2025-04-18T09:03:32.933Z] #7 pushing layers 0.0s done [2025-04-18T09:03:32.933Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 [2025-04-18T09:03:32.933Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:33.196Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 0.1s done [2025-04-18T09:03:33.196Z] #7 DONE 0.1s [2025-04-18T09:03:33.196Z] [2025-04-18T09:03:33.196Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:33.196Z] #8 DONE 0.0s [2025-04-18T09:03:33.196Z] [2025-04-18T09:03:33.196Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:33.196Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:33.487Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-04-18T09:03:33.487Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-04-18T09:03:33.743Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:33.743Z] #1 transferring dockerfile: 170B done [2025-04-18T09:03:33.743Z] #1 DONE 0.0s [2025-04-18T09:03:33.743Z] [2025-04-18T09:03:33.743Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-04-18T09:03:33.743Z] #2 DONE 0.0s [2025-04-18T09:03:33.743Z] [2025-04-18T09:03:33.743Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-04-18T09:03:33.743Z] #3 DONE 0.0s [2025-04-18T09:03:33.743Z] [2025-04-18T09:03:33.743Z] #4 [internal] load .dockerignore [2025-04-18T09:03:33.743Z] #4 transferring context: 2B done [2025-04-18T09:03:33.743Z] #4 DONE 0.0s [2025-04-18T09:03:33.743Z] [2025-04-18T09:03:33.743Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f [2025-04-18T09:03:33.743Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done [2025-04-18T09:03:33.743Z] #5 CACHED [2025-04-18T09:03:33.743Z] [2025-04-18T09:03:33.743Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f [2025-04-18T09:03:33.743Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done [2025-04-18T09:03:33.743Z] #6 CACHED [2025-04-18T09:03:33.743Z] [2025-04-18T09:03:33.743Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:33.743Z] #7 DONE 0.0s [2025-04-18T09:03:33.743Z] [2025-04-18T09:03:33.743Z] #8 exporting to image [2025-04-18T09:03:33.743Z] #8 exporting layers done [2025-04-18T09:03:33.743Z] #8 exporting manifest sha256:a88fa8b8d0e2b533943ae37a98354e7df1371e4a80345a19197f23c11fd51c9c done [2025-04-18T09:03:33.743Z] #8 exporting config sha256:5457ecc6c88f1e4e371dc01009cae64add5ae13a80992bb7286998b188cb4b66 done [2025-04-18T09:03:33.743Z] #8 exporting manifest sha256:88ac3f1c3b69b1c61e87d81adc2023d17eca2b9e1e06878ecce74ecba7e60707 done [2025-04-18T09:03:33.743Z] #8 exporting config sha256:dac9c3524145d5880245dc46d369f353c9110ab76f6be874168b9e6e1571a7ab done [2025-04-18T09:03:33.743Z] #8 exporting manifest list sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 done [2025-04-18T09:03:33.743Z] #8 pushing layers 0.0s done [2025-04-18T09:03:33.743Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 0.1s done [2025-04-18T09:03:33.743Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:33.743Z] #8 DONE 0.1s [2025-04-18T09:03:33.743Z] [2025-04-18T09:03:33.743Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:33.743Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:34.028Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a --push - [2025-04-18T09:03:34.028Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a' [2025-04-18T09:03:34.285Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:34.285Z] #1 transferring dockerfile: 204B done [2025-04-18T09:03:34.285Z] #1 DONE 0.0s [2025-04-18T09:03:34.285Z] [2025-04-18T09:03:34.285Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:34.285Z] #2 DONE 0.0s [2025-04-18T09:03:34.285Z] [2025-04-18T09:03:34.285Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:34.285Z] #3 DONE 0.0s [2025-04-18T09:03:34.285Z] [2025-04-18T09:03:34.285Z] #4 [internal] load .dockerignore [2025-04-18T09:03:34.285Z] #4 transferring context: 2B done [2025-04-18T09:03:34.285Z] #4 DONE 0.0s [2025-04-18T09:03:34.285Z] [2025-04-18T09:03:34.285Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 [2025-04-18T09:03:34.285Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 [2025-04-18T09:03:34.285Z] #5 ... [2025-04-18T09:03:34.285Z] [2025-04-18T09:03:34.285Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 [2025-04-18T09:03:34.285Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 0.0s done [2025-04-18T09:03:34.285Z] #6 DONE 0.1s [2025-04-18T09:03:34.543Z] [2025-04-18T09:03:34.544Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:34.544Z] #7 DONE 0.0s [2025-04-18T09:03:34.544Z] [2025-04-18T09:03:34.544Z] #8 exporting to image [2025-04-18T09:03:34.544Z] #8 exporting layers done [2025-04-18T09:03:34.544Z] #8 exporting manifest sha256:476118f3d4008e07ff2f642cee96efca92d6a4390d073a7621752159702788ce done [2025-04-18T09:03:34.544Z] #8 exporting config sha256:6b9f7910461b3ec1f1208ebed6ba2e37c8d6c9160dbf8e6a47785ff6b3b6db2a 0.0s done [2025-04-18T09:03:34.544Z] #8 exporting manifest sha256:8eb3e5095a738af0dfe1c3866dd450e9b257300143e40b3094a4c251072e638c done [2025-04-18T09:03:34.544Z] #8 exporting config sha256:0106190d1c2981e7f46899c248ee7b56c315b5076d08d6c66d98074c40e1d89c done [2025-04-18T09:03:34.544Z] #8 exporting manifest list sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 0.0s done [2025-04-18T09:03:34.544Z] #8 pushing layers [2025-04-18T09:03:34.544Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:34.544Z] #8 pushing layers 0.1s done [2025-04-18T09:03:34.544Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 0.1s done [2025-04-18T09:03:34.544Z] #8 DONE 0.2s [2025-04-18T09:03:34.544Z] [2025-04-18T09:03:34.544Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:34.544Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:34.831Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-04-18T09:03:34.831Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-04-18T09:03:34.831Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:34.831Z] #1 transferring dockerfile: 170B done [2025-04-18T09:03:34.831Z] #1 DONE 0.0s [2025-04-18T09:03:34.831Z] [2025-04-18T09:03:34.831Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-04-18T09:03:34.831Z] #2 DONE 0.0s [2025-04-18T09:03:34.831Z] [2025-04-18T09:03:34.831Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-04-18T09:03:34.831Z] #3 DONE 0.0s [2025-04-18T09:03:34.831Z] [2025-04-18T09:03:34.831Z] #4 [internal] load .dockerignore [2025-04-18T09:03:34.831Z] #4 transferring context: 2B done [2025-04-18T09:03:35.089Z] #4 DONE 0.0s [2025-04-18T09:03:35.089Z] [2025-04-18T09:03:35.089Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 [2025-04-18T09:03:35.089Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 0.0s done [2025-04-18T09:03:35.089Z] #5 CACHED [2025-04-18T09:03:35.089Z] [2025-04-18T09:03:35.089Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 [2025-04-18T09:03:35.089Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 0.0s done [2025-04-18T09:03:35.089Z] #6 CACHED [2025-04-18T09:03:35.089Z] [2025-04-18T09:03:35.089Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:35.089Z] #7 DONE 0.0s [2025-04-18T09:03:35.089Z] [2025-04-18T09:03:35.089Z] #8 exporting to image [2025-04-18T09:03:35.089Z] #8 exporting layers done [2025-04-18T09:03:35.089Z] #8 exporting manifest sha256:476118f3d4008e07ff2f642cee96efca92d6a4390d073a7621752159702788ce done [2025-04-18T09:03:35.089Z] #8 exporting config sha256:6b9f7910461b3ec1f1208ebed6ba2e37c8d6c9160dbf8e6a47785ff6b3b6db2a done [2025-04-18T09:03:35.089Z] #8 exporting manifest sha256:8eb3e5095a738af0dfe1c3866dd450e9b257300143e40b3094a4c251072e638c done [2025-04-18T09:03:35.089Z] #8 exporting config sha256:0106190d1c2981e7f46899c248ee7b56c315b5076d08d6c66d98074c40e1d89c done [2025-04-18T09:03:35.089Z] #8 exporting manifest list sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 done [2025-04-18T09:03:35.089Z] #8 pushing layers 0.0s done [2025-04-18T09:03:35.089Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 [2025-04-18T09:03:35.089Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:35.089Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 0.1s done [2025-04-18T09:03:35.089Z] #8 DONE 0.1s [2025-04-18T09:03:35.089Z] [2025-04-18T09:03:35.089Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:35.089Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:35.373Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3 --push - [2025-04-18T09:03:35.373Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3' [2025-04-18T09:03:35.373Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:35.373Z] #1 transferring dockerfile: 175B done [2025-04-18T09:03:35.373Z] #1 DONE 0.0s [2025-04-18T09:03:35.373Z] [2025-04-18T09:03:35.373Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3 [2025-04-18T09:03:35.373Z] #2 DONE 0.0s [2025-04-18T09:03:35.373Z] [2025-04-18T09:03:35.373Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3 [2025-04-18T09:03:35.373Z] #3 DONE 0.0s [2025-04-18T09:03:35.373Z] [2025-04-18T09:03:35.373Z] #4 [internal] load .dockerignore [2025-04-18T09:03:35.373Z] #4 transferring context: 2B done [2025-04-18T09:03:35.373Z] #4 DONE 0.0s [2025-04-18T09:03:35.373Z] [2025-04-18T09:03:35.373Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 [2025-04-18T09:03:35.632Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 0.0s done [2025-04-18T09:03:35.632Z] #5 CACHED [2025-04-18T09:03:35.632Z] [2025-04-18T09:03:35.632Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 [2025-04-18T09:03:35.632Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 0.0s done [2025-04-18T09:03:35.632Z] #6 CACHED [2025-04-18T09:03:35.632Z] [2025-04-18T09:03:35.632Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:35.632Z] #7 DONE 0.0s [2025-04-18T09:03:35.632Z] [2025-04-18T09:03:35.632Z] #8 exporting to image [2025-04-18T09:03:35.632Z] #8 exporting layers done [2025-04-18T09:03:35.632Z] #8 exporting manifest sha256:476118f3d4008e07ff2f642cee96efca92d6a4390d073a7621752159702788ce done [2025-04-18T09:03:35.632Z] #8 exporting config sha256:6b9f7910461b3ec1f1208ebed6ba2e37c8d6c9160dbf8e6a47785ff6b3b6db2a done [2025-04-18T09:03:35.632Z] #8 exporting manifest sha256:8eb3e5095a738af0dfe1c3866dd450e9b257300143e40b3094a4c251072e638c done [2025-04-18T09:03:35.632Z] #8 exporting config sha256:0106190d1c2981e7f46899c248ee7b56c315b5076d08d6c66d98074c40e1d89c done [2025-04-18T09:03:35.632Z] #8 exporting manifest list sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 done [2025-04-18T09:03:35.632Z] #8 pushing layers 0.0s done [2025-04-18T09:03:35.632Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3@sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 0.1s done [2025-04-18T09:03:35.632Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:35.632Z] #8 DONE 0.1s [2025-04-18T09:03:35.632Z] [2025-04-18T09:03:35.632Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:35.632Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:35.925Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' [2025-04-18T09:03:35.925Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - [2025-04-18T09:03:35.925Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:35.925Z] #1 transferring dockerfile: 216B done [2025-04-18T09:03:35.925Z] #1 DONE 0.0s [2025-04-18T09:03:35.925Z] [2025-04-18T09:03:35.925Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:35.925Z] #2 DONE 0.0s [2025-04-18T09:03:35.925Z] [2025-04-18T09:03:35.925Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:35.925Z] #3 DONE 0.0s [2025-04-18T09:03:35.925Z] [2025-04-18T09:03:35.925Z] #4 [internal] load .dockerignore [2025-04-18T09:03:35.925Z] #4 transferring context: 2B done [2025-04-18T09:03:35.925Z] #4 DONE 0.0s [2025-04-18T09:03:36.185Z] [2025-04-18T09:03:36.185Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 [2025-04-18T09:03:36.185Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 0.0s done [2025-04-18T09:03:36.185Z] #5 CACHED [2025-04-18T09:03:36.185Z] [2025-04-18T09:03:36.185Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 [2025-04-18T09:03:36.185Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 0.0s done [2025-04-18T09:03:36.185Z] #6 CACHED [2025-04-18T09:03:36.185Z] [2025-04-18T09:03:36.185Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:36.185Z] #7 DONE 0.0s [2025-04-18T09:03:36.185Z] [2025-04-18T09:03:36.185Z] #8 exporting to image [2025-04-18T09:03:36.185Z] #8 exporting layers done [2025-04-18T09:03:36.185Z] #8 exporting manifest sha256:476118f3d4008e07ff2f642cee96efca92d6a4390d073a7621752159702788ce done [2025-04-18T09:03:36.185Z] #8 exporting config sha256:6b9f7910461b3ec1f1208ebed6ba2e37c8d6c9160dbf8e6a47785ff6b3b6db2a done [2025-04-18T09:03:36.185Z] #8 exporting manifest sha256:8eb3e5095a738af0dfe1c3866dd450e9b257300143e40b3094a4c251072e638c done [2025-04-18T09:03:36.185Z] #8 exporting config sha256:0106190d1c2981e7f46899c248ee7b56c315b5076d08d6c66d98074c40e1d89c done [2025-04-18T09:03:36.185Z] #8 exporting manifest list sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 done [2025-04-18T09:03:36.185Z] #8 pushing layers 0.0s done [2025-04-18T09:03:36.185Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 0.1s done [2025-04-18T09:03:36.185Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:36.185Z] #8 DONE 0.1s [2025-04-18T09:03:36.185Z] [2025-04-18T09:03:36.185Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:36.185Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:36.472Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-04-18T09:03:36.472Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-04-18T09:03:36.732Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:36.732Z] #1 transferring dockerfile: 168B done [2025-04-18T09:03:36.732Z] #1 DONE 0.0s [2025-04-18T09:03:36.732Z] [2025-04-18T09:03:36.732Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-04-18T09:03:36.732Z] #2 DONE 0.0s [2025-04-18T09:03:36.732Z] [2025-04-18T09:03:36.732Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-04-18T09:03:36.732Z] #3 DONE 0.0s [2025-04-18T09:03:36.732Z] [2025-04-18T09:03:36.732Z] #4 [internal] load .dockerignore [2025-04-18T09:03:36.732Z] #4 transferring context: 2B done [2025-04-18T09:03:36.732Z] #4 DONE 0.0s [2025-04-18T09:03:36.732Z] [2025-04-18T09:03:36.732Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 [2025-04-18T09:03:36.732Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 [2025-04-18T09:03:36.732Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 0.0s done [2025-04-18T09:03:36.732Z] #5 CACHED [2025-04-18T09:03:36.732Z] [2025-04-18T09:03:36.732Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 [2025-04-18T09:03:36.732Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 0.0s done [2025-04-18T09:03:36.732Z] #6 CACHED [2025-04-18T09:03:36.732Z] [2025-04-18T09:03:36.732Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:36.732Z] #7 DONE 0.0s [2025-04-18T09:03:36.732Z] [2025-04-18T09:03:36.732Z] #8 exporting to image [2025-04-18T09:03:36.732Z] #8 exporting layers done [2025-04-18T09:03:36.732Z] #8 exporting manifest sha256:476118f3d4008e07ff2f642cee96efca92d6a4390d073a7621752159702788ce done [2025-04-18T09:03:36.732Z] #8 exporting config sha256:6b9f7910461b3ec1f1208ebed6ba2e37c8d6c9160dbf8e6a47785ff6b3b6db2a done [2025-04-18T09:03:36.732Z] #8 exporting manifest sha256:8eb3e5095a738af0dfe1c3866dd450e9b257300143e40b3094a4c251072e638c done [2025-04-18T09:03:36.732Z] #8 exporting config sha256:0106190d1c2981e7f46899c248ee7b56c315b5076d08d6c66d98074c40e1d89c done [2025-04-18T09:03:36.732Z] #8 exporting manifest list sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 done [2025-04-18T09:03:36.732Z] #8 pushing layers 0.0s done [2025-04-18T09:03:36.732Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 0.1s done [2025-04-18T09:03:36.732Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:36.732Z] #8 DONE 0.1s [2025-04-18T09:03:36.732Z] [2025-04-18T09:03:36.732Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:36.732Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:37.019Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a' [2025-04-18T09:03:37.019Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a --push - [2025-04-18T09:03:37.278Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:37.278Z] #1 transferring dockerfile: 205B done [2025-04-18T09:03:37.278Z] #1 DONE 0.0s [2025-04-18T09:03:37.278Z] [2025-04-18T09:03:37.278Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:37.278Z] #2 DONE 0.0s [2025-04-18T09:03:37.278Z] [2025-04-18T09:03:37.278Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:37.278Z] #3 DONE 0.1s [2025-04-18T09:03:37.278Z] [2025-04-18T09:03:37.278Z] #4 [internal] load .dockerignore [2025-04-18T09:03:37.278Z] #4 transferring context: 2B done [2025-04-18T09:03:37.278Z] #4 DONE 0.0s [2025-04-18T09:03:37.278Z] [2025-04-18T09:03:37.278Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b [2025-04-18T09:03:37.278Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done [2025-04-18T09:03:37.278Z] #5 DONE 0.0s [2025-04-18T09:03:37.278Z] [2025-04-18T09:03:37.278Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b [2025-04-18T09:03:37.278Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done [2025-04-18T09:03:37.278Z] #6 DONE 0.1s [2025-04-18T09:03:37.536Z] [2025-04-18T09:03:37.536Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:37.536Z] #7 DONE 0.0s [2025-04-18T09:03:37.536Z] [2025-04-18T09:03:37.536Z] #8 exporting to image [2025-04-18T09:03:37.536Z] #8 exporting layers done [2025-04-18T09:03:37.536Z] #8 exporting manifest sha256:17dca9035720d8a1e7b9bfaea0b83b09f6a18ef9f28978c2d2ae993c28f4a56d 0.0s done [2025-04-18T09:03:37.536Z] #8 exporting config sha256:03dcdbbfb38b4727610825b81b0703fe0005cb4a1f446a522ae722070e770bf1 done [2025-04-18T09:03:37.536Z] #8 exporting manifest sha256:bc9e03141db72503e03f43172efc406b67261be3d3e5b354e6183638ef784927 done [2025-04-18T09:03:37.536Z] #8 exporting config sha256:bba3afdc85db0eed291f3b7f7e3beb8b30e337b75f4792977ee236d6b22863ea done [2025-04-18T09:03:37.536Z] #8 exporting manifest list sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 done [2025-04-18T09:03:37.536Z] #8 pushing layers [2025-04-18T09:03:37.536Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:40.069Z] #8 pushing layers 2.4s done [2025-04-18T09:03:40.069Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 0.1s done [2025-04-18T09:03:40.069Z] #8 DONE 2.5s [2025-04-18T09:03:40.069Z] [2025-04-18T09:03:40.069Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:40.069Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:40.357Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-04-18T09:03:40.358Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-04-18T09:03:40.358Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:40.358Z] #1 transferring dockerfile: 171B done [2025-04-18T09:03:40.358Z] #1 DONE 0.0s [2025-04-18T09:03:40.358Z] [2025-04-18T09:03:40.358Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-04-18T09:03:40.358Z] #2 DONE 0.0s [2025-04-18T09:03:40.358Z] [2025-04-18T09:03:40.358Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-04-18T09:03:40.358Z] #3 DONE 0.0s [2025-04-18T09:03:40.358Z] [2025-04-18T09:03:40.358Z] #4 [internal] load .dockerignore [2025-04-18T09:03:40.358Z] #4 transferring context: 2B done [2025-04-18T09:03:40.358Z] #4 DONE 0.0s [2025-04-18T09:03:40.617Z] [2025-04-18T09:03:40.617Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b [2025-04-18T09:03:40.617Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done [2025-04-18T09:03:40.617Z] #5 CACHED [2025-04-18T09:03:40.617Z] [2025-04-18T09:03:40.617Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b [2025-04-18T09:03:40.617Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done [2025-04-18T09:03:40.617Z] #6 CACHED [2025-04-18T09:03:40.617Z] [2025-04-18T09:03:40.617Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:40.617Z] #7 DONE 0.0s [2025-04-18T09:03:40.617Z] [2025-04-18T09:03:40.617Z] #8 exporting to image [2025-04-18T09:03:40.617Z] #8 exporting layers done [2025-04-18T09:03:40.618Z] #8 exporting manifest sha256:17dca9035720d8a1e7b9bfaea0b83b09f6a18ef9f28978c2d2ae993c28f4a56d done [2025-04-18T09:03:40.618Z] #8 exporting config sha256:03dcdbbfb38b4727610825b81b0703fe0005cb4a1f446a522ae722070e770bf1 done [2025-04-18T09:03:40.618Z] #8 exporting manifest sha256:bc9e03141db72503e03f43172efc406b67261be3d3e5b354e6183638ef784927 done [2025-04-18T09:03:40.618Z] #8 exporting config sha256:bba3afdc85db0eed291f3b7f7e3beb8b30e337b75f4792977ee236d6b22863ea done [2025-04-18T09:03:40.618Z] #8 exporting manifest list sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 done [2025-04-18T09:03:40.618Z] #8 pushing layers 0.0s done [2025-04-18T09:03:40.618Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 0.1s done [2025-04-18T09:03:40.618Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:40.618Z] #8 DONE 0.1s [2025-04-18T09:03:40.618Z] [2025-04-18T09:03:40.618Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:40.618Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:40.903Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3 --push - [2025-04-18T09:03:40.904Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3' [2025-04-18T09:03:40.904Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:40.904Z] #1 transferring dockerfile: 176B done [2025-04-18T09:03:40.904Z] #1 DONE 0.0s [2025-04-18T09:03:40.904Z] [2025-04-18T09:03:40.904Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3 [2025-04-18T09:03:40.904Z] #2 DONE 0.0s [2025-04-18T09:03:40.904Z] [2025-04-18T09:03:40.904Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3 [2025-04-18T09:03:40.904Z] #3 DONE 0.0s [2025-04-18T09:03:40.904Z] [2025-04-18T09:03:40.904Z] #4 [internal] load .dockerignore [2025-04-18T09:03:40.904Z] #4 transferring context: 2B done [2025-04-18T09:03:40.904Z] #4 DONE 0.0s [2025-04-18T09:03:40.904Z] [2025-04-18T09:03:40.904Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b [2025-04-18T09:03:40.904Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done [2025-04-18T09:03:40.904Z] #5 CACHED [2025-04-18T09:03:40.904Z] [2025-04-18T09:03:40.904Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b [2025-04-18T09:03:41.162Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done [2025-04-18T09:03:41.162Z] #6 CACHED [2025-04-18T09:03:41.162Z] [2025-04-18T09:03:41.162Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:41.162Z] #7 DONE 0.0s [2025-04-18T09:03:41.162Z] [2025-04-18T09:03:41.162Z] #8 exporting to image [2025-04-18T09:03:41.162Z] #8 exporting layers done [2025-04-18T09:03:41.162Z] #8 exporting manifest sha256:17dca9035720d8a1e7b9bfaea0b83b09f6a18ef9f28978c2d2ae993c28f4a56d done [2025-04-18T09:03:41.162Z] #8 exporting config sha256:03dcdbbfb38b4727610825b81b0703fe0005cb4a1f446a522ae722070e770bf1 done [2025-04-18T09:03:41.162Z] #8 exporting manifest sha256:bc9e03141db72503e03f43172efc406b67261be3d3e5b354e6183638ef784927 done [2025-04-18T09:03:41.162Z] #8 exporting config sha256:bba3afdc85db0eed291f3b7f7e3beb8b30e337b75f4792977ee236d6b22863ea done [2025-04-18T09:03:41.162Z] #8 exporting manifest list sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 done [2025-04-18T09:03:41.162Z] #8 pushing layers 0.0s done [2025-04-18T09:03:41.162Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3@sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 0.1s done [2025-04-18T09:03:41.162Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:41.162Z] #8 DONE 0.1s [2025-04-18T09:03:41.162Z] [2025-04-18T09:03:41.162Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:41.162Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:41.441Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' [2025-04-18T09:03:41.441Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - [2025-04-18T09:03:41.441Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:41.441Z] #1 transferring dockerfile: 217B done [2025-04-18T09:03:41.441Z] #1 DONE 0.0s [2025-04-18T09:03:41.441Z] [2025-04-18T09:03:41.441Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:41.441Z] #2 DONE 0.0s [2025-04-18T09:03:41.441Z] [2025-04-18T09:03:41.441Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:41.441Z] #3 DONE 0.0s [2025-04-18T09:03:41.441Z] [2025-04-18T09:03:41.441Z] #4 [internal] load .dockerignore [2025-04-18T09:03:41.441Z] #4 transferring context: 2B done [2025-04-18T09:03:41.441Z] #4 DONE 0.0s [2025-04-18T09:03:41.441Z] [2025-04-18T09:03:41.441Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b [2025-04-18T09:03:41.441Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b [2025-04-18T09:03:41.701Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done [2025-04-18T09:03:41.701Z] #5 CACHED [2025-04-18T09:03:41.701Z] [2025-04-18T09:03:41.701Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b [2025-04-18T09:03:41.701Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done [2025-04-18T09:03:41.701Z] #6 CACHED [2025-04-18T09:03:41.701Z] [2025-04-18T09:03:41.701Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:41.701Z] #7 DONE 0.0s [2025-04-18T09:03:41.701Z] [2025-04-18T09:03:41.701Z] #8 exporting to image [2025-04-18T09:03:41.701Z] #8 exporting layers done [2025-04-18T09:03:41.701Z] #8 exporting manifest sha256:17dca9035720d8a1e7b9bfaea0b83b09f6a18ef9f28978c2d2ae993c28f4a56d done [2025-04-18T09:03:41.701Z] #8 exporting config sha256:03dcdbbfb38b4727610825b81b0703fe0005cb4a1f446a522ae722070e770bf1 done [2025-04-18T09:03:41.701Z] #8 exporting manifest sha256:bc9e03141db72503e03f43172efc406b67261be3d3e5b354e6183638ef784927 done [2025-04-18T09:03:41.701Z] #8 exporting config sha256:bba3afdc85db0eed291f3b7f7e3beb8b30e337b75f4792977ee236d6b22863ea done [2025-04-18T09:03:41.701Z] #8 exporting manifest list sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 done [2025-04-18T09:03:41.701Z] #8 pushing layers 0.0s done [2025-04-18T09:03:41.701Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 [2025-04-18T09:03:41.701Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:41.701Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 0.1s done [2025-04-18T09:03:41.701Z] #8 DONE 0.1s [2025-04-18T09:03:41.701Z] [2025-04-18T09:03:41.701Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:41.701Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:41.993Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-04-18T09:03:41.993Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-04-18T09:03:41.993Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:41.993Z] #1 transferring dockerfile: 169B done [2025-04-18T09:03:41.993Z] #1 DONE 0.0s [2025-04-18T09:03:41.993Z] [2025-04-18T09:03:41.993Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-04-18T09:03:41.993Z] #2 DONE 0.0s [2025-04-18T09:03:41.993Z] [2025-04-18T09:03:41.993Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-04-18T09:03:41.993Z] #3 DONE 0.0s [2025-04-18T09:03:41.993Z] [2025-04-18T09:03:41.993Z] #4 [internal] load .dockerignore [2025-04-18T09:03:41.993Z] #4 transferring context: 2B done [2025-04-18T09:03:41.993Z] #4 DONE 0.0s [2025-04-18T09:03:41.993Z] [2025-04-18T09:03:41.993Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b [2025-04-18T09:03:41.993Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b [2025-04-18T09:03:42.252Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done [2025-04-18T09:03:42.252Z] #5 CACHED [2025-04-18T09:03:42.252Z] [2025-04-18T09:03:42.252Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b [2025-04-18T09:03:42.252Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done [2025-04-18T09:03:42.252Z] #6 CACHED [2025-04-18T09:03:42.252Z] [2025-04-18T09:03:42.252Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:42.252Z] #7 DONE 0.0s [2025-04-18T09:03:42.252Z] [2025-04-18T09:03:42.252Z] #8 exporting to image [2025-04-18T09:03:42.252Z] #8 exporting layers done [2025-04-18T09:03:42.252Z] #8 exporting manifest sha256:17dca9035720d8a1e7b9bfaea0b83b09f6a18ef9f28978c2d2ae993c28f4a56d done [2025-04-18T09:03:42.252Z] #8 exporting config sha256:03dcdbbfb38b4727610825b81b0703fe0005cb4a1f446a522ae722070e770bf1 done [2025-04-18T09:03:42.252Z] #8 exporting manifest sha256:bc9e03141db72503e03f43172efc406b67261be3d3e5b354e6183638ef784927 done [2025-04-18T09:03:42.252Z] #8 exporting config sha256:bba3afdc85db0eed291f3b7f7e3beb8b30e337b75f4792977ee236d6b22863ea done [2025-04-18T09:03:42.252Z] #8 exporting manifest list sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 done [2025-04-18T09:03:42.252Z] #8 pushing layers 0.0s done [2025-04-18T09:03:42.252Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 0.1s done [2025-04-18T09:03:42.252Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:42.252Z] #8 DONE 0.1s [2025-04-18T09:03:42.252Z] [2025-04-18T09:03:42.252Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:42.252Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:42.548Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a --push - [2025-04-18T09:03:42.548Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a' [2025-04-18T09:03:42.548Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:42.548Z] #1 transferring dockerfile: 211B done [2025-04-18T09:03:42.548Z] #1 DONE 0.0s [2025-04-18T09:03:42.548Z] [2025-04-18T09:03:42.548Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:42.548Z] #2 DONE 0.0s [2025-04-18T09:03:42.548Z] [2025-04-18T09:03:42.548Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:42.548Z] #3 DONE 0.0s [2025-04-18T09:03:42.548Z] [2025-04-18T09:03:42.548Z] #4 [internal] load .dockerignore [2025-04-18T09:03:42.548Z] #4 transferring context: 2B done [2025-04-18T09:03:42.548Z] #4 DONE 0.0s [2025-04-18T09:03:42.809Z] [2025-04-18T09:03:42.809Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 [2025-04-18T09:03:42.809Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done [2025-04-18T09:03:42.809Z] #5 DONE 0.0s [2025-04-18T09:03:42.809Z] [2025-04-18T09:03:42.809Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 [2025-04-18T09:03:42.809Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done [2025-04-18T09:03:42.809Z] #6 DONE 0.1s [2025-04-18T09:03:43.068Z] [2025-04-18T09:03:43.068Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:43.068Z] #7 DONE 0.0s [2025-04-18T09:03:43.068Z] [2025-04-18T09:03:43.068Z] #8 exporting to image [2025-04-18T09:03:43.068Z] #8 exporting layers done [2025-04-18T09:03:43.068Z] #8 exporting manifest sha256:f35fa579b4353570afbf8d39fc66229477b49715abac7158eec052760491ec88 0.0s done [2025-04-18T09:03:43.068Z] #8 exporting config sha256:558e69278d7e4fe1f6a501d58a9fb9dec8830a5fd6e4918882e04321ab4425f7 done [2025-04-18T09:03:43.068Z] #8 exporting manifest sha256:eb26366be0512eb8a90cbf1b0bf6c9f1e677ad32c4eb53153ef707dac7306282 done [2025-04-18T09:03:43.068Z] #8 exporting config sha256:4462e3d33c4cd27e7e6fc267117c705c160a1dd752c2759a373be7a56aa2b6ba done [2025-04-18T09:03:43.068Z] #8 exporting manifest list sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e done [2025-04-18T09:03:43.068Z] #8 pushing layers [2025-04-18T09:03:43.068Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:43.068Z] #8 pushing layers 0.1s done [2025-04-18T09:03:43.068Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e 0.1s done [2025-04-18T09:03:43.068Z] #8 DONE 0.2s [2025-04-18T09:03:43.068Z] [2025-04-18T09:03:43.068Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:43.068Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:43.357Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-04-18T09:03:43.357Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-04-18T09:03:43.357Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:43.357Z] #1 transferring dockerfile: 177B done [2025-04-18T09:03:43.357Z] #1 DONE 0.0s [2025-04-18T09:03:43.357Z] [2025-04-18T09:03:43.357Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-04-18T09:03:43.357Z] #2 DONE 0.0s [2025-04-18T09:03:43.357Z] [2025-04-18T09:03:43.357Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-04-18T09:03:43.357Z] #3 DONE 0.0s [2025-04-18T09:03:43.357Z] [2025-04-18T09:03:43.357Z] #4 [internal] load .dockerignore [2025-04-18T09:03:43.357Z] #4 transferring context: 2B done [2025-04-18T09:03:43.357Z] #4 DONE 0.0s [2025-04-18T09:03:43.357Z] [2025-04-18T09:03:43.357Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 [2025-04-18T09:03:43.357Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done [2025-04-18T09:03:43.357Z] #5 DONE 0.0s [2025-04-18T09:03:43.357Z] [2025-04-18T09:03:43.357Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 [2025-04-18T09:03:43.616Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done [2025-04-18T09:03:43.616Z] #6 CACHED [2025-04-18T09:03:43.616Z] [2025-04-18T09:03:43.616Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 [2025-04-18T09:03:43.616Z] #5 CACHED [2025-04-18T09:03:43.616Z] [2025-04-18T09:03:43.616Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:43.616Z] #7 DONE 0.0s [2025-04-18T09:03:43.616Z] [2025-04-18T09:03:43.616Z] #8 exporting to image [2025-04-18T09:03:43.616Z] #8 exporting layers done [2025-04-18T09:03:43.616Z] #8 exporting manifest sha256:f35fa579b4353570afbf8d39fc66229477b49715abac7158eec052760491ec88 done [2025-04-18T09:03:43.616Z] #8 exporting config sha256:558e69278d7e4fe1f6a501d58a9fb9dec8830a5fd6e4918882e04321ab4425f7 done [2025-04-18T09:03:43.616Z] #8 exporting manifest sha256:eb26366be0512eb8a90cbf1b0bf6c9f1e677ad32c4eb53153ef707dac7306282 done [2025-04-18T09:03:43.616Z] #8 exporting config sha256:4462e3d33c4cd27e7e6fc267117c705c160a1dd752c2759a373be7a56aa2b6ba done [2025-04-18T09:03:43.616Z] #8 exporting manifest list sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e done [2025-04-18T09:03:43.616Z] #8 pushing layers 0.0s done [2025-04-18T09:03:43.616Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e 0.1s done [2025-04-18T09:03:43.616Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:43.616Z] #8 DONE 0.1s [2025-04-18T09:03:43.616Z] [2025-04-18T09:03:43.616Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:43.616Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:43.906Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3 --push - [2025-04-18T09:03:43.906Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3' [2025-04-18T09:03:43.906Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:43.906Z] #1 transferring dockerfile: 182B done [2025-04-18T09:03:43.906Z] #1 DONE 0.0s [2025-04-18T09:03:43.906Z] [2025-04-18T09:03:43.906Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3 [2025-04-18T09:03:43.906Z] #2 DONE 0.0s [2025-04-18T09:03:43.906Z] [2025-04-18T09:03:43.906Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3 [2025-04-18T09:03:43.906Z] #3 DONE 0.0s [2025-04-18T09:03:43.906Z] [2025-04-18T09:03:43.906Z] #4 [internal] load .dockerignore [2025-04-18T09:03:43.906Z] #4 transferring context: [2025-04-18T09:03:44.164Z] #4 transferring context: 2B done [2025-04-18T09:03:44.164Z] #4 DONE 0.0s [2025-04-18T09:03:44.164Z] [2025-04-18T09:03:44.164Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 [2025-04-18T09:03:44.164Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done [2025-04-18T09:03:44.164Z] #5 CACHED [2025-04-18T09:03:44.164Z] [2025-04-18T09:03:44.164Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 [2025-04-18T09:03:44.164Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done [2025-04-18T09:03:44.164Z] #6 CACHED [2025-04-18T09:03:44.164Z] [2025-04-18T09:03:44.164Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:44.164Z] #7 DONE 0.0s [2025-04-18T09:03:44.164Z] [2025-04-18T09:03:44.164Z] #8 exporting to image [2025-04-18T09:03:44.164Z] #8 exporting layers done [2025-04-18T09:03:44.164Z] #8 exporting manifest sha256:f35fa579b4353570afbf8d39fc66229477b49715abac7158eec052760491ec88 done [2025-04-18T09:03:44.164Z] #8 exporting config sha256:558e69278d7e4fe1f6a501d58a9fb9dec8830a5fd6e4918882e04321ab4425f7 done [2025-04-18T09:03:44.164Z] #8 exporting manifest sha256:eb26366be0512eb8a90cbf1b0bf6c9f1e677ad32c4eb53153ef707dac7306282 done [2025-04-18T09:03:44.164Z] #8 exporting config sha256:4462e3d33c4cd27e7e6fc267117c705c160a1dd752c2759a373be7a56aa2b6ba done [2025-04-18T09:03:44.164Z] #8 exporting manifest list sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e done [2025-04-18T09:03:44.164Z] #8 pushing layers 0.0s done [2025-04-18T09:03:44.164Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3@sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e 0.1s done [2025-04-18T09:03:44.164Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:44.164Z] #8 DONE 0.1s [2025-04-18T09:03:44.164Z] [2025-04-18T09:03:44.164Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:44.164Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:44.462Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' [2025-04-18T09:03:44.462Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - [2025-04-18T09:03:44.462Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:44.462Z] #1 transferring dockerfile: 223B done [2025-04-18T09:03:44.462Z] #1 DONE 0.0s [2025-04-18T09:03:44.462Z] [2025-04-18T09:03:44.462Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:44.462Z] #2 DONE 0.0s [2025-04-18T09:03:44.462Z] [2025-04-18T09:03:44.462Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:44.462Z] #3 DONE 0.0s [2025-04-18T09:03:44.462Z] [2025-04-18T09:03:44.462Z] #4 [internal] load .dockerignore [2025-04-18T09:03:44.462Z] #4 transferring context: 2B done [2025-04-18T09:03:44.462Z] #4 DONE 0.0s [2025-04-18T09:03:44.462Z] [2025-04-18T09:03:44.462Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 [2025-04-18T09:03:44.462Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done [2025-04-18T09:03:44.462Z] #5 DONE 0.0s [2025-04-18T09:03:44.462Z] [2025-04-18T09:03:44.462Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 [2025-04-18T09:03:44.722Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done [2025-04-18T09:03:44.722Z] #6 CACHED [2025-04-18T09:03:44.722Z] [2025-04-18T09:03:44.722Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 [2025-04-18T09:03:44.722Z] #5 CACHED [2025-04-18T09:03:44.722Z] [2025-04-18T09:03:44.722Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:44.722Z] #7 DONE 0.0s [2025-04-18T09:03:44.722Z] [2025-04-18T09:03:44.722Z] #8 exporting to image [2025-04-18T09:03:44.722Z] #8 exporting layers done [2025-04-18T09:03:44.722Z] #8 exporting manifest sha256:f35fa579b4353570afbf8d39fc66229477b49715abac7158eec052760491ec88 done [2025-04-18T09:03:44.722Z] #8 exporting config sha256:558e69278d7e4fe1f6a501d58a9fb9dec8830a5fd6e4918882e04321ab4425f7 done [2025-04-18T09:03:44.722Z] #8 exporting manifest sha256:eb26366be0512eb8a90cbf1b0bf6c9f1e677ad32c4eb53153ef707dac7306282 done [2025-04-18T09:03:44.722Z] #8 exporting config sha256:4462e3d33c4cd27e7e6fc267117c705c160a1dd752c2759a373be7a56aa2b6ba done [2025-04-18T09:03:44.722Z] #8 exporting manifest list sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e done [2025-04-18T09:03:44.722Z] #8 pushing layers 0.0s done [2025-04-18T09:03:44.722Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e 0.1s done [2025-04-18T09:03:44.722Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:44.722Z] #8 DONE 0.1s [2025-04-18T09:03:44.722Z] [2025-04-18T09:03:44.722Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:44.722Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:45.010Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-04-18T09:03:45.010Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-04-18T09:03:45.010Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:45.010Z] #1 transferring dockerfile: 175B done [2025-04-18T09:03:45.010Z] #1 DONE 0.0s [2025-04-18T09:03:45.010Z] [2025-04-18T09:03:45.010Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-04-18T09:03:45.010Z] #2 DONE 0.0s [2025-04-18T09:03:45.010Z] [2025-04-18T09:03:45.010Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-04-18T09:03:45.010Z] #3 DONE 0.0s [2025-04-18T09:03:45.010Z] [2025-04-18T09:03:45.010Z] #4 [internal] load .dockerignore [2025-04-18T09:03:45.010Z] #4 transferring context: 2B done [2025-04-18T09:03:45.010Z] #4 DONE 0.0s [2025-04-18T09:03:45.010Z] [2025-04-18T09:03:45.010Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 [2025-04-18T09:03:45.010Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done [2025-04-18T09:03:45.010Z] #5 CACHED [2025-04-18T09:03:45.010Z] [2025-04-18T09:03:45.010Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 [2025-04-18T09:03:45.010Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done [2025-04-18T09:03:45.010Z] #6 CACHED [2025-04-18T09:03:45.010Z] [2025-04-18T09:03:45.010Z] #7 exporting to image [2025-04-18T09:03:45.010Z] #7 exporting layers done [2025-04-18T09:03:45.010Z] #7 exporting manifest sha256:f35fa579b4353570afbf8d39fc66229477b49715abac7158eec052760491ec88 [2025-04-18T09:03:45.010Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:45.269Z] #7 exporting manifest sha256:f35fa579b4353570afbf8d39fc66229477b49715abac7158eec052760491ec88 done [2025-04-18T09:03:45.269Z] #7 exporting config sha256:558e69278d7e4fe1f6a501d58a9fb9dec8830a5fd6e4918882e04321ab4425f7 done [2025-04-18T09:03:45.269Z] #7 exporting manifest sha256:eb26366be0512eb8a90cbf1b0bf6c9f1e677ad32c4eb53153ef707dac7306282 done [2025-04-18T09:03:45.269Z] #7 exporting config sha256:4462e3d33c4cd27e7e6fc267117c705c160a1dd752c2759a373be7a56aa2b6ba done [2025-04-18T09:03:45.269Z] #7 exporting manifest list sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e done [2025-04-18T09:03:45.269Z] #7 pushing layers 0.0s done [2025-04-18T09:03:45.269Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e 0.1s done [2025-04-18T09:03:45.269Z] #7 DONE 0.1s [2025-04-18T09:03:45.269Z] [2025-04-18T09:03:45.269Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:45.269Z] #8 DONE 0.0s [2025-04-18T09:03:45.269Z] [2025-04-18T09:03:45.269Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:45.269Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:45.557Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a' [2025-04-18T09:03:45.557Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a --push - [2025-04-18T09:03:45.557Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:45.557Z] #1 transferring dockerfile: 215B done [2025-04-18T09:03:45.557Z] #1 DONE 0.0s [2025-04-18T09:03:45.557Z] [2025-04-18T09:03:45.557Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:45.557Z] #2 DONE 0.0s [2025-04-18T09:03:45.557Z] [2025-04-18T09:03:45.557Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:45.557Z] #3 DONE 0.1s [2025-04-18T09:03:45.557Z] [2025-04-18T09:03:45.557Z] #4 [internal] load .dockerignore [2025-04-18T09:03:45.816Z] #4 transferring context: 2B done [2025-04-18T09:03:45.816Z] #4 DONE 0.0s [2025-04-18T09:03:45.816Z] [2025-04-18T09:03:45.816Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 [2025-04-18T09:03:45.816Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done [2025-04-18T09:03:45.816Z] #5 DONE 0.0s [2025-04-18T09:03:45.816Z] [2025-04-18T09:03:45.816Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 [2025-04-18T09:03:45.816Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done [2025-04-18T09:03:45.816Z] #6 DONE 0.1s [2025-04-18T09:03:45.816Z] [2025-04-18T09:03:45.816Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:45.816Z] #7 DONE 0.0s [2025-04-18T09:03:45.816Z] [2025-04-18T09:03:45.816Z] #8 exporting to image [2025-04-18T09:03:45.816Z] #8 exporting layers done [2025-04-18T09:03:45.816Z] #8 exporting manifest sha256:86d763b76097212a31a5d733fb0a00521ed5575fb65b7a7678e0a87fcafeb834 0.0s done [2025-04-18T09:03:45.816Z] #8 exporting config sha256:4b3bac25903533d8f1455adbb84c06305f99f838f35ec81f0d72b2a384d66bee done [2025-04-18T09:03:45.816Z] #8 exporting manifest sha256:bd22d0b670c6f66e4dfb5c7586b006c9ada746444e260a2b327f333aa1ca392d done [2025-04-18T09:03:45.816Z] #8 exporting config sha256:df2b47af2c79a6b24fd8c6ee3a2871474d4351a6fc61197009cd66fd4b45ff8d done [2025-04-18T09:03:45.816Z] #8 exporting manifest list sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 done [2025-04-18T09:03:45.816Z] #8 pushing layers [2025-04-18T09:03:45.816Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:46.075Z] #8 pushing layers 0.1s done [2025-04-18T09:03:46.075Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 0.1s done [2025-04-18T09:03:46.075Z] #8 DONE 0.2s [2025-04-18T09:03:46.075Z] [2025-04-18T09:03:46.075Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:46.075Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:46.361Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-04-18T09:03:46.361Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-04-18T09:03:46.618Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:46.618Z] #1 transferring dockerfile: 181B done [2025-04-18T09:03:46.618Z] #1 DONE 0.0s [2025-04-18T09:03:46.618Z] [2025-04-18T09:03:46.619Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-04-18T09:03:46.619Z] #2 DONE 0.0s [2025-04-18T09:03:46.619Z] [2025-04-18T09:03:46.619Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-04-18T09:03:46.619Z] #3 DONE 0.0s [2025-04-18T09:03:46.619Z] [2025-04-18T09:03:46.619Z] #4 [internal] load .dockerignore [2025-04-18T09:03:46.619Z] #4 transferring context: 2B done [2025-04-18T09:03:46.619Z] #4 DONE 0.0s [2025-04-18T09:03:46.619Z] [2025-04-18T09:03:46.619Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 [2025-04-18T09:03:46.619Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 [2025-04-18T09:03:46.619Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done [2025-04-18T09:03:46.619Z] #5 CACHED [2025-04-18T09:03:46.619Z] [2025-04-18T09:03:46.619Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 [2025-04-18T09:03:46.619Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done [2025-04-18T09:03:46.619Z] #6 CACHED [2025-04-18T09:03:46.619Z] [2025-04-18T09:03:46.619Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:46.619Z] #7 DONE 0.0s [2025-04-18T09:03:46.619Z] [2025-04-18T09:03:46.619Z] #8 exporting to image [2025-04-18T09:03:46.619Z] #8 exporting layers done [2025-04-18T09:03:46.619Z] #8 exporting manifest sha256:86d763b76097212a31a5d733fb0a00521ed5575fb65b7a7678e0a87fcafeb834 done [2025-04-18T09:03:46.619Z] #8 exporting config sha256:4b3bac25903533d8f1455adbb84c06305f99f838f35ec81f0d72b2a384d66bee done [2025-04-18T09:03:46.619Z] #8 exporting manifest sha256:bd22d0b670c6f66e4dfb5c7586b006c9ada746444e260a2b327f333aa1ca392d done [2025-04-18T09:03:46.619Z] #8 exporting config sha256:df2b47af2c79a6b24fd8c6ee3a2871474d4351a6fc61197009cd66fd4b45ff8d done [2025-04-18T09:03:46.619Z] #8 exporting manifest list sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 done [2025-04-18T09:03:46.619Z] #8 pushing layers 0.0s done [2025-04-18T09:03:46.619Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 0.1s done [2025-04-18T09:03:46.619Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:46.619Z] #8 DONE 0.1s [2025-04-18T09:03:46.619Z] [2025-04-18T09:03:46.619Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:46.619Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:46.904Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3' [2025-04-18T09:03:46.904Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3 --push - [2025-04-18T09:03:46.904Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:46.904Z] #1 transferring dockerfile: 186B done [2025-04-18T09:03:46.904Z] #1 DONE 0.0s [2025-04-18T09:03:46.904Z] [2025-04-18T09:03:46.904Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3 [2025-04-18T09:03:46.904Z] #2 DONE 0.0s [2025-04-18T09:03:46.904Z] [2025-04-18T09:03:46.904Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3 [2025-04-18T09:03:46.904Z] #3 DONE 0.0s [2025-04-18T09:03:46.904Z] [2025-04-18T09:03:46.904Z] #4 [internal] load .dockerignore [2025-04-18T09:03:46.904Z] #4 transferring context: 2B done [2025-04-18T09:03:46.904Z] #4 DONE 0.0s [2025-04-18T09:03:46.904Z] [2025-04-18T09:03:46.904Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 [2025-04-18T09:03:46.904Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done [2025-04-18T09:03:46.904Z] #5 DONE 0.0s [2025-04-18T09:03:46.904Z] [2025-04-18T09:03:46.904Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 [2025-04-18T09:03:47.162Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done [2025-04-18T09:03:47.162Z] #6 CACHED [2025-04-18T09:03:47.162Z] [2025-04-18T09:03:47.162Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 [2025-04-18T09:03:47.162Z] #5 CACHED [2025-04-18T09:03:47.162Z] [2025-04-18T09:03:47.162Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:47.162Z] #7 DONE 0.0s [2025-04-18T09:03:47.162Z] [2025-04-18T09:03:47.162Z] #8 exporting to image [2025-04-18T09:03:47.162Z] #8 exporting layers done [2025-04-18T09:03:47.162Z] #8 exporting manifest sha256:86d763b76097212a31a5d733fb0a00521ed5575fb65b7a7678e0a87fcafeb834 done [2025-04-18T09:03:47.162Z] #8 exporting config sha256:4b3bac25903533d8f1455adbb84c06305f99f838f35ec81f0d72b2a384d66bee done [2025-04-18T09:03:47.162Z] #8 exporting manifest sha256:bd22d0b670c6f66e4dfb5c7586b006c9ada746444e260a2b327f333aa1ca392d done [2025-04-18T09:03:47.162Z] #8 exporting config sha256:df2b47af2c79a6b24fd8c6ee3a2871474d4351a6fc61197009cd66fd4b45ff8d done [2025-04-18T09:03:47.162Z] #8 exporting manifest list sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 done [2025-04-18T09:03:47.162Z] #8 pushing layers 0.0s done [2025-04-18T09:03:47.162Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3@sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 0.1s done [2025-04-18T09:03:47.162Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:47.162Z] #8 DONE 0.1s [2025-04-18T09:03:47.162Z] [2025-04-18T09:03:47.162Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:47.162Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:47.455Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' [2025-04-18T09:03:47.455Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - [2025-04-18T09:03:47.714Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:47.714Z] #1 transferring dockerfile: 227B done [2025-04-18T09:03:47.714Z] #1 DONE 0.0s [2025-04-18T09:03:47.714Z] [2025-04-18T09:03:47.714Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:47.714Z] #2 DONE 0.0s [2025-04-18T09:03:47.714Z] [2025-04-18T09:03:47.714Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:47.714Z] #3 DONE 0.0s [2025-04-18T09:03:47.714Z] [2025-04-18T09:03:47.714Z] #4 [internal] load .dockerignore [2025-04-18T09:03:47.714Z] #4 transferring context: 2B done [2025-04-18T09:03:47.714Z] #4 DONE 0.0s [2025-04-18T09:03:47.714Z] [2025-04-18T09:03:47.714Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 [2025-04-18T09:03:47.714Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done [2025-04-18T09:03:47.714Z] #5 CACHED [2025-04-18T09:03:47.714Z] [2025-04-18T09:03:47.715Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 [2025-04-18T09:03:47.715Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done [2025-04-18T09:03:47.715Z] #6 CACHED [2025-04-18T09:03:47.715Z] [2025-04-18T09:03:47.715Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:47.715Z] #7 DONE 0.0s [2025-04-18T09:03:47.715Z] [2025-04-18T09:03:47.715Z] #8 exporting to image [2025-04-18T09:03:47.715Z] #8 exporting layers done [2025-04-18T09:03:47.715Z] #8 exporting manifest sha256:86d763b76097212a31a5d733fb0a00521ed5575fb65b7a7678e0a87fcafeb834 done [2025-04-18T09:03:47.715Z] #8 exporting config sha256:4b3bac25903533d8f1455adbb84c06305f99f838f35ec81f0d72b2a384d66bee done [2025-04-18T09:03:47.715Z] #8 exporting manifest sha256:bd22d0b670c6f66e4dfb5c7586b006c9ada746444e260a2b327f333aa1ca392d done [2025-04-18T09:03:47.715Z] #8 exporting config sha256:df2b47af2c79a6b24fd8c6ee3a2871474d4351a6fc61197009cd66fd4b45ff8d done [2025-04-18T09:03:47.715Z] #8 exporting manifest list sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 done [2025-04-18T09:03:47.715Z] #8 pushing layers 0.0s done [2025-04-18T09:03:47.715Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 0.1s done [2025-04-18T09:03:47.715Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:47.715Z] #8 DONE 0.1s [2025-04-18T09:03:47.715Z] [2025-04-18T09:03:47.715Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:47.715Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:48.010Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-04-18T09:03:48.010Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-04-18T09:03:48.010Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:48.010Z] #1 transferring dockerfile: 179B done [2025-04-18T09:03:48.010Z] #1 DONE 0.0s [2025-04-18T09:03:48.010Z] [2025-04-18T09:03:48.010Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-04-18T09:03:48.010Z] #2 DONE 0.0s [2025-04-18T09:03:48.010Z] [2025-04-18T09:03:48.010Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-04-18T09:03:48.010Z] #3 DONE 0.0s [2025-04-18T09:03:48.010Z] [2025-04-18T09:03:48.010Z] #4 [internal] load .dockerignore [2025-04-18T09:03:48.010Z] #4 transferring context: 2B done [2025-04-18T09:03:48.010Z] #4 DONE 0.0s [2025-04-18T09:03:48.010Z] [2025-04-18T09:03:48.010Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 [2025-04-18T09:03:48.010Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 [2025-04-18T09:03:48.269Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done [2025-04-18T09:03:48.269Z] #5 CACHED [2025-04-18T09:03:48.269Z] [2025-04-18T09:03:48.269Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 [2025-04-18T09:03:48.269Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done [2025-04-18T09:03:48.269Z] #6 CACHED [2025-04-18T09:03:48.269Z] [2025-04-18T09:03:48.269Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:48.269Z] #7 DONE 0.0s [2025-04-18T09:03:48.269Z] [2025-04-18T09:03:48.269Z] #8 exporting to image [2025-04-18T09:03:48.269Z] #8 exporting layers done [2025-04-18T09:03:48.269Z] #8 exporting manifest sha256:86d763b76097212a31a5d733fb0a00521ed5575fb65b7a7678e0a87fcafeb834 done [2025-04-18T09:03:48.269Z] #8 exporting config sha256:4b3bac25903533d8f1455adbb84c06305f99f838f35ec81f0d72b2a384d66bee done [2025-04-18T09:03:48.269Z] #8 exporting manifest sha256:bd22d0b670c6f66e4dfb5c7586b006c9ada746444e260a2b327f333aa1ca392d done [2025-04-18T09:03:48.269Z] #8 exporting config sha256:df2b47af2c79a6b24fd8c6ee3a2871474d4351a6fc61197009cd66fd4b45ff8d done [2025-04-18T09:03:48.269Z] #8 exporting manifest list sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 done [2025-04-18T09:03:48.269Z] #8 pushing layers 0.0s done [2025-04-18T09:03:48.269Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 0.1s done [2025-04-18T09:03:48.269Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:48.269Z] #8 DONE 0.1s [2025-04-18T09:03:48.269Z] [2025-04-18T09:03:48.269Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:48.269Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:48.555Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a' [2025-04-18T09:03:48.555Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a --push - [2025-04-18T09:03:48.555Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:48.555Z] #1 transferring dockerfile: 205B done [2025-04-18T09:03:48.555Z] #1 DONE 0.0s [2025-04-18T09:03:48.555Z] [2025-04-18T09:03:48.555Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:48.555Z] #2 DONE 0.0s [2025-04-18T09:03:48.555Z] [2025-04-18T09:03:48.555Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:48.555Z] #3 DONE 0.1s [2025-04-18T09:03:48.555Z] [2025-04-18T09:03:48.555Z] #4 [internal] load .dockerignore [2025-04-18T09:03:48.555Z] #4 transferring context: 2B done [2025-04-18T09:03:48.555Z] #4 DONE 0.0s [2025-04-18T09:03:48.814Z] [2025-04-18T09:03:48.814Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad [2025-04-18T09:03:48.814Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad [2025-04-18T09:03:48.814Z] #5 ... [2025-04-18T09:03:48.814Z] [2025-04-18T09:03:48.814Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad [2025-04-18T09:03:48.814Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 0.0s done [2025-04-18T09:03:48.814Z] #6 DONE 0.1s [2025-04-18T09:03:49.073Z] [2025-04-18T09:03:49.073Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:49.073Z] #7 DONE 0.0s [2025-04-18T09:03:49.073Z] [2025-04-18T09:03:49.073Z] #8 exporting to image [2025-04-18T09:03:49.073Z] #8 exporting layers done [2025-04-18T09:03:49.073Z] #8 exporting manifest sha256:20f588fbfd9dabfa67bf4e14388b4c623338e44da1bd5af8df407761babe0ee0 0.0s done [2025-04-18T09:03:49.073Z] #8 exporting config sha256:6ca13e013649eb89ae51dd3322d05484a52f6afe66e1a02adc0542786d4b3799 done [2025-04-18T09:03:49.073Z] #8 exporting manifest sha256:df2714085d2ad2af2815145f5ca7a1e79ab0186ed48cb6feabd11cd498000541 done [2025-04-18T09:03:49.073Z] #8 exporting config sha256:75d547c0699061e01f286db0c8494d15f6878c6c2eaca1450dcf820d10b2005a done [2025-04-18T09:03:49.073Z] #8 exporting manifest list sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 done [2025-04-18T09:03:49.073Z] #8 pushing layers [2025-04-18T09:03:49.073Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:49.073Z] #8 pushing layers 0.1s done [2025-04-18T09:03:49.073Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 0.1s done [2025-04-18T09:03:49.073Z] #8 DONE 0.2s [2025-04-18T09:03:49.073Z] [2025-04-18T09:03:49.073Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:49.073Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:49.359Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-04-18T09:03:49.359Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-04-18T09:03:49.359Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:49.359Z] #1 transferring dockerfile: 171B done [2025-04-18T09:03:49.359Z] #1 DONE 0.0s [2025-04-18T09:03:49.359Z] [2025-04-18T09:03:49.359Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-04-18T09:03:49.359Z] #2 DONE 0.0s [2025-04-18T09:03:49.359Z] [2025-04-18T09:03:49.359Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-04-18T09:03:49.359Z] #3 DONE 0.0s [2025-04-18T09:03:49.359Z] [2025-04-18T09:03:49.359Z] #4 [internal] load .dockerignore [2025-04-18T09:03:49.359Z] #4 transferring context: 2B done [2025-04-18T09:03:49.359Z] #4 DONE 0.0s [2025-04-18T09:03:49.359Z] [2025-04-18T09:03:49.359Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad [2025-04-18T09:03:49.359Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 0.0s done [2025-04-18T09:03:49.359Z] #5 DONE 0.0s [2025-04-18T09:03:49.359Z] [2025-04-18T09:03:49.359Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad [2025-04-18T09:03:49.617Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 0.0s done [2025-04-18T09:03:49.617Z] #6 CACHED [2025-04-18T09:03:49.617Z] [2025-04-18T09:03:49.617Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad [2025-04-18T09:03:49.617Z] #5 CACHED [2025-04-18T09:03:49.617Z] [2025-04-18T09:03:49.617Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:49.617Z] #7 DONE 0.0s [2025-04-18T09:03:49.617Z] [2025-04-18T09:03:49.617Z] #8 exporting to image [2025-04-18T09:03:49.617Z] #8 exporting layers done [2025-04-18T09:03:49.618Z] #8 exporting manifest sha256:20f588fbfd9dabfa67bf4e14388b4c623338e44da1bd5af8df407761babe0ee0 done [2025-04-18T09:03:49.618Z] #8 exporting config sha256:6ca13e013649eb89ae51dd3322d05484a52f6afe66e1a02adc0542786d4b3799 done [2025-04-18T09:03:49.618Z] #8 exporting manifest sha256:df2714085d2ad2af2815145f5ca7a1e79ab0186ed48cb6feabd11cd498000541 done [2025-04-18T09:03:49.618Z] #8 exporting config sha256:75d547c0699061e01f286db0c8494d15f6878c6c2eaca1450dcf820d10b2005a done [2025-04-18T09:03:49.618Z] #8 exporting manifest list sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 done [2025-04-18T09:03:49.618Z] #8 pushing layers 0.0s done [2025-04-18T09:03:49.618Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 0.1s done [2025-04-18T09:03:49.618Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:49.618Z] #8 DONE 0.1s [2025-04-18T09:03:49.618Z] [2025-04-18T09:03:49.618Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:49.618Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:49.903Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3 --push - [2025-04-18T09:03:49.903Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3' [2025-04-18T09:03:50.162Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:50.162Z] #1 transferring dockerfile: 176B done [2025-04-18T09:03:50.162Z] #1 DONE 0.0s [2025-04-18T09:03:50.162Z] [2025-04-18T09:03:50.162Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3 [2025-04-18T09:03:50.162Z] #2 DONE 0.0s [2025-04-18T09:03:50.162Z] [2025-04-18T09:03:50.162Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3 [2025-04-18T09:03:50.162Z] #3 DONE 0.0s [2025-04-18T09:03:50.162Z] [2025-04-18T09:03:50.162Z] #4 [internal] load .dockerignore [2025-04-18T09:03:50.162Z] #4 transferring context: 2B done [2025-04-18T09:03:50.162Z] #4 DONE 0.0s [2025-04-18T09:03:50.162Z] [2025-04-18T09:03:50.162Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad [2025-04-18T09:03:50.162Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 0.0s done [2025-04-18T09:03:50.162Z] #5 CACHED [2025-04-18T09:03:50.162Z] [2025-04-18T09:03:50.162Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad [2025-04-18T09:03:50.162Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 0.0s done [2025-04-18T09:03:50.162Z] #6 CACHED [2025-04-18T09:03:50.162Z] [2025-04-18T09:03:50.162Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:50.162Z] #7 DONE 0.0s [2025-04-18T09:03:50.162Z] [2025-04-18T09:03:50.162Z] #8 exporting to image [2025-04-18T09:03:50.162Z] #8 exporting layers done [2025-04-18T09:03:50.162Z] #8 exporting manifest sha256:20f588fbfd9dabfa67bf4e14388b4c623338e44da1bd5af8df407761babe0ee0 done [2025-04-18T09:03:50.162Z] #8 exporting config sha256:6ca13e013649eb89ae51dd3322d05484a52f6afe66e1a02adc0542786d4b3799 done [2025-04-18T09:03:50.162Z] #8 exporting manifest sha256:df2714085d2ad2af2815145f5ca7a1e79ab0186ed48cb6feabd11cd498000541 done [2025-04-18T09:03:50.162Z] #8 exporting config sha256:75d547c0699061e01f286db0c8494d15f6878c6c2eaca1450dcf820d10b2005a done [2025-04-18T09:03:50.162Z] #8 exporting manifest list sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 done [2025-04-18T09:03:50.162Z] #8 pushing layers 0.0s done [2025-04-18T09:03:50.162Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3@sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 0.1s done [2025-04-18T09:03:50.162Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:50.162Z] #8 DONE 0.1s [2025-04-18T09:03:50.163Z] [2025-04-18T09:03:50.163Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:50.163Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:50.464Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' [2025-04-18T09:03:50.464Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - [2025-04-18T09:03:50.464Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:50.464Z] #1 transferring dockerfile: 217B done [2025-04-18T09:03:50.464Z] #1 DONE 0.0s [2025-04-18T09:03:50.464Z] [2025-04-18T09:03:50.464Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:50.464Z] #2 DONE 0.0s [2025-04-18T09:03:50.464Z] [2025-04-18T09:03:50.464Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:50.464Z] #3 DONE 0.0s [2025-04-18T09:03:50.464Z] [2025-04-18T09:03:50.464Z] #4 [internal] load .dockerignore [2025-04-18T09:03:50.464Z] #4 transferring context: 2B done [2025-04-18T09:03:50.464Z] #4 DONE 0.0s [2025-04-18T09:03:50.723Z] [2025-04-18T09:03:50.723Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad [2025-04-18T09:03:50.723Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 0.0s done [2025-04-18T09:03:50.723Z] #5 CACHED [2025-04-18T09:03:50.723Z] [2025-04-18T09:03:50.723Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad [2025-04-18T09:03:50.723Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 0.0s done [2025-04-18T09:03:50.723Z] #6 CACHED [2025-04-18T09:03:50.723Z] [2025-04-18T09:03:50.723Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:50.723Z] #7 DONE 0.0s [2025-04-18T09:03:50.723Z] [2025-04-18T09:03:50.723Z] #8 exporting to image [2025-04-18T09:03:50.723Z] #8 exporting layers done [2025-04-18T09:03:50.723Z] #8 exporting manifest sha256:20f588fbfd9dabfa67bf4e14388b4c623338e44da1bd5af8df407761babe0ee0 done [2025-04-18T09:03:50.723Z] #8 exporting config sha256:6ca13e013649eb89ae51dd3322d05484a52f6afe66e1a02adc0542786d4b3799 done [2025-04-18T09:03:50.723Z] #8 exporting manifest sha256:df2714085d2ad2af2815145f5ca7a1e79ab0186ed48cb6feabd11cd498000541 done [2025-04-18T09:03:50.723Z] #8 exporting config sha256:75d547c0699061e01f286db0c8494d15f6878c6c2eaca1450dcf820d10b2005a done [2025-04-18T09:03:50.723Z] #8 exporting manifest list sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 done [2025-04-18T09:03:50.723Z] #8 pushing layers 0.0s done [2025-04-18T09:03:50.723Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 0.1s done [2025-04-18T09:03:50.723Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:50.723Z] #8 DONE 0.1s [2025-04-18T09:03:50.723Z] [2025-04-18T09:03:50.723Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:50.723Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:51.010Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-04-18T09:03:51.010Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-04-18T09:03:51.270Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:51.270Z] #1 transferring dockerfile: 169B done [2025-04-18T09:03:51.270Z] #1 DONE 0.0s [2025-04-18T09:03:51.270Z] [2025-04-18T09:03:51.270Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-04-18T09:03:51.270Z] #2 DONE 0.0s [2025-04-18T09:03:51.270Z] [2025-04-18T09:03:51.270Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-04-18T09:03:51.270Z] #3 DONE 0.0s [2025-04-18T09:03:51.270Z] [2025-04-18T09:03:51.270Z] #4 [internal] load .dockerignore [2025-04-18T09:03:51.270Z] #4 transferring context: 2B done [2025-04-18T09:03:51.270Z] #4 DONE 0.0s [2025-04-18T09:03:51.270Z] [2025-04-18T09:03:51.270Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad [2025-04-18T09:03:51.270Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad [2025-04-18T09:03:51.270Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 0.0s done [2025-04-18T09:03:51.270Z] #5 CACHED [2025-04-18T09:03:51.270Z] [2025-04-18T09:03:51.270Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad [2025-04-18T09:03:51.270Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 0.0s done [2025-04-18T09:03:51.270Z] #6 CACHED [2025-04-18T09:03:51.270Z] [2025-04-18T09:03:51.270Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:51.270Z] #7 DONE 0.0s [2025-04-18T09:03:51.270Z] [2025-04-18T09:03:51.270Z] #8 exporting to image [2025-04-18T09:03:51.270Z] #8 exporting layers done [2025-04-18T09:03:51.270Z] #8 exporting manifest sha256:20f588fbfd9dabfa67bf4e14388b4c623338e44da1bd5af8df407761babe0ee0 done [2025-04-18T09:03:51.270Z] #8 exporting config sha256:6ca13e013649eb89ae51dd3322d05484a52f6afe66e1a02adc0542786d4b3799 done [2025-04-18T09:03:51.270Z] #8 exporting manifest sha256:df2714085d2ad2af2815145f5ca7a1e79ab0186ed48cb6feabd11cd498000541 done [2025-04-18T09:03:51.270Z] #8 exporting config sha256:75d547c0699061e01f286db0c8494d15f6878c6c2eaca1450dcf820d10b2005a done [2025-04-18T09:03:51.270Z] #8 exporting manifest list sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 done [2025-04-18T09:03:51.270Z] #8 pushing layers 0.0s done [2025-04-18T09:03:51.270Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 0.1s done [2025-04-18T09:03:51.270Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:51.270Z] #8 DONE 0.1s [2025-04-18T09:03:51.270Z] [2025-04-18T09:03:51.270Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:51.270Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:51.814Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a --push - [2025-04-18T09:03:51.814Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a' [2025-04-18T09:03:51.814Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:51.814Z] #1 transferring dockerfile: 206B done [2025-04-18T09:03:51.814Z] #1 DONE 0.0s [2025-04-18T09:03:51.814Z] [2025-04-18T09:03:51.814Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:51.814Z] #2 DONE 0.0s [2025-04-18T09:03:51.814Z] [2025-04-18T09:03:51.814Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:51.814Z] #3 DONE 0.1s [2025-04-18T09:03:51.814Z] [2025-04-18T09:03:51.814Z] #4 [internal] load .dockerignore [2025-04-18T09:03:51.814Z] #4 transferring context: 2B done [2025-04-18T09:03:51.814Z] #4 DONE 0.0s [2025-04-18T09:03:52.072Z] [2025-04-18T09:03:52.072Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 [2025-04-18T09:03:52.072Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done [2025-04-18T09:03:52.072Z] #5 DONE 0.0s [2025-04-18T09:03:52.072Z] [2025-04-18T09:03:52.072Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 [2025-04-18T09:03:52.072Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done [2025-04-18T09:03:52.072Z] #6 DONE 0.1s [2025-04-18T09:03:52.330Z] [2025-04-18T09:03:52.330Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 [2025-04-18T09:03:52.330Z] #6 DONE 0.1s [2025-04-18T09:03:52.330Z] [2025-04-18T09:03:52.330Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:52.330Z] #7 DONE 0.0s [2025-04-18T09:03:52.330Z] [2025-04-18T09:03:52.330Z] #8 exporting to image [2025-04-18T09:03:52.330Z] #8 exporting layers done [2025-04-18T09:03:52.330Z] #8 exporting manifest sha256:deeab4e202e7f020f0487042a01d5ac2e58d9250509e6edc4792aa714b35e4d6 0.0s done [2025-04-18T09:03:52.330Z] #8 exporting config sha256:e47346021b440c522e757916b72fe8754c4e9c1d3f9d944482baee6554809bc9 done [2025-04-18T09:03:52.330Z] #8 exporting manifest sha256:7ec26a06c62230109b8396c1b96520985c551c1f6a9711b97cc5a56f66c2df83 done [2025-04-18T09:03:52.330Z] #8 exporting config sha256:2e9ccdd624a370d6bfca55b1cae63a896895feab64f37d647d41c3d1e25039c3 done [2025-04-18T09:03:52.330Z] #8 exporting manifest list sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 0.0s done [2025-04-18T09:03:52.330Z] #8 pushing layers [2025-04-18T09:03:52.330Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:52.330Z] #8 pushing layers 0.1s done [2025-04-18T09:03:52.330Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 0.1s done [2025-04-18T09:03:52.330Z] #8 DONE 0.2s [2025-04-18T09:03:52.330Z] [2025-04-18T09:03:52.330Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:52.330Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:52.610Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-04-18T09:03:52.610Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-04-18T09:03:52.610Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:52.610Z] #1 transferring dockerfile: 172B done [2025-04-18T09:03:52.610Z] #1 DONE 0.0s [2025-04-18T09:03:52.610Z] [2025-04-18T09:03:52.610Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-04-18T09:03:52.610Z] #2 DONE 0.0s [2025-04-18T09:03:52.610Z] [2025-04-18T09:03:52.610Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-04-18T09:03:52.610Z] #3 DONE 0.0s [2025-04-18T09:03:52.610Z] [2025-04-18T09:03:52.610Z] #4 [internal] load .dockerignore [2025-04-18T09:03:52.610Z] #4 transferring context: 2B done [2025-04-18T09:03:52.610Z] #4 DONE 0.0s [2025-04-18T09:03:52.870Z] [2025-04-18T09:03:52.870Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 [2025-04-18T09:03:52.870Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done [2025-04-18T09:03:52.870Z] #5 CACHED [2025-04-18T09:03:52.870Z] [2025-04-18T09:03:52.870Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 [2025-04-18T09:03:52.870Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done [2025-04-18T09:03:52.870Z] #6 CACHED [2025-04-18T09:03:52.870Z] [2025-04-18T09:03:52.870Z] #7 exporting to image [2025-04-18T09:03:52.870Z] #7 exporting layers done [2025-04-18T09:03:52.870Z] #7 exporting manifest sha256:deeab4e202e7f020f0487042a01d5ac2e58d9250509e6edc4792aa714b35e4d6 done [2025-04-18T09:03:52.870Z] #7 exporting config sha256:e47346021b440c522e757916b72fe8754c4e9c1d3f9d944482baee6554809bc9 done [2025-04-18T09:03:52.870Z] #7 exporting manifest sha256:7ec26a06c62230109b8396c1b96520985c551c1f6a9711b97cc5a56f66c2df83 done [2025-04-18T09:03:52.870Z] #7 exporting config sha256:2e9ccdd624a370d6bfca55b1cae63a896895feab64f37d647d41c3d1e25039c3 done [2025-04-18T09:03:52.870Z] #7 exporting manifest list sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 done [2025-04-18T09:03:52.870Z] #7 pushing layers 0.0s done [2025-04-18T09:03:52.870Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 [2025-04-18T09:03:52.870Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:52.870Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 0.1s done [2025-04-18T09:03:52.870Z] #7 DONE 0.1s [2025-04-18T09:03:52.870Z] [2025-04-18T09:03:52.870Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:52.870Z] #8 DONE 0.0s [2025-04-18T09:03:52.870Z] [2025-04-18T09:03:52.870Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:52.870Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:53.410Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3' [2025-04-18T09:03:53.410Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3 --push - [2025-04-18T09:03:53.410Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:53.410Z] #1 transferring dockerfile: 177B done [2025-04-18T09:03:53.410Z] #1 DONE 0.0s [2025-04-18T09:03:53.410Z] [2025-04-18T09:03:53.410Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3 [2025-04-18T09:03:53.410Z] #2 DONE 0.0s [2025-04-18T09:03:53.410Z] [2025-04-18T09:03:53.410Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3 [2025-04-18T09:03:53.410Z] #3 DONE 0.0s [2025-04-18T09:03:53.410Z] [2025-04-18T09:03:53.410Z] #4 [internal] load .dockerignore [2025-04-18T09:03:53.410Z] #4 transferring context: 2B done [2025-04-18T09:03:53.410Z] #4 DONE 0.0s [2025-04-18T09:03:53.668Z] [2025-04-18T09:03:53.668Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 [2025-04-18T09:03:53.668Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done [2025-04-18T09:03:53.668Z] #5 CACHED [2025-04-18T09:03:53.668Z] [2025-04-18T09:03:53.668Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 [2025-04-18T09:03:53.668Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done [2025-04-18T09:03:53.668Z] #6 CACHED [2025-04-18T09:03:53.668Z] [2025-04-18T09:03:53.668Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:53.668Z] #7 DONE 0.0s [2025-04-18T09:03:53.668Z] [2025-04-18T09:03:53.668Z] #8 exporting to image [2025-04-18T09:03:53.668Z] #8 exporting layers done [2025-04-18T09:03:53.668Z] #8 exporting manifest sha256:deeab4e202e7f020f0487042a01d5ac2e58d9250509e6edc4792aa714b35e4d6 done [2025-04-18T09:03:53.668Z] #8 exporting config sha256:e47346021b440c522e757916b72fe8754c4e9c1d3f9d944482baee6554809bc9 done [2025-04-18T09:03:53.668Z] #8 exporting manifest sha256:7ec26a06c62230109b8396c1b96520985c551c1f6a9711b97cc5a56f66c2df83 done [2025-04-18T09:03:53.668Z] #8 exporting config sha256:2e9ccdd624a370d6bfca55b1cae63a896895feab64f37d647d41c3d1e25039c3 done [2025-04-18T09:03:53.668Z] #8 exporting manifest list sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 done [2025-04-18T09:03:53.668Z] #8 pushing layers 0.0s done [2025-04-18T09:03:53.668Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3@sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 [2025-04-18T09:03:53.668Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:53.668Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3@sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 0.1s done [2025-04-18T09:03:53.668Z] #8 DONE 0.1s [2025-04-18T09:03:53.668Z] [2025-04-18T09:03:53.668Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:53.668Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:54.212Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' [2025-04-18T09:03:54.213Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - [2025-04-18T09:03:54.213Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:54.213Z] #1 transferring dockerfile: 218B done [2025-04-18T09:03:54.213Z] #1 DONE 0.0s [2025-04-18T09:03:54.213Z] [2025-04-18T09:03:54.213Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:54.213Z] #2 DONE 0.0s [2025-04-18T09:03:54.213Z] [2025-04-18T09:03:54.213Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:54.213Z] #3 DONE 0.0s [2025-04-18T09:03:54.213Z] [2025-04-18T09:03:54.213Z] #4 [internal] load .dockerignore [2025-04-18T09:03:54.213Z] #4 transferring context: 2B done [2025-04-18T09:03:54.213Z] #4 DONE 0.0s [2025-04-18T09:03:54.213Z] [2025-04-18T09:03:54.213Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 [2025-04-18T09:03:54.213Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done [2025-04-18T09:03:54.213Z] #5 DONE 0.0s [2025-04-18T09:03:54.213Z] [2025-04-18T09:03:54.213Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 [2025-04-18T09:03:54.474Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done [2025-04-18T09:03:54.474Z] #6 CACHED [2025-04-18T09:03:54.474Z] [2025-04-18T09:03:54.474Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 [2025-04-18T09:03:54.474Z] #5 CACHED [2025-04-18T09:03:54.474Z] [2025-04-18T09:03:54.474Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:54.474Z] #7 DONE 0.0s [2025-04-18T09:03:54.474Z] [2025-04-18T09:03:54.474Z] #8 exporting to image [2025-04-18T09:03:54.474Z] #8 exporting layers done [2025-04-18T09:03:54.474Z] #8 exporting manifest sha256:deeab4e202e7f020f0487042a01d5ac2e58d9250509e6edc4792aa714b35e4d6 done [2025-04-18T09:03:54.474Z] #8 exporting config sha256:e47346021b440c522e757916b72fe8754c4e9c1d3f9d944482baee6554809bc9 done [2025-04-18T09:03:54.474Z] #8 exporting manifest sha256:7ec26a06c62230109b8396c1b96520985c551c1f6a9711b97cc5a56f66c2df83 done [2025-04-18T09:03:54.474Z] #8 exporting config sha256:2e9ccdd624a370d6bfca55b1cae63a896895feab64f37d647d41c3d1e25039c3 done [2025-04-18T09:03:54.474Z] #8 exporting manifest list sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 done [2025-04-18T09:03:54.474Z] #8 pushing layers 0.0s done [2025-04-18T09:03:54.474Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 0.1s done [2025-04-18T09:03:54.474Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:54.474Z] #8 DONE 0.1s [2025-04-18T09:03:54.474Z] [2025-04-18T09:03:54.474Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:54.474Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:54.759Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-04-18T09:03:54.759Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-04-18T09:03:54.759Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:54.759Z] #1 transferring dockerfile: 170B done [2025-04-18T09:03:54.759Z] #1 DONE 0.0s [2025-04-18T09:03:54.759Z] [2025-04-18T09:03:54.759Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-04-18T09:03:54.759Z] #2 DONE 0.0s [2025-04-18T09:03:54.759Z] [2025-04-18T09:03:54.759Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-04-18T09:03:54.759Z] #3 DONE 0.0s [2025-04-18T09:03:54.759Z] [2025-04-18T09:03:54.759Z] #4 [internal] load .dockerignore [2025-04-18T09:03:54.759Z] #4 transferring context: 2B done [2025-04-18T09:03:54.759Z] #4 DONE 0.0s [2025-04-18T09:03:55.017Z] [2025-04-18T09:03:55.017Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 [2025-04-18T09:03:55.017Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done [2025-04-18T09:03:55.017Z] #5 CACHED [2025-04-18T09:03:55.017Z] [2025-04-18T09:03:55.017Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 [2025-04-18T09:03:55.017Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done [2025-04-18T09:03:55.017Z] #6 CACHED [2025-04-18T09:03:55.017Z] [2025-04-18T09:03:55.017Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:55.017Z] #7 DONE 0.0s [2025-04-18T09:03:55.017Z] [2025-04-18T09:03:55.017Z] #8 exporting to image [2025-04-18T09:03:55.017Z] #8 exporting layers done [2025-04-18T09:03:55.017Z] #8 exporting manifest sha256:deeab4e202e7f020f0487042a01d5ac2e58d9250509e6edc4792aa714b35e4d6 done [2025-04-18T09:03:55.017Z] #8 exporting config sha256:e47346021b440c522e757916b72fe8754c4e9c1d3f9d944482baee6554809bc9 done [2025-04-18T09:03:55.017Z] #8 exporting manifest sha256:7ec26a06c62230109b8396c1b96520985c551c1f6a9711b97cc5a56f66c2df83 done [2025-04-18T09:03:55.017Z] #8 exporting config sha256:2e9ccdd624a370d6bfca55b1cae63a896895feab64f37d647d41c3d1e25039c3 done [2025-04-18T09:03:55.017Z] #8 exporting manifest list sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 done [2025-04-18T09:03:55.017Z] #8 pushing layers 0.0s done [2025-04-18T09:03:55.017Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 0.1s done [2025-04-18T09:03:55.017Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:55.017Z] #8 DONE 0.1s [2025-04-18T09:03:55.017Z] [2025-04-18T09:03:55.017Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:55.017Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:55.297Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a --push - [2025-04-18T09:03:55.297Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a' [2025-04-18T09:03:55.297Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:55.297Z] #1 transferring dockerfile: 206B done [2025-04-18T09:03:55.297Z] #1 DONE 0.0s [2025-04-18T09:03:55.297Z] [2025-04-18T09:03:55.297Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:55.297Z] #2 DONE 0.0s [2025-04-18T09:03:55.297Z] [2025-04-18T09:03:55.297Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:55.297Z] #3 DONE 0.1s [2025-04-18T09:03:55.297Z] [2025-04-18T09:03:55.297Z] #4 [internal] load .dockerignore [2025-04-18T09:03:55.297Z] #4 transferring context: 2B done [2025-04-18T09:03:55.297Z] #4 DONE 0.0s [2025-04-18T09:03:55.556Z] [2025-04-18T09:03:55.556Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b [2025-04-18T09:03:55.556Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b [2025-04-18T09:03:55.556Z] #5 ... [2025-04-18T09:03:55.556Z] [2025-04-18T09:03:55.556Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b [2025-04-18T09:03:55.556Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 0.0s done [2025-04-18T09:03:55.556Z] #6 DONE 0.1s [2025-04-18T09:03:55.557Z] [2025-04-18T09:03:55.557Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:55.557Z] #7 DONE 0.0s [2025-04-18T09:03:55.557Z] [2025-04-18T09:03:55.557Z] #8 exporting to image [2025-04-18T09:03:55.557Z] #8 exporting layers done [2025-04-18T09:03:55.557Z] #8 exporting manifest sha256:8a3ba10743edc55a4d7b0a8483ca23e1ba98c498bbf8489adabf04b9cbd995fd done [2025-04-18T09:03:55.557Z] #8 exporting config sha256:5cd14f5db8161a86f174d619602abc8bac40d577ccd4e2e34e636ace2a5315e1 done [2025-04-18T09:03:55.557Z] #8 exporting manifest sha256:8c41e3087ed8c75c1f6ab13119c62bdf29b59be62e965c0b47be34f06bcca480 done [2025-04-18T09:03:55.557Z] #8 exporting config sha256:78e06dbffc7289a52ee060c70282aa8086a0ee3b9b7ef10f2ebf5299e2692389 done [2025-04-18T09:03:55.557Z] #8 exporting manifest list sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c done [2025-04-18T09:03:55.557Z] #8 pushing layers 0.1s done [2025-04-18T09:03:55.557Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c [2025-04-18T09:03:55.557Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:55.815Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c 0.1s done [2025-04-18T09:03:55.815Z] #8 DONE 0.2s [2025-04-18T09:03:55.815Z] [2025-04-18T09:03:55.815Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:55.815Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:56.100Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-04-18T09:03:56.100Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-04-18T09:03:56.100Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:56.100Z] #1 transferring dockerfile: 172B done [2025-04-18T09:03:56.100Z] #1 DONE 0.0s [2025-04-18T09:03:56.100Z] [2025-04-18T09:03:56.100Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-04-18T09:03:56.100Z] #2 DONE 0.0s [2025-04-18T09:03:56.100Z] [2025-04-18T09:03:56.100Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-04-18T09:03:56.100Z] #3 DONE 0.0s [2025-04-18T09:03:56.100Z] [2025-04-18T09:03:56.100Z] #4 [internal] load .dockerignore [2025-04-18T09:03:56.100Z] #4 transferring context: 2B done [2025-04-18T09:03:56.100Z] #4 DONE 0.0s [2025-04-18T09:03:56.100Z] [2025-04-18T09:03:56.100Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b [2025-04-18T09:03:56.100Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 0.0s done [2025-04-18T09:03:56.100Z] #5 CACHED [2025-04-18T09:03:56.100Z] [2025-04-18T09:03:56.100Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b [2025-04-18T09:03:56.100Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 0.0s done [2025-04-18T09:03:56.100Z] #6 CACHED [2025-04-18T09:03:56.100Z] [2025-04-18T09:03:56.100Z] #7 exporting to image [2025-04-18T09:03:56.100Z] #7 exporting layers [2025-04-18T09:03:56.100Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:56.359Z] #7 exporting layers done [2025-04-18T09:03:56.359Z] #7 exporting manifest sha256:8a3ba10743edc55a4d7b0a8483ca23e1ba98c498bbf8489adabf04b9cbd995fd done [2025-04-18T09:03:56.359Z] #7 exporting config sha256:5cd14f5db8161a86f174d619602abc8bac40d577ccd4e2e34e636ace2a5315e1 done [2025-04-18T09:03:56.359Z] #7 exporting manifest sha256:8c41e3087ed8c75c1f6ab13119c62bdf29b59be62e965c0b47be34f06bcca480 done [2025-04-18T09:03:56.359Z] #7 exporting config sha256:78e06dbffc7289a52ee060c70282aa8086a0ee3b9b7ef10f2ebf5299e2692389 done [2025-04-18T09:03:56.359Z] #7 exporting manifest list sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c done [2025-04-18T09:03:56.359Z] #7 pushing layers 0.0s done [2025-04-18T09:03:56.359Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c 0.1s done [2025-04-18T09:03:56.359Z] #7 DONE 0.1s [2025-04-18T09:03:56.359Z] [2025-04-18T09:03:56.359Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:56.359Z] #8 DONE 0.0s [2025-04-18T09:03:56.359Z] [2025-04-18T09:03:56.359Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:56.359Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:56.640Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3' [2025-04-18T09:03:56.640Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3 --push - [2025-04-18T09:03:56.640Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:56.640Z] #1 transferring dockerfile: 177B done [2025-04-18T09:03:56.640Z] #1 DONE 0.0s [2025-04-18T09:03:56.640Z] [2025-04-18T09:03:56.640Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3 [2025-04-18T09:03:56.640Z] #2 DONE 0.0s [2025-04-18T09:03:56.640Z] [2025-04-18T09:03:56.640Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3 [2025-04-18T09:03:56.640Z] #3 DONE 0.0s [2025-04-18T09:03:56.640Z] [2025-04-18T09:03:56.641Z] #4 [internal] load .dockerignore [2025-04-18T09:03:56.641Z] #4 transferring context: 2B done [2025-04-18T09:03:56.641Z] #4 DONE 0.0s [2025-04-18T09:03:56.899Z] [2025-04-18T09:03:56.899Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b [2025-04-18T09:03:56.899Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 0.0s done [2025-04-18T09:03:56.899Z] #5 CACHED [2025-04-18T09:03:56.899Z] [2025-04-18T09:03:56.899Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b [2025-04-18T09:03:56.899Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 0.0s done [2025-04-18T09:03:56.899Z] #6 CACHED [2025-04-18T09:03:56.899Z] [2025-04-18T09:03:56.899Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:56.899Z] #7 DONE 0.0s [2025-04-18T09:03:56.899Z] [2025-04-18T09:03:56.899Z] #8 exporting to image [2025-04-18T09:03:56.899Z] #8 exporting layers done [2025-04-18T09:03:56.899Z] #8 exporting manifest sha256:8a3ba10743edc55a4d7b0a8483ca23e1ba98c498bbf8489adabf04b9cbd995fd 0.0s done [2025-04-18T09:03:56.899Z] #8 exporting config sha256:5cd14f5db8161a86f174d619602abc8bac40d577ccd4e2e34e636ace2a5315e1 done [2025-04-18T09:03:56.899Z] #8 exporting manifest sha256:8c41e3087ed8c75c1f6ab13119c62bdf29b59be62e965c0b47be34f06bcca480 done [2025-04-18T09:03:56.899Z] #8 exporting config sha256:78e06dbffc7289a52ee060c70282aa8086a0ee3b9b7ef10f2ebf5299e2692389 done [2025-04-18T09:03:56.899Z] #8 exporting manifest list sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c done [2025-04-18T09:03:56.899Z] #8 pushing layers 0.0s done [2025-04-18T09:03:56.899Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3@sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c 0.1s done [2025-04-18T09:03:56.899Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:56.899Z] #8 DONE 0.1s [2025-04-18T09:03:56.899Z] [2025-04-18T09:03:56.899Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:56.899Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:57.188Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' [2025-04-18T09:03:57.188Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - [2025-04-18T09:03:57.188Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:57.188Z] #1 transferring dockerfile: 218B done [2025-04-18T09:03:57.188Z] #1 DONE 0.0s [2025-04-18T09:03:57.188Z] [2025-04-18T09:03:57.188Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:57.188Z] #2 DONE 0.0s [2025-04-18T09:03:57.188Z] [2025-04-18T09:03:57.188Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:03:57.189Z] #3 DONE 0.0s [2025-04-18T09:03:57.189Z] [2025-04-18T09:03:57.189Z] #4 [internal] load .dockerignore [2025-04-18T09:03:57.189Z] #4 transferring context: 2B done [2025-04-18T09:03:57.189Z] #4 DONE 0.0s [2025-04-18T09:03:57.189Z] [2025-04-18T09:03:57.189Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b [2025-04-18T09:03:57.189Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b [2025-04-18T09:03:57.451Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 0.0s done [2025-04-18T09:03:57.451Z] #5 CACHED [2025-04-18T09:03:57.451Z] [2025-04-18T09:03:57.451Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b [2025-04-18T09:03:57.451Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 0.0s done [2025-04-18T09:03:57.451Z] #6 CACHED [2025-04-18T09:03:57.451Z] [2025-04-18T09:03:57.451Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:57.451Z] #7 DONE 0.0s [2025-04-18T09:03:57.451Z] [2025-04-18T09:03:57.451Z] #8 exporting to image [2025-04-18T09:03:57.451Z] #8 exporting layers done [2025-04-18T09:03:57.451Z] #8 exporting manifest sha256:8a3ba10743edc55a4d7b0a8483ca23e1ba98c498bbf8489adabf04b9cbd995fd done [2025-04-18T09:03:57.451Z] #8 exporting config sha256:5cd14f5db8161a86f174d619602abc8bac40d577ccd4e2e34e636ace2a5315e1 done [2025-04-18T09:03:57.451Z] #8 exporting manifest sha256:8c41e3087ed8c75c1f6ab13119c62bdf29b59be62e965c0b47be34f06bcca480 done [2025-04-18T09:03:57.451Z] #8 exporting config sha256:78e06dbffc7289a52ee060c70282aa8086a0ee3b9b7ef10f2ebf5299e2692389 done [2025-04-18T09:03:57.451Z] #8 exporting manifest list sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c done [2025-04-18T09:03:57.451Z] #8 pushing layers 0.0s done [2025-04-18T09:03:57.451Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c 0.1s done [2025-04-18T09:03:57.451Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:57.451Z] #8 DONE 0.1s [2025-04-18T09:03:57.451Z] [2025-04-18T09:03:57.451Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:57.451Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:57.736Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-04-18T09:03:57.736Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-04-18T09:03:57.736Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:57.736Z] #1 transferring dockerfile: 170B done [2025-04-18T09:03:57.736Z] #1 DONE 0.0s [2025-04-18T09:03:57.736Z] [2025-04-18T09:03:57.736Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-04-18T09:03:57.736Z] #2 DONE 0.0s [2025-04-18T09:03:57.736Z] [2025-04-18T09:03:57.736Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-04-18T09:03:57.736Z] #3 DONE 0.0s [2025-04-18T09:03:57.736Z] [2025-04-18T09:03:57.736Z] #4 [internal] load .dockerignore [2025-04-18T09:03:57.736Z] #4 transferring context: 2B done [2025-04-18T09:03:57.736Z] #4 DONE 0.0s [2025-04-18T09:03:57.736Z] [2025-04-18T09:03:57.736Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b [2025-04-18T09:03:57.736Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 0.0s done [2025-04-18T09:03:57.736Z] #5 CACHED [2025-04-18T09:03:57.736Z] [2025-04-18T09:03:57.736Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b [2025-04-18T09:03:58.022Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 0.0s done [2025-04-18T09:03:58.022Z] #6 CACHED [2025-04-18T09:03:58.022Z] [2025-04-18T09:03:58.022Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:58.022Z] #7 DONE 0.0s [2025-04-18T09:03:58.022Z] [2025-04-18T09:03:58.022Z] #8 exporting to image [2025-04-18T09:03:58.022Z] #8 exporting layers done [2025-04-18T09:03:58.022Z] #8 exporting manifest sha256:8a3ba10743edc55a4d7b0a8483ca23e1ba98c498bbf8489adabf04b9cbd995fd done [2025-04-18T09:03:58.022Z] #8 exporting config sha256:5cd14f5db8161a86f174d619602abc8bac40d577ccd4e2e34e636ace2a5315e1 done [2025-04-18T09:03:58.022Z] #8 exporting manifest sha256:8c41e3087ed8c75c1f6ab13119c62bdf29b59be62e965c0b47be34f06bcca480 done [2025-04-18T09:03:58.022Z] #8 exporting config sha256:78e06dbffc7289a52ee060c70282aa8086a0ee3b9b7ef10f2ebf5299e2692389 done [2025-04-18T09:03:58.022Z] #8 exporting manifest list sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c done [2025-04-18T09:03:58.022Z] #8 pushing layers 0.0s done [2025-04-18T09:03:58.022Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c 0.1s done [2025-04-18T09:03:58.022Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:58.022Z] #8 DONE 0.1s [2025-04-18T09:03:58.022Z] [2025-04-18T09:03:58.022Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:58.022Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:58.384Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a' [2025-04-18T09:03:58.384Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a --push - [2025-04-18T09:03:58.384Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:58.384Z] #1 transferring dockerfile: 206B done [2025-04-18T09:03:58.384Z] #1 DONE 0.0s [2025-04-18T09:03:58.384Z] [2025-04-18T09:03:58.384Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:58.384Z] #2 DONE 0.0s [2025-04-18T09:03:58.384Z] [2025-04-18T09:03:58.384Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:03:58.384Z] #3 DONE 0.1s [2025-04-18T09:03:58.384Z] [2025-04-18T09:03:58.384Z] #4 [internal] load .dockerignore [2025-04-18T09:03:58.384Z] #4 transferring context: 2B done [2025-04-18T09:03:58.384Z] #4 DONE 0.0s [2025-04-18T09:03:58.642Z] [2025-04-18T09:03:58.642Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 [2025-04-18T09:03:58.642Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done [2025-04-18T09:03:58.642Z] #5 DONE 0.0s [2025-04-18T09:03:58.642Z] [2025-04-18T09:03:58.642Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 [2025-04-18T09:03:58.642Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done [2025-04-18T09:03:58.642Z] #6 DONE 0.1s [2025-04-18T09:03:58.642Z] [2025-04-18T09:03:58.642Z] #7 exporting to image [2025-04-18T09:03:58.642Z] #7 exporting layers done [2025-04-18T09:03:58.642Z] #7 exporting manifest sha256:c6211f594bbe5601328529354fdb94f11c6ca77abce21b5efcf118bf574e7268 done [2025-04-18T09:03:58.642Z] #7 exporting config sha256:99511e74f4765fc4f4435da1da23bb52789eba586b5b0297f46533673c20193c [2025-04-18T09:03:58.642Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:58.642Z] #7 ... [2025-04-18T09:03:58.642Z] [2025-04-18T09:03:58.642Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:58.642Z] #8 DONE 0.0s [2025-04-18T09:03:58.642Z] [2025-04-18T09:03:58.642Z] #7 exporting to image [2025-04-18T09:03:58.642Z] #7 exporting config sha256:99511e74f4765fc4f4435da1da23bb52789eba586b5b0297f46533673c20193c done [2025-04-18T09:03:58.642Z] #7 exporting manifest sha256:5caf7adabb58fb98f14a44d8a0c2001675dae8d42449051a8f22094d118010da done [2025-04-18T09:03:58.642Z] #7 exporting config sha256:622b23653b3119e9af2ca75937d107f7cf8d773268836550c55052cfd8a8b853 done [2025-04-18T09:03:58.642Z] #7 exporting manifest list sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 done [2025-04-18T09:03:58.642Z] #7 pushing layers 0.1s done [2025-04-18T09:03:58.642Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 [2025-04-18T09:03:58.899Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 0.1s done [2025-04-18T09:03:58.899Z] #7 DONE 0.2s [2025-04-18T09:03:58.899Z] [2025-04-18T09:03:58.899Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:58.899Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:59.183Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-04-18T09:03:59.183Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-04-18T09:03:59.183Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:59.183Z] #1 transferring dockerfile: 172B done [2025-04-18T09:03:59.183Z] #1 DONE 0.0s [2025-04-18T09:03:59.183Z] [2025-04-18T09:03:59.183Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-04-18T09:03:59.183Z] #2 DONE 0.0s [2025-04-18T09:03:59.183Z] [2025-04-18T09:03:59.183Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-04-18T09:03:59.183Z] #3 DONE 0.0s [2025-04-18T09:03:59.183Z] [2025-04-18T09:03:59.183Z] #4 [internal] load .dockerignore [2025-04-18T09:03:59.183Z] #4 transferring context: 2B done [2025-04-18T09:03:59.183Z] #4 DONE 0.0s [2025-04-18T09:03:59.183Z] [2025-04-18T09:03:59.183Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 [2025-04-18T09:03:59.183Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done [2025-04-18T09:03:59.183Z] #5 CACHED [2025-04-18T09:03:59.183Z] [2025-04-18T09:03:59.183Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 [2025-04-18T09:03:59.183Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done [2025-04-18T09:03:59.183Z] #6 CACHED [2025-04-18T09:03:59.183Z] [2025-04-18T09:03:59.183Z] #7 exporting to image [2025-04-18T09:03:59.183Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:59.446Z] #7 exporting layers done [2025-04-18T09:03:59.446Z] #7 exporting manifest sha256:c6211f594bbe5601328529354fdb94f11c6ca77abce21b5efcf118bf574e7268 done [2025-04-18T09:03:59.446Z] #7 exporting config sha256:99511e74f4765fc4f4435da1da23bb52789eba586b5b0297f46533673c20193c done [2025-04-18T09:03:59.446Z] #7 exporting manifest sha256:5caf7adabb58fb98f14a44d8a0c2001675dae8d42449051a8f22094d118010da done [2025-04-18T09:03:59.446Z] #7 exporting config sha256:622b23653b3119e9af2ca75937d107f7cf8d773268836550c55052cfd8a8b853 done [2025-04-18T09:03:59.446Z] #7 exporting manifest list sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 done [2025-04-18T09:03:59.446Z] #7 pushing layers 0.0s done [2025-04-18T09:03:59.446Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 0.1s done [2025-04-18T09:03:59.446Z] #7 DONE 0.1s [2025-04-18T09:03:59.446Z] [2025-04-18T09:03:59.446Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:59.446Z] #8 DONE 0.0s [2025-04-18T09:03:59.446Z] [2025-04-18T09:03:59.446Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:59.446Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:03:59.734Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3' [2025-04-18T09:03:59.734Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3 --push - [2025-04-18T09:03:59.734Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:03:59.734Z] #1 transferring dockerfile: 177B done [2025-04-18T09:03:59.734Z] #1 DONE 0.0s [2025-04-18T09:03:59.734Z] [2025-04-18T09:03:59.734Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3 [2025-04-18T09:03:59.734Z] #2 DONE 0.0s [2025-04-18T09:03:59.734Z] [2025-04-18T09:03:59.734Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3 [2025-04-18T09:03:59.734Z] #3 DONE 0.0s [2025-04-18T09:03:59.734Z] [2025-04-18T09:03:59.734Z] #4 [internal] load .dockerignore [2025-04-18T09:03:59.734Z] #4 transferring context: 2B done [2025-04-18T09:03:59.734Z] #4 DONE 0.0s [2025-04-18T09:03:59.734Z] [2025-04-18T09:03:59.734Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 [2025-04-18T09:03:59.734Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done [2025-04-18T09:03:59.734Z] #5 CACHED [2025-04-18T09:03:59.734Z] [2025-04-18T09:03:59.734Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 [2025-04-18T09:03:59.734Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done [2025-04-18T09:03:59.734Z] #6 CACHED [2025-04-18T09:03:59.734Z] [2025-04-18T09:03:59.734Z] #7 exporting to image [2025-04-18T09:03:59.734Z] #7 exporting layers done [2025-04-18T09:03:59.734Z] #7 exporting manifest sha256:c6211f594bbe5601328529354fdb94f11c6ca77abce21b5efcf118bf574e7268 done [2025-04-18T09:03:59.734Z] #7 exporting config sha256:99511e74f4765fc4f4435da1da23bb52789eba586b5b0297f46533673c20193c done [2025-04-18T09:03:59.734Z] #7 exporting manifest sha256:5caf7adabb58fb98f14a44d8a0c2001675dae8d42449051a8f22094d118010da done [2025-04-18T09:03:59.734Z] #7 exporting config sha256:622b23653b3119e9af2ca75937d107f7cf8d773268836550c55052cfd8a8b853 done [2025-04-18T09:03:59.734Z] #7 exporting manifest list sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 done [2025-04-18T09:03:59.734Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:03:59.993Z] #7 pushing layers 0.0s done [2025-04-18T09:03:59.993Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3@sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 0.1s done [2025-04-18T09:03:59.993Z] #7 DONE 0.1s [2025-04-18T09:03:59.993Z] [2025-04-18T09:03:59.993Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:03:59.993Z] #8 DONE 0.0s [2025-04-18T09:03:59.993Z] [2025-04-18T09:03:59.993Z] 1 warning found (use --debug to expand): [2025-04-18T09:03:59.993Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:04:00.277Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - [2025-04-18T09:04:00.277Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' [2025-04-18T09:04:00.277Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:04:00.277Z] #1 transferring dockerfile: 218B done [2025-04-18T09:04:00.277Z] #1 DONE 0.0s [2025-04-18T09:04:00.277Z] [2025-04-18T09:04:00.277Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:04:00.277Z] #2 DONE 0.0s [2025-04-18T09:04:00.277Z] [2025-04-18T09:04:00.277Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:04:00.277Z] #3 DONE 0.0s [2025-04-18T09:04:00.277Z] [2025-04-18T09:04:00.277Z] #4 [internal] load .dockerignore [2025-04-18T09:04:00.277Z] #4 transferring context: 2B done [2025-04-18T09:04:00.277Z] #4 DONE 0.0s [2025-04-18T09:04:00.277Z] [2025-04-18T09:04:00.277Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 [2025-04-18T09:04:00.277Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 [2025-04-18T09:04:00.536Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done [2025-04-18T09:04:00.536Z] #5 CACHED [2025-04-18T09:04:00.536Z] [2025-04-18T09:04:00.536Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 [2025-04-18T09:04:00.536Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done [2025-04-18T09:04:00.536Z] #6 CACHED [2025-04-18T09:04:00.536Z] [2025-04-18T09:04:00.536Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:04:00.536Z] #7 DONE 0.0s [2025-04-18T09:04:00.536Z] [2025-04-18T09:04:00.536Z] #8 exporting to image [2025-04-18T09:04:00.536Z] #8 exporting layers done [2025-04-18T09:04:00.536Z] #8 exporting manifest sha256:c6211f594bbe5601328529354fdb94f11c6ca77abce21b5efcf118bf574e7268 done [2025-04-18T09:04:00.536Z] #8 exporting config sha256:99511e74f4765fc4f4435da1da23bb52789eba586b5b0297f46533673c20193c done [2025-04-18T09:04:00.536Z] #8 exporting manifest sha256:5caf7adabb58fb98f14a44d8a0c2001675dae8d42449051a8f22094d118010da done [2025-04-18T09:04:00.536Z] #8 exporting config sha256:622b23653b3119e9af2ca75937d107f7cf8d773268836550c55052cfd8a8b853 done [2025-04-18T09:04:00.536Z] #8 exporting manifest list sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 done [2025-04-18T09:04:00.536Z] #8 pushing layers 0.0s done [2025-04-18T09:04:00.536Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 0.1s done [2025-04-18T09:04:00.536Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:04:00.536Z] #8 DONE 0.1s [2025-04-18T09:04:00.536Z] [2025-04-18T09:04:00.536Z] 1 warning found (use --debug to expand): [2025-04-18T09:04:00.536Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:04:00.820Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-04-18T09:04:00.820Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-04-18T09:04:00.820Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:04:00.820Z] #1 transferring dockerfile: 170B done [2025-04-18T09:04:00.820Z] #1 DONE 0.0s [2025-04-18T09:04:00.820Z] [2025-04-18T09:04:00.820Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-04-18T09:04:00.820Z] #2 DONE 0.0s [2025-04-18T09:04:00.820Z] [2025-04-18T09:04:00.820Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-04-18T09:04:00.820Z] #3 DONE 0.0s [2025-04-18T09:04:00.820Z] [2025-04-18T09:04:00.820Z] #4 [internal] load .dockerignore [2025-04-18T09:04:00.820Z] #4 transferring context: 2B done [2025-04-18T09:04:00.820Z] #4 DONE 0.0s [2025-04-18T09:04:00.820Z] [2025-04-18T09:04:00.820Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 [2025-04-18T09:04:00.820Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done [2025-04-18T09:04:00.820Z] #5 DONE 0.0s [2025-04-18T09:04:00.820Z] [2025-04-18T09:04:00.820Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 [2025-04-18T09:04:01.079Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done [2025-04-18T09:04:01.079Z] #6 CACHED [2025-04-18T09:04:01.079Z] [2025-04-18T09:04:01.079Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 [2025-04-18T09:04:01.079Z] #5 CACHED [2025-04-18T09:04:01.079Z] [2025-04-18T09:04:01.079Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:04:01.079Z] #7 DONE 0.0s [2025-04-18T09:04:01.079Z] [2025-04-18T09:04:01.079Z] #8 exporting to image [2025-04-18T09:04:01.079Z] #8 exporting layers done [2025-04-18T09:04:01.079Z] #8 exporting manifest sha256:c6211f594bbe5601328529354fdb94f11c6ca77abce21b5efcf118bf574e7268 done [2025-04-18T09:04:01.079Z] #8 exporting config sha256:99511e74f4765fc4f4435da1da23bb52789eba586b5b0297f46533673c20193c done [2025-04-18T09:04:01.079Z] #8 exporting manifest sha256:5caf7adabb58fb98f14a44d8a0c2001675dae8d42449051a8f22094d118010da done [2025-04-18T09:04:01.079Z] #8 exporting config sha256:622b23653b3119e9af2ca75937d107f7cf8d773268836550c55052cfd8a8b853 done [2025-04-18T09:04:01.079Z] #8 exporting manifest list sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 done [2025-04-18T09:04:01.079Z] #8 pushing layers 0.0s done [2025-04-18T09:04:01.079Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 0.1s done [2025-04-18T09:04:01.079Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:04:01.079Z] #8 DONE 0.1s [2025-04-18T09:04:01.079Z] [2025-04-18T09:04:01.079Z] 1 warning found (use --debug to expand): [2025-04-18T09:04:01.079Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:04:01.366Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a' [2025-04-18T09:04:01.366Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a --push - [2025-04-18T09:04:01.366Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:04:01.366Z] #1 transferring dockerfile: 202B done [2025-04-18T09:04:01.366Z] #1 DONE 0.0s [2025-04-18T09:04:01.366Z] [2025-04-18T09:04:01.366Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:04:01.366Z] #2 DONE 0.0s [2025-04-18T09:04:01.366Z] [2025-04-18T09:04:01.366Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:04:01.366Z] #3 DONE 0.0s [2025-04-18T09:04:01.366Z] [2025-04-18T09:04:01.366Z] #4 [internal] load .dockerignore [2025-04-18T09:04:01.366Z] #4 transferring context: 2B done [2025-04-18T09:04:01.366Z] #4 DONE 0.0s [2025-04-18T09:04:01.625Z] [2025-04-18T09:04:01.625Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae [2025-04-18T09:04:01.625Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 0.0s done [2025-04-18T09:04:01.625Z] #5 DONE 0.0s [2025-04-18T09:04:01.625Z] [2025-04-18T09:04:01.625Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae [2025-04-18T09:04:01.625Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 0.0s done [2025-04-18T09:04:01.625Z] #6 DONE 0.1s [2025-04-18T09:04:01.625Z] [2025-04-18T09:04:01.625Z] #7 exporting to image [2025-04-18T09:04:01.625Z] #7 exporting layers done [2025-04-18T09:04:01.625Z] #7 exporting manifest sha256:fe05a496388705ee9a22537fb89f6d5b77b9fe34c6148bc64e23349a778f215b done [2025-04-18T09:04:01.625Z] #7 exporting config sha256:e457b88246d3379502fbf383046e1f640e15f8b3fc9f6d4ce166e4d1ce0efeca done [2025-04-18T09:04:01.625Z] #7 exporting manifest sha256:629cada16f26e50f08fc544f8c9c94c7fabd30f862d3b82915b8e72fe26527d4 done [2025-04-18T09:04:01.625Z] #7 exporting config sha256:a8ab738a8df822fe540858c2a160106a191b6b5b6b0278ec1fbe0a9b3f3cf1ac [2025-04-18T09:04:01.625Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:04:01.625Z] #7 ... [2025-04-18T09:04:01.625Z] [2025-04-18T09:04:01.625Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:04:01.625Z] #8 DONE 0.0s [2025-04-18T09:04:01.625Z] [2025-04-18T09:04:01.625Z] #7 exporting to image [2025-04-18T09:04:01.625Z] #7 exporting config sha256:a8ab738a8df822fe540858c2a160106a191b6b5b6b0278ec1fbe0a9b3f3cf1ac done [2025-04-18T09:04:01.625Z] #7 exporting manifest list sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 done [2025-04-18T09:04:01.625Z] #7 pushing layers 0.1s done [2025-04-18T09:04:01.625Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 [2025-04-18T09:04:01.884Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 0.1s done [2025-04-18T09:04:01.884Z] #7 DONE 0.2s [2025-04-18T09:04:01.884Z] [2025-04-18T09:04:01.884Z] 1 warning found (use --debug to expand): [2025-04-18T09:04:01.884Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:04:02.168Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-04-18T09:04:02.168Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-04-18T09:04:02.426Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:04:02.426Z] #1 transferring dockerfile: 168B done [2025-04-18T09:04:02.426Z] #1 DONE 0.0s [2025-04-18T09:04:02.426Z] [2025-04-18T09:04:02.426Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-04-18T09:04:02.426Z] #2 DONE 0.0s [2025-04-18T09:04:02.426Z] [2025-04-18T09:04:02.426Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-04-18T09:04:02.426Z] #3 DONE 0.0s [2025-04-18T09:04:02.426Z] [2025-04-18T09:04:02.426Z] #4 [internal] load .dockerignore [2025-04-18T09:04:02.426Z] #4 transferring context: 2B done [2025-04-18T09:04:02.426Z] #4 DONE 0.0s [2025-04-18T09:04:02.426Z] [2025-04-18T09:04:02.426Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae [2025-04-18T09:04:02.426Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 0.0s done [2025-04-18T09:04:02.426Z] #5 CACHED [2025-04-18T09:04:02.426Z] [2025-04-18T09:04:02.426Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae [2025-04-18T09:04:02.426Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 0.0s done [2025-04-18T09:04:02.426Z] #6 CACHED [2025-04-18T09:04:02.426Z] [2025-04-18T09:04:02.426Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:04:02.426Z] #7 DONE 0.0s [2025-04-18T09:04:02.426Z] [2025-04-18T09:04:02.426Z] #8 exporting to image [2025-04-18T09:04:02.426Z] #8 exporting layers done [2025-04-18T09:04:02.426Z] #8 exporting manifest sha256:fe05a496388705ee9a22537fb89f6d5b77b9fe34c6148bc64e23349a778f215b done [2025-04-18T09:04:02.426Z] #8 exporting config sha256:e457b88246d3379502fbf383046e1f640e15f8b3fc9f6d4ce166e4d1ce0efeca done [2025-04-18T09:04:02.426Z] #8 exporting manifest sha256:629cada16f26e50f08fc544f8c9c94c7fabd30f862d3b82915b8e72fe26527d4 done [2025-04-18T09:04:02.426Z] #8 exporting config sha256:a8ab738a8df822fe540858c2a160106a191b6b5b6b0278ec1fbe0a9b3f3cf1ac done [2025-04-18T09:04:02.426Z] #8 exporting manifest list sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 done [2025-04-18T09:04:02.426Z] #8 pushing layers 0.0s done [2025-04-18T09:04:02.426Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 0.1s done [2025-04-18T09:04:02.426Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:04:02.426Z] #8 DONE 0.1s [2025-04-18T09:04:02.426Z] [2025-04-18T09:04:02.426Z] 1 warning found (use --debug to expand): [2025-04-18T09:04:02.426Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:04:02.708Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3' [2025-04-18T09:04:02.708Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3 --push - [2025-04-18T09:04:02.708Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:04:02.708Z] #1 transferring dockerfile: 173B done [2025-04-18T09:04:02.708Z] #1 DONE 0.0s [2025-04-18T09:04:02.708Z] [2025-04-18T09:04:02.708Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3 [2025-04-18T09:04:02.708Z] #2 DONE 0.0s [2025-04-18T09:04:02.708Z] [2025-04-18T09:04:02.708Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3 [2025-04-18T09:04:02.708Z] #3 DONE 0.0s [2025-04-18T09:04:02.708Z] [2025-04-18T09:04:02.708Z] #4 [internal] load .dockerignore [2025-04-18T09:04:02.708Z] #4 transferring context: 2B done [2025-04-18T09:04:02.708Z] #4 DONE 0.0s [2025-04-18T09:04:02.708Z] [2025-04-18T09:04:02.708Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae [2025-04-18T09:04:02.708Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae done [2025-04-18T09:04:02.708Z] #5 CACHED [2025-04-18T09:04:02.708Z] [2025-04-18T09:04:02.708Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae [2025-04-18T09:04:02.708Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 0.0s done [2025-04-18T09:04:02.708Z] #6 CACHED [2025-04-18T09:04:02.708Z] [2025-04-18T09:04:02.708Z] #7 exporting to image [2025-04-18T09:04:02.708Z] #7 exporting layers done [2025-04-18T09:04:02.708Z] #7 exporting manifest sha256:fe05a496388705ee9a22537fb89f6d5b77b9fe34c6148bc64e23349a778f215b done [2025-04-18T09:04:02.708Z] #7 exporting config sha256:e457b88246d3379502fbf383046e1f640e15f8b3fc9f6d4ce166e4d1ce0efeca done [2025-04-18T09:04:02.708Z] #7 exporting manifest sha256:629cada16f26e50f08fc544f8c9c94c7fabd30f862d3b82915b8e72fe26527d4 [2025-04-18T09:04:02.708Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:04:02.964Z] #7 exporting manifest sha256:629cada16f26e50f08fc544f8c9c94c7fabd30f862d3b82915b8e72fe26527d4 done [2025-04-18T09:04:02.965Z] #7 exporting config sha256:a8ab738a8df822fe540858c2a160106a191b6b5b6b0278ec1fbe0a9b3f3cf1ac done [2025-04-18T09:04:02.965Z] #7 exporting manifest list sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 done [2025-04-18T09:04:02.965Z] #7 pushing layers 0.0s done [2025-04-18T09:04:02.965Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3@sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 0.1s done [2025-04-18T09:04:02.965Z] #7 DONE 0.1s [2025-04-18T09:04:02.965Z] [2025-04-18T09:04:02.965Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:04:02.965Z] #8 DONE 0.0s [2025-04-18T09:04:02.965Z] [2025-04-18T09:04:02.965Z] 1 warning found (use --debug to expand): [2025-04-18T09:04:02.965Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:04:03.245Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' [2025-04-18T09:04:03.245Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - [2025-04-18T09:04:03.245Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:04:03.245Z] #1 transferring dockerfile: 214B done [2025-04-18T09:04:03.245Z] #1 DONE 0.0s [2025-04-18T09:04:03.245Z] [2025-04-18T09:04:03.245Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:04:03.245Z] #2 DONE 0.0s [2025-04-18T09:04:03.245Z] [2025-04-18T09:04:03.245Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:04:03.245Z] #3 DONE 0.0s [2025-04-18T09:04:03.245Z] [2025-04-18T09:04:03.245Z] #4 [internal] load .dockerignore [2025-04-18T09:04:03.245Z] #4 transferring context: 2B done [2025-04-18T09:04:03.245Z] #4 DONE 0.0s [2025-04-18T09:04:03.245Z] [2025-04-18T09:04:03.245Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae [2025-04-18T09:04:03.245Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 0.0s done [2025-04-18T09:04:03.245Z] #5 DONE 0.0s [2025-04-18T09:04:03.245Z] [2025-04-18T09:04:03.245Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae [2025-04-18T09:04:03.504Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 0.0s done [2025-04-18T09:04:03.504Z] #6 CACHED [2025-04-18T09:04:03.504Z] [2025-04-18T09:04:03.504Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae [2025-04-18T09:04:03.504Z] #5 CACHED [2025-04-18T09:04:03.504Z] [2025-04-18T09:04:03.504Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:04:03.504Z] #7 DONE 0.0s [2025-04-18T09:04:03.504Z] [2025-04-18T09:04:03.504Z] #8 exporting to image [2025-04-18T09:04:03.504Z] #8 exporting layers done [2025-04-18T09:04:03.504Z] #8 exporting manifest sha256:fe05a496388705ee9a22537fb89f6d5b77b9fe34c6148bc64e23349a778f215b done [2025-04-18T09:04:03.504Z] #8 exporting config sha256:e457b88246d3379502fbf383046e1f640e15f8b3fc9f6d4ce166e4d1ce0efeca done [2025-04-18T09:04:03.504Z] #8 exporting manifest sha256:629cada16f26e50f08fc544f8c9c94c7fabd30f862d3b82915b8e72fe26527d4 done [2025-04-18T09:04:03.504Z] #8 exporting config sha256:a8ab738a8df822fe540858c2a160106a191b6b5b6b0278ec1fbe0a9b3f3cf1ac done [2025-04-18T09:04:03.504Z] #8 exporting manifest list sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 done [2025-04-18T09:04:03.504Z] #8 pushing layers 0.0s done [2025-04-18T09:04:03.504Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 0.1s done [2025-04-18T09:04:03.504Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:04:03.504Z] #8 DONE 0.1s [2025-04-18T09:04:03.504Z] [2025-04-18T09:04:03.504Z] 1 warning found (use --debug to expand): [2025-04-18T09:04:03.504Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-18T09:04:03.793Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-04-18T09:04:03.793Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-04-18T09:04:03.793Z] #1 [internal] load build definition from Dockerfile [2025-04-18T09:04:03.793Z] #1 transferring dockerfile: 166B done [2025-04-18T09:04:03.793Z] #1 DONE 0.0s [2025-04-18T09:04:03.793Z] [2025-04-18T09:04:03.793Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-04-18T09:04:03.793Z] #2 DONE 0.0s [2025-04-18T09:04:03.793Z] [2025-04-18T09:04:03.793Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-04-18T09:04:03.793Z] #3 DONE 0.0s [2025-04-18T09:04:03.793Z] [2025-04-18T09:04:03.793Z] #4 [internal] load .dockerignore [2025-04-18T09:04:03.793Z] #4 transferring context: 2B done [2025-04-18T09:04:03.793Z] #4 DONE 0.0s [2025-04-18T09:04:04.051Z] [2025-04-18T09:04:04.051Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae [2025-04-18T09:04:04.051Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 0.0s done [2025-04-18T09:04:04.051Z] #5 CACHED [2025-04-18T09:04:04.051Z] [2025-04-18T09:04:04.051Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae [2025-04-18T09:04:04.051Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 0.0s done [2025-04-18T09:04:04.051Z] #6 CACHED [2025-04-18T09:04:04.051Z] [2025-04-18T09:04:04.051Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-18T09:04:04.051Z] #7 DONE 0.0s [2025-04-18T09:04:04.051Z] [2025-04-18T09:04:04.051Z] #8 exporting to image [2025-04-18T09:04:04.051Z] #8 exporting layers done [2025-04-18T09:04:04.051Z] #8 exporting manifest sha256:fe05a496388705ee9a22537fb89f6d5b77b9fe34c6148bc64e23349a778f215b done [2025-04-18T09:04:04.051Z] #8 exporting config sha256:e457b88246d3379502fbf383046e1f640e15f8b3fc9f6d4ce166e4d1ce0efeca done [2025-04-18T09:04:04.051Z] #8 exporting manifest sha256:629cada16f26e50f08fc544f8c9c94c7fabd30f862d3b82915b8e72fe26527d4 done [2025-04-18T09:04:04.051Z] #8 exporting config sha256:a8ab738a8df822fe540858c2a160106a191b6b5b6b0278ec1fbe0a9b3f3cf1ac done [2025-04-18T09:04:04.051Z] #8 exporting manifest list sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 done [2025-04-18T09:04:04.051Z] #8 pushing layers 0.0s done [2025-04-18T09:04:04.051Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 0.1s done [2025-04-18T09:04:04.051Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-18T09:04:04.051Z] #8 DONE 0.1s [2025-04-18T09:04:04.051Z] [2025-04-18T09:04:04.051Z] 1 warning found (use --debug to expand): [2025-04-18T09:04:04.051Z]  - 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-04-18T09:04:04.412Z] + '[' -d /w/workspace/edgex-go/828/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-04-18T09:04:04.696Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-18T09:04:05.258Z] ---> package-listing.sh [2025-04-18T09:04:05.258Z] ++ facter osfamily [2025-04-18T09:04:05.258Z] ++ tr '[:upper:]' '[:lower:]' [2025-04-18T09:04:05.519Z] + OS_FAMILY=redhat [2025-04-18T09:04:05.519Z] + workspace=/w/workspace/edgex-go/828 [2025-04-18T09:04:05.519Z] + START_PACKAGES=/tmp/packages_start.txt [2025-04-18T09:04:05.519Z] + END_PACKAGES=/tmp/packages_end.txt [2025-04-18T09:04:05.519Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-04-18T09:04:05.519Z] + PACKAGES=/tmp/packages_start.txt [2025-04-18T09:04:05.519Z] + '[' /w/workspace/edgex-go/828 ']' [2025-04-18T09:04:05.519Z] + PACKAGES=/tmp/packages_end.txt [2025-04-18T09:04:05.519Z] + case "${OS_FAMILY}" in [2025-04-18T09:04:05.519Z] + rpm -qa [2025-04-18T09:04:05.519Z] + sort [2025-04-18T09:04:06.085Z] + '[' -f /tmp/packages_start.txt ']' [2025-04-18T09:04:06.086Z] + '[' -f /tmp/packages_end.txt ']' [2025-04-18T09:04:06.086Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-04-18T09:04:06.086Z] + '[' /w/workspace/edgex-go/828 ']' [2025-04-18T09:04:06.086Z] + mkdir -p /w/workspace/edgex-go/828/archives/ [2025-04-18T09:04:06.086Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/828/archives/ [Pipeline] echo [2025-04-18T09:04:06.097Z] 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/828/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-04-18T09:04:06.372Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:04:06.930Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-18T09:04:06.930Z] [2025-04-18T09:04:06.930Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:04:07.234Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-18T09:04:07.234Z] latest: Pulling from edgex-lftools-log-publisher [2025-04-18T09:04:07.234Z] 5eb5b503b376: Pulling fs layer [2025-04-18T09:04:07.234Z] 5c69ac0246d0: Pulling fs layer [2025-04-18T09:04:07.234Z] ec43610c2a17: Pulling fs layer [2025-04-18T09:04:07.234Z] 3a2ae6a8a46f: Pulling fs layer [2025-04-18T09:04:07.234Z] 33b1e0a273af: Pulling fs layer [2025-04-18T09:04:07.234Z] 5d3b04190fa2: Pulling fs layer [2025-04-18T09:04:07.234Z] 2f39f015ded8: Pulling fs layer [2025-04-18T09:04:07.234Z] 3a2ae6a8a46f: Waiting [2025-04-18T09:04:07.234Z] 33b1e0a273af: Waiting [2025-04-18T09:04:07.234Z] 5d3b04190fa2: Waiting [2025-04-18T09:04:07.234Z] 2f39f015ded8: Waiting [2025-04-18T09:04:07.234Z] 5c69ac0246d0: Verifying Checksum [2025-04-18T09:04:07.234Z] 5c69ac0246d0: Download complete [2025-04-18T09:04:07.234Z] 3a2ae6a8a46f: Verifying Checksum [2025-04-18T09:04:07.234Z] 3a2ae6a8a46f: Download complete [2025-04-18T09:04:07.234Z] ec43610c2a17: Verifying Checksum [2025-04-18T09:04:07.234Z] ec43610c2a17: Download complete [2025-04-18T09:04:07.495Z] 5d3b04190fa2: Verifying Checksum [2025-04-18T09:04:07.495Z] 5d3b04190fa2: Download complete [2025-04-18T09:04:07.495Z] 5eb5b503b376: Verifying Checksum [2025-04-18T09:04:07.495Z] 5eb5b503b376: Download complete [2025-04-18T09:04:07.495Z] 33b1e0a273af: Verifying Checksum [2025-04-18T09:04:07.495Z] 33b1e0a273af: Download complete [2025-04-18T09:04:08.064Z] 2f39f015ded8: Verifying Checksum [2025-04-18T09:04:08.064Z] 2f39f015ded8: Download complete [2025-04-18T09:04:09.011Z] 5eb5b503b376: Pull complete [2025-04-18T09:04:09.011Z] 5c69ac0246d0: Pull complete [2025-04-18T09:04:09.273Z] ec43610c2a17: Pull complete [2025-04-18T09:04:09.273Z] 3a2ae6a8a46f: Pull complete [2025-04-18T09:04:09.538Z] 33b1e0a273af: Pull complete [2025-04-18T09:04:09.538Z] 5d3b04190fa2: Pull complete [2025-04-18T09:04:13.779Z] 2f39f015ded8: Pull complete [2025-04-18T09:04:13.779Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-04-18T09:04:13.779Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-18T09:04:13.779Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T09:04:13.945Z] prd-centos7-docker-4c-2g-89 does not seem to be running inside a container [2025-04-18T09:04:13.976Z] $ 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/828/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-04-18T09:04:19.287Z] $ docker top 70c6ba161cf2540669432177cddb1ff23256d824a8984ae6001d5d43d3edd70a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-18T09:04:19.642Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-04-18T09:04:19.925Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-04-18T09:04:20.207Z] + ls /var/log/sa-host [2025-04-18T09:04:20.207Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-18T09:04:20.291Z] provisioning config files... [2025-04-18T09:04:20.300Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config14454659695467206796tmp [Pipeline] { [Pipeline] echo [2025-04-18T09:04:20.316Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-18T09:04:20.596Z] ---> create-netrc.sh [Pipeline] } [2025-04-18T09:04:20.603Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-04-18T09:04:20.934Z] ---> python-tools-install.sh [Pipeline] echo [2025-04-18T09:04:20.944Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-18T09:04:21.228Z] ---> sudo-logs.sh [2025-04-18T09:04:21.228Z] Archiving 'sudo' log.. [2025-04-18T09:04:21.228Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:04:21.260Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-04-18T09:04:21.263Z] $ docker stop --time=1 70c6ba161cf2540669432177cddb1ff23256d824a8984ae6001d5d43d3edd70a [2025-04-18T09:04:22.395Z] $ docker rm -f --volumes 70c6ba161cf2540669432177cddb1ff23256d824a8984ae6001d5d43d3edd70a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-04-18T09:04:22.496Z] [WS-CLEANUP] Deleting project workspace... [2025-04-18T09:04:22.496Z] [WS-CLEANUP] Deferred wipeout is used... [2025-04-18T09:04:22.515Z] [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-04-18T09:15:49.917Z] #154 ... [2025-04-18T09:15:49.917Z] [2025-04-18T09:15:49.917Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-04-18T09:15:49.917Z] #147 DONE 1053.4s [2025-04-18T09:15:49.917Z] [2025-04-18T09:15:49.917Z] #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-04-18T09:15:49.917Z] #144 ... [2025-04-18T09:15:49.917Z] [2025-04-18T09:15:49.917Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T09:15:49.917Z] #155 DONE 0.3s [2025-04-18T09:15:49.917Z] [2025-04-18T09:15:49.917Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-18T09:15:49.917Z] #146 ... [2025-04-18T09:15:49.917Z] [2025-04-18T09:15:49.917Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-04-18T09:15:49.917Z] #156 DONE 0.2s [2025-04-18T09:15:49.917Z] [2025-04-18T09:15:49.917Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-04-18T09:15:50.183Z] #157 DONE 0.3s [2025-04-18T09:15:50.183Z] [2025-04-18T09:15:50.183Z] #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-04-18T09:15:50.183Z] #158 DONE 0.1s [2025-04-18T09:15:50.183Z] [2025-04-18T09:15:50.183Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-04-18T09:15:50.449Z] #148 ... [2025-04-18T09:15:50.449Z] [2025-04-18T09:15:50.449Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-04-18T09:15:50.717Z] #159 DONE 0.2s [2025-04-18T09:15:50.717Z] [2025-04-18T09:15:50.717Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-04-18T09:15:52.650Z] #160 DONE 2.1s [2025-04-18T09:15:52.650Z] [2025-04-18T09:15:52.650Z] #109 [core-common-config-bootstrapper] exporting to image [2025-04-18T09:15:52.650Z] #109 exporting layers [2025-04-18T09:15:53.614Z] #109 exporting layers 0.7s done [2025-04-18T09:15:53.614Z] #109 writing image sha256:20d56f22cc3dc4ba150952cbe3cbd6a1a51284da341cfb8325f4d285cbfb6314 done [2025-04-18T09:15:53.614Z] #109 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-04-18T09:15:53.614Z] #109 DONE 5.6s [2025-04-18T09:15:53.614Z] [2025-04-18T09:15:53.614Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-18T09:15:54.209Z] #146 ... [2025-04-18T09:15:54.209Z] [2025-04-18T09:15:54.209Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-04-18T09:15:54.209Z] #151 DONE 1058.5s [2025-04-18T09:15:54.475Z] [2025-04-18T09:15:54.475Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T09:15:54.769Z] #153 ... [2025-04-18T09:15:54.769Z] [2025-04-18T09:15:54.769Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-04-18T09:15:55.035Z] #161 DONE 0.3s [2025-04-18T09:15:55.035Z] [2025-04-18T09:15:55.035Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T09:15:55.035Z] #153 ... [2025-04-18T09:15:55.035Z] [2025-04-18T09:15:55.035Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-04-18T09:15:57.637Z] #162 DONE 2.4s [2025-04-18T09:15:57.637Z] [2025-04-18T09:15:57.637Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T09:15:57.637Z] #153 ... [2025-04-18T09:15:57.637Z] [2025-04-18T09:15:57.637Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T09:15:57.637Z] #163 DONE 0.3s [2025-04-18T09:15:57.637Z] [2025-04-18T09:15:57.637Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T09:15:57.902Z] #153 ... [2025-04-18T09:15:57.902Z] [2025-04-18T09:15:57.902Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-04-18T09:15:57.902Z] #164 DONE 0.2s [2025-04-18T09:15:57.902Z] [2025-04-18T09:15:57.902Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-04-18T09:15:58.194Z] #165 DONE 0.3s [2025-04-18T09:15:58.194Z] [2025-04-18T09:15:58.194Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-04-18T09:15:58.459Z] #166 DONE 0.2s [2025-04-18T09:15:58.459Z] [2025-04-18T09:15:58.459Z] #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-04-18T09:15:58.459Z] #167 DONE 0.1s [2025-04-18T09:15:58.459Z] [2025-04-18T09:15:58.459Z] #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-04-18T09:15:58.727Z] #168 DONE 0.1s [2025-04-18T09:15:58.727Z] [2025-04-18T09:15:58.727Z] #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-04-18T09:15:58.727Z] #169 DONE 0.1s [2025-04-18T09:15:58.727Z] [2025-04-18T09:15:58.727Z] #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-04-18T09:15:58.727Z] #144 ... [2025-04-18T09:15:58.727Z] [2025-04-18T09:15:58.727Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-04-18T09:15:58.727Z] #170 DONE 0.1s [2025-04-18T09:15:58.996Z] [2025-04-18T09:15:58.996Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-04-18T09:16:00.934Z] #171 DONE 2.0s [2025-04-18T09:16:00.934Z] [2025-04-18T09:16:00.934Z] #109 [security-bootstrapper] exporting to image [2025-04-18T09:16:00.934Z] #109 exporting layers [2025-04-18T09:16:01.901Z] #109 exporting layers 1.0s done [2025-04-18T09:16:01.901Z] #109 writing image sha256:38d34a6d426033b7478b464d6fae7a743c7a86d6e7ba58e357aeb0a15abec196 done [2025-04-18T09:16:01.901Z] #109 naming to docker.io/library/security-bootstrapper-arm64 done [2025-04-18T09:16:01.901Z] #109 DONE 6.6s [2025-04-18T09:16:01.901Z] [2025-04-18T09:16:01.901Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T09:30:09.337Z] #153 ... [2025-04-18T09:30:09.337Z] [2025-04-18T09:30:09.337Z] #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-04-18T09:30:09.337Z] #144 DONE 1908.9s [2025-04-18T09:30:09.337Z] [2025-04-18T09:30:09.337Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-04-18T09:30:09.337Z] #154 ... [2025-04-18T09:30:09.337Z] [2025-04-18T09:30:09.337Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T09:30:09.337Z] #172 DONE 0.2s [2025-04-18T09:30:09.337Z] [2025-04-18T09:30:09.337Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-04-18T09:30:09.337Z] #154 ... [2025-04-18T09:30:09.337Z] [2025-04-18T09:30:09.337Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-04-18T09:30:09.337Z] #173 DONE 0.2s [2025-04-18T09:30:09.337Z] [2025-04-18T09:30:09.337Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-04-18T09:30:09.337Z] #174 DONE 0.4s [2025-04-18T09:30:09.337Z] [2025-04-18T09:30:09.337Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-04-18T09:30:09.337Z] #175 DONE 0.2s [2025-04-18T09:30:09.337Z] [2025-04-18T09:30:09.337Z] #109 [core-command] exporting to image [2025-04-18T09:30:09.337Z] #109 exporting layers [2025-04-18T09:30:09.337Z] #109 exporting layers 0.5s done [2025-04-18T09:30:09.337Z] #109 writing image sha256:7a85a3737d64fd92539b68c3d6b54acccd165e9315b29900487079c4fdd883ce 0.0s done [2025-04-18T09:30:09.337Z] #109 naming to docker.io/library/core-command-arm64 done [2025-04-18T09:30:09.337Z] #109 DONE 7.1s [2025-04-18T09:30:09.337Z] [2025-04-18T09:30:09.337Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-04-18T09:30:41.544Z] #154 ... [2025-04-18T09:30:41.544Z] [2025-04-18T09:30:41.544Z] #149 [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-04-18T09:30:41.544Z] #149 1944.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-04-18T09:30:43.493Z] #149 ... [2025-04-18T09:30:43.493Z] [2025-04-18T09:30:43.493Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-04-18T09:30:43.493Z] #145 DONE 1947.4s [2025-04-18T09:30:43.493Z] [2025-04-18T09:30:43.493Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T09:30:43.493Z] #153 ... [2025-04-18T09:30:43.493Z] [2025-04-18T09:30:43.493Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T09:30:43.493Z] #176 DONE 0.2s [2025-04-18T09:30:43.493Z] [2025-04-18T09:30:43.493Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-04-18T09:30:43.759Z] #154 ... [2025-04-18T09:30:43.759Z] [2025-04-18T09:30:43.759Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-04-18T09:30:43.759Z] #177 DONE 0.3s [2025-04-18T09:30:43.759Z] [2025-04-18T09:30:43.759Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-04-18T09:30:44.026Z] #150 ... [2025-04-18T09:30:44.026Z] [2025-04-18T09:30:44.026Z] #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-04-18T09:30:44.026Z] #178 DONE 0.1s [2025-04-18T09:30:44.293Z] [2025-04-18T09:30:44.293Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-04-18T09:30:44.293Z] #179 DONE 0.2s [2025-04-18T09:30:44.293Z] [2025-04-18T09:30:44.293Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-04-18T09:30:44.561Z] #180 DONE 0.4s [2025-04-18T09:30:44.561Z] [2025-04-18T09:30:44.561Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-18T09:30:44.830Z] #146 ... [2025-04-18T09:30:44.830Z] [2025-04-18T09:30:44.830Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-04-18T09:30:44.830Z] #181 DONE 0.1s [2025-04-18T09:30:44.830Z] [2025-04-18T09:30:44.830Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-04-18T09:30:46.776Z] #182 DONE 1.9s [2025-04-18T09:30:46.776Z] [2025-04-18T09:30:46.776Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T09:30:46.776Z] #153 ... [2025-04-18T09:30:46.776Z] [2025-04-18T09:30:46.776Z] #109 [security-proxy-setup] exporting to image [2025-04-18T09:30:46.776Z] #109 exporting layers [2025-04-18T09:30:47.737Z] #109 exporting layers 0.8s done [2025-04-18T09:30:47.737Z] #109 writing image sha256:6f5f14bf89872ac97662d21b96c752df5d431c332420d8456e72d307a49fbfe6 done [2025-04-18T09:30:47.737Z] #109 naming to docker.io/library/security-proxy-setup-arm64 [2025-04-18T09:30:47.737Z] #109 naming to docker.io/library/security-proxy-setup-arm64 done [2025-04-18T09:30:47.737Z] #109 DONE 7.9s [2025-04-18T09:30:47.737Z] [2025-04-18T09:30:47.737Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-04-18T09:31:14.697Z] #152 ... [2025-04-18T09:31:14.697Z] [2025-04-18T09:31:14.697Z] #149 [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-04-18T09:31:14.697Z] #149 DONE 1976.9s [2025-04-18T09:31:14.697Z] [2025-04-18T09:31:14.697Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-04-18T09:31:14.697Z] #150 ... [2025-04-18T09:31:14.697Z] [2025-04-18T09:31:14.697Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T09:31:14.697Z] #183 DONE 0.2s [2025-04-18T09:31:14.697Z] [2025-04-18T09:31:14.697Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-04-18T09:31:14.697Z] #154 ... [2025-04-18T09:31:14.697Z] [2025-04-18T09:31:14.697Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-04-18T09:31:14.697Z] #184 DONE 0.2s [2025-04-18T09:31:14.697Z] [2025-04-18T09:31:14.697Z] #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-04-18T09:31:14.697Z] #185 DONE 0.1s [2025-04-18T09:31:14.697Z] [2025-04-18T09:31:14.697Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-04-18T09:31:14.697Z] #152 ... [2025-04-18T09:31:14.697Z] [2025-04-18T09:31:14.697Z] #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-04-18T09:31:14.698Z] #186 DONE 0.2s [2025-04-18T09:31:14.698Z] [2025-04-18T09:31:14.698Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-04-18T09:31:14.698Z] #187 DONE 0.1s [2025-04-18T09:31:14.698Z] [2025-04-18T09:31:14.698Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-04-18T09:31:14.698Z] #188 DONE 0.3s [2025-04-18T09:31:14.698Z] [2025-04-18T09:31:14.698Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-04-18T09:31:14.698Z] #150 ... [2025-04-18T09:31:14.698Z] [2025-04-18T09:31:14.698Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-04-18T09:31:14.698Z] #189 DONE 0.4s [2025-04-18T09:31:14.698Z] [2025-04-18T09:31:14.698Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-04-18T09:31:14.698Z] #190 DONE 0.1s [2025-04-18T09:31:14.698Z] [2025-04-18T09:31:14.698Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-04-18T09:31:16.648Z] #191 DONE 1.9s [2025-04-18T09:31:16.648Z] [2025-04-18T09:31:16.648Z] #109 [security-secretstore-setup] exporting to image [2025-04-18T09:31:16.648Z] #109 exporting layers [2025-04-18T09:31:18.051Z] #109 exporting layers 1.5s done [2025-04-18T09:31:18.051Z] #109 writing image sha256:11f4c145aa13884240afe26996007b181f50debe00509bb5b05baa8a3e3a67d3 done [2025-04-18T09:31:18.051Z] #109 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-04-18T09:31:18.051Z] #109 DONE 9.4s [2025-04-18T09:31:18.051Z] [2025-04-18T09:31:18.051Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-04-18T09:32:14.424Z] #150 ... [2025-04-18T09:32:14.424Z] [2025-04-18T09:32:14.424Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-04-18T09:32:14.424Z] #143 DONE 2034.6s [2025-04-18T09:32:14.424Z] [2025-04-18T09:32:14.424Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-04-18T09:32:14.424Z] #152 ... [2025-04-18T09:32:14.424Z] [2025-04-18T09:32:14.424Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T09:32:14.424Z] #192 DONE 0.2s [2025-04-18T09:32:14.424Z] [2025-04-18T09:32:14.424Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-04-18T09:32:14.424Z] #193 DONE 0.1s [2025-04-18T09:32:14.424Z] [2025-04-18T09:32:14.424Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-04-18T09:32:14.424Z] #194 DONE 0.4s [2025-04-18T09:32:14.424Z] [2025-04-18T09:32:14.424Z] #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-04-18T09:32:14.424Z] #195 DONE 0.1s [2025-04-18T09:32:14.424Z] [2025-04-18T09:32:14.424Z] #109 [security-spiffe-token-provider] exporting to image [2025-04-18T09:32:14.424Z] #109 exporting layers [2025-04-18T09:32:14.424Z] #109 exporting layers 0.9s done [2025-04-18T09:32:14.424Z] #109 writing image sha256:52df0b82f93b4e82c79b510f386c4008971615d15da16a8d03e047c186c7fb5b 0.0s done [2025-04-18T09:32:14.424Z] #109 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-04-18T09:32:14.424Z] #109 DONE 10.4s [2025-04-18T09:32:14.424Z] [2025-04-18T09:32:14.424Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-04-18T09:32:53.275Z] #150 ... [2025-04-18T09:32:53.275Z] [2025-04-18T09:32:53.275Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-04-18T09:32:53.275Z] #148 DONE 2071.3s [2025-04-18T09:32:53.275Z] [2025-04-18T09:32:53.275Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-04-18T09:32:53.275Z] #154 ... [2025-04-18T09:32:53.275Z] [2025-04-18T09:32:53.275Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T09:32:53.275Z] #196 DONE 0.3s [2025-04-18T09:32:53.275Z] [2025-04-18T09:32:53.275Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T09:32:53.275Z] #153 ... [2025-04-18T09:32:53.275Z] [2025-04-18T09:32:53.275Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-04-18T09:32:53.275Z] #197 DONE 0.2s [2025-04-18T09:32:53.275Z] [2025-04-18T09:32:53.275Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-04-18T09:32:53.275Z] #198 DONE 0.4s [2025-04-18T09:32:53.275Z] [2025-04-18T09:32:53.275Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-04-18T09:32:53.275Z] #199 DONE 0.1s [2025-04-18T09:32:53.275Z] [2025-04-18T09:32:53.275Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-04-18T09:32:53.275Z] #150 ... [2025-04-18T09:32:53.275Z] [2025-04-18T09:32:53.275Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-04-18T09:32:53.275Z] #200 DONE 0.1s [2025-04-18T09:32:53.275Z] [2025-04-18T09:32:53.275Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-04-18T09:32:53.275Z] #201 DONE 1.7s [2025-04-18T09:32:53.275Z] [2025-04-18T09:32:53.275Z] #109 [security-proxy-auth] exporting to image [2025-04-18T09:32:53.275Z] #109 exporting layers [2025-04-18T09:32:53.275Z] #109 exporting layers 0.7s done [2025-04-18T09:32:53.275Z] #109 writing image sha256:e1d1eacffd2201cded6559f8f43214e924304179ab7fd790094aeba065da9845 done [2025-04-18T09:32:53.275Z] #109 naming to docker.io/library/security-proxy-auth-arm64 done [2025-04-18T09:32:53.275Z] #109 DONE 11.1s [2025-04-18T09:32:53.275Z] [2025-04-18T09:32:53.275Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T09:32:53.275Z] #153 ... [2025-04-18T09:32:53.275Z] [2025-04-18T09:32:53.275Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-04-18T09:32:53.275Z] #152 DONE 2076.3s [2025-04-18T09:32:53.275Z] [2025-04-18T09:32:53.275Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T09:32:53.275Z] #153 ... [2025-04-18T09:32:53.275Z] [2025-04-18T09:32:53.275Z] #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T09:32:53.275Z] #202 ... [2025-04-18T09:32:53.275Z] [2025-04-18T09:32:53.275Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-04-18T09:32:53.275Z] #150 DONE 2077.1s [2025-04-18T09:32:53.275Z] [2025-04-18T09:32:53.275Z] #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T09:32:53.275Z] #202 DONE 0.3s [2025-04-18T09:32:53.275Z] [2025-04-18T09:32:53.275Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T09:32:53.275Z] #153 ... [2025-04-18T09:32:53.275Z] [2025-04-18T09:32:53.275Z] #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-04-18T09:32:53.861Z] #203 ... [2025-04-18T09:32:53.861Z] [2025-04-18T09:32:53.861Z] #204 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T09:32:53.861Z] #204 DONE 0.5s [2025-04-18T09:32:53.861Z] [2025-04-18T09:32:53.861Z] #205 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-04-18T09:32:53.861Z] #205 DONE 0.1s [2025-04-18T09:32:53.861Z] [2025-04-18T09:32:53.861Z] #206 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-04-18T09:32:54.127Z] #206 ... [2025-04-18T09:32:54.127Z] [2025-04-18T09:32:54.127Z] #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-04-18T09:32:54.127Z] #203 DONE 0.9s [2025-04-18T09:32:54.127Z] [2025-04-18T09:32:54.127Z] #207 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-04-18T09:32:54.127Z] #207 DONE 0.2s [2025-04-18T09:32:54.127Z] [2025-04-18T09:32:54.127Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T09:32:54.394Z] #153 ... [2025-04-18T09:32:54.394Z] [2025-04-18T09:32:54.394Z] #109 [core-keeper] exporting to image [2025-04-18T09:32:54.660Z] #109 ... [2025-04-18T09:32:54.660Z] [2025-04-18T09:32:54.660Z] #206 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-04-18T09:32:54.660Z] #206 DONE 0.6s [2025-04-18T09:32:54.660Z] [2025-04-18T09:32:54.660Z] #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-04-18T09:32:54.660Z] #208 DONE 0.3s [2025-04-18T09:32:54.660Z] [2025-04-18T09:32:54.660Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-18T09:32:54.929Z] #146 ... [2025-04-18T09:32:54.929Z] [2025-04-18T09:32:54.929Z] #109 [core-keeper] exporting to image [2025-04-18T09:32:54.929Z] #109 exporting layers 0.5s done [2025-04-18T09:32:54.929Z] #109 writing image sha256:161045cd9f5d714049e30e29b66e2504eb5a6cfa6ccec3083faf3bb780f58d1c done [2025-04-18T09:32:54.929Z] #109 naming to docker.io/library/core-keeper-arm64 done [2025-04-18T09:32:55.514Z] #109 exporting layers 0.7s done [2025-04-18T09:32:55.514Z] #109 writing image sha256:24bff337698f643876a3485e7e6cf0914fb5773b2981223333a1f6eb2c41a912 done [2025-04-18T09:32:55.514Z] #109 naming to docker.io/library/core-data-arm64 done [2025-04-18T09:32:55.514Z] #109 DONE 12.3s [2025-04-18T09:32:55.514Z] [2025-04-18T09:32:55.514Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-18T09:32:56.095Z] #146 ... [2025-04-18T09:32:56.095Z] [2025-04-18T09:32:56.095Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-18T09:32:56.095Z] #153 DONE 2080.2s [2025-04-18T09:32:56.095Z] [2025-04-18T09:32:56.095Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-04-18T09:32:56.362Z] #154 ... [2025-04-18T09:32:56.362Z] [2025-04-18T09:32:56.362Z] #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T09:32:56.628Z] #209 DONE 0.2s [2025-04-18T09:32:56.628Z] [2025-04-18T09:32:56.628Z] #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-04-18T09:32:56.895Z] #210 DONE 0.3s [2025-04-18T09:32:56.895Z] [2025-04-18T09:32:56.895Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-04-18T09:32:57.482Z] #211 DONE 0.5s [2025-04-18T09:32:57.482Z] [2025-04-18T09:32:57.482Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-04-18T09:32:57.482Z] #212 DONE 0.1s [2025-04-18T09:32:57.482Z] [2025-04-18T09:32:57.482Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-04-18T09:32:57.748Z] #213 DONE 0.1s [2025-04-18T09:32:57.748Z] [2025-04-18T09:32:57.748Z] #109 [core-metadata] exporting to image [2025-04-18T09:32:58.013Z] #109 exporting layers 0.4s done [2025-04-18T09:32:58.013Z] #109 writing image sha256:5693f655bdb46396b6697bfc168e6a1b86e8a35b17166c6cac91939e4d855da2 done [2025-04-18T09:32:58.013Z] #109 naming to docker.io/library/core-metadata-arm64 done [2025-04-18T09:32:58.013Z] #109 DONE 12.7s [2025-04-18T09:32:58.013Z] [2025-04-18T09:32:58.013Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-04-18T09:33:30.215Z] #154 DONE 2110.4s [2025-04-18T09:33:30.215Z] [2025-04-18T09:33:30.215Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-18T09:33:30.215Z] #146 ... [2025-04-18T09:33:30.215Z] [2025-04-18T09:33:30.215Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T09:33:30.215Z] #214 DONE 0.1s [2025-04-18T09:33:30.215Z] [2025-04-18T09:33:30.215Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-18T09:33:30.215Z] #146 ... [2025-04-18T09:33:30.215Z] [2025-04-18T09:33:30.215Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-04-18T09:33:30.215Z] #215 DONE 0.1s [2025-04-18T09:33:30.215Z] [2025-04-18T09:33:30.215Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-04-18T09:33:30.215Z] #216 DONE 0.5s [2025-04-18T09:33:30.215Z] [2025-04-18T09:33:30.215Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-04-18T09:33:30.215Z] #217 DONE 0.1s [2025-04-18T09:33:30.215Z] [2025-04-18T09:33:30.215Z] #109 [support-scheduler] exporting to image [2025-04-18T09:33:30.215Z] #109 exporting layers [2025-04-18T09:33:30.215Z] #109 exporting layers 1.0s done [2025-04-18T09:33:30.215Z] #109 writing image sha256:1127f9128523a7ed483636c7850d88ca2e09140d879f5bb6929c0a097c0b2722 done [2025-04-18T09:33:30.215Z] #109 naming to docker.io/library/support-scheduler-arm64 done [2025-04-18T09:33:30.215Z] #109 DONE 13.7s [2025-04-18T09:33:30.215Z] [2025-04-18T09:33:30.215Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-18T09:33:34.455Z] #146 DONE 2118.0s [2025-04-18T09:33:34.455Z] [2025-04-18T09:33:34.455Z] #32 [security-spire-agent internal] load .dockerignore [2025-04-18T09:33:34.455Z] #32 ... [2025-04-18T09:33:34.455Z] [2025-04-18T09:33:34.455Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-18T09:33:34.455Z] #218 DONE 0.2s [2025-04-18T09:33:34.455Z] [2025-04-18T09:33:34.455Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-04-18T09:33:34.455Z] #219 DONE 0.1s [2025-04-18T09:33:34.455Z] [2025-04-18T09:33:34.455Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-04-18T09:33:34.723Z] #220 DONE 0.5s [2025-04-18T09:33:34.723Z] [2025-04-18T09:33:34.723Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-04-18T09:33:34.723Z] #221 DONE 0.1s [2025-04-18T09:33:34.723Z] [2025-04-18T09:33:34.723Z] #32 [security-spire-agent internal] load .dockerignore [2025-04-18T09:33:34.723Z] #32 ... [2025-04-18T09:33:34.723Z] [2025-04-18T09:33:34.723Z] #109 [support-notifications] exporting to image [2025-04-18T09:33:34.723Z] #109 exporting layers [2025-04-18T09:33:35.301Z] #109 exporting layers 0.6s done [2025-04-18T09:33:35.301Z] #109 writing image sha256:fda5c8e244919d6f19efa1b4c4a37fed3c6eb8672ed4434a7b2b901f3336f794 done [2025-04-18T09:33:35.301Z] #109 naming to docker.io/library/support-notifications-arm64 done [2025-04-18T09:33:35.301Z] #109 DONE 14.3s [2025-04-18T09:33:35.301Z] [2025-04-18T09:33:35.301Z] #32 [security-spire-agent internal] load .dockerignore [2025-04-18T09:33:35.301Z] time="2025-04-18T08:55:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T09:33:35.301Z] time="2025-04-18T08:55:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T09:33:35.301Z] time="2025-04-18T08:55:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T09:33:35.301Z] time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T09:33:35.301Z] time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T09:33:35.301Z] time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T09:33:35.301Z] time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T09:33:35.301Z] time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T09:33:35.301Z] time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T09:33:35.301Z] time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T09:33:35.301Z] time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T09:33:35.301Z] time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T09:33:35.301Z] time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T09:33:35.301Z] time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-18T09:33:35.301Z] time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-04-18T09:33:35.284Z] $ docker stop --time=1 23c2bde0a97905884f5ba0ee25b22a165417ee4c0ea5c2508bc623d87623ba4f [2025-04-18T09:33:36.957Z] $ docker rm -f --volumes 23c2bde0a97905884f5ba0ee25b22a165417ee4c0ea5c2508bc623d87623ba4f [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-18T09:33:37.542Z] + docker images [2025-04-18T09:33:37.542Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-04-18T09:33:37.542Z] support-notifications-arm64 latest fda5c8e24491 3 seconds ago 52.3MB [2025-04-18T09:33:37.542Z] support-scheduler-arm64 latest 1127f9128523 10 seconds ago 48.5MB [2025-04-18T09:33:37.542Z] core-metadata-arm64 latest 5693f655bdb4 40 seconds ago 33.1MB [2025-04-18T09:33:37.542Z] core-keeper-arm64 latest 161045cd9f5d 43 seconds ago 32.6MB [2025-04-18T09:33:37.542Z] core-data-arm64 latest 24bff337698f 43 seconds ago 33MB [2025-04-18T09:33:37.542Z] security-proxy-auth-arm64 latest e1d1eacffd22 48 seconds ago 31.9MB [2025-04-18T09:33:37.542Z] security-spiffe-token-provider-arm64 latest 52df0b82f93b About a minute ago 48.1MB [2025-04-18T09:33:37.542Z] security-secretstore-setup-arm64 latest 11f4c145aa13 2 minutes ago 67.6MB [2025-04-18T09:33:37.542Z] security-proxy-setup-arm64 latest 6f5f14bf8987 2 minutes ago 38.7MB [2025-04-18T09:33:37.542Z] core-command-arm64 latest 7a85a3737d64 3 minutes ago 28.5MB [2025-04-18T09:33:37.542Z] security-bootstrapper-arm64 latest 38d34a6d4260 17 minutes ago 21.1MB [2025-04-18T09:33:37.542Z] core-common-config-bootstrapper-arm64 latest 20d56f22cc3d 17 minutes ago 17.9MB [2025-04-18T09:33:37.542Z] security-spire-agent-arm64 latest e1ce1d08d0bb 37 minutes ago 187MB [2025-04-18T09:33:37.542Z] security-spire-server-arm64 latest 2df0008ea62c 37 minutes ago 144MB [2025-04-18T09:33:37.542Z] security-spire-config-arm64 latest 5cc87de80967 37 minutes ago 143MB [2025-04-18T09:33:37.542Z] ci-base-image-arm64 latest 05b20c0c43d8 38 minutes ago 908MB [2025-04-18T09:33:37.542Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 7 days ago 560MB [2025-04-18T09:33:37.542Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 22 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-04-18T09:33:37.684Z] provisioning config files... [2025-04-18T09:33:37.703Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/828@tmp/config11248561235907880986tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-18T09:33:38.069Z] ---> ****-login.sh [2025-04-18T09:33:38.069Z] nexus3.edgexfoundry.org:10001 [2025-04-18T09:33:38.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T09:33:38.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T09:33:38.337Z] Configure a credential helper to remove this warning. See [2025-04-18T09:33:38.337Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T09:33:38.337Z] [2025-04-18T09:33:38.337Z] Login Succeeded [2025-04-18T09:33:38.337Z] nexus3.edgexfoundry.org:10002 [2025-04-18T09:33:38.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T09:33:38.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T09:33:38.614Z] Configure a credential helper to remove this warning. See [2025-04-18T09:33:38.614Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T09:33:38.614Z] [2025-04-18T09:33:38.614Z] Login Succeeded [2025-04-18T09:33:38.614Z] nexus3.edgexfoundry.org:10003 [2025-04-18T09:33:38.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T09:33:39.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T09:33:39.185Z] Configure a credential helper to remove this warning. See [2025-04-18T09:33:39.185Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T09:33:39.185Z] [2025-04-18T09:33:39.185Z] Login Succeeded [2025-04-18T09:33:39.185Z] nexus3.edgexfoundry.org:10004 [2025-04-18T09:33:39.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T09:33:39.458Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T09:33:39.458Z] Configure a credential helper to remove this warning. See [2025-04-18T09:33:39.458Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T09:33:39.458Z] [2025-04-18T09:33:39.458Z] Login Succeeded [2025-04-18T09:33:39.458Z] ****.io [2025-04-18T09:33:39.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-18T09:33:39.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-18T09:33:39.992Z] Configure a credential helper to remove this warning. See [2025-04-18T09:33:39.992Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-18T09:33:39.992Z] [2025-04-18T09:33:39.992Z] Login Succeeded [2025-04-18T09:33:39.992Z] ---> ****-login.sh ends [Pipeline] } [2025-04-18T09:33:40.003Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:33:40.047Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-18T09:33:40.081Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-04-18T09:33:40.081Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:33:40.081Z] latest [2025-04-18T09:33:40.081Z] 4.1.0-dev.3 [2025-04-18T09:33:40.081Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:33:40.081Z] main [2025-04-18T09:33:40.081Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:40.452Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:40.800Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:33:40.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-04-18T09:33:40.800Z] d489f6d49b68: Preparing [2025-04-18T09:33:40.800Z] 647af8e82016: Preparing [2025-04-18T09:33:40.800Z] 567cd42be38e: Preparing [2025-04-18T09:33:40.800Z] 661edca30b25: Preparing [2025-04-18T09:33:40.800Z] 39e42d376435: Preparing [2025-04-18T09:33:40.800Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:33:40.800Z] dd9c8f8612c8: Preparing [2025-04-18T09:33:40.800Z] dd9c8f8612c8: Waiting [2025-04-18T09:33:40.800Z] 92c4f9c9c8fd: Waiting [2025-04-18T09:33:41.064Z] 39e42d376435: Pushed [2025-04-18T09:33:41.064Z] 567cd42be38e: Pushed [2025-04-18T09:33:41.064Z] 661edca30b25: Pushed [2025-04-18T09:33:41.064Z] d489f6d49b68: Pushed [2025-04-18T09:33:41.064Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:33:41.064Z] 92c4f9c9c8fd: Pushed [2025-04-18T09:33:46.376Z] 647af8e82016: Pushed [2025-04-18T09:33:46.376Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:d1d0e5eed63f1569a291c396ab2d8916ef433f3608c24aabad23d835474bc9ef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:46.726Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:47.071Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-04-18T09:33:47.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-04-18T09:33:47.071Z] d489f6d49b68: Preparing [2025-04-18T09:33:47.071Z] 647af8e82016: Preparing [2025-04-18T09:33:47.071Z] 567cd42be38e: Preparing [2025-04-18T09:33:47.071Z] 661edca30b25: Preparing [2025-04-18T09:33:47.071Z] 39e42d376435: Preparing [2025-04-18T09:33:47.071Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:33:47.071Z] dd9c8f8612c8: Preparing [2025-04-18T09:33:47.071Z] 92c4f9c9c8fd: Waiting [2025-04-18T09:33:47.071Z] d489f6d49b68: Layer already exists [2025-04-18T09:33:47.071Z] 661edca30b25: Layer already exists [2025-04-18T09:33:47.071Z] 567cd42be38e: Layer already exists [2025-04-18T09:33:47.071Z] 647af8e82016: Layer already exists [2025-04-18T09:33:47.071Z] 39e42d376435: Layer already exists [2025-04-18T09:33:47.071Z] 92c4f9c9c8fd: Layer already exists [2025-04-18T09:33:47.071Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:33:47.342Z] latest: digest: sha256:d1d0e5eed63f1569a291c396ab2d8916ef433f3608c24aabad23d835474bc9ef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:47.698Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:48.041Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.3 [2025-04-18T09:33:48.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-04-18T09:33:48.041Z] d489f6d49b68: Preparing [2025-04-18T09:33:48.041Z] 647af8e82016: Preparing [2025-04-18T09:33:48.041Z] 567cd42be38e: Preparing [2025-04-18T09:33:48.041Z] 661edca30b25: Preparing [2025-04-18T09:33:48.041Z] 39e42d376435: Preparing [2025-04-18T09:33:48.041Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:33:48.041Z] dd9c8f8612c8: Preparing [2025-04-18T09:33:48.041Z] 92c4f9c9c8fd: Waiting [2025-04-18T09:33:48.041Z] dd9c8f8612c8: Waiting [2025-04-18T09:33:48.041Z] d489f6d49b68: Layer already exists [2025-04-18T09:33:48.041Z] 647af8e82016: Layer already exists [2025-04-18T09:33:48.041Z] 661edca30b25: Layer already exists [2025-04-18T09:33:48.041Z] 567cd42be38e: Layer already exists [2025-04-18T09:33:48.041Z] 39e42d376435: Layer already exists [2025-04-18T09:33:48.041Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:33:48.041Z] 92c4f9c9c8fd: Layer already exists [2025-04-18T09:33:48.303Z] 4.1.0-dev.3: digest: sha256:d1d0e5eed63f1569a291c396ab2d8916ef433f3608c24aabad23d835474bc9ef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:48.656Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:48.996Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:33:48.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-04-18T09:33:48.996Z] d489f6d49b68: Preparing [2025-04-18T09:33:48.996Z] 647af8e82016: Preparing [2025-04-18T09:33:48.996Z] 567cd42be38e: Preparing [2025-04-18T09:33:48.996Z] 661edca30b25: Preparing [2025-04-18T09:33:48.996Z] 39e42d376435: Preparing [2025-04-18T09:33:48.996Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:33:48.996Z] dd9c8f8612c8: Preparing [2025-04-18T09:33:48.996Z] 92c4f9c9c8fd: Waiting [2025-04-18T09:33:48.996Z] dd9c8f8612c8: Waiting [2025-04-18T09:33:48.996Z] d489f6d49b68: Layer already exists [2025-04-18T09:33:48.996Z] 567cd42be38e: Layer already exists [2025-04-18T09:33:48.996Z] 39e42d376435: Layer already exists [2025-04-18T09:33:48.996Z] 661edca30b25: Layer already exists [2025-04-18T09:33:48.996Z] 647af8e82016: Layer already exists [2025-04-18T09:33:48.996Z] 92c4f9c9c8fd: Layer already exists [2025-04-18T09:33:48.996Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:33:48.996Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:d1d0e5eed63f1569a291c396ab2d8916ef433f3608c24aabad23d835474bc9ef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:49.336Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:49.693Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-04-18T09:33:49.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-04-18T09:33:49.694Z] d489f6d49b68: Preparing [2025-04-18T09:33:49.694Z] 647af8e82016: Preparing [2025-04-18T09:33:49.694Z] 567cd42be38e: Preparing [2025-04-18T09:33:49.694Z] 661edca30b25: Preparing [2025-04-18T09:33:49.694Z] 39e42d376435: Preparing [2025-04-18T09:33:49.694Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:33:49.694Z] dd9c8f8612c8: Preparing [2025-04-18T09:33:49.694Z] dd9c8f8612c8: Waiting [2025-04-18T09:33:49.694Z] 92c4f9c9c8fd: Waiting [2025-04-18T09:33:49.694Z] 661edca30b25: Layer already exists [2025-04-18T09:33:49.694Z] 567cd42be38e: Layer already exists [2025-04-18T09:33:49.694Z] 647af8e82016: Layer already exists [2025-04-18T09:33:49.694Z] 39e42d376435: Layer already exists [2025-04-18T09:33:49.694Z] d489f6d49b68: Layer already exists [2025-04-18T09:33:49.694Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:33:49.694Z] 92c4f9c9c8fd: Layer already exists [2025-04-18T09:33:49.958Z] main: digest: sha256:d1d0e5eed63f1569a291c396ab2d8916ef433f3608c24aabad23d835474bc9ef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:33:50.035Z] ===================================================== [Pipeline] echo [2025-04-18T09:33:50.048Z] taggedImages: [2025-04-18T09:33:50.048Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:33:50.048Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-04-18T09:33:50.048Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.3 [2025-04-18T09:33:50.048Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:33:50.048Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-04-18T09:33:50.082Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-04-18T09:33:50.082Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:33:50.082Z] latest [2025-04-18T09:33:50.082Z] 4.1.0-dev.3 [2025-04-18T09:33:50.082Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:33:50.082Z] main [2025-04-18T09:33:50.082Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:50.463Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:50.822Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:33:50.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-04-18T09:33:50.822Z] bad0a4373feb: Preparing [2025-04-18T09:33:50.822Z] f35c819da804: Preparing [2025-04-18T09:33:50.822Z] fbe44a08fe7b: Preparing [2025-04-18T09:33:50.822Z] bcebab358135: Preparing [2025-04-18T09:33:50.822Z] 567cd42be38e: Preparing [2025-04-18T09:33:50.822Z] 661edca30b25: Preparing [2025-04-18T09:33:50.822Z] 39e42d376435: Preparing [2025-04-18T09:33:50.822Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:33:50.822Z] dd9c8f8612c8: Preparing [2025-04-18T09:33:50.822Z] 661edca30b25: Waiting [2025-04-18T09:33:50.822Z] 39e42d376435: Waiting [2025-04-18T09:33:50.822Z] dd9c8f8612c8: Waiting [2025-04-18T09:33:50.822Z] 92c4f9c9c8fd: Waiting [2025-04-18T09:33:51.087Z] 567cd42be38e: Layer already exists [2025-04-18T09:33:51.087Z] 661edca30b25: Layer already exists [2025-04-18T09:33:51.087Z] f35c819da804: Pushed [2025-04-18T09:33:51.087Z] fbe44a08fe7b: Pushed [2025-04-18T09:33:51.087Z] 39e42d376435: Layer already exists [2025-04-18T09:33:51.087Z] 92c4f9c9c8fd: Layer already exists [2025-04-18T09:33:51.087Z] bad0a4373feb: Pushed [2025-04-18T09:33:51.087Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:33:53.017Z] bcebab358135: Pushed [2025-04-18T09:33:53.283Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:cf7166f8549a0f80841f9a07405431795c92c2d15efd45d1de8678a4f55bc58e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:53.634Z] + 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-04-18T09:33:53.985Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-04-18T09:33:53.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-04-18T09:33:53.985Z] bad0a4373feb: Preparing [2025-04-18T09:33:53.985Z] f35c819da804: Preparing [2025-04-18T09:33:53.985Z] fbe44a08fe7b: Preparing [2025-04-18T09:33:53.985Z] bcebab358135: Preparing [2025-04-18T09:33:53.985Z] 567cd42be38e: Preparing [2025-04-18T09:33:53.985Z] 661edca30b25: Preparing [2025-04-18T09:33:53.985Z] 39e42d376435: Preparing [2025-04-18T09:33:53.985Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:33:53.985Z] dd9c8f8612c8: Preparing [2025-04-18T09:33:53.985Z] 39e42d376435: Waiting [2025-04-18T09:33:53.985Z] dd9c8f8612c8: Waiting [2025-04-18T09:33:53.985Z] 661edca30b25: Waiting [2025-04-18T09:33:53.985Z] 567cd42be38e: Layer already exists [2025-04-18T09:33:53.985Z] bcebab358135: Layer already exists [2025-04-18T09:33:53.985Z] fbe44a08fe7b: Layer already exists [2025-04-18T09:33:53.985Z] bad0a4373feb: Layer already exists [2025-04-18T09:33:53.985Z] f35c819da804: Layer already exists [2025-04-18T09:33:53.985Z] 661edca30b25: Layer already exists [2025-04-18T09:33:53.985Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:33:53.985Z] 92c4f9c9c8fd: Layer already exists [2025-04-18T09:33:54.247Z] 39e42d376435: Layer already exists [2025-04-18T09:33:54.247Z] latest: digest: sha256:cf7166f8549a0f80841f9a07405431795c92c2d15efd45d1de8678a4f55bc58e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:54.587Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:54.943Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.3 [2025-04-18T09:33:54.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-04-18T09:33:54.943Z] bad0a4373feb: Preparing [2025-04-18T09:33:54.943Z] f35c819da804: Preparing [2025-04-18T09:33:54.943Z] fbe44a08fe7b: Preparing [2025-04-18T09:33:54.943Z] bcebab358135: Preparing [2025-04-18T09:33:54.943Z] 567cd42be38e: Preparing [2025-04-18T09:33:54.943Z] 661edca30b25: Preparing [2025-04-18T09:33:54.943Z] 39e42d376435: Preparing [2025-04-18T09:33:54.943Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:33:54.943Z] dd9c8f8612c8: Preparing [2025-04-18T09:33:54.943Z] 39e42d376435: Waiting [2025-04-18T09:33:54.943Z] 92c4f9c9c8fd: Waiting [2025-04-18T09:33:54.943Z] 661edca30b25: Waiting [2025-04-18T09:33:54.943Z] dd9c8f8612c8: Waiting [2025-04-18T09:33:54.943Z] fbe44a08fe7b: Layer already exists [2025-04-18T09:33:54.943Z] 567cd42be38e: Layer already exists [2025-04-18T09:33:54.943Z] bad0a4373feb: Layer already exists [2025-04-18T09:33:54.943Z] f35c819da804: Layer already exists [2025-04-18T09:33:54.943Z] bcebab358135: Layer already exists [2025-04-18T09:33:54.943Z] 661edca30b25: Layer already exists [2025-04-18T09:33:54.943Z] 39e42d376435: Layer already exists [2025-04-18T09:33:54.943Z] 92c4f9c9c8fd: Layer already exists [2025-04-18T09:33:54.943Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:33:55.207Z] 4.1.0-dev.3: digest: sha256:cf7166f8549a0f80841f9a07405431795c92c2d15efd45d1de8678a4f55bc58e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:55.554Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:55.895Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:33:55.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-04-18T09:33:55.895Z] bad0a4373feb: Preparing [2025-04-18T09:33:55.896Z] f35c819da804: Preparing [2025-04-18T09:33:55.896Z] fbe44a08fe7b: Preparing [2025-04-18T09:33:55.896Z] bcebab358135: Preparing [2025-04-18T09:33:55.896Z] 567cd42be38e: Preparing [2025-04-18T09:33:55.896Z] 661edca30b25: Preparing [2025-04-18T09:33:55.896Z] 39e42d376435: Preparing [2025-04-18T09:33:55.896Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:33:55.896Z] dd9c8f8612c8: Preparing [2025-04-18T09:33:55.896Z] 39e42d376435: Waiting [2025-04-18T09:33:55.896Z] 92c4f9c9c8fd: Waiting [2025-04-18T09:33:55.896Z] dd9c8f8612c8: Waiting [2025-04-18T09:33:55.896Z] 661edca30b25: Waiting [2025-04-18T09:33:55.896Z] fbe44a08fe7b: Layer already exists [2025-04-18T09:33:55.896Z] f35c819da804: Layer already exists [2025-04-18T09:33:55.896Z] bad0a4373feb: Layer already exists [2025-04-18T09:33:55.896Z] 567cd42be38e: Layer already exists [2025-04-18T09:33:55.896Z] bcebab358135: Layer already exists [2025-04-18T09:33:55.896Z] 661edca30b25: Layer already exists [2025-04-18T09:33:55.896Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:33:55.896Z] 39e42d376435: Layer already exists [2025-04-18T09:33:55.896Z] 92c4f9c9c8fd: Layer already exists [2025-04-18T09:33:55.896Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:cf7166f8549a0f80841f9a07405431795c92c2d15efd45d1de8678a4f55bc58e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:56.241Z] + 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-04-18T09:33:56.584Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-04-18T09:33:56.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-04-18T09:33:56.584Z] bad0a4373feb: Preparing [2025-04-18T09:33:56.584Z] f35c819da804: Preparing [2025-04-18T09:33:56.584Z] fbe44a08fe7b: Preparing [2025-04-18T09:33:56.584Z] bcebab358135: Preparing [2025-04-18T09:33:56.584Z] 567cd42be38e: Preparing [2025-04-18T09:33:56.584Z] 661edca30b25: Preparing [2025-04-18T09:33:56.584Z] 39e42d376435: Preparing [2025-04-18T09:33:56.584Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:33:56.584Z] dd9c8f8612c8: Preparing [2025-04-18T09:33:56.584Z] 39e42d376435: Waiting [2025-04-18T09:33:56.584Z] 92c4f9c9c8fd: Waiting [2025-04-18T09:33:56.584Z] dd9c8f8612c8: Waiting [2025-04-18T09:33:56.584Z] 661edca30b25: Waiting [2025-04-18T09:33:56.584Z] 567cd42be38e: Layer already exists [2025-04-18T09:33:56.584Z] bcebab358135: Layer already exists [2025-04-18T09:33:56.584Z] f35c819da804: Layer already exists [2025-04-18T09:33:56.584Z] fbe44a08fe7b: Layer already exists [2025-04-18T09:33:56.584Z] bad0a4373feb: Layer already exists [2025-04-18T09:33:56.584Z] 661edca30b25: Layer already exists [2025-04-18T09:33:56.584Z] 39e42d376435: Layer already exists [2025-04-18T09:33:56.584Z] 92c4f9c9c8fd: Layer already exists [2025-04-18T09:33:56.584Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:33:56.847Z] main: digest: sha256:cf7166f8549a0f80841f9a07405431795c92c2d15efd45d1de8678a4f55bc58e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:33:56.926Z] ===================================================== [Pipeline] echo [2025-04-18T09:33:56.940Z] taggedImages: [2025-04-18T09:33:56.940Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:33:56.940Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-04-18T09:33:56.940Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.3 [2025-04-18T09:33:56.940Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:33:56.940Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-04-18T09:33:56.965Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-04-18T09:33:56.965Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:33:56.965Z] latest [2025-04-18T09:33:56.965Z] 4.1.0-dev.3 [2025-04-18T09:33:56.965Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:33:56.965Z] main [2025-04-18T09:33:56.965Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:57.321Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:33:57.660Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:33:57.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-04-18T09:33:57.660Z] 5db729ab9f2f: Preparing [2025-04-18T09:33:57.660Z] fb78dbfcf12e: Preparing [2025-04-18T09:33:57.660Z] 567cd42be38e: Preparing [2025-04-18T09:33:57.660Z] 661edca30b25: Preparing [2025-04-18T09:33:57.660Z] 9edb7ecb999b: Preparing [2025-04-18T09:33:57.660Z] 85f771b14428: Preparing [2025-04-18T09:33:57.660Z] dd9c8f8612c8: Preparing [2025-04-18T09:33:57.660Z] 85f771b14428: Waiting [2025-04-18T09:33:57.660Z] dd9c8f8612c8: Waiting [2025-04-18T09:33:57.660Z] 567cd42be38e: Layer already exists [2025-04-18T09:33:57.660Z] 661edca30b25: Layer already exists [2025-04-18T09:33:57.923Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:33:57.923Z] 9edb7ecb999b: Pushed [2025-04-18T09:33:57.923Z] 5db729ab9f2f: Pushed [2025-04-18T09:33:57.923Z] 85f771b14428: Pushed [2025-04-18T09:34:03.229Z] fb78dbfcf12e: Pushed [2025-04-18T09:34:03.229Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:21414a1286f74dbf746d2f0bcff5b462e51bae3c30b123749958651253c19ed3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:03.573Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:03.912Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-04-18T09:34:03.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-04-18T09:34:03.912Z] 5db729ab9f2f: Preparing [2025-04-18T09:34:03.912Z] fb78dbfcf12e: Preparing [2025-04-18T09:34:03.912Z] 567cd42be38e: Preparing [2025-04-18T09:34:03.912Z] 661edca30b25: Preparing [2025-04-18T09:34:03.912Z] 9edb7ecb999b: Preparing [2025-04-18T09:34:03.913Z] 85f771b14428: Preparing [2025-04-18T09:34:03.913Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:03.913Z] 85f771b14428: Waiting [2025-04-18T09:34:03.913Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:03.913Z] fb78dbfcf12e: Layer already exists [2025-04-18T09:34:03.913Z] 9edb7ecb999b: Layer already exists [2025-04-18T09:34:03.913Z] 5db729ab9f2f: Layer already exists [2025-04-18T09:34:03.913Z] 661edca30b25: Layer already exists [2025-04-18T09:34:03.913Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:03.913Z] 85f771b14428: Layer already exists [2025-04-18T09:34:03.913Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:04.187Z] latest: digest: sha256:21414a1286f74dbf746d2f0bcff5b462e51bae3c30b123749958651253c19ed3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:04.534Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:04.871Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.3 [2025-04-18T09:34:04.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-04-18T09:34:04.872Z] 5db729ab9f2f: Preparing [2025-04-18T09:34:04.872Z] fb78dbfcf12e: Preparing [2025-04-18T09:34:04.872Z] 567cd42be38e: Preparing [2025-04-18T09:34:04.872Z] 661edca30b25: Preparing [2025-04-18T09:34:04.872Z] 9edb7ecb999b: Preparing [2025-04-18T09:34:04.872Z] 85f771b14428: Preparing [2025-04-18T09:34:04.872Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:04.872Z] 85f771b14428: Waiting [2025-04-18T09:34:04.872Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:04.872Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:04.872Z] 5db729ab9f2f: Layer already exists [2025-04-18T09:34:04.872Z] fb78dbfcf12e: Layer already exists [2025-04-18T09:34:04.872Z] 9edb7ecb999b: Layer already exists [2025-04-18T09:34:04.872Z] 661edca30b25: Layer already exists [2025-04-18T09:34:04.872Z] 85f771b14428: Layer already exists [2025-04-18T09:34:04.872Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:04.872Z] 4.1.0-dev.3: digest: sha256:21414a1286f74dbf746d2f0bcff5b462e51bae3c30b123749958651253c19ed3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:05.478Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:05.816Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:34:05.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-04-18T09:34:05.817Z] 5db729ab9f2f: Preparing [2025-04-18T09:34:05.817Z] fb78dbfcf12e: Preparing [2025-04-18T09:34:05.817Z] 567cd42be38e: Preparing [2025-04-18T09:34:05.817Z] 661edca30b25: Preparing [2025-04-18T09:34:05.817Z] 9edb7ecb999b: Preparing [2025-04-18T09:34:05.817Z] 85f771b14428: Preparing [2025-04-18T09:34:05.817Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:05.817Z] 85f771b14428: Waiting [2025-04-18T09:34:05.817Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:05.817Z] 5db729ab9f2f: Layer already exists [2025-04-18T09:34:05.817Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:05.817Z] 9edb7ecb999b: Layer already exists [2025-04-18T09:34:05.817Z] 661edca30b25: Layer already exists [2025-04-18T09:34:05.817Z] fb78dbfcf12e: Layer already exists [2025-04-18T09:34:05.817Z] 85f771b14428: Layer already exists [2025-04-18T09:34:05.817Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:05.817Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:21414a1286f74dbf746d2f0bcff5b462e51bae3c30b123749958651253c19ed3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:06.160Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:06.503Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-04-18T09:34:06.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-04-18T09:34:06.503Z] 5db729ab9f2f: Preparing [2025-04-18T09:34:06.503Z] fb78dbfcf12e: Preparing [2025-04-18T09:34:06.503Z] 567cd42be38e: Preparing [2025-04-18T09:34:06.503Z] 661edca30b25: Preparing [2025-04-18T09:34:06.503Z] 9edb7ecb999b: Preparing [2025-04-18T09:34:06.503Z] 85f771b14428: Preparing [2025-04-18T09:34:06.503Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:06.503Z] 85f771b14428: Waiting [2025-04-18T09:34:06.503Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:06.503Z] 661edca30b25: Layer already exists [2025-04-18T09:34:06.503Z] 5db729ab9f2f: Layer already exists [2025-04-18T09:34:06.503Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:06.503Z] 9edb7ecb999b: Layer already exists [2025-04-18T09:34:06.503Z] fb78dbfcf12e: Layer already exists [2025-04-18T09:34:06.503Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:06.503Z] 85f771b14428: Layer already exists [2025-04-18T09:34:06.767Z] main: digest: sha256:21414a1286f74dbf746d2f0bcff5b462e51bae3c30b123749958651253c19ed3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:34:06.850Z] ===================================================== [Pipeline] echo [2025-04-18T09:34:06.864Z] taggedImages: [2025-04-18T09:34:06.864Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:34:06.864Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-04-18T09:34:06.864Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.3 [2025-04-18T09:34:06.864Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:34:06.864Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-04-18T09:34:06.887Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-04-18T09:34:06.887Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:34:06.887Z] latest [2025-04-18T09:34:06.887Z] 4.1.0-dev.3 [2025-04-18T09:34:06.887Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:34:06.887Z] main [2025-04-18T09:34:06.887Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:07.240Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:07.586Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:34:07.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-04-18T09:34:07.586Z] 3235ec7418e4: Preparing [2025-04-18T09:34:07.586Z] 6d6fed9ea6f4: Preparing [2025-04-18T09:34:07.586Z] 661edca30b25: Preparing [2025-04-18T09:34:07.586Z] bb240affdbf4: Preparing [2025-04-18T09:34:07.586Z] 6fe89afa4c5f: Preparing [2025-04-18T09:34:07.586Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:07.586Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:07.852Z] 661edca30b25: Layer already exists [2025-04-18T09:34:07.852Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:07.852Z] 3235ec7418e4: Pushed [2025-04-18T09:34:07.852Z] 6fe89afa4c5f: Pushed [2025-04-18T09:34:07.852Z] bb240affdbf4: Pushed [2025-04-18T09:34:13.168Z] 6d6fed9ea6f4: Pushed [2025-04-18T09:34:13.168Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:666897dde7c66b0842db6f82fdc2a0c87dc25c94be89a06a49c3028281442b69 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:13.517Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:13.869Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-04-18T09:34:13.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-04-18T09:34:13.869Z] 3235ec7418e4: Preparing [2025-04-18T09:34:13.869Z] 6d6fed9ea6f4: Preparing [2025-04-18T09:34:13.869Z] 661edca30b25: Preparing [2025-04-18T09:34:13.869Z] bb240affdbf4: Preparing [2025-04-18T09:34:13.869Z] 6fe89afa4c5f: Preparing [2025-04-18T09:34:13.869Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:13.869Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:13.869Z] 3235ec7418e4: Layer already exists [2025-04-18T09:34:13.869Z] 6fe89afa4c5f: Layer already exists [2025-04-18T09:34:13.869Z] 661edca30b25: Layer already exists [2025-04-18T09:34:13.869Z] bb240affdbf4: Layer already exists [2025-04-18T09:34:13.869Z] 6d6fed9ea6f4: Layer already exists [2025-04-18T09:34:13.869Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:13.869Z] latest: digest: sha256:666897dde7c66b0842db6f82fdc2a0c87dc25c94be89a06a49c3028281442b69 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:14.482Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:14.838Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.3 [2025-04-18T09:34:14.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-04-18T09:34:14.838Z] 3235ec7418e4: Preparing [2025-04-18T09:34:14.838Z] 6d6fed9ea6f4: Preparing [2025-04-18T09:34:14.838Z] 661edca30b25: Preparing [2025-04-18T09:34:14.838Z] bb240affdbf4: Preparing [2025-04-18T09:34:14.838Z] 6fe89afa4c5f: Preparing [2025-04-18T09:34:14.838Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:14.838Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:14.838Z] bb240affdbf4: Layer already exists [2025-04-18T09:34:14.838Z] 661edca30b25: Layer already exists [2025-04-18T09:34:14.838Z] 3235ec7418e4: Layer already exists [2025-04-18T09:34:14.838Z] 6d6fed9ea6f4: Layer already exists [2025-04-18T09:34:14.838Z] 6fe89afa4c5f: Layer already exists [2025-04-18T09:34:14.838Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:14.838Z] 4.1.0-dev.3: digest: sha256:666897dde7c66b0842db6f82fdc2a0c87dc25c94be89a06a49c3028281442b69 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:15.453Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:15.811Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:34:15.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-04-18T09:34:15.811Z] 3235ec7418e4: Preparing [2025-04-18T09:34:15.811Z] 6d6fed9ea6f4: Preparing [2025-04-18T09:34:15.811Z] 661edca30b25: Preparing [2025-04-18T09:34:15.811Z] bb240affdbf4: Preparing [2025-04-18T09:34:15.811Z] 6fe89afa4c5f: Preparing [2025-04-18T09:34:15.811Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:15.811Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:15.811Z] 661edca30b25: Layer already exists [2025-04-18T09:34:15.811Z] 6fe89afa4c5f: Layer already exists [2025-04-18T09:34:15.811Z] bb240affdbf4: Layer already exists [2025-04-18T09:34:15.811Z] 3235ec7418e4: Layer already exists [2025-04-18T09:34:15.811Z] 6d6fed9ea6f4: Layer already exists [2025-04-18T09:34:15.811Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:15.811Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:666897dde7c66b0842db6f82fdc2a0c87dc25c94be89a06a49c3028281442b69 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:16.159Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:16.521Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-04-18T09:34:16.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-04-18T09:34:16.521Z] 3235ec7418e4: Preparing [2025-04-18T09:34:16.521Z] 6d6fed9ea6f4: Preparing [2025-04-18T09:34:16.521Z] 661edca30b25: Preparing [2025-04-18T09:34:16.521Z] bb240affdbf4: Preparing [2025-04-18T09:34:16.521Z] 6fe89afa4c5f: Preparing [2025-04-18T09:34:16.521Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:16.521Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:16.521Z] 6fe89afa4c5f: Layer already exists [2025-04-18T09:34:16.521Z] 6d6fed9ea6f4: Layer already exists [2025-04-18T09:34:16.521Z] 661edca30b25: Layer already exists [2025-04-18T09:34:16.521Z] bb240affdbf4: Layer already exists [2025-04-18T09:34:16.521Z] 3235ec7418e4: Layer already exists [2025-04-18T09:34:16.521Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:16.521Z] main: digest: sha256:666897dde7c66b0842db6f82fdc2a0c87dc25c94be89a06a49c3028281442b69 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:34:16.596Z] ===================================================== [Pipeline] echo [2025-04-18T09:34:16.610Z] taggedImages: [2025-04-18T09:34:16.610Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:34:16.610Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-04-18T09:34:16.610Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.3 [2025-04-18T09:34:16.610Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:34:16.610Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-04-18T09:34:16.641Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-04-18T09:34:16.641Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:34:16.641Z] latest [2025-04-18T09:34:16.641Z] 4.1.0-dev.3 [2025-04-18T09:34:16.641Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:34:16.641Z] main [2025-04-18T09:34:16.641Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:17.003Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:17.359Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:34:17.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-04-18T09:34:17.359Z] dedba2c187ae: Preparing [2025-04-18T09:34:17.359Z] 3f77ca7e2acc: Preparing [2025-04-18T09:34:17.359Z] 78e6f8260c66: Preparing [2025-04-18T09:34:17.359Z] 567cd42be38e: Preparing [2025-04-18T09:34:17.359Z] 661edca30b25: Preparing [2025-04-18T09:34:17.359Z] 39e42d376435: Preparing [2025-04-18T09:34:17.359Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:34:17.359Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:17.359Z] 39e42d376435: Waiting [2025-04-18T09:34:17.359Z] 92c4f9c9c8fd: Waiting [2025-04-18T09:34:17.359Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:17.359Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:17.359Z] 661edca30b25: Layer already exists [2025-04-18T09:34:17.359Z] 39e42d376435: Layer already exists [2025-04-18T09:34:17.623Z] 92c4f9c9c8fd: Layer already exists [2025-04-18T09:34:17.623Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:17.623Z] 3f77ca7e2acc: Pushed [2025-04-18T09:34:17.623Z] dedba2c187ae: Pushed [2025-04-18T09:34:22.937Z] 78e6f8260c66: Pushed [2025-04-18T09:34:22.937Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:93780c6f8b9acd682f601c9de9eff7e5655eedabc82d0a46ef1ffdc95260d738 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:23.280Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:23.625Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-04-18T09:34:23.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-04-18T09:34:23.625Z] dedba2c187ae: Preparing [2025-04-18T09:34:23.625Z] 3f77ca7e2acc: Preparing [2025-04-18T09:34:23.625Z] 78e6f8260c66: Preparing [2025-04-18T09:34:23.625Z] 567cd42be38e: Preparing [2025-04-18T09:34:23.625Z] 661edca30b25: Preparing [2025-04-18T09:34:23.625Z] 39e42d376435: Preparing [2025-04-18T09:34:23.625Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:34:23.625Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:23.625Z] 92c4f9c9c8fd: Waiting [2025-04-18T09:34:23.625Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:23.625Z] 78e6f8260c66: Layer already exists [2025-04-18T09:34:23.625Z] 661edca30b25: Layer already exists [2025-04-18T09:34:23.625Z] 3f77ca7e2acc: Layer already exists [2025-04-18T09:34:23.625Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:23.625Z] dedba2c187ae: Layer already exists [2025-04-18T09:34:23.625Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:23.625Z] 39e42d376435: Layer already exists [2025-04-18T09:34:23.625Z] 92c4f9c9c8fd: Layer already exists [2025-04-18T09:34:23.625Z] latest: digest: sha256:93780c6f8b9acd682f601c9de9eff7e5655eedabc82d0a46ef1ffdc95260d738 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:23.990Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:24.336Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.3 [2025-04-18T09:34:24.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-04-18T09:34:24.337Z] dedba2c187ae: Preparing [2025-04-18T09:34:24.337Z] 3f77ca7e2acc: Preparing [2025-04-18T09:34:24.337Z] 78e6f8260c66: Preparing [2025-04-18T09:34:24.337Z] 567cd42be38e: Preparing [2025-04-18T09:34:24.337Z] 661edca30b25: Preparing [2025-04-18T09:34:24.337Z] 39e42d376435: Preparing [2025-04-18T09:34:24.337Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:34:24.337Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:24.337Z] 92c4f9c9c8fd: Waiting [2025-04-18T09:34:24.337Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:24.337Z] 39e42d376435: Waiting [2025-04-18T09:34:24.337Z] dedba2c187ae: Layer already exists [2025-04-18T09:34:24.337Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:24.337Z] 78e6f8260c66: Layer already exists [2025-04-18T09:34:24.337Z] 3f77ca7e2acc: Layer already exists [2025-04-18T09:34:24.337Z] 661edca30b25: Layer already exists [2025-04-18T09:34:24.337Z] 39e42d376435: Layer already exists [2025-04-18T09:34:24.337Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:24.337Z] 92c4f9c9c8fd: Layer already exists [2025-04-18T09:34:24.604Z] 4.1.0-dev.3: digest: sha256:93780c6f8b9acd682f601c9de9eff7e5655eedabc82d0a46ef1ffdc95260d738 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:24.948Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:25.298Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:34:25.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-04-18T09:34:25.298Z] dedba2c187ae: Preparing [2025-04-18T09:34:25.298Z] 3f77ca7e2acc: Preparing [2025-04-18T09:34:25.298Z] 78e6f8260c66: Preparing [2025-04-18T09:34:25.298Z] 567cd42be38e: Preparing [2025-04-18T09:34:25.298Z] 661edca30b25: Preparing [2025-04-18T09:34:25.298Z] 39e42d376435: Preparing [2025-04-18T09:34:25.298Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:34:25.298Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:25.298Z] 39e42d376435: Waiting [2025-04-18T09:34:25.298Z] 92c4f9c9c8fd: Waiting [2025-04-18T09:34:25.298Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:25.298Z] 661edca30b25: Layer already exists [2025-04-18T09:34:25.298Z] 3f77ca7e2acc: Layer already exists [2025-04-18T09:34:25.298Z] dedba2c187ae: Layer already exists [2025-04-18T09:34:25.298Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:25.298Z] 78e6f8260c66: Layer already exists [2025-04-18T09:34:25.298Z] 39e42d376435: Layer already exists [2025-04-18T09:34:25.298Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:25.298Z] 92c4f9c9c8fd: Layer already exists [2025-04-18T09:34:25.298Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:93780c6f8b9acd682f601c9de9eff7e5655eedabc82d0a46ef1ffdc95260d738 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:25.898Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:26.244Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-04-18T09:34:26.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-04-18T09:34:26.244Z] dedba2c187ae: Preparing [2025-04-18T09:34:26.244Z] 3f77ca7e2acc: Preparing [2025-04-18T09:34:26.244Z] 78e6f8260c66: Preparing [2025-04-18T09:34:26.244Z] 567cd42be38e: Preparing [2025-04-18T09:34:26.244Z] 661edca30b25: Preparing [2025-04-18T09:34:26.244Z] 39e42d376435: Preparing [2025-04-18T09:34:26.244Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:34:26.244Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:26.244Z] 92c4f9c9c8fd: Waiting [2025-04-18T09:34:26.244Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:26.244Z] 39e42d376435: Waiting [2025-04-18T09:34:26.244Z] 3f77ca7e2acc: Layer already exists [2025-04-18T09:34:26.244Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:26.244Z] 661edca30b25: Layer already exists [2025-04-18T09:34:26.244Z] 78e6f8260c66: Layer already exists [2025-04-18T09:34:26.244Z] dedba2c187ae: Layer already exists [2025-04-18T09:34:26.244Z] 92c4f9c9c8fd: Layer already exists [2025-04-18T09:34:26.244Z] 39e42d376435: Layer already exists [2025-04-18T09:34:26.820Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:26.820Z] main: digest: sha256:93780c6f8b9acd682f601c9de9eff7e5655eedabc82d0a46ef1ffdc95260d738 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:34:26.889Z] ===================================================== [Pipeline] echo [2025-04-18T09:34:26.906Z] taggedImages: [2025-04-18T09:34:26.906Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:34:26.906Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-04-18T09:34:26.906Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.3 [2025-04-18T09:34:26.906Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:34:26.906Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-04-18T09:34:26.935Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-04-18T09:34:26.935Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:34:26.935Z] latest [2025-04-18T09:34:26.935Z] 4.1.0-dev.3 [2025-04-18T09:34:26.935Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:34:26.935Z] main [2025-04-18T09:34:26.935Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:27.298Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:27.642Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:34:27.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-04-18T09:34:27.642Z] 4847c8cd31b8: Preparing [2025-04-18T09:34:27.642Z] 704ee17a4305: Preparing [2025-04-18T09:34:27.642Z] 74541ce4c405: Preparing [2025-04-18T09:34:27.642Z] df3ea4521198: Preparing [2025-04-18T09:34:27.642Z] 53f0fae53944: Preparing [2025-04-18T09:34:27.642Z] 9fa8f9f5895d: Preparing [2025-04-18T09:34:27.642Z] 46fae3c7c2fe: Preparing [2025-04-18T09:34:27.642Z] 9fa8f9f5895d: Waiting [2025-04-18T09:34:27.642Z] 46fae3c7c2fe: Waiting [2025-04-18T09:34:27.642Z] 567cd42be38e: Preparing [2025-04-18T09:34:27.642Z] 661edca30b25: Preparing [2025-04-18T09:34:27.642Z] 43648e1fb1dc: Preparing [2025-04-18T09:34:27.642Z] 09c55852af91: Preparing [2025-04-18T09:34:27.642Z] 5f70bf18a086: Preparing [2025-04-18T09:34:27.642Z] 52de77cc687c: Preparing [2025-04-18T09:34:27.642Z] 09cfaa7a5990: Preparing [2025-04-18T09:34:27.642Z] dbdb3a3fe3c3: Preparing [2025-04-18T09:34:27.642Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:27.642Z] 09c55852af91: Waiting [2025-04-18T09:34:27.642Z] 5f70bf18a086: Waiting [2025-04-18T09:34:27.642Z] 52de77cc687c: Waiting [2025-04-18T09:34:27.642Z] 09cfaa7a5990: Waiting [2025-04-18T09:34:27.642Z] dbdb3a3fe3c3: Waiting [2025-04-18T09:34:27.642Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:27.642Z] 661edca30b25: Waiting [2025-04-18T09:34:27.642Z] 567cd42be38e: Waiting [2025-04-18T09:34:27.642Z] 43648e1fb1dc: Waiting [2025-04-18T09:34:27.905Z] 704ee17a4305: Pushed [2025-04-18T09:34:27.905Z] df3ea4521198: Pushed [2025-04-18T09:34:27.905Z] 4847c8cd31b8: Pushed [2025-04-18T09:34:27.905Z] 74541ce4c405: Pushed [2025-04-18T09:34:27.905Z] 53f0fae53944: Pushed [2025-04-18T09:34:27.905Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:27.905Z] 661edca30b25: Layer already exists [2025-04-18T09:34:27.905Z] 9fa8f9f5895d: Pushed [2025-04-18T09:34:27.905Z] 5f70bf18a086: Layer already exists [2025-04-18T09:34:28.168Z] 09c55852af91: Pushed [2025-04-18T09:34:28.168Z] 43648e1fb1dc: Pushed [2025-04-18T09:34:28.168Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:28.168Z] 52de77cc687c: Pushed [2025-04-18T09:34:28.168Z] 09cfaa7a5990: Pushed [2025-04-18T09:34:28.168Z] dbdb3a3fe3c3: Pushed [2025-04-18T09:34:30.726Z] 46fae3c7c2fe: Pushed [2025-04-18T09:34:30.989Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:6835ec7195c304cd2cdb8747c4cf3264958f71e6bee8708641b1321f3bbe8af5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:31.336Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:31.672Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-04-18T09:34:31.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-04-18T09:34:31.673Z] 4847c8cd31b8: Preparing [2025-04-18T09:34:31.673Z] 704ee17a4305: Preparing [2025-04-18T09:34:31.673Z] 74541ce4c405: Preparing [2025-04-18T09:34:31.673Z] df3ea4521198: Preparing [2025-04-18T09:34:31.673Z] 53f0fae53944: Preparing [2025-04-18T09:34:31.673Z] 9fa8f9f5895d: Preparing [2025-04-18T09:34:31.673Z] 46fae3c7c2fe: Preparing [2025-04-18T09:34:31.673Z] 567cd42be38e: Preparing [2025-04-18T09:34:31.673Z] 9fa8f9f5895d: Waiting [2025-04-18T09:34:31.673Z] 46fae3c7c2fe: Waiting [2025-04-18T09:34:31.673Z] 661edca30b25: Preparing [2025-04-18T09:34:31.673Z] 567cd42be38e: Waiting [2025-04-18T09:34:31.673Z] 43648e1fb1dc: Preparing [2025-04-18T09:34:31.673Z] 09c55852af91: Preparing [2025-04-18T09:34:31.673Z] 5f70bf18a086: Preparing [2025-04-18T09:34:31.673Z] 52de77cc687c: Preparing [2025-04-18T09:34:31.673Z] 09cfaa7a5990: Preparing [2025-04-18T09:34:31.673Z] dbdb3a3fe3c3: Preparing [2025-04-18T09:34:31.673Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:31.673Z] 09c55852af91: Waiting [2025-04-18T09:34:31.673Z] 5f70bf18a086: Waiting [2025-04-18T09:34:31.673Z] 52de77cc687c: Waiting [2025-04-18T09:34:31.673Z] 09cfaa7a5990: Waiting [2025-04-18T09:34:31.673Z] dbdb3a3fe3c3: Waiting [2025-04-18T09:34:31.673Z] 661edca30b25: Waiting [2025-04-18T09:34:31.673Z] 43648e1fb1dc: Waiting [2025-04-18T09:34:31.673Z] 74541ce4c405: Layer already exists [2025-04-18T09:34:31.673Z] 4847c8cd31b8: Layer already exists [2025-04-18T09:34:31.673Z] 704ee17a4305: Layer already exists [2025-04-18T09:34:31.673Z] 53f0fae53944: Layer already exists [2025-04-18T09:34:31.673Z] df3ea4521198: Layer already exists [2025-04-18T09:34:31.673Z] 46fae3c7c2fe: Layer already exists [2025-04-18T09:34:31.673Z] 43648e1fb1dc: Layer already exists [2025-04-18T09:34:31.673Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:31.673Z] 9fa8f9f5895d: Layer already exists [2025-04-18T09:34:31.673Z] 661edca30b25: Layer already exists [2025-04-18T09:34:31.673Z] 52de77cc687c: Layer already exists [2025-04-18T09:34:31.673Z] 09cfaa7a5990: Layer already exists [2025-04-18T09:34:31.673Z] 5f70bf18a086: Layer already exists [2025-04-18T09:34:31.673Z] dbdb3a3fe3c3: Layer already exists [2025-04-18T09:34:31.673Z] 09c55852af91: Layer already exists [2025-04-18T09:34:31.937Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:31.937Z] latest: digest: sha256:6835ec7195c304cd2cdb8747c4cf3264958f71e6bee8708641b1321f3bbe8af5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:32.285Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:32.627Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.3 [2025-04-18T09:34:32.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-04-18T09:34:32.628Z] 4847c8cd31b8: Preparing [2025-04-18T09:34:32.628Z] 704ee17a4305: Preparing [2025-04-18T09:34:32.628Z] 74541ce4c405: Preparing [2025-04-18T09:34:32.628Z] df3ea4521198: Preparing [2025-04-18T09:34:32.628Z] 53f0fae53944: Preparing [2025-04-18T09:34:32.628Z] 9fa8f9f5895d: Preparing [2025-04-18T09:34:32.628Z] 46fae3c7c2fe: Preparing [2025-04-18T09:34:32.628Z] 567cd42be38e: Preparing [2025-04-18T09:34:32.628Z] 661edca30b25: Preparing [2025-04-18T09:34:32.628Z] 43648e1fb1dc: Preparing [2025-04-18T09:34:32.628Z] 09c55852af91: Preparing [2025-04-18T09:34:32.628Z] 5f70bf18a086: Preparing [2025-04-18T09:34:32.628Z] 52de77cc687c: Preparing [2025-04-18T09:34:32.628Z] 09cfaa7a5990: Preparing [2025-04-18T09:34:32.628Z] 9fa8f9f5895d: Waiting [2025-04-18T09:34:32.628Z] dbdb3a3fe3c3: Preparing [2025-04-18T09:34:32.628Z] 46fae3c7c2fe: Waiting [2025-04-18T09:34:32.628Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:32.628Z] 567cd42be38e: Waiting [2025-04-18T09:34:32.628Z] 661edca30b25: Waiting [2025-04-18T09:34:32.628Z] 52de77cc687c: Waiting [2025-04-18T09:34:32.628Z] 43648e1fb1dc: Waiting [2025-04-18T09:34:32.628Z] 09cfaa7a5990: Waiting [2025-04-18T09:34:32.628Z] 09c55852af91: Waiting [2025-04-18T09:34:32.628Z] dbdb3a3fe3c3: Waiting [2025-04-18T09:34:32.628Z] 5f70bf18a086: Waiting [2025-04-18T09:34:32.628Z] 53f0fae53944: Layer already exists [2025-04-18T09:34:32.628Z] 4847c8cd31b8: Layer already exists [2025-04-18T09:34:32.628Z] 704ee17a4305: Layer already exists [2025-04-18T09:34:32.628Z] df3ea4521198: Layer already exists [2025-04-18T09:34:32.628Z] 74541ce4c405: Layer already exists [2025-04-18T09:34:32.628Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:32.628Z] 46fae3c7c2fe: Layer already exists [2025-04-18T09:34:32.628Z] 9fa8f9f5895d: Layer already exists [2025-04-18T09:34:32.628Z] 661edca30b25: Layer already exists [2025-04-18T09:34:32.628Z] 43648e1fb1dc: Layer already exists [2025-04-18T09:34:32.628Z] 5f70bf18a086: Layer already exists [2025-04-18T09:34:32.628Z] 09c55852af91: Layer already exists [2025-04-18T09:34:32.628Z] 52de77cc687c: Layer already exists [2025-04-18T09:34:32.628Z] 09cfaa7a5990: Layer already exists [2025-04-18T09:34:32.628Z] dbdb3a3fe3c3: Layer already exists [2025-04-18T09:34:32.628Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:32.892Z] 4.1.0-dev.3: digest: sha256:6835ec7195c304cd2cdb8747c4cf3264958f71e6bee8708641b1321f3bbe8af5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:33.242Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:33.580Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:34:33.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-04-18T09:34:33.580Z] 4847c8cd31b8: Preparing [2025-04-18T09:34:33.580Z] 704ee17a4305: Preparing [2025-04-18T09:34:33.580Z] 74541ce4c405: Preparing [2025-04-18T09:34:33.580Z] df3ea4521198: Preparing [2025-04-18T09:34:33.580Z] 53f0fae53944: Preparing [2025-04-18T09:34:33.580Z] 9fa8f9f5895d: Preparing [2025-04-18T09:34:33.580Z] 46fae3c7c2fe: Preparing [2025-04-18T09:34:33.580Z] 567cd42be38e: Preparing [2025-04-18T09:34:33.580Z] 661edca30b25: Preparing [2025-04-18T09:34:33.580Z] 43648e1fb1dc: Preparing [2025-04-18T09:34:33.580Z] 09c55852af91: Preparing [2025-04-18T09:34:33.580Z] 5f70bf18a086: Preparing [2025-04-18T09:34:33.580Z] 52de77cc687c: Preparing [2025-04-18T09:34:33.580Z] 09cfaa7a5990: Preparing [2025-04-18T09:34:33.580Z] dbdb3a3fe3c3: Preparing [2025-04-18T09:34:33.580Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:33.580Z] 9fa8f9f5895d: Waiting [2025-04-18T09:34:33.580Z] 46fae3c7c2fe: Waiting [2025-04-18T09:34:33.580Z] 09c55852af91: Waiting [2025-04-18T09:34:33.580Z] 567cd42be38e: Waiting [2025-04-18T09:34:33.580Z] 661edca30b25: Waiting [2025-04-18T09:34:33.580Z] 43648e1fb1dc: Waiting [2025-04-18T09:34:33.580Z] 5f70bf18a086: Waiting [2025-04-18T09:34:33.580Z] dbdb3a3fe3c3: Waiting [2025-04-18T09:34:33.580Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:33.580Z] 52de77cc687c: Waiting [2025-04-18T09:34:33.580Z] 09cfaa7a5990: Waiting [2025-04-18T09:34:33.580Z] 74541ce4c405: Layer already exists [2025-04-18T09:34:33.580Z] 704ee17a4305: Layer already exists [2025-04-18T09:34:33.580Z] df3ea4521198: Layer already exists [2025-04-18T09:34:33.580Z] 53f0fae53944: Layer already exists [2025-04-18T09:34:33.580Z] 4847c8cd31b8: Layer already exists [2025-04-18T09:34:33.580Z] 46fae3c7c2fe: Layer already exists [2025-04-18T09:34:33.580Z] 9fa8f9f5895d: Layer already exists [2025-04-18T09:34:33.580Z] 43648e1fb1dc: Layer already exists [2025-04-18T09:34:33.580Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:33.580Z] 661edca30b25: Layer already exists [2025-04-18T09:34:33.580Z] dbdb3a3fe3c3: Layer already exists [2025-04-18T09:34:33.580Z] 52de77cc687c: Layer already exists [2025-04-18T09:34:33.580Z] 5f70bf18a086: Layer already exists [2025-04-18T09:34:33.580Z] 09c55852af91: Layer already exists [2025-04-18T09:34:33.580Z] 09cfaa7a5990: Layer already exists [2025-04-18T09:34:33.580Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:33.845Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:6835ec7195c304cd2cdb8747c4cf3264958f71e6bee8708641b1321f3bbe8af5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:34.190Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:34.535Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-04-18T09:34:34.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-04-18T09:34:34.535Z] 4847c8cd31b8: Preparing [2025-04-18T09:34:34.535Z] 704ee17a4305: Preparing [2025-04-18T09:34:34.535Z] 74541ce4c405: Preparing [2025-04-18T09:34:34.535Z] df3ea4521198: Preparing [2025-04-18T09:34:34.535Z] 53f0fae53944: Preparing [2025-04-18T09:34:34.535Z] 9fa8f9f5895d: Preparing [2025-04-18T09:34:34.535Z] 46fae3c7c2fe: Preparing [2025-04-18T09:34:34.535Z] 9fa8f9f5895d: Waiting [2025-04-18T09:34:34.535Z] 567cd42be38e: Preparing [2025-04-18T09:34:34.535Z] 661edca30b25: Preparing [2025-04-18T09:34:34.535Z] 43648e1fb1dc: Preparing [2025-04-18T09:34:34.535Z] 09c55852af91: Preparing [2025-04-18T09:34:34.535Z] 5f70bf18a086: Preparing [2025-04-18T09:34:34.535Z] 52de77cc687c: Preparing [2025-04-18T09:34:34.535Z] 09cfaa7a5990: Preparing [2025-04-18T09:34:34.535Z] dbdb3a3fe3c3: Preparing [2025-04-18T09:34:34.535Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:34.535Z] 46fae3c7c2fe: Waiting [2025-04-18T09:34:34.535Z] 5f70bf18a086: Waiting [2025-04-18T09:34:34.535Z] 52de77cc687c: Waiting [2025-04-18T09:34:34.535Z] 09cfaa7a5990: Waiting [2025-04-18T09:34:34.535Z] dbdb3a3fe3c3: Waiting [2025-04-18T09:34:34.535Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:34.535Z] 567cd42be38e: Waiting [2025-04-18T09:34:34.535Z] 661edca30b25: Waiting [2025-04-18T09:34:34.535Z] 43648e1fb1dc: Waiting [2025-04-18T09:34:34.535Z] 09c55852af91: Waiting [2025-04-18T09:34:34.535Z] df3ea4521198: Layer already exists [2025-04-18T09:34:34.535Z] 53f0fae53944: Layer already exists [2025-04-18T09:34:34.535Z] 704ee17a4305: Layer already exists [2025-04-18T09:34:34.535Z] 74541ce4c405: Layer already exists [2025-04-18T09:34:34.535Z] 4847c8cd31b8: Layer already exists [2025-04-18T09:34:34.535Z] 9fa8f9f5895d: Layer already exists [2025-04-18T09:34:34.535Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:34.535Z] 43648e1fb1dc: Layer already exists [2025-04-18T09:34:34.535Z] 661edca30b25: Layer already exists [2025-04-18T09:34:34.535Z] 46fae3c7c2fe: Layer already exists [2025-04-18T09:34:34.535Z] 09c55852af91: Layer already exists [2025-04-18T09:34:34.535Z] 5f70bf18a086: Layer already exists [2025-04-18T09:34:34.535Z] 09cfaa7a5990: Layer already exists [2025-04-18T09:34:34.535Z] dbdb3a3fe3c3: Layer already exists [2025-04-18T09:34:34.535Z] 52de77cc687c: Layer already exists [2025-04-18T09:34:34.535Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:34.799Z] main: digest: sha256:6835ec7195c304cd2cdb8747c4cf3264958f71e6bee8708641b1321f3bbe8af5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:34:34.888Z] ===================================================== [Pipeline] echo [2025-04-18T09:34:34.902Z] taggedImages: [2025-04-18T09:34:34.902Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:34:34.902Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-04-18T09:34:34.902Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.3 [2025-04-18T09:34:34.902Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:34:34.902Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-04-18T09:34:34.926Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-04-18T09:34:34.927Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:34:34.927Z] latest [2025-04-18T09:34:34.927Z] 4.1.0-dev.3 [2025-04-18T09:34:34.927Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:34:34.927Z] main [2025-04-18T09:34:34.927Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:35.279Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:35.619Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:34:35.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-04-18T09:34:35.619Z] 4fceb4d8ce32: Preparing [2025-04-18T09:34:35.619Z] 3717c7c9ee13: Preparing [2025-04-18T09:34:35.619Z] 778077630db3: Preparing [2025-04-18T09:34:35.619Z] 04d0a6c462c9: Preparing [2025-04-18T09:34:35.619Z] 567cd42be38e: Preparing [2025-04-18T09:34:35.619Z] 661edca30b25: Preparing [2025-04-18T09:34:35.619Z] 39e42d376435: Preparing [2025-04-18T09:34:35.619Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:34:35.619Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:35.619Z] 661edca30b25: Waiting [2025-04-18T09:34:35.619Z] 92c4f9c9c8fd: Waiting [2025-04-18T09:34:35.619Z] 39e42d376435: Waiting [2025-04-18T09:34:35.619Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:35.619Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:35.883Z] 661edca30b25: Layer already exists [2025-04-18T09:34:35.883Z] 39e42d376435: Layer already exists [2025-04-18T09:34:35.883Z] 3717c7c9ee13: Pushed [2025-04-18T09:34:35.883Z] 778077630db3: Pushed [2025-04-18T09:34:35.883Z] 92c4f9c9c8fd: Layer already exists [2025-04-18T09:34:35.883Z] 4fceb4d8ce32: Pushed [2025-04-18T09:34:35.883Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:41.196Z] 04d0a6c462c9: Pushed [2025-04-18T09:34:41.196Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:fc20c66d2b0795641fc8dcff2786fae5575573259a6d1685ebddb838f6e09f93 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:41.553Z] + 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-04-18T09:34:41.897Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-04-18T09:34:41.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-04-18T09:34:41.897Z] 4fceb4d8ce32: Preparing [2025-04-18T09:34:41.897Z] 3717c7c9ee13: Preparing [2025-04-18T09:34:41.897Z] 778077630db3: Preparing [2025-04-18T09:34:41.897Z] 04d0a6c462c9: Preparing [2025-04-18T09:34:41.897Z] 567cd42be38e: Preparing [2025-04-18T09:34:41.897Z] 661edca30b25: Preparing [2025-04-18T09:34:41.897Z] 39e42d376435: Preparing [2025-04-18T09:34:41.897Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:34:41.897Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:41.897Z] 661edca30b25: Waiting [2025-04-18T09:34:41.897Z] 92c4f9c9c8fd: Waiting [2025-04-18T09:34:41.897Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:41.897Z] 39e42d376435: Waiting [2025-04-18T09:34:41.897Z] 4fceb4d8ce32: Layer already exists [2025-04-18T09:34:41.897Z] 778077630db3: Layer already exists [2025-04-18T09:34:41.897Z] 3717c7c9ee13: Layer already exists [2025-04-18T09:34:41.897Z] 04d0a6c462c9: Layer already exists [2025-04-18T09:34:41.897Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:41.897Z] 39e42d376435: Layer already exists [2025-04-18T09:34:41.897Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:41.897Z] 661edca30b25: Layer already exists [2025-04-18T09:34:41.897Z] 92c4f9c9c8fd: Layer already exists [2025-04-18T09:34:42.162Z] latest: digest: sha256:fc20c66d2b0795641fc8dcff2786fae5575573259a6d1685ebddb838f6e09f93 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:42.523Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:42.874Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.3 [2025-04-18T09:34:42.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-04-18T09:34:42.874Z] 4fceb4d8ce32: Preparing [2025-04-18T09:34:42.874Z] 3717c7c9ee13: Preparing [2025-04-18T09:34:42.874Z] 778077630db3: Preparing [2025-04-18T09:34:42.874Z] 04d0a6c462c9: Preparing [2025-04-18T09:34:42.874Z] 567cd42be38e: Preparing [2025-04-18T09:34:42.874Z] 661edca30b25: Preparing [2025-04-18T09:34:42.874Z] 39e42d376435: Preparing [2025-04-18T09:34:42.874Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:34:42.874Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:42.874Z] 661edca30b25: Waiting [2025-04-18T09:34:42.874Z] 39e42d376435: Waiting [2025-04-18T09:34:42.874Z] 92c4f9c9c8fd: Waiting [2025-04-18T09:34:42.874Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:42.874Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:42.874Z] 4fceb4d8ce32: Layer already exists [2025-04-18T09:34:42.874Z] 04d0a6c462c9: Layer already exists [2025-04-18T09:34:42.874Z] 778077630db3: Layer already exists [2025-04-18T09:34:42.874Z] 3717c7c9ee13: Layer already exists [2025-04-18T09:34:42.875Z] 661edca30b25: Layer already exists [2025-04-18T09:34:42.875Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:42.875Z] 92c4f9c9c8fd: Layer already exists [2025-04-18T09:34:42.875Z] 39e42d376435: Layer already exists [2025-04-18T09:34:43.138Z] 4.1.0-dev.3: digest: sha256:fc20c66d2b0795641fc8dcff2786fae5575573259a6d1685ebddb838f6e09f93 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:43.503Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:43.865Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:34:43.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-04-18T09:34:43.866Z] 4fceb4d8ce32: Preparing [2025-04-18T09:34:43.866Z] 3717c7c9ee13: Preparing [2025-04-18T09:34:43.866Z] 778077630db3: Preparing [2025-04-18T09:34:43.866Z] 04d0a6c462c9: Preparing [2025-04-18T09:34:43.866Z] 567cd42be38e: Preparing [2025-04-18T09:34:43.866Z] 661edca30b25: Preparing [2025-04-18T09:34:43.866Z] 39e42d376435: Preparing [2025-04-18T09:34:43.866Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:34:43.866Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:43.866Z] 661edca30b25: Waiting [2025-04-18T09:34:43.866Z] 39e42d376435: Waiting [2025-04-18T09:34:43.866Z] 92c4f9c9c8fd: Waiting [2025-04-18T09:34:43.866Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:43.866Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:43.866Z] 778077630db3: Layer already exists [2025-04-18T09:34:43.866Z] 3717c7c9ee13: Layer already exists [2025-04-18T09:34:43.866Z] 4fceb4d8ce32: Layer already exists [2025-04-18T09:34:43.866Z] 04d0a6c462c9: Layer already exists [2025-04-18T09:34:43.866Z] 661edca30b25: Layer already exists [2025-04-18T09:34:43.866Z] 39e42d376435: Layer already exists [2025-04-18T09:34:43.866Z] 92c4f9c9c8fd: Layer already exists [2025-04-18T09:34:43.866Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:43.866Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:fc20c66d2b0795641fc8dcff2786fae5575573259a6d1685ebddb838f6e09f93 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:44.480Z] + 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-04-18T09:34:44.824Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-04-18T09:34:44.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-04-18T09:34:44.825Z] 4fceb4d8ce32: Preparing [2025-04-18T09:34:44.825Z] 3717c7c9ee13: Preparing [2025-04-18T09:34:44.825Z] 778077630db3: Preparing [2025-04-18T09:34:44.825Z] 04d0a6c462c9: Preparing [2025-04-18T09:34:44.825Z] 567cd42be38e: Preparing [2025-04-18T09:34:44.825Z] 661edca30b25: Preparing [2025-04-18T09:34:44.825Z] 39e42d376435: Preparing [2025-04-18T09:34:44.825Z] 92c4f9c9c8fd: Preparing [2025-04-18T09:34:44.825Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:44.825Z] 661edca30b25: Waiting [2025-04-18T09:34:44.825Z] 39e42d376435: Waiting [2025-04-18T09:34:44.825Z] 92c4f9c9c8fd: Waiting [2025-04-18T09:34:44.825Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:44.825Z] 3717c7c9ee13: Layer already exists [2025-04-18T09:34:44.825Z] 4fceb4d8ce32: Layer already exists [2025-04-18T09:34:44.825Z] 04d0a6c462c9: Layer already exists [2025-04-18T09:34:44.825Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:44.825Z] 778077630db3: Layer already exists [2025-04-18T09:34:44.825Z] 661edca30b25: Layer already exists [2025-04-18T09:34:44.825Z] 39e42d376435: Layer already exists [2025-04-18T09:34:44.825Z] 92c4f9c9c8fd: Layer already exists [2025-04-18T09:34:44.825Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:45.088Z] main: digest: sha256:fc20c66d2b0795641fc8dcff2786fae5575573259a6d1685ebddb838f6e09f93 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:34:45.162Z] ===================================================== [Pipeline] echo [2025-04-18T09:34:45.176Z] taggedImages: [2025-04-18T09:34:45.176Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:34:45.176Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-04-18T09:34:45.176Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.3 [2025-04-18T09:34:45.176Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:34:45.176Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-04-18T09:34:45.207Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-04-18T09:34:45.207Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:34:45.207Z] latest [2025-04-18T09:34:45.207Z] 4.1.0-dev.3 [2025-04-18T09:34:45.207Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:34:45.207Z] main [2025-04-18T09:34:45.207Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:45.575Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:45.929Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:34:45.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-04-18T09:34:45.929Z] 044cfe957786: Preparing [2025-04-18T09:34:45.929Z] 9a8fa5d8bec3: Preparing [2025-04-18T09:34:45.929Z] 2d3a0576d679: Preparing [2025-04-18T09:34:45.929Z] dab1d99ec140: Preparing [2025-04-18T09:34:45.929Z] bce18e7bb952: Preparing [2025-04-18T09:34:45.929Z] 567cd42be38e: Preparing [2025-04-18T09:34:45.929Z] 661edca30b25: Preparing [2025-04-18T09:34:45.929Z] 1bdbc110f1e3: Preparing [2025-04-18T09:34:45.929Z] 58de7cfcc7f8: Preparing [2025-04-18T09:34:45.929Z] 6ef73264aaaf: Preparing [2025-04-18T09:34:45.929Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:45.929Z] 6ef73264aaaf: Waiting [2025-04-18T09:34:45.929Z] 1bdbc110f1e3: Waiting [2025-04-18T09:34:45.929Z] 58de7cfcc7f8: Waiting [2025-04-18T09:34:45.929Z] 567cd42be38e: Waiting [2025-04-18T09:34:45.929Z] 661edca30b25: Waiting [2025-04-18T09:34:45.929Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:46.194Z] bce18e7bb952: Pushed [2025-04-18T09:34:46.194Z] 9a8fa5d8bec3: Pushed [2025-04-18T09:34:46.194Z] dab1d99ec140: Pushed [2025-04-18T09:34:46.194Z] 044cfe957786: Pushed [2025-04-18T09:34:46.194Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:46.194Z] 661edca30b25: Layer already exists [2025-04-18T09:34:46.194Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:46.194Z] 1bdbc110f1e3: Pushed [2025-04-18T09:34:46.194Z] 58de7cfcc7f8: Pushed [2025-04-18T09:34:49.520Z] 6ef73264aaaf: Pushed [2025-04-18T09:34:50.471Z] 2d3a0576d679: Pushed [2025-04-18T09:34:50.471Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:182b2255f39ea7c261eabab60eac4ffa91475936555bb57c80b6ef91587123d2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:50.824Z] + 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-04-18T09:34:51.168Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-04-18T09:34:51.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-04-18T09:34:51.168Z] 044cfe957786: Preparing [2025-04-18T09:34:51.168Z] 9a8fa5d8bec3: Preparing [2025-04-18T09:34:51.168Z] 2d3a0576d679: Preparing [2025-04-18T09:34:51.168Z] dab1d99ec140: Preparing [2025-04-18T09:34:51.168Z] bce18e7bb952: Preparing [2025-04-18T09:34:51.168Z] 567cd42be38e: Preparing [2025-04-18T09:34:51.168Z] 661edca30b25: Preparing [2025-04-18T09:34:51.168Z] 1bdbc110f1e3: Preparing [2025-04-18T09:34:51.168Z] 58de7cfcc7f8: Preparing [2025-04-18T09:34:51.168Z] 567cd42be38e: Waiting [2025-04-18T09:34:51.168Z] 661edca30b25: Waiting [2025-04-18T09:34:51.168Z] 1bdbc110f1e3: Waiting [2025-04-18T09:34:51.168Z] 58de7cfcc7f8: Waiting [2025-04-18T09:34:51.168Z] 6ef73264aaaf: Preparing [2025-04-18T09:34:51.168Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:51.168Z] 6ef73264aaaf: Waiting [2025-04-18T09:34:51.168Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:51.168Z] 9a8fa5d8bec3: Layer already exists [2025-04-18T09:34:51.168Z] bce18e7bb952: Layer already exists [2025-04-18T09:34:51.168Z] dab1d99ec140: Layer already exists [2025-04-18T09:34:51.168Z] 2d3a0576d679: Layer already exists [2025-04-18T09:34:51.168Z] 044cfe957786: Layer already exists [2025-04-18T09:34:51.168Z] 661edca30b25: Layer already exists [2025-04-18T09:34:51.168Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:51.168Z] 1bdbc110f1e3: Layer already exists [2025-04-18T09:34:51.168Z] 58de7cfcc7f8: Layer already exists [2025-04-18T09:34:51.168Z] 6ef73264aaaf: Layer already exists [2025-04-18T09:34:51.168Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:51.432Z] latest: digest: sha256:182b2255f39ea7c261eabab60eac4ffa91475936555bb57c80b6ef91587123d2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:51.791Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:52.137Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.3 [2025-04-18T09:34:52.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-04-18T09:34:52.137Z] 044cfe957786: Preparing [2025-04-18T09:34:52.137Z] 9a8fa5d8bec3: Preparing [2025-04-18T09:34:52.137Z] 2d3a0576d679: Preparing [2025-04-18T09:34:52.137Z] dab1d99ec140: Preparing [2025-04-18T09:34:52.137Z] bce18e7bb952: Preparing [2025-04-18T09:34:52.137Z] 567cd42be38e: Preparing [2025-04-18T09:34:52.137Z] 661edca30b25: Preparing [2025-04-18T09:34:52.137Z] 1bdbc110f1e3: Preparing [2025-04-18T09:34:52.137Z] 58de7cfcc7f8: Preparing [2025-04-18T09:34:52.137Z] 6ef73264aaaf: Preparing [2025-04-18T09:34:52.137Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:52.137Z] 661edca30b25: Waiting [2025-04-18T09:34:52.137Z] 6ef73264aaaf: Waiting [2025-04-18T09:34:52.137Z] 1bdbc110f1e3: Waiting [2025-04-18T09:34:52.137Z] 58de7cfcc7f8: Waiting [2025-04-18T09:34:52.137Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:52.137Z] 567cd42be38e: Waiting [2025-04-18T09:34:52.137Z] 9a8fa5d8bec3: Layer already exists [2025-04-18T09:34:52.137Z] 044cfe957786: Layer already exists [2025-04-18T09:34:52.137Z] 2d3a0576d679: Layer already exists [2025-04-18T09:34:52.137Z] dab1d99ec140: Layer already exists [2025-04-18T09:34:52.137Z] bce18e7bb952: Layer already exists [2025-04-18T09:34:52.137Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:52.137Z] 1bdbc110f1e3: Layer already exists [2025-04-18T09:34:52.137Z] 58de7cfcc7f8: Layer already exists [2025-04-18T09:34:52.137Z] 661edca30b25: Layer already exists [2025-04-18T09:34:52.137Z] 6ef73264aaaf: Layer already exists [2025-04-18T09:34:52.137Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:52.401Z] 4.1.0-dev.3: digest: sha256:182b2255f39ea7c261eabab60eac4ffa91475936555bb57c80b6ef91587123d2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:52.748Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:53.092Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:34:53.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-04-18T09:34:53.092Z] 044cfe957786: Preparing [2025-04-18T09:34:53.092Z] 9a8fa5d8bec3: Preparing [2025-04-18T09:34:53.092Z] 2d3a0576d679: Preparing [2025-04-18T09:34:53.092Z] dab1d99ec140: Preparing [2025-04-18T09:34:53.092Z] bce18e7bb952: Preparing [2025-04-18T09:34:53.092Z] 567cd42be38e: Preparing [2025-04-18T09:34:53.092Z] 661edca30b25: Preparing [2025-04-18T09:34:53.092Z] 1bdbc110f1e3: Preparing [2025-04-18T09:34:53.092Z] 58de7cfcc7f8: Preparing [2025-04-18T09:34:53.092Z] 6ef73264aaaf: Preparing [2025-04-18T09:34:53.092Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:53.092Z] 661edca30b25: Waiting [2025-04-18T09:34:53.092Z] 567cd42be38e: Waiting [2025-04-18T09:34:53.092Z] 1bdbc110f1e3: Waiting [2025-04-18T09:34:53.092Z] 58de7cfcc7f8: Waiting [2025-04-18T09:34:53.092Z] 6ef73264aaaf: Waiting [2025-04-18T09:34:53.092Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:53.092Z] 044cfe957786: Layer already exists [2025-04-18T09:34:53.092Z] bce18e7bb952: Layer already exists [2025-04-18T09:34:53.092Z] 2d3a0576d679: Layer already exists [2025-04-18T09:34:53.092Z] dab1d99ec140: Layer already exists [2025-04-18T09:34:53.092Z] 9a8fa5d8bec3: Layer already exists [2025-04-18T09:34:53.092Z] 1bdbc110f1e3: Layer already exists [2025-04-18T09:34:53.092Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:53.092Z] 58de7cfcc7f8: Layer already exists [2025-04-18T09:34:53.092Z] 661edca30b25: Layer already exists [2025-04-18T09:34:53.092Z] 6ef73264aaaf: Layer already exists [2025-04-18T09:34:53.092Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:53.356Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:182b2255f39ea7c261eabab60eac4ffa91475936555bb57c80b6ef91587123d2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:53.695Z] + 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-04-18T09:34:54.037Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-04-18T09:34:54.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-04-18T09:34:54.037Z] 044cfe957786: Preparing [2025-04-18T09:34:54.037Z] 9a8fa5d8bec3: Preparing [2025-04-18T09:34:54.037Z] 2d3a0576d679: Preparing [2025-04-18T09:34:54.037Z] dab1d99ec140: Preparing [2025-04-18T09:34:54.037Z] bce18e7bb952: Preparing [2025-04-18T09:34:54.037Z] 567cd42be38e: Preparing [2025-04-18T09:34:54.037Z] 661edca30b25: Preparing [2025-04-18T09:34:54.037Z] 1bdbc110f1e3: Preparing [2025-04-18T09:34:54.037Z] 58de7cfcc7f8: Preparing [2025-04-18T09:34:54.037Z] 6ef73264aaaf: Preparing [2025-04-18T09:34:54.037Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:54.037Z] 1bdbc110f1e3: Waiting [2025-04-18T09:34:54.037Z] 58de7cfcc7f8: Waiting [2025-04-18T09:34:54.037Z] 6ef73264aaaf: Waiting [2025-04-18T09:34:54.037Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:54.037Z] 567cd42be38e: Waiting [2025-04-18T09:34:54.037Z] 661edca30b25: Waiting [2025-04-18T09:34:54.037Z] 044cfe957786: Layer already exists [2025-04-18T09:34:54.037Z] bce18e7bb952: Layer already exists [2025-04-18T09:34:54.037Z] 2d3a0576d679: Layer already exists [2025-04-18T09:34:54.037Z] 9a8fa5d8bec3: Layer already exists [2025-04-18T09:34:54.037Z] dab1d99ec140: Layer already exists [2025-04-18T09:34:54.037Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:54.037Z] 58de7cfcc7f8: Layer already exists [2025-04-18T09:34:54.037Z] 661edca30b25: Layer already exists [2025-04-18T09:34:54.037Z] 1bdbc110f1e3: Layer already exists [2025-04-18T09:34:54.037Z] 6ef73264aaaf: Layer already exists [2025-04-18T09:34:54.037Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:54.302Z] main: digest: sha256:182b2255f39ea7c261eabab60eac4ffa91475936555bb57c80b6ef91587123d2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:34:54.368Z] ===================================================== [Pipeline] echo [2025-04-18T09:34:54.384Z] taggedImages: [2025-04-18T09:34:54.384Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:34:54.384Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-04-18T09:34:54.384Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.3 [2025-04-18T09:34:54.384Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:34:54.384Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-04-18T09:34:54.406Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-04-18T09:34:54.406Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:34:54.406Z] latest [2025-04-18T09:34:54.406Z] 4.1.0-dev.3 [2025-04-18T09:34:54.406Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:34:54.406Z] main [2025-04-18T09:34:54.406Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:54.765Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:34:55.112Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:34:55.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-04-18T09:34:55.113Z] 5f1e6e0d670c: Preparing [2025-04-18T09:34:55.113Z] 98a4d99e81c7: Preparing [2025-04-18T09:34:55.113Z] b6995422c834: Preparing [2025-04-18T09:34:55.113Z] 5c5c22c5a885: Preparing [2025-04-18T09:34:55.113Z] d711ea394721: Preparing [2025-04-18T09:34:55.113Z] 259550e0faf8: Preparing [2025-04-18T09:34:55.113Z] f7491c9ce801: Preparing [2025-04-18T09:34:55.113Z] 567cd42be38e: Preparing [2025-04-18T09:34:55.113Z] 661edca30b25: Preparing [2025-04-18T09:34:55.113Z] 2007fafd7f7e: Preparing [2025-04-18T09:34:55.113Z] 94b829f5e22b: Preparing [2025-04-18T09:34:55.113Z] dd9c8f8612c8: Preparing [2025-04-18T09:34:55.113Z] 567cd42be38e: Waiting [2025-04-18T09:34:55.113Z] 661edca30b25: Waiting [2025-04-18T09:34:55.113Z] 2007fafd7f7e: Waiting [2025-04-18T09:34:55.113Z] 94b829f5e22b: Waiting [2025-04-18T09:34:55.113Z] dd9c8f8612c8: Waiting [2025-04-18T09:34:55.113Z] 259550e0faf8: Waiting [2025-04-18T09:34:55.113Z] f7491c9ce801: Waiting [2025-04-18T09:34:55.382Z] d711ea394721: Pushed [2025-04-18T09:34:55.382Z] 98a4d99e81c7: Pushed [2025-04-18T09:34:55.382Z] 5f1e6e0d670c: Pushed [2025-04-18T09:34:55.382Z] 567cd42be38e: Layer already exists [2025-04-18T09:34:55.383Z] 661edca30b25: Layer already exists [2025-04-18T09:34:55.383Z] 259550e0faf8: Pushed [2025-04-18T09:34:55.647Z] f7491c9ce801: Pushed [2025-04-18T09:34:55.647Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:34:55.647Z] 2007fafd7f7e: Pushed [2025-04-18T09:34:58.967Z] 94b829f5e22b: Pushed [2025-04-18T09:34:59.548Z] 5c5c22c5a885: Pushed [2025-04-18T09:35:02.112Z] b6995422c834: Pushed [2025-04-18T09:35:02.112Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:dd6d467bb85dfa9aa6fb73217c04d6092bd4991372d3ef3863e34609cf45911b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:02.452Z] + 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-04-18T09:35:02.801Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-04-18T09:35:02.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-04-18T09:35:02.802Z] 5f1e6e0d670c: Preparing [2025-04-18T09:35:02.802Z] 98a4d99e81c7: Preparing [2025-04-18T09:35:02.802Z] b6995422c834: Preparing [2025-04-18T09:35:02.802Z] 5c5c22c5a885: Preparing [2025-04-18T09:35:02.802Z] d711ea394721: Preparing [2025-04-18T09:35:02.802Z] 259550e0faf8: Preparing [2025-04-18T09:35:02.802Z] f7491c9ce801: Preparing [2025-04-18T09:35:02.802Z] 567cd42be38e: Preparing [2025-04-18T09:35:02.802Z] 661edca30b25: Preparing [2025-04-18T09:35:02.802Z] 2007fafd7f7e: Preparing [2025-04-18T09:35:02.802Z] 94b829f5e22b: Preparing [2025-04-18T09:35:02.802Z] dd9c8f8612c8: Preparing [2025-04-18T09:35:02.802Z] 661edca30b25: Waiting [2025-04-18T09:35:02.802Z] 259550e0faf8: Waiting [2025-04-18T09:35:02.802Z] f7491c9ce801: Waiting [2025-04-18T09:35:02.802Z] 567cd42be38e: Waiting [2025-04-18T09:35:02.802Z] 2007fafd7f7e: Waiting [2025-04-18T09:35:02.802Z] dd9c8f8612c8: Waiting [2025-04-18T09:35:02.802Z] 94b829f5e22b: Waiting [2025-04-18T09:35:02.802Z] 5c5c22c5a885: Layer already exists [2025-04-18T09:35:02.802Z] 98a4d99e81c7: Layer already exists [2025-04-18T09:35:02.802Z] b6995422c834: Layer already exists [2025-04-18T09:35:02.802Z] 5f1e6e0d670c: Layer already exists [2025-04-18T09:35:02.802Z] d711ea394721: Layer already exists [2025-04-18T09:35:02.802Z] 259550e0faf8: Layer already exists [2025-04-18T09:35:02.802Z] f7491c9ce801: Layer already exists [2025-04-18T09:35:02.802Z] 661edca30b25: Layer already exists [2025-04-18T09:35:02.802Z] 567cd42be38e: Layer already exists [2025-04-18T09:35:02.802Z] 2007fafd7f7e: Layer already exists [2025-04-18T09:35:02.802Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:35:02.802Z] 94b829f5e22b: Layer already exists [2025-04-18T09:35:03.067Z] latest: digest: sha256:dd6d467bb85dfa9aa6fb73217c04d6092bd4991372d3ef3863e34609cf45911b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:03.416Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:03.757Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.3 [2025-04-18T09:35:03.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-04-18T09:35:03.757Z] 5f1e6e0d670c: Preparing [2025-04-18T09:35:03.757Z] 98a4d99e81c7: Preparing [2025-04-18T09:35:03.757Z] b6995422c834: Preparing [2025-04-18T09:35:03.757Z] 5c5c22c5a885: Preparing [2025-04-18T09:35:03.757Z] d711ea394721: Preparing [2025-04-18T09:35:03.757Z] 259550e0faf8: Preparing [2025-04-18T09:35:03.757Z] f7491c9ce801: Preparing [2025-04-18T09:35:03.757Z] 567cd42be38e: Preparing [2025-04-18T09:35:03.757Z] 661edca30b25: Preparing [2025-04-18T09:35:03.757Z] 2007fafd7f7e: Preparing [2025-04-18T09:35:03.757Z] 94b829f5e22b: Preparing [2025-04-18T09:35:03.757Z] dd9c8f8612c8: Preparing [2025-04-18T09:35:03.757Z] 259550e0faf8: Waiting [2025-04-18T09:35:03.757Z] f7491c9ce801: Waiting [2025-04-18T09:35:03.757Z] 567cd42be38e: Waiting [2025-04-18T09:35:03.757Z] 661edca30b25: Waiting [2025-04-18T09:35:03.757Z] 2007fafd7f7e: Waiting [2025-04-18T09:35:03.757Z] 94b829f5e22b: Waiting [2025-04-18T09:35:03.757Z] dd9c8f8612c8: Waiting [2025-04-18T09:35:03.757Z] 5f1e6e0d670c: Layer already exists [2025-04-18T09:35:03.757Z] 5c5c22c5a885: Layer already exists [2025-04-18T09:35:03.757Z] d711ea394721: Layer already exists [2025-04-18T09:35:03.757Z] 98a4d99e81c7: Layer already exists [2025-04-18T09:35:03.757Z] b6995422c834: Layer already exists [2025-04-18T09:35:03.757Z] 259550e0faf8: Layer already exists [2025-04-18T09:35:03.757Z] 567cd42be38e: Layer already exists [2025-04-18T09:35:03.757Z] 661edca30b25: Layer already exists [2025-04-18T09:35:03.757Z] 2007fafd7f7e: Layer already exists [2025-04-18T09:35:03.757Z] f7491c9ce801: Layer already exists [2025-04-18T09:35:03.757Z] 94b829f5e22b: Layer already exists [2025-04-18T09:35:03.757Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:35:04.021Z] 4.1.0-dev.3: digest: sha256:dd6d467bb85dfa9aa6fb73217c04d6092bd4991372d3ef3863e34609cf45911b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:04.366Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:04.703Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:35:04.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-04-18T09:35:04.703Z] 5f1e6e0d670c: Preparing [2025-04-18T09:35:04.703Z] 98a4d99e81c7: Preparing [2025-04-18T09:35:04.703Z] b6995422c834: Preparing [2025-04-18T09:35:04.703Z] 5c5c22c5a885: Preparing [2025-04-18T09:35:04.703Z] d711ea394721: Preparing [2025-04-18T09:35:04.703Z] 259550e0faf8: Preparing [2025-04-18T09:35:04.704Z] f7491c9ce801: Preparing [2025-04-18T09:35:04.704Z] 567cd42be38e: Preparing [2025-04-18T09:35:04.704Z] 661edca30b25: Preparing [2025-04-18T09:35:04.704Z] 2007fafd7f7e: Preparing [2025-04-18T09:35:04.704Z] 94b829f5e22b: Preparing [2025-04-18T09:35:04.704Z] dd9c8f8612c8: Preparing [2025-04-18T09:35:04.704Z] 567cd42be38e: Waiting [2025-04-18T09:35:04.704Z] 661edca30b25: Waiting [2025-04-18T09:35:04.704Z] 2007fafd7f7e: Waiting [2025-04-18T09:35:04.704Z] 94b829f5e22b: Waiting [2025-04-18T09:35:04.704Z] dd9c8f8612c8: Waiting [2025-04-18T09:35:04.704Z] 259550e0faf8: Waiting [2025-04-18T09:35:04.704Z] f7491c9ce801: Waiting [2025-04-18T09:35:04.704Z] 5f1e6e0d670c: Layer already exists [2025-04-18T09:35:04.704Z] 98a4d99e81c7: Layer already exists [2025-04-18T09:35:04.704Z] d711ea394721: Layer already exists [2025-04-18T09:35:04.704Z] 5c5c22c5a885: Layer already exists [2025-04-18T09:35:04.704Z] b6995422c834: Layer already exists [2025-04-18T09:35:04.704Z] 567cd42be38e: Layer already exists [2025-04-18T09:35:04.704Z] f7491c9ce801: Layer already exists [2025-04-18T09:35:04.704Z] 259550e0faf8: Layer already exists [2025-04-18T09:35:04.704Z] 2007fafd7f7e: Layer already exists [2025-04-18T09:35:04.704Z] 661edca30b25: Layer already exists [2025-04-18T09:35:04.704Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:35:04.704Z] 94b829f5e22b: Layer already exists [2025-04-18T09:35:04.968Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:dd6d467bb85dfa9aa6fb73217c04d6092bd4991372d3ef3863e34609cf45911b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:05.312Z] + 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-04-18T09:35:05.661Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-04-18T09:35:05.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-04-18T09:35:05.661Z] 5f1e6e0d670c: Preparing [2025-04-18T09:35:05.661Z] 98a4d99e81c7: Preparing [2025-04-18T09:35:05.661Z] b6995422c834: Preparing [2025-04-18T09:35:05.661Z] 5c5c22c5a885: Preparing [2025-04-18T09:35:05.661Z] d711ea394721: Preparing [2025-04-18T09:35:05.661Z] 259550e0faf8: Preparing [2025-04-18T09:35:05.661Z] f7491c9ce801: Preparing [2025-04-18T09:35:05.661Z] 567cd42be38e: Preparing [2025-04-18T09:35:05.661Z] 661edca30b25: Preparing [2025-04-18T09:35:05.661Z] 2007fafd7f7e: Preparing [2025-04-18T09:35:05.661Z] 94b829f5e22b: Preparing [2025-04-18T09:35:05.661Z] dd9c8f8612c8: Preparing [2025-04-18T09:35:05.661Z] 661edca30b25: Waiting [2025-04-18T09:35:05.661Z] 2007fafd7f7e: Waiting [2025-04-18T09:35:05.661Z] f7491c9ce801: Waiting [2025-04-18T09:35:05.661Z] 259550e0faf8: Waiting [2025-04-18T09:35:05.661Z] 94b829f5e22b: Waiting [2025-04-18T09:35:05.661Z] 567cd42be38e: Waiting [2025-04-18T09:35:05.661Z] dd9c8f8612c8: Waiting [2025-04-18T09:35:05.661Z] 5f1e6e0d670c: Layer already exists [2025-04-18T09:35:05.661Z] 98a4d99e81c7: Layer already exists [2025-04-18T09:35:05.661Z] b6995422c834: Layer already exists [2025-04-18T09:35:05.661Z] d711ea394721: Layer already exists [2025-04-18T09:35:05.661Z] 5c5c22c5a885: Layer already exists [2025-04-18T09:35:05.661Z] 567cd42be38e: Layer already exists [2025-04-18T09:35:05.661Z] f7491c9ce801: Layer already exists [2025-04-18T09:35:05.661Z] 661edca30b25: Layer already exists [2025-04-18T09:35:05.661Z] 259550e0faf8: Layer already exists [2025-04-18T09:35:05.661Z] 2007fafd7f7e: Layer already exists [2025-04-18T09:35:05.661Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:35:05.661Z] 94b829f5e22b: Layer already exists [2025-04-18T09:35:05.925Z] main: digest: sha256:dd6d467bb85dfa9aa6fb73217c04d6092bd4991372d3ef3863e34609cf45911b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:35:05.998Z] ===================================================== [Pipeline] echo [2025-04-18T09:35:06.010Z] taggedImages: [2025-04-18T09:35:06.010Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:35:06.010Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-04-18T09:35:06.010Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.3 [2025-04-18T09:35:06.010Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:35:06.010Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-04-18T09:35:06.037Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-04-18T09:35:06.037Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:35:06.037Z] latest [2025-04-18T09:35:06.037Z] 4.1.0-dev.3 [2025-04-18T09:35:06.037Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:35:06.037Z] main [2025-04-18T09:35:06.037Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:06.392Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:06.740Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:35:06.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-04-18T09:35:06.740Z] aea037e71a03: Preparing [2025-04-18T09:35:06.740Z] 79af7086afd2: Preparing [2025-04-18T09:35:06.740Z] 567cd42be38e: Preparing [2025-04-18T09:35:06.740Z] 661edca30b25: Preparing [2025-04-18T09:35:06.740Z] 8a998de7a039: Preparing [2025-04-18T09:35:06.740Z] e9d15cd494c4: Preparing [2025-04-18T09:35:06.740Z] dd9c8f8612c8: Preparing [2025-04-18T09:35:06.740Z] e9d15cd494c4: Waiting [2025-04-18T09:35:06.740Z] dd9c8f8612c8: Waiting [2025-04-18T09:35:06.740Z] 567cd42be38e: Layer already exists [2025-04-18T09:35:07.004Z] 661edca30b25: Layer already exists [2025-04-18T09:35:07.004Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:35:07.004Z] 8a998de7a039: Pushed [2025-04-18T09:35:07.004Z] aea037e71a03: Pushed [2025-04-18T09:35:08.932Z] e9d15cd494c4: Pushed [2025-04-18T09:35:14.250Z] 79af7086afd2: Pushed [2025-04-18T09:35:14.250Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:aba05fae915b71a90862c37973be28c33c22675332ca17897443d552cf7d4084 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:14.593Z] + 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-04-18T09:35:15.019Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-04-18T09:35:15.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-04-18T09:35:15.019Z] aea037e71a03: Preparing [2025-04-18T09:35:15.019Z] 79af7086afd2: Preparing [2025-04-18T09:35:15.019Z] 567cd42be38e: Preparing [2025-04-18T09:35:15.019Z] 661edca30b25: Preparing [2025-04-18T09:35:15.019Z] 8a998de7a039: Preparing [2025-04-18T09:35:15.019Z] e9d15cd494c4: Preparing [2025-04-18T09:35:15.019Z] dd9c8f8612c8: Preparing [2025-04-18T09:35:15.019Z] e9d15cd494c4: Waiting [2025-04-18T09:35:15.019Z] dd9c8f8612c8: Waiting [2025-04-18T09:35:15.019Z] 567cd42be38e: Layer already exists [2025-04-18T09:35:15.019Z] aea037e71a03: Layer already exists [2025-04-18T09:35:15.019Z] 79af7086afd2: Layer already exists [2025-04-18T09:35:15.019Z] 8a998de7a039: Layer already exists [2025-04-18T09:35:15.019Z] 661edca30b25: Layer already exists [2025-04-18T09:35:15.019Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:35:15.019Z] e9d15cd494c4: Layer already exists [2025-04-18T09:35:15.286Z] latest: digest: sha256:aba05fae915b71a90862c37973be28c33c22675332ca17897443d552cf7d4084 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:15.656Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:16.021Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.3 [2025-04-18T09:35:16.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-04-18T09:35:16.021Z] aea037e71a03: Preparing [2025-04-18T09:35:16.021Z] 79af7086afd2: Preparing [2025-04-18T09:35:16.021Z] 567cd42be38e: Preparing [2025-04-18T09:35:16.021Z] 661edca30b25: Preparing [2025-04-18T09:35:16.021Z] 8a998de7a039: Preparing [2025-04-18T09:35:16.021Z] e9d15cd494c4: Preparing [2025-04-18T09:35:16.021Z] dd9c8f8612c8: Preparing [2025-04-18T09:35:16.021Z] e9d15cd494c4: Waiting [2025-04-18T09:35:16.021Z] dd9c8f8612c8: Waiting [2025-04-18T09:35:16.021Z] 661edca30b25: Layer already exists [2025-04-18T09:35:16.021Z] 567cd42be38e: Layer already exists [2025-04-18T09:35:16.021Z] 8a998de7a039: Layer already exists [2025-04-18T09:35:16.021Z] 79af7086afd2: Layer already exists [2025-04-18T09:35:16.021Z] aea037e71a03: Layer already exists [2025-04-18T09:35:16.021Z] e9d15cd494c4: Layer already exists [2025-04-18T09:35:16.021Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:35:16.287Z] 4.1.0-dev.3: digest: sha256:aba05fae915b71a90862c37973be28c33c22675332ca17897443d552cf7d4084 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:16.644Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:16.995Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:35:16.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-04-18T09:35:16.995Z] aea037e71a03: Preparing [2025-04-18T09:35:16.995Z] 79af7086afd2: Preparing [2025-04-18T09:35:16.995Z] 567cd42be38e: Preparing [2025-04-18T09:35:16.995Z] 661edca30b25: Preparing [2025-04-18T09:35:16.995Z] 8a998de7a039: Preparing [2025-04-18T09:35:16.995Z] e9d15cd494c4: Preparing [2025-04-18T09:35:16.995Z] dd9c8f8612c8: Preparing [2025-04-18T09:35:16.995Z] e9d15cd494c4: Waiting [2025-04-18T09:35:16.995Z] dd9c8f8612c8: Waiting [2025-04-18T09:35:16.995Z] 79af7086afd2: Layer already exists [2025-04-18T09:35:16.995Z] aea037e71a03: Layer already exists [2025-04-18T09:35:16.995Z] 8a998de7a039: Layer already exists [2025-04-18T09:35:16.995Z] 661edca30b25: Layer already exists [2025-04-18T09:35:16.995Z] 567cd42be38e: Layer already exists [2025-04-18T09:35:16.995Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:35:16.995Z] e9d15cd494c4: Layer already exists [2025-04-18T09:35:16.995Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:aba05fae915b71a90862c37973be28c33c22675332ca17897443d552cf7d4084 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:17.590Z] + 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-04-18T09:35:17.933Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-04-18T09:35:17.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-04-18T09:35:17.933Z] aea037e71a03: Preparing [2025-04-18T09:35:17.933Z] 79af7086afd2: Preparing [2025-04-18T09:35:17.933Z] 567cd42be38e: Preparing [2025-04-18T09:35:17.933Z] 661edca30b25: Preparing [2025-04-18T09:35:17.933Z] 8a998de7a039: Preparing [2025-04-18T09:35:17.933Z] e9d15cd494c4: Preparing [2025-04-18T09:35:17.933Z] dd9c8f8612c8: Preparing [2025-04-18T09:35:17.933Z] e9d15cd494c4: Waiting [2025-04-18T09:35:17.933Z] dd9c8f8612c8: Waiting [2025-04-18T09:35:17.933Z] 8a998de7a039: Layer already exists [2025-04-18T09:35:17.933Z] 567cd42be38e: Layer already exists [2025-04-18T09:35:17.933Z] 79af7086afd2: Layer already exists [2025-04-18T09:35:17.933Z] aea037e71a03: Layer already exists [2025-04-18T09:35:17.933Z] 661edca30b25: Layer already exists [2025-04-18T09:35:17.933Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:35:17.933Z] e9d15cd494c4: Layer already exists [2025-04-18T09:35:17.933Z] main: digest: sha256:aba05fae915b71a90862c37973be28c33c22675332ca17897443d552cf7d4084 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:35:18.275Z] ===================================================== [Pipeline] echo [2025-04-18T09:35:18.287Z] taggedImages: [2025-04-18T09:35:18.287Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:35:18.287Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-04-18T09:35:18.287Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.3 [2025-04-18T09:35:18.287Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:35:18.287Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-04-18T09:35:18.312Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-04-18T09:35:18.312Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:35:18.312Z] latest [2025-04-18T09:35:18.312Z] 4.1.0-dev.3 [2025-04-18T09:35:18.312Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:35:18.312Z] main [2025-04-18T09:35:18.312Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:18.680Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:19.025Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:35:19.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-04-18T09:35:19.025Z] a9fb0b74cc9a: Preparing [2025-04-18T09:35:19.025Z] 0968b4e13d59: Preparing [2025-04-18T09:35:19.025Z] adea93e1e5df: Preparing [2025-04-18T09:35:19.025Z] 567cd42be38e: Preparing [2025-04-18T09:35:19.025Z] 661edca30b25: Preparing [2025-04-18T09:35:19.025Z] fc2a87f22db4: Preparing [2025-04-18T09:35:19.025Z] 5ad87b3e777b: Preparing [2025-04-18T09:35:19.025Z] b8ec42c20b13: Preparing [2025-04-18T09:35:19.025Z] 9b8427a3c449: Preparing [2025-04-18T09:35:19.025Z] dd9c8f8612c8: Preparing [2025-04-18T09:35:19.025Z] fc2a87f22db4: Waiting [2025-04-18T09:35:19.025Z] 5ad87b3e777b: Waiting [2025-04-18T09:35:19.025Z] 9b8427a3c449: Waiting [2025-04-18T09:35:19.025Z] dd9c8f8612c8: Waiting [2025-04-18T09:35:19.025Z] b8ec42c20b13: Waiting [2025-04-18T09:35:19.025Z] 567cd42be38e: Layer already exists [2025-04-18T09:35:19.025Z] 661edca30b25: Layer already exists [2025-04-18T09:35:19.288Z] adea93e1e5df: Pushed [2025-04-18T09:35:19.288Z] 0968b4e13d59: Pushed [2025-04-18T09:35:19.288Z] a9fb0b74cc9a: Pushed [2025-04-18T09:35:19.288Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:35:19.288Z] b8ec42c20b13: Pushed [2025-04-18T09:35:20.240Z] 9b8427a3c449: Pushed [2025-04-18T09:35:30.279Z] 5ad87b3e777b: Pushed [2025-04-18T09:35:45.233Z] fc2a87f22db4: Pushed [2025-04-18T09:35:45.233Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:67038cf3e147eec8f6221eee7e9f9b16d9004fdda3a545d2cedcdc5ea1ac7669 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:45.588Z] + 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-04-18T09:35:45.938Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-04-18T09:35:45.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-04-18T09:35:45.938Z] a9fb0b74cc9a: Preparing [2025-04-18T09:35:45.938Z] 0968b4e13d59: Preparing [2025-04-18T09:35:45.938Z] adea93e1e5df: Preparing [2025-04-18T09:35:45.938Z] 567cd42be38e: Preparing [2025-04-18T09:35:45.938Z] 661edca30b25: Preparing [2025-04-18T09:35:45.938Z] fc2a87f22db4: Preparing [2025-04-18T09:35:45.938Z] 5ad87b3e777b: Preparing [2025-04-18T09:35:45.938Z] b8ec42c20b13: Preparing [2025-04-18T09:35:45.938Z] 9b8427a3c449: Preparing [2025-04-18T09:35:45.938Z] dd9c8f8612c8: Preparing [2025-04-18T09:35:45.938Z] dd9c8f8612c8: Waiting [2025-04-18T09:35:45.938Z] fc2a87f22db4: Waiting [2025-04-18T09:35:45.938Z] 9b8427a3c449: Waiting [2025-04-18T09:35:45.938Z] 5ad87b3e777b: Waiting [2025-04-18T09:35:45.938Z] b8ec42c20b13: Waiting [2025-04-18T09:35:45.938Z] adea93e1e5df: Layer already exists [2025-04-18T09:35:45.938Z] 661edca30b25: Layer already exists [2025-04-18T09:35:45.938Z] 0968b4e13d59: Layer already exists [2025-04-18T09:35:45.938Z] 567cd42be38e: Layer already exists [2025-04-18T09:35:45.938Z] a9fb0b74cc9a: Layer already exists [2025-04-18T09:35:45.938Z] 9b8427a3c449: Layer already exists [2025-04-18T09:35:45.938Z] fc2a87f22db4: Layer already exists [2025-04-18T09:35:45.938Z] b8ec42c20b13: Layer already exists [2025-04-18T09:35:45.938Z] 5ad87b3e777b: Layer already exists [2025-04-18T09:35:45.938Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:35:46.202Z] latest: digest: sha256:67038cf3e147eec8f6221eee7e9f9b16d9004fdda3a545d2cedcdc5ea1ac7669 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:46.556Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:46.896Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.3 [2025-04-18T09:35:46.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-04-18T09:35:46.896Z] a9fb0b74cc9a: Preparing [2025-04-18T09:35:46.896Z] 0968b4e13d59: Preparing [2025-04-18T09:35:46.896Z] adea93e1e5df: Preparing [2025-04-18T09:35:46.896Z] 567cd42be38e: Preparing [2025-04-18T09:35:46.896Z] 661edca30b25: Preparing [2025-04-18T09:35:46.896Z] fc2a87f22db4: Preparing [2025-04-18T09:35:46.896Z] 5ad87b3e777b: Preparing [2025-04-18T09:35:46.896Z] b8ec42c20b13: Preparing [2025-04-18T09:35:46.896Z] 9b8427a3c449: Preparing [2025-04-18T09:35:46.896Z] dd9c8f8612c8: Preparing [2025-04-18T09:35:46.896Z] fc2a87f22db4: Waiting [2025-04-18T09:35:46.896Z] 5ad87b3e777b: Waiting [2025-04-18T09:35:46.896Z] b8ec42c20b13: Waiting [2025-04-18T09:35:46.896Z] dd9c8f8612c8: Waiting [2025-04-18T09:35:46.896Z] 9b8427a3c449: Waiting [2025-04-18T09:35:46.896Z] a9fb0b74cc9a: Layer already exists [2025-04-18T09:35:46.896Z] adea93e1e5df: Layer already exists [2025-04-18T09:35:46.896Z] 661edca30b25: Layer already exists [2025-04-18T09:35:46.896Z] 567cd42be38e: Layer already exists [2025-04-18T09:35:46.896Z] 0968b4e13d59: Layer already exists [2025-04-18T09:35:46.896Z] 5ad87b3e777b: Layer already exists [2025-04-18T09:35:46.896Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:35:46.896Z] b8ec42c20b13: Layer already exists [2025-04-18T09:35:46.896Z] 9b8427a3c449: Layer already exists [2025-04-18T09:35:46.896Z] fc2a87f22db4: Layer already exists [2025-04-18T09:35:47.160Z] 4.1.0-dev.3: digest: sha256:67038cf3e147eec8f6221eee7e9f9b16d9004fdda3a545d2cedcdc5ea1ac7669 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:47.504Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:47.828Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:35:47.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-04-18T09:35:47.828Z] a9fb0b74cc9a: Preparing [2025-04-18T09:35:47.828Z] 0968b4e13d59: Preparing [2025-04-18T09:35:47.828Z] adea93e1e5df: Preparing [2025-04-18T09:35:47.828Z] 567cd42be38e: Preparing [2025-04-18T09:35:47.828Z] 661edca30b25: Preparing [2025-04-18T09:35:47.828Z] fc2a87f22db4: Preparing [2025-04-18T09:35:47.828Z] 5ad87b3e777b: Preparing [2025-04-18T09:35:47.828Z] b8ec42c20b13: Preparing [2025-04-18T09:35:47.828Z] 9b8427a3c449: Preparing [2025-04-18T09:35:47.828Z] dd9c8f8612c8: Preparing [2025-04-18T09:35:47.828Z] 5ad87b3e777b: Waiting [2025-04-18T09:35:47.828Z] dd9c8f8612c8: Waiting [2025-04-18T09:35:47.828Z] b8ec42c20b13: Waiting [2025-04-18T09:35:47.828Z] 9b8427a3c449: Waiting [2025-04-18T09:35:47.828Z] fc2a87f22db4: Waiting [2025-04-18T09:35:47.828Z] 661edca30b25: Layer already exists [2025-04-18T09:35:47.828Z] adea93e1e5df: Layer already exists [2025-04-18T09:35:47.828Z] a9fb0b74cc9a: Layer already exists [2025-04-18T09:35:47.828Z] 0968b4e13d59: Layer already exists [2025-04-18T09:35:47.828Z] 567cd42be38e: Layer already exists [2025-04-18T09:35:47.828Z] 9b8427a3c449: Layer already exists [2025-04-18T09:35:47.828Z] b8ec42c20b13: Layer already exists [2025-04-18T09:35:47.828Z] 5ad87b3e777b: Layer already exists [2025-04-18T09:35:47.828Z] fc2a87f22db4: Layer already exists [2025-04-18T09:35:47.828Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:35:48.090Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:67038cf3e147eec8f6221eee7e9f9b16d9004fdda3a545d2cedcdc5ea1ac7669 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:35:48.435Z] + 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-04-18T09:35:59.762Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-04-18T09:35:59.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-04-18T09:35:59.762Z] a9fb0b74cc9a: Preparing [2025-04-18T09:35:59.762Z] 0968b4e13d59: Preparing [2025-04-18T09:35:59.762Z] adea93e1e5df: Preparing [2025-04-18T09:35:59.762Z] 567cd42be38e: Preparing [2025-04-18T09:35:59.762Z] 661edca30b25: Preparing [2025-04-18T09:35:59.762Z] fc2a87f22db4: Preparing [2025-04-18T09:35:59.762Z] 5ad87b3e777b: Preparing [2025-04-18T09:35:59.762Z] b8ec42c20b13: Preparing [2025-04-18T09:35:59.762Z] 9b8427a3c449: Preparing [2025-04-18T09:35:59.762Z] dd9c8f8612c8: Preparing [2025-04-18T09:35:59.762Z] 5ad87b3e777b: Waiting [2025-04-18T09:35:59.762Z] b8ec42c20b13: Waiting [2025-04-18T09:35:59.762Z] 9b8427a3c449: Waiting [2025-04-18T09:35:59.762Z] dd9c8f8612c8: Waiting [2025-04-18T09:35:59.762Z] fc2a87f22db4: Waiting [2025-04-18T09:35:59.762Z] a9fb0b74cc9a: Layer already exists [2025-04-18T09:35:59.762Z] 661edca30b25: Layer already exists [2025-04-18T09:35:59.762Z] 0968b4e13d59: Layer already exists [2025-04-18T09:35:59.762Z] 567cd42be38e: Layer already exists [2025-04-18T09:35:59.762Z] adea93e1e5df: Layer already exists [2025-04-18T09:35:59.762Z] b8ec42c20b13: Layer already exists [2025-04-18T09:35:59.762Z] 5ad87b3e777b: Layer already exists [2025-04-18T09:35:59.762Z] 9b8427a3c449: Layer already exists [2025-04-18T09:35:59.762Z] fc2a87f22db4: Layer already exists [2025-04-18T09:35:59.762Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:36:00.027Z] main: digest: sha256:67038cf3e147eec8f6221eee7e9f9b16d9004fdda3a545d2cedcdc5ea1ac7669 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:36:00.103Z] ===================================================== [Pipeline] echo [2025-04-18T09:36:00.115Z] taggedImages: [2025-04-18T09:36:00.115Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:36:00.115Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-04-18T09:36:00.115Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.3 [2025-04-18T09:36:00.115Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:36:00.115Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-04-18T09:36:00.145Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-04-18T09:36:00.145Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:36:00.145Z] latest [2025-04-18T09:36:00.145Z] 4.1.0-dev.3 [2025-04-18T09:36:00.145Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:36:00.145Z] main [2025-04-18T09:36:00.145Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:36:00.493Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:36:00.990Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:36:00.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-04-18T09:36:00.990Z] 30b7b3765b36: Preparing [2025-04-18T09:36:00.990Z] a28ef0d1539a: Preparing [2025-04-18T09:36:00.990Z] 14217d433080: Preparing [2025-04-18T09:36:00.990Z] 567cd42be38e: Preparing [2025-04-18T09:36:00.990Z] 661edca30b25: Preparing [2025-04-18T09:36:00.990Z] 1c3ee8833996: Preparing [2025-04-18T09:36:00.990Z] eb50faff4676: Preparing [2025-04-18T09:36:00.990Z] 43c50e873371: Preparing [2025-04-18T09:36:00.990Z] dd9c8f8612c8: Preparing [2025-04-18T09:36:00.990Z] 1c3ee8833996: Waiting [2025-04-18T09:36:00.990Z] 43c50e873371: Waiting [2025-04-18T09:36:00.990Z] dd9c8f8612c8: Waiting [2025-04-18T09:36:00.990Z] eb50faff4676: Waiting [2025-04-18T09:36:00.990Z] 661edca30b25: Layer already exists [2025-04-18T09:36:00.990Z] 567cd42be38e: Layer already exists [2025-04-18T09:36:01.255Z] a28ef0d1539a: Pushed [2025-04-18T09:36:01.255Z] 14217d433080: Pushed [2025-04-18T09:36:01.255Z] 30b7b3765b36: Pushed [2025-04-18T09:36:01.255Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:36:01.255Z] eb50faff4676: Pushed [2025-04-18T09:36:01.835Z] 43c50e873371: Pushed [2025-04-18T09:36:28.472Z] 1c3ee8833996: Pushed [2025-04-18T09:36:28.472Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:78bc4308cef33f3a1d5e2b1e8ad2b5a440e2f3fd7ba1f4d626f36ab6e009eb74 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:36:28.815Z] + 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-04-18T09:36:29.162Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-04-18T09:36:29.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-04-18T09:36:29.162Z] 30b7b3765b36: Preparing [2025-04-18T09:36:29.162Z] a28ef0d1539a: Preparing [2025-04-18T09:36:29.162Z] 14217d433080: Preparing [2025-04-18T09:36:29.162Z] 567cd42be38e: Preparing [2025-04-18T09:36:29.162Z] 661edca30b25: Preparing [2025-04-18T09:36:29.162Z] 1c3ee8833996: Preparing [2025-04-18T09:36:29.162Z] eb50faff4676: Preparing [2025-04-18T09:36:29.162Z] 43c50e873371: Preparing [2025-04-18T09:36:29.162Z] dd9c8f8612c8: Preparing [2025-04-18T09:36:29.162Z] 1c3ee8833996: Waiting [2025-04-18T09:36:29.162Z] eb50faff4676: Waiting [2025-04-18T09:36:29.162Z] 43c50e873371: Waiting [2025-04-18T09:36:29.162Z] dd9c8f8612c8: Waiting [2025-04-18T09:36:29.162Z] 661edca30b25: Layer already exists [2025-04-18T09:36:29.162Z] 30b7b3765b36: Layer already exists [2025-04-18T09:36:29.162Z] 567cd42be38e: Layer already exists [2025-04-18T09:36:29.162Z] a28ef0d1539a: Layer already exists [2025-04-18T09:36:29.162Z] 14217d433080: Layer already exists [2025-04-18T09:36:29.162Z] 1c3ee8833996: Layer already exists [2025-04-18T09:36:29.162Z] eb50faff4676: Layer already exists [2025-04-18T09:36:29.162Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:36:29.162Z] 43c50e873371: Layer already exists [2025-04-18T09:36:29.427Z] latest: digest: sha256:78bc4308cef33f3a1d5e2b1e8ad2b5a440e2f3fd7ba1f4d626f36ab6e009eb74 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:36:29.780Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:36:30.127Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.3 [2025-04-18T09:36:30.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-04-18T09:36:30.127Z] 30b7b3765b36: Preparing [2025-04-18T09:36:30.127Z] a28ef0d1539a: Preparing [2025-04-18T09:36:30.127Z] 14217d433080: Preparing [2025-04-18T09:36:30.127Z] 567cd42be38e: Preparing [2025-04-18T09:36:30.127Z] 661edca30b25: Preparing [2025-04-18T09:36:30.127Z] 1c3ee8833996: Preparing [2025-04-18T09:36:30.127Z] eb50faff4676: Preparing [2025-04-18T09:36:30.127Z] 43c50e873371: Preparing [2025-04-18T09:36:30.127Z] dd9c8f8612c8: Preparing [2025-04-18T09:36:30.127Z] eb50faff4676: Waiting [2025-04-18T09:36:30.127Z] 43c50e873371: Waiting [2025-04-18T09:36:30.127Z] 1c3ee8833996: Waiting [2025-04-18T09:36:30.127Z] 661edca30b25: Layer already exists [2025-04-18T09:36:30.127Z] 30b7b3765b36: Layer already exists [2025-04-18T09:36:30.127Z] 567cd42be38e: Layer already exists [2025-04-18T09:36:30.127Z] 14217d433080: Layer already exists [2025-04-18T09:36:30.127Z] a28ef0d1539a: Layer already exists [2025-04-18T09:36:30.127Z] 1c3ee8833996: Layer already exists [2025-04-18T09:36:30.127Z] eb50faff4676: Layer already exists [2025-04-18T09:36:30.127Z] 43c50e873371: Layer already exists [2025-04-18T09:36:30.127Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:36:30.390Z] 4.1.0-dev.3: digest: sha256:78bc4308cef33f3a1d5e2b1e8ad2b5a440e2f3fd7ba1f4d626f36ab6e009eb74 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:36:30.738Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:36:31.072Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:36:31.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-04-18T09:36:31.072Z] 30b7b3765b36: Preparing [2025-04-18T09:36:31.072Z] a28ef0d1539a: Preparing [2025-04-18T09:36:31.072Z] 14217d433080: Preparing [2025-04-18T09:36:31.072Z] 567cd42be38e: Preparing [2025-04-18T09:36:31.072Z] 661edca30b25: Preparing [2025-04-18T09:36:31.072Z] 1c3ee8833996: Preparing [2025-04-18T09:36:31.072Z] eb50faff4676: Preparing [2025-04-18T09:36:31.072Z] 43c50e873371: Preparing [2025-04-18T09:36:31.072Z] dd9c8f8612c8: Preparing [2025-04-18T09:36:31.072Z] 1c3ee8833996: Waiting [2025-04-18T09:36:31.072Z] eb50faff4676: Waiting [2025-04-18T09:36:31.072Z] 43c50e873371: Waiting [2025-04-18T09:36:31.072Z] dd9c8f8612c8: Waiting [2025-04-18T09:36:31.072Z] 30b7b3765b36: Layer already exists [2025-04-18T09:36:31.072Z] a28ef0d1539a: Layer already exists [2025-04-18T09:36:31.072Z] 661edca30b25: Layer already exists [2025-04-18T09:36:31.072Z] 567cd42be38e: Layer already exists [2025-04-18T09:36:31.072Z] 14217d433080: Layer already exists [2025-04-18T09:36:31.072Z] 43c50e873371: Layer already exists [2025-04-18T09:36:31.072Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:36:31.072Z] eb50faff4676: Layer already exists [2025-04-18T09:36:31.072Z] 1c3ee8833996: Layer already exists [2025-04-18T09:36:31.334Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:78bc4308cef33f3a1d5e2b1e8ad2b5a440e2f3fd7ba1f4d626f36ab6e009eb74 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:36:31.678Z] + 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-04-18T09:36:32.017Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-04-18T09:36:32.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-04-18T09:36:32.018Z] 30b7b3765b36: Preparing [2025-04-18T09:36:32.018Z] a28ef0d1539a: Preparing [2025-04-18T09:36:32.018Z] 14217d433080: Preparing [2025-04-18T09:36:32.018Z] 567cd42be38e: Preparing [2025-04-18T09:36:32.018Z] 661edca30b25: Preparing [2025-04-18T09:36:32.018Z] 1c3ee8833996: Preparing [2025-04-18T09:36:32.018Z] eb50faff4676: Preparing [2025-04-18T09:36:32.018Z] 43c50e873371: Preparing [2025-04-18T09:36:32.018Z] dd9c8f8612c8: Preparing [2025-04-18T09:36:32.018Z] 1c3ee8833996: Waiting [2025-04-18T09:36:32.018Z] 43c50e873371: Waiting [2025-04-18T09:36:32.018Z] dd9c8f8612c8: Waiting [2025-04-18T09:36:32.018Z] eb50faff4676: Waiting [2025-04-18T09:36:32.018Z] a28ef0d1539a: Layer already exists [2025-04-18T09:36:32.018Z] 567cd42be38e: Layer already exists [2025-04-18T09:36:32.018Z] 661edca30b25: Layer already exists [2025-04-18T09:36:32.018Z] 14217d433080: Layer already exists [2025-04-18T09:36:32.018Z] 30b7b3765b36: Layer already exists [2025-04-18T09:36:32.018Z] 1c3ee8833996: Layer already exists [2025-04-18T09:36:32.018Z] eb50faff4676: Layer already exists [2025-04-18T09:36:32.018Z] 43c50e873371: Layer already exists [2025-04-18T09:36:32.018Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:36:32.018Z] main: digest: sha256:78bc4308cef33f3a1d5e2b1e8ad2b5a440e2f3fd7ba1f4d626f36ab6e009eb74 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:36:32.354Z] ===================================================== [Pipeline] echo [2025-04-18T09:36:32.366Z] taggedImages: [2025-04-18T09:36:32.366Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:36:32.366Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-04-18T09:36:32.366Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.3 [2025-04-18T09:36:32.366Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:36:32.366Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-04-18T09:36:32.392Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-04-18T09:36:32.392Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:36:32.392Z] latest [2025-04-18T09:36:32.392Z] 4.1.0-dev.3 [2025-04-18T09:36:32.392Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:36:32.392Z] main [2025-04-18T09:36:32.392Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:36:32.740Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:36:33.073Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:36:33.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-04-18T09:36:33.073Z] e31ac975383a: Preparing [2025-04-18T09:36:33.073Z] 9db2605ef235: Preparing [2025-04-18T09:36:33.073Z] f0d832bf42ca: Preparing [2025-04-18T09:36:33.073Z] 567cd42be38e: Preparing [2025-04-18T09:36:33.073Z] 661edca30b25: Preparing [2025-04-18T09:36:33.073Z] 052cd47b7979: Preparing [2025-04-18T09:36:33.073Z] b8ec42c20b13: Preparing [2025-04-18T09:36:33.073Z] 9b8427a3c449: Preparing [2025-04-18T09:36:33.073Z] dd9c8f8612c8: Preparing [2025-04-18T09:36:33.073Z] 052cd47b7979: Waiting [2025-04-18T09:36:33.073Z] b8ec42c20b13: Waiting [2025-04-18T09:36:33.073Z] 9b8427a3c449: Waiting [2025-04-18T09:36:33.073Z] dd9c8f8612c8: Waiting [2025-04-18T09:36:33.073Z] 567cd42be38e: Layer already exists [2025-04-18T09:36:33.073Z] 661edca30b25: Layer already exists [2025-04-18T09:36:33.335Z] b8ec42c20b13: Layer already exists [2025-04-18T09:36:33.335Z] 9b8427a3c449: Layer already exists [2025-04-18T09:36:33.335Z] f0d832bf42ca: Pushed [2025-04-18T09:36:33.335Z] 9db2605ef235: Pushed [2025-04-18T09:36:33.335Z] e31ac975383a: Pushed [2025-04-18T09:36:33.335Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:36:59.949Z] 052cd47b7979: Pushed [2025-04-18T09:36:59.949Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:4919ce9cc4a29425ce602a9aea9ef3ff1d62ab5b3f288aafb7d7e39ef609f882 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:00.293Z] + 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-04-18T09:37:00.622Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-04-18T09:37:00.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-04-18T09:37:00.622Z] e31ac975383a: Preparing [2025-04-18T09:37:00.622Z] 9db2605ef235: Preparing [2025-04-18T09:37:00.622Z] f0d832bf42ca: Preparing [2025-04-18T09:37:00.622Z] 567cd42be38e: Preparing [2025-04-18T09:37:00.622Z] 661edca30b25: Preparing [2025-04-18T09:37:00.622Z] 052cd47b7979: Preparing [2025-04-18T09:37:00.622Z] b8ec42c20b13: Preparing [2025-04-18T09:37:00.622Z] 9b8427a3c449: Preparing [2025-04-18T09:37:00.622Z] dd9c8f8612c8: Preparing [2025-04-18T09:37:00.622Z] b8ec42c20b13: Waiting [2025-04-18T09:37:00.622Z] 9b8427a3c449: Waiting [2025-04-18T09:37:00.622Z] dd9c8f8612c8: Waiting [2025-04-18T09:37:00.622Z] 052cd47b7979: Waiting [2025-04-18T09:37:00.622Z] 661edca30b25: Layer already exists [2025-04-18T09:37:00.622Z] 9db2605ef235: Layer already exists [2025-04-18T09:37:00.622Z] 567cd42be38e: Layer already exists [2025-04-18T09:37:00.622Z] f0d832bf42ca: Layer already exists [2025-04-18T09:37:00.622Z] e31ac975383a: Layer already exists [2025-04-18T09:37:00.622Z] b8ec42c20b13: Layer already exists [2025-04-18T09:37:00.622Z] 052cd47b7979: Layer already exists [2025-04-18T09:37:00.622Z] 9b8427a3c449: Layer already exists [2025-04-18T09:37:00.622Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:37:00.622Z] latest: digest: sha256:4919ce9cc4a29425ce602a9aea9ef3ff1d62ab5b3f288aafb7d7e39ef609f882 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:00.960Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:01.298Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.3 [2025-04-18T09:37:01.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-04-18T09:37:01.298Z] e31ac975383a: Preparing [2025-04-18T09:37:01.298Z] 9db2605ef235: Preparing [2025-04-18T09:37:01.298Z] f0d832bf42ca: Preparing [2025-04-18T09:37:01.298Z] 567cd42be38e: Preparing [2025-04-18T09:37:01.298Z] 661edca30b25: Preparing [2025-04-18T09:37:01.298Z] 052cd47b7979: Preparing [2025-04-18T09:37:01.298Z] b8ec42c20b13: Preparing [2025-04-18T09:37:01.298Z] 9b8427a3c449: Preparing [2025-04-18T09:37:01.298Z] dd9c8f8612c8: Preparing [2025-04-18T09:37:01.298Z] 052cd47b7979: Waiting [2025-04-18T09:37:01.298Z] b8ec42c20b13: Waiting [2025-04-18T09:37:01.298Z] 9b8427a3c449: Waiting [2025-04-18T09:37:01.298Z] dd9c8f8612c8: Waiting [2025-04-18T09:37:01.298Z] e31ac975383a: Layer already exists [2025-04-18T09:37:01.298Z] f0d832bf42ca: Layer already exists [2025-04-18T09:37:01.298Z] 567cd42be38e: Layer already exists [2025-04-18T09:37:01.298Z] 9db2605ef235: Layer already exists [2025-04-18T09:37:01.298Z] 661edca30b25: Layer already exists [2025-04-18T09:37:01.298Z] 9b8427a3c449: Layer already exists [2025-04-18T09:37:01.298Z] 052cd47b7979: Layer already exists [2025-04-18T09:37:01.298Z] b8ec42c20b13: Layer already exists [2025-04-18T09:37:01.298Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:37:01.298Z] 4.1.0-dev.3: digest: sha256:4919ce9cc4a29425ce602a9aea9ef3ff1d62ab5b3f288aafb7d7e39ef609f882 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:01.632Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:01.978Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:37:01.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-04-18T09:37:01.978Z] e31ac975383a: Preparing [2025-04-18T09:37:01.978Z] 9db2605ef235: Preparing [2025-04-18T09:37:01.978Z] f0d832bf42ca: Preparing [2025-04-18T09:37:01.978Z] 567cd42be38e: Preparing [2025-04-18T09:37:01.978Z] 661edca30b25: Preparing [2025-04-18T09:37:01.978Z] 052cd47b7979: Preparing [2025-04-18T09:37:01.978Z] b8ec42c20b13: Preparing [2025-04-18T09:37:01.978Z] 9b8427a3c449: Preparing [2025-04-18T09:37:01.978Z] dd9c8f8612c8: Preparing [2025-04-18T09:37:01.978Z] b8ec42c20b13: Waiting [2025-04-18T09:37:01.978Z] 9b8427a3c449: Waiting [2025-04-18T09:37:01.978Z] dd9c8f8612c8: Waiting [2025-04-18T09:37:01.978Z] 052cd47b7979: Waiting [2025-04-18T09:37:01.978Z] f0d832bf42ca: Layer already exists [2025-04-18T09:37:01.978Z] 661edca30b25: Layer already exists [2025-04-18T09:37:01.978Z] 9db2605ef235: Layer already exists [2025-04-18T09:37:01.978Z] e31ac975383a: Layer already exists [2025-04-18T09:37:01.978Z] 567cd42be38e: Layer already exists [2025-04-18T09:37:01.978Z] 052cd47b7979: Layer already exists [2025-04-18T09:37:01.978Z] b8ec42c20b13: Layer already exists [2025-04-18T09:37:01.978Z] 9b8427a3c449: Layer already exists [2025-04-18T09:37:01.978Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:37:01.978Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:4919ce9cc4a29425ce602a9aea9ef3ff1d62ab5b3f288aafb7d7e39ef609f882 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:02.315Z] + 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-04-18T09:37:02.654Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-04-18T09:37:02.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-04-18T09:37:02.654Z] e31ac975383a: Preparing [2025-04-18T09:37:02.654Z] 9db2605ef235: Preparing [2025-04-18T09:37:02.654Z] f0d832bf42ca: Preparing [2025-04-18T09:37:02.654Z] 567cd42be38e: Preparing [2025-04-18T09:37:02.654Z] 661edca30b25: Preparing [2025-04-18T09:37:02.654Z] 052cd47b7979: Preparing [2025-04-18T09:37:02.654Z] b8ec42c20b13: Preparing [2025-04-18T09:37:02.654Z] 9b8427a3c449: Preparing [2025-04-18T09:37:02.654Z] dd9c8f8612c8: Preparing [2025-04-18T09:37:02.654Z] 052cd47b7979: Waiting [2025-04-18T09:37:02.654Z] b8ec42c20b13: Waiting [2025-04-18T09:37:02.654Z] 9b8427a3c449: Waiting [2025-04-18T09:37:02.654Z] dd9c8f8612c8: Waiting [2025-04-18T09:37:02.654Z] f0d832bf42ca: Layer already exists [2025-04-18T09:37:02.654Z] 661edca30b25: Layer already exists [2025-04-18T09:37:02.654Z] 9db2605ef235: Layer already exists [2025-04-18T09:37:02.654Z] 567cd42be38e: Layer already exists [2025-04-18T09:37:02.654Z] e31ac975383a: Layer already exists [2025-04-18T09:37:02.654Z] 052cd47b7979: Layer already exists [2025-04-18T09:37:02.654Z] b8ec42c20b13: Layer already exists [2025-04-18T09:37:02.654Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:37:02.654Z] 9b8427a3c449: Layer already exists [2025-04-18T09:37:02.919Z] main: digest: sha256:4919ce9cc4a29425ce602a9aea9ef3ff1d62ab5b3f288aafb7d7e39ef609f882 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:37:02.988Z] ===================================================== [Pipeline] echo [2025-04-18T09:37:03.001Z] taggedImages: [2025-04-18T09:37:03.001Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:37:03.001Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-04-18T09:37:03.001Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.3 [2025-04-18T09:37:03.001Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:37:03.001Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-04-18T09:37:03.030Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-04-18T09:37:03.030Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:37:03.030Z] latest [2025-04-18T09:37:03.030Z] 4.1.0-dev.3 [2025-04-18T09:37:03.030Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:37:03.030Z] main [2025-04-18T09:37:03.030Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:03.406Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:03.761Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:37:03.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-04-18T09:37:03.761Z] a33b797d69cd: Preparing [2025-04-18T09:37:03.761Z] 144a5cd3c466: Preparing [2025-04-18T09:37:03.761Z] 567cd42be38e: Preparing [2025-04-18T09:37:03.761Z] 661edca30b25: Preparing [2025-04-18T09:37:03.761Z] eefba3a680c2: Preparing [2025-04-18T09:37:03.761Z] 158ed666a196: Preparing [2025-04-18T09:37:03.761Z] dd9c8f8612c8: Preparing [2025-04-18T09:37:03.761Z] 158ed666a196: Waiting [2025-04-18T09:37:03.761Z] dd9c8f8612c8: Waiting [2025-04-18T09:37:03.761Z] 567cd42be38e: Layer already exists [2025-04-18T09:37:03.761Z] 661edca30b25: Layer already exists [2025-04-18T09:37:04.028Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:37:04.028Z] eefba3a680c2: Pushed [2025-04-18T09:37:04.028Z] a33b797d69cd: Pushed [2025-04-18T09:37:04.976Z] 158ed666a196: Pushed [2025-04-18T09:37:11.606Z] 144a5cd3c466: Pushed [2025-04-18T09:37:11.606Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:18f60f1784026fcfc9b1aadeebd027801c4b3feb91b8e8f045af3b41b10faf1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:11.976Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:12.330Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-04-18T09:37:12.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-04-18T09:37:12.330Z] a33b797d69cd: Preparing [2025-04-18T09:37:12.330Z] 144a5cd3c466: Preparing [2025-04-18T09:37:12.330Z] 567cd42be38e: Preparing [2025-04-18T09:37:12.330Z] 661edca30b25: Preparing [2025-04-18T09:37:12.330Z] eefba3a680c2: Preparing [2025-04-18T09:37:12.330Z] 158ed666a196: Preparing [2025-04-18T09:37:12.330Z] dd9c8f8612c8: Preparing [2025-04-18T09:37:12.330Z] dd9c8f8612c8: Waiting [2025-04-18T09:37:12.330Z] 158ed666a196: Waiting [2025-04-18T09:37:12.330Z] 661edca30b25: Layer already exists [2025-04-18T09:37:12.330Z] eefba3a680c2: Layer already exists [2025-04-18T09:37:12.330Z] 567cd42be38e: Layer already exists [2025-04-18T09:37:12.330Z] a33b797d69cd: Layer already exists [2025-04-18T09:37:12.330Z] 144a5cd3c466: Layer already exists [2025-04-18T09:37:12.330Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:37:12.330Z] 158ed666a196: Layer already exists [2025-04-18T09:37:12.597Z] latest: digest: sha256:18f60f1784026fcfc9b1aadeebd027801c4b3feb91b8e8f045af3b41b10faf1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:12.970Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:13.323Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.3 [2025-04-18T09:37:13.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-04-18T09:37:13.323Z] a33b797d69cd: Preparing [2025-04-18T09:37:13.323Z] 144a5cd3c466: Preparing [2025-04-18T09:37:13.323Z] 567cd42be38e: Preparing [2025-04-18T09:37:13.323Z] 661edca30b25: Preparing [2025-04-18T09:37:13.323Z] eefba3a680c2: Preparing [2025-04-18T09:37:13.323Z] 158ed666a196: Preparing [2025-04-18T09:37:13.323Z] dd9c8f8612c8: Preparing [2025-04-18T09:37:13.323Z] 158ed666a196: Waiting [2025-04-18T09:37:13.323Z] 661edca30b25: Layer already exists [2025-04-18T09:37:13.323Z] 567cd42be38e: Layer already exists [2025-04-18T09:37:13.323Z] 144a5cd3c466: Layer already exists [2025-04-18T09:37:13.323Z] eefba3a680c2: Layer already exists [2025-04-18T09:37:13.323Z] a33b797d69cd: Layer already exists [2025-04-18T09:37:13.323Z] 158ed666a196: Layer already exists [2025-04-18T09:37:13.323Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:37:13.323Z] 4.1.0-dev.3: digest: sha256:18f60f1784026fcfc9b1aadeebd027801c4b3feb91b8e8f045af3b41b10faf1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:13.917Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:14.248Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:37:14.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-04-18T09:37:14.248Z] a33b797d69cd: Preparing [2025-04-18T09:37:14.248Z] 144a5cd3c466: Preparing [2025-04-18T09:37:14.248Z] 567cd42be38e: Preparing [2025-04-18T09:37:14.248Z] 661edca30b25: Preparing [2025-04-18T09:37:14.248Z] eefba3a680c2: Preparing [2025-04-18T09:37:14.248Z] 158ed666a196: Preparing [2025-04-18T09:37:14.248Z] dd9c8f8612c8: Preparing [2025-04-18T09:37:14.248Z] 158ed666a196: Waiting [2025-04-18T09:37:14.248Z] dd9c8f8612c8: Waiting [2025-04-18T09:37:14.248Z] 144a5cd3c466: Layer already exists [2025-04-18T09:37:14.248Z] 567cd42be38e: Layer already exists [2025-04-18T09:37:14.248Z] 661edca30b25: Layer already exists [2025-04-18T09:37:14.248Z] eefba3a680c2: Layer already exists [2025-04-18T09:37:14.248Z] a33b797d69cd: Layer already exists [2025-04-18T09:37:14.248Z] 158ed666a196: Layer already exists [2025-04-18T09:37:14.248Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:37:14.248Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:18f60f1784026fcfc9b1aadeebd027801c4b3feb91b8e8f045af3b41b10faf1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:14.848Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:15.185Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-04-18T09:37:15.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-04-18T09:37:15.185Z] a33b797d69cd: Preparing [2025-04-18T09:37:15.185Z] 144a5cd3c466: Preparing [2025-04-18T09:37:15.185Z] 567cd42be38e: Preparing [2025-04-18T09:37:15.185Z] 661edca30b25: Preparing [2025-04-18T09:37:15.185Z] eefba3a680c2: Preparing [2025-04-18T09:37:15.185Z] 158ed666a196: Preparing [2025-04-18T09:37:15.185Z] dd9c8f8612c8: Preparing [2025-04-18T09:37:15.185Z] 158ed666a196: Waiting [2025-04-18T09:37:15.185Z] dd9c8f8612c8: Waiting [2025-04-18T09:37:15.185Z] eefba3a680c2: Layer already exists [2025-04-18T09:37:15.185Z] 567cd42be38e: Layer already exists [2025-04-18T09:37:15.185Z] 661edca30b25: Layer already exists [2025-04-18T09:37:15.185Z] 144a5cd3c466: Layer already exists [2025-04-18T09:37:15.185Z] a33b797d69cd: Layer already exists [2025-04-18T09:37:15.185Z] 158ed666a196: Layer already exists [2025-04-18T09:37:15.185Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:37:15.448Z] main: digest: sha256:18f60f1784026fcfc9b1aadeebd027801c4b3feb91b8e8f045af3b41b10faf1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:37:15.534Z] ===================================================== [Pipeline] echo [2025-04-18T09:37:15.545Z] taggedImages: [2025-04-18T09:37:15.545Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:37:15.545Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-04-18T09:37:15.545Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.3 [2025-04-18T09:37:15.545Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:37:15.545Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-04-18T09:37:15.575Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-04-18T09:37:15.575Z] 010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:37:15.575Z] latest [2025-04-18T09:37:15.575Z] 4.1.0-dev.3 [2025-04-18T09:37:15.575Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:37:15.575Z] main [2025-04-18T09:37:15.575Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:15.933Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:16.274Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:37:16.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-04-18T09:37:16.275Z] d3bdf4524079: Preparing [2025-04-18T09:37:16.275Z] b02a4ee8a12c: Preparing [2025-04-18T09:37:16.275Z] 567cd42be38e: Preparing [2025-04-18T09:37:16.275Z] 661edca30b25: Preparing [2025-04-18T09:37:16.275Z] 3717647dc1d9: Preparing [2025-04-18T09:37:16.275Z] f1d4190e8546: Preparing [2025-04-18T09:37:16.275Z] dd9c8f8612c8: Preparing [2025-04-18T09:37:16.275Z] f1d4190e8546: Waiting [2025-04-18T09:37:16.275Z] dd9c8f8612c8: Waiting [2025-04-18T09:37:16.275Z] 567cd42be38e: Layer already exists [2025-04-18T09:37:16.275Z] 661edca30b25: Layer already exists [2025-04-18T09:37:16.536Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:37:16.536Z] 3717647dc1d9: Pushed [2025-04-18T09:37:16.536Z] d3bdf4524079: Pushed [2025-04-18T09:37:17.114Z] f1d4190e8546: Pushed [2025-04-18T09:37:25.279Z] b02a4ee8a12c: Pushed [2025-04-18T09:37:25.279Z] 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:628d736767c22a12226732c2a4abaa790326a0f1d1e953b041fb42802e4716d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:25.636Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:25.973Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-04-18T09:37:25.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-04-18T09:37:25.973Z] d3bdf4524079: Preparing [2025-04-18T09:37:25.973Z] b02a4ee8a12c: Preparing [2025-04-18T09:37:25.973Z] 567cd42be38e: Preparing [2025-04-18T09:37:25.973Z] 661edca30b25: Preparing [2025-04-18T09:37:25.973Z] 3717647dc1d9: Preparing [2025-04-18T09:37:25.973Z] f1d4190e8546: Preparing [2025-04-18T09:37:25.973Z] dd9c8f8612c8: Preparing [2025-04-18T09:37:25.973Z] f1d4190e8546: Waiting [2025-04-18T09:37:25.973Z] dd9c8f8612c8: Waiting [2025-04-18T09:37:25.973Z] 661edca30b25: Layer already exists [2025-04-18T09:37:25.973Z] 567cd42be38e: Layer already exists [2025-04-18T09:37:25.973Z] d3bdf4524079: Layer already exists [2025-04-18T09:37:25.973Z] b02a4ee8a12c: Layer already exists [2025-04-18T09:37:25.973Z] 3717647dc1d9: Layer already exists [2025-04-18T09:37:25.973Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:37:25.973Z] f1d4190e8546: Layer already exists [2025-04-18T09:37:26.235Z] latest: digest: sha256:628d736767c22a12226732c2a4abaa790326a0f1d1e953b041fb42802e4716d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:26.582Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:26.926Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.3 [2025-04-18T09:37:26.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-04-18T09:37:26.926Z] d3bdf4524079: Preparing [2025-04-18T09:37:26.926Z] b02a4ee8a12c: Preparing [2025-04-18T09:37:26.926Z] 567cd42be38e: Preparing [2025-04-18T09:37:26.926Z] 661edca30b25: Preparing [2025-04-18T09:37:26.926Z] 3717647dc1d9: Preparing [2025-04-18T09:37:26.926Z] f1d4190e8546: Preparing [2025-04-18T09:37:26.926Z] dd9c8f8612c8: Preparing [2025-04-18T09:37:26.926Z] f1d4190e8546: Waiting [2025-04-18T09:37:26.926Z] dd9c8f8612c8: Waiting [2025-04-18T09:37:26.926Z] b02a4ee8a12c: Layer already exists [2025-04-18T09:37:26.926Z] 567cd42be38e: Layer already exists [2025-04-18T09:37:26.926Z] d3bdf4524079: Layer already exists [2025-04-18T09:37:26.926Z] 3717647dc1d9: Layer already exists [2025-04-18T09:37:26.926Z] 661edca30b25: Layer already exists [2025-04-18T09:37:26.926Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:37:26.926Z] f1d4190e8546: Layer already exists [2025-04-18T09:37:27.191Z] 4.1.0-dev.3: digest: sha256:628d736767c22a12226732c2a4abaa790326a0f1d1e953b041fb42802e4716d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:27.535Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:27.976Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:37:27.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-04-18T09:37:27.976Z] d3bdf4524079: Preparing [2025-04-18T09:37:27.976Z] b02a4ee8a12c: Preparing [2025-04-18T09:37:27.976Z] 567cd42be38e: Preparing [2025-04-18T09:37:27.976Z] 661edca30b25: Preparing [2025-04-18T09:37:27.976Z] 3717647dc1d9: Preparing [2025-04-18T09:37:27.976Z] f1d4190e8546: Preparing [2025-04-18T09:37:27.976Z] dd9c8f8612c8: Preparing [2025-04-18T09:37:27.976Z] f1d4190e8546: Waiting [2025-04-18T09:37:27.976Z] dd9c8f8612c8: Waiting [2025-04-18T09:37:27.976Z] d3bdf4524079: Layer already exists [2025-04-18T09:37:27.976Z] 567cd42be38e: Layer already exists [2025-04-18T09:37:27.976Z] b02a4ee8a12c: Layer already exists [2025-04-18T09:37:27.976Z] 661edca30b25: Layer already exists [2025-04-18T09:37:27.976Z] 3717647dc1d9: Layer already exists [2025-04-18T09:37:27.976Z] f1d4190e8546: Layer already exists [2025-04-18T09:37:27.976Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:37:27.976Z] 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:628d736767c22a12226732c2a4abaa790326a0f1d1e953b041fb42802e4716d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:28.591Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:28.926Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-04-18T09:37:28.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-04-18T09:37:28.926Z] d3bdf4524079: Preparing [2025-04-18T09:37:28.926Z] b02a4ee8a12c: Preparing [2025-04-18T09:37:28.926Z] 567cd42be38e: Preparing [2025-04-18T09:37:28.926Z] 661edca30b25: Preparing [2025-04-18T09:37:28.926Z] 3717647dc1d9: Preparing [2025-04-18T09:37:28.926Z] f1d4190e8546: Preparing [2025-04-18T09:37:28.926Z] dd9c8f8612c8: Preparing [2025-04-18T09:37:28.926Z] f1d4190e8546: Waiting [2025-04-18T09:37:28.926Z] dd9c8f8612c8: Waiting [2025-04-18T09:37:28.926Z] 567cd42be38e: Layer already exists [2025-04-18T09:37:28.926Z] 3717647dc1d9: Layer already exists [2025-04-18T09:37:28.926Z] 661edca30b25: Layer already exists [2025-04-18T09:37:28.926Z] d3bdf4524079: Layer already exists [2025-04-18T09:37:28.926Z] b02a4ee8a12c: Layer already exists [2025-04-18T09:37:28.926Z] f1d4190e8546: Layer already exists [2025-04-18T09:37:28.926Z] dd9c8f8612c8: Layer already exists [2025-04-18T09:37:29.189Z] main: digest: sha256:628d736767c22a12226732c2a4abaa790326a0f1d1e953b041fb42802e4716d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-18T09:37:29.269Z] ===================================================== [Pipeline] echo [2025-04-18T09:37:29.281Z] taggedImages: [2025-04-18T09:37:29.281Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [2025-04-18T09:37:29.281Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-04-18T09:37:29.281Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.3 [2025-04-18T09:37:29.281Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [2025-04-18T09:37:29.281Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-04-18T09:37:29.292Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo [2025-04-18T09:37:29.301Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-04-18T09:37:29.314Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.322Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.335Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-04-18T09:37:29.348Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo [2025-04-18T09:37:29.359Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-04-18T09:37:29.374Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.385Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.394Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-04-18T09:37:29.405Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo [2025-04-18T09:37:29.416Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-04-18T09:37:29.426Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.441Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.449Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-04-18T09:37:29.464Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo [2025-04-18T09:37:29.479Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-04-18T09:37:29.492Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.506Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.522Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-04-18T09:37:29.534Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo [2025-04-18T09:37:29.544Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-04-18T09:37:29.555Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.566Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.578Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-04-18T09:37:29.593Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo [2025-04-18T09:37:29.605Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-04-18T09:37:29.620Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.632Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.642Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-04-18T09:37:29.653Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo [2025-04-18T09:37:29.662Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-04-18T09:37:29.672Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.683Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.692Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-04-18T09:37:29.703Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo [2025-04-18T09:37:29.717Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-04-18T09:37:29.726Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.741Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.752Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-04-18T09:37:29.761Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo [2025-04-18T09:37:29.776Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-04-18T09:37:29.790Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.806Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.817Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-04-18T09:37:29.835Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo [2025-04-18T09:37:29.847Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-04-18T09:37:29.862Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.873Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.883Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-04-18T09:37:29.894Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo [2025-04-18T09:37:29.903Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-04-18T09:37:29.912Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.923Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.936Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-04-18T09:37:29.949Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo [2025-04-18T09:37:29.962Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-04-18T09:37:29.974Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.984Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:29.995Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-04-18T09:37:30.009Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo [2025-04-18T09:37:30.019Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-04-18T09:37:30.030Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:30.041Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:30.055Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-04-18T09:37:30.064Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo [2025-04-18T09:37:30.079Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-04-18T09:37:30.091Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:30.107Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:30.117Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-04-18T09:37:30.130Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo [2025-04-18T09:37:30.145Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-04-18T09:37:30.158Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:30.169Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:37:30.179Z] 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-04-18T09:37:30.572Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-04-18T09:37:30.572Z] [2025-04-18T09:37:30.572Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:37:30.891Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-04-18T09:37:30.891Z] arm64: Pulling from edgex-lftools-log-publisher [2025-04-18T09:37:30.891Z] 8998bd30e6a1: Pulling fs layer [2025-04-18T09:37:30.891Z] 04944245beec: Pulling fs layer [2025-04-18T09:37:30.891Z] 699f458cf7ca: Pulling fs layer [2025-04-18T09:37:30.891Z] 765212b225bb: Pulling fs layer [2025-04-18T09:37:30.891Z] f23df028b6ca: Pulling fs layer [2025-04-18T09:37:30.891Z] d65c8cfc05b1: Pulling fs layer [2025-04-18T09:37:30.891Z] 2437ff75d9bd: Pulling fs layer [2025-04-18T09:37:30.891Z] 765212b225bb: Waiting [2025-04-18T09:37:30.891Z] f23df028b6ca: Waiting [2025-04-18T09:37:30.891Z] d65c8cfc05b1: Waiting [2025-04-18T09:37:30.891Z] 2437ff75d9bd: Waiting [2025-04-18T09:37:31.155Z] 04944245beec: Verifying Checksum [2025-04-18T09:37:31.155Z] 04944245beec: Download complete [2025-04-18T09:37:31.155Z] 765212b225bb: Download complete [2025-04-18T09:37:31.155Z] f23df028b6ca: Download complete [2025-04-18T09:37:31.155Z] d65c8cfc05b1: Verifying Checksum [2025-04-18T09:37:31.155Z] d65c8cfc05b1: Download complete [2025-04-18T09:37:31.420Z] 699f458cf7ca: Verifying Checksum [2025-04-18T09:37:31.420Z] 699f458cf7ca: Download complete [2025-04-18T09:37:31.686Z] 8998bd30e6a1: Verifying Checksum [2025-04-18T09:37:31.686Z] 8998bd30e6a1: Download complete [2025-04-18T09:37:34.257Z] 2437ff75d9bd: Verifying Checksum [2025-04-18T09:37:34.257Z] 2437ff75d9bd: Download complete [2025-04-18T09:37:36.193Z] 8998bd30e6a1: Pull complete [2025-04-18T09:37:36.773Z] 04944245beec: Pull complete [2025-04-18T09:37:38.703Z] 699f458cf7ca: Pull complete [2025-04-18T09:37:38.703Z] 765212b225bb: Pull complete [2025-04-18T09:37:39.652Z] f23df028b6ca: Pull complete [2025-04-18T09:37:39.652Z] d65c8cfc05b1: Pull complete [2025-04-18T09:37:57.835Z] 2437ff75d9bd: Pull complete [2025-04-18T09:37:57.835Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-04-18T09:37:57.835Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-04-18T09:37:57.835Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T09:37:58.039Z] prd-ubuntu20.04-docker-arm64-4c-16g-86 does not seem to be running inside a container [2025-04-18T09:37:58.053Z] $ 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/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@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-04-18T09:38:01.074Z] $ docker top a04450b834ae273063fdea6fe853d53b33e91cbf3d1aa20d399aa80ece7d4b7d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-18T09:38:01.972Z] ---> job-cost.sh [2025-04-18T09:38:01.972Z] lf-activate-venv: SKIPPING [2025-04-18T09:38:01.972Z] INFO: No Stack... [2025-04-18T09:38:02.236Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-04-18T09:38:03.191Z] INFO: Archiving Costs [Pipeline] sh [2025-04-18T09:38:03.826Z] + cat /w/workspace/edgex-go/828/archives/cost.csv [2025-04-18T09:38:03.826Z] + cut -d, -f6 [Pipeline] lock [2025-04-18T09:38:03.875Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-828-stack-cost] [2025-04-18T09:38:03.884Z] Resource [jenkins-edgexfoundry-edgex-go-main-828-stack-cost] did not exist. Created. [2025-04-18T09:38:03.892Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-828-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-04-18T09:38:04.211Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-04-18T09:38:04.809Z] Stashed 1 file(s) [Pipeline] } [2025-04-18T09:38:04.819Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-828-stack-cost] [Pipeline] // lock [Pipeline] } [2025-04-18T09:38:04.801Z] $ docker stop --time=1 a04450b834ae273063fdea6fe853d53b33e91cbf3d1aa20d399aa80ece7d4b7d [2025-04-18T09:38:06.247Z] $ docker rm -f --volumes a04450b834ae273063fdea6fe853d53b33e91cbf3d1aa20d399aa80ece7d4b7d [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-04-18T09:38:06.820Z] provisioning config files... [2025-04-18T09:38:06.842Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/828@tmp/config6017669872376694436tmp [Pipeline] { [Pipeline] sh [2025-04-18T09:38:07.164Z] + set +x [2025-04-18T09:38:07.164Z] + curl -s https://codecov.io/bash [2025-04-18T09:38:07.164Z] + bash -s -- [2025-04-18T09:38:07.164Z] [2025-04-18T09:38:07.164Z] _____ _ [2025-04-18T09:38:07.164Z] / ____| | | [2025-04-18T09:38:07.164Z] | | ___ __| | ___ ___ _____ __ [2025-04-18T09:38:07.164Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-04-18T09:38:07.164Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-04-18T09:38:07.164Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-04-18T09:38:07.164Z] Bash-1.0.6 [2025-04-18T09:38:07.164Z] [2025-04-18T09:38:07.164Z] [2025-04-18T09:38:07.164Z] ==> git version 2.25.1 found [2025-04-18T09:38:07.165Z] ==> 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-04-18T09:38:07.165Z] Release-Date: 2020-01-08 [2025-04-18T09:38:07.165Z] 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-04-18T09:38:07.165Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-04-18T09:38:07.165Z] ==> Jenkins CI detected. [2025-04-18T09:38:07.165Z] current dir:  /w/workspace/edgex-go/828 [2025-04-18T09:38:07.165Z] project root: . [2025-04-18T09:38:07.165Z] --> token set from env [2025-04-18T09:38:07.165Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-04-18T09:38:07.424Z] ==> Running gcov in . (disable via -X gcov) [2025-04-18T09:38:07.424Z] ==> Python coveragepy not found [2025-04-18T09:38:07.424Z] ==> Searching for coverage reports in: [2025-04-18T09:38:07.424Z] + . [2025-04-18T09:38:07.424Z] -> Found 1 reports [2025-04-18T09:38:07.424Z] ==> Detecting git/mercurial file structure [2025-04-18T09:38:07.424Z] ==> Reading reports [2025-04-18T09:38:07.424Z] + ./coverage.out bytes=1660924 [2025-04-18T09:38:07.424Z] ==> Appending adjustments [2025-04-18T09:38:07.424Z] https://docs.codecov.io/docs/fixing-reports [2025-04-18T09:38:08.801Z] + Found adjustments [2025-04-18T09:38:08.801Z] ==> Gzipping contents [2025-04-18T09:38:08.801Z] 140K /tmp/codecov.2lplQR.gz [2025-04-18T09:38:08.801Z] ==> Uploading reports [2025-04-18T09:38:08.801Z] url: https://codecov.io [2025-04-18T09:38:08.801Z] query: branch=main&commit=010c1fef02ead4f4725b1558caf9c08a877a420a&build=828&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F828%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-04-18T09:38:08.801Z] -> Pinging Codecov [2025-04-18T09:38:08.801Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=010c1fef02ead4f4725b1558caf9c08a877a420a&build=828&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F828%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-04-18T09:38:09.059Z] -> Uploading to [2025-04-18T09:38:09.059Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/010c1fef02ead4f4725b1558caf9c08a877a420a/169cd7b2-0d84-4f37-81a7-5bfeec717cdd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250418%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250418T093808Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=3384049feb286b7e2f6eb93694b2c10831dc2ae70a75499416797f5b6d05d82b [2025-04-18T09:38:09.059Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-04-18T09:38:09.059Z] Dload Upload Total Spent Left Speed [2025-04-18T09:38:09.318Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 648k --:--:-- --:--:-- --:--:-- 648k [2025-04-18T09:38:09.318Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [2025-04-18T09:38:09.326Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-04-18T09:38:09.556Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-04-18T09:38:09.572Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:38:09.866Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-04-18T09:38:09.866Z] [2025-04-18T09:38:09.866Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:38:10.166Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-04-18T09:38:10.166Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-04-18T09:38:10.166Z] 43c4264eed91: Pulling fs layer [2025-04-18T09:38:10.166Z] 4cc291be95ef: Pulling fs layer [2025-04-18T09:38:10.166Z] 2ac1f1163629: Pulling fs layer [2025-04-18T09:38:10.166Z] 5c3c966382ef: Pulling fs layer [2025-04-18T09:38:10.166Z] 4f4fb700ef54: Pulling fs layer [2025-04-18T09:38:10.166Z] d9c7d2e4e75e: Pulling fs layer [2025-04-18T09:38:10.166Z] 9c3e1370e548: Pulling fs layer [2025-04-18T09:38:10.166Z] 4f4fb700ef54: Waiting [2025-04-18T09:38:10.166Z] d9c7d2e4e75e: Waiting [2025-04-18T09:38:10.166Z] 9c3e1370e548: Waiting [2025-04-18T09:38:10.166Z] 4cc291be95ef: Verifying Checksum [2025-04-18T09:38:10.166Z] 4cc291be95ef: Download complete [2025-04-18T09:38:10.166Z] 5c3c966382ef: Verifying Checksum [2025-04-18T09:38:10.166Z] 5c3c966382ef: Download complete [2025-04-18T09:38:10.166Z] 4f4fb700ef54: Verifying Checksum [2025-04-18T09:38:10.166Z] 4f4fb700ef54: Download complete [2025-04-18T09:38:10.166Z] 43c4264eed91: Download complete [2025-04-18T09:38:10.426Z] d9c7d2e4e75e: Verifying Checksum [2025-04-18T09:38:10.426Z] d9c7d2e4e75e: Download complete [2025-04-18T09:38:10.426Z] 43c4264eed91: Pull complete [2025-04-18T09:38:10.686Z] 4cc291be95ef: Pull complete [2025-04-18T09:38:10.686Z] 2ac1f1163629: Verifying Checksum [2025-04-18T09:38:10.686Z] 2ac1f1163629: Download complete [2025-04-18T09:38:11.251Z] 9c3e1370e548: Verifying Checksum [2025-04-18T09:38:11.251Z] 9c3e1370e548: Download complete [2025-04-18T09:38:14.529Z] 2ac1f1163629: Pull complete [2025-04-18T09:38:14.529Z] 5c3c966382ef: Pull complete [2025-04-18T09:38:14.529Z] 4f4fb700ef54: Pull complete [2025-04-18T09:38:14.529Z] d9c7d2e4e75e: Pull complete [2025-04-18T09:38:17.809Z] 9c3e1370e548: Pull complete [2025-04-18T09:38:17.809Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-04-18T09:38:17.809Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-04-18T09:38:17.809Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T09:38:17.897Z] prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container [2025-04-18T09:38:17.931Z] $ 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/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-04-18T09:38:20.918Z] $ docker top 5b4f6079ebdb2117f9f896df855bf307a0005bc0878922994d502c7b4017540f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-18T09:38:21.260Z] + git config --global --add safe.directory /w/workspace/edgex-go/828 [Pipeline] echo [2025-04-18T09:38:21.271Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-04-18T09:38:21.551Z] + set -o pipefail [2025-04-18T09:38:21.551Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-04-18T09:38:29.676Z] [2025-04-18T09:38:29.676Z] Monitoring /w/workspace/edgex-go/828 (github.com/edgexfoundry/edgex-go)... [2025-04-18T09:38:29.676Z] [2025-04-18T09:38:29.676Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/984d4809-ca64-4a80-81bb-3b0099909faf [2025-04-18T09:38:29.676Z] [2025-04-18T09:38:29.676Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-04-18T09:38:29.676Z] [2025-04-18T09:38:29.936Z] [2025-04-18T09:38:29.936Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-04-18T09:38:29.936Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-04-18T09:38:30.881Z] $ docker stop --time=1 5b4f6079ebdb2117f9f896df855bf307a0005bc0878922994d502c7b4017540f [2025-04-18T09:38:33.627Z] $ docker rm -f --volumes 5b4f6079ebdb2117f9f896df855bf307a0005bc0878922994d502c7b4017540f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-04-18T09:38:34.116Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-18T09:38:34.214Z] provisioning config files... [2025-04-18T09:38:34.219Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/828@tmp/config12959728591416241272tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-18T09:38:34.518Z] --> edgex-publish-swagger.sh [2025-04-18T09:38:34.518Z] === Publish openapi API === [2025-04-18T09:38:34.518Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-04-18T09:38:34.518Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/828/openapi/core-command.yaml] [2025-04-18T09:38:34.518Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-04-18T09:38:34.518Z] Dload Upload Total Spent Left Speed [2025-04-18T09:38:35.089Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 64404 --:--:-- --:--:-- --:--:-- 64278 100 32782 0 0 100 32782 0 64278 --:--:-- --:--:-- --:--:-- 64152 [2025-04-18T09:38:35.089Z] [2025-04-18T09:38:35.089Z] [2025-04-18T09:38:35.089Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/828/openapi/core-data.yaml] [2025-04-18T09:38:35.089Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-04-18T09:38:35.089Z] Dload Upload Total Spent Left Speed [2025-04-18T09:38:35.348Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71200 0 0 100 71200 0 183k --:--:-- --:--:-- --:--:-- 183k [2025-04-18T09:38:35.348Z] [2025-04-18T09:38:35.348Z] [2025-04-18T09:38:35.348Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/828/openapi/core-keeper.yaml] [2025-04-18T09:38:35.348Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-04-18T09:38:35.348Z] Dload Upload Total Spent Left Speed [2025-04-18T09:38:35.607Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32901 100 66 100 32835 375 182k --:--:-- --:--:-- --:--:-- 182k [2025-04-18T09:38:35.607Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-04-18T09:38:35.607Z] [2025-04-18T09:38:35.607Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/828/openapi/core-metadata.yaml] [2025-04-18T09:38:35.607Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-04-18T09:38:35.607Z] Dload Upload Total Spent Left Speed [2025-04-18T09:38:35.867Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 0 0 100 156k 0 769k --:--:-- --:--:-- --:--:-- 769k 100 156k 100 156 100 156k 460 460k --:--:-- --:--:-- --:--:-- 459k [2025-04-18T09:38:35.867Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2025-04-18T09:38:35.867Z] [2025-04-18T09:38:35.867Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/828/openapi/security-proxy-auth.yaml] [2025-04-18T09:38:35.867Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-04-18T09:38:35.867Z] Dload Upload Total Spent Left Speed [2025-04-18T09:38:36.127Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 238 88335 --:--:-- --:--:-- --:--:-- 88574 [2025-04-18T09:38:36.127Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-04-18T09:38:36.127Z] [2025-04-18T09:38:36.127Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/828/openapi/security-secretstore-setup.yaml] [2025-04-18T09:38:36.127Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-04-18T09:38:36.127Z] Dload Upload Total Spent Left Speed [2025-04-18T09:38:36.388Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 564 33444 --:--:-- --:--:-- --:--:-- 34008 [2025-04-18T09:38:36.388Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-04-18T09:38:36.388Z] [2025-04-18T09:38:36.388Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/828/openapi/support-notifications.yaml] [2025-04-18T09:38:36.388Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-04-18T09:38:36.388Z] Dload Upload Total Spent Left Speed [2025-04-18T09:38:36.647Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 156 100 99976 539 337k --:--:-- --:--:-- --:--:-- 338k [2025-04-18T09:38:36.647Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2025-04-18T09:38:36.647Z] [2025-04-18T09:38:36.647Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/828/openapi/support-scheduler.yaml] [2025-04-18T09:38:36.647Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-04-18T09:38:36.647Z] Dload Upload Total Spent Left Speed [2025-04-18T09:38:36.907Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50857 100 156 100 50701 498 158k --:--:-- --:--:-- --:--:-- 158k [2025-04-18T09:38:36.907Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2025-04-18T09:38:36.907Z] [Pipeline] } [2025-04-18T09:38:36.915Z] 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-04-18T09:38:37.322Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-18T09:38:37.323Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:38:37.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-18T09:38:37.636Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T09:38:37.719Z] prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container [2025-04-18T09:38:37.754Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-04-18T09:38:38.151Z] $ docker top 8b34b82ee6b6d74b435536e18698a1efa651c28ea465a55d9b00a3586ee30e6c -eo pid,comm [2025-04-18T09:38:38.196Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-04-18T09:38:38.196Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-18T09:38:38.246Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-18T09:38:38.246Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-18T09:38:38.357Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-18T09:38:38.363Z] $ docker exec 8b34b82ee6b6d74b435536e18698a1efa651c28ea465a55d9b00a3586ee30e6c ssh-agent [2025-04-18T09:38:38.459Z] SSH_AUTH_SOCK=/tmp/ssh-H0TgbDy1hT8e/agent.32 [2025-04-18T09:38:38.459Z] SSH_AGENT_PID=38 [2025-04-18T09:38:38.463Z] Running ssh-add (command line suppressed) [2025-04-18T09:38:38.564Z] Identity added: /w/workspace/edgex-go/828@tmp/private_key_10010640937957136559.key (/w/workspace/edgex-go/828@tmp/private_key_10010640937957136559.key) [2025-04-18T09:38:38.574Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-18T09:38:38.865Z] + git semver tag [2025-04-18T09:38:39.124Z] 2025-04-18 09:38:39,042 [run_tag] DEBUG tag force:False [2025-04-18T09:38:39.124Z] 2025-04-18 09:38:39,042 [check_head_tag] DEBUG check head tag [2025-04-18T09:38:39.124Z] 2025-04-18 09:38:39,042 [execute] INFO git cat-file --batch-check [2025-04-18T09:38:39.124Z] 2025-04-18 09:38:39,042 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/828, universal_newlines=False, shell=None, istream=) [2025-04-18T09:38:39.124Z] 2025-04-18 09:38:39,047 [execute] INFO git cat-file --batch [2025-04-18T09:38:39.124Z] 2025-04-18 09:38:39,047 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/828, universal_newlines=False, shell=None, istream=) [2025-04-18T09:38:39.124Z] 2025-04-18 09:38:39,058 [read_version] DEBUG read version from /w/workspace/edgex-go/828/.semver/main [2025-04-18T09:38:39.124Z] 2025-04-18 09:38:39,058 [execute] INFO git tag -a v4.1.0-dev.3 -m v4.1.0-dev.3 [2025-04-18T09:38:39.124Z] 2025-04-18 09:38:39,058 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.3', '-m', 'v4.1.0-dev.3'], cwd=/w/workspace/edgex-go/828, universal_newlines=False, shell=None, istream=None) [2025-04-18T09:38:39.124Z] 2025-04-18 09:38:39,064 [read_version] DEBUG read version from /w/workspace/edgex-go/828/.semver/main [2025-04-18T09:38:39.124Z] 4.1.0-dev.3 [Pipeline] } [2025-04-18T09:38:39.137Z] $ docker exec --env ******** --env ******** 8b34b82ee6b6d74b435536e18698a1efa651c28ea465a55d9b00a3586ee30e6c ssh-agent -k [2025-04-18T09:38:39.235Z] unset SSH_AUTH_SOCK; [2025-04-18T09:38:39.235Z] unset SSH_AGENT_PID; [2025-04-18T09:38:39.235Z] echo Agent pid 38 killed; [2025-04-18T09:38:39.244Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-18T09:38:39.566Z] + git semver [Pipeline] } [2025-04-18T09:38:39.840Z] $ docker stop --time=1 8b34b82ee6b6d74b435536e18698a1efa651c28ea465a55d9b00a3586ee30e6c [2025-04-18T09:38:41.133Z] $ docker rm -f --volumes 8b34b82ee6b6d74b435536e18698a1efa651c28ea465a55d9b00a3586ee30e6c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:38:41.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-04-18T09:38:41.540Z] [2025-04-18T09:38:41.540Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:38:41.842Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-04-18T09:38:41.842Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-04-18T09:38:41.842Z] ab5ef0e58194: Pulling fs layer [2025-04-18T09:38:41.842Z] 9712f1f96733: Pulling fs layer [2025-04-18T09:38:41.842Z] 63f879dbbcfc: Pulling fs layer [2025-04-18T09:38:41.842Z] 0d9ebad4ef96: Pulling fs layer [2025-04-18T09:38:41.842Z] e9a5061849ea: Pulling fs layer [2025-04-18T09:38:41.842Z] d747dcd14b5f: Pulling fs layer [2025-04-18T09:38:41.842Z] 2de7ff778b66: Pulling fs layer [2025-04-18T09:38:41.842Z] 0d9ebad4ef96: Waiting [2025-04-18T09:38:41.842Z] d747dcd14b5f: Waiting [2025-04-18T09:38:41.842Z] e9a5061849ea: Waiting [2025-04-18T09:38:41.842Z] 2de7ff778b66: Waiting [2025-04-18T09:38:41.842Z] 9712f1f96733: Verifying Checksum [2025-04-18T09:38:41.842Z] 9712f1f96733: Download complete [2025-04-18T09:38:42.100Z] 63f879dbbcfc: Verifying Checksum [2025-04-18T09:38:42.100Z] 63f879dbbcfc: Download complete [2025-04-18T09:38:42.359Z] e9a5061849ea: Verifying Checksum [2025-04-18T09:38:42.359Z] e9a5061849ea: Download complete [2025-04-18T09:38:42.359Z] d747dcd14b5f: Verifying Checksum [2025-04-18T09:38:42.359Z] d747dcd14b5f: Download complete [2025-04-18T09:38:42.359Z] 0d9ebad4ef96: Verifying Checksum [2025-04-18T09:38:42.359Z] 0d9ebad4ef96: Download complete [2025-04-18T09:38:42.359Z] ab5ef0e58194: Verifying Checksum [2025-04-18T09:38:42.359Z] ab5ef0e58194: Download complete [2025-04-18T09:38:42.616Z] 2de7ff778b66: Verifying Checksum [2025-04-18T09:38:42.616Z] 2de7ff778b66: Download complete [2025-04-18T09:38:45.141Z] ab5ef0e58194: Pull complete [2025-04-18T09:38:45.141Z] 9712f1f96733: Pull complete [2025-04-18T09:38:45.706Z] 63f879dbbcfc: Pull complete [2025-04-18T09:38:49.888Z] 0d9ebad4ef96: Pull complete [2025-04-18T09:38:49.888Z] e9a5061849ea: Pull complete [2025-04-18T09:38:49.888Z] d747dcd14b5f: Pull complete [2025-04-18T09:38:50.821Z] 2de7ff778b66: Pull complete [2025-04-18T09:38:50.821Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-04-18T09:38:50.821Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-04-18T09:38:50.821Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T09:38:50.924Z] prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container [2025-04-18T09:38:50.963Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-04-18T09:38:53.518Z] $ docker top e59313f657a05e0ca58cebc7d0c513121f38273525782b02bd778dc465f32f87 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-04-18T09:38:53.602Z] provisioning config files... [2025-04-18T09:38:53.608Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/828@tmp/config5467325971260976062tmp [2025-04-18T09:38:53.615Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/828@tmp/config6848108761729555505tmp [2025-04-18T09:38:53.621Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/828@tmp/config5761994383181379795tmp [Pipeline] { [Pipeline] echo [2025-04-18T09:38:53.648Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-18T09:38:53.938Z] ---> sigul-configuration.sh [2025-04-18T09:38:53.938Z] gpg: directory `/root/.gnupg' created [2025-04-18T09:38:53.938Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-04-18T09:38:53.938Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-04-18T09:38:53.938Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-04-18T09:38:53.938Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-04-18T09:38:53.938Z] gpg: CAST5 encrypted data [2025-04-18T09:38:53.938Z] gpg: encrypted with 1 passphrase [2025-04-18T09:38:53.938Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-04-18T09:38:54.231Z] + mkdir /home/jenkins [2025-04-18T09:38:54.231Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-04-18T09:38:54.523Z] + 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-04-18T09:38:54.539Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-18T09:38:54.834Z] ---> sigul-install.sh [2025-04-18T09:38:54.834Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-04-18T09:38:55.127Z] + git tag --list [2025-04-18T09:38:55.127Z] 0.6.0 [2025-04-18T09:38:55.127Z] 0.6.1 [2025-04-18T09:38:55.127Z] 0.7.0 [2025-04-18T09:38:55.127Z] 0.7.1 [2025-04-18T09:38:55.127Z] v1.0.0 [2025-04-18T09:38:55.127Z] v1.0.1 [2025-04-18T09:38:55.127Z] v1.1.0 [2025-04-18T09:38:55.127Z] v1.2.0 [2025-04-18T09:38:55.127Z] v1.2.1 [2025-04-18T09:38:55.127Z] v1.3.0 [2025-04-18T09:38:55.127Z] v1.3.1 [2025-04-18T09:38:55.127Z] v2.0.0 [2025-04-18T09:38:55.127Z] v2.1.0 [2025-04-18T09:38:55.127Z] v2.1.1 [2025-04-18T09:38:55.127Z] v2.2.0 [2025-04-18T09:38:55.127Z] v2.3.0 [2025-04-18T09:38:55.127Z] v3.0 [2025-04-18T09:38:55.127Z] v3.0.0 [2025-04-18T09:38:55.127Z] v3.1 [2025-04-18T09:38:55.127Z] v3.1.0 [2025-04-18T09:38:55.127Z] v3.1.1 [2025-04-18T09:38:55.127Z] v4.0 [2025-04-18T09:38:55.127Z] v4.0.0 [2025-04-18T09:38:55.127Z] v4.0.1 [2025-04-18T09:38:55.127Z] v4.1.0-dev.1 [2025-04-18T09:38:55.127Z] v4.1.0-dev.2 [2025-04-18T09:38:55.127Z] v4.1.0-dev.3 [Pipeline] sh [2025-04-18T09:38:55.420Z] + lftools sign git-tag v4.1.0-dev.3 [2025-04-18T09:38:55.988Z] Signing Git tag with Sigul... [2025-04-18T09:38:55.988Z] Signing v4.1.0-dev.3 [Pipeline] echo [2025-04-18T09:38:56.259Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-18T09:38:56.549Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-04-18T09:38:56.555Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-04-18T09:38:56.578Z] $ docker stop --time=1 e59313f657a05e0ca58cebc7d0c513121f38273525782b02bd778dc465f32f87 [2025-04-18T09:38:57.864Z] $ docker rm -f --volumes e59313f657a05e0ca58cebc7d0c513121f38273525782b02bd778dc465f32f87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-04-18T09:38:58.295Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-18T09:38:58.295Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:38:58.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-18T09:38:58.594Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T09:38:58.665Z] prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container [2025-04-18T09:38:58.694Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-04-18T09:38:59.067Z] $ docker top 6c06add0c9f3417708cd0c8756de5ba34d921b04e57b83fe16e12fc1aa2afd39 -eo pid,comm [2025-04-18T09:38:59.108Z] 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-04-18T09:38:59.108Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-18T09:38:59.158Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-18T09:38:59.158Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-18T09:38:59.258Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-18T09:38:59.263Z] $ docker exec 6c06add0c9f3417708cd0c8756de5ba34d921b04e57b83fe16e12fc1aa2afd39 ssh-agent [2025-04-18T09:38:59.413Z] SSH_AUTH_SOCK=/tmp/ssh-aotIAbnEvixZ/agent.32 [2025-04-18T09:38:59.413Z] SSH_AGENT_PID=38 [2025-04-18T09:38:59.417Z] Running ssh-add (command line suppressed) [2025-04-18T09:38:59.516Z] Identity added: /w/workspace/edgex-go/828@tmp/private_key_5779823333459086360.key (/w/workspace/edgex-go/828@tmp/private_key_5779823333459086360.key) [2025-04-18T09:38:59.528Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-18T09:38:59.811Z] + git semver bump pre [2025-04-18T09:39:00.070Z] 2025-04-18 09:38:59,985 [read_version] DEBUG read version from /w/workspace/edgex-go/828/.semver/main [2025-04-18T09:39:00.070Z] 2025-04-18 09:38:59,985 [bump_version] DEBUG bumping version:4.1.0-dev.3 on axis:pre with prefix:dev [2025-04-18T09:39:00.070Z] 2025-04-18 09:38:59,985 [bump_version] DEBUG bumped version:4.1.0-dev.4 [2025-04-18T09:39:00.070Z] 2025-04-18 09:38:59,985 [write_version] DEBUG write version:4.1.0-dev.4 to path:/w/workspace/edgex-go/828/.semver/main with force:True [2025-04-18T09:39:00.070Z] 2025-04-18 09:38:59,985 [read_version] DEBUG read version from /w/workspace/edgex-go/828/.semver/main [2025-04-18T09:39:00.070Z] 2025-04-18 09:38:59,985 [write_file] DEBUG write to file:/w/workspace/edgex-go/828/.semver/main [2025-04-18T09:39:00.070Z] 2025-04-18 09:38:59,987 [execute] INFO git cat-file --batch-check [2025-04-18T09:39:00.070Z] 2025-04-18 09:38:59,987 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/828/.semver, universal_newlines=False, shell=None, istream=) [2025-04-18T09:39:00.070Z] 2025-04-18 09:38:59,992 [execute] INFO git cat-file --batch [2025-04-18T09:39:00.070Z] 2025-04-18 09:38:59,993 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/828/.semver, universal_newlines=False, shell=None, istream=) [2025-04-18T09:39:00.070Z] 2025-04-18 09:38:59,998 [read_version] DEBUG read version from /w/workspace/edgex-go/828/.semver/main [2025-04-18T09:39:00.070Z] 4.1.0-dev.4 [Pipeline] } [2025-04-18T09:39:00.083Z] $ docker exec --env ******** --env ******** 6c06add0c9f3417708cd0c8756de5ba34d921b04e57b83fe16e12fc1aa2afd39 ssh-agent -k [2025-04-18T09:39:00.176Z] unset SSH_AUTH_SOCK; [2025-04-18T09:39:00.176Z] unset SSH_AGENT_PID; [2025-04-18T09:39:00.177Z] echo Agent pid 38 killed; [2025-04-18T09:39:00.183Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-18T09:39:00.501Z] + git semver [Pipeline] } [2025-04-18T09:39:00.775Z] $ docker stop --time=1 6c06add0c9f3417708cd0c8756de5ba34d921b04e57b83fe16e12fc1aa2afd39 [2025-04-18T09:39:02.085Z] $ docker rm -f --volumes 6c06add0c9f3417708cd0c8756de5ba34d921b04e57b83fe16e12fc1aa2afd39 [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-18T09:39:02.441Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-18T09:39:02.441Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:39:02.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-18T09:39:02.749Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T09:39:02.836Z] prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container [2025-04-18T09:39:02.879Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-04-18T09:39:03.212Z] $ docker top 7643842ca7674109ae6364d5f15c5a9d844af6447acebaab477e5393608a21cf -eo pid,comm [2025-04-18T09:39:03.258Z] 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-04-18T09:39:03.258Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-18T09:39:03.309Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-18T09:39:03.309Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-18T09:39:03.417Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-18T09:39:03.423Z] $ docker exec 7643842ca7674109ae6364d5f15c5a9d844af6447acebaab477e5393608a21cf ssh-agent [2025-04-18T09:39:03.536Z] SSH_AUTH_SOCK=/tmp/ssh-VvGY4Qgscv1w/agent.32 [2025-04-18T09:39:03.536Z] SSH_AGENT_PID=38 [2025-04-18T09:39:03.541Z] Running ssh-add (command line suppressed) [2025-04-18T09:39:03.647Z] Identity added: /w/workspace/edgex-go/828@tmp/private_key_9885107339174698591.key (/w/workspace/edgex-go/828@tmp/private_key_9885107339174698591.key) [2025-04-18T09:39:03.658Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-18T09:39:03.950Z] + git semver push [2025-04-18T09:39:04.213Z] 2025-04-18 09:39:04,132 [run_push] DEBUG push [2025-04-18T09:39:04.213Z] 2025-04-18 09:39:04,133 [execute] INFO git cat-file --batch-check [2025-04-18T09:39:04.213Z] 2025-04-18 09:39:04,133 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/828/.semver, universal_newlines=False, shell=None, istream=) [2025-04-18T09:39:04.213Z] 2025-04-18 09:39:04,137 [execute] INFO git rev-list 1a57adae7e524a6ec75f8d53e9b8def2856847cb -- [2025-04-18T09:39:04.213Z] 2025-04-18 09:39:04,138 [execute] DEBUG Popen(['git', 'rev-list', '1a57adae7e524a6ec75f8d53e9b8def2856847cb', '--'], cwd=/w/workspace/edgex-go/828/.semver, universal_newlines=False, shell=None, istream=None) [2025-04-18T09:39:04.213Z] 2025-04-18 09:39:04,156 [execute] INFO git fetch -v origin [2025-04-18T09:39:04.213Z] 2025-04-18 09:39:04,157 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/828/.semver, universal_newlines=True, shell=None, istream=None) [2025-04-18T09:39:04.780Z] 2025-04-18 09:39:04,755 [run_push] DEBUG no remote changes detected [2025-04-18T09:39:04.780Z] 2025-04-18 09:39:04,756 [execute] INFO git push origin semver [2025-04-18T09:39:04.780Z] 2025-04-18 09:39:04,756 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/828/.semver, universal_newlines=False, shell=None, istream=None) [2025-04-18T09:39:05.714Z] 2025-04-18 09:39:05,368 [run_push] DEBUG push all version tags [2025-04-18T09:39:05.714Z] 2025-04-18 09:39:05,368 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-04-18T09:39:05.714Z] 2025-04-18 09:39:05,368 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/828, universal_newlines=False, shell=None, istream=None) [2025-04-18T09:39:06.284Z] 2025-04-18 09:39:05,989 [read_version] DEBUG read version from /w/workspace/edgex-go/828/.semver/main [2025-04-18T09:39:06.284Z] 4.1.0-dev.4 [Pipeline] } [2025-04-18T09:39:06.295Z] $ docker exec --env ******** --env ******** 7643842ca7674109ae6364d5f15c5a9d844af6447acebaab477e5393608a21cf ssh-agent -k [2025-04-18T09:39:06.396Z] unset SSH_AUTH_SOCK; [2025-04-18T09:39:06.399Z] unset SSH_AGENT_PID; [2025-04-18T09:39:06.400Z] echo Agent pid 38 killed; [2025-04-18T09:39:06.407Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-18T09:39:06.722Z] + git semver [Pipeline] } [2025-04-18T09:39:06.996Z] $ docker stop --time=1 7643842ca7674109ae6364d5f15c5a9d844af6447acebaab477e5393608a21cf [2025-04-18T09:39:08.256Z] $ docker rm -f --volumes 7643842ca7674109ae6364d5f15c5a9d844af6447acebaab477e5393608a21cf [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-04-18T09:39:08.752Z] + [ -d /w/workspace/edgex-go/828/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-04-18T09:39:09.039Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-18T09:39:09.893Z] ---> package-listing.sh [2025-04-18T09:39:09.893Z] ++ tr '[:upper:]' '[:lower:]' [2025-04-18T09:39:09.893Z] ++ facter osfamily [2025-04-18T09:39:10.152Z] + OS_FAMILY=debian [2025-04-18T09:39:10.152Z] + workspace=/w/workspace/edgex-go/828 [2025-04-18T09:39:10.152Z] + START_PACKAGES=/tmp/packages_start.txt [2025-04-18T09:39:10.152Z] + END_PACKAGES=/tmp/packages_end.txt [2025-04-18T09:39:10.152Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-04-18T09:39:10.152Z] + PACKAGES=/tmp/packages_start.txt [2025-04-18T09:39:10.152Z] + '[' /w/workspace/edgex-go/828 ']' [2025-04-18T09:39:10.152Z] + PACKAGES=/tmp/packages_end.txt [2025-04-18T09:39:10.152Z] + case "${OS_FAMILY}" in [2025-04-18T09:39:10.152Z] + dpkg -l [2025-04-18T09:39:10.152Z] + grep '^ii' [2025-04-18T09:39:10.152Z] + '[' -f /tmp/packages_start.txt ']' [2025-04-18T09:39:10.152Z] + '[' -f /tmp/packages_end.txt ']' [2025-04-18T09:39:10.152Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-04-18T09:39:10.152Z] + '[' /w/workspace/edgex-go/828 ']' [2025-04-18T09:39:10.152Z] + mkdir -p /w/workspace/edgex-go/828/archives/ [2025-04-18T09:39:10.152Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/828/archives/ [Pipeline] echo [2025-04-18T09:39:10.163Z] 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/828/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-04-18T09:39:10.435Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:39:10.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-18T09:39:10.989Z] [2025-04-18T09:39:10.989Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-18T09:39:11.285Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-18T09:39:11.285Z] latest: Pulling from edgex-lftools-log-publisher [2025-04-18T09:39:11.285Z] 5eb5b503b376: Pulling fs layer [2025-04-18T09:39:11.285Z] 5c69ac0246d0: Pulling fs layer [2025-04-18T09:39:11.285Z] ec43610c2a17: Pulling fs layer [2025-04-18T09:39:11.285Z] 3a2ae6a8a46f: Pulling fs layer [2025-04-18T09:39:11.285Z] 33b1e0a273af: Pulling fs layer [2025-04-18T09:39:11.285Z] 5d3b04190fa2: Pulling fs layer [2025-04-18T09:39:11.285Z] 2f39f015ded8: Pulling fs layer [2025-04-18T09:39:11.285Z] 33b1e0a273af: Waiting [2025-04-18T09:39:11.285Z] 3a2ae6a8a46f: Waiting [2025-04-18T09:39:11.285Z] 5d3b04190fa2: Waiting [2025-04-18T09:39:11.285Z] 2f39f015ded8: Waiting [2025-04-18T09:39:11.285Z] 5c69ac0246d0: Verifying Checksum [2025-04-18T09:39:11.285Z] 5c69ac0246d0: Download complete [2025-04-18T09:39:11.285Z] 3a2ae6a8a46f: Download complete [2025-04-18T09:39:11.285Z] 33b1e0a273af: Verifying Checksum [2025-04-18T09:39:11.285Z] 33b1e0a273af: Download complete [2025-04-18T09:39:11.285Z] 5d3b04190fa2: Download complete [2025-04-18T09:39:11.285Z] ec43610c2a17: Verifying Checksum [2025-04-18T09:39:11.542Z] 5eb5b503b376: Download complete [2025-04-18T09:39:12.108Z] 2f39f015ded8: Download complete [2025-04-18T09:39:13.042Z] 5eb5b503b376: Pull complete [2025-04-18T09:39:13.042Z] 5c69ac0246d0: Pull complete [2025-04-18T09:39:13.609Z] ec43610c2a17: Pull complete [2025-04-18T09:39:13.609Z] 3a2ae6a8a46f: Pull complete [2025-04-18T09:39:13.869Z] 33b1e0a273af: Pull complete [2025-04-18T09:39:14.127Z] 5d3b04190fa2: Pull complete [2025-04-18T09:39:18.300Z] 2f39f015ded8: Pull complete [2025-04-18T09:39:18.300Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-04-18T09:39:18.300Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-18T09:39:18.300Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-18T09:39:18.399Z] prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container [2025-04-18T09:39:18.432Z] $ 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/828/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/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-04-18T09:39:21.831Z] $ docker top a540e3923a260da3df75525d53bc170c12c88fd0ba973650875df58023959bca -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-18T09:39:22.169Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-04-18T09:39:22.456Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-04-18T09:39:22.741Z] + ls /var/log/sa-host [2025-04-18T09:39:22.741Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-18T09:39:22.773Z] provisioning config files... [2025-04-18T09:39:22.784Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/828@tmp/config11649837627440609028tmp [Pipeline] { [Pipeline] echo [2025-04-18T09:39:22.802Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-18T09:39:23.082Z] ---> create-netrc.sh [Pipeline] } [2025-04-18T09:39:23.088Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-04-18T09:39:23.399Z] ---> python-tools-install.sh [Pipeline] echo [2025-04-18T09:39:23.409Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-18T09:39:23.692Z] ---> sudo-logs.sh [2025-04-18T09:39:23.692Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-04-18T09:39:23.716Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-18T09:39:23.998Z] ---> job-cost.sh [2025-04-18T09:39:23.998Z] lf-activate-venv: SKIPPING [2025-04-18T09:39:23.998Z] DEBUG: total: 0.10999999940395355 [2025-04-18T09:39:23.998Z] INFO: Retrieving Stack Cost... [2025-04-18T09:39:24.256Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-04-18T09:39:24.822Z] INFO: Archiving Costs [Pipeline] echo [2025-04-18T09:39:24.836Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-18T09:39:25.114Z] ---> logs-deploy.sh [2025-04-18T09:39:25.114Z] lf-activate-venv: SKIPPING [2025-04-18T09:39:25.114Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/828 [2025-04-18T09:39:25.114Z] INFO: archiving workspace using pattern(s): [2025-04-18T09:39:26.054Z] Archives upload complete. [2025-04-18T09:39:26.054Z] INFO: archiving logs to Nexus