Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2a66c938598a16446a2d6239f2ebc3721c7459d7 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-ssh12681440281509435432.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-ssh3610542985170852337.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-ssh11043173905765701714.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-ssh12074577287954626344.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-ssh13948655014700259022.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-4487’ Running on prd-ubuntu20.04-docker-8c-8g-4493 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/867 [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/867 # 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 2a66c938598a16446a2d6239f2ebc3721c7459d7 (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 2a66c938598a16446a2d6239f2ebc3721c7459d7 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5202)" > git rev-list --no-walk 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-07-04T01:24:42.239Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-07-04T01:24:42.304Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-07-04T01:24:42.332Z] ========================================================= [2025-07-04T01:24:42.332Z] EdgeX Global Pipelines Version Info [2025-07-04T01:24:42.332Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-07-04T01:24:43.430Z] ------------------- [2025-07-04T01:24:43.430Z] stable info: [2025-07-04T01:24:43.430Z] ------------------- [2025-07-04T01:24:43.430Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-04T01:24:43.430Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-07-04T01:24:43.430Z] Message: update stable to v1.0.274 [2025-07-04T01:24:43.692Z] ------------------- [2025-07-04T01:24:43.692Z] experimental info: [2025-07-04T01:24:43.692Z] ------------------- [2025-07-04T01:24:43.692Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-04T01:24:43.692Z] Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e [2025-07-04T01:24:43.692Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-07-04T01:24:43.769Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-07-04T01:24:43.788Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-07-04T01:24:43.808Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-07-04T01:24:43.827Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-07-04T01:24:43.852Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-07-04T01:24:43.876Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-07-04T01:24:43.898Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-07-04T01:24:43.920Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-07-04T01:24:43.940Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-07-04T01:24:43.959Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-07-04T01:24:43.984Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-07-04T01:24:44.006Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-07-04T01:24:44.026Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-07-04T01:24:44.048Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-07-04T01:24:44.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-07-04T01:24:44.089Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-07-04T01:24:44.115Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-07-04T01:24:44.134Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-07-04T01:24:44.152Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-07-04T01:24:44.174Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-07-04T01:24:44.196Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-07-04T01:24:44.219Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-07-04T01:24:44.242Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-07-04T01:24:44.258Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-07-04T01:24:44.275Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-07-04T01:24:44.294Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-07-04T01:24:44.313Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo [2025-07-04T01:24:44.331Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2a66c93 [Pipeline] echo [2025-07-04T01:24:44.351Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-04T01:24:44.412Z] provisioning config files... [2025-07-04T01:24:44.424Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/867@tmp/config1204728244143066598tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-04T01:24:44.773Z] ---> ****-login.sh [2025-07-04T01:24:44.773Z] nexus3.edgexfoundry.org:10001 [2025-07-04T01:24:44.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:24:45.033Z] [2025-07-04T01:24:45.033Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-04T01:24:45.033Z] Configure a credential helper to remove this warning. See [2025-07-04T01:24:45.033Z] https://docs.****.com/go/credential-store/ [2025-07-04T01:24:45.033Z] [2025-07-04T01:24:45.033Z] Login Succeeded [2025-07-04T01:24:45.033Z] nexus3.edgexfoundry.org:10002 [2025-07-04T01:24:45.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:24:45.294Z] [2025-07-04T01:24:45.294Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-04T01:24:45.294Z] Configure a credential helper to remove this warning. See [2025-07-04T01:24:45.294Z] https://docs.****.com/go/credential-store/ [2025-07-04T01:24:45.294Z] [2025-07-04T01:24:45.294Z] Login Succeeded [2025-07-04T01:24:45.294Z] nexus3.edgexfoundry.org:10003 [2025-07-04T01:24:45.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:24:45.294Z] [2025-07-04T01:24:45.294Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-04T01:24:45.294Z] Configure a credential helper to remove this warning. See [2025-07-04T01:24:45.294Z] https://docs.****.com/go/credential-store/ [2025-07-04T01:24:45.294Z] [2025-07-04T01:24:45.294Z] Login Succeeded [2025-07-04T01:24:45.294Z] nexus3.edgexfoundry.org:10004 [2025-07-04T01:24:45.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:24:45.295Z] [2025-07-04T01:24:45.295Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-04T01:24:45.295Z] Configure a credential helper to remove this warning. See [2025-07-04T01:24:45.295Z] https://docs.****.com/go/credential-store/ [2025-07-04T01:24:45.295Z] [2025-07-04T01:24:45.295Z] Login Succeeded [2025-07-04T01:24:45.295Z] ****.io [2025-07-04T01:24:45.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:24:45.554Z] [2025-07-04T01:24:45.555Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-04T01:24:45.555Z] Configure a credential helper to remove this warning. See [2025-07-04T01:24:45.555Z] https://docs.****.com/go/credential-store/ [2025-07-04T01:24:45.555Z] [2025-07-04T01:24:45.555Z] Login Succeeded [2025-07-04T01:24:45.555Z] ---> ****-login.sh ends [Pipeline] } [2025-07-04T01:24:45.561Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-04T01:24:45.894Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2025-07-04T01:24:45.894Z] + dirname cmd/core-command/Dockerfile [2025-07-04T01:24:45.894Z] + cut -d/ -f2 [2025-07-04T01:24:45.894Z] + echo core-command,cmd/core-command/Dockerfile [2025-07-04T01:24:45.894Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-07-04T01:24:45.894Z] + cut -d/ -f2 [2025-07-04T01:24:45.894Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-07-04T01:24:45.894Z] + dirname cmd/core-data/Dockerfile [2025-07-04T01:24:45.894Z] + cut -d/ -f2 [2025-07-04T01:24:45.894Z] + echo core-data,cmd/core-data/Dockerfile [2025-07-04T01:24:45.894Z] + dirname cmd/core-keeper/Dockerfile [2025-07-04T01:24:45.894Z] + cut -d/ -f2 [2025-07-04T01:24:45.894Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-07-04T01:24:45.894Z] + dirname cmd/core-metadata/Dockerfile [2025-07-04T01:24:45.894Z] + cut -d/ -f2 [2025-07-04T01:24:45.894Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-07-04T01:24:45.894Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-07-04T01:24:45.894Z] + cut -d/ -f2 [2025-07-04T01:24:45.894Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-07-04T01:24:45.894Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-07-04T01:24:45.894Z] + cut -d/ -f2 [2025-07-04T01:24:45.894Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-07-04T01:24:45.894Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-07-04T01:24:45.894Z] + cut -d/ -f2 [2025-07-04T01:24:45.894Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-07-04T01:24:45.894Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-07-04T01:24:45.894Z] + cut -d/ -f2 [2025-07-04T01:24:45.894Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-07-04T01:24:45.894Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-07-04T01:24:45.894Z] + cut -d/ -f2 [2025-07-04T01:24:45.894Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-07-04T01:24:45.894Z] + dirname cmd/security-spire-agent/Dockerfile [2025-07-04T01:24:45.894Z] + cut -d/ -f2 [2025-07-04T01:24:45.894Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-07-04T01:24:45.894Z] + dirname cmd/security-spire-config/Dockerfile [2025-07-04T01:24:45.894Z] + cut -d/ -f2 [2025-07-04T01:24:45.894Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-07-04T01:24:45.894Z] + dirname cmd/security-spire-server/Dockerfile [2025-07-04T01:24:45.894Z] + cut -d/ -f2 [2025-07-04T01:24:45.894Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-07-04T01:24:45.894Z] + dirname cmd/support-notifications/Dockerfile [2025-07-04T01:24:45.894Z] + cut -d/ -f2 [2025-07-04T01:24:45.894Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-07-04T01:24:45.894Z] + dirname cmd/support-scheduler/Dockerfile [2025-07-04T01:24:45.894Z] + cut -d/ -f2 [2025-07-04T01:24:45.894Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-07-04T01:24:45.925Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-07-04T01:24:46.303Z] + git rev-list -1 --merges 2a66c938598a16446a2d6239f2ebc3721c7459d7~1..2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo [2025-07-04T01:24:46.316Z] -----------> git rev-list -1 --merges 2a66c938598a16446a2d6239f2ebc3721c7459d7~1..2a66c938598a16446a2d6239f2ebc3721c7459d7 2a66c938598a16446a2d6239f2ebc3721c7459d7 [false] [Pipeline] sh [2025-07-04T01:24:46.611Z] + git log --format=format:%s -1 2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo [2025-07-04T01:24:46.626Z] ========================================================= [2025-07-04T01:24:46.626Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-07-04T01:24:46.626Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-07-04T01:24:47.078Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-04T01:24:47.078Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-07-04T01:24:47.078Z] + [ -e /tmp/ssh_known_hosts ] [2025-07-04T01:24:47.078Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-07-04T01:24:47.078Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-07-04T01:24:47.078Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-07-04T01:24:47.078Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:24:47.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-04T01:24:47.635Z] [2025-07-04T01:24:47.635Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:24:47.947Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-04T01:24:47.947Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-07-04T01:24:47.947Z] 3dae71ba6b94: Pulling fs layer [2025-07-04T01:24:47.947Z] 6bf1a483ea7c: Pulling fs layer [2025-07-04T01:24:47.947Z] f5dfc541a4d3: Pulling fs layer [2025-07-04T01:24:47.947Z] 461d9e800cba: Pulling fs layer [2025-07-04T01:24:47.947Z] 80192f66455f: Pulling fs layer [2025-07-04T01:24:47.947Z] 2e8e34ca0e6c: Pulling fs layer [2025-07-04T01:24:47.947Z] a29436f7fd5d: Pulling fs layer [2025-07-04T01:24:47.947Z] 923cac83aea3: Pulling fs layer [2025-07-04T01:24:47.947Z] 25ad8b0a4227: Pulling fs layer [2025-07-04T01:24:47.947Z] db01528c6b51: Pulling fs layer [2025-07-04T01:24:47.947Z] 28988de357af: Pulling fs layer [2025-07-04T01:24:47.947Z] 25ad8b0a4227: Waiting [2025-07-04T01:24:47.947Z] db01528c6b51: Waiting [2025-07-04T01:24:47.947Z] a29436f7fd5d: Waiting [2025-07-04T01:24:47.947Z] 80192f66455f: Waiting [2025-07-04T01:24:47.947Z] 2e8e34ca0e6c: Waiting [2025-07-04T01:24:47.947Z] 923cac83aea3: Waiting [2025-07-04T01:24:47.947Z] 461d9e800cba: Waiting [2025-07-04T01:24:47.947Z] 6bf1a483ea7c: Verifying Checksum [2025-07-04T01:24:47.947Z] 6bf1a483ea7c: Download complete [2025-07-04T01:24:47.947Z] 461d9e800cba: Verifying Checksum [2025-07-04T01:24:47.947Z] 461d9e800cba: Download complete [2025-07-04T01:24:47.947Z] 80192f66455f: Download complete [2025-07-04T01:24:48.205Z] f5dfc541a4d3: Verifying Checksum [2025-07-04T01:24:48.205Z] f5dfc541a4d3: Download complete [2025-07-04T01:24:48.205Z] 3dae71ba6b94: Verifying Checksum [2025-07-04T01:24:48.205Z] 3dae71ba6b94: Download complete [2025-07-04T01:24:48.205Z] 923cac83aea3: Download complete [2025-07-04T01:24:48.469Z] 25ad8b0a4227: Verifying Checksum [2025-07-04T01:24:48.469Z] 25ad8b0a4227: Download complete [2025-07-04T01:24:48.469Z] db01528c6b51: Download complete [2025-07-04T01:24:48.469Z] 28988de357af: Verifying Checksum [2025-07-04T01:24:48.469Z] 28988de357af: Download complete [2025-07-04T01:24:48.469Z] a29436f7fd5d: Verifying Checksum [2025-07-04T01:24:48.469Z] a29436f7fd5d: Download complete [2025-07-04T01:24:49.036Z] 2e8e34ca0e6c: Verifying Checksum [2025-07-04T01:24:49.036Z] 2e8e34ca0e6c: Download complete [2025-07-04T01:24:49.656Z] 3dae71ba6b94: Pull complete [2025-07-04T01:24:49.656Z] 6bf1a483ea7c: Pull complete [2025-07-04T01:24:50.232Z] f5dfc541a4d3: Pull complete [2025-07-04T01:24:50.232Z] 461d9e800cba: Pull complete [2025-07-04T01:24:50.232Z] 80192f66455f: Pull complete [2025-07-04T01:24:54.424Z] 2e8e34ca0e6c: Pull complete [2025-07-04T01:24:54.424Z] a29436f7fd5d: Pull complete [2025-07-04T01:24:54.424Z] 923cac83aea3: Pull complete [2025-07-04T01:24:54.685Z] 25ad8b0a4227: Pull complete [2025-07-04T01:24:54.685Z] db01528c6b51: Pull complete [2025-07-04T01:24:54.685Z] 28988de357af: Pull complete [2025-07-04T01:24:54.685Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-07-04T01:24:54.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-04T01:24:54.685Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-04T01:24:54.824Z] prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container [2025-07-04T01:24:54.853Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-04T01:24:57.329Z] $ docker top ea7064007a17b9332f522c06de5bcf300ced7af17b44a5779f9c91873b26324c -eo pid,comm [2025-07-04T01:24:57.379Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-07-04T01:24:57.379Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-04T01:24:57.428Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-04T01:24:57.428Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-04T01:24:57.542Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-04T01:24:57.542Z] $ docker exec ea7064007a17b9332f522c06de5bcf300ced7af17b44a5779f9c91873b26324c ssh-agent [2025-07-04T01:24:57.629Z] SSH_AUTH_SOCK=/tmp/ssh-2md4NxQlHC10/agent.32 [2025-07-04T01:24:57.629Z] SSH_AGENT_PID=38 [2025-07-04T01:24:57.636Z] Running ssh-add (command line suppressed) [2025-07-04T01:24:57.724Z] Identity added: /w/workspace/edgex-go/867@tmp/private_key_16395994772460795625.key (/w/workspace/edgex-go/867@tmp/private_key_16395994772460795625.key) [2025-07-04T01:24:57.740Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-04T01:24:58.045Z] + git tag --points-at HEAD [Pipeline] } [2025-07-04T01:24:58.062Z] $ docker exec --env ******** --env ******** ea7064007a17b9332f522c06de5bcf300ced7af17b44a5779f9c91873b26324c ssh-agent -k [2025-07-04T01:24:58.147Z] unset SSH_AUTH_SOCK; [2025-07-04T01:24:58.147Z] unset SSH_AGENT_PID; [2025-07-04T01:24:58.147Z] echo Agent pid 38 killed; [2025-07-04T01:24:58.159Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-07-04T01:24:58.197Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-04T01:24:58.197Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-04T01:24:58.288Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-04T01:24:58.289Z] $ docker exec ea7064007a17b9332f522c06de5bcf300ced7af17b44a5779f9c91873b26324c ssh-agent [2025-07-04T01:24:58.394Z] SSH_AUTH_SOCK=/tmp/ssh-1CkTokRgTC1o/agent.71 [2025-07-04T01:24:58.394Z] SSH_AGENT_PID=77 [2025-07-04T01:24:58.398Z] Running ssh-add (command line suppressed) [2025-07-04T01:24:58.504Z] Identity added: /w/workspace/edgex-go/867@tmp/private_key_2929861780465332059.key (/w/workspace/edgex-go/867@tmp/private_key_2929861780465332059.key) [2025-07-04T01:24:58.519Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-04T01:24:58.811Z] + git semver init [2025-07-04T01:24:59.071Z] 2025-07-04 01:24:59,038 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-04T01:24:59.071Z] 2025-07-04 01:24:59,042 [run_init] DEBUG init version:0.0.0 force:False [2025-07-04T01:24:59.071Z] 2025-07-04 01:24:59,043 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/867/.semver [2025-07-04T01:24:59.071Z] 2025-07-04 01:24:59,043 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/867/.semver [2025-07-04T01:24:59.071Z] 2025-07-04 01:24:59,044 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/867/.semver'], cwd=/w/workspace/edgex-go/867, stdin=None, shell=False, universal_newlines=False) [2025-07-04T01:25:04.353Z] 2025-07-04 01:25:04,053 [append_file] DEBUG append to file:/w/workspace/edgex-go/867/.git/info/exclude [2025-07-04T01:25:04.353Z] 2025-07-04 01:25:04,054 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/867/.semver/main with force:False [2025-07-04T01:25:04.353Z] 2025-07-04 01:25:04,054 [read_version] DEBUG read version from /w/workspace/edgex-go/867/.semver/main [2025-07-04T01:25:04.353Z] 2025-07-04 01:25:04,054 [read_version] DEBUG read version from /w/workspace/edgex-go/867/.semver/main [2025-07-04T01:25:04.353Z] 4.1.0-dev.35 [Pipeline] } [2025-07-04T01:25:04.360Z] $ docker exec --env ******** --env ******** ea7064007a17b9332f522c06de5bcf300ced7af17b44a5779f9c91873b26324c ssh-agent -k [2025-07-04T01:25:04.462Z] unset SSH_AUTH_SOCK; [2025-07-04T01:25:04.462Z] unset SSH_AGENT_PID; [2025-07-04T01:25:04.462Z] echo Agent pid 77 killed; [2025-07-04T01:25:04.474Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-04T01:25:04.805Z] + git semver [Pipeline] } [2025-07-04T01:25:05.078Z] $ docker stop --time=1 ea7064007a17b9332f522c06de5bcf300ced7af17b44a5779f9c91873b26324c [2025-07-04T01:25:06.369Z] $ docker rm -f --volumes ea7064007a17b9332f522c06de5bcf300ced7af17b44a5779f9c91873b26324c [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-04T01:25:07.116Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-07-04T01:25:07.427Z] Stashed 1 file(s) [Pipeline] echo [2025-07-04T01:25:07.430Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.35 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-04T01:25:07.872Z] + git config --global --add safe.directory /w/workspace/edgex-go/867 [Pipeline] echo [2025-07-04T01:25:07.884Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-04T01:25:07.903Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-04T01:25:07.916Z] ========================================================= [2025-07-04T01:25:07.916Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-07-04T01:25:07.916Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-07-04T01:25:08.202Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-04T01:25:08.202Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-07-04T01:25:08.202Z] 0a9a5dfd008f: Pulling fs layer [2025-07-04T01:25:08.202Z] 36466aa92d05: Pulling fs layer [2025-07-04T01:25:08.202Z] e10405b45d13: Pulling fs layer [2025-07-04T01:25:08.202Z] 096b7ceb2af7: Pulling fs layer [2025-07-04T01:25:08.202Z] 4f4fb700ef54: Pulling fs layer [2025-07-04T01:25:08.202Z] 8213a616a21b: Pulling fs layer [2025-07-04T01:25:08.202Z] 985586143405: Pulling fs layer [2025-07-04T01:25:08.202Z] 0eae2285b678: Pulling fs layer [2025-07-04T01:25:08.202Z] d3ac315be8c5: Pulling fs layer [2025-07-04T01:25:08.202Z] 4f4fb700ef54: Waiting [2025-07-04T01:25:08.202Z] 8213a616a21b: Waiting [2025-07-04T01:25:08.202Z] 985586143405: Waiting [2025-07-04T01:25:08.202Z] 0eae2285b678: Waiting [2025-07-04T01:25:08.202Z] d3ac315be8c5: Waiting [2025-07-04T01:25:08.202Z] 096b7ceb2af7: Waiting [2025-07-04T01:25:08.202Z] 36466aa92d05: Verifying Checksum [2025-07-04T01:25:08.202Z] 36466aa92d05: Download complete [2025-07-04T01:25:08.202Z] 096b7ceb2af7: Verifying Checksum [2025-07-04T01:25:08.202Z] 096b7ceb2af7: Download complete [2025-07-04T01:25:08.202Z] 4f4fb700ef54: Download complete [2025-07-04T01:25:08.202Z] 0a9a5dfd008f: Verifying Checksum [2025-07-04T01:25:08.202Z] 0a9a5dfd008f: Download complete [2025-07-04T01:25:08.202Z] 8213a616a21b: Download complete [2025-07-04T01:25:08.202Z] 985586143405: Verifying Checksum [2025-07-04T01:25:08.202Z] 985586143405: Download complete [2025-07-04T01:25:08.460Z] 0a9a5dfd008f: Pull complete [2025-07-04T01:25:08.460Z] d3ac315be8c5: Verifying Checksum [2025-07-04T01:25:08.460Z] d3ac315be8c5: Download complete [2025-07-04T01:25:08.719Z] 36466aa92d05: Pull complete [2025-07-04T01:25:08.719Z] e10405b45d13: Download complete [2025-07-04T01:25:08.978Z] 0eae2285b678: Verifying Checksum [2025-07-04T01:25:08.978Z] 0eae2285b678: Download complete [2025-07-04T01:25:14.183Z] e10405b45d13: Pull complete [2025-07-04T01:25:14.183Z] 096b7ceb2af7: Pull complete [2025-07-04T01:25:14.183Z] 4f4fb700ef54: Pull complete [2025-07-04T01:25:14.183Z] 8213a616a21b: Pull complete [2025-07-04T01:25:14.183Z] 985586143405: Pull complete [2025-07-04T01:25:15.554Z] 0eae2285b678: Pull complete [2025-07-04T01:25:16.122Z] d3ac315be8c5: Pull complete [2025-07-04T01:25:16.122Z] Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-04T01:25:16.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-04T01:25:16.122Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-07-04T01:25:16.425Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-04T01:25:16.425Z] WORKDIR /edgex [2025-07-04T01:25:16.425Z] COPY go.mod . [2025-07-04T01:25:16.425Z] RUN go mod download [2025-07-04T01:25:16.425Z] + docker build -t ci-base-image-x86_64 -f - . [2025-07-04T01:25:16.994Z] #0 building with "default" instance using docker driver [2025-07-04T01:25:16.994Z] [2025-07-04T01:25:16.994Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:25:16.994Z] #1 transferring dockerfile: 164B done [2025-07-04T01:25:16.994Z] #1 DONE 0.0s [2025-07-04T01:25:16.994Z] [2025-07-04T01:25:16.994Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-04T01:25:16.994Z] #2 DONE 0.0s [2025-07-04T01:25:16.994Z] [2025-07-04T01:25:16.994Z] #3 [internal] load .dockerignore [2025-07-04T01:25:16.994Z] #3 transferring context: 50B done [2025-07-04T01:25:16.994Z] #3 DONE 0.1s [2025-07-04T01:25:17.254Z] [2025-07-04T01:25:17.254Z] #4 [internal] load build context [2025-07-04T01:25:17.254Z] #4 transferring context: 6.51kB done [2025-07-04T01:25:17.254Z] #4 DONE 0.1s [2025-07-04T01:25:17.254Z] [2025-07-04T01:25:17.254Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-04T01:25:17.254Z] #5 DONE 0.1s [2025-07-04T01:25:17.254Z] [2025-07-04T01:25:17.254Z] #6 [2/4] WORKDIR /edgex [2025-07-04T01:25:20.548Z] #6 DONE 2.9s [2025-07-04T01:25:20.548Z] [2025-07-04T01:25:20.548Z] #7 [3/4] COPY go.mod . [2025-07-04T01:25:20.548Z] #7 DONE 0.0s [2025-07-04T01:25:20.548Z] [2025-07-04T01:25:20.548Z] #8 [4/4] RUN go mod download [2025-07-04T01:25:22.521Z] Still waiting to schedule task [2025-07-04T01:25:22.522Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-4491’ [2025-07-04T01:25:47.103Z] #8 DONE 22.9s [2025-07-04T01:25:47.103Z] [2025-07-04T01:25:47.103Z] #9 exporting to image [2025-07-04T01:25:47.103Z] #9 exporting layers [2025-07-04T01:25:47.103Z] #9 exporting layers 3.5s done [2025-07-04T01:25:47.103Z] #9 writing image sha256:f4a7de38865a15f75d6471d73c819afe1f88546d9f73caa9826ce4c5d3672c0a done [2025-07-04T01:25:47.103Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2025-07-04T01:25:47.103Z] #9 DONE 3.5s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:25:47.404Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-04T01:25:47.404Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-04T01:25:47.482Z] prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container [2025-07-04T01:25:47.505Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-07-04T01:25:47.760Z] $ docker top 79b1d6e99e942657f79f4610ad830f8e951a0bd434845627f29f98ed032e7fbc -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-04T01:25:48.110Z] + go version [2025-07-04T01:25:48.110Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-07-04T01:25:48.120Z] $ docker stop --time=1 79b1d6e99e942657f79f4610ad830f8e951a0bd434845627f29f98ed032e7fbc [2025-07-04T01:25:49.383Z] $ docker rm -f --volumes 79b1d6e99e942657f79f4610ad830f8e951a0bd434845627f29f98ed032e7fbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:25:49.826Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-04T01:25:49.826Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-04T01:25:49.908Z] prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container [2025-07-04T01:25:49.938Z] $ 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/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-07-04T01:25:50.177Z] $ docker top 3bfa85ba17256f7287fb96c9edbcde92bdf31f283774df84e091ac84d5fac52a -eo pid,comm [Pipeline] { [Pipeline] echo [2025-07-04T01:25:50.251Z] ========================================================= [2025-07-04T01:25:50.251Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-07-04T01:25:50.251Z] ========================================================= [Pipeline] sh [2025-07-04T01:25:50.529Z] + git config --global --add safe.directory /w/workspace/edgex-go/867 [Pipeline] fileExists [Pipeline] sh [2025-07-04T01:25:50.836Z] + make test [2025-07-04T01:25:50.836Z] go test -race -coverprofile=coverage.out ./... [2025-07-04T01:25:58.959Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-07-04T01:26:20.880Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-07-04T01:26:20.880Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-07-04T01:26:20.880Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-07-04T01:26:20.880Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-07-04T01:26:20.880Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-07-04T01:26:21.140Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-07-04T01:26:21.140Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-07-04T01:26:21.140Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-07-04T01:26:21.140Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-07-04T01:26:21.140Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-07-04T01:26:21.400Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-07-04T01:26:21.400Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-07-04T01:26:21.400Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-07-04T01:26:21.400Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-07-04T01:26:21.400Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-07-04T01:26:21.400Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-07-04T01:26:21.400Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-07-04T01:26:22.779Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.028s coverage: 42.3% of statements [2025-07-04T01:26:22.779Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-07-04T01:26:22.779Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-07-04T01:26:23.038Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-07-04T01:26:23.038Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-07-04T01:26:23.605Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.031s coverage: 97.0% of statements [2025-07-04T01:26:24.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-07-04T01:26:24.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-07-04T01:26:24.173Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-07-04T01:26:24.173Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-04T01:26:24.173Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-07-04T01:26:24.173Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-07-04T01:26:24.173Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-07-04T01:26:24.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-07-04T01:26:24.173Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-07-04T01:26:24.173Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-07-04T01:26:25.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-07-04T01:26:25.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-07-04T01:26:25.549Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-07-04T01:26:25.549Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-07-04T01:26:25.549Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-07-04T01:26:25.549Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-04T01:26:26.924Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.053s coverage: 69.4% of statements [2025-07-04T01:26:26.924Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.024s coverage: 3.5% of statements [2025-07-04T01:26:26.924Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.064s coverage: 46.3% of statements [2025-07-04T01:26:26.924Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-07-04T01:26:26.924Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-07-04T01:26:26.924Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.848s coverage: 93.4% of statements [2025-07-04T01:26:26.924Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.038s coverage: 92.4% of statements [2025-07-04T01:26:27.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.054s coverage: 8.4% of statements [2025-07-04T01:26:28.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-07-04T01:26:28.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-07-04T01:26:28.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-07-04T01:26:28.797Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-04T01:26:28.797Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-07-04T01:26:28.797Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-07-04T01:26:28.797Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-07-04T01:26:28.797Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-07-04T01:26:28.797Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-07-04T01:26:28.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-07-04T01:26:28.797Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-07-04T01:26:28.797Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-07-04T01:26:28.797Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-07-04T01:26:28.797Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-07-04T01:26:30.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.404s coverage: 95.8% of statements [2025-07-04T01:26:30.174Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements [2025-07-04T01:26:30.174Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-07-04T01:26:30.174Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-07-04T01:26:30.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-07-04T01:26:30.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-07-04T01:26:30.433Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-07-04T01:26:30.433Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-07-04T01:26:31.372Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.034s coverage: 0.0% of statements [no tests to run] [2025-07-04T01:26:31.631Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 1.0% of statements [2025-07-04T01:26:31.631Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.029s coverage: 38.1% of statements [2025-07-04T01:26:31.631Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.015s coverage: 81.1% of statements [2025-07-04T01:26:31.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.025s coverage: 40.0% of statements [2025-07-04T01:26:31.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.022s coverage: 87.1% of statements [2025-07-04T01:26:32.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.027s coverage: 94.1% of statements [2025-07-04T01:26:32.165Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-07-04T01:26:32.165Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-07-04T01:26:32.165Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-07-04T01:26:32.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.036s coverage: 96.3% of statements [2025-07-04T01:26:32.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-07-04T01:26:32.734Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-07-04T01:26:32.734Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-07-04T01:26:32.734Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-07-04T01:26:32.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.017s coverage: 87.5% of statements [2025-07-04T01:26:33.673Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-07-04T01:26:33.673Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-07-04T01:26:33.673Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-07-04T01:26:34.609Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-07-04T01:26:34.609Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-07-04T01:26:34.609Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-07-04T01:26:34.609Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-07-04T01:26:35.177Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-07-04T01:26:35.177Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-07-04T01:26:35.437Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-07-04T01:26:37.336Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-07-04T01:26:37.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-07-04T01:26:38.730Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-07-04T01:26:39.667Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-07-04T01:26:39.667Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-07-04T01:26:39.667Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-07-04T01:26:42.956Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-07-04T01:26:43.216Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-07-04T01:26:43.216Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-07-04T01:26:43.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-07-04T01:26:43.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-07-04T01:26:43.476Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-04T01:26:45.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.029s coverage: 94.4% of statements [2025-07-04T01:26:45.380Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-07-04T01:26:45.380Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-07-04T01:26:45.380Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-07-04T01:26:45.642Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-07-04T01:26:45.642Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-07-04T01:26:45.642Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-07-04T01:26:45.902Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-07-04T01:26:46.161Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-07-04T01:26:46.161Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-07-04T01:26:46.161Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-07-04T01:26:46.161Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-07-04T01:26:46.161Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-07-04T01:26:47.536Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-07-04T01:26:47.536Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-07-04T01:26:47.536Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-07-04T01:26:47.536Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-07-04T01:26:48.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-07-04T01:26:48.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-07-04T01:26:48.910Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-04T01:26:48.910Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-07-04T01:26:48.910Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-07-04T01:26:48.910Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-07-04T01:26:48.910Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-07-04T01:26:50.287Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-07-04T01:26:50.287Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-07-04T01:26:50.287Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.043s coverage: 92.9% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 68.8% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.029s coverage: 62.3% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.028s coverage: 87.2% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.082s coverage: 81.8% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.075s coverage: 82.1% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.041s coverage: 6.8% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.039s coverage: 33.3% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.041s coverage: 100.0% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.174s coverage: 54.5% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.015s coverage: 100.0% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.022s coverage: 73.7% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.026s coverage: 88.6% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.026s coverage: 96.8% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.020s coverage: 100.0% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.171s coverage: 29.2% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.021s coverage: 93.8% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.028s coverage: 76.2% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.025s coverage: 54.0% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.064s coverage: 17.0% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.110s coverage: 94.9% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.031s coverage: 9.0% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.073s coverage: 97.7% of statements [2025-07-04T01:26:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.032s coverage: 43.6% of statements [2025-07-04T01:26:55.562Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2025-07-04T01:26:55.562Z] running golangci-lint [2025-07-04T01:26:55.820Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-07-04T01:26:55.820Z] go version go1.23.9 linux/amd64 [2025-07-04T01:26:55.820Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-07-04T01:26:55.820Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-07-04T01:26:56.079Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-07-04T01:27:18.006Z] level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|imports|types_sizes|compiled_files|files|name) took 21.233617191s" [2025-07-04T01:27:18.006Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 39.866744ms" [2025-07-04T01:27:30.197Z] level=info msg="[linters_context/goanalysis] analyzers took 1m30.7870192s with top 10 stages: buildir: 53.062942222s, gosec: 3.421190105s, inspect: 3.01097075s, fact_deprecated: 2.203134062s, printf: 1.449834855s, fact_purity: 1.283749422s, ctrlflow: 1.222867333s, nilness: 1.13204456s, directives: 960.367821ms, unused: 911.315992ms" [2025-07-04T01:27:30.197Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-07-04T01:27:30.197Z] level=info msg="[runner] Processors filtering stat (in/out): nolint: 20/0, invalid_issue: 202/202, identifier_marker: 202/202, exclude-rules: 202/20, skip_files: 202/202, skip_dirs: 202/202, autogenerated_exclude: 202/202, exclude: 202/202, path_prettifier: 202/202, filename_unadjuster: 202/202, cgo: 202/202" [2025-07-04T01:27:30.197Z] level=info msg="[runner] processing took 16.977081ms with stages: nolint: 7.395473ms, identifier_marker: 3.669251ms, path_prettifier: 1.906952ms, autogenerated_exclude: 1.621178ms, skip_dirs: 1.197263ms, exclude-rules: 1.113643ms, cgo: 27.991µs, invalid_issue: 27.88µs, filename_unadjuster: 14.01µs, max_same_issues: 680ns, uniq_by_line: 520ns, skip_files: 400ns, fixer: 390ns, exclude: 270ns, sort_results: 240ns, source_code: 190ns, max_from_linter: 170ns, diff: 150ns, path_shortener: 120ns, max_per_file_from_linter: 110ns, path_prefixer: 100ns, severity-rules: 100ns" [2025-07-04T01:27:30.197Z] level=info msg="[runner] linters took 11.272184625s with stages: goanalysis_metalinter: 11.255125153s" [2025-07-04T01:27:30.197Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-07-04T01:27:30.197Z] level=info msg="Memory: 326 samples, avg is 295.4MB, max is 1432.2MB" [2025-07-04T01:27:30.197Z] level=info msg="Execution took 32.553855404s" [2025-07-04T01:27:30.197Z] go vet ./... [2025-07-04T01:27:35.457Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-04T01:27:35.457Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-04T01:27:35.457Z] ./bin/test-attribution-txt.sh [2025-07-04T01:27:35.457Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-07-04T01:27:35.457Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-07-04T01:27:35.457Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-07-04T01:27:35.457Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-07-04T01:27:35.457Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-07-04T01:27:35.744Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-07-04T01:27:36.031Z] + ls -al . [2025-07-04T01:27:36.031Z] total 1996 [2025-07-04T01:27:36.031Z] drwxrwxr-x 11 1001 1001 4096 Jul 4 01:25 . [2025-07-04T01:27:36.031Z] drwxr-xr-x 4 root root 4096 Jul 4 01:25 .. [2025-07-04T01:27:36.031Z] drwxrwxr-x 2 1001 1001 4096 Jul 4 01:24 .blubracket [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 10 Jul 4 01:24 .dockerignore [2025-07-04T01:27:36.031Z] drwxrwxr-x 8 1001 1001 4096 Jul 4 01:26 .git [2025-07-04T01:27:36.031Z] drwxrwxr-x 3 1001 1001 4096 Jul 4 01:24 .github [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 909 Jul 4 01:24 .gitignore [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 218 Jul 4 01:24 .golangci.yml [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 100 Jul 4 01:24 .hadolint.yml [2025-07-04T01:27:36.031Z] drwxr-xr-x 3 1001 1001 4096 Jul 4 01:25 .semver [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 155 Jul 4 01:24 .sonarcloud.properties [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 1171 Jul 4 01:24 ADOPTERS.md [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 17374 Jul 4 01:24 Attribution.txt [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 108018 Jul 4 01:24 CHANGELOG.md [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 3804 Jul 4 01:24 CONTRIBUTING.md [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 677 Jul 4 01:24 GOVERNANCE.md [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 858 Jul 4 01:24 Jenkinsfile [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 10775 Jul 4 01:24 LICENSE [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 16740 Jul 4 01:24 Makefile [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 582 Jul 4 01:24 OWNERS.md [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 9932 Jul 4 01:24 README.md [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 789 Jul 4 01:24 SECURITY.md [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 12 Jul 4 01:25 VERSION [2025-07-04T01:27:36.031Z] drwxrwxr-x 2 1001 1001 4096 Jul 4 01:24 bin [2025-07-04T01:27:36.031Z] drwxrwxr-x 19 1001 1001 4096 Jul 4 01:24 cmd [2025-07-04T01:27:36.031Z] -rw-r--r-- 1 root root 1666030 Jul 4 01:26 coverage.out [2025-07-04T01:27:36.031Z] drwxrwxr-x 2 1001 1001 4096 Jul 4 01:24 fuzz_test [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 6474 Jul 4 01:24 go.mod [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 88358 Jul 4 01:24 go.sum [2025-07-04T01:27:36.031Z] drwxrwxr-x 7 1001 1001 4096 Jul 4 01:24 internal [2025-07-04T01:27:36.031Z] drwxrwxr-x 2 1001 1001 4096 Jul 4 01:24 openapi [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 584 Jul 4 01:24 security.txt [2025-07-04T01:27:36.031Z] -rw-rw-r-- 1 1001 1001 204 Jul 4 01:24 version.go [Pipeline] sh [2025-07-04T01:27:36.319Z] + '[' -e coverage.out ] [2025-07-04T01:27:36.319Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-07-04T01:27:36.482Z] Stashed 1 file(s) [Pipeline] sh [2025-07-04T01:27:36.759Z] + make build [2025-07-04T01:27:36.759Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-07-04T01:27:58.690Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-07-04T01:27:58.690Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-07-04T01:27:58.948Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-07-04T01:27:59.516Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-07-04T01:28:00.895Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-07-04T01:28:07.212Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-07-04T01:28:08.147Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-07-04T01:28:10.050Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-07-04T01:28:12.581Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-07-04T01:28:14.131Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-07-04T01:28:15.509Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-07-04T01:28:16.447Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-07-04T01:28:17.842Z] $ docker stop --time=1 3bfa85ba17256f7287fb96c9edbcde92bdf31f283774df84e091ac84d5fac52a [2025-07-04T01:28:21.587Z] $ docker rm -f --volumes 3bfa85ba17256f7287fb96c9edbcde92bdf31f283774df84e091ac84d5fac52a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:28:23.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-07-04T01:28:23.857Z] [2025-07-04T01:28:23.857Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:28:24.165Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-07-04T01:28:24.165Z] latest: Pulling from edgex-devops/edgex-compose [2025-07-04T01:28:24.165Z] 91d30c5bc195: Pulling fs layer [2025-07-04T01:28:24.165Z] 2e9b0aa3be6d: Pulling fs layer [2025-07-04T01:28:24.165Z] 9c61dcf015f6: Pulling fs layer [2025-07-04T01:28:24.165Z] 4698f68db338: Pulling fs layer [2025-07-04T01:28:24.165Z] 2a2f49069b9e: Pulling fs layer [2025-07-04T01:28:24.165Z] e0025b399a48: Pulling fs layer [2025-07-04T01:28:24.165Z] 2a2f49069b9e: Waiting [2025-07-04T01:28:24.165Z] 4698f68db338: Waiting [2025-07-04T01:28:24.165Z] e0025b399a48: Waiting [2025-07-04T01:28:24.165Z] 91d30c5bc195: Verifying Checksum [2025-07-04T01:28:24.165Z] 91d30c5bc195: Download complete [2025-07-04T01:28:24.165Z] 4698f68db338: Verifying Checksum [2025-07-04T01:28:24.165Z] 4698f68db338: Download complete [2025-07-04T01:28:24.423Z] 2e9b0aa3be6d: Verifying Checksum [2025-07-04T01:28:24.423Z] 2e9b0aa3be6d: Download complete [2025-07-04T01:28:24.423Z] e0025b399a48: Verifying Checksum [2025-07-04T01:28:24.423Z] e0025b399a48: Download complete [2025-07-04T01:28:24.423Z] 91d30c5bc195: Pull complete [2025-07-04T01:28:24.423Z] 2a2f49069b9e: Verifying Checksum [2025-07-04T01:28:24.423Z] 2a2f49069b9e: Download complete [2025-07-04T01:28:24.695Z] 2e9b0aa3be6d: Pull complete [2025-07-04T01:28:24.953Z] 9c61dcf015f6: Verifying Checksum [2025-07-04T01:28:24.953Z] 9c61dcf015f6: Download complete [2025-07-04T01:28:28.111Z] 9c61dcf015f6: Pull complete [2025-07-04T01:28:28.111Z] 4698f68db338: Pull complete [2025-07-04T01:28:28.111Z] 2a2f49069b9e: Pull complete [2025-07-04T01:28:28.111Z] e0025b399a48: Pull complete [2025-07-04T01:28:28.111Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-07-04T01:28:28.111Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-07-04T01:28:28.111Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-04T01:28:28.209Z] prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container [2025-07-04T01:28:28.238Z] $ 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/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-07-04T01:28:30.101Z] $ docker top 2fa57fda827d82e290e338927f7df0df79720c35548cf3bcb19e7a8bb0619283 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-04T01:28:30.451Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-07-04T01:28:30.710Z] #1 [core-data internal] load build definition from Dockerfile [2025-07-04T01:28:30.710Z] #1 transferring dockerfile: 2.04kB done [2025-07-04T01:28:30.710Z] #1 DONE 0.0s [2025-07-04T01:28:30.710Z] [2025-07-04T01:28:30.710Z] #2 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-04T01:28:30.710Z] #2 DONE 0.0s [2025-07-04T01:28:30.710Z] [2025-07-04T01:28:30.710Z] #3 [core-metadata internal] load build definition from Dockerfile [2025-07-04T01:28:30.710Z] #3 transferring dockerfile: 2.10kB done [2025-07-04T01:28:30.710Z] #3 DONE 0.1s [2025-07-04T01:28:30.710Z] [2025-07-04T01:28:30.710Z] #4 [support-scheduler internal] load build definition from Dockerfile [2025-07-04T01:28:30.710Z] #4 ... [2025-07-04T01:28:30.710Z] [2025-07-04T01:28:30.710Z] #5 [security-proxy-setup internal] load build definition from Dockerfile [2025-07-04T01:28:30.710Z] #5 transferring dockerfile: 2.50kB done [2025-07-04T01:28:30.710Z] #5 DONE 0.1s [2025-07-04T01:28:30.710Z] [2025-07-04T01:28:30.710Z] #6 [security-spire-agent internal] load build definition from Dockerfile [2025-07-04T01:28:30.710Z] #6 transferring dockerfile: 1.81kB done [2025-07-04T01:28:30.710Z] #6 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-07-04T01:28:30.710Z] #6 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2025-07-04T01:28:30.710Z] #6 DONE 0.1s [2025-07-04T01:28:30.710Z] [2025-07-04T01:28:30.710Z] #7 [security-secretstore-setup internal] load build definition from Dockerfile [2025-07-04T01:28:30.710Z] #7 transferring dockerfile: 2.49kB done [2025-07-04T01:28:30.710Z] #7 DONE 0.1s [2025-07-04T01:28:30.710Z] [2025-07-04T01:28:30.710Z] #8 [core-command internal] load build definition from Dockerfile [2025-07-04T01:28:30.710Z] #8 transferring dockerfile: 1.94kB done [2025-07-04T01:28:30.710Z] #8 DONE 0.1s [2025-07-04T01:28:30.710Z] [2025-07-04T01:28:30.710Z] #2 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-04T01:28:30.710Z] #2 DONE 0.0s [2025-07-04T01:28:30.710Z] [2025-07-04T01:28:30.710Z] #9 [security-proxy-auth internal] load build definition from Dockerfile [2025-07-04T01:28:30.710Z] #9 transferring dockerfile: 2.14kB done [2025-07-04T01:28:30.710Z] #9 DONE 0.2s [2025-07-04T01:28:30.710Z] [2025-07-04T01:28:30.710Z] #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-07-04T01:28:30.710Z] #10 transferring dockerfile: 2.23kB done [2025-07-04T01:28:30.710Z] #10 DONE 0.2s [2025-07-04T01:28:30.710Z] [2025-07-04T01:28:30.710Z] #4 [support-scheduler internal] load build definition from Dockerfile [2025-07-04T01:28:30.710Z] #4 transferring dockerfile: 1.83kB done [2025-07-04T01:28:30.968Z] #4 DONE 0.2s [2025-07-04T01:28:30.968Z] [2025-07-04T01:28:30.968Z] #11 [security-spire-server internal] load build definition from Dockerfile [2025-07-04T01:28:30.968Z] #11 transferring dockerfile: 1.70kB done [2025-07-04T01:28:30.968Z] #11 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-07-04T01:28:30.968Z] #11 DONE 0.2s [2025-07-04T01:28:30.968Z] [2025-07-04T01:28:30.968Z] #12 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-07-04T01:28:30.968Z] #12 transferring dockerfile: 1.89kB done [2025-07-04T01:28:30.968Z] #12 DONE 0.2s [2025-07-04T01:28:30.968Z] [2025-07-04T01:28:30.968Z] #13 [security-spire-config internal] load build definition from Dockerfile [2025-07-04T01:28:30.968Z] #13 transferring dockerfile: 1.69kB done [2025-07-04T01:28:30.968Z] #13 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-07-04T01:28:30.968Z] #13 DONE 0.2s [2025-07-04T01:28:30.968Z] [2025-07-04T01:28:30.968Z] #14 [security-bootstrapper internal] load build definition from Dockerfile [2025-07-04T01:28:30.968Z] #14 transferring dockerfile: 3.02kB done [2025-07-04T01:28:30.968Z] #14 DONE 0.2s [2025-07-04T01:28:30.968Z] [2025-07-04T01:28:30.968Z] #15 [support-notifications internal] load build definition from Dockerfile [2025-07-04T01:28:30.969Z] #15 transferring dockerfile: 2.00kB done [2025-07-04T01:28:30.969Z] #15 DONE 0.2s [2025-07-04T01:28:30.969Z] [2025-07-04T01:28:30.969Z] #16 [core-keeper internal] load build definition from Dockerfile [2025-07-04T01:28:30.969Z] #16 transferring dockerfile: 2.01kB done [2025-07-04T01:28:30.969Z] #16 DONE 0.2s [2025-07-04T01:28:30.969Z] [2025-07-04T01:28:30.969Z] #2 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-04T01:28:30.969Z] #2 DONE 0.0s [2025-07-04T01:28:30.969Z] [2025-07-04T01:28:30.969Z] #17 [core-data internal] load .dockerignore [2025-07-04T01:28:30.969Z] #17 transferring context: 50B done [2025-07-04T01:28:30.969Z] #17 DONE 0.1s [2025-07-04T01:28:30.969Z] [2025-07-04T01:28:30.969Z] #18 [security-proxy-setup internal] load .dockerignore [2025-07-04T01:28:30.969Z] #18 transferring context: 50B done [2025-07-04T01:28:30.969Z] #18 DONE 0.1s [2025-07-04T01:28:30.969Z] [2025-07-04T01:28:30.969Z] #19 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2025-07-04T01:28:30.969Z] #19 DONE 0.2s [2025-07-04T01:28:30.969Z] [2025-07-04T01:28:30.969Z] #20 [core-metadata internal] load .dockerignore [2025-07-04T01:28:30.969Z] #20 transferring context: 50B done [2025-07-04T01:28:30.969Z] #20 DONE 0.1s [2025-07-04T01:28:30.969Z] [2025-07-04T01:28:30.969Z] #21 [security-secretstore-setup internal] load .dockerignore [2025-07-04T01:28:30.969Z] #21 transferring context: 50B done [2025-07-04T01:28:30.969Z] #21 DONE 0.1s [2025-07-04T01:28:30.969Z] [2025-07-04T01:28:30.969Z] #22 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:28:30.969Z] #22 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-04T01:28:30.969Z] #22 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-04T01:28:30.969Z] #22 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-04T01:28:30.969Z] #22 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-04T01:28:30.969Z] #22 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-04T01:28:30.969Z] #22 DONE 0.2s [2025-07-04T01:28:30.969Z] [2025-07-04T01:28:30.969Z] #23 [core-command internal] load .dockerignore [2025-07-04T01:28:30.969Z] #23 transferring context: 50B done [2025-07-04T01:28:30.969Z] #23 DONE 0.1s [2025-07-04T01:28:30.969Z] [2025-07-04T01:28:30.969Z] #24 [core-common-config-bootstrapper internal] load .dockerignore [2025-07-04T01:28:30.969Z] #24 transferring context: 50B done [2025-07-04T01:28:30.969Z] #24 DONE 0.1s [2025-07-04T01:28:30.969Z] [2025-07-04T01:28:30.969Z] #25 [security-proxy-auth internal] load .dockerignore [2025-07-04T01:28:30.969Z] #25 transferring context: 50B done [2025-07-04T01:28:30.969Z] #25 DONE 0.1s [2025-07-04T01:28:30.969Z] [2025-07-04T01:28:30.969Z] #26 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-07-04T01:28:31.227Z] #26 ... [2025-07-04T01:28:31.227Z] [2025-07-04T01:28:31.227Z] #22 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:28:31.227Z] #22 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-04T01:28:31.227Z] #22 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-04T01:28:31.227Z] #22 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-04T01:28:31.227Z] #22 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-04T01:28:31.227Z] #22 DONE 0.2s [2025-07-04T01:28:31.227Z] [2025-07-04T01:28:31.227Z] #27 [security-spiffe-token-provider internal] load .dockerignore [2025-07-04T01:28:31.227Z] #27 transferring context: 50B done [2025-07-04T01:28:31.227Z] #27 DONE 0.3s [2025-07-04T01:28:31.227Z] [2025-07-04T01:28:31.227Z] #28 [core-keeper internal] load .dockerignore [2025-07-04T01:28:31.227Z] #28 transferring context: 50B done [2025-07-04T01:28:31.227Z] #28 DONE 0.3s [2025-07-04T01:28:31.227Z] [2025-07-04T01:28:31.227Z] #22 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:28:31.227Z] #22 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-04T01:28:31.227Z] #22 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-04T01:28:31.227Z] #22 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-04T01:28:31.227Z] #22 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-04T01:28:31.227Z] #22 DONE 0.2s [2025-07-04T01:28:31.227Z] [2025-07-04T01:28:31.227Z] #29 [support-notifications internal] load .dockerignore [2025-07-04T01:28:31.227Z] #29 transferring context: 50B done [2025-07-04T01:28:31.227Z] #29 DONE 0.4s [2025-07-04T01:28:31.227Z] [2025-07-04T01:28:31.227Z] #30 [security-bootstrapper internal] load .dockerignore [2025-07-04T01:28:31.227Z] #30 transferring context: 50B 0.0s done [2025-07-04T01:28:31.227Z] #30 DONE 0.4s [2025-07-04T01:28:31.227Z] [2025-07-04T01:28:31.227Z] #31 [support-scheduler internal] load .dockerignore [2025-07-04T01:28:31.227Z] #31 transferring context: 50B done [2025-07-04T01:28:31.227Z] #31 DONE 0.4s [2025-07-04T01:28:31.227Z] [2025-07-04T01:28:31.227Z] #32 [support-notifications internal] load build context [2025-07-04T01:28:31.227Z] #32 DONE 0.0s [2025-07-04T01:28:31.227Z] [2025-07-04T01:28:31.227Z] #33 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-04T01:28:31.486Z] #33 ... [2025-07-04T01:28:31.486Z] [2025-07-04T01:28:31.486Z] #22 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:28:31.486Z] #22 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-04T01:28:31.486Z] #22 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-04T01:28:31.486Z] #22 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-04T01:28:31.486Z] #22 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-04T01:28:31.486Z] #22 DONE 0.2s [2025-07-04T01:28:31.486Z] [2025-07-04T01:28:31.486Z] #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-07-04T01:28:31.486Z] #34 DONE 0.6s [2025-07-04T01:28:31.486Z] [2025-07-04T01:28:31.486Z] #33 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-04T01:28:31.486Z] #33 DONE 0.7s [2025-07-04T01:28:31.486Z] [2025-07-04T01:28:31.486Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-07-04T01:28:31.486Z] #35 DONE 0.7s [2025-07-04T01:28:31.486Z] [2025-07-04T01:28:31.486Z] #36 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-07-04T01:28:36.771Z] #36 ... [2025-07-04T01:28:36.771Z] [2025-07-04T01:28:36.771Z] #37 [core-metadata internal] load build context [2025-07-04T01:28:36.771Z] #37 transferring context: 341.37MB 5.7s [2025-07-04T01:28:36.771Z] #37 ... [2025-07-04T01:28:36.771Z] [2025-07-04T01:28:36.771Z] #38 [core-command internal] load build context [2025-07-04T01:28:37.029Z] #38 ... [2025-07-04T01:28:37.029Z] [2025-07-04T01:28:37.029Z] #37 [core-metadata internal] load build context [2025-07-04T01:28:39.559Z] #37 transferring context: 508.33MB 8.3s done [2025-07-04T01:28:40.945Z] #37 ... [2025-07-04T01:28:40.945Z] [2025-07-04T01:28:40.945Z] #39 [core-data internal] load build context [2025-07-04T01:28:40.945Z] #39 transferring context: 508.33MB 9.4s done [2025-07-04T01:28:40.945Z] #39 ... [2025-07-04T01:28:40.945Z] [2025-07-04T01:28:40.945Z] #40 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-07-04T01:28:40.945Z] #0 4.518 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:28:40.945Z] #0 4.601 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:28:40.945Z] #0 4.963 (1/4) Installing ca-certificates (20241121-r1) [2025-07-04T01:28:40.945Z] #0 4.986 (2/4) Installing dumb-init (1.2.5-r3) [2025-07-04T01:28:40.945Z] #0 4.990 (3/4) Installing su-exec (0.2-r3) [2025-07-04T01:28:40.945Z] #0 4.993 (4/4) Installing yq-go (4.44.1-r2) [2025-07-04T01:28:40.945Z] #0 5.062 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:28:40.945Z] #0 5.078 Executing ca-certificates-20241121-r1.trigger [2025-07-04T01:28:40.945Z] #0 5.127 OK: 19 MiB in 18 packages [2025-07-04T01:28:41.917Z] #40 ... [2025-07-04T01:28:41.917Z] [2025-07-04T01:28:41.917Z] #41 [core-keeper internal] load build context [2025-07-04T01:28:41.917Z] #41 transferring context: 508.33MB 9.5s done [2025-07-04T01:28:41.917Z] #41 ... [2025-07-04T01:28:41.917Z] [2025-07-04T01:28:41.917Z] #42 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-04T01:28:41.917Z] #42 ... [2025-07-04T01:28:41.917Z] [2025-07-04T01:28:41.917Z] #43 [security-bootstrapper internal] load build context [2025-07-04T01:28:41.917Z] #43 transferring context: 508.33MB 7.4s done [2025-07-04T01:28:41.917Z] #43 ... [2025-07-04T01:28:41.917Z] [2025-07-04T01:28:41.917Z] #32 [support-notifications internal] load build context [2025-07-04T01:28:41.917Z] #32 transferring context: 508.33MB 9.1s done [2025-07-04T01:28:41.917Z] #32 ... [2025-07-04T01:28:41.917Z] [2025-07-04T01:28:41.917Z] #44 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-04T01:28:41.917Z] #0 6.019 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:28:41.917Z] #0 6.098 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:28:41.917Z] #0 6.404 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-04T01:28:41.917Z] #0 6.404 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-04T01:28:41.917Z] #0 6.404 OK: 24171 distinct packages available [2025-07-04T01:28:41.917Z] #0 6.503 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:28:41.917Z] #0 6.569 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:28:41.917Z] #0 6.849 (1/14) Installing ca-certificates (20241121-r1) [2025-07-04T01:28:41.917Z] #0 6.909 (2/14) Installing brotli-libs (1.1.0-r2) [2025-07-04T01:28:41.917Z] #0 6.919 (3/14) Installing c-ares (1.33.1-r0) [2025-07-04T01:28:41.917Z] #0 6.925 (4/14) Installing libunistring (1.2-r0) [2025-07-04T01:28:41.917Z] #0 6.942 (5/14) Installing libidn2 (2.3.7-r0) [2025-07-04T01:28:41.917Z] #0 6.948 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-07-04T01:28:41.917Z] #0 6.953 (7/14) Installing libpsl (0.21.5-r1) [2025-07-04T01:28:41.917Z] #0 6.957 (8/14) Installing zstd-libs (1.5.6-r0) [2025-07-04T01:28:41.917Z] #0 6.970 (9/14) Installing libcurl (8.12.1-r0) [2025-07-04T01:28:41.917Z] #0 6.995 (10/14) Installing curl (8.12.1-r0) [2025-07-04T01:28:41.917Z] #0 7.021 (11/14) Installing dumb-init (1.2.5-r3) [2025-07-04T01:28:41.917Z] #0 7.051 (12/14) Installing musl-obstack (1.2.3-r2) [2025-07-04T01:28:41.917Z] #0 7.051 (13/14) Installing libucontext (1.2-r3) [2025-07-04T01:28:41.917Z] #0 7.058 (14/14) Installing gcompat (1.1.0-r4) [2025-07-04T01:28:41.917Z] #0 7.062 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:28:41.917Z] #0 7.074 Executing ca-certificates-20241121-r1.trigger [2025-07-04T01:28:41.917Z] #0 7.107 OK: 13 MiB in 28 packages [2025-07-04T01:28:41.917Z] #44 ... [2025-07-04T01:28:41.917Z] [2025-07-04T01:28:41.917Z] #45 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-04T01:28:41.917Z] #0 0.663 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:28:41.918Z] #0 0.806 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:28:41.918Z] #0 1.188 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-04T01:28:41.918Z] #0 1.546 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:28:41.918Z] #0 1.556 OK: 8 MiB in 15 packages [2025-07-04T01:28:42.177Z] #45 ... [2025-07-04T01:28:42.177Z] [2025-07-04T01:28:42.177Z] #46 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-07-04T01:28:42.177Z] #46 ... [2025-07-04T01:28:42.177Z] [2025-07-04T01:28:42.177Z] #47 [security-spire-agent internal] load .dockerignore [2025-07-04T01:28:42.435Z] #47 ... [2025-07-04T01:28:42.435Z] [2025-07-04T01:28:42.435Z] #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-07-04T01:28:42.435Z] #48 ... [2025-07-04T01:28:42.435Z] [2025-07-04T01:28:42.435Z] #49 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-07-04T01:28:42.435Z] #0 2.094 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:28:42.435Z] #0 2.170 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:28:42.435Z] #0 2.442 (1/4) Installing dumb-init (1.2.5-r3) [2025-07-04T01:28:42.435Z] #0 2.449 (2/4) Installing openssl (3.3.3-r0) [2025-07-04T01:28:42.435Z] #0 2.459 (3/4) Installing su-exec (0.2-r3) [2025-07-04T01:28:42.435Z] #0 2.466 (4/4) Installing yq-go (4.44.1-r2) [2025-07-04T01:28:42.435Z] #0 2.526 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:28:42.435Z] #0 2.538 OK: 19 MiB in 18 packages [2025-07-04T01:28:42.694Z] #49 ... [2025-07-04T01:28:42.694Z] [2025-07-04T01:28:42.694Z] #50 [security-spiffe-token-provider internal] load build context [2025-07-04T01:28:42.694Z] #50 transferring context: 508.33MB 8.8s done [2025-07-04T01:28:42.952Z] #50 ... [2025-07-04T01:28:42.952Z] [2025-07-04T01:28:42.952Z] #51 [security-proxy-setup internal] load build context [2025-07-04T01:28:42.952Z] #51 transferring context: 508.33MB 8.4s done [2025-07-04T01:28:42.952Z] #51 ... [2025-07-04T01:28:42.952Z] [2025-07-04T01:28:42.952Z] #52 [core-common-config-bootstrapper internal] load build context [2025-07-04T01:28:42.952Z] #52 transferring context: 508.33MB 9.2s done [2025-07-04T01:28:43.213Z] #52 ... [2025-07-04T01:28:43.213Z] [2025-07-04T01:28:43.213Z] #53 [security-spire-server internal] load .dockerignore [2025-07-04T01:28:43.213Z] #53 ... [2025-07-04T01:28:43.213Z] [2025-07-04T01:28:43.213Z] #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-07-04T01:28:43.471Z] #54 ... [2025-07-04T01:28:43.471Z] [2025-07-04T01:28:43.471Z] #55 [security-secretstore-setup internal] load build context [2025-07-04T01:28:43.471Z] #55 transferring context: 508.33MB 10.3s done [2025-07-04T01:28:43.729Z] #55 ... [2025-07-04T01:28:43.729Z] [2025-07-04T01:28:43.729Z] #56 [support-scheduler internal] load build context [2025-07-04T01:28:43.729Z] #56 transferring context: 508.33MB 7.8s done [2025-07-04T01:28:43.729Z] #56 ... [2025-07-04T01:28:43.729Z] [2025-07-04T01:28:43.729Z] #26 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-07-04T01:28:43.729Z] #26 0.636 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:28:43.729Z] #26 0.827 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:28:43.729Z] #26 1.195 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-04T01:28:43.729Z] #26 1.568 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:28:43.729Z] #26 1.574 OK: 8 MiB in 15 packages [2025-07-04T01:28:43.987Z] #26 ... [2025-07-04T01:28:43.987Z] [2025-07-04T01:28:43.987Z] #57 [security-spire-config internal] load .dockerignore [2025-07-04T01:28:43.987Z] #57 transferring context: 50B 0.0s done [2025-07-04T01:28:43.987Z] #57 ... [2025-07-04T01:28:43.987Z] [2025-07-04T01:28:43.987Z] #58 [security-proxy-auth internal] load build context [2025-07-04T01:28:43.987Z] #58 transferring context: 508.33MB 9.3s done [2025-07-04T01:28:44.925Z] #58 ... [2025-07-04T01:28:44.925Z] [2025-07-04T01:28:44.925Z] #53 [security-spire-server internal] load .dockerignore [2025-07-04T01:28:45.184Z] #53 transferring context: 50B done [2025-07-04T01:28:47.214Z] #53 ... [2025-07-04T01:28:47.214Z] [2025-07-04T01:28:47.214Z] #38 [core-command internal] load build context [2025-07-04T01:28:47.214Z] #38 transferring context: 508.33MB 7.8s done [2025-07-04T01:29:00.942Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4495 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-07-04T01:29:00.961Z] Running in /w/workspace/edgex-go/867 [Pipeline] { [Pipeline] checkout [2025-07-04T01:29:01.011Z] The recommended git tool is: git [2025-07-04T01:29:05.351Z] #38 ... [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #47 [security-spire-agent internal] load .dockerignore [2025-07-04T01:29:05.351Z] #47 transferring context: [2025-07-04T01:29:05.351Z] #47 ... [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #22 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:29:05.351Z] #22 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-04T01:29:05.351Z] #22 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-04T01:29:05.351Z] #22 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-04T01:29:05.351Z] #22 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-04T01:29:05.351Z] #22 DONE 0.2s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #57 [security-spire-config internal] load .dockerignore [2025-07-04T01:29:05.351Z] #57 DONE 32.4s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #36 [support-notifications builder 2/7] WORKDIR /edgex-go [2025-07-04T01:29:05.351Z] #36 DONE 32.3s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #49 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-07-04T01:29:05.351Z] #49 DONE 32.8s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #45 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-04T01:29:05.351Z] #45 DONE 32.8s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #44 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-04T01:29:05.351Z] #44 DONE 32.6s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #26 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-07-04T01:29:05.351Z] #26 DONE 32.8s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #40 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-07-04T01:29:05.351Z] #40 DONE 32.8s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #51 [security-proxy-setup internal] load build context [2025-07-04T01:29:05.351Z] #51 DONE 32.9s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #38 [core-command internal] load build context [2025-07-04T01:29:05.351Z] #38 DONE 32.9s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #37 [core-metadata internal] load build context [2025-07-04T01:29:05.351Z] #37 DONE 32.9s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #43 [security-bootstrapper internal] load build context [2025-07-04T01:29:05.351Z] #43 DONE 32.4s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #56 [support-scheduler internal] load build context [2025-07-04T01:29:05.351Z] #56 DONE 32.5s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #50 [security-spiffe-token-provider internal] load build context [2025-07-04T01:29:05.351Z] #50 DONE 32.7s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #47 [security-spire-agent internal] load .dockerignore [2025-07-04T01:29:05.351Z] #47 transferring context: 50B done [2025-07-04T01:29:05.351Z] #47 DONE 32.5s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #22 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:29:05.351Z] #22 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-04T01:29:05.351Z] #22 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-04T01:29:05.351Z] #22 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-04T01:29:05.351Z] #22 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-04T01:29:05.351Z] #22 DONE 0.2s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #39 [core-data internal] load build context [2025-07-04T01:29:05.351Z] #39 DONE 33.0s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #52 [core-common-config-bootstrapper internal] load build context [2025-07-04T01:29:05.351Z] #52 DONE 32.9s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #58 [security-proxy-auth internal] load build context [2025-07-04T01:29:05.351Z] #58 DONE 32.9s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #32 [support-notifications internal] load build context [2025-07-04T01:29:05.351Z] #32 DONE 32.6s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #55 [security-secretstore-setup internal] load build context [2025-07-04T01:29:05.351Z] #55 DONE 33.0s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #41 [core-keeper internal] load build context [2025-07-04T01:29:05.351Z] #41 DONE 32.8s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #53 [security-spire-server internal] load .dockerignore [2025-07-04T01:29:05.351Z] #53 DONE 32.6s [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.351Z] #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:29:05.351Z] #59 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-07-04T01:29:05.351Z] #59 ... [2025-07-04T01:29:05.351Z] [2025-07-04T01:29:05.352Z] #22 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:29:05.352Z] #22 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-04T01:29:05.352Z] #22 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-04T01:29:05.352Z] #22 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-04T01:29:05.352Z] #22 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-04T01:29:05.352Z] #22 DONE 0.2s [2025-07-04T01:29:05.352Z] [2025-07-04T01:29:05.352Z] #59 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:29:05.352Z] #59 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-07-04T01:29:05.352Z] #59 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-07-04T01:29:05.352Z] #59 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-07-04T01:29:05.352Z] #59 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-07-04T01:29:05.352Z] #59 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s [2025-07-04T01:29:05.352Z] #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s [2025-07-04T01:29:05.352Z] #59 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s [2025-07-04T01:29:05.352Z] #59 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-07-04T01:29:05.352Z] #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-07-04T01:29:05.352Z] #59 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done [2025-07-04T01:29:05.352Z] #59 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-07-04T01:29:05.352Z] #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s [2025-07-04T01:29:05.352Z] #59 ... [2025-07-04T01:29:05.352Z] [2025-07-04T01:29:05.352Z] #60 [security-spire-server internal] load build context [2025-07-04T01:29:05.352Z] #60 transferring context: 23.80kB done [2025-07-04T01:29:05.352Z] #60 DONE 0.2s [2025-07-04T01:29:05.352Z] [2025-07-04T01:29:05.352Z] #61 [security-spire-agent internal] load build context [2025-07-04T01:29:05.352Z] #61 transferring context: 23.33kB done [2025-07-04T01:29:05.352Z] #61 DONE 0.2s [2025-07-04T01:29:05.352Z] [2025-07-04T01:29:05.352Z] #62 [security-spire-config internal] load build context [2025-07-04T01:29:05.352Z] #62 transferring context: 22.05kB done [2025-07-04T01:29:05.352Z] #62 DONE 0.4s [2025-07-04T01:29:05.352Z] [2025-07-04T01:29:05.352Z] #42 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-04T01:29:05.352Z] #42 DONE 33.0s [2025-07-04T01:29:05.352Z] [2025-07-04T01:29:05.352Z] #59 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:29:05.352Z] #59 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-07-04T01:29:05.352Z] #59 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-07-04T01:29:05.352Z] #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 22.02MB / 36.47MB 0.5s [2025-07-04T01:29:05.352Z] #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.6s [2025-07-04T01:29:05.352Z] #59 ... [2025-07-04T01:29:05.352Z] [2025-07-04T01:29:05.352Z] #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-07-04T01:29:05.352Z] #48 32.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:05.352Z] #48 32.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:05.352Z] #48 33.07 (1/3) Installing ca-certificates (20241121-r1) [2025-07-04T01:29:05.352Z] #48 33.09 (2/3) Installing dumb-init (1.2.5-r3) [2025-07-04T01:29:05.352Z] #48 33.09 (3/3) Installing tzdata (2025b-r0) [2025-07-04T01:29:05.352Z] #48 33.15 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:29:05.352Z] #48 33.15 Executing ca-certificates-20241121-r1.trigger [2025-07-04T01:29:05.352Z] #48 33.21 OK: 10 MiB in 17 packages [2025-07-04T01:29:05.352Z] #48 DONE 33.5s [2025-07-04T01:29:05.352Z] [2025-07-04T01:29:05.352Z] #46 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-07-04T01:29:05.352Z] #46 32.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:05.352Z] #46 32.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:05.352Z] #46 33.13 (1/2) Installing dumb-init (1.2.5-r3) [2025-07-04T01:29:05.352Z] #46 33.14 (2/2) Installing su-exec (0.2-r3) [2025-07-04T01:29:05.352Z] #46 33.14 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:29:05.352Z] #46 33.15 OK: 8 MiB in 16 packages [2025-07-04T01:29:05.352Z] #46 DONE 33.5s [2025-07-04T01:29:05.352Z] [2025-07-04T01:29:05.352Z] #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-07-04T01:29:05.352Z] #54 32.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:05.352Z] #54 32.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:05.352Z] #54 33.10 (1/7) Installing ca-certificates (20241121-r1) [2025-07-04T01:29:05.352Z] #54 33.12 (2/7) Installing dumb-init (1.2.5-r3) [2025-07-04T01:29:05.352Z] #54 33.13 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-07-04T01:29:05.352Z] #54 33.13 (4/7) Installing libsodium (1.0.19-r0) [2025-07-04T01:29:05.352Z] #54 33.14 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-07-04T01:29:05.352Z] #54 33.16 (6/7) Installing libzmq (4.3.5-r2) [2025-07-04T01:29:05.352Z] #54 33.19 (7/7) Installing zeromq (4.3.5-r2) [2025-07-04T01:29:05.352Z] #54 33.19 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:29:05.352Z] #54 33.20 Executing ca-certificates-20241121-r1.trigger [2025-07-04T01:29:05.352Z] #54 33.25 OK: 12 MiB in 21 packages [2025-07-04T01:29:05.352Z] #54 DONE 33.5s [2025-07-04T01:29:05.352Z] [2025-07-04T01:29:05.352Z] #59 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:29:05.352Z] #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.8s done [2025-07-04T01:29:05.352Z] #59 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 [2025-07-04T01:29:05.611Z] #59 ... [2025-07-04T01:29:05.611Z] [2025-07-04T01:29:05.611Z] #63 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-04T01:29:05.611Z] #63 DONE 1.7s [2025-07-04T01:29:05.611Z] [2025-07-04T01:29:05.611Z] #59 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:29:05.611Z] #59 ... [2025-07-04T01:29:05.611Z] [2025-07-04T01:29:05.611Z] #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-04T01:29:05.611Z] #64 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.0s done [2025-07-04T01:29:05.611Z] #64 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-07-04T01:29:05.611Z] #64 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-07-04T01:29:05.611Z] #64 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-07-04T01:29:05.611Z] #64 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-07-04T01:29:05.611Z] #64 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-07-04T01:29:05.611Z] #64 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done [2025-07-04T01:29:05.611Z] #64 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.6s done [2025-07-04T01:29:05.611Z] #64 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-07-04T01:29:05.611Z] #64 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.6s done [2025-07-04T01:29:05.611Z] #64 DONE 1.6s [2025-07-04T01:29:05.611Z] [2025-07-04T01:29:05.611Z] #59 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:29:05.915Z] using credential edgex-jenkins-ssh [2025-07-04T01:29:05.941Z] Cloning the remote Git repository [2025-07-04T01:29:05.988Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-07-04T01:29:06.175Z] #59 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.3s done [2025-07-04T01:29:06.743Z] #59 ... [2025-07-04T01:29:06.743Z] [2025-07-04T01:29:06.743Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-04T01:29:06.743Z] #0 1.100 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:06.743Z] #0 1.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:06.743Z] #0 1.453 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-04T01:29:06.743Z] #0 1.453 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-04T01:29:06.743Z] #0 1.453 OK: 24171 distinct packages available [2025-07-04T01:29:06.743Z] #0 1.503 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:06.743Z] #0 1.587 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:06.743Z] #0 1.897 (1/4) Installing dumb-init (1.2.5-r3) [2025-07-04T01:29:06.743Z] #0 1.903 (2/4) Installing musl-obstack (1.2.3-r2) [2025-07-04T01:29:06.743Z] #0 1.906 (3/4) Installing libucontext (1.2-r3) [2025-07-04T01:29:06.743Z] #0 1.912 (4/4) Installing gcompat (1.1.0-r4) [2025-07-04T01:29:06.743Z] #0 1.919 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:29:06.743Z] #0 1.919 OK: 8 MiB in 18 packages [2025-07-04T01:29:06.743Z] #65 DONE 3.1s [2025-07-04T01:29:06.743Z] [2025-07-04T01:29:06.743Z] #66 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-07-04T01:29:06.743Z] #0 1.735 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:06.743Z] #0 1.826 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:06.743Z] #0 2.159 OK: 248 MiB in 58 packages [2025-07-04T01:29:06.743Z] #66 DONE 3.1s [2025-07-04T01:29:07.000Z] [2025-07-04T01:29:07.000Z] #67 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-07-04T01:29:07.000Z] #0 1.780 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:07.000Z] #0 1.859 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:07.000Z] #0 2.178 OK: 248 MiB in 58 packages [2025-07-04T01:29:07.000Z] #67 DONE 3.2s [2025-07-04T01:29:07.000Z] [2025-07-04T01:29:07.000Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-04T01:29:07.000Z] #0 1.773 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:07.000Z] #0 1.863 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:07.000Z] #0 2.168 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-04T01:29:07.001Z] #0 2.168 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-04T01:29:07.001Z] #0 2.168 OK: 24171 distinct packages available [2025-07-04T01:29:07.001Z] #0 2.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:07.001Z] #0 2.289 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:07.001Z] #0 2.562 OK: 248 MiB in 58 packages [2025-07-04T01:29:07.001Z] #68 DONE 3.1s [2025-07-04T01:29:07.001Z] [2025-07-04T01:29:07.001Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-07-04T01:29:07.001Z] #0 1.647 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:07.001Z] #0 1.730 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:07.001Z] #0 2.031 OK: 248 MiB in 58 packages [2025-07-04T01:29:07.001Z] #69 DONE 3.2s [2025-07-04T01:29:07.001Z] [2025-07-04T01:29:07.001Z] #70 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-07-04T01:29:07.001Z] #0 1.107 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:07.001Z] #0 1.912 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:07.001Z] #0 2.200 OK: 13 MiB in 28 packages [2025-07-04T01:29:07.001Z] #70 DONE 3.1s [2025-07-04T01:29:07.001Z] [2025-07-04T01:29:07.001Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-07-04T01:29:07.001Z] #0 1.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:07.001Z] #0 1.690 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:07.001Z] #0 2.034 OK: 248 MiB in 58 packages [2025-07-04T01:29:07.001Z] #71 DONE 3.2s [2025-07-04T01:29:07.001Z] [2025-07-04T01:29:07.001Z] #72 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:29:07.001Z] #72 DONE 0.2s [2025-07-04T01:29:07.001Z] [2025-07-04T01:29:07.001Z] #73 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:29:07.001Z] #73 DONE 0.2s [2025-07-04T01:29:07.001Z] [2025-07-04T01:29:07.001Z] #74 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:29:07.001Z] #74 DONE 0.2s [2025-07-04T01:29:07.001Z] [2025-07-04T01:29:07.001Z] #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:29:07.001Z] #75 DONE 0.2s [2025-07-04T01:29:07.001Z] [2025-07-04T01:29:07.001Z] #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:29:07.001Z] #76 DONE 0.2s [2025-07-04T01:29:07.001Z] [2025-07-04T01:29:07.001Z] #77 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:29:07.258Z] #77 ... [2025-07-04T01:29:07.258Z] [2025-07-04T01:29:07.258Z] #59 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:29:07.258Z] #59 DONE 3.5s [2025-07-04T01:29:07.258Z] [2025-07-04T01:29:07.258Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-07-04T01:29:07.258Z] #0 3.023 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:07.258Z] #0 3.094 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:07.258Z] #0 3.410 OK: 8 MiB in 15 packages [2025-07-04T01:29:07.258Z] #78 DONE 3.5s [2025-07-04T01:29:06.103Z] > git init /w/workspace/edgex-go/867 # timeout=10 [2025-07-04T01:29:06.262Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-07-04T01:29:06.264Z] > git --version # timeout=10 [2025-07-04T01:29:06.282Z] > git --version # 'git version 2.25.1' [2025-07-04T01:29:06.285Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-07-04T01:29:06.444Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-04T01:29:07.517Z] [2025-07-04T01:29:07.517Z] #79 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:29:08.890Z] #79 ... [2025-07-04T01:29:08.891Z] [2025-07-04T01:29:08.891Z] #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-07-04T01:29:08.891Z] #0 4.232 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:08.891Z] #0 4.309 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:08.891Z] #0 4.628 OK: 19 MiB in 18 packages [2025-07-04T01:29:08.891Z] #80 DONE 4.8s [2025-07-04T01:29:08.891Z] [2025-07-04T01:29:08.891Z] #81 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-07-04T01:29:08.891Z] #0 4.243 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:08.891Z] #0 4.326 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:08.891Z] #0 4.639 OK: 8 MiB in 15 packages [2025-07-04T01:29:08.891Z] #81 DONE 4.8s [2025-07-04T01:29:08.891Z] [2025-07-04T01:29:08.891Z] #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-07-04T01:29:08.891Z] #82 DONE 0.0s [2025-07-04T01:29:08.891Z] [2025-07-04T01:29:08.891Z] #83 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-04T01:29:08.891Z] #0 4.068 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:08.891Z] #0 4.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:08.891Z] #0 4.584 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-04T01:29:08.891Z] #0 4.587 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-04T01:29:08.891Z] #0 4.587 OK: 24171 distinct packages available [2025-07-04T01:29:08.891Z] #0 4.667 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:08.891Z] #0 4.736 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:09.152Z] #83 5.029 (1/5) Installing dumb-init (1.2.5-r3) [2025-07-04T01:29:09.152Z] #83 5.037 (2/5) Installing musl-obstack (1.2.3-r2) [2025-07-04T01:29:09.152Z] #83 5.041 (3/5) Installing libucontext (1.2-r3) [2025-07-04T01:29:09.152Z] #83 5.041 (4/5) Installing gcompat (1.1.0-r4) [2025-07-04T01:29:09.152Z] #83 5.049 (5/5) Installing openssl (3.3.3-r0) [2025-07-04T01:29:09.152Z] #83 5.058 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:29:09.152Z] #83 5.069 OK: 9 MiB in 19 packages [2025-07-04T01:29:09.152Z] #83 DONE 5.3s [2025-07-04T01:29:09.152Z] [2025-07-04T01:29:09.152Z] #84 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-07-04T01:29:09.152Z] #0 3.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:09.152Z] #0 3.821 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:09.152Z] #0 4.132 OK: 8 MiB in 16 packages [2025-07-04T01:29:09.152Z] #84 DONE 4.3s [2025-07-04T01:29:09.152Z] [2025-07-04T01:29:09.152Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-07-04T01:29:09.152Z] #0 4.882 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:09.152Z] #0 4.959 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:09.152Z] #0 5.257 OK: 19 MiB in 18 packages [2025-07-04T01:29:09.152Z] #85 DONE 5.4s [2025-07-04T01:29:09.152Z] [2025-07-04T01:29:09.152Z] #86 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-07-04T01:29:09.152Z] #0 3.903 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:09.152Z] #0 3.980 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:09.152Z] #0 4.283 OK: 10 MiB in 17 packages [2025-07-04T01:29:09.152Z] #86 DONE 4.4s [2025-07-04T01:29:09.152Z] [2025-07-04T01:29:09.152Z] #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-07-04T01:29:09.410Z] #87 ... [2025-07-04T01:29:09.410Z] [2025-07-04T01:29:09.410Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-07-04T01:29:09.410Z] #0 2.081 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:09.410Z] #0 2.158 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:09.410Z] #0 2.490 OK: 8 MiB in 18 packages [2025-07-04T01:29:09.410Z] #88 DONE 2.6s [2025-07-04T01:29:09.668Z] [2025-07-04T01:29:09.668Z] #89 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-04T01:29:10.604Z] #89 DONE 0.8s [2025-07-04T01:29:10.604Z] [2025-07-04T01:29:10.604Z] #90 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-07-04T01:29:10.604Z] #0 4.586 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:10.604Z] #0 4.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:10.604Z] #0 5.055 OK: 12 MiB in 21 packages [2025-07-04T01:29:10.604Z] #90 DONE 5.4s [2025-07-04T01:29:10.604Z] [2025-07-04T01:29:10.604Z] #91 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-07-04T01:29:10.604Z] #0 3.112 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:10.604Z] #0 3.707 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:10.604Z] #0 4.385 OK: 248 MiB in 58 packages [2025-07-04T01:29:10.604Z] #91 DONE 4.8s [2025-07-04T01:29:10.604Z] [2025-07-04T01:29:10.604Z] #92 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-07-04T01:29:10.604Z] #92 DONE 0.1s [2025-07-04T01:29:10.604Z] [2025-07-04T01:29:10.604Z] #93 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-07-04T01:29:10.604Z] #93 DONE 0.1s [2025-07-04T01:29:10.604Z] [2025-07-04T01:29:10.604Z] #94 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-07-04T01:29:10.604Z] #0 4.422 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:10.604Z] #0 4.962 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:10.604Z] #0 5.687 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-04T01:29:10.604Z] #0 6.070 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:29:10.604Z] #0 6.085 OK: 8 MiB in 15 packages [2025-07-04T01:29:10.604Z] #94 DONE 6.2s [2025-07-04T01:29:10.604Z] [2025-07-04T01:29:10.604Z] #95 [security-spire-config stage-2 6/10] COPY security.txt / [2025-07-04T01:29:10.604Z] #95 DONE 0.1s [2025-07-04T01:29:10.604Z] [2025-07-04T01:29:10.604Z] #96 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-07-04T01:29:10.604Z] #96 DONE 0.0s [2025-07-04T01:29:10.604Z] [2025-07-04T01:29:10.604Z] #97 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-07-04T01:29:10.604Z] #97 DONE 0.0s [2025-07-04T01:29:10.604Z] [2025-07-04T01:29:10.604Z] #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:29:10.604Z] #98 ... [2025-07-04T01:29:10.604Z] [2025-07-04T01:29:10.604Z] #99 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-07-04T01:29:10.604Z] #99 DONE 0.1s [2025-07-04T01:29:10.863Z] [2025-07-04T01:29:10.863Z] #100 [security-spire-config] exporting to image [2025-07-04T01:29:10.863Z] #100 exporting layers [2025-07-04T01:29:10.863Z] #100 ... [2025-07-04T01:29:10.863Z] [2025-07-04T01:29:10.863Z] #101 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-07-04T01:29:10.863Z] #101 DONE 1.7s [2025-07-04T01:29:11.121Z] [2025-07-04T01:29:11.121Z] #102 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-07-04T01:29:11.121Z] #102 DONE 0.0s [2025-07-04T01:29:11.121Z] [2025-07-04T01:29:11.121Z] #100 [security-spire-config] exporting to image [2025-07-04T01:29:11.121Z] #100 exporting layers 0.5s done [2025-07-04T01:29:11.121Z] #100 writing image sha256:bc5ec10419d813160d63b1c38fae6413a31012e3ecfe4c742350576eaea04dc6 done [2025-07-04T01:29:11.121Z] #100 naming to docker.io/library/security-spire-config done [2025-07-04T01:29:11.121Z] #100 DONE 0.5s [2025-07-04T01:29:11.121Z] [2025-07-04T01:29:11.121Z] #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-07-04T01:29:11.121Z] #87 1.626 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:11.121Z] #87 1.708 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-04T01:29:11.380Z] #87 2.020 OK: 9 MiB in 19 packages [2025-07-04T01:29:11.380Z] #87 DONE 2.1s [2025-07-04T01:29:11.380Z] [2025-07-04T01:29:11.380Z] #103 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-07-04T01:29:12.762Z] #103 DONE 1.1s [2025-07-04T01:29:12.762Z] [2025-07-04T01:29:12.762Z] #104 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-04T01:29:12.762Z] #104 DONE 1.1s [2025-07-04T01:29:12.762Z] [2025-07-04T01:29:12.763Z] #105 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-04T01:29:12.763Z] #105 ... [2025-07-04T01:29:12.763Z] [2025-07-04T01:29:12.763Z] #106 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-07-04T01:29:12.763Z] #106 DONE 0.1s [2025-07-04T01:29:12.763Z] [2025-07-04T01:29:12.763Z] #107 [security-spire-server stage-2 6/9] COPY security.txt / [2025-07-04T01:29:13.328Z] #107 DONE 0.6s [2025-07-04T01:29:13.328Z] [2025-07-04T01:29:13.328Z] #105 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-04T01:29:13.328Z] #105 DONE 0.7s [2025-07-04T01:29:13.328Z] [2025-07-04T01:29:13.328Z] #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-07-04T01:29:13.328Z] #108 DONE 0.0s [2025-07-04T01:29:13.328Z] [2025-07-04T01:29:13.328Z] #109 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-07-04T01:29:13.328Z] #109 DONE 0.1s [2025-07-04T01:29:13.328Z] [2025-07-04T01:29:13.328Z] #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-07-04T01:29:13.328Z] #110 DONE 0.1s [2025-07-04T01:29:13.328Z] [2025-07-04T01:29:13.328Z] #111 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-07-04T01:29:13.328Z] #111 DONE 0.0s [2025-07-04T01:29:13.328Z] [2025-07-04T01:29:13.328Z] #112 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-07-04T01:29:13.328Z] #112 DONE 0.1s [2025-07-04T01:29:13.328Z] [2025-07-04T01:29:13.328Z] #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-07-04T01:29:13.328Z] #113 DONE 0.1s [2025-07-04T01:29:13.328Z] [2025-07-04T01:29:13.328Z] #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-07-04T01:29:13.328Z] #114 DONE 0.1s [2025-07-04T01:29:13.328Z] [2025-07-04T01:29:13.328Z] #115 [security-spire-server] exporting to image [2025-07-04T01:29:13.586Z] #115 ... [2025-07-04T01:29:13.586Z] [2025-07-04T01:29:13.586Z] #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-07-04T01:29:13.586Z] #116 DONE 0.0s [2025-07-04T01:29:13.586Z] [2025-07-04T01:29:13.586Z] #117 [security-spire-agent] exporting to image [2025-07-04T01:29:13.843Z] #117 ... [2025-07-04T01:29:13.843Z] [2025-07-04T01:29:13.843Z] #115 [security-spire-server] exporting to image [2025-07-04T01:29:13.843Z] #115 exporting layers 0.4s done [2025-07-04T01:29:13.843Z] #115 writing image sha256:3e049b25f8a3c9ca0c971209586a8c0901bbb1c2dfb0315e42f1903667a68e5b 0.0s done [2025-07-04T01:29:13.843Z] #115 naming to docker.io/library/security-spire-server done [2025-07-04T01:29:13.843Z] #115 DONE 0.4s [2025-07-04T01:29:13.843Z] [2025-07-04T01:29:13.843Z] #117 [security-spire-agent] exporting to image [2025-07-04T01:29:13.843Z] #117 exporting layers 0.4s done [2025-07-04T01:29:13.843Z] #117 writing image sha256:6a6d340d96fb3d66bdea4b74c2c0e7a7d5eed411ba92bf91da52bc63b36a437d done [2025-07-04T01:29:13.843Z] #117 naming to docker.io/library/security-spire-agent done [2025-07-04T01:29:13.843Z] #117 DONE 0.4s [2025-07-04T01:29:13.843Z] [2025-07-04T01:29:13.843Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:29:17.128Z] #118 ... [2025-07-04T01:29:17.128Z] [2025-07-04T01:29:17.128Z] #119 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:29:17.388Z] #119 ... [2025-07-04T01:29:17.388Z] [2025-07-04T01:29:17.388Z] #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:29:25.127Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-07-04T01:29:25.146Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-04T01:29:26.004Z] Avoid second fetch [2025-07-04T01:29:26.005Z] Checking out Revision 2a66c938598a16446a2d6239f2ebc3721c7459d7 (main) [2025-07-04T01:29:26.826Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5202)" [2025-07-04T01:29:26.015Z] > git config core.sparsecheckout # timeout=10 [2025-07-04T01:29:26.077Z] > git checkout -f 2a66c938598a16446a2d6239f2ebc3721c7459d7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-04T01:29:31.694Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-07-04T01:29:31.694Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-04T01:29:31.694Z] Dload Upload Total Spent Left Speed [2025-07-04T01:29:31.695Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 74 13063 74 9637 0 0 75289 0 --:--:-- --:--:-- --:--:-- 75289 100 13063 100 13063 0 0 98k 0 --:--:-- --:--:-- --:--:-- 99717 [Pipeline] sh [2025-07-04T01:29:32.027Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-07-04T01:29:32.362Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-07-04T01:29:32.362Z] + sudo tee /etc/docker/daemon.new [2025-07-04T01:29:32.362Z] { [2025-07-04T01:29:32.362Z] "registry-mirrors": [ [2025-07-04T01:29:32.362Z] "https://nexus3.edgexfoundry.org:10001" [2025-07-04T01:29:32.362Z] ], [2025-07-04T01:29:32.362Z] "bip": "10.250.0.254/24", [2025-07-04T01:29:32.362Z] "hosts": [ [2025-07-04T01:29:32.362Z] "tcp://0.0.0.0:5555", [2025-07-04T01:29:32.362Z] "unix:///var/run/docker.sock" [2025-07-04T01:29:32.362Z] ], [2025-07-04T01:29:32.362Z] "mtu": 1458, [2025-07-04T01:29:32.362Z] "selinux-enabled": true, [2025-07-04T01:29:32.362Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-07-04T01:29:32.362Z] } [Pipeline] sh [2025-07-04T01:29:32.697Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-07-04T01:29:33.064Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-04T01:29:51.329Z] provisioning config files... [2025-07-04T01:29:51.354Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/867@tmp/config2662127771509112527tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-04T01:29:51.825Z] ---> ****-login.sh [2025-07-04T01:29:51.825Z] nexus3.edgexfoundry.org:10001 [2025-07-04T01:29:52.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:29:52.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-04T01:29:52.422Z] Configure a credential helper to remove this warning. See [2025-07-04T01:29:52.422Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-04T01:29:52.422Z] [2025-07-04T01:29:52.422Z] Login Succeeded [2025-07-04T01:29:52.422Z] nexus3.edgexfoundry.org:10002 [2025-07-04T01:29:52.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:29:52.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-04T01:29:52.966Z] Configure a credential helper to remove this warning. See [2025-07-04T01:29:52.966Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-04T01:29:52.966Z] [2025-07-04T01:29:52.966Z] Login Succeeded [2025-07-04T01:29:52.966Z] nexus3.edgexfoundry.org:10003 [2025-07-04T01:29:53.233Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:29:53.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-04T01:29:53.233Z] Configure a credential helper to remove this warning. See [2025-07-04T01:29:53.233Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-04T01:29:53.233Z] [2025-07-04T01:29:53.233Z] Login Succeeded [2025-07-04T01:29:53.233Z] nexus3.edgexfoundry.org:10004 [2025-07-04T01:29:53.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:29:53.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-04T01:29:53.504Z] Configure a credential helper to remove this warning. See [2025-07-04T01:29:53.504Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-04T01:29:53.504Z] [2025-07-04T01:29:53.504Z] Login Succeeded [2025-07-04T01:29:53.504Z] ****.io [2025-07-04T01:29:53.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:29:54.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-04T01:29:54.042Z] Configure a credential helper to remove this warning. See [2025-07-04T01:29:54.042Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-04T01:29:54.042Z] [2025-07-04T01:29:54.042Z] Login Succeeded [2025-07-04T01:29:54.042Z] ---> ****-login.sh ends [Pipeline] } [2025-07-04T01:29:54.061Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-07-04T01:29:54.706Z] + git config --global --add safe.directory /w/workspace/edgex-go/867 [Pipeline] echo [2025-07-04T01:29:54.728Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-04T01:29:54.748Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-04T01:29:54.768Z] ========================================================= [2025-07-04T01:29:54.768Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-07-04T01:29:54.768Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-07-04T01:29:55.100Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-04T01:29:55.381Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-07-04T01:29:55.381Z] 94e9d8af2201: Pulling fs layer [2025-07-04T01:29:55.381Z] a6c56e8762df: Pulling fs layer [2025-07-04T01:29:55.381Z] f0f3c8884826: Pulling fs layer [2025-07-04T01:29:55.381Z] c7e7622c144d: Pulling fs layer [2025-07-04T01:29:55.381Z] 4f4fb700ef54: Pulling fs layer [2025-07-04T01:29:55.381Z] e8859aadc426: Pulling fs layer [2025-07-04T01:29:55.381Z] b4813487a9f6: Pulling fs layer [2025-07-04T01:29:55.381Z] 502a3d64fb4b: Pulling fs layer [2025-07-04T01:29:55.381Z] 4f4fb700ef54: Waiting [2025-07-04T01:29:55.381Z] e8859aadc426: Waiting [2025-07-04T01:29:55.381Z] b4813487a9f6: Waiting [2025-07-04T01:29:55.381Z] 502a3d64fb4b: Waiting [2025-07-04T01:29:55.381Z] c7e7622c144d: Waiting [2025-07-04T01:29:55.381Z] a6c56e8762df: Verifying Checksum [2025-07-04T01:29:55.381Z] a6c56e8762df: Download complete [2025-07-04T01:29:55.381Z] c7e7622c144d: Verifying Checksum [2025-07-04T01:29:55.381Z] c7e7622c144d: Download complete [2025-07-04T01:29:55.381Z] 4f4fb700ef54: Verifying Checksum [2025-07-04T01:29:55.381Z] 4f4fb700ef54: Download complete [2025-07-04T01:29:55.381Z] e8859aadc426: Verifying Checksum [2025-07-04T01:29:55.381Z] e8859aadc426: Download complete [2025-07-04T01:29:55.381Z] 94e9d8af2201: Verifying Checksum [2025-07-04T01:29:55.381Z] 94e9d8af2201: Download complete [2025-07-04T01:29:56.034Z] 502a3d64fb4b: Verifying Checksum [2025-07-04T01:29:56.034Z] 502a3d64fb4b: Download complete [2025-07-04T01:29:56.631Z] 94e9d8af2201: Pull complete [2025-07-04T01:29:56.900Z] a6c56e8762df: Pull complete [2025-07-04T01:29:57.485Z] f0f3c8884826: Verifying Checksum [2025-07-04T01:29:57.485Z] f0f3c8884826: Download complete [2025-07-04T01:29:58.071Z] b4813487a9f6: Verifying Checksum [2025-07-04T01:29:58.071Z] b4813487a9f6: Download complete [2025-07-04T01:30:04.111Z] #120 DONE 50.4s [2025-07-04T01:30:04.111Z] [2025-07-04T01:30:04.111Z] #119 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:30:04.111Z] #119 DONE 50.4s [2025-07-04T01:30:04.111Z] [2025-07-04T01:30:04.111Z] #77 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:30:04.111Z] #77 DONE 50.4s [2025-07-04T01:30:04.111Z] [2025-07-04T01:30:04.111Z] #79 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:30:04.111Z] #79 DONE 50.4s [2025-07-04T01:30:04.111Z] [2025-07-04T01:30:04.111Z] #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:30:04.111Z] #98 DONE 47.1s [2025-07-04T01:30:04.111Z] [2025-07-04T01:30:04.111Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:30:04.111Z] #118 DONE 50.3s [2025-07-04T01:30:04.111Z] [2025-07-04T01:30:04.111Z] #121 [core-metadata builder 6/7] COPY . . [2025-07-04T01:30:08.299Z] #121 ... [2025-07-04T01:30:08.299Z] [2025-07-04T01:30:08.299Z] #122 [security-spiffe-token-provider builder 6/7] COPY . . [2025-07-04T01:30:08.299Z] #122 ... [2025-07-04T01:30:08.299Z] [2025-07-04T01:30:08.299Z] #123 [support-notifications builder 6/7] COPY . . [2025-07-04T01:30:08.299Z] #123 ... [2025-07-04T01:30:08.299Z] [2025-07-04T01:30:08.299Z] #124 [support-scheduler builder 6/7] COPY . . [2025-07-04T01:30:08.299Z] #124 ... [2025-07-04T01:30:08.299Z] [2025-07-04T01:30:08.299Z] #125 [core-keeper builder 7/8] COPY . . [2025-07-04T01:30:08.299Z] #125 ... [2025-07-04T01:30:08.299Z] [2025-07-04T01:30:08.299Z] #126 [security-bootstrapper builder 6/7] COPY . . [2025-07-04T01:30:13.108Z] f0f3c8884826: Pull complete [2025-07-04T01:30:13.108Z] c7e7622c144d: Pull complete [2025-07-04T01:30:13.108Z] 4f4fb700ef54: Pull complete [2025-07-04T01:30:13.108Z] e8859aadc426: Pull complete [2025-07-04T01:30:18.285Z] #126 DONE 19.5s [2025-07-04T01:30:18.285Z] [2025-07-04T01:30:18.285Z] #127 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:30:18.285Z] #127 CACHED [2025-07-04T01:30:18.285Z] [2025-07-04T01:30:18.285Z] #128 [core-metadata builder 6/7] COPY . . [2025-07-04T01:30:18.285Z] #128 CACHED [2025-07-04T01:30:18.285Z] [2025-07-04T01:30:18.285Z] #129 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:30:18.285Z] #129 CACHED [2025-07-04T01:30:18.285Z] [2025-07-04T01:30:18.285Z] #130 [security-proxy-auth builder 6/7] COPY . . [2025-07-04T01:30:18.285Z] #130 CACHED [2025-07-04T01:30:18.285Z] [2025-07-04T01:30:18.285Z] #131 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:30:18.285Z] #131 CACHED [2025-07-04T01:30:18.285Z] [2025-07-04T01:30:18.285Z] #132 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:30:18.285Z] #132 CACHED [2025-07-04T01:30:18.285Z] [2025-07-04T01:30:18.285Z] #133 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:30:18.285Z] #133 CACHED [2025-07-04T01:30:18.285Z] [2025-07-04T01:30:18.285Z] #134 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-07-04T01:30:18.285Z] #134 CACHED [2025-07-04T01:30:18.285Z] [2025-07-04T01:30:18.285Z] #135 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:30:18.285Z] #135 CACHED [2025-07-04T01:30:18.285Z] [2025-07-04T01:30:18.285Z] #121 [core-command builder 6/7] COPY . . [2025-07-04T01:30:18.285Z] #121 DONE 19.5s [2025-07-04T01:30:18.285Z] [2025-07-04T01:30:18.285Z] #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:30:18.285Z] #136 CACHED [2025-07-04T01:30:18.285Z] [2025-07-04T01:30:18.285Z] #137 [core-command builder 6/7] COPY . . [2025-07-04T01:30:18.285Z] #137 CACHED [2025-07-04T01:30:18.285Z] [2025-07-04T01:30:18.285Z] #138 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:30:18.285Z] #138 CACHED [2025-07-04T01:30:18.285Z] [2025-07-04T01:30:18.285Z] #139 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:30:18.285Z] #139 CACHED [2025-07-04T01:30:18.285Z] [2025-07-04T01:30:18.285Z] #140 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:30:18.285Z] #140 CACHED [2025-07-04T01:30:18.285Z] [2025-07-04T01:30:18.285Z] #141 [security-bootstrapper builder 6/7] COPY . . [2025-07-04T01:30:18.285Z] #141 CACHED [2025-07-04T01:30:18.285Z] [2025-07-04T01:30:18.285Z] #123 [support-notifications builder 6/7] COPY . . [2025-07-04T01:30:18.285Z] #123 DONE 19.5s [2025-07-04T01:30:18.286Z] [2025-07-04T01:30:18.286Z] #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-07-04T01:30:18.286Z] #142 ... [2025-07-04T01:30:18.286Z] [2025-07-04T01:30:18.286Z] #143 [security-secretstore-setup builder 6/7] COPY . . [2025-07-04T01:30:18.286Z] #143 CACHED [2025-07-04T01:30:18.286Z] [2025-07-04T01:30:18.286Z] #144 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:30:18.286Z] #144 CACHED [2025-07-04T01:30:18.286Z] [2025-07-04T01:30:18.286Z] #145 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:30:18.286Z] #145 CACHED [2025-07-04T01:30:18.286Z] [2025-07-04T01:30:18.286Z] #124 [support-scheduler builder 6/7] COPY . . [2025-07-04T01:30:18.286Z] #124 DONE 19.5s [2025-07-04T01:30:18.286Z] [2025-07-04T01:30:18.286Z] #122 [security-spiffe-token-provider builder 6/7] COPY . . [2025-07-04T01:30:18.286Z] #122 DONE 19.5s [2025-07-04T01:30:18.286Z] [2025-07-04T01:30:18.286Z] #125 [core-keeper builder 7/8] COPY . . [2025-07-04T01:30:18.286Z] #125 DONE 19.5s [2025-07-04T01:30:18.286Z] [2025-07-04T01:30:18.286Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-04T01:30:18.286Z] #146 0.918 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-07-04T01:30:21.328Z] b4813487a9f6: Pull complete [2025-07-04T01:30:21.593Z] 502a3d64fb4b: Pull complete [2025-07-04T01:30:21.859Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-07-04T01:30:21.859Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-04T01:30:21.859Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-07-04T01:30:22.191Z] + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-04T01:30:22.191Z] WORKDIR /edgex [2025-07-04T01:30:22.191Z] COPY go.mod . [2025-07-04T01:30:22.191Z] RUN go mod download build [2025-07-04T01:30:22.191Z] -t ci-base-image-arm64 -f - . [2025-07-04T01:30:22.777Z] Sending build context to Docker daemon 3.708MB [2025-07-04T01:30:22.777Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-04T01:30:22.777Z] ---> 3bb21d53e231 [2025-07-04T01:30:22.777Z] Step 2/4 : WORKDIR /edgex [2025-07-04T01:30:24.712Z] ---> Running in 2b3a695da841 [2025-07-04T01:30:24.982Z] Removing intermediate container 2b3a695da841 [2025-07-04T01:30:24.982Z] ---> fc9270f1cb39 [2025-07-04T01:30:24.982Z] Step 3/4 : COPY go.mod . [2025-07-04T01:30:25.249Z] ---> 4d66c3861d98 [2025-07-04T01:30:25.249Z] Step 4/4 : RUN go mod download [2025-07-04T01:30:25.520Z] ---> Running in cfb6bf268a18 [2025-07-04T01:30:28.257Z] #146 ... [2025-07-04T01:30:28.257Z] [2025-07-04T01:30:28.257Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-04T01:30:28.257Z] #0 0.940 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-07-04T01:30:28.257Z] #147 ... [2025-07-04T01:30:28.257Z] [2025-07-04T01:30:28.257Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-04T01:30:28.257Z] #0 0.993 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-07-04T01:30:28.257Z] #148 ... [2025-07-04T01:30:28.257Z] [2025-07-04T01:30:28.257Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-07-04T01:30:28.257Z] #0 0.864 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-07-04T01:30:28.257Z] #149 ... [2025-07-04T01:30:28.257Z] [2025-07-04T01:30:28.257Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-04T01:30:28.257Z] #0 0.853 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-07-04T01:30:28.257Z] #150 ... [2025-07-04T01:30:28.257Z] [2025-07-04T01:30:28.257Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-07-04T01:30:28.257Z] #0 0.773 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-07-04T01:30:28.257Z] #151 ... [2025-07-04T01:30:28.257Z] [2025-07-04T01:30:28.257Z] #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-04T01:30:28.257Z] #0 0.682 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-07-04T01:30:28.257Z] #152 ... [2025-07-04T01:30:28.257Z] [2025-07-04T01:30:28.257Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-04T01:30:28.257Z] #0 0.690 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-07-04T01:30:28.514Z] #153 ... [2025-07-04T01:30:28.514Z] [2025-07-04T01:30:28.514Z] #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-07-04T01:30:28.514Z] #142 0.688 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-07-04T01:30:28.514Z] #142 ... [2025-07-04T01:30:28.514Z] [2025-07-04T01:30:28.514Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-04T01:30:28.514Z] #0 0.537 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-07-04T01:30:28.771Z] #154 ... [2025-07-04T01:30:28.771Z] [2025-07-04T01:30:28.771Z] #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-04T01:30:28.771Z] #0 0.831 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-07-04T01:30:28.771Z] #155 ... [2025-07-04T01:30:28.771Z] [2025-07-04T01:30:28.771Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-04T01:30:28.771Z] #0 0.777 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-07-04T01:31:47.147Z] Removing intermediate container cfb6bf268a18 [2025-07-04T01:31:47.147Z] ---> 59dea5d0c77d [2025-07-04T01:31:47.147Z] Successfully built 59dea5d0c77d [2025-07-04T01:31:47.147Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:31:47.496Z] + docker inspect -f . ci-base-image-arm64 [2025-07-04T01:31:47.496Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-04T01:31:47.742Z] prd-ubuntu20.04-docker-arm64-4c-16g-4495 does not seem to be running inside a container [2025-07-04T01:31:47.819Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-07-04T01:31:49.136Z] $ docker top 22a9888c1771c8f0aa29e36b96fb59a365e92c7e3e1bb8804820c372ca13b3ac -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-04T01:31:50.017Z] + go version [2025-07-04T01:31:50.017Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-07-04T01:31:50.030Z] $ docker stop --time=1 22a9888c1771c8f0aa29e36b96fb59a365e92c7e3e1bb8804820c372ca13b3ac [2025-07-04T01:31:50.181Z] #156 ... [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-07-04T01:31:50.181Z] #142 DONE 86.8s [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-07-04T01:31:50.181Z] #151 DONE 86.9s [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-04T01:31:50.181Z] #152 ... [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T01:31:50.181Z] #157 DONE 0.2s [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-07-04T01:31:50.181Z] #158 DONE 0.2s [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-04T01:31:50.181Z] #159 DONE 0.1s [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #160 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-07-04T01:31:50.181Z] #160 DONE 0.2s [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #161 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-07-04T01:31:50.181Z] #161 ... [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #162 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-07-04T01:31:50.181Z] #162 DONE 0.2s [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-07-04T01:31:50.181Z] #163 DONE 0.2s [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-04T01:31:50.181Z] #164 ... [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #161 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-07-04T01:31:50.181Z] #161 DONE 0.9s [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T01:31:50.181Z] #165 DONE 0.3s [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-07-04T01:31:50.181Z] #166 DONE 0.2s [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-07-04T01:31:50.181Z] #167 DONE 0.2s [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-04T01:31:50.181Z] #152 ... [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-07-04T01:31:50.181Z] #168 DONE 0.1s [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-04T01:31:50.181Z] #164 DONE 0.9s [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #169 [core-common-config-bootstrapper] exporting to image [2025-07-04T01:31:50.181Z] #169 exporting layers [2025-07-04T01:31:50.181Z] #169 ... [2025-07-04T01:31:50.181Z] [2025-07-04T01:31:50.181Z] #170 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-07-04T01:31:50.182Z] #170 DONE 0.3s [2025-07-04T01:31:50.182Z] [2025-07-04T01:31:50.182Z] #171 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-07-04T01:31:50.182Z] #171 DONE 0.2s [2025-07-04T01:31:50.182Z] [2025-07-04T01:31:50.182Z] #172 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-07-04T01:31:50.182Z] #172 DONE 0.1s [2025-07-04T01:31:50.182Z] [2025-07-04T01:31:50.182Z] #169 [core-common-config-bootstrapper] exporting to image [2025-07-04T01:31:50.182Z] #169 exporting layers 0.6s done [2025-07-04T01:31:50.182Z] #169 writing image sha256:269d8beeeef79c20c1eaa7e3558d21785d93bee490eb5ad2dcdf234264812d49 done [2025-07-04T01:31:50.182Z] #169 naming to docker.io/library/core-common-config-bootstrapper done [2025-07-04T01:31:50.182Z] #169 DONE 0.7s [2025-07-04T01:31:50.182Z] [2025-07-04T01:31:50.182Z] #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-07-04T01:31:50.182Z] #173 DONE 0.4s [2025-07-04T01:31:50.182Z] [2025-07-04T01:31:50.182Z] #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-04T01:31:50.182Z] #152 ... [2025-07-04T01:31:50.182Z] [2025-07-04T01:31:50.182Z] #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-07-04T01:31:50.182Z] #174 DONE 1.2s [2025-07-04T01:31:50.182Z] [2025-07-04T01:31:50.182Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-04T01:31:50.182Z] #150 ... [2025-07-04T01:31:50.182Z] [2025-07-04T01:31:50.182Z] #175 [security-bootstrapper] exporting to image [2025-07-04T01:31:50.182Z] #175 exporting layers 0.5s done [2025-07-04T01:31:50.182Z] #175 writing image sha256:6e916180348630425f571365afd93ed762e712e034d2d8471be5f2c5e26064ae done [2025-07-04T01:31:50.182Z] #175 naming to docker.io/library/security-bootstrapper done [2025-07-04T01:31:50.182Z] #175 DONE 0.6s [2025-07-04T01:31:50.182Z] [2025-07-04T01:31:50.182Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-04T01:31:51.815Z] $ docker rm -f --volumes 22a9888c1771c8f0aa29e36b96fb59a365e92c7e3e1bb8804820c372ca13b3ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:31:52.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-07-04T01:31:52.569Z] [2025-07-04T01:31:52.569Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:31:52.915Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-07-04T01:31:52.915Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-07-04T01:31:52.915Z] 547446be3368: Pulling fs layer [2025-07-04T01:31:52.915Z] d125d8839a47: Pulling fs layer [2025-07-04T01:31:52.915Z] 3e85d5ac6304: Pulling fs layer [2025-07-04T01:31:52.915Z] c3105a71a48b: Pulling fs layer [2025-07-04T01:31:52.915Z] 0f093f025ec4: Pulling fs layer [2025-07-04T01:31:52.915Z] c3106fc0e877: Pulling fs layer [2025-07-04T01:31:52.915Z] c3105a71a48b: Waiting [2025-07-04T01:31:52.915Z] 0f093f025ec4: Waiting [2025-07-04T01:31:52.915Z] c3106fc0e877: Waiting [2025-07-04T01:31:53.188Z] 547446be3368: Verifying Checksum [2025-07-04T01:31:53.188Z] c3105a71a48b: Download complete [2025-07-04T01:31:53.458Z] d125d8839a47: Verifying Checksum [2025-07-04T01:31:53.458Z] d125d8839a47: Download complete [2025-07-04T01:31:53.727Z] c3106fc0e877: Verifying Checksum [2025-07-04T01:31:53.727Z] c3106fc0e877: Download complete [2025-07-04T01:31:53.727Z] 0f093f025ec4: Verifying Checksum [2025-07-04T01:31:53.727Z] 0f093f025ec4: Download complete [2025-07-04T01:31:53.997Z] 547446be3368: Pull complete [2025-07-04T01:31:55.411Z] d125d8839a47: Pull complete [2025-07-04T01:31:55.684Z] 3e85d5ac6304: Verifying Checksum [2025-07-04T01:31:55.684Z] 3e85d5ac6304: Download complete [2025-07-04T01:32:05.747Z] 3e85d5ac6304: Pull complete [2025-07-04T01:32:05.747Z] c3105a71a48b: Pull complete [2025-07-04T01:32:07.162Z] 0f093f025ec4: Pull complete [2025-07-04T01:32:07.162Z] c3106fc0e877: Pull complete [2025-07-04T01:32:07.162Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-07-04T01:32:07.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-07-04T01:32:07.162Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-04T01:32:07.388Z] prd-ubuntu20.04-docker-arm64-4c-16g-4495 does not seem to be running inside a container [2025-07-04T01:32:07.447Z] $ 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/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2025-07-04T01:32:09.530Z] $ docker top ac60f6ec7382e45cad0c6d5f9e41cbcda291652ca1b3b7eabd7a5dc937af6db6 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-04T01:32:10.431Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-07-04T01:32:20.539Z] #1 [security-secretstore-setup internal] load build definition from Dockerfile [2025-07-04T01:32:20.539Z] #1 transferring dockerfile: 2.49kB 0.0s done [2025-07-04T01:32:20.539Z] #1 DONE 0.1s [2025-07-04T01:32:21.127Z] [2025-07-04T01:32:21.127Z] #2 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-07-04T01:32:21.127Z] #2 transferring dockerfile: 1.89kB done [2025-07-04T01:32:21.127Z] #2 DONE 0.1s [2025-07-04T01:32:21.127Z] [2025-07-04T01:32:21.127Z] #3 [security-proxy-setup internal] load build definition from Dockerfile [2025-07-04T01:32:21.127Z] #3 transferring dockerfile: 2.50kB done [2025-07-04T01:32:21.127Z] #3 DONE 0.1s [2025-07-04T01:32:21.127Z] [2025-07-04T01:32:21.127Z] #4 [core-command internal] load build definition from Dockerfile [2025-07-04T01:32:21.401Z] #4 transferring dockerfile: 1.94kB done [2025-07-04T01:32:21.401Z] #4 DONE 0.1s [2025-07-04T01:32:21.401Z] [2025-07-04T01:32:21.401Z] #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-07-04T01:32:21.401Z] #5 transferring dockerfile: 2.23kB done [2025-07-04T01:32:21.401Z] #5 DONE 0.1s [2025-07-04T01:32:21.401Z] [2025-07-04T01:32:21.401Z] #6 [security-spire-config internal] load build definition from Dockerfile [2025-07-04T01:32:21.401Z] #6 transferring dockerfile: 1.69kB 0.0s done [2025-07-04T01:32:21.401Z] #6 DONE 0.1s [2025-07-04T01:32:21.401Z] [2025-07-04T01:32:21.401Z] #7 [security-spire-server internal] load build definition from Dockerfile [2025-07-04T01:32:21.401Z] #7 transferring dockerfile: 1.70kB done [2025-07-04T01:32:21.401Z] #7 DONE 0.1s [2025-07-04T01:32:21.401Z] [2025-07-04T01:32:21.401Z] #8 [core-metadata internal] load build definition from Dockerfile [2025-07-04T01:32:21.401Z] #8 transferring dockerfile: 2.10kB 0.0s done [2025-07-04T01:32:21.401Z] #8 DONE 0.1s [2025-07-04T01:32:21.401Z] [2025-07-04T01:32:21.401Z] #9 [security-bootstrapper internal] load build definition from Dockerfile [2025-07-04T01:32:21.670Z] #9 transferring dockerfile: 3.02kB 0.0s done [2025-07-04T01:32:21.670Z] #9 DONE 0.1s [2025-07-04T01:32:21.670Z] [2025-07-04T01:32:21.670Z] #10 [support-notifications internal] load build definition from Dockerfile [2025-07-04T01:32:21.670Z] #10 transferring dockerfile: 2.00kB done [2025-07-04T01:32:21.670Z] #10 DONE 0.1s [2025-07-04T01:32:21.670Z] [2025-07-04T01:32:21.670Z] #11 [security-spire-agent internal] load build definition from Dockerfile [2025-07-04T01:32:21.670Z] #11 transferring dockerfile: 1.81kB done [2025-07-04T01:32:21.670Z] #11 DONE 0.1s [2025-07-04T01:32:21.670Z] [2025-07-04T01:32:21.670Z] #12 [core-keeper internal] load build definition from Dockerfile [2025-07-04T01:32:21.942Z] #12 transferring dockerfile: 2.01kB 0.0s done [2025-07-04T01:32:21.942Z] #12 DONE 0.1s [2025-07-04T01:32:21.942Z] [2025-07-04T01:32:21.942Z] #13 [core-data internal] load build definition from Dockerfile [2025-07-04T01:32:21.942Z] #13 transferring dockerfile: 2.04kB 0.0s done [2025-07-04T01:32:21.942Z] #13 DONE 0.1s [2025-07-04T01:32:21.942Z] [2025-07-04T01:32:21.942Z] #14 [security-proxy-auth internal] load build definition from Dockerfile [2025-07-04T01:32:21.942Z] #14 transferring dockerfile: 2.14kB 0.0s done [2025-07-04T01:32:21.942Z] #14 DONE 0.1s [2025-07-04T01:32:21.942Z] [2025-07-04T01:32:21.942Z] #15 [support-scheduler internal] load build definition from Dockerfile [2025-07-04T01:32:22.209Z] #15 transferring dockerfile: 1.83kB 0.0s done [2025-07-04T01:32:22.209Z] #15 DONE 0.1s [2025-07-04T01:32:22.209Z] [2025-07-04T01:32:22.209Z] #16 [security-secretstore-setup internal] load .dockerignore [2025-07-04T01:32:22.209Z] #16 transferring context: [2025-07-04T01:32:22.209Z] #16 transferring context: 50B 0.0s done [2025-07-04T01:32:22.209Z] #16 DONE 0.1s [2025-07-04T01:32:23.169Z] [2025-07-04T01:32:23.169Z] #17 [security-spiffe-token-provider internal] load .dockerignore [2025-07-04T01:32:23.169Z] #17 transferring context: 50B done [2025-07-04T01:32:23.169Z] #17 DONE 0.1s [2025-07-04T01:32:23.169Z] [2025-07-04T01:32:23.169Z] #18 [core-command internal] load .dockerignore [2025-07-04T01:32:23.169Z] #18 transferring context: 50B 0.0s done [2025-07-04T01:32:23.169Z] #18 DONE 0.1s [2025-07-04T01:32:23.169Z] [2025-07-04T01:32:23.169Z] #19 [core-common-config-bootstrapper internal] load .dockerignore [2025-07-04T01:32:23.169Z] #19 transferring context: 50B 0.0s done [2025-07-04T01:32:23.169Z] #19 DONE 0.1s [2025-07-04T01:32:23.169Z] [2025-07-04T01:32:23.169Z] #20 [security-proxy-setup internal] load .dockerignore [2025-07-04T01:32:23.169Z] #20 transferring context: 50B done [2025-07-04T01:32:23.169Z] #20 ... [2025-07-04T01:32:23.169Z] [2025-07-04T01:32:23.169Z] #21 [security-spire-config internal] load .dockerignore [2025-07-04T01:32:23.169Z] #21 transferring context: 50B done [2025-07-04T01:32:23.169Z] #21 DONE 0.1s [2025-07-04T01:32:23.169Z] [2025-07-04T01:32:23.169Z] #22 [security-spire-server internal] load .dockerignore [2025-07-04T01:32:23.169Z] #22 transferring context: 50B 0.0s done [2025-07-04T01:32:23.169Z] #22 DONE 0.1s [2025-07-04T01:32:23.435Z] [2025-07-04T01:32:23.435Z] #23 [core-metadata internal] load .dockerignore [2025-07-04T01:32:23.435Z] #23 transferring context: 50B 0.0s done [2025-07-04T01:32:23.435Z] #23 DONE 0.1s [2025-07-04T01:32:23.435Z] [2025-07-04T01:32:23.435Z] #24 [security-bootstrapper internal] load .dockerignore [2025-07-04T01:32:23.435Z] #24 transferring context: 50B 0.0s done [2025-07-04T01:32:23.435Z] #24 DONE 0.1s [2025-07-04T01:32:23.435Z] [2025-07-04T01:32:23.435Z] #25 [support-notifications internal] load .dockerignore [2025-07-04T01:32:23.435Z] #25 transferring context: 50B done [2025-07-04T01:32:23.435Z] #25 DONE 0.1s [2025-07-04T01:32:23.435Z] [2025-07-04T01:32:23.435Z] #26 [security-spire-agent internal] load .dockerignore [2025-07-04T01:32:23.435Z] #26 transferring context: 50B 0.0s done [2025-07-04T01:32:23.701Z] #26 DONE 0.1s [2025-07-04T01:32:23.701Z] [2025-07-04T01:32:23.701Z] #27 [core-keeper internal] load .dockerignore [2025-07-04T01:32:23.701Z] #27 transferring context: 50B 0.0s done [2025-07-04T01:32:23.701Z] #27 DONE 0.1s [2025-07-04T01:32:23.701Z] [2025-07-04T01:32:23.701Z] #28 [core-data internal] load .dockerignore [2025-07-04T01:32:23.701Z] #28 transferring context: 50B 0.0s done [2025-07-04T01:32:23.701Z] #28 DONE 0.1s [2025-07-04T01:32:23.701Z] [2025-07-04T01:32:23.701Z] #29 [security-proxy-auth internal] load .dockerignore [2025-07-04T01:32:23.701Z] #29 transferring context: 50B done [2025-07-04T01:32:23.701Z] #29 DONE 0.1s [2025-07-04T01:32:23.701Z] [2025-07-04T01:32:23.701Z] #30 [support-scheduler internal] load .dockerignore [2025-07-04T01:32:23.983Z] #30 transferring context: 50B 0.0s done [2025-07-04T01:32:23.983Z] #30 DONE 0.1s [2025-07-04T01:32:23.983Z] [2025-07-04T01:32:23.983Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-04T01:32:23.983Z] #31 DONE 0.0s [2025-07-04T01:32:23.983Z] [2025-07-04T01:32:23.983Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-07-04T01:32:24.252Z] #32 DONE 0.4s [2025-07-04T01:32:24.252Z] [2025-07-04T01:32:24.252Z] #33 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:32:24.252Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-07-04T01:32:24.521Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-04T01:32:24.521Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-04T01:32:24.521Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-04T01:32:24.792Z] #33 ... [2025-07-04T01:32:24.792Z] [2025-07-04T01:32:24.792Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-04T01:32:24.792Z] #31 DONE 0.0s [2025-07-04T01:32:24.792Z] [2025-07-04T01:32:24.792Z] #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2025-07-04T01:32:24.792Z] #32 DONE 0.4s [2025-07-04T01:32:25.062Z] [2025-07-04T01:32:25.062Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-04T01:32:25.335Z] #31 DONE 0.0s [2025-07-04T01:32:25.335Z] [2025-07-04T01:32:25.335Z] #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 [2025-07-04T01:32:25.335Z] #32 DONE 0.5s [2025-07-04T01:32:25.335Z] [2025-07-04T01:32:25.335Z] #34 [core-command internal] load build context [2025-07-04T01:32:25.335Z] #34 DONE 0.0s [2025-07-04T01:32:25.335Z] [2025-07-04T01:32:25.335Z] #33 [core-command stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:32:25.335Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-07-04T01:32:25.335Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-04T01:32:25.335Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-04T01:32:25.335Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-04T01:32:25.335Z] #33 ... [2025-07-04T01:32:25.335Z] [2025-07-04T01:32:25.335Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-04T01:32:25.335Z] #31 DONE 0.0s [2025-07-04T01:32:25.335Z] [2025-07-04T01:32:25.335Z] #35 [security-secretstore-setup internal] load build context [2025-07-04T01:32:25.335Z] #35 transferring context: 3.23MB 0.7s done [2025-07-04T01:32:25.335Z] #35 DONE 1.0s [2025-07-04T01:32:25.608Z] [2025-07-04T01:32:25.608Z] #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2025-07-04T01:32:25.608Z] #32 ... [2025-07-04T01:32:25.608Z] [2025-07-04T01:32:25.608Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-04T01:32:25.608Z] #31 DONE 0.0s [2025-07-04T01:32:25.608Z] [2025-07-04T01:32:25.608Z] #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2025-07-04T01:32:25.876Z] #32 ... [2025-07-04T01:32:25.876Z] [2025-07-04T01:32:25.876Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-04T01:32:25.876Z] #31 DONE 0.0s [2025-07-04T01:32:25.876Z] [2025-07-04T01:32:25.876Z] #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-07-04T01:32:25.876Z] #32 ... [2025-07-04T01:32:25.876Z] [2025-07-04T01:32:25.876Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-04T01:32:25.876Z] #31 DONE 0.0s [2025-07-04T01:32:25.876Z] [2025-07-04T01:32:25.876Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-07-04T01:32:26.147Z] #32 ... [2025-07-04T01:32:26.147Z] [2025-07-04T01:32:26.147Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-04T01:32:26.147Z] #31 DONE 0.0s [2025-07-04T01:32:26.147Z] [2025-07-04T01:32:26.147Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2025-07-04T01:32:26.418Z] #32 ... [2025-07-04T01:32:26.418Z] [2025-07-04T01:32:26.418Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-04T01:32:26.418Z] #31 DONE 0.0s [2025-07-04T01:32:26.418Z] [2025-07-04T01:32:26.418Z] #36 [security-spiffe-token-provider internal] load build context [2025-07-04T01:32:26.418Z] #36 transferring context: 3.23MB 0.9s done [2025-07-04T01:32:26.418Z] #36 DONE 1.4s [2025-07-04T01:32:26.418Z] [2025-07-04T01:32:26.418Z] #37 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-07-04T01:32:26.418Z] #37 DONE 2.9s [2025-07-04T01:32:26.418Z] [2025-07-04T01:32:26.418Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-07-04T01:32:26.688Z] #32 ... [2025-07-04T01:32:26.688Z] [2025-07-04T01:32:26.688Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-04T01:32:26.688Z] #31 DONE 0.0s [2025-07-04T01:32:26.688Z] [2025-07-04T01:32:26.688Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-07-04T01:32:26.958Z] #32 DONE 2.0s [2025-07-04T01:32:26.958Z] [2025-07-04T01:32:26.958Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-07-04T01:32:26.958Z] #31 DONE 0.1s [2025-07-04T01:32:26.958Z] [2025-07-04T01:32:26.958Z] #33 [security-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:32:26.958Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-07-04T01:32:26.958Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-04T01:32:26.958Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-04T01:32:26.958Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-04T01:32:27.250Z] #33 ... [2025-07-04T01:32:27.250Z] [2025-07-04T01:32:27.250Z] #37 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-07-04T01:32:27.250Z] #37 DONE 3.0s [2025-07-04T01:32:27.250Z] [2025-07-04T01:32:27.250Z] #33 [support-scheduler stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:32:27.250Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-07-04T01:32:27.250Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-04T01:32:27.250Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-04T01:32:27.250Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-04T01:32:27.250Z] #33 ... [2025-07-04T01:32:27.250Z] [2025-07-04T01:32:27.250Z] #37 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-07-04T01:32:27.250Z] #37 DONE 3.0s [2025-07-04T01:32:27.250Z] [2025-07-04T01:32:27.250Z] #33 [security-proxy-auth stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:32:27.250Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-07-04T01:32:27.250Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-04T01:32:27.250Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-04T01:32:27.250Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-04T01:32:28.679Z] #33 ... [2025-07-04T01:32:28.679Z] [2025-07-04T01:32:28.679Z] #38 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-07-04T01:32:28.679Z] #38 DONE 3.2s [2025-07-04T01:32:28.679Z] [2025-07-04T01:32:28.679Z] #33 [security-spire-config stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:32:28.679Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-07-04T01:32:28.679Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-04T01:32:28.679Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-04T01:32:28.679Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-04T01:32:28.985Z] #33 ... [2025-07-04T01:32:28.985Z] [2025-07-04T01:32:28.985Z] #34 [core-command internal] load build context [2025-07-04T01:32:28.985Z] #34 transferring context: 3.23MB 2.0s done [2025-07-04T01:32:28.985Z] #34 DONE 3.5s [2025-07-04T01:32:29.261Z] [2025-07-04T01:32:29.261Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:29.261Z] #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:29.529Z] #39 ... [2025-07-04T01:32:29.529Z] [2025-07-04T01:32:29.529Z] #40 [security-proxy-setup internal] load build context [2025-07-04T01:32:29.529Z] #40 transferring context: 3.23MB 2.7s done [2025-07-04T01:32:29.529Z] #40 DONE 4.2s [2025-07-04T01:32:29.798Z] [2025-07-04T01:32:29.798Z] #41 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-04T01:32:31.218Z] #41 ... [2025-07-04T01:32:31.218Z] [2025-07-04T01:32:31.218Z] #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-07-04T01:32:31.218Z] #42 DONE 4.7s [2025-07-04T01:32:31.218Z] [2025-07-04T01:32:31.218Z] #43 [core-metadata internal] load build context [2025-07-04T01:32:31.218Z] #43 transferring context: 3.23MB 3.6s done [2025-07-04T01:32:31.218Z] #43 DONE 5.1s [2025-07-04T01:32:31.218Z] [2025-07-04T01:32:31.218Z] #41 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-04T01:32:31.218Z] #41 ... [2025-07-04T01:32:31.218Z] [2025-07-04T01:32:31.218Z] #44 [core-common-config-bootstrapper internal] load build context [2025-07-04T01:32:31.218Z] #44 transferring context: 3.23MB 3.9s done [2025-07-04T01:32:31.218Z] #44 DONE 5.7s [2025-07-04T01:32:31.487Z] [2025-07-04T01:32:31.487Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:31.487Z] #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 2.6s done [2025-07-04T01:32:31.487Z] #39 DONE 2.7s [2025-07-04T01:32:31.487Z] [2025-07-04T01:32:31.487Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:32:31.487Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-07-04T01:32:31.487Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-04T01:32:31.487Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-07-04T01:32:31.487Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-07-04T01:32:32.901Z] #33 ... [2025-07-04T01:32:32.901Z] [2025-07-04T01:32:32.901Z] #45 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-07-04T01:32:32.901Z] #45 DONE 6.2s [2025-07-04T01:32:33.169Z] [2025-07-04T01:32:33.169Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:33.169Z] #39 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-07-04T01:32:33.169Z] #39 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-07-04T01:32:33.169Z] #39 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-07-04T01:32:33.437Z] #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.4s [2025-07-04T01:32:33.708Z] #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.6s [2025-07-04T01:32:33.708Z] #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.7s [2025-07-04T01:32:33.708Z] #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.7s [2025-07-04T01:32:33.708Z] #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.9s [2025-07-04T01:32:33.708Z] #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.9s [2025-07-04T01:32:33.976Z] #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.9s done [2025-07-04T01:32:33.976Z] #39 ... [2025-07-04T01:32:33.976Z] [2025-07-04T01:32:33.976Z] #46 [security-spire-config internal] load build context [2025-07-04T01:32:33.976Z] #46 transferring context: 22.05kB 0.6s done [2025-07-04T01:32:33.976Z] #46 DONE 5.2s [2025-07-04T01:32:33.976Z] [2025-07-04T01:32:33.976Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:33.976Z] #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.9s done [2025-07-04T01:32:33.976Z] #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.0s done [2025-07-04T01:32:33.976Z] #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [2025-07-04T01:32:34.248Z] #39 ... [2025-07-04T01:32:34.248Z] [2025-07-04T01:32:34.248Z] #47 [support-notifications internal] load build context [2025-07-04T01:32:34.248Z] #47 transferring context: 3.23MB 5.3s done [2025-07-04T01:32:34.248Z] #47 DONE 8.1s [2025-07-04T01:32:34.248Z] [2025-07-04T01:32:34.248Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:34.248Z] #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done [2025-07-04T01:32:34.248Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.2s [2025-07-04T01:32:34.525Z] #39 ... [2025-07-04T01:32:34.525Z] [2025-07-04T01:32:34.525Z] #48 [security-spire-server internal] load build context [2025-07-04T01:32:34.525Z] #48 transferring context: 23.80kB 0.6s done [2025-07-04T01:32:34.525Z] #48 DONE 5.7s [2025-07-04T01:32:34.525Z] [2025-07-04T01:32:34.525Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:34.794Z] #39 ... [2025-07-04T01:32:34.794Z] [2025-07-04T01:32:34.794Z] #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-07-04T01:32:34.794Z] #0 6.452 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:34.794Z] #0 6.971 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:34.794Z] #49 ... [2025-07-04T01:32:34.794Z] [2025-07-04T01:32:34.794Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:35.062Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 2.1s [2025-07-04T01:32:35.063Z] #39 ... [2025-07-04T01:32:35.063Z] [2025-07-04T01:32:35.063Z] #50 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-04T01:32:35.063Z] #0 6.514 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:35.063Z] #0 7.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:35.337Z] #50 ... [2025-07-04T01:32:35.337Z] [2025-07-04T01:32:35.337Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:35.337Z] #39 ... [2025-07-04T01:32:35.337Z] [2025-07-04T01:32:35.337Z] #51 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-07-04T01:32:35.337Z] #0 8.613 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:35.337Z] #0 9.977 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:35.606Z] #51 ... [2025-07-04T01:32:35.606Z] [2025-07-04T01:32:35.606Z] #52 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-07-04T01:32:35.606Z] #0 7.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:35.606Z] #0 8.100 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:35.606Z] #52 ... [2025-07-04T01:32:35.606Z] [2025-07-04T01:32:35.606Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:35.873Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 3.0s [2025-07-04T01:32:36.141Z] #39 ... [2025-07-04T01:32:36.141Z] [2025-07-04T01:32:36.141Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-07-04T01:32:36.141Z] #0 8.040 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:36.141Z] #0 9.228 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:36.141Z] #53 ... [2025-07-04T01:32:36.141Z] [2025-07-04T01:32:36.142Z] #54 [security-bootstrapper internal] load build context [2025-07-04T01:32:36.142Z] #54 transferring context: 3.23MB 5.9s done [2025-07-04T01:32:36.411Z] #54 ... [2025-07-04T01:32:36.411Z] [2025-07-04T01:32:36.411Z] #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-07-04T01:32:36.411Z] #0 9.540 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:36.411Z] #55 ... [2025-07-04T01:32:36.411Z] [2025-07-04T01:32:36.411Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:36.411Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 3.6s [2025-07-04T01:32:36.827Z] #148 ... [2025-07-04T01:32:36.827Z] [2025-07-04T01:32:36.827Z] #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-04T01:32:36.827Z] #152 137.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-07-04T01:32:36.995Z] #39 ... [2025-07-04T01:32:36.995Z] [2025-07-04T01:32:36.995Z] #56 [security-spire-agent internal] load build context [2025-07-04T01:32:36.995Z] #56 transferring context: 23.33kB 0.5s done [2025-07-04T01:32:36.995Z] #56 DONE 6.2s [2025-07-04T01:32:36.995Z] [2025-07-04T01:32:36.995Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:36.995Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.31MB / 33.17MB 4.1s [2025-07-04T01:32:37.274Z] #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-07-04T01:32:37.274Z] #39 ... [2025-07-04T01:32:37.274Z] [2025-07-04T01:32:37.274Z] #57 [support-scheduler internal] load build context [2025-07-04T01:32:37.274Z] #57 transferring context: 3.23MB 6.9s done [2025-07-04T01:32:37.274Z] #57 ... [2025-07-04T01:32:37.274Z] [2025-07-04T01:32:37.274Z] #54 [security-bootstrapper internal] load build context [2025-07-04T01:32:37.274Z] #54 DONE 11.2s [2025-07-04T01:32:37.274Z] [2025-07-04T01:32:37.274Z] #58 [core-keeper internal] load build context [2025-07-04T01:32:37.274Z] #58 transferring context: 3.23MB 7.9s done [2025-07-04T01:32:37.540Z] #58 ... [2025-07-04T01:32:37.540Z] [2025-07-04T01:32:37.540Z] #59 [core-data internal] load build context [2025-07-04T01:32:37.540Z] #59 transferring context: 3.23MB 7.7s done [2025-07-04T01:32:37.540Z] #59 ... [2025-07-04T01:32:37.540Z] [2025-07-04T01:32:37.540Z] #57 [support-scheduler internal] load build context [2025-07-04T01:32:37.540Z] #57 DONE 10.5s [2025-07-04T01:32:37.540Z] [2025-07-04T01:32:37.540Z] #60 [security-proxy-auth internal] load build context [2025-07-04T01:32:37.540Z] #60 transferring context: 3.23MB 7.6s done [2025-07-04T01:32:37.818Z] #60 ... [2025-07-04T01:32:37.818Z] [2025-07-04T01:32:37.818Z] #58 [core-keeper internal] load build context [2025-07-04T01:32:37.818Z] #58 DONE 10.4s [2025-07-04T01:32:37.818Z] [2025-07-04T01:32:37.818Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:37.818Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 4.9s [2025-07-04T01:32:37.818Z] #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-07-04T01:32:38.161Z] #39 ... [2025-07-04T01:32:38.161Z] [2025-07-04T01:32:38.161Z] #59 [core-data internal] load build context [2025-07-04T01:32:38.161Z] #59 DONE 10.8s [2025-07-04T01:32:38.161Z] [2025-07-04T01:32:38.161Z] #60 [security-proxy-auth internal] load build context [2025-07-04T01:32:38.161Z] #60 DONE 10.8s [2025-07-04T01:32:38.161Z] [2025-07-04T01:32:38.161Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:38.428Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 5.4s [2025-07-04T01:32:38.428Z] #39 ... [2025-07-04T01:32:38.428Z] [2025-07-04T01:32:38.428Z] #61 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-07-04T01:32:38.428Z] #61 ... [2025-07-04T01:32:38.428Z] [2025-07-04T01:32:38.428Z] #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-04T01:32:38.696Z] #62 ... [2025-07-04T01:32:38.696Z] [2025-07-04T01:32:38.696Z] #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-07-04T01:32:38.696Z] #63 ... [2025-07-04T01:32:38.696Z] [2025-07-04T01:32:38.696Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:38.966Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.52MB / 33.17MB 6.1s [2025-07-04T01:32:39.933Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 7.0s [2025-07-04T01:32:40.528Z] #39 ... [2025-07-04T01:32:40.528Z] [2025-07-04T01:32:40.528Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-04T01:32:40.528Z] #64 ... [2025-07-04T01:32:40.528Z] [2025-07-04T01:32:40.528Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:40.798Z] #39 ... [2025-07-04T01:32:40.798Z] [2025-07-04T01:32:40.798Z] #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-07-04T01:32:40.798Z] #49 10.72 (1/4) Installing ca-certificates (20241121-r1) [2025-07-04T01:32:40.798Z] #49 11.18 (2/4) Installing dumb-init (1.2.5-r3) [2025-07-04T01:32:40.798Z] #49 11.18 (3/4) Installing su-exec (0.2-r3) [2025-07-04T01:32:40.798Z] #49 11.18 (4/4) Installing yq-go (4.44.1-r2) [2025-07-04T01:32:40.798Z] #49 12.42 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:32:40.798Z] #49 12.62 Executing ca-certificates-20241121-r1.trigger [2025-07-04T01:32:40.798Z] #49 13.77 OK: 20 MiB in 18 packages [2025-07-04T01:32:40.798Z] #49 DONE 16.1s [2025-07-04T01:32:40.798Z] [2025-07-04T01:32:40.798Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:40.798Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 8.0s [2025-07-04T01:32:40.798Z] #39 ... [2025-07-04T01:32:40.798Z] [2025-07-04T01:32:40.798Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-04T01:32:40.798Z] #65 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.1s done [2025-07-04T01:32:40.798Z] #65 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-07-04T01:32:40.798Z] #65 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-07-04T01:32:40.798Z] #65 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-07-04T01:32:40.798Z] #65 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-07-04T01:32:40.798Z] #65 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done [2025-07-04T01:32:40.798Z] #65 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done [2025-07-04T01:32:40.798Z] #65 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.6s done [2025-07-04T01:32:40.798Z] #65 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 6.6s done [2025-07-04T01:32:41.068Z] #65 ... [2025-07-04T01:32:41.068Z] [2025-07-04T01:32:41.068Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:42.485Z] #39 ... [2025-07-04T01:32:42.485Z] [2025-07-04T01:32:42.485Z] #52 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-07-04T01:32:42.485Z] #52 13.96 (1/4) Installing dumb-init (1.2.5-r3) [2025-07-04T01:32:42.485Z] #52 13.99 (2/4) Installing openssl (3.3.3-r0) [2025-07-04T01:32:42.485Z] #52 14.07 (3/4) Installing su-exec (0.2-r3) [2025-07-04T01:32:42.485Z] #52 14.10 (4/4) Installing yq-go (4.44.1-r2) [2025-07-04T01:32:42.485Z] #52 14.82 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:32:42.485Z] #52 15.07 OK: 20 MiB in 18 packages [2025-07-04T01:32:42.485Z] #52 DONE 16.8s [2025-07-04T01:32:42.485Z] [2025-07-04T01:32:42.485Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:42.485Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.89MB / 33.17MB 9.4s [2025-07-04T01:32:42.485Z] #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 [2025-07-04T01:32:42.485Z] #39 ... [2025-07-04T01:32:42.485Z] [2025-07-04T01:32:42.485Z] #51 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-07-04T01:32:42.485Z] #51 15.48 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-04T01:32:42.485Z] #51 15.52 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:32:42.485Z] #51 15.59 OK: 9 MiB in 15 packages [2025-07-04T01:32:42.485Z] #51 DONE 17.3s [2025-07-04T01:32:42.485Z] [2025-07-04T01:32:42.485Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:42.485Z] #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done [2025-07-04T01:32:43.459Z] #39 ... [2025-07-04T01:32:43.459Z] [2025-07-04T01:32:43.459Z] #66 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-07-04T01:32:43.734Z] #66 ... [2025-07-04T01:32:43.734Z] [2025-07-04T01:32:43.734Z] #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-07-04T01:32:43.734Z] #63 DONE 15.0s [2025-07-04T01:32:43.734Z] [2025-07-04T01:32:43.734Z] #67 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-07-04T01:32:43.734Z] #67 ... [2025-07-04T01:32:43.734Z] [2025-07-04T01:32:43.734Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-04T01:32:44.006Z] #68 ... [2025-07-04T01:32:44.006Z] [2025-07-04T01:32:44.006Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-07-04T01:32:44.006Z] #69 ... [2025-07-04T01:32:44.006Z] [2025-07-04T01:32:44.006Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-04T01:32:44.006Z] #70 ... [2025-07-04T01:32:44.006Z] [2025-07-04T01:32:44.006Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-07-04T01:32:44.275Z] #71 ... [2025-07-04T01:32:44.275Z] [2025-07-04T01:32:44.275Z] #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-07-04T01:32:44.275Z] #55 10.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:44.275Z] #55 16.77 (1/2) Installing dumb-init (1.2.5-r3) [2025-07-04T01:32:44.275Z] #55 16.80 (2/2) Installing su-exec (0.2-r3) [2025-07-04T01:32:44.275Z] #55 16.85 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:32:44.275Z] #55 16.88 OK: 9 MiB in 16 packages [2025-07-04T01:32:44.275Z] #55 DONE 17.9s [2025-07-04T01:32:44.275Z] [2025-07-04T01:32:44.275Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:44.275Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.07MB / 33.17MB 11.3s [2025-07-04T01:32:45.376Z] #39 ... [2025-07-04T01:32:45.376Z] [2025-07-04T01:32:45.376Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-07-04T01:32:45.376Z] #53 16.12 (1/7) Installing ca-certificates (20241121-r1) [2025-07-04T01:32:45.376Z] #53 16.45 (2/7) Installing dumb-init (1.2.5-r3) [2025-07-04T01:32:45.376Z] #53 16.47 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-07-04T01:32:45.376Z] #53 16.50 (4/7) Installing libsodium (1.0.19-r0) [2025-07-04T01:32:45.376Z] #53 16.50 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-07-04T01:32:45.376Z] #53 16.69 (6/7) Installing libzmq (4.3.5-r2) [2025-07-04T01:32:45.376Z] #53 16.72 (7/7) Installing zeromq (4.3.5-r2) [2025-07-04T01:32:45.376Z] #53 16.77 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:32:45.376Z] #53 16.89 Executing ca-certificates-20241121-r1.trigger [2025-07-04T01:32:45.376Z] #53 17.72 OK: 14 MiB in 21 packages [2025-07-04T01:32:45.376Z] #53 DONE 19.3s [2025-07-04T01:32:45.376Z] [2025-07-04T01:32:45.376Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:45.644Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 12.8s [2025-07-04T01:32:46.238Z] #39 ... [2025-07-04T01:32:46.238Z] [2025-07-04T01:32:46.238Z] #50 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-04T01:32:46.238Z] #50 11.06 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-04T01:32:46.238Z] #50 11.06 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-04T01:32:46.238Z] #50 11.06 OK: 24049 distinct packages available [2025-07-04T01:32:46.238Z] #50 12.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:46.238Z] #50 13.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:46.238Z] #50 19.19 (1/14) Installing ca-certificates (20241121-r1) [2025-07-04T01:32:46.238Z] #50 19.36 (2/14) Installing brotli-libs (1.1.0-r2) [2025-07-04T01:32:46.238Z] #50 19.44 (3/14) Installing c-ares (1.33.1-r0) [2025-07-04T01:32:46.238Z] #50 19.47 (4/14) Installing libunistring (1.2-r0) [2025-07-04T01:32:46.238Z] #50 19.54 (5/14) Installing libidn2 (2.3.7-r0) [2025-07-04T01:32:46.238Z] #50 19.61 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-07-04T01:32:46.238Z] #50 19.61 (7/14) Installing libpsl (0.21.5-r1) [2025-07-04T01:32:46.238Z] #50 19.61 (8/14) Installing zstd-libs (1.5.6-r0) [2025-07-04T01:32:46.239Z] #50 19.82 (9/14) Installing libcurl (8.12.1-r0) [2025-07-04T01:32:46.239Z] #50 19.82 (10/14) Installing curl (8.12.1-r0) [2025-07-04T01:32:46.239Z] #50 19.82 (11/14) Installing dumb-init (1.2.5-r3) [2025-07-04T01:32:46.239Z] #50 19.82 (12/14) Installing musl-obstack (1.2.3-r2) [2025-07-04T01:32:46.239Z] #50 19.82 (13/14) Installing libucontext (1.2-r3) [2025-07-04T01:32:46.239Z] #50 19.82 (14/14) Installing gcompat (1.1.0-r4) [2025-07-04T01:32:46.239Z] #50 19.82 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:32:46.239Z] #50 19.91 Executing ca-certificates-20241121-r1.trigger [2025-07-04T01:32:46.239Z] #50 20.60 OK: 15 MiB in 28 packages [2025-07-04T01:32:46.239Z] #50 ... [2025-07-04T01:32:46.239Z] [2025-07-04T01:32:46.239Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:46.507Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.25MB / 33.17MB 13.7s [2025-07-04T01:32:46.775Z] #39 ... [2025-07-04T01:32:46.775Z] [2025-07-04T01:32:46.775Z] #50 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-07-04T01:32:46.775Z] #50 DONE 21.7s [2025-07-04T01:32:46.775Z] [2025-07-04T01:32:46.775Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:46.788Z] #152 ... [2025-07-04T01:32:46.789Z] [2025-07-04T01:32:46.789Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-04T01:32:46.789Z] #154 DONE 149.5s [2025-07-04T01:32:46.789Z] [2025-07-04T01:32:46.789Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-04T01:32:46.789Z] #156 DONE 149.5s [2025-07-04T01:32:46.789Z] [2025-07-04T01:32:46.789Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-04T01:32:46.789Z] #150 DONE 149.5s [2025-07-04T01:32:46.789Z] [2025-07-04T01:32:46.789Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-07-04T01:32:46.789Z] #149 DONE 149.5s [2025-07-04T01:32:46.789Z] [2025-07-04T01:32:46.789Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-04T01:32:46.789Z] #146 DONE 149.5s [2025-07-04T01:32:46.789Z] [2025-07-04T01:32:46.789Z] #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-04T01:32:46.789Z] #152 DONE 149.5s [2025-07-04T01:32:46.789Z] [2025-07-04T01:32:46.789Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-04T01:32:46.789Z] #148 DONE 149.6s [2025-07-04T01:32:46.789Z] [2025-07-04T01:32:46.789Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-04T01:32:46.789Z] #153 DONE 149.5s [2025-07-04T01:32:46.789Z] [2025-07-04T01:32:46.789Z] #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-04T01:32:46.789Z] #155 DONE 149.5s [2025-07-04T01:32:46.789Z] [2025-07-04T01:32:46.789Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-04T01:32:46.789Z] #147 DONE 149.6s [2025-07-04T01:32:46.789Z] [2025-07-04T01:32:46.789Z] #176 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T01:32:46.789Z] #176 DONE 0.2s [2025-07-04T01:32:46.789Z] [2025-07-04T01:32:46.789Z] #177 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T01:32:46.789Z] #177 DONE 0.3s [2025-07-04T01:32:46.789Z] [2025-07-04T01:32:46.789Z] #178 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T01:32:46.789Z] #178 DONE 0.2s [2025-07-04T01:32:46.789Z] [2025-07-04T01:32:46.789Z] #179 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T01:32:46.789Z] #179 DONE 0.2s [2025-07-04T01:32:46.789Z] [2025-07-04T01:32:46.789Z] #180 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T01:32:46.789Z] #180 DONE 0.2s [2025-07-04T01:32:46.789Z] [2025-07-04T01:32:46.789Z] #181 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T01:32:46.789Z] #181 DONE 0.2s [2025-07-04T01:32:46.789Z] [2025-07-04T01:32:46.789Z] #182 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T01:32:46.789Z] #182 DONE 0.2s [2025-07-04T01:32:46.789Z] [2025-07-04T01:32:46.789Z] #183 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T01:32:46.789Z] #183 DONE 0.1s [2025-07-04T01:32:46.789Z] [2025-07-04T01:32:46.789Z] #184 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-04T01:32:47.046Z] #184 ... [2025-07-04T01:32:47.046Z] [2025-07-04T01:32:47.046Z] #185 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T01:32:47.046Z] #185 CACHED [2025-07-04T01:32:47.046Z] [2025-07-04T01:32:47.046Z] #186 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-04T01:32:47.046Z] #186 CACHED [2025-07-04T01:32:47.046Z] [2025-07-04T01:32:47.046Z] #187 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-04T01:32:47.046Z] #187 DONE 0.1s [2025-07-04T01:32:47.046Z] [2025-07-04T01:32:47.046Z] #188 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-07-04T01:32:47.046Z] #188 CACHED [2025-07-04T01:32:47.046Z] [2025-07-04T01:32:47.046Z] #189 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T01:32:47.046Z] #189 CACHED [2025-07-04T01:32:47.046Z] [2025-07-04T01:32:47.046Z] #190 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-07-04T01:32:47.046Z] #190 DONE 0.3s [2025-07-04T01:32:47.046Z] [2025-07-04T01:32:47.046Z] #191 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-07-04T01:32:47.046Z] #191 DONE 0.3s [2025-07-04T01:32:47.046Z] [2025-07-04T01:32:47.046Z] #192 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-04T01:32:47.046Z] #192 DONE 0.3s [2025-07-04T01:32:47.046Z] [2025-07-04T01:32:47.046Z] #193 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-04T01:32:47.046Z] #193 DONE 0.3s [2025-07-04T01:32:47.046Z] [2025-07-04T01:32:47.046Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-07-04T01:32:47.304Z] #194 ... [2025-07-04T01:32:47.304Z] [2025-07-04T01:32:47.304Z] #184 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-04T01:32:47.304Z] #184 DONE 0.3s [2025-07-04T01:32:47.304Z] [2025-07-04T01:32:47.304Z] #195 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-07-04T01:32:47.304Z] #195 DONE 0.3s [2025-07-04T01:32:47.304Z] [2025-07-04T01:32:47.304Z] #196 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-04T01:32:47.304Z] #196 DONE 0.3s [2025-07-04T01:32:47.304Z] [2025-07-04T01:32:47.304Z] #197 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-07-04T01:32:47.562Z] #197 ... [2025-07-04T01:32:47.562Z] [2025-07-04T01:32:47.562Z] #198 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-07-04T01:32:47.562Z] #198 DONE 0.6s [2025-07-04T01:32:47.562Z] [2025-07-04T01:32:47.562Z] #199 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-07-04T01:32:47.562Z] #199 DONE 0.6s [2025-07-04T01:32:47.562Z] [2025-07-04T01:32:47.562Z] #200 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-07-04T01:32:47.562Z] #200 DONE 0.6s [2025-07-04T01:32:47.562Z] [2025-07-04T01:32:47.562Z] #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-07-04T01:32:47.562Z] #201 DONE 0.6s [2025-07-04T01:32:47.562Z] [2025-07-04T01:32:47.562Z] #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-07-04T01:32:47.820Z] #202 ... [2025-07-04T01:32:47.820Z] [2025-07-04T01:32:47.820Z] #203 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-07-04T01:32:47.820Z] #203 DONE 0.6s [2025-07-04T01:32:48.078Z] [2025-07-04T01:32:48.078Z] #204 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-07-04T01:32:48.078Z] #204 ... [2025-07-04T01:32:48.078Z] [2025-07-04T01:32:48.078Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-07-04T01:32:48.078Z] #194 DONE 1.0s [2025-07-04T01:32:48.078Z] [2025-07-04T01:32:48.078Z] #197 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-07-04T01:32:48.078Z] #197 DONE 0.7s [2025-07-04T01:32:48.078Z] [2025-07-04T01:32:48.078Z] #205 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-07-04T01:32:48.078Z] #205 DONE 0.9s [2025-07-04T01:32:48.078Z] [2025-07-04T01:32:48.078Z] #206 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-07-04T01:32:48.078Z] #206 DONE 1.0s [2025-07-04T01:32:48.078Z] [2025-07-04T01:32:48.078Z] #207 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-07-04T01:32:48.078Z] #207 DONE 1.0s [2025-07-04T01:32:48.078Z] [2025-07-04T01:32:48.078Z] #208 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-07-04T01:32:48.078Z] #208 DONE 0.6s [2025-07-04T01:32:48.078Z] [2025-07-04T01:32:48.078Z] #209 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-07-04T01:32:48.078Z] #209 DONE 0.6s [2025-07-04T01:32:48.078Z] [2025-07-04T01:32:48.078Z] #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-07-04T01:32:48.078Z] #202 DONE 0.6s [2025-07-04T01:32:48.078Z] [2025-07-04T01:32:48.078Z] #204 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-07-04T01:32:48.078Z] #204 DONE 0.5s [2025-07-04T01:32:48.078Z] [2025-07-04T01:32:48.078Z] #210 [core-command] exporting to image [2025-07-04T01:32:48.078Z] #210 exporting layers [2025-07-04T01:32:48.203Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 15.4s [2025-07-04T01:32:48.335Z] #210 ... [2025-07-04T01:32:48.335Z] [2025-07-04T01:32:48.335Z] #211 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-07-04T01:32:48.335Z] #211 DONE 0.2s [2025-07-04T01:32:48.335Z] [2025-07-04T01:32:48.335Z] #212 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-07-04T01:32:48.335Z] #212 DONE 0.2s [2025-07-04T01:32:48.335Z] [2025-07-04T01:32:48.335Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-07-04T01:32:48.335Z] #213 DONE 0.2s [2025-07-04T01:32:48.335Z] [2025-07-04T01:32:48.335Z] #214 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-07-04T01:32:48.335Z] #214 DONE 0.2s [2025-07-04T01:32:48.335Z] [2025-07-04T01:32:48.335Z] #215 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-07-04T01:32:48.335Z] #215 DONE 0.2s [2025-07-04T01:32:48.335Z] [2025-07-04T01:32:48.335Z] #216 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-07-04T01:32:48.335Z] #216 DONE 0.2s [2025-07-04T01:32:48.335Z] [2025-07-04T01:32:48.335Z] #217 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-07-04T01:32:48.335Z] #217 DONE 0.2s [2025-07-04T01:32:48.335Z] [2025-07-04T01:32:48.335Z] #210 [core-command] exporting to image [2025-07-04T01:32:48.335Z] #210 exporting layers 0.1s done [2025-07-04T01:32:48.592Z] #210 ... [2025-07-04T01:32:48.592Z] [2025-07-04T01:32:48.592Z] #218 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-07-04T01:32:48.592Z] #218 DONE 0.2s [2025-07-04T01:32:48.592Z] [2025-07-04T01:32:48.592Z] #219 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-07-04T01:32:48.592Z] #219 DONE 0.1s [2025-07-04T01:32:48.592Z] [2025-07-04T01:32:48.592Z] #220 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-07-04T01:32:48.592Z] #220 DONE 0.2s [2025-07-04T01:32:48.592Z] [2025-07-04T01:32:48.592Z] #221 [core-keeper] exporting to image [2025-07-04T01:32:48.592Z] #221 exporting layers 0.1s done [2025-07-04T01:32:48.592Z] #221 writing image sha256:9d4ad4f14d3551ded5a542463c9cf2de736987fb763c51b4da7999e226576418 0.0s done [2025-07-04T01:32:48.592Z] #221 naming to docker.io/library/core-keeper done [2025-07-04T01:32:48.592Z] #221 DONE 0.5s [2025-07-04T01:32:48.592Z] [2025-07-04T01:32:48.592Z] #210 [core-command] exporting to image [2025-07-04T01:32:48.592Z] #210 writing image sha256:619553ce3b84a91c7b9ab2545fd870e6ce56048ba83d54fc3f8144d373b184f6 0.1s done [2025-07-04T01:32:48.592Z] #210 naming to docker.io/library/core-command [2025-07-04T01:32:48.801Z] #39 ... [2025-07-04T01:32:48.801Z] [2025-07-04T01:32:48.801Z] #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-07-04T01:32:48.801Z] #62 15.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:48.801Z] #62 16.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:48.801Z] #62 18.96 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-04T01:32:48.801Z] #62 18.96 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:32:48.801Z] #62 19.01 OK: 9 MiB in 15 packages [2025-07-04T01:32:48.801Z] #62 DONE 20.1s [2025-07-04T01:32:48.801Z] [2025-07-04T01:32:48.801Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:48.801Z] #39 ... [2025-07-04T01:32:48.801Z] [2025-07-04T01:32:48.801Z] #61 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-07-04T01:32:48.801Z] #61 12.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:48.801Z] #61 13.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:48.801Z] #61 18.06 (1/3) Installing ca-certificates (20241121-r1) [2025-07-04T01:32:48.801Z] #61 18.33 (2/3) Installing dumb-init (1.2.5-r3) [2025-07-04T01:32:48.801Z] #61 18.35 (3/3) Installing tzdata (2025b-r0) [2025-07-04T01:32:48.801Z] #61 18.94 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:32:48.801Z] #61 18.97 Executing ca-certificates-20241121-r1.trigger [2025-07-04T01:32:48.801Z] #61 19.51 OK: 11 MiB in 17 packages [2025-07-04T01:32:48.801Z] #61 DONE 20.2s [2025-07-04T01:32:48.801Z] [2025-07-04T01:32:48.801Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:48.801Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.28MB / 33.17MB 16.0s [2025-07-04T01:32:48.850Z] #210 naming to docker.io/library/core-command 0.1s done [2025-07-04T01:32:48.850Z] #210 DONE 0.6s [2025-07-04T01:32:48.850Z] [2025-07-04T01:32:48.850Z] #222 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-07-04T01:32:48.850Z] #222 DONE 0.2s [2025-07-04T01:32:48.850Z] [2025-07-04T01:32:48.850Z] #223 [security-spiffe-token-provider] exporting to image [2025-07-04T01:32:48.850Z] #223 exporting layers 0.5s done [2025-07-04T01:32:48.850Z] #223 writing image sha256:2f140c13d796f2e1df72b9d647d6d1df2dd030b4a38f2ea9b1570e386d890ab0 0.0s done [2025-07-04T01:32:48.850Z] #223 naming to docker.io/library/security-spiffe-token-provider done [2025-07-04T01:32:48.850Z] #223 DONE 0.5s [2025-07-04T01:32:48.850Z] [2025-07-04T01:32:48.850Z] #224 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-07-04T01:32:48.850Z] #224 ... [2025-07-04T01:32:48.850Z] [2025-07-04T01:32:48.850Z] #225 [support-notifications] exporting to image [2025-07-04T01:32:48.850Z] #225 exporting layers 0.4s done [2025-07-04T01:32:48.850Z] #225 writing image sha256:d60940b3826e8cc495be90aa2d0b40629cd5eef88491c9bf3742cddee430b84a 0.0s done [2025-07-04T01:32:48.850Z] #225 naming to docker.io/library/support-notifications 0.0s done [2025-07-04T01:32:48.850Z] #225 DONE 0.5s [2025-07-04T01:32:49.108Z] [2025-07-04T01:32:49.108Z] #224 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-07-04T01:32:49.108Z] #224 DONE 0.2s [2025-07-04T01:32:49.108Z] [2025-07-04T01:32:49.108Z] #226 [core-data] exporting to image [2025-07-04T01:32:49.108Z] #226 exporting layers 0.5s done [2025-07-04T01:32:49.108Z] #226 writing image sha256:55a5ef30c1189cbf769e8103a96103f53c7c6e7e3203759e12ca44548831a62c done [2025-07-04T01:32:49.108Z] #226 naming to docker.io/library/core-data 0.0s done [2025-07-04T01:32:49.108Z] #226 DONE 0.6s [2025-07-04T01:32:49.108Z] [2025-07-04T01:32:49.108Z] #227 [support-scheduler] exporting to image [2025-07-04T01:32:49.108Z] #227 exporting layers 0.6s done [2025-07-04T01:32:49.108Z] #227 writing image sha256:3e270091c82066bc3297f1a1854b432c8c80c7b12894d2ae41f15c5191773da3 done [2025-07-04T01:32:49.108Z] #227 naming to docker.io/library/support-scheduler done [2025-07-04T01:32:49.108Z] #227 DONE 0.7s [2025-07-04T01:32:49.108Z] [2025-07-04T01:32:49.108Z] #228 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-04T01:32:49.108Z] #228 DONE 0.6s [2025-07-04T01:32:49.108Z] [2025-07-04T01:32:49.108Z] #229 [security-proxy-auth] exporting to image [2025-07-04T01:32:49.108Z] #229 ... [2025-07-04T01:32:49.108Z] [2025-07-04T01:32:49.108Z] #230 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-07-04T01:32:49.108Z] #230 DONE 0.1s [2025-07-04T01:32:49.108Z] [2025-07-04T01:32:49.108Z] #231 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-04T01:32:49.108Z] #231 DONE 0.5s [2025-07-04T01:32:49.367Z] [2025-07-04T01:32:49.367Z] #232 [security-proxy-setup] exporting to image [2025-07-04T01:32:49.367Z] #232 ... [2025-07-04T01:32:49.367Z] [2025-07-04T01:32:49.367Z] #233 [core-metadata] exporting to image [2025-07-04T01:32:49.367Z] #233 exporting layers 0.9s done [2025-07-04T01:32:49.367Z] #233 writing image sha256:f3f41e62dbc4f904b0a43074927dded308b80458c155db9b8c5a73ead0288e57 0.0s done [2025-07-04T01:32:49.367Z] #233 naming to docker.io/library/core-metadata done [2025-07-04T01:32:49.367Z] #233 DONE 1.0s [2025-07-04T01:32:49.367Z] [2025-07-04T01:32:49.367Z] #229 [security-proxy-auth] exporting to image [2025-07-04T01:32:49.367Z] #229 exporting layers 0.3s done [2025-07-04T01:32:49.367Z] #229 writing image sha256:2fc899ffcfe9640e7220f8743742ade881bf1c956a33a8e34a1267e5ae2ad18c done [2025-07-04T01:32:49.367Z] #229 naming to docker.io/library/security-proxy-auth done [2025-07-04T01:32:49.367Z] #229 DONE 0.3s [2025-07-04T01:32:49.367Z] [2025-07-04T01:32:49.367Z] #234 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-04T01:32:49.367Z] #234 DONE 0.4s [2025-07-04T01:32:49.367Z] [2025-07-04T01:32:49.367Z] #232 [security-proxy-setup] exporting to image [2025-07-04T01:32:49.367Z] #232 exporting layers 0.3s done [2025-07-04T01:32:49.367Z] #232 writing image sha256:85109f6049c87abb170eea6b88b8cbd7298e4190934bb63a189d5affde0191b3 done [2025-07-04T01:32:49.367Z] #232 naming to docker.io/library/security-proxy-setup done [2025-07-04T01:32:49.627Z] #232 DONE 0.3s [2025-07-04T01:32:49.627Z] [2025-07-04T01:32:49.627Z] #235 [security-secretstore-setup] exporting to image [2025-07-04T01:32:49.627Z] #235 exporting layers 0.2s done [2025-07-04T01:32:49.627Z] #235 writing image sha256:34ce399c372ba3471c6e02486f633358b1c3efe441fbabe3a09e378620f5dcb8 done [2025-07-04T01:32:49.627Z] #235 naming to docker.io/library/security-secretstore-setup done [2025-07-04T01:32:49.627Z] #235 DONE 0.2s [2025-07-04T01:32:49.627Z] time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T01:32:49.627Z] time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T01:32:49.627Z] time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T01:32:49.627Z] time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T01:32:49.627Z] time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T01:32:49.627Z] time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T01:32:49.627Z] time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T01:32:49.627Z] time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T01:32:49.627Z] time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T01:32:49.627Z] time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T01:32:49.627Z] time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T01:32:49.627Z] time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T01:32:49.627Z] time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T01:32:49.627Z] time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T01:32:49.627Z] time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-07-04T01:32:49.632Z] $ docker stop --time=1 2fa57fda827d82e290e338927f7df0df79720c35548cf3bcb19e7a8bb0619283 [2025-07-04T01:32:49.771Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 16.8s done [2025-07-04T01:32:50.767Z] #39 ... [2025-07-04T01:32:50.767Z] [2025-07-04T01:32:50.767Z] #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-07-04T01:32:50.880Z] $ docker rm -f --volumes 2fa57fda827d82e290e338927f7df0df79720c35548cf3bcb19e7a8bb0619283 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-04T01:32:51.038Z] #72 ... [2025-07-04T01:32:51.038Z] [2025-07-04T01:32:51.038Z] #66 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-07-04T01:32:51.038Z] #66 18.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:51.230Z] + docker images [2025-07-04T01:32:51.230Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-07-04T01:32:51.230Z] security-secretstore-setup latest 34ce399c372b 1 second ago 68.9MB [2025-07-04T01:32:51.230Z] support-notifications latest d60940b3826e 2 seconds ago 52.3MB [2025-07-04T01:32:51.230Z] support-scheduler latest 3e270091c820 2 seconds ago 48.7MB [2025-07-04T01:32:51.230Z] core-metadata latest f3f41e62dbc4 2 seconds ago 33.2MB [2025-07-04T01:32:51.230Z] security-proxy-setup latest 85109f6049c8 2 seconds ago 38.6MB [2025-07-04T01:32:51.230Z] core-data latest 55a5ef30c118 2 seconds ago 33MB [2025-07-04T01:32:51.230Z] security-proxy-auth latest 2fc899ffcfe9 2 seconds ago 31.9MB [2025-07-04T01:32:51.230Z] security-spiffe-token-provider latest 2f140c13d796 2 seconds ago 47.5MB [2025-07-04T01:32:51.230Z] core-keeper latest 9d4ad4f14d35 3 seconds ago 32.6MB [2025-07-04T01:32:51.230Z] core-command latest 619553ce3b84 3 seconds ago 28.5MB [2025-07-04T01:32:51.230Z] security-bootstrapper latest 6e9161803486 About a minute ago 20.4MB [2025-07-04T01:32:51.230Z] core-common-config-bootstrapper latest 269d8beeeef7 About a minute ago 17.1MB [2025-07-04T01:32:51.230Z] security-spire-agent latest 6a6d340d96fb 3 minutes ago 195MB [2025-07-04T01:32:51.230Z] security-spire-server latest 3e049b25f8a3 3 minutes ago 149MB [2025-07-04T01:32:51.230Z] security-spire-config latest bc5ec10419d8 3 minutes ago 149MB [2025-07-04T01:32:51.230Z] ci-base-image-x86_64 latest f4a7de38865a 7 minutes ago 924MB [2025-07-04T01:32:51.230Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 2 weeks ago 574MB [2025-07-04T01:32:51.230Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 5 weeks ago 573MB [2025-07-04T01:32:51.230Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2025-07-04T01:32:51.307Z] #66 18.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-04T01:32:51.357Z] provisioning config files... [2025-07-04T01:32:51.367Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/867@tmp/config13545491332144321462tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-04T01:32:51.672Z] ---> ****-login.sh [2025-07-04T01:32:51.672Z] nexus3.edgexfoundry.org:10001 [2025-07-04T01:32:51.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:32:51.672Z] Login Succeeded [2025-07-04T01:32:51.672Z] nexus3.edgexfoundry.org:10002 [2025-07-04T01:32:51.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:32:51.672Z] Login Succeeded [2025-07-04T01:32:51.672Z] nexus3.edgexfoundry.org:10003 [2025-07-04T01:32:51.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:32:51.930Z] Login Succeeded [2025-07-04T01:32:51.930Z] nexus3.edgexfoundry.org:10004 [2025-07-04T01:32:51.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:32:51.930Z] Login Succeeded [2025-07-04T01:32:51.930Z] ****.io [2025-07-04T01:32:51.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:32:52.189Z] Login Succeeded [2025-07-04T01:32:52.189Z] ---> ****-login.sh ends [Pipeline] } [2025-07-04T01:32:52.195Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T01:32:52.240Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-04T01:32:52.267Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-07-04T01:32:52.267Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:32:52.267Z] latest [2025-07-04T01:32:52.267Z] 4.1.0-dev.35 [2025-07-04T01:32:52.267Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:32:52.267Z] main [2025-07-04T01:32:52.267Z] ===================================================== [2025-07-04T01:32:52.273Z] #66 ... [2025-07-04T01:32:52.273Z] [2025-07-04T01:32:52.273Z] #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-07-04T01:32:52.273Z] #73 ... [2025-07-04T01:32:52.273Z] [2025-07-04T01:32:52.273Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-04T01:32:52.273Z] #65 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done [2025-07-04T01:32:52.274Z] #65 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:32:52.543Z] #65 ... [2025-07-04T01:32:52.543Z] [2025-07-04T01:32:52.543Z] #74 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2025-07-04T01:32:52.543Z] #74 ... [2025-07-04T01:32:52.543Z] [2025-07-04T01:32:52.543Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-04T01:32:52.543Z] #64 19.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:52.543Z] #64 20.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:52.619Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:32:52.947Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:32:52.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-04T01:32:52.947Z] 55fdd40f5419: Preparing [2025-07-04T01:32:52.947Z] d7362b5d0ffb: Preparing [2025-07-04T01:32:52.947Z] d6dd78723e74: Preparing [2025-07-04T01:32:52.947Z] b3e1c71ee1d4: Preparing [2025-07-04T01:32:52.947Z] 18415718a183: Preparing [2025-07-04T01:32:52.947Z] 7f47ae8f5f08: Preparing [2025-07-04T01:32:52.947Z] 994456c4fd7b: Preparing [2025-07-04T01:32:52.947Z] 7f47ae8f5f08: Waiting [2025-07-04T01:32:52.947Z] 994456c4fd7b: Waiting [2025-07-04T01:32:52.947Z] 55fdd40f5419: Pushed [2025-07-04T01:32:52.947Z] d6dd78723e74: Pushed [2025-07-04T01:32:52.947Z] b3e1c71ee1d4: Pushed [2025-07-04T01:32:52.947Z] 18415718a183: Pushed [2025-07-04T01:32:52.947Z] 994456c4fd7b: Layer already exists [2025-07-04T01:32:53.205Z] 7f47ae8f5f08: Pushed [2025-07-04T01:32:53.515Z] #64 ... [2025-07-04T01:32:53.516Z] [2025-07-04T01:32:53.516Z] #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-07-04T01:32:53.784Z] #75 ... [2025-07-04T01:32:53.784Z] [2025-07-04T01:32:53.784Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-04T01:32:53.784Z] #65 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.0s [2025-07-04T01:32:54.380Z] #65 ... [2025-07-04T01:32:54.380Z] [2025-07-04T01:32:54.380Z] #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-07-04T01:32:54.380Z] #76 ... [2025-07-04T01:32:54.380Z] [2025-07-04T01:32:54.380Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-07-04T01:32:54.380Z] #68 DONE 20.9s [2025-07-04T01:32:54.380Z] [2025-07-04T01:32:54.380Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-07-04T01:32:55.103Z] d7362b5d0ffb: Pushed [2025-07-04T01:32:55.352Z] #77 ... [2025-07-04T01:32:55.352Z] [2025-07-04T01:32:55.352Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-07-04T01:32:55.361Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:32:55.621Z] #78 ... [2025-07-04T01:32:55.621Z] [2025-07-04T01:32:55.621Z] #74 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2025-07-04T01:32:55.621Z] #74 13.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:55.685Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:32:56.018Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-04T01:32:56.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-04T01:32:56.018Z] 55fdd40f5419: Preparing [2025-07-04T01:32:56.018Z] d7362b5d0ffb: Preparing [2025-07-04T01:32:56.018Z] d6dd78723e74: Preparing [2025-07-04T01:32:56.018Z] b3e1c71ee1d4: Preparing [2025-07-04T01:32:56.018Z] 18415718a183: Preparing [2025-07-04T01:32:56.018Z] 7f47ae8f5f08: Preparing [2025-07-04T01:32:56.018Z] 994456c4fd7b: Preparing [2025-07-04T01:32:56.018Z] 994456c4fd7b: Waiting [2025-07-04T01:32:56.018Z] 7f47ae8f5f08: Waiting [2025-07-04T01:32:56.018Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:32:56.018Z] d7362b5d0ffb: Layer already exists [2025-07-04T01:32:56.018Z] 55fdd40f5419: Layer already exists [2025-07-04T01:32:56.018Z] d6dd78723e74: Layer already exists [2025-07-04T01:32:56.018Z] 18415718a183: Layer already exists [2025-07-04T01:32:56.018Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:32:56.018Z] 994456c4fd7b: Layer already exists [2025-07-04T01:32:56.018Z] latest: digest: sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:32:56.351Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:32:56.679Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35 [2025-07-04T01:32:56.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-04T01:32:56.679Z] 55fdd40f5419: Preparing [2025-07-04T01:32:56.679Z] d7362b5d0ffb: Preparing [2025-07-04T01:32:56.679Z] d6dd78723e74: Preparing [2025-07-04T01:32:56.679Z] b3e1c71ee1d4: Preparing [2025-07-04T01:32:56.679Z] 18415718a183: Preparing [2025-07-04T01:32:56.679Z] 7f47ae8f5f08: Preparing [2025-07-04T01:32:56.679Z] 994456c4fd7b: Preparing [2025-07-04T01:32:56.679Z] 7f47ae8f5f08: Waiting [2025-07-04T01:32:56.679Z] 994456c4fd7b: Waiting [2025-07-04T01:32:56.679Z] d6dd78723e74: Layer already exists [2025-07-04T01:32:56.679Z] 18415718a183: Layer already exists [2025-07-04T01:32:56.679Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:32:56.679Z] 55fdd40f5419: Layer already exists [2025-07-04T01:32:56.679Z] d7362b5d0ffb: Layer already exists [2025-07-04T01:32:56.679Z] 994456c4fd7b: Layer already exists [2025-07-04T01:32:56.679Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:32:56.679Z] 4.1.0-dev.35: digest: sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:32:57.020Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [2025-07-04T01:32:57.035Z] #74 ... [2025-07-04T01:32:57.035Z] [2025-07-04T01:32:57.035Z] #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-07-04T01:32:57.035Z] #79 ... [2025-07-04T01:32:57.035Z] [2025-07-04T01:32:57.035Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:57.035Z] #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.9s [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:32:57.342Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:32:57.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-04T01:32:57.342Z] 55fdd40f5419: Preparing [2025-07-04T01:32:57.342Z] d7362b5d0ffb: Preparing [2025-07-04T01:32:57.342Z] d6dd78723e74: Preparing [2025-07-04T01:32:57.342Z] b3e1c71ee1d4: Preparing [2025-07-04T01:32:57.342Z] 18415718a183: Preparing [2025-07-04T01:32:57.342Z] 7f47ae8f5f08: Preparing [2025-07-04T01:32:57.342Z] 994456c4fd7b: Preparing [2025-07-04T01:32:57.342Z] 994456c4fd7b: Waiting [2025-07-04T01:32:57.342Z] 7f47ae8f5f08: Waiting [2025-07-04T01:32:57.342Z] 18415718a183: Layer already exists [2025-07-04T01:32:57.342Z] 55fdd40f5419: Layer already exists [2025-07-04T01:32:57.342Z] d7362b5d0ffb: Layer already exists [2025-07-04T01:32:57.343Z] d6dd78723e74: Layer already exists [2025-07-04T01:32:57.343Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:32:57.343Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:32:57.343Z] 994456c4fd7b: Layer already exists [2025-07-04T01:32:57.343Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:32:57.667Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:32:57.983Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-07-04T01:32:57.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-07-04T01:32:57.983Z] 55fdd40f5419: Preparing [2025-07-04T01:32:57.983Z] d7362b5d0ffb: Preparing [2025-07-04T01:32:57.983Z] d6dd78723e74: Preparing [2025-07-04T01:32:57.983Z] b3e1c71ee1d4: Preparing [2025-07-04T01:32:57.983Z] 18415718a183: Preparing [2025-07-04T01:32:57.983Z] 7f47ae8f5f08: Preparing [2025-07-04T01:32:57.983Z] 994456c4fd7b: Preparing [2025-07-04T01:32:57.983Z] 7f47ae8f5f08: Waiting [2025-07-04T01:32:57.983Z] 994456c4fd7b: Waiting [2025-07-04T01:32:57.983Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:32:57.983Z] 18415718a183: Layer already exists [2025-07-04T01:32:57.983Z] d7362b5d0ffb: Layer already exists [2025-07-04T01:32:57.983Z] 55fdd40f5419: Layer already exists [2025-07-04T01:32:57.983Z] d6dd78723e74: Layer already exists [2025-07-04T01:32:57.983Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:32:57.983Z] 994456c4fd7b: Layer already exists [2025-07-04T01:32:57.983Z] main: digest: sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T01:32:58.059Z] ===================================================== [Pipeline] echo [2025-07-04T01:32:58.075Z] taggedImages: [2025-07-04T01:32:58.075Z] - nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:32:58.075Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-04T01:32:58.075Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35 [2025-07-04T01:32:58.075Z] - nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:32:58.075Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-07-04T01:32:58.107Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-07-04T01:32:58.107Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:32:58.107Z] latest [2025-07-04T01:32:58.107Z] 4.1.0-dev.35 [2025-07-04T01:32:58.107Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:32:58.107Z] main [2025-07-04T01:32:58.107Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:32:58.460Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:32:58.789Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:32:58.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-04T01:32:58.789Z] b4beff35fadb: Preparing [2025-07-04T01:32:58.789Z] 055bf47e17f0: Preparing [2025-07-04T01:32:58.789Z] 0f7cfaf9b30f: Preparing [2025-07-04T01:32:58.789Z] 33e2526210f2: Preparing [2025-07-04T01:32:58.789Z] d6dd78723e74: Preparing [2025-07-04T01:32:58.789Z] b3e1c71ee1d4: Preparing [2025-07-04T01:32:58.789Z] 18415718a183: Preparing [2025-07-04T01:32:58.789Z] 7f47ae8f5f08: Preparing [2025-07-04T01:32:58.789Z] 994456c4fd7b: Preparing [2025-07-04T01:32:58.789Z] b3e1c71ee1d4: Waiting [2025-07-04T01:32:58.789Z] 7f47ae8f5f08: Waiting [2025-07-04T01:32:58.789Z] 994456c4fd7b: Waiting [2025-07-04T01:32:58.789Z] 18415718a183: Waiting [2025-07-04T01:32:58.789Z] d6dd78723e74: Layer already exists [2025-07-04T01:32:58.789Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:32:58.789Z] 18415718a183: Layer already exists [2025-07-04T01:32:58.789Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:32:58.789Z] 0f7cfaf9b30f: Pushed [2025-07-04T01:32:58.789Z] 994456c4fd7b: Layer already exists [2025-07-04T01:32:58.789Z] 055bf47e17f0: Pushed [2025-07-04T01:32:58.789Z] b4beff35fadb: Pushed [2025-07-04T01:32:58.999Z] #39 ... [2025-07-04T01:32:58.999Z] [2025-07-04T01:32:58.999Z] #66 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-07-04T01:32:58.999Z] #66 23.85 OK: 239 MiB in 58 packages [2025-07-04T01:32:58.999Z] #66 DONE 26.1s [2025-07-04T01:32:58.999Z] [2025-07-04T01:32:58.999Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-07-04T01:32:58.999Z] #80 ... [2025-07-04T01:32:58.999Z] [2025-07-04T01:32:58.999Z] #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-07-04T01:32:58.999Z] #81 ... [2025-07-04T01:32:58.999Z] [2025-07-04T01:32:58.999Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-07-04T01:32:58.999Z] #80 10.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:59.588Z] #80 ... [2025-07-04T01:32:59.588Z] [2025-07-04T01:32:59.588Z] #82 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:32:59.588Z] #82 DONE 0.9s [2025-07-04T01:32:59.588Z] [2025-07-04T01:32:59.588Z] #83 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:32:59.722Z] 33e2526210f2: Pushed [2025-07-04T01:32:59.855Z] #83 ... [2025-07-04T01:32:59.855Z] [2025-07-04T01:32:59.855Z] #41 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-04T01:32:59.855Z] #41 20.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:59.855Z] #41 20.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:59.855Z] #41 23.24 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-04T01:32:59.855Z] #41 23.24 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-04T01:32:59.855Z] #41 23.24 OK: 24049 distinct packages available [2025-07-04T01:32:59.855Z] #41 24.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:59.855Z] #41 25.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:32:59.855Z] #41 ... [2025-07-04T01:32:59.855Z] [2025-07-04T01:32:59.855Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:32:59.982Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:00.318Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:00.695Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-04T01:33:00.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-04T01:33:00.695Z] b4beff35fadb: Preparing [2025-07-04T01:33:00.695Z] 055bf47e17f0: Preparing [2025-07-04T01:33:00.695Z] 0f7cfaf9b30f: Preparing [2025-07-04T01:33:00.695Z] 33e2526210f2: Preparing [2025-07-04T01:33:00.695Z] d6dd78723e74: Preparing [2025-07-04T01:33:00.695Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:00.695Z] 18415718a183: Preparing [2025-07-04T01:33:00.695Z] 7f47ae8f5f08: Preparing [2025-07-04T01:33:00.695Z] 994456c4fd7b: Preparing [2025-07-04T01:33:00.695Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:00.695Z] 994456c4fd7b: Waiting [2025-07-04T01:33:00.695Z] 18415718a183: Waiting [2025-07-04T01:33:00.695Z] 7f47ae8f5f08: Waiting [2025-07-04T01:33:00.695Z] 055bf47e17f0: Layer already exists [2025-07-04T01:33:00.695Z] 33e2526210f2: Layer already exists [2025-07-04T01:33:00.695Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:00.695Z] b4beff35fadb: Layer already exists [2025-07-04T01:33:00.695Z] 0f7cfaf9b30f: Layer already exists [2025-07-04T01:33:00.695Z] 18415718a183: Layer already exists [2025-07-04T01:33:00.695Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:33:00.695Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:00.695Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:00.695Z] latest: digest: sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:01.076Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:01.454Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35 [2025-07-04T01:33:01.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-04T01:33:01.454Z] b4beff35fadb: Preparing [2025-07-04T01:33:01.454Z] 055bf47e17f0: Preparing [2025-07-04T01:33:01.454Z] 0f7cfaf9b30f: Preparing [2025-07-04T01:33:01.454Z] 33e2526210f2: Preparing [2025-07-04T01:33:01.454Z] d6dd78723e74: Preparing [2025-07-04T01:33:01.454Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:01.454Z] 18415718a183: Preparing [2025-07-04T01:33:01.454Z] 7f47ae8f5f08: Preparing [2025-07-04T01:33:01.454Z] 994456c4fd7b: Preparing [2025-07-04T01:33:01.454Z] 7f47ae8f5f08: Waiting [2025-07-04T01:33:01.455Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:01.455Z] 18415718a183: Waiting [2025-07-04T01:33:01.455Z] 994456c4fd7b: Waiting [2025-07-04T01:33:01.455Z] 33e2526210f2: Layer already exists [2025-07-04T01:33:01.455Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:01.455Z] b4beff35fadb: Layer already exists [2025-07-04T01:33:01.455Z] 055bf47e17f0: Layer already exists [2025-07-04T01:33:01.455Z] 0f7cfaf9b30f: Layer already exists [2025-07-04T01:33:01.455Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:01.455Z] 18415718a183: Layer already exists [2025-07-04T01:33:01.455Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:33:01.455Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:01.455Z] 4.1.0-dev.35: digest: sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:01.815Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:02.164Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:02.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-04T01:33:02.164Z] b4beff35fadb: Preparing [2025-07-04T01:33:02.164Z] 055bf47e17f0: Preparing [2025-07-04T01:33:02.164Z] 0f7cfaf9b30f: Preparing [2025-07-04T01:33:02.164Z] 33e2526210f2: Preparing [2025-07-04T01:33:02.164Z] d6dd78723e74: Preparing [2025-07-04T01:33:02.164Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:02.164Z] 18415718a183: Preparing [2025-07-04T01:33:02.164Z] 7f47ae8f5f08: Preparing [2025-07-04T01:33:02.164Z] 994456c4fd7b: Preparing [2025-07-04T01:33:02.164Z] 18415718a183: Waiting [2025-07-04T01:33:02.164Z] 7f47ae8f5f08: Waiting [2025-07-04T01:33:02.164Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:02.164Z] 994456c4fd7b: Waiting [2025-07-04T01:33:02.164Z] 0f7cfaf9b30f: Layer already exists [2025-07-04T01:33:02.164Z] 33e2526210f2: Layer already exists [2025-07-04T01:33:02.164Z] b4beff35fadb: Layer already exists [2025-07-04T01:33:02.164Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:02.164Z] 055bf47e17f0: Layer already exists [2025-07-04T01:33:02.164Z] 18415718a183: Layer already exists [2025-07-04T01:33:02.164Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:02.164Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:33:02.164Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:02.164Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:02.460Z] #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 7.9s [2025-07-04T01:33:02.489Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:02.729Z] #39 ... [2025-07-04T01:33:02.729Z] [2025-07-04T01:33:02.729Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-04T01:33:02.729Z] #70 19.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:02.729Z] #70 21.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:02.813Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-07-04T01:33:02.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-07-04T01:33:02.813Z] b4beff35fadb: Preparing [2025-07-04T01:33:02.813Z] 055bf47e17f0: Preparing [2025-07-04T01:33:02.813Z] 0f7cfaf9b30f: Preparing [2025-07-04T01:33:02.813Z] 33e2526210f2: Preparing [2025-07-04T01:33:02.813Z] d6dd78723e74: Preparing [2025-07-04T01:33:02.813Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:02.813Z] 18415718a183: Preparing [2025-07-04T01:33:02.813Z] 7f47ae8f5f08: Preparing [2025-07-04T01:33:02.813Z] 994456c4fd7b: Preparing [2025-07-04T01:33:02.813Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:02.813Z] 18415718a183: Waiting [2025-07-04T01:33:02.813Z] 7f47ae8f5f08: Waiting [2025-07-04T01:33:02.813Z] 994456c4fd7b: Waiting [2025-07-04T01:33:02.813Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:02.813Z] 0f7cfaf9b30f: Layer already exists [2025-07-04T01:33:02.813Z] b4beff35fadb: Layer already exists [2025-07-04T01:33:02.813Z] 055bf47e17f0: Layer already exists [2025-07-04T01:33:02.813Z] 33e2526210f2: Layer already exists [2025-07-04T01:33:02.813Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:02.813Z] 18415718a183: Layer already exists [2025-07-04T01:33:02.813Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:33:02.813Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:02.813Z] main: digest: sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T01:33:02.891Z] ===================================================== [Pipeline] echo [2025-07-04T01:33:02.907Z] taggedImages: [2025-07-04T01:33:02.907Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:02.907Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-04T01:33:02.907Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35 [2025-07-04T01:33:02.907Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:02.907Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-07-04T01:33:02.930Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-07-04T01:33:02.930Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:02.930Z] latest [2025-07-04T01:33:02.930Z] 4.1.0-dev.35 [2025-07-04T01:33:02.930Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:02.930Z] main [2025-07-04T01:33:02.930Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:02.997Z] #70 ... [2025-07-04T01:33:02.997Z] [2025-07-04T01:33:02.997Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:33:03.268Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:03.586Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:03.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-04T01:33:03.586Z] 817233ca7b1b: Preparing [2025-07-04T01:33:03.586Z] 68cdb252cb85: Preparing [2025-07-04T01:33:03.586Z] d6dd78723e74: Preparing [2025-07-04T01:33:03.586Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:03.586Z] 73b40deb76b5: Preparing [2025-07-04T01:33:03.586Z] 7f47ae8f5f08: Preparing [2025-07-04T01:33:03.586Z] 994456c4fd7b: Preparing [2025-07-04T01:33:03.586Z] 994456c4fd7b: Waiting [2025-07-04T01:33:03.586Z] 7f47ae8f5f08: Waiting [2025-07-04T01:33:03.586Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:03.586Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:03.586Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:33:03.586Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:03.586Z] 73b40deb76b5: Pushed [2025-07-04T01:33:03.586Z] 817233ca7b1b: Pushed [2025-07-04T01:33:03.590Z] #39 ... [2025-07-04T01:33:03.590Z] [2025-07-04T01:33:03.590Z] #67 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-07-04T01:33:03.590Z] #67 20.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:03.590Z] #67 21.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:03.590Z] #67 ... [2025-07-04T01:33:03.590Z] [2025-07-04T01:33:03.590Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:33:03.858Z] #39 ... [2025-07-04T01:33:03.858Z] [2025-07-04T01:33:03.858Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-07-04T01:33:03.858Z] #69 20.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:03.858Z] #69 21.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:03.858Z] #69 ... [2025-07-04T01:33:03.858Z] [2025-07-04T01:33:03.858Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:33:04.447Z] #39 ... [2025-07-04T01:33:04.447Z] [2025-07-04T01:33:04.447Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-04T01:33:04.447Z] #65 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.6s done [2025-07-04T01:33:04.447Z] #65 ... [2025-07-04T01:33:04.447Z] [2025-07-04T01:33:04.447Z] #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-07-04T01:33:04.447Z] #73 12.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:04.447Z] #73 14.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:04.715Z] #73 ... [2025-07-04T01:33:04.715Z] [2025-07-04T01:33:04.715Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-07-04T01:33:04.715Z] #71 21.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:04.715Z] #71 23.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:04.715Z] #71 ... [2025-07-04T01:33:04.715Z] [2025-07-04T01:33:04.715Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:33:05.681Z] #39 ... [2025-07-04T01:33:05.681Z] [2025-07-04T01:33:05.681Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-04T01:33:05.681Z] #64 24.98 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-04T01:33:05.681Z] #64 24.98 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-04T01:33:05.681Z] #64 24.98 OK: 24049 distinct packages available [2025-07-04T01:33:05.681Z] #64 26.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:05.681Z] #64 29.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:05.681Z] #64 ... [2025-07-04T01:33:05.681Z] [2025-07-04T01:33:05.681Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:33:05.950Z] #39 ... [2025-07-04T01:33:05.950Z] [2025-07-04T01:33:05.950Z] #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-07-04T01:33:05.950Z] #72 15.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:05.950Z] #72 17.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:05.950Z] #72 ... [2025-07-04T01:33:05.950Z] [2025-07-04T01:33:05.950Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:33:06.115Z] 68cdb252cb85: Pushed [2025-07-04T01:33:06.115Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:06.219Z] #39 ... [2025-07-04T01:33:06.219Z] [2025-07-04T01:33:06.219Z] #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-07-04T01:33:06.219Z] #75 12.62 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:06.219Z] #75 15.78 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:06.452Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2025-07-04T01:33:06.490Z] #75 ... [2025-07-04T01:33:06.490Z] [2025-07-04T01:33:06.490Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [Pipeline] sh [2025-07-04T01:33:06.759Z] #39 ... [2025-07-04T01:33:06.759Z] [2025-07-04T01:33:06.759Z] #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-07-04T01:33:06.759Z] #76 12.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:06.759Z] #76 15.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:06.759Z] #76 ... [2025-07-04T01:33:06.759Z] [2025-07-04T01:33:06.759Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:33:06.779Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-04T01:33:06.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-04T01:33:06.779Z] 817233ca7b1b: Preparing [2025-07-04T01:33:06.779Z] 68cdb252cb85: Preparing [2025-07-04T01:33:06.779Z] d6dd78723e74: Preparing [2025-07-04T01:33:06.779Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:06.779Z] 73b40deb76b5: Preparing [2025-07-04T01:33:06.779Z] 7f47ae8f5f08: Preparing [2025-07-04T01:33:06.779Z] 994456c4fd7b: Preparing [2025-07-04T01:33:06.779Z] 7f47ae8f5f08: Waiting [2025-07-04T01:33:06.779Z] 994456c4fd7b: Waiting [2025-07-04T01:33:06.779Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:06.779Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:06.779Z] 817233ca7b1b: Layer already exists [2025-07-04T01:33:06.779Z] 73b40deb76b5: Layer already exists [2025-07-04T01:33:06.779Z] 68cdb252cb85: Layer already exists [2025-07-04T01:33:06.779Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:33:06.779Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:06.779Z] latest: digest: sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:07.105Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:07.350Z] #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.1s [2025-07-04T01:33:07.350Z] #39 ... [2025-07-04T01:33:07.350Z] [2025-07-04T01:33:07.350Z] #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-07-04T01:33:07.350Z] #79 10.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:07.350Z] #79 13.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:07.435Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35 [2025-07-04T01:33:07.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-04T01:33:07.435Z] 817233ca7b1b: Preparing [2025-07-04T01:33:07.435Z] 68cdb252cb85: Preparing [2025-07-04T01:33:07.435Z] d6dd78723e74: Preparing [2025-07-04T01:33:07.435Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:07.435Z] 73b40deb76b5: Preparing [2025-07-04T01:33:07.435Z] 7f47ae8f5f08: Preparing [2025-07-04T01:33:07.435Z] 994456c4fd7b: Preparing [2025-07-04T01:33:07.435Z] 994456c4fd7b: Waiting [2025-07-04T01:33:07.435Z] 7f47ae8f5f08: Waiting [2025-07-04T01:33:07.435Z] 68cdb252cb85: Layer already exists [2025-07-04T01:33:07.435Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:07.435Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:07.435Z] 73b40deb76b5: Layer already exists [2025-07-04T01:33:07.435Z] 817233ca7b1b: Layer already exists [2025-07-04T01:33:07.435Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:07.435Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:33:07.435Z] 4.1.0-dev.35: digest: sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:07.619Z] #79 ... [2025-07-04T01:33:07.619Z] [2025-07-04T01:33:07.619Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-07-04T01:33:07.619Z] #78 12.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:07.619Z] #78 14.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:07.619Z] #78 ... [2025-07-04T01:33:07.619Z] [2025-07-04T01:33:07.619Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:33:07.772Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:07.889Z] #39 ... [2025-07-04T01:33:07.889Z] [2025-07-04T01:33:07.889Z] #74 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2025-07-04T01:33:07.889Z] #74 15.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:08.103Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:08.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-04T01:33:08.103Z] 817233ca7b1b: Preparing [2025-07-04T01:33:08.103Z] 68cdb252cb85: Preparing [2025-07-04T01:33:08.103Z] d6dd78723e74: Preparing [2025-07-04T01:33:08.103Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:08.103Z] 73b40deb76b5: Preparing [2025-07-04T01:33:08.103Z] 7f47ae8f5f08: Preparing [2025-07-04T01:33:08.103Z] 994456c4fd7b: Preparing [2025-07-04T01:33:08.103Z] 7f47ae8f5f08: Waiting [2025-07-04T01:33:08.103Z] 994456c4fd7b: Waiting [2025-07-04T01:33:08.103Z] 68cdb252cb85: Layer already exists [2025-07-04T01:33:08.103Z] 73b40deb76b5: Layer already exists [2025-07-04T01:33:08.103Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:08.103Z] 817233ca7b1b: Layer already exists [2025-07-04T01:33:08.103Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:08.103Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:33:08.103Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:08.103Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:08.161Z] #74 ... [2025-07-04T01:33:08.161Z] [2025-07-04T01:33:08.161Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:33:08.161Z] #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.1s done [2025-07-04T01:33:08.431Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [2025-07-04T01:33:08.432Z] #39 ... [2025-07-04T01:33:08.432Z] [2025-07-04T01:33:08.432Z] #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-07-04T01:33:08.432Z] #67 33.39 OK: 239 MiB in 58 packages [2025-07-04T01:33:08.432Z] #67 DONE 35.3s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:08.700Z] [2025-07-04T01:33:08.700Z] #41 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-04T01:33:08.700Z] #41 37.97 (1/5) Installing dumb-init (1.2.5-r3) [2025-07-04T01:33:08.700Z] #41 38.02 (2/5) Installing musl-obstack (1.2.3-r2) [2025-07-04T01:33:08.700Z] #41 38.06 (3/5) Installing libucontext (1.2-r3) [2025-07-04T01:33:08.701Z] #41 38.09 (4/5) Installing gcompat (1.1.0-r4) [2025-07-04T01:33:08.701Z] #41 38.17 (5/5) Installing openssl (3.3.3-r0) [2025-07-04T01:33:08.701Z] #41 38.33 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:33:08.701Z] #41 38.73 OK: 10 MiB in 19 packages [2025-07-04T01:33:08.701Z] #41 ... [2025-07-04T01:33:08.701Z] [2025-07-04T01:33:08.701Z] #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-07-04T01:33:08.701Z] #73 24.19 OK: 20 MiB in 18 packages [2025-07-04T01:33:08.701Z] #73 DONE 26.5s [2025-07-04T01:33:08.752Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-07-04T01:33:08.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-07-04T01:33:08.752Z] 817233ca7b1b: Preparing [2025-07-04T01:33:08.752Z] 68cdb252cb85: Preparing [2025-07-04T01:33:08.752Z] d6dd78723e74: Preparing [2025-07-04T01:33:08.752Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:08.752Z] 73b40deb76b5: Preparing [2025-07-04T01:33:08.752Z] 7f47ae8f5f08: Preparing [2025-07-04T01:33:08.752Z] 994456c4fd7b: Preparing [2025-07-04T01:33:08.752Z] 7f47ae8f5f08: Waiting [2025-07-04T01:33:08.752Z] 994456c4fd7b: Waiting [2025-07-04T01:33:08.752Z] 73b40deb76b5: Layer already exists [2025-07-04T01:33:08.752Z] 68cdb252cb85: Layer already exists [2025-07-04T01:33:08.752Z] 817233ca7b1b: Layer already exists [2025-07-04T01:33:08.752Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:08.752Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:08.752Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:33:08.752Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:08.752Z] main: digest: sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T01:33:08.836Z] ===================================================== [Pipeline] echo [2025-07-04T01:33:08.851Z] taggedImages: [2025-07-04T01:33:08.851Z] - nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:08.851Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-04T01:33:08.851Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35 [2025-07-04T01:33:08.851Z] - nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:08.851Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-07-04T01:33:08.938Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-07-04T01:33:08.938Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:08.938Z] latest [2025-07-04T01:33:08.938Z] 4.1.0-dev.35 [2025-07-04T01:33:08.938Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:08.938Z] main [2025-07-04T01:33:08.938Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2025-07-04T01:33:08.972Z] [2025-07-04T01:33:08.972Z] #84 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:09.241Z] #84 DONE 0.7s [2025-07-04T01:33:09.241Z] [2025-07-04T01:33:09.241Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-07-04T01:33:09.241Z] #39 DONE 40.3s [2025-07-04T01:33:09.241Z] [2025-07-04T01:33:09.241Z] #85 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:33:09.241Z] #85 DONE 1.0s [2025-07-04T01:33:09.241Z] [2025-07-04T01:33:09.241Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-07-04T01:33:09.241Z] #69 34.09 OK: 239 MiB in 58 packages [2025-07-04T01:33:09.288Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:09.510Z] #69 ... [2025-07-04T01:33:09.510Z] [2025-07-04T01:33:09.510Z] #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-07-04T01:33:09.510Z] #81 10.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:09.510Z] #81 12.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:09.608Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:09.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-04T01:33:09.609Z] ef88d05919b0: Preparing [2025-07-04T01:33:09.609Z] afa253b15db9: Preparing [2025-07-04T01:33:09.609Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:09.609Z] 867c34d7447b: Preparing [2025-07-04T01:33:09.609Z] e42283c2259d: Preparing [2025-07-04T01:33:09.609Z] 994456c4fd7b: Preparing [2025-07-04T01:33:09.609Z] 994456c4fd7b: Waiting [2025-07-04T01:33:09.609Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:09.609Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:09.609Z] e42283c2259d: Pushed [2025-07-04T01:33:09.609Z] ef88d05919b0: Pushed [2025-07-04T01:33:09.609Z] 867c34d7447b: Pushed [2025-07-04T01:33:09.779Z] #81 ... [2025-07-04T01:33:09.779Z] [2025-07-04T01:33:09.779Z] #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:33:10.047Z] #86 ... [2025-07-04T01:33:10.047Z] [2025-07-04T01:33:10.047Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-07-04T01:33:10.047Z] #69 DONE 36.6s [2025-07-04T01:33:10.047Z] [2025-07-04T01:33:10.047Z] #87 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:33:11.013Z] #87 DONE 0.8s [2025-07-04T01:33:11.013Z] [2025-07-04T01:33:11.013Z] #88 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:33:11.979Z] #88 ... [2025-07-04T01:33:11.979Z] [2025-07-04T01:33:11.979Z] #41 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-07-04T01:33:11.979Z] #41 DONE 42.1s [2025-07-04T01:33:11.979Z] [2025-07-04T01:33:11.979Z] #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-07-04T01:33:12.149Z] afa253b15db9: Pushed [2025-07-04T01:33:12.149Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:12.250Z] #89 ... [2025-07-04T01:33:12.250Z] [2025-07-04T01:33:12.250Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-07-04T01:33:12.250Z] #77 7.620 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:12.250Z] #77 9.873 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:12.250Z] #77 ... [2025-07-04T01:33:12.250Z] [2025-07-04T01:33:12.250Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-07-04T01:33:12.250Z] #80 13.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:12.474Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:12.524Z] #80 ... [2025-07-04T01:33:12.524Z] [2025-07-04T01:33:12.524Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-04T01:33:12.524Z] #64 40.75 (1/4) Installing dumb-init (1.2.5-r3) [2025-07-04T01:33:12.524Z] #64 40.84 (2/4) Installing musl-obstack (1.2.3-r2) [2025-07-04T01:33:12.524Z] #64 40.88 (3/4) Installing libucontext (1.2-r3) [2025-07-04T01:33:12.524Z] #64 40.94 (4/4) Installing gcompat (1.1.0-r4) [2025-07-04T01:33:12.524Z] #64 41.08 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:33:12.524Z] #64 41.23 OK: 9 MiB in 18 packages [2025-07-04T01:33:12.524Z] #64 ... [2025-07-04T01:33:12.524Z] [2025-07-04T01:33:12.524Z] #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-07-04T01:33:12.524Z] #72 30.34 OK: 20 MiB in 18 packages [2025-07-04T01:33:12.524Z] #72 DONE 31.8s [2025-07-04T01:33:12.788Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-04T01:33:12.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-04T01:33:12.788Z] ef88d05919b0: Preparing [2025-07-04T01:33:12.788Z] afa253b15db9: Preparing [2025-07-04T01:33:12.788Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:12.788Z] 867c34d7447b: Preparing [2025-07-04T01:33:12.788Z] e42283c2259d: Preparing [2025-07-04T01:33:12.788Z] 994456c4fd7b: Preparing [2025-07-04T01:33:12.788Z] 994456c4fd7b: Waiting [2025-07-04T01:33:12.788Z] e42283c2259d: Layer already exists [2025-07-04T01:33:12.788Z] ef88d05919b0: Layer already exists [2025-07-04T01:33:12.788Z] afa253b15db9: Layer already exists [2025-07-04T01:33:12.788Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:12.788Z] 867c34d7447b: Layer already exists [2025-07-04T01:33:12.788Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:12.788Z] latest: digest: sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa size: 1571 [2025-07-04T01:33:12.792Z] [2025-07-04T01:33:12.792Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-07-04T01:33:12.792Z] #78 25.99 OK: 14 MiB in 21 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:13.113Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:13.390Z] #78 ... [2025-07-04T01:33:13.390Z] [2025-07-04T01:33:13.390Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-07-04T01:33:13.390Z] #71 37.09 OK: 239 MiB in 58 packages [2025-07-04T01:33:13.390Z] #71 DONE 40.0s [2025-07-04T01:33:13.390Z] [2025-07-04T01:33:13.390Z] #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-07-04T01:33:13.390Z] #76 29.23 OK: 9 MiB in 16 packages [2025-07-04T01:33:13.431Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35 [2025-07-04T01:33:13.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-04T01:33:13.431Z] ef88d05919b0: Preparing [2025-07-04T01:33:13.431Z] afa253b15db9: Preparing [2025-07-04T01:33:13.431Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:13.431Z] 867c34d7447b: Preparing [2025-07-04T01:33:13.431Z] e42283c2259d: Preparing [2025-07-04T01:33:13.431Z] 994456c4fd7b: Preparing [2025-07-04T01:33:13.431Z] 994456c4fd7b: Waiting [2025-07-04T01:33:13.431Z] 867c34d7447b: Layer already exists [2025-07-04T01:33:13.431Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:13.431Z] afa253b15db9: Layer already exists [2025-07-04T01:33:13.431Z] ef88d05919b0: Layer already exists [2025-07-04T01:33:13.431Z] e42283c2259d: Layer already exists [2025-07-04T01:33:13.431Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:13.431Z] 4.1.0-dev.35: digest: sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:13.758Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:14.094Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:14.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-04T01:33:14.094Z] ef88d05919b0: Preparing [2025-07-04T01:33:14.094Z] afa253b15db9: Preparing [2025-07-04T01:33:14.094Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:14.094Z] 867c34d7447b: Preparing [2025-07-04T01:33:14.094Z] e42283c2259d: Preparing [2025-07-04T01:33:14.094Z] 994456c4fd7b: Preparing [2025-07-04T01:33:14.094Z] 994456c4fd7b: Waiting [2025-07-04T01:33:14.094Z] afa253b15db9: Layer already exists [2025-07-04T01:33:14.094Z] e42283c2259d: Layer already exists [2025-07-04T01:33:14.094Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:14.094Z] ef88d05919b0: Layer already exists [2025-07-04T01:33:14.094Z] 867c34d7447b: Layer already exists [2025-07-04T01:33:14.094Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:14.094Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:14.358Z] #76 ... [2025-07-04T01:33:14.358Z] [2025-07-04T01:33:14.358Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-07-04T01:33:14.358Z] #78 DONE 28.7s [2025-07-04T01:33:14.358Z] [2025-07-04T01:33:14.358Z] #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-07-04T01:33:14.358Z] #75 29.46 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-04T01:33:14.358Z] #75 30.58 Executing busybox-1.36.1-r29.trigger [2025-07-04T01:33:14.358Z] #75 ... [2025-07-04T01:33:14.358Z] [2025-07-04T01:33:14.358Z] #90 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:33:14.358Z] #90 DONE 1.0s [2025-07-04T01:33:14.422Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:14.631Z] [2025-07-04T01:33:14.631Z] #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-07-04T01:33:14.631Z] #75 30.84 OK: 9 MiB in 15 packages [2025-07-04T01:33:14.748Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-07-04T01:33:14.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-07-04T01:33:14.748Z] ef88d05919b0: Preparing [2025-07-04T01:33:14.748Z] afa253b15db9: Preparing [2025-07-04T01:33:14.748Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:14.748Z] 867c34d7447b: Preparing [2025-07-04T01:33:14.748Z] e42283c2259d: Preparing [2025-07-04T01:33:14.748Z] 994456c4fd7b: Preparing [2025-07-04T01:33:14.748Z] 994456c4fd7b: Waiting [2025-07-04T01:33:14.748Z] ef88d05919b0: Layer already exists [2025-07-04T01:33:14.748Z] afa253b15db9: Layer already exists [2025-07-04T01:33:14.748Z] e42283c2259d: Layer already exists [2025-07-04T01:33:14.748Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:14.748Z] 867c34d7447b: Layer already exists [2025-07-04T01:33:14.748Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:14.748Z] main: digest: sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T01:33:14.830Z] ===================================================== [Pipeline] echo [2025-07-04T01:33:14.848Z] taggedImages: [2025-07-04T01:33:14.848Z] - nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:14.848Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-04T01:33:14.848Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35 [2025-07-04T01:33:14.848Z] - nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:14.848Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-07-04T01:33:14.875Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-07-04T01:33:14.875Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:14.875Z] latest [2025-07-04T01:33:14.875Z] 4.1.0-dev.35 [2025-07-04T01:33:14.875Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:14.875Z] main [2025-07-04T01:33:14.875Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2025-07-04T01:33:14.902Z] #75 ... [2025-07-04T01:33:14.902Z] [2025-07-04T01:33:14.902Z] #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-07-04T01:33:14.902Z] #79 26.80 OK: 15 MiB in 28 packages [2025-07-04T01:33:14.902Z] #79 DONE 28.1s [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:15.170Z] [2025-07-04T01:33:15.170Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-07-04T01:33:15.170Z] #64 DONE 44.6s [2025-07-04T01:33:15.170Z] [2025-07-04T01:33:15.170Z] #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-07-04T01:33:15.226Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:15.437Z] #91 ... [2025-07-04T01:33:15.438Z] [2025-07-04T01:33:15.438Z] #74 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade [2025-07-04T01:33:15.438Z] #74 30.85 OK: 9 MiB in 15 packages [2025-07-04T01:33:15.438Z] #74 DONE 33.1s [2025-07-04T01:33:15.438Z] [2025-07-04T01:33:15.438Z] #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-07-04T01:33:15.438Z] #76 DONE 31.2s [2025-07-04T01:33:15.438Z] [2025-07-04T01:33:15.438Z] #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-07-04T01:33:15.551Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:15.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-04T01:33:15.551Z] 4bf6cdaa6d8a: Preparing [2025-07-04T01:33:15.551Z] 19ea22025dc4: Preparing [2025-07-04T01:33:15.551Z] b2c99abcdcdf: Preparing [2025-07-04T01:33:15.551Z] d6dd78723e74: Preparing [2025-07-04T01:33:15.551Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:15.551Z] 18415718a183: Preparing [2025-07-04T01:33:15.551Z] 7f47ae8f5f08: Preparing [2025-07-04T01:33:15.551Z] 994456c4fd7b: Preparing [2025-07-04T01:33:15.551Z] 7f47ae8f5f08: Waiting [2025-07-04T01:33:15.551Z] 994456c4fd7b: Waiting [2025-07-04T01:33:15.551Z] 18415718a183: Waiting [2025-07-04T01:33:15.551Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:15.551Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:15.551Z] 18415718a183: Layer already exists [2025-07-04T01:33:15.551Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:33:15.551Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:15.551Z] 4bf6cdaa6d8a: Pushed [2025-07-04T01:33:15.551Z] 19ea22025dc4: Pushed [2025-07-04T01:33:16.400Z] #92 ... [2025-07-04T01:33:16.400Z] [2025-07-04T01:33:16.400Z] #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-07-04T01:33:16.400Z] #75 DONE 32.8s [2025-07-04T01:33:16.667Z] [2025-07-04T01:33:16.667Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-07-04T01:33:16.667Z] #80 26.22 OK: 9 MiB in 15 packages [2025-07-04T01:33:16.667Z] #80 DONE 27.7s [2025-07-04T01:33:16.667Z] [2025-07-04T01:33:16.667Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-07-04T01:33:16.667Z] #77 22.07 OK: 239 MiB in 58 packages [2025-07-04T01:33:16.667Z] #77 ... [2025-07-04T01:33:16.667Z] [2025-07-04T01:33:16.667Z] #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-07-04T01:33:16.667Z] #81 26.56 OK: 11 MiB in 17 packages [2025-07-04T01:33:16.667Z] #81 DONE 27.9s [2025-07-04T01:33:16.667Z] [2025-07-04T01:33:16.667Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-04T01:33:16.667Z] #70 33.24 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-07-04T01:33:16.667Z] #70 33.24 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-07-04T01:33:16.667Z] #70 33.24 OK: 24049 distinct packages available [2025-07-04T01:33:16.667Z] #70 36.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:16.667Z] #70 39.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:16.938Z] #70 ... [2025-07-04T01:33:16.938Z] [2025-07-04T01:33:16.938Z] #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:33:17.522Z] #93 ... [2025-07-04T01:33:17.522Z] [2025-07-04T01:33:17.522Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-07-04T01:33:17.522Z] #77 DONE 23.0s [2025-07-04T01:33:17.522Z] [2025-07-04T01:33:17.522Z] #94 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-07-04T01:33:18.085Z] b2c99abcdcdf: Pushed [2025-07-04T01:33:18.085Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:18.416Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:18.495Z] #94 DONE 0.9s [2025-07-04T01:33:18.495Z] [2025-07-04T01:33:18.495Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-07-04T01:33:18.495Z] #70 45.04 OK: 239 MiB in 58 packages [2025-07-04T01:33:18.737Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-04T01:33:18.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-04T01:33:18.737Z] 4bf6cdaa6d8a: Preparing [2025-07-04T01:33:18.737Z] 19ea22025dc4: Preparing [2025-07-04T01:33:18.737Z] b2c99abcdcdf: Preparing [2025-07-04T01:33:18.737Z] d6dd78723e74: Preparing [2025-07-04T01:33:18.737Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:18.737Z] 18415718a183: Preparing [2025-07-04T01:33:18.737Z] 7f47ae8f5f08: Preparing [2025-07-04T01:33:18.737Z] 994456c4fd7b: Preparing [2025-07-04T01:33:18.737Z] 18415718a183: Waiting [2025-07-04T01:33:18.737Z] 7f47ae8f5f08: Waiting [2025-07-04T01:33:18.737Z] 994456c4fd7b: Waiting [2025-07-04T01:33:18.737Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:18.737Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:18.737Z] 4bf6cdaa6d8a: Layer already exists [2025-07-04T01:33:18.737Z] b2c99abcdcdf: Layer already exists [2025-07-04T01:33:18.737Z] 19ea22025dc4: Layer already exists [2025-07-04T01:33:18.737Z] 18415718a183: Layer already exists [2025-07-04T01:33:18.737Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:18.737Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:33:18.737Z] latest: digest: sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:19.058Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [2025-07-04T01:33:19.078Z] #70 DONE 45.7s [2025-07-04T01:33:19.079Z] [2025-07-04T01:33:19.079Z] #95 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:19.379Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35 [2025-07-04T01:33:19.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-04T01:33:19.379Z] 4bf6cdaa6d8a: Preparing [2025-07-04T01:33:19.379Z] 19ea22025dc4: Preparing [2025-07-04T01:33:19.379Z] b2c99abcdcdf: Preparing [2025-07-04T01:33:19.379Z] d6dd78723e74: Preparing [2025-07-04T01:33:19.379Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:19.379Z] 18415718a183: Preparing [2025-07-04T01:33:19.379Z] 7f47ae8f5f08: Preparing [2025-07-04T01:33:19.379Z] 994456c4fd7b: Preparing [2025-07-04T01:33:19.379Z] 7f47ae8f5f08: Waiting [2025-07-04T01:33:19.379Z] 994456c4fd7b: Waiting [2025-07-04T01:33:19.379Z] 18415718a183: Waiting [2025-07-04T01:33:19.379Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:19.379Z] 4bf6cdaa6d8a: Layer already exists [2025-07-04T01:33:19.379Z] 19ea22025dc4: Layer already exists [2025-07-04T01:33:19.379Z] b2c99abcdcdf: Layer already exists [2025-07-04T01:33:19.379Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:19.379Z] 18415718a183: Layer already exists [2025-07-04T01:33:19.379Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:33:19.379Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:19.379Z] 4.1.0-dev.35: digest: sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:19.702Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:20.016Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:20.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-04T01:33:20.016Z] 4bf6cdaa6d8a: Preparing [2025-07-04T01:33:20.017Z] 19ea22025dc4: Preparing [2025-07-04T01:33:20.017Z] b2c99abcdcdf: Preparing [2025-07-04T01:33:20.017Z] d6dd78723e74: Preparing [2025-07-04T01:33:20.017Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:20.017Z] 18415718a183: Preparing [2025-07-04T01:33:20.017Z] 7f47ae8f5f08: Preparing [2025-07-04T01:33:20.017Z] 994456c4fd7b: Preparing [2025-07-04T01:33:20.017Z] 7f47ae8f5f08: Waiting [2025-07-04T01:33:20.017Z] 18415718a183: Waiting [2025-07-04T01:33:20.017Z] 994456c4fd7b: Waiting [2025-07-04T01:33:20.017Z] 4bf6cdaa6d8a: Layer already exists [2025-07-04T01:33:20.017Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:20.017Z] 19ea22025dc4: Layer already exists [2025-07-04T01:33:20.017Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:20.017Z] b2c99abcdcdf: Layer already exists [2025-07-04T01:33:20.017Z] 18415718a183: Layer already exists [2025-07-04T01:33:20.017Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:33:20.017Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:20.017Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 size: 1985 [Pipeline] } [Pipeline] // withEnv [2025-07-04T01:33:20.042Z] #95 ... [2025-07-04T01:33:20.042Z] [2025-07-04T01:33:20.042Z] #96 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:33:20.042Z] #96 DONE 0.8s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:20.310Z] [2025-07-04T01:33:20.310Z] #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:33:20.341Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:20.668Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-07-04T01:33:20.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-07-04T01:33:20.668Z] 4bf6cdaa6d8a: Preparing [2025-07-04T01:33:20.668Z] 19ea22025dc4: Preparing [2025-07-04T01:33:20.668Z] b2c99abcdcdf: Preparing [2025-07-04T01:33:20.668Z] d6dd78723e74: Preparing [2025-07-04T01:33:20.668Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:20.668Z] 18415718a183: Preparing [2025-07-04T01:33:20.668Z] 7f47ae8f5f08: Preparing [2025-07-04T01:33:20.668Z] 994456c4fd7b: Preparing [2025-07-04T01:33:20.668Z] 18415718a183: Waiting [2025-07-04T01:33:20.668Z] 7f47ae8f5f08: Waiting [2025-07-04T01:33:20.668Z] 994456c4fd7b: Waiting [2025-07-04T01:33:20.668Z] b2c99abcdcdf: Layer already exists [2025-07-04T01:33:20.668Z] 19ea22025dc4: Layer already exists [2025-07-04T01:33:20.668Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:20.668Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:20.668Z] 4bf6cdaa6d8a: Layer already exists [2025-07-04T01:33:20.668Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:33:20.668Z] 18415718a183: Layer already exists [2025-07-04T01:33:20.668Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:20.668Z] main: digest: sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T01:33:20.739Z] ===================================================== [Pipeline] echo [2025-07-04T01:33:20.755Z] taggedImages: [2025-07-04T01:33:20.755Z] - nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:20.755Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-04T01:33:20.755Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35 [2025-07-04T01:33:20.755Z] - nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:20.755Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-07-04T01:33:20.785Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-07-04T01:33:20.785Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:20.785Z] latest [2025-07-04T01:33:20.785Z] 4.1.0-dev.35 [2025-07-04T01:33:20.785Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:20.785Z] main [2025-07-04T01:33:20.785Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:21.134Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:21.464Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:21.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-04T01:33:21.465Z] 013efa858333: Preparing [2025-07-04T01:33:21.465Z] c55c6556d543: Preparing [2025-07-04T01:33:21.465Z] a9d1547d655e: Preparing [2025-07-04T01:33:21.465Z] 6419579f3de2: Preparing [2025-07-04T01:33:21.465Z] e056fb9a8e59: Preparing [2025-07-04T01:33:21.465Z] 45bf72916828: Preparing [2025-07-04T01:33:21.465Z] 007a9152733d: Preparing [2025-07-04T01:33:21.465Z] d6dd78723e74: Preparing [2025-07-04T01:33:21.465Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:21.465Z] 82a486416bdb: Preparing [2025-07-04T01:33:21.465Z] f88f515fda51: Preparing [2025-07-04T01:33:21.465Z] 5f70bf18a086: Preparing [2025-07-04T01:33:21.465Z] b514b4a32aa8: Preparing [2025-07-04T01:33:21.465Z] c8e5c7610706: Preparing [2025-07-04T01:33:21.465Z] b55eb2d7acd3: Preparing [2025-07-04T01:33:21.465Z] 994456c4fd7b: Preparing [2025-07-04T01:33:21.465Z] d6dd78723e74: Waiting [2025-07-04T01:33:21.465Z] 45bf72916828: Waiting [2025-07-04T01:33:21.465Z] b514b4a32aa8: Waiting [2025-07-04T01:33:21.465Z] c8e5c7610706: Waiting [2025-07-04T01:33:21.465Z] 007a9152733d: Waiting [2025-07-04T01:33:21.465Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:21.465Z] f88f515fda51: Waiting [2025-07-04T01:33:21.465Z] 82a486416bdb: Waiting [2025-07-04T01:33:21.465Z] 5f70bf18a086: Waiting [2025-07-04T01:33:21.465Z] 994456c4fd7b: Waiting [2025-07-04T01:33:21.465Z] b55eb2d7acd3: Waiting [2025-07-04T01:33:21.465Z] c55c6556d543: Pushed [2025-07-04T01:33:21.465Z] e056fb9a8e59: Pushed [2025-07-04T01:33:21.465Z] a9d1547d655e: Pushed [2025-07-04T01:33:21.465Z] 6419579f3de2: Pushed [2025-07-04T01:33:21.465Z] 013efa858333: Pushed [2025-07-04T01:33:21.465Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:21.465Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:21.465Z] 45bf72916828: Pushed [2025-07-04T01:33:21.724Z] 5f70bf18a086: Layer already exists [2025-07-04T01:33:21.724Z] 82a486416bdb: Pushed [2025-07-04T01:33:21.724Z] f88f515fda51: Pushed [2025-07-04T01:33:21.724Z] c8e5c7610706: Pushed [2025-07-04T01:33:21.724Z] b514b4a32aa8: Pushed [2025-07-04T01:33:21.724Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:21.724Z] b55eb2d7acd3: Pushed [2025-07-04T01:33:22.269Z] #97 ... [2025-07-04T01:33:22.269Z] [2025-07-04T01:33:22.269Z] #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-07-04T01:33:22.269Z] #92 DONE 6.4s [2025-07-04T01:33:22.269Z] [2025-07-04T01:33:22.269Z] #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-07-04T01:33:22.269Z] #98 DONE 0.3s [2025-07-04T01:33:22.269Z] [2025-07-04T01:33:22.269Z] #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-07-04T01:33:22.269Z] #91 6.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:22.538Z] #91 7.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:23.101Z] 007a9152733d: Pushed [2025-07-04T01:33:23.102Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:23.432Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:23.762Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-04T01:33:23.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-04T01:33:23.762Z] 013efa858333: Preparing [2025-07-04T01:33:23.762Z] c55c6556d543: Preparing [2025-07-04T01:33:23.762Z] a9d1547d655e: Preparing [2025-07-04T01:33:23.762Z] 6419579f3de2: Preparing [2025-07-04T01:33:23.762Z] e056fb9a8e59: Preparing [2025-07-04T01:33:23.762Z] 45bf72916828: Preparing [2025-07-04T01:33:23.762Z] 007a9152733d: Preparing [2025-07-04T01:33:23.762Z] d6dd78723e74: Preparing [2025-07-04T01:33:23.762Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:23.762Z] 82a486416bdb: Preparing [2025-07-04T01:33:23.762Z] f88f515fda51: Preparing [2025-07-04T01:33:23.762Z] 5f70bf18a086: Preparing [2025-07-04T01:33:23.762Z] b514b4a32aa8: Preparing [2025-07-04T01:33:23.762Z] c8e5c7610706: Preparing [2025-07-04T01:33:23.762Z] b55eb2d7acd3: Preparing [2025-07-04T01:33:23.762Z] 994456c4fd7b: Preparing [2025-07-04T01:33:23.762Z] 45bf72916828: Waiting [2025-07-04T01:33:23.762Z] 007a9152733d: Waiting [2025-07-04T01:33:23.762Z] d6dd78723e74: Waiting [2025-07-04T01:33:23.762Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:23.762Z] 82a486416bdb: Waiting [2025-07-04T01:33:23.762Z] f88f515fda51: Waiting [2025-07-04T01:33:23.762Z] 5f70bf18a086: Waiting [2025-07-04T01:33:23.762Z] b514b4a32aa8: Waiting [2025-07-04T01:33:23.762Z] c8e5c7610706: Waiting [2025-07-04T01:33:23.762Z] b55eb2d7acd3: Waiting [2025-07-04T01:33:23.762Z] 994456c4fd7b: Waiting [2025-07-04T01:33:23.762Z] c55c6556d543: Layer already exists [2025-07-04T01:33:23.762Z] 6419579f3de2: Layer already exists [2025-07-04T01:33:23.762Z] e056fb9a8e59: Layer already exists [2025-07-04T01:33:23.762Z] 013efa858333: Layer already exists [2025-07-04T01:33:23.762Z] a9d1547d655e: Layer already exists [2025-07-04T01:33:23.762Z] 45bf72916828: Layer already exists [2025-07-04T01:33:23.762Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:23.762Z] 007a9152733d: Layer already exists [2025-07-04T01:33:23.762Z] 82a486416bdb: Layer already exists [2025-07-04T01:33:23.762Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:23.762Z] f88f515fda51: Layer already exists [2025-07-04T01:33:23.762Z] b55eb2d7acd3: Layer already exists [2025-07-04T01:33:23.762Z] b514b4a32aa8: Layer already exists [2025-07-04T01:33:23.762Z] 5f70bf18a086: Layer already exists [2025-07-04T01:33:23.762Z] c8e5c7610706: Layer already exists [2025-07-04T01:33:23.762Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:23.762Z] latest: digest: sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:23.947Z] #91 ... [2025-07-04T01:33:23.947Z] [2025-07-04T01:33:23.947Z] #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-07-04T01:33:23.947Z] #89 8.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:23.947Z] #89 8.826 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-04T01:33:23.947Z] #89 11.93 OK: 10 MiB in 19 packages [2025-07-04T01:33:23.947Z] #89 DONE 12.4s [2025-07-04T01:33:24.089Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:24.216Z] [2025-07-04T01:33:24.216Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-04T01:33:24.420Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35 [2025-07-04T01:33:24.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-04T01:33:24.420Z] 013efa858333: Preparing [2025-07-04T01:33:24.420Z] c55c6556d543: Preparing [2025-07-04T01:33:24.420Z] a9d1547d655e: Preparing [2025-07-04T01:33:24.420Z] 6419579f3de2: Preparing [2025-07-04T01:33:24.421Z] e056fb9a8e59: Preparing [2025-07-04T01:33:24.421Z] 45bf72916828: Preparing [2025-07-04T01:33:24.421Z] 007a9152733d: Preparing [2025-07-04T01:33:24.421Z] d6dd78723e74: Preparing [2025-07-04T01:33:24.421Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:24.421Z] 82a486416bdb: Preparing [2025-07-04T01:33:24.421Z] f88f515fda51: Preparing [2025-07-04T01:33:24.421Z] 5f70bf18a086: Preparing [2025-07-04T01:33:24.421Z] b514b4a32aa8: Preparing [2025-07-04T01:33:24.421Z] c8e5c7610706: Preparing [2025-07-04T01:33:24.421Z] b55eb2d7acd3: Preparing [2025-07-04T01:33:24.421Z] 994456c4fd7b: Preparing [2025-07-04T01:33:24.421Z] 007a9152733d: Waiting [2025-07-04T01:33:24.421Z] d6dd78723e74: Waiting [2025-07-04T01:33:24.421Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:24.421Z] 82a486416bdb: Waiting [2025-07-04T01:33:24.421Z] f88f515fda51: Waiting [2025-07-04T01:33:24.421Z] 5f70bf18a086: Waiting [2025-07-04T01:33:24.421Z] b514b4a32aa8: Waiting [2025-07-04T01:33:24.421Z] c8e5c7610706: Waiting [2025-07-04T01:33:24.421Z] b55eb2d7acd3: Waiting [2025-07-04T01:33:24.421Z] 994456c4fd7b: Waiting [2025-07-04T01:33:24.421Z] 45bf72916828: Waiting [2025-07-04T01:33:24.421Z] e056fb9a8e59: Layer already exists [2025-07-04T01:33:24.421Z] 6419579f3de2: Layer already exists [2025-07-04T01:33:24.421Z] 013efa858333: Layer already exists [2025-07-04T01:33:24.421Z] c55c6556d543: Layer already exists [2025-07-04T01:33:24.421Z] a9d1547d655e: Layer already exists [2025-07-04T01:33:24.421Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:24.421Z] 007a9152733d: Layer already exists [2025-07-04T01:33:24.421Z] 45bf72916828: Layer already exists [2025-07-04T01:33:24.421Z] 82a486416bdb: Layer already exists [2025-07-04T01:33:24.421Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:24.421Z] 5f70bf18a086: Layer already exists [2025-07-04T01:33:24.421Z] c8e5c7610706: Layer already exists [2025-07-04T01:33:24.421Z] f88f515fda51: Layer already exists [2025-07-04T01:33:24.421Z] b55eb2d7acd3: Layer already exists [2025-07-04T01:33:24.421Z] b514b4a32aa8: Layer already exists [2025-07-04T01:33:24.421Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:24.421Z] 4.1.0-dev.35: digest: sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:24.755Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:25.082Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:25.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-04T01:33:25.082Z] 013efa858333: Preparing [2025-07-04T01:33:25.082Z] c55c6556d543: Preparing [2025-07-04T01:33:25.082Z] a9d1547d655e: Preparing [2025-07-04T01:33:25.082Z] 6419579f3de2: Preparing [2025-07-04T01:33:25.082Z] e056fb9a8e59: Preparing [2025-07-04T01:33:25.082Z] 45bf72916828: Preparing [2025-07-04T01:33:25.082Z] 007a9152733d: Preparing [2025-07-04T01:33:25.082Z] d6dd78723e74: Preparing [2025-07-04T01:33:25.082Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:25.082Z] 82a486416bdb: Preparing [2025-07-04T01:33:25.082Z] f88f515fda51: Preparing [2025-07-04T01:33:25.082Z] 5f70bf18a086: Preparing [2025-07-04T01:33:25.082Z] b514b4a32aa8: Preparing [2025-07-04T01:33:25.082Z] c8e5c7610706: Preparing [2025-07-04T01:33:25.082Z] b55eb2d7acd3: Preparing [2025-07-04T01:33:25.082Z] 994456c4fd7b: Preparing [2025-07-04T01:33:25.082Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:25.082Z] 82a486416bdb: Waiting [2025-07-04T01:33:25.082Z] f88f515fda51: Waiting [2025-07-04T01:33:25.082Z] 5f70bf18a086: Waiting [2025-07-04T01:33:25.082Z] b514b4a32aa8: Waiting [2025-07-04T01:33:25.082Z] c8e5c7610706: Waiting [2025-07-04T01:33:25.082Z] 45bf72916828: Waiting [2025-07-04T01:33:25.082Z] b55eb2d7acd3: Waiting [2025-07-04T01:33:25.082Z] 007a9152733d: Waiting [2025-07-04T01:33:25.082Z] d6dd78723e74: Waiting [2025-07-04T01:33:25.082Z] 994456c4fd7b: Waiting [2025-07-04T01:33:25.082Z] 6419579f3de2: Layer already exists [2025-07-04T01:33:25.082Z] c55c6556d543: Layer already exists [2025-07-04T01:33:25.082Z] e056fb9a8e59: Layer already exists [2025-07-04T01:33:25.082Z] 013efa858333: Layer already exists [2025-07-04T01:33:25.082Z] a9d1547d655e: Layer already exists [2025-07-04T01:33:25.082Z] 45bf72916828: Layer already exists [2025-07-04T01:33:25.082Z] 82a486416bdb: Layer already exists [2025-07-04T01:33:25.082Z] 007a9152733d: Layer already exists [2025-07-04T01:33:25.082Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:25.082Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:25.082Z] f88f515fda51: Layer already exists [2025-07-04T01:33:25.082Z] b514b4a32aa8: Layer already exists [2025-07-04T01:33:25.082Z] b55eb2d7acd3: Layer already exists [2025-07-04T01:33:25.082Z] 5f70bf18a086: Layer already exists [2025-07-04T01:33:25.082Z] c8e5c7610706: Layer already exists [2025-07-04T01:33:25.082Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:25.082Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:25.187Z] #99 ... [2025-07-04T01:33:25.187Z] [2025-07-04T01:33:25.187Z] #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-07-04T01:33:25.187Z] #100 DONE 1.0s [2025-07-04T01:33:25.187Z] [2025-07-04T01:33:25.187Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-04T01:33:25.410Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:25.736Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-07-04T01:33:25.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-07-04T01:33:25.736Z] 013efa858333: Preparing [2025-07-04T01:33:25.736Z] c55c6556d543: Preparing [2025-07-04T01:33:25.736Z] a9d1547d655e: Preparing [2025-07-04T01:33:25.736Z] 6419579f3de2: Preparing [2025-07-04T01:33:25.736Z] e056fb9a8e59: Preparing [2025-07-04T01:33:25.736Z] 45bf72916828: Preparing [2025-07-04T01:33:25.736Z] 007a9152733d: Preparing [2025-07-04T01:33:25.736Z] d6dd78723e74: Preparing [2025-07-04T01:33:25.736Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:25.736Z] 82a486416bdb: Preparing [2025-07-04T01:33:25.736Z] f88f515fda51: Preparing [2025-07-04T01:33:25.736Z] 5f70bf18a086: Preparing [2025-07-04T01:33:25.736Z] b514b4a32aa8: Preparing [2025-07-04T01:33:25.736Z] c8e5c7610706: Preparing [2025-07-04T01:33:25.736Z] b55eb2d7acd3: Preparing [2025-07-04T01:33:25.736Z] 994456c4fd7b: Preparing [2025-07-04T01:33:25.736Z] 45bf72916828: Waiting [2025-07-04T01:33:25.736Z] 007a9152733d: Waiting [2025-07-04T01:33:25.736Z] d6dd78723e74: Waiting [2025-07-04T01:33:25.736Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:25.736Z] 82a486416bdb: Waiting [2025-07-04T01:33:25.736Z] f88f515fda51: Waiting [2025-07-04T01:33:25.736Z] 5f70bf18a086: Waiting [2025-07-04T01:33:25.736Z] b514b4a32aa8: Waiting [2025-07-04T01:33:25.736Z] c8e5c7610706: Waiting [2025-07-04T01:33:25.736Z] b55eb2d7acd3: Waiting [2025-07-04T01:33:25.736Z] 994456c4fd7b: Waiting [2025-07-04T01:33:25.736Z] e056fb9a8e59: Layer already exists [2025-07-04T01:33:25.736Z] a9d1547d655e: Layer already exists [2025-07-04T01:33:25.736Z] 6419579f3de2: Layer already exists [2025-07-04T01:33:25.736Z] c55c6556d543: Layer already exists [2025-07-04T01:33:25.736Z] 013efa858333: Layer already exists [2025-07-04T01:33:25.736Z] 45bf72916828: Layer already exists [2025-07-04T01:33:25.736Z] 007a9152733d: Layer already exists [2025-07-04T01:33:25.736Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:25.736Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:25.736Z] 82a486416bdb: Layer already exists [2025-07-04T01:33:25.736Z] 5f70bf18a086: Layer already exists [2025-07-04T01:33:25.736Z] f88f515fda51: Layer already exists [2025-07-04T01:33:25.736Z] b514b4a32aa8: Layer already exists [2025-07-04T01:33:25.736Z] b55eb2d7acd3: Layer already exists [2025-07-04T01:33:25.736Z] c8e5c7610706: Layer already exists [2025-07-04T01:33:25.736Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:25.736Z] main: digest: sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2025-07-04T01:33:25.787Z] #101 ... [2025-07-04T01:33:25.787Z] [2025-07-04T01:33:25.787Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-04T01:33:25.787Z] #99 DONE 1.7s [Pipeline] // withEnv [Pipeline] echo [2025-07-04T01:33:25.811Z] ===================================================== [Pipeline] echo [2025-07-04T01:33:25.825Z] taggedImages: [2025-07-04T01:33:25.825Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:25.825Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-04T01:33:25.825Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35 [2025-07-04T01:33:25.825Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:25.825Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-07-04T01:33:25.853Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-07-04T01:33:25.853Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:25.853Z] latest [2025-07-04T01:33:25.853Z] 4.1.0-dev.35 [2025-07-04T01:33:25.853Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:25.853Z] main [2025-07-04T01:33:25.853Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:26.063Z] [2025-07-04T01:33:26.064Z] #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-07-04T01:33:26.064Z] #102 DONE 0.3s [2025-07-04T01:33:26.064Z] [2025-07-04T01:33:26.064Z] #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-07-04T01:33:26.064Z] #91 10.31 OK: 9 MiB in 18 packages [2025-07-04T01:33:26.198Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:26.329Z] #91 DONE 11.1s [2025-07-04T01:33:26.330Z] [2025-07-04T01:33:26.330Z] #103 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-04T01:33:26.513Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:26.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-04T01:33:26.514Z] 58fa1ce240f1: Preparing [2025-07-04T01:33:26.514Z] d79665bbfbb9: Preparing [2025-07-04T01:33:26.514Z] 21f4d3c749cb: Preparing [2025-07-04T01:33:26.514Z] 16d325e90756: Preparing [2025-07-04T01:33:26.514Z] d6dd78723e74: Preparing [2025-07-04T01:33:26.514Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:26.514Z] 18415718a183: Preparing [2025-07-04T01:33:26.514Z] 7f47ae8f5f08: Preparing [2025-07-04T01:33:26.514Z] 994456c4fd7b: Preparing [2025-07-04T01:33:26.514Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:26.514Z] 18415718a183: Waiting [2025-07-04T01:33:26.514Z] 7f47ae8f5f08: Waiting [2025-07-04T01:33:26.514Z] 994456c4fd7b: Waiting [2025-07-04T01:33:26.514Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:26.514Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:26.514Z] 18415718a183: Layer already exists [2025-07-04T01:33:26.514Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:33:26.514Z] d79665bbfbb9: Pushed [2025-07-04T01:33:26.514Z] 21f4d3c749cb: Pushed [2025-07-04T01:33:26.514Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:26.514Z] 58fa1ce240f1: Pushed [2025-07-04T01:33:26.606Z] #103 ... [2025-07-04T01:33:26.606Z] [2025-07-04T01:33:26.606Z] #104 [security-spire-server stage-2 6/9] COPY security.txt / [2025-07-04T01:33:26.606Z] #104 DONE 0.5s [2025-07-04T01:33:26.606Z] [2025-07-04T01:33:26.606Z] #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-07-04T01:33:26.872Z] #105 DONE 0.3s [2025-07-04T01:33:26.872Z] [2025-07-04T01:33:26.872Z] #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-07-04T01:33:26.872Z] #106 DONE 0.2s [2025-07-04T01:33:26.872Z] [2025-07-04T01:33:26.872Z] #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:33:27.143Z] #97 ... [2025-07-04T01:33:27.143Z] [2025-07-04T01:33:27.143Z] #107 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-07-04T01:33:27.419Z] #107 DONE 0.3s [2025-07-04T01:33:27.419Z] [2025-07-04T01:33:27.419Z] #108 [security-spire-server] exporting to image [2025-07-04T01:33:27.419Z] #108 exporting layers [2025-07-04T01:33:27.686Z] #108 ... [2025-07-04T01:33:27.686Z] [2025-07-04T01:33:27.686Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-04T01:33:27.686Z] #101 DONE 2.5s [2025-07-04T01:33:27.967Z] [2025-07-04T01:33:27.967Z] #109 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-07-04T01:33:27.967Z] #109 DONE 0.2s [2025-07-04T01:33:27.967Z] [2025-07-04T01:33:27.967Z] #110 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-07-04T01:33:28.239Z] #110 DONE 0.3s [2025-07-04T01:33:28.239Z] [2025-07-04T01:33:28.239Z] #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-07-04T01:33:28.239Z] #111 DONE 0.3s [2025-07-04T01:33:28.239Z] [2025-07-04T01:33:28.239Z] #88 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:33:28.521Z] #88 ... [2025-07-04T01:33:28.521Z] [2025-07-04T01:33:28.521Z] #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-07-04T01:33:28.521Z] #112 DONE 0.2s [2025-07-04T01:33:28.521Z] [2025-07-04T01:33:28.521Z] #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:33:28.798Z] #86 ... [2025-07-04T01:33:28.799Z] [2025-07-04T01:33:28.799Z] #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-07-04T01:33:28.799Z] #113 DONE 0.2s [2025-07-04T01:33:28.799Z] [2025-07-04T01:33:28.799Z] #108 [security-spire-agent] exporting to image [2025-07-04T01:33:29.044Z] 16d325e90756: Pushed [2025-07-04T01:33:29.044Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:29.377Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:29.699Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-04T01:33:29.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-04T01:33:29.700Z] 58fa1ce240f1: Preparing [2025-07-04T01:33:29.700Z] d79665bbfbb9: Preparing [2025-07-04T01:33:29.700Z] 21f4d3c749cb: Preparing [2025-07-04T01:33:29.700Z] 16d325e90756: Preparing [2025-07-04T01:33:29.700Z] d6dd78723e74: Preparing [2025-07-04T01:33:29.700Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:29.700Z] 18415718a183: Preparing [2025-07-04T01:33:29.700Z] 7f47ae8f5f08: Preparing [2025-07-04T01:33:29.700Z] 994456c4fd7b: Preparing [2025-07-04T01:33:29.700Z] 18415718a183: Waiting [2025-07-04T01:33:29.700Z] 7f47ae8f5f08: Waiting [2025-07-04T01:33:29.700Z] 994456c4fd7b: Waiting [2025-07-04T01:33:29.700Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:29.700Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:29.700Z] 58fa1ce240f1: Layer already exists [2025-07-04T01:33:29.700Z] 21f4d3c749cb: Layer already exists [2025-07-04T01:33:29.700Z] 16d325e90756: Layer already exists [2025-07-04T01:33:29.700Z] d79665bbfbb9: Layer already exists [2025-07-04T01:33:29.700Z] 18415718a183: Layer already exists [2025-07-04T01:33:29.700Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:33:29.700Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:29.700Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:29.700Z] latest: digest: sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:29.767Z] #108 ... [2025-07-04T01:33:29.767Z] [2025-07-04T01:33:29.767Z] #103 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-07-04T01:33:29.767Z] #103 DONE 3.3s [2025-07-04T01:33:29.767Z] [2025-07-04T01:33:29.767Z] #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-07-04T01:33:30.032Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35 [2025-07-04T01:33:30.036Z] #114 DONE 0.3s [2025-07-04T01:33:30.036Z] [2025-07-04T01:33:30.036Z] #115 [security-spire-config stage-2 6/10] COPY security.txt / [2025-07-04T01:33:30.036Z] #115 DONE 0.2s [2025-07-04T01:33:30.036Z] [2025-07-04T01:33:30.036Z] #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:30.310Z] #116 DONE 0.1s [2025-07-04T01:33:30.310Z] [2025-07-04T01:33:30.310Z] #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-07-04T01:33:30.310Z] #117 DONE 0.1s [2025-07-04T01:33:30.310Z] [2025-07-04T01:33:30.310Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:33:30.310Z] #33 ... [2025-07-04T01:33:30.310Z] [2025-07-04T01:33:30.310Z] #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-07-04T01:33:30.363Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35 [2025-07-04T01:33:30.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-04T01:33:30.363Z] 58fa1ce240f1: Preparing [2025-07-04T01:33:30.363Z] d79665bbfbb9: Preparing [2025-07-04T01:33:30.363Z] 21f4d3c749cb: Preparing [2025-07-04T01:33:30.363Z] 16d325e90756: Preparing [2025-07-04T01:33:30.363Z] d6dd78723e74: Preparing [2025-07-04T01:33:30.363Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:30.363Z] 18415718a183: Preparing [2025-07-04T01:33:30.363Z] 7f47ae8f5f08: Preparing [2025-07-04T01:33:30.363Z] 994456c4fd7b: Preparing [2025-07-04T01:33:30.363Z] 18415718a183: Waiting [2025-07-04T01:33:30.363Z] 7f47ae8f5f08: Waiting [2025-07-04T01:33:30.363Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:30.363Z] 994456c4fd7b: Waiting [2025-07-04T01:33:30.363Z] 58fa1ce240f1: Layer already exists [2025-07-04T01:33:30.363Z] 16d325e90756: Layer already exists [2025-07-04T01:33:30.363Z] 21f4d3c749cb: Layer already exists [2025-07-04T01:33:30.363Z] d79665bbfbb9: Layer already exists [2025-07-04T01:33:30.363Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:30.363Z] 18415718a183: Layer already exists [2025-07-04T01:33:30.363Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:33:30.363Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:30.363Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:30.363Z] 4.1.0-dev.35: digest: sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:30.577Z] #118 DONE 0.2s [2025-07-04T01:33:30.577Z] [2025-07-04T01:33:30.577Z] #108 [security-spire-server] exporting to image [2025-07-04T01:33:30.577Z] #108 writing image sha256:23338767e7a78a7cc136567aca16a3bab7d3c4d55823e4c976b3ff4c46d9505d done [2025-07-04T01:33:30.577Z] #108 naming to docker.io/library/security-spire-server-arm64 done [2025-07-04T01:33:30.689Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:31.007Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:31.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-04T01:33:31.007Z] 58fa1ce240f1: Preparing [2025-07-04T01:33:31.007Z] d79665bbfbb9: Preparing [2025-07-04T01:33:31.007Z] 21f4d3c749cb: Preparing [2025-07-04T01:33:31.007Z] 16d325e90756: Preparing [2025-07-04T01:33:31.007Z] d6dd78723e74: Preparing [2025-07-04T01:33:31.007Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:31.007Z] 18415718a183: Preparing [2025-07-04T01:33:31.007Z] 7f47ae8f5f08: Preparing [2025-07-04T01:33:31.007Z] 994456c4fd7b: Preparing [2025-07-04T01:33:31.007Z] 18415718a183: Waiting [2025-07-04T01:33:31.007Z] 7f47ae8f5f08: Waiting [2025-07-04T01:33:31.007Z] 994456c4fd7b: Waiting [2025-07-04T01:33:31.007Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:31.007Z] d79665bbfbb9: Layer already exists [2025-07-04T01:33:31.007Z] 58fa1ce240f1: Layer already exists [2025-07-04T01:33:31.007Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:31.007Z] 21f4d3c749cb: Layer already exists [2025-07-04T01:33:31.007Z] 16d325e90756: Layer already exists [2025-07-04T01:33:31.007Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:31.007Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:33:31.007Z] 18415718a183: Layer already exists [2025-07-04T01:33:31.007Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:31.007Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:31.330Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:31.536Z] #108 exporting layers 2.6s done [2025-07-04T01:33:31.536Z] #108 writing image sha256:48d8c8d52e2a8621532676dbb40c036dc46d5d58b32f2b20e033c46dcf5b6346 done [2025-07-04T01:33:31.536Z] #108 naming to docker.io/library/security-spire-agent-arm64 done [2025-07-04T01:33:31.652Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-07-04T01:33:31.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-07-04T01:33:31.652Z] 58fa1ce240f1: Preparing [2025-07-04T01:33:31.652Z] d79665bbfbb9: Preparing [2025-07-04T01:33:31.652Z] 21f4d3c749cb: Preparing [2025-07-04T01:33:31.652Z] 16d325e90756: Preparing [2025-07-04T01:33:31.652Z] d6dd78723e74: Preparing [2025-07-04T01:33:31.652Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:31.652Z] 18415718a183: Preparing [2025-07-04T01:33:31.652Z] 7f47ae8f5f08: Preparing [2025-07-04T01:33:31.652Z] 994456c4fd7b: Preparing [2025-07-04T01:33:31.652Z] 18415718a183: Waiting [2025-07-04T01:33:31.652Z] 7f47ae8f5f08: Waiting [2025-07-04T01:33:31.652Z] 994456c4fd7b: Waiting [2025-07-04T01:33:31.652Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:31.652Z] d79665bbfbb9: Layer already exists [2025-07-04T01:33:31.652Z] 21f4d3c749cb: Layer already exists [2025-07-04T01:33:31.652Z] 58fa1ce240f1: Layer already exists [2025-07-04T01:33:31.652Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:31.652Z] 16d325e90756: Layer already exists [2025-07-04T01:33:31.652Z] 7f47ae8f5f08: Layer already exists [2025-07-04T01:33:31.652Z] 18415718a183: Layer already exists [2025-07-04T01:33:31.652Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:31.652Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:31.652Z] main: digest: sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T01:33:31.730Z] ===================================================== [Pipeline] echo [2025-07-04T01:33:31.749Z] taggedImages: [2025-07-04T01:33:31.749Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:31.749Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-04T01:33:31.749Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35 [2025-07-04T01:33:31.749Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:31.749Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-07-04T01:33:31.782Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-07-04T01:33:31.783Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:31.783Z] latest [2025-07-04T01:33:31.783Z] 4.1.0-dev.35 [2025-07-04T01:33:31.783Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:31.783Z] main [2025-07-04T01:33:31.783Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:32.134Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:32.451Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:32.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-04T01:33:32.451Z] 431c40994b08: Preparing [2025-07-04T01:33:32.451Z] 04021ed19070: Preparing [2025-07-04T01:33:32.451Z] 59d39e146825: Preparing [2025-07-04T01:33:32.451Z] 9c1362a1dc9c: Preparing [2025-07-04T01:33:32.451Z] 4842675125bb: Preparing [2025-07-04T01:33:32.451Z] d6dd78723e74: Preparing [2025-07-04T01:33:32.451Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:32.451Z] 4369d1ea59d1: Preparing [2025-07-04T01:33:32.451Z] 24202fa2defd: Preparing [2025-07-04T01:33:32.451Z] 60edccc85d16: Preparing [2025-07-04T01:33:32.451Z] 994456c4fd7b: Preparing [2025-07-04T01:33:32.451Z] 994456c4fd7b: Waiting [2025-07-04T01:33:32.451Z] 24202fa2defd: Waiting [2025-07-04T01:33:32.451Z] d6dd78723e74: Waiting [2025-07-04T01:33:32.451Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:32.451Z] 60edccc85d16: Waiting [2025-07-04T01:33:32.451Z] 4369d1ea59d1: Waiting [2025-07-04T01:33:32.451Z] 9c1362a1dc9c: Pushed [2025-07-04T01:33:32.451Z] 4842675125bb: Pushed [2025-07-04T01:33:32.451Z] 431c40994b08: Pushed [2025-07-04T01:33:32.451Z] 04021ed19070: Pushed [2025-07-04T01:33:32.451Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:32.451Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:32.451Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:32.710Z] 24202fa2defd: Pushed [2025-07-04T01:33:32.710Z] 4369d1ea59d1: Pushed [2025-07-04T01:33:32.936Z] #108 exporting layers 2.1s done [2025-07-04T01:33:32.936Z] #108 writing image sha256:7c66cb34039b5a6e37fa4f1988024a0c49314897728c51c77cc7e2f82eaecf24 done [2025-07-04T01:33:32.936Z] #108 naming to docker.io/library/security-spire-config-arm64 done [2025-07-04T01:33:32.936Z] #108 DONE 5.2s [2025-07-04T01:33:32.936Z] [2025-07-04T01:33:32.936Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:33:34.084Z] 60edccc85d16: Pushed [2025-07-04T01:33:34.342Z] 59d39e146825: Pushed [2025-07-04T01:33:34.600Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:34.923Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:35.250Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-04T01:33:35.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-04T01:33:35.250Z] 431c40994b08: Preparing [2025-07-04T01:33:35.250Z] 04021ed19070: Preparing [2025-07-04T01:33:35.250Z] 59d39e146825: Preparing [2025-07-04T01:33:35.250Z] 9c1362a1dc9c: Preparing [2025-07-04T01:33:35.250Z] 4842675125bb: Preparing [2025-07-04T01:33:35.250Z] d6dd78723e74: Preparing [2025-07-04T01:33:35.250Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:35.250Z] 4369d1ea59d1: Preparing [2025-07-04T01:33:35.250Z] 24202fa2defd: Preparing [2025-07-04T01:33:35.250Z] 60edccc85d16: Preparing [2025-07-04T01:33:35.250Z] 994456c4fd7b: Preparing [2025-07-04T01:33:35.250Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:35.250Z] 4369d1ea59d1: Waiting [2025-07-04T01:33:35.250Z] 24202fa2defd: Waiting [2025-07-04T01:33:35.250Z] 60edccc85d16: Waiting [2025-07-04T01:33:35.250Z] 994456c4fd7b: Waiting [2025-07-04T01:33:35.250Z] d6dd78723e74: Waiting [2025-07-04T01:33:35.250Z] 431c40994b08: Layer already exists [2025-07-04T01:33:35.250Z] 59d39e146825: Layer already exists [2025-07-04T01:33:35.250Z] 9c1362a1dc9c: Layer already exists [2025-07-04T01:33:35.250Z] 04021ed19070: Layer already exists [2025-07-04T01:33:35.250Z] 4842675125bb: Layer already exists [2025-07-04T01:33:35.250Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:35.250Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:35.250Z] 4369d1ea59d1: Layer already exists [2025-07-04T01:33:35.250Z] 24202fa2defd: Layer already exists [2025-07-04T01:33:35.250Z] 60edccc85d16: Layer already exists [2025-07-04T01:33:35.250Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:35.250Z] latest: digest: sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:35.581Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:35.898Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35 [2025-07-04T01:33:35.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-04T01:33:35.898Z] 431c40994b08: Preparing [2025-07-04T01:33:35.898Z] 04021ed19070: Preparing [2025-07-04T01:33:35.898Z] 59d39e146825: Preparing [2025-07-04T01:33:35.898Z] 9c1362a1dc9c: Preparing [2025-07-04T01:33:35.898Z] 4842675125bb: Preparing [2025-07-04T01:33:35.898Z] d6dd78723e74: Preparing [2025-07-04T01:33:35.898Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:35.898Z] 4369d1ea59d1: Preparing [2025-07-04T01:33:35.898Z] d6dd78723e74: Waiting [2025-07-04T01:33:35.898Z] 24202fa2defd: Preparing [2025-07-04T01:33:35.898Z] 60edccc85d16: Preparing [2025-07-04T01:33:35.898Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:35.898Z] 994456c4fd7b: Preparing [2025-07-04T01:33:35.898Z] 4369d1ea59d1: Waiting [2025-07-04T01:33:35.898Z] 24202fa2defd: Waiting [2025-07-04T01:33:35.898Z] 994456c4fd7b: Waiting [2025-07-04T01:33:35.898Z] 60edccc85d16: Waiting [2025-07-04T01:33:35.898Z] 9c1362a1dc9c: Layer already exists [2025-07-04T01:33:35.898Z] 4842675125bb: Layer already exists [2025-07-04T01:33:35.898Z] 04021ed19070: Layer already exists [2025-07-04T01:33:35.898Z] 431c40994b08: Layer already exists [2025-07-04T01:33:35.898Z] 59d39e146825: Layer already exists [2025-07-04T01:33:35.898Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:35.898Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:35.898Z] 4369d1ea59d1: Layer already exists [2025-07-04T01:33:35.898Z] 60edccc85d16: Layer already exists [2025-07-04T01:33:35.898Z] 24202fa2defd: Layer already exists [2025-07-04T01:33:35.898Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:35.898Z] 4.1.0-dev.35: digest: sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:36.230Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:36.546Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:36.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-04T01:33:36.546Z] 431c40994b08: Preparing [2025-07-04T01:33:36.546Z] 04021ed19070: Preparing [2025-07-04T01:33:36.546Z] 59d39e146825: Preparing [2025-07-04T01:33:36.546Z] 9c1362a1dc9c: Preparing [2025-07-04T01:33:36.546Z] 4842675125bb: Preparing [2025-07-04T01:33:36.546Z] d6dd78723e74: Preparing [2025-07-04T01:33:36.546Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:36.546Z] 4369d1ea59d1: Preparing [2025-07-04T01:33:36.546Z] 24202fa2defd: Preparing [2025-07-04T01:33:36.546Z] 60edccc85d16: Preparing [2025-07-04T01:33:36.546Z] 994456c4fd7b: Preparing [2025-07-04T01:33:36.546Z] 4369d1ea59d1: Waiting [2025-07-04T01:33:36.546Z] 24202fa2defd: Waiting [2025-07-04T01:33:36.546Z] 60edccc85d16: Waiting [2025-07-04T01:33:36.546Z] d6dd78723e74: Waiting [2025-07-04T01:33:36.546Z] 994456c4fd7b: Waiting [2025-07-04T01:33:36.546Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:36.546Z] 431c40994b08: Layer already exists [2025-07-04T01:33:36.546Z] 59d39e146825: Layer already exists [2025-07-04T01:33:36.546Z] 04021ed19070: Layer already exists [2025-07-04T01:33:36.546Z] 9c1362a1dc9c: Layer already exists [2025-07-04T01:33:36.546Z] 4842675125bb: Layer already exists [2025-07-04T01:33:36.546Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:36.546Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:36.546Z] 4369d1ea59d1: Layer already exists [2025-07-04T01:33:36.546Z] 60edccc85d16: Layer already exists [2025-07-04T01:33:36.546Z] 24202fa2defd: Layer already exists [2025-07-04T01:33:36.546Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:36.546Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:36.872Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:37.188Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-07-04T01:33:37.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-07-04T01:33:37.188Z] 431c40994b08: Preparing [2025-07-04T01:33:37.188Z] 04021ed19070: Preparing [2025-07-04T01:33:37.188Z] 59d39e146825: Preparing [2025-07-04T01:33:37.188Z] 9c1362a1dc9c: Preparing [2025-07-04T01:33:37.188Z] 4842675125bb: Preparing [2025-07-04T01:33:37.188Z] d6dd78723e74: Preparing [2025-07-04T01:33:37.188Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:37.188Z] 4369d1ea59d1: Preparing [2025-07-04T01:33:37.188Z] 24202fa2defd: Preparing [2025-07-04T01:33:37.188Z] 60edccc85d16: Preparing [2025-07-04T01:33:37.188Z] 994456c4fd7b: Preparing [2025-07-04T01:33:37.188Z] d6dd78723e74: Waiting [2025-07-04T01:33:37.188Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:37.188Z] 4369d1ea59d1: Waiting [2025-07-04T01:33:37.188Z] 24202fa2defd: Waiting [2025-07-04T01:33:37.188Z] 60edccc85d16: Waiting [2025-07-04T01:33:37.188Z] 994456c4fd7b: Waiting [2025-07-04T01:33:37.188Z] 04021ed19070: Layer already exists [2025-07-04T01:33:37.188Z] 59d39e146825: Layer already exists [2025-07-04T01:33:37.188Z] 9c1362a1dc9c: Layer already exists [2025-07-04T01:33:37.188Z] 431c40994b08: Layer already exists [2025-07-04T01:33:37.188Z] 4842675125bb: Layer already exists [2025-07-04T01:33:37.188Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:37.188Z] 24202fa2defd: Layer already exists [2025-07-04T01:33:37.188Z] 4369d1ea59d1: Layer already exists [2025-07-04T01:33:37.188Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:37.188Z] 60edccc85d16: Layer already exists [2025-07-04T01:33:37.188Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:37.188Z] main: digest: sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T01:33:37.270Z] ===================================================== [Pipeline] echo [2025-07-04T01:33:37.289Z] taggedImages: [2025-07-04T01:33:37.289Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:37.289Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-04T01:33:37.289Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35 [2025-07-04T01:33:37.289Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:37.289Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-07-04T01:33:37.387Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-07-04T01:33:37.387Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:37.387Z] latest [2025-07-04T01:33:37.387Z] 4.1.0-dev.35 [2025-07-04T01:33:37.387Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:37.387Z] main [2025-07-04T01:33:37.387Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:37.743Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:38.062Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:38.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-04T01:33:38.063Z] 44713c617248: Preparing [2025-07-04T01:33:38.063Z] 89e26e867f34: Preparing [2025-07-04T01:33:38.063Z] 9a9a36f1c686: Preparing [2025-07-04T01:33:38.063Z] 35184ab30831: Preparing [2025-07-04T01:33:38.063Z] 56bd7963ee0f: Preparing [2025-07-04T01:33:38.063Z] 2242b4376c42: Preparing [2025-07-04T01:33:38.063Z] ac25a72e8ec3: Preparing [2025-07-04T01:33:38.063Z] d6dd78723e74: Preparing [2025-07-04T01:33:38.063Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:38.063Z] d501acc55a78: Preparing [2025-07-04T01:33:38.063Z] 912ba05ef103: Preparing [2025-07-04T01:33:38.063Z] 994456c4fd7b: Preparing [2025-07-04T01:33:38.063Z] 2242b4376c42: Waiting [2025-07-04T01:33:38.063Z] ac25a72e8ec3: Waiting [2025-07-04T01:33:38.063Z] d6dd78723e74: Waiting [2025-07-04T01:33:38.063Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:38.063Z] d501acc55a78: Waiting [2025-07-04T01:33:38.063Z] 912ba05ef103: Waiting [2025-07-04T01:33:38.063Z] 994456c4fd7b: Waiting [2025-07-04T01:33:38.063Z] 44713c617248: Pushed [2025-07-04T01:33:38.063Z] 89e26e867f34: Pushed [2025-07-04T01:33:38.063Z] 56bd7963ee0f: Pushed [2025-07-04T01:33:38.063Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:38.063Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:38.320Z] ac25a72e8ec3: Pushed [2025-07-04T01:33:38.320Z] 2242b4376c42: Pushed [2025-07-04T01:33:38.320Z] d501acc55a78: Pushed [2025-07-04T01:33:38.320Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:39.698Z] 912ba05ef103: Pushed [2025-07-04T01:33:39.960Z] 35184ab30831: Pushed [2025-07-04T01:33:40.898Z] 9a9a36f1c686: Pushed [2025-07-04T01:33:41.158Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:41.481Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:41.807Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-04T01:33:41.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-04T01:33:41.807Z] 44713c617248: Preparing [2025-07-04T01:33:41.807Z] 89e26e867f34: Preparing [2025-07-04T01:33:41.807Z] 9a9a36f1c686: Preparing [2025-07-04T01:33:41.807Z] 35184ab30831: Preparing [2025-07-04T01:33:41.807Z] 56bd7963ee0f: Preparing [2025-07-04T01:33:41.807Z] 2242b4376c42: Preparing [2025-07-04T01:33:41.807Z] ac25a72e8ec3: Preparing [2025-07-04T01:33:41.807Z] d6dd78723e74: Preparing [2025-07-04T01:33:41.807Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:41.807Z] d501acc55a78: Preparing [2025-07-04T01:33:41.807Z] 912ba05ef103: Preparing [2025-07-04T01:33:41.807Z] 994456c4fd7b: Preparing [2025-07-04T01:33:41.807Z] d6dd78723e74: Waiting [2025-07-04T01:33:41.807Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:41.807Z] d501acc55a78: Waiting [2025-07-04T01:33:41.807Z] 912ba05ef103: Waiting [2025-07-04T01:33:41.807Z] 994456c4fd7b: Waiting [2025-07-04T01:33:41.807Z] 2242b4376c42: Waiting [2025-07-04T01:33:41.807Z] ac25a72e8ec3: Waiting [2025-07-04T01:33:41.807Z] 9a9a36f1c686: Layer already exists [2025-07-04T01:33:41.807Z] 56bd7963ee0f: Layer already exists [2025-07-04T01:33:41.807Z] 89e26e867f34: Layer already exists [2025-07-04T01:33:41.807Z] 44713c617248: Layer already exists [2025-07-04T01:33:41.807Z] 35184ab30831: Layer already exists [2025-07-04T01:33:41.807Z] 2242b4376c42: Layer already exists [2025-07-04T01:33:41.807Z] ac25a72e8ec3: Layer already exists [2025-07-04T01:33:41.807Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:41.807Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:41.807Z] d501acc55a78: Layer already exists [2025-07-04T01:33:41.807Z] 912ba05ef103: Layer already exists [2025-07-04T01:33:41.807Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:41.807Z] latest: digest: sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:42.210Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:42.538Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35 [2025-07-04T01:33:42.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-04T01:33:42.538Z] 44713c617248: Preparing [2025-07-04T01:33:42.538Z] 89e26e867f34: Preparing [2025-07-04T01:33:42.538Z] 9a9a36f1c686: Preparing [2025-07-04T01:33:42.538Z] 35184ab30831: Preparing [2025-07-04T01:33:42.538Z] 56bd7963ee0f: Preparing [2025-07-04T01:33:42.538Z] 2242b4376c42: Preparing [2025-07-04T01:33:42.538Z] ac25a72e8ec3: Preparing [2025-07-04T01:33:42.538Z] d6dd78723e74: Preparing [2025-07-04T01:33:42.538Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:42.538Z] d501acc55a78: Preparing [2025-07-04T01:33:42.538Z] 912ba05ef103: Preparing [2025-07-04T01:33:42.538Z] 994456c4fd7b: Preparing [2025-07-04T01:33:42.538Z] ac25a72e8ec3: Waiting [2025-07-04T01:33:42.538Z] d6dd78723e74: Waiting [2025-07-04T01:33:42.538Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:42.538Z] d501acc55a78: Waiting [2025-07-04T01:33:42.538Z] 912ba05ef103: Waiting [2025-07-04T01:33:42.538Z] 994456c4fd7b: Waiting [2025-07-04T01:33:42.538Z] 2242b4376c42: Waiting [2025-07-04T01:33:42.538Z] 44713c617248: Layer already exists [2025-07-04T01:33:42.538Z] 89e26e867f34: Layer already exists [2025-07-04T01:33:42.538Z] 56bd7963ee0f: Layer already exists [2025-07-04T01:33:42.538Z] 9a9a36f1c686: Layer already exists [2025-07-04T01:33:42.538Z] 35184ab30831: Layer already exists [2025-07-04T01:33:42.538Z] 2242b4376c42: Layer already exists [2025-07-04T01:33:42.538Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:42.538Z] ac25a72e8ec3: Layer already exists [2025-07-04T01:33:42.538Z] d501acc55a78: Layer already exists [2025-07-04T01:33:42.538Z] 912ba05ef103: Layer already exists [2025-07-04T01:33:42.538Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:42.538Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:42.538Z] 4.1.0-dev.35: digest: sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:42.866Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:43.196Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:43.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-04T01:33:43.196Z] 44713c617248: Preparing [2025-07-04T01:33:43.196Z] 89e26e867f34: Preparing [2025-07-04T01:33:43.196Z] 9a9a36f1c686: Preparing [2025-07-04T01:33:43.196Z] 35184ab30831: Preparing [2025-07-04T01:33:43.196Z] 56bd7963ee0f: Preparing [2025-07-04T01:33:43.196Z] 2242b4376c42: Preparing [2025-07-04T01:33:43.196Z] ac25a72e8ec3: Preparing [2025-07-04T01:33:43.196Z] d6dd78723e74: Preparing [2025-07-04T01:33:43.196Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:43.196Z] d501acc55a78: Preparing [2025-07-04T01:33:43.196Z] 912ba05ef103: Preparing [2025-07-04T01:33:43.196Z] 2242b4376c42: Waiting [2025-07-04T01:33:43.196Z] 994456c4fd7b: Preparing [2025-07-04T01:33:43.196Z] ac25a72e8ec3: Waiting [2025-07-04T01:33:43.196Z] 912ba05ef103: Waiting [2025-07-04T01:33:43.196Z] d6dd78723e74: Waiting [2025-07-04T01:33:43.196Z] 994456c4fd7b: Waiting [2025-07-04T01:33:43.196Z] d501acc55a78: Waiting [2025-07-04T01:33:43.196Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:43.196Z] 9a9a36f1c686: Layer already exists [2025-07-04T01:33:43.196Z] 56bd7963ee0f: Layer already exists [2025-07-04T01:33:43.196Z] 44713c617248: Layer already exists [2025-07-04T01:33:43.196Z] 35184ab30831: Layer already exists [2025-07-04T01:33:43.196Z] 89e26e867f34: Layer already exists [2025-07-04T01:33:43.196Z] 2242b4376c42: Layer already exists [2025-07-04T01:33:43.196Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:43.196Z] ac25a72e8ec3: Layer already exists [2025-07-04T01:33:43.196Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:43.196Z] d501acc55a78: Layer already exists [2025-07-04T01:33:43.196Z] 912ba05ef103: Layer already exists [2025-07-04T01:33:43.196Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:43.196Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:43.521Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:43.839Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-07-04T01:33:43.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-07-04T01:33:43.840Z] 44713c617248: Preparing [2025-07-04T01:33:43.840Z] 89e26e867f34: Preparing [2025-07-04T01:33:43.840Z] 9a9a36f1c686: Preparing [2025-07-04T01:33:43.840Z] 35184ab30831: Preparing [2025-07-04T01:33:43.840Z] 56bd7963ee0f: Preparing [2025-07-04T01:33:43.840Z] 2242b4376c42: Preparing [2025-07-04T01:33:43.840Z] ac25a72e8ec3: Preparing [2025-07-04T01:33:43.840Z] d6dd78723e74: Preparing [2025-07-04T01:33:43.840Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:43.840Z] d501acc55a78: Preparing [2025-07-04T01:33:43.840Z] 912ba05ef103: Preparing [2025-07-04T01:33:43.840Z] 994456c4fd7b: Preparing [2025-07-04T01:33:43.840Z] 2242b4376c42: Waiting [2025-07-04T01:33:43.840Z] ac25a72e8ec3: Waiting [2025-07-04T01:33:43.840Z] d6dd78723e74: Waiting [2025-07-04T01:33:43.840Z] b3e1c71ee1d4: Waiting [2025-07-04T01:33:43.840Z] d501acc55a78: Waiting [2025-07-04T01:33:43.840Z] 912ba05ef103: Waiting [2025-07-04T01:33:43.840Z] 994456c4fd7b: Waiting [2025-07-04T01:33:43.840Z] 35184ab30831: Layer already exists [2025-07-04T01:33:43.840Z] 44713c617248: Layer already exists [2025-07-04T01:33:43.840Z] 9a9a36f1c686: Layer already exists [2025-07-04T01:33:43.840Z] 56bd7963ee0f: Layer already exists [2025-07-04T01:33:43.840Z] 89e26e867f34: Layer already exists [2025-07-04T01:33:43.840Z] 2242b4376c42: Layer already exists [2025-07-04T01:33:43.840Z] d501acc55a78: Layer already exists [2025-07-04T01:33:43.840Z] ac25a72e8ec3: Layer already exists [2025-07-04T01:33:43.840Z] 912ba05ef103: Layer already exists [2025-07-04T01:33:43.840Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:43.840Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:43.840Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:43.840Z] main: digest: sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T01:33:43.907Z] ===================================================== [Pipeline] echo [2025-07-04T01:33:43.919Z] taggedImages: [2025-07-04T01:33:43.919Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:43.919Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-04T01:33:43.919Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35 [2025-07-04T01:33:43.919Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:43.919Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-07-04T01:33:43.944Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-07-04T01:33:43.944Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:43.944Z] latest [2025-07-04T01:33:43.944Z] 4.1.0-dev.35 [2025-07-04T01:33:43.944Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:43.944Z] main [2025-07-04T01:33:43.944Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:44.281Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:44.603Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:44.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-04T01:33:44.603Z] 4840e62a7834: Preparing [2025-07-04T01:33:44.603Z] 55efb5b4fcf5: Preparing [2025-07-04T01:33:44.603Z] d6dd78723e74: Preparing [2025-07-04T01:33:44.603Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:44.603Z] 80b9089aac92: Preparing [2025-07-04T01:33:44.603Z] 18a154208975: Preparing [2025-07-04T01:33:44.603Z] 994456c4fd7b: Preparing [2025-07-04T01:33:44.603Z] 18a154208975: Waiting [2025-07-04T01:33:44.603Z] 994456c4fd7b: Waiting [2025-07-04T01:33:44.603Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:44.603Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:44.603Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:44.603Z] 80b9089aac92: Pushed [2025-07-04T01:33:44.603Z] 4840e62a7834: Pushed [2025-07-04T01:33:45.541Z] 18a154208975: Pushed [2025-07-04T01:33:48.077Z] 55efb5b4fcf5: Pushed [2025-07-04T01:33:48.077Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:48.410Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:48.741Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-04T01:33:48.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-04T01:33:48.741Z] 4840e62a7834: Preparing [2025-07-04T01:33:48.741Z] 55efb5b4fcf5: Preparing [2025-07-04T01:33:48.741Z] d6dd78723e74: Preparing [2025-07-04T01:33:48.741Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:48.741Z] 80b9089aac92: Preparing [2025-07-04T01:33:48.741Z] 18a154208975: Preparing [2025-07-04T01:33:48.741Z] 994456c4fd7b: Preparing [2025-07-04T01:33:48.741Z] 994456c4fd7b: Waiting [2025-07-04T01:33:48.741Z] 18a154208975: Waiting [2025-07-04T01:33:48.741Z] 80b9089aac92: Layer already exists [2025-07-04T01:33:48.741Z] 4840e62a7834: Layer already exists [2025-07-04T01:33:48.741Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:48.741Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:48.741Z] 55efb5b4fcf5: Layer already exists [2025-07-04T01:33:48.741Z] 18a154208975: Layer already exists [2025-07-04T01:33:48.741Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:48.741Z] latest: digest: sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:49.069Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:49.394Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35 [2025-07-04T01:33:49.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-04T01:33:49.394Z] 4840e62a7834: Preparing [2025-07-04T01:33:49.394Z] 55efb5b4fcf5: Preparing [2025-07-04T01:33:49.394Z] d6dd78723e74: Preparing [2025-07-04T01:33:49.394Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:49.394Z] 80b9089aac92: Preparing [2025-07-04T01:33:49.394Z] 18a154208975: Preparing [2025-07-04T01:33:49.394Z] 994456c4fd7b: Preparing [2025-07-04T01:33:49.394Z] 18a154208975: Waiting [2025-07-04T01:33:49.394Z] 994456c4fd7b: Waiting [2025-07-04T01:33:49.394Z] 4840e62a7834: Layer already exists [2025-07-04T01:33:49.394Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:49.394Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:49.394Z] 55efb5b4fcf5: Layer already exists [2025-07-04T01:33:49.394Z] 80b9089aac92: Layer already exists [2025-07-04T01:33:49.394Z] 18a154208975: Layer already exists [2025-07-04T01:33:49.394Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:49.394Z] 4.1.0-dev.35: digest: sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:49.719Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:50.044Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:50.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-04T01:33:50.044Z] 4840e62a7834: Preparing [2025-07-04T01:33:50.044Z] 55efb5b4fcf5: Preparing [2025-07-04T01:33:50.044Z] d6dd78723e74: Preparing [2025-07-04T01:33:50.044Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:50.044Z] 80b9089aac92: Preparing [2025-07-04T01:33:50.044Z] 18a154208975: Preparing [2025-07-04T01:33:50.044Z] 994456c4fd7b: Preparing [2025-07-04T01:33:50.044Z] 18a154208975: Waiting [2025-07-04T01:33:50.044Z] 994456c4fd7b: Waiting [2025-07-04T01:33:50.044Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:50.044Z] 80b9089aac92: Layer already exists [2025-07-04T01:33:50.044Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:50.044Z] 55efb5b4fcf5: Layer already exists [2025-07-04T01:33:50.044Z] 4840e62a7834: Layer already exists [2025-07-04T01:33:50.044Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:50.044Z] 18a154208975: Layer already exists [2025-07-04T01:33:50.044Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:50.372Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:50.691Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-07-04T01:33:50.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-07-04T01:33:50.691Z] 4840e62a7834: Preparing [2025-07-04T01:33:50.691Z] 55efb5b4fcf5: Preparing [2025-07-04T01:33:50.691Z] d6dd78723e74: Preparing [2025-07-04T01:33:50.691Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:50.691Z] 80b9089aac92: Preparing [2025-07-04T01:33:50.691Z] 18a154208975: Preparing [2025-07-04T01:33:50.691Z] 994456c4fd7b: Preparing [2025-07-04T01:33:50.691Z] 18a154208975: Waiting [2025-07-04T01:33:50.691Z] 994456c4fd7b: Waiting [2025-07-04T01:33:50.691Z] 4840e62a7834: Layer already exists [2025-07-04T01:33:50.691Z] 55efb5b4fcf5: Layer already exists [2025-07-04T01:33:50.691Z] 80b9089aac92: Layer already exists [2025-07-04T01:33:50.691Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:50.691Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:50.691Z] 18a154208975: Layer already exists [2025-07-04T01:33:50.691Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:50.691Z] main: digest: sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T01:33:50.767Z] ===================================================== [Pipeline] echo [2025-07-04T01:33:50.782Z] taggedImages: [2025-07-04T01:33:50.782Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:50.782Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-04T01:33:50.782Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35 [2025-07-04T01:33:50.782Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:50.782Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-07-04T01:33:50.806Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-07-04T01:33:50.806Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:50.806Z] latest [2025-07-04T01:33:50.806Z] 4.1.0-dev.35 [2025-07-04T01:33:50.807Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:33:50.807Z] main [2025-07-04T01:33:50.807Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:51.146Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:33:51.478Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:33:51.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-04T01:33:51.478Z] 47dfc2dfa77b: Preparing [2025-07-04T01:33:51.478Z] 5c8c89134e02: Preparing [2025-07-04T01:33:51.478Z] ecdd3d5cc73d: Preparing [2025-07-04T01:33:51.478Z] d6dd78723e74: Preparing [2025-07-04T01:33:51.478Z] b3e1c71ee1d4: Preparing [2025-07-04T01:33:51.478Z] 54492a130866: Preparing [2025-07-04T01:33:51.478Z] 67beac595408: Preparing [2025-07-04T01:33:51.478Z] bf3f7da51d58: Preparing [2025-07-04T01:33:51.478Z] 22d79ce419cf: Preparing [2025-07-04T01:33:51.478Z] 994456c4fd7b: Preparing [2025-07-04T01:33:51.478Z] 67beac595408: Waiting [2025-07-04T01:33:51.478Z] bf3f7da51d58: Waiting [2025-07-04T01:33:51.479Z] 22d79ce419cf: Waiting [2025-07-04T01:33:51.479Z] 994456c4fd7b: Waiting [2025-07-04T01:33:51.479Z] 54492a130866: Waiting [2025-07-04T01:33:51.479Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:33:51.479Z] d6dd78723e74: Layer already exists [2025-07-04T01:33:51.479Z] 47dfc2dfa77b: Pushed [2025-07-04T01:33:51.479Z] 5c8c89134e02: Pushed [2025-07-04T01:33:51.479Z] ecdd3d5cc73d: Pushed [2025-07-04T01:33:51.479Z] 994456c4fd7b: Layer already exists [2025-07-04T01:33:51.479Z] bf3f7da51d58: Pushed [2025-07-04T01:33:52.047Z] 22d79ce419cf: Pushed [2025-07-04T01:33:56.232Z] 67beac595408: Pushed [2025-07-04T01:34:02.803Z] 54492a130866: Pushed [2025-07-04T01:34:02.803Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:03.157Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:03.487Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-04T01:34:03.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-04T01:34:03.487Z] 47dfc2dfa77b: Preparing [2025-07-04T01:34:03.487Z] 5c8c89134e02: Preparing [2025-07-04T01:34:03.487Z] ecdd3d5cc73d: Preparing [2025-07-04T01:34:03.487Z] d6dd78723e74: Preparing [2025-07-04T01:34:03.487Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:03.487Z] 54492a130866: Preparing [2025-07-04T01:34:03.487Z] 67beac595408: Preparing [2025-07-04T01:34:03.487Z] 54492a130866: Waiting [2025-07-04T01:34:03.487Z] 67beac595408: Waiting [2025-07-04T01:34:03.487Z] bf3f7da51d58: Preparing [2025-07-04T01:34:03.487Z] 22d79ce419cf: Preparing [2025-07-04T01:34:03.487Z] 994456c4fd7b: Preparing [2025-07-04T01:34:03.487Z] bf3f7da51d58: Waiting [2025-07-04T01:34:03.487Z] 22d79ce419cf: Waiting [2025-07-04T01:34:03.487Z] 994456c4fd7b: Waiting [2025-07-04T01:34:03.487Z] 47dfc2dfa77b: Layer already exists [2025-07-04T01:34:03.487Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:03.487Z] 5c8c89134e02: Layer already exists [2025-07-04T01:34:03.487Z] ecdd3d5cc73d: Layer already exists [2025-07-04T01:34:03.487Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:03.487Z] 54492a130866: Layer already exists [2025-07-04T01:34:03.487Z] bf3f7da51d58: Layer already exists [2025-07-04T01:34:03.487Z] 67beac595408: Layer already exists [2025-07-04T01:34:03.487Z] 22d79ce419cf: Layer already exists [2025-07-04T01:34:03.487Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:03.487Z] latest: digest: sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:03.809Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:04.129Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35 [2025-07-04T01:34:04.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-04T01:34:04.129Z] 47dfc2dfa77b: Preparing [2025-07-04T01:34:04.129Z] 5c8c89134e02: Preparing [2025-07-04T01:34:04.129Z] ecdd3d5cc73d: Preparing [2025-07-04T01:34:04.129Z] d6dd78723e74: Preparing [2025-07-04T01:34:04.129Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:04.129Z] 54492a130866: Preparing [2025-07-04T01:34:04.129Z] 67beac595408: Preparing [2025-07-04T01:34:04.129Z] bf3f7da51d58: Preparing [2025-07-04T01:34:04.129Z] 22d79ce419cf: Preparing [2025-07-04T01:34:04.129Z] 994456c4fd7b: Preparing [2025-07-04T01:34:04.129Z] 67beac595408: Waiting [2025-07-04T01:34:04.129Z] 994456c4fd7b: Waiting [2025-07-04T01:34:04.129Z] 22d79ce419cf: Waiting [2025-07-04T01:34:04.129Z] 54492a130866: Waiting [2025-07-04T01:34:04.129Z] bf3f7da51d58: Waiting [2025-07-04T01:34:04.129Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:04.129Z] ecdd3d5cc73d: Layer already exists [2025-07-04T01:34:04.129Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:04.129Z] 5c8c89134e02: Layer already exists [2025-07-04T01:34:04.129Z] 47dfc2dfa77b: Layer already exists [2025-07-04T01:34:04.129Z] 54492a130866: Layer already exists [2025-07-04T01:34:04.129Z] 67beac595408: Layer already exists [2025-07-04T01:34:04.129Z] bf3f7da51d58: Layer already exists [2025-07-04T01:34:04.129Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:04.129Z] 22d79ce419cf: Layer already exists [2025-07-04T01:34:04.129Z] 4.1.0-dev.35: digest: sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:04.570Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:04.948Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:04.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-04T01:34:04.948Z] 47dfc2dfa77b: Preparing [2025-07-04T01:34:04.948Z] 5c8c89134e02: Preparing [2025-07-04T01:34:04.948Z] ecdd3d5cc73d: Preparing [2025-07-04T01:34:04.948Z] d6dd78723e74: Preparing [2025-07-04T01:34:04.948Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:04.948Z] 54492a130866: Preparing [2025-07-04T01:34:04.948Z] 67beac595408: Preparing [2025-07-04T01:34:04.948Z] bf3f7da51d58: Preparing [2025-07-04T01:34:04.948Z] 22d79ce419cf: Preparing [2025-07-04T01:34:04.948Z] 994456c4fd7b: Preparing [2025-07-04T01:34:04.948Z] 54492a130866: Waiting [2025-07-04T01:34:04.948Z] 67beac595408: Waiting [2025-07-04T01:34:04.948Z] bf3f7da51d58: Waiting [2025-07-04T01:34:04.948Z] 22d79ce419cf: Waiting [2025-07-04T01:34:04.948Z] 994456c4fd7b: Waiting [2025-07-04T01:34:04.948Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:04.948Z] 5c8c89134e02: Layer already exists [2025-07-04T01:34:04.948Z] 47dfc2dfa77b: Layer already exists [2025-07-04T01:34:04.948Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:04.948Z] ecdd3d5cc73d: Layer already exists [2025-07-04T01:34:04.948Z] 54492a130866: Layer already exists [2025-07-04T01:34:04.948Z] 67beac595408: Layer already exists [2025-07-04T01:34:04.948Z] 22d79ce419cf: Layer already exists [2025-07-04T01:34:04.948Z] bf3f7da51d58: Layer already exists [2025-07-04T01:34:04.948Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:04.948Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:05.290Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:05.603Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-07-04T01:34:05.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-07-04T01:34:05.604Z] 47dfc2dfa77b: Preparing [2025-07-04T01:34:05.604Z] 5c8c89134e02: Preparing [2025-07-04T01:34:05.604Z] ecdd3d5cc73d: Preparing [2025-07-04T01:34:05.604Z] d6dd78723e74: Preparing [2025-07-04T01:34:05.604Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:05.604Z] 54492a130866: Preparing [2025-07-04T01:34:05.604Z] 67beac595408: Preparing [2025-07-04T01:34:05.604Z] bf3f7da51d58: Preparing [2025-07-04T01:34:05.604Z] 22d79ce419cf: Preparing [2025-07-04T01:34:05.604Z] 994456c4fd7b: Preparing [2025-07-04T01:34:05.604Z] 54492a130866: Waiting [2025-07-04T01:34:05.604Z] 67beac595408: Waiting [2025-07-04T01:34:05.604Z] bf3f7da51d58: Waiting [2025-07-04T01:34:05.604Z] 22d79ce419cf: Waiting [2025-07-04T01:34:05.604Z] 994456c4fd7b: Waiting [2025-07-04T01:34:05.604Z] 5c8c89134e02: Layer already exists [2025-07-04T01:34:05.604Z] 47dfc2dfa77b: Layer already exists [2025-07-04T01:34:05.604Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:05.604Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:05.604Z] ecdd3d5cc73d: Layer already exists [2025-07-04T01:34:05.604Z] 67beac595408: Layer already exists [2025-07-04T01:34:05.604Z] 54492a130866: Layer already exists [2025-07-04T01:34:05.604Z] bf3f7da51d58: Layer already exists [2025-07-04T01:34:05.604Z] 22d79ce419cf: Layer already exists [2025-07-04T01:34:05.604Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:05.604Z] main: digest: sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T01:34:05.686Z] ===================================================== [Pipeline] echo [2025-07-04T01:34:05.702Z] taggedImages: [2025-07-04T01:34:05.702Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:05.702Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-04T01:34:05.702Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35 [2025-07-04T01:34:05.702Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:05.702Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-07-04T01:34:05.735Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-07-04T01:34:05.735Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:05.735Z] latest [2025-07-04T01:34:05.735Z] 4.1.0-dev.35 [2025-07-04T01:34:05.735Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:05.735Z] main [2025-07-04T01:34:05.735Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:06.078Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:06.399Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:06.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-04T01:34:06.400Z] a002e7f4d706: Preparing [2025-07-04T01:34:06.400Z] a6eabe8de9f1: Preparing [2025-07-04T01:34:06.400Z] 0ccbc7f72386: Preparing [2025-07-04T01:34:06.400Z] d6dd78723e74: Preparing [2025-07-04T01:34:06.400Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:06.400Z] 361eb27aa810: Preparing [2025-07-04T01:34:06.400Z] 713b4cfe46d4: Preparing [2025-07-04T01:34:06.400Z] 86873bfa02d4: Preparing [2025-07-04T01:34:06.400Z] 994456c4fd7b: Preparing [2025-07-04T01:34:06.400Z] 361eb27aa810: Waiting [2025-07-04T01:34:06.400Z] 994456c4fd7b: Waiting [2025-07-04T01:34:06.400Z] 713b4cfe46d4: Waiting [2025-07-04T01:34:06.400Z] 86873bfa02d4: Waiting [2025-07-04T01:34:06.400Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:06.400Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:06.400Z] 0ccbc7f72386: Pushed [2025-07-04T01:34:06.400Z] a6eabe8de9f1: Pushed [2025-07-04T01:34:06.400Z] 713b4cfe46d4: Pushed [2025-07-04T01:34:06.400Z] a002e7f4d706: Pushed [2025-07-04T01:34:06.400Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:06.657Z] 86873bfa02d4: Pushed [2025-07-04T01:34:18.860Z] 361eb27aa810: Pushed [2025-07-04T01:34:18.860Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:19.187Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:19.523Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-04T01:34:19.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-04T01:34:19.523Z] a002e7f4d706: Preparing [2025-07-04T01:34:19.523Z] a6eabe8de9f1: Preparing [2025-07-04T01:34:19.523Z] 0ccbc7f72386: Preparing [2025-07-04T01:34:19.523Z] d6dd78723e74: Preparing [2025-07-04T01:34:19.523Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:19.523Z] 361eb27aa810: Preparing [2025-07-04T01:34:19.523Z] 713b4cfe46d4: Preparing [2025-07-04T01:34:19.523Z] 86873bfa02d4: Preparing [2025-07-04T01:34:19.523Z] 994456c4fd7b: Preparing [2025-07-04T01:34:19.523Z] 361eb27aa810: Waiting [2025-07-04T01:34:19.523Z] 713b4cfe46d4: Waiting [2025-07-04T01:34:19.523Z] 86873bfa02d4: Waiting [2025-07-04T01:34:19.523Z] 994456c4fd7b: Waiting [2025-07-04T01:34:19.523Z] 0ccbc7f72386: Layer already exists [2025-07-04T01:34:19.523Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:19.523Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:19.523Z] a6eabe8de9f1: Layer already exists [2025-07-04T01:34:19.524Z] a002e7f4d706: Layer already exists [2025-07-04T01:34:19.524Z] 361eb27aa810: Layer already exists [2025-07-04T01:34:19.524Z] 86873bfa02d4: Layer already exists [2025-07-04T01:34:19.524Z] 713b4cfe46d4: Layer already exists [2025-07-04T01:34:19.524Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:19.524Z] latest: digest: sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:19.856Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:20.176Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35 [2025-07-04T01:34:20.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-04T01:34:20.176Z] a002e7f4d706: Preparing [2025-07-04T01:34:20.176Z] a6eabe8de9f1: Preparing [2025-07-04T01:34:20.176Z] 0ccbc7f72386: Preparing [2025-07-04T01:34:20.176Z] d6dd78723e74: Preparing [2025-07-04T01:34:20.176Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:20.176Z] 361eb27aa810: Preparing [2025-07-04T01:34:20.176Z] 713b4cfe46d4: Preparing [2025-07-04T01:34:20.176Z] 361eb27aa810: Waiting [2025-07-04T01:34:20.176Z] 86873bfa02d4: Preparing [2025-07-04T01:34:20.176Z] 713b4cfe46d4: Waiting [2025-07-04T01:34:20.176Z] 994456c4fd7b: Preparing [2025-07-04T01:34:20.176Z] 994456c4fd7b: Waiting [2025-07-04T01:34:20.176Z] 86873bfa02d4: Waiting [2025-07-04T01:34:20.176Z] a002e7f4d706: Layer already exists [2025-07-04T01:34:20.176Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:20.176Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:20.176Z] 0ccbc7f72386: Layer already exists [2025-07-04T01:34:20.176Z] a6eabe8de9f1: Layer already exists [2025-07-04T01:34:20.176Z] 86873bfa02d4: Layer already exists [2025-07-04T01:34:20.176Z] 361eb27aa810: Layer already exists [2025-07-04T01:34:20.176Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:20.176Z] 713b4cfe46d4: Layer already exists [2025-07-04T01:34:20.176Z] 4.1.0-dev.35: digest: sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:20.511Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:20.844Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:20.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-04T01:34:20.844Z] a002e7f4d706: Preparing [2025-07-04T01:34:20.844Z] a6eabe8de9f1: Preparing [2025-07-04T01:34:20.844Z] 0ccbc7f72386: Preparing [2025-07-04T01:34:20.844Z] d6dd78723e74: Preparing [2025-07-04T01:34:20.844Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:20.844Z] 361eb27aa810: Preparing [2025-07-04T01:34:20.844Z] 713b4cfe46d4: Preparing [2025-07-04T01:34:20.844Z] 86873bfa02d4: Preparing [2025-07-04T01:34:20.844Z] 994456c4fd7b: Preparing [2025-07-04T01:34:20.844Z] 361eb27aa810: Waiting [2025-07-04T01:34:20.844Z] 713b4cfe46d4: Waiting [2025-07-04T01:34:20.844Z] 86873bfa02d4: Waiting [2025-07-04T01:34:20.844Z] 994456c4fd7b: Waiting [2025-07-04T01:34:20.844Z] a002e7f4d706: Layer already exists [2025-07-04T01:34:20.844Z] a6eabe8de9f1: Layer already exists [2025-07-04T01:34:20.844Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:20.844Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:20.844Z] 0ccbc7f72386: Layer already exists [2025-07-04T01:34:20.844Z] 713b4cfe46d4: Layer already exists [2025-07-04T01:34:20.844Z] 86873bfa02d4: Layer already exists [2025-07-04T01:34:20.844Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:20.844Z] 361eb27aa810: Layer already exists [2025-07-04T01:34:20.844Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:21.165Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:21.499Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-07-04T01:34:21.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-07-04T01:34:21.500Z] a002e7f4d706: Preparing [2025-07-04T01:34:21.500Z] a6eabe8de9f1: Preparing [2025-07-04T01:34:21.500Z] 0ccbc7f72386: Preparing [2025-07-04T01:34:21.500Z] d6dd78723e74: Preparing [2025-07-04T01:34:21.500Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:21.500Z] 361eb27aa810: Preparing [2025-07-04T01:34:21.500Z] 713b4cfe46d4: Preparing [2025-07-04T01:34:21.500Z] 86873bfa02d4: Preparing [2025-07-04T01:34:21.500Z] 994456c4fd7b: Preparing [2025-07-04T01:34:21.500Z] 361eb27aa810: Waiting [2025-07-04T01:34:21.500Z] 713b4cfe46d4: Waiting [2025-07-04T01:34:21.500Z] 86873bfa02d4: Waiting [2025-07-04T01:34:21.500Z] 994456c4fd7b: Waiting [2025-07-04T01:34:21.500Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:21.500Z] 0ccbc7f72386: Layer already exists [2025-07-04T01:34:21.500Z] a6eabe8de9f1: Layer already exists [2025-07-04T01:34:21.500Z] a002e7f4d706: Layer already exists [2025-07-04T01:34:21.500Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:21.500Z] 86873bfa02d4: Layer already exists [2025-07-04T01:34:21.500Z] 361eb27aa810: Layer already exists [2025-07-04T01:34:21.500Z] 713b4cfe46d4: Layer already exists [2025-07-04T01:34:21.500Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:21.500Z] main: digest: sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T01:34:21.582Z] ===================================================== [Pipeline] echo [2025-07-04T01:34:21.598Z] taggedImages: [2025-07-04T01:34:21.598Z] - nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:21.598Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-04T01:34:21.598Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35 [2025-07-04T01:34:21.598Z] - nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:21.598Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-07-04T01:34:21.631Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-07-04T01:34:21.631Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:21.631Z] latest [2025-07-04T01:34:21.631Z] 4.1.0-dev.35 [2025-07-04T01:34:21.631Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:21.631Z] main [2025-07-04T01:34:21.631Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:22.000Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:22.339Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:22.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-04T01:34:22.340Z] 47dfc2dfa77b: Preparing [2025-07-04T01:34:22.340Z] 45d67c32c8c5: Preparing [2025-07-04T01:34:22.340Z] e2ef6777910e: Preparing [2025-07-04T01:34:22.340Z] d6dd78723e74: Preparing [2025-07-04T01:34:22.340Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:22.340Z] 22130fb78849: Preparing [2025-07-04T01:34:22.340Z] bf3f7da51d58: Preparing [2025-07-04T01:34:22.340Z] 22d79ce419cf: Preparing [2025-07-04T01:34:22.340Z] 994456c4fd7b: Preparing [2025-07-04T01:34:22.340Z] bf3f7da51d58: Waiting [2025-07-04T01:34:22.340Z] 22130fb78849: Waiting [2025-07-04T01:34:22.340Z] 22d79ce419cf: Waiting [2025-07-04T01:34:22.340Z] 994456c4fd7b: Waiting [2025-07-04T01:34:22.340Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:22.340Z] 47dfc2dfa77b: Layer already exists [2025-07-04T01:34:22.340Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:22.340Z] bf3f7da51d58: Layer already exists [2025-07-04T01:34:22.340Z] 22d79ce419cf: Layer already exists [2025-07-04T01:34:22.340Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:22.340Z] e2ef6777910e: Pushed [2025-07-04T01:34:22.340Z] 45d67c32c8c5: Pushed [2025-07-04T01:34:34.547Z] 22130fb78849: Pushed [2025-07-04T01:34:34.547Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:34.876Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:35.203Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-04T01:34:35.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-04T01:34:35.203Z] 47dfc2dfa77b: Preparing [2025-07-04T01:34:35.203Z] 45d67c32c8c5: Preparing [2025-07-04T01:34:35.203Z] e2ef6777910e: Preparing [2025-07-04T01:34:35.203Z] d6dd78723e74: Preparing [2025-07-04T01:34:35.203Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:35.203Z] 22130fb78849: Preparing [2025-07-04T01:34:35.203Z] bf3f7da51d58: Preparing [2025-07-04T01:34:35.203Z] 22d79ce419cf: Preparing [2025-07-04T01:34:35.203Z] 994456c4fd7b: Preparing [2025-07-04T01:34:35.203Z] bf3f7da51d58: Waiting [2025-07-04T01:34:35.203Z] 22d79ce419cf: Waiting [2025-07-04T01:34:35.203Z] 994456c4fd7b: Waiting [2025-07-04T01:34:35.203Z] 22130fb78849: Waiting [2025-07-04T01:34:35.203Z] 47dfc2dfa77b: Layer already exists [2025-07-04T01:34:35.203Z] e2ef6777910e: Layer already exists [2025-07-04T01:34:35.203Z] 45d67c32c8c5: Layer already exists [2025-07-04T01:34:35.203Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:35.203Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:35.203Z] 22130fb78849: Layer already exists [2025-07-04T01:34:35.204Z] bf3f7da51d58: Layer already exists [2025-07-04T01:34:35.204Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:35.204Z] 22d79ce419cf: Layer already exists [2025-07-04T01:34:35.204Z] latest: digest: sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:35.532Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:35.855Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35 [2025-07-04T01:34:35.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-04T01:34:35.855Z] 47dfc2dfa77b: Preparing [2025-07-04T01:34:35.855Z] 45d67c32c8c5: Preparing [2025-07-04T01:34:35.855Z] e2ef6777910e: Preparing [2025-07-04T01:34:35.855Z] d6dd78723e74: Preparing [2025-07-04T01:34:35.855Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:35.855Z] 22130fb78849: Preparing [2025-07-04T01:34:35.855Z] bf3f7da51d58: Preparing [2025-07-04T01:34:35.855Z] 22d79ce419cf: Preparing [2025-07-04T01:34:35.855Z] 994456c4fd7b: Preparing [2025-07-04T01:34:35.855Z] bf3f7da51d58: Waiting [2025-07-04T01:34:35.855Z] 22d79ce419cf: Waiting [2025-07-04T01:34:35.855Z] 994456c4fd7b: Waiting [2025-07-04T01:34:35.855Z] 22130fb78849: Waiting [2025-07-04T01:34:35.855Z] 47dfc2dfa77b: Layer already exists [2025-07-04T01:34:35.855Z] e2ef6777910e: Layer already exists [2025-07-04T01:34:35.855Z] 45d67c32c8c5: Layer already exists [2025-07-04T01:34:35.855Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:35.855Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:35.855Z] 22130fb78849: Layer already exists [2025-07-04T01:34:35.855Z] bf3f7da51d58: Layer already exists [2025-07-04T01:34:35.855Z] 22d79ce419cf: Layer already exists [2025-07-04T01:34:35.855Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:35.855Z] 4.1.0-dev.35: digest: sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:36.197Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:36.522Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:36.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-04T01:34:36.522Z] 47dfc2dfa77b: Preparing [2025-07-04T01:34:36.522Z] 45d67c32c8c5: Preparing [2025-07-04T01:34:36.522Z] e2ef6777910e: Preparing [2025-07-04T01:34:36.522Z] d6dd78723e74: Preparing [2025-07-04T01:34:36.522Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:36.522Z] 22130fb78849: Preparing [2025-07-04T01:34:36.522Z] bf3f7da51d58: Preparing [2025-07-04T01:34:36.522Z] 22d79ce419cf: Preparing [2025-07-04T01:34:36.522Z] 994456c4fd7b: Preparing [2025-07-04T01:34:36.522Z] bf3f7da51d58: Waiting [2025-07-04T01:34:36.522Z] 22d79ce419cf: Waiting [2025-07-04T01:34:36.522Z] 994456c4fd7b: Waiting [2025-07-04T01:34:36.522Z] 22130fb78849: Waiting [2025-07-04T01:34:36.522Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:36.522Z] e2ef6777910e: Layer already exists [2025-07-04T01:34:36.522Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:36.522Z] 45d67c32c8c5: Layer already exists [2025-07-04T01:34:36.522Z] 47dfc2dfa77b: Layer already exists [2025-07-04T01:34:36.522Z] 22130fb78849: Layer already exists [2025-07-04T01:34:36.522Z] 22d79ce419cf: Layer already exists [2025-07-04T01:34:36.522Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:36.522Z] bf3f7da51d58: Layer already exists [2025-07-04T01:34:36.522Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:36.845Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:37.175Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-07-04T01:34:37.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-07-04T01:34:37.175Z] 47dfc2dfa77b: Preparing [2025-07-04T01:34:37.175Z] 45d67c32c8c5: Preparing [2025-07-04T01:34:37.175Z] e2ef6777910e: Preparing [2025-07-04T01:34:37.175Z] d6dd78723e74: Preparing [2025-07-04T01:34:37.175Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:37.175Z] 22130fb78849: Preparing [2025-07-04T01:34:37.175Z] bf3f7da51d58: Preparing [2025-07-04T01:34:37.175Z] 22d79ce419cf: Preparing [2025-07-04T01:34:37.175Z] 994456c4fd7b: Preparing [2025-07-04T01:34:37.175Z] 22130fb78849: Waiting [2025-07-04T01:34:37.175Z] bf3f7da51d58: Waiting [2025-07-04T01:34:37.175Z] 22d79ce419cf: Waiting [2025-07-04T01:34:37.175Z] 994456c4fd7b: Waiting [2025-07-04T01:34:37.175Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:37.175Z] 45d67c32c8c5: Layer already exists [2025-07-04T01:34:37.175Z] e2ef6777910e: Layer already exists [2025-07-04T01:34:37.175Z] 47dfc2dfa77b: Layer already exists [2025-07-04T01:34:37.175Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:37.175Z] 22130fb78849: Layer already exists [2025-07-04T01:34:37.175Z] bf3f7da51d58: Layer already exists [2025-07-04T01:34:37.175Z] 22d79ce419cf: Layer already exists [2025-07-04T01:34:37.175Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:37.175Z] main: digest: sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T01:34:37.257Z] ===================================================== [Pipeline] echo [2025-07-04T01:34:37.272Z] taggedImages: [2025-07-04T01:34:37.273Z] - nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:37.273Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-04T01:34:37.273Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35 [2025-07-04T01:34:37.273Z] - nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:37.273Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-07-04T01:34:37.305Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-07-04T01:34:37.305Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:37.305Z] latest [2025-07-04T01:34:37.305Z] 4.1.0-dev.35 [2025-07-04T01:34:37.305Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:37.305Z] main [2025-07-04T01:34:37.305Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:37.666Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:37.990Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:37.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-04T01:34:37.990Z] 8efc3b368314: Preparing [2025-07-04T01:34:37.990Z] d05fe4a3f1b1: Preparing [2025-07-04T01:34:37.990Z] d6dd78723e74: Preparing [2025-07-04T01:34:37.990Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:37.990Z] 364866d3e5cf: Preparing [2025-07-04T01:34:37.990Z] 9798a40a159a: Preparing [2025-07-04T01:34:37.990Z] 994456c4fd7b: Preparing [2025-07-04T01:34:37.990Z] 9798a40a159a: Waiting [2025-07-04T01:34:37.990Z] 994456c4fd7b: Waiting [2025-07-04T01:34:37.990Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:37.990Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:37.990Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:37.990Z] 364866d3e5cf: Pushed [2025-07-04T01:34:37.990Z] 8efc3b368314: Pushed [2025-07-04T01:34:38.559Z] 9798a40a159a: Pushed [2025-07-04T01:34:41.853Z] d05fe4a3f1b1: Pushed [2025-07-04T01:34:41.853Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:42.188Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:42.511Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-04T01:34:42.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-04T01:34:42.511Z] 8efc3b368314: Preparing [2025-07-04T01:34:42.511Z] d05fe4a3f1b1: Preparing [2025-07-04T01:34:42.511Z] d6dd78723e74: Preparing [2025-07-04T01:34:42.511Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:42.511Z] 364866d3e5cf: Preparing [2025-07-04T01:34:42.511Z] 9798a40a159a: Preparing [2025-07-04T01:34:42.511Z] 994456c4fd7b: Preparing [2025-07-04T01:34:42.511Z] 994456c4fd7b: Waiting [2025-07-04T01:34:42.511Z] 9798a40a159a: Waiting [2025-07-04T01:34:42.511Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:42.511Z] 8efc3b368314: Layer already exists [2025-07-04T01:34:42.511Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:42.511Z] d05fe4a3f1b1: Layer already exists [2025-07-04T01:34:42.511Z] 364866d3e5cf: Layer already exists [2025-07-04T01:34:42.511Z] 9798a40a159a: Layer already exists [2025-07-04T01:34:42.511Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:42.511Z] latest: digest: sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:42.838Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:43.154Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35 [2025-07-04T01:34:43.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-04T01:34:43.154Z] 8efc3b368314: Preparing [2025-07-04T01:34:43.154Z] d05fe4a3f1b1: Preparing [2025-07-04T01:34:43.154Z] d6dd78723e74: Preparing [2025-07-04T01:34:43.154Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:43.154Z] 364866d3e5cf: Preparing [2025-07-04T01:34:43.154Z] 9798a40a159a: Preparing [2025-07-04T01:34:43.154Z] 994456c4fd7b: Preparing [2025-07-04T01:34:43.154Z] 994456c4fd7b: Waiting [2025-07-04T01:34:43.154Z] 9798a40a159a: Waiting [2025-07-04T01:34:43.154Z] d05fe4a3f1b1: Layer already exists [2025-07-04T01:34:43.154Z] 8efc3b368314: Layer already exists [2025-07-04T01:34:43.154Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:43.154Z] 364866d3e5cf: Layer already exists [2025-07-04T01:34:43.154Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:43.154Z] 9798a40a159a: Layer already exists [2025-07-04T01:34:43.154Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:43.154Z] 4.1.0-dev.35: digest: sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:43.474Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:43.784Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:43.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-04T01:34:43.785Z] 8efc3b368314: Preparing [2025-07-04T01:34:43.785Z] d05fe4a3f1b1: Preparing [2025-07-04T01:34:43.785Z] d6dd78723e74: Preparing [2025-07-04T01:34:43.785Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:43.785Z] 364866d3e5cf: Preparing [2025-07-04T01:34:43.785Z] 9798a40a159a: Preparing [2025-07-04T01:34:43.785Z] 994456c4fd7b: Preparing [2025-07-04T01:34:43.785Z] 9798a40a159a: Waiting [2025-07-04T01:34:43.785Z] 994456c4fd7b: Waiting [2025-07-04T01:34:43.785Z] 8efc3b368314: Layer already exists [2025-07-04T01:34:43.785Z] 364866d3e5cf: Layer already exists [2025-07-04T01:34:43.785Z] d05fe4a3f1b1: Layer already exists [2025-07-04T01:34:43.785Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:43.785Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:43.785Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:43.785Z] 9798a40a159a: Layer already exists [2025-07-04T01:34:43.785Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:44.119Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:44.439Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-07-04T01:34:44.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-07-04T01:34:44.439Z] 8efc3b368314: Preparing [2025-07-04T01:34:44.439Z] d05fe4a3f1b1: Preparing [2025-07-04T01:34:44.439Z] d6dd78723e74: Preparing [2025-07-04T01:34:44.439Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:44.439Z] 364866d3e5cf: Preparing [2025-07-04T01:34:44.439Z] 9798a40a159a: Preparing [2025-07-04T01:34:44.439Z] 994456c4fd7b: Preparing [2025-07-04T01:34:44.439Z] 9798a40a159a: Waiting [2025-07-04T01:34:44.439Z] 994456c4fd7b: Waiting [2025-07-04T01:34:44.439Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:44.439Z] 364866d3e5cf: Layer already exists [2025-07-04T01:34:44.439Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:44.439Z] d05fe4a3f1b1: Layer already exists [2025-07-04T01:34:44.439Z] 8efc3b368314: Layer already exists [2025-07-04T01:34:44.439Z] 9798a40a159a: Layer already exists [2025-07-04T01:34:44.439Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:44.439Z] main: digest: sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T01:34:44.513Z] ===================================================== [Pipeline] echo [2025-07-04T01:34:44.525Z] taggedImages: [2025-07-04T01:34:44.525Z] - nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:44.525Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-04T01:34:44.525Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35 [2025-07-04T01:34:44.525Z] - nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:44.525Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-07-04T01:34:44.554Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-07-04T01:34:44.554Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:44.554Z] latest [2025-07-04T01:34:44.554Z] 4.1.0-dev.35 [2025-07-04T01:34:44.554Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:44.554Z] main [2025-07-04T01:34:44.554Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:44.910Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:45.238Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:45.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-04T01:34:45.238Z] 00ec41ec76fe: Preparing [2025-07-04T01:34:45.238Z] 88c1a5b88aea: Preparing [2025-07-04T01:34:45.238Z] d6dd78723e74: Preparing [2025-07-04T01:34:45.238Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:45.238Z] 7283a559cdfe: Preparing [2025-07-04T01:34:45.238Z] eda8a7c37f08: Preparing [2025-07-04T01:34:45.238Z] 994456c4fd7b: Preparing [2025-07-04T01:34:45.238Z] eda8a7c37f08: Waiting [2025-07-04T01:34:45.238Z] 994456c4fd7b: Waiting [2025-07-04T01:34:45.238Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:45.238Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:45.238Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:45.497Z] 00ec41ec76fe: Pushed [2025-07-04T01:34:45.497Z] 7283a559cdfe: Pushed [2025-07-04T01:34:45.756Z] eda8a7c37f08: Pushed [2025-07-04T01:34:49.953Z] 88c1a5b88aea: Pushed [2025-07-04T01:34:49.953Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:50.280Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:50.606Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-04T01:34:50.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-04T01:34:50.606Z] 00ec41ec76fe: Preparing [2025-07-04T01:34:50.606Z] 88c1a5b88aea: Preparing [2025-07-04T01:34:50.606Z] d6dd78723e74: Preparing [2025-07-04T01:34:50.606Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:50.606Z] 7283a559cdfe: Preparing [2025-07-04T01:34:50.606Z] eda8a7c37f08: Preparing [2025-07-04T01:34:50.606Z] 994456c4fd7b: Preparing [2025-07-04T01:34:50.606Z] eda8a7c37f08: Waiting [2025-07-04T01:34:50.606Z] 994456c4fd7b: Waiting [2025-07-04T01:34:50.606Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:50.606Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:50.606Z] 00ec41ec76fe: Layer already exists [2025-07-04T01:34:50.606Z] 88c1a5b88aea: Layer already exists [2025-07-04T01:34:50.606Z] 7283a559cdfe: Layer already exists [2025-07-04T01:34:50.606Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:50.606Z] eda8a7c37f08: Layer already exists [2025-07-04T01:34:50.606Z] latest: digest: sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:50.935Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:51.268Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35 [2025-07-04T01:34:51.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-04T01:34:51.269Z] 00ec41ec76fe: Preparing [2025-07-04T01:34:51.269Z] 88c1a5b88aea: Preparing [2025-07-04T01:34:51.269Z] d6dd78723e74: Preparing [2025-07-04T01:34:51.269Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:51.269Z] 7283a559cdfe: Preparing [2025-07-04T01:34:51.269Z] eda8a7c37f08: Preparing [2025-07-04T01:34:51.269Z] 994456c4fd7b: Preparing [2025-07-04T01:34:51.269Z] 994456c4fd7b: Waiting [2025-07-04T01:34:51.269Z] eda8a7c37f08: Waiting [2025-07-04T01:34:51.269Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:51.269Z] 00ec41ec76fe: Layer already exists [2025-07-04T01:34:51.269Z] 88c1a5b88aea: Layer already exists [2025-07-04T01:34:51.269Z] 7283a559cdfe: Layer already exists [2025-07-04T01:34:51.269Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:51.269Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:51.269Z] eda8a7c37f08: Layer already exists [2025-07-04T01:34:51.269Z] 4.1.0-dev.35: digest: sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:51.603Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:51.919Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:51.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-04T01:34:51.919Z] 00ec41ec76fe: Preparing [2025-07-04T01:34:51.919Z] 88c1a5b88aea: Preparing [2025-07-04T01:34:51.919Z] d6dd78723e74: Preparing [2025-07-04T01:34:51.919Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:51.919Z] 7283a559cdfe: Preparing [2025-07-04T01:34:51.919Z] eda8a7c37f08: Preparing [2025-07-04T01:34:51.919Z] 994456c4fd7b: Preparing [2025-07-04T01:34:51.919Z] eda8a7c37f08: Waiting [2025-07-04T01:34:51.919Z] 994456c4fd7b: Waiting [2025-07-04T01:34:51.919Z] 88c1a5b88aea: Layer already exists [2025-07-04T01:34:51.919Z] 00ec41ec76fe: Layer already exists [2025-07-04T01:34:51.919Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:51.919Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:51.919Z] 7283a559cdfe: Layer already exists [2025-07-04T01:34:51.919Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:51.919Z] eda8a7c37f08: Layer already exists [2025-07-04T01:34:51.919Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:52.262Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:34:52.586Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-07-04T01:34:52.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-07-04T01:34:52.586Z] 00ec41ec76fe: Preparing [2025-07-04T01:34:52.586Z] 88c1a5b88aea: Preparing [2025-07-04T01:34:52.586Z] d6dd78723e74: Preparing [2025-07-04T01:34:52.586Z] b3e1c71ee1d4: Preparing [2025-07-04T01:34:52.586Z] 7283a559cdfe: Preparing [2025-07-04T01:34:52.586Z] eda8a7c37f08: Preparing [2025-07-04T01:34:52.586Z] 994456c4fd7b: Preparing [2025-07-04T01:34:52.586Z] eda8a7c37f08: Waiting [2025-07-04T01:34:52.586Z] 994456c4fd7b: Waiting [2025-07-04T01:34:52.586Z] b3e1c71ee1d4: Layer already exists [2025-07-04T01:34:52.586Z] 7283a559cdfe: Layer already exists [2025-07-04T01:34:52.586Z] 00ec41ec76fe: Layer already exists [2025-07-04T01:34:52.586Z] d6dd78723e74: Layer already exists [2025-07-04T01:34:52.586Z] 88c1a5b88aea: Layer already exists [2025-07-04T01:34:52.586Z] 994456c4fd7b: Layer already exists [2025-07-04T01:34:52.586Z] eda8a7c37f08: Layer already exists [2025-07-04T01:34:52.586Z] main: digest: sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T01:34:52.660Z] ===================================================== [Pipeline] echo [2025-07-04T01:34:52.672Z] taggedImages: [2025-07-04T01:34:52.672Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:52.672Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-04T01:34:52.672Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35 [2025-07-04T01:34:52.672Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:52.672Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-07-04T01:34:52.737Z] ========================================================= [2025-07-04T01:34:52.737Z] [edgeXBuildMultiArch] RAW Config: [2025-07-04T01:34:52.737Z] images: [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:34:52.737Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-07-04T01:34:52.737Z] settingsFile: [2025-07-04T01:34:52.737Z] edgex-go-settings [2025-07-04T01:34:52.737Z] ========================================================= [Pipeline] node [2025-07-04T01:34:54.532Z] #33 ... [2025-07-04T01:34:54.532Z] [2025-07-04T01:34:54.532Z] #83 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:34:54.532Z] #83 DONE 106.3s [2025-07-04T01:34:54.532Z] [2025-07-04T01:34:54.532Z] #119 [security-secretstore-setup builder 6/7] COPY . . [2025-07-04T01:34:54.532Z] #119 ... [2025-07-04T01:34:54.532Z] [2025-07-04T01:34:54.532Z] #120 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:34:54.532Z] #120 CACHED [2025-07-04T01:34:54.532Z] [2025-07-04T01:34:54.532Z] #121 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:34:54.532Z] #121 CACHED [2025-07-04T01:34:54.532Z] [2025-07-04T01:34:54.532Z] #122 [security-bootstrapper builder 6/7] COPY . . [2025-07-04T01:34:54.532Z] #122 CACHED [2025-07-04T01:34:54.532Z] [2025-07-04T01:34:54.532Z] #123 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:34:54.532Z] #123 CACHED [2025-07-04T01:34:54.532Z] [2025-07-04T01:34:54.532Z] #124 [security-proxy-setup builder 6/7] COPY . . [2025-07-04T01:34:54.532Z] #124 CACHED [2025-07-04T01:34:54.532Z] [2025-07-04T01:34:54.532Z] #125 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:34:54.532Z] #125 CACHED [2025-07-04T01:34:54.532Z] [2025-07-04T01:34:54.532Z] #119 [security-secretstore-setup builder 6/7] COPY . . [2025-07-04T01:34:54.532Z] #119 DONE 1.5s [2025-07-04T01:34:54.532Z] [2025-07-04T01:34:54.532Z] #126 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-04T01:34:54.532Z] #126 2.932 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-07-04T01:34:55.113Z] #126 ... [2025-07-04T01:34:55.113Z] [2025-07-04T01:34:55.113Z] #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:34:55.113Z] #86 DONE 105.4s [2025-07-04T01:34:55.113Z] [2025-07-04T01:34:55.113Z] #127 [core-command builder 6/7] COPY . . [2025-07-04T01:34:56.084Z] #127 DONE 1.3s [2025-07-04T01:34:56.084Z] [2025-07-04T01:34:56.084Z] #128 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-04T01:34:56.084Z] #0 2.802 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-07-04T01:34:56.357Z] #128 ... [2025-07-04T01:34:56.357Z] [2025-07-04T01:34:56.357Z] #129 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:34:56.357Z] #129 CACHED [2025-07-04T01:34:56.357Z] [2025-07-04T01:34:56.357Z] #130 [security-proxy-auth builder 6/7] COPY . . [2025-07-04T01:34:56.357Z] #130 CACHED [2025-07-04T01:34:56.357Z] [2025-07-04T01:34:56.357Z] #131 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:34:56.357Z] #131 CACHED [2025-07-04T01:34:56.357Z] [2025-07-04T01:34:56.357Z] #132 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:34:56.357Z] #132 CACHED [2025-07-04T01:34:56.357Z] [2025-07-04T01:34:56.357Z] #133 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:34:56.357Z] #133 CACHED [2025-07-04T01:34:56.357Z] [2025-07-04T01:34:56.357Z] #134 [core-data builder 6/7] COPY . . [2025-07-04T01:34:56.357Z] #134 CACHED [2025-07-04T01:34:56.357Z] [2025-07-04T01:34:56.357Z] #135 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:34:56.357Z] #135 CACHED [2025-07-04T01:34:56.357Z] [2025-07-04T01:34:56.357Z] #136 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:34:56.357Z] #136 CACHED [2025-07-04T01:34:56.357Z] [2025-07-04T01:34:56.357Z] #137 [core-metadata builder 6/7] COPY . . [2025-07-04T01:34:56.357Z] #137 CACHED [2025-07-04T01:34:56.357Z] [2025-07-04T01:34:56.357Z] #138 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:34:56.357Z] #138 CACHED [2025-07-04T01:34:56.357Z] [2025-07-04T01:34:56.357Z] #139 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-07-04T01:34:56.357Z] #139 CACHED [2025-07-04T01:34:56.357Z] [2025-07-04T01:34:56.357Z] #140 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-07-04T01:34:56.357Z] #140 CACHED [2025-07-04T01:34:56.357Z] [2025-07-04T01:34:56.357Z] #141 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-04T01:34:57.632Z] #141 ... [2025-07-04T01:34:57.632Z] [2025-07-04T01:34:57.632Z] #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-07-04T01:34:57.632Z] #0 2.364 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-07-04T01:34:57.632Z] #142 ... [2025-07-04T01:34:57.632Z] [2025-07-04T01:34:57.632Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-04T01:35:01.125Z] #143 ... [2025-07-04T01:35:01.125Z] [2025-07-04T01:35:01.125Z] #88 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:35:01.125Z] #88 DONE 110.4s [2025-07-04T01:35:01.395Z] [2025-07-04T01:35:01.395Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-04T01:35:01.395Z] #143 5.109 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-07-04T01:35:02.351Z] #143 ... [2025-07-04T01:35:02.351Z] [2025-07-04T01:35:02.351Z] #144 [support-notifications builder 6/7] COPY . . [2025-07-04T01:35:02.351Z] #144 DONE 1.2s [2025-07-04T01:35:02.616Z] [2025-07-04T01:35:02.616Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-04T01:35:04.560Z] #145 2.029 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-07-04T01:35:06.494Z] #145 ... [2025-07-04T01:35:06.494Z] [2025-07-04T01:35:06.494Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-04T01:35:06.494Z] #0 5.281 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-07-04T01:35:06.494Z] #146 ... [2025-07-04T01:35:06.494Z] [2025-07-04T01:35:06.494Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-07-04T01:35:06.494Z] #0 4.252 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-07-04T01:35:06.494Z] #147 ... [2025-07-04T01:35:06.494Z] [2025-07-04T01:35:06.494Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-07-04T01:35:06.494Z] #0 4.910 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-07-04T01:35:06.758Z] #148 ... [2025-07-04T01:35:06.758Z] [2025-07-04T01:35:06.758Z] #141 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-04T01:35:06.758Z] #141 5.331 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-07-04T01:35:07.740Z] Still waiting to schedule task [2025-07-04T01:35:07.740Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-07-04T01:35:11.003Z] #141 ... [2025-07-04T01:35:11.003Z] [2025-07-04T01:35:11.003Z] #95 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:35:11.003Z] #95 DONE 111.9s [2025-07-04T01:35:11.003Z] [2025-07-04T01:35:11.003Z] #149 [core-keeper builder 7/8] COPY . . [2025-07-04T01:35:11.003Z] #149 ... [2025-07-04T01:35:11.003Z] [2025-07-04T01:35:11.003Z] #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:35:11.003Z] #93 DONE 115.9s [2025-07-04T01:35:11.003Z] [2025-07-04T01:35:11.003Z] #150 [support-scheduler builder 6/7] COPY . . [2025-07-04T01:35:12.413Z] #150 ... [2025-07-04T01:35:12.413Z] [2025-07-04T01:35:12.413Z] #149 [core-keeper builder 7/8] COPY . . [2025-07-04T01:35:12.413Z] #149 DONE 2.0s [2025-07-04T01:35:12.413Z] [2025-07-04T01:35:12.413Z] #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-04T01:35:12.413Z] #97 DONE 112.4s [2025-07-04T01:35:12.680Z] [2025-07-04T01:35:12.681Z] #150 [support-scheduler builder 6/7] COPY . . [2025-07-04T01:35:12.681Z] #150 DONE 2.1s [2025-07-04T01:35:12.681Z] [2025-07-04T01:35:12.681Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-04T01:35:15.253Z] #151 ... [2025-07-04T01:35:15.253Z] [2025-07-04T01:35:15.253Z] #152 [security-spiffe-token-provider builder 6/7] COPY . . [2025-07-04T01:35:15.253Z] #152 DONE 2.3s [2025-07-04T01:35:15.253Z] [2025-07-04T01:35:15.253Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-04T01:35:17.843Z] #153 2.681 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-07-04T01:35:23.168Z] #153 ... [2025-07-04T01:35:23.168Z] [2025-07-04T01:35:23.168Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-04T01:35:23.168Z] #0 3.358 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-07-04T01:35:26.496Z] #154 ... [2025-07-04T01:35:26.496Z] [2025-07-04T01:35:26.496Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-04T01:35:26.496Z] #151 4.097 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-07-04T01:36:15.816Z] Running on prd-centos7-docker-4c-2g-4498 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-04T01:36:15.878Z] provisioning config files... [2025-07-04T01:36:15.930Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config16758574011498162696tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-04T01:36:20.032Z] ---> ****-login.sh [2025-07-04T01:36:20.032Z] nexus3.edgexfoundry.org:10001 [2025-07-04T01:36:20.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:36:20.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-04T01:36:20.552Z] Configure a credential helper to remove this warning. See [2025-07-04T01:36:20.552Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-04T01:36:20.552Z] [2025-07-04T01:36:20.552Z] Login Succeeded [2025-07-04T01:36:20.552Z] nexus3.edgexfoundry.org:10002 [2025-07-04T01:36:20.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:36:20.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-04T01:36:20.552Z] Configure a credential helper to remove this warning. See [2025-07-04T01:36:20.552Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-04T01:36:20.552Z] [2025-07-04T01:36:20.552Z] Login Succeeded [2025-07-04T01:36:20.552Z] nexus3.edgexfoundry.org:10003 [2025-07-04T01:36:20.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:36:20.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-04T01:36:20.553Z] Configure a credential helper to remove this warning. See [2025-07-04T01:36:20.553Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-04T01:36:20.553Z] [2025-07-04T01:36:20.553Z] Login Succeeded [2025-07-04T01:36:20.815Z] nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:20.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:36:20.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-04T01:36:20.816Z] Configure a credential helper to remove this warning. See [2025-07-04T01:36:20.816Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-04T01:36:20.816Z] [2025-07-04T01:36:20.816Z] Login Succeeded [2025-07-04T01:36:20.816Z] ****.io [2025-07-04T01:36:20.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T01:36:21.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-04T01:36:21.076Z] Configure a credential helper to remove this warning. See [2025-07-04T01:36:21.076Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-04T01:36:21.076Z] [2025-07-04T01:36:21.076Z] Login Succeeded [2025-07-04T01:36:21.076Z] ---> ****-login.sh ends [Pipeline] } [2025-07-04T01:36:21.086Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-04T01:36:21.479Z] + docker buildx ls [2025-07-04T01:36:21.738Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-04T01:36:21.738Z] default * docker [2025-07-04T01:36:21.738Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-04T01:36:22.038Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-07-04T01:36:22.038Z] edgex-builder [Pipeline] sh [2025-07-04T01:36:22.327Z] + docker buildx inspect --bootstrap [2025-07-04T01:36:22.328Z] #1 [internal] booting buildkit [2025-07-04T01:36:22.328Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-07-04T01:36:25.636Z] #1 pulling image moby/buildkit:buildx-stable-1 3.2s done [2025-07-04T01:36:25.636Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-07-04T01:36:28.177Z] #1 creating container buildx_buildkit_edgex-builder0 2.3s done [2025-07-04T01:36:28.177Z] #1 DONE 5.5s [2025-07-04T01:36:28.177Z] Name: edgex-builder [2025-07-04T01:36:28.177Z] Driver: docker-container [2025-07-04T01:36:28.177Z] [2025-07-04T01:36:28.177Z] Nodes: [2025-07-04T01:36:28.177Z] Name: edgex-builder0 [2025-07-04T01:36:28.177Z] Endpoint: unix:///var/run/docker.sock [2025-07-04T01:36:28.177Z] Status: running [2025-07-04T01:36:28.177Z] Buildkit: v0.22.0 [2025-07-04T01:36:28.177Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-07-04T01:36:28.478Z] + docker buildx ls [2025-07-04T01:36:28.478Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-04T01:36:28.478Z] edgex-builder * docker-container [2025-07-04T01:36:28.478Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-07-04T01:36:28.478Z] default docker [2025-07-04T01:36:28.478Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-04T01:36:28.774Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7' [2025-07-04T01:36:28.774Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - [2025-07-04T01:36:29.033Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:29.033Z] #1 transferring dockerfile: 197B done [2025-07-04T01:36:29.033Z] #1 DONE 0.1s [2025-07-04T01:36:29.033Z] [2025-07-04T01:36:29.033Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:29.033Z] #2 DONE 0.1s [2025-07-04T01:36:29.033Z] [2025-07-04T01:36:29.033Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:29.033Z] #3 DONE 0.1s [2025-07-04T01:36:29.033Z] [2025-07-04T01:36:29.033Z] #4 [internal] load .dockerignore [2025-07-04T01:36:29.033Z] #4 transferring context: 2B done [2025-07-04T01:36:29.033Z] #4 DONE 0.0s [2025-07-04T01:36:29.033Z] [2025-07-04T01:36:29.033Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 [2025-07-04T01:36:29.033Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 0.0s done [2025-07-04T01:36:29.033Z] #5 DONE 0.0s [2025-07-04T01:36:29.033Z] [2025-07-04T01:36:29.033Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 [2025-07-04T01:36:29.033Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 0.0s done [2025-07-04T01:36:29.033Z] #6 DONE 0.1s [2025-07-04T01:36:29.295Z] [2025-07-04T01:36:29.295Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:29.295Z] #7 DONE 0.0s [2025-07-04T01:36:29.295Z] [2025-07-04T01:36:29.295Z] #8 exporting to image [2025-07-04T01:36:29.295Z] #8 exporting layers done [2025-07-04T01:36:29.295Z] #8 exporting manifest sha256:02bef688fd2735535ccb963d3f605c86be194dcfcb8f9154037b2152a7d125a3 done [2025-07-04T01:36:29.295Z] #8 exporting config sha256:619553ce3b84a91c7b9ab2545fd870e6ce56048ba83d54fc3f8144d373b184f6 done [2025-07-04T01:36:29.295Z] #8 exporting manifest sha256:9547939409d2d774bf72e588318e19ce7d4ac4509570a550e1fe6cb9d22bb56f done [2025-07-04T01:36:29.295Z] #8 exporting config sha256:6dc3bc41427e09ef8e17144817c8e1166aab3154bbe5e1db91e0130c965db6e7 done [2025-07-04T01:36:29.295Z] #8 exporting manifest list sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 0.0s done [2025-07-04T01:36:29.295Z] #8 pushing layers 0.1s done [2025-07-04T01:36:29.295Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 [2025-07-04T01:36:29.295Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:29.295Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 0.1s done [2025-07-04T01:36:29.295Z] #8 DONE 0.2s [2025-07-04T01:36:29.295Z] [2025-07-04T01:36:29.295Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:29.295Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:29.589Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-07-04T01:36:29.589Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-07-04T01:36:29.589Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:29.589Z] #1 transferring dockerfile: 163B done [2025-07-04T01:36:29.589Z] #1 DONE 0.0s [2025-07-04T01:36:29.589Z] [2025-07-04T01:36:29.589Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-04T01:36:29.589Z] #2 DONE 0.0s [2025-07-04T01:36:29.589Z] [2025-07-04T01:36:29.589Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-07-04T01:36:29.589Z] #3 DONE 0.0s [2025-07-04T01:36:29.589Z] [2025-07-04T01:36:29.589Z] #4 [internal] load .dockerignore [2025-07-04T01:36:29.589Z] #4 transferring context: 2B done [2025-07-04T01:36:29.589Z] #4 DONE 0.0s [2025-07-04T01:36:29.589Z] [2025-07-04T01:36:29.589Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 [2025-07-04T01:36:29.589Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 0.0s done [2025-07-04T01:36:29.589Z] #5 CACHED [2025-07-04T01:36:29.589Z] [2025-07-04T01:36:29.589Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 [2025-07-04T01:36:29.589Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 0.0s done [2025-07-04T01:36:29.853Z] #6 CACHED [2025-07-04T01:36:29.853Z] [2025-07-04T01:36:29.853Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:29.853Z] #7 DONE 0.0s [2025-07-04T01:36:29.853Z] [2025-07-04T01:36:29.853Z] #8 exporting to image [2025-07-04T01:36:29.853Z] #8 exporting layers done [2025-07-04T01:36:29.853Z] #8 exporting manifest sha256:02bef688fd2735535ccb963d3f605c86be194dcfcb8f9154037b2152a7d125a3 done [2025-07-04T01:36:29.853Z] #8 exporting config sha256:619553ce3b84a91c7b9ab2545fd870e6ce56048ba83d54fc3f8144d373b184f6 done [2025-07-04T01:36:29.853Z] #8 exporting manifest sha256:9547939409d2d774bf72e588318e19ce7d4ac4509570a550e1fe6cb9d22bb56f done [2025-07-04T01:36:29.853Z] #8 exporting config sha256:6dc3bc41427e09ef8e17144817c8e1166aab3154bbe5e1db91e0130c965db6e7 done [2025-07-04T01:36:29.853Z] #8 exporting manifest list sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 done [2025-07-04T01:36:29.853Z] #8 pushing layers 0.0s done [2025-07-04T01:36:29.853Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 0.1s done [2025-07-04T01:36:29.853Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:29.853Z] #8 DONE 0.1s [2025-07-04T01:36:29.853Z] [2025-07-04T01:36:29.853Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:29.853Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:30.143Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35' [2025-07-04T01:36:30.143Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35 --push - [2025-07-04T01:36:30.143Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:30.143Z] #1 transferring dockerfile: 169B done [2025-07-04T01:36:30.143Z] #1 DONE 0.0s [2025-07-04T01:36:30.143Z] [2025-07-04T01:36:30.143Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35 [2025-07-04T01:36:30.143Z] #2 DONE 0.0s [2025-07-04T01:36:30.143Z] [2025-07-04T01:36:30.143Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35 [2025-07-04T01:36:30.143Z] #3 DONE 0.0s [2025-07-04T01:36:30.143Z] [2025-07-04T01:36:30.143Z] #4 [internal] load .dockerignore [2025-07-04T01:36:30.143Z] #4 transferring context: 2B done [2025-07-04T01:36:30.143Z] #4 DONE 0.0s [2025-07-04T01:36:30.143Z] [2025-07-04T01:36:30.143Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 [2025-07-04T01:36:30.143Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 0.0s done [2025-07-04T01:36:30.143Z] #5 CACHED [2025-07-04T01:36:30.143Z] [2025-07-04T01:36:30.143Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 [2025-07-04T01:36:30.143Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 0.0s done [2025-07-04T01:36:30.143Z] #6 CACHED [2025-07-04T01:36:30.143Z] [2025-07-04T01:36:30.143Z] #7 exporting to image [2025-07-04T01:36:30.143Z] #7 exporting layers done [2025-07-04T01:36:30.143Z] #7 exporting manifest sha256:02bef688fd2735535ccb963d3f605c86be194dcfcb8f9154037b2152a7d125a3 done [2025-07-04T01:36:30.143Z] #7 exporting config sha256:619553ce3b84a91c7b9ab2545fd870e6ce56048ba83d54fc3f8144d373b184f6 done [2025-07-04T01:36:30.143Z] #7 exporting manifest sha256:9547939409d2d774bf72e588318e19ce7d4ac4509570a550e1fe6cb9d22bb56f done [2025-07-04T01:36:30.143Z] #7 exporting config sha256:6dc3bc41427e09ef8e17144817c8e1166aab3154bbe5e1db91e0130c965db6e7 done [2025-07-04T01:36:30.143Z] #7 exporting manifest list sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 done [2025-07-04T01:36:30.143Z] #7 pushing layers 0.0s done [2025-07-04T01:36:30.143Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35@sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 [2025-07-04T01:36:30.143Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:30.402Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35@sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 0.1s done [2025-07-04T01:36:30.402Z] #7 DONE 0.1s [2025-07-04T01:36:30.402Z] [2025-07-04T01:36:30.402Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:30.402Z] #8 DONE 0.0s [2025-07-04T01:36:30.402Z] [2025-07-04T01:36:30.402Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:30.402Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:30.695Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' [2025-07-04T01:36:30.695Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - [2025-07-04T01:36:30.695Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:30.695Z] #1 transferring dockerfile: 210B done [2025-07-04T01:36:30.695Z] #1 DONE 0.0s [2025-07-04T01:36:30.695Z] [2025-07-04T01:36:30.695Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:30.695Z] #2 DONE 0.0s [2025-07-04T01:36:30.695Z] [2025-07-04T01:36:30.695Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:30.695Z] #3 DONE 0.0s [2025-07-04T01:36:30.695Z] [2025-07-04T01:36:30.695Z] #4 [internal] load .dockerignore [2025-07-04T01:36:30.695Z] #4 transferring context: 2B done [2025-07-04T01:36:30.695Z] #4 DONE 0.0s [2025-07-04T01:36:30.695Z] [2025-07-04T01:36:30.695Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 [2025-07-04T01:36:30.695Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 0.0s done [2025-07-04T01:36:30.695Z] #5 CACHED [2025-07-04T01:36:30.695Z] [2025-07-04T01:36:30.695Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 [2025-07-04T01:36:30.695Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 done [2025-07-04T01:36:30.695Z] #6 CACHED [2025-07-04T01:36:30.695Z] [2025-07-04T01:36:30.695Z] #7 exporting to image [2025-07-04T01:36:30.695Z] #7 exporting layers done [2025-07-04T01:36:30.695Z] #7 exporting manifest sha256:02bef688fd2735535ccb963d3f605c86be194dcfcb8f9154037b2152a7d125a3 done [2025-07-04T01:36:30.695Z] #7 exporting config sha256:619553ce3b84a91c7b9ab2545fd870e6ce56048ba83d54fc3f8144d373b184f6 done [2025-07-04T01:36:30.695Z] #7 exporting manifest sha256:9547939409d2d774bf72e588318e19ce7d4ac4509570a550e1fe6cb9d22bb56f done [2025-07-04T01:36:30.695Z] #7 exporting config sha256:6dc3bc41427e09ef8e17144817c8e1166aab3154bbe5e1db91e0130c965db6e7 [2025-07-04T01:36:30.695Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:30.987Z] #7 exporting config sha256:6dc3bc41427e09ef8e17144817c8e1166aab3154bbe5e1db91e0130c965db6e7 done [2025-07-04T01:36:30.987Z] #7 exporting manifest list sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 done [2025-07-04T01:36:30.987Z] #7 pushing layers 0.0s done [2025-07-04T01:36:30.987Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 0.1s done [2025-07-04T01:36:30.987Z] #7 DONE 0.1s [2025-07-04T01:36:30.987Z] [2025-07-04T01:36:30.987Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:30.987Z] #8 DONE 0.0s [2025-07-04T01:36:30.987Z] [2025-07-04T01:36:30.988Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:30.988Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:31.271Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-07-04T01:36:31.271Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-07-04T01:36:31.533Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:31.534Z] #1 transferring dockerfile: 161B done [2025-07-04T01:36:31.534Z] #1 DONE 0.0s [2025-07-04T01:36:31.534Z] [2025-07-04T01:36:31.534Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-07-04T01:36:31.534Z] #2 DONE 0.0s [2025-07-04T01:36:31.534Z] [2025-07-04T01:36:31.534Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-07-04T01:36:31.534Z] #3 DONE 0.0s [2025-07-04T01:36:31.534Z] [2025-07-04T01:36:31.534Z] #4 [internal] load .dockerignore [2025-07-04T01:36:31.534Z] #4 transferring context: 2B done [2025-07-04T01:36:31.534Z] #4 DONE 0.0s [2025-07-04T01:36:31.534Z] [2025-07-04T01:36:31.534Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 [2025-07-04T01:36:31.534Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 [2025-07-04T01:36:31.534Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 0.0s done [2025-07-04T01:36:31.534Z] #5 CACHED [2025-07-04T01:36:31.534Z] [2025-07-04T01:36:31.534Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 [2025-07-04T01:36:31.534Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 0.0s done [2025-07-04T01:36:31.534Z] #6 CACHED [2025-07-04T01:36:31.534Z] [2025-07-04T01:36:31.534Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:31.534Z] #7 DONE 0.0s [2025-07-04T01:36:31.534Z] [2025-07-04T01:36:31.534Z] #8 exporting to image [2025-07-04T01:36:31.534Z] #8 exporting layers done [2025-07-04T01:36:31.534Z] #8 exporting manifest sha256:02bef688fd2735535ccb963d3f605c86be194dcfcb8f9154037b2152a7d125a3 done [2025-07-04T01:36:31.534Z] #8 exporting config sha256:619553ce3b84a91c7b9ab2545fd870e6ce56048ba83d54fc3f8144d373b184f6 done [2025-07-04T01:36:31.534Z] #8 exporting manifest sha256:9547939409d2d774bf72e588318e19ce7d4ac4509570a550e1fe6cb9d22bb56f done [2025-07-04T01:36:31.534Z] #8 exporting config sha256:6dc3bc41427e09ef8e17144817c8e1166aab3154bbe5e1db91e0130c965db6e7 done [2025-07-04T01:36:31.534Z] #8 exporting manifest list sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 done [2025-07-04T01:36:31.534Z] #8 pushing layers 0.0s done [2025-07-04T01:36:31.534Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 0.1s done [2025-07-04T01:36:31.534Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:31.534Z] #8 DONE 0.1s [2025-07-04T01:36:31.534Z] [2025-07-04T01:36:31.534Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:31.534Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:31.836Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - [2025-07-04T01:36:31.836Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7' [2025-07-04T01:36:31.836Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:31.836Z] #1 transferring dockerfile: 216B done [2025-07-04T01:36:31.836Z] #1 DONE 0.0s [2025-07-04T01:36:31.836Z] [2025-07-04T01:36:31.836Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:31.836Z] #2 DONE 0.0s [2025-07-04T01:36:31.836Z] [2025-07-04T01:36:31.836Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:31.836Z] #3 DONE 0.1s [2025-07-04T01:36:31.836Z] [2025-07-04T01:36:31.836Z] #4 [internal] load .dockerignore [2025-07-04T01:36:32.095Z] #4 transferring context: 2B done [2025-07-04T01:36:32.095Z] #4 DONE 0.0s [2025-07-04T01:36:32.095Z] [2025-07-04T01:36:32.095Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d [2025-07-04T01:36:32.095Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d [2025-07-04T01:36:32.095Z] #5 ... [2025-07-04T01:36:32.095Z] [2025-07-04T01:36:32.095Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d [2025-07-04T01:36:32.095Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 0.0s done [2025-07-04T01:36:32.095Z] #6 DONE 0.1s [2025-07-04T01:36:32.095Z] [2025-07-04T01:36:32.095Z] #7 exporting to image [2025-07-04T01:36:32.095Z] #7 exporting layers [2025-07-04T01:36:32.095Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:32.095Z] #7 ... [2025-07-04T01:36:32.095Z] [2025-07-04T01:36:32.095Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:32.095Z] #8 DONE 0.0s [2025-07-04T01:36:32.095Z] [2025-07-04T01:36:32.095Z] #7 exporting to image [2025-07-04T01:36:32.095Z] #7 exporting layers done [2025-07-04T01:36:32.095Z] #7 exporting manifest sha256:53c26ed9f532e993157ffd593ea79b06616b3021fa488d2e6cff5d08dc71ddd3 done [2025-07-04T01:36:32.095Z] #7 exporting config sha256:269d8beeeef79c20c1eaa7e3558d21785d93bee490eb5ad2dcdf234264812d49 done [2025-07-04T01:36:32.095Z] #7 exporting manifest sha256:49969eb5ed22fd1e12e73777bc7cd2d4c99d0cd7f22acfc3d93e39937384f379 done [2025-07-04T01:36:32.095Z] #7 exporting config sha256:03b5cd606c7339552799c0f9c8295fc70ba4f121b80ab1404318f8b6b8f6295d done [2025-07-04T01:36:32.095Z] #7 exporting manifest list sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 done [2025-07-04T01:36:32.095Z] #7 pushing layers 0.1s done [2025-07-04T01:36:32.095Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 [2025-07-04T01:36:32.355Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 0.1s done [2025-07-04T01:36:32.355Z] #7 DONE 0.2s [2025-07-04T01:36:32.355Z] [2025-07-04T01:36:32.355Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:32.355Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:32.647Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-07-04T01:36:32.647Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-07-04T01:36:32.647Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:32.647Z] #1 transferring dockerfile: 182B done [2025-07-04T01:36:32.647Z] #1 DONE 0.0s [2025-07-04T01:36:32.647Z] [2025-07-04T01:36:32.647Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-04T01:36:32.647Z] #2 DONE 0.0s [2025-07-04T01:36:32.647Z] [2025-07-04T01:36:32.647Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-07-04T01:36:32.647Z] #3 DONE 0.0s [2025-07-04T01:36:32.647Z] [2025-07-04T01:36:32.647Z] #4 [internal] load .dockerignore [2025-07-04T01:36:32.647Z] #4 transferring context: 2B done [2025-07-04T01:36:32.647Z] #4 DONE 0.0s [2025-07-04T01:36:32.647Z] [2025-07-04T01:36:32.647Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d [2025-07-04T01:36:32.647Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 0.0s done [2025-07-04T01:36:32.647Z] #5 CACHED [2025-07-04T01:36:32.647Z] [2025-07-04T01:36:32.647Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d [2025-07-04T01:36:32.647Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 0.0s done [2025-07-04T01:36:32.647Z] #6 CACHED [2025-07-04T01:36:32.647Z] [2025-07-04T01:36:32.647Z] #7 exporting to image [2025-07-04T01:36:32.647Z] #7 exporting layers [2025-07-04T01:36:32.647Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:32.904Z] #7 exporting layers done [2025-07-04T01:36:32.904Z] #7 exporting manifest sha256:53c26ed9f532e993157ffd593ea79b06616b3021fa488d2e6cff5d08dc71ddd3 done [2025-07-04T01:36:32.904Z] #7 exporting config sha256:269d8beeeef79c20c1eaa7e3558d21785d93bee490eb5ad2dcdf234264812d49 done [2025-07-04T01:36:32.904Z] #7 exporting manifest sha256:49969eb5ed22fd1e12e73777bc7cd2d4c99d0cd7f22acfc3d93e39937384f379 done [2025-07-04T01:36:32.904Z] #7 exporting config sha256:03b5cd606c7339552799c0f9c8295fc70ba4f121b80ab1404318f8b6b8f6295d done [2025-07-04T01:36:32.904Z] #7 exporting manifest list sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 done [2025-07-04T01:36:32.904Z] #7 pushing layers 0.0s done [2025-07-04T01:36:32.904Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 0.1s done [2025-07-04T01:36:32.904Z] #7 DONE 0.1s [2025-07-04T01:36:32.904Z] [2025-07-04T01:36:32.904Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:32.904Z] #8 DONE 0.0s [2025-07-04T01:36:32.904Z] [2025-07-04T01:36:32.904Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:32.904Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:33.193Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35' [2025-07-04T01:36:33.194Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35 --push - [2025-07-04T01:36:33.454Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:33.454Z] #1 transferring dockerfile: 188B done [2025-07-04T01:36:33.454Z] #1 DONE 0.2s [2025-07-04T01:36:33.715Z] [2025-07-04T01:36:33.715Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35 [2025-07-04T01:36:33.715Z] #2 DONE 0.0s [2025-07-04T01:36:33.715Z] [2025-07-04T01:36:33.715Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35 [2025-07-04T01:36:33.715Z] #3 DONE 0.0s [2025-07-04T01:36:33.715Z] [2025-07-04T01:36:33.715Z] #4 [internal] load .dockerignore [2025-07-04T01:36:33.715Z] #4 transferring context: 2B done [2025-07-04T01:36:33.715Z] #4 DONE 0.0s [2025-07-04T01:36:33.715Z] [2025-07-04T01:36:33.715Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d [2025-07-04T01:36:33.715Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 0.0s done [2025-07-04T01:36:33.715Z] #5 CACHED [2025-07-04T01:36:33.715Z] [2025-07-04T01:36:33.715Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d [2025-07-04T01:36:33.715Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 0.0s done [2025-07-04T01:36:33.715Z] #6 CACHED [2025-07-04T01:36:33.715Z] [2025-07-04T01:36:33.715Z] #7 exporting to image [2025-07-04T01:36:33.715Z] #7 exporting layers done [2025-07-04T01:36:33.715Z] #7 exporting manifest sha256:53c26ed9f532e993157ffd593ea79b06616b3021fa488d2e6cff5d08dc71ddd3 done [2025-07-04T01:36:33.715Z] #7 exporting config sha256:269d8beeeef79c20c1eaa7e3558d21785d93bee490eb5ad2dcdf234264812d49 done [2025-07-04T01:36:33.715Z] #7 exporting manifest sha256:49969eb5ed22fd1e12e73777bc7cd2d4c99d0cd7f22acfc3d93e39937384f379 done [2025-07-04T01:36:33.715Z] #7 exporting config sha256:03b5cd606c7339552799c0f9c8295fc70ba4f121b80ab1404318f8b6b8f6295d done [2025-07-04T01:36:33.715Z] #7 exporting manifest list sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 done [2025-07-04T01:36:33.715Z] #7 pushing layers 0.0s done [2025-07-04T01:36:33.715Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35@sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 [2025-07-04T01:36:33.715Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:33.715Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35@sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 0.1s done [2025-07-04T01:36:33.715Z] #7 DONE 0.1s [2025-07-04T01:36:33.715Z] [2025-07-04T01:36:33.715Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:33.715Z] #8 DONE 0.0s [2025-07-04T01:36:33.715Z] [2025-07-04T01:36:33.715Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:33.715Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:34.003Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - [2025-07-04T01:36:34.003Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' [2025-07-04T01:36:34.003Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:34.003Z] #1 transferring dockerfile: 229B done [2025-07-04T01:36:34.003Z] #1 DONE 0.0s [2025-07-04T01:36:34.003Z] [2025-07-04T01:36:34.003Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:34.003Z] #2 DONE 0.0s [2025-07-04T01:36:34.003Z] [2025-07-04T01:36:34.003Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:34.003Z] #3 DONE 0.0s [2025-07-04T01:36:34.003Z] [2025-07-04T01:36:34.003Z] #4 [internal] load .dockerignore [2025-07-04T01:36:34.003Z] #4 transferring context: 2B done [2025-07-04T01:36:34.003Z] #4 DONE 0.0s [2025-07-04T01:36:34.003Z] [2025-07-04T01:36:34.003Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d [2025-07-04T01:36:34.003Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d done [2025-07-04T01:36:34.264Z] #5 CACHED [2025-07-04T01:36:34.264Z] [2025-07-04T01:36:34.264Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d [2025-07-04T01:36:34.264Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 0.0s done [2025-07-04T01:36:34.264Z] #6 CACHED [2025-07-04T01:36:34.264Z] [2025-07-04T01:36:34.264Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:34.264Z] #7 DONE 0.0s [2025-07-04T01:36:34.264Z] [2025-07-04T01:36:34.264Z] #8 exporting to image [2025-07-04T01:36:34.264Z] #8 exporting layers done [2025-07-04T01:36:34.264Z] #8 exporting manifest sha256:53c26ed9f532e993157ffd593ea79b06616b3021fa488d2e6cff5d08dc71ddd3 done [2025-07-04T01:36:34.264Z] #8 exporting config sha256:269d8beeeef79c20c1eaa7e3558d21785d93bee490eb5ad2dcdf234264812d49 done [2025-07-04T01:36:34.264Z] #8 exporting manifest sha256:49969eb5ed22fd1e12e73777bc7cd2d4c99d0cd7f22acfc3d93e39937384f379 done [2025-07-04T01:36:34.264Z] #8 exporting config sha256:03b5cd606c7339552799c0f9c8295fc70ba4f121b80ab1404318f8b6b8f6295d done [2025-07-04T01:36:34.264Z] #8 exporting manifest list sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 done [2025-07-04T01:36:34.264Z] #8 pushing layers 0.0s done [2025-07-04T01:36:34.264Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 0.1s done [2025-07-04T01:36:34.264Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:34.264Z] #8 DONE 0.1s [2025-07-04T01:36:34.264Z] [2025-07-04T01:36:34.264Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:34.264Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:34.558Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-07-04T01:36:34.558Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-07-04T01:36:34.558Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:34.558Z] #1 transferring dockerfile: 180B done [2025-07-04T01:36:34.558Z] #1 DONE 0.0s [2025-07-04T01:36:34.558Z] [2025-07-04T01:36:34.558Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-07-04T01:36:34.558Z] #2 DONE 0.0s [2025-07-04T01:36:34.558Z] [2025-07-04T01:36:34.558Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-07-04T01:36:34.558Z] #3 DONE 0.0s [2025-07-04T01:36:34.558Z] [2025-07-04T01:36:34.558Z] #4 [internal] load .dockerignore [2025-07-04T01:36:34.558Z] #4 transferring context: [2025-07-04T01:36:34.817Z] #4 transferring context: 2B done [2025-07-04T01:36:34.817Z] #4 DONE 0.0s [2025-07-04T01:36:34.817Z] [2025-07-04T01:36:34.817Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d [2025-07-04T01:36:34.817Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d done [2025-07-04T01:36:34.818Z] #5 CACHED [2025-07-04T01:36:34.818Z] [2025-07-04T01:36:34.818Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d [2025-07-04T01:36:34.818Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 0.0s done [2025-07-04T01:36:34.818Z] #6 CACHED [2025-07-04T01:36:34.818Z] [2025-07-04T01:36:34.818Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:34.818Z] #7 DONE 0.0s [2025-07-04T01:36:34.818Z] [2025-07-04T01:36:34.818Z] #8 exporting to image [2025-07-04T01:36:34.818Z] #8 exporting layers done [2025-07-04T01:36:34.818Z] #8 exporting manifest sha256:53c26ed9f532e993157ffd593ea79b06616b3021fa488d2e6cff5d08dc71ddd3 done [2025-07-04T01:36:34.818Z] #8 exporting config sha256:269d8beeeef79c20c1eaa7e3558d21785d93bee490eb5ad2dcdf234264812d49 done [2025-07-04T01:36:34.818Z] #8 exporting manifest sha256:49969eb5ed22fd1e12e73777bc7cd2d4c99d0cd7f22acfc3d93e39937384f379 done [2025-07-04T01:36:34.818Z] #8 exporting config sha256:03b5cd606c7339552799c0f9c8295fc70ba4f121b80ab1404318f8b6b8f6295d done [2025-07-04T01:36:34.818Z] #8 exporting manifest list sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 done [2025-07-04T01:36:34.818Z] #8 pushing layers 0.0s done [2025-07-04T01:36:34.818Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 0.1s done [2025-07-04T01:36:34.818Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:34.818Z] #8 DONE 0.1s [2025-07-04T01:36:34.818Z] [2025-07-04T01:36:34.818Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:34.818Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:35.110Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7' [2025-07-04T01:36:35.111Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - [2025-07-04T01:36:35.111Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:35.111Z] #1 transferring dockerfile: 194B done [2025-07-04T01:36:35.111Z] #1 DONE 0.0s [2025-07-04T01:36:35.111Z] [2025-07-04T01:36:35.111Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:35.111Z] #2 DONE 0.0s [2025-07-04T01:36:35.111Z] [2025-07-04T01:36:35.111Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:35.111Z] #3 DONE 0.1s [2025-07-04T01:36:35.111Z] [2025-07-04T01:36:35.111Z] #4 [internal] load .dockerignore [2025-07-04T01:36:35.111Z] #4 transferring context: 2B done [2025-07-04T01:36:35.111Z] #4 DONE 0.0s [2025-07-04T01:36:35.371Z] [2025-07-04T01:36:35.371Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b [2025-07-04T01:36:35.371Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b [2025-07-04T01:36:35.371Z] #5 ... [2025-07-04T01:36:35.371Z] [2025-07-04T01:36:35.371Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b [2025-07-04T01:36:35.371Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 0.0s done [2025-07-04T01:36:35.371Z] #6 DONE 0.1s [2025-07-04T01:36:35.371Z] [2025-07-04T01:36:35.371Z] #7 exporting to image [2025-07-04T01:36:35.371Z] #7 exporting layers done [2025-07-04T01:36:35.371Z] #7 exporting manifest sha256:558fe29d82709675f5aa80598a77b4685631b7a0f95f12bb7f45605a6f3206cb 0.0s done [2025-07-04T01:36:35.371Z] #7 exporting config sha256:55a5ef30c1189cbf769e8103a96103f53c7c6e7e3203759e12ca44548831a62c done [2025-07-04T01:36:35.371Z] #7 exporting manifest sha256:ffcd694afdd06b8a658b649dd3b13e0d0fb28052696be21ab2118df63213cf5a [2025-07-04T01:36:35.371Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:35.371Z] #7 ... [2025-07-04T01:36:35.371Z] [2025-07-04T01:36:35.371Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:35.371Z] #8 DONE 0.0s [2025-07-04T01:36:35.371Z] [2025-07-04T01:36:35.371Z] #7 exporting to image [2025-07-04T01:36:35.371Z] #7 exporting manifest sha256:ffcd694afdd06b8a658b649dd3b13e0d0fb28052696be21ab2118df63213cf5a 0.0s done [2025-07-04T01:36:35.371Z] #7 exporting config sha256:5673eb1fd46ec1d774466994cddde06ce2a9994b59dd58257ee99f0c314ca045 0.0s done [2025-07-04T01:36:35.371Z] #7 exporting manifest list sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb 0.0s done [2025-07-04T01:36:35.371Z] #7 pushing layers 0.1s done [2025-07-04T01:36:35.371Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb [2025-07-04T01:36:35.631Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb 0.1s done [2025-07-04T01:36:35.631Z] #7 DONE 0.2s [2025-07-04T01:36:35.631Z] [2025-07-04T01:36:35.631Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:35.631Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:35.924Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-07-04T01:36:35.924Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-07-04T01:36:35.924Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:35.924Z] #1 transferring dockerfile: 160B done [2025-07-04T01:36:35.924Z] #1 DONE 0.0s [2025-07-04T01:36:35.924Z] [2025-07-04T01:36:35.924Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-04T01:36:35.924Z] #2 DONE 0.0s [2025-07-04T01:36:35.924Z] [2025-07-04T01:36:35.924Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-07-04T01:36:35.924Z] #3 DONE 0.0s [2025-07-04T01:36:35.924Z] [2025-07-04T01:36:35.924Z] #4 [internal] load .dockerignore [2025-07-04T01:36:35.924Z] #4 transferring context: 2B done [2025-07-04T01:36:35.924Z] #4 DONE 0.0s [2025-07-04T01:36:35.924Z] [2025-07-04T01:36:35.924Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b [2025-07-04T01:36:35.924Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b [2025-07-04T01:36:36.188Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b done [2025-07-04T01:36:36.188Z] #5 CACHED [2025-07-04T01:36:36.188Z] [2025-07-04T01:36:36.188Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b [2025-07-04T01:36:36.188Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 0.0s done [2025-07-04T01:36:36.188Z] #6 CACHED [2025-07-04T01:36:36.188Z] [2025-07-04T01:36:36.188Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:36.188Z] #7 DONE 0.0s [2025-07-04T01:36:36.188Z] [2025-07-04T01:36:36.188Z] #8 exporting to image [2025-07-04T01:36:36.188Z] #8 exporting layers done [2025-07-04T01:36:36.188Z] #8 exporting manifest sha256:558fe29d82709675f5aa80598a77b4685631b7a0f95f12bb7f45605a6f3206cb done [2025-07-04T01:36:36.188Z] #8 exporting config sha256:55a5ef30c1189cbf769e8103a96103f53c7c6e7e3203759e12ca44548831a62c done [2025-07-04T01:36:36.188Z] #8 exporting manifest sha256:ffcd694afdd06b8a658b649dd3b13e0d0fb28052696be21ab2118df63213cf5a done [2025-07-04T01:36:36.188Z] #8 exporting config sha256:5673eb1fd46ec1d774466994cddde06ce2a9994b59dd58257ee99f0c314ca045 done [2025-07-04T01:36:36.188Z] #8 exporting manifest list sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb done [2025-07-04T01:36:36.188Z] #8 pushing layers 0.0s done [2025-07-04T01:36:36.188Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb 0.1s done [2025-07-04T01:36:36.188Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:36.188Z] #8 DONE 0.1s [2025-07-04T01:36:36.188Z] [2025-07-04T01:36:36.188Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:36.188Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:36.491Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35 --push - [2025-07-04T01:36:36.491Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35' [2025-07-04T01:36:36.491Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:36.491Z] #1 transferring dockerfile: 166B done [2025-07-04T01:36:36.491Z] #1 DONE 0.0s [2025-07-04T01:36:36.491Z] [2025-07-04T01:36:36.491Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35 [2025-07-04T01:36:36.491Z] #2 DONE 0.0s [2025-07-04T01:36:36.491Z] [2025-07-04T01:36:36.491Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35 [2025-07-04T01:36:36.491Z] #3 DONE 0.0s [2025-07-04T01:36:36.491Z] [2025-07-04T01:36:36.491Z] #4 [internal] load .dockerignore [2025-07-04T01:36:36.491Z] #4 transferring context: 2B done [2025-07-04T01:36:36.491Z] #4 DONE 0.0s [2025-07-04T01:36:36.491Z] [2025-07-04T01:36:36.491Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b [2025-07-04T01:36:36.491Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 0.0s done [2025-07-04T01:36:36.491Z] #5 CACHED [2025-07-04T01:36:36.491Z] [2025-07-04T01:36:36.491Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b [2025-07-04T01:36:36.491Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 0.0s done [2025-07-04T01:36:36.491Z] #6 CACHED [2025-07-04T01:36:36.491Z] [2025-07-04T01:36:36.491Z] #7 exporting to image [2025-07-04T01:36:36.491Z] #7 exporting layers done [2025-07-04T01:36:36.491Z] #7 exporting manifest sha256:558fe29d82709675f5aa80598a77b4685631b7a0f95f12bb7f45605a6f3206cb done [2025-07-04T01:36:36.491Z] #7 exporting config sha256:55a5ef30c1189cbf769e8103a96103f53c7c6e7e3203759e12ca44548831a62c done [2025-07-04T01:36:36.491Z] #7 exporting manifest sha256:ffcd694afdd06b8a658b649dd3b13e0d0fb28052696be21ab2118df63213cf5a done [2025-07-04T01:36:36.491Z] #7 exporting config sha256:5673eb1fd46ec1d774466994cddde06ce2a9994b59dd58257ee99f0c314ca045 done [2025-07-04T01:36:36.491Z] #7 exporting manifest list sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb [2025-07-04T01:36:36.491Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:36.751Z] #7 exporting manifest list sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb done [2025-07-04T01:36:36.751Z] #7 pushing layers 0.0s done [2025-07-04T01:36:36.751Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35@sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb 0.1s done [2025-07-04T01:36:36.751Z] #7 DONE 0.1s [2025-07-04T01:36:36.751Z] [2025-07-04T01:36:36.751Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:36.751Z] #8 DONE 0.0s [2025-07-04T01:36:36.751Z] [2025-07-04T01:36:36.751Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:36.751Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:37.038Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' [2025-07-04T01:36:37.038Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - [2025-07-04T01:36:37.298Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:37.298Z] #1 transferring dockerfile: 207B done [2025-07-04T01:36:37.298Z] #1 DONE 0.0s [2025-07-04T01:36:37.298Z] [2025-07-04T01:36:37.298Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:37.298Z] #2 DONE 0.0s [2025-07-04T01:36:37.298Z] [2025-07-04T01:36:37.298Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:37.298Z] #3 DONE 0.0s [2025-07-04T01:36:37.298Z] [2025-07-04T01:36:37.298Z] #4 [internal] load .dockerignore [2025-07-04T01:36:37.298Z] #4 transferring context: 2B done [2025-07-04T01:36:37.298Z] #4 DONE 0.0s [2025-07-04T01:36:37.298Z] [2025-07-04T01:36:37.298Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b [2025-07-04T01:36:37.298Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 0.0s done [2025-07-04T01:36:37.298Z] #5 CACHED [2025-07-04T01:36:37.298Z] [2025-07-04T01:36:37.298Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b [2025-07-04T01:36:37.298Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 0.0s done [2025-07-04T01:36:37.298Z] #6 CACHED [2025-07-04T01:36:37.298Z] [2025-07-04T01:36:37.298Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:37.298Z] #7 DONE 0.0s [2025-07-04T01:36:37.298Z] [2025-07-04T01:36:37.298Z] #8 exporting to image [2025-07-04T01:36:37.298Z] #8 exporting layers done [2025-07-04T01:36:37.298Z] #8 exporting manifest sha256:558fe29d82709675f5aa80598a77b4685631b7a0f95f12bb7f45605a6f3206cb done [2025-07-04T01:36:37.298Z] #8 exporting config sha256:55a5ef30c1189cbf769e8103a96103f53c7c6e7e3203759e12ca44548831a62c done [2025-07-04T01:36:37.298Z] #8 exporting manifest sha256:ffcd694afdd06b8a658b649dd3b13e0d0fb28052696be21ab2118df63213cf5a done [2025-07-04T01:36:37.298Z] #8 exporting config sha256:5673eb1fd46ec1d774466994cddde06ce2a9994b59dd58257ee99f0c314ca045 done [2025-07-04T01:36:37.298Z] #8 exporting manifest list sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb done [2025-07-04T01:36:37.298Z] #8 pushing layers 0.0s done [2025-07-04T01:36:37.298Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb 0.1s done [2025-07-04T01:36:37.298Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:37.298Z] #8 DONE 0.1s [2025-07-04T01:36:37.298Z] [2025-07-04T01:36:37.298Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:37.298Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:37.587Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-07-04T01:36:37.587Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-07-04T01:36:37.847Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:37.847Z] #1 transferring dockerfile: 158B done [2025-07-04T01:36:37.847Z] #1 DONE 0.0s [2025-07-04T01:36:37.847Z] [2025-07-04T01:36:37.847Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-07-04T01:36:37.847Z] #2 DONE 0.0s [2025-07-04T01:36:37.847Z] [2025-07-04T01:36:37.847Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-07-04T01:36:37.847Z] #3 DONE 0.0s [2025-07-04T01:36:37.847Z] [2025-07-04T01:36:37.847Z] #4 [internal] load .dockerignore [2025-07-04T01:36:37.847Z] #4 transferring context: 2B done [2025-07-04T01:36:37.847Z] #4 DONE 0.0s [2025-07-04T01:36:37.847Z] [2025-07-04T01:36:37.847Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b [2025-07-04T01:36:37.847Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b done [2025-07-04T01:36:37.847Z] #5 CACHED [2025-07-04T01:36:37.847Z] [2025-07-04T01:36:37.847Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b [2025-07-04T01:36:37.847Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 0.0s done [2025-07-04T01:36:37.847Z] #6 CACHED [2025-07-04T01:36:37.847Z] [2025-07-04T01:36:37.847Z] #7 exporting to image [2025-07-04T01:36:37.847Z] #7 exporting layers done [2025-07-04T01:36:37.847Z] #7 exporting manifest sha256:558fe29d82709675f5aa80598a77b4685631b7a0f95f12bb7f45605a6f3206cb done [2025-07-04T01:36:37.847Z] #7 exporting config sha256:55a5ef30c1189cbf769e8103a96103f53c7c6e7e3203759e12ca44548831a62c done [2025-07-04T01:36:37.847Z] #7 exporting manifest sha256:ffcd694afdd06b8a658b649dd3b13e0d0fb28052696be21ab2118df63213cf5a done [2025-07-04T01:36:37.847Z] #7 exporting config sha256:5673eb1fd46ec1d774466994cddde06ce2a9994b59dd58257ee99f0c314ca045 done [2025-07-04T01:36:37.847Z] #7 exporting manifest list sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb done [2025-07-04T01:36:37.847Z] #7 pushing layers 0.0s done [2025-07-04T01:36:37.847Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb [2025-07-04T01:36:37.847Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:37.847Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb 0.1s done [2025-07-04T01:36:37.847Z] #7 DONE 0.1s [2025-07-04T01:36:37.847Z] [2025-07-04T01:36:37.847Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:37.847Z] #8 DONE 0.0s [2025-07-04T01:36:37.847Z] [2025-07-04T01:36:37.847Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:37.847Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:38.139Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - [2025-07-04T01:36:38.139Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7' [2025-07-04T01:36:38.139Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:38.139Z] #1 transferring dockerfile: 196B done [2025-07-04T01:36:38.139Z] #1 DONE 0.0s [2025-07-04T01:36:38.139Z] [2025-07-04T01:36:38.139Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:38.139Z] #2 DONE 0.0s [2025-07-04T01:36:38.139Z] [2025-07-04T01:36:38.139Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:38.139Z] #3 DONE 0.0s [2025-07-04T01:36:38.139Z] [2025-07-04T01:36:38.139Z] #4 [internal] load .dockerignore [2025-07-04T01:36:38.139Z] #4 transferring context: 2B done [2025-07-04T01:36:38.139Z] #4 DONE 0.0s [2025-07-04T01:36:38.402Z] [2025-07-04T01:36:38.402Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa [2025-07-04T01:36:38.402Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 0.0s done [2025-07-04T01:36:38.402Z] #5 DONE 0.0s [2025-07-04T01:36:38.402Z] [2025-07-04T01:36:38.402Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa [2025-07-04T01:36:38.402Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 0.0s done [2025-07-04T01:36:38.402Z] #6 DONE 0.1s [2025-07-04T01:36:38.402Z] [2025-07-04T01:36:38.402Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:38.661Z] #7 DONE 0.0s [2025-07-04T01:36:38.661Z] [2025-07-04T01:36:38.661Z] #8 exporting to image [2025-07-04T01:36:38.661Z] #8 exporting layers done [2025-07-04T01:36:38.661Z] #8 exporting manifest sha256:c748b119ea0431737bc0da2876c3c98815a2c0683f98c66f24749d5ebb8cee1f done [2025-07-04T01:36:38.661Z] #8 exporting config sha256:9d4ad4f14d3551ded5a542463c9cf2de736987fb763c51b4da7999e226576418 done [2025-07-04T01:36:38.661Z] #8 exporting manifest sha256:eb06ce9cd0067a2a1c811db0cbaaa65fb3f657478f388dd0d8e145f8f7bf80c7 done [2025-07-04T01:36:38.661Z] #8 exporting config sha256:25788da602c76b1700e8649d454960067c011bd934007c4f3ccda93b310f66d9 done [2025-07-04T01:36:38.661Z] #8 exporting manifest list sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db done [2025-07-04T01:36:38.661Z] #8 pushing layers 0.1s done [2025-07-04T01:36:38.661Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db 0.1s done [2025-07-04T01:36:38.661Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:38.661Z] #8 DONE 0.2s [2025-07-04T01:36:38.661Z] [2025-07-04T01:36:38.661Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:38.661Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:38.949Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-07-04T01:36:38.949Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-07-04T01:36:39.208Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:39.208Z] #1 transferring dockerfile: 162B done [2025-07-04T01:36:39.208Z] #1 DONE 0.0s [2025-07-04T01:36:39.208Z] [2025-07-04T01:36:39.208Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-04T01:36:39.208Z] #2 DONE 0.0s [2025-07-04T01:36:39.208Z] [2025-07-04T01:36:39.208Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-07-04T01:36:39.208Z] #3 DONE 0.0s [2025-07-04T01:36:39.208Z] [2025-07-04T01:36:39.208Z] #4 [internal] load .dockerignore [2025-07-04T01:36:39.208Z] #4 transferring context: 2B done [2025-07-04T01:36:39.208Z] #4 DONE 0.0s [2025-07-04T01:36:39.208Z] [2025-07-04T01:36:39.208Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa [2025-07-04T01:36:39.208Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 0.0s done [2025-07-04T01:36:39.208Z] #5 CACHED [2025-07-04T01:36:39.208Z] [2025-07-04T01:36:39.208Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa [2025-07-04T01:36:39.208Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 0.0s done [2025-07-04T01:36:39.208Z] #6 CACHED [2025-07-04T01:36:39.208Z] [2025-07-04T01:36:39.208Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:39.208Z] #7 DONE 0.0s [2025-07-04T01:36:39.208Z] [2025-07-04T01:36:39.208Z] #8 exporting to image [2025-07-04T01:36:39.208Z] #8 exporting layers done [2025-07-04T01:36:39.208Z] #8 exporting manifest sha256:c748b119ea0431737bc0da2876c3c98815a2c0683f98c66f24749d5ebb8cee1f done [2025-07-04T01:36:39.208Z] #8 exporting config sha256:9d4ad4f14d3551ded5a542463c9cf2de736987fb763c51b4da7999e226576418 done [2025-07-04T01:36:39.208Z] #8 exporting manifest sha256:eb06ce9cd0067a2a1c811db0cbaaa65fb3f657478f388dd0d8e145f8f7bf80c7 done [2025-07-04T01:36:39.208Z] #8 exporting config sha256:25788da602c76b1700e8649d454960067c011bd934007c4f3ccda93b310f66d9 done [2025-07-04T01:36:39.208Z] #8 exporting manifest list sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db done [2025-07-04T01:36:39.208Z] #8 pushing layers 0.0s done [2025-07-04T01:36:39.208Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db 0.1s done [2025-07-04T01:36:39.208Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:39.208Z] #8 DONE 0.1s [2025-07-04T01:36:39.208Z] [2025-07-04T01:36:39.208Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:39.208Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:39.499Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35' [2025-07-04T01:36:39.500Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35 --push - [2025-07-04T01:36:39.758Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:39.758Z] #1 transferring dockerfile: 168B done [2025-07-04T01:36:39.758Z] #1 DONE 0.0s [2025-07-04T01:36:39.758Z] [2025-07-04T01:36:39.758Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35 [2025-07-04T01:36:39.758Z] #2 DONE 0.0s [2025-07-04T01:36:39.758Z] [2025-07-04T01:36:39.758Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35 [2025-07-04T01:36:39.758Z] #3 DONE 0.0s [2025-07-04T01:36:39.758Z] [2025-07-04T01:36:39.758Z] #4 [internal] load .dockerignore [2025-07-04T01:36:39.758Z] #4 transferring context: 2B done [2025-07-04T01:36:39.758Z] #4 DONE 0.0s [2025-07-04T01:36:39.758Z] [2025-07-04T01:36:39.758Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa [2025-07-04T01:36:39.758Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa done [2025-07-04T01:36:39.758Z] #5 CACHED [2025-07-04T01:36:39.758Z] [2025-07-04T01:36:39.758Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa [2025-07-04T01:36:39.758Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa done [2025-07-04T01:36:39.758Z] #6 CACHED [2025-07-04T01:36:39.758Z] [2025-07-04T01:36:39.758Z] #7 exporting to image [2025-07-04T01:36:39.758Z] #7 exporting layers done [2025-07-04T01:36:39.758Z] #7 exporting manifest sha256:c748b119ea0431737bc0da2876c3c98815a2c0683f98c66f24749d5ebb8cee1f done [2025-07-04T01:36:39.758Z] #7 exporting config sha256:9d4ad4f14d3551ded5a542463c9cf2de736987fb763c51b4da7999e226576418 done [2025-07-04T01:36:39.758Z] #7 exporting manifest sha256:eb06ce9cd0067a2a1c811db0cbaaa65fb3f657478f388dd0d8e145f8f7bf80c7 done [2025-07-04T01:36:39.758Z] #7 exporting config sha256:25788da602c76b1700e8649d454960067c011bd934007c4f3ccda93b310f66d9 done [2025-07-04T01:36:39.758Z] #7 exporting manifest list sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db done [2025-07-04T01:36:39.758Z] #7 pushing layers 0.0s done [2025-07-04T01:36:39.758Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35@sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db [2025-07-04T01:36:39.758Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:39.758Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35@sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db 0.1s done [2025-07-04T01:36:39.758Z] #7 DONE 0.1s [2025-07-04T01:36:39.758Z] [2025-07-04T01:36:39.758Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:39.758Z] #8 DONE 0.0s [2025-07-04T01:36:39.758Z] [2025-07-04T01:36:39.758Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:39.758Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:40.052Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' [2025-07-04T01:36:40.052Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - [2025-07-04T01:36:40.052Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:40.052Z] #1 transferring dockerfile: 209B done [2025-07-04T01:36:40.052Z] #1 DONE 0.0s [2025-07-04T01:36:40.052Z] [2025-07-04T01:36:40.052Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:40.052Z] #2 DONE 0.0s [2025-07-04T01:36:40.052Z] [2025-07-04T01:36:40.052Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:40.052Z] #3 DONE 0.0s [2025-07-04T01:36:40.052Z] [2025-07-04T01:36:40.052Z] #4 [internal] load .dockerignore [2025-07-04T01:36:40.052Z] #4 transferring context: 2B done [2025-07-04T01:36:40.052Z] #4 DONE 0.0s [2025-07-04T01:36:40.052Z] [2025-07-04T01:36:40.052Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa [2025-07-04T01:36:40.052Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa [2025-07-04T01:36:40.314Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 0.0s done [2025-07-04T01:36:40.314Z] #5 CACHED [2025-07-04T01:36:40.314Z] [2025-07-04T01:36:40.314Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa [2025-07-04T01:36:40.314Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa done [2025-07-04T01:36:40.314Z] #6 CACHED [2025-07-04T01:36:40.314Z] [2025-07-04T01:36:40.314Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:40.314Z] #7 DONE 0.0s [2025-07-04T01:36:40.314Z] [2025-07-04T01:36:40.314Z] #8 exporting to image [2025-07-04T01:36:40.314Z] #8 exporting layers done [2025-07-04T01:36:40.314Z] #8 exporting manifest sha256:c748b119ea0431737bc0da2876c3c98815a2c0683f98c66f24749d5ebb8cee1f done [2025-07-04T01:36:40.314Z] #8 exporting config sha256:9d4ad4f14d3551ded5a542463c9cf2de736987fb763c51b4da7999e226576418 done [2025-07-04T01:36:40.314Z] #8 exporting manifest sha256:eb06ce9cd0067a2a1c811db0cbaaa65fb3f657478f388dd0d8e145f8f7bf80c7 done [2025-07-04T01:36:40.314Z] #8 exporting config sha256:25788da602c76b1700e8649d454960067c011bd934007c4f3ccda93b310f66d9 done [2025-07-04T01:36:40.314Z] #8 exporting manifest list sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db done [2025-07-04T01:36:40.314Z] #8 pushing layers 0.0s done [2025-07-04T01:36:40.314Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db 0.1s done [2025-07-04T01:36:40.314Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:40.314Z] #8 DONE 0.1s [2025-07-04T01:36:40.314Z] [2025-07-04T01:36:40.314Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:40.314Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:40.608Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-07-04T01:36:40.608Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-07-04T01:36:40.608Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:40.608Z] #1 transferring dockerfile: 160B done [2025-07-04T01:36:40.608Z] #1 DONE 0.0s [2025-07-04T01:36:40.608Z] [2025-07-04T01:36:40.608Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-07-04T01:36:40.608Z] #2 DONE 0.0s [2025-07-04T01:36:40.608Z] [2025-07-04T01:36:40.608Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-07-04T01:36:40.608Z] #3 DONE 0.0s [2025-07-04T01:36:40.608Z] [2025-07-04T01:36:40.608Z] #4 [internal] load .dockerignore [2025-07-04T01:36:40.608Z] #4 transferring context: 2B done [2025-07-04T01:36:40.608Z] #4 DONE 0.0s [2025-07-04T01:36:40.608Z] [2025-07-04T01:36:40.608Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa [2025-07-04T01:36:40.608Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa done [2025-07-04T01:36:40.608Z] #5 CACHED [2025-07-04T01:36:40.608Z] [2025-07-04T01:36:40.608Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa [2025-07-04T01:36:40.871Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 0.0s done [2025-07-04T01:36:40.871Z] #6 CACHED [2025-07-04T01:36:40.871Z] [2025-07-04T01:36:40.871Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:40.871Z] #7 DONE 0.0s [2025-07-04T01:36:40.871Z] [2025-07-04T01:36:40.871Z] #8 exporting to image [2025-07-04T01:36:40.871Z] #8 exporting layers done [2025-07-04T01:36:40.871Z] #8 exporting manifest sha256:c748b119ea0431737bc0da2876c3c98815a2c0683f98c66f24749d5ebb8cee1f done [2025-07-04T01:36:40.871Z] #8 exporting config sha256:9d4ad4f14d3551ded5a542463c9cf2de736987fb763c51b4da7999e226576418 done [2025-07-04T01:36:40.871Z] #8 exporting manifest sha256:eb06ce9cd0067a2a1c811db0cbaaa65fb3f657478f388dd0d8e145f8f7bf80c7 done [2025-07-04T01:36:40.871Z] #8 exporting config sha256:25788da602c76b1700e8649d454960067c011bd934007c4f3ccda93b310f66d9 done [2025-07-04T01:36:40.871Z] #8 exporting manifest list sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db done [2025-07-04T01:36:40.871Z] #8 pushing layers 0.0s done [2025-07-04T01:36:40.871Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db 0.1s done [2025-07-04T01:36:40.871Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:40.871Z] #8 DONE 0.1s [2025-07-04T01:36:40.871Z] [2025-07-04T01:36:40.871Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:40.871Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:41.158Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - [2025-07-04T01:36:41.158Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7' [2025-07-04T01:36:41.417Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:41.417Z] #1 transferring dockerfile: 198B done [2025-07-04T01:36:41.417Z] #1 DONE 0.0s [2025-07-04T01:36:41.417Z] [2025-07-04T01:36:41.417Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:41.417Z] #2 DONE 0.0s [2025-07-04T01:36:41.417Z] [2025-07-04T01:36:41.417Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:41.417Z] #3 DONE 0.1s [2025-07-04T01:36:41.417Z] [2025-07-04T01:36:41.417Z] #4 [internal] load .dockerignore [2025-07-04T01:36:41.417Z] #4 transferring context: 2B done [2025-07-04T01:36:41.417Z] #4 DONE 0.0s [2025-07-04T01:36:41.417Z] [2025-07-04T01:36:41.417Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 [2025-07-04T01:36:41.417Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 [2025-07-04T01:36:41.417Z] #5 ... [2025-07-04T01:36:41.417Z] [2025-07-04T01:36:41.417Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 [2025-07-04T01:36:41.417Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 0.0s done [2025-07-04T01:36:41.417Z] #6 DONE 0.1s [2025-07-04T01:36:41.417Z] [2025-07-04T01:36:41.417Z] #7 exporting to image [2025-07-04T01:36:41.417Z] #7 exporting layers done [2025-07-04T01:36:41.417Z] #7 exporting manifest sha256:11934c631fd0aea6fe71c7dd6a03c82eca554e2f0aff10035bd00d20999591ab done [2025-07-04T01:36:41.417Z] #7 exporting config sha256:f3f41e62dbc4f904b0a43074927dded308b80458c155db9b8c5a73ead0288e57 done [2025-07-04T01:36:41.417Z] #7 exporting manifest sha256:14bc2f13316bc41e0c297b7b9eb5ba4f77e404ba0fa478ea5dffb5220cba4f34 0.0s done [2025-07-04T01:36:41.417Z] #7 exporting config sha256:bc67e60cdc2c7b92fccc65a8bf1bebef112ce36fef8f350ec4aa700d2850d3c4 done [2025-07-04T01:36:41.417Z] #7 exporting manifest list sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e done [2025-07-04T01:36:41.417Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:41.676Z] #7 ... [2025-07-04T01:36:41.676Z] [2025-07-04T01:36:41.676Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:41.676Z] #8 DONE 0.0s [2025-07-04T01:36:41.676Z] [2025-07-04T01:36:41.676Z] #7 exporting to image [2025-07-04T01:36:41.676Z] #7 pushing layers 0.1s done [2025-07-04T01:36:41.676Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e [2025-07-04T01:36:41.676Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e 0.1s done [2025-07-04T01:36:41.676Z] #7 DONE 0.2s [2025-07-04T01:36:41.676Z] [2025-07-04T01:36:41.676Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:41.676Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:41.959Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-07-04T01:36:41.960Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-07-04T01:36:41.960Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:41.960Z] #1 transferring dockerfile: 164B done [2025-07-04T01:36:41.960Z] #1 DONE 0.0s [2025-07-04T01:36:41.960Z] [2025-07-04T01:36:41.960Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-04T01:36:41.960Z] #2 DONE 0.0s [2025-07-04T01:36:41.960Z] [2025-07-04T01:36:41.960Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-07-04T01:36:41.960Z] #3 DONE 0.0s [2025-07-04T01:36:41.960Z] [2025-07-04T01:36:41.960Z] #4 [internal] load .dockerignore [2025-07-04T01:36:41.960Z] #4 transferring context: 2B done [2025-07-04T01:36:41.960Z] #4 DONE 0.0s [2025-07-04T01:36:41.960Z] [2025-07-04T01:36:41.960Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 [2025-07-04T01:36:41.960Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 0.0s done [2025-07-04T01:36:41.960Z] #5 DONE 0.0s [2025-07-04T01:36:41.960Z] [2025-07-04T01:36:41.960Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 [2025-07-04T01:36:42.224Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 0.0s done [2025-07-04T01:36:42.225Z] #6 CACHED [2025-07-04T01:36:42.225Z] [2025-07-04T01:36:42.225Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 [2025-07-04T01:36:42.225Z] #5 CACHED [2025-07-04T01:36:42.225Z] [2025-07-04T01:36:42.225Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:42.225Z] #7 DONE 0.0s [2025-07-04T01:36:42.225Z] [2025-07-04T01:36:42.225Z] #8 exporting to image [2025-07-04T01:36:42.225Z] #8 exporting layers done [2025-07-04T01:36:42.225Z] #8 exporting manifest sha256:11934c631fd0aea6fe71c7dd6a03c82eca554e2f0aff10035bd00d20999591ab done [2025-07-04T01:36:42.225Z] #8 exporting config sha256:f3f41e62dbc4f904b0a43074927dded308b80458c155db9b8c5a73ead0288e57 done [2025-07-04T01:36:42.225Z] #8 exporting manifest sha256:14bc2f13316bc41e0c297b7b9eb5ba4f77e404ba0fa478ea5dffb5220cba4f34 done [2025-07-04T01:36:42.225Z] #8 exporting config sha256:bc67e60cdc2c7b92fccc65a8bf1bebef112ce36fef8f350ec4aa700d2850d3c4 done [2025-07-04T01:36:42.225Z] #8 exporting manifest list sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e done [2025-07-04T01:36:42.225Z] #8 pushing layers 0.0s done [2025-07-04T01:36:42.225Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e 0.1s done [2025-07-04T01:36:42.225Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:42.225Z] #8 DONE 0.1s [2025-07-04T01:36:42.225Z] [2025-07-04T01:36:42.225Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:42.225Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:42.513Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35' [2025-07-04T01:36:42.514Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35 --push - [2025-07-04T01:36:42.514Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:42.514Z] #1 transferring dockerfile: 170B done [2025-07-04T01:36:42.514Z] #1 DONE 0.0s [2025-07-04T01:36:42.514Z] [2025-07-04T01:36:42.514Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35 [2025-07-04T01:36:42.514Z] #2 DONE 0.0s [2025-07-04T01:36:42.514Z] [2025-07-04T01:36:42.514Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35 [2025-07-04T01:36:42.514Z] #3 DONE 0.0s [2025-07-04T01:36:42.514Z] [2025-07-04T01:36:42.514Z] #4 [internal] load .dockerignore [2025-07-04T01:36:42.514Z] #4 transferring context: 2B done [2025-07-04T01:36:42.514Z] #4 DONE 0.0s [2025-07-04T01:36:42.514Z] [2025-07-04T01:36:42.514Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 [2025-07-04T01:36:42.514Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 done [2025-07-04T01:36:42.514Z] #5 CACHED [2025-07-04T01:36:42.514Z] [2025-07-04T01:36:42.514Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 [2025-07-04T01:36:42.514Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 0.0s done [2025-07-04T01:36:42.514Z] #6 CACHED [2025-07-04T01:36:42.514Z] [2025-07-04T01:36:42.514Z] #7 exporting to image [2025-07-04T01:36:42.514Z] #7 exporting layers done [2025-07-04T01:36:42.514Z] #7 exporting manifest sha256:11934c631fd0aea6fe71c7dd6a03c82eca554e2f0aff10035bd00d20999591ab done [2025-07-04T01:36:42.514Z] #7 exporting config sha256:f3f41e62dbc4f904b0a43074927dded308b80458c155db9b8c5a73ead0288e57 done [2025-07-04T01:36:42.514Z] #7 exporting manifest sha256:14bc2f13316bc41e0c297b7b9eb5ba4f77e404ba0fa478ea5dffb5220cba4f34 done [2025-07-04T01:36:42.514Z] #7 exporting config sha256:bc67e60cdc2c7b92fccc65a8bf1bebef112ce36fef8f350ec4aa700d2850d3c4 done [2025-07-04T01:36:42.514Z] #7 exporting manifest list sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e [2025-07-04T01:36:42.514Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:42.772Z] #7 exporting manifest list sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e done [2025-07-04T01:36:42.772Z] #7 pushing layers 0.0s done [2025-07-04T01:36:42.772Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35@sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e 0.1s done [2025-07-04T01:36:42.772Z] #7 DONE 0.1s [2025-07-04T01:36:42.772Z] [2025-07-04T01:36:42.772Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:42.772Z] #8 DONE 0.0s [2025-07-04T01:36:42.772Z] [2025-07-04T01:36:42.772Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:42.772Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:43.064Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - [2025-07-04T01:36:43.064Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' [2025-07-04T01:36:43.064Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:43.064Z] #1 transferring dockerfile: 211B done [2025-07-04T01:36:43.064Z] #1 DONE 0.0s [2025-07-04T01:36:43.064Z] [2025-07-04T01:36:43.064Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:43.064Z] #2 DONE 0.0s [2025-07-04T01:36:43.064Z] [2025-07-04T01:36:43.064Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:43.064Z] #3 DONE 0.0s [2025-07-04T01:36:43.064Z] [2025-07-04T01:36:43.064Z] #4 [internal] load .dockerignore [2025-07-04T01:36:43.064Z] #4 transferring context: 2B done [2025-07-04T01:36:43.064Z] #4 DONE 0.0s [2025-07-04T01:36:43.064Z] [2025-07-04T01:36:43.064Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 [2025-07-04T01:36:43.064Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 done [2025-07-04T01:36:43.064Z] #5 DONE 0.0s [2025-07-04T01:36:43.064Z] [2025-07-04T01:36:43.064Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 [2025-07-04T01:36:43.329Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 done [2025-07-04T01:36:43.329Z] #6 CACHED [2025-07-04T01:36:43.329Z] [2025-07-04T01:36:43.329Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 [2025-07-04T01:36:43.329Z] #5 CACHED [2025-07-04T01:36:43.329Z] [2025-07-04T01:36:43.329Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:43.329Z] #7 DONE 0.0s [2025-07-04T01:36:43.329Z] [2025-07-04T01:36:43.329Z] #8 exporting to image [2025-07-04T01:36:43.329Z] #8 exporting layers done [2025-07-04T01:36:43.329Z] #8 exporting manifest sha256:11934c631fd0aea6fe71c7dd6a03c82eca554e2f0aff10035bd00d20999591ab done [2025-07-04T01:36:43.329Z] #8 exporting config sha256:f3f41e62dbc4f904b0a43074927dded308b80458c155db9b8c5a73ead0288e57 done [2025-07-04T01:36:43.329Z] #8 exporting manifest sha256:14bc2f13316bc41e0c297b7b9eb5ba4f77e404ba0fa478ea5dffb5220cba4f34 done [2025-07-04T01:36:43.329Z] #8 exporting config sha256:bc67e60cdc2c7b92fccc65a8bf1bebef112ce36fef8f350ec4aa700d2850d3c4 done [2025-07-04T01:36:43.329Z] #8 exporting manifest list sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e done [2025-07-04T01:36:43.329Z] #8 pushing layers 0.0s done [2025-07-04T01:36:43.329Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e 0.1s done [2025-07-04T01:36:43.329Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:43.329Z] #8 DONE 0.1s [2025-07-04T01:36:43.329Z] [2025-07-04T01:36:43.329Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:43.329Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:43.617Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-07-04T01:36:43.618Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-07-04T01:36:43.880Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:43.880Z] #1 transferring dockerfile: 162B done [2025-07-04T01:36:43.880Z] #1 DONE 0.0s [2025-07-04T01:36:43.880Z] [2025-07-04T01:36:43.880Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-07-04T01:36:43.880Z] #2 DONE 0.0s [2025-07-04T01:36:43.880Z] [2025-07-04T01:36:43.880Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-07-04T01:36:43.880Z] #3 DONE 0.0s [2025-07-04T01:36:43.880Z] [2025-07-04T01:36:43.880Z] #4 [internal] load .dockerignore [2025-07-04T01:36:43.880Z] #4 transferring context: 2B done [2025-07-04T01:36:43.880Z] #4 DONE 0.0s [2025-07-04T01:36:43.880Z] [2025-07-04T01:36:43.880Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 [2025-07-04T01:36:43.880Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 done [2025-07-04T01:36:43.880Z] #5 CACHED [2025-07-04T01:36:43.880Z] [2025-07-04T01:36:43.880Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 [2025-07-04T01:36:43.880Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 done [2025-07-04T01:36:43.880Z] #6 CACHED [2025-07-04T01:36:43.880Z] [2025-07-04T01:36:43.880Z] #7 exporting to image [2025-07-04T01:36:43.880Z] #7 exporting layers done [2025-07-04T01:36:43.880Z] #7 exporting manifest sha256:11934c631fd0aea6fe71c7dd6a03c82eca554e2f0aff10035bd00d20999591ab done [2025-07-04T01:36:43.880Z] #7 exporting config sha256:f3f41e62dbc4f904b0a43074927dded308b80458c155db9b8c5a73ead0288e57 done [2025-07-04T01:36:43.880Z] #7 exporting manifest sha256:14bc2f13316bc41e0c297b7b9eb5ba4f77e404ba0fa478ea5dffb5220cba4f34 done [2025-07-04T01:36:43.880Z] #7 exporting config sha256:bc67e60cdc2c7b92fccc65a8bf1bebef112ce36fef8f350ec4aa700d2850d3c4 done [2025-07-04T01:36:43.880Z] #7 exporting manifest list sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e done [2025-07-04T01:36:43.880Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:43.880Z] #7 pushing layers 0.0s done [2025-07-04T01:36:43.880Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e 0.1s done [2025-07-04T01:36:43.880Z] #7 DONE 0.1s [2025-07-04T01:36:43.880Z] [2025-07-04T01:36:43.880Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:43.880Z] #8 DONE 0.0s [2025-07-04T01:36:44.448Z] [2025-07-04T01:36:44.448Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:44.448Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:44.734Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7' [2025-07-04T01:36:44.734Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - [2025-07-04T01:36:44.734Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:44.734Z] #1 transferring dockerfile: 206B done [2025-07-04T01:36:44.734Z] #1 DONE 0.0s [2025-07-04T01:36:44.734Z] [2025-07-04T01:36:44.734Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:44.734Z] #2 DONE 0.0s [2025-07-04T01:36:44.734Z] [2025-07-04T01:36:44.734Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:44.734Z] #3 DONE 0.0s [2025-07-04T01:36:44.734Z] [2025-07-04T01:36:44.734Z] #4 [internal] load .dockerignore [2025-07-04T01:36:44.734Z] #4 transferring context: 2B done [2025-07-04T01:36:44.734Z] #4 DONE 0.0s [2025-07-04T01:36:44.995Z] [2025-07-04T01:36:44.995Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 [2025-07-04T01:36:44.995Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 0.0s done [2025-07-04T01:36:44.995Z] #5 DONE 0.0s [2025-07-04T01:36:44.995Z] [2025-07-04T01:36:44.995Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 [2025-07-04T01:36:44.995Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 0.0s done [2025-07-04T01:36:45.255Z] #6 DONE 0.2s [2025-07-04T01:36:45.255Z] [2025-07-04T01:36:45.255Z] #7 exporting to image [2025-07-04T01:36:45.255Z] #7 exporting layers done [2025-07-04T01:36:45.255Z] #7 exporting manifest sha256:49a7972df791f981ee547e4347921469743c0343b6d29c11d2d23d106b21d94b 0.0s done [2025-07-04T01:36:45.255Z] #7 exporting config sha256:6e916180348630425f571365afd93ed762e712e034d2d8471be5f2c5e26064ae done [2025-07-04T01:36:45.255Z] #7 exporting manifest sha256:42c56f8fc0bdea22f08e692e7e660124b9eabac272feec680637d9a92ac3103d 0.0s done [2025-07-04T01:36:45.255Z] #7 exporting config sha256:f441ba856d9387ed2944d9366602f422faec7355944a068e87ed927527dc5cb7 0.0s done [2025-07-04T01:36:45.255Z] #7 exporting manifest list sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 0.0s done [2025-07-04T01:36:45.255Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:45.255Z] #7 ... [2025-07-04T01:36:45.255Z] [2025-07-04T01:36:45.255Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:45.255Z] #8 DONE 0.0s [2025-07-04T01:36:45.255Z] [2025-07-04T01:36:45.255Z] #7 exporting to image [2025-07-04T01:36:45.255Z] #7 pushing layers 0.1s done [2025-07-04T01:36:45.255Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 [2025-07-04T01:36:45.255Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 0.1s done [2025-07-04T01:36:45.255Z] #7 DONE 0.2s [2025-07-04T01:36:45.255Z] [2025-07-04T01:36:45.255Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:45.255Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:45.539Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-07-04T01:36:45.539Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-07-04T01:36:45.539Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:45.539Z] #1 transferring dockerfile: 172B done [2025-07-04T01:36:45.539Z] #1 DONE 0.0s [2025-07-04T01:36:45.539Z] [2025-07-04T01:36:45.539Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-04T01:36:45.539Z] #2 DONE 0.0s [2025-07-04T01:36:45.539Z] [2025-07-04T01:36:45.539Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-07-04T01:36:45.539Z] #3 DONE 0.0s [2025-07-04T01:36:45.539Z] [2025-07-04T01:36:45.539Z] #4 [internal] load .dockerignore [2025-07-04T01:36:45.539Z] #4 transferring context: 2B done [2025-07-04T01:36:45.539Z] #4 DONE 0.0s [2025-07-04T01:36:45.539Z] [2025-07-04T01:36:45.539Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 [2025-07-04T01:36:45.539Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 0.0s done [2025-07-04T01:36:45.539Z] #5 CACHED [2025-07-04T01:36:45.539Z] [2025-07-04T01:36:45.539Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 [2025-07-04T01:36:45.539Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 0.0s done [2025-07-04T01:36:45.539Z] #6 CACHED [2025-07-04T01:36:45.539Z] [2025-07-04T01:36:45.539Z] #7 exporting to image [2025-07-04T01:36:45.539Z] #7 exporting layers done [2025-07-04T01:36:45.539Z] #7 exporting manifest sha256:49a7972df791f981ee547e4347921469743c0343b6d29c11d2d23d106b21d94b done [2025-07-04T01:36:45.539Z] #7 exporting config sha256:6e916180348630425f571365afd93ed762e712e034d2d8471be5f2c5e26064ae done [2025-07-04T01:36:45.539Z] #7 exporting manifest sha256:42c56f8fc0bdea22f08e692e7e660124b9eabac272feec680637d9a92ac3103d [2025-07-04T01:36:45.539Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:45.800Z] #7 exporting manifest sha256:42c56f8fc0bdea22f08e692e7e660124b9eabac272feec680637d9a92ac3103d done [2025-07-04T01:36:45.800Z] #7 exporting config sha256:f441ba856d9387ed2944d9366602f422faec7355944a068e87ed927527dc5cb7 done [2025-07-04T01:36:45.800Z] #7 exporting manifest list sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 done [2025-07-04T01:36:45.800Z] #7 pushing layers 0.0s done [2025-07-04T01:36:45.800Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 0.1s done [2025-07-04T01:36:45.800Z] #7 DONE 0.1s [2025-07-04T01:36:45.800Z] [2025-07-04T01:36:45.800Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:45.800Z] #8 DONE 0.0s [2025-07-04T01:36:45.800Z] [2025-07-04T01:36:45.800Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:45.800Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:46.096Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35 --push - [2025-07-04T01:36:46.096Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35' [2025-07-04T01:36:46.356Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:46.356Z] #1 transferring dockerfile: 178B done [2025-07-04T01:36:46.356Z] #1 DONE 0.0s [2025-07-04T01:36:46.356Z] [2025-07-04T01:36:46.356Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35 [2025-07-04T01:36:46.356Z] #2 DONE 0.0s [2025-07-04T01:36:46.356Z] [2025-07-04T01:36:46.356Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35 [2025-07-04T01:36:46.356Z] #3 DONE 0.0s [2025-07-04T01:36:46.356Z] [2025-07-04T01:36:46.356Z] #4 [internal] load .dockerignore [2025-07-04T01:36:46.356Z] #4 transferring context: 2B done [2025-07-04T01:36:46.356Z] #4 DONE 0.0s [2025-07-04T01:36:46.356Z] [2025-07-04T01:36:46.356Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 [2025-07-04T01:36:46.356Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 0.0s done [2025-07-04T01:36:46.356Z] #5 CACHED [2025-07-04T01:36:46.356Z] [2025-07-04T01:36:46.356Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 [2025-07-04T01:36:46.356Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 0.0s done [2025-07-04T01:36:46.356Z] #6 CACHED [2025-07-04T01:36:46.356Z] [2025-07-04T01:36:46.356Z] #7 exporting to image [2025-07-04T01:36:46.356Z] #7 exporting layers done [2025-07-04T01:36:46.356Z] #7 exporting manifest sha256:49a7972df791f981ee547e4347921469743c0343b6d29c11d2d23d106b21d94b done [2025-07-04T01:36:46.356Z] #7 exporting config sha256:6e916180348630425f571365afd93ed762e712e034d2d8471be5f2c5e26064ae done [2025-07-04T01:36:46.356Z] #7 exporting manifest sha256:42c56f8fc0bdea22f08e692e7e660124b9eabac272feec680637d9a92ac3103d done [2025-07-04T01:36:46.356Z] #7 exporting config sha256:f441ba856d9387ed2944d9366602f422faec7355944a068e87ed927527dc5cb7 done [2025-07-04T01:36:46.356Z] #7 exporting manifest list sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 done [2025-07-04T01:36:46.356Z] #7 pushing layers 0.0s done [2025-07-04T01:36:46.356Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35@sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 [2025-07-04T01:36:46.356Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:46.356Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35@sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 0.1s done [2025-07-04T01:36:46.356Z] #7 DONE 0.1s [2025-07-04T01:36:46.356Z] [2025-07-04T01:36:46.356Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:46.356Z] #8 DONE 0.0s [2025-07-04T01:36:46.356Z] [2025-07-04T01:36:46.356Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:46.356Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:46.643Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' [2025-07-04T01:36:46.643Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - [2025-07-04T01:36:46.643Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:46.643Z] #1 transferring dockerfile: 219B done [2025-07-04T01:36:46.643Z] #1 DONE 0.0s [2025-07-04T01:36:46.643Z] [2025-07-04T01:36:46.643Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:46.643Z] #2 DONE 0.0s [2025-07-04T01:36:46.643Z] [2025-07-04T01:36:46.643Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:46.643Z] #3 DONE 0.0s [2025-07-04T01:36:46.643Z] [2025-07-04T01:36:46.643Z] #4 [internal] load .dockerignore [2025-07-04T01:36:46.643Z] #4 transferring context: 2B done [2025-07-04T01:36:46.643Z] #4 DONE 0.0s [2025-07-04T01:36:46.643Z] [2025-07-04T01:36:46.643Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 [2025-07-04T01:36:46.643Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 done [2025-07-04T01:36:46.643Z] #5 CACHED [2025-07-04T01:36:46.643Z] [2025-07-04T01:36:46.643Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 [2025-07-04T01:36:46.643Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 0.0s done [2025-07-04T01:36:46.643Z] #6 CACHED [2025-07-04T01:36:46.902Z] [2025-07-04T01:36:46.902Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:46.902Z] #7 DONE 0.0s [2025-07-04T01:36:46.902Z] [2025-07-04T01:36:46.902Z] #8 exporting to image [2025-07-04T01:36:46.902Z] #8 exporting layers done [2025-07-04T01:36:46.902Z] #8 exporting manifest sha256:49a7972df791f981ee547e4347921469743c0343b6d29c11d2d23d106b21d94b done [2025-07-04T01:36:46.902Z] #8 exporting config sha256:6e916180348630425f571365afd93ed762e712e034d2d8471be5f2c5e26064ae done [2025-07-04T01:36:46.902Z] #8 exporting manifest sha256:42c56f8fc0bdea22f08e692e7e660124b9eabac272feec680637d9a92ac3103d done [2025-07-04T01:36:46.902Z] #8 exporting config sha256:f441ba856d9387ed2944d9366602f422faec7355944a068e87ed927527dc5cb7 done [2025-07-04T01:36:46.902Z] #8 exporting manifest list sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 done [2025-07-04T01:36:46.902Z] #8 pushing layers 0.0s done [2025-07-04T01:36:46.902Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 0.1s done [2025-07-04T01:36:46.902Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:46.902Z] #8 DONE 0.1s [2025-07-04T01:36:46.902Z] [2025-07-04T01:36:46.902Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:46.902Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:47.193Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-07-04T01:36:47.193Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-07-04T01:36:47.193Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:47.193Z] #1 transferring dockerfile: 170B done [2025-07-04T01:36:47.193Z] #1 DONE 0.0s [2025-07-04T01:36:47.193Z] [2025-07-04T01:36:47.193Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-07-04T01:36:47.193Z] #2 DONE 0.0s [2025-07-04T01:36:47.193Z] [2025-07-04T01:36:47.193Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-07-04T01:36:47.193Z] #3 DONE 0.0s [2025-07-04T01:36:47.193Z] [2025-07-04T01:36:47.193Z] #4 [internal] load .dockerignore [2025-07-04T01:36:47.193Z] #4 transferring context: 2B done [2025-07-04T01:36:47.193Z] #4 DONE 0.0s [2025-07-04T01:36:47.193Z] [2025-07-04T01:36:47.194Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 [2025-07-04T01:36:47.194Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 0.0s done [2025-07-04T01:36:47.194Z] #5 CACHED [2025-07-04T01:36:47.194Z] [2025-07-04T01:36:47.194Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 [2025-07-04T01:36:47.453Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 0.0s done [2025-07-04T01:36:47.453Z] #6 CACHED [2025-07-04T01:36:47.453Z] [2025-07-04T01:36:47.453Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:47.453Z] #7 DONE 0.0s [2025-07-04T01:36:47.453Z] [2025-07-04T01:36:47.453Z] #8 exporting to image [2025-07-04T01:36:47.453Z] #8 exporting layers done [2025-07-04T01:36:47.453Z] #8 exporting manifest sha256:49a7972df791f981ee547e4347921469743c0343b6d29c11d2d23d106b21d94b done [2025-07-04T01:36:47.453Z] #8 exporting config sha256:6e916180348630425f571365afd93ed762e712e034d2d8471be5f2c5e26064ae done [2025-07-04T01:36:47.453Z] #8 exporting manifest sha256:42c56f8fc0bdea22f08e692e7e660124b9eabac272feec680637d9a92ac3103d done [2025-07-04T01:36:47.453Z] #8 exporting config sha256:f441ba856d9387ed2944d9366602f422faec7355944a068e87ed927527dc5cb7 done [2025-07-04T01:36:47.453Z] #8 exporting manifest list sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 done [2025-07-04T01:36:47.453Z] #8 pushing layers 0.0s done [2025-07-04T01:36:47.453Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 0.1s done [2025-07-04T01:36:47.453Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:47.453Z] #8 DONE 0.1s [2025-07-04T01:36:47.453Z] [2025-07-04T01:36:47.453Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:47.453Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:47.745Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7' [2025-07-04T01:36:47.745Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - [2025-07-04T01:36:48.003Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:48.003Z] #1 transferring dockerfile: 204B done [2025-07-04T01:36:48.003Z] #1 DONE 0.0s [2025-07-04T01:36:48.003Z] [2025-07-04T01:36:48.003Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:48.003Z] #2 DONE 0.1s [2025-07-04T01:36:48.003Z] [2025-07-04T01:36:48.003Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:48.003Z] #3 DONE 0.1s [2025-07-04T01:36:48.003Z] [2025-07-04T01:36:48.003Z] #4 [internal] load .dockerignore [2025-07-04T01:36:48.003Z] #4 transferring context: 2B done [2025-07-04T01:36:48.003Z] #4 DONE 0.0s [2025-07-04T01:36:48.003Z] [2025-07-04T01:36:48.003Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 [2025-07-04T01:36:48.003Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 [2025-07-04T01:36:48.003Z] #5 ... [2025-07-04T01:36:48.003Z] [2025-07-04T01:36:48.003Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 [2025-07-04T01:36:48.003Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 0.0s done [2025-07-04T01:36:48.003Z] #6 DONE 0.1s [2025-07-04T01:36:48.262Z] [2025-07-04T01:36:48.262Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:48.262Z] #7 DONE 0.0s [2025-07-04T01:36:48.262Z] [2025-07-04T01:36:48.262Z] #8 exporting to image [2025-07-04T01:36:48.262Z] #8 exporting layers done [2025-07-04T01:36:48.262Z] #8 exporting manifest sha256:0094006b066378b63a4f49164921c55fc160cddbf0e764fd6bfc47fd63cb16cb done [2025-07-04T01:36:48.262Z] #8 exporting config sha256:2fc899ffcfe9640e7220f8743742ade881bf1c956a33a8e34a1267e5ae2ad18c done [2025-07-04T01:36:48.262Z] #8 exporting manifest sha256:01b5f03a4c9df9827674503f6ae094352fa9508d0b12186848ad4cbf5583c5bc done [2025-07-04T01:36:48.262Z] #8 exporting config sha256:f9ffb04184194f6d97e5e71956365e50640993b4c81c1b92c56a2ef911694349 done [2025-07-04T01:36:48.262Z] #8 exporting manifest list sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 done [2025-07-04T01:36:48.262Z] #8 pushing layers 0.1s done [2025-07-04T01:36:48.262Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 [2025-07-04T01:36:48.262Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:48.262Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 0.1s done [2025-07-04T01:36:48.262Z] #8 DONE 0.2s [2025-07-04T01:36:48.262Z] [2025-07-04T01:36:48.262Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:48.262Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:48.559Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-07-04T01:36:48.559Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-07-04T01:36:48.818Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:48.818Z] #1 transferring dockerfile: 170B done [2025-07-04T01:36:48.818Z] #1 DONE 0.0s [2025-07-04T01:36:48.818Z] [2025-07-04T01:36:48.818Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-04T01:36:48.818Z] #2 DONE 0.0s [2025-07-04T01:36:48.818Z] [2025-07-04T01:36:48.818Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-07-04T01:36:48.818Z] #3 DONE 0.0s [2025-07-04T01:36:48.818Z] [2025-07-04T01:36:48.818Z] #4 [internal] load .dockerignore [2025-07-04T01:36:48.818Z] #4 transferring context: 2B done [2025-07-04T01:36:48.818Z] #4 DONE 0.0s [2025-07-04T01:36:48.818Z] [2025-07-04T01:36:48.818Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 [2025-07-04T01:36:48.818Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 0.0s done [2025-07-04T01:36:48.818Z] #5 CACHED [2025-07-04T01:36:48.818Z] [2025-07-04T01:36:48.818Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 [2025-07-04T01:36:48.818Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 0.0s done [2025-07-04T01:36:48.818Z] #6 CACHED [2025-07-04T01:36:48.818Z] [2025-07-04T01:36:48.818Z] #7 exporting to image [2025-07-04T01:36:48.818Z] #7 exporting layers done [2025-07-04T01:36:48.818Z] #7 exporting manifest sha256:0094006b066378b63a4f49164921c55fc160cddbf0e764fd6bfc47fd63cb16cb done [2025-07-04T01:36:48.818Z] #7 exporting config sha256:2fc899ffcfe9640e7220f8743742ade881bf1c956a33a8e34a1267e5ae2ad18c done [2025-07-04T01:36:48.819Z] #7 exporting manifest sha256:01b5f03a4c9df9827674503f6ae094352fa9508d0b12186848ad4cbf5583c5bc done [2025-07-04T01:36:48.819Z] #7 exporting config sha256:f9ffb04184194f6d97e5e71956365e50640993b4c81c1b92c56a2ef911694349 [2025-07-04T01:36:48.819Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:48.819Z] #7 exporting config sha256:f9ffb04184194f6d97e5e71956365e50640993b4c81c1b92c56a2ef911694349 done [2025-07-04T01:36:48.819Z] #7 exporting manifest list sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 done [2025-07-04T01:36:48.819Z] #7 pushing layers 0.0s done [2025-07-04T01:36:48.819Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 0.1s done [2025-07-04T01:36:48.819Z] #7 DONE 0.1s [2025-07-04T01:36:48.819Z] [2025-07-04T01:36:48.819Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:48.819Z] #8 DONE 0.0s [2025-07-04T01:36:48.819Z] [2025-07-04T01:36:48.819Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:48.819Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:49.111Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35' [2025-07-04T01:36:49.111Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35 --push - [2025-07-04T01:36:49.371Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:49.371Z] #1 transferring dockerfile: 176B done [2025-07-04T01:36:49.371Z] #1 DONE 0.0s [2025-07-04T01:36:49.371Z] [2025-07-04T01:36:49.371Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35 [2025-07-04T01:36:49.371Z] #2 DONE 0.0s [2025-07-04T01:36:49.371Z] [2025-07-04T01:36:49.371Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35 [2025-07-04T01:36:49.371Z] #3 DONE 0.1s [2025-07-04T01:36:49.371Z] [2025-07-04T01:36:49.371Z] #4 [internal] load .dockerignore [2025-07-04T01:36:49.371Z] #4 transferring context: [2025-07-04T01:36:49.371Z] #4 transferring context: 2B done [2025-07-04T01:36:49.371Z] #4 DONE 0.0s [2025-07-04T01:36:49.371Z] [2025-07-04T01:36:49.371Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 [2025-07-04T01:36:49.371Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 0.0s done [2025-07-04T01:36:49.371Z] #5 CACHED [2025-07-04T01:36:49.371Z] [2025-07-04T01:36:49.371Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 [2025-07-04T01:36:49.371Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 0.0s done [2025-07-04T01:36:49.371Z] #6 CACHED [2025-07-04T01:36:49.371Z] [2025-07-04T01:36:49.371Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:49.371Z] #7 DONE 0.0s [2025-07-04T01:36:49.371Z] [2025-07-04T01:36:49.371Z] #8 exporting to image [2025-07-04T01:36:49.371Z] #8 exporting layers done [2025-07-04T01:36:49.371Z] #8 exporting manifest sha256:0094006b066378b63a4f49164921c55fc160cddbf0e764fd6bfc47fd63cb16cb done [2025-07-04T01:36:49.371Z] #8 exporting config sha256:2fc899ffcfe9640e7220f8743742ade881bf1c956a33a8e34a1267e5ae2ad18c done [2025-07-04T01:36:49.371Z] #8 exporting manifest sha256:01b5f03a4c9df9827674503f6ae094352fa9508d0b12186848ad4cbf5583c5bc done [2025-07-04T01:36:49.371Z] #8 exporting config sha256:f9ffb04184194f6d97e5e71956365e50640993b4c81c1b92c56a2ef911694349 done [2025-07-04T01:36:49.371Z] #8 exporting manifest list sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 done [2025-07-04T01:36:49.371Z] #8 pushing layers 0.0s done [2025-07-04T01:36:49.371Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35@sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 0.1s done [2025-07-04T01:36:49.371Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:49.371Z] #8 DONE 0.1s [2025-07-04T01:36:49.371Z] [2025-07-04T01:36:49.371Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:49.371Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:49.665Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' [2025-07-04T01:36:49.665Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - [2025-07-04T01:36:49.665Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:49.665Z] #1 transferring dockerfile: 217B done [2025-07-04T01:36:49.665Z] #1 DONE 0.0s [2025-07-04T01:36:49.665Z] [2025-07-04T01:36:49.665Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:49.665Z] #2 DONE 0.0s [2025-07-04T01:36:49.665Z] [2025-07-04T01:36:49.665Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:49.665Z] #3 DONE 0.0s [2025-07-04T01:36:49.665Z] [2025-07-04T01:36:49.665Z] #4 [internal] load .dockerignore [2025-07-04T01:36:49.665Z] #4 transferring context: 2B done [2025-07-04T01:36:49.665Z] #4 DONE 0.0s [2025-07-04T01:36:49.665Z] [2025-07-04T01:36:49.665Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 [2025-07-04T01:36:49.665Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 0.0s done [2025-07-04T01:36:49.665Z] #5 CACHED [2025-07-04T01:36:49.665Z] [2025-07-04T01:36:49.665Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 [2025-07-04T01:36:49.665Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 0.0s done [2025-07-04T01:36:49.665Z] #6 CACHED [2025-07-04T01:36:49.665Z] [2025-07-04T01:36:49.665Z] #7 exporting to image [2025-07-04T01:36:49.665Z] #7 exporting layers done [2025-07-04T01:36:49.665Z] #7 exporting manifest sha256:0094006b066378b63a4f49164921c55fc160cddbf0e764fd6bfc47fd63cb16cb done [2025-07-04T01:36:49.665Z] #7 exporting config sha256:2fc899ffcfe9640e7220f8743742ade881bf1c956a33a8e34a1267e5ae2ad18c done [2025-07-04T01:36:49.665Z] #7 exporting manifest sha256:01b5f03a4c9df9827674503f6ae094352fa9508d0b12186848ad4cbf5583c5bc done [2025-07-04T01:36:49.665Z] #7 exporting config sha256:f9ffb04184194f6d97e5e71956365e50640993b4c81c1b92c56a2ef911694349 done [2025-07-04T01:36:49.665Z] #7 exporting manifest list sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 [2025-07-04T01:36:49.665Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:49.924Z] #7 exporting manifest list sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 done [2025-07-04T01:36:49.924Z] #7 pushing layers 0.0s done [2025-07-04T01:36:49.924Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 0.1s done [2025-07-04T01:36:49.924Z] #7 DONE 0.1s [2025-07-04T01:36:49.924Z] [2025-07-04T01:36:49.924Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:49.924Z] #8 DONE 0.0s [2025-07-04T01:36:49.924Z] [2025-07-04T01:36:49.924Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:49.924Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:50.209Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-07-04T01:36:50.209Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-07-04T01:36:50.209Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:50.209Z] #1 transferring dockerfile: 168B done [2025-07-04T01:36:50.209Z] #1 DONE 0.0s [2025-07-04T01:36:50.209Z] [2025-07-04T01:36:50.209Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-07-04T01:36:50.209Z] #2 DONE 0.0s [2025-07-04T01:36:50.209Z] [2025-07-04T01:36:50.209Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-07-04T01:36:50.209Z] #3 DONE 0.0s [2025-07-04T01:36:50.209Z] [2025-07-04T01:36:50.209Z] #4 [internal] load .dockerignore [2025-07-04T01:36:50.209Z] #4 transferring context: 2B done [2025-07-04T01:36:50.209Z] #4 DONE 0.0s [2025-07-04T01:36:50.209Z] [2025-07-04T01:36:50.209Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 [2025-07-04T01:36:50.209Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 [2025-07-04T01:36:50.469Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 0.0s done [2025-07-04T01:36:50.469Z] #5 CACHED [2025-07-04T01:36:50.469Z] [2025-07-04T01:36:50.469Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 [2025-07-04T01:36:50.469Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 0.0s done [2025-07-04T01:36:50.469Z] #6 CACHED [2025-07-04T01:36:50.469Z] [2025-07-04T01:36:50.469Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:50.469Z] #7 DONE 0.0s [2025-07-04T01:36:50.469Z] [2025-07-04T01:36:50.469Z] #8 exporting to image [2025-07-04T01:36:50.469Z] #8 exporting layers done [2025-07-04T01:36:50.469Z] #8 exporting manifest sha256:0094006b066378b63a4f49164921c55fc160cddbf0e764fd6bfc47fd63cb16cb done [2025-07-04T01:36:50.469Z] #8 exporting config sha256:2fc899ffcfe9640e7220f8743742ade881bf1c956a33a8e34a1267e5ae2ad18c done [2025-07-04T01:36:50.469Z] #8 exporting manifest sha256:01b5f03a4c9df9827674503f6ae094352fa9508d0b12186848ad4cbf5583c5bc done [2025-07-04T01:36:50.469Z] #8 exporting config sha256:f9ffb04184194f6d97e5e71956365e50640993b4c81c1b92c56a2ef911694349 done [2025-07-04T01:36:50.469Z] #8 exporting manifest list sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 done [2025-07-04T01:36:50.469Z] #8 pushing layers 0.0s done [2025-07-04T01:36:50.469Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 0.1s done [2025-07-04T01:36:50.469Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:50.469Z] #8 DONE 0.1s [2025-07-04T01:36:50.469Z] [2025-07-04T01:36:50.469Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:50.469Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:50.755Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - [2025-07-04T01:36:50.755Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7' [2025-07-04T01:36:50.755Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:50.755Z] #1 transferring dockerfile: 205B done [2025-07-04T01:36:50.755Z] #1 DONE 0.0s [2025-07-04T01:36:50.755Z] [2025-07-04T01:36:50.755Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:50.755Z] #2 DONE 0.0s [2025-07-04T01:36:50.755Z] [2025-07-04T01:36:50.755Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:50.755Z] #3 DONE 0.1s [2025-07-04T01:36:50.755Z] [2025-07-04T01:36:50.755Z] #4 [internal] load .dockerignore [2025-07-04T01:36:50.755Z] #4 transferring context: 2B done [2025-07-04T01:36:50.755Z] #4 DONE 0.0s [2025-07-04T01:36:50.755Z] [2025-07-04T01:36:50.755Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c [2025-07-04T01:36:50.755Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c [2025-07-04T01:36:51.015Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done [2025-07-04T01:36:51.015Z] #5 DONE 0.1s [2025-07-04T01:36:51.015Z] [2025-07-04T01:36:51.015Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c [2025-07-04T01:36:51.015Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done [2025-07-04T01:36:51.015Z] #6 DONE 0.0s [2025-07-04T01:36:51.015Z] [2025-07-04T01:36:51.015Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:51.015Z] #7 DONE 0.0s [2025-07-04T01:36:51.015Z] [2025-07-04T01:36:51.015Z] #8 exporting to image [2025-07-04T01:36:51.015Z] #8 exporting layers done [2025-07-04T01:36:51.015Z] #8 exporting manifest sha256:05e607f9238e435b6adb6f4eeb40971aa2aedf38d395567648d93b74b250cef7 done [2025-07-04T01:36:51.015Z] #8 exporting config sha256:85109f6049c87abb170eea6b88b8cbd7298e4190934bb63a189d5affde0191b3 done [2025-07-04T01:36:51.015Z] #8 exporting manifest sha256:0a3e93bfef90a831eb4a9ab10d9e4579776b620460eedf27e017f68e347e2080 0.0s done [2025-07-04T01:36:51.015Z] #8 exporting config sha256:8cbde22ac35f581357a0af460f3d84ade24dbca34444b69e3ba76a34bcb7edbb done [2025-07-04T01:36:51.015Z] #8 exporting manifest list sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 done [2025-07-04T01:36:51.015Z] #8 pushing layers 0.1s done [2025-07-04T01:36:51.015Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 [2025-07-04T01:36:51.015Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:51.274Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 0.1s done [2025-07-04T01:36:51.274Z] #8 DONE 0.2s [2025-07-04T01:36:51.274Z] [2025-07-04T01:36:51.274Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:51.274Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:51.562Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-07-04T01:36:51.562Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-07-04T01:36:51.562Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:51.562Z] #1 transferring dockerfile: 171B done [2025-07-04T01:36:51.562Z] #1 DONE 0.0s [2025-07-04T01:36:51.562Z] [2025-07-04T01:36:51.562Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-04T01:36:51.562Z] #2 DONE 0.0s [2025-07-04T01:36:51.562Z] [2025-07-04T01:36:51.562Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-07-04T01:36:51.562Z] #3 DONE 0.0s [2025-07-04T01:36:51.562Z] [2025-07-04T01:36:51.562Z] #4 [internal] load .dockerignore [2025-07-04T01:36:51.562Z] #4 transferring context: 2B done [2025-07-04T01:36:51.562Z] #4 DONE 0.0s [2025-07-04T01:36:51.821Z] [2025-07-04T01:36:51.821Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c [2025-07-04T01:36:51.821Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done [2025-07-04T01:36:51.821Z] #5 CACHED [2025-07-04T01:36:51.821Z] [2025-07-04T01:36:51.821Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c [2025-07-04T01:36:51.821Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done [2025-07-04T01:36:51.821Z] #6 CACHED [2025-07-04T01:36:51.821Z] [2025-07-04T01:36:51.821Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:51.821Z] #7 DONE 0.0s [2025-07-04T01:36:51.821Z] [2025-07-04T01:36:51.821Z] #8 exporting to image [2025-07-04T01:36:51.821Z] #8 exporting layers done [2025-07-04T01:36:51.821Z] #8 exporting manifest sha256:05e607f9238e435b6adb6f4eeb40971aa2aedf38d395567648d93b74b250cef7 done [2025-07-04T01:36:51.821Z] #8 exporting config sha256:85109f6049c87abb170eea6b88b8cbd7298e4190934bb63a189d5affde0191b3 done [2025-07-04T01:36:51.821Z] #8 exporting manifest sha256:0a3e93bfef90a831eb4a9ab10d9e4579776b620460eedf27e017f68e347e2080 done [2025-07-04T01:36:51.821Z] #8 exporting config sha256:8cbde22ac35f581357a0af460f3d84ade24dbca34444b69e3ba76a34bcb7edbb done [2025-07-04T01:36:51.821Z] #8 exporting manifest list sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 done [2025-07-04T01:36:51.821Z] #8 pushing layers 0.0s done [2025-07-04T01:36:51.821Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 0.1s done [2025-07-04T01:36:51.821Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:51.821Z] #8 DONE 0.1s [2025-07-04T01:36:51.821Z] [2025-07-04T01:36:51.821Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:51.821Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:52.215Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35' [2025-07-04T01:36:52.215Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35 --push - [2025-07-04T01:36:52.215Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:52.215Z] #1 transferring dockerfile: 177B done [2025-07-04T01:36:52.215Z] #1 DONE 0.0s [2025-07-04T01:36:52.215Z] [2025-07-04T01:36:52.215Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35 [2025-07-04T01:36:52.215Z] #2 DONE 0.0s [2025-07-04T01:36:52.215Z] [2025-07-04T01:36:52.215Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35 [2025-07-04T01:36:52.215Z] #3 DONE 0.0s [2025-07-04T01:36:52.215Z] [2025-07-04T01:36:52.215Z] #4 [internal] load .dockerignore [2025-07-04T01:36:52.215Z] #4 transferring context: 2B done [2025-07-04T01:36:52.215Z] #4 DONE 0.0s [2025-07-04T01:36:52.215Z] [2025-07-04T01:36:52.215Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c [2025-07-04T01:36:52.215Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done [2025-07-04T01:36:52.215Z] #5 CACHED [2025-07-04T01:36:52.215Z] [2025-07-04T01:36:52.215Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c [2025-07-04T01:36:52.215Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done [2025-07-04T01:36:52.215Z] #6 CACHED [2025-07-04T01:36:52.215Z] [2025-07-04T01:36:52.215Z] #7 exporting to image [2025-07-04T01:36:52.215Z] #7 exporting layers [2025-07-04T01:36:52.215Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:52.474Z] #7 exporting layers done [2025-07-04T01:36:52.474Z] #7 exporting manifest sha256:05e607f9238e435b6adb6f4eeb40971aa2aedf38d395567648d93b74b250cef7 done [2025-07-04T01:36:52.474Z] #7 exporting config sha256:85109f6049c87abb170eea6b88b8cbd7298e4190934bb63a189d5affde0191b3 done [2025-07-04T01:36:52.474Z] #7 exporting manifest sha256:0a3e93bfef90a831eb4a9ab10d9e4579776b620460eedf27e017f68e347e2080 done [2025-07-04T01:36:52.474Z] #7 exporting config sha256:8cbde22ac35f581357a0af460f3d84ade24dbca34444b69e3ba76a34bcb7edbb done [2025-07-04T01:36:52.474Z] #7 exporting manifest list sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 done [2025-07-04T01:36:52.474Z] #7 pushing layers 0.0s done [2025-07-04T01:36:52.474Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35@sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 0.1s done [2025-07-04T01:36:52.474Z] #7 DONE 0.1s [2025-07-04T01:36:52.474Z] [2025-07-04T01:36:52.474Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:52.474Z] #8 DONE 0.0s [2025-07-04T01:36:52.475Z] [2025-07-04T01:36:52.475Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:52.475Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:52.759Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' [2025-07-04T01:36:52.759Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - [2025-07-04T01:36:52.759Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:52.759Z] #1 transferring dockerfile: 218B done [2025-07-04T01:36:52.759Z] #1 DONE 0.0s [2025-07-04T01:36:52.759Z] [2025-07-04T01:36:52.759Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:52.759Z] #2 DONE 0.0s [2025-07-04T01:36:52.759Z] [2025-07-04T01:36:52.759Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:52.759Z] #3 DONE 0.0s [2025-07-04T01:36:52.759Z] [2025-07-04T01:36:52.759Z] #4 [internal] load .dockerignore [2025-07-04T01:36:52.759Z] #4 transferring context: 2B done [2025-07-04T01:36:52.759Z] #4 DONE 0.0s [2025-07-04T01:36:52.759Z] [2025-07-04T01:36:52.759Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c [2025-07-04T01:36:52.759Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done [2025-07-04T01:36:52.759Z] #5 CACHED [2025-07-04T01:36:52.759Z] [2025-07-04T01:36:52.759Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c [2025-07-04T01:36:52.759Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done [2025-07-04T01:36:52.759Z] #6 CACHED [2025-07-04T01:36:52.759Z] [2025-07-04T01:36:52.759Z] #7 exporting to image [2025-07-04T01:36:52.759Z] #7 exporting layers done [2025-07-04T01:36:52.759Z] #7 exporting manifest sha256:05e607f9238e435b6adb6f4eeb40971aa2aedf38d395567648d93b74b250cef7 done [2025-07-04T01:36:52.759Z] #7 exporting config sha256:85109f6049c87abb170eea6b88b8cbd7298e4190934bb63a189d5affde0191b3 done [2025-07-04T01:36:52.759Z] #7 exporting manifest sha256:0a3e93bfef90a831eb4a9ab10d9e4579776b620460eedf27e017f68e347e2080 done [2025-07-04T01:36:52.759Z] #7 exporting config sha256:8cbde22ac35f581357a0af460f3d84ade24dbca34444b69e3ba76a34bcb7edbb done [2025-07-04T01:36:52.759Z] #7 exporting manifest list sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 done [2025-07-04T01:36:52.759Z] #7 pushing layers 0.0s done [2025-07-04T01:36:52.759Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 [2025-07-04T01:36:52.759Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:53.020Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 0.1s done [2025-07-04T01:36:53.020Z] #7 DONE 0.1s [2025-07-04T01:36:53.020Z] [2025-07-04T01:36:53.020Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:53.020Z] #8 DONE 0.0s [2025-07-04T01:36:53.020Z] [2025-07-04T01:36:53.020Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:53.020Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:53.311Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-07-04T01:36:53.311Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-07-04T01:36:53.311Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:53.311Z] #1 transferring dockerfile: 169B done [2025-07-04T01:36:53.311Z] #1 DONE 0.0s [2025-07-04T01:36:53.311Z] [2025-07-04T01:36:53.311Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-07-04T01:36:53.311Z] #2 DONE 0.0s [2025-07-04T01:36:53.311Z] [2025-07-04T01:36:53.311Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-07-04T01:36:53.311Z] #3 DONE 0.0s [2025-07-04T01:36:53.311Z] [2025-07-04T01:36:53.311Z] #4 [internal] load .dockerignore [2025-07-04T01:36:53.311Z] #4 transferring context: 2B done [2025-07-04T01:36:53.311Z] #4 DONE 0.0s [2025-07-04T01:36:53.311Z] [2025-07-04T01:36:53.311Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c [2025-07-04T01:36:53.311Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done [2025-07-04T01:36:53.311Z] #5 CACHED [2025-07-04T01:36:53.311Z] [2025-07-04T01:36:53.311Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c [2025-07-04T01:36:53.311Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done [2025-07-04T01:36:53.311Z] #6 CACHED [2025-07-04T01:36:53.311Z] [2025-07-04T01:36:53.311Z] #7 exporting to image [2025-07-04T01:36:53.311Z] #7 exporting layers done [2025-07-04T01:36:53.311Z] #7 exporting manifest sha256:05e607f9238e435b6adb6f4eeb40971aa2aedf38d395567648d93b74b250cef7 done [2025-07-04T01:36:53.311Z] #7 exporting config sha256:85109f6049c87abb170eea6b88b8cbd7298e4190934bb63a189d5affde0191b3 done [2025-07-04T01:36:53.311Z] #7 exporting manifest sha256:0a3e93bfef90a831eb4a9ab10d9e4579776b620460eedf27e017f68e347e2080 done [2025-07-04T01:36:53.311Z] #7 exporting config sha256:8cbde22ac35f581357a0af460f3d84ade24dbca34444b69e3ba76a34bcb7edbb done [2025-07-04T01:36:53.311Z] #7 exporting manifest list sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 done [2025-07-04T01:36:53.311Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:53.571Z] #7 pushing layers 0.0s done [2025-07-04T01:36:53.571Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 0.1s done [2025-07-04T01:36:53.571Z] #7 DONE 0.1s [2025-07-04T01:36:53.571Z] [2025-07-04T01:36:53.571Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:53.571Z] #8 DONE 0.0s [2025-07-04T01:36:53.571Z] [2025-07-04T01:36:53.571Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:53.571Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:53.858Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7' [2025-07-04T01:36:53.858Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - [2025-07-04T01:36:53.858Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:53.858Z] #1 transferring dockerfile: 211B done [2025-07-04T01:36:53.858Z] #1 DONE 0.0s [2025-07-04T01:36:53.858Z] [2025-07-04T01:36:53.858Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:53.858Z] #2 DONE 0.0s [2025-07-04T01:36:53.858Z] [2025-07-04T01:36:53.858Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:53.858Z] #3 DONE 0.0s [2025-07-04T01:36:53.858Z] [2025-07-04T01:36:53.858Z] #4 [internal] load .dockerignore [2025-07-04T01:36:53.858Z] #4 transferring context: 2B done [2025-07-04T01:36:53.858Z] #4 DONE 0.0s [2025-07-04T01:36:53.858Z] [2025-07-04T01:36:53.858Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb [2025-07-04T01:36:53.858Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done [2025-07-04T01:36:53.858Z] #5 DONE 0.0s [2025-07-04T01:36:53.858Z] [2025-07-04T01:36:53.858Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb [2025-07-04T01:36:54.116Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done [2025-07-04T01:36:54.116Z] #6 DONE 0.0s [2025-07-04T01:36:54.116Z] [2025-07-04T01:36:54.116Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb [2025-07-04T01:36:54.116Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done [2025-07-04T01:36:54.116Z] #5 DONE 0.1s [2025-07-04T01:36:54.116Z] [2025-07-04T01:36:54.116Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:54.116Z] #7 DONE 0.0s [2025-07-04T01:36:54.116Z] [2025-07-04T01:36:54.116Z] #8 exporting to image [2025-07-04T01:36:54.116Z] #8 exporting layers done [2025-07-04T01:36:54.116Z] #8 exporting manifest sha256:bf85b1ef39907b2efcdad3ee63bfede765d5631e8f031c280e4098c641d3e0d2 0.0s done [2025-07-04T01:36:54.116Z] #8 exporting config sha256:34ce399c372ba3471c6e02486f633358b1c3efe441fbabe3a09e378620f5dcb8 done [2025-07-04T01:36:54.116Z] #8 exporting manifest sha256:66c45ecf349868c7da03c1630752277e46ddd1a7e7ddbcf7208c81c10a5031da done [2025-07-04T01:36:54.116Z] #8 exporting config sha256:83c3ad45950788e8619917953144b70c581e616d8af1af40916f1d868f41da8a done [2025-07-04T01:36:54.116Z] #8 exporting manifest list sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 done [2025-07-04T01:36:54.116Z] #8 pushing layers 0.1s done [2025-07-04T01:36:54.116Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 [2025-07-04T01:36:54.116Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:54.377Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 0.1s done [2025-07-04T01:36:54.377Z] #8 DONE 0.2s [2025-07-04T01:36:54.377Z] [2025-07-04T01:36:54.377Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:54.377Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:54.666Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-07-04T01:36:54.666Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-07-04T01:36:54.666Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:54.666Z] #1 transferring dockerfile: 177B done [2025-07-04T01:36:54.666Z] #1 DONE 0.0s [2025-07-04T01:36:54.666Z] [2025-07-04T01:36:54.666Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-04T01:36:54.666Z] #2 DONE 0.0s [2025-07-04T01:36:54.666Z] [2025-07-04T01:36:54.666Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-07-04T01:36:54.666Z] #3 DONE 0.0s [2025-07-04T01:36:54.666Z] [2025-07-04T01:36:54.666Z] #4 [internal] load .dockerignore [2025-07-04T01:36:54.666Z] #4 transferring context: 2B done [2025-07-04T01:36:54.666Z] #4 DONE 0.0s [2025-07-04T01:36:54.666Z] [2025-07-04T01:36:54.666Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb [2025-07-04T01:36:54.666Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done [2025-07-04T01:36:54.666Z] #5 DONE 0.0s [2025-07-04T01:36:54.666Z] [2025-07-04T01:36:54.666Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb [2025-07-04T01:36:54.930Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done [2025-07-04T01:36:54.930Z] #6 CACHED [2025-07-04T01:36:54.930Z] [2025-07-04T01:36:54.930Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb [2025-07-04T01:36:54.930Z] #5 CACHED [2025-07-04T01:36:54.930Z] [2025-07-04T01:36:54.930Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:54.930Z] #7 DONE 0.0s [2025-07-04T01:36:54.930Z] [2025-07-04T01:36:54.930Z] #8 exporting to image [2025-07-04T01:36:54.930Z] #8 exporting layers done [2025-07-04T01:36:54.930Z] #8 exporting manifest sha256:bf85b1ef39907b2efcdad3ee63bfede765d5631e8f031c280e4098c641d3e0d2 done [2025-07-04T01:36:54.930Z] #8 exporting config sha256:34ce399c372ba3471c6e02486f633358b1c3efe441fbabe3a09e378620f5dcb8 done [2025-07-04T01:36:54.930Z] #8 exporting manifest sha256:66c45ecf349868c7da03c1630752277e46ddd1a7e7ddbcf7208c81c10a5031da done [2025-07-04T01:36:54.930Z] #8 exporting config sha256:83c3ad45950788e8619917953144b70c581e616d8af1af40916f1d868f41da8a done [2025-07-04T01:36:54.930Z] #8 exporting manifest list sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 done [2025-07-04T01:36:54.930Z] #8 pushing layers 0.0s done [2025-07-04T01:36:54.930Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 0.1s done [2025-07-04T01:36:54.930Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:54.930Z] #8 DONE 0.1s [2025-07-04T01:36:54.930Z] [2025-07-04T01:36:54.930Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:54.930Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:55.214Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35' [2025-07-04T01:36:55.214Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35 --push - [2025-07-04T01:36:55.214Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:55.214Z] #1 transferring dockerfile: 183B done [2025-07-04T01:36:55.214Z] #1 DONE 0.0s [2025-07-04T01:36:55.214Z] [2025-07-04T01:36:55.214Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35 [2025-07-04T01:36:55.214Z] #2 DONE 0.0s [2025-07-04T01:36:55.214Z] [2025-07-04T01:36:55.214Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35 [2025-07-04T01:36:55.214Z] #3 DONE 0.0s [2025-07-04T01:36:55.214Z] [2025-07-04T01:36:55.214Z] #4 [internal] load .dockerignore [2025-07-04T01:36:55.214Z] #4 transferring context: 2B done [2025-07-04T01:36:55.214Z] #4 DONE 0.0s [2025-07-04T01:36:55.214Z] [2025-07-04T01:36:55.214Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb [2025-07-04T01:36:55.214Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done [2025-07-04T01:36:55.214Z] #5 DONE 0.0s [2025-07-04T01:36:55.214Z] [2025-07-04T01:36:55.214Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb [2025-07-04T01:36:55.473Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done [2025-07-04T01:36:55.473Z] #6 CACHED [2025-07-04T01:36:55.473Z] [2025-07-04T01:36:55.473Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb [2025-07-04T01:36:55.473Z] #5 CACHED [2025-07-04T01:36:55.473Z] [2025-07-04T01:36:55.473Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:55.473Z] #7 DONE 0.0s [2025-07-04T01:36:55.473Z] [2025-07-04T01:36:55.473Z] #8 exporting to image [2025-07-04T01:36:55.473Z] #8 exporting layers done [2025-07-04T01:36:55.473Z] #8 exporting manifest sha256:bf85b1ef39907b2efcdad3ee63bfede765d5631e8f031c280e4098c641d3e0d2 done [2025-07-04T01:36:55.473Z] #8 exporting config sha256:34ce399c372ba3471c6e02486f633358b1c3efe441fbabe3a09e378620f5dcb8 done [2025-07-04T01:36:55.473Z] #8 exporting manifest sha256:66c45ecf349868c7da03c1630752277e46ddd1a7e7ddbcf7208c81c10a5031da done [2025-07-04T01:36:55.473Z] #8 exporting config sha256:83c3ad45950788e8619917953144b70c581e616d8af1af40916f1d868f41da8a done [2025-07-04T01:36:55.473Z] #8 exporting manifest list sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 done [2025-07-04T01:36:55.473Z] #8 pushing layers 0.0s done [2025-07-04T01:36:55.473Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35@sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 0.1s done [2025-07-04T01:36:55.473Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:55.473Z] #8 DONE 0.1s [2025-07-04T01:36:55.473Z] [2025-07-04T01:36:55.473Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:55.473Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:55.764Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' [2025-07-04T01:36:55.764Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - [2025-07-04T01:36:55.764Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:55.764Z] #1 transferring dockerfile: 224B done [2025-07-04T01:36:55.764Z] #1 DONE 0.0s [2025-07-04T01:36:55.764Z] [2025-07-04T01:36:55.764Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:55.764Z] #2 DONE 0.0s [2025-07-04T01:36:55.764Z] [2025-07-04T01:36:55.764Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:55.764Z] #3 DONE 0.0s [2025-07-04T01:36:55.764Z] [2025-07-04T01:36:55.764Z] #4 [internal] load .dockerignore [2025-07-04T01:36:55.764Z] #4 transferring context: 2B done [2025-07-04T01:36:55.764Z] #4 DONE 0.0s [2025-07-04T01:36:55.764Z] [2025-07-04T01:36:55.764Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb [2025-07-04T01:36:55.764Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done [2025-07-04T01:36:55.764Z] #5 DONE 0.0s [2025-07-04T01:36:55.764Z] [2025-07-04T01:36:55.764Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb [2025-07-04T01:36:56.027Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done [2025-07-04T01:36:56.027Z] #6 CACHED [2025-07-04T01:36:56.027Z] [2025-07-04T01:36:56.027Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb [2025-07-04T01:36:56.027Z] #5 CACHED [2025-07-04T01:36:56.027Z] [2025-07-04T01:36:56.027Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:56.027Z] #7 DONE 0.0s [2025-07-04T01:36:56.027Z] [2025-07-04T01:36:56.027Z] #8 exporting to image [2025-07-04T01:36:56.027Z] #8 exporting layers done [2025-07-04T01:36:56.027Z] #8 exporting manifest sha256:bf85b1ef39907b2efcdad3ee63bfede765d5631e8f031c280e4098c641d3e0d2 done [2025-07-04T01:36:56.027Z] #8 exporting config sha256:34ce399c372ba3471c6e02486f633358b1c3efe441fbabe3a09e378620f5dcb8 done [2025-07-04T01:36:56.027Z] #8 exporting manifest sha256:66c45ecf349868c7da03c1630752277e46ddd1a7e7ddbcf7208c81c10a5031da done [2025-07-04T01:36:56.027Z] #8 exporting config sha256:83c3ad45950788e8619917953144b70c581e616d8af1af40916f1d868f41da8a done [2025-07-04T01:36:56.027Z] #8 exporting manifest list sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 done [2025-07-04T01:36:56.027Z] #8 pushing layers 0.0s done [2025-07-04T01:36:56.027Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 0.1s done [2025-07-04T01:36:56.027Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:56.027Z] #8 DONE 0.1s [2025-07-04T01:36:56.027Z] [2025-07-04T01:36:56.027Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:56.027Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:56.317Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-07-04T01:36:56.317Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-07-04T01:36:56.577Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:56.577Z] #1 transferring dockerfile: 175B done [2025-07-04T01:36:56.577Z] #1 DONE 0.0s [2025-07-04T01:36:56.577Z] [2025-07-04T01:36:56.577Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-07-04T01:36:56.577Z] #2 DONE 0.0s [2025-07-04T01:36:56.577Z] [2025-07-04T01:36:56.577Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-07-04T01:36:56.577Z] #3 DONE 0.0s [2025-07-04T01:36:56.577Z] [2025-07-04T01:36:56.577Z] #4 [internal] load .dockerignore [2025-07-04T01:36:56.577Z] #4 transferring context: [2025-07-04T01:36:56.577Z] #4 transferring context: 2B done [2025-07-04T01:36:56.577Z] #4 DONE 0.0s [2025-07-04T01:36:56.577Z] [2025-07-04T01:36:56.577Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb [2025-07-04T01:36:56.577Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done [2025-07-04T01:36:56.577Z] #5 CACHED [2025-07-04T01:36:56.577Z] [2025-07-04T01:36:56.577Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb [2025-07-04T01:36:56.577Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done [2025-07-04T01:36:56.577Z] #6 CACHED [2025-07-04T01:36:56.577Z] [2025-07-04T01:36:56.577Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:56.577Z] #7 DONE 0.0s [2025-07-04T01:36:56.577Z] [2025-07-04T01:36:56.577Z] #8 exporting to image [2025-07-04T01:36:56.577Z] #8 exporting layers done [2025-07-04T01:36:56.577Z] #8 exporting manifest sha256:bf85b1ef39907b2efcdad3ee63bfede765d5631e8f031c280e4098c641d3e0d2 done [2025-07-04T01:36:56.577Z] #8 exporting config sha256:34ce399c372ba3471c6e02486f633358b1c3efe441fbabe3a09e378620f5dcb8 done [2025-07-04T01:36:56.577Z] #8 exporting manifest sha256:66c45ecf349868c7da03c1630752277e46ddd1a7e7ddbcf7208c81c10a5031da done [2025-07-04T01:36:56.577Z] #8 exporting config sha256:83c3ad45950788e8619917953144b70c581e616d8af1af40916f1d868f41da8a done [2025-07-04T01:36:56.577Z] #8 exporting manifest list sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 done [2025-07-04T01:36:56.577Z] #8 pushing layers 0.0s done [2025-07-04T01:36:56.577Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 0.1s done [2025-07-04T01:36:56.577Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:56.577Z] #8 DONE 0.1s [2025-07-04T01:36:56.577Z] [2025-07-04T01:36:56.577Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:56.577Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:57.127Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - [2025-07-04T01:36:57.127Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7' [2025-07-04T01:36:57.127Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:57.127Z] #1 transferring dockerfile: 215B done [2025-07-04T01:36:57.127Z] #1 DONE 0.0s [2025-07-04T01:36:57.127Z] [2025-07-04T01:36:57.127Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:57.127Z] #2 DONE 0.0s [2025-07-04T01:36:57.127Z] [2025-07-04T01:36:57.127Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:36:57.127Z] #3 DONE 0.1s [2025-07-04T01:36:57.127Z] [2025-07-04T01:36:57.127Z] #4 [internal] load .dockerignore [2025-07-04T01:36:57.127Z] #4 transferring context: 2B done [2025-07-04T01:36:57.127Z] #4 DONE 0.0s [2025-07-04T01:36:57.385Z] [2025-07-04T01:36:57.385Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 [2025-07-04T01:36:57.385Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 0.0s done [2025-07-04T01:36:57.386Z] #5 DONE 0.0s [2025-07-04T01:36:57.386Z] [2025-07-04T01:36:57.386Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 [2025-07-04T01:36:57.386Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 0.0s done [2025-07-04T01:36:57.386Z] #6 DONE 0.1s [2025-07-04T01:36:57.386Z] [2025-07-04T01:36:57.386Z] #7 exporting to image [2025-07-04T01:36:57.386Z] #7 exporting layers done [2025-07-04T01:36:57.386Z] #7 exporting manifest sha256:f6c8242992aa1122e55b26f4403a54506a952954c477ee409984cdaa9659e345 done [2025-07-04T01:36:57.386Z] #7 exporting config sha256:2f140c13d796f2e1df72b9d647d6d1df2dd030b4a38f2ea9b1570e386d890ab0 done [2025-07-04T01:36:57.386Z] #7 exporting manifest sha256:a1fe947e119ab636f8eb9017ebf13656e23b398de317ee9f6aba452ae03dda3a [2025-07-04T01:36:57.386Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:57.386Z] #7 ... [2025-07-04T01:36:57.386Z] [2025-07-04T01:36:57.386Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:57.386Z] #8 DONE 0.0s [2025-07-04T01:36:57.386Z] [2025-07-04T01:36:57.386Z] #7 exporting to image [2025-07-04T01:36:57.386Z] #7 exporting manifest sha256:a1fe947e119ab636f8eb9017ebf13656e23b398de317ee9f6aba452ae03dda3a done [2025-07-04T01:36:57.386Z] #7 exporting config sha256:7e338129075052370828455be224a8635e83d23574034a847781002142dd3ad3 0.0s done [2025-07-04T01:36:57.386Z] #7 exporting manifest list sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a done [2025-07-04T01:36:57.386Z] #7 pushing layers 0.1s done [2025-07-04T01:36:57.386Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a [2025-07-04T01:36:57.645Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a 0.1s done [2025-07-04T01:36:57.645Z] #7 DONE 0.2s [2025-07-04T01:36:57.645Z] [2025-07-04T01:36:57.645Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:57.645Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:57.931Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-07-04T01:36:57.931Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-07-04T01:36:57.931Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:57.931Z] #1 transferring dockerfile: 181B done [2025-07-04T01:36:57.931Z] #1 DONE 0.0s [2025-07-04T01:36:57.931Z] [2025-07-04T01:36:57.931Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-04T01:36:57.931Z] #2 DONE 0.0s [2025-07-04T01:36:57.931Z] [2025-07-04T01:36:57.931Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-07-04T01:36:57.931Z] #3 DONE 0.0s [2025-07-04T01:36:57.931Z] [2025-07-04T01:36:57.931Z] #4 [internal] load .dockerignore [2025-07-04T01:36:57.931Z] #4 transferring context: 2B done [2025-07-04T01:36:57.931Z] #4 DONE 0.0s [2025-07-04T01:36:57.931Z] [2025-07-04T01:36:57.931Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 [2025-07-04T01:36:57.931Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 done [2025-07-04T01:36:57.931Z] #5 DONE 0.0s [2025-07-04T01:36:57.931Z] [2025-07-04T01:36:57.931Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 [2025-07-04T01:36:58.190Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 0.0s done [2025-07-04T01:36:58.190Z] #6 CACHED [2025-07-04T01:36:58.190Z] [2025-07-04T01:36:58.190Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 [2025-07-04T01:36:58.190Z] #5 CACHED [2025-07-04T01:36:58.190Z] [2025-07-04T01:36:58.190Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:58.190Z] #7 DONE 0.0s [2025-07-04T01:36:58.190Z] [2025-07-04T01:36:58.190Z] #8 exporting to image [2025-07-04T01:36:58.190Z] #8 exporting layers done [2025-07-04T01:36:58.190Z] #8 exporting manifest sha256:f6c8242992aa1122e55b26f4403a54506a952954c477ee409984cdaa9659e345 done [2025-07-04T01:36:58.190Z] #8 exporting config sha256:2f140c13d796f2e1df72b9d647d6d1df2dd030b4a38f2ea9b1570e386d890ab0 done [2025-07-04T01:36:58.190Z] #8 exporting manifest sha256:a1fe947e119ab636f8eb9017ebf13656e23b398de317ee9f6aba452ae03dda3a done [2025-07-04T01:36:58.190Z] #8 exporting config sha256:7e338129075052370828455be224a8635e83d23574034a847781002142dd3ad3 done [2025-07-04T01:36:58.190Z] #8 exporting manifest list sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a done [2025-07-04T01:36:58.190Z] #8 pushing layers 0.0s done [2025-07-04T01:36:58.190Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a 0.1s done [2025-07-04T01:36:58.190Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:58.190Z] #8 DONE 0.1s [2025-07-04T01:36:58.190Z] [2025-07-04T01:36:58.190Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:58.190Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:58.479Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35' [2025-07-04T01:36:58.479Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35 --push - [2025-07-04T01:36:58.479Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:58.479Z] #1 transferring dockerfile: 187B done [2025-07-04T01:36:58.479Z] #1 DONE 0.0s [2025-07-04T01:36:58.479Z] [2025-07-04T01:36:58.479Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35 [2025-07-04T01:36:58.479Z] #2 DONE 0.0s [2025-07-04T01:36:58.479Z] [2025-07-04T01:36:58.479Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35 [2025-07-04T01:36:58.479Z] #3 DONE 0.0s [2025-07-04T01:36:58.479Z] [2025-07-04T01:36:58.479Z] #4 [internal] load .dockerignore [2025-07-04T01:36:58.479Z] #4 transferring context: 2B done [2025-07-04T01:36:58.479Z] #4 DONE 0.0s [2025-07-04T01:36:58.479Z] [2025-07-04T01:36:58.479Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 [2025-07-04T01:36:58.479Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 0.0s done [2025-07-04T01:36:58.479Z] #5 CACHED [2025-07-04T01:36:58.479Z] [2025-07-04T01:36:58.479Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 [2025-07-04T01:36:58.479Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 0.0s done [2025-07-04T01:36:58.479Z] #6 CACHED [2025-07-04T01:36:58.479Z] [2025-07-04T01:36:58.479Z] #7 exporting to image [2025-07-04T01:36:58.479Z] #7 exporting layers done [2025-07-04T01:36:58.479Z] #7 exporting manifest sha256:f6c8242992aa1122e55b26f4403a54506a952954c477ee409984cdaa9659e345 done [2025-07-04T01:36:58.479Z] #7 exporting config sha256:2f140c13d796f2e1df72b9d647d6d1df2dd030b4a38f2ea9b1570e386d890ab0 done [2025-07-04T01:36:58.479Z] #7 exporting manifest sha256:a1fe947e119ab636f8eb9017ebf13656e23b398de317ee9f6aba452ae03dda3a done [2025-07-04T01:36:58.479Z] #7 exporting config sha256:7e338129075052370828455be224a8635e83d23574034a847781002142dd3ad3 done [2025-07-04T01:36:58.479Z] #7 exporting manifest list sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a [2025-07-04T01:36:58.479Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:58.738Z] #7 exporting manifest list sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a done [2025-07-04T01:36:58.738Z] #7 pushing layers 0.0s done [2025-07-04T01:36:58.738Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35@sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a 0.1s done [2025-07-04T01:36:58.738Z] #7 DONE 0.1s [2025-07-04T01:36:58.738Z] [2025-07-04T01:36:58.738Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:58.738Z] #8 DONE 0.0s [2025-07-04T01:36:58.997Z] [2025-07-04T01:36:58.997Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:58.997Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:59.288Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' [2025-07-04T01:36:59.288Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - [2025-07-04T01:36:59.288Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:36:59.288Z] #1 transferring dockerfile: 228B done [2025-07-04T01:36:59.288Z] #1 DONE 0.0s [2025-07-04T01:36:59.288Z] [2025-07-04T01:36:59.288Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:59.288Z] #2 DONE 0.0s [2025-07-04T01:36:59.288Z] [2025-07-04T01:36:59.288Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:36:59.288Z] #3 DONE 0.0s [2025-07-04T01:36:59.288Z] [2025-07-04T01:36:59.288Z] #4 [internal] load .dockerignore [2025-07-04T01:36:59.288Z] #4 transferring context: 2B done [2025-07-04T01:36:59.288Z] #4 DONE 0.0s [2025-07-04T01:36:59.288Z] [2025-07-04T01:36:59.288Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 [2025-07-04T01:36:59.288Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 done [2025-07-04T01:36:59.288Z] #5 CACHED [2025-07-04T01:36:59.288Z] [2025-07-04T01:36:59.288Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 [2025-07-04T01:36:59.288Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 done [2025-07-04T01:36:59.288Z] #6 CACHED [2025-07-04T01:36:59.288Z] [2025-07-04T01:36:59.288Z] #7 exporting to image [2025-07-04T01:36:59.288Z] #7 exporting layers done [2025-07-04T01:36:59.288Z] #7 exporting manifest sha256:f6c8242992aa1122e55b26f4403a54506a952954c477ee409984cdaa9659e345 done [2025-07-04T01:36:59.288Z] #7 exporting config sha256:2f140c13d796f2e1df72b9d647d6d1df2dd030b4a38f2ea9b1570e386d890ab0 done [2025-07-04T01:36:59.288Z] #7 exporting manifest sha256:a1fe947e119ab636f8eb9017ebf13656e23b398de317ee9f6aba452ae03dda3a done [2025-07-04T01:36:59.288Z] #7 exporting config sha256:7e338129075052370828455be224a8635e83d23574034a847781002142dd3ad3 done [2025-07-04T01:36:59.288Z] #7 exporting manifest list sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a done [2025-07-04T01:36:59.288Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:36:59.547Z] #7 pushing layers 0.0s done [2025-07-04T01:36:59.547Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a 0.1s done [2025-07-04T01:36:59.547Z] #7 DONE 0.1s [2025-07-04T01:36:59.547Z] [2025-07-04T01:36:59.547Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:36:59.547Z] #8 DONE 0.0s [2025-07-04T01:36:59.547Z] [2025-07-04T01:36:59.547Z] 1 warning found (use --debug to expand): [2025-07-04T01:36:59.547Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:36:59.836Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-07-04T01:36:59.836Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-07-04T01:37:00.096Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:00.096Z] #1 transferring dockerfile: 179B done [2025-07-04T01:37:00.096Z] #1 DONE 0.0s [2025-07-04T01:37:00.096Z] [2025-07-04T01:37:00.096Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-07-04T01:37:00.096Z] #2 DONE 0.0s [2025-07-04T01:37:00.096Z] [2025-07-04T01:37:00.096Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-07-04T01:37:00.096Z] #3 DONE 0.0s [2025-07-04T01:37:00.096Z] [2025-07-04T01:37:00.096Z] #4 [internal] load .dockerignore [2025-07-04T01:37:00.096Z] #4 transferring context: 2B done [2025-07-04T01:37:00.096Z] #4 DONE 0.0s [2025-07-04T01:37:00.096Z] [2025-07-04T01:37:00.096Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 [2025-07-04T01:37:00.096Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 0.0s done [2025-07-04T01:37:00.096Z] #5 CACHED [2025-07-04T01:37:00.096Z] [2025-07-04T01:37:00.096Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 [2025-07-04T01:37:00.096Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 0.0s done [2025-07-04T01:37:00.096Z] #6 CACHED [2025-07-04T01:37:00.096Z] [2025-07-04T01:37:00.096Z] #7 exporting to image [2025-07-04T01:37:00.096Z] #7 exporting layers done [2025-07-04T01:37:00.096Z] #7 exporting manifest sha256:f6c8242992aa1122e55b26f4403a54506a952954c477ee409984cdaa9659e345 done [2025-07-04T01:37:00.096Z] #7 exporting config sha256:2f140c13d796f2e1df72b9d647d6d1df2dd030b4a38f2ea9b1570e386d890ab0 done [2025-07-04T01:37:00.096Z] #7 exporting manifest sha256:a1fe947e119ab636f8eb9017ebf13656e23b398de317ee9f6aba452ae03dda3a done [2025-07-04T01:37:00.096Z] #7 exporting config sha256:7e338129075052370828455be224a8635e83d23574034a847781002142dd3ad3 [2025-07-04T01:37:00.096Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:00.096Z] #7 exporting config sha256:7e338129075052370828455be224a8635e83d23574034a847781002142dd3ad3 done [2025-07-04T01:37:00.096Z] #7 exporting manifest list sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a done [2025-07-04T01:37:00.096Z] #7 pushing layers 0.0s done [2025-07-04T01:37:00.096Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a 0.1s done [2025-07-04T01:37:00.096Z] #7 DONE 0.1s [2025-07-04T01:37:00.096Z] [2025-07-04T01:37:00.096Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:00.096Z] #8 DONE 0.0s [2025-07-04T01:37:00.096Z] [2025-07-04T01:37:00.096Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:00.096Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:00.381Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7' [2025-07-04T01:37:00.381Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - [2025-07-04T01:37:00.381Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:00.381Z] #1 transferring dockerfile: 205B done [2025-07-04T01:37:00.381Z] #1 DONE 0.0s [2025-07-04T01:37:00.381Z] [2025-07-04T01:37:00.381Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:37:00.381Z] #2 DONE 0.0s [2025-07-04T01:37:00.381Z] [2025-07-04T01:37:00.381Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:37:00.381Z] #3 DONE 0.0s [2025-07-04T01:37:00.381Z] [2025-07-04T01:37:00.381Z] #4 [internal] load .dockerignore [2025-07-04T01:37:00.381Z] #4 transferring context: [2025-07-04T01:37:00.640Z] #4 transferring context: 2B 0.0s done [2025-07-04T01:37:00.640Z] #4 DONE 0.0s [2025-07-04T01:37:00.640Z] [2025-07-04T01:37:00.640Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c [2025-07-04T01:37:00.640Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done [2025-07-04T01:37:00.640Z] #5 DONE 0.0s [2025-07-04T01:37:00.640Z] [2025-07-04T01:37:00.640Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c [2025-07-04T01:37:00.640Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done [2025-07-04T01:37:00.898Z] #6 DONE 0.1s [2025-07-04T01:37:00.898Z] [2025-07-04T01:37:00.898Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:00.898Z] #7 DONE 0.0s [2025-07-04T01:37:00.898Z] [2025-07-04T01:37:00.898Z] #8 exporting to image [2025-07-04T01:37:00.898Z] #8 exporting layers done [2025-07-04T01:37:00.898Z] #8 exporting manifest sha256:1141ab837b5418007444efed650ce66482940df9e273c101f04877a60e4b2418 done [2025-07-04T01:37:00.898Z] #8 exporting config sha256:6a6d340d96fb3d66bdea4b74c2c0e7a7d5eed411ba92bf91da52bc63b36a437d done [2025-07-04T01:37:00.898Z] #8 exporting manifest sha256:c688848192414781c4d416d77e140dbe9c332800ca08df27b4dd89f313c7e233 done [2025-07-04T01:37:00.898Z] #8 exporting config sha256:01425f34e2622ed46e8bb89599c2e6893bdd832a14693c3f7022a9901bed206d done [2025-07-04T01:37:00.899Z] #8 exporting manifest list sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 done [2025-07-04T01:37:00.899Z] #8 pushing layers 0.1s done [2025-07-04T01:37:00.899Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 [2025-07-04T01:37:00.899Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:00.899Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 0.1s done [2025-07-04T01:37:00.899Z] #8 DONE 0.2s [2025-07-04T01:37:00.899Z] [2025-07-04T01:37:00.899Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:00.899Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:01.191Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-07-04T01:37:01.191Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-07-04T01:37:01.191Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:01.191Z] #1 transferring dockerfile: 171B done [2025-07-04T01:37:01.191Z] #1 DONE 0.0s [2025-07-04T01:37:01.191Z] [2025-07-04T01:37:01.191Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-04T01:37:01.191Z] #2 DONE 0.0s [2025-07-04T01:37:01.191Z] [2025-07-04T01:37:01.191Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-07-04T01:37:01.191Z] #3 DONE 0.0s [2025-07-04T01:37:01.191Z] [2025-07-04T01:37:01.191Z] #4 [internal] load .dockerignore [2025-07-04T01:37:01.191Z] #4 transferring context: 2B done [2025-07-04T01:37:01.191Z] #4 DONE 0.0s [2025-07-04T01:37:01.452Z] [2025-07-04T01:37:01.452Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c [2025-07-04T01:37:01.452Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done [2025-07-04T01:37:01.452Z] #5 CACHED [2025-07-04T01:37:01.452Z] [2025-07-04T01:37:01.452Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c [2025-07-04T01:37:01.452Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done [2025-07-04T01:37:01.452Z] #6 CACHED [2025-07-04T01:37:01.452Z] [2025-07-04T01:37:01.452Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:01.452Z] #7 DONE 0.0s [2025-07-04T01:37:01.452Z] [2025-07-04T01:37:01.452Z] #8 exporting to image [2025-07-04T01:37:01.452Z] #8 exporting layers done [2025-07-04T01:37:01.452Z] #8 exporting manifest sha256:1141ab837b5418007444efed650ce66482940df9e273c101f04877a60e4b2418 done [2025-07-04T01:37:01.452Z] #8 exporting config sha256:6a6d340d96fb3d66bdea4b74c2c0e7a7d5eed411ba92bf91da52bc63b36a437d done [2025-07-04T01:37:01.453Z] #8 exporting manifest sha256:c688848192414781c4d416d77e140dbe9c332800ca08df27b4dd89f313c7e233 done [2025-07-04T01:37:01.453Z] #8 exporting config sha256:01425f34e2622ed46e8bb89599c2e6893bdd832a14693c3f7022a9901bed206d done [2025-07-04T01:37:01.453Z] #8 exporting manifest list sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 done [2025-07-04T01:37:01.453Z] #8 pushing layers 0.0s done [2025-07-04T01:37:01.453Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 0.1s done [2025-07-04T01:37:01.453Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:01.453Z] #8 DONE 0.1s [2025-07-04T01:37:01.453Z] [2025-07-04T01:37:01.453Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:01.453Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:01.748Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35' [2025-07-04T01:37:01.748Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35 --push - [2025-07-04T01:37:02.008Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:02.008Z] #1 transferring dockerfile: 177B 0.0s done [2025-07-04T01:37:02.008Z] #1 DONE 0.0s [2025-07-04T01:37:02.008Z] [2025-07-04T01:37:02.008Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35 [2025-07-04T01:37:02.008Z] #2 DONE 0.0s [2025-07-04T01:37:02.008Z] [2025-07-04T01:37:02.008Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35 [2025-07-04T01:37:02.008Z] #3 DONE 0.0s [2025-07-04T01:37:02.008Z] [2025-07-04T01:37:02.008Z] #4 [internal] load .dockerignore [2025-07-04T01:37:02.008Z] #4 transferring context: 2B done [2025-07-04T01:37:02.008Z] #4 DONE 0.0s [2025-07-04T01:37:02.008Z] [2025-07-04T01:37:02.008Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c [2025-07-04T01:37:02.008Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done [2025-07-04T01:37:02.008Z] #5 DONE 0.0s [2025-07-04T01:37:02.008Z] [2025-07-04T01:37:02.008Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c [2025-07-04T01:37:02.008Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done [2025-07-04T01:37:02.008Z] #6 CACHED [2025-07-04T01:37:02.008Z] [2025-07-04T01:37:02.008Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c [2025-07-04T01:37:02.008Z] #5 CACHED [2025-07-04T01:37:02.008Z] [2025-07-04T01:37:02.008Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:02.008Z] #7 DONE 0.0s [2025-07-04T01:37:02.008Z] [2025-07-04T01:37:02.008Z] #8 exporting to image [2025-07-04T01:37:02.008Z] #8 exporting layers done [2025-07-04T01:37:02.008Z] #8 exporting manifest sha256:1141ab837b5418007444efed650ce66482940df9e273c101f04877a60e4b2418 done [2025-07-04T01:37:02.008Z] #8 exporting config sha256:6a6d340d96fb3d66bdea4b74c2c0e7a7d5eed411ba92bf91da52bc63b36a437d done [2025-07-04T01:37:02.008Z] #8 exporting manifest sha256:c688848192414781c4d416d77e140dbe9c332800ca08df27b4dd89f313c7e233 done [2025-07-04T01:37:02.008Z] #8 exporting config sha256:01425f34e2622ed46e8bb89599c2e6893bdd832a14693c3f7022a9901bed206d done [2025-07-04T01:37:02.008Z] #8 exporting manifest list sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 done [2025-07-04T01:37:02.008Z] #8 pushing layers 0.0s done [2025-07-04T01:37:02.008Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35@sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 0.1s done [2025-07-04T01:37:02.008Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:02.008Z] #8 DONE 0.1s [2025-07-04T01:37:02.008Z] [2025-07-04T01:37:02.008Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:02.008Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:02.294Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' [2025-07-04T01:37:02.294Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - [2025-07-04T01:37:02.294Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:02.294Z] #1 transferring dockerfile: 218B done [2025-07-04T01:37:02.294Z] #1 DONE 0.0s [2025-07-04T01:37:02.294Z] [2025-07-04T01:37:02.294Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:37:02.294Z] #2 DONE 0.0s [2025-07-04T01:37:02.294Z] [2025-07-04T01:37:02.294Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:37:02.294Z] #3 DONE 0.0s [2025-07-04T01:37:02.294Z] [2025-07-04T01:37:02.294Z] #4 [internal] load .dockerignore [2025-07-04T01:37:02.294Z] #4 transferring context: 2B done [2025-07-04T01:37:02.294Z] #4 DONE 0.0s [2025-07-04T01:37:02.294Z] [2025-07-04T01:37:02.294Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c [2025-07-04T01:37:02.294Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done [2025-07-04T01:37:02.294Z] #5 CACHED [2025-07-04T01:37:02.294Z] [2025-07-04T01:37:02.294Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c [2025-07-04T01:37:02.294Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done [2025-07-04T01:37:02.294Z] #6 CACHED [2025-07-04T01:37:02.294Z] [2025-07-04T01:37:02.294Z] #7 exporting to image [2025-07-04T01:37:02.294Z] #7 exporting layers done [2025-07-04T01:37:02.294Z] #7 exporting manifest sha256:1141ab837b5418007444efed650ce66482940df9e273c101f04877a60e4b2418 done [2025-07-04T01:37:02.294Z] #7 exporting config sha256:6a6d340d96fb3d66bdea4b74c2c0e7a7d5eed411ba92bf91da52bc63b36a437d done [2025-07-04T01:37:02.294Z] #7 exporting manifest sha256:c688848192414781c4d416d77e140dbe9c332800ca08df27b4dd89f313c7e233 done [2025-07-04T01:37:02.294Z] #7 exporting config sha256:01425f34e2622ed46e8bb89599c2e6893bdd832a14693c3f7022a9901bed206d done [2025-07-04T01:37:02.294Z] #7 exporting manifest list sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 done [2025-07-04T01:37:02.294Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:02.554Z] #7 pushing layers 0.0s done [2025-07-04T01:37:02.554Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 0.1s done [2025-07-04T01:37:02.554Z] #7 DONE 0.1s [2025-07-04T01:37:02.554Z] [2025-07-04T01:37:02.554Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:02.554Z] #8 DONE 0.0s [2025-07-04T01:37:02.554Z] [2025-07-04T01:37:02.554Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:02.554Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:02.846Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-07-04T01:37:02.846Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-07-04T01:37:02.846Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:02.846Z] #1 transferring dockerfile: 169B done [2025-07-04T01:37:02.846Z] #1 DONE 0.0s [2025-07-04T01:37:02.846Z] [2025-07-04T01:37:02.846Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-07-04T01:37:02.846Z] #2 DONE 0.0s [2025-07-04T01:37:02.846Z] [2025-07-04T01:37:02.846Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-07-04T01:37:02.846Z] #3 DONE 0.0s [2025-07-04T01:37:02.846Z] [2025-07-04T01:37:02.846Z] #4 [internal] load .dockerignore [2025-07-04T01:37:02.846Z] #4 transferring context: 2B done [2025-07-04T01:37:02.846Z] #4 DONE 0.0s [2025-07-04T01:37:03.105Z] [2025-07-04T01:37:03.105Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c [2025-07-04T01:37:03.105Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done [2025-07-04T01:37:03.105Z] #5 CACHED [2025-07-04T01:37:03.105Z] [2025-07-04T01:37:03.105Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c [2025-07-04T01:37:03.105Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done [2025-07-04T01:37:03.105Z] #6 CACHED [2025-07-04T01:37:03.105Z] [2025-07-04T01:37:03.105Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:03.105Z] #7 DONE 0.0s [2025-07-04T01:37:03.105Z] [2025-07-04T01:37:03.105Z] #8 exporting to image [2025-07-04T01:37:03.105Z] #8 exporting layers done [2025-07-04T01:37:03.105Z] #8 exporting manifest sha256:1141ab837b5418007444efed650ce66482940df9e273c101f04877a60e4b2418 done [2025-07-04T01:37:03.105Z] #8 exporting config sha256:6a6d340d96fb3d66bdea4b74c2c0e7a7d5eed411ba92bf91da52bc63b36a437d done [2025-07-04T01:37:03.105Z] #8 exporting manifest sha256:c688848192414781c4d416d77e140dbe9c332800ca08df27b4dd89f313c7e233 done [2025-07-04T01:37:03.105Z] #8 exporting config sha256:01425f34e2622ed46e8bb89599c2e6893bdd832a14693c3f7022a9901bed206d done [2025-07-04T01:37:03.105Z] #8 exporting manifest list sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 done [2025-07-04T01:37:03.105Z] #8 pushing layers 0.0s done [2025-07-04T01:37:03.105Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 0.1s done [2025-07-04T01:37:03.105Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:03.105Z] #8 DONE 0.1s [2025-07-04T01:37:03.105Z] [2025-07-04T01:37:03.105Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:03.105Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:03.395Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7' [2025-07-04T01:37:03.395Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - [2025-07-04T01:37:03.654Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:03.654Z] #1 transferring dockerfile: 206B done [2025-07-04T01:37:03.654Z] #1 DONE 0.0s [2025-07-04T01:37:03.654Z] [2025-07-04T01:37:03.654Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:37:03.654Z] #2 DONE 0.0s [2025-07-04T01:37:03.654Z] [2025-07-04T01:37:03.654Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:37:03.654Z] #3 DONE 0.0s [2025-07-04T01:37:03.654Z] [2025-07-04T01:37:03.654Z] #4 [internal] load .dockerignore [2025-07-04T01:37:03.654Z] #4 transferring context: 2B done [2025-07-04T01:37:03.654Z] #4 DONE 0.0s [2025-07-04T01:37:03.654Z] [2025-07-04T01:37:03.654Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b [2025-07-04T01:37:03.654Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done [2025-07-04T01:37:03.654Z] #5 DONE 0.0s [2025-07-04T01:37:03.654Z] [2025-07-04T01:37:03.654Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b [2025-07-04T01:37:03.654Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done [2025-07-04T01:37:03.654Z] #6 DONE 0.0s [2025-07-04T01:37:03.654Z] [2025-07-04T01:37:03.654Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b [2025-07-04T01:37:03.654Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done [2025-07-04T01:37:03.654Z] #5 DONE 0.1s [2025-07-04T01:37:03.914Z] [2025-07-04T01:37:03.914Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:03.914Z] #7 DONE 0.0s [2025-07-04T01:37:03.914Z] [2025-07-04T01:37:03.914Z] #8 exporting to image [2025-07-04T01:37:03.914Z] #8 exporting layers done [2025-07-04T01:37:03.914Z] #8 exporting manifest sha256:d90e69b18c0ab01d7c6b03dc443849edf0eac151f486df6ad8bce31747eafb9f done [2025-07-04T01:37:03.914Z] #8 exporting config sha256:bc5ec10419d813160d63b1c38fae6413a31012e3ecfe4c742350576eaea04dc6 done [2025-07-04T01:37:03.914Z] #8 exporting manifest sha256:ab33d3958eb047f43111faf14e014dade9d31200f779b394d181c2e65544dbbd done [2025-07-04T01:37:03.914Z] #8 exporting config sha256:c154208599dc40ec79a61d09cf7b4dec14a55ffcb36334d33312b3b0389636aa done [2025-07-04T01:37:03.914Z] #8 exporting manifest list sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd done [2025-07-04T01:37:03.914Z] #8 pushing layers 0.1s done [2025-07-04T01:37:03.914Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd [2025-07-04T01:37:03.914Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:03.914Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd 0.1s done [2025-07-04T01:37:03.914Z] #8 DONE 0.2s [2025-07-04T01:37:03.914Z] [2025-07-04T01:37:03.914Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:03.914Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:04.201Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-07-04T01:37:04.202Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-07-04T01:37:04.465Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:04.465Z] #1 transferring dockerfile: 172B done [2025-07-04T01:37:04.465Z] #1 DONE 0.0s [2025-07-04T01:37:04.465Z] [2025-07-04T01:37:04.465Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-04T01:37:04.465Z] #2 DONE 0.0s [2025-07-04T01:37:04.465Z] [2025-07-04T01:37:04.465Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-07-04T01:37:04.465Z] #3 DONE 0.0s [2025-07-04T01:37:04.465Z] [2025-07-04T01:37:04.465Z] #4 [internal] load .dockerignore [2025-07-04T01:37:04.465Z] #4 transferring context: 2B done [2025-07-04T01:37:04.465Z] #4 DONE 0.0s [2025-07-04T01:37:04.465Z] [2025-07-04T01:37:04.465Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b [2025-07-04T01:37:04.465Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b done [2025-07-04T01:37:04.465Z] #5 CACHED [2025-07-04T01:37:04.465Z] [2025-07-04T01:37:04.465Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b [2025-07-04T01:37:04.465Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done [2025-07-04T01:37:04.465Z] #6 CACHED [2025-07-04T01:37:04.465Z] [2025-07-04T01:37:04.465Z] #7 exporting to image [2025-07-04T01:37:04.465Z] #7 exporting layers done [2025-07-04T01:37:04.465Z] #7 exporting manifest sha256:d90e69b18c0ab01d7c6b03dc443849edf0eac151f486df6ad8bce31747eafb9f done [2025-07-04T01:37:04.465Z] #7 exporting config sha256:bc5ec10419d813160d63b1c38fae6413a31012e3ecfe4c742350576eaea04dc6 done [2025-07-04T01:37:04.465Z] #7 exporting manifest sha256:ab33d3958eb047f43111faf14e014dade9d31200f779b394d181c2e65544dbbd done [2025-07-04T01:37:04.465Z] #7 exporting config sha256:c154208599dc40ec79a61d09cf7b4dec14a55ffcb36334d33312b3b0389636aa done [2025-07-04T01:37:04.465Z] #7 exporting manifest list sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd done [2025-07-04T01:37:04.465Z] #7 pushing layers [2025-07-04T01:37:04.465Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:04.465Z] #7 pushing layers 0.0s done [2025-07-04T01:37:04.465Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd 0.1s done [2025-07-04T01:37:04.465Z] #7 DONE 0.1s [2025-07-04T01:37:04.465Z] [2025-07-04T01:37:04.465Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:04.465Z] #8 DONE 0.0s [2025-07-04T01:37:04.465Z] [2025-07-04T01:37:04.465Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:04.465Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:04.761Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35 --push - [2025-07-04T01:37:04.761Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35' [2025-07-04T01:37:04.761Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:04.761Z] #1 transferring dockerfile: 178B done [2025-07-04T01:37:04.761Z] #1 DONE 0.0s [2025-07-04T01:37:04.761Z] [2025-07-04T01:37:04.761Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35 [2025-07-04T01:37:04.761Z] #2 DONE 0.0s [2025-07-04T01:37:04.761Z] [2025-07-04T01:37:04.761Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35 [2025-07-04T01:37:04.761Z] #3 DONE 0.0s [2025-07-04T01:37:04.761Z] [2025-07-04T01:37:04.761Z] #4 [internal] load .dockerignore [2025-07-04T01:37:04.761Z] #4 transferring context: 2B done [2025-07-04T01:37:04.761Z] #4 DONE 0.0s [2025-07-04T01:37:04.761Z] [2025-07-04T01:37:04.761Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b [2025-07-04T01:37:04.761Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done [2025-07-04T01:37:04.761Z] #5 DONE 0.0s [2025-07-04T01:37:04.761Z] [2025-07-04T01:37:04.761Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b [2025-07-04T01:37:05.021Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done [2025-07-04T01:37:05.021Z] #6 CACHED [2025-07-04T01:37:05.021Z] [2025-07-04T01:37:05.021Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b [2025-07-04T01:37:05.021Z] #5 CACHED [2025-07-04T01:37:05.021Z] [2025-07-04T01:37:05.021Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:05.021Z] #7 DONE 0.0s [2025-07-04T01:37:05.021Z] [2025-07-04T01:37:05.021Z] #8 exporting to image [2025-07-04T01:37:05.021Z] #8 exporting layers done [2025-07-04T01:37:05.021Z] #8 exporting manifest sha256:d90e69b18c0ab01d7c6b03dc443849edf0eac151f486df6ad8bce31747eafb9f done [2025-07-04T01:37:05.021Z] #8 exporting config sha256:bc5ec10419d813160d63b1c38fae6413a31012e3ecfe4c742350576eaea04dc6 done [2025-07-04T01:37:05.021Z] #8 exporting manifest sha256:ab33d3958eb047f43111faf14e014dade9d31200f779b394d181c2e65544dbbd done [2025-07-04T01:37:05.021Z] #8 exporting config sha256:c154208599dc40ec79a61d09cf7b4dec14a55ffcb36334d33312b3b0389636aa done [2025-07-04T01:37:05.021Z] #8 exporting manifest list sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd done [2025-07-04T01:37:05.021Z] #8 pushing layers 0.0s done [2025-07-04T01:37:05.021Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35@sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd 0.1s done [2025-07-04T01:37:05.021Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:05.021Z] #8 DONE 0.1s [2025-07-04T01:37:05.021Z] [2025-07-04T01:37:05.021Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:05.021Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:05.311Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' [2025-07-04T01:37:05.311Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - [2025-07-04T01:37:05.571Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:05.571Z] #1 transferring dockerfile: 219B done [2025-07-04T01:37:05.571Z] #1 DONE 0.0s [2025-07-04T01:37:05.571Z] [2025-07-04T01:37:05.571Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:37:05.571Z] #2 DONE 0.0s [2025-07-04T01:37:05.571Z] [2025-07-04T01:37:05.571Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:37:05.571Z] #3 DONE 0.0s [2025-07-04T01:37:05.571Z] [2025-07-04T01:37:05.571Z] #4 [internal] load .dockerignore [2025-07-04T01:37:05.571Z] #4 transferring context: 2B done [2025-07-04T01:37:05.571Z] #4 DONE 0.0s [2025-07-04T01:37:05.571Z] [2025-07-04T01:37:05.571Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b [2025-07-04T01:37:05.571Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done [2025-07-04T01:37:05.571Z] #5 CACHED [2025-07-04T01:37:05.571Z] [2025-07-04T01:37:05.571Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b [2025-07-04T01:37:05.571Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done [2025-07-04T01:37:05.571Z] #6 CACHED [2025-07-04T01:37:05.571Z] [2025-07-04T01:37:05.571Z] #7 exporting to image [2025-07-04T01:37:05.571Z] #7 exporting layers done [2025-07-04T01:37:05.571Z] #7 exporting manifest sha256:d90e69b18c0ab01d7c6b03dc443849edf0eac151f486df6ad8bce31747eafb9f done [2025-07-04T01:37:05.571Z] #7 exporting config sha256:bc5ec10419d813160d63b1c38fae6413a31012e3ecfe4c742350576eaea04dc6 done [2025-07-04T01:37:05.571Z] #7 exporting manifest sha256:ab33d3958eb047f43111faf14e014dade9d31200f779b394d181c2e65544dbbd done [2025-07-04T01:37:05.571Z] #7 exporting config sha256:c154208599dc40ec79a61d09cf7b4dec14a55ffcb36334d33312b3b0389636aa done [2025-07-04T01:37:05.571Z] #7 exporting manifest list sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd done [2025-07-04T01:37:05.571Z] #7 pushing layers 0.0s done [2025-07-04T01:37:05.571Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd [2025-07-04T01:37:05.571Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:05.571Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd 0.1s done [2025-07-04T01:37:05.571Z] #7 DONE 0.1s [2025-07-04T01:37:05.571Z] [2025-07-04T01:37:05.571Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:05.571Z] #8 DONE 0.0s [2025-07-04T01:37:05.571Z] [2025-07-04T01:37:05.571Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:05.571Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:05.858Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-07-04T01:37:05.858Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-07-04T01:37:06.117Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:06.117Z] #1 transferring dockerfile: 170B done [2025-07-04T01:37:06.117Z] #1 DONE 0.0s [2025-07-04T01:37:06.117Z] [2025-07-04T01:37:06.117Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-07-04T01:37:06.117Z] #2 DONE 0.0s [2025-07-04T01:37:06.117Z] [2025-07-04T01:37:06.117Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-07-04T01:37:06.117Z] #3 DONE 0.0s [2025-07-04T01:37:06.117Z] [2025-07-04T01:37:06.117Z] #4 [internal] load .dockerignore [2025-07-04T01:37:06.117Z] #4 transferring context: 2B done [2025-07-04T01:37:06.117Z] #4 DONE 0.0s [2025-07-04T01:37:06.117Z] [2025-07-04T01:37:06.117Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b [2025-07-04T01:37:06.117Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done [2025-07-04T01:37:06.117Z] #5 CACHED [2025-07-04T01:37:06.117Z] [2025-07-04T01:37:06.117Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b [2025-07-04T01:37:06.117Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done [2025-07-04T01:37:06.117Z] #6 CACHED [2025-07-04T01:37:06.117Z] [2025-07-04T01:37:06.117Z] #7 exporting to image [2025-07-04T01:37:06.117Z] #7 exporting layers done [2025-07-04T01:37:06.117Z] #7 exporting manifest sha256:d90e69b18c0ab01d7c6b03dc443849edf0eac151f486df6ad8bce31747eafb9f done [2025-07-04T01:37:06.117Z] #7 exporting config sha256:bc5ec10419d813160d63b1c38fae6413a31012e3ecfe4c742350576eaea04dc6 done [2025-07-04T01:37:06.117Z] #7 exporting manifest sha256:ab33d3958eb047f43111faf14e014dade9d31200f779b394d181c2e65544dbbd done [2025-07-04T01:37:06.117Z] #7 exporting config sha256:c154208599dc40ec79a61d09cf7b4dec14a55ffcb36334d33312b3b0389636aa done [2025-07-04T01:37:06.117Z] #7 exporting manifest list sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd done [2025-07-04T01:37:06.117Z] #7 pushing layers 0.0s done [2025-07-04T01:37:06.117Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd [2025-07-04T01:37:06.117Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:06.117Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd 0.1s done [2025-07-04T01:37:06.117Z] #7 DONE 0.1s [2025-07-04T01:37:06.117Z] [2025-07-04T01:37:06.117Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:06.117Z] #8 DONE 0.0s [2025-07-04T01:37:06.117Z] [2025-07-04T01:37:06.117Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:06.117Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:06.405Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7' [2025-07-04T01:37:06.405Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - [2025-07-04T01:37:06.405Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:06.405Z] #1 transferring dockerfile: 206B done [2025-07-04T01:37:06.405Z] #1 DONE 0.0s [2025-07-04T01:37:06.405Z] [2025-07-04T01:37:06.405Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:37:06.405Z] #2 DONE 0.0s [2025-07-04T01:37:06.405Z] [2025-07-04T01:37:06.405Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:37:06.405Z] #3 DONE 0.0s [2025-07-04T01:37:06.405Z] [2025-07-04T01:37:06.405Z] #4 [internal] load .dockerignore [2025-07-04T01:37:06.405Z] #4 transferring context: 2B done [2025-07-04T01:37:06.405Z] #4 DONE 0.0s [2025-07-04T01:37:06.405Z] [2025-07-04T01:37:06.405Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b [2025-07-04T01:37:06.405Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b [2025-07-04T01:37:06.667Z] #5 DONE 0.0s [2025-07-04T01:37:06.667Z] [2025-07-04T01:37:06.667Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b [2025-07-04T01:37:06.667Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 0.0s done [2025-07-04T01:37:06.667Z] #6 DONE 0.1s [2025-07-04T01:37:06.667Z] [2025-07-04T01:37:06.667Z] #7 exporting to image [2025-07-04T01:37:06.667Z] #7 exporting layers done [2025-07-04T01:37:06.667Z] #7 exporting manifest sha256:ec005c7a93b96ee1c41244cd0c3db628ff2961339dd93f9fbc65e2c6a9d8d503 done [2025-07-04T01:37:06.667Z] #7 exporting config sha256:3e049b25f8a3c9ca0c971209586a8c0901bbb1c2dfb0315e42f1903667a68e5b done [2025-07-04T01:37:06.667Z] #7 exporting manifest sha256:cb901b0fe9f062e23bfa290509b995704c38bd0f8e9fb2b93fe9a2ffd3cde8ce done [2025-07-04T01:37:06.667Z] #7 exporting config sha256:c6fe31ed673697364cba62e7f33d69b897c31c5248099f0b20e0712b9cc708b5 done [2025-07-04T01:37:06.667Z] #7 exporting manifest list sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e [2025-07-04T01:37:06.667Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:06.667Z] #7 ... [2025-07-04T01:37:06.667Z] [2025-07-04T01:37:06.667Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:06.667Z] #8 DONE 0.0s [2025-07-04T01:37:06.667Z] [2025-07-04T01:37:06.667Z] #7 exporting to image [2025-07-04T01:37:06.667Z] #7 exporting manifest list sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e done [2025-07-04T01:37:06.667Z] #7 pushing layers 0.1s done [2025-07-04T01:37:06.667Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e [2025-07-04T01:37:06.927Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e 0.1s done [2025-07-04T01:37:06.927Z] #7 DONE 0.2s [2025-07-04T01:37:06.927Z] [2025-07-04T01:37:06.927Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:06.927Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:07.219Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-07-04T01:37:07.219Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-07-04T01:37:07.219Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:07.219Z] #1 transferring dockerfile: 172B done [2025-07-04T01:37:07.219Z] #1 DONE 0.0s [2025-07-04T01:37:07.219Z] [2025-07-04T01:37:07.219Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-04T01:37:07.219Z] #2 DONE 0.0s [2025-07-04T01:37:07.219Z] [2025-07-04T01:37:07.219Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-07-04T01:37:07.219Z] #3 DONE 0.0s [2025-07-04T01:37:07.219Z] [2025-07-04T01:37:07.219Z] #4 [internal] load .dockerignore [2025-07-04T01:37:07.219Z] #4 transferring context: [2025-07-04T01:37:07.478Z] #4 transferring context: 2B done [2025-07-04T01:37:07.478Z] #4 DONE 0.0s [2025-07-04T01:37:07.478Z] [2025-07-04T01:37:07.478Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b [2025-07-04T01:37:07.478Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 0.0s done [2025-07-04T01:37:07.478Z] #5 CACHED [2025-07-04T01:37:07.478Z] [2025-07-04T01:37:07.478Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b [2025-07-04T01:37:07.478Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 0.0s done [2025-07-04T01:37:07.478Z] #6 CACHED [2025-07-04T01:37:07.478Z] [2025-07-04T01:37:07.478Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:07.478Z] #7 DONE 0.0s [2025-07-04T01:37:07.478Z] [2025-07-04T01:37:07.478Z] #8 exporting to image [2025-07-04T01:37:07.478Z] #8 exporting layers done [2025-07-04T01:37:07.478Z] #8 exporting manifest sha256:ec005c7a93b96ee1c41244cd0c3db628ff2961339dd93f9fbc65e2c6a9d8d503 done [2025-07-04T01:37:07.478Z] #8 exporting config sha256:3e049b25f8a3c9ca0c971209586a8c0901bbb1c2dfb0315e42f1903667a68e5b done [2025-07-04T01:37:07.478Z] #8 exporting manifest sha256:cb901b0fe9f062e23bfa290509b995704c38bd0f8e9fb2b93fe9a2ffd3cde8ce done [2025-07-04T01:37:07.478Z] #8 exporting config sha256:c6fe31ed673697364cba62e7f33d69b897c31c5248099f0b20e0712b9cc708b5 done [2025-07-04T01:37:07.478Z] #8 exporting manifest list sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e done [2025-07-04T01:37:07.478Z] #8 pushing layers 0.0s done [2025-07-04T01:37:07.478Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e 0.1s done [2025-07-04T01:37:07.478Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:07.478Z] #8 DONE 0.1s [2025-07-04T01:37:07.478Z] [2025-07-04T01:37:07.478Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:07.478Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:07.761Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35' [2025-07-04T01:37:07.761Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35 --push - [2025-07-04T01:37:08.021Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:08.021Z] #1 transferring dockerfile: 178B done [2025-07-04T01:37:08.021Z] #1 DONE 0.0s [2025-07-04T01:37:08.021Z] [2025-07-04T01:37:08.021Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35 [2025-07-04T01:37:08.021Z] #2 DONE 0.0s [2025-07-04T01:37:08.021Z] [2025-07-04T01:37:08.021Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35 [2025-07-04T01:37:08.021Z] #3 DONE 0.0s [2025-07-04T01:37:08.021Z] [2025-07-04T01:37:08.021Z] #4 [internal] load .dockerignore [2025-07-04T01:37:08.021Z] #4 transferring context: 2B done [2025-07-04T01:37:08.021Z] #4 DONE 0.0s [2025-07-04T01:37:08.021Z] [2025-07-04T01:37:08.021Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b [2025-07-04T01:37:08.021Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 0.0s done [2025-07-04T01:37:08.021Z] #5 CACHED [2025-07-04T01:37:08.021Z] [2025-07-04T01:37:08.021Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b [2025-07-04T01:37:08.021Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 0.0s done [2025-07-04T01:37:08.021Z] #6 CACHED [2025-07-04T01:37:08.021Z] [2025-07-04T01:37:08.021Z] #7 exporting to image [2025-07-04T01:37:08.021Z] #7 exporting layers done [2025-07-04T01:37:08.021Z] #7 exporting manifest sha256:ec005c7a93b96ee1c41244cd0c3db628ff2961339dd93f9fbc65e2c6a9d8d503 done [2025-07-04T01:37:08.021Z] #7 exporting config sha256:3e049b25f8a3c9ca0c971209586a8c0901bbb1c2dfb0315e42f1903667a68e5b done [2025-07-04T01:37:08.021Z] #7 exporting manifest sha256:cb901b0fe9f062e23bfa290509b995704c38bd0f8e9fb2b93fe9a2ffd3cde8ce [2025-07-04T01:37:08.021Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:08.021Z] #7 exporting manifest sha256:cb901b0fe9f062e23bfa290509b995704c38bd0f8e9fb2b93fe9a2ffd3cde8ce done [2025-07-04T01:37:08.021Z] #7 exporting config sha256:c6fe31ed673697364cba62e7f33d69b897c31c5248099f0b20e0712b9cc708b5 done [2025-07-04T01:37:08.021Z] #7 exporting manifest list sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e done [2025-07-04T01:37:08.021Z] #7 pushing layers 0.0s done [2025-07-04T01:37:08.021Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35@sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e 0.1s done [2025-07-04T01:37:08.021Z] #7 DONE 0.1s [2025-07-04T01:37:08.021Z] [2025-07-04T01:37:08.021Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:08.021Z] #8 DONE 0.0s [2025-07-04T01:37:08.021Z] [2025-07-04T01:37:08.021Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:08.021Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:08.314Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - [2025-07-04T01:37:08.314Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' [2025-07-04T01:37:08.314Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:08.314Z] #1 transferring dockerfile: 219B done [2025-07-04T01:37:08.314Z] #1 DONE 0.0s [2025-07-04T01:37:08.314Z] [2025-07-04T01:37:08.314Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:37:08.314Z] #2 DONE 0.0s [2025-07-04T01:37:08.314Z] [2025-07-04T01:37:08.314Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:37:08.314Z] #3 DONE 0.0s [2025-07-04T01:37:08.314Z] [2025-07-04T01:37:08.314Z] #4 [internal] load .dockerignore [2025-07-04T01:37:08.314Z] #4 transferring context: 2B done [2025-07-04T01:37:08.314Z] #4 DONE 0.0s [2025-07-04T01:37:08.314Z] [2025-07-04T01:37:08.314Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b [2025-07-04T01:37:08.314Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b done [2025-07-04T01:37:08.314Z] #5 CACHED [2025-07-04T01:37:08.314Z] [2025-07-04T01:37:08.314Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b [2025-07-04T01:37:08.314Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b done [2025-07-04T01:37:08.314Z] #6 CACHED [2025-07-04T01:37:08.314Z] [2025-07-04T01:37:08.314Z] #7 exporting to image [2025-07-04T01:37:08.314Z] #7 exporting layers done [2025-07-04T01:37:08.314Z] #7 exporting manifest sha256:ec005c7a93b96ee1c41244cd0c3db628ff2961339dd93f9fbc65e2c6a9d8d503 done [2025-07-04T01:37:08.314Z] #7 exporting config sha256:3e049b25f8a3c9ca0c971209586a8c0901bbb1c2dfb0315e42f1903667a68e5b done [2025-07-04T01:37:08.314Z] #7 exporting manifest sha256:cb901b0fe9f062e23bfa290509b995704c38bd0f8e9fb2b93fe9a2ffd3cde8ce done [2025-07-04T01:37:08.314Z] #7 exporting config sha256:c6fe31ed673697364cba62e7f33d69b897c31c5248099f0b20e0712b9cc708b5 [2025-07-04T01:37:08.314Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:08.573Z] #7 exporting config sha256:c6fe31ed673697364cba62e7f33d69b897c31c5248099f0b20e0712b9cc708b5 done [2025-07-04T01:37:08.573Z] #7 exporting manifest list sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e done [2025-07-04T01:37:08.573Z] #7 pushing layers 0.0s done [2025-07-04T01:37:08.573Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e 0.1s done [2025-07-04T01:37:08.573Z] #7 DONE 0.1s [2025-07-04T01:37:08.573Z] [2025-07-04T01:37:08.573Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:08.573Z] #8 DONE 0.0s [2025-07-04T01:37:08.573Z] [2025-07-04T01:37:08.573Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:08.573Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:08.871Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-07-04T01:37:08.872Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-07-04T01:37:09.131Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:09.131Z] #1 transferring dockerfile: 170B done [2025-07-04T01:37:09.131Z] #1 DONE 0.0s [2025-07-04T01:37:09.131Z] [2025-07-04T01:37:09.131Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-07-04T01:37:09.131Z] #2 DONE 0.0s [2025-07-04T01:37:09.131Z] [2025-07-04T01:37:09.131Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-07-04T01:37:09.131Z] #3 DONE 0.0s [2025-07-04T01:37:09.131Z] [2025-07-04T01:37:09.131Z] #4 [internal] load .dockerignore [2025-07-04T01:37:09.131Z] #4 transferring context: 2B done [2025-07-04T01:37:09.131Z] #4 DONE 0.0s [2025-07-04T01:37:09.131Z] [2025-07-04T01:37:09.131Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b [2025-07-04T01:37:09.131Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 0.0s done [2025-07-04T01:37:09.131Z] #5 CACHED [2025-07-04T01:37:09.131Z] [2025-07-04T01:37:09.131Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b [2025-07-04T01:37:09.131Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 0.0s done [2025-07-04T01:37:09.131Z] #6 CACHED [2025-07-04T01:37:09.131Z] [2025-07-04T01:37:09.131Z] #7 exporting to image [2025-07-04T01:37:09.131Z] #7 exporting layers done [2025-07-04T01:37:09.131Z] #7 exporting manifest sha256:ec005c7a93b96ee1c41244cd0c3db628ff2961339dd93f9fbc65e2c6a9d8d503 done [2025-07-04T01:37:09.131Z] #7 exporting config sha256:3e049b25f8a3c9ca0c971209586a8c0901bbb1c2dfb0315e42f1903667a68e5b done [2025-07-04T01:37:09.131Z] #7 exporting manifest sha256:cb901b0fe9f062e23bfa290509b995704c38bd0f8e9fb2b93fe9a2ffd3cde8ce done [2025-07-04T01:37:09.131Z] #7 exporting config sha256:c6fe31ed673697364cba62e7f33d69b897c31c5248099f0b20e0712b9cc708b5 done [2025-07-04T01:37:09.131Z] #7 exporting manifest list sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e done [2025-07-04T01:37:09.131Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:09.131Z] #7 pushing layers 0.0s done [2025-07-04T01:37:09.131Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e 0.1s done [2025-07-04T01:37:09.131Z] #7 DONE 0.1s [2025-07-04T01:37:09.131Z] [2025-07-04T01:37:09.131Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:09.131Z] #8 DONE 0.0s [2025-07-04T01:37:09.131Z] [2025-07-04T01:37:09.131Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:09.131Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:09.496Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7' [2025-07-04T01:37:09.496Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - [2025-07-04T01:37:09.754Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:09.754Z] #1 transferring dockerfile: [2025-07-04T01:37:09.754Z] #1 transferring dockerfile: 206B done [2025-07-04T01:37:09.754Z] #1 DONE 0.1s [2025-07-04T01:37:09.754Z] [2025-07-04T01:37:09.754Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:37:09.754Z] #2 DONE 0.0s [2025-07-04T01:37:09.754Z] [2025-07-04T01:37:09.754Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:37:09.754Z] #3 DONE 0.0s [2025-07-04T01:37:09.754Z] [2025-07-04T01:37:09.754Z] #4 [internal] load .dockerignore [2025-07-04T01:37:09.754Z] #4 transferring context: 2B done [2025-07-04T01:37:09.754Z] #4 DONE 0.0s [2025-07-04T01:37:09.754Z] [2025-07-04T01:37:09.754Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 [2025-07-04T01:37:09.754Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 [2025-07-04T01:37:09.754Z] #5 ... [2025-07-04T01:37:09.754Z] [2025-07-04T01:37:09.754Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 [2025-07-04T01:37:09.754Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 0.0s done [2025-07-04T01:37:10.013Z] #6 DONE 0.1s [2025-07-04T01:37:10.013Z] [2025-07-04T01:37:10.013Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:10.013Z] #7 DONE 0.0s [2025-07-04T01:37:10.013Z] [2025-07-04T01:37:10.013Z] #8 exporting to image [2025-07-04T01:37:10.013Z] #8 exporting layers done [2025-07-04T01:37:10.013Z] #8 exporting manifest sha256:b419888a5eefc1567c80f0b49f039cdfee376976d469fb5dc7884f831730d5d2 done [2025-07-04T01:37:10.013Z] #8 exporting config sha256:d60940b3826e8cc495be90aa2d0b40629cd5eef88491c9bf3742cddee430b84a done [2025-07-04T01:37:10.013Z] #8 exporting manifest sha256:5100dc325030a5de548b6b9cb7fdeafc6d6a0713af4aded778109b8dc2bb8604 done [2025-07-04T01:37:10.013Z] #8 exporting config sha256:b4bc97f42de5dc227390bc4cae2daac26e8d93fc284b7d21537e2e1a77a923d1 done [2025-07-04T01:37:10.013Z] #8 exporting manifest list sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 done [2025-07-04T01:37:10.013Z] #8 pushing layers [2025-07-04T01:37:10.013Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:10.271Z] #8 pushing layers 0.1s done [2025-07-04T01:37:10.271Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 0.1s done [2025-07-04T01:37:10.271Z] #8 DONE 0.2s [2025-07-04T01:37:10.271Z] [2025-07-04T01:37:10.271Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:10.271Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:10.561Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-07-04T01:37:10.561Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-07-04T01:37:10.561Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:10.822Z] #1 transferring dockerfile: 172B done [2025-07-04T01:37:10.822Z] #1 DONE 0.0s [2025-07-04T01:37:10.822Z] [2025-07-04T01:37:10.822Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-04T01:37:10.822Z] #2 DONE 0.0s [2025-07-04T01:37:10.822Z] [2025-07-04T01:37:10.822Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-07-04T01:37:10.822Z] #3 DONE 0.0s [2025-07-04T01:37:10.822Z] [2025-07-04T01:37:10.822Z] #4 [internal] load .dockerignore [2025-07-04T01:37:10.822Z] #4 transferring context: 2B done [2025-07-04T01:37:10.822Z] #4 DONE 0.0s [2025-07-04T01:37:10.822Z] [2025-07-04T01:37:10.822Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 [2025-07-04T01:37:10.822Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 0.0s done [2025-07-04T01:37:10.822Z] #5 CACHED [2025-07-04T01:37:10.822Z] [2025-07-04T01:37:10.822Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 [2025-07-04T01:37:10.822Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 0.0s done [2025-07-04T01:37:10.822Z] #6 CACHED [2025-07-04T01:37:10.822Z] [2025-07-04T01:37:10.822Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:10.822Z] #7 DONE 0.0s [2025-07-04T01:37:10.822Z] [2025-07-04T01:37:10.822Z] #8 exporting to image [2025-07-04T01:37:10.822Z] #8 exporting layers done [2025-07-04T01:37:10.822Z] #8 exporting manifest sha256:b419888a5eefc1567c80f0b49f039cdfee376976d469fb5dc7884f831730d5d2 done [2025-07-04T01:37:10.822Z] #8 exporting config sha256:d60940b3826e8cc495be90aa2d0b40629cd5eef88491c9bf3742cddee430b84a done [2025-07-04T01:37:10.822Z] #8 exporting manifest sha256:5100dc325030a5de548b6b9cb7fdeafc6d6a0713af4aded778109b8dc2bb8604 done [2025-07-04T01:37:10.822Z] #8 exporting config sha256:b4bc97f42de5dc227390bc4cae2daac26e8d93fc284b7d21537e2e1a77a923d1 done [2025-07-04T01:37:10.822Z] #8 exporting manifest list sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 done [2025-07-04T01:37:10.822Z] #8 pushing layers 0.0s done [2025-07-04T01:37:10.822Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 0.1s done [2025-07-04T01:37:10.822Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:10.822Z] #8 DONE 0.1s [2025-07-04T01:37:10.822Z] [2025-07-04T01:37:10.822Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:10.822Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:11.110Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35' [2025-07-04T01:37:11.110Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35 --push - [2025-07-04T01:37:11.371Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:11.371Z] #1 transferring dockerfile: 178B done [2025-07-04T01:37:11.371Z] #1 DONE 0.0s [2025-07-04T01:37:11.371Z] [2025-07-04T01:37:11.371Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35 [2025-07-04T01:37:11.371Z] #2 DONE 0.0s [2025-07-04T01:37:11.371Z] [2025-07-04T01:37:11.371Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35 [2025-07-04T01:37:11.371Z] #3 DONE 0.0s [2025-07-04T01:37:11.371Z] [2025-07-04T01:37:11.371Z] #4 [internal] load .dockerignore [2025-07-04T01:37:11.371Z] #4 transferring context: 2B done [2025-07-04T01:37:11.371Z] #4 DONE 0.0s [2025-07-04T01:37:11.371Z] [2025-07-04T01:37:11.371Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 [2025-07-04T01:37:11.371Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 0.0s done [2025-07-04T01:37:11.371Z] #5 CACHED [2025-07-04T01:37:11.371Z] [2025-07-04T01:37:11.371Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 [2025-07-04T01:37:11.371Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 0.0s done [2025-07-04T01:37:11.371Z] #6 CACHED [2025-07-04T01:37:11.371Z] [2025-07-04T01:37:11.371Z] #7 exporting to image [2025-07-04T01:37:11.371Z] #7 exporting layers done [2025-07-04T01:37:11.371Z] #7 exporting manifest sha256:b419888a5eefc1567c80f0b49f039cdfee376976d469fb5dc7884f831730d5d2 done [2025-07-04T01:37:11.371Z] #7 exporting config sha256:d60940b3826e8cc495be90aa2d0b40629cd5eef88491c9bf3742cddee430b84a done [2025-07-04T01:37:11.371Z] #7 exporting manifest sha256:5100dc325030a5de548b6b9cb7fdeafc6d6a0713af4aded778109b8dc2bb8604 done [2025-07-04T01:37:11.371Z] #7 exporting config sha256:b4bc97f42de5dc227390bc4cae2daac26e8d93fc284b7d21537e2e1a77a923d1 done [2025-07-04T01:37:11.371Z] #7 exporting manifest list sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 done [2025-07-04T01:37:11.371Z] #7 pushing layers 0.0s done [2025-07-04T01:37:11.371Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35@sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 [2025-07-04T01:37:11.371Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:11.371Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35@sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 0.1s done [2025-07-04T01:37:11.371Z] #7 DONE 0.1s [2025-07-04T01:37:11.371Z] [2025-07-04T01:37:11.371Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:11.371Z] #8 DONE 0.0s [2025-07-04T01:37:11.371Z] [2025-07-04T01:37:11.371Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:11.371Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:11.656Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' [2025-07-04T01:37:11.656Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - [2025-07-04T01:37:11.656Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:11.656Z] #1 transferring dockerfile: 219B done [2025-07-04T01:37:11.656Z] #1 DONE 0.0s [2025-07-04T01:37:11.656Z] [2025-07-04T01:37:11.656Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:37:11.656Z] #2 DONE 0.0s [2025-07-04T01:37:11.656Z] [2025-07-04T01:37:11.656Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:37:11.656Z] #3 DONE 0.0s [2025-07-04T01:37:11.656Z] [2025-07-04T01:37:11.656Z] #4 [internal] load .dockerignore [2025-07-04T01:37:11.656Z] #4 transferring context: 2B done [2025-07-04T01:37:11.656Z] #4 DONE 0.0s [2025-07-04T01:37:11.656Z] [2025-07-04T01:37:11.656Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 [2025-07-04T01:37:11.656Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 0.0s done [2025-07-04T01:37:11.656Z] #5 CACHED [2025-07-04T01:37:11.656Z] [2025-07-04T01:37:11.656Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 [2025-07-04T01:37:11.656Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 0.0s done [2025-07-04T01:37:11.656Z] #6 CACHED [2025-07-04T01:37:11.656Z] [2025-07-04T01:37:11.656Z] #7 exporting to image [2025-07-04T01:37:11.656Z] #7 exporting layers done [2025-07-04T01:37:11.656Z] #7 exporting manifest sha256:b419888a5eefc1567c80f0b49f039cdfee376976d469fb5dc7884f831730d5d2 done [2025-07-04T01:37:11.656Z] #7 exporting config sha256:d60940b3826e8cc495be90aa2d0b40629cd5eef88491c9bf3742cddee430b84a done [2025-07-04T01:37:11.656Z] #7 exporting manifest sha256:5100dc325030a5de548b6b9cb7fdeafc6d6a0713af4aded778109b8dc2bb8604 done [2025-07-04T01:37:11.656Z] #7 exporting config sha256:b4bc97f42de5dc227390bc4cae2daac26e8d93fc284b7d21537e2e1a77a923d1 [2025-07-04T01:37:11.656Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:11.916Z] #7 exporting config sha256:b4bc97f42de5dc227390bc4cae2daac26e8d93fc284b7d21537e2e1a77a923d1 done [2025-07-04T01:37:11.916Z] #7 exporting manifest list sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 done [2025-07-04T01:37:11.916Z] #7 pushing layers 0.0s done [2025-07-04T01:37:11.916Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 0.1s done [2025-07-04T01:37:11.916Z] #7 DONE 0.1s [2025-07-04T01:37:11.916Z] [2025-07-04T01:37:11.916Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:11.916Z] #8 DONE 0.0s [2025-07-04T01:37:11.916Z] [2025-07-04T01:37:11.916Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:11.916Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:12.207Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-07-04T01:37:12.207Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-07-04T01:37:12.207Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:12.207Z] #1 transferring dockerfile: 170B done [2025-07-04T01:37:12.207Z] #1 DONE 0.0s [2025-07-04T01:37:12.207Z] [2025-07-04T01:37:12.207Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-07-04T01:37:12.207Z] #2 DONE 0.0s [2025-07-04T01:37:12.207Z] [2025-07-04T01:37:12.207Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-07-04T01:37:12.207Z] #3 DONE 0.0s [2025-07-04T01:37:12.207Z] [2025-07-04T01:37:12.207Z] #4 [internal] load .dockerignore [2025-07-04T01:37:12.207Z] #4 transferring context: 2B done [2025-07-04T01:37:12.207Z] #4 DONE 0.0s [2025-07-04T01:37:12.207Z] [2025-07-04T01:37:12.207Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 [2025-07-04T01:37:12.207Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 0.0s done [2025-07-04T01:37:12.207Z] #5 CACHED [2025-07-04T01:37:12.207Z] [2025-07-04T01:37:12.207Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 [2025-07-04T01:37:12.207Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 0.0s done [2025-07-04T01:37:12.207Z] #6 CACHED [2025-07-04T01:37:12.207Z] [2025-07-04T01:37:12.207Z] #7 exporting to image [2025-07-04T01:37:12.207Z] #7 exporting layers done [2025-07-04T01:37:12.207Z] #7 exporting manifest sha256:b419888a5eefc1567c80f0b49f039cdfee376976d469fb5dc7884f831730d5d2 done [2025-07-04T01:37:12.207Z] #7 exporting config sha256:d60940b3826e8cc495be90aa2d0b40629cd5eef88491c9bf3742cddee430b84a done [2025-07-04T01:37:12.207Z] #7 exporting manifest sha256:5100dc325030a5de548b6b9cb7fdeafc6d6a0713af4aded778109b8dc2bb8604 done [2025-07-04T01:37:12.207Z] #7 exporting config sha256:b4bc97f42de5dc227390bc4cae2daac26e8d93fc284b7d21537e2e1a77a923d1 done [2025-07-04T01:37:12.207Z] #7 exporting manifest list sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 [2025-07-04T01:37:12.207Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:12.468Z] #7 exporting manifest list sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 done [2025-07-04T01:37:12.468Z] #7 pushing layers 0.0s done [2025-07-04T01:37:12.468Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 0.1s done [2025-07-04T01:37:12.468Z] #7 DONE 0.1s [2025-07-04T01:37:12.468Z] [2025-07-04T01:37:12.468Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:12.468Z] #8 DONE 0.0s [2025-07-04T01:37:12.468Z] [2025-07-04T01:37:12.468Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:12.468Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:12.752Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7' [2025-07-04T01:37:12.752Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - [2025-07-04T01:37:12.752Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:12.752Z] #1 transferring dockerfile: 202B done [2025-07-04T01:37:12.752Z] #1 DONE 0.0s [2025-07-04T01:37:12.752Z] [2025-07-04T01:37:12.752Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:37:12.752Z] #2 DONE 0.0s [2025-07-04T01:37:12.752Z] [2025-07-04T01:37:12.752Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T01:37:12.752Z] #3 DONE 0.0s [2025-07-04T01:37:12.752Z] [2025-07-04T01:37:12.752Z] #4 [internal] load .dockerignore [2025-07-04T01:37:12.752Z] #4 transferring context: 2B done [2025-07-04T01:37:12.752Z] #4 DONE 0.0s [2025-07-04T01:37:12.752Z] [2025-07-04T01:37:12.752Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 [2025-07-04T01:37:12.752Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 done [2025-07-04T01:37:12.752Z] #5 DONE 0.0s [2025-07-04T01:37:12.752Z] [2025-07-04T01:37:12.752Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 [2025-07-04T01:37:13.011Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 0.0s done [2025-07-04T01:37:13.011Z] #6 DONE 0.0s [2025-07-04T01:37:13.011Z] [2025-07-04T01:37:13.011Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 [2025-07-04T01:37:13.011Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 done [2025-07-04T01:37:13.011Z] #5 DONE 0.1s [2025-07-04T01:37:13.011Z] [2025-07-04T01:37:13.011Z] #7 exporting to image [2025-07-04T01:37:13.011Z] #7 exporting layers done [2025-07-04T01:37:13.011Z] #7 exporting manifest sha256:58848407e22ae4b83d4f35cc439f040230b53f204e4a98c349adfdbcf1054386 done [2025-07-04T01:37:13.011Z] #7 exporting config sha256:3e270091c82066bc3297f1a1854b432c8c80c7b12894d2ae41f15c5191773da3 done [2025-07-04T01:37:13.011Z] #7 exporting manifest sha256:6b94e35de1a136811f6e7327701ee897b60211e81c1238293906e6620ff6909c done [2025-07-04T01:37:13.011Z] #7 exporting config sha256:cece4524c1490f1d029a151425b0696bca849e7f2905876cb4680e3f7e55c610 done [2025-07-04T01:37:13.011Z] #7 exporting manifest list sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c [2025-07-04T01:37:13.011Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:13.011Z] #7 ... [2025-07-04T01:37:13.011Z] [2025-07-04T01:37:13.011Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:13.011Z] #8 DONE 0.0s [2025-07-04T01:37:13.011Z] [2025-07-04T01:37:13.011Z] #7 exporting to image [2025-07-04T01:37:13.011Z] #7 exporting manifest list sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c done [2025-07-04T01:37:13.011Z] #7 pushing layers 0.1s done [2025-07-04T01:37:13.011Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c [2025-07-04T01:37:13.271Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c 0.1s done [2025-07-04T01:37:13.271Z] #7 DONE 0.2s [2025-07-04T01:37:13.271Z] [2025-07-04T01:37:13.271Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:13.271Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:13.556Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-07-04T01:37:13.556Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-07-04T01:37:13.556Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:13.556Z] #1 transferring dockerfile: 168B done [2025-07-04T01:37:13.556Z] #1 DONE 0.0s [2025-07-04T01:37:13.556Z] [2025-07-04T01:37:13.556Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-04T01:37:13.556Z] #2 DONE 0.0s [2025-07-04T01:37:13.556Z] [2025-07-04T01:37:13.556Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-07-04T01:37:13.556Z] #3 DONE 0.0s [2025-07-04T01:37:13.556Z] [2025-07-04T01:37:13.556Z] #4 [internal] load .dockerignore [2025-07-04T01:37:13.556Z] #4 transferring context: 2B done [2025-07-04T01:37:13.556Z] #4 DONE 0.0s [2025-07-04T01:37:13.556Z] [2025-07-04T01:37:13.556Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 [2025-07-04T01:37:13.556Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 done [2025-07-04T01:37:13.556Z] #5 CACHED [2025-07-04T01:37:13.556Z] [2025-07-04T01:37:13.556Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 [2025-07-04T01:37:13.556Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 0.0s done [2025-07-04T01:37:13.556Z] #6 DONE 0.0s [2025-07-04T01:37:13.815Z] [2025-07-04T01:37:13.815Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 [2025-07-04T01:37:13.815Z] #6 CACHED [2025-07-04T01:37:13.815Z] [2025-07-04T01:37:13.815Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:13.815Z] #7 DONE 0.0s [2025-07-04T01:37:13.815Z] [2025-07-04T01:37:13.815Z] #8 exporting to image [2025-07-04T01:37:13.815Z] #8 exporting layers done [2025-07-04T01:37:13.815Z] #8 exporting manifest sha256:58848407e22ae4b83d4f35cc439f040230b53f204e4a98c349adfdbcf1054386 done [2025-07-04T01:37:13.815Z] #8 exporting config sha256:3e270091c82066bc3297f1a1854b432c8c80c7b12894d2ae41f15c5191773da3 done [2025-07-04T01:37:13.815Z] #8 exporting manifest sha256:6b94e35de1a136811f6e7327701ee897b60211e81c1238293906e6620ff6909c done [2025-07-04T01:37:13.815Z] #8 exporting config sha256:cece4524c1490f1d029a151425b0696bca849e7f2905876cb4680e3f7e55c610 done [2025-07-04T01:37:13.815Z] #8 exporting manifest list sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c done [2025-07-04T01:37:13.815Z] #8 pushing layers 0.0s done [2025-07-04T01:37:13.815Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c 0.1s done [2025-07-04T01:37:13.815Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:13.815Z] #8 DONE 0.1s [2025-07-04T01:37:13.815Z] [2025-07-04T01:37:13.815Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:13.815Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:14.098Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35' [2025-07-04T01:37:14.098Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35 --push - [2025-07-04T01:37:14.098Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:14.098Z] #1 transferring dockerfile: 174B done [2025-07-04T01:37:14.098Z] #1 DONE 0.0s [2025-07-04T01:37:14.098Z] [2025-07-04T01:37:14.098Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35 [2025-07-04T01:37:14.098Z] #2 DONE 0.0s [2025-07-04T01:37:14.098Z] [2025-07-04T01:37:14.098Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35 [2025-07-04T01:37:14.098Z] #3 DONE 0.0s [2025-07-04T01:37:14.098Z] [2025-07-04T01:37:14.098Z] #4 [internal] load .dockerignore [2025-07-04T01:37:14.098Z] #4 transferring context: 2B done [2025-07-04T01:37:14.098Z] #4 DONE 0.0s [2025-07-04T01:37:14.098Z] [2025-07-04T01:37:14.098Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 [2025-07-04T01:37:14.098Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 done [2025-07-04T01:37:14.098Z] #5 CACHED [2025-07-04T01:37:14.098Z] [2025-07-04T01:37:14.098Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 [2025-07-04T01:37:14.098Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 0.0s done [2025-07-04T01:37:14.098Z] #6 CACHED [2025-07-04T01:37:14.098Z] [2025-07-04T01:37:14.098Z] #7 exporting to image [2025-07-04T01:37:14.098Z] #7 exporting layers done [2025-07-04T01:37:14.098Z] #7 exporting manifest sha256:58848407e22ae4b83d4f35cc439f040230b53f204e4a98c349adfdbcf1054386 done [2025-07-04T01:37:14.098Z] #7 exporting config sha256:3e270091c82066bc3297f1a1854b432c8c80c7b12894d2ae41f15c5191773da3 [2025-07-04T01:37:14.098Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:14.357Z] #7 exporting config sha256:3e270091c82066bc3297f1a1854b432c8c80c7b12894d2ae41f15c5191773da3 done [2025-07-04T01:37:14.357Z] #7 exporting manifest sha256:6b94e35de1a136811f6e7327701ee897b60211e81c1238293906e6620ff6909c done [2025-07-04T01:37:14.357Z] #7 exporting config sha256:cece4524c1490f1d029a151425b0696bca849e7f2905876cb4680e3f7e55c610 done [2025-07-04T01:37:14.357Z] #7 exporting manifest list sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c done [2025-07-04T01:37:14.357Z] #7 pushing layers 0.0s done [2025-07-04T01:37:14.357Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35@sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c 0.1s done [2025-07-04T01:37:14.357Z] #7 DONE 0.1s [2025-07-04T01:37:14.357Z] [2025-07-04T01:37:14.357Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:14.357Z] #8 DONE 0.0s [2025-07-04T01:37:14.357Z] [2025-07-04T01:37:14.357Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:14.357Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:14.654Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' [2025-07-04T01:37:14.654Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - [2025-07-04T01:37:14.914Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:14.914Z] #1 transferring dockerfile: 215B done [2025-07-04T01:37:14.914Z] #1 DONE 0.0s [2025-07-04T01:37:14.914Z] [2025-07-04T01:37:14.914Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:37:14.914Z] #2 DONE 0.0s [2025-07-04T01:37:14.914Z] [2025-07-04T01:37:14.914Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T01:37:14.914Z] #3 DONE 0.0s [2025-07-04T01:37:14.914Z] [2025-07-04T01:37:14.914Z] #4 [internal] load .dockerignore [2025-07-04T01:37:14.914Z] #4 transferring context: 2B done [2025-07-04T01:37:14.914Z] #4 DONE 0.0s [2025-07-04T01:37:14.914Z] [2025-07-04T01:37:14.914Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 [2025-07-04T01:37:14.914Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 0.0s done [2025-07-04T01:37:14.914Z] #5 CACHED [2025-07-04T01:37:14.914Z] [2025-07-04T01:37:14.914Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 [2025-07-04T01:37:14.914Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 0.0s done [2025-07-04T01:37:14.914Z] #6 CACHED [2025-07-04T01:37:14.914Z] [2025-07-04T01:37:14.914Z] #7 exporting to image [2025-07-04T01:37:14.914Z] #7 exporting layers done [2025-07-04T01:37:14.914Z] #7 exporting manifest sha256:58848407e22ae4b83d4f35cc439f040230b53f204e4a98c349adfdbcf1054386 done [2025-07-04T01:37:14.914Z] #7 exporting config sha256:3e270091c82066bc3297f1a1854b432c8c80c7b12894d2ae41f15c5191773da3 done [2025-07-04T01:37:14.914Z] #7 exporting manifest sha256:6b94e35de1a136811f6e7327701ee897b60211e81c1238293906e6620ff6909c done [2025-07-04T01:37:14.914Z] #7 exporting config sha256:cece4524c1490f1d029a151425b0696bca849e7f2905876cb4680e3f7e55c610 done [2025-07-04T01:37:14.914Z] #7 exporting manifest list sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c done [2025-07-04T01:37:14.914Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:14.914Z] #7 pushing layers 0.0s done [2025-07-04T01:37:14.914Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c 0.1s done [2025-07-04T01:37:14.914Z] #7 DONE 0.1s [2025-07-04T01:37:14.914Z] [2025-07-04T01:37:14.914Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:14.914Z] #8 DONE 0.0s [2025-07-04T01:37:14.914Z] [2025-07-04T01:37:14.914Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:14.914Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-04T01:37:15.200Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-07-04T01:37:15.200Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-07-04T01:37:15.200Z] #1 [internal] load build definition from Dockerfile [2025-07-04T01:37:15.200Z] #1 transferring dockerfile: 166B done [2025-07-04T01:37:15.200Z] #1 DONE 0.0s [2025-07-04T01:37:15.200Z] [2025-07-04T01:37:15.200Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-07-04T01:37:15.200Z] #2 DONE 0.0s [2025-07-04T01:37:15.200Z] [2025-07-04T01:37:15.200Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-07-04T01:37:15.200Z] #3 DONE 0.0s [2025-07-04T01:37:15.200Z] [2025-07-04T01:37:15.200Z] #4 [internal] load .dockerignore [2025-07-04T01:37:15.200Z] #4 transferring context: 2B done [2025-07-04T01:37:15.200Z] #4 DONE 0.0s [2025-07-04T01:37:15.200Z] [2025-07-04T01:37:15.200Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 [2025-07-04T01:37:15.200Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 done [2025-07-04T01:37:15.200Z] #5 CACHED [2025-07-04T01:37:15.200Z] [2025-07-04T01:37:15.200Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 [2025-07-04T01:37:15.200Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 done [2025-07-04T01:37:15.200Z] #6 CACHED [2025-07-04T01:37:15.200Z] [2025-07-04T01:37:15.200Z] #7 exporting to image [2025-07-04T01:37:15.200Z] #7 exporting layers done [2025-07-04T01:37:15.200Z] #7 exporting manifest sha256:58848407e22ae4b83d4f35cc439f040230b53f204e4a98c349adfdbcf1054386 done [2025-07-04T01:37:15.200Z] #7 exporting config sha256:3e270091c82066bc3297f1a1854b432c8c80c7b12894d2ae41f15c5191773da3 done [2025-07-04T01:37:15.200Z] #7 exporting manifest sha256:6b94e35de1a136811f6e7327701ee897b60211e81c1238293906e6620ff6909c done [2025-07-04T01:37:15.200Z] #7 exporting config sha256:cece4524c1490f1d029a151425b0696bca849e7f2905876cb4680e3f7e55c610 done [2025-07-04T01:37:15.200Z] #7 exporting manifest list sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c done [2025-07-04T01:37:15.200Z] #7 pushing layers 0.0s done [2025-07-04T01:37:15.200Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c [2025-07-04T01:37:15.200Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-04T01:37:15.458Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c 0.1s done [2025-07-04T01:37:15.458Z] #7 DONE 0.1s [2025-07-04T01:37:15.458Z] [2025-07-04T01:37:15.458Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-04T01:37:15.458Z] #8 DONE 0.0s [2025-07-04T01:37:15.458Z] [2025-07-04T01:37:15.458Z] 1 warning found (use --debug to expand): [2025-07-04T01:37:15.458Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-07-04T01:37:15.912Z] + '[' -d /w/workspace/edgex-go/867/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-07-04T01:37:16.205Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-04T01:37:16.760Z] ---> package-listing.sh [2025-07-04T01:37:16.760Z] ++ facter osfamily [2025-07-04T01:37:16.760Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-04T01:37:17.019Z] + OS_FAMILY=redhat [2025-07-04T01:37:17.019Z] + workspace=/w/workspace/edgex-go/867 [2025-07-04T01:37:17.019Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-04T01:37:17.019Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-04T01:37:17.019Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-04T01:37:17.019Z] + PACKAGES=/tmp/packages_start.txt [2025-07-04T01:37:17.019Z] + '[' /w/workspace/edgex-go/867 ']' [2025-07-04T01:37:17.019Z] + PACKAGES=/tmp/packages_end.txt [2025-07-04T01:37:17.019Z] + case "${OS_FAMILY}" in [2025-07-04T01:37:17.019Z] + sort [2025-07-04T01:37:17.019Z] + rpm -qa [2025-07-04T01:37:17.585Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-04T01:37:17.585Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-04T01:37:17.585Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-04T01:37:17.585Z] + '[' /w/workspace/edgex-go/867 ']' [2025-07-04T01:37:17.585Z] + mkdir -p /w/workspace/edgex-go/867/archives/ [2025-07-04T01:37:17.585Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/867/archives/ [Pipeline] echo [2025-07-04T01:37:17.596Z] 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/867/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-07-04T01:37:17.869Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:37:18.429Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-04T01:37:18.429Z] [2025-07-04T01:37:18.429Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T01:37:18.737Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-04T01:37:18.737Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-04T01:37:18.737Z] 5eb5b503b376: Pulling fs layer [2025-07-04T01:37:18.737Z] 5c69ac0246d0: Pulling fs layer [2025-07-04T01:37:18.737Z] ec43610c2a17: Pulling fs layer [2025-07-04T01:37:18.737Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-04T01:37:18.737Z] 33b1e0a273af: Pulling fs layer [2025-07-04T01:37:18.737Z] 5d3b04190fa2: Pulling fs layer [2025-07-04T01:37:18.737Z] 2f39f015ded8: Pulling fs layer [2025-07-04T01:37:18.737Z] 3a2ae6a8a46f: Waiting [2025-07-04T01:37:18.737Z] 33b1e0a273af: Waiting [2025-07-04T01:37:18.737Z] 5d3b04190fa2: Waiting [2025-07-04T01:37:18.737Z] 2f39f015ded8: Waiting [2025-07-04T01:37:18.737Z] 5c69ac0246d0: Verifying Checksum [2025-07-04T01:37:18.737Z] 5c69ac0246d0: Download complete [2025-07-04T01:37:18.737Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-04T01:37:18.737Z] 3a2ae6a8a46f: Download complete [2025-07-04T01:37:18.737Z] 33b1e0a273af: Verifying Checksum [2025-07-04T01:37:18.737Z] 33b1e0a273af: Download complete [2025-07-04T01:37:18.737Z] 5d3b04190fa2: Verifying Checksum [2025-07-04T01:37:18.737Z] 5d3b04190fa2: Download complete [2025-07-04T01:37:19.000Z] ec43610c2a17: Verifying Checksum [2025-07-04T01:37:19.000Z] ec43610c2a17: Download complete [2025-07-04T01:37:19.000Z] 5eb5b503b376: Verifying Checksum [2025-07-04T01:37:19.000Z] 5eb5b503b376: Download complete [2025-07-04T01:37:19.584Z] 2f39f015ded8: Verifying Checksum [2025-07-04T01:37:19.584Z] 2f39f015ded8: Download complete [2025-07-04T01:37:20.164Z] 5eb5b503b376: Pull complete [2025-07-04T01:37:20.426Z] 5c69ac0246d0: Pull complete [2025-07-04T01:37:20.685Z] ec43610c2a17: Pull complete [2025-07-04T01:37:20.943Z] 3a2ae6a8a46f: Pull complete [2025-07-04T01:37:21.208Z] 33b1e0a273af: Pull complete [2025-07-04T01:37:21.208Z] 5d3b04190fa2: Pull complete [2025-07-04T01:37:25.418Z] 2f39f015ded8: Pull complete [2025-07-04T01:37:25.418Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-04T01:37:25.418Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-04T01:37:25.418Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-04T01:37:25.565Z] prd-centos7-docker-4c-2g-4498 does not seem to be running inside a container [2025-07-04T01:37:25.594Z] $ 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/867/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-07-04T01:37:30.924Z] $ docker top af91a409e96623b319c376ab9e8caea09a65e983632ef2339dd611053d77a9c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-04T01:37:31.278Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-04T01:37:31.562Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-04T01:37:31.847Z] + ls /var/log/sa-host [2025-07-04T01:37:31.847Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-04T01:37:32.021Z] provisioning config files... [2025-07-04T01:37:32.031Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config17778673308825532116tmp [Pipeline] { [Pipeline] echo [2025-07-04T01:37:32.049Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-04T01:37:32.337Z] ---> create-netrc.sh [Pipeline] } [2025-07-04T01:37:32.344Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-04T01:37:32.695Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-04T01:37:32.704Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-04T01:37:33.003Z] ---> sudo-logs.sh [2025-07-04T01:37:33.003Z] Archiving 'sudo' log.. [2025-07-04T01:37:33.003Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T01:37:33.038Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-07-04T01:37:33.041Z] $ docker stop --time=1 af91a409e96623b319c376ab9e8caea09a65e983632ef2339dd611053d77a9c5 [2025-07-04T01:37:34.191Z] $ docker rm -f --volumes af91a409e96623b319c376ab9e8caea09a65e983632ef2339dd611053d77a9c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-07-04T01:37:34.302Z] [WS-CLEANUP] Deleting project workspace... [2025-07-04T01:37:34.303Z] [WS-CLEANUP] Deferred wipeout is used... [2025-07-04T01:37:34.368Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-07-04T01:53:19.298Z] #151 ... [2025-07-04T01:53:19.298Z] [2025-07-04T01:53:19.298Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-07-04T01:53:19.298Z] #147 DONE 1093.4s [2025-07-04T01:53:19.298Z] [2025-07-04T01:53:19.298Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:53:19.298Z] #33 ... [2025-07-04T01:53:19.298Z] [2025-07-04T01:53:19.298Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T01:53:19.298Z] #155 DONE 0.3s [2025-07-04T01:53:19.298Z] [2025-07-04T01:53:19.298Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-04T01:53:19.298Z] #156 DONE 0.1s [2025-07-04T01:53:19.298Z] [2025-07-04T01:53:19.298Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-07-04T01:53:19.298Z] #157 DONE 0.3s [2025-07-04T01:53:19.298Z] [2025-07-04T01:53:19.298Z] #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-07-04T01:53:19.298Z] #158 DONE 0.1s [2025-07-04T01:53:19.298Z] [2025-07-04T01:53:19.298Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-04T01:53:19.298Z] #65 ... [2025-07-04T01:53:19.298Z] [2025-07-04T01:53:19.298Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-07-04T01:53:19.298Z] #159 DONE 0.2s [2025-07-04T01:53:19.298Z] [2025-07-04T01:53:19.298Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-04T01:53:19.298Z] #160 DONE 2.2s [2025-07-04T01:53:19.298Z] [2025-07-04T01:53:19.298Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:53:19.298Z] #33 ... [2025-07-04T01:53:19.298Z] [2025-07-04T01:53:19.298Z] #108 [core-common-config-bootstrapper] exporting to image [2025-07-04T01:53:19.298Z] #108 exporting layers [2025-07-04T01:53:19.298Z] #108 exporting layers 0.6s done [2025-07-04T01:53:19.298Z] #108 writing image sha256:f2a85b7ee7e1b75ffac57a6365e9c916d48b44e1921629971d81cb408dd885f7 done [2025-07-04T01:53:19.298Z] #108 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-07-04T01:53:19.298Z] #108 DONE 5.9s [2025-07-04T01:53:19.298Z] [2025-07-04T01:53:19.298Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:53:21.243Z] #33 ... [2025-07-04T01:53:21.243Z] [2025-07-04T01:53:21.243Z] #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-07-04T01:53:21.243Z] #142 DONE 1113.7s [2025-07-04T01:53:21.243Z] [2025-07-04T01:53:21.243Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-07-04T01:53:21.513Z] #161 DONE 0.3s [2025-07-04T01:53:21.513Z] [2025-07-04T01:53:21.513Z] #128 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-04T01:53:21.513Z] #128 ... [2025-07-04T01:53:21.513Z] [2025-07-04T01:53:21.513Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-07-04T01:53:24.098Z] #162 DONE 2.5s [2025-07-04T01:53:24.098Z] [2025-07-04T01:53:24.098Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T01:53:24.365Z] #163 DONE 0.3s [2025-07-04T01:53:24.365Z] [2025-07-04T01:53:24.365Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-07-04T01:53:24.365Z] #164 DONE 0.2s [2025-07-04T01:53:24.365Z] [2025-07-04T01:53:24.365Z] #128 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-04T01:53:24.632Z] #128 ... [2025-07-04T01:53:24.632Z] [2025-07-04T01:53:24.632Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-07-04T01:53:24.632Z] #165 DONE 0.3s [2025-07-04T01:53:24.632Z] [2025-07-04T01:53:24.632Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-04T01:53:24.898Z] #65 ... [2025-07-04T01:53:24.898Z] [2025-07-04T01:53:24.898Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-07-04T01:53:24.898Z] #166 DONE 0.1s [2025-07-04T01:53:24.898Z] [2025-07-04T01:53:24.898Z] #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-07-04T01:53:24.898Z] #167 DONE 0.1s [2025-07-04T01:53:24.898Z] [2025-07-04T01:53:24.898Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-04T01:53:25.164Z] #151 ... [2025-07-04T01:53:25.164Z] [2025-07-04T01:53:25.164Z] #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-07-04T01:53:25.164Z] #168 DONE 0.1s [2025-07-04T01:53:25.164Z] [2025-07-04T01:53:25.164Z] #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-07-04T01:53:25.430Z] #169 DONE 0.2s [2025-07-04T01:53:25.430Z] [2025-07-04T01:53:25.430Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-07-04T01:53:25.430Z] #170 DONE 0.1s [2025-07-04T01:53:25.430Z] [2025-07-04T01:53:25.430Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T01:53:25.697Z] #33 ... [2025-07-04T01:53:25.697Z] [2025-07-04T01:53:25.697Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-07-04T01:53:27.647Z] #171 DONE 2.0s [2025-07-04T01:53:27.647Z] [2025-07-04T01:53:27.647Z] #108 [security-bootstrapper] exporting to image [2025-07-04T01:53:27.647Z] #108 exporting layers [2025-07-04T01:53:28.605Z] #108 exporting layers 1.0s done [2025-07-04T01:53:28.605Z] #108 writing image sha256:e756242c8df69b773067879c5c80a9ea4066c77d60ec1684931239267edebe84 done [2025-07-04T01:53:28.605Z] #108 naming to docker.io/library/security-bootstrapper-arm64 done [2025-07-04T01:53:28.605Z] #108 DONE 6.9s [2025-07-04T01:53:28.605Z] [2025-07-04T01:53:28.605Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-04T02:09:21.392Z] #65 ... [2025-07-04T02:09:21.392Z] [2025-07-04T02:09:21.392Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-07-04T02:09:21.392Z] #148 DONE 2053.8s [2025-07-04T02:09:21.392Z] [2025-07-04T02:09:21.392Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T02:09:21.392Z] #33 ... [2025-07-04T02:09:21.392Z] [2025-07-04T02:09:21.392Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T02:09:21.392Z] #172 DONE 0.2s [2025-07-04T02:09:21.392Z] [2025-07-04T02:09:21.392Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-07-04T02:09:21.392Z] #173 DONE 0.1s [2025-07-04T02:09:21.392Z] [2025-07-04T02:09:21.392Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-07-04T02:09:21.392Z] #174 DONE 0.5s [2025-07-04T02:09:21.392Z] [2025-07-04T02:09:21.392Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-07-04T02:09:21.392Z] #175 DONE 0.1s [2025-07-04T02:09:21.392Z] [2025-07-04T02:09:21.392Z] #108 [core-command] exporting to image [2025-07-04T02:09:21.392Z] #108 exporting layers [2025-07-04T02:09:21.392Z] #108 exporting layers 0.5s done [2025-07-04T02:09:21.392Z] #108 writing image sha256:c788e6a778937c0498d1b489f482a529eb1642419f7159de174c79abfce14046 done [2025-07-04T02:09:21.392Z] #108 naming to docker.io/library/core-command-arm64 done [2025-07-04T02:09:21.392Z] #108 DONE 7.4s [2025-07-04T02:09:21.392Z] [2025-07-04T02:09:21.392Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T02:09:26.712Z] #33 ... [2025-07-04T02:09:26.712Z] [2025-07-04T02:09:26.712Z] #126 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-04T02:09:26.712Z] #126 2079.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-07-04T02:09:28.113Z] #126 ... [2025-07-04T02:09:28.113Z] [2025-07-04T02:09:28.113Z] #128 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-07-04T02:09:28.113Z] #128 DONE 2080.6s [2025-07-04T02:09:28.113Z] [2025-07-04T02:09:28.113Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T02:09:28.730Z] #33 ... [2025-07-04T02:09:28.730Z] [2025-07-04T02:09:28.730Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T02:09:29.004Z] #176 DONE 0.2s [2025-07-04T02:09:29.004Z] [2025-07-04T02:09:29.004Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-07-04T02:09:29.004Z] #177 DONE 0.2s [2025-07-04T02:09:29.004Z] [2025-07-04T02:09:29.004Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T02:09:29.277Z] #33 ... [2025-07-04T02:09:29.277Z] [2025-07-04T02:09:29.277Z] #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-07-04T02:09:29.277Z] #178 DONE 0.2s [2025-07-04T02:09:29.277Z] [2025-07-04T02:09:29.277Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-07-04T02:09:29.542Z] #179 DONE 0.1s [2025-07-04T02:09:29.542Z] [2025-07-04T02:09:29.542Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-07-04T02:09:29.807Z] #180 DONE 0.3s [2025-07-04T02:09:29.807Z] [2025-07-04T02:09:29.807Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-07-04T02:09:29.807Z] #181 DONE 0.2s [2025-07-04T02:09:29.807Z] [2025-07-04T02:09:29.807Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-04T02:09:30.071Z] #143 ... [2025-07-04T02:09:30.071Z] [2025-07-04T02:09:30.071Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-04T02:09:32.641Z] #182 DONE 2.2s [2025-07-04T02:09:32.641Z] [2025-07-04T02:09:32.641Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-04T02:09:32.641Z] #151 ... [2025-07-04T02:09:32.641Z] [2025-07-04T02:09:32.641Z] #108 [security-proxy-setup] exporting to image [2025-07-04T02:09:32.641Z] #108 exporting layers [2025-07-04T02:09:33.220Z] #108 exporting layers 1.0s done [2025-07-04T02:09:33.220Z] #108 writing image sha256:f9761f5bd9d2a5c9b389b4bcfe5d2832067b9f6fc2a101bdf97d8da3435d90b4 done [2025-07-04T02:09:33.220Z] #108 naming to docker.io/library/security-proxy-setup-arm64 done [2025-07-04T02:09:33.220Z] #108 DONE 8.4s [2025-07-04T02:09:33.220Z] [2025-07-04T02:09:33.220Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-04T02:09:59.860Z] #153 ... [2025-07-04T02:09:59.860Z] [2025-07-04T02:09:59.860Z] #126 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-07-04T02:09:59.860Z] #126 DONE 2109.5s [2025-07-04T02:09:59.860Z] [2025-07-04T02:09:59.860Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-04T02:09:59.860Z] #151 ... [2025-07-04T02:09:59.860Z] [2025-07-04T02:09:59.860Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T02:09:59.860Z] #183 DONE 0.3s [2025-07-04T02:09:59.860Z] [2025-07-04T02:09:59.860Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T02:09:59.860Z] #33 ... [2025-07-04T02:09:59.860Z] [2025-07-04T02:09:59.860Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-07-04T02:09:59.860Z] #184 DONE 0.3s [2025-07-04T02:09:59.860Z] [2025-07-04T02:09:59.860Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-04T02:09:59.860Z] #151 ... [2025-07-04T02:09:59.860Z] [2025-07-04T02:09:59.860Z] #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-07-04T02:09:59.860Z] #185 DONE 0.3s [2025-07-04T02:09:59.860Z] [2025-07-04T02:09:59.860Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-04T02:09:59.860Z] #145 ... [2025-07-04T02:09:59.860Z] [2025-07-04T02:09:59.860Z] #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-07-04T02:09:59.860Z] #186 DONE 0.1s [2025-07-04T02:09:59.860Z] [2025-07-04T02:09:59.860Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-07-04T02:09:59.860Z] #187 DONE 0.1s [2025-07-04T02:09:59.860Z] [2025-07-04T02:09:59.860Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-04T02:09:59.860Z] #151 ... [2025-07-04T02:09:59.860Z] [2025-07-04T02:09:59.860Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-07-04T02:09:59.860Z] #188 DONE 0.3s [2025-07-04T02:09:59.860Z] [2025-07-04T02:09:59.860Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-07-04T02:09:59.860Z] #189 DONE 0.5s [2025-07-04T02:09:59.860Z] [2025-07-04T02:09:59.861Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-07-04T02:09:59.861Z] #190 DONE 0.1s [2025-07-04T02:09:59.861Z] [2025-07-04T02:09:59.861Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-04T02:10:01.794Z] #191 DONE 2.3s [2025-07-04T02:10:01.794Z] [2025-07-04T02:10:01.794Z] #108 [security-secretstore-setup] exporting to image [2025-07-04T02:10:01.794Z] #108 exporting layers [2025-07-04T02:10:03.196Z] #108 exporting layers 1.7s done [2025-07-04T02:10:03.460Z] #108 writing image sha256:b704a806c12fea43b8f2d996b46463cdc2cbc70debca85f23c0efd9e2eb93c1c done [2025-07-04T02:10:03.460Z] #108 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-07-04T02:10:03.460Z] #108 DONE 10.1s [2025-07-04T02:10:03.460Z] [2025-07-04T02:10:03.460Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T02:11:25.017Z] #33 ... [2025-07-04T02:11:25.017Z] [2025-07-04T02:11:25.017Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-07-04T02:11:25.017Z] #153 DONE 2157.4s [2025-07-04T02:11:25.017Z] [2025-07-04T02:11:25.017Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-04T02:11:25.017Z] #143 ... [2025-07-04T02:11:25.017Z] [2025-07-04T02:11:25.017Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T02:11:25.017Z] #192 DONE 0.3s [2025-07-04T02:11:25.017Z] [2025-07-04T02:11:25.017Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-04T02:11:25.017Z] #151 ... [2025-07-04T02:11:25.017Z] [2025-07-04T02:11:25.017Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-04T02:11:25.017Z] #193 DONE 0.1s [2025-07-04T02:11:25.017Z] [2025-07-04T02:11:25.017Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-07-04T02:11:25.017Z] #194 DONE 0.4s [2025-07-04T02:11:25.017Z] [2025-07-04T02:11:25.017Z] #141 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-04T02:11:25.017Z] #141 ... [2025-07-04T02:11:25.017Z] [2025-07-04T02:11:25.017Z] #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-07-04T02:11:25.017Z] #195 DONE 0.1s [2025-07-04T02:11:25.017Z] [2025-07-04T02:11:25.017Z] #108 [security-spiffe-token-provider] exporting to image [2025-07-04T02:11:25.017Z] #108 exporting layers [2025-07-04T02:11:25.017Z] #108 exporting layers 0.8s done [2025-07-04T02:11:25.017Z] #108 writing image sha256:f48511d21122432757beb7e5031681097d3bfb4d421fa6eb05e155aa1ca1d660 done [2025-07-04T02:11:25.017Z] #108 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-07-04T02:11:25.017Z] #108 DONE 11.0s [2025-07-04T02:11:25.017Z] [2025-07-04T02:11:25.017Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-04T02:11:47.043Z] #151 ... [2025-07-04T02:11:47.043Z] [2025-07-04T02:11:47.043Z] #141 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-07-04T02:11:47.043Z] #141 DONE 2210.6s [2025-07-04T02:11:47.043Z] [2025-07-04T02:11:47.043Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T02:11:47.043Z] #33 ... [2025-07-04T02:11:47.043Z] [2025-07-04T02:11:47.043Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T02:11:47.308Z] #196 DONE 0.2s [2025-07-04T02:11:47.308Z] [2025-07-04T02:11:47.308Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T02:11:47.308Z] #33 ... [2025-07-04T02:11:47.308Z] [2025-07-04T02:11:47.308Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-04T02:11:47.902Z] #197 DONE 0.2s [2025-07-04T02:11:47.902Z] [2025-07-04T02:11:47.902Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-07-04T02:11:48.176Z] #198 DONE 0.5s [2025-07-04T02:11:48.176Z] [2025-07-04T02:11:48.176Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-07-04T02:11:48.442Z] #199 DONE 0.1s [2025-07-04T02:11:48.442Z] [2025-07-04T02:11:48.442Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-07-04T02:11:48.442Z] #200 DONE 0.2s [2025-07-04T02:11:48.442Z] [2025-07-04T02:11:48.442Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-04T02:11:48.707Z] #143 ... [2025-07-04T02:11:48.707Z] [2025-07-04T02:11:48.707Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-04T02:11:50.644Z] #201 ... [2025-07-04T02:11:50.644Z] [2025-07-04T02:11:50.644Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-07-04T02:11:50.644Z] #143 DONE 2214.3s [2025-07-04T02:11:50.644Z] [2025-07-04T02:11:50.644Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-04T02:11:50.909Z] #146 ... [2025-07-04T02:11:50.909Z] [2025-07-04T02:11:50.909Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-07-04T02:11:50.909Z] #201 DONE 2.5s [2025-07-04T02:11:51.174Z] [2025-07-04T02:11:51.174Z] #108 [security-proxy-auth] exporting to image [2025-07-04T02:11:51.174Z] #108 exporting layers [2025-07-04T02:11:51.757Z] #108 ... [2025-07-04T02:11:51.757Z] [2025-07-04T02:11:51.757Z] #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T02:11:51.757Z] #202 CACHED [2025-07-04T02:11:51.757Z] [2025-07-04T02:11:51.757Z] #203 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-07-04T02:11:51.757Z] #203 CACHED [2025-07-04T02:11:52.021Z] [2025-07-04T02:11:52.021Z] #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-07-04T02:11:52.021Z] #204 ... [2025-07-04T02:11:52.021Z] [2025-07-04T02:11:52.021Z] #108 [security-proxy-auth] exporting to image [2025-07-04T02:11:52.021Z] #108 exporting layers 0.9s done [2025-07-04T02:11:52.021Z] #108 writing image sha256:90f216c7f4edfb072ec37a5dd6c51b643708da7a98863fc5f5dd155ad1a0809f done [2025-07-04T02:11:52.021Z] #108 naming to docker.io/library/security-proxy-auth-arm64 done [2025-07-04T02:11:52.021Z] #108 DONE 11.9s [2025-07-04T02:11:52.288Z] [2025-07-04T02:11:52.288Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-04T02:11:52.288Z] #65 ... [2025-07-04T02:11:52.288Z] [2025-07-04T02:11:52.288Z] #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-07-04T02:11:52.288Z] #204 DONE 0.6s [2025-07-04T02:11:52.288Z] [2025-07-04T02:11:52.288Z] #205 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-07-04T02:11:52.554Z] #205 DONE 0.2s [2025-07-04T02:11:52.554Z] [2025-07-04T02:11:52.554Z] #206 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-07-04T02:11:52.554Z] #206 DONE 0.2s [2025-07-04T02:11:52.554Z] [2025-07-04T02:11:52.554Z] #108 [core-metadata] exporting to image [2025-07-04T02:11:53.509Z] #108 exporting layers 0.6s done [2025-07-04T02:11:53.509Z] #108 writing image sha256:80d7c0bc1380acd1879c048bdfdbb8380562a7378381518b197f59e8df5dc603 done [2025-07-04T02:11:53.509Z] #108 naming to docker.io/library/core-metadata-arm64 done [2025-07-04T02:11:53.509Z] #108 DONE 12.5s [2025-07-04T02:11:53.509Z] [2025-07-04T02:11:53.509Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T02:11:54.919Z] #33 ... [2025-07-04T02:11:54.919Z] [2025-07-04T02:11:54.919Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-07-04T02:11:54.919Z] #154 DONE 2202.4s [2025-07-04T02:11:54.919Z] [2025-07-04T02:11:54.919Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-04T02:11:55.186Z] #65 ... [2025-07-04T02:11:55.186Z] [2025-07-04T02:11:55.186Z] #207 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T02:11:55.450Z] #207 DONE 0.2s [2025-07-04T02:11:55.450Z] [2025-07-04T02:11:55.450Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T02:11:55.715Z] #33 ... [2025-07-04T02:11:55.716Z] [2025-07-04T02:11:55.716Z] #208 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-07-04T02:11:55.981Z] #208 DONE 0.4s [2025-07-04T02:11:55.981Z] [2025-07-04T02:11:55.981Z] #209 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-07-04T02:11:56.246Z] #209 DONE 0.1s [2025-07-04T02:11:56.246Z] [2025-07-04T02:11:56.246Z] #108 [core-keeper] exporting to image [2025-07-04T02:11:56.830Z] #108 exporting layers 0.5s done [2025-07-04T02:11:56.830Z] #108 writing image sha256:e410dcbdf2b62109bf8dfb7f8efa8ff4023a043ace1cb9ef18d1ebdd8e94e6d0 done [2025-07-04T02:11:56.830Z] #108 naming to docker.io/library/core-keeper-arm64 done [2025-07-04T02:11:56.830Z] #108 DONE 13.0s [2025-07-04T02:11:56.830Z] [2025-07-04T02:11:56.830Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-04T02:11:57.417Z] #65 ... [2025-07-04T02:11:57.417Z] [2025-07-04T02:11:57.417Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-07-04T02:11:57.417Z] #146 DONE 2221.1s [2025-07-04T02:11:57.417Z] [2025-07-04T02:11:57.418Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-04T02:11:57.684Z] #151 ... [2025-07-04T02:11:57.684Z] [2025-07-04T02:11:57.684Z] #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T02:11:57.951Z] #210 DONE 0.4s [2025-07-04T02:11:57.951Z] [2025-07-04T02:11:57.951Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T02:11:57.951Z] #33 ... [2025-07-04T02:11:57.951Z] [2025-07-04T02:11:57.951Z] #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-04T02:11:57.951Z] #211 DONE 0.1s [2025-07-04T02:11:58.216Z] [2025-07-04T02:11:58.216Z] #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-07-04T02:11:58.484Z] #212 DONE 0.4s [2025-07-04T02:11:58.484Z] [2025-07-04T02:11:58.484Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-07-04T02:11:58.484Z] #65 ... [2025-07-04T02:11:58.484Z] [2025-07-04T02:11:58.484Z] #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-07-04T02:11:58.484Z] #213 DONE 0.1s [2025-07-04T02:11:58.749Z] [2025-07-04T02:11:58.749Z] #108 [core-data] exporting to image [2025-07-04T02:11:59.016Z] #108 exporting layers 0.4s done [2025-07-04T02:11:59.282Z] #108 writing image sha256:84cfc0fc18c192bf5bc26f97733ce018f1e5a6e16109d6747b2ad65e896e94be done [2025-07-04T02:11:59.282Z] #108 naming to docker.io/library/core-data-arm64 done [2025-07-04T02:11:59.282Z] #108 DONE 13.5s [2025-07-04T02:11:59.282Z] [2025-07-04T02:11:59.282Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T02:12:31.461Z] #33 ... [2025-07-04T02:12:31.462Z] [2025-07-04T02:12:31.462Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-07-04T02:12:31.462Z] #151 DONE 2235.3s [2025-07-04T02:12:31.462Z] [2025-07-04T02:12:31.462Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T02:12:31.462Z] #33 ... [2025-07-04T02:12:31.462Z] [2025-07-04T02:12:31.462Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T02:12:31.462Z] #214 DONE 0.2s [2025-07-04T02:12:31.462Z] [2025-07-04T02:12:31.462Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-04T02:12:31.462Z] #215 DONE 0.2s [2025-07-04T02:12:31.462Z] [2025-07-04T02:12:31.462Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-07-04T02:12:31.462Z] #216 DONE 0.5s [2025-07-04T02:12:31.462Z] [2025-07-04T02:12:31.462Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-07-04T02:12:31.462Z] #217 DONE 0.1s [2025-07-04T02:12:31.462Z] [2025-07-04T02:12:31.462Z] #108 [support-scheduler] exporting to image [2025-07-04T02:12:31.462Z] #108 exporting layers [2025-07-04T02:12:31.462Z] #108 exporting layers 1.1s done [2025-07-04T02:12:31.462Z] #108 writing image sha256:e994ae63a330224485c12a99755d0b9bec50b46c0dcb6ea3af7909fc9adafada done [2025-07-04T02:12:31.462Z] #108 naming to docker.io/library/support-scheduler-arm64 done [2025-07-04T02:12:31.462Z] #108 DONE 14.5s [2025-07-04T02:12:31.462Z] [2025-07-04T02:12:31.462Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T02:12:34.792Z] #33 ... [2025-07-04T02:12:34.792Z] [2025-07-04T02:12:34.792Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-07-04T02:12:34.792Z] #145 DONE 2251.8s [2025-07-04T02:12:34.792Z] [2025-07-04T02:12:34.792Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-07-04T02:12:34.792Z] #218 DONE 0.1s [2025-07-04T02:12:34.792Z] [2025-07-04T02:12:34.792Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T02:12:34.792Z] #33 ... [2025-07-04T02:12:34.792Z] [2025-07-04T02:12:34.792Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-07-04T02:12:34.792Z] #219 DONE 0.1s [2025-07-04T02:12:35.059Z] [2025-07-04T02:12:35.059Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-07-04T02:12:35.325Z] #220 DONE 0.4s [2025-07-04T02:12:35.325Z] [2025-07-04T02:12:35.325Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T02:12:35.325Z] #33 ... [2025-07-04T02:12:35.325Z] [2025-07-04T02:12:35.325Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-07-04T02:12:35.325Z] #221 DONE 0.1s [2025-07-04T02:12:35.325Z] [2025-07-04T02:12:35.325Z] #108 [support-notifications] exporting to image [2025-07-04T02:12:35.325Z] #108 exporting layers [2025-07-04T02:12:35.905Z] #108 exporting layers 0.6s done [2025-07-04T02:12:35.905Z] #108 writing image sha256:e9fba365debae954e5af7cd91e233461a1a6c57467b8e7d6de19b20a6d638c05 done [2025-07-04T02:12:35.905Z] #108 naming to docker.io/library/support-notifications-arm64 done [2025-07-04T02:12:35.905Z] #108 DONE 15.1s [2025-07-04T02:12:35.905Z] [2025-07-04T02:12:35.905Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-04T02:12:35.905Z] time="2025-07-04T01:32:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T02:12:35.905Z] time="2025-07-04T01:32:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T02:12:35.905Z] time="2025-07-04T01:32:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T02:12:35.905Z] time="2025-07-04T01:32:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T02:12:35.905Z] time="2025-07-04T01:32:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T02:12:35.905Z] time="2025-07-04T01:32:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T02:12:35.905Z] time="2025-07-04T01:32:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T02:12:35.905Z] time="2025-07-04T01:32:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T02:12:35.905Z] time="2025-07-04T01:32:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T02:12:35.905Z] time="2025-07-04T01:32:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T02:12:35.905Z] time="2025-07-04T01:32:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T02:12:35.905Z] time="2025-07-04T01:32:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T02:12:35.905Z] time="2025-07-04T01:32:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T02:12:35.905Z] time="2025-07-04T01:32:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-07-04T02:12:35.905Z] time="2025-07-04T01:32:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-07-04T02:12:35.911Z] $ docker stop --time=1 ac60f6ec7382e45cad0c6d5f9e41cbcda291652ca1b3b7eabd7a5dc937af6db6 [2025-07-04T02:12:37.534Z] $ docker rm -f --volumes ac60f6ec7382e45cad0c6d5f9e41cbcda291652ca1b3b7eabd7a5dc937af6db6 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-04T02:12:38.025Z] + docker images [2025-07-04T02:12:38.025Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-07-04T02:12:38.025Z] support-notifications-arm64 latest e9fba365deba 2 seconds ago 52.6MB [2025-07-04T02:12:38.025Z] support-scheduler-arm64 latest e994ae63a330 9 seconds ago 48.9MB [2025-07-04T02:12:38.025Z] core-data-arm64 latest 84cfc0fc18c1 39 seconds ago 33.4MB [2025-07-04T02:12:38.025Z] core-keeper-arm64 latest e410dcbdf2b6 42 seconds ago 33MB [2025-07-04T02:12:38.025Z] core-metadata-arm64 latest 80d7c0bc1380 45 seconds ago 33.6MB [2025-07-04T02:12:38.025Z] security-proxy-auth-arm64 latest 90f216c7f4ed 47 seconds ago 32.3MB [2025-07-04T02:12:38.025Z] security-spiffe-token-provider-arm64 latest f48511d21122 About a minute ago 48.4MB [2025-07-04T02:12:38.025Z] security-secretstore-setup-arm64 latest b704a806c12f 2 minutes ago 68.5MB [2025-07-04T02:12:38.025Z] security-proxy-setup-arm64 latest f9761f5bd9d2 3 minutes ago 39MB [2025-07-04T02:12:38.025Z] core-command-arm64 latest c788e6a77893 3 minutes ago 29MB [2025-07-04T02:12:38.025Z] security-bootstrapper-arm64 latest e756242c8df6 19 minutes ago 21.1MB [2025-07-04T02:12:38.025Z] core-common-config-bootstrapper-arm64 latest f2a85b7ee7e1 19 minutes ago 18MB [2025-07-04T02:12:38.025Z] security-spire-config-arm64 latest 7c66cb34039b 39 minutes ago 143MB [2025-07-04T02:12:38.025Z] security-spire-agent-arm64 latest 48d8c8d52e2a 39 minutes ago 187MB [2025-07-04T02:12:38.025Z] security-spire-server-arm64 latest 23338767e7a7 39 minutes ago 144MB [2025-07-04T02:12:38.025Z] ci-base-image-arm64 latest 59dea5d0c77d 41 minutes ago 909MB [2025-07-04T02:12:38.025Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 2 weeks ago 560MB [2025-07-04T02:12:38.025Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-04T02:12:38.182Z] provisioning config files... [2025-07-04T02:12:38.197Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/867@tmp/config14275391530995497220tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-04T02:12:38.582Z] ---> ****-login.sh [2025-07-04T02:12:38.582Z] nexus3.edgexfoundry.org:10001 [2025-07-04T02:12:38.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T02:12:39.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-04T02:12:39.134Z] Configure a credential helper to remove this warning. See [2025-07-04T02:12:39.134Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-04T02:12:39.134Z] [2025-07-04T02:12:39.134Z] Login Succeeded [2025-07-04T02:12:39.134Z] nexus3.edgexfoundry.org:10002 [2025-07-04T02:12:39.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T02:12:39.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-04T02:12:39.698Z] Configure a credential helper to remove this warning. See [2025-07-04T02:12:39.698Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-04T02:12:39.698Z] [2025-07-04T02:12:39.698Z] Login Succeeded [2025-07-04T02:12:39.698Z] nexus3.edgexfoundry.org:10003 [2025-07-04T02:12:39.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T02:12:39.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-04T02:12:39.970Z] Configure a credential helper to remove this warning. See [2025-07-04T02:12:39.970Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-04T02:12:39.970Z] [2025-07-04T02:12:39.970Z] Login Succeeded [2025-07-04T02:12:39.970Z] nexus3.edgexfoundry.org:10004 [2025-07-04T02:12:40.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T02:12:40.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-04T02:12:40.242Z] Configure a credential helper to remove this warning. See [2025-07-04T02:12:40.242Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-04T02:12:40.242Z] [2025-07-04T02:12:40.242Z] Login Succeeded [2025-07-04T02:12:40.517Z] ****.io [2025-07-04T02:12:40.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-04T02:12:40.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-04T02:12:40.790Z] Configure a credential helper to remove this warning. See [2025-07-04T02:12:40.790Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-04T02:12:40.790Z] [2025-07-04T02:12:40.790Z] Login Succeeded [2025-07-04T02:12:40.790Z] ---> ****-login.sh ends [Pipeline] } [2025-07-04T02:12:40.802Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T02:12:40.905Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-04T02:12:40.937Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-07-04T02:12:40.937Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:12:40.937Z] latest [2025-07-04T02:12:40.937Z] 4.1.0-dev.35 [2025-07-04T02:12:40.937Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:12:40.937Z] main [2025-07-04T02:12:40.937Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:12:41.311Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:12:41.673Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:12:41.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-07-04T02:12:41.673Z] 857e75ed1ecb: Preparing [2025-07-04T02:12:41.673Z] 26ffbcf6c9b3: Preparing [2025-07-04T02:12:41.673Z] ac28966a159c: Preparing [2025-07-04T02:12:41.673Z] 5643a156fe11: Preparing [2025-07-04T02:12:41.673Z] f764b0bee74d: Preparing [2025-07-04T02:12:41.673Z] 9dfe06f5e710: Preparing [2025-07-04T02:12:41.673Z] dd9c8f8612c8: Preparing [2025-07-04T02:12:41.673Z] 9dfe06f5e710: Waiting [2025-07-04T02:12:41.673Z] dd9c8f8612c8: Waiting [2025-07-04T02:12:41.939Z] 5643a156fe11: Pushed [2025-07-04T02:12:41.939Z] 857e75ed1ecb: Pushed [2025-07-04T02:12:41.939Z] ac28966a159c: Pushed [2025-07-04T02:12:41.939Z] f764b0bee74d: Pushed [2025-07-04T02:12:41.939Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:12:42.204Z] 9dfe06f5e710: Pushed [2025-07-04T02:12:46.453Z] 26ffbcf6c9b3: Pushed [2025-07-04T02:12:46.719Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:15ee8c2df2401809463720839efc74c9ccc6c370ac8b619ddcccd521f4e6826b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:12:47.083Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:12:47.438Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-07-04T02:12:47.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-07-04T02:12:47.438Z] 857e75ed1ecb: Preparing [2025-07-04T02:12:47.438Z] 26ffbcf6c9b3: Preparing [2025-07-04T02:12:47.438Z] ac28966a159c: Preparing [2025-07-04T02:12:47.438Z] 5643a156fe11: Preparing [2025-07-04T02:12:47.438Z] f764b0bee74d: Preparing [2025-07-04T02:12:47.438Z] 9dfe06f5e710: Preparing [2025-07-04T02:12:47.438Z] dd9c8f8612c8: Preparing [2025-07-04T02:12:47.438Z] 9dfe06f5e710: Waiting [2025-07-04T02:12:47.438Z] dd9c8f8612c8: Waiting [2025-07-04T02:12:47.438Z] 26ffbcf6c9b3: Layer already exists [2025-07-04T02:12:47.438Z] 857e75ed1ecb: Layer already exists [2025-07-04T02:12:47.438Z] 5643a156fe11: Layer already exists [2025-07-04T02:12:47.438Z] ac28966a159c: Layer already exists [2025-07-04T02:12:47.438Z] f764b0bee74d: Layer already exists [2025-07-04T02:12:47.438Z] 9dfe06f5e710: Layer already exists [2025-07-04T02:12:47.438Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:12:47.438Z] latest: digest: sha256:15ee8c2df2401809463720839efc74c9ccc6c370ac8b619ddcccd521f4e6826b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:12:48.069Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:12:48.418Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.35 [2025-07-04T02:12:48.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-07-04T02:12:48.418Z] 857e75ed1ecb: Preparing [2025-07-04T02:12:48.418Z] 26ffbcf6c9b3: Preparing [2025-07-04T02:12:48.418Z] ac28966a159c: Preparing [2025-07-04T02:12:48.418Z] 5643a156fe11: Preparing [2025-07-04T02:12:48.418Z] f764b0bee74d: Preparing [2025-07-04T02:12:48.418Z] 9dfe06f5e710: Preparing [2025-07-04T02:12:48.418Z] dd9c8f8612c8: Preparing [2025-07-04T02:12:48.418Z] 9dfe06f5e710: Waiting [2025-07-04T02:12:48.418Z] dd9c8f8612c8: Waiting [2025-07-04T02:12:48.418Z] ac28966a159c: Layer already exists [2025-07-04T02:12:48.418Z] 857e75ed1ecb: Layer already exists [2025-07-04T02:12:48.418Z] 26ffbcf6c9b3: Layer already exists [2025-07-04T02:12:48.418Z] 5643a156fe11: Layer already exists [2025-07-04T02:12:48.418Z] f764b0bee74d: Layer already exists [2025-07-04T02:12:48.418Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:12:48.418Z] 9dfe06f5e710: Layer already exists [2025-07-04T02:12:48.418Z] 4.1.0-dev.35: digest: sha256:15ee8c2df2401809463720839efc74c9ccc6c370ac8b619ddcccd521f4e6826b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:12:49.047Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:12:49.407Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:12:49.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-07-04T02:12:49.407Z] 857e75ed1ecb: Preparing [2025-07-04T02:12:49.407Z] 26ffbcf6c9b3: Preparing [2025-07-04T02:12:49.407Z] ac28966a159c: Preparing [2025-07-04T02:12:49.407Z] 5643a156fe11: Preparing [2025-07-04T02:12:49.407Z] f764b0bee74d: Preparing [2025-07-04T02:12:49.407Z] 9dfe06f5e710: Preparing [2025-07-04T02:12:49.407Z] dd9c8f8612c8: Preparing [2025-07-04T02:12:49.407Z] 9dfe06f5e710: Waiting [2025-07-04T02:12:49.407Z] dd9c8f8612c8: Waiting [2025-07-04T02:12:49.407Z] ac28966a159c: Layer already exists [2025-07-04T02:12:49.407Z] f764b0bee74d: Layer already exists [2025-07-04T02:12:49.407Z] 5643a156fe11: Layer already exists [2025-07-04T02:12:49.407Z] 26ffbcf6c9b3: Layer already exists [2025-07-04T02:12:49.407Z] 9dfe06f5e710: Layer already exists [2025-07-04T02:12:49.407Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:12:50.811Z] 857e75ed1ecb: Layer already exists [2025-07-04T02:12:50.811Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:15ee8c2df2401809463720839efc74c9ccc6c370ac8b619ddcccd521f4e6826b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:12:51.174Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:12:51.521Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-07-04T02:12:51.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-07-04T02:12:51.522Z] 857e75ed1ecb: Preparing [2025-07-04T02:12:51.522Z] 26ffbcf6c9b3: Preparing [2025-07-04T02:12:51.522Z] ac28966a159c: Preparing [2025-07-04T02:12:51.522Z] 5643a156fe11: Preparing [2025-07-04T02:12:51.522Z] f764b0bee74d: Preparing [2025-07-04T02:12:51.522Z] 9dfe06f5e710: Preparing [2025-07-04T02:12:51.522Z] dd9c8f8612c8: Preparing [2025-07-04T02:12:51.522Z] 9dfe06f5e710: Waiting [2025-07-04T02:12:51.522Z] dd9c8f8612c8: Waiting [2025-07-04T02:12:51.522Z] 5643a156fe11: Layer already exists [2025-07-04T02:12:51.522Z] f764b0bee74d: Layer already exists [2025-07-04T02:12:51.522Z] 857e75ed1ecb: Layer already exists [2025-07-04T02:12:51.522Z] ac28966a159c: Layer already exists [2025-07-04T02:12:51.522Z] 26ffbcf6c9b3: Layer already exists [2025-07-04T02:12:51.522Z] 9dfe06f5e710: Layer already exists [2025-07-04T02:12:51.522Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:12:51.785Z] main: digest: sha256:15ee8c2df2401809463720839efc74c9ccc6c370ac8b619ddcccd521f4e6826b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T02:12:51.866Z] ===================================================== [Pipeline] echo [2025-07-04T02:12:51.878Z] taggedImages: [2025-07-04T02:12:51.878Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:12:51.878Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-07-04T02:12:51.878Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.35 [2025-07-04T02:12:51.878Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:12:51.878Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-07-04T02:12:51.906Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-07-04T02:12:51.906Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:12:51.906Z] latest [2025-07-04T02:12:51.906Z] 4.1.0-dev.35 [2025-07-04T02:12:51.906Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:12:51.906Z] main [2025-07-04T02:12:51.906Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:12:52.275Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:12:52.631Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:12:52.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-07-04T02:12:52.631Z] 54a3e611308e: Preparing [2025-07-04T02:12:52.631Z] 183caff15a40: Preparing [2025-07-04T02:12:52.631Z] 49a444994869: Preparing [2025-07-04T02:12:52.631Z] 7d16d1447908: Preparing [2025-07-04T02:12:52.631Z] ac28966a159c: Preparing [2025-07-04T02:12:52.631Z] 5643a156fe11: Preparing [2025-07-04T02:12:52.631Z] f764b0bee74d: Preparing [2025-07-04T02:12:52.631Z] 9dfe06f5e710: Preparing [2025-07-04T02:12:52.631Z] dd9c8f8612c8: Preparing [2025-07-04T02:12:52.631Z] f764b0bee74d: Waiting [2025-07-04T02:12:52.631Z] 5643a156fe11: Waiting [2025-07-04T02:12:52.631Z] 9dfe06f5e710: Waiting [2025-07-04T02:12:52.631Z] dd9c8f8612c8: Waiting [2025-07-04T02:12:52.631Z] ac28966a159c: Layer already exists [2025-07-04T02:12:52.894Z] 5643a156fe11: Layer already exists [2025-07-04T02:12:52.894Z] f764b0bee74d: Layer already exists [2025-07-04T02:12:52.894Z] 49a444994869: Pushed [2025-07-04T02:12:52.894Z] 183caff15a40: Pushed [2025-07-04T02:12:52.894Z] 9dfe06f5e710: Layer already exists [2025-07-04T02:12:52.894Z] 54a3e611308e: Pushed [2025-07-04T02:12:52.894Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:12:55.452Z] 7d16d1447908: Pushed [2025-07-04T02:12:55.452Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:4862e5c67447c8e6b2e0d8b88766864463f33d90929a90b88ff8133b5f1d7f8d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:12:55.807Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:12:56.154Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-07-04T02:12:56.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-07-04T02:12:56.154Z] 54a3e611308e: Preparing [2025-07-04T02:12:56.154Z] 183caff15a40: Preparing [2025-07-04T02:12:56.154Z] 49a444994869: Preparing [2025-07-04T02:12:56.154Z] 7d16d1447908: Preparing [2025-07-04T02:12:56.154Z] ac28966a159c: Preparing [2025-07-04T02:12:56.154Z] 5643a156fe11: Preparing [2025-07-04T02:12:56.154Z] f764b0bee74d: Preparing [2025-07-04T02:12:56.154Z] 9dfe06f5e710: Preparing [2025-07-04T02:12:56.154Z] dd9c8f8612c8: Preparing [2025-07-04T02:12:56.154Z] 5643a156fe11: Waiting [2025-07-04T02:12:56.154Z] f764b0bee74d: Waiting [2025-07-04T02:12:56.154Z] 9dfe06f5e710: Waiting [2025-07-04T02:12:56.154Z] dd9c8f8612c8: Waiting [2025-07-04T02:12:56.154Z] 7d16d1447908: Layer already exists [2025-07-04T02:12:56.154Z] 183caff15a40: Layer already exists [2025-07-04T02:12:56.154Z] 54a3e611308e: Layer already exists [2025-07-04T02:12:56.154Z] 49a444994869: Layer already exists [2025-07-04T02:12:56.154Z] ac28966a159c: Layer already exists [2025-07-04T02:12:56.154Z] f764b0bee74d: Layer already exists [2025-07-04T02:12:56.154Z] 5643a156fe11: Layer already exists [2025-07-04T02:12:56.154Z] 9dfe06f5e710: Layer already exists [2025-07-04T02:12:56.154Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:12:56.420Z] latest: digest: sha256:4862e5c67447c8e6b2e0d8b88766864463f33d90929a90b88ff8133b5f1d7f8d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:12:56.767Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:12:59.391Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.35 [2025-07-04T02:12:59.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-07-04T02:12:59.391Z] 54a3e611308e: Preparing [2025-07-04T02:12:59.391Z] 183caff15a40: Preparing [2025-07-04T02:12:59.391Z] 49a444994869: Preparing [2025-07-04T02:12:59.391Z] 7d16d1447908: Preparing [2025-07-04T02:12:59.391Z] ac28966a159c: Preparing [2025-07-04T02:12:59.391Z] 5643a156fe11: Preparing [2025-07-04T02:12:59.391Z] f764b0bee74d: Preparing [2025-07-04T02:12:59.391Z] 9dfe06f5e710: Preparing [2025-07-04T02:12:59.391Z] dd9c8f8612c8: Preparing [2025-07-04T02:12:59.391Z] f764b0bee74d: Waiting [2025-07-04T02:12:59.391Z] 9dfe06f5e710: Waiting [2025-07-04T02:12:59.391Z] dd9c8f8612c8: Waiting [2025-07-04T02:12:59.391Z] 5643a156fe11: Waiting [2025-07-04T02:12:59.391Z] ac28966a159c: Layer already exists [2025-07-04T02:12:59.391Z] 54a3e611308e: Layer already exists [2025-07-04T02:12:59.391Z] 49a444994869: Layer already exists [2025-07-04T02:12:59.391Z] 7d16d1447908: Layer already exists [2025-07-04T02:12:59.391Z] 183caff15a40: Layer already exists [2025-07-04T02:12:59.391Z] 9dfe06f5e710: Layer already exists [2025-07-04T02:12:59.391Z] 5643a156fe11: Layer already exists [2025-07-04T02:12:59.391Z] f764b0bee74d: Layer already exists [2025-07-04T02:12:59.391Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:12:59.655Z] 4.1.0-dev.35: digest: sha256:4862e5c67447c8e6b2e0d8b88766864463f33d90929a90b88ff8133b5f1d7f8d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:00.014Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:00.364Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:13:00.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-07-04T02:13:00.364Z] 54a3e611308e: Preparing [2025-07-04T02:13:00.364Z] 183caff15a40: Preparing [2025-07-04T02:13:00.364Z] 49a444994869: Preparing [2025-07-04T02:13:00.364Z] 7d16d1447908: Preparing [2025-07-04T02:13:00.364Z] ac28966a159c: Preparing [2025-07-04T02:13:00.364Z] 5643a156fe11: Preparing [2025-07-04T02:13:00.364Z] f764b0bee74d: Preparing [2025-07-04T02:13:00.364Z] 9dfe06f5e710: Preparing [2025-07-04T02:13:00.364Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:00.364Z] 5643a156fe11: Waiting [2025-07-04T02:13:00.364Z] f764b0bee74d: Waiting [2025-07-04T02:13:00.364Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:00.364Z] 9dfe06f5e710: Waiting [2025-07-04T02:13:00.364Z] 54a3e611308e: Layer already exists [2025-07-04T02:13:00.364Z] 7d16d1447908: Layer already exists [2025-07-04T02:13:00.364Z] ac28966a159c: Layer already exists [2025-07-04T02:13:00.364Z] 49a444994869: Layer already exists [2025-07-04T02:13:00.364Z] 183caff15a40: Layer already exists [2025-07-04T02:13:00.364Z] 9dfe06f5e710: Layer already exists [2025-07-04T02:13:00.364Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:00.364Z] f764b0bee74d: Layer already exists [2025-07-04T02:13:00.364Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:00.629Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:4862e5c67447c8e6b2e0d8b88766864463f33d90929a90b88ff8133b5f1d7f8d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:00.984Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:01.339Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-07-04T02:13:01.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-07-04T02:13:01.340Z] 54a3e611308e: Preparing [2025-07-04T02:13:01.340Z] 183caff15a40: Preparing [2025-07-04T02:13:01.340Z] 49a444994869: Preparing [2025-07-04T02:13:01.340Z] 7d16d1447908: Preparing [2025-07-04T02:13:01.340Z] ac28966a159c: Preparing [2025-07-04T02:13:01.340Z] 5643a156fe11: Preparing [2025-07-04T02:13:01.340Z] f764b0bee74d: Preparing [2025-07-04T02:13:01.340Z] 9dfe06f5e710: Preparing [2025-07-04T02:13:01.340Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:01.340Z] 5643a156fe11: Waiting [2025-07-04T02:13:01.340Z] f764b0bee74d: Waiting [2025-07-04T02:13:01.340Z] 9dfe06f5e710: Waiting [2025-07-04T02:13:01.340Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:01.340Z] 54a3e611308e: Layer already exists [2025-07-04T02:13:01.340Z] 183caff15a40: Layer already exists [2025-07-04T02:13:01.340Z] ac28966a159c: Layer already exists [2025-07-04T02:13:01.340Z] 49a444994869: Layer already exists [2025-07-04T02:13:01.340Z] 7d16d1447908: Layer already exists [2025-07-04T02:13:01.340Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:01.340Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:01.340Z] f764b0bee74d: Layer already exists [2025-07-04T02:13:01.340Z] 9dfe06f5e710: Layer already exists [2025-07-04T02:13:01.606Z] main: digest: sha256:4862e5c67447c8e6b2e0d8b88766864463f33d90929a90b88ff8133b5f1d7f8d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T02:13:01.678Z] ===================================================== [Pipeline] echo [2025-07-04T02:13:01.692Z] taggedImages: [2025-07-04T02:13:01.692Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:13:01.692Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-07-04T02:13:01.692Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.35 [2025-07-04T02:13:01.692Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:13:01.692Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-07-04T02:13:01.717Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-07-04T02:13:01.717Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:13:01.717Z] latest [2025-07-04T02:13:01.717Z] 4.1.0-dev.35 [2025-07-04T02:13:01.717Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:13:01.717Z] main [2025-07-04T02:13:01.717Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:02.080Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:02.438Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:13:02.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-07-04T02:13:02.438Z] 555c6aa9ca76: Preparing [2025-07-04T02:13:02.438Z] f01f6c7e5643: Preparing [2025-07-04T02:13:02.438Z] ac28966a159c: Preparing [2025-07-04T02:13:02.438Z] 5643a156fe11: Preparing [2025-07-04T02:13:02.438Z] afc0f4cea611: Preparing [2025-07-04T02:13:02.438Z] 53e346b5b631: Preparing [2025-07-04T02:13:02.438Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:02.438Z] 53e346b5b631: Waiting [2025-07-04T02:13:02.438Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:02.438Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:02.438Z] ac28966a159c: Layer already exists [2025-07-04T02:13:02.704Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:02.704Z] afc0f4cea611: Pushed [2025-07-04T02:13:02.704Z] 555c6aa9ca76: Pushed [2025-07-04T02:13:02.704Z] 53e346b5b631: Pushed [2025-07-04T02:13:08.030Z] f01f6c7e5643: Pushed [2025-07-04T02:13:08.296Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:21780bd43f0a3d89ec15fa8ee2d64e7468fd89b204cfa15d2e8939460d82cc67 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:08.654Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:08.997Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-07-04T02:13:08.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-07-04T02:13:08.997Z] 555c6aa9ca76: Preparing [2025-07-04T02:13:08.997Z] f01f6c7e5643: Preparing [2025-07-04T02:13:08.997Z] ac28966a159c: Preparing [2025-07-04T02:13:08.997Z] 5643a156fe11: Preparing [2025-07-04T02:13:08.997Z] afc0f4cea611: Preparing [2025-07-04T02:13:08.997Z] 53e346b5b631: Preparing [2025-07-04T02:13:08.997Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:08.997Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:08.997Z] 53e346b5b631: Waiting [2025-07-04T02:13:08.997Z] f01f6c7e5643: Layer already exists [2025-07-04T02:13:08.997Z] 555c6aa9ca76: Layer already exists [2025-07-04T02:13:08.997Z] ac28966a159c: Layer already exists [2025-07-04T02:13:08.997Z] afc0f4cea611: Layer already exists [2025-07-04T02:13:08.997Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:08.997Z] 53e346b5b631: Layer already exists [2025-07-04T02:13:08.997Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:09.263Z] latest: digest: sha256:21780bd43f0a3d89ec15fa8ee2d64e7468fd89b204cfa15d2e8939460d82cc67 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:09.623Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:09.978Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.35 [2025-07-04T02:13:09.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-07-04T02:13:09.978Z] 555c6aa9ca76: Preparing [2025-07-04T02:13:09.978Z] f01f6c7e5643: Preparing [2025-07-04T02:13:09.978Z] ac28966a159c: Preparing [2025-07-04T02:13:09.978Z] 5643a156fe11: Preparing [2025-07-04T02:13:09.978Z] afc0f4cea611: Preparing [2025-07-04T02:13:09.978Z] 53e346b5b631: Preparing [2025-07-04T02:13:09.978Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:09.978Z] 53e346b5b631: Waiting [2025-07-04T02:13:09.978Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:09.978Z] 555c6aa9ca76: Layer already exists [2025-07-04T02:13:09.978Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:09.978Z] f01f6c7e5643: Layer already exists [2025-07-04T02:13:09.978Z] ac28966a159c: Layer already exists [2025-07-04T02:13:09.978Z] afc0f4cea611: Layer already exists [2025-07-04T02:13:09.978Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:09.978Z] 53e346b5b631: Layer already exists [2025-07-04T02:13:09.978Z] 4.1.0-dev.35: digest: sha256:21780bd43f0a3d89ec15fa8ee2d64e7468fd89b204cfa15d2e8939460d82cc67 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:10.588Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:10.938Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:13:10.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-07-04T02:13:10.938Z] 555c6aa9ca76: Preparing [2025-07-04T02:13:10.938Z] f01f6c7e5643: Preparing [2025-07-04T02:13:10.938Z] ac28966a159c: Preparing [2025-07-04T02:13:10.938Z] 5643a156fe11: Preparing [2025-07-04T02:13:10.938Z] afc0f4cea611: Preparing [2025-07-04T02:13:10.938Z] 53e346b5b631: Preparing [2025-07-04T02:13:10.938Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:10.938Z] 53e346b5b631: Waiting [2025-07-04T02:13:10.938Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:10.938Z] afc0f4cea611: Layer already exists [2025-07-04T02:13:10.938Z] ac28966a159c: Layer already exists [2025-07-04T02:13:10.938Z] f01f6c7e5643: Layer already exists [2025-07-04T02:13:10.938Z] 555c6aa9ca76: Layer already exists [2025-07-04T02:13:10.938Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:10.938Z] 53e346b5b631: Layer already exists [2025-07-04T02:13:10.938Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:11.203Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:21780bd43f0a3d89ec15fa8ee2d64e7468fd89b204cfa15d2e8939460d82cc67 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:11.556Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:11.909Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-07-04T02:13:11.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-07-04T02:13:11.909Z] 555c6aa9ca76: Preparing [2025-07-04T02:13:11.909Z] f01f6c7e5643: Preparing [2025-07-04T02:13:11.909Z] ac28966a159c: Preparing [2025-07-04T02:13:11.909Z] 5643a156fe11: Preparing [2025-07-04T02:13:11.909Z] afc0f4cea611: Preparing [2025-07-04T02:13:11.909Z] 53e346b5b631: Preparing [2025-07-04T02:13:11.909Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:11.909Z] 53e346b5b631: Waiting [2025-07-04T02:13:11.909Z] afc0f4cea611: Layer already exists [2025-07-04T02:13:11.909Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:11.909Z] 555c6aa9ca76: Layer already exists [2025-07-04T02:13:11.909Z] f01f6c7e5643: Layer already exists [2025-07-04T02:13:11.909Z] ac28966a159c: Layer already exists [2025-07-04T02:13:11.909Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:11.909Z] 53e346b5b631: Layer already exists [2025-07-04T02:13:12.177Z] main: digest: sha256:21780bd43f0a3d89ec15fa8ee2d64e7468fd89b204cfa15d2e8939460d82cc67 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T02:13:12.242Z] ===================================================== [Pipeline] echo [2025-07-04T02:13:12.257Z] taggedImages: [2025-07-04T02:13:12.257Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:13:12.257Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-07-04T02:13:12.257Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.35 [2025-07-04T02:13:12.257Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:13:12.257Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-07-04T02:13:12.284Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-07-04T02:13:12.284Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:13:12.284Z] latest [2025-07-04T02:13:12.284Z] 4.1.0-dev.35 [2025-07-04T02:13:12.284Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:13:12.284Z] main [2025-07-04T02:13:12.284Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:13.127Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:13.478Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:13:13.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-07-04T02:13:13.478Z] 317e8ce666df: Preparing [2025-07-04T02:13:13.478Z] 5a490a84c72d: Preparing [2025-07-04T02:13:13.478Z] 5643a156fe11: Preparing [2025-07-04T02:13:13.478Z] 52d6e6f64202: Preparing [2025-07-04T02:13:13.478Z] 1baef0de48be: Preparing [2025-07-04T02:13:13.478Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:13.478Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:13.478Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:13.745Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:13.745Z] 1baef0de48be: Pushed [2025-07-04T02:13:13.745Z] 317e8ce666df: Pushed [2025-07-04T02:13:13.745Z] 52d6e6f64202: Pushed [2025-07-04T02:13:19.069Z] 5a490a84c72d: Pushed [2025-07-04T02:13:19.069Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:eb88c9d5eabf153dc20a506be72ece64b30d16d7a429d3fbeeb41cc37f5e1aac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:19.684Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:20.045Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-07-04T02:13:20.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-07-04T02:13:20.045Z] 317e8ce666df: Preparing [2025-07-04T02:13:20.045Z] 5a490a84c72d: Preparing [2025-07-04T02:13:20.045Z] 5643a156fe11: Preparing [2025-07-04T02:13:20.045Z] 52d6e6f64202: Preparing [2025-07-04T02:13:20.045Z] 1baef0de48be: Preparing [2025-07-04T02:13:20.045Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:20.045Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:20.045Z] 1baef0de48be: Layer already exists [2025-07-04T02:13:20.045Z] 5a490a84c72d: Layer already exists [2025-07-04T02:13:20.045Z] 52d6e6f64202: Layer already exists [2025-07-04T02:13:20.045Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:20.045Z] 317e8ce666df: Layer already exists [2025-07-04T02:13:20.045Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:20.045Z] latest: digest: sha256:eb88c9d5eabf153dc20a506be72ece64b30d16d7a429d3fbeeb41cc37f5e1aac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:20.671Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:21.018Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.35 [2025-07-04T02:13:21.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-07-04T02:13:21.019Z] 317e8ce666df: Preparing [2025-07-04T02:13:21.019Z] 5a490a84c72d: Preparing [2025-07-04T02:13:21.019Z] 5643a156fe11: Preparing [2025-07-04T02:13:21.019Z] 52d6e6f64202: Preparing [2025-07-04T02:13:21.019Z] 1baef0de48be: Preparing [2025-07-04T02:13:21.019Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:21.019Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:21.019Z] 52d6e6f64202: Layer already exists [2025-07-04T02:13:21.019Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:21.019Z] 5a490a84c72d: Layer already exists [2025-07-04T02:13:21.019Z] 317e8ce666df: Layer already exists [2025-07-04T02:13:21.019Z] 1baef0de48be: Layer already exists [2025-07-04T02:13:21.019Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:21.019Z] 4.1.0-dev.35: digest: sha256:eb88c9d5eabf153dc20a506be72ece64b30d16d7a429d3fbeeb41cc37f5e1aac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:21.628Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:21.977Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:13:21.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-07-04T02:13:21.977Z] 317e8ce666df: Preparing [2025-07-04T02:13:21.977Z] 5a490a84c72d: Preparing [2025-07-04T02:13:21.977Z] 5643a156fe11: Preparing [2025-07-04T02:13:21.977Z] 52d6e6f64202: Preparing [2025-07-04T02:13:21.977Z] 1baef0de48be: Preparing [2025-07-04T02:13:21.977Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:21.977Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:21.977Z] 5a490a84c72d: Layer already exists [2025-07-04T02:13:21.977Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:21.977Z] 1baef0de48be: Layer already exists [2025-07-04T02:13:21.977Z] 317e8ce666df: Layer already exists [2025-07-04T02:13:21.977Z] 52d6e6f64202: Layer already exists [2025-07-04T02:13:21.977Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:21.977Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:eb88c9d5eabf153dc20a506be72ece64b30d16d7a429d3fbeeb41cc37f5e1aac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:22.592Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:22.945Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-07-04T02:13:22.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-07-04T02:13:22.945Z] 317e8ce666df: Preparing [2025-07-04T02:13:22.945Z] 5a490a84c72d: Preparing [2025-07-04T02:13:22.945Z] 5643a156fe11: Preparing [2025-07-04T02:13:22.945Z] 52d6e6f64202: Preparing [2025-07-04T02:13:22.945Z] 1baef0de48be: Preparing [2025-07-04T02:13:22.945Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:22.945Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:22.945Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:22.945Z] 1baef0de48be: Layer already exists [2025-07-04T02:13:22.945Z] 52d6e6f64202: Layer already exists [2025-07-04T02:13:22.945Z] 317e8ce666df: Layer already exists [2025-07-04T02:13:22.945Z] 5a490a84c72d: Layer already exists [2025-07-04T02:13:22.945Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:23.212Z] main: digest: sha256:eb88c9d5eabf153dc20a506be72ece64b30d16d7a429d3fbeeb41cc37f5e1aac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T02:13:23.297Z] ===================================================== [Pipeline] echo [2025-07-04T02:13:23.316Z] taggedImages: [2025-07-04T02:13:23.316Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:13:23.316Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-07-04T02:13:23.316Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.35 [2025-07-04T02:13:23.316Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:13:23.316Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-07-04T02:13:23.343Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-07-04T02:13:23.343Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:13:23.343Z] latest [2025-07-04T02:13:23.343Z] 4.1.0-dev.35 [2025-07-04T02:13:23.343Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:13:23.343Z] main [2025-07-04T02:13:23.343Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:23.723Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:24.097Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:13:24.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-07-04T02:13:24.098Z] a2f5bd4ffc11: Preparing [2025-07-04T02:13:24.098Z] 7196b4812059: Preparing [2025-07-04T02:13:24.098Z] 2d252357842e: Preparing [2025-07-04T02:13:24.098Z] ac28966a159c: Preparing [2025-07-04T02:13:24.098Z] 5643a156fe11: Preparing [2025-07-04T02:13:24.098Z] f764b0bee74d: Preparing [2025-07-04T02:13:24.098Z] 9dfe06f5e710: Preparing [2025-07-04T02:13:24.098Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:24.098Z] f764b0bee74d: Waiting [2025-07-04T02:13:24.098Z] 9dfe06f5e710: Waiting [2025-07-04T02:13:24.098Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:24.365Z] ac28966a159c: Layer already exists [2025-07-04T02:13:24.365Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:24.365Z] f764b0bee74d: Layer already exists [2025-07-04T02:13:24.365Z] 7196b4812059: Pushed [2025-07-04T02:13:24.365Z] 9dfe06f5e710: Layer already exists [2025-07-04T02:13:24.365Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:24.365Z] a2f5bd4ffc11: Pushed [2025-07-04T02:13:29.820Z] 2d252357842e: Pushed [2025-07-04T02:13:30.089Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:16eeab39c700937aead5d6a8841b8d01df0cca2d94ba250caa3d547dae10df3c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:30.455Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:30.801Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-07-04T02:13:30.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-07-04T02:13:30.801Z] a2f5bd4ffc11: Preparing [2025-07-04T02:13:30.801Z] 7196b4812059: Preparing [2025-07-04T02:13:30.801Z] 2d252357842e: Preparing [2025-07-04T02:13:30.801Z] ac28966a159c: Preparing [2025-07-04T02:13:30.801Z] 5643a156fe11: Preparing [2025-07-04T02:13:30.801Z] f764b0bee74d: Preparing [2025-07-04T02:13:30.801Z] 9dfe06f5e710: Preparing [2025-07-04T02:13:30.801Z] f764b0bee74d: Waiting [2025-07-04T02:13:30.801Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:30.801Z] 9dfe06f5e710: Waiting [2025-07-04T02:13:30.801Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:30.801Z] 2d252357842e: Layer already exists [2025-07-04T02:13:30.801Z] a2f5bd4ffc11: Layer already exists [2025-07-04T02:13:30.801Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:30.801Z] ac28966a159c: Layer already exists [2025-07-04T02:13:30.801Z] 7196b4812059: Layer already exists [2025-07-04T02:13:30.801Z] f764b0bee74d: Layer already exists [2025-07-04T02:13:30.801Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:30.801Z] 9dfe06f5e710: Layer already exists [2025-07-04T02:13:31.063Z] latest: digest: sha256:16eeab39c700937aead5d6a8841b8d01df0cca2d94ba250caa3d547dae10df3c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:31.411Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:31.750Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.35 [2025-07-04T02:13:31.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-07-04T02:13:31.750Z] a2f5bd4ffc11: Preparing [2025-07-04T02:13:31.750Z] 7196b4812059: Preparing [2025-07-04T02:13:31.750Z] 2d252357842e: Preparing [2025-07-04T02:13:31.750Z] ac28966a159c: Preparing [2025-07-04T02:13:31.750Z] 5643a156fe11: Preparing [2025-07-04T02:13:31.750Z] f764b0bee74d: Preparing [2025-07-04T02:13:31.750Z] 9dfe06f5e710: Preparing [2025-07-04T02:13:31.750Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:31.750Z] f764b0bee74d: Waiting [2025-07-04T02:13:31.750Z] 9dfe06f5e710: Waiting [2025-07-04T02:13:31.750Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:31.750Z] a2f5bd4ffc11: Layer already exists [2025-07-04T02:13:31.750Z] ac28966a159c: Layer already exists [2025-07-04T02:13:31.750Z] 2d252357842e: Layer already exists [2025-07-04T02:13:31.750Z] 7196b4812059: Layer already exists [2025-07-04T02:13:31.750Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:31.750Z] f764b0bee74d: Layer already exists [2025-07-04T02:13:31.750Z] 9dfe06f5e710: Layer already exists [2025-07-04T02:13:31.750Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:32.013Z] 4.1.0-dev.35: digest: sha256:16eeab39c700937aead5d6a8841b8d01df0cca2d94ba250caa3d547dae10df3c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:32.367Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:32.717Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:13:32.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-07-04T02:13:32.717Z] a2f5bd4ffc11: Preparing [2025-07-04T02:13:32.717Z] 7196b4812059: Preparing [2025-07-04T02:13:32.717Z] 2d252357842e: Preparing [2025-07-04T02:13:32.717Z] ac28966a159c: Preparing [2025-07-04T02:13:32.717Z] 5643a156fe11: Preparing [2025-07-04T02:13:32.717Z] f764b0bee74d: Preparing [2025-07-04T02:13:32.717Z] 9dfe06f5e710: Preparing [2025-07-04T02:13:32.717Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:32.717Z] 9dfe06f5e710: Waiting [2025-07-04T02:13:32.717Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:32.717Z] f764b0bee74d: Waiting [2025-07-04T02:13:32.717Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:32.717Z] ac28966a159c: Layer already exists [2025-07-04T02:13:32.717Z] 7196b4812059: Layer already exists [2025-07-04T02:13:32.717Z] 2d252357842e: Layer already exists [2025-07-04T02:13:32.717Z] a2f5bd4ffc11: Layer already exists [2025-07-04T02:13:32.717Z] 9dfe06f5e710: Layer already exists [2025-07-04T02:13:32.717Z] f764b0bee74d: Layer already exists [2025-07-04T02:13:32.717Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:32.981Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:16eeab39c700937aead5d6a8841b8d01df0cca2d94ba250caa3d547dae10df3c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:33.319Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:33.665Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-07-04T02:13:33.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-07-04T02:13:33.665Z] a2f5bd4ffc11: Preparing [2025-07-04T02:13:33.665Z] 7196b4812059: Preparing [2025-07-04T02:13:33.665Z] 2d252357842e: Preparing [2025-07-04T02:13:33.665Z] ac28966a159c: Preparing [2025-07-04T02:13:33.665Z] 5643a156fe11: Preparing [2025-07-04T02:13:33.665Z] f764b0bee74d: Preparing [2025-07-04T02:13:33.665Z] 9dfe06f5e710: Preparing [2025-07-04T02:13:33.665Z] f764b0bee74d: Waiting [2025-07-04T02:13:33.665Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:33.665Z] 9dfe06f5e710: Waiting [2025-07-04T02:13:33.665Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:33.665Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:33.665Z] ac28966a159c: Layer already exists [2025-07-04T02:13:33.665Z] 7196b4812059: Layer already exists [2025-07-04T02:13:33.665Z] 2d252357842e: Layer already exists [2025-07-04T02:13:33.665Z] a2f5bd4ffc11: Layer already exists [2025-07-04T02:13:33.665Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:33.665Z] f764b0bee74d: Layer already exists [2025-07-04T02:13:33.665Z] 9dfe06f5e710: Layer already exists [2025-07-04T02:13:33.928Z] main: digest: sha256:16eeab39c700937aead5d6a8841b8d01df0cca2d94ba250caa3d547dae10df3c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T02:13:34.002Z] ===================================================== [Pipeline] echo [2025-07-04T02:13:34.016Z] taggedImages: [2025-07-04T02:13:34.016Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:13:34.016Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-07-04T02:13:34.016Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.35 [2025-07-04T02:13:34.016Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:13:34.016Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-07-04T02:13:34.047Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-07-04T02:13:34.047Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:13:34.047Z] latest [2025-07-04T02:13:34.047Z] 4.1.0-dev.35 [2025-07-04T02:13:34.047Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:13:34.047Z] main [2025-07-04T02:13:34.047Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:34.423Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:34.767Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:13:34.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-07-04T02:13:34.767Z] c21f7c1e55aa: Preparing [2025-07-04T02:13:34.767Z] 215a5a0b1532: Preparing [2025-07-04T02:13:34.767Z] e83580d590cf: Preparing [2025-07-04T02:13:34.767Z] e5fa58ac22e5: Preparing [2025-07-04T02:13:34.767Z] 645e82ea31ca: Preparing [2025-07-04T02:13:34.767Z] 7381de71b186: Preparing [2025-07-04T02:13:34.767Z] 6f25ee8798f8: Preparing [2025-07-04T02:13:34.767Z] ac28966a159c: Preparing [2025-07-04T02:13:34.768Z] 5643a156fe11: Preparing [2025-07-04T02:13:34.768Z] 86f9b16c4136: Preparing [2025-07-04T02:13:34.768Z] 65c480009480: Preparing [2025-07-04T02:13:34.768Z] 6f25ee8798f8: Waiting [2025-07-04T02:13:34.768Z] ac28966a159c: Waiting [2025-07-04T02:13:34.768Z] 5643a156fe11: Waiting [2025-07-04T02:13:34.768Z] 86f9b16c4136: Waiting [2025-07-04T02:13:34.768Z] 7381de71b186: Waiting [2025-07-04T02:13:34.768Z] 5f70bf18a086: Preparing [2025-07-04T02:13:34.768Z] 65c480009480: Waiting [2025-07-04T02:13:34.768Z] b7343d57c1f6: Preparing [2025-07-04T02:13:34.768Z] 5f70bf18a086: Waiting [2025-07-04T02:13:34.768Z] 1eb89d811b84: Preparing [2025-07-04T02:13:34.768Z] b7343d57c1f6: Waiting [2025-07-04T02:13:34.768Z] f96ef114d469: Preparing [2025-07-04T02:13:34.768Z] 1eb89d811b84: Waiting [2025-07-04T02:13:34.768Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:34.768Z] f96ef114d469: Waiting [2025-07-04T02:13:35.034Z] e5fa58ac22e5: Pushed [2025-07-04T02:13:35.034Z] 645e82ea31ca: Pushed [2025-07-04T02:13:35.034Z] 215a5a0b1532: Pushed [2025-07-04T02:13:35.034Z] e83580d590cf: Pushed [2025-07-04T02:13:35.034Z] c21f7c1e55aa: Pushed [2025-07-04T02:13:35.034Z] ac28966a159c: Layer already exists [2025-07-04T02:13:35.034Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:35.034Z] 5f70bf18a086: Layer already exists [2025-07-04T02:13:35.034Z] 7381de71b186: Pushed [2025-07-04T02:13:35.299Z] 86f9b16c4136: Pushed [2025-07-04T02:13:35.299Z] 65c480009480: Pushed [2025-07-04T02:13:35.299Z] b7343d57c1f6: Pushed [2025-07-04T02:13:35.299Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:35.299Z] 1eb89d811b84: Pushed [2025-07-04T02:13:35.299Z] f96ef114d469: Pushed [2025-07-04T02:13:37.865Z] 6f25ee8798f8: Pushed [2025-07-04T02:13:38.133Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:e9e541ea40370560ff53f4b82d4ff33f6102cea480aaef585e13408c32a272f8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:38.499Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:38.845Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-07-04T02:13:38.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-07-04T02:13:38.845Z] c21f7c1e55aa: Preparing [2025-07-04T02:13:38.845Z] 215a5a0b1532: Preparing [2025-07-04T02:13:38.845Z] e83580d590cf: Preparing [2025-07-04T02:13:38.845Z] e5fa58ac22e5: Preparing [2025-07-04T02:13:38.845Z] 645e82ea31ca: Preparing [2025-07-04T02:13:38.845Z] 7381de71b186: Preparing [2025-07-04T02:13:38.845Z] 6f25ee8798f8: Preparing [2025-07-04T02:13:38.845Z] ac28966a159c: Preparing [2025-07-04T02:13:38.845Z] 5643a156fe11: Preparing [2025-07-04T02:13:38.845Z] 86f9b16c4136: Preparing [2025-07-04T02:13:38.845Z] 65c480009480: Preparing [2025-07-04T02:13:38.845Z] 5f70bf18a086: Preparing [2025-07-04T02:13:38.845Z] b7343d57c1f6: Preparing [2025-07-04T02:13:38.845Z] 1eb89d811b84: Preparing [2025-07-04T02:13:38.845Z] f96ef114d469: Preparing [2025-07-04T02:13:38.845Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:38.845Z] 7381de71b186: Waiting [2025-07-04T02:13:38.845Z] 6f25ee8798f8: Waiting [2025-07-04T02:13:38.845Z] ac28966a159c: Waiting [2025-07-04T02:13:38.845Z] 5643a156fe11: Waiting [2025-07-04T02:13:38.845Z] 86f9b16c4136: Waiting [2025-07-04T02:13:38.845Z] 65c480009480: Waiting [2025-07-04T02:13:38.845Z] 5f70bf18a086: Waiting [2025-07-04T02:13:38.845Z] b7343d57c1f6: Waiting [2025-07-04T02:13:38.845Z] 1eb89d811b84: Waiting [2025-07-04T02:13:38.845Z] f96ef114d469: Waiting [2025-07-04T02:13:38.845Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:38.845Z] e83580d590cf: Layer already exists [2025-07-04T02:13:38.845Z] c21f7c1e55aa: Layer already exists [2025-07-04T02:13:38.845Z] e5fa58ac22e5: Layer already exists [2025-07-04T02:13:38.845Z] 215a5a0b1532: Layer already exists [2025-07-04T02:13:38.845Z] 645e82ea31ca: Layer already exists [2025-07-04T02:13:38.845Z] 7381de71b186: Layer already exists [2025-07-04T02:13:38.845Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:38.845Z] 86f9b16c4136: Layer already exists [2025-07-04T02:13:38.845Z] 6f25ee8798f8: Layer already exists [2025-07-04T02:13:38.845Z] ac28966a159c: Layer already exists [2025-07-04T02:13:38.846Z] 65c480009480: Layer already exists [2025-07-04T02:13:38.846Z] 1eb89d811b84: Layer already exists [2025-07-04T02:13:38.846Z] 5f70bf18a086: Layer already exists [2025-07-04T02:13:38.846Z] b7343d57c1f6: Layer already exists [2025-07-04T02:13:38.846Z] f96ef114d469: Layer already exists [2025-07-04T02:13:38.846Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:39.111Z] latest: digest: sha256:e9e541ea40370560ff53f4b82d4ff33f6102cea480aaef585e13408c32a272f8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:39.477Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:39.823Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.35 [2025-07-04T02:13:39.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-07-04T02:13:39.823Z] c21f7c1e55aa: Preparing [2025-07-04T02:13:39.823Z] 215a5a0b1532: Preparing [2025-07-04T02:13:39.823Z] e83580d590cf: Preparing [2025-07-04T02:13:39.823Z] e5fa58ac22e5: Preparing [2025-07-04T02:13:39.823Z] 645e82ea31ca: Preparing [2025-07-04T02:13:39.823Z] 7381de71b186: Preparing [2025-07-04T02:13:39.823Z] 6f25ee8798f8: Preparing [2025-07-04T02:13:39.823Z] 7381de71b186: Waiting [2025-07-04T02:13:39.823Z] ac28966a159c: Preparing [2025-07-04T02:13:39.823Z] 6f25ee8798f8: Waiting [2025-07-04T02:13:39.823Z] 5643a156fe11: Preparing [2025-07-04T02:13:39.823Z] ac28966a159c: Waiting [2025-07-04T02:13:39.823Z] 86f9b16c4136: Preparing [2025-07-04T02:13:39.823Z] 65c480009480: Preparing [2025-07-04T02:13:39.823Z] 5f70bf18a086: Preparing [2025-07-04T02:13:39.823Z] 86f9b16c4136: Waiting [2025-07-04T02:13:39.823Z] 65c480009480: Waiting [2025-07-04T02:13:39.823Z] b7343d57c1f6: Preparing [2025-07-04T02:13:39.823Z] 5f70bf18a086: Waiting [2025-07-04T02:13:39.823Z] 1eb89d811b84: Preparing [2025-07-04T02:13:39.823Z] b7343d57c1f6: Waiting [2025-07-04T02:13:39.823Z] f96ef114d469: Preparing [2025-07-04T02:13:39.823Z] 1eb89d811b84: Waiting [2025-07-04T02:13:39.823Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:39.823Z] f96ef114d469: Waiting [2025-07-04T02:13:39.823Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:39.823Z] c21f7c1e55aa: Layer already exists [2025-07-04T02:13:39.823Z] e5fa58ac22e5: Layer already exists [2025-07-04T02:13:39.823Z] 215a5a0b1532: Layer already exists [2025-07-04T02:13:39.823Z] 645e82ea31ca: Layer already exists [2025-07-04T02:13:39.823Z] e83580d590cf: Layer already exists [2025-07-04T02:13:39.823Z] 7381de71b186: Layer already exists [2025-07-04T02:13:39.823Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:39.823Z] ac28966a159c: Layer already exists [2025-07-04T02:13:39.823Z] 6f25ee8798f8: Layer already exists [2025-07-04T02:13:39.823Z] 86f9b16c4136: Layer already exists [2025-07-04T02:13:39.823Z] b7343d57c1f6: Layer already exists [2025-07-04T02:13:39.823Z] 5f70bf18a086: Layer already exists [2025-07-04T02:13:39.823Z] 1eb89d811b84: Layer already exists [2025-07-04T02:13:39.823Z] 65c480009480: Layer already exists [2025-07-04T02:13:39.823Z] f96ef114d469: Layer already exists [2025-07-04T02:13:39.823Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:40.090Z] 4.1.0-dev.35: digest: sha256:e9e541ea40370560ff53f4b82d4ff33f6102cea480aaef585e13408c32a272f8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:40.448Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:40.810Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:13:40.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-07-04T02:13:40.810Z] c21f7c1e55aa: Preparing [2025-07-04T02:13:40.810Z] 215a5a0b1532: Preparing [2025-07-04T02:13:40.810Z] e83580d590cf: Preparing [2025-07-04T02:13:40.810Z] e5fa58ac22e5: Preparing [2025-07-04T02:13:40.810Z] 645e82ea31ca: Preparing [2025-07-04T02:13:40.810Z] 7381de71b186: Preparing [2025-07-04T02:13:40.810Z] 6f25ee8798f8: Preparing [2025-07-04T02:13:40.810Z] ac28966a159c: Preparing [2025-07-04T02:13:40.810Z] 5643a156fe11: Preparing [2025-07-04T02:13:40.810Z] 86f9b16c4136: Preparing [2025-07-04T02:13:40.810Z] 65c480009480: Preparing [2025-07-04T02:13:40.810Z] 5f70bf18a086: Preparing [2025-07-04T02:13:40.810Z] b7343d57c1f6: Preparing [2025-07-04T02:13:40.810Z] 1eb89d811b84: Preparing [2025-07-04T02:13:40.810Z] f96ef114d469: Preparing [2025-07-04T02:13:40.810Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:40.810Z] 5643a156fe11: Waiting [2025-07-04T02:13:40.810Z] 86f9b16c4136: Waiting [2025-07-04T02:13:40.810Z] 65c480009480: Waiting [2025-07-04T02:13:40.810Z] 5f70bf18a086: Waiting [2025-07-04T02:13:40.810Z] 7381de71b186: Waiting [2025-07-04T02:13:40.810Z] 6f25ee8798f8: Waiting [2025-07-04T02:13:40.810Z] b7343d57c1f6: Waiting [2025-07-04T02:13:40.810Z] ac28966a159c: Waiting [2025-07-04T02:13:40.810Z] 1eb89d811b84: Waiting [2025-07-04T02:13:40.810Z] f96ef114d469: Waiting [2025-07-04T02:13:40.810Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:40.810Z] 215a5a0b1532: Layer already exists [2025-07-04T02:13:40.810Z] e5fa58ac22e5: Layer already exists [2025-07-04T02:13:40.810Z] 645e82ea31ca: Layer already exists [2025-07-04T02:13:40.810Z] e83580d590cf: Layer already exists [2025-07-04T02:13:40.810Z] c21f7c1e55aa: Layer already exists [2025-07-04T02:13:40.810Z] ac28966a159c: Layer already exists [2025-07-04T02:13:40.810Z] 7381de71b186: Layer already exists [2025-07-04T02:13:40.810Z] 86f9b16c4136: Layer already exists [2025-07-04T02:13:40.810Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:40.810Z] 6f25ee8798f8: Layer already exists [2025-07-04T02:13:40.810Z] 65c480009480: Layer already exists [2025-07-04T02:13:40.810Z] 5f70bf18a086: Layer already exists [2025-07-04T02:13:40.810Z] b7343d57c1f6: Layer already exists [2025-07-04T02:13:40.810Z] 1eb89d811b84: Layer already exists [2025-07-04T02:13:40.810Z] f96ef114d469: Layer already exists [2025-07-04T02:13:41.077Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:41.077Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:e9e541ea40370560ff53f4b82d4ff33f6102cea480aaef585e13408c32a272f8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:41.433Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:41.786Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-07-04T02:13:41.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-07-04T02:13:41.786Z] c21f7c1e55aa: Preparing [2025-07-04T02:13:41.786Z] 215a5a0b1532: Preparing [2025-07-04T02:13:41.786Z] e83580d590cf: Preparing [2025-07-04T02:13:41.786Z] e5fa58ac22e5: Preparing [2025-07-04T02:13:41.786Z] 645e82ea31ca: Preparing [2025-07-04T02:13:41.786Z] 7381de71b186: Preparing [2025-07-04T02:13:41.786Z] 7381de71b186: Waiting [2025-07-04T02:13:41.786Z] 6f25ee8798f8: Preparing [2025-07-04T02:13:41.786Z] ac28966a159c: Preparing [2025-07-04T02:13:41.786Z] 5643a156fe11: Preparing [2025-07-04T02:13:41.786Z] 86f9b16c4136: Preparing [2025-07-04T02:13:41.786Z] 65c480009480: Preparing [2025-07-04T02:13:41.786Z] 5f70bf18a086: Preparing [2025-07-04T02:13:41.786Z] b7343d57c1f6: Preparing [2025-07-04T02:13:41.786Z] 1eb89d811b84: Preparing [2025-07-04T02:13:41.786Z] f96ef114d469: Preparing [2025-07-04T02:13:41.786Z] 5643a156fe11: Waiting [2025-07-04T02:13:41.786Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:41.786Z] 86f9b16c4136: Waiting [2025-07-04T02:13:41.786Z] 6f25ee8798f8: Waiting [2025-07-04T02:13:41.786Z] 1eb89d811b84: Waiting [2025-07-04T02:13:41.786Z] 65c480009480: Waiting [2025-07-04T02:13:41.786Z] f96ef114d469: Waiting [2025-07-04T02:13:41.786Z] 5f70bf18a086: Waiting [2025-07-04T02:13:41.786Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:41.786Z] ac28966a159c: Waiting [2025-07-04T02:13:41.786Z] e83580d590cf: Layer already exists [2025-07-04T02:13:41.786Z] c21f7c1e55aa: Layer already exists [2025-07-04T02:13:41.786Z] e5fa58ac22e5: Layer already exists [2025-07-04T02:13:41.786Z] 215a5a0b1532: Layer already exists [2025-07-04T02:13:41.786Z] 645e82ea31ca: Layer already exists [2025-07-04T02:13:41.786Z] 7381de71b186: Layer already exists [2025-07-04T02:13:41.786Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:41.786Z] 6f25ee8798f8: Layer already exists [2025-07-04T02:13:41.786Z] 86f9b16c4136: Layer already exists [2025-07-04T02:13:41.786Z] ac28966a159c: Layer already exists [2025-07-04T02:13:41.786Z] 1eb89d811b84: Layer already exists [2025-07-04T02:13:41.786Z] f96ef114d469: Layer already exists [2025-07-04T02:13:41.786Z] 65c480009480: Layer already exists [2025-07-04T02:13:41.786Z] 5f70bf18a086: Layer already exists [2025-07-04T02:13:41.786Z] b7343d57c1f6: Layer already exists [2025-07-04T02:13:42.051Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:42.051Z] main: digest: sha256:e9e541ea40370560ff53f4b82d4ff33f6102cea480aaef585e13408c32a272f8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T02:13:42.128Z] ===================================================== [Pipeline] echo [2025-07-04T02:13:42.146Z] taggedImages: [2025-07-04T02:13:42.146Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:13:42.146Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-07-04T02:13:42.146Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.35 [2025-07-04T02:13:42.146Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:13:42.146Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-07-04T02:13:42.174Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-07-04T02:13:42.174Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:13:42.174Z] latest [2025-07-04T02:13:42.174Z] 4.1.0-dev.35 [2025-07-04T02:13:42.174Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:13:42.174Z] main [2025-07-04T02:13:42.174Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:42.550Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:42.904Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:13:42.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-07-04T02:13:42.904Z] fb1d510b4fbe: Preparing [2025-07-04T02:13:42.904Z] 27127dac8e9f: Preparing [2025-07-04T02:13:42.904Z] 45acd7565a19: Preparing [2025-07-04T02:13:42.904Z] c98ea681867d: Preparing [2025-07-04T02:13:42.904Z] ac28966a159c: Preparing [2025-07-04T02:13:42.904Z] 5643a156fe11: Preparing [2025-07-04T02:13:42.904Z] f764b0bee74d: Preparing [2025-07-04T02:13:42.904Z] 9dfe06f5e710: Preparing [2025-07-04T02:13:42.904Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:42.904Z] 5643a156fe11: Waiting [2025-07-04T02:13:42.904Z] f764b0bee74d: Waiting [2025-07-04T02:13:42.904Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:42.904Z] 9dfe06f5e710: Waiting [2025-07-04T02:13:43.171Z] ac28966a159c: Layer already exists [2025-07-04T02:13:43.171Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:43.171Z] f764b0bee74d: Layer already exists [2025-07-04T02:13:43.171Z] 45acd7565a19: Pushed [2025-07-04T02:13:43.171Z] 27127dac8e9f: Pushed [2025-07-04T02:13:43.171Z] fb1d510b4fbe: Pushed [2025-07-04T02:13:43.171Z] 9dfe06f5e710: Layer already exists [2025-07-04T02:13:43.171Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:48.500Z] c98ea681867d: Pushed [2025-07-04T02:13:48.500Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:1069f899179926200855b2b960f4bf414a73590ff22588cc1a4b9caa10eae110 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:48.862Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:49.212Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-07-04T02:13:49.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-07-04T02:13:49.212Z] fb1d510b4fbe: Preparing [2025-07-04T02:13:49.212Z] 27127dac8e9f: Preparing [2025-07-04T02:13:49.212Z] 45acd7565a19: Preparing [2025-07-04T02:13:49.212Z] c98ea681867d: Preparing [2025-07-04T02:13:49.212Z] ac28966a159c: Preparing [2025-07-04T02:13:49.212Z] 5643a156fe11: Preparing [2025-07-04T02:13:49.212Z] f764b0bee74d: Preparing [2025-07-04T02:13:49.212Z] 9dfe06f5e710: Preparing [2025-07-04T02:13:49.212Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:49.212Z] 5643a156fe11: Waiting [2025-07-04T02:13:49.212Z] f764b0bee74d: Waiting [2025-07-04T02:13:49.212Z] 9dfe06f5e710: Waiting [2025-07-04T02:13:49.212Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:49.212Z] c98ea681867d: Layer already exists [2025-07-04T02:13:49.212Z] 27127dac8e9f: Layer already exists [2025-07-04T02:13:49.212Z] fb1d510b4fbe: Layer already exists [2025-07-04T02:13:49.212Z] 45acd7565a19: Layer already exists [2025-07-04T02:13:49.212Z] ac28966a159c: Layer already exists [2025-07-04T02:13:49.212Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:49.212Z] 9dfe06f5e710: Layer already exists [2025-07-04T02:13:49.212Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:49.212Z] f764b0bee74d: Layer already exists [2025-07-04T02:13:49.483Z] latest: digest: sha256:1069f899179926200855b2b960f4bf414a73590ff22588cc1a4b9caa10eae110 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:49.861Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:50.230Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.35 [2025-07-04T02:13:50.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-07-04T02:13:50.230Z] fb1d510b4fbe: Preparing [2025-07-04T02:13:50.230Z] 27127dac8e9f: Preparing [2025-07-04T02:13:50.230Z] 45acd7565a19: Preparing [2025-07-04T02:13:50.230Z] c98ea681867d: Preparing [2025-07-04T02:13:50.230Z] ac28966a159c: Preparing [2025-07-04T02:13:50.230Z] 5643a156fe11: Preparing [2025-07-04T02:13:50.230Z] f764b0bee74d: Preparing [2025-07-04T02:13:50.230Z] 9dfe06f5e710: Preparing [2025-07-04T02:13:50.230Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:50.230Z] 5643a156fe11: Waiting [2025-07-04T02:13:50.230Z] f764b0bee74d: Waiting [2025-07-04T02:13:50.230Z] 9dfe06f5e710: Waiting [2025-07-04T02:13:50.230Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:50.230Z] c98ea681867d: Layer already exists [2025-07-04T02:13:50.230Z] ac28966a159c: Layer already exists [2025-07-04T02:13:50.230Z] 27127dac8e9f: Layer already exists [2025-07-04T02:13:50.230Z] 45acd7565a19: Layer already exists [2025-07-04T02:13:50.230Z] fb1d510b4fbe: Layer already exists [2025-07-04T02:13:50.230Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:50.230Z] 9dfe06f5e710: Layer already exists [2025-07-04T02:13:50.230Z] f764b0bee74d: Layer already exists [2025-07-04T02:13:50.230Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:50.496Z] 4.1.0-dev.35: digest: sha256:1069f899179926200855b2b960f4bf414a73590ff22588cc1a4b9caa10eae110 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:50.872Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:51.243Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:13:51.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-07-04T02:13:51.243Z] fb1d510b4fbe: Preparing [2025-07-04T02:13:51.243Z] 27127dac8e9f: Preparing [2025-07-04T02:13:51.243Z] 45acd7565a19: Preparing [2025-07-04T02:13:51.243Z] c98ea681867d: Preparing [2025-07-04T02:13:51.243Z] ac28966a159c: Preparing [2025-07-04T02:13:51.243Z] 5643a156fe11: Preparing [2025-07-04T02:13:51.243Z] f764b0bee74d: Preparing [2025-07-04T02:13:51.243Z] 9dfe06f5e710: Preparing [2025-07-04T02:13:51.243Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:51.243Z] 5643a156fe11: Waiting [2025-07-04T02:13:51.243Z] f764b0bee74d: Waiting [2025-07-04T02:13:51.243Z] 9dfe06f5e710: Waiting [2025-07-04T02:13:51.243Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:51.243Z] c98ea681867d: Layer already exists [2025-07-04T02:13:51.243Z] 27127dac8e9f: Layer already exists [2025-07-04T02:13:51.243Z] 45acd7565a19: Layer already exists [2025-07-04T02:13:51.243Z] fb1d510b4fbe: Layer already exists [2025-07-04T02:13:51.243Z] ac28966a159c: Layer already exists [2025-07-04T02:13:51.243Z] f764b0bee74d: Layer already exists [2025-07-04T02:13:51.243Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:51.243Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:51.243Z] 9dfe06f5e710: Layer already exists [2025-07-04T02:13:51.510Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:1069f899179926200855b2b960f4bf414a73590ff22588cc1a4b9caa10eae110 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:51.889Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:52.246Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-07-04T02:13:52.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-07-04T02:13:52.246Z] fb1d510b4fbe: Preparing [2025-07-04T02:13:52.246Z] 27127dac8e9f: Preparing [2025-07-04T02:13:52.246Z] 45acd7565a19: Preparing [2025-07-04T02:13:52.246Z] c98ea681867d: Preparing [2025-07-04T02:13:52.246Z] ac28966a159c: Preparing [2025-07-04T02:13:52.246Z] 5643a156fe11: Preparing [2025-07-04T02:13:52.246Z] f764b0bee74d: Preparing [2025-07-04T02:13:52.246Z] 9dfe06f5e710: Preparing [2025-07-04T02:13:52.246Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:52.246Z] f764b0bee74d: Waiting [2025-07-04T02:13:52.246Z] 9dfe06f5e710: Waiting [2025-07-04T02:13:52.246Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:52.246Z] 5643a156fe11: Waiting [2025-07-04T02:13:52.246Z] fb1d510b4fbe: Layer already exists [2025-07-04T02:13:52.246Z] 45acd7565a19: Layer already exists [2025-07-04T02:13:52.246Z] c98ea681867d: Layer already exists [2025-07-04T02:13:52.246Z] ac28966a159c: Layer already exists [2025-07-04T02:13:52.246Z] 27127dac8e9f: Layer already exists [2025-07-04T02:13:52.246Z] 9dfe06f5e710: Layer already exists [2025-07-04T02:13:52.246Z] f764b0bee74d: Layer already exists [2025-07-04T02:13:52.246Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:52.246Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:52.512Z] main: digest: sha256:1069f899179926200855b2b960f4bf414a73590ff22588cc1a4b9caa10eae110 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T02:13:52.598Z] ===================================================== [Pipeline] echo [2025-07-04T02:13:52.611Z] taggedImages: [2025-07-04T02:13:52.611Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:13:52.611Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-07-04T02:13:52.612Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.35 [2025-07-04T02:13:52.612Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:13:52.612Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-07-04T02:13:52.638Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-07-04T02:13:52.638Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:13:52.638Z] latest [2025-07-04T02:13:52.638Z] 4.1.0-dev.35 [2025-07-04T02:13:52.638Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:13:52.638Z] main [2025-07-04T02:13:52.638Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:53.008Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:53.350Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:13:53.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-07-04T02:13:53.350Z] c6ac8cce103b: Preparing [2025-07-04T02:13:53.350Z] fb76d9495b41: Preparing [2025-07-04T02:13:53.350Z] 58278fc8195c: Preparing [2025-07-04T02:13:53.350Z] f9442fa903ab: Preparing [2025-07-04T02:13:53.350Z] 11c6b9c12577: Preparing [2025-07-04T02:13:53.350Z] ac28966a159c: Preparing [2025-07-04T02:13:53.350Z] 5643a156fe11: Preparing [2025-07-04T02:13:53.350Z] ac28966a159c: Waiting [2025-07-04T02:13:53.350Z] 7a468c9b4171: Preparing [2025-07-04T02:13:53.350Z] 5643a156fe11: Waiting [2025-07-04T02:13:53.350Z] 0fb644587485: Preparing [2025-07-04T02:13:53.350Z] 7a468c9b4171: Waiting [2025-07-04T02:13:53.350Z] 0fb644587485: Waiting [2025-07-04T02:13:53.350Z] 400f6c48c0a5: Preparing [2025-07-04T02:13:53.350Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:53.350Z] 400f6c48c0a5: Waiting [2025-07-04T02:13:53.350Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:53.616Z] fb76d9495b41: Pushed [2025-07-04T02:13:53.616Z] 11c6b9c12577: Pushed [2025-07-04T02:13:53.616Z] ac28966a159c: Layer already exists [2025-07-04T02:13:53.616Z] c6ac8cce103b: Pushed [2025-07-04T02:13:53.616Z] f9442fa903ab: Pushed [2025-07-04T02:13:53.616Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:53.616Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:53.616Z] 7a468c9b4171: Pushed [2025-07-04T02:13:53.616Z] 0fb644587485: Pushed [2025-07-04T02:13:56.980Z] 400f6c48c0a5: Pushed [2025-07-04T02:13:57.935Z] 58278fc8195c: Pushed [2025-07-04T02:13:57.935Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:0e9c4baa7efa2e2f98f8908e798f205f22eac1a83111a1bef46c83778a543076 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:58.296Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:58.658Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-07-04T02:13:58.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-07-04T02:13:58.658Z] c6ac8cce103b: Preparing [2025-07-04T02:13:58.658Z] fb76d9495b41: Preparing [2025-07-04T02:13:58.658Z] 58278fc8195c: Preparing [2025-07-04T02:13:58.658Z] f9442fa903ab: Preparing [2025-07-04T02:13:58.658Z] 11c6b9c12577: Preparing [2025-07-04T02:13:58.658Z] ac28966a159c: Preparing [2025-07-04T02:13:58.658Z] 5643a156fe11: Preparing [2025-07-04T02:13:58.658Z] 7a468c9b4171: Preparing [2025-07-04T02:13:58.658Z] 0fb644587485: Preparing [2025-07-04T02:13:58.658Z] 400f6c48c0a5: Preparing [2025-07-04T02:13:58.658Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:58.658Z] 5643a156fe11: Waiting [2025-07-04T02:13:58.658Z] 7a468c9b4171: Waiting [2025-07-04T02:13:58.658Z] 0fb644587485: Waiting [2025-07-04T02:13:58.658Z] 400f6c48c0a5: Waiting [2025-07-04T02:13:58.658Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:58.658Z] ac28966a159c: Waiting [2025-07-04T02:13:58.658Z] c6ac8cce103b: Layer already exists [2025-07-04T02:13:58.658Z] 58278fc8195c: Layer already exists [2025-07-04T02:13:58.658Z] f9442fa903ab: Layer already exists [2025-07-04T02:13:58.658Z] fb76d9495b41: Layer already exists [2025-07-04T02:13:58.658Z] 11c6b9c12577: Layer already exists [2025-07-04T02:13:58.658Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:58.658Z] ac28966a159c: Layer already exists [2025-07-04T02:13:58.658Z] 0fb644587485: Layer already exists [2025-07-04T02:13:58.658Z] 7a468c9b4171: Layer already exists [2025-07-04T02:13:58.658Z] 400f6c48c0a5: Layer already exists [2025-07-04T02:13:58.658Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:58.927Z] latest: digest: sha256:0e9c4baa7efa2e2f98f8908e798f205f22eac1a83111a1bef46c83778a543076 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:59.284Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:13:59.631Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.35 [2025-07-04T02:13:59.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-07-04T02:13:59.631Z] c6ac8cce103b: Preparing [2025-07-04T02:13:59.631Z] fb76d9495b41: Preparing [2025-07-04T02:13:59.631Z] 58278fc8195c: Preparing [2025-07-04T02:13:59.631Z] f9442fa903ab: Preparing [2025-07-04T02:13:59.631Z] 11c6b9c12577: Preparing [2025-07-04T02:13:59.631Z] ac28966a159c: Preparing [2025-07-04T02:13:59.631Z] 5643a156fe11: Preparing [2025-07-04T02:13:59.631Z] ac28966a159c: Waiting [2025-07-04T02:13:59.631Z] 7a468c9b4171: Preparing [2025-07-04T02:13:59.631Z] 0fb644587485: Preparing [2025-07-04T02:13:59.631Z] 400f6c48c0a5: Preparing [2025-07-04T02:13:59.631Z] 5643a156fe11: Waiting [2025-07-04T02:13:59.631Z] dd9c8f8612c8: Preparing [2025-07-04T02:13:59.631Z] 7a468c9b4171: Waiting [2025-07-04T02:13:59.631Z] 0fb644587485: Waiting [2025-07-04T02:13:59.631Z] 400f6c48c0a5: Waiting [2025-07-04T02:13:59.631Z] dd9c8f8612c8: Waiting [2025-07-04T02:13:59.631Z] f9442fa903ab: Layer already exists [2025-07-04T02:13:59.631Z] c6ac8cce103b: Layer already exists [2025-07-04T02:13:59.631Z] 58278fc8195c: Layer already exists [2025-07-04T02:13:59.631Z] fb76d9495b41: Layer already exists [2025-07-04T02:13:59.631Z] 11c6b9c12577: Layer already exists [2025-07-04T02:13:59.631Z] 7a468c9b4171: Layer already exists [2025-07-04T02:13:59.631Z] ac28966a159c: Layer already exists [2025-07-04T02:13:59.631Z] 5643a156fe11: Layer already exists [2025-07-04T02:13:59.631Z] 400f6c48c0a5: Layer already exists [2025-07-04T02:13:59.631Z] 0fb644587485: Layer already exists [2025-07-04T02:13:59.631Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:13:59.900Z] 4.1.0-dev.35: digest: sha256:0e9c4baa7efa2e2f98f8908e798f205f22eac1a83111a1bef46c83778a543076 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:00.256Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:00.613Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:14:00.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-07-04T02:14:00.613Z] c6ac8cce103b: Preparing [2025-07-04T02:14:00.613Z] fb76d9495b41: Preparing [2025-07-04T02:14:00.613Z] 58278fc8195c: Preparing [2025-07-04T02:14:00.613Z] f9442fa903ab: Preparing [2025-07-04T02:14:00.613Z] 11c6b9c12577: Preparing [2025-07-04T02:14:00.613Z] ac28966a159c: Preparing [2025-07-04T02:14:00.613Z] 5643a156fe11: Preparing [2025-07-04T02:14:00.613Z] ac28966a159c: Waiting [2025-07-04T02:14:00.613Z] 7a468c9b4171: Preparing [2025-07-04T02:14:00.613Z] 5643a156fe11: Waiting [2025-07-04T02:14:00.613Z] 0fb644587485: Preparing [2025-07-04T02:14:00.613Z] 7a468c9b4171: Waiting [2025-07-04T02:14:00.613Z] 0fb644587485: Waiting [2025-07-04T02:14:00.613Z] 400f6c48c0a5: Preparing [2025-07-04T02:14:00.613Z] dd9c8f8612c8: Preparing [2025-07-04T02:14:00.613Z] 400f6c48c0a5: Waiting [2025-07-04T02:14:00.613Z] dd9c8f8612c8: Waiting [2025-07-04T02:14:00.613Z] f9442fa903ab: Layer already exists [2025-07-04T02:14:00.613Z] 11c6b9c12577: Layer already exists [2025-07-04T02:14:00.613Z] fb76d9495b41: Layer already exists [2025-07-04T02:14:00.613Z] c6ac8cce103b: Layer already exists [2025-07-04T02:14:00.613Z] 58278fc8195c: Layer already exists [2025-07-04T02:14:00.613Z] ac28966a159c: Layer already exists [2025-07-04T02:14:00.613Z] 0fb644587485: Layer already exists [2025-07-04T02:14:00.613Z] 5643a156fe11: Layer already exists [2025-07-04T02:14:00.613Z] 7a468c9b4171: Layer already exists [2025-07-04T02:14:00.613Z] 400f6c48c0a5: Layer already exists [2025-07-04T02:14:00.613Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:14:00.880Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:0e9c4baa7efa2e2f98f8908e798f205f22eac1a83111a1bef46c83778a543076 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:01.239Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:01.591Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-07-04T02:14:01.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-07-04T02:14:01.591Z] c6ac8cce103b: Preparing [2025-07-04T02:14:01.591Z] fb76d9495b41: Preparing [2025-07-04T02:14:01.591Z] 58278fc8195c: Preparing [2025-07-04T02:14:01.591Z] f9442fa903ab: Preparing [2025-07-04T02:14:01.591Z] 11c6b9c12577: Preparing [2025-07-04T02:14:01.591Z] ac28966a159c: Preparing [2025-07-04T02:14:01.591Z] 5643a156fe11: Preparing [2025-07-04T02:14:01.591Z] 7a468c9b4171: Preparing [2025-07-04T02:14:01.591Z] 0fb644587485: Preparing [2025-07-04T02:14:01.591Z] 400f6c48c0a5: Preparing [2025-07-04T02:14:01.591Z] dd9c8f8612c8: Preparing [2025-07-04T02:14:01.591Z] 7a468c9b4171: Waiting [2025-07-04T02:14:01.591Z] 0fb644587485: Waiting [2025-07-04T02:14:01.591Z] 400f6c48c0a5: Waiting [2025-07-04T02:14:01.591Z] ac28966a159c: Waiting [2025-07-04T02:14:01.591Z] dd9c8f8612c8: Waiting [2025-07-04T02:14:01.591Z] 58278fc8195c: Layer already exists [2025-07-04T02:14:01.591Z] c6ac8cce103b: Layer already exists [2025-07-04T02:14:01.591Z] 11c6b9c12577: Layer already exists [2025-07-04T02:14:01.591Z] fb76d9495b41: Layer already exists [2025-07-04T02:14:01.591Z] f9442fa903ab: Layer already exists [2025-07-04T02:14:01.857Z] ac28966a159c: Layer already exists [2025-07-04T02:14:01.857Z] 7a468c9b4171: Layer already exists [2025-07-04T02:14:01.857Z] 5643a156fe11: Layer already exists [2025-07-04T02:14:01.857Z] 0fb644587485: Layer already exists [2025-07-04T02:14:01.857Z] 400f6c48c0a5: Layer already exists [2025-07-04T02:14:01.857Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:14:01.857Z] main: digest: sha256:0e9c4baa7efa2e2f98f8908e798f205f22eac1a83111a1bef46c83778a543076 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T02:14:01.953Z] ===================================================== [Pipeline] echo [2025-07-04T02:14:01.966Z] taggedImages: [2025-07-04T02:14:01.966Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:14:01.966Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-07-04T02:14:01.966Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.35 [2025-07-04T02:14:01.966Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:14:01.966Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-07-04T02:14:01.994Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-07-04T02:14:01.994Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:14:01.994Z] latest [2025-07-04T02:14:01.994Z] 4.1.0-dev.35 [2025-07-04T02:14:01.994Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:14:01.994Z] main [2025-07-04T02:14:01.994Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:02.366Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:02.711Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:14:02.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-07-04T02:14:02.711Z] 07a075203030: Preparing [2025-07-04T02:14:02.711Z] cd8e6548cd67: Preparing [2025-07-04T02:14:02.711Z] 1c5ce4ed09ac: Preparing [2025-07-04T02:14:02.711Z] a80bda2165a9: Preparing [2025-07-04T02:14:02.711Z] a1ea360ddaea: Preparing [2025-07-04T02:14:02.711Z] 3c8806d4f8a7: Preparing [2025-07-04T02:14:02.711Z] 710cec782c53: Preparing [2025-07-04T02:14:02.711Z] ac28966a159c: Preparing [2025-07-04T02:14:02.711Z] 5643a156fe11: Preparing [2025-07-04T02:14:02.711Z] f7d35c421821: Preparing [2025-07-04T02:14:02.711Z] a2c02b509224: Preparing [2025-07-04T02:14:02.711Z] dd9c8f8612c8: Preparing [2025-07-04T02:14:02.711Z] ac28966a159c: Waiting [2025-07-04T02:14:02.711Z] 5643a156fe11: Waiting [2025-07-04T02:14:02.711Z] f7d35c421821: Waiting [2025-07-04T02:14:02.711Z] a2c02b509224: Waiting [2025-07-04T02:14:02.711Z] dd9c8f8612c8: Waiting [2025-07-04T02:14:02.711Z] 3c8806d4f8a7: Waiting [2025-07-04T02:14:02.711Z] 710cec782c53: Waiting [2025-07-04T02:14:02.995Z] cd8e6548cd67: Pushed [2025-07-04T02:14:02.995Z] 07a075203030: Pushed [2025-07-04T02:14:02.995Z] a1ea360ddaea: Pushed [2025-07-04T02:14:02.995Z] ac28966a159c: Layer already exists [2025-07-04T02:14:02.995Z] 5643a156fe11: Layer already exists [2025-07-04T02:14:02.995Z] 3c8806d4f8a7: Pushed [2025-07-04T02:14:02.995Z] 710cec782c53: Pushed [2025-07-04T02:14:03.262Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:14:03.262Z] f7d35c421821: Pushed [2025-07-04T02:14:06.602Z] a2c02b509224: Pushed [2025-07-04T02:14:07.198Z] a80bda2165a9: Pushed [2025-07-04T02:14:09.782Z] 1c5ce4ed09ac: Pushed [2025-07-04T02:14:10.048Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:90bf5582d18ab5c990c499bb3dcdd0b880146e514d9fd07d097f613337d0a3c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:10.432Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:10.790Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-07-04T02:14:10.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-07-04T02:14:10.790Z] 07a075203030: Preparing [2025-07-04T02:14:10.790Z] cd8e6548cd67: Preparing [2025-07-04T02:14:10.790Z] 1c5ce4ed09ac: Preparing [2025-07-04T02:14:10.790Z] a80bda2165a9: Preparing [2025-07-04T02:14:10.790Z] a1ea360ddaea: Preparing [2025-07-04T02:14:10.790Z] 3c8806d4f8a7: Preparing [2025-07-04T02:14:10.790Z] 710cec782c53: Preparing [2025-07-04T02:14:10.790Z] ac28966a159c: Preparing [2025-07-04T02:14:10.790Z] 5643a156fe11: Preparing [2025-07-04T02:14:10.790Z] f7d35c421821: Preparing [2025-07-04T02:14:10.790Z] a2c02b509224: Preparing [2025-07-04T02:14:10.790Z] dd9c8f8612c8: Preparing [2025-07-04T02:14:10.790Z] ac28966a159c: Waiting [2025-07-04T02:14:10.790Z] 5643a156fe11: Waiting [2025-07-04T02:14:10.790Z] f7d35c421821: Waiting [2025-07-04T02:14:10.790Z] a2c02b509224: Waiting [2025-07-04T02:14:10.790Z] dd9c8f8612c8: Waiting [2025-07-04T02:14:10.790Z] 3c8806d4f8a7: Waiting [2025-07-04T02:14:10.790Z] 710cec782c53: Waiting [2025-07-04T02:14:10.790Z] 1c5ce4ed09ac: Layer already exists [2025-07-04T02:14:10.790Z] a80bda2165a9: Layer already exists [2025-07-04T02:14:10.790Z] cd8e6548cd67: Layer already exists [2025-07-04T02:14:10.790Z] 07a075203030: Layer already exists [2025-07-04T02:14:10.790Z] a1ea360ddaea: Layer already exists [2025-07-04T02:14:10.790Z] 3c8806d4f8a7: Layer already exists [2025-07-04T02:14:10.790Z] 710cec782c53: Layer already exists [2025-07-04T02:14:10.790Z] f7d35c421821: Layer already exists [2025-07-04T02:14:10.790Z] ac28966a159c: Layer already exists [2025-07-04T02:14:10.790Z] 5643a156fe11: Layer already exists [2025-07-04T02:14:10.790Z] a2c02b509224: Layer already exists [2025-07-04T02:14:10.790Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:14:11.053Z] latest: digest: sha256:90bf5582d18ab5c990c499bb3dcdd0b880146e514d9fd07d097f613337d0a3c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:11.398Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:11.778Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.35 [2025-07-04T02:14:11.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-07-04T02:14:11.779Z] 07a075203030: Preparing [2025-07-04T02:14:11.779Z] cd8e6548cd67: Preparing [2025-07-04T02:14:11.779Z] 1c5ce4ed09ac: Preparing [2025-07-04T02:14:11.779Z] a80bda2165a9: Preparing [2025-07-04T02:14:11.779Z] a1ea360ddaea: Preparing [2025-07-04T02:14:11.779Z] 3c8806d4f8a7: Preparing [2025-07-04T02:14:11.779Z] 710cec782c53: Preparing [2025-07-04T02:14:11.779Z] ac28966a159c: Preparing [2025-07-04T02:14:11.779Z] 5643a156fe11: Preparing [2025-07-04T02:14:11.779Z] f7d35c421821: Preparing [2025-07-04T02:14:11.779Z] a2c02b509224: Preparing [2025-07-04T02:14:11.779Z] dd9c8f8612c8: Preparing [2025-07-04T02:14:11.779Z] ac28966a159c: Waiting [2025-07-04T02:14:11.779Z] a2c02b509224: Waiting [2025-07-04T02:14:11.779Z] 5643a156fe11: Waiting [2025-07-04T02:14:11.779Z] f7d35c421821: Waiting [2025-07-04T02:14:11.779Z] 3c8806d4f8a7: Waiting [2025-07-04T02:14:11.779Z] 710cec782c53: Waiting [2025-07-04T02:14:11.779Z] dd9c8f8612c8: Waiting [2025-07-04T02:14:11.779Z] 1c5ce4ed09ac: Layer already exists [2025-07-04T02:14:11.779Z] a1ea360ddaea: Layer already exists [2025-07-04T02:14:11.779Z] cd8e6548cd67: Layer already exists [2025-07-04T02:14:11.779Z] 07a075203030: Layer already exists [2025-07-04T02:14:11.779Z] a80bda2165a9: Layer already exists [2025-07-04T02:14:11.779Z] f7d35c421821: Layer already exists [2025-07-04T02:14:11.779Z] 710cec782c53: Layer already exists [2025-07-04T02:14:11.779Z] 5643a156fe11: Layer already exists [2025-07-04T02:14:11.779Z] 3c8806d4f8a7: Layer already exists [2025-07-04T02:14:11.779Z] ac28966a159c: Layer already exists [2025-07-04T02:14:11.779Z] a2c02b509224: Layer already exists [2025-07-04T02:14:11.779Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:14:12.045Z] 4.1.0-dev.35: digest: sha256:90bf5582d18ab5c990c499bb3dcdd0b880146e514d9fd07d097f613337d0a3c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:12.389Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:12.764Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:14:12.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-07-04T02:14:12.764Z] 07a075203030: Preparing [2025-07-04T02:14:12.764Z] cd8e6548cd67: Preparing [2025-07-04T02:14:12.764Z] 1c5ce4ed09ac: Preparing [2025-07-04T02:14:12.764Z] a80bda2165a9: Preparing [2025-07-04T02:14:12.764Z] a1ea360ddaea: Preparing [2025-07-04T02:14:12.764Z] 3c8806d4f8a7: Preparing [2025-07-04T02:14:12.764Z] 710cec782c53: Preparing [2025-07-04T02:14:12.764Z] ac28966a159c: Preparing [2025-07-04T02:14:12.764Z] 5643a156fe11: Preparing [2025-07-04T02:14:12.764Z] f7d35c421821: Preparing [2025-07-04T02:14:12.764Z] a2c02b509224: Preparing [2025-07-04T02:14:12.764Z] dd9c8f8612c8: Preparing [2025-07-04T02:14:12.764Z] 3c8806d4f8a7: Waiting [2025-07-04T02:14:12.764Z] 5643a156fe11: Waiting [2025-07-04T02:14:12.764Z] f7d35c421821: Waiting [2025-07-04T02:14:12.764Z] a2c02b509224: Waiting [2025-07-04T02:14:12.764Z] dd9c8f8612c8: Waiting [2025-07-04T02:14:12.764Z] 710cec782c53: Waiting [2025-07-04T02:14:12.764Z] ac28966a159c: Waiting [2025-07-04T02:14:12.764Z] a80bda2165a9: Layer already exists [2025-07-04T02:14:12.764Z] cd8e6548cd67: Layer already exists [2025-07-04T02:14:12.764Z] 07a075203030: Layer already exists [2025-07-04T02:14:12.764Z] 1c5ce4ed09ac: Layer already exists [2025-07-04T02:14:12.764Z] a1ea360ddaea: Layer already exists [2025-07-04T02:14:12.764Z] 710cec782c53: Layer already exists [2025-07-04T02:14:12.764Z] 3c8806d4f8a7: Layer already exists [2025-07-04T02:14:12.764Z] ac28966a159c: Layer already exists [2025-07-04T02:14:12.764Z] 5643a156fe11: Layer already exists [2025-07-04T02:14:12.764Z] f7d35c421821: Layer already exists [2025-07-04T02:14:12.764Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:14:12.764Z] a2c02b509224: Layer already exists [2025-07-04T02:14:13.032Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:90bf5582d18ab5c990c499bb3dcdd0b880146e514d9fd07d097f613337d0a3c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:13.388Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:13.727Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-07-04T02:14:13.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-07-04T02:14:13.728Z] 07a075203030: Preparing [2025-07-04T02:14:13.728Z] cd8e6548cd67: Preparing [2025-07-04T02:14:13.728Z] 1c5ce4ed09ac: Preparing [2025-07-04T02:14:13.728Z] a80bda2165a9: Preparing [2025-07-04T02:14:13.728Z] a1ea360ddaea: Preparing [2025-07-04T02:14:13.728Z] 3c8806d4f8a7: Preparing [2025-07-04T02:14:13.728Z] 710cec782c53: Preparing [2025-07-04T02:14:13.728Z] ac28966a159c: Preparing [2025-07-04T02:14:13.728Z] 5643a156fe11: Preparing [2025-07-04T02:14:13.728Z] f7d35c421821: Preparing [2025-07-04T02:14:13.728Z] a2c02b509224: Preparing [2025-07-04T02:14:13.728Z] dd9c8f8612c8: Preparing [2025-07-04T02:14:13.728Z] ac28966a159c: Waiting [2025-07-04T02:14:13.728Z] 5643a156fe11: Waiting [2025-07-04T02:14:13.728Z] f7d35c421821: Waiting [2025-07-04T02:14:13.728Z] a2c02b509224: Waiting [2025-07-04T02:14:13.728Z] dd9c8f8612c8: Waiting [2025-07-04T02:14:13.728Z] 3c8806d4f8a7: Waiting [2025-07-04T02:14:13.728Z] 710cec782c53: Waiting [2025-07-04T02:14:13.728Z] a1ea360ddaea: Layer already exists [2025-07-04T02:14:13.728Z] a80bda2165a9: Layer already exists [2025-07-04T02:14:13.728Z] 1c5ce4ed09ac: Layer already exists [2025-07-04T02:14:13.728Z] cd8e6548cd67: Layer already exists [2025-07-04T02:14:13.728Z] 07a075203030: Layer already exists [2025-07-04T02:14:13.728Z] 3c8806d4f8a7: Layer already exists [2025-07-04T02:14:13.728Z] f7d35c421821: Layer already exists [2025-07-04T02:14:13.728Z] 710cec782c53: Layer already exists [2025-07-04T02:14:13.728Z] 5643a156fe11: Layer already exists [2025-07-04T02:14:13.728Z] ac28966a159c: Layer already exists [2025-07-04T02:14:13.728Z] a2c02b509224: Layer already exists [2025-07-04T02:14:13.728Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:14:13.991Z] main: digest: sha256:90bf5582d18ab5c990c499bb3dcdd0b880146e514d9fd07d097f613337d0a3c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T02:14:14.075Z] ===================================================== [Pipeline] echo [2025-07-04T02:14:14.092Z] taggedImages: [2025-07-04T02:14:14.092Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:14:14.092Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-07-04T02:14:14.092Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.35 [2025-07-04T02:14:14.092Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:14:14.092Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-07-04T02:14:14.124Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-07-04T02:14:14.124Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:14:14.124Z] latest [2025-07-04T02:14:14.124Z] 4.1.0-dev.35 [2025-07-04T02:14:14.124Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:14:14.124Z] main [2025-07-04T02:14:14.124Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:14.503Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:14.850Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:14:14.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-07-04T02:14:14.850Z] 53fe9fb709fa: Preparing [2025-07-04T02:14:14.850Z] 4bb000e6bd0c: Preparing [2025-07-04T02:14:14.850Z] ac28966a159c: Preparing [2025-07-04T02:14:14.850Z] 5643a156fe11: Preparing [2025-07-04T02:14:14.850Z] c65743112f43: Preparing [2025-07-04T02:14:14.850Z] f2b1e75d081a: Preparing [2025-07-04T02:14:14.850Z] dd9c8f8612c8: Preparing [2025-07-04T02:14:14.850Z] f2b1e75d081a: Waiting [2025-07-04T02:14:14.850Z] dd9c8f8612c8: Waiting [2025-07-04T02:14:14.850Z] 5643a156fe11: Layer already exists [2025-07-04T02:14:15.115Z] ac28966a159c: Layer already exists [2025-07-04T02:14:15.115Z] c65743112f43: Pushed [2025-07-04T02:14:15.115Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:14:15.115Z] 53fe9fb709fa: Pushed [2025-07-04T02:14:17.052Z] f2b1e75d081a: Pushed [2025-07-04T02:14:22.413Z] 4bb000e6bd0c: Pushed [2025-07-04T02:14:22.413Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:685564edcfcc33d43a87c5913533029e15059af957f7837b8e55d78eab334eb2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:22.783Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:23.139Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-07-04T02:14:23.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-07-04T02:14:23.140Z] 53fe9fb709fa: Preparing [2025-07-04T02:14:23.140Z] 4bb000e6bd0c: Preparing [2025-07-04T02:14:23.140Z] ac28966a159c: Preparing [2025-07-04T02:14:23.140Z] 5643a156fe11: Preparing [2025-07-04T02:14:23.140Z] c65743112f43: Preparing [2025-07-04T02:14:23.140Z] f2b1e75d081a: Preparing [2025-07-04T02:14:23.140Z] dd9c8f8612c8: Preparing [2025-07-04T02:14:23.140Z] f2b1e75d081a: Waiting [2025-07-04T02:14:23.140Z] dd9c8f8612c8: Waiting [2025-07-04T02:14:23.140Z] ac28966a159c: Layer already exists [2025-07-04T02:14:23.140Z] 53fe9fb709fa: Layer already exists [2025-07-04T02:14:23.140Z] 4bb000e6bd0c: Layer already exists [2025-07-04T02:14:23.140Z] c65743112f43: Layer already exists [2025-07-04T02:14:23.140Z] 5643a156fe11: Layer already exists [2025-07-04T02:14:23.140Z] f2b1e75d081a: Layer already exists [2025-07-04T02:14:23.140Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:14:23.408Z] latest: digest: sha256:685564edcfcc33d43a87c5913533029e15059af957f7837b8e55d78eab334eb2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:23.764Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:24.113Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.35 [2025-07-04T02:14:24.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-07-04T02:14:24.113Z] 53fe9fb709fa: Preparing [2025-07-04T02:14:24.113Z] 4bb000e6bd0c: Preparing [2025-07-04T02:14:24.113Z] ac28966a159c: Preparing [2025-07-04T02:14:24.113Z] 5643a156fe11: Preparing [2025-07-04T02:14:24.113Z] c65743112f43: Preparing [2025-07-04T02:14:24.113Z] f2b1e75d081a: Preparing [2025-07-04T02:14:24.113Z] dd9c8f8612c8: Preparing [2025-07-04T02:14:24.113Z] f2b1e75d081a: Waiting [2025-07-04T02:14:24.113Z] dd9c8f8612c8: Waiting [2025-07-04T02:14:24.113Z] ac28966a159c: Layer already exists [2025-07-04T02:14:24.113Z] 53fe9fb709fa: Layer already exists [2025-07-04T02:14:24.113Z] 4bb000e6bd0c: Layer already exists [2025-07-04T02:14:24.113Z] 5643a156fe11: Layer already exists [2025-07-04T02:14:24.113Z] c65743112f43: Layer already exists [2025-07-04T02:14:24.113Z] f2b1e75d081a: Layer already exists [2025-07-04T02:14:24.113Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:14:24.113Z] 4.1.0-dev.35: digest: sha256:685564edcfcc33d43a87c5913533029e15059af957f7837b8e55d78eab334eb2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:24.723Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:25.065Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:14:25.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-07-04T02:14:25.065Z] 53fe9fb709fa: Preparing [2025-07-04T02:14:25.065Z] 4bb000e6bd0c: Preparing [2025-07-04T02:14:25.065Z] ac28966a159c: Preparing [2025-07-04T02:14:25.065Z] 5643a156fe11: Preparing [2025-07-04T02:14:25.065Z] c65743112f43: Preparing [2025-07-04T02:14:25.065Z] f2b1e75d081a: Preparing [2025-07-04T02:14:25.065Z] dd9c8f8612c8: Preparing [2025-07-04T02:14:25.065Z] f2b1e75d081a: Waiting [2025-07-04T02:14:25.065Z] dd9c8f8612c8: Waiting [2025-07-04T02:14:25.065Z] 4bb000e6bd0c: Layer already exists [2025-07-04T02:14:25.065Z] 53fe9fb709fa: Layer already exists [2025-07-04T02:14:25.065Z] c65743112f43: Layer already exists [2025-07-04T02:14:25.065Z] ac28966a159c: Layer already exists [2025-07-04T02:14:25.065Z] 5643a156fe11: Layer already exists [2025-07-04T02:14:25.065Z] f2b1e75d081a: Layer already exists [2025-07-04T02:14:25.065Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:14:25.329Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:685564edcfcc33d43a87c5913533029e15059af957f7837b8e55d78eab334eb2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:25.682Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:26.019Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-07-04T02:14:26.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-07-04T02:14:26.019Z] 53fe9fb709fa: Preparing [2025-07-04T02:14:26.019Z] 4bb000e6bd0c: Preparing [2025-07-04T02:14:26.019Z] ac28966a159c: Preparing [2025-07-04T02:14:26.019Z] 5643a156fe11: Preparing [2025-07-04T02:14:26.019Z] c65743112f43: Preparing [2025-07-04T02:14:26.019Z] f2b1e75d081a: Preparing [2025-07-04T02:14:26.019Z] dd9c8f8612c8: Preparing [2025-07-04T02:14:26.019Z] dd9c8f8612c8: Waiting [2025-07-04T02:14:26.019Z] f2b1e75d081a: Waiting [2025-07-04T02:14:26.019Z] 53fe9fb709fa: Layer already exists [2025-07-04T02:14:26.019Z] 4bb000e6bd0c: Layer already exists [2025-07-04T02:14:26.019Z] 5643a156fe11: Layer already exists [2025-07-04T02:14:26.019Z] ac28966a159c: Layer already exists [2025-07-04T02:14:26.019Z] c65743112f43: Layer already exists [2025-07-04T02:14:26.019Z] f2b1e75d081a: Layer already exists [2025-07-04T02:14:26.019Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:14:26.282Z] main: digest: sha256:685564edcfcc33d43a87c5913533029e15059af957f7837b8e55d78eab334eb2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T02:14:26.408Z] ===================================================== [Pipeline] echo [2025-07-04T02:14:26.425Z] taggedImages: [2025-07-04T02:14:26.425Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:14:26.425Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-07-04T02:14:26.425Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.35 [2025-07-04T02:14:26.425Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:14:26.425Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-07-04T02:14:26.454Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-07-04T02:14:26.455Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:14:26.455Z] latest [2025-07-04T02:14:26.455Z] 4.1.0-dev.35 [2025-07-04T02:14:26.455Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:14:26.455Z] main [2025-07-04T02:14:26.455Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:26.819Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:27.162Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:14:27.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-07-04T02:14:27.162Z] 129d34e88bac: Preparing [2025-07-04T02:14:27.162Z] 27f9cdfe38c1: Preparing [2025-07-04T02:14:27.162Z] 2ce714256307: Preparing [2025-07-04T02:14:27.162Z] ac28966a159c: Preparing [2025-07-04T02:14:27.162Z] 5643a156fe11: Preparing [2025-07-04T02:14:27.162Z] 7575ecf381db: Preparing [2025-07-04T02:14:27.162Z] 6962cb255fb3: Preparing [2025-07-04T02:14:27.162Z] b2af24a47923: Preparing [2025-07-04T02:14:27.162Z] caa1a98f0360: Preparing [2025-07-04T02:14:27.162Z] dd9c8f8612c8: Preparing [2025-07-04T02:14:27.162Z] b2af24a47923: Waiting [2025-07-04T02:14:27.162Z] caa1a98f0360: Waiting [2025-07-04T02:14:27.162Z] dd9c8f8612c8: Waiting [2025-07-04T02:14:27.162Z] 7575ecf381db: Waiting [2025-07-04T02:14:27.162Z] 6962cb255fb3: Waiting [2025-07-04T02:14:27.162Z] ac28966a159c: Layer already exists [2025-07-04T02:14:27.162Z] 5643a156fe11: Layer already exists [2025-07-04T02:14:27.425Z] 2ce714256307: Pushed [2025-07-04T02:14:27.425Z] 27f9cdfe38c1: Pushed [2025-07-04T02:14:27.425Z] 129d34e88bac: Pushed [2025-07-04T02:14:27.425Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:14:27.425Z] b2af24a47923: Pushed [2025-07-04T02:14:28.380Z] caa1a98f0360: Pushed [2025-07-04T02:14:38.425Z] 6962cb255fb3: Pushed [2025-07-04T02:14:53.378Z] 7575ecf381db: Pushed [2025-07-04T02:14:53.378Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:e07c915f37b053bec08738b274b82b142dfc9c1a601b9a710b840f6a8e330032 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:53.741Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:54.094Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-07-04T02:14:54.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-07-04T02:14:54.094Z] 129d34e88bac: Preparing [2025-07-04T02:14:54.094Z] 27f9cdfe38c1: Preparing [2025-07-04T02:14:54.094Z] 2ce714256307: Preparing [2025-07-04T02:14:54.094Z] ac28966a159c: Preparing [2025-07-04T02:14:54.094Z] 5643a156fe11: Preparing [2025-07-04T02:14:54.094Z] 7575ecf381db: Preparing [2025-07-04T02:14:54.094Z] 6962cb255fb3: Preparing [2025-07-04T02:14:54.094Z] b2af24a47923: Preparing [2025-07-04T02:14:54.094Z] caa1a98f0360: Preparing [2025-07-04T02:14:54.094Z] dd9c8f8612c8: Preparing [2025-07-04T02:14:54.094Z] 6962cb255fb3: Waiting [2025-07-04T02:14:54.094Z] b2af24a47923: Waiting [2025-07-04T02:14:54.094Z] caa1a98f0360: Waiting [2025-07-04T02:14:54.094Z] 7575ecf381db: Waiting [2025-07-04T02:14:54.094Z] dd9c8f8612c8: Waiting [2025-07-04T02:14:54.094Z] 2ce714256307: Layer already exists [2025-07-04T02:14:54.094Z] 5643a156fe11: Layer already exists [2025-07-04T02:14:54.094Z] 129d34e88bac: Layer already exists [2025-07-04T02:14:54.094Z] ac28966a159c: Layer already exists [2025-07-04T02:14:54.094Z] 27f9cdfe38c1: Layer already exists [2025-07-04T02:14:54.094Z] caa1a98f0360: Layer already exists [2025-07-04T02:14:54.094Z] 6962cb255fb3: Layer already exists [2025-07-04T02:14:54.094Z] b2af24a47923: Layer already exists [2025-07-04T02:14:54.094Z] 7575ecf381db: Layer already exists [2025-07-04T02:14:54.094Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:14:54.361Z] latest: digest: sha256:e07c915f37b053bec08738b274b82b142dfc9c1a601b9a710b840f6a8e330032 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:54.711Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:55.053Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.35 [2025-07-04T02:14:55.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-07-04T02:14:55.053Z] 129d34e88bac: Preparing [2025-07-04T02:14:55.053Z] 27f9cdfe38c1: Preparing [2025-07-04T02:14:55.053Z] 2ce714256307: Preparing [2025-07-04T02:14:55.053Z] ac28966a159c: Preparing [2025-07-04T02:14:55.053Z] 5643a156fe11: Preparing [2025-07-04T02:14:55.053Z] 7575ecf381db: Preparing [2025-07-04T02:14:55.053Z] 6962cb255fb3: Preparing [2025-07-04T02:14:55.053Z] b2af24a47923: Preparing [2025-07-04T02:14:55.053Z] caa1a98f0360: Preparing [2025-07-04T02:14:55.053Z] dd9c8f8612c8: Preparing [2025-07-04T02:14:55.053Z] 7575ecf381db: Waiting [2025-07-04T02:14:55.053Z] 6962cb255fb3: Waiting [2025-07-04T02:14:55.053Z] b2af24a47923: Waiting [2025-07-04T02:14:55.053Z] caa1a98f0360: Waiting [2025-07-04T02:14:55.053Z] dd9c8f8612c8: Waiting [2025-07-04T02:14:55.053Z] 27f9cdfe38c1: Layer already exists [2025-07-04T02:14:55.053Z] ac28966a159c: Layer already exists [2025-07-04T02:14:55.053Z] 5643a156fe11: Layer already exists [2025-07-04T02:14:55.053Z] 2ce714256307: Layer already exists [2025-07-04T02:14:55.053Z] 129d34e88bac: Layer already exists [2025-07-04T02:14:55.053Z] caa1a98f0360: Layer already exists [2025-07-04T02:14:55.053Z] 6962cb255fb3: Layer already exists [2025-07-04T02:14:55.053Z] 7575ecf381db: Layer already exists [2025-07-04T02:14:55.053Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:14:55.053Z] b2af24a47923: Layer already exists [2025-07-04T02:14:55.318Z] 4.1.0-dev.35: digest: sha256:e07c915f37b053bec08738b274b82b142dfc9c1a601b9a710b840f6a8e330032 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:55.670Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:56.017Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:14:56.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-07-04T02:14:56.017Z] 129d34e88bac: Preparing [2025-07-04T02:14:56.017Z] 27f9cdfe38c1: Preparing [2025-07-04T02:14:56.017Z] 2ce714256307: Preparing [2025-07-04T02:14:56.017Z] ac28966a159c: Preparing [2025-07-04T02:14:56.017Z] 5643a156fe11: Preparing [2025-07-04T02:14:56.017Z] 7575ecf381db: Preparing [2025-07-04T02:14:56.017Z] 6962cb255fb3: Preparing [2025-07-04T02:14:56.017Z] b2af24a47923: Preparing [2025-07-04T02:14:56.017Z] caa1a98f0360: Preparing [2025-07-04T02:14:56.017Z] dd9c8f8612c8: Preparing [2025-07-04T02:14:56.017Z] 7575ecf381db: Waiting [2025-07-04T02:14:56.017Z] 6962cb255fb3: Waiting [2025-07-04T02:14:56.017Z] b2af24a47923: Waiting [2025-07-04T02:14:56.017Z] caa1a98f0360: Waiting [2025-07-04T02:14:56.017Z] dd9c8f8612c8: Waiting [2025-07-04T02:14:56.017Z] 5643a156fe11: Layer already exists [2025-07-04T02:14:56.017Z] 2ce714256307: Layer already exists [2025-07-04T02:14:56.017Z] 129d34e88bac: Layer already exists [2025-07-04T02:14:56.017Z] 27f9cdfe38c1: Layer already exists [2025-07-04T02:14:56.017Z] ac28966a159c: Layer already exists [2025-07-04T02:14:56.017Z] 6962cb255fb3: Layer already exists [2025-07-04T02:14:56.017Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:14:56.017Z] caa1a98f0360: Layer already exists [2025-07-04T02:14:56.017Z] 7575ecf381db: Layer already exists [2025-07-04T02:14:56.017Z] b2af24a47923: Layer already exists [2025-07-04T02:14:56.282Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:e07c915f37b053bec08738b274b82b142dfc9c1a601b9a710b840f6a8e330032 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:56.631Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:56.977Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-07-04T02:14:56.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-07-04T02:14:56.977Z] 129d34e88bac: Preparing [2025-07-04T02:14:56.977Z] 27f9cdfe38c1: Preparing [2025-07-04T02:14:56.977Z] 2ce714256307: Preparing [2025-07-04T02:14:56.977Z] ac28966a159c: Preparing [2025-07-04T02:14:56.977Z] 5643a156fe11: Preparing [2025-07-04T02:14:56.977Z] 7575ecf381db: Preparing [2025-07-04T02:14:56.977Z] 6962cb255fb3: Preparing [2025-07-04T02:14:56.977Z] b2af24a47923: Preparing [2025-07-04T02:14:56.977Z] caa1a98f0360: Preparing [2025-07-04T02:14:56.977Z] dd9c8f8612c8: Preparing [2025-07-04T02:14:56.977Z] 6962cb255fb3: Waiting [2025-07-04T02:14:56.977Z] b2af24a47923: Waiting [2025-07-04T02:14:56.977Z] caa1a98f0360: Waiting [2025-07-04T02:14:56.977Z] dd9c8f8612c8: Waiting [2025-07-04T02:14:56.977Z] 7575ecf381db: Waiting [2025-07-04T02:14:56.977Z] 27f9cdfe38c1: Layer already exists [2025-07-04T02:14:56.977Z] ac28966a159c: Layer already exists [2025-07-04T02:14:56.977Z] 2ce714256307: Layer already exists [2025-07-04T02:14:56.977Z] 5643a156fe11: Layer already exists [2025-07-04T02:14:56.977Z] 129d34e88bac: Layer already exists [2025-07-04T02:14:56.977Z] 6962cb255fb3: Layer already exists [2025-07-04T02:14:56.977Z] 7575ecf381db: Layer already exists [2025-07-04T02:14:56.977Z] caa1a98f0360: Layer already exists [2025-07-04T02:14:56.977Z] b2af24a47923: Layer already exists [2025-07-04T02:14:56.977Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:14:56.977Z] main: digest: sha256:e07c915f37b053bec08738b274b82b142dfc9c1a601b9a710b840f6a8e330032 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T02:14:57.316Z] ===================================================== [Pipeline] echo [2025-07-04T02:14:57.330Z] taggedImages: [2025-07-04T02:14:57.330Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:14:57.330Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-07-04T02:14:57.330Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.35 [2025-07-04T02:14:57.330Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:14:57.330Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-07-04T02:14:57.356Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-07-04T02:14:57.356Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:14:57.356Z] latest [2025-07-04T02:14:57.356Z] 4.1.0-dev.35 [2025-07-04T02:14:57.356Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:14:57.356Z] main [2025-07-04T02:14:57.356Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:57.715Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:14:58.060Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:14:58.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-07-04T02:14:58.060Z] ae16b5eeb196: Preparing [2025-07-04T02:14:58.060Z] 9b97b857fae7: Preparing [2025-07-04T02:14:58.060Z] 25e746bd987d: Preparing [2025-07-04T02:14:58.060Z] ac28966a159c: Preparing [2025-07-04T02:14:58.060Z] 5643a156fe11: Preparing [2025-07-04T02:14:58.060Z] a15c32b161b7: Preparing [2025-07-04T02:14:58.060Z] 4d03740268f8: Preparing [2025-07-04T02:14:58.060Z] 8bb890ff4eb0: Preparing [2025-07-04T02:14:58.060Z] dd9c8f8612c8: Preparing [2025-07-04T02:14:58.060Z] a15c32b161b7: Waiting [2025-07-04T02:14:58.060Z] 4d03740268f8: Waiting [2025-07-04T02:14:58.060Z] 8bb890ff4eb0: Waiting [2025-07-04T02:14:58.060Z] dd9c8f8612c8: Waiting [2025-07-04T02:14:58.060Z] 5643a156fe11: Layer already exists [2025-07-04T02:14:58.060Z] ac28966a159c: Layer already exists [2025-07-04T02:14:58.325Z] 9b97b857fae7: Pushed [2025-07-04T02:14:58.325Z] ae16b5eeb196: Pushed [2025-07-04T02:14:58.325Z] 25e746bd987d: Pushed [2025-07-04T02:14:58.325Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:14:58.325Z] 4d03740268f8: Pushed [2025-07-04T02:14:58.904Z] 8bb890ff4eb0: Pushed [2025-07-04T02:15:25.553Z] a15c32b161b7: Pushed [2025-07-04T02:15:25.553Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:0897f4d17454d3e85e65ff561e512c082eb721db7eaabb634c42a6cb6dff44aa size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:25.905Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:26.243Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-07-04T02:15:26.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-07-04T02:15:26.243Z] ae16b5eeb196: Preparing [2025-07-04T02:15:26.243Z] 9b97b857fae7: Preparing [2025-07-04T02:15:26.243Z] 25e746bd987d: Preparing [2025-07-04T02:15:26.243Z] ac28966a159c: Preparing [2025-07-04T02:15:26.243Z] 5643a156fe11: Preparing [2025-07-04T02:15:26.243Z] a15c32b161b7: Preparing [2025-07-04T02:15:26.243Z] 4d03740268f8: Preparing [2025-07-04T02:15:26.243Z] 8bb890ff4eb0: Preparing [2025-07-04T02:15:26.243Z] dd9c8f8612c8: Preparing [2025-07-04T02:15:26.243Z] a15c32b161b7: Waiting [2025-07-04T02:15:26.243Z] 4d03740268f8: Waiting [2025-07-04T02:15:26.243Z] dd9c8f8612c8: Waiting [2025-07-04T02:15:26.243Z] 8bb890ff4eb0: Waiting [2025-07-04T02:15:26.243Z] ae16b5eeb196: Layer already exists [2025-07-04T02:15:26.243Z] 9b97b857fae7: Layer already exists [2025-07-04T02:15:26.243Z] 25e746bd987d: Layer already exists [2025-07-04T02:15:26.243Z] 5643a156fe11: Layer already exists [2025-07-04T02:15:26.243Z] ac28966a159c: Layer already exists [2025-07-04T02:15:26.243Z] 4d03740268f8: Layer already exists [2025-07-04T02:15:26.243Z] 8bb890ff4eb0: Layer already exists [2025-07-04T02:15:26.243Z] a15c32b161b7: Layer already exists [2025-07-04T02:15:26.243Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:15:26.507Z] latest: digest: sha256:0897f4d17454d3e85e65ff561e512c082eb721db7eaabb634c42a6cb6dff44aa size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:26.852Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:27.202Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.35 [2025-07-04T02:15:27.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-07-04T02:15:27.202Z] ae16b5eeb196: Preparing [2025-07-04T02:15:27.202Z] 9b97b857fae7: Preparing [2025-07-04T02:15:27.202Z] 25e746bd987d: Preparing [2025-07-04T02:15:27.202Z] ac28966a159c: Preparing [2025-07-04T02:15:27.203Z] 5643a156fe11: Preparing [2025-07-04T02:15:27.203Z] a15c32b161b7: Preparing [2025-07-04T02:15:27.203Z] 4d03740268f8: Preparing [2025-07-04T02:15:27.203Z] 8bb890ff4eb0: Preparing [2025-07-04T02:15:27.203Z] dd9c8f8612c8: Preparing [2025-07-04T02:15:27.203Z] 4d03740268f8: Waiting [2025-07-04T02:15:27.203Z] 8bb890ff4eb0: Waiting [2025-07-04T02:15:27.203Z] a15c32b161b7: Waiting [2025-07-04T02:15:27.203Z] dd9c8f8612c8: Waiting [2025-07-04T02:15:27.203Z] 9b97b857fae7: Layer already exists [2025-07-04T02:15:27.203Z] 5643a156fe11: Layer already exists [2025-07-04T02:15:27.203Z] 25e746bd987d: Layer already exists [2025-07-04T02:15:27.203Z] ae16b5eeb196: Layer already exists [2025-07-04T02:15:27.203Z] ac28966a159c: Layer already exists [2025-07-04T02:15:27.203Z] a15c32b161b7: Layer already exists [2025-07-04T02:15:27.203Z] 8bb890ff4eb0: Layer already exists [2025-07-04T02:15:27.203Z] 4d03740268f8: Layer already exists [2025-07-04T02:15:27.203Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:15:27.468Z] 4.1.0-dev.35: digest: sha256:0897f4d17454d3e85e65ff561e512c082eb721db7eaabb634c42a6cb6dff44aa size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:27.815Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:28.161Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:15:28.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-07-04T02:15:28.161Z] ae16b5eeb196: Preparing [2025-07-04T02:15:28.161Z] 9b97b857fae7: Preparing [2025-07-04T02:15:28.161Z] 25e746bd987d: Preparing [2025-07-04T02:15:28.161Z] ac28966a159c: Preparing [2025-07-04T02:15:28.161Z] 5643a156fe11: Preparing [2025-07-04T02:15:28.161Z] a15c32b161b7: Preparing [2025-07-04T02:15:28.161Z] 4d03740268f8: Preparing [2025-07-04T02:15:28.161Z] 8bb890ff4eb0: Preparing [2025-07-04T02:15:28.161Z] dd9c8f8612c8: Preparing [2025-07-04T02:15:28.161Z] a15c32b161b7: Waiting [2025-07-04T02:15:28.161Z] 4d03740268f8: Waiting [2025-07-04T02:15:28.161Z] 8bb890ff4eb0: Waiting [2025-07-04T02:15:28.161Z] dd9c8f8612c8: Waiting [2025-07-04T02:15:28.161Z] 5643a156fe11: Layer already exists [2025-07-04T02:15:28.161Z] 9b97b857fae7: Layer already exists [2025-07-04T02:15:28.161Z] ac28966a159c: Layer already exists [2025-07-04T02:15:28.161Z] ae16b5eeb196: Layer already exists [2025-07-04T02:15:28.161Z] 25e746bd987d: Layer already exists [2025-07-04T02:15:28.161Z] 4d03740268f8: Layer already exists [2025-07-04T02:15:28.161Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:15:28.161Z] a15c32b161b7: Layer already exists [2025-07-04T02:15:28.161Z] 8bb890ff4eb0: Layer already exists [2025-07-04T02:15:28.161Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:0897f4d17454d3e85e65ff561e512c082eb721db7eaabb634c42a6cb6dff44aa size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:28.774Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:29.109Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-07-04T02:15:29.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-07-04T02:15:29.109Z] ae16b5eeb196: Preparing [2025-07-04T02:15:29.109Z] 9b97b857fae7: Preparing [2025-07-04T02:15:29.109Z] 25e746bd987d: Preparing [2025-07-04T02:15:29.109Z] ac28966a159c: Preparing [2025-07-04T02:15:29.109Z] 5643a156fe11: Preparing [2025-07-04T02:15:29.109Z] a15c32b161b7: Preparing [2025-07-04T02:15:29.109Z] 4d03740268f8: Preparing [2025-07-04T02:15:29.109Z] 8bb890ff4eb0: Preparing [2025-07-04T02:15:29.109Z] dd9c8f8612c8: Preparing [2025-07-04T02:15:29.109Z] a15c32b161b7: Waiting [2025-07-04T02:15:29.109Z] 4d03740268f8: Waiting [2025-07-04T02:15:29.109Z] 8bb890ff4eb0: Waiting [2025-07-04T02:15:29.109Z] dd9c8f8612c8: Waiting [2025-07-04T02:15:29.109Z] ae16b5eeb196: Layer already exists [2025-07-04T02:15:29.109Z] 25e746bd987d: Layer already exists [2025-07-04T02:15:29.109Z] 9b97b857fae7: Layer already exists [2025-07-04T02:15:29.109Z] ac28966a159c: Layer already exists [2025-07-04T02:15:29.109Z] 5643a156fe11: Layer already exists [2025-07-04T02:15:29.109Z] 8bb890ff4eb0: Layer already exists [2025-07-04T02:15:29.109Z] a15c32b161b7: Layer already exists [2025-07-04T02:15:29.109Z] 4d03740268f8: Layer already exists [2025-07-04T02:15:29.109Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:15:29.373Z] main: digest: sha256:0897f4d17454d3e85e65ff561e512c082eb721db7eaabb634c42a6cb6dff44aa size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T02:15:29.447Z] ===================================================== [Pipeline] echo [2025-07-04T02:15:29.460Z] taggedImages: [2025-07-04T02:15:29.461Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:15:29.461Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-07-04T02:15:29.461Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.35 [2025-07-04T02:15:29.461Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:15:29.461Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-07-04T02:15:29.485Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-07-04T02:15:29.485Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:15:29.485Z] latest [2025-07-04T02:15:29.485Z] 4.1.0-dev.35 [2025-07-04T02:15:29.485Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:15:29.485Z] main [2025-07-04T02:15:29.485Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:29.845Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:30.205Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:15:30.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-07-04T02:15:30.205Z] 11c3bc94210d: Preparing [2025-07-04T02:15:30.205Z] 1b3af86f1b73: Preparing [2025-07-04T02:15:30.205Z] 50a95a1a860f: Preparing [2025-07-04T02:15:30.205Z] ac28966a159c: Preparing [2025-07-04T02:15:30.205Z] 5643a156fe11: Preparing [2025-07-04T02:15:30.205Z] 7575ecf381db: Preparing [2025-07-04T02:15:30.205Z] b2af24a47923: Preparing [2025-07-04T02:15:30.205Z] caa1a98f0360: Preparing [2025-07-04T02:15:30.205Z] dd9c8f8612c8: Preparing [2025-07-04T02:15:30.205Z] b2af24a47923: Waiting [2025-07-04T02:15:30.205Z] 7575ecf381db: Waiting [2025-07-04T02:15:30.205Z] caa1a98f0360: Waiting [2025-07-04T02:15:30.205Z] dd9c8f8612c8: Waiting [2025-07-04T02:15:30.205Z] 5643a156fe11: Layer already exists [2025-07-04T02:15:30.205Z] ac28966a159c: Layer already exists [2025-07-04T02:15:30.205Z] 7575ecf381db: Layer already exists [2025-07-04T02:15:30.205Z] b2af24a47923: Layer already exists [2025-07-04T02:15:30.205Z] caa1a98f0360: Layer already exists [2025-07-04T02:15:30.470Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:15:30.470Z] 50a95a1a860f: Pushed [2025-07-04T02:15:30.470Z] 11c3bc94210d: Pushed [2025-07-04T02:15:30.470Z] 1b3af86f1b73: Pushed [2025-07-04T02:15:30.470Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:a1d48ec48a514192005cef665f8ff849b482b333e30217a79b811d8aed4bbca4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:30.831Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:31.190Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-07-04T02:15:31.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-07-04T02:15:31.190Z] 11c3bc94210d: Preparing [2025-07-04T02:15:31.190Z] 1b3af86f1b73: Preparing [2025-07-04T02:15:31.190Z] 50a95a1a860f: Preparing [2025-07-04T02:15:31.190Z] ac28966a159c: Preparing [2025-07-04T02:15:31.190Z] 5643a156fe11: Preparing [2025-07-04T02:15:31.190Z] 7575ecf381db: Preparing [2025-07-04T02:15:31.190Z] b2af24a47923: Preparing [2025-07-04T02:15:31.190Z] caa1a98f0360: Preparing [2025-07-04T02:15:31.190Z] dd9c8f8612c8: Preparing [2025-07-04T02:15:31.190Z] 7575ecf381db: Waiting [2025-07-04T02:15:31.190Z] b2af24a47923: Waiting [2025-07-04T02:15:31.190Z] caa1a98f0360: Waiting [2025-07-04T02:15:31.190Z] dd9c8f8612c8: Waiting [2025-07-04T02:15:31.190Z] 50a95a1a860f: Layer already exists [2025-07-04T02:15:31.190Z] 11c3bc94210d: Layer already exists [2025-07-04T02:15:31.190Z] ac28966a159c: Layer already exists [2025-07-04T02:15:31.190Z] 5643a156fe11: Layer already exists [2025-07-04T02:15:31.190Z] 1b3af86f1b73: Layer already exists [2025-07-04T02:15:31.190Z] caa1a98f0360: Layer already exists [2025-07-04T02:15:31.190Z] b2af24a47923: Layer already exists [2025-07-04T02:15:31.190Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:15:31.190Z] 7575ecf381db: Layer already exists [2025-07-04T02:15:31.455Z] latest: digest: sha256:a1d48ec48a514192005cef665f8ff849b482b333e30217a79b811d8aed4bbca4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:31.804Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:32.154Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.35 [2025-07-04T02:15:32.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-07-04T02:15:32.154Z] 11c3bc94210d: Preparing [2025-07-04T02:15:32.154Z] 1b3af86f1b73: Preparing [2025-07-04T02:15:32.154Z] 50a95a1a860f: Preparing [2025-07-04T02:15:32.154Z] ac28966a159c: Preparing [2025-07-04T02:15:32.154Z] 5643a156fe11: Preparing [2025-07-04T02:15:32.154Z] 7575ecf381db: Preparing [2025-07-04T02:15:32.154Z] b2af24a47923: Preparing [2025-07-04T02:15:32.154Z] caa1a98f0360: Preparing [2025-07-04T02:15:32.154Z] dd9c8f8612c8: Preparing [2025-07-04T02:15:32.154Z] b2af24a47923: Waiting [2025-07-04T02:15:32.154Z] caa1a98f0360: Waiting [2025-07-04T02:15:32.154Z] dd9c8f8612c8: Waiting [2025-07-04T02:15:32.154Z] 7575ecf381db: Waiting [2025-07-04T02:15:32.154Z] 50a95a1a860f: Layer already exists [2025-07-04T02:15:32.154Z] 1b3af86f1b73: Layer already exists [2025-07-04T02:15:32.154Z] ac28966a159c: Layer already exists [2025-07-04T02:15:32.154Z] 11c3bc94210d: Layer already exists [2025-07-04T02:15:32.154Z] 5643a156fe11: Layer already exists [2025-07-04T02:15:32.154Z] 7575ecf381db: Layer already exists [2025-07-04T02:15:32.154Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:15:32.154Z] b2af24a47923: Layer already exists [2025-07-04T02:15:32.154Z] caa1a98f0360: Layer already exists [2025-07-04T02:15:32.420Z] 4.1.0-dev.35: digest: sha256:a1d48ec48a514192005cef665f8ff849b482b333e30217a79b811d8aed4bbca4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:32.775Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:33.128Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:15:33.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-07-04T02:15:33.128Z] 11c3bc94210d: Preparing [2025-07-04T02:15:33.128Z] 1b3af86f1b73: Preparing [2025-07-04T02:15:33.128Z] 50a95a1a860f: Preparing [2025-07-04T02:15:33.128Z] ac28966a159c: Preparing [2025-07-04T02:15:33.128Z] 5643a156fe11: Preparing [2025-07-04T02:15:33.128Z] 7575ecf381db: Preparing [2025-07-04T02:15:33.128Z] b2af24a47923: Preparing [2025-07-04T02:15:33.128Z] caa1a98f0360: Preparing [2025-07-04T02:15:33.128Z] dd9c8f8612c8: Preparing [2025-07-04T02:15:33.128Z] 7575ecf381db: Waiting [2025-07-04T02:15:33.128Z] b2af24a47923: Waiting [2025-07-04T02:15:33.128Z] caa1a98f0360: Waiting [2025-07-04T02:15:33.128Z] dd9c8f8612c8: Waiting [2025-07-04T02:15:33.128Z] 11c3bc94210d: Layer already exists [2025-07-04T02:15:33.128Z] 50a95a1a860f: Layer already exists [2025-07-04T02:15:33.128Z] ac28966a159c: Layer already exists [2025-07-04T02:15:33.129Z] 1b3af86f1b73: Layer already exists [2025-07-04T02:15:33.129Z] 5643a156fe11: Layer already exists [2025-07-04T02:15:33.129Z] caa1a98f0360: Layer already exists [2025-07-04T02:15:33.129Z] 7575ecf381db: Layer already exists [2025-07-04T02:15:33.129Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:15:33.129Z] b2af24a47923: Layer already exists [2025-07-04T02:15:33.396Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:a1d48ec48a514192005cef665f8ff849b482b333e30217a79b811d8aed4bbca4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:33.754Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:34.102Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-07-04T02:15:34.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-07-04T02:15:34.102Z] 11c3bc94210d: Preparing [2025-07-04T02:15:34.102Z] 1b3af86f1b73: Preparing [2025-07-04T02:15:34.102Z] 50a95a1a860f: Preparing [2025-07-04T02:15:34.102Z] ac28966a159c: Preparing [2025-07-04T02:15:34.102Z] 5643a156fe11: Preparing [2025-07-04T02:15:34.102Z] 7575ecf381db: Preparing [2025-07-04T02:15:34.102Z] b2af24a47923: Preparing [2025-07-04T02:15:34.102Z] caa1a98f0360: Preparing [2025-07-04T02:15:34.102Z] dd9c8f8612c8: Preparing [2025-07-04T02:15:34.102Z] b2af24a47923: Waiting [2025-07-04T02:15:34.102Z] caa1a98f0360: Waiting [2025-07-04T02:15:34.102Z] 7575ecf381db: Waiting [2025-07-04T02:15:34.102Z] dd9c8f8612c8: Waiting [2025-07-04T02:15:34.102Z] 1b3af86f1b73: Layer already exists [2025-07-04T02:15:34.102Z] ac28966a159c: Layer already exists [2025-07-04T02:15:34.102Z] 5643a156fe11: Layer already exists [2025-07-04T02:15:34.102Z] 11c3bc94210d: Layer already exists [2025-07-04T02:15:34.102Z] 50a95a1a860f: Layer already exists [2025-07-04T02:15:34.102Z] 7575ecf381db: Layer already exists [2025-07-04T02:15:34.102Z] b2af24a47923: Layer already exists [2025-07-04T02:15:34.102Z] caa1a98f0360: Layer already exists [2025-07-04T02:15:34.102Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:15:34.366Z] main: digest: sha256:a1d48ec48a514192005cef665f8ff849b482b333e30217a79b811d8aed4bbca4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T02:15:34.458Z] ===================================================== [Pipeline] echo [2025-07-04T02:15:34.474Z] taggedImages: [2025-07-04T02:15:34.474Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:15:34.474Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-07-04T02:15:34.474Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.35 [2025-07-04T02:15:34.474Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:15:34.474Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-07-04T02:15:34.504Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-07-04T02:15:34.504Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:15:34.504Z] latest [2025-07-04T02:15:34.504Z] 4.1.0-dev.35 [2025-07-04T02:15:34.504Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:15:34.504Z] main [2025-07-04T02:15:34.504Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:34.868Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:35.221Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:15:35.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-07-04T02:15:35.221Z] 358bf4bdd254: Preparing [2025-07-04T02:15:35.221Z] fd55b8a09345: Preparing [2025-07-04T02:15:35.221Z] ac28966a159c: Preparing [2025-07-04T02:15:35.221Z] 5643a156fe11: Preparing [2025-07-04T02:15:35.221Z] 231f79e38d8c: Preparing [2025-07-04T02:15:35.221Z] 5347679e19ae: Preparing [2025-07-04T02:15:35.221Z] dd9c8f8612c8: Preparing [2025-07-04T02:15:35.221Z] 5347679e19ae: Waiting [2025-07-04T02:15:35.221Z] dd9c8f8612c8: Waiting [2025-07-04T02:15:35.221Z] 5643a156fe11: Layer already exists [2025-07-04T02:15:35.486Z] ac28966a159c: Layer already exists [2025-07-04T02:15:35.486Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:15:35.486Z] 231f79e38d8c: Pushed [2025-07-04T02:15:35.486Z] 358bf4bdd254: Pushed [2025-07-04T02:15:36.890Z] 5347679e19ae: Pushed [2025-07-04T02:15:43.567Z] fd55b8a09345: Pushed [2025-07-04T02:15:43.834Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:7856c4a24bfd1a87db7039bd558e6add79885fb8d5531598dd2012ba44ddb566 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:44.197Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:44.577Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-07-04T02:15:44.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-07-04T02:15:44.577Z] 358bf4bdd254: Preparing [2025-07-04T02:15:44.577Z] fd55b8a09345: Preparing [2025-07-04T02:15:44.577Z] ac28966a159c: Preparing [2025-07-04T02:15:44.577Z] 5643a156fe11: Preparing [2025-07-04T02:15:44.577Z] 231f79e38d8c: Preparing [2025-07-04T02:15:44.577Z] 5347679e19ae: Preparing [2025-07-04T02:15:44.577Z] dd9c8f8612c8: Preparing [2025-07-04T02:15:44.577Z] 5347679e19ae: Waiting [2025-07-04T02:15:44.577Z] dd9c8f8612c8: Waiting [2025-07-04T02:15:44.577Z] ac28966a159c: Layer already exists [2025-07-04T02:15:44.577Z] 358bf4bdd254: Layer already exists [2025-07-04T02:15:44.577Z] 231f79e38d8c: Layer already exists [2025-07-04T02:15:44.577Z] fd55b8a09345: Layer already exists [2025-07-04T02:15:44.577Z] 5643a156fe11: Layer already exists [2025-07-04T02:15:44.577Z] 5347679e19ae: Layer already exists [2025-07-04T02:15:44.577Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:15:44.848Z] latest: digest: sha256:7856c4a24bfd1a87db7039bd558e6add79885fb8d5531598dd2012ba44ddb566 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:45.205Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:45.550Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.35 [2025-07-04T02:15:45.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-07-04T02:15:45.550Z] 358bf4bdd254: Preparing [2025-07-04T02:15:45.550Z] fd55b8a09345: Preparing [2025-07-04T02:15:45.550Z] ac28966a159c: Preparing [2025-07-04T02:15:45.550Z] 5643a156fe11: Preparing [2025-07-04T02:15:45.550Z] 231f79e38d8c: Preparing [2025-07-04T02:15:45.550Z] 5347679e19ae: Preparing [2025-07-04T02:15:45.550Z] dd9c8f8612c8: Preparing [2025-07-04T02:15:45.550Z] 5347679e19ae: Waiting [2025-07-04T02:15:45.550Z] dd9c8f8612c8: Waiting [2025-07-04T02:15:45.550Z] fd55b8a09345: Layer already exists [2025-07-04T02:15:45.550Z] ac28966a159c: Layer already exists [2025-07-04T02:15:45.550Z] 231f79e38d8c: Layer already exists [2025-07-04T02:15:45.550Z] 5643a156fe11: Layer already exists [2025-07-04T02:15:45.550Z] 358bf4bdd254: Layer already exists [2025-07-04T02:15:45.550Z] 5347679e19ae: Layer already exists [2025-07-04T02:15:45.550Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:15:45.817Z] 4.1.0-dev.35: digest: sha256:7856c4a24bfd1a87db7039bd558e6add79885fb8d5531598dd2012ba44ddb566 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:46.164Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:46.519Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:15:46.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-07-04T02:15:46.519Z] 358bf4bdd254: Preparing [2025-07-04T02:15:46.519Z] fd55b8a09345: Preparing [2025-07-04T02:15:46.519Z] ac28966a159c: Preparing [2025-07-04T02:15:46.519Z] 5643a156fe11: Preparing [2025-07-04T02:15:46.519Z] 231f79e38d8c: Preparing [2025-07-04T02:15:46.519Z] 5347679e19ae: Preparing [2025-07-04T02:15:46.519Z] dd9c8f8612c8: Preparing [2025-07-04T02:15:46.519Z] 5347679e19ae: Waiting [2025-07-04T02:15:46.519Z] dd9c8f8612c8: Waiting [2025-07-04T02:15:46.519Z] fd55b8a09345: Layer already exists [2025-07-04T02:15:46.519Z] 358bf4bdd254: Layer already exists [2025-07-04T02:15:46.519Z] 231f79e38d8c: Layer already exists [2025-07-04T02:15:46.519Z] ac28966a159c: Layer already exists [2025-07-04T02:15:46.519Z] 5643a156fe11: Layer already exists [2025-07-04T02:15:46.519Z] 5347679e19ae: Layer already exists [2025-07-04T02:15:46.519Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:15:46.784Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:7856c4a24bfd1a87db7039bd558e6add79885fb8d5531598dd2012ba44ddb566 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:47.135Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:47.485Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-07-04T02:15:47.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-07-04T02:15:47.485Z] 358bf4bdd254: Preparing [2025-07-04T02:15:47.485Z] fd55b8a09345: Preparing [2025-07-04T02:15:47.485Z] ac28966a159c: Preparing [2025-07-04T02:15:47.485Z] 5643a156fe11: Preparing [2025-07-04T02:15:47.485Z] 231f79e38d8c: Preparing [2025-07-04T02:15:47.485Z] 5347679e19ae: Preparing [2025-07-04T02:15:47.485Z] dd9c8f8612c8: Preparing [2025-07-04T02:15:47.485Z] 5347679e19ae: Waiting [2025-07-04T02:15:47.485Z] dd9c8f8612c8: Waiting [2025-07-04T02:15:47.485Z] 358bf4bdd254: Layer already exists [2025-07-04T02:15:47.485Z] 231f79e38d8c: Layer already exists [2025-07-04T02:15:47.485Z] ac28966a159c: Layer already exists [2025-07-04T02:15:47.485Z] fd55b8a09345: Layer already exists [2025-07-04T02:15:47.485Z] 5643a156fe11: Layer already exists [2025-07-04T02:15:47.485Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:15:47.485Z] 5347679e19ae: Layer already exists [2025-07-04T02:15:47.485Z] main: digest: sha256:7856c4a24bfd1a87db7039bd558e6add79885fb8d5531598dd2012ba44ddb566 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T02:15:47.828Z] ===================================================== [Pipeline] echo [2025-07-04T02:15:47.840Z] taggedImages: [2025-07-04T02:15:47.840Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:15:47.840Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-07-04T02:15:47.840Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.35 [2025-07-04T02:15:47.840Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:15:47.840Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-07-04T02:15:47.864Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-07-04T02:15:47.864Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:15:47.864Z] latest [2025-07-04T02:15:47.864Z] 4.1.0-dev.35 [2025-07-04T02:15:47.864Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:15:47.864Z] main [2025-07-04T02:15:47.864Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:48.221Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:48.565Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:15:48.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-07-04T02:15:48.565Z] a42972972b0b: Preparing [2025-07-04T02:15:48.565Z] a0e0bdab4aec: Preparing [2025-07-04T02:15:48.565Z] ac28966a159c: Preparing [2025-07-04T02:15:48.565Z] 5643a156fe11: Preparing [2025-07-04T02:15:48.565Z] 68f038b7ec83: Preparing [2025-07-04T02:15:48.565Z] 54f2f2611a3d: Preparing [2025-07-04T02:15:48.565Z] dd9c8f8612c8: Preparing [2025-07-04T02:15:48.565Z] 54f2f2611a3d: Waiting [2025-07-04T02:15:48.565Z] dd9c8f8612c8: Waiting [2025-07-04T02:15:48.565Z] ac28966a159c: Layer already exists [2025-07-04T02:15:48.828Z] 5643a156fe11: Layer already exists [2025-07-04T02:15:48.828Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:15:48.828Z] a42972972b0b: Pushed [2025-07-04T02:15:48.828Z] 68f038b7ec83: Pushed [2025-07-04T02:15:49.421Z] 54f2f2611a3d: Pushed [2025-07-04T02:15:57.611Z] a0e0bdab4aec: Pushed [2025-07-04T02:15:57.611Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:6d271861afab8cf3f159887c9ce617a888fb1d57a52608126bf539cf9bc0405e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:57.963Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:58.319Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-07-04T02:15:58.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-07-04T02:15:58.319Z] a42972972b0b: Preparing [2025-07-04T02:15:58.319Z] a0e0bdab4aec: Preparing [2025-07-04T02:15:58.319Z] ac28966a159c: Preparing [2025-07-04T02:15:58.319Z] 5643a156fe11: Preparing [2025-07-04T02:15:58.319Z] 68f038b7ec83: Preparing [2025-07-04T02:15:58.319Z] 54f2f2611a3d: Preparing [2025-07-04T02:15:58.319Z] dd9c8f8612c8: Preparing [2025-07-04T02:15:58.319Z] 54f2f2611a3d: Waiting [2025-07-04T02:15:58.319Z] dd9c8f8612c8: Waiting [2025-07-04T02:15:58.319Z] ac28966a159c: Layer already exists [2025-07-04T02:15:58.319Z] a42972972b0b: Layer already exists [2025-07-04T02:15:58.319Z] 68f038b7ec83: Layer already exists [2025-07-04T02:15:58.319Z] a0e0bdab4aec: Layer already exists [2025-07-04T02:15:58.319Z] 5643a156fe11: Layer already exists [2025-07-04T02:15:58.319Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:15:58.319Z] 54f2f2611a3d: Layer already exists [2025-07-04T02:15:58.319Z] latest: digest: sha256:6d271861afab8cf3f159887c9ce617a888fb1d57a52608126bf539cf9bc0405e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:58.948Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:59.303Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.35 [2025-07-04T02:15:59.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-07-04T02:15:59.303Z] a42972972b0b: Preparing [2025-07-04T02:15:59.303Z] a0e0bdab4aec: Preparing [2025-07-04T02:15:59.303Z] ac28966a159c: Preparing [2025-07-04T02:15:59.303Z] 5643a156fe11: Preparing [2025-07-04T02:15:59.303Z] 68f038b7ec83: Preparing [2025-07-04T02:15:59.303Z] 54f2f2611a3d: Preparing [2025-07-04T02:15:59.303Z] dd9c8f8612c8: Preparing [2025-07-04T02:15:59.303Z] 54f2f2611a3d: Waiting [2025-07-04T02:15:59.303Z] dd9c8f8612c8: Waiting [2025-07-04T02:15:59.303Z] a42972972b0b: Layer already exists [2025-07-04T02:15:59.303Z] ac28966a159c: Layer already exists [2025-07-04T02:15:59.303Z] 68f038b7ec83: Layer already exists [2025-07-04T02:15:59.303Z] 5643a156fe11: Layer already exists [2025-07-04T02:15:59.303Z] a0e0bdab4aec: Layer already exists [2025-07-04T02:15:59.303Z] 54f2f2611a3d: Layer already exists [2025-07-04T02:15:59.303Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:15:59.568Z] 4.1.0-dev.35: digest: sha256:6d271861afab8cf3f159887c9ce617a888fb1d57a52608126bf539cf9bc0405e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:15:59.916Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:16:00.266Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:16:00.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-07-04T02:16:00.266Z] a42972972b0b: Preparing [2025-07-04T02:16:00.266Z] a0e0bdab4aec: Preparing [2025-07-04T02:16:00.266Z] ac28966a159c: Preparing [2025-07-04T02:16:00.266Z] 5643a156fe11: Preparing [2025-07-04T02:16:00.266Z] 68f038b7ec83: Preparing [2025-07-04T02:16:00.266Z] 54f2f2611a3d: Preparing [2025-07-04T02:16:00.266Z] dd9c8f8612c8: Preparing [2025-07-04T02:16:00.266Z] 54f2f2611a3d: Waiting [2025-07-04T02:16:00.266Z] ac28966a159c: Layer already exists [2025-07-04T02:16:00.266Z] a0e0bdab4aec: Layer already exists [2025-07-04T02:16:00.266Z] 68f038b7ec83: Layer already exists [2025-07-04T02:16:00.266Z] a42972972b0b: Layer already exists [2025-07-04T02:16:00.266Z] 5643a156fe11: Layer already exists [2025-07-04T02:16:00.266Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:16:00.266Z] 54f2f2611a3d: Layer already exists [2025-07-04T02:16:00.266Z] 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:6d271861afab8cf3f159887c9ce617a888fb1d57a52608126bf539cf9bc0405e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:16:00.610Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:16:00.966Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-07-04T02:16:00.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-07-04T02:16:00.966Z] a42972972b0b: Preparing [2025-07-04T02:16:00.966Z] a0e0bdab4aec: Preparing [2025-07-04T02:16:00.966Z] ac28966a159c: Preparing [2025-07-04T02:16:00.966Z] 5643a156fe11: Preparing [2025-07-04T02:16:00.966Z] 68f038b7ec83: Preparing [2025-07-04T02:16:00.966Z] 54f2f2611a3d: Preparing [2025-07-04T02:16:00.966Z] dd9c8f8612c8: Preparing [2025-07-04T02:16:00.966Z] 54f2f2611a3d: Waiting [2025-07-04T02:16:00.966Z] dd9c8f8612c8: Waiting [2025-07-04T02:16:00.966Z] a42972972b0b: Layer already exists [2025-07-04T02:16:00.966Z] 68f038b7ec83: Layer already exists [2025-07-04T02:16:00.966Z] a0e0bdab4aec: Layer already exists [2025-07-04T02:16:00.966Z] 5643a156fe11: Layer already exists [2025-07-04T02:16:00.966Z] ac28966a159c: Layer already exists [2025-07-04T02:16:00.966Z] dd9c8f8612c8: Layer already exists [2025-07-04T02:16:00.966Z] 54f2f2611a3d: Layer already exists [2025-07-04T02:16:01.231Z] main: digest: sha256:6d271861afab8cf3f159887c9ce617a888fb1d57a52608126bf539cf9bc0405e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-04T02:16:01.312Z] ===================================================== [Pipeline] echo [2025-07-04T02:16:01.326Z] taggedImages: [2025-07-04T02:16:01.326Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [2025-07-04T02:16:01.326Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-07-04T02:16:01.326Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.35 [2025-07-04T02:16:01.326Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [2025-07-04T02:16:01.326Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-07-04T02:16:01.345Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo [2025-07-04T02:16:01.357Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-07-04T02:16:01.372Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.385Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.399Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-07-04T02:16:01.410Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo [2025-07-04T02:16:01.426Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-07-04T02:16:01.437Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.449Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.460Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-07-04T02:16:01.474Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo [2025-07-04T02:16:01.487Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-07-04T02:16:01.500Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.511Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.521Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-07-04T02:16:01.535Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo [2025-07-04T02:16:01.547Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-07-04T02:16:01.558Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.571Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.587Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-07-04T02:16:01.599Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo [2025-07-04T02:16:01.613Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-07-04T02:16:01.625Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.636Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.648Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-07-04T02:16:01.659Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo [2025-07-04T02:16:01.670Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-07-04T02:16:01.681Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.690Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.707Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-07-04T02:16:01.719Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo [2025-07-04T02:16:01.733Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-07-04T02:16:01.744Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.760Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.774Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-07-04T02:16:01.790Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo [2025-07-04T02:16:01.804Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-07-04T02:16:01.819Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.832Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.848Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-07-04T02:16:01.861Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo [2025-07-04T02:16:01.879Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-07-04T02:16:01.893Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.907Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.921Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-07-04T02:16:01.933Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo [2025-07-04T02:16:01.943Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-07-04T02:16:01.952Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.966Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:01.980Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-07-04T02:16:01.990Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo [2025-07-04T02:16:02.000Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-07-04T02:16:02.013Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:02.025Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:02.036Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-07-04T02:16:02.050Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo [2025-07-04T02:16:02.065Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-07-04T02:16:02.081Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:02.095Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:02.110Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-07-04T02:16:02.127Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo [2025-07-04T02:16:02.139Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-07-04T02:16:02.152Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:02.169Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:02.182Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-07-04T02:16:02.195Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo [2025-07-04T02:16:02.206Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-07-04T02:16:02.222Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:02.235Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:02.250Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-07-04T02:16:02.262Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo [2025-07-04T02:16:02.273Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-07-04T02:16:02.290Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:02.305Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:16:02.320Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:16:02.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-04T02:16:02.730Z] [2025-07-04T02:16:02.730Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:16:03.061Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-04T02:16:03.061Z] arm64: Pulling from edgex-lftools-log-publisher [2025-07-04T02:16:03.061Z] 8998bd30e6a1: Pulling fs layer [2025-07-04T02:16:03.061Z] 04944245beec: Pulling fs layer [2025-07-04T02:16:03.061Z] 699f458cf7ca: Pulling fs layer [2025-07-04T02:16:03.061Z] 765212b225bb: Pulling fs layer [2025-07-04T02:16:03.061Z] f23df028b6ca: Pulling fs layer [2025-07-04T02:16:03.061Z] d65c8cfc05b1: Pulling fs layer [2025-07-04T02:16:03.061Z] 2437ff75d9bd: Pulling fs layer [2025-07-04T02:16:03.061Z] 765212b225bb: Waiting [2025-07-04T02:16:03.061Z] f23df028b6ca: Waiting [2025-07-04T02:16:03.061Z] 2437ff75d9bd: Waiting [2025-07-04T02:16:03.062Z] d65c8cfc05b1: Waiting [2025-07-04T02:16:03.326Z] 04944245beec: Verifying Checksum [2025-07-04T02:16:03.326Z] 04944245beec: Download complete [2025-07-04T02:16:03.326Z] 765212b225bb: Verifying Checksum [2025-07-04T02:16:03.326Z] 765212b225bb: Download complete [2025-07-04T02:16:03.326Z] f23df028b6ca: Verifying Checksum [2025-07-04T02:16:03.326Z] f23df028b6ca: Download complete [2025-07-04T02:16:03.326Z] d65c8cfc05b1: Download complete [2025-07-04T02:16:03.592Z] 699f458cf7ca: Verifying Checksum [2025-07-04T02:16:03.592Z] 699f458cf7ca: Download complete [2025-07-04T02:16:03.857Z] 8998bd30e6a1: Verifying Checksum [2025-07-04T02:16:03.857Z] 8998bd30e6a1: Download complete [2025-07-04T02:16:06.426Z] 2437ff75d9bd: Verifying Checksum [2025-07-04T02:16:08.356Z] 8998bd30e6a1: Pull complete [2025-07-04T02:16:08.936Z] 04944245beec: Pull complete [2025-07-04T02:16:10.871Z] 699f458cf7ca: Pull complete [2025-07-04T02:16:10.871Z] 765212b225bb: Pull complete [2025-07-04T02:16:12.274Z] f23df028b6ca: Pull complete [2025-07-04T02:16:12.538Z] d65c8cfc05b1: Pull complete [2025-07-04T02:16:30.726Z] 2437ff75d9bd: Pull complete [2025-07-04T02:16:30.726Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-07-04T02:16:30.726Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-04T02:16:30.726Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-04T02:16:30.943Z] prd-ubuntu20.04-docker-arm64-4c-16g-4495 does not seem to be running inside a container [2025-07-04T02:16:30.988Z] $ 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/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-07-04T02:16:32.487Z] $ docker top 9a3e2e4add486bfb72c31be8e378e8cafd56c0d3db02c237612b345ece664a5c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-04T02:16:33.424Z] ---> job-cost.sh [2025-07-04T02:16:33.424Z] lf-activate-venv: SKIPPING [2025-07-04T02:16:33.424Z] INFO: No Stack... [2025-07-04T02:16:34.002Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-07-04T02:16:34.964Z] INFO: Archiving Costs [Pipeline] sh [2025-07-04T02:16:35.594Z] + cat /w/workspace/edgex-go/867/archives/cost.csv [2025-07-04T02:16:35.595Z] + cut -d, -f6 [Pipeline] lock [2025-07-04T02:16:35.658Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-867-stack-cost] [2025-07-04T02:16:35.667Z] Resource [jenkins-edgexfoundry-edgex-go-main-867-stack-cost] did not exist. Created. [2025-07-04T02:16:35.672Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-867-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-04T02:16:36.323Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-07-04T02:16:37.070Z] Stashed 1 file(s) [Pipeline] } [2025-07-04T02:16:37.081Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-867-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-04T02:16:37.098Z] $ docker stop --time=1 9a3e2e4add486bfb72c31be8e378e8cafd56c0d3db02c237612b345ece664a5c [2025-07-04T02:16:38.607Z] $ docker rm -f --volumes 9a3e2e4add486bfb72c31be8e378e8cafd56c0d3db02c237612b345ece664a5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-07-04T02:16:39.203Z] provisioning config files... [2025-07-04T02:16:39.210Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/867@tmp/config16740661292460715075tmp [Pipeline] { [Pipeline] sh [2025-07-04T02:16:39.507Z] + set +x [2025-07-04T02:16:39.508Z] + curl -s https://codecov.io/bash [2025-07-04T02:16:39.508Z] + bash -s -- [2025-07-04T02:16:39.508Z] [2025-07-04T02:16:39.508Z] _____ _ [2025-07-04T02:16:39.508Z] / ____| | | [2025-07-04T02:16:39.508Z] | | ___ __| | ___ ___ _____ __ [2025-07-04T02:16:39.508Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-07-04T02:16:39.508Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-07-04T02:16:39.508Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-07-04T02:16:39.508Z] Bash-1.0.6 [2025-07-04T02:16:39.508Z] [2025-07-04T02:16:39.508Z] [2025-07-04T02:16:39.508Z] ==> git version 2.25.1 found [2025-07-04T02:16:39.508Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-07-04T02:16:39.508Z] Release-Date: 2020-01-08 [2025-07-04T02:16:39.508Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-07-04T02:16:39.508Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-07-04T02:16:39.508Z] ==> Jenkins CI detected. [2025-07-04T02:16:39.768Z] current dir:  /w/workspace/edgex-go/867 [2025-07-04T02:16:39.768Z] project root: . [2025-07-04T02:16:39.768Z] --> token set from env [2025-07-04T02:16:39.768Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-07-04T02:16:39.768Z] ==> Running gcov in . (disable via -X gcov) [2025-07-04T02:16:39.768Z] ==> Python coveragepy not found [2025-07-04T02:16:39.768Z] ==> Searching for coverage reports in: [2025-07-04T02:16:39.768Z] + . [2025-07-04T02:16:39.768Z] -> Found 1 reports [2025-07-04T02:16:39.768Z] ==> Detecting git/mercurial file structure [2025-07-04T02:16:39.768Z] ==> Reading reports [2025-07-04T02:16:39.768Z] + ./coverage.out bytes=1666030 [2025-07-04T02:16:39.768Z] ==> Appending adjustments [2025-07-04T02:16:39.768Z] https://docs.codecov.io/docs/fixing-reports [2025-07-04T02:16:41.678Z] + Found adjustments [2025-07-04T02:16:41.678Z] ==> Gzipping contents [2025-07-04T02:16:41.678Z] 140K /tmp/codecov.hLKLhB.gz [2025-07-04T02:16:41.678Z] ==> Uploading reports [2025-07-04T02:16:41.678Z] url: https://codecov.io [2025-07-04T02:16:41.678Z] query: branch=main&commit=2a66c938598a16446a2d6239f2ebc3721c7459d7&build=867&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F867%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-04T02:16:41.678Z] -> Pinging Codecov [2025-07-04T02:16:41.678Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=2a66c938598a16446a2d6239f2ebc3721c7459d7&build=867&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F867%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-04T02:16:41.678Z] -> Uploading to [2025-07-04T02:16:41.678Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/2a66c938598a16446a2d6239f2ebc3721c7459d7/d0e89587-0eb9-4080-b96e-838cf83add4a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250704%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250704T021641Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=f70bbd78afe9d03c16eb8b0060015d72ec705f516de06e742af5c01614f61f90 [2025-07-04T02:16:41.678Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-04T02:16:41.678Z] Dload Upload Total Spent Left Speed [2025-07-04T02:16:41.938Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 369k --:--:-- --:--:-- --:--:-- 369k [2025-07-04T02:16:42.198Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [2025-07-04T02:16:42.206Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-07-04T02:16:42.471Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-07-04T02:16:42.488Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:16:42.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-04T02:16:42.799Z] [2025-07-04T02:16:42.799Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:16:43.112Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-04T02:16:44.051Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-07-04T02:16:44.988Z] 0a9a5dfd008f: Already exists [2025-07-04T02:16:45.573Z] 36466aa92d05: Already exists [2025-07-04T02:16:45.832Z] e10405b45d13: Already exists [2025-07-04T02:16:46.402Z] 096b7ceb2af7: Already exists [2025-07-04T02:16:46.971Z] 4f4fb700ef54: Already exists [2025-07-04T02:16:47.540Z] e50aa161e22a: Pulling fs layer [2025-07-04T02:16:47.540Z] d3c8db5fb9df: Pulling fs layer [2025-07-04T02:16:47.540Z] e50aa161e22a: Verifying Checksum [2025-07-04T02:16:47.540Z] e50aa161e22a: Download complete [2025-07-04T02:16:49.477Z] d3c8db5fb9df: Verifying Checksum [2025-07-04T02:16:49.477Z] d3c8db5fb9df: Download complete [2025-07-04T02:16:49.477Z] e50aa161e22a: Pull complete [2025-07-04T02:16:54.768Z] d3c8db5fb9df: Pull complete [2025-07-04T02:16:55.027Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-07-04T02:16:55.286Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-04T02:16:55.286Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-04T02:16:55.416Z] prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container [2025-07-04T02:16:55.468Z] $ 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/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-07-04T02:17:02.411Z] $ docker top 183b0545d0b07ceba00827cb6e5cc11b17eaa0c79f31350208f4e57b3ef59d9e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-04T02:17:02.766Z] + git config --global --add safe.directory /w/workspace/edgex-go/867 [Pipeline] echo [2025-07-04T02:17:02.775Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-07-04T02:17:03.056Z] + set -o pipefail [2025-07-04T02:17:03.056Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-07-04T02:17:13.036Z] [2025-07-04T02:17:13.036Z] Monitoring /w/workspace/edgex-go/867 (github.com/edgexfoundry/edgex-go)... [2025-07-04T02:17:13.036Z] [2025-07-04T02:17:13.036Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/c08ca1ff-6889-45b9-8deb-b4a4d0111710 [2025-07-04T02:17:13.036Z] [2025-07-04T02:17:13.036Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-07-04T02:17:13.036Z] [Pipeline] } [2025-07-04T02:17:13.606Z] $ docker stop --time=1 183b0545d0b07ceba00827cb6e5cc11b17eaa0c79f31350208f4e57b3ef59d9e [2025-07-04T02:17:17.820Z] $ docker rm -f --volumes 183b0545d0b07ceba00827cb6e5cc11b17eaa0c79f31350208f4e57b3ef59d9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-07-04T02:17:18.373Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-04T02:17:18.395Z] provisioning config files... [2025-07-04T02:17:18.403Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/867@tmp/config5483737130348891854tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-04T02:17:18.706Z] --> edgex-publish-swagger.sh [2025-07-04T02:17:18.706Z] === Publish openapi API === [2025-07-04T02:17:18.706Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-07-04T02:17:18.706Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/867/openapi/core-command.yaml] [2025-07-04T02:17:18.706Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-04T02:17:18.706Z] Dload Upload Total Spent Left Speed [2025-07-04T02:17:18.965Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 240 118k --:--:-- --:--:-- --:--:-- 118k [2025-07-04T02:17:18.965Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-04T02:17:18.965Z] [2025-07-04T02:17:18.965Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/867/openapi/core-data.yaml] [2025-07-04T02:17:18.965Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-04T02:17:18.965Z] Dload Upload Total Spent Left Speed [2025-07-04T02:17:18.965Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70050 100 66 100 69984 415 429k --:--:-- --:--:-- --:--:-- 430k [2025-07-04T02:17:18.965Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-04T02:17:18.965Z] [2025-07-04T02:17:18.965Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/867/openapi/core-keeper.yaml] [2025-07-04T02:17:18.965Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-04T02:17:18.965Z] Dload Upload Total Spent Left Speed [2025-07-04T02:17:19.224Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 488 218k --:--:-- --:--:-- --:--:-- 219k [2025-07-04T02:17:19.224Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-04T02:17:19.224Z] [2025-07-04T02:17:19.224Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/867/openapi/core-metadata.yaml] [2025-07-04T02:17:19.224Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-04T02:17:19.224Z] Dload Upload Total Spent Left Speed [2025-07-04T02:17:19.483Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 230 548k --:--:-- --:--:-- --:--:-- 548k [2025-07-04T02:17:19.483Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-04T02:17:19.483Z] [2025-07-04T02:17:19.483Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/867/openapi/security-proxy-auth.yaml] [2025-07-04T02:17:19.483Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-04T02:17:19.483Z] Dload Upload Total Spent Left Speed [2025-07-04T02:17:19.741Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24469 0 0 100 24469 0 118k --:--:-- --:--:-- --:--:-- 117k 100 24535 100 66 100 24469 246 91302 --:--:-- --:--:-- --:--:-- 91208 [2025-07-04T02:17:19.741Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-04T02:17:19.741Z] [2025-07-04T02:17:19.741Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/867/openapi/security-secretstore-setup.yaml] [2025-07-04T02:17:19.741Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-04T02:17:19.741Z] Dload Upload Total Spent Left Speed [2025-07-04T02:17:20.001Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 584 34628 --:--:-- --:--:-- --:--:-- 35212 [2025-07-04T02:17:20.001Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-04T02:17:20.001Z] [2025-07-04T02:17:20.001Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/867/openapi/support-notifications.yaml] [2025-07-04T02:17:20.001Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-04T02:17:20.001Z] Dload Upload Total Spent Left Speed [2025-07-04T02:17:20.001Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 428 633k --:--:-- --:--:-- --:--:-- 638k [2025-07-04T02:17:20.001Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-04T02:17:20.001Z] [2025-07-04T02:17:20.001Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/867/openapi/support-scheduler.yaml] [2025-07-04T02:17:20.001Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-04T02:17:20.001Z] Dload Upload Total Spent Left Speed [2025-07-04T02:17:20.265Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 474 356k --:--:-- --:--:-- --:--:-- 356k [2025-07-04T02:17:20.265Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-07-04T02:17:20.265Z] [Pipeline] } [2025-07-04T02:17:20.270Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2025-07-04T02:17:20.694Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-04T02:17:20.694Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:17:20.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-04T02:17:20.997Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-04T02:17:21.077Z] prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container [2025-07-04T02:17:21.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-04T02:17:21.421Z] $ docker top 8d0184ef81da6de74e96c81b55e1845375481bece9902a2b79f9295043ac2fee -eo pid,comm [2025-07-04T02:17:21.473Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-07-04T02:17:21.473Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-04T02:17:21.537Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-04T02:17:21.537Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-04T02:17:21.642Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-04T02:17:21.638Z] $ docker exec 8d0184ef81da6de74e96c81b55e1845375481bece9902a2b79f9295043ac2fee ssh-agent [2025-07-04T02:17:21.744Z] SSH_AUTH_SOCK=/tmp/ssh-QJzs7nKwYce5/agent.32 [2025-07-04T02:17:21.744Z] SSH_AGENT_PID=38 [2025-07-04T02:17:21.748Z] Running ssh-add (command line suppressed) [2025-07-04T02:17:21.833Z] Identity added: /w/workspace/edgex-go/867@tmp/private_key_15668459284384785110.key (/w/workspace/edgex-go/867@tmp/private_key_15668459284384785110.key) [2025-07-04T02:17:21.855Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-04T02:17:22.150Z] + git semver tag [2025-07-04T02:17:22.410Z] 2025-07-04 02:17:22,357 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-04T02:17:22.410Z] 2025-07-04 02:17:22,362 [run_tag] DEBUG tag force:False [2025-07-04T02:17:22.410Z] 2025-07-04 02:17:22,362 [check_head_tag] DEBUG check head tag [2025-07-04T02:17:22.410Z] 2025-07-04 02:17:22,363 [execute] INFO git cat-file --batch-check [2025-07-04T02:17:22.410Z] 2025-07-04 02:17:22,363 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/867, stdin=, shell=False, universal_newlines=False) [2025-07-04T02:17:22.410Z] 2025-07-04 02:17:22,365 [execute] INFO git cat-file --batch [2025-07-04T02:17:22.410Z] 2025-07-04 02:17:22,365 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/867, stdin=, shell=False, universal_newlines=False) [2025-07-04T02:17:22.410Z] 2025-07-04 02:17:22,383 [read_version] DEBUG read version from /w/workspace/edgex-go/867/.semver/main [2025-07-04T02:17:22.410Z] 2025-07-04 02:17:22,383 [execute] INFO git tag -a v4.1.0-dev.35 -m v4.1.0-dev.35 [2025-07-04T02:17:22.410Z] 2025-07-04 02:17:22,383 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.35', '-m', 'v4.1.0-dev.35'], cwd=/w/workspace/edgex-go/867, stdin=None, shell=False, universal_newlines=False) [2025-07-04T02:17:22.410Z] 2025-07-04 02:17:22,387 [read_version] DEBUG read version from /w/workspace/edgex-go/867/.semver/main [2025-07-04T02:17:22.410Z] 4.1.0-dev.35 [Pipeline] } [2025-07-04T02:17:22.671Z] $ docker exec --env ******** --env ******** 8d0184ef81da6de74e96c81b55e1845375481bece9902a2b79f9295043ac2fee ssh-agent -k [2025-07-04T02:17:22.773Z] unset SSH_AUTH_SOCK; [2025-07-04T02:17:22.774Z] unset SSH_AGENT_PID; [2025-07-04T02:17:22.774Z] echo Agent pid 38 killed; [2025-07-04T02:17:22.791Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-04T02:17:23.118Z] + git semver [Pipeline] } [2025-07-04T02:17:23.382Z] $ docker stop --time=1 8d0184ef81da6de74e96c81b55e1845375481bece9902a2b79f9295043ac2fee [2025-07-04T02:17:24.676Z] $ docker rm -f --volumes 8d0184ef81da6de74e96c81b55e1845375481bece9902a2b79f9295043ac2fee [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:17:25.092Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-04T02:17:25.092Z] [2025-07-04T02:17:25.092Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:17:25.414Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-04T02:17:25.414Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-07-04T02:17:25.414Z] ab5ef0e58194: Pulling fs layer [2025-07-04T02:17:25.414Z] 9712f1f96733: Pulling fs layer [2025-07-04T02:17:25.414Z] 63f879dbbcfc: Pulling fs layer [2025-07-04T02:17:25.414Z] 0d9ebad4ef96: Pulling fs layer [2025-07-04T02:17:25.414Z] 0d9ebad4ef96: Waiting [2025-07-04T02:17:25.414Z] e9a5061849ea: Pulling fs layer [2025-07-04T02:17:25.414Z] d747dcd14b5f: Pulling fs layer [2025-07-04T02:17:25.414Z] e9a5061849ea: Waiting [2025-07-04T02:17:25.414Z] 2de7ff778b66: Pulling fs layer [2025-07-04T02:17:25.414Z] d747dcd14b5f: Waiting [2025-07-04T02:17:25.414Z] 2de7ff778b66: Waiting [2025-07-04T02:17:25.414Z] 9712f1f96733: Download complete [2025-07-04T02:17:25.679Z] 63f879dbbcfc: Verifying Checksum [2025-07-04T02:17:25.679Z] 63f879dbbcfc: Download complete [2025-07-04T02:17:25.936Z] e9a5061849ea: Verifying Checksum [2025-07-04T02:17:25.936Z] e9a5061849ea: Download complete [2025-07-04T02:17:25.936Z] d747dcd14b5f: Verifying Checksum [2025-07-04T02:17:25.936Z] d747dcd14b5f: Download complete [2025-07-04T02:17:25.936Z] ab5ef0e58194: Verifying Checksum [2025-07-04T02:17:25.936Z] ab5ef0e58194: Download complete [2025-07-04T02:17:25.936Z] 0d9ebad4ef96: Verifying Checksum [2025-07-04T02:17:25.936Z] 0d9ebad4ef96: Download complete [2025-07-04T02:17:25.936Z] 2de7ff778b66: Verifying Checksum [2025-07-04T02:17:25.936Z] 2de7ff778b66: Download complete [2025-07-04T02:17:29.217Z] ab5ef0e58194: Pull complete [2025-07-04T02:17:29.217Z] 9712f1f96733: Pull complete [2025-07-04T02:17:30.150Z] 63f879dbbcfc: Pull complete [2025-07-04T02:17:35.413Z] 0d9ebad4ef96: Pull complete [2025-07-04T02:17:35.413Z] e9a5061849ea: Pull complete [2025-07-04T02:17:35.413Z] d747dcd14b5f: Pull complete [2025-07-04T02:17:36.348Z] 2de7ff778b66: Pull complete [2025-07-04T02:17:36.348Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-07-04T02:17:36.348Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-04T02:17:36.348Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-04T02:17:36.444Z] prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container [2025-07-04T02:17:36.463Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-07-04T02:17:41.289Z] $ docker top bef85c7b551c86c22fe3756b58267df44f2a3b23127a68011fad549377f5610a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-07-04T02:17:41.373Z] provisioning config files... [2025-07-04T02:17:41.379Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/867@tmp/config10873492016199197018tmp [2025-07-04T02:17:41.388Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/867@tmp/config1045456132727471308tmp [2025-07-04T02:17:41.397Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/867@tmp/config7872496491013559266tmp [Pipeline] { [Pipeline] echo [2025-07-04T02:17:41.424Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-04T02:17:41.721Z] ---> sigul-configuration.sh [2025-07-04T02:17:41.721Z] gpg: directory `/root/.gnupg' created [2025-07-04T02:17:41.721Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-07-04T02:17:41.721Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-07-04T02:17:41.721Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-07-04T02:17:41.721Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-07-04T02:17:41.721Z] gpg: CAST5 encrypted data [2025-07-04T02:17:41.721Z] gpg: encrypted with 1 passphrase [2025-07-04T02:17:41.721Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-07-04T02:17:42.019Z] + mkdir /home/jenkins [2025-07-04T02:17:42.019Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-07-04T02:17:42.310Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-07-04T02:17:42.326Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-04T02:17:42.617Z] ---> sigul-install.sh [2025-07-04T02:17:42.617Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-07-04T02:17:42.916Z] + git tag --list [2025-07-04T02:17:42.916Z] 0.6.0 [2025-07-04T02:17:42.916Z] 0.6.1 [2025-07-04T02:17:42.916Z] 0.7.0 [2025-07-04T02:17:42.916Z] 0.7.1 [2025-07-04T02:17:42.916Z] v1.0.0 [2025-07-04T02:17:42.916Z] v1.0.1 [2025-07-04T02:17:42.916Z] v1.1.0 [2025-07-04T02:17:42.916Z] v1.2.0 [2025-07-04T02:17:42.916Z] v1.2.1 [2025-07-04T02:17:42.916Z] v1.3.0 [2025-07-04T02:17:42.916Z] v1.3.1 [2025-07-04T02:17:42.916Z] v2.0.0 [2025-07-04T02:17:42.916Z] v2.1.0 [2025-07-04T02:17:42.916Z] v2.1.1 [2025-07-04T02:17:42.916Z] v2.2.0 [2025-07-04T02:17:42.916Z] v2.3.0 [2025-07-04T02:17:42.916Z] v3.0 [2025-07-04T02:17:42.916Z] v3.0.0 [2025-07-04T02:17:42.916Z] v3.1 [2025-07-04T02:17:42.916Z] v3.1.0 [2025-07-04T02:17:42.916Z] v3.1.1 [2025-07-04T02:17:42.916Z] v4.0 [2025-07-04T02:17:42.916Z] v4.0.0 [2025-07-04T02:17:42.916Z] v4.0.1 [2025-07-04T02:17:42.916Z] v4.0.1-dev.1 [2025-07-04T02:17:42.916Z] v4.1.0-dev.1 [2025-07-04T02:17:42.916Z] v4.1.0-dev.10 [2025-07-04T02:17:42.916Z] v4.1.0-dev.11 [2025-07-04T02:17:42.916Z] v4.1.0-dev.12 [2025-07-04T02:17:42.916Z] v4.1.0-dev.13 [2025-07-04T02:17:42.916Z] v4.1.0-dev.14 [2025-07-04T02:17:42.916Z] v4.1.0-dev.15 [2025-07-04T02:17:42.916Z] v4.1.0-dev.16 [2025-07-04T02:17:42.916Z] v4.1.0-dev.17 [2025-07-04T02:17:42.916Z] v4.1.0-dev.18 [2025-07-04T02:17:42.916Z] v4.1.0-dev.19 [2025-07-04T02:17:42.916Z] v4.1.0-dev.2 [2025-07-04T02:17:42.916Z] v4.1.0-dev.20 [2025-07-04T02:17:42.916Z] v4.1.0-dev.21 [2025-07-04T02:17:42.916Z] v4.1.0-dev.22 [2025-07-04T02:17:42.916Z] v4.1.0-dev.23 [2025-07-04T02:17:42.916Z] v4.1.0-dev.24 [2025-07-04T02:17:42.916Z] v4.1.0-dev.25 [2025-07-04T02:17:42.916Z] v4.1.0-dev.26 [2025-07-04T02:17:42.916Z] v4.1.0-dev.27 [2025-07-04T02:17:42.916Z] v4.1.0-dev.28 [2025-07-04T02:17:42.916Z] v4.1.0-dev.29 [2025-07-04T02:17:42.916Z] v4.1.0-dev.3 [2025-07-04T02:17:42.916Z] v4.1.0-dev.30 [2025-07-04T02:17:42.916Z] v4.1.0-dev.31 [2025-07-04T02:17:42.916Z] v4.1.0-dev.32 [2025-07-04T02:17:42.916Z] v4.1.0-dev.33 [2025-07-04T02:17:42.916Z] v4.1.0-dev.34 [2025-07-04T02:17:42.916Z] v4.1.0-dev.35 [2025-07-04T02:17:42.916Z] v4.1.0-dev.4 [2025-07-04T02:17:42.916Z] v4.1.0-dev.5 [2025-07-04T02:17:42.916Z] v4.1.0-dev.6 [2025-07-04T02:17:42.916Z] v4.1.0-dev.7 [2025-07-04T02:17:42.916Z] v4.1.0-dev.8 [2025-07-04T02:17:42.916Z] v4.1.0-dev.9 [Pipeline] sh [2025-07-04T02:17:43.211Z] + lftools sign git-tag v4.1.0-dev.35 [2025-07-04T02:17:43.778Z] Signing Git tag with Sigul... [2025-07-04T02:17:43.778Z] Signing v4.1.0-dev.35 [Pipeline] echo [2025-07-04T02:17:44.415Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-04T02:17:44.743Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-07-04T02:17:44.766Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-07-04T02:17:44.811Z] $ docker stop --time=1 bef85c7b551c86c22fe3756b58267df44f2a3b23127a68011fad549377f5610a [2025-07-04T02:17:46.370Z] $ docker rm -f --volumes bef85c7b551c86c22fe3756b58267df44f2a3b23127a68011fad549377f5610a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-07-04T02:17:46.946Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-04T02:17:46.946Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:17:47.251Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-04T02:17:47.251Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-04T02:17:47.326Z] prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container [2025-07-04T02:17:47.348Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-04T02:17:48.243Z] $ docker top 4a1e204409ee506eb6bbc22d1cfcac40bfe2faf6d49cda5dfbb55b1b970d8e36 -eo pid,comm [2025-07-04T02:17:48.291Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-07-04T02:17:48.291Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-04T02:17:48.345Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-04T02:17:48.345Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-04T02:17:48.446Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-04T02:17:48.440Z] $ docker exec 4a1e204409ee506eb6bbc22d1cfcac40bfe2faf6d49cda5dfbb55b1b970d8e36 ssh-agent [2025-07-04T02:17:48.554Z] SSH_AUTH_SOCK=/tmp/ssh-tF7XJ11UNC1Y/agent.14 [2025-07-04T02:17:48.554Z] SSH_AGENT_PID=20 [2025-07-04T02:17:48.559Z] Running ssh-add (command line suppressed) [2025-07-04T02:17:48.644Z] Identity added: /w/workspace/edgex-go/867@tmp/private_key_5123695162405662352.key (/w/workspace/edgex-go/867@tmp/private_key_5123695162405662352.key) [2025-07-04T02:17:48.665Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-04T02:17:48.956Z] + git semver bump pre [2025-07-04T02:17:49.214Z] 2025-07-04 02:17:49,175 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-04T02:17:49.214Z] 2025-07-04 02:17:49,178 [read_version] DEBUG read version from /w/workspace/edgex-go/867/.semver/main [2025-07-04T02:17:49.214Z] 2025-07-04 02:17:49,178 [bump_version] DEBUG bumping version:4.1.0-dev.35 on axis:pre with prefix:dev [2025-07-04T02:17:49.214Z] 2025-07-04 02:17:49,178 [bump_version] DEBUG bumped version:4.1.0-dev.36 [2025-07-04T02:17:49.214Z] 2025-07-04 02:17:49,178 [write_version] DEBUG write version:4.1.0-dev.36 to path:/w/workspace/edgex-go/867/.semver/main with force:True [2025-07-04T02:17:49.214Z] 2025-07-04 02:17:49,178 [read_version] DEBUG read version from /w/workspace/edgex-go/867/.semver/main [2025-07-04T02:17:49.214Z] 2025-07-04 02:17:49,178 [write_file] DEBUG write to file:/w/workspace/edgex-go/867/.semver/main [2025-07-04T02:17:49.214Z] 2025-07-04 02:17:49,180 [execute] INFO git cat-file --batch-check [2025-07-04T02:17:49.214Z] 2025-07-04 02:17:49,180 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/867/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-04T02:17:49.214Z] 2025-07-04 02:17:49,183 [execute] INFO git cat-file --batch [2025-07-04T02:17:49.214Z] 2025-07-04 02:17:49,183 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/867/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-04T02:17:49.214Z] 2025-07-04 02:17:49,187 [read_version] DEBUG read version from /w/workspace/edgex-go/867/.semver/main [2025-07-04T02:17:49.214Z] 4.1.0-dev.36 [Pipeline] } [2025-07-04T02:17:49.475Z] $ docker exec --env ******** --env ******** 4a1e204409ee506eb6bbc22d1cfcac40bfe2faf6d49cda5dfbb55b1b970d8e36 ssh-agent -k [2025-07-04T02:17:49.568Z] unset SSH_AUTH_SOCK; [2025-07-04T02:17:49.568Z] unset SSH_AGENT_PID; [2025-07-04T02:17:49.568Z] echo Agent pid 20 killed; [2025-07-04T02:17:49.585Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-04T02:17:49.910Z] + git semver [Pipeline] } [2025-07-04T02:17:50.172Z] $ docker stop --time=1 4a1e204409ee506eb6bbc22d1cfcac40bfe2faf6d49cda5dfbb55b1b970d8e36 [2025-07-04T02:17:51.841Z] $ docker rm -f --volumes 4a1e204409ee506eb6bbc22d1cfcac40bfe2faf6d49cda5dfbb55b1b970d8e36 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-04T02:17:52.333Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-04T02:17:52.333Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:17:52.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-04T02:17:52.633Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-04T02:17:52.715Z] prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container [2025-07-04T02:17:52.736Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-04T02:17:54.217Z] $ docker top c1c89245a203b2d7ca8e239dacb9199f73acf8d7c31a8181b8bf10b3f0d5eb57 -eo pid,comm [2025-07-04T02:17:54.268Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-07-04T02:17:54.268Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-04T02:17:54.327Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-04T02:17:54.327Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-04T02:17:54.439Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-04T02:17:54.434Z] $ docker exec c1c89245a203b2d7ca8e239dacb9199f73acf8d7c31a8181b8bf10b3f0d5eb57 ssh-agent [2025-07-04T02:17:54.582Z] SSH_AUTH_SOCK=/tmp/ssh-gpllEnygNLQm/agent.14 [2025-07-04T02:17:54.582Z] SSH_AGENT_PID=20 [2025-07-04T02:17:54.585Z] Running ssh-add (command line suppressed) [2025-07-04T02:17:54.678Z] Identity added: /w/workspace/edgex-go/867@tmp/private_key_6033584268370808134.key (/w/workspace/edgex-go/867@tmp/private_key_6033584268370808134.key) [2025-07-04T02:17:54.700Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-04T02:17:54.991Z] + git semver push [2025-07-04T02:17:55.250Z] 2025-07-04 02:17:55,196 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-04T02:17:55.509Z] 2025-07-04 02:17:55,255 [run_push] DEBUG push [2025-07-04T02:17:55.509Z] 2025-07-04 02:17:55,256 [execute] INFO git cat-file --batch-check [2025-07-04T02:17:55.509Z] 2025-07-04 02:17:55,257 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/867/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-04T02:17:55.509Z] 2025-07-04 02:17:55,259 [execute] INFO git rev-list 5ffbe157831cd9af93f250b4170e7581dddda636 -- [2025-07-04T02:17:55.509Z] 2025-07-04 02:17:55,259 [execute] DEBUG Popen(['git', 'rev-list', '5ffbe157831cd9af93f250b4170e7581dddda636', '--'], cwd=/w/workspace/edgex-go/867/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-04T02:17:55.509Z] 2025-07-04 02:17:55,280 [execute] INFO git fetch -v -- origin [2025-07-04T02:17:55.509Z] 2025-07-04 02:17:55,280 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/867/.semver, stdin=None, shell=False, universal_newlines=True) [2025-07-04T02:17:55.768Z] 2025-07-04 02:17:55,756 [run_push] DEBUG no remote changes detected [2025-07-04T02:17:55.768Z] 2025-07-04 02:17:55,756 [execute] INFO git push origin semver [2025-07-04T02:17:55.768Z] 2025-07-04 02:17:55,756 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/867/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-04T02:17:56.705Z] 2025-07-04 02:17:56,554 [run_push] DEBUG push all version tags [2025-07-04T02:17:56.705Z] 2025-07-04 02:17:56,555 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-07-04T02:17:56.705Z] 2025-07-04 02:17:56,555 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/867, stdin=None, shell=False, universal_newlines=False) [2025-07-04T02:17:57.273Z] 2025-07-04 02:17:57,228 [read_version] DEBUG read version from /w/workspace/edgex-go/867/.semver/main [2025-07-04T02:17:57.273Z] 4.1.0-dev.36 [Pipeline] } [2025-07-04T02:17:57.273Z] $ docker exec --env ******** --env ******** c1c89245a203b2d7ca8e239dacb9199f73acf8d7c31a8181b8bf10b3f0d5eb57 ssh-agent -k [2025-07-04T02:17:57.373Z] unset SSH_AUTH_SOCK; [2025-07-04T02:17:57.373Z] unset SSH_AGENT_PID; [2025-07-04T02:17:57.373Z] echo Agent pid 20 killed; [2025-07-04T02:17:57.390Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-04T02:17:57.718Z] + git semver [Pipeline] } [2025-07-04T02:17:58.297Z] $ docker stop --time=1 c1c89245a203b2d7ca8e239dacb9199f73acf8d7c31a8181b8bf10b3f0d5eb57 [2025-07-04T02:18:00.400Z] $ docker rm -f --volumes c1c89245a203b2d7ca8e239dacb9199f73acf8d7c31a8181b8bf10b3f0d5eb57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-07-04T02:18:00.979Z] + [ -d /w/workspace/edgex-go/867/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-07-04T02:18:01.264Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-04T02:18:02.124Z] ---> package-listing.sh [2025-07-04T02:18:02.124Z] ++ facter osfamily [2025-07-04T02:18:02.124Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-04T02:18:02.383Z] + OS_FAMILY=debian [2025-07-04T02:18:02.383Z] + workspace=/w/workspace/edgex-go/867 [2025-07-04T02:18:02.383Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-04T02:18:02.383Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-04T02:18:02.383Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-04T02:18:02.383Z] + PACKAGES=/tmp/packages_start.txt [2025-07-04T02:18:02.383Z] + '[' /w/workspace/edgex-go/867 ']' [2025-07-04T02:18:02.383Z] + PACKAGES=/tmp/packages_end.txt [2025-07-04T02:18:02.383Z] + case "${OS_FAMILY}" in [2025-07-04T02:18:02.383Z] + dpkg -l [2025-07-04T02:18:02.383Z] + grep '^ii' [2025-07-04T02:18:02.383Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-04T02:18:02.383Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-04T02:18:02.383Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-04T02:18:02.383Z] + '[' /w/workspace/edgex-go/867 ']' [2025-07-04T02:18:02.383Z] + mkdir -p /w/workspace/edgex-go/867/archives/ [2025-07-04T02:18:02.383Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/867/archives/ [Pipeline] echo [2025-07-04T02:18:02.397Z] 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/867/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-07-04T02:18:02.672Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:18:03.238Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-04T02:18:03.238Z] [2025-07-04T02:18:03.238Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-04T02:18:03.539Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-04T02:18:03.539Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-04T02:18:03.539Z] 5eb5b503b376: Pulling fs layer [2025-07-04T02:18:03.539Z] 5c69ac0246d0: Pulling fs layer [2025-07-04T02:18:03.539Z] ec43610c2a17: Pulling fs layer [2025-07-04T02:18:03.539Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-04T02:18:03.539Z] 33b1e0a273af: Pulling fs layer [2025-07-04T02:18:03.539Z] 5d3b04190fa2: Pulling fs layer [2025-07-04T02:18:03.539Z] 2f39f015ded8: Pulling fs layer [2025-07-04T02:18:03.539Z] 33b1e0a273af: Waiting [2025-07-04T02:18:03.539Z] 5d3b04190fa2: Waiting [2025-07-04T02:18:03.539Z] 2f39f015ded8: Waiting [2025-07-04T02:18:03.539Z] 3a2ae6a8a46f: Waiting [2025-07-04T02:18:03.539Z] 5c69ac0246d0: Verifying Checksum [2025-07-04T02:18:03.539Z] 5c69ac0246d0: Download complete [2025-07-04T02:18:03.539Z] 3a2ae6a8a46f: Download complete [2025-07-04T02:18:03.798Z] 33b1e0a273af: Verifying Checksum [2025-07-04T02:18:03.798Z] 33b1e0a273af: Download complete [2025-07-04T02:18:03.798Z] ec43610c2a17: Verifying Checksum [2025-07-04T02:18:03.798Z] ec43610c2a17: Download complete [2025-07-04T02:18:03.798Z] 5d3b04190fa2: Download complete [2025-07-04T02:18:03.798Z] 5eb5b503b376: Verifying Checksum [2025-07-04T02:18:03.798Z] 5eb5b503b376: Download complete [2025-07-04T02:18:04.735Z] 2f39f015ded8: Download complete [2025-07-04T02:18:05.303Z] 5eb5b503b376: Pull complete [2025-07-04T02:18:05.561Z] 5c69ac0246d0: Pull complete [2025-07-04T02:18:06.128Z] ec43610c2a17: Pull complete [2025-07-04T02:18:06.128Z] 3a2ae6a8a46f: Pull complete [2025-07-04T02:18:06.128Z] 33b1e0a273af: Pull complete [2025-07-04T02:18:06.386Z] 5d3b04190fa2: Pull complete [2025-07-04T02:18:11.655Z] 2f39f015ded8: Pull complete [2025-07-04T02:18:11.655Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-04T02:18:11.655Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-04T02:18:11.655Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-04T02:18:11.767Z] prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container [2025-07-04T02:18:11.788Z] $ 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/867/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/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-07-04T02:18:15.938Z] $ docker top c08af9ff5a8c6edd7f6e03d1eaa88384f2b043cb009df635867d5b68bebd4968 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-04T02:18:16.300Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-04T02:18:16.587Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-04T02:18:16.875Z] + ls /var/log/sa-host [2025-07-04T02:18:16.875Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-04T02:18:16.917Z] provisioning config files... [2025-07-04T02:18:16.925Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/867@tmp/config1084566178730953164tmp [Pipeline] { [Pipeline] echo [2025-07-04T02:18:16.944Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-04T02:18:17.230Z] ---> create-netrc.sh [Pipeline] } [2025-07-04T02:18:17.237Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-04T02:18:17.552Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-04T02:18:17.562Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-04T02:18:17.847Z] ---> sudo-logs.sh [2025-07-04T02:18:17.847Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-07-04T02:18:18.435Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-04T02:18:18.715Z] ---> job-cost.sh [2025-07-04T02:18:18.715Z] lf-activate-venv: SKIPPING [2025-07-04T02:18:18.715Z] DEBUG: total: 0.10999999940395355 [2025-07-04T02:18:18.715Z] INFO: Retrieving Stack Cost... [2025-07-04T02:18:18.976Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-04T02:18:19.237Z] INFO: Archiving Costs [Pipeline] echo [2025-07-04T02:18:19.512Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-04T02:18:19.794Z] ---> logs-deploy.sh [2025-07-04T02:18:19.794Z] lf-activate-venv: SKIPPING [2025-07-04T02:18:19.795Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/867 [2025-07-04T02:18:19.795Z] INFO: archiving workspace using pattern(s): [2025-07-04T02:18:20.736Z] Archives upload complete. [2025-07-04T02:18:20.736Z] INFO: archiving logs to Nexus [2025-07-04T02:18:21.680Z] ---> uname -a: [2025-07-04T02:18:21.680Z] Linux prd-ubuntu20-04-docker-8c-8g-4493 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2025-07-04T02:18:21.680Z] [2025-07-04T02:18:21.680Z] [2025-07-04T02:18:21.680Z] ---> lscpu: [2025-07-04T02:18:21.680Z] Architecture: x86_64 [2025-07-04T02:18:21.680Z] CPU op-mode(s): 32-bit, 64-bit [2025-07-04T02:18:21.680Z] Byte Order: Little Endian [2025-07-04T02:18:21.680Z] Address sizes: 40 bits physical, 48 bits virtual [2025-07-04T02:18:21.680Z] CPU(s): 8 [2025-07-04T02:18:21.680Z] On-line CPU(s) list: 0-7 [2025-07-04T02:18:21.680Z] Thread(s) per core: 1 [2025-07-04T02:18:21.680Z] Core(s) per socket: 1 [2025-07-04T02:18:21.680Z] Socket(s): 8 [2025-07-04T02:18:21.680Z] NUMA node(s): 1 [2025-07-04T02:18:21.680Z] Vendor ID: AuthenticAMD [2025-07-04T02:18:21.680Z] CPU family: 23 [2025-07-04T02:18:21.680Z] Model: 49 [2025-07-04T02:18:21.680Z] Model name: AMD EPYC-Rome Processor [2025-07-04T02:18:21.680Z] Stepping: 0 [2025-07-04T02:18:21.680Z] CPU MHz: 2800.000 [2025-07-04T02:18:21.680Z] BogoMIPS: 5600.00 [2025-07-04T02:18:21.680Z] Virtualization: AMD-V [2025-07-04T02:18:21.680Z] Hypervisor vendor: KVM [2025-07-04T02:18:21.680Z] Virtualization type: full [2025-07-04T02:18:21.680Z] L1d cache: 256 KiB [2025-07-04T02:18:21.680Z] L1i cache: 256 KiB [2025-07-04T02:18:21.680Z] L2 cache: 4 MiB [2025-07-04T02:18:21.680Z] L3 cache: 128 MiB [2025-07-04T02:18:21.680Z] NUMA node0 CPU(s): 0-7 [2025-07-04T02:18:21.680Z] Vulnerability Gather data sampling: Not affected [2025-07-04T02:18:21.680Z] Vulnerability Itlb multihit: Not affected [2025-07-04T02:18:21.680Z] Vulnerability L1tf: Not affected [2025-07-04T02:18:21.680Z] Vulnerability Mds: Not affected [2025-07-04T02:18:21.680Z] Vulnerability Meltdown: Not affected [2025-07-04T02:18:21.680Z] Vulnerability Mmio stale data: Not affected [2025-07-04T02:18:21.680Z] Vulnerability Retbleed: Vulnerable [2025-07-04T02:18:21.680Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-07-04T02:18:21.680Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-07-04T02:18:21.680Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2025-07-04T02:18:21.680Z] Vulnerability Srbds: Not affected [2025-07-04T02:18:21.680Z] Vulnerability Tsx async abort: Not affected [2025-07-04T02:18:21.680Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-07-04T02:18:21.680Z] [2025-07-04T02:18:21.680Z] [2025-07-04T02:18:21.680Z] ---> nproc: [2025-07-04T02:18:21.680Z] 8 [2025-07-04T02:18:21.680Z] [2025-07-04T02:18:21.680Z] [2025-07-04T02:18:21.680Z] ---> df -h: [2025-07-04T02:18:21.680Z] Filesystem Size Used Avail Use% Mounted on [2025-07-04T02:18:21.680Z] overlay 155G 31G 125G 20% / [2025-07-04T02:18:21.680Z] tmpfs 64M 0 64M 0% /dev [2025-07-04T02:18:21.680Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-07-04T02:18:21.680Z] shm 64M 0 64M 0% /dev/shm [2025-07-04T02:18:21.680Z] /dev/vda1 155G 31G 125G 20% /facter-os [2025-07-04T02:18:21.680Z] [2025-07-04T02:18:21.680Z] [2025-07-04T02:18:21.680Z] ---> sar -b -r -n DEV: [2025-07-04T02:18:21.680Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4493) 07/04/25 _x86_64_ (8 CPU) [2025-07-04T02:18:21.680Z] [2025-07-04T02:18:21.680Z] 01:23:54 LINUX RESTART (8 CPU) [2025-07-04T02:18:21.680Z] [2025-07-04T02:18:21.680Z] 01:24:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-07-04T02:18:21.680Z] 01:25:01 399.93 72.74 327.20 0.00 12311.28 100109.05 0.00 [2025-07-04T02:18:21.680Z] 01:26:01 173.95 9.88 164.07 0.00 1661.59 44233.56 0.00 [2025-07-04T02:18:21.680Z] 01:27:01 37.59 0.02 37.58 0.00 0.13 35851.91 0.00 [2025-07-04T02:18:21.680Z] 01:28:01 50.69 0.25 50.44 0.00 2.93 20472.59 0.00 [2025-07-04T02:18:21.680Z] 01:29:01 263.94 0.17 263.78 0.00 15.45 231229.17 0.00 [2025-07-04T02:18:21.680Z] 01:30:01 892.95 23.96 868.99 0.00 4459.18 188819.86 0.00 [2025-07-04T02:18:21.680Z] 01:31:01 217.06 0.97 216.10 0.00 10.26 101094.48 0.00 [2025-07-04T02:18:21.680Z] 01:32:01 409.70 0.08 409.61 0.00 0.67 131685.30 0.00 [2025-07-04T02:18:21.680Z] 01:33:01 617.63 0.10 617.53 0.00 9.07 137346.71 0.00 [2025-07-04T02:18:21.680Z] 01:34:01 35.83 0.08 35.74 0.00 14.40 931.18 0.00 [2025-07-04T02:18:21.680Z] 01:35:01 17.03 0.00 17.03 0.00 0.00 462.99 0.00 [2025-07-04T02:18:21.680Z] 01:36:01 2.63 0.00 2.63 0.00 0.00 33.33 0.00 [2025-07-04T02:18:21.680Z] 01:37:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 [2025-07-04T02:18:21.680Z] 01:38:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 [2025-07-04T02:18:21.680Z] 01:39:01 2.22 0.02 2.20 0.00 0.13 23.86 0.00 [2025-07-04T02:18:21.680Z] 01:40:01 1.32 0.02 1.30 0.00 3.07 18.00 0.00 [2025-07-04T02:18:21.680Z] 01:41:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 [2025-07-04T02:18:21.680Z] 01:42:01 1.40 0.00 1.40 0.00 0.00 14.80 0.00 [2025-07-04T02:18:21.680Z] 01:43:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 [2025-07-04T02:18:21.680Z] 01:44:01 1.17 0.00 1.17 0.00 0.00 12.00 0.00 [2025-07-04T02:18:21.680Z] 01:45:01 1.17 0.00 1.17 0.00 0.00 13.60 0.00 [2025-07-04T02:18:21.680Z] 01:46:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 [2025-07-04T02:18:21.680Z] 01:47:02 1.15 0.00 1.15 0.00 0.00 12.93 0.00 [2025-07-04T02:18:21.680Z] 01:48:01 0.98 0.00 0.98 0.00 0.00 10.30 0.00 [2025-07-04T02:18:21.680Z] 01:49:01 1.15 0.00 1.15 0.00 0.00 13.06 0.00 [2025-07-04T02:18:21.680Z] 01:50:01 1.08 0.00 1.08 0.00 0.00 13.46 0.00 [2025-07-04T02:18:21.680Z] 01:51:01 1.35 0.00 1.35 0.00 0.00 14.40 0.00 [2025-07-04T02:18:21.680Z] 01:52:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 [2025-07-04T02:18:21.680Z] 01:53:01 1.20 0.00 1.20 0.00 0.00 13.60 0.00 [2025-07-04T02:18:21.680Z] 01:54:01 0.92 0.00 0.92 0.00 0.00 10.26 0.00 [2025-07-04T02:18:21.680Z] 01:55:01 1.33 0.00 1.33 0.00 0.00 15.33 0.00 [2025-07-04T02:18:21.680Z] 01:56:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 [2025-07-04T02:18:21.680Z] 01:57:01 1.12 0.00 1.12 0.00 0.00 12.93 0.00 [2025-07-04T02:18:21.680Z] 01:58:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 [2025-07-04T02:18:21.680Z] 01:59:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 [2025-07-04T02:18:21.680Z] 02:00:01 1.53 0.00 1.53 0.00 0.00 17.60 0.00 [2025-07-04T02:18:21.680Z] 02:01:01 1.13 0.00 1.13 0.00 0.00 13.73 0.00 [2025-07-04T02:18:21.680Z] 02:02:01 0.87 0.00 0.87 0.00 0.00 9.33 0.00 [2025-07-04T02:18:21.680Z] 02:03:01 1.23 0.00 1.23 0.00 0.00 14.80 0.00 [2025-07-04T02:18:21.680Z] 02:04:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 [2025-07-04T02:18:21.680Z] 02:05:01 1.32 0.00 1.32 0.00 0.00 15.20 0.00 [2025-07-04T02:18:21.680Z] 02:06:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 [2025-07-04T02:18:21.680Z] 02:07:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 [2025-07-04T02:18:21.680Z] 02:08:01 0.88 0.00 0.88 0.00 0.00 10.00 0.00 [2025-07-04T02:18:21.680Z] 02:09:01 1.22 0.00 1.22 0.00 0.00 14.66 0.00 [2025-07-04T02:18:21.680Z] 02:10:01 1.25 0.00 1.25 0.00 0.00 13.06 0.00 [2025-07-04T02:18:21.680Z] 02:11:01 1.33 0.00 1.33 0.00 0.00 15.33 0.00 [2025-07-04T02:18:21.680Z] 02:12:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 [2025-07-04T02:18:21.680Z] 02:13:01 1.13 0.00 1.13 0.00 0.00 13.20 0.00 [2025-07-04T02:18:21.680Z] 02:14:01 0.95 0.00 0.95 0.00 0.00 11.73 0.00 [2025-07-04T02:18:21.680Z] 02:15:01 1.33 0.00 1.33 0.00 0.00 15.46 0.00 [2025-07-04T02:18:21.680Z] 02:16:01 0.95 0.00 0.95 0.00 0.00 10.93 0.00 [2025-07-04T02:18:21.680Z] 02:17:01 17.20 0.15 17.05 0.00 12.00 8844.66 0.00 [2025-07-04T02:18:21.680Z] 02:18:01 146.83 0.38 146.44 0.00 3.07 42420.13 0.00 [2025-07-04T02:18:21.680Z] Average: 61.69 2.02 59.67 0.00 342.76 19344.97 0.00 [2025-07-04T02:18:21.680Z] [2025-07-04T02:18:21.680Z] 01:24:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-07-04T02:18:21.680Z] 01:25:01 28909240 31484924 827820 2.52 75696 2795956 1744112 5.14 1024412 2578260 129844 [2025-07-04T02:18:21.680Z] 01:26:01 26969940 31122424 1157984 3.52 120460 4198744 2395252 7.06 1848740 3533088 302892 [2025-07-04T02:18:21.680Z] 01:27:01 26600080 31234272 1042880 3.17 127520 4632368 2259040 6.66 1737640 3971412 197892 [2025-07-04T02:18:21.680Z] 01:28:01 25806564 31389424 884944 2.69 135188 5515988 1943664 5.73 1936476 4505560 535672 [2025-07-04T02:18:21.680Z] 01:29:01 20575564 31330324 935512 2.85 144852 10564932 3119548 9.20 2094476 9452012 298316 [2025-07-04T02:18:21.680Z] 01:30:01 12615192 31332428 902076 2.74 384932 17788316 2265996 6.68 3202256 15772712 2335860 [2025-07-04T02:18:21.680Z] 01:31:01 7283272 28390468 3772052 11.48 421176 19761504 10829308 31.93 6997960 16818564 1659024 [2025-07-04T02:18:21.680Z] 01:32:01 4026760 28193404 3973324 12.09 439460 22687908 9804776 28.91 8491552 18474508 1057544 [2025-07-04T02:18:21.680Z] 01:33:01 7577312 31371856 861496 2.62 453076 22501908 2001776 5.90 3654328 20055380 524 [2025-07-04T02:18:21.680Z] 01:34:01 7559460 31356700 875824 2.66 454888 22502844 2126612 6.27 4058564 19668532 492 [2025-07-04T02:18:21.680Z] 01:35:01 7567544 31365688 866584 2.64 455544 22502988 2005884 5.91 4399840 19318316 588 [2025-07-04T02:18:21.680Z] 01:36:01 7568976 31367160 865076 2.63 455560 22502988 2005884 5.91 4399204 19318316 144 [2025-07-04T02:18:21.680Z] 01:37:01 7569888 31368076 864640 2.63 455568 22502992 2005884 5.91 4397920 19318320 168 [2025-07-04T02:18:21.680Z] 01:38:01 7570276 31368624 864208 2.63 455596 22503124 2005884 5.91 4398412 19318444 136 [2025-07-04T02:18:21.680Z] 01:39:01 7587944 31386388 846388 2.57 455640 22503120 2024344 5.97 4378376 19318452 32 [2025-07-04T02:18:21.680Z] 01:40:01 7588180 31386668 845972 2.57 455676 22503192 2024344 5.97 4379408 19318476 140 [2025-07-04T02:18:21.680Z] 01:41:01 7588304 31386872 845716 2.57 455696 22503196 2024344 5.97 4377788 19318524 12 [2025-07-04T02:18:21.680Z] 01:42:01 7588008 31386612 846116 2.57 455704 22503200 2024344 5.97 4378840 19318528 4 [2025-07-04T02:18:21.680Z] 01:43:01 7588236 31386856 845828 2.57 455724 22503204 2024344 5.97 4377844 19318532 28 [2025-07-04T02:18:21.680Z] 01:44:01 7589780 31388456 844296 2.57 455736 22503204 2024344 5.97 4377768 19318532 8 [2025-07-04T02:18:21.680Z] 01:45:01 7589108 31387924 844764 2.57 455760 22503336 2024344 5.97 4376884 19318656 32 [2025-07-04T02:18:21.680Z] 01:46:01 7587840 31386700 845984 2.57 455784 22503340 2024344 5.97 4378084 19318668 172 [2025-07-04T02:18:21.680Z] 01:47:02 7588296 31387180 845448 2.57 455804 22503340 2024344 5.97 4376860 19318668 12 [2025-07-04T02:18:21.680Z] 01:48:01 7588516 31387420 845128 2.57 455820 22503348 2024344 5.97 4377864 19318672 164 [2025-07-04T02:18:21.680Z] 01:49:01 7588192 31387112 845380 2.57 455836 22503344 2024344 5.97 4376904 19318672 8 [2025-07-04T02:18:21.680Z] 01:50:01 7588224 31387184 845216 2.57 455876 22503356 2007992 5.92 4378012 19318676 208 [2025-07-04T02:18:21.680Z] 01:51:01 7588320 31387316 845268 2.57 455892 22503360 2024044 5.97 4376976 19318680 8 [2025-07-04T02:18:21.680Z] 01:52:01 7588588 31387600 844956 2.57 455908 22503360 2024044 5.97 4378196 19318688 136 [2025-07-04T02:18:21.680Z] 01:53:01 7588216 31387248 845180 2.57 455920 22503364 2024044 5.97 4377328 19318692 168 [2025-07-04T02:18:21.680Z] 01:54:01 7588484 31387536 844884 2.57 455940 22503368 2024044 5.97 4377888 19318696 28 [2025-07-04T02:18:21.680Z] 01:55:01 7588436 31387512 844976 2.57 455948 22503360 2024044 5.97 4377112 19318696 8 [2025-07-04T02:18:21.680Z] 01:56:01 7588388 31387472 844956 2.57 455952 22503372 2024044 5.97 4377912 19318700 28 [2025-07-04T02:18:21.680Z] 01:57:01 7588368 31387460 845140 2.57 455952 22503372 2024044 5.97 4377044 19318700 8 [2025-07-04T02:18:21.680Z] 01:58:01 7588344 31387440 845100 2.57 455972 22503380 2024044 5.97 4378020 19318704 160 [2025-07-04T02:18:21.680Z] 01:59:01 7588324 31387456 844892 2.57 455984 22503380 2024044 5.97 4377076 19318708 8 [2025-07-04T02:18:21.680Z] 02:00:01 7588388 31387560 844764 2.57 456008 22503380 2040168 6.01 4378328 19318708 76 [2025-07-04T02:18:21.680Z] 02:01:01 7588012 31387212 845256 2.57 456020 22503388 2040168 6.01 4377132 19318712 12 [2025-07-04T02:18:21.680Z] 02:02:01 7588272 31387480 844940 2.57 456044 22503388 2040168 6.01 4378012 19318712 8 [2025-07-04T02:18:21.680Z] 02:03:01 7588224 31387592 844780 2.57 456056 22503520 2023812 5.97 4377160 19318844 4 [2025-07-04T02:18:21.680Z] 02:04:01 7588240 31387628 844732 2.57 456068 22503524 2023812 5.97 4378056 19318852 8 [2025-07-04T02:18:21.680Z] 02:05:01 7588064 31387464 844832 2.57 456088 22503520 2023812 5.97 4377252 19318852 4 [2025-07-04T02:18:21.680Z] 02:06:01 7587788 31387224 845004 2.57 456116 22503532 2023812 5.97 4378340 19318856 48 [2025-07-04T02:18:21.680Z] 02:07:01 7587660 31387164 844928 2.57 456132 22503536 2023812 5.97 4377256 19318864 12 [2025-07-04T02:18:21.680Z] 02:08:01 7587108 31386628 845392 2.57 456156 22503536 2023812 5.97 4378128 19318864 8 [2025-07-04T02:18:21.680Z] 02:09:01 7587216 31386764 845148 2.57 456184 22503544 2023812 5.97 4377296 19318868 40 [2025-07-04T02:18:21.680Z] 02:10:01 7586872 31386464 845636 2.57 456192 22503544 2023812 5.97 4378376 19318872 152 [2025-07-04T02:18:21.680Z] 02:11:01 7587400 31387004 845048 2.57 456220 22503548 2023812 5.97 4377348 19318876 28 [2025-07-04T02:18:21.680Z] 02:12:01 7587060 31386720 845276 2.57 456244 22503552 2023812 5.97 4378792 19318880 152 [2025-07-04T02:18:21.680Z] 02:13:01 7587084 31386748 845236 2.57 456256 22503552 2023812 5.97 4377384 19318880 8 [2025-07-04T02:18:21.680Z] 02:14:01 7586384 31386068 846040 2.57 456264 22503556 2023812 5.97 4378696 19318884 264 [2025-07-04T02:18:21.680Z] 02:15:01 7587092 31386788 845324 2.57 456280 22503548 2023812 5.97 4377476 19318884 4 [2025-07-04T02:18:21.680Z] 02:16:01 7586864 31386584 845456 2.57 456300 22503560 2023812 5.97 4377428 19318888 28 [2025-07-04T02:18:21.680Z] 02:17:01 7124352 31346252 885000 2.69 461520 22901676 2116616 6.24 4416704 19718336 134584 [2025-07-04T02:18:21.680Z] 02:18:01 6383852 31329344 901052 2.74 497136 23505660 2017000 5.95 4500704 20295276 232 [2025-07-04T02:18:21.680Z] Average: 9260224 31260424 974071 2.96 423432 20824058 2362839 6.97 4220627 17893123 123262 [2025-07-04T02:18:21.680Z] [2025-07-04T02:18:21.681Z] 01:24:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-07-04T02:18:21.681Z] 01:25:01 docker0 462.91 421.40 31.68 2218.76 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:25:01 veth53f1748 462.91 421.50 38.00 2218.77 0.00 0.00 0.00 0.18 [2025-07-04T02:18:21.681Z] 01:25:01 ens3 1246.09 1053.51 9715.80 142.91 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:25:01 lo 3.63 3.63 0.35 0.35 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:26:01 veth7336f5a 0.05 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:26:01 docker0 444.98 442.86 32.74 2419.69 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:26:01 ens3 603.12 542.73 5650.37 91.99 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:26:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:27:01 veth7336f5a 1.32 1.35 0.11 0.12 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:27:01 docker0 1.32 1.32 0.10 0.12 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:27:01 ens3 34.86 24.56 27.15 15.67 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:28:01 veth7336f5a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:28:01 ens3 23.30 14.63 19.50 10.86 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:29:01 veth85efdef 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:29:01 docker0 15.37 29.60 0.95 417.74 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:29:01 veth04836ee 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:29:01 veth8522118 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:29:01 vethba48dd7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:29:01 vetha75f3e0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:29:01 veth8dcfd0d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:29:01 veth153d5e4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:29:01 vethe325f0c 0.63 0.93 0.06 0.26 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:29:01 vethc82edbd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:29:01 ens3 132.15 83.12 2640.28 20.97 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:29:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:30:01 docker0 595.82 916.99 48.52 8399.08 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:30:01 vethe325f0c 0.17 2.00 0.01 0.08 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:30:01 ens3 1157.30 726.17 12260.53 73.55 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:30:01 lo 1.47 1.47 0.15 0.15 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:31:01 vethec24f21 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:31:01 vethe61068e 0.05 0.52 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:31:01 veth93c1f4b 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:31:01 veth577fe52 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:31:01 docker0 0.63 0.03 0.02 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:31:01 veth5cd5bba 0.05 0.53 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:31:01 veth691069a 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:31:01 veth8a68a68 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:31:01 vethc096bea 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:31:01 vethabedc7f 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:31:01 vethe325f0c 0.03 0.65 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:31:01 vethca0858e 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:31:01 vethee374d2 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:31:01 ens3 15.06 11.20 12.32 7.21 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:31:01 vetha0c6d57 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:32:01 vethe61068e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:32:01 veth93c1f4b 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:32:01 veth577fe52 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:32:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:32:01 veth5cd5bba 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:32:01 veth691069a 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:32:01 veth8a68a68 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:32:01 vethabedc7f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:32:01 vethe325f0c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:32:01 vethca0858e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:32:01 vethee374d2 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:32:01 ens3 4.85 3.60 3.87 2.29 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:32:01 vetha0c6d57 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:33:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:33:01 ens3 107.37 131.58 52.95 377.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:33:01 lo 8.27 8.27 0.81 0.81 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:34:01 ens3 442.84 432.98 213.84 2393.02 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:34:01 lo 41.39 41.39 4.05 4.05 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:35:01 ens3 293.15 307.93 120.53 1836.29 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:35:01 lo 19.66 19.66 1.92 1.92 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:36:01 ens3 0.95 0.33 0.31 0.20 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:37:01 ens3 0.93 0.57 2.83 0.23 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:38:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:39:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:40:01 ens3 0.33 0.22 0.14 0.07 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:41:01 ens3 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:42:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:43:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:44:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:45:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:46:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:47:02 ens3 0.15 0.03 0.06 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:48:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:49:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:50:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:51:01 ens3 0.38 0.03 0.04 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:52:01 ens3 0.47 0.40 0.26 0.22 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:53:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:54:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:55:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:56:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:57:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:58:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:59:01 ens3 0.55 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:00:01 ens3 0.93 0.57 0.55 0.35 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:01:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:02:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:03:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:04:01 ens3 0.25 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:05:01 ens3 0.75 0.13 0.18 0.07 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:06:01 ens3 0.52 0.38 0.27 0.22 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:07:01 ens3 0.08 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:08:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:09:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.681Z] 02:10:01 ens3 0.38 0.22 0.14 0.07 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:11:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:12:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:13:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:14:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:15:01 ens3 0.25 0.15 0.13 0.07 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:17:01 ens3 91.80 53.94 2652.26 13.44 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:17:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:18:01 docker0 78.15 90.87 6.72 866.36 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:18:01 ens3 294.98 239.01 4145.57 166.45 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] 02:18:01 lo 1.40 1.40 0.15 0.15 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] Average: docker0 29.63 35.25 2.24 265.32 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] Average: ens3 82.55 67.24 695.09 95.46 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] Average: lo 1.55 1.55 0.15 0.15 0.00 0.00 0.00 0.00 [2025-07-04T02:18:21.682Z] [2025-07-04T02:18:21.682Z] [2025-07-04T02:18:21.682Z] ---> sar -P ALL: [2025-07-04T02:18:21.682Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4493) 07/04/25 _x86_64_ (8 CPU) [2025-07-04T02:18:21.682Z] [2025-07-04T02:18:21.682Z] 01:23:54 LINUX RESTART (8 CPU) [2025-07-04T02:18:21.682Z] [2025-07-04T02:18:21.682Z] 01:24:01 CPU %user %nice %system %iowait %steal %idle [2025-07-04T02:18:21.682Z] 01:25:01 all 8.96 0.00 2.56 2.25 0.06 86.17 [2025-07-04T02:18:21.682Z] 01:25:01 0 6.12 0.00 1.90 1.31 0.07 90.59 [2025-07-04T02:18:21.682Z] 01:25:01 1 7.40 0.00 1.72 1.15 0.05 89.68 [2025-07-04T02:18:21.682Z] 01:25:01 2 7.49 0.00 2.54 1.18 0.07 88.73 [2025-07-04T02:18:21.682Z] 01:25:01 3 9.09 0.00 3.59 4.94 0.07 82.30 [2025-07-04T02:18:21.682Z] 01:25:01 4 7.96 0.00 2.19 3.67 0.07 86.11 [2025-07-04T02:18:21.682Z] 01:25:01 5 11.93 0.00 3.67 4.09 0.07 80.24 [2025-07-04T02:18:21.682Z] 01:25:01 6 10.88 0.00 2.78 0.91 0.07 85.36 [2025-07-04T02:18:21.682Z] 01:25:01 7 10.84 0.00 2.06 0.75 0.05 86.29 [2025-07-04T02:18:21.682Z] 01:26:01 all 14.98 0.00 3.51 1.33 0.07 80.11 [2025-07-04T02:18:21.682Z] 01:26:01 0 14.54 0.00 3.08 0.08 0.07 82.23 [2025-07-04T02:18:21.682Z] 01:26:01 1 16.08 0.00 4.24 0.18 0.07 79.43 [2025-07-04T02:18:21.682Z] 01:26:01 2 15.62 0.00 3.37 0.17 0.07 80.78 [2025-07-04T02:18:21.682Z] 01:26:01 3 14.64 0.00 4.08 4.82 0.08 76.38 [2025-07-04T02:18:21.682Z] 01:26:01 4 14.33 0.00 3.34 0.84 0.07 81.42 [2025-07-04T02:18:21.682Z] 01:26:01 5 13.04 0.00 2.87 1.35 0.07 82.67 [2025-07-04T02:18:21.682Z] 01:26:01 6 16.56 0.00 3.67 1.13 0.08 78.56 [2025-07-04T02:18:21.682Z] 01:26:01 7 14.99 0.00 3.40 2.05 0.08 79.47 [2025-07-04T02:18:21.682Z] 01:27:01 all 38.88 0.00 6.27 0.71 0.09 54.04 [2025-07-04T02:18:21.682Z] 01:27:01 0 37.39 0.00 6.10 0.00 0.08 56.43 [2025-07-04T02:18:21.682Z] 01:27:01 1 38.94 0.00 6.64 0.02 0.10 54.30 [2025-07-04T02:18:21.682Z] 01:27:01 2 39.92 0.00 6.58 0.02 0.08 53.40 [2025-07-04T02:18:21.682Z] 01:27:01 3 41.29 0.00 6.39 0.02 0.08 52.22 [2025-07-04T02:18:21.682Z] 01:27:01 4 37.59 0.00 6.16 2.83 0.10 53.32 [2025-07-04T02:18:21.682Z] 01:27:01 5 38.15 0.00 5.93 2.37 0.08 53.47 [2025-07-04T02:18:21.682Z] 01:27:01 6 37.49 0.00 5.99 0.03 0.08 56.40 [2025-07-04T02:18:21.682Z] 01:27:01 7 40.28 0.00 6.40 0.37 0.12 52.83 [2025-07-04T02:18:21.682Z] 01:28:01 all 63.76 0.00 7.68 0.17 0.12 28.26 [2025-07-04T02:18:21.682Z] 01:28:01 0 64.68 0.00 7.74 0.07 0.12 27.40 [2025-07-04T02:18:21.682Z] 01:28:01 1 62.76 0.00 7.95 0.03 0.12 29.14 [2025-07-04T02:18:21.682Z] 01:28:01 2 63.31 0.00 7.67 0.03 0.13 28.86 [2025-07-04T02:18:21.682Z] 01:28:01 3 63.91 0.00 7.93 0.00 0.13 28.02 [2025-07-04T02:18:21.682Z] 01:28:01 4 64.06 0.00 7.43 0.02 0.12 28.38 [2025-07-04T02:18:21.682Z] 01:28:01 5 62.93 0.00 7.71 1.01 0.13 28.22 [2025-07-04T02:18:21.682Z] 01:28:01 6 64.68 0.00 7.11 0.05 0.12 28.04 [2025-07-04T02:18:21.682Z] 01:28:01 7 63.79 0.00 7.90 0.18 0.12 28.01 [2025-07-04T02:18:21.682Z] 01:29:01 all 16.40 0.00 5.86 14.51 0.07 63.17 [2025-07-04T02:18:21.682Z] 01:29:01 0 17.22 0.00 5.23 13.94 0.09 63.53 [2025-07-04T02:18:21.682Z] 01:29:01 1 16.33 0.00 5.78 7.24 0.09 70.56 [2025-07-04T02:18:21.682Z] 01:29:01 2 16.36 0.00 5.38 14.67 0.09 63.51 [2025-07-04T02:18:21.682Z] 01:29:01 3 15.56 0.00 5.49 9.45 0.07 69.42 [2025-07-04T02:18:21.682Z] 01:29:01 4 17.16 0.00 6.25 35.97 0.07 40.55 [2025-07-04T02:18:21.682Z] 01:29:01 5 17.02 0.00 6.80 12.57 0.05 63.56 [2025-07-04T02:18:21.682Z] 01:29:01 6 14.69 0.00 5.71 12.06 0.07 67.47 [2025-07-04T02:18:21.682Z] 01:29:01 7 16.85 0.00 6.20 10.43 0.05 66.48 [2025-07-04T02:18:21.682Z] 01:30:01 all 12.87 0.00 7.60 12.74 0.09 66.70 [2025-07-04T02:18:21.682Z] 01:30:01 0 11.69 0.00 8.06 10.90 0.08 69.27 [2025-07-04T02:18:21.682Z] 01:30:01 1 13.94 0.00 6.86 19.23 0.08 59.89 [2025-07-04T02:18:21.682Z] 01:30:01 2 13.50 0.00 8.62 7.78 0.08 70.02 [2025-07-04T02:18:21.682Z] 01:30:01 3 12.94 0.00 7.98 22.34 0.08 56.66 [2025-07-04T02:18:21.682Z] 01:30:01 4 13.21 0.00 7.76 8.59 0.08 70.36 [2025-07-04T02:18:21.682Z] 01:30:01 5 11.65 0.00 6.02 4.98 0.08 77.27 [2025-07-04T02:18:21.682Z] 01:30:01 6 13.09 0.00 8.69 18.12 0.10 60.00 [2025-07-04T02:18:21.682Z] 01:30:01 7 12.96 0.00 6.85 10.11 0.08 69.99 [2025-07-04T02:18:21.682Z] 01:31:01 all 64.64 0.00 8.43 4.67 0.15 22.12 [2025-07-04T02:18:21.682Z] 01:31:01 0 63.87 0.00 8.94 0.84 0.17 26.18 [2025-07-04T02:18:21.682Z] 01:31:01 1 64.70 0.00 8.32 1.02 0.15 25.81 [2025-07-04T02:18:21.682Z] 01:31:01 2 65.14 0.00 7.75 1.72 0.15 25.23 [2025-07-04T02:18:21.682Z] 01:31:01 3 64.56 0.00 8.33 7.05 0.13 19.93 [2025-07-04T02:18:21.682Z] 01:31:01 4 64.38 0.00 9.53 23.82 0.15 2.12 [2025-07-04T02:18:21.682Z] 01:31:01 5 64.98 0.00 7.87 1.02 0.13 26.00 [2025-07-04T02:18:21.682Z] 01:31:01 6 64.45 0.00 8.63 0.80 0.15 25.97 [2025-07-04T02:18:21.682Z] 01:31:01 7 65.04 0.00 8.03 1.17 0.13 25.62 [2025-07-04T02:18:21.682Z] 01:32:01 all 91.39 0.00 8.46 0.00 0.15 0.00 [2025-07-04T02:18:21.682Z] 01:32:01 0 91.38 0.00 8.47 0.00 0.15 0.00 [2025-07-04T02:18:21.682Z] 01:32:01 1 91.39 0.00 8.46 0.00 0.15 0.00 [2025-07-04T02:18:21.682Z] 01:32:01 2 91.85 0.00 7.98 0.00 0.17 0.00 [2025-07-04T02:18:21.682Z] 01:32:01 3 91.30 0.00 8.55 0.00 0.15 0.00 [2025-07-04T02:18:21.682Z] 01:32:01 4 90.77 0.00 9.08 0.00 0.15 0.00 [2025-07-04T02:18:21.682Z] 01:32:01 5 91.46 0.00 8.37 0.00 0.17 0.00 [2025-07-04T02:18:21.682Z] 01:32:01 6 91.70 0.00 8.15 0.00 0.15 0.00 [2025-07-04T02:18:21.682Z] 01:32:01 7 91.23 0.00 8.62 0.00 0.15 0.00 [2025-07-04T02:18:21.682Z] 01:33:01 all 62.74 0.00 7.44 2.84 0.11 26.87 [2025-07-04T02:18:21.682Z] 01:33:01 0 64.33 0.00 7.47 2.57 0.08 25.55 [2025-07-04T02:18:21.682Z] 01:33:01 1 62.18 0.00 8.12 5.71 0.13 23.86 [2025-07-04T02:18:21.682Z] 01:33:01 2 62.46 0.00 6.89 1.70 0.10 28.85 [2025-07-04T02:18:21.682Z] 01:33:01 3 63.87 0.00 7.34 1.72 0.12 26.96 [2025-07-04T02:18:21.682Z] 01:33:01 4 62.17 0.00 7.48 6.76 0.13 23.46 [2025-07-04T02:18:21.682Z] 01:33:01 5 63.12 0.00 7.38 1.02 0.10 28.37 [2025-07-04T02:18:21.682Z] 01:33:01 6 61.99 0.00 7.53 1.92 0.08 28.48 [2025-07-04T02:18:21.682Z] 01:33:01 7 61.82 0.00 7.31 1.34 0.12 29.41 [2025-07-04T02:18:21.682Z] 01:34:01 all 9.82 0.00 1.02 0.12 0.07 88.98 [2025-07-04T02:18:21.682Z] 01:34:01 0 12.55 0.00 1.29 0.05 0.07 86.05 [2025-07-04T02:18:21.682Z] 01:34:01 1 12.26 0.00 1.10 0.52 0.07 86.05 [2025-07-04T02:18:21.682Z] 01:34:01 2 6.49 0.00 0.87 0.02 0.05 92.57 [2025-07-04T02:18:21.682Z] 01:34:01 3 8.51 0.00 0.85 0.03 0.07 90.54 [2025-07-04T02:18:21.682Z] 01:34:01 4 4.12 0.00 0.89 0.27 0.05 94.67 [2025-07-04T02:18:21.682Z] 01:34:01 5 13.50 0.00 1.19 0.02 0.10 85.20 [2025-07-04T02:18:21.682Z] 01:34:01 6 10.04 0.00 0.94 0.02 0.07 88.93 [2025-07-04T02:18:21.682Z] 01:34:01 7 11.06 0.00 1.02 0.03 0.07 87.82 [2025-07-04T02:18:21.682Z] 01:35:01 all 7.48 0.00 0.65 0.08 0.05 91.75 [2025-07-04T02:18:21.682Z] 01:35:01 0 8.63 0.00 0.53 0.00 0.07 90.77 [2025-07-04T02:18:21.682Z] 01:35:01 1 10.67 0.00 0.79 0.02 0.05 88.47 [2025-07-04T02:18:21.682Z] 01:35:01 2 6.63 0.00 0.58 0.02 0.03 92.74 [2025-07-04T02:18:21.682Z] 01:35:01 3 10.88 0.00 0.64 0.03 0.05 88.40 [2025-07-04T02:18:21.682Z] 01:35:01 4 8.52 0.00 0.70 0.29 0.07 90.43 [2025-07-04T02:18:21.682Z] 01:35:01 5 3.62 0.00 0.57 0.02 0.05 95.75 [2025-07-04T02:18:21.682Z] 01:35:01 6 6.30 0.00 0.80 0.15 0.07 92.68 [2025-07-04T02:18:21.682Z] 01:35:01 7 4.55 0.00 0.55 0.08 0.03 94.78 [2025-07-04T02:18:21.682Z] [2025-07-04T02:18:21.682Z] 01:35:01 CPU %user %nice %system %iowait %steal %idle [2025-07-04T02:18:21.682Z] 01:36:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-07-04T02:18:21.682Z] 01:36:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.682Z] 01:36:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-04T02:18:21.682Z] 01:36:01 2 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-04T02:18:21.682Z] 01:36:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2025-07-04T02:18:21.682Z] 01:36:01 4 0.07 0.00 0.03 0.00 0.03 99.87 [2025-07-04T02:18:21.682Z] 01:36:01 5 0.02 0.00 0.00 0.00 0.03 99.95 [2025-07-04T02:18:21.682Z] 01:36:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-04T02:18:21.682Z] 01:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.682Z] 01:37:01 all 0.04 0.00 0.02 0.07 0.02 99.85 [2025-07-04T02:18:21.682Z] 01:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.682Z] 01:37:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-04T02:18:21.682Z] 01:37:01 2 0.08 0.00 0.03 0.00 0.03 99.85 [2025-07-04T02:18:21.682Z] 01:37:01 3 0.03 0.00 0.02 0.35 0.02 99.58 [2025-07-04T02:18:21.682Z] 01:37:01 4 0.13 0.00 0.05 0.00 0.02 99.80 [2025-07-04T02:18:21.682Z] 01:37:01 5 0.02 0.00 0.03 0.00 0.03 99.92 [2025-07-04T02:18:21.682Z] 01:37:01 6 0.00 0.00 0.02 0.18 0.02 99.78 [2025-07-04T02:18:21.682Z] 01:37:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-04T02:18:21.682Z] 01:38:01 all 0.02 0.00 0.02 0.01 0.01 99.94 [2025-07-04T02:18:21.682Z] 01:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.682Z] 01:38:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-04T02:18:21.682Z] 01:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-04T02:18:21.682Z] 01:38:01 3 0.00 0.00 0.03 0.00 0.02 99.95 [2025-07-04T02:18:21.682Z] 01:38:01 4 0.05 0.00 0.05 0.00 0.02 99.88 [2025-07-04T02:18:21.682Z] 01:38:01 5 0.05 0.00 0.03 0.00 0.03 99.88 [2025-07-04T02:18:21.682Z] 01:38:01 6 0.00 0.00 0.00 0.05 0.02 99.93 [2025-07-04T02:18:21.682Z] 01:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-04T02:18:21.682Z] 01:39:01 all 0.04 0.00 0.04 0.01 0.01 99.91 [2025-07-04T02:18:21.682Z] 01:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-04T02:18:21.682Z] 01:39:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-04T02:18:21.682Z] 01:39:01 2 0.05 0.00 0.03 0.02 0.02 99.88 [2025-07-04T02:18:21.682Z] 01:39:01 3 0.10 0.00 0.03 0.02 0.02 99.83 [2025-07-04T02:18:21.682Z] 01:39:01 4 0.05 0.00 0.07 0.00 0.02 99.87 [2025-07-04T02:18:21.682Z] 01:39:01 5 0.03 0.00 0.05 0.00 0.03 99.88 [2025-07-04T02:18:21.682Z] 01:39:01 6 0.02 0.00 0.03 0.02 0.00 99.93 [2025-07-04T02:18:21.682Z] 01:39:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-04T02:18:21.682Z] 01:40:01 all 0.02 0.00 0.01 0.04 0.01 99.92 [2025-07-04T02:18:21.682Z] 01:40:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-04T02:18:21.682Z] 01:40:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-04T02:18:21.682Z] 01:40:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-04T02:18:21.682Z] 01:40:01 3 0.02 0.00 0.05 0.02 0.00 99.92 [2025-07-04T02:18:21.682Z] 01:40:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-04T02:18:21.682Z] 01:40:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-04T02:18:21.682Z] 01:40:01 6 0.02 0.00 0.02 0.27 0.00 99.70 [2025-07-04T02:18:21.682Z] 01:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-04T02:18:21.682Z] 01:41:01 all 0.03 0.00 0.01 0.02 0.01 99.93 [2025-07-04T02:18:21.682Z] 01:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-04T02:18:21.682Z] 01:41:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-04T02:18:21.682Z] 01:41:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-04T02:18:21.682Z] 01:41:01 3 0.05 0.00 0.02 0.02 0.02 99.90 [2025-07-04T02:18:21.682Z] 01:41:01 4 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-04T02:18:21.682Z] 01:41:01 5 0.03 0.00 0.05 0.00 0.02 99.90 [2025-07-04T02:18:21.682Z] 01:41:01 6 0.02 0.00 0.00 0.13 0.00 99.85 [2025-07-04T02:18:21.682Z] 01:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.682Z] 01:42:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-04T02:18:21.682Z] 01:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-04T02:18:21.682Z] 01:42:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-04T02:18:21.682Z] 01:42:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-04T02:18:21.682Z] 01:42:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-04T02:18:21.682Z] 01:42:01 4 0.03 0.00 0.02 0.03 0.02 99.90 [2025-07-04T02:18:21.682Z] 01:42:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-04T02:18:21.682Z] 01:42:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-04T02:18:21.682Z] 01:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-04T02:18:21.682Z] 01:43:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-07-04T02:18:21.683Z] 01:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.683Z] 01:43:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-04T02:18:21.683Z] 01:43:01 2 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-04T02:18:21.683Z] 01:43:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-04T02:18:21.683Z] 01:43:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-04T02:18:21.683Z] 01:43:01 5 0.03 0.00 0.02 0.00 0.03 99.92 [2025-07-04T02:18:21.683Z] 01:43:01 6 0.05 0.00 0.00 0.03 0.00 99.92 [2025-07-04T02:18:21.683Z] 01:43:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-04T02:18:21.683Z] 01:44:01 all 0.04 0.00 0.02 0.00 0.01 99.93 [2025-07-04T02:18:21.683Z] 01:44:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-04T02:18:21.683Z] 01:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:44:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-04T02:18:21.683Z] 01:44:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2025-07-04T02:18:21.683Z] 01:44:01 4 0.13 0.00 0.00 0.00 0.00 99.87 [2025-07-04T02:18:21.683Z] 01:44:01 5 0.05 0.00 0.05 0.00 0.03 99.87 [2025-07-04T02:18:21.683Z] 01:44:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-04T02:18:21.683Z] 01:45:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-07-04T02:18:21.683Z] 01:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 01:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 01:45:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-04T02:18:21.683Z] 01:45:01 3 0.08 0.00 0.02 0.00 0.02 99.88 [2025-07-04T02:18:21.683Z] 01:45:01 4 0.03 0.00 0.02 0.02 0.03 99.90 [2025-07-04T02:18:21.683Z] 01:45:01 5 0.05 0.00 0.03 0.00 0.03 99.88 [2025-07-04T02:18:21.683Z] 01:45:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-04T02:18:21.683Z] 01:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-04T02:18:21.683Z] 01:46:01 all 0.02 0.00 0.02 0.00 0.01 99.94 [2025-07-04T02:18:21.683Z] 01:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:46:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-04T02:18:21.683Z] 01:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-04T02:18:21.683Z] 01:46:01 4 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-04T02:18:21.683Z] 01:46:01 5 0.07 0.00 0.05 0.00 0.03 99.85 [2025-07-04T02:18:21.683Z] 01:46:01 6 0.00 0.00 0.00 0.03 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:46:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.683Z] [2025-07-04T02:18:21.683Z] 01:46:01 CPU %user %nice %system %iowait %steal %idle [2025-07-04T02:18:21.683Z] 01:47:02 all 0.04 0.00 0.02 0.00 0.01 99.92 [2025-07-04T02:18:21.683Z] 01:47:02 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 01:47:02 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:47:02 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-04T02:18:21.683Z] 01:47:02 3 0.03 0.00 0.05 0.00 0.02 99.90 [2025-07-04T02:18:21.683Z] 01:47:02 4 0.10 0.00 0.03 0.00 0.02 99.85 [2025-07-04T02:18:21.683Z] 01:47:02 5 0.08 0.00 0.03 0.00 0.03 99.85 [2025-07-04T02:18:21.683Z] 01:47:02 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-04T02:18:21.683Z] 01:47:02 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-04T02:18:21.683Z] 01:48:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-07-04T02:18:21.683Z] 01:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-04T02:18:21.683Z] 01:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 01:48:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-04T02:18:21.683Z] 01:48:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-04T02:18:21.683Z] 01:48:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-04T02:18:21.683Z] 01:48:01 5 0.03 0.00 0.05 0.00 0.02 99.90 [2025-07-04T02:18:21.683Z] 01:48:01 6 0.00 0.00 0.02 0.03 0.02 99.93 [2025-07-04T02:18:21.683Z] 01:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.683Z] 01:49:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-07-04T02:18:21.683Z] 01:49:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-04T02:18:21.683Z] 01:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:49:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-04T02:18:21.683Z] 01:49:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-04T02:18:21.683Z] 01:49:01 4 0.12 0.00 0.05 0.00 0.02 99.82 [2025-07-04T02:18:21.683Z] 01:49:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-04T02:18:21.683Z] 01:49:01 6 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-04T02:18:21.683Z] 01:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 01:50:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-07-04T02:18:21.683Z] 01:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 01:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 01:50:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-04T02:18:21.683Z] 01:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.683Z] 01:50:01 4 0.05 0.00 0.02 0.02 0.02 99.90 [2025-07-04T02:18:21.683Z] 01:50:01 5 0.03 0.00 0.05 0.00 0.03 99.88 [2025-07-04T02:18:21.683Z] 01:50:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 01:51:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-04T02:18:21.683Z] 01:51:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:51:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-04T02:18:21.683Z] 01:51:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:51:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-04T02:18:21.683Z] 01:51:01 4 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-04T02:18:21.683Z] 01:51:01 5 0.02 0.00 0.05 0.00 0.02 99.92 [2025-07-04T02:18:21.683Z] 01:51:01 6 0.03 0.00 0.00 0.02 0.02 99.93 [2025-07-04T02:18:21.683Z] 01:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 01:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-07-04T02:18:21.683Z] 01:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.683Z] 01:52:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:52:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-04T02:18:21.683Z] 01:52:01 3 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:52:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:52:01 5 0.07 0.00 0.02 0.00 0.03 99.88 [2025-07-04T02:18:21.683Z] 01:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 01:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 01:53:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-04T02:18:21.683Z] 01:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:53:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.683Z] 01:53:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-04T02:18:21.683Z] 01:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 01:53:01 4 0.08 0.00 0.03 0.02 0.02 99.85 [2025-07-04T02:18:21.683Z] 01:53:01 5 0.05 0.00 0.02 0.00 0.03 99.90 [2025-07-04T02:18:21.683Z] 01:53:01 6 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-04T02:18:21.683Z] 01:53:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-04T02:18:21.683Z] 01:54:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-07-04T02:18:21.683Z] 01:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.683Z] 01:54:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-04T02:18:21.683Z] 01:54:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:54:01 3 0.02 0.00 0.05 0.00 0.02 99.92 [2025-07-04T02:18:21.683Z] 01:54:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-04T02:18:21.683Z] 01:54:01 5 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-04T02:18:21.683Z] 01:54:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.683Z] 01:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 01:55:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-04T02:18:21.683Z] 01:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-04T02:18:21.683Z] 01:55:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-04T02:18:21.683Z] 01:55:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-04T02:18:21.683Z] 01:55:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-04T02:18:21.683Z] 01:55:01 4 0.03 0.00 0.02 0.02 0.00 99.93 [2025-07-04T02:18:21.683Z] 01:55:01 5 0.07 0.00 0.02 0.00 0.03 99.88 [2025-07-04T02:18:21.683Z] 01:55:01 6 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-04T02:18:21.683Z] 01:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 01:56:01 all 0.03 0.00 0.01 0.01 0.01 99.93 [2025-07-04T02:18:21.683Z] 01:56:01 0 0.07 0.00 0.00 0.00 0.02 99.92 [2025-07-04T02:18:21.683Z] 01:56:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-04T02:18:21.683Z] 01:56:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-04T02:18:21.683Z] 01:56:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-04T02:18:21.683Z] 01:56:01 4 0.03 0.00 0.02 0.05 0.02 99.88 [2025-07-04T02:18:21.683Z] 01:56:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-04T02:18:21.683Z] 01:56:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:56:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:57:01 all 0.10 0.00 0.02 0.00 0.01 99.87 [2025-07-04T02:18:21.683Z] 01:57:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-04T02:18:21.683Z] 01:57:01 1 0.02 0.00 0.05 0.00 0.02 99.92 [2025-07-04T02:18:21.683Z] 01:57:01 2 0.02 0.00 0.03 0.00 0.03 99.92 [2025-07-04T02:18:21.683Z] 01:57:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-04T02:18:21.683Z] 01:57:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2025-07-04T02:18:21.683Z] 01:57:01 5 0.63 0.00 0.00 0.00 0.00 99.37 [2025-07-04T02:18:21.683Z] 01:57:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-04T02:18:21.683Z] 01:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] [2025-07-04T02:18:21.683Z] 01:57:01 CPU %user %nice %system %iowait %steal %idle [2025-07-04T02:18:21.683Z] 01:58:01 all 0.21 0.00 0.01 0.00 0.01 99.78 [2025-07-04T02:18:21.683Z] 01:58:01 0 0.10 0.00 0.02 0.00 0.02 99.87 [2025-07-04T02:18:21.683Z] 01:58:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-04T02:18:21.683Z] 01:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 01:58:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:58:01 5 1.50 0.00 0.02 0.00 0.02 98.47 [2025-07-04T02:18:21.683Z] 01:58:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-04T02:18:21.683Z] 01:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 01:59:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2025-07-04T02:18:21.683Z] 01:59:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:59:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-04T02:18:21.683Z] 01:59:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2025-07-04T02:18:21.683Z] 01:59:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-04T02:18:21.683Z] 01:59:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2025-07-04T02:18:21.683Z] 01:59:01 5 2.05 0.00 0.03 0.00 0.02 97.90 [2025-07-04T02:18:21.683Z] 01:59:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-04T02:18:21.683Z] 01:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 02:00:01 all 0.25 0.00 0.03 0.01 0.00 99.70 [2025-07-04T02:18:21.683Z] 02:00:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-04T02:18:21.683Z] 02:00:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-04T02:18:21.683Z] 02:00:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-04T02:18:21.683Z] 02:00:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-04T02:18:21.683Z] 02:00:01 4 0.02 0.00 0.03 0.07 0.00 99.88 [2025-07-04T02:18:21.683Z] 02:00:01 5 1.83 0.00 0.07 0.00 0.02 98.09 [2025-07-04T02:18:21.683Z] 02:00:01 6 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-04T02:18:21.683Z] 02:00:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.683Z] 02:01:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-07-04T02:18:21.683Z] 02:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-04T02:18:21.683Z] 02:01:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-04T02:18:21.683Z] 02:01:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-07-04T02:18:21.683Z] 02:01:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-04T02:18:21.683Z] 02:01:01 4 0.05 0.00 0.00 0.02 0.02 99.92 [2025-07-04T02:18:21.683Z] 02:01:01 5 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-04T02:18:21.683Z] 02:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-04T02:18:21.683Z] 02:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 02:02:01 all 0.03 0.00 0.01 0.04 0.01 99.92 [2025-07-04T02:18:21.683Z] 02:02:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-04T02:18:21.683Z] 02:02:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-04T02:18:21.683Z] 02:02:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-04T02:18:21.683Z] 02:02:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-04T02:18:21.683Z] 02:02:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-04T02:18:21.683Z] 02:02:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-04T02:18:21.683Z] 02:02:01 6 0.00 0.00 0.00 0.32 0.00 99.68 [2025-07-04T02:18:21.683Z] 02:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 02:03:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2025-07-04T02:18:21.683Z] 02:03:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-04T02:18:21.683Z] 02:03:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.683Z] 02:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-04T02:18:21.683Z] 02:03:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-04T02:18:21.683Z] 02:03:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-04T02:18:21.683Z] 02:03:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-04T02:18:21.683Z] 02:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-04T02:18:21.683Z] 02:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 02:04:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-04T02:18:21.683Z] 02:04:01 0 0.08 0.00 0.02 0.00 0.02 99.88 [2025-07-04T02:18:21.683Z] 02:04:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-04T02:18:21.683Z] 02:04:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-04T02:18:21.683Z] 02:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-04T02:18:21.683Z] 02:04:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-04T02:18:21.683Z] 02:04:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-04T02:18:21.683Z] 02:04:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-04T02:18:21.683Z] 02:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.683Z] 02:05:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2025-07-04T02:18:21.683Z] 02:05:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-04T02:18:21.683Z] 02:05:01 1 0.07 0.00 0.00 0.00 0.00 99.93 [2025-07-04T02:18:21.683Z] 02:05:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-04T02:18:21.683Z] 02:05:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-04T02:18:21.683Z] 02:05:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-04T02:18:21.683Z] 02:05:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2025-07-04T02:18:21.683Z] 02:05:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.683Z] 02:05:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.683Z] 02:06:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-07-04T02:18:21.684Z] 02:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-04T02:18:21.684Z] 02:06:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-04T02:18:21.684Z] 02:06:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-04T02:18:21.684Z] 02:06:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-04T02:18:21.684Z] 02:06:01 4 0.05 0.00 0.02 0.02 0.00 99.92 [2025-07-04T02:18:21.684Z] 02:06:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-04T02:18:21.684Z] 02:06:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-04T02:18:21.684Z] 02:06:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-07-04T02:18:21.684Z] 02:07:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-07-04T02:18:21.684Z] 02:07:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-04T02:18:21.684Z] 02:07:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-04T02:18:21.684Z] 02:07:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-04T02:18:21.684Z] 02:07:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-07-04T02:18:21.684Z] 02:07:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-04T02:18:21.684Z] 02:07:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-04T02:18:21.684Z] 02:07:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-07-04T02:18:21.684Z] 02:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-04T02:18:21.684Z] 02:08:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2025-07-04T02:18:21.684Z] 02:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2025-07-04T02:18:21.684Z] 02:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-04T02:18:21.684Z] 02:08:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-04T02:18:21.684Z] 02:08:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-04T02:18:21.684Z] 02:08:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2025-07-04T02:18:21.684Z] 02:08:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2025-07-04T02:18:21.684Z] 02:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-04T02:18:21.684Z] 02:08:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.684Z] [2025-07-04T02:18:21.684Z] 02:08:01 CPU %user %nice %system %iowait %steal %idle [2025-07-04T02:18:21.684Z] 02:09:01 all 0.06 0.00 0.01 0.00 0.01 99.92 [2025-07-04T02:18:21.684Z] 02:09:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-04T02:18:21.684Z] 02:09:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-04T02:18:21.684Z] 02:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-07-04T02:18:21.684Z] 02:09:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2025-07-04T02:18:21.684Z] 02:09:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-04T02:18:21.684Z] 02:09:01 5 0.32 0.00 0.02 0.00 0.03 99.63 [2025-07-04T02:18:21.684Z] 02:09:01 6 0.03 0.00 0.00 0.02 0.00 99.95 [2025-07-04T02:18:21.684Z] 02:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.684Z] 02:10:01 all 0.27 0.00 0.01 0.11 0.01 99.60 [2025-07-04T02:18:21.684Z] 02:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-04T02:18:21.684Z] 02:10:01 1 0.02 0.00 0.05 0.00 0.02 99.92 [2025-07-04T02:18:21.684Z] 02:10:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-07-04T02:18:21.684Z] 02:10:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-04T02:18:21.684Z] 02:10:01 4 0.02 0.00 0.00 0.35 0.02 99.62 [2025-07-04T02:18:21.684Z] 02:10:01 5 2.04 0.00 0.00 0.00 0.02 97.95 [2025-07-04T02:18:21.684Z] 02:10:01 6 0.02 0.00 0.00 0.50 0.00 99.48 [2025-07-04T02:18:21.684Z] 02:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.684Z] 02:11:01 all 0.27 0.00 0.02 0.01 0.00 99.70 [2025-07-04T02:18:21.684Z] 02:11:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-04T02:18:21.684Z] 02:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-04T02:18:21.684Z] 02:11:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-04T02:18:21.684Z] 02:11:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2025-07-04T02:18:21.684Z] 02:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.684Z] 02:11:01 5 2.02 0.00 0.05 0.00 0.02 97.92 [2025-07-04T02:18:21.684Z] 02:11:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-04T02:18:21.684Z] 02:11:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-04T02:18:21.684Z] 02:12:01 all 0.08 0.00 0.01 0.00 0.01 99.90 [2025-07-04T02:18:21.684Z] 02:12:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2025-07-04T02:18:21.684Z] 02:12:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-04T02:18:21.684Z] 02:12:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-04T02:18:21.684Z] 02:12:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-04T02:18:21.684Z] 02:12:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-07-04T02:18:21.684Z] 02:12:01 5 0.45 0.00 0.05 0.00 0.02 99.48 [2025-07-04T02:18:21.684Z] 02:12:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-04T02:18:21.684Z] 02:12:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.684Z] 02:13:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-07-04T02:18:21.684Z] 02:13:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2025-07-04T02:18:21.684Z] 02:13:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.684Z] 02:13:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-07-04T02:18:21.684Z] 02:13:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2025-07-04T02:18:21.684Z] 02:13:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2025-07-04T02:18:21.684Z] 02:13:01 5 0.07 0.00 0.03 0.00 0.03 99.87 [2025-07-04T02:18:21.684Z] 02:13:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.684Z] 02:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.684Z] 02:14:01 all 0.21 0.00 0.01 0.00 0.01 99.77 [2025-07-04T02:18:21.684Z] 02:14:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-07-04T02:18:21.684Z] 02:14:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-04T02:18:21.684Z] 02:14:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-07-04T02:18:21.684Z] 02:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.684Z] 02:14:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2025-07-04T02:18:21.684Z] 02:14:01 5 1.53 0.00 0.03 0.00 0.00 98.43 [2025-07-04T02:18:21.684Z] 02:14:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-07-04T02:18:21.684Z] 02:14:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.684Z] 02:15:01 all 0.06 0.00 0.03 0.00 0.01 99.90 [2025-07-04T02:18:21.684Z] 02:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-04T02:18:21.684Z] 02:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.684Z] 02:15:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2025-07-04T02:18:21.684Z] 02:15:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2025-07-04T02:18:21.684Z] 02:15:01 4 0.00 0.00 0.05 0.00 0.00 99.95 [2025-07-04T02:18:21.684Z] 02:15:01 5 0.37 0.00 0.07 0.00 0.02 99.55 [2025-07-04T02:18:21.684Z] 02:15:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2025-07-04T02:18:21.684Z] 02:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.684Z] 02:16:01 all 0.02 0.00 0.01 0.24 0.00 99.72 [2025-07-04T02:18:21.684Z] 02:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-04T02:18:21.684Z] 02:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-07-04T02:18:21.684Z] 02:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-07-04T02:18:21.684Z] 02:16:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-07-04T02:18:21.684Z] 02:16:01 4 0.00 0.00 0.00 0.60 0.00 99.40 [2025-07-04T02:18:21.684Z] 02:16:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-07-04T02:18:21.684Z] 02:16:01 6 0.07 0.00 0.02 1.32 0.02 98.58 [2025-07-04T02:18:21.684Z] 02:16:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-07-04T02:18:21.684Z] 02:17:01 all 1.75 0.00 0.78 3.96 0.03 93.49 [2025-07-04T02:18:21.684Z] 02:17:01 0 2.75 0.00 0.67 0.00 0.02 96.56 [2025-07-04T02:18:21.684Z] 02:17:01 1 0.58 0.00 0.43 0.77 0.03 98.18 [2025-07-04T02:18:21.684Z] 02:17:01 2 2.37 0.00 1.55 1.27 0.03 94.77 [2025-07-04T02:18:21.684Z] 02:17:01 3 1.29 0.00 0.64 1.14 0.02 96.92 [2025-07-04T02:18:21.684Z] 02:17:01 4 1.49 0.00 0.74 9.81 0.03 87.93 [2025-07-04T02:18:21.684Z] 02:17:01 5 2.67 0.00 0.60 0.00 0.02 96.72 [2025-07-04T02:18:21.684Z] 02:17:01 6 1.24 0.00 0.60 18.37 0.03 79.75 [2025-07-04T02:18:21.684Z] 02:17:01 7 1.59 0.00 1.00 0.37 0.02 97.02 [2025-07-04T02:18:21.684Z] 02:18:01 all 6.61 0.00 2.75 3.03 0.06 87.56 [2025-07-04T02:18:21.684Z] 02:18:01 0 8.14 0.00 4.32 6.74 0.10 80.69 [2025-07-04T02:18:21.684Z] 02:18:01 1 7.85 0.00 3.32 0.62 0.05 88.15 [2025-07-04T02:18:21.684Z] 02:18:01 2 7.92 0.00 2.50 4.86 0.07 84.66 [2025-07-04T02:18:21.684Z] 02:18:01 3 6.67 0.00 3.03 0.22 0.05 90.02 [2025-07-04T02:18:21.684Z] 02:18:01 4 5.23 0.00 1.63 1.85 0.03 91.26 [2025-07-04T02:18:21.684Z] 02:18:01 5 5.61 0.00 2.17 0.52 0.05 91.65 [2025-07-04T02:18:21.684Z] 02:18:01 6 6.09 0.00 2.54 2.32 0.07 88.98 [2025-07-04T02:18:21.684Z] 02:18:01 7 5.38 0.00 2.45 7.08 0.05 85.04 [2025-07-04T02:18:21.684Z] Average: all 7.44 0.00 1.17 0.86 0.03 90.50 [2025-07-04T02:18:21.684Z] Average: 0 7.46 0.00 1.19 0.67 0.03 90.66 [2025-07-04T02:18:21.684Z] Average: 1 7.49 0.00 1.19 0.67 0.03 90.62 [2025-07-04T02:18:21.684Z] Average: 2 7.40 0.00 1.16 0.61 0.03 90.81 [2025-07-04T02:18:21.684Z] Average: 3 7.50 0.00 1.21 0.96 0.03 90.31 [2025-07-04T02:18:21.684Z] Average: 4 7.24 0.00 1.18 1.75 0.03 89.80 [2025-07-04T02:18:21.684Z] Average: 5 7.65 0.00 1.15 0.53 0.04 90.63 [2025-07-04T02:18:21.684Z] Average: 6 7.38 0.00 1.17 1.08 0.02 90.34 [2025-07-04T02:18:21.684Z] Average: 7 7.39 0.00 1.14 0.62 0.02 90.82 [2025-07-04T02:18:21.684Z] [2025-07-04T02:18:21.684Z] [2025-07-04T02:18:21.684Z]