Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from acd9371b2d4ec601382e9a9bfd258c637bb43487 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-ssh7182579452759522788.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-ssh5121454556068830026.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-ssh6038655213623483849.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-ssh6299458608145841430.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-ssh16414649272889183468.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-44768 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/826 [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/826 # 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 acd9371b2d4ec601382e9a9bfd258c637bb43487 (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 acd9371b2d4ec601382e9a9bfd258c637bb43487 # timeout=10 Commit message: "Merge pull request #5130 from jumpingliu/issue-5129" > git rev-list --no-walk 285c4605f0d8a1204ede5df9efc844b172296372 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-04-11T08:57:16.683Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-04-11T08:57:16.756Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-04-11T08:57:16.810Z] ========================================================= [2025-04-11T08:57:16.810Z] EdgeX Global Pipelines Version Info [2025-04-11T08:57:16.810Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-04-11T08:57:17.620Z] ------------------- [2025-04-11T08:57:17.620Z] stable info: [2025-04-11T08:57:17.620Z] ------------------- [2025-04-11T08:57:17.620Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-04-11T08:57:17.621Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-04-11T08:57:17.621Z] Message: update stable to v1.0.274 [2025-04-11T08:57:18.205Z] ------------------- [2025-04-11T08:57:18.205Z] experimental info: [2025-04-11T08:57:18.205Z] ------------------- [2025-04-11T08:57:18.205Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-04-11T08:57:18.205Z] Commit SHA: 7c3a367fa733d150e1ac20fa3f2bcc8a88dd5580 [2025-04-11T08:57:18.205Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-04-11T08:57:18.279Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-04-11T08:57:18.299Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-04-11T08:57:18.317Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-04-11T08:57:18.331Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-04-11T08:57:18.347Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-04-11T08:57:18.363Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-04-11T08:57:18.381Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-04-11T08:57:18.399Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-04-11T08:57:25.568Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-04-11T08:57:25.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-04-11T08:57:25.607Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-04-11T08:57:25.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-04-11T08:57:25.644Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-04-11T08:57:25.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-04-11T08:57:25.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-04-11T08:57:25.703Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-04-11T08:57:25.717Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-04-11T08:57:25.736Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-04-11T08:57:25.755Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-04-11T08:57:25.783Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-04-11T08:57:25.808Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-04-11T08:57:25.827Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-04-11T08:57:25.844Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-04-11T08:57:25.858Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-04-11T08:57:25.883Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-04-11T08:57:25.903Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-04-11T08:57:25.918Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] echo [2025-04-11T08:57:25.933Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = acd9371 [Pipeline] echo [2025-04-11T08:57:25.949Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-11T08:57:26.048Z] provisioning config files... [2025-04-11T08:57:26.072Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/826@tmp/config5662347182242283474tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-11T08:57:26.410Z] ---> ****-login.sh [2025-04-11T08:57:26.410Z] nexus3.edgexfoundry.org:10001 [2025-04-11T08:57:26.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-11T08:57:26.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-11T08:57:26.669Z] Configure a credential helper to remove this warning. See [2025-04-11T08:57:26.669Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-11T08:57:26.669Z] [2025-04-11T08:57:26.669Z] Login Succeeded [2025-04-11T08:57:26.669Z] nexus3.edgexfoundry.org:10002 [2025-04-11T08:57:26.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-11T08:57:26.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-11T08:57:26.669Z] Configure a credential helper to remove this warning. See [2025-04-11T08:57:26.669Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-11T08:57:26.669Z] [2025-04-11T08:57:26.669Z] Login Succeeded [2025-04-11T08:57:26.669Z] nexus3.edgexfoundry.org:10003 [2025-04-11T08:57:26.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-11T08:57:26.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-11T08:57:26.943Z] Configure a credential helper to remove this warning. See [2025-04-11T08:57:26.943Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-11T08:57:26.943Z] [2025-04-11T08:57:26.943Z] Login Succeeded [2025-04-11T08:57:26.943Z] nexus3.edgexfoundry.org:10004 [2025-04-11T08:57:26.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-11T08:57:26.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-11T08:57:26.943Z] Configure a credential helper to remove this warning. See [2025-04-11T08:57:26.943Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-11T08:57:26.943Z] [2025-04-11T08:57:26.943Z] Login Succeeded [2025-04-11T08:57:26.943Z] ****.io [2025-04-11T08:57:26.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-11T08:57:27.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-11T08:57:27.206Z] Configure a credential helper to remove this warning. See [2025-04-11T08:57:27.206Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-11T08:57:27.206Z] [2025-04-11T08:57:27.206Z] Login Succeeded [2025-04-11T08:57:27.206Z] ---> ****-login.sh ends [Pipeline] } [2025-04-11T08:57:27.233Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-11T08:57:27.584Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2025-04-11T08:57:27.584Z] + + dirname cmd/core-command/Dockerfile [2025-04-11T08:57:27.584Z] cut -d/ -f2 [2025-04-11T08:57:27.584Z] + echo core-command,cmd/core-command/Dockerfile [2025-04-11T08:57:27.584Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-04-11T08:57:27.584Z] + cut -d/ -f2 [2025-04-11T08:57:27.584Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-04-11T08:57:27.584Z] + + dirnamecut cmd/core-data/Dockerfile -d/ [2025-04-11T08:57:27.584Z] -f2 [2025-04-11T08:57:27.584Z] + echo core-data,cmd/core-data/Dockerfile [2025-04-11T08:57:27.584Z] + dirname cmd/core-keeper/Dockerfile [2025-04-11T08:57:27.584Z] + cut -d/ -f2 [2025-04-11T08:57:27.584Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-04-11T08:57:27.584Z] + dirname cmd/core-metadata/Dockerfile [2025-04-11T08:57:27.584Z] + cut -d/ -f2 [2025-04-11T08:57:27.584Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-04-11T08:57:27.584Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-04-11T08:57:27.584Z] + cut -d/ -f2 [2025-04-11T08:57:27.584Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-04-11T08:57:27.584Z] + + dirname cmd/security-proxy-auth/Dockerfile [2025-04-11T08:57:27.584Z] cut -d/ -f2 [2025-04-11T08:57:27.584Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-04-11T08:57:27.584Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-04-11T08:57:27.584Z] + cut -d/ -f2 [2025-04-11T08:57:27.584Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-04-11T08:57:27.584Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-04-11T08:57:27.584Z] + cut -d/ -f2 [2025-04-11T08:57:27.584Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-04-11T08:57:27.584Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-04-11T08:57:27.584Z] + cut -d/ -f2 [2025-04-11T08:57:27.584Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-04-11T08:57:27.584Z] + dirname cmd/security-spire-agent/Dockerfile [2025-04-11T08:57:27.584Z] + cut -d/ -f2 [2025-04-11T08:57:27.584Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-04-11T08:57:27.584Z] + dirname cmd/security-spire-config/Dockerfile [2025-04-11T08:57:27.584Z] + cut -d/ -f2 [2025-04-11T08:57:27.584Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-04-11T08:57:27.584Z] + dirname cmd/security-spire-server/Dockerfile [2025-04-11T08:57:27.584Z] + cut -d/ -f2 [2025-04-11T08:57:27.584Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-04-11T08:57:27.584Z] + dirname cmd/support-notifications/Dockerfile [2025-04-11T08:57:27.584Z] + cut -d/ -f2 [2025-04-11T08:57:27.584Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-04-11T08:57:27.584Z] + dirname cmd/support-scheduler/Dockerfile [2025-04-11T08:57:27.584Z] + cut -d/ -f2 [2025-04-11T08:57:27.584Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-04-11T08:57:27.623Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-04-11T08:57:27.984Z] + git rev-list -1 --merges acd9371b2d4ec601382e9a9bfd258c637bb43487~1..acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] echo [2025-04-11T08:57:27.999Z] -----------> git rev-list -1 --merges acd9371b2d4ec601382e9a9bfd258c637bb43487~1..acd9371b2d4ec601382e9a9bfd258c637bb43487 acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T08:57:27.999Z] acd9371b2d4ec601382e9a9bfd258c637bb43487 [false] [Pipeline] sh [2025-04-11T08:57:28.297Z] + git log --format=format:%s -1 acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] echo [2025-04-11T08:57:28.311Z] ========================================================= [2025-04-11T08:57:28.311Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-04-11T08:57:28.311Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-04-11T08:57:28.848Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-11T08:57:28.848Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-04-11T08:57:28.848Z] + [ -e /tmp/ssh_known_hosts ] [2025-04-11T08:57:28.848Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-04-11T08:57:28.848Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-04-11T08:57:28.848Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-04-11T08:57:28.848Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T08:57:29.297Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-11T08:57:29.297Z] [2025-04-11T08:57:29.297Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T08:57:29.642Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-11T08:57:29.642Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-04-11T08:57:29.642Z] b85a868b505f: Pulling fs layer [2025-04-11T08:57:29.642Z] e2be974225ed: Pulling fs layer [2025-04-11T08:57:29.642Z] 339a4e72a1f5: Pulling fs layer [2025-04-11T08:57:29.642Z] 988bab9f4d93: Pulling fs layer [2025-04-11T08:57:29.642Z] 1469e6f7b9e6: Pulling fs layer [2025-04-11T08:57:29.642Z] eaf3925da568: Pulling fs layer [2025-04-11T08:57:29.642Z] bab4dde63d76: Pulling fs layer [2025-04-11T08:57:29.642Z] bde34c3a00c8: Pulling fs layer [2025-04-11T08:57:29.642Z] b352a97aabf1: Pulling fs layer [2025-04-11T08:57:29.642Z] 4872d77fe225: Pulling fs layer [2025-04-11T08:57:29.642Z] 5851b861e8e6: Pulling fs layer [2025-04-11T08:57:29.642Z] eaf3925da568: Waiting [2025-04-11T08:57:29.642Z] b352a97aabf1: Waiting [2025-04-11T08:57:29.642Z] bab4dde63d76: Waiting [2025-04-11T08:57:29.642Z] 988bab9f4d93: Waiting [2025-04-11T08:57:29.642Z] bde34c3a00c8: Waiting [2025-04-11T08:57:29.642Z] 4872d77fe225: Waiting [2025-04-11T08:57:29.642Z] 1469e6f7b9e6: Waiting [2025-04-11T08:57:29.642Z] 5851b861e8e6: Waiting [2025-04-11T08:57:29.642Z] e2be974225ed: Verifying Checksum [2025-04-11T08:57:29.642Z] e2be974225ed: Download complete [2025-04-11T08:57:29.642Z] 988bab9f4d93: Verifying Checksum [2025-04-11T08:57:29.642Z] 988bab9f4d93: Download complete [2025-04-11T08:57:29.642Z] 1469e6f7b9e6: Verifying Checksum [2025-04-11T08:57:29.642Z] 1469e6f7b9e6: Download complete [2025-04-11T08:57:29.642Z] eaf3925da568: Verifying Checksum [2025-04-11T08:57:29.642Z] eaf3925da568: Download complete [2025-04-11T08:57:29.904Z] 339a4e72a1f5: Verifying Checksum [2025-04-11T08:57:29.904Z] 339a4e72a1f5: Download complete [2025-04-11T08:57:29.904Z] bde34c3a00c8: Download complete [2025-04-11T08:57:29.904Z] b352a97aabf1: Download complete [2025-04-11T08:57:29.904Z] 4872d77fe225: Download complete [2025-04-11T08:57:29.904Z] 5851b861e8e6: Download complete [2025-04-11T08:57:29.904Z] b85a868b505f: Verifying Checksum [2025-04-11T08:57:29.904Z] b85a868b505f: Download complete [2025-04-11T08:57:30.178Z] bab4dde63d76: Verifying Checksum [2025-04-11T08:57:30.178Z] bab4dde63d76: Download complete [2025-04-11T08:57:31.124Z] b85a868b505f: Pull complete [2025-04-11T08:57:31.124Z] e2be974225ed: Pull complete [2025-04-11T08:57:31.713Z] 339a4e72a1f5: Pull complete [2025-04-11T08:57:31.713Z] 988bab9f4d93: Pull complete [2025-04-11T08:57:31.978Z] 1469e6f7b9e6: Pull complete [2025-04-11T08:57:31.978Z] eaf3925da568: Pull complete [2025-04-11T08:57:33.887Z] bab4dde63d76: Pull complete [2025-04-11T08:57:33.887Z] bde34c3a00c8: Pull complete [2025-04-11T08:57:33.887Z] b352a97aabf1: Pull complete [2025-04-11T08:57:33.887Z] 4872d77fe225: Pull complete [2025-04-11T08:57:33.887Z] 5851b861e8e6: Pull complete [2025-04-11T08:57:33.887Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-04-11T08:57:33.887Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-11T08:57:33.887Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-11T08:57:34.067Z] prd-ubuntu20.04-docker-8c-8g-44768 does not seem to be running inside a container [2025-04-11T08:57:34.169Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/826 -v /w/workspace/edgex-go/826:/w/workspace/edgex-go/826:rw,z -v /w/workspace/edgex-go/826@tmp:/w/workspace/edgex-go/826@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-04-11T08:57:35.457Z] $ docker top 18f22b4bd77a0a27a2a8617ba16f5a3ed63c666d4d794cae129d538eb4591e50 -eo pid,comm [2025-04-11T08:57:35.522Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-04-11T08:57:35.522Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-11T08:57:35.575Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-11T08:57:35.575Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-11T08:57:35.691Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-11T08:57:35.692Z] $ docker exec 18f22b4bd77a0a27a2a8617ba16f5a3ed63c666d4d794cae129d538eb4591e50 ssh-agent [2025-04-11T08:57:35.815Z] SSH_AUTH_SOCK=/tmp/ssh-fSrbacZf9cjv/agent.32 [2025-04-11T08:57:35.815Z] SSH_AGENT_PID=38 [2025-04-11T08:57:35.828Z] Running ssh-add (command line suppressed) [2025-04-11T08:57:35.926Z] Identity added: /w/workspace/edgex-go/826@tmp/private_key_16209565788735399725.key (/w/workspace/edgex-go/826@tmp/private_key_16209565788735399725.key) [2025-04-11T08:57:35.952Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-11T08:57:36.250Z] + git tag --points-at HEAD [Pipeline] } [2025-04-11T08:57:36.281Z] $ docker exec --env ******** --env ******** 18f22b4bd77a0a27a2a8617ba16f5a3ed63c666d4d794cae129d538eb4591e50 ssh-agent -k [2025-04-11T08:57:36.374Z] unset SSH_AUTH_SOCK; [2025-04-11T08:57:36.375Z] unset SSH_AGENT_PID; [2025-04-11T08:57:36.375Z] echo Agent pid 38 killed; [2025-04-11T08:57:36.391Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-04-11T08:57:36.451Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-11T08:57:36.451Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-11T08:57:36.624Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-11T08:57:36.626Z] $ docker exec 18f22b4bd77a0a27a2a8617ba16f5a3ed63c666d4d794cae129d538eb4591e50 ssh-agent [2025-04-11T08:57:36.730Z] SSH_AUTH_SOCK=/tmp/ssh-HnZJjlQ659wU/agent.71 [2025-04-11T08:57:36.730Z] SSH_AGENT_PID=77 [2025-04-11T08:57:36.735Z] Running ssh-add (command line suppressed) [2025-04-11T08:57:36.836Z] Identity added: /w/workspace/edgex-go/826@tmp/private_key_7372196475832545970.key (/w/workspace/edgex-go/826@tmp/private_key_7372196475832545970.key) [2025-04-11T08:57:36.855Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-11T08:57:37.155Z] + git semver init [2025-04-11T08:57:37.426Z] 2025-04-11 08:57:37,312 [run_init] DEBUG init version:0.0.0 force:False [2025-04-11T08:57:37.427Z] 2025-04-11 08:57:37,314 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/826/.semver [2025-04-11T08:57:37.427Z] 2025-04-11 08:57:37,314 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/826/.semver [2025-04-11T08:57:37.427Z] 2025-04-11 08:57:37,314 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/826/.semver'], cwd=/w/workspace/edgex-go/826, universal_newlines=False, shell=None, istream=None) [2025-04-11T08:57:42.753Z] 2025-04-11 08:57:42,101 [append_file] DEBUG append to file:/w/workspace/edgex-go/826/.git/info/exclude [2025-04-11T08:57:42.753Z] 2025-04-11 08:57:42,101 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/826/.semver/main with force:False [2025-04-11T08:57:42.753Z] 2025-04-11 08:57:42,101 [read_version] DEBUG read version from /w/workspace/edgex-go/826/.semver/main [2025-04-11T08:57:42.753Z] 2025-04-11 08:57:42,101 [read_version] DEBUG read version from /w/workspace/edgex-go/826/.semver/main [2025-04-11T08:57:42.753Z] 4.1.0-dev.2 [Pipeline] } [2025-04-11T08:57:42.765Z] $ docker exec --env ******** --env ******** 18f22b4bd77a0a27a2a8617ba16f5a3ed63c666d4d794cae129d538eb4591e50 ssh-agent -k [2025-04-11T08:57:42.866Z] unset SSH_AUTH_SOCK; [2025-04-11T08:57:42.866Z] unset SSH_AGENT_PID; [2025-04-11T08:57:42.866Z] echo Agent pid 77 killed; [2025-04-11T08:57:42.877Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-11T08:57:43.209Z] + git semver [Pipeline] } [2025-04-11T08:57:43.508Z] $ docker stop --time=1 18f22b4bd77a0a27a2a8617ba16f5a3ed63c666d4d794cae129d538eb4591e50 [2025-04-11T08:57:44.775Z] $ docker rm -f --volumes 18f22b4bd77a0a27a2a8617ba16f5a3ed63c666d4d794cae129d538eb4591e50 [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-11T08:57:45.136Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-04-11T08:57:45.405Z] Stashed 1 file(s) [Pipeline] echo [2025-04-11T08:57:45.408Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-04-11T08:57:45.843Z] + git config --global --add safe.directory /w/workspace/edgex-go/826 [Pipeline] echo [2025-04-11T08:57:45.859Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-11T08:57:45.872Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-11T08:57:45.883Z] ========================================================= [2025-04-11T08:57:45.883Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-04-11T08:57:45.883Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-04-11T08:57:46.187Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-04-11T08:57:46.187Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-04-11T08:57:46.187Z] 0a9a5dfd008f: Pulling fs layer [2025-04-11T08:57:46.187Z] dbfa0bcfca99: Pulling fs layer [2025-04-11T08:57:46.187Z] 70eabb1d9476: Pulling fs layer [2025-04-11T08:57:46.187Z] 957bedc73fa3: Pulling fs layer [2025-04-11T08:57:46.187Z] 4f4fb700ef54: Pulling fs layer [2025-04-11T08:57:46.187Z] f40432e63723: Pulling fs layer [2025-04-11T08:57:46.187Z] 90b4343acab7: Pulling fs layer [2025-04-11T08:57:46.187Z] 9f67ea4ac784: Pulling fs layer [2025-04-11T08:57:46.187Z] 9228b9a606be: Pulling fs layer [2025-04-11T08:57:46.187Z] 9f67ea4ac784: Waiting [2025-04-11T08:57:46.187Z] 9228b9a606be: Waiting [2025-04-11T08:57:46.187Z] 4f4fb700ef54: Waiting [2025-04-11T08:57:46.187Z] f40432e63723: Waiting [2025-04-11T08:57:46.187Z] 957bedc73fa3: Waiting [2025-04-11T08:57:46.187Z] 90b4343acab7: Waiting [2025-04-11T08:57:46.187Z] dbfa0bcfca99: Verifying Checksum [2025-04-11T08:57:46.187Z] dbfa0bcfca99: Download complete [2025-04-11T08:57:46.187Z] 957bedc73fa3: Verifying Checksum [2025-04-11T08:57:46.187Z] 957bedc73fa3: Download complete [2025-04-11T08:57:46.187Z] 4f4fb700ef54: Verifying Checksum [2025-04-11T08:57:46.187Z] 4f4fb700ef54: Download complete [2025-04-11T08:57:46.187Z] 0a9a5dfd008f: Verifying Checksum [2025-04-11T08:57:46.187Z] 0a9a5dfd008f: Download complete [2025-04-11T08:57:46.187Z] f40432e63723: Verifying Checksum [2025-04-11T08:57:46.187Z] f40432e63723: Download complete [2025-04-11T08:57:46.187Z] 90b4343acab7: Verifying Checksum [2025-04-11T08:57:46.187Z] 90b4343acab7: Download complete [2025-04-11T08:57:46.447Z] 0a9a5dfd008f: Pull complete [2025-04-11T08:57:46.447Z] 9228b9a606be: Verifying Checksum [2025-04-11T08:57:46.447Z] 9228b9a606be: Download complete [2025-04-11T08:57:46.447Z] dbfa0bcfca99: Pull complete [2025-04-11T08:57:46.719Z] 70eabb1d9476: Download complete [2025-04-11T08:57:46.978Z] 9f67ea4ac784: Verifying Checksum [2025-04-11T08:57:50.277Z] 70eabb1d9476: Pull complete [2025-04-11T08:57:50.277Z] 957bedc73fa3: Pull complete [2025-04-11T08:57:50.277Z] 4f4fb700ef54: Pull complete [2025-04-11T08:57:50.277Z] f40432e63723: Pull complete [2025-04-11T08:57:50.277Z] 90b4343acab7: Pull complete [2025-04-11T08:57:52.832Z] 9f67ea4ac784: Pull complete [2025-04-11T08:57:53.105Z] 9228b9a606be: Pull complete [2025-04-11T08:57:53.105Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-04-11T08:57:53.105Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-04-11T08:57:53.105Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-04-11T08:57:53.423Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-04-11T08:57:53.423Z] WORKDIR /edgex [2025-04-11T08:57:53.423Z] COPY go.mod . [2025-04-11T08:57:53.423Z] RUN go mod download [2025-04-11T08:57:53.423Z] + docker build -t ci-base-image-x86_64 -f - . [2025-04-11T08:57:53.995Z] Sending build context to Docker daemon 185.8MB [2025-04-11T08:57:53.995Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-04-11T08:57:53.995Z] ---> 69404ca5bff2 [2025-04-11T08:57:53.995Z] Step 2/4 : WORKDIR /edgex [2025-04-11T08:57:55.924Z] ---> Running in 7e8236a36660 [2025-04-11T08:57:55.924Z] Removing intermediate container 7e8236a36660 [2025-04-11T08:57:55.924Z] ---> 78e7be4f569a [2025-04-11T08:57:55.924Z] Step 3/4 : COPY go.mod . [2025-04-11T08:57:55.924Z] ---> 806f2e8f4696 [2025-04-11T08:57:55.924Z] Step 4/4 : RUN go mod download [2025-04-11T08:57:55.924Z] ---> Running in 9dc6d5cf71d6 [2025-04-11T08:58:00.510Z] Still waiting to schedule task [2025-04-11T08:58:00.511Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-04-11T08:58:14.109Z] Removing intermediate container 9dc6d5cf71d6 [2025-04-11T08:58:14.109Z] ---> f5f1f21aaee3 [2025-04-11T08:58:14.109Z] Successfully built f5f1f21aaee3 [2025-04-11T08:58:14.109Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T08:58:14.419Z] + docker inspect -f . ci-base-image-x86_64 [2025-04-11T08:58:14.420Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-11T08:58:14.528Z] prd-ubuntu20.04-docker-8c-8g-44768 does not seem to be running inside a container [2025-04-11T08:58:14.583Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/826 -v /w/workspace/edgex-go/826:/w/workspace/edgex-go/826:rw,z -v /w/workspace/edgex-go/826@tmp:/w/workspace/edgex-go/826@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-04-11T08:58:14.920Z] $ docker top b5d41485db6a945aabc2d6a30097eb0cb4b8af51894972519f3beab211ba9dc3 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-11T08:58:15.281Z] + go version [2025-04-11T08:58:15.281Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-04-11T08:58:15.302Z] $ docker stop --time=1 b5d41485db6a945aabc2d6a30097eb0cb4b8af51894972519f3beab211ba9dc3 [2025-04-11T08:58:16.602Z] $ docker rm -f --volumes b5d41485db6a945aabc2d6a30097eb0cb4b8af51894972519f3beab211ba9dc3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T08:58:17.037Z] + docker inspect -f . ci-base-image-x86_64 [2025-04-11T08:58:17.037Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-11T08:58:17.118Z] prd-ubuntu20.04-docker-8c-8g-44768 does not seem to be running inside a container [2025-04-11T08:58:17.152Z] $ 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/826 -v /w/workspace/edgex-go/826:/w/workspace/edgex-go/826:rw,z -v /w/workspace/edgex-go/826@tmp:/w/workspace/edgex-go/826@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-04-11T08:58:17.479Z] $ docker top d238fc67d38a0cf7298c9044436c5c4742245f8f713d21c7d252e60d4e821839 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-04-11T08:58:17.555Z] ========================================================= [2025-04-11T08:58:17.555Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-04-11T08:58:17.555Z] ========================================================= [Pipeline] sh [2025-04-11T08:58:17.858Z] + git config --global --add safe.directory /w/workspace/edgex-go/826 [Pipeline] fileExists [Pipeline] sh [2025-04-11T08:58:18.180Z] + make test [2025-04-11T08:58:18.180Z] go test -race -coverprofile=coverage.out ./... [2025-04-11T08:58:26.353Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-04-11T08:58:48.352Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-04-11T08:58:48.352Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-04-11T08:58:48.352Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-04-11T08:58:48.352Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-04-11T08:58:48.352Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-04-11T08:58:48.352Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-04-11T08:58:48.352Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-04-11T08:58:48.352Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-04-11T08:58:48.352Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-04-11T08:58:48.352Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-04-11T08:58:48.352Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-04-11T08:58:48.352Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-04-11T08:58:48.352Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-04-11T08:58:48.352Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-04-11T08:58:48.352Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-04-11T08:58:48.352Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-04-11T08:58:48.352Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-04-11T08:58:49.302Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.022s coverage: 28.7% of statements [2025-04-11T08:58:50.715Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-04-11T08:58:50.715Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-04-11T08:58:50.715Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-04-11T08:58:50.715Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-04-11T08:58:51.309Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.036s coverage: 97.0% of statements [2025-04-11T08:58:51.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-04-11T08:58:51.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-04-11T08:58:51.888Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-04-11T08:58:51.888Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-04-11T08:58:51.888Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-04-11T08:58:51.888Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-04-11T08:58:51.888Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-04-11T08:58:51.888Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-04-11T08:58:51.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-04-11T08:58:51.888Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-04-11T08:58:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-04-11T08:58:53.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-04-11T08:58:53.292Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-04-11T08:58:53.292Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-04-11T08:58:53.292Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-04-11T08:58:53.292Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-04-11T08:58:54.679Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-04-11T08:58:54.679Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-04-11T08:58:54.679Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.065s coverage: 69.2% of statements [2025-04-11T08:58:54.679Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.023s coverage: 3.5% of statements [2025-04-11T08:58:54.679Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.062s coverage: 45.7% of statements [2025-04-11T08:58:54.679Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.916s coverage: 93.4% of statements [2025-04-11T08:58:54.679Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.041s coverage: 92.3% of statements [2025-04-11T08:58:55.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.045s coverage: 8.4% of statements [2025-04-11T08:58:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-04-11T08:58:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-04-11T08:58:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-04-11T08:58:56.582Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-04-11T08:58:56.582Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-04-11T08:58:56.582Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-04-11T08:58:56.582Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-04-11T08:58:56.582Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-04-11T08:58:56.582Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-04-11T08:58:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-04-11T08:58:56.582Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-04-11T08:58:56.582Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-04-11T08:58:56.582Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-04-11T08:58:56.582Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-04-11T08:58:57.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.354s coverage: 95.8% of statements [2025-04-11T08:58:57.976Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.023s coverage: 72.2% of statements [2025-04-11T08:58:58.236Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-04-11T08:58:58.236Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-04-11T08:58:58.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-04-11T08:58:58.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-04-11T08:58:58.236Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-04-11T08:58:58.236Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-04-11T08:58:59.197Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.038s coverage: 0.0% of statements [no tests to run] [2025-04-11T08:58:59.459Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.039s coverage: 1.0% of statements [2025-04-11T08:58:59.459Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.026s coverage: 42.6% of statements [2025-04-11T08:58:59.459Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.017s coverage: 81.1% of statements [2025-04-11T08:59:00.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.022s coverage: 40.0% of statements [2025-04-11T08:59:00.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.023s coverage: 87.1% of statements [2025-04-11T08:59:00.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.023s coverage: 94.1% of statements [2025-04-11T08:59:00.059Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-04-11T08:59:00.059Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-04-11T08:59:00.059Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-04-11T08:59:00.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.035s coverage: 96.3% of statements [2025-04-11T08:59:00.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-04-11T08:59:00.633Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-04-11T08:59:00.633Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-04-11T08:59:00.633Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-04-11T08:59:00.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.016s coverage: 87.5% of statements [2025-04-11T08:59:01.586Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-04-11T08:59:01.586Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-04-11T08:59:01.586Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-04-11T08:59:02.170Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-04-11T08:59:02.171Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-04-11T08:59:02.171Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-04-11T08:59:02.171Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-04-11T08:59:02.757Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-04-11T08:59:02.757Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-04-11T08:59:03.343Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-04-11T08:59:04.764Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-04-11T08:59:04.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-04-11T08:59:06.196Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-04-11T08:59:07.137Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-04-11T08:59:07.137Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-04-11T08:59:07.137Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-04-11T08:59:10.488Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-04-11T08:59:10.748Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-04-11T08:59:10.748Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-04-11T08:59:11.019Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-04-11T08:59:11.019Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-04-11T08:59:11.019Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-04-11T08:59:12.949Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-04-11T08:59:12.949Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-04-11T08:59:12.949Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-04-11T08:59:12.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.029s coverage: 94.4% of statements [2025-04-11T08:59:12.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-04-11T08:59:12.949Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-04-11T08:59:12.949Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-04-11T08:59:13.209Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-04-11T08:59:13.472Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-04-11T08:59:13.472Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-04-11T08:59:13.472Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-04-11T08:59:13.472Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-04-11T08:59:13.472Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-04-11T08:59:14.884Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-04-11T08:59:14.884Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-04-11T08:59:14.884Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-04-11T08:59:14.884Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-04-11T08:59:16.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-04-11T08:59:16.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-04-11T08:59:16.310Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-04-11T08:59:16.310Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-04-11T08:59:16.892Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-04-11T08:59:16.892Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-04-11T08:59:16.892Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-04-11T08:59:17.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-04-11T08:59:17.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-04-11T08:59:17.744Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.043s coverage: 92.9% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.021s coverage: 68.8% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.027s coverage: 62.3% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.023s coverage: 47.4% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.023s coverage: 87.2% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.023s coverage: 15.5% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.081s coverage: 81.8% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.078s coverage: 82.1% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.021s coverage: 86.0% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.041s coverage: 6.8% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.046s coverage: 33.3% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.046s coverage: 100.0% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.181s coverage: 54.5% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.015s coverage: 100.0% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.030s coverage: 88.6% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.029s coverage: 96.8% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.148s coverage: 29.2% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.030s coverage: 93.8% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.020s coverage: 3.1% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.022s coverage: 76.2% of statements [2025-04-11T08:59:19.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.022s coverage: 54.0% of statements [2025-04-11T08:59:22.479Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.056s coverage: 17.0% of statements [2025-04-11T08:59:22.479Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.109s coverage: 94.9% of statements [2025-04-11T08:59:22.479Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.039s coverage: 9.0% of statements [2025-04-11T08:59:22.479Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.069s coverage: 97.7% of statements [2025-04-11T08:59:22.479Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.028s coverage: 43.6% of statements [2025-04-11T08:59:22.479Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2025-04-11T08:59:22.479Z] running golangci-lint [2025-04-11T08:59:22.479Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-04-11T08:59:22.479Z] go version go1.23.8 linux/amd64 [2025-04-11T08:59:22.742Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-04-11T08:59:22.742Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-04-11T08:59:22.742Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-04-11T08:59:33.382Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-44769 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-04-11T08:59:33.407Z] Running in /w/workspace/edgex-go/826 [Pipeline] { [Pipeline] checkout [2025-04-11T08:59:36.475Z] The recommended git tool is: git [2025-04-11T08:59:40.934Z] level=info msg="[loader] Go packages loading at mode 575 (types_sizes|deps|files|imports|name|compiled_files|exports_file) took 18.095164538s" [2025-04-11T08:59:40.935Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 40.457275ms" [2025-04-11T08:59:41.232Z] using credential edgex-jenkins-ssh [2025-04-11T08:59:41.254Z] Cloning the remote Git repository [2025-04-11T08:59:41.284Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-04-11T08:59:41.395Z] > git init /w/workspace/edgex-go/826 # timeout=10 [2025-04-11T08:59:41.523Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-04-11T08:59:41.524Z] > git --version # timeout=10 [2025-04-11T08:59:41.542Z] > git --version # 'git version 2.25.1' [2025-04-11T08:59:41.544Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-04-11T08:59:41.678Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-04-11T08:59:53.299Z] level=info msg="[linters_context/goanalysis] analyzers took 1m31.557426734s with top 10 stages: buildir: 50.929614685s, gosec: 3.465931418s, inspect: 2.649332378s, fact_deprecated: 2.075999044s, ctrlflow: 1.85630278s, printf: 1.658331568s, nilness: 1.215784398s, fact_purity: 1.165414441s, S1038: 906.426922ms, isgenerated: 760.918995ms" [2025-04-11T08:59:53.299Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-04-11T08:59:53.299Z] level=info msg="[runner] Processors filtering stat (in/out): exclude-rules: 202/20, cgo: 202/202, invalid_issue: 202/202, autogenerated_exclude: 202/202, skip_files: 202/202, exclude: 202/202, nolint: 20/0, filename_unadjuster: 202/202, path_prettifier: 202/202, skip_dirs: 202/202, identifier_marker: 202/202" [2025-04-11T08:59:53.299Z] level=info msg="[runner] processing took 24.11869ms with stages: nolint: 11.326113ms, identifier_marker: 5.834613ms, exclude-rules: 2.711685ms, path_prettifier: 1.706246ms, autogenerated_exclude: 1.456674ms, skip_dirs: 963.288µs, cgo: 48.07µs, invalid_issue: 46.771µs, filename_unadjuster: 20.78µs, max_same_issues: 1.03µs, uniq_by_line: 610ns, exclude: 580ns, skip_files: 460ns, fixer: 380ns, sort_results: 320ns, diff: 290ns, max_from_linter: 170ns, path_prefixer: 140ns, source_code: 130ns, path_shortener: 120ns, severity-rules: 110ns, max_per_file_from_linter: 110ns" [2025-04-11T08:59:53.299Z] level=info msg="[runner] linters took 11.097898823s with stages: goanalysis_metalinter: 11.073665582s" [2025-04-11T08:59:53.299Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-04-11T08:59:53.299Z] level=info msg="Memory: 293 samples, avg is 334.7MB, max is 1421.2MB" [2025-04-11T08:59:53.299Z] level=info msg="Execution took 29.243950162s" [2025-04-11T08:59:53.299Z] go vet ./... [2025-04-11T08:59:58.663Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-04-11T08:59:58.663Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-04-11T08:59:58.663Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-04-11T08:59:58.695Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-04-11T08:59:58.465Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-04-11T08:59:58.493Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-04-11T08:59:59.044Z] + ls -al . [2025-04-11T08:59:59.044Z] total 1992 [2025-04-11T08:59:59.044Z] drwxrwxr-x 11 1001 1001 4096 Apr 11 08:58 . [2025-04-11T08:59:59.044Z] drwxr-xr-x 4 root root 4096 Apr 11 08:58 .. [2025-04-11T08:59:59.044Z] drwxrwxr-x 2 1001 1001 4096 Apr 11 08:57 .blubracket [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 10 Apr 11 08:57 .dockerignore [2025-04-11T08:59:59.044Z] drwxrwxr-x 8 1001 1001 4096 Apr 11 08:59 .git [2025-04-11T08:59:59.044Z] drwxrwxr-x 3 1001 1001 4096 Apr 11 08:57 .github [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 909 Apr 11 08:57 .gitignore [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 218 Apr 11 08:57 .golangci.yml [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 100 Apr 11 08:57 .hadolint.yml [2025-04-11T08:59:59.044Z] drwxr-xr-x 3 1001 1001 4096 Apr 11 08:57 .semver [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 155 Apr 11 08:57 .sonarcloud.properties [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 1171 Apr 11 08:57 ADOPTERS.md [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 17374 Apr 11 08:57 Attribution.txt [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 108018 Apr 11 08:57 CHANGELOG.md [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 3804 Apr 11 08:57 CONTRIBUTING.md [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 677 Apr 11 08:57 GOVERNANCE.md [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 858 Apr 11 08:57 Jenkinsfile [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 10775 Apr 11 08:57 LICENSE [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 16740 Apr 11 08:57 Makefile [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 582 Apr 11 08:57 OWNERS.md [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 9932 Apr 11 08:57 README.md [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 789 Apr 11 08:57 SECURITY.md [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 11 Apr 11 08:57 VERSION [2025-04-11T08:59:59.044Z] drwxrwxr-x 2 1001 1001 4096 Apr 11 08:57 bin [2025-04-11T08:59:59.044Z] drwxrwxr-x 19 1001 1001 4096 Apr 11 08:57 cmd [2025-04-11T08:59:59.044Z] -rw-r--r-- 1 root root 1660924 Apr 11 08:59 coverage.out [2025-04-11T08:59:59.044Z] drwxrwxr-x 2 1001 1001 4096 Apr 11 08:57 fuzz_test [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 6491 Apr 11 08:57 go.mod [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 88213 Apr 11 08:57 go.sum [2025-04-11T08:59:59.044Z] drwxrwxr-x 7 1001 1001 4096 Apr 11 08:57 internal [2025-04-11T08:59:59.044Z] drwxrwxr-x 2 1001 1001 4096 Apr 11 08:57 openapi [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 584 Apr 11 08:57 security.txt [2025-04-11T08:59:59.044Z] -rw-rw-r-- 1 1001 1001 204 Apr 11 08:57 version.go [Pipeline] sh [2025-04-11T08:59:59.380Z] + '[' -e coverage.out ] [2025-04-11T08:59:59.380Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-04-11T08:59:59.539Z] Avoid second fetch [2025-04-11T08:59:59.539Z] Checking out Revision acd9371b2d4ec601382e9a9bfd258c637bb43487 (main) [2025-04-11T08:59:59.540Z] Stashed 1 file(s) [Pipeline] sh [2025-04-11T08:59:59.830Z] + make build [2025-04-11T08:59:59.830Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-04-11T09:00:00.370Z] Commit message: "Merge pull request #5130 from jumpingliu/issue-5129" [2025-04-11T08:59:59.551Z] > git config core.sparsecheckout # timeout=10 [2025-04-11T08:59:59.610Z] > git checkout -f acd9371b2d4ec601382e9a9bfd258c637bb43487 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-04-11T09:00:05.201Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-04-11T09:00:05.201Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-04-11T09:00:05.201Z] Dload Upload Total Spent Left Speed [2025-04-11T09:00:05.201Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 83298 0 --:--:-- --:--:-- --:--:-- 83298 [Pipeline] sh [2025-04-11T09:00:05.546Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-04-11T09:00:05.886Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-04-11T09:00:05.886Z] + sudo tee /etc/docker/daemon.new [2025-04-11T09:00:05.886Z] { [2025-04-11T09:00:05.886Z] "registry-mirrors": [ [2025-04-11T09:00:05.886Z] "https://nexus3.edgexfoundry.org:10001" [2025-04-11T09:00:05.886Z] ], [2025-04-11T09:00:05.886Z] "bip": "10.250.0.254/24", [2025-04-11T09:00:05.886Z] "hosts": [ [2025-04-11T09:00:05.886Z] "tcp://0.0.0.0:5555", [2025-04-11T09:00:05.886Z] "unix:///var/run/docker.sock" [2025-04-11T09:00:05.886Z] ], [2025-04-11T09:00:05.886Z] "mtu": 1458, [2025-04-11T09:00:05.886Z] "selinux-enabled": true, [2025-04-11T09:00:05.886Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-04-11T09:00:05.886Z] } [Pipeline] sh [2025-04-11T09:00:06.241Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-04-11T09:00:06.633Z] + sudo service docker restart [2025-04-11T09:00:21.870Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-04-11T09:00:21.870Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-04-11T09:00:22.144Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-04-11T09:00:22.711Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-04-11T09:00:24.128Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-11T09:00:25.033Z] provisioning config files... [2025-04-11T09:00:25.056Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/826@tmp/config17988100200284577755tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-11T09:00:25.533Z] ---> ****-login.sh [2025-04-11T09:00:25.533Z] nexus3.edgexfoundry.org:10001 [2025-04-11T09:00:25.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-11T09:00:26.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-11T09:00:26.078Z] Configure a credential helper to remove this warning. See [2025-04-11T09:00:26.078Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-11T09:00:26.078Z] [2025-04-11T09:00:26.078Z] Login Succeeded [2025-04-11T09:00:26.078Z] nexus3.edgexfoundry.org:10002 [2025-04-11T09:00:26.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-11T09:00:26.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-11T09:00:26.348Z] Configure a credential helper to remove this warning. See [2025-04-11T09:00:26.348Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-11T09:00:26.348Z] [2025-04-11T09:00:26.348Z] Login Succeeded [2025-04-11T09:00:26.348Z] nexus3.edgexfoundry.org:10003 [2025-04-11T09:00:26.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-11T09:00:26.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-11T09:00:26.619Z] Configure a credential helper to remove this warning. See [2025-04-11T09:00:26.619Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-11T09:00:26.619Z] [2025-04-11T09:00:26.619Z] Login Succeeded [2025-04-11T09:00:26.619Z] nexus3.edgexfoundry.org:10004 [2025-04-11T09:00:26.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-11T09:00:27.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-11T09:00:27.175Z] Configure a credential helper to remove this warning. See [2025-04-11T09:00:27.175Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-11T09:00:27.175Z] [2025-04-11T09:00:27.175Z] Login Succeeded [2025-04-11T09:00:27.175Z] ****.io [2025-04-11T09:00:27.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-11T09:00:27.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-11T09:00:27.447Z] Configure a credential helper to remove this warning. See [2025-04-11T09:00:27.447Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-11T09:00:27.447Z] [2025-04-11T09:00:27.447Z] Login Succeeded [2025-04-11T09:00:27.447Z] ---> ****-login.sh ends [Pipeline] } [2025-04-11T09:00:27.458Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-04-11T09:00:28.109Z] + git config --global --add safe.directory /w/workspace/edgex-go/826 [Pipeline] echo [2025-04-11T09:00:28.132Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-11T09:00:28.146Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-11T09:00:28.156Z] ========================================================= [2025-04-11T09:00:28.156Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-04-11T09:00:28.156Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-04-11T09:00:28.424Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-04-11T09:00:28.481Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-04-11T09:00:28.481Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-04-11T09:00:28.481Z] 94e9d8af2201: Pulling fs layer [2025-04-11T09:00:28.481Z] 634366ca850b: Pulling fs layer [2025-04-11T09:00:28.481Z] f66ade281fe9: Pulling fs layer [2025-04-11T09:00:28.481Z] 13fd4ce6e94e: Pulling fs layer [2025-04-11T09:00:28.481Z] 4f4fb700ef54: Pulling fs layer [2025-04-11T09:00:28.481Z] 4cccf3f17d63: Pulling fs layer [2025-04-11T09:00:28.481Z] 2d8010953d95: Pulling fs layer [2025-04-11T09:00:28.481Z] ec743f232bc5: Pulling fs layer [2025-04-11T09:00:28.481Z] 13fd4ce6e94e: Waiting [2025-04-11T09:00:28.481Z] 4f4fb700ef54: Waiting [2025-04-11T09:00:28.481Z] 4cccf3f17d63: Waiting [2025-04-11T09:00:28.481Z] 2d8010953d95: Waiting [2025-04-11T09:00:28.481Z] ec743f232bc5: Waiting [2025-04-11T09:00:28.762Z] 634366ca850b: Verifying Checksum [2025-04-11T09:00:28.762Z] 634366ca850b: Download complete [2025-04-11T09:00:28.762Z] 13fd4ce6e94e: Verifying Checksum [2025-04-11T09:00:28.762Z] 13fd4ce6e94e: Download complete [2025-04-11T09:00:28.762Z] 4f4fb700ef54: Verifying Checksum [2025-04-11T09:00:28.762Z] 4f4fb700ef54: Download complete [2025-04-11T09:00:28.762Z] 4cccf3f17d63: Verifying Checksum [2025-04-11T09:00:28.762Z] 4cccf3f17d63: Download complete [2025-04-11T09:00:28.762Z] 94e9d8af2201: Download complete [2025-04-11T09:00:29.399Z] ec743f232bc5: Verifying Checksum [2025-04-11T09:00:29.399Z] ec743f232bc5: Download complete [2025-04-11T09:00:29.679Z] 94e9d8af2201: Pull complete [2025-04-11T09:00:30.282Z] 634366ca850b: Pull complete [2025-04-11T09:00:30.564Z] f66ade281fe9: Verifying Checksum [2025-04-11T09:00:30.564Z] f66ade281fe9: Download complete [2025-04-11T09:00:30.974Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-04-11T09:00:31.535Z] 2d8010953d95: Verifying Checksum [2025-04-11T09:00:31.535Z] 2d8010953d95: Download complete [2025-04-11T09:00:32.365Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-04-11T09:00:34.963Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-04-11T09:00:35.909Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-04-11T09:00:36.880Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-04-11T09:00:37.834Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-04-11T09:00:39.244Z] $ docker stop --time=1 d238fc67d38a0cf7298c9044436c5c4742245f8f713d21c7d252e60d4e821839 [2025-04-11T09:00:42.077Z] $ docker rm -f --volumes d238fc67d38a0cf7298c9044436c5c4742245f8f713d21c7d252e60d4e821839 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:00:43.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-04-11T09:00:43.389Z] [2025-04-11T09:00:43.389Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:00:43.765Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-04-11T09:00:43.765Z] latest: Pulling from edgex-devops/edgex-compose [2025-04-11T09:00:43.765Z] 91d30c5bc195: Pulling fs layer [2025-04-11T09:00:43.765Z] 2e9b0aa3be6d: Pulling fs layer [2025-04-11T09:00:43.765Z] 9c61dcf015f6: Pulling fs layer [2025-04-11T09:00:43.765Z] 4698f68db338: Pulling fs layer [2025-04-11T09:00:43.765Z] 2a2f49069b9e: Pulling fs layer [2025-04-11T09:00:43.765Z] e0025b399a48: Pulling fs layer [2025-04-11T09:00:43.765Z] 4698f68db338: Waiting [2025-04-11T09:00:43.765Z] e0025b399a48: Waiting [2025-04-11T09:00:43.765Z] 2a2f49069b9e: Waiting [2025-04-11T09:00:43.765Z] 91d30c5bc195: Verifying Checksum [2025-04-11T09:00:43.765Z] 91d30c5bc195: Download complete [2025-04-11T09:00:43.765Z] 4698f68db338: Download complete [2025-04-11T09:00:43.975Z] f66ade281fe9: Pull complete [2025-04-11T09:00:43.975Z] 13fd4ce6e94e: Pull complete [2025-04-11T09:00:44.021Z] 91d30c5bc195: Pull complete [2025-04-11T09:00:44.021Z] 2e9b0aa3be6d: Verifying Checksum [2025-04-11T09:00:44.021Z] 2e9b0aa3be6d: Download complete [2025-04-11T09:00:44.021Z] e0025b399a48: Verifying Checksum [2025-04-11T09:00:44.021Z] e0025b399a48: Download complete [2025-04-11T09:00:44.021Z] 2a2f49069b9e: Verifying Checksum [2025-04-11T09:00:44.021Z] 2a2f49069b9e: Download complete [2025-04-11T09:00:44.258Z] 4f4fb700ef54: Pull complete [2025-04-11T09:00:44.279Z] 2e9b0aa3be6d: Pull complete [2025-04-11T09:00:44.529Z] 4cccf3f17d63: Pull complete [2025-04-11T09:00:44.537Z] 9c61dcf015f6: Verifying Checksum [2025-04-11T09:00:44.537Z] 9c61dcf015f6: Download complete [2025-04-11T09:00:47.108Z] 9c61dcf015f6: Pull complete [2025-04-11T09:00:47.108Z] 4698f68db338: Pull complete [2025-04-11T09:00:47.108Z] 2a2f49069b9e: Pull complete [2025-04-11T09:00:47.108Z] e0025b399a48: Pull complete [2025-04-11T09:00:47.108Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-04-11T09:00:47.108Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-04-11T09:00:47.108Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-11T09:00:47.220Z] prd-ubuntu20.04-docker-8c-8g-44768 does not seem to be running inside a container [2025-04-11T09:00:47.253Z] $ 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/826 -v /w/workspace/edgex-go/826:/w/workspace/edgex-go/826:rw,z -v /w/workspace/edgex-go/826@tmp:/w/workspace/edgex-go/826@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-04-11T09:00:48.280Z] $ docker top 2c0fda0224f6b8bca3d02c6891770785b2c616da52d99aff9d7765c16f1d684c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-11T09:00:48.653Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-04-11T09:00:51.265Z] #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-04-11T09:00:51.265Z] #1 transferring dockerfile: 2.23kB done [2025-04-11T09:00:51.265Z] #1 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #2 [security-spire-server internal] load build definition from Dockerfile [2025-04-11T09:00:51.265Z] #2 transferring dockerfile: 1.70kB done [2025-04-11T09:00:51.265Z] #2 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #3 [security-bootstrapper internal] load build definition from Dockerfile [2025-04-11T09:00:51.265Z] #3 transferring dockerfile: 3.02kB done [2025-04-11T09:00:51.265Z] #3 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #4 [core-metadata internal] load build definition from Dockerfile [2025-04-11T09:00:51.265Z] #4 transferring dockerfile: 2.10kB done [2025-04-11T09:00:51.265Z] #4 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #5 [core-data internal] load build definition from Dockerfile [2025-04-11T09:00:51.265Z] #5 transferring dockerfile: 2.04kB done [2025-04-11T09:00:51.265Z] #5 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #6 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:00:51.265Z] #6 transferring dockerfile: 2.14kB done [2025-04-11T09:00:51.265Z] #6 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #7 [security-spire-agent internal] load build definition from Dockerfile [2025-04-11T09:00:51.265Z] #7 transferring dockerfile: 1.81kB done [2025-04-11T09:00:51.265Z] #7 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #8 [security-proxy-setup internal] load build definition from Dockerfile [2025-04-11T09:00:51.265Z] #8 transferring dockerfile: 2.50kB done [2025-04-11T09:00:51.265Z] #8 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #9 [security-spire-config internal] load build definition from Dockerfile [2025-04-11T09:00:51.265Z] #9 transferring dockerfile: 1.69kB done [2025-04-11T09:00:51.265Z] #9 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #10 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-04-11T09:00:51.265Z] #10 transferring dockerfile: 1.89kB done [2025-04-11T09:00:51.265Z] #10 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #11 [core-keeper internal] load build definition from Dockerfile [2025-04-11T09:00:51.265Z] #11 transferring dockerfile: 2.01kB done [2025-04-11T09:00:51.265Z] #11 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #12 [security-secretstore-setup internal] load build definition from Dockerfile [2025-04-11T09:00:51.265Z] #12 transferring dockerfile: 2.49kB done [2025-04-11T09:00:51.265Z] #12 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #13 [support-scheduler internal] load build definition from Dockerfile [2025-04-11T09:00:51.265Z] #13 transferring dockerfile: 1.83kB done [2025-04-11T09:00:51.265Z] #13 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #14 [core-common-config-bootstrapper internal] load .dockerignore [2025-04-11T09:00:51.265Z] #14 transferring context: 50B done [2025-04-11T09:00:51.265Z] #14 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #15 [support-notifications internal] load build definition from Dockerfile [2025-04-11T09:00:51.265Z] #15 transferring dockerfile: 2.00kB done [2025-04-11T09:00:51.265Z] #15 DONE 0.1s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #16 [core-command internal] load build definition from Dockerfile [2025-04-11T09:00:51.265Z] #16 transferring dockerfile: 1.94kB done [2025-04-11T09:00:51.265Z] #16 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #17 [security-spire-server internal] load .dockerignore [2025-04-11T09:00:51.265Z] #17 transferring context: 50B done [2025-04-11T09:00:51.265Z] #17 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #18 [security-bootstrapper internal] load .dockerignore [2025-04-11T09:00:51.265Z] #18 transferring context: 50B done [2025-04-11T09:00:51.265Z] #18 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #19 [core-metadata internal] load .dockerignore [2025-04-11T09:00:51.265Z] #19 transferring context: 50B done [2025-04-11T09:00:51.265Z] #19 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #20 [core-data internal] load .dockerignore [2025-04-11T09:00:51.265Z] #20 transferring context: 50B done [2025-04-11T09:00:51.265Z] #20 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #21 [security-proxy-auth internal] load .dockerignore [2025-04-11T09:00:51.265Z] #21 transferring context: 50B done [2025-04-11T09:00:51.265Z] #21 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #22 [security-spire-agent internal] load .dockerignore [2025-04-11T09:00:51.265Z] #22 transferring context: 50B done [2025-04-11T09:00:51.265Z] #22 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #23 [security-spire-config internal] load .dockerignore [2025-04-11T09:00:51.265Z] #23 transferring context: 50B done [2025-04-11T09:00:51.265Z] #23 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #24 [security-proxy-setup internal] load .dockerignore [2025-04-11T09:00:51.265Z] #24 transferring context: 50B done [2025-04-11T09:00:51.265Z] #24 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #25 [security-spiffe-token-provider internal] load .dockerignore [2025-04-11T09:00:51.265Z] #25 transferring context: 50B done [2025-04-11T09:00:51.265Z] #25 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #26 [core-keeper internal] load .dockerignore [2025-04-11T09:00:51.265Z] #26 transferring context: 50B done [2025-04-11T09:00:51.265Z] #26 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #27 [security-secretstore-setup internal] load .dockerignore [2025-04-11T09:00:51.265Z] #27 transferring context: 50B done [2025-04-11T09:00:51.265Z] #27 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #28 [support-notifications internal] load .dockerignore [2025-04-11T09:00:51.265Z] #28 transferring context: 50B done [2025-04-11T09:00:51.265Z] #28 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #29 [support-scheduler internal] load .dockerignore [2025-04-11T09:00:51.265Z] #29 transferring context: 50B done [2025-04-11T09:00:51.265Z] #29 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #30 [core-command internal] load .dockerignore [2025-04-11T09:00:51.265Z] #30 transferring context: 50B done [2025-04-11T09:00:51.265Z] #30 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-04-11T09:00:51.265Z] #31 DONE 0.0s [2025-04-11T09:00:51.265Z] [2025-04-11T09:00:51.265Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-04-11T09:00:51.526Z] #32 DONE 0.1s [2025-04-11T09:00:51.526Z] [2025-04-11T09:00:51.526Z] #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-11T09:00:51.526Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-04-11T09:00:51.526Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-11T09:00:51.526Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-04-11T09:00:51.526Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-04-11T09:00:51.526Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-04-11T09:00:51.526Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-11T09:00:51.526Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-04-11T09:00:51.526Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-04-11T09:00:51.526Z] #33 DONE 0.1s [2025-04-11T09:00:51.526Z] [2025-04-11T09:00:51.526Z] #34 [security-bootstrapper internal] load build context [2025-04-11T09:00:51.799Z] #34 ... [2025-04-11T09:00:51.799Z] [2025-04-11T09:00:51.799Z] #33 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-11T09:00:51.799Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-04-11T09:00:51.799Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-11T09:00:51.799Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-04-11T09:00:51.799Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-04-11T09:00:51.799Z] #33 DONE 0.1s [2025-04-11T09:00:51.799Z] [2025-04-11T09:00:51.799Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-04-11T09:00:51.799Z] #31 DONE 0.0s [2025-04-11T09:00:51.800Z] [2025-04-11T09:00:51.800Z] #34 [security-bootstrapper internal] load build context [2025-04-11T09:00:51.800Z] #34 ... [2025-04-11T09:00:51.800Z] [2025-04-11T09:00:51.800Z] #33 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-11T09:00:51.800Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-04-11T09:00:51.800Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-11T09:00:51.800Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-04-11T09:00:51.800Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-04-11T09:00:51.800Z] #33 DONE 0.1s [2025-04-11T09:00:51.800Z] [2025-04-11T09:00:51.800Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-04-11T09:00:51.800Z] #31 DONE 0.0s [2025-04-11T09:00:51.800Z] [2025-04-11T09:00:51.800Z] #34 [security-bootstrapper internal] load build context [2025-04-11T09:00:51.800Z] #34 ... [2025-04-11T09:00:51.800Z] [2025-04-11T09:00:51.800Z] #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-11T09:00:51.800Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-04-11T09:00:51.800Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-11T09:00:51.800Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-04-11T09:00:51.800Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-04-11T09:00:51.800Z] #33 DONE 0.1s [2025-04-11T09:00:51.800Z] [2025-04-11T09:00:51.800Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-04-11T09:00:51.800Z] #31 DONE 0.0s [2025-04-11T09:00:51.800Z] [2025-04-11T09:00:51.800Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-04-11T09:00:51.800Z] #32 DONE 0.3s [2025-04-11T09:00:51.800Z] [2025-04-11T09:00:51.800Z] #34 [security-bootstrapper internal] load build context [2025-04-11T09:00:52.066Z] #34 ... [2025-04-11T09:00:52.066Z] [2025-04-11T09:00:52.066Z] #35 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-04-11T09:00:52.066Z] #35 DONE 0.7s [2025-04-11T09:00:52.066Z] [2025-04-11T09:00:52.066Z] #34 [security-bootstrapper internal] load build context [2025-04-11T09:00:52.840Z] 2d8010953d95: Pull complete [2025-04-11T09:00:53.836Z] ec743f232bc5: Pull complete [2025-04-11T09:00:54.117Z] Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda [2025-04-11T09:00:54.117Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-04-11T09:00:54.117Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-04-11T09:00:54.462Z] + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-04-11T09:00:54.462Z] WORKDIR /edgex [2025-04-11T09:00:54.462Z] COPY go.mod . [2025-04-11T09:00:54.462Z] RUN go mod download -t [2025-04-11T09:00:54.462Z] ci-base-image-arm64 -f - . [2025-04-11T09:00:54.621Z] #34 ... [2025-04-11T09:00:54.622Z] [2025-04-11T09:00:54.622Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-11T09:00:54.622Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-04-11T09:00:54.622Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-11T09:00:54.622Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-04-11T09:00:54.622Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-04-11T09:00:54.622Z] #33 DONE 0.1s [2025-04-11T09:00:54.622Z] [2025-04-11T09:00:54.622Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-04-11T09:00:54.622Z] #36 DONE 2.9s [2025-04-11T09:00:54.622Z] [2025-04-11T09:00:54.622Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-04-11T09:00:54.622Z] #37 DONE 2.8s [2025-04-11T09:00:54.622Z] [2025-04-11T09:00:54.622Z] #34 [security-bootstrapper internal] load build context [2025-04-11T09:00:55.054Z] Sending build context to Docker daemon 3.692MB [2025-04-11T09:00:55.324Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-04-11T09:00:55.324Z] ---> 12c1d4c06be1 [2025-04-11T09:00:55.324Z] Step 2/4 : WORKDIR /edgex [2025-04-11T09:00:56.538Z] #34 transferring context: 56.59MB 4.8s [2025-04-11T09:00:56.538Z] #34 ... [2025-04-11T09:00:56.538Z] [2025-04-11T09:00:56.538Z] #38 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-04-11T09:00:56.538Z] #38 DONE 4.6s [2025-04-11T09:00:56.538Z] [2025-04-11T09:00:56.538Z] #34 [security-bootstrapper internal] load build context [2025-04-11T09:00:57.302Z] ---> Running in b6e073199f8b [2025-04-11T09:00:57.302Z] Removing intermediate container b6e073199f8b [2025-04-11T09:00:57.302Z] ---> 70ed1e898ddc [2025-04-11T09:00:57.302Z] Step 3/4 : COPY go.mod . [2025-04-11T09:00:57.898Z] ---> 94ef98decc4b [2025-04-11T09:00:57.898Z] Step 4/4 : RUN go mod download [2025-04-11T09:00:57.898Z] ---> Running in 36955ffc66a7 [2025-04-11T09:01:00.254Z] #34 ... [2025-04-11T09:01:00.254Z] [2025-04-11T09:01:00.254Z] #39 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-04-11T09:01:00.254Z] #0 1.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:00.254Z] #0 1.716 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:00.254Z] #0 2.070 (1/1) Installing dumb-init (1.2.5-r3) [2025-04-11T09:01:00.254Z] #0 2.078 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:01:00.254Z] #0 2.087 OK: 8 MiB in 15 packages [2025-04-11T09:01:00.254Z] #39 DONE 8.3s [2025-04-11T09:01:00.254Z] [2025-04-11T09:01:00.254Z] #34 [security-bootstrapper internal] load build context [2025-04-11T09:01:01.754Z] #34 transferring context: 122.84MB 9.8s [2025-04-11T09:01:01.754Z] #34 ... [2025-04-11T09:01:01.754Z] [2025-04-11T09:01:01.754Z] #40 [core-common-config-bootstrapper internal] load build context [2025-04-11T09:01:01.754Z] #40 transferring context: 503.27MB 10.0s done [2025-04-11T09:01:01.754Z] #40 ... [2025-04-11T09:01:01.754Z] [2025-04-11T09:01:01.754Z] #41 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-04-11T09:01:01.754Z] #0 2.792 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:01.754Z] #0 2.854 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:01.754Z] #0 3.165 (1/1) Installing dumb-init (1.2.5-r3) [2025-04-11T09:01:01.754Z] #0 3.170 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:01:01.754Z] #0 3.173 OK: 8 MiB in 15 packages [2025-04-11T09:01:01.754Z] #41 ... [2025-04-11T09:01:01.754Z] [2025-04-11T09:01:01.754Z] #42 [security-proxy-setup internal] load build context [2025-04-11T09:01:01.754Z] #42 transferring context: 503.27MB 9.0s done [2025-04-11T09:01:02.015Z] #42 ... [2025-04-11T09:01:02.015Z] [2025-04-11T09:01:02.015Z] #43 [core-metadata internal] load build context [2025-04-11T09:01:02.015Z] #43 ... [2025-04-11T09:01:02.015Z] [2025-04-11T09:01:02.015Z] #44 [security-proxy-auth internal] load build context [2025-04-11T09:01:02.015Z] #44 transferring context: 503.27MB 10.1s done [2025-04-11T09:01:02.015Z] #44 ... [2025-04-11T09:01:02.015Z] [2025-04-11T09:01:02.015Z] #45 [core-data internal] load build context [2025-04-11T09:01:02.015Z] #45 transferring context: 503.27MB 10.4s done [2025-04-11T09:01:02.283Z] #45 ... [2025-04-11T09:01:02.283Z] [2025-04-11T09:01:02.283Z] #46 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-04-11T09:01:02.283Z] #46 ... [2025-04-11T09:01:02.283Z] [2025-04-11T09:01:02.283Z] #47 [security-spiffe-token-provider internal] load build context [2025-04-11T09:01:02.283Z] #47 transferring context: 503.27MB 10.4s done [2025-04-11T09:01:02.283Z] #47 ... [2025-04-11T09:01:02.283Z] [2025-04-11T09:01:02.283Z] #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-04-11T09:01:02.748Z] #48 ... [2025-04-11T09:01:02.748Z] [2025-04-11T09:01:02.748Z] #49 [security-secretstore-setup internal] load build context [2025-04-11T09:01:02.748Z] #49 transferring context: 503.27MB 10.5s done [2025-04-11T09:01:03.055Z] #49 ... [2025-04-11T09:01:03.055Z] [2025-04-11T09:01:03.055Z] #50 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-04-11T09:01:03.055Z] #50 ... [2025-04-11T09:01:03.055Z] [2025-04-11T09:01:03.055Z] #51 [core-command internal] load build context [2025-04-11T09:01:03.055Z] #51 transferring context: 503.27MB 10.3s done [2025-04-11T09:01:03.055Z] #51 ... [2025-04-11T09:01:03.055Z] [2025-04-11T09:01:03.055Z] #52 [security-spire-server internal] load build context [2025-04-11T09:01:03.055Z] #52 transferring context: 23.80kB 0.0s done [2025-04-11T09:01:03.055Z] #52 DONE 8.5s [2025-04-11T09:01:03.055Z] [2025-04-11T09:01:03.055Z] #53 [support-scheduler internal] load build context [2025-04-11T09:01:03.055Z] #53 transferring context: 503.27MB 10.2s done [2025-04-11T09:01:03.055Z] #53 ... [2025-04-11T09:01:03.055Z] [2025-04-11T09:01:03.055Z] #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-04-11T09:01:03.055Z] #0 2.372 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:03.055Z] #0 2.457 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:03.055Z] #0 2.770 (1/4) Installing dumb-init (1.2.5-r3) [2025-04-11T09:01:03.055Z] #0 2.772 (2/4) Installing openssl (3.3.3-r0) [2025-04-11T09:01:03.055Z] #0 2.780 (3/4) Installing su-exec (0.2-r3) [2025-04-11T09:01:03.055Z] #0 2.786 (4/4) Installing yq-go (4.44.1-r2) [2025-04-11T09:01:03.055Z] #0 2.850 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:01:03.055Z] #0 2.861 OK: 19 MiB in 18 packages [2025-04-11T09:01:03.323Z] #54 ... [2025-04-11T09:01:03.323Z] [2025-04-11T09:01:03.323Z] #55 [support-notifications internal] load build context [2025-04-11T09:01:03.323Z] #55 ... [2025-04-11T09:01:03.323Z] [2025-04-11T09:01:03.323Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-04-11T09:01:03.792Z] #56 ... [2025-04-11T09:01:03.792Z] [2025-04-11T09:01:03.792Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-04-11T09:01:03.792Z] #57 ... [2025-04-11T09:01:03.792Z] [2025-04-11T09:01:03.792Z] #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-04-11T09:01:04.051Z] #58 ... [2025-04-11T09:01:04.051Z] [2025-04-11T09:01:04.051Z] #59 [core-keeper internal] load build context [2025-04-11T09:01:04.051Z] #59 transferring context: 503.27MB 11.1s done [2025-04-11T09:01:04.051Z] #59 ... [2025-04-11T09:01:04.051Z] [2025-04-11T09:01:04.051Z] #34 [security-bootstrapper internal] load build context [2025-04-11T09:01:04.624Z] #34 ... [2025-04-11T09:01:04.624Z] [2025-04-11T09:01:04.624Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-11T09:01:04.624Z] #60 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-11T09:01:04.624Z] #60 ... [2025-04-11T09:01:04.624Z] [2025-04-11T09:01:04.624Z] #61 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:01:04.624Z] #61 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:01:04.624Z] #61 ... [2025-04-11T09:01:04.624Z] [2025-04-11T09:01:04.624Z] #62 [security-spire-config internal] load build context [2025-04-11T09:01:05.196Z] #62 ... [2025-04-11T09:01:05.196Z] [2025-04-11T09:01:05.196Z] #63 [security-spire-agent internal] load build context [2025-04-11T09:01:05.196Z] #63 ... [2025-04-11T09:01:05.196Z] [2025-04-11T09:01:05.196Z] #34 [security-bootstrapper internal] load build context [2025-04-11T09:01:05.807Z] #34 transferring context: 503.27MB 14.1s done [2025-04-11T09:01:06.079Z] #34 ... [2025-04-11T09:01:06.079Z] [2025-04-11T09:01:06.079Z] #61 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:01:06.079Z] #61 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11.6s done [2025-04-11T09:01:06.079Z] #61 DONE 11.6s [2025-04-11T09:01:06.349Z] [2025-04-11T09:01:06.349Z] #55 [support-notifications internal] load build context [2025-04-11T09:01:06.349Z] #55 transferring context: 503.27MB 12.1s done [2025-04-11T09:01:06.932Z] #55 ... [2025-04-11T09:01:06.932Z] [2025-04-11T09:01:06.932Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-11T09:01:06.932Z] #60 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 12.4s done [2025-04-11T09:01:06.932Z] #60 DONE 12.4s [2025-04-11T09:01:06.932Z] [2025-04-11T09:01:06.932Z] #41 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-04-11T09:01:06.932Z] #41 DONE 15.3s [2025-04-11T09:01:06.932Z] [2025-04-11T09:01:06.932Z] #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-04-11T09:01:06.932Z] #54 DONE 15.3s [2025-04-11T09:01:06.932Z] [2025-04-11T09:01:06.932Z] #42 [security-proxy-setup internal] load build context [2025-04-11T09:01:06.932Z] #42 DONE 15.3s [2025-04-11T09:01:06.932Z] [2025-04-11T09:01:06.932Z] #40 [core-common-config-bootstrapper internal] load build context [2025-04-11T09:01:06.932Z] #40 DONE 15.5s [2025-04-11T09:01:06.932Z] [2025-04-11T09:01:06.932Z] #61 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:01:06.932Z] #61 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-04-11T09:01:06.932Z] #61 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-04-11T09:01:06.932Z] #61 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-04-11T09:01:06.932Z] #61 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s [2025-04-11T09:01:06.932Z] #61 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s [2025-04-11T09:01:06.932Z] #61 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s [2025-04-11T09:01:07.205Z] #61 ... [2025-04-11T09:01:07.205Z] [2025-04-11T09:01:07.205Z] #44 [security-proxy-auth internal] load build context [2025-04-11T09:01:07.205Z] #44 DONE 15.3s [2025-04-11T09:01:07.205Z] [2025-04-11T09:01:07.205Z] #45 [core-data internal] load build context [2025-04-11T09:01:07.205Z] #45 DONE 15.4s [2025-04-11T09:01:07.205Z] [2025-04-11T09:01:07.205Z] #53 [support-scheduler internal] load build context [2025-04-11T09:01:07.205Z] #53 DONE 15.1s [2025-04-11T09:01:07.205Z] [2025-04-11T09:01:07.205Z] #47 [security-spiffe-token-provider internal] load build context [2025-04-11T09:01:07.205Z] #47 DONE 15.3s [2025-04-11T09:01:07.205Z] [2025-04-11T09:01:07.205Z] #51 [core-command internal] load build context [2025-04-11T09:01:07.205Z] #51 DONE 15.2s [2025-04-11T09:01:07.205Z] [2025-04-11T09:01:07.205Z] #43 [core-metadata internal] load build context [2025-04-11T09:01:07.205Z] #43 transferring context: 503.27MB 10.7s done [2025-04-11T09:01:07.205Z] #43 DONE 15.5s [2025-04-11T09:01:07.205Z] [2025-04-11T09:01:07.205Z] #49 [security-secretstore-setup internal] load build context [2025-04-11T09:01:07.205Z] #49 DONE 15.2s [2025-04-11T09:01:07.205Z] [2025-04-11T09:01:07.205Z] #59 [core-keeper internal] load build context [2025-04-11T09:01:07.205Z] #59 DONE 15.3s [2025-04-11T09:01:07.205Z] [2025-04-11T09:01:07.205Z] #55 [support-notifications internal] load build context [2025-04-11T09:01:07.205Z] #55 DONE 15.2s [2025-04-11T09:01:07.205Z] [2025-04-11T09:01:07.205Z] #34 [security-bootstrapper internal] load build context [2025-04-11T09:01:07.205Z] #34 DONE 15.5s [2025-04-11T09:01:07.205Z] [2025-04-11T09:01:07.205Z] #61 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:01:07.205Z] #61 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-04-11T09:01:07.205Z] #61 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-04-11T09:01:07.205Z] #61 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-04-11T09:01:07.205Z] #61 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-04-11T09:01:07.205Z] #61 ... [2025-04-11T09:01:07.205Z] [2025-04-11T09:01:07.205Z] #62 [security-spire-config internal] load build context [2025-04-11T09:01:07.205Z] #62 transferring context: 22.05kB done [2025-04-11T09:01:07.205Z] #62 DONE 12.7s [2025-04-11T09:01:07.205Z] [2025-04-11T09:01:07.205Z] #63 [security-spire-agent internal] load build context [2025-04-11T09:01:07.205Z] #63 transferring context: 23.33kB done [2025-04-11T09:01:07.205Z] #63 DONE 12.7s [2025-04-11T09:01:07.205Z] [2025-04-11T09:01:07.205Z] #61 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:01:07.205Z] #61 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-04-11T09:01:07.205Z] #61 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-04-11T09:01:07.205Z] #61 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done [2025-04-11T09:01:07.205Z] #61 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 4.19MB / 36.47MB 0.3s [2025-04-11T09:01:07.205Z] #61 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-04-11T09:01:07.205Z] #61 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-04-11T09:01:07.476Z] #61 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 13.63MB / 36.47MB 0.5s [2025-04-11T09:01:07.476Z] #61 ... [2025-04-11T09:01:07.476Z] [2025-04-11T09:01:07.476Z] #64 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-04-11T09:01:07.476Z] #64 ... [2025-04-11T09:01:07.476Z] [2025-04-11T09:01:07.476Z] #65 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-04-11T09:01:07.739Z] #65 ... [2025-04-11T09:01:07.739Z] [2025-04-11T09:01:07.739Z] #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-04-11T09:01:07.739Z] #66 ... [2025-04-11T09:01:07.739Z] [2025-04-11T09:01:07.739Z] #67 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-04-11T09:01:08.011Z] #67 ... [2025-04-11T09:01:08.011Z] [2025-04-11T09:01:08.011Z] #46 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-04-11T09:01:08.011Z] #46 DONE 16.1s [2025-04-11T09:01:08.011Z] [2025-04-11T09:01:08.011Z] #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-04-11T09:01:08.011Z] #68 ... [2025-04-11T09:01:08.011Z] [2025-04-11T09:01:08.011Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-11T09:01:08.011Z] #60 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-04-11T09:01:08.011Z] #60 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-04-11T09:01:08.011Z] #60 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-04-11T09:01:08.011Z] #60 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-04-11T09:01:08.011Z] #60 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-04-11T09:01:08.011Z] #60 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done [2025-04-11T09:01:08.011Z] #60 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.4s done [2025-04-11T09:01:08.011Z] #60 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-04-11T09:01:08.011Z] #60 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-04-11T09:01:08.011Z] #60 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.4s done [2025-04-11T09:01:08.011Z] #60 DONE 13.4s [2025-04-11T09:01:08.011Z] [2025-04-11T09:01:08.011Z] #69 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-04-11T09:01:08.268Z] #69 ... [2025-04-11T09:01:08.268Z] [2025-04-11T09:01:08.268Z] #70 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-04-11T09:01:08.268Z] #70 ... [2025-04-11T09:01:08.268Z] [2025-04-11T09:01:08.268Z] #61 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:01:08.268Z] #61 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.8s done [2025-04-11T09:01:08.268Z] #61 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0.4s [2025-04-11T09:01:08.527Z] #61 ... [2025-04-11T09:01:08.527Z] [2025-04-11T09:01:08.527Z] #50 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-04-11T09:01:08.527Z] #50 15.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:08.527Z] #50 15.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:08.527Z] #50 16.20 (1/3) Installing ca-certificates (20241121-r1) [2025-04-11T09:01:08.527Z] #50 16.22 (2/3) Installing dumb-init (1.2.5-r3) [2025-04-11T09:01:08.527Z] #50 16.23 (3/3) Installing tzdata (2025b-r0) [2025-04-11T09:01:08.527Z] #50 16.27 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:01:08.527Z] #50 16.27 Executing ca-certificates-20241121-r1.trigger [2025-04-11T09:01:08.527Z] #50 16.32 OK: 10 MiB in 17 packages [2025-04-11T09:01:08.527Z] #50 DONE 16.5s [2025-04-11T09:01:08.527Z] [2025-04-11T09:01:08.527Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-04-11T09:01:08.527Z] #56 15.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:08.527Z] #56 15.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:08.527Z] #56 16.13 (1/4) Installing ca-certificates (20241121-r1) [2025-04-11T09:01:08.527Z] #56 16.15 (2/4) Installing dumb-init (1.2.5-r3) [2025-04-11T09:01:08.527Z] #56 16.17 (3/4) Installing su-exec (0.2-r3) [2025-04-11T09:01:08.527Z] #56 16.17 (4/4) Installing yq-go (4.44.1-r2) [2025-04-11T09:01:08.527Z] #56 16.25 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:01:08.527Z] #56 16.27 Executing ca-certificates-20241121-r1.trigger [2025-04-11T09:01:08.527Z] #56 16.31 OK: 19 MiB in 18 packages [2025-04-11T09:01:08.527Z] #56 DONE 16.5s [2025-04-11T09:01:08.527Z] [2025-04-11T09:01:08.527Z] #61 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:01:08.785Z] #61 ... [2025-04-11T09:01:08.785Z] [2025-04-11T09:01:08.785Z] #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-04-11T09:01:08.785Z] #58 15.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:08.785Z] #58 15.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:08.785Z] #58 16.28 (1/7) Installing ca-certificates (20241121-r1) [2025-04-11T09:01:08.785Z] #58 16.30 (2/7) Installing dumb-init (1.2.5-r3) [2025-04-11T09:01:08.785Z] #58 16.30 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-04-11T09:01:08.785Z] #58 16.31 (4/7) Installing libsodium (1.0.19-r0) [2025-04-11T09:01:08.785Z] #58 16.32 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-04-11T09:01:08.785Z] #58 16.36 (6/7) Installing libzmq (4.3.5-r2) [2025-04-11T09:01:08.785Z] #58 16.37 (7/7) Installing zeromq (4.3.5-r2) [2025-04-11T09:01:08.785Z] #58 16.38 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:01:08.785Z] #58 16.39 Executing ca-certificates-20241121-r1.trigger [2025-04-11T09:01:08.785Z] #58 16.46 OK: 12 MiB in 21 packages [2025-04-11T09:01:08.785Z] #58 DONE 16.7s [2025-04-11T09:01:08.785Z] [2025-04-11T09:01:08.785Z] #61 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:01:09.353Z] #61 ... [2025-04-11T09:01:09.353Z] [2025-04-11T09:01:09.353Z] #65 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-04-11T09:01:09.353Z] #65 DONE 11.7s [2025-04-11T09:01:09.353Z] [2025-04-11T09:01:09.353Z] #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-04-11T09:01:09.353Z] #48 15.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.353Z] #48 16.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.353Z] #48 16.42 v3.20.6-98-gc1d3f1ebeee [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-04-11T09:01:09.353Z] #48 16.42 v3.20.6-97-gf42b045c22d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-04-11T09:01:09.353Z] #48 16.42 OK: 24170 distinct packages available [2025-04-11T09:01:09.353Z] #48 16.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.353Z] #48 16.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.353Z] #48 16.96 (1/14) Installing ca-certificates (20241121-r1) [2025-04-11T09:01:09.353Z] #48 16.98 (2/14) Installing brotli-libs (1.1.0-r2) [2025-04-11T09:01:09.353Z] #48 16.99 (3/14) Installing c-ares (1.33.1-r0) [2025-04-11T09:01:09.353Z] #48 16.99 (4/14) Installing libunistring (1.2-r0) [2025-04-11T09:01:09.353Z] #48 17.01 (5/14) Installing libidn2 (2.3.7-r0) [2025-04-11T09:01:09.353Z] #48 17.01 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-04-11T09:01:09.353Z] #48 17.01 (7/14) Installing libpsl (0.21.5-r1) [2025-04-11T09:01:09.353Z] #48 17.02 (8/14) Installing zstd-libs (1.5.6-r0) [2025-04-11T09:01:09.353Z] #48 17.03 (9/14) Installing libcurl (8.12.1-r0) [2025-04-11T09:01:09.353Z] #48 17.04 (10/14) Installing curl (8.12.1-r0) [2025-04-11T09:01:09.353Z] #48 17.04 (11/14) Installing dumb-init (1.2.5-r3) [2025-04-11T09:01:09.353Z] #48 17.04 (12/14) Installing musl-obstack (1.2.3-r2) [2025-04-11T09:01:09.353Z] #48 17.05 (13/14) Installing libucontext (1.2-r3) [2025-04-11T09:01:09.353Z] #48 17.05 (14/14) Installing gcompat (1.1.0-r4) [2025-04-11T09:01:09.353Z] #48 17.05 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:01:09.353Z] #48 17.06 Executing ca-certificates-20241121-r1.trigger [2025-04-11T09:01:09.353Z] #48 17.12 OK: 13 MiB in 28 packages [2025-04-11T09:01:09.353Z] #48 DONE 17.3s [2025-04-11T09:01:09.353Z] [2025-04-11T09:01:09.353Z] #67 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-04-11T09:01:09.353Z] #67 11.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.353Z] #67 11.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.353Z] #67 11.61 OK: 248 MiB in 58 packages [2025-04-11T09:01:09.353Z] #67 DONE 11.8s [2025-04-11T09:01:09.353Z] [2025-04-11T09:01:09.353Z] #70 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-04-11T09:01:09.353Z] #70 11.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.353Z] #70 11.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.353Z] #70 11.55 OK: 248 MiB in 58 packages [2025-04-11T09:01:09.353Z] #70 DONE 11.9s [2025-04-11T09:01:09.353Z] [2025-04-11T09:01:09.353Z] #61 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:01:09.353Z] #61 ... [2025-04-11T09:01:09.353Z] [2025-04-11T09:01:09.353Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-04-11T09:01:09.353Z] #57 15.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.353Z] #57 17.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.353Z] #57 17.37 (1/2) Installing dumb-init (1.2.5-r3) [2025-04-11T09:01:09.353Z] #57 17.38 (2/2) Installing su-exec (0.2-r3) [2025-04-11T09:01:09.353Z] #57 17.38 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:01:09.353Z] #57 17.39 OK: 8 MiB in 16 packages [2025-04-11T09:01:09.353Z] #57 DONE 17.6s [2025-04-11T09:01:09.353Z] [2025-04-11T09:01:09.353Z] #71 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:01:09.353Z] #71 DONE 0.1s [2025-04-11T09:01:09.353Z] [2025-04-11T09:01:09.353Z] #72 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:01:09.353Z] #72 DONE 0.1s [2025-04-11T09:01:09.353Z] [2025-04-11T09:01:09.353Z] #61 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:01:09.353Z] #61 ... [2025-04-11T09:01:09.353Z] [2025-04-11T09:01:09.353Z] #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-04-11T09:01:09.353Z] #0 8.896 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.353Z] #0 8.974 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.353Z] #0 9.252 v3.20.6-98-gc1d3f1ebeee [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-04-11T09:01:09.353Z] #0 9.252 v3.20.6-97-gf42b045c22d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-04-11T09:01:09.353Z] #0 9.252 OK: 24170 distinct packages available [2025-04-11T09:01:09.353Z] #0 9.319 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.353Z] #0 9.389 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.353Z] #0 9.736 (1/4) Installing dumb-init (1.2.5-r3) [2025-04-11T09:01:09.353Z] #0 9.741 (2/4) Installing musl-obstack (1.2.3-r2) [2025-04-11T09:01:09.353Z] #0 9.744 (3/4) Installing libucontext (1.2-r3) [2025-04-11T09:01:09.353Z] #0 9.747 (4/4) Installing gcompat (1.1.0-r4) [2025-04-11T09:01:09.353Z] #0 9.751 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:01:09.353Z] #0 9.764 OK: 8 MiB in 18 packages [2025-04-11T09:01:09.353Z] #73 DONE 9.9s [2025-04-11T09:01:09.353Z] [2025-04-11T09:01:09.353Z] #61 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:01:09.618Z] #61 ... [2025-04-11T09:01:09.618Z] [2025-04-11T09:01:09.618Z] #69 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-04-11T09:01:09.618Z] #69 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.618Z] #69 10.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.618Z] #69 10.75 v3.20.6-98-gc1d3f1ebeee [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-04-11T09:01:09.618Z] #69 10.75 v3.20.6-97-gf42b045c22d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-04-11T09:01:09.618Z] #69 10.75 OK: 24170 distinct packages available [2025-04-11T09:01:09.618Z] #69 10.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.618Z] #69 10.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.618Z] #69 11.28 (1/5) Installing dumb-init (1.2.5-r3) [2025-04-11T09:01:09.618Z] #69 11.29 (2/5) Installing musl-obstack (1.2.3-r2) [2025-04-11T09:01:09.618Z] #69 11.29 (3/5) Installing libucontext (1.2-r3) [2025-04-11T09:01:09.618Z] #69 11.29 (4/5) Installing gcompat (1.1.0-r4) [2025-04-11T09:01:09.618Z] #69 11.30 (5/5) Installing openssl (3.3.3-r0) [2025-04-11T09:01:09.618Z] #69 11.31 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:01:09.618Z] #69 11.32 OK: 9 MiB in 19 packages [2025-04-11T09:01:09.618Z] #69 DONE 11.5s [2025-04-11T09:01:09.618Z] [2025-04-11T09:01:09.618Z] #61 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:01:09.876Z] #61 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.0s done [2025-04-11T09:01:09.876Z] #61 DONE 14.7s [2025-04-11T09:01:09.876Z] [2025-04-11T09:01:09.876Z] #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-04-11T09:01:09.876Z] #68 12.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.876Z] #68 12.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:09.876Z] #68 12.57 OK: 248 MiB in 58 packages [2025-04-11T09:01:10.135Z] #68 ... [2025-04-11T09:01:10.135Z] [2025-04-11T09:01:10.135Z] #74 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-04-11T09:01:10.135Z] #0 9.859 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:10.135Z] #0 9.931 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:10.135Z] #74 ... [2025-04-11T09:01:10.135Z] [2025-04-11T09:01:10.135Z] #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-04-11T09:01:10.135Z] #68 DONE 12.8s [2025-04-11T09:01:10.135Z] [2025-04-11T09:01:10.135Z] #64 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-04-11T09:01:10.135Z] #64 12.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:10.135Z] #64 12.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:10.135Z] #64 12.61 OK: 248 MiB in 58 packages [2025-04-11T09:01:10.135Z] #64 DONE 12.8s [2025-04-11T09:01:10.135Z] [2025-04-11T09:01:10.135Z] #75 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:01:10.135Z] #75 DONE 0.1s [2025-04-11T09:01:10.135Z] [2025-04-11T09:01:10.135Z] #74 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-04-11T09:01:10.135Z] #74 10.23 OK: 8 MiB in 15 packages [2025-04-11T09:01:10.135Z] #74 ... [2025-04-11T09:01:10.135Z] [2025-04-11T09:01:10.135Z] #76 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:01:10.397Z] #76 ... [2025-04-11T09:01:10.397Z] [2025-04-11T09:01:10.397Z] #77 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:01:10.397Z] #77 DONE 0.1s [2025-04-11T09:01:10.397Z] [2025-04-11T09:01:10.397Z] #74 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-04-11T09:01:10.397Z] #74 DONE 10.3s [2025-04-11T09:01:10.397Z] [2025-04-11T09:01:10.397Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-04-11T09:01:10.397Z] #0 2.995 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:10.397Z] #0 3.067 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:10.397Z] #0 3.380 OK: 8 MiB in 15 packages [2025-04-11T09:01:10.397Z] #78 DONE 3.5s [2025-04-11T09:01:10.397Z] [2025-04-11T09:01:10.397Z] #79 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:01:10.661Z] #79 ... [2025-04-11T09:01:10.661Z] [2025-04-11T09:01:10.661Z] #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-04-11T09:01:10.661Z] #0 3.189 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:10.661Z] #0 3.263 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:10.661Z] #0 3.559 OK: 19 MiB in 18 packages [2025-04-11T09:01:10.661Z] #80 DONE 3.7s [2025-04-11T09:01:10.661Z] [2025-04-11T09:01:10.661Z] #81 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-04-11T09:01:10.661Z] #81 DONE 0.0s [2025-04-11T09:01:10.919Z] [2025-04-11T09:01:10.919Z] #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-04-11T09:01:10.919Z] #66 13.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:10.919Z] #66 13.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:11.228Z] #66 13.85 v3.20.6-98-gc1d3f1ebeee [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-04-11T09:01:11.228Z] #66 13.85 v3.20.6-97-gf42b045c22d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-04-11T09:01:11.228Z] #66 13.85 OK: 24170 distinct packages available [2025-04-11T09:01:11.228Z] #66 13.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:11.489Z] #66 13.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:11.748Z] #66 14.27 OK: 248 MiB in 58 packages [2025-04-11T09:01:11.748Z] #66 DONE 14.4s [2025-04-11T09:01:11.748Z] [2025-04-11T09:01:11.748Z] #82 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:01:11.748Z] #82 DONE 0.1s [2025-04-11T09:01:11.748Z] [2025-04-11T09:01:11.748Z] #83 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:01:12.315Z] #83 ... [2025-04-11T09:01:12.315Z] [2025-04-11T09:01:12.315Z] #84 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-04-11T09:01:12.315Z] #0 3.182 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:12.315Z] #0 3.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:12.315Z] #0 3.641 OK: 10 MiB in 17 packages [2025-04-11T09:01:12.315Z] #84 DONE 3.8s [2025-04-11T09:01:12.315Z] [2025-04-11T09:01:12.315Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-04-11T09:01:12.315Z] #0 3.118 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:12.315Z] #0 3.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:12.315Z] #0 3.546 OK: 19 MiB in 18 packages [2025-04-11T09:01:12.315Z] #85 DONE 3.8s [2025-04-11T09:01:12.315Z] [2025-04-11T09:01:12.315Z] #86 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-04-11T09:01:12.315Z] #0 3.000 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:12.315Z] #0 3.071 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:12.315Z] #0 3.442 OK: 12 MiB in 21 packages [2025-04-11T09:01:12.315Z] #86 DONE 3.6s [2025-04-11T09:01:12.315Z] [2025-04-11T09:01:12.315Z] #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-04-11T09:01:12.315Z] #0 2.742 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:12.315Z] #0 2.823 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:12.315Z] #0 3.178 OK: 13 MiB in 28 packages [2025-04-11T09:01:12.578Z] #87 DONE 3.3s [2025-04-11T09:01:12.578Z] [2025-04-11T09:01:12.578Z] #88 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-04-11T09:01:12.578Z] #0 3.093 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:12.578Z] #0 3.179 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:12.842Z] #88 3.571 OK: 8 MiB in 16 packages [2025-04-11T09:01:13.108Z] #88 DONE 3.7s [2025-04-11T09:01:13.108Z] [2025-04-11T09:01:13.108Z] #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-04-11T09:01:13.108Z] #89 ... [2025-04-11T09:01:13.108Z] [2025-04-11T09:01:13.108Z] #90 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-04-11T09:01:13.108Z] #0 3.452 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:13.108Z] #0 4.039 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:13.108Z] #0 4.773 (1/1) Installing dumb-init (1.2.5-r3) [2025-04-11T09:01:13.108Z] #0 5.075 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:01:13.108Z] #0 5.086 OK: 8 MiB in 15 packages [2025-04-11T09:01:13.108Z] #90 DONE 5.2s [2025-04-11T09:01:13.374Z] [2025-04-11T09:01:13.374Z] #91 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-04-11T09:01:13.374Z] #0 2.686 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:13.374Z] #0 3.165 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:13.374Z] #0 3.979 OK: 248 MiB in 58 packages [2025-04-11T09:01:13.374Z] #91 DONE 4.1s [2025-04-11T09:01:13.374Z] [2025-04-11T09:01:13.374Z] #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-04-11T09:01:13.374Z] #92 DONE 0.0s [2025-04-11T09:01:13.374Z] [2025-04-11T09:01:13.374Z] #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:01:13.374Z] #93 ... [2025-04-11T09:01:13.374Z] [2025-04-11T09:01:13.374Z] #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-04-11T09:01:13.374Z] #0 3.393 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:13.374Z] #0 3.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:13.374Z] #0 3.809 OK: 8 MiB in 18 packages [2025-04-11T09:01:13.374Z] #94 DONE 4.0s [2025-04-11T09:01:13.644Z] [2025-04-11T09:01:13.644Z] #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-11T09:01:13.917Z] #95 DONE 0.5s [2025-04-11T09:01:13.917Z] [2025-04-11T09:01:13.917Z] #96 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-04-11T09:01:13.917Z] #0 3.304 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:13.917Z] #0 3.407 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-11T09:01:13.917Z] #0 3.771 OK: 9 MiB in 19 packages [2025-04-11T09:01:13.917Z] #96 DONE 4.3s [2025-04-11T09:01:13.917Z] [2025-04-11T09:01:13.917Z] #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-04-11T09:01:13.917Z] #97 ... [2025-04-11T09:01:13.917Z] [2025-04-11T09:01:13.917Z] #98 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-04-11T09:01:13.917Z] #98 DONE 0.1s [2025-04-11T09:01:14.181Z] [2025-04-11T09:01:14.181Z] #99 [security-spire-config stage-2 6/10] COPY security.txt / [2025-04-11T09:01:14.451Z] #99 DONE 0.5s [2025-04-11T09:01:14.451Z] [2025-04-11T09:01:14.451Z] #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-04-11T09:01:14.451Z] #89 DONE 1.5s [2025-04-11T09:01:14.451Z] [2025-04-11T09:01:14.451Z] #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-11T09:01:14.451Z] #100 DONE 0.5s [2025-04-11T09:01:14.451Z] [2025-04-11T09:01:14.451Z] #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-04-11T09:01:14.451Z] #97 DONE 0.5s [2025-04-11T09:01:14.451Z] [2025-04-11T09:01:14.451Z] #101 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-04-11T09:01:14.451Z] #101 DONE 0.1s [2025-04-11T09:01:14.451Z] [2025-04-11T09:01:14.451Z] #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-11T09:01:14.451Z] #102 ... [2025-04-11T09:01:14.451Z] [2025-04-11T09:01:14.451Z] #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-04-11T09:01:14.451Z] #103 DONE 0.1s [2025-04-11T09:01:14.451Z] [2025-04-11T09:01:14.451Z] #104 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-04-11T09:01:14.451Z] #104 DONE 0.1s [2025-04-11T09:01:14.717Z] [2025-04-11T09:01:14.717Z] #105 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-04-11T09:01:14.717Z] #105 DONE 0.2s [2025-04-11T09:01:14.717Z] [2025-04-11T09:01:14.717Z] #106 [security-spire-server stage-2 6/9] COPY security.txt / [2025-04-11T09:01:14.717Z] #106 DONE 0.2s [2025-04-11T09:01:14.717Z] [2025-04-11T09:01:14.717Z] #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-04-11T09:01:14.987Z] #107 DONE 0.3s [2025-04-11T09:01:14.987Z] [2025-04-11T09:01:14.987Z] #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-11T09:01:14.987Z] #102 DONE 0.5s [2025-04-11T09:01:14.987Z] [2025-04-11T09:01:14.987Z] #108 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-04-11T09:01:14.987Z] #108 DONE 0.3s [2025-04-11T09:01:14.987Z] [2025-04-11T09:01:14.987Z] #109 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-04-11T09:01:14.987Z] #109 DONE 0.1s [2025-04-11T09:01:14.987Z] [2025-04-11T09:01:14.987Z] #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-04-11T09:01:14.987Z] #110 DONE 0.1s [2025-04-11T09:01:14.987Z] [2025-04-11T09:01:14.987Z] #111 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-04-11T09:01:14.987Z] #111 DONE 0.1s [2025-04-11T09:01:14.987Z] [2025-04-11T09:01:14.987Z] #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-04-11T09:01:14.987Z] #112 DONE 0.0s [2025-04-11T09:01:14.987Z] [2025-04-11T09:01:14.987Z] #113 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-04-11T09:01:14.987Z] #113 DONE 0.0s [2025-04-11T09:01:14.987Z] [2025-04-11T09:01:14.987Z] #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-04-11T09:01:14.987Z] #114 DONE 0.0s [2025-04-11T09:01:14.987Z] [2025-04-11T09:01:14.987Z] #115 [security-spire-server] exporting to image [2025-04-11T09:01:14.987Z] #115 exporting layers [2025-04-11T09:01:15.261Z] #115 ... [2025-04-11T09:01:15.261Z] [2025-04-11T09:01:15.261Z] #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-04-11T09:01:15.261Z] #116 DONE 0.0s [2025-04-11T09:01:15.261Z] [2025-04-11T09:01:15.261Z] #115 [security-spire-agent] exporting to image [2025-04-11T09:01:15.837Z] #115 exporting layers 0.8s done [2025-04-11T09:01:15.837Z] #115 writing image sha256:5c8414286e509ee0d33320b564c33967f46e5e7da9cf79583992ea4294a0ccb2 done [2025-04-11T09:01:15.837Z] #115 naming to docker.io/library/security-spire-config done [2025-04-11T09:01:15.837Z] #115 writing image sha256:e5131eb38b63aaf6dd19f1f9ee2d7adec2a32bab410bd9c655af6700d9a89f98 [2025-04-11T09:01:15.837Z] #115 exporting layers 0.7s done [2025-04-11T09:01:15.837Z] #115 writing image sha256:e5131eb38b63aaf6dd19f1f9ee2d7adec2a32bab410bd9c655af6700d9a89f98 done [2025-04-11T09:01:15.837Z] #115 naming to docker.io/library/security-spire-server done [2025-04-11T09:01:15.837Z] #115 writing image sha256:3275bb5ea937edc55b696cc7125b5869ede5fd7d25536649b695c0d3d95dd85c done [2025-04-11T09:01:15.837Z] #115 naming to docker.io/library/security-spire-agent done [2025-04-11T09:01:15.837Z] #115 DONE 0.9s [2025-04-11T09:01:15.837Z] [2025-04-11T09:01:15.837Z] #117 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:01:19.153Z] #117 ... [2025-04-11T09:01:19.153Z] [2025-04-11T09:01:19.153Z] #118 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:01:41.178Z] #118 DONE 28.8s [2025-04-11T09:01:41.179Z] [2025-04-11T09:01:41.179Z] #83 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:01:41.179Z] #83 DONE 26.2s [2025-04-11T09:01:41.179Z] [2025-04-11T09:01:41.179Z] #117 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:01:41.179Z] #117 DONE 28.8s [2025-04-11T09:01:41.179Z] [2025-04-11T09:01:41.179Z] #79 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:01:41.179Z] #79 DONE 27.8s [2025-04-11T09:01:41.179Z] [2025-04-11T09:01:41.179Z] #76 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:01:41.179Z] #76 DONE 27.8s [2025-04-11T09:01:41.179Z] [2025-04-11T09:01:41.179Z] #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:01:41.179Z] #93 DONE 24.8s [2025-04-11T09:01:41.179Z] [2025-04-11T09:01:41.179Z] #119 [core-keeper builder 7/8] COPY . . [2025-04-11T09:01:44.535Z] #119 ... [2025-04-11T09:01:44.535Z] [2025-04-11T09:01:44.535Z] #120 [support-scheduler builder 6/7] COPY . . [2025-04-11T09:01:44.535Z] #120 DONE 6.3s [2025-04-11T09:01:44.535Z] [2025-04-11T09:01:44.535Z] #121 [security-spiffe-token-provider builder 6/7] COPY . . [2025-04-11T09:01:44.535Z] #121 DONE 6.4s [2025-04-11T09:01:44.535Z] [2025-04-11T09:01:44.535Z] #122 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-04-11T09:01:44.535Z] #122 ... [2025-04-11T09:01:44.535Z] [2025-04-11T09:01:44.535Z] #119 [core-keeper builder 7/8] COPY . . [2025-04-11T09:01:44.535Z] #119 DONE 6.3s [2025-04-11T09:01:44.535Z] [2025-04-11T09:01:44.535Z] #123 [security-proxy-auth builder 6/7] COPY . . [2025-04-11T09:01:44.535Z] #123 CACHED [2025-04-11T09:01:44.535Z] [2025-04-11T09:01:44.535Z] #124 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:01:44.535Z] #124 CACHED [2025-04-11T09:01:44.535Z] [2025-04-11T09:01:44.535Z] #125 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:01:44.535Z] #125 CACHED [2025-04-11T09:01:44.535Z] [2025-04-11T09:01:44.535Z] #126 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:01:44.535Z] #126 CACHED [2025-04-11T09:01:44.535Z] [2025-04-11T09:01:44.535Z] #127 [core-metadata builder 6/7] COPY . . [2025-04-11T09:01:44.535Z] #127 CACHED [2025-04-11T09:01:44.535Z] [2025-04-11T09:01:44.535Z] #128 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:01:44.535Z] #128 CACHED [2025-04-11T09:01:44.535Z] [2025-04-11T09:01:44.535Z] #129 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:01:44.535Z] #129 CACHED [2025-04-11T09:01:44.535Z] [2025-04-11T09:01:44.535Z] #130 [core-data builder 6/7] COPY . . [2025-04-11T09:01:44.535Z] #130 CACHED [2025-04-11T09:01:44.535Z] [2025-04-11T09:01:44.535Z] #131 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:01:44.535Z] #131 CACHED [2025-04-11T09:01:44.535Z] [2025-04-11T09:01:44.535Z] #132 [core-command builder 6/7] COPY . . [2025-04-11T09:01:44.535Z] #132 CACHED [2025-04-11T09:01:44.535Z] [2025-04-11T09:01:44.535Z] #133 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:01:44.535Z] #133 CACHED [2025-04-11T09:01:44.535Z] [2025-04-11T09:01:44.535Z] #134 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:01:44.535Z] #134 CACHED [2025-04-11T09:01:44.535Z] [2025-04-11T09:01:44.535Z] #135 [security-bootstrapper builder 6/7] COPY . . [2025-04-11T09:01:44.535Z] #135 DONE 6.4s [2025-04-11T09:01:44.535Z] [2025-04-11T09:01:44.536Z] #136 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:01:44.536Z] #136 CACHED [2025-04-11T09:01:44.536Z] [2025-04-11T09:01:44.536Z] #137 [security-proxy-setup builder 6/7] COPY . . [2025-04-11T09:01:44.536Z] #137 CACHED [2025-04-11T09:01:44.536Z] [2025-04-11T09:01:44.536Z] #138 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:01:44.536Z] #138 CACHED [2025-04-11T09:01:44.536Z] [2025-04-11T09:01:44.536Z] #139 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:01:44.536Z] #139 CACHED [2025-04-11T09:01:44.536Z] [2025-04-11T09:01:44.536Z] #140 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:01:44.536Z] #140 CACHED [2025-04-11T09:01:44.536Z] [2025-04-11T09:01:44.536Z] #141 [security-secretstore-setup builder 6/7] COPY . . [2025-04-11T09:01:44.536Z] #141 CACHED [2025-04-11T09:01:44.536Z] [2025-04-11T09:01:44.536Z] #142 [support-notifications builder 6/7] COPY . . [2025-04-11T09:01:44.536Z] #142 DONE 6.4s [2025-04-11T09:01:44.536Z] [2025-04-11T09:01:44.536Z] #143 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-04-11T09:01:44.536Z] #143 DONE 6.4s [2025-04-11T09:01:44.536Z] [2025-04-11T09:01:44.536Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-11T09:01:45.928Z] #144 1.391 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-04-11T09:01:54.388Z] Removing intermediate container 36955ffc66a7 [2025-04-11T09:01:54.388Z] ---> defc7d3d16af [2025-04-11T09:01:54.388Z] Successfully built defc7d3d16af [2025-04-11T09:01:54.388Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:01:54.729Z] + docker inspect -f . ci-base-image-arm64 [2025-04-11T09:01:54.729Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-11T09:01:54.944Z] prd-ubuntu20.04-docker-arm64-4c-16g-44769 does not seem to be running inside a container [2025-04-11T09:01:55.021Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/826 -v /w/workspace/edgex-go/826:/w/workspace/edgex-go/826:rw,z -v /w/workspace/edgex-go/826@tmp:/w/workspace/edgex-go/826@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-04-11T09:01:55.941Z] #144 ... [2025-04-11T09:01:55.941Z] [2025-04-11T09:01:55.941Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-04-11T09:01:55.941Z] #0 0.624 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-04-11T09:01:55.941Z] #145 ... [2025-04-11T09:01:55.941Z] [2025-04-11T09:01:55.941Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-04-11T09:01:55.941Z] #0 0.534 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-04-11T09:01:55.941Z] #146 ... [2025-04-11T09:01:55.941Z] [2025-04-11T09:01:55.941Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-04-11T09:01:55.941Z] #0 0.675 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-04-11T09:01:55.941Z] #147 ... [2025-04-11T09:01:55.941Z] [2025-04-11T09:01:55.941Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-04-11T09:01:55.941Z] #0 1.357 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-04-11T09:01:55.942Z] #148 ... [2025-04-11T09:01:55.942Z] [2025-04-11T09:01:55.942Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-04-11T09:01:55.942Z] #0 1.451 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-04-11T09:01:55.942Z] #149 ... [2025-04-11T09:01:55.942Z] [2025-04-11T09:01:55.942Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-04-11T09:01:55.942Z] #0 1.117 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-04-11T09:01:55.942Z] #150 ... [2025-04-11T09:01:55.942Z] [2025-04-11T09:01:55.942Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-04-11T09:01:55.942Z] #0 1.077 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-04-11T09:01:55.942Z] #151 ... [2025-04-11T09:01:55.942Z] [2025-04-11T09:01:55.942Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-04-11T09:01:55.942Z] #0 1.114 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-04-11T09:01:55.942Z] #152 ... [2025-04-11T09:01:55.942Z] [2025-04-11T09:01:55.942Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-04-11T09:01:55.942Z] #0 0.993 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-04-11T09:01:55.942Z] #153 ... [2025-04-11T09:01:55.942Z] [2025-04-11T09:01:55.942Z] #122 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-04-11T09:01:55.942Z] #122 0.327 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-04-11T09:01:55.942Z] #122 ... [2025-04-11T09:01:55.942Z] [2025-04-11T09:01:55.942Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-11T09:01:55.942Z] #0 0.990 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-04-11T09:01:56.257Z] $ docker top 75d9c22e4f307c40e854511d04edf8c4824bb30f1a14dbee2b1e6b5944971759 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-11T09:01:57.121Z] + go version [2025-04-11T09:01:57.121Z] go version go1.23.8 linux/arm64 [Pipeline] } [2025-04-11T09:01:57.149Z] $ docker stop --time=1 75d9c22e4f307c40e854511d04edf8c4824bb30f1a14dbee2b1e6b5944971759 [2025-04-11T09:01:58.747Z] $ docker rm -f --volumes 75d9c22e4f307c40e854511d04edf8c4824bb30f1a14dbee2b1e6b5944971759 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:01:59.411Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-04-11T09:01:59.411Z] [2025-04-11T09:01:59.411Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:01:59.766Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-04-11T09:01:59.766Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-04-11T09:01:59.766Z] 547446be3368: Pulling fs layer [2025-04-11T09:01:59.766Z] d125d8839a47: Pulling fs layer [2025-04-11T09:01:59.766Z] 3e85d5ac6304: Pulling fs layer [2025-04-11T09:01:59.766Z] c3105a71a48b: Pulling fs layer [2025-04-11T09:01:59.766Z] 0f093f025ec4: Pulling fs layer [2025-04-11T09:01:59.766Z] c3106fc0e877: Pulling fs layer [2025-04-11T09:01:59.766Z] c3105a71a48b: Waiting [2025-04-11T09:01:59.766Z] 0f093f025ec4: Waiting [2025-04-11T09:01:59.766Z] c3106fc0e877: Waiting [2025-04-11T09:02:00.044Z] 547446be3368: Verifying Checksum [2025-04-11T09:02:00.044Z] c3105a71a48b: Verifying Checksum [2025-04-11T09:02:00.044Z] c3105a71a48b: Download complete [2025-04-11T09:02:00.324Z] d125d8839a47: Verifying Checksum [2025-04-11T09:02:00.324Z] d125d8839a47: Download complete [2025-04-11T09:02:00.324Z] c3106fc0e877: Verifying Checksum [2025-04-11T09:02:00.324Z] c3106fc0e877: Download complete [2025-04-11T09:02:00.594Z] 0f093f025ec4: Verifying Checksum [2025-04-11T09:02:00.594Z] 0f093f025ec4: Download complete [2025-04-11T09:02:00.866Z] 547446be3368: Pull complete [2025-04-11T09:02:01.852Z] d125d8839a47: Pull complete [2025-04-11T09:02:02.434Z] 3e85d5ac6304: Verifying Checksum [2025-04-11T09:02:02.434Z] 3e85d5ac6304: Download complete [2025-04-11T09:02:12.580Z] 3e85d5ac6304: Pull complete [2025-04-11T09:02:12.580Z] c3105a71a48b: Pull complete [2025-04-11T09:02:13.571Z] 0f093f025ec4: Pull complete [2025-04-11T09:02:13.571Z] c3106fc0e877: Pull complete [2025-04-11T09:02:13.571Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-04-11T09:02:13.848Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-04-11T09:02:13.848Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-11T09:02:14.094Z] prd-ubuntu20.04-docker-arm64-4c-16g-44769 does not seem to be running inside a container [2025-04-11T09:02:14.177Z] $ 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/826 -v /w/workspace/edgex-go/826:/w/workspace/edgex-go/826:rw,z -v /w/workspace/edgex-go/826@tmp:/w/workspace/edgex-go/826@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2025-04-11T09:02:16.124Z] $ docker top d2dde835a566cb8dbd0135a5e8bfe2f43c40bb1065cc23948a0b9850ad2d6034 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-11T09:02:16.641Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-04-11T09:02:26.762Z] #1 [core-metadata internal] load build definition from Dockerfile [2025-04-11T09:02:26.762Z] #1 transferring dockerfile: [2025-04-11T09:02:26.762Z] #1 transferring dockerfile: 2.10kB done [2025-04-11T09:02:26.762Z] #1 DONE 0.1s [2025-04-11T09:02:26.762Z] [2025-04-11T09:02:26.762Z] #2 [security-proxy-setup internal] load build definition from Dockerfile [2025-04-11T09:02:26.762Z] #2 transferring dockerfile: 2.50kB done [2025-04-11T09:02:26.762Z] #2 DONE 0.0s [2025-04-11T09:02:26.762Z] [2025-04-11T09:02:26.762Z] #3 [core-command internal] load build definition from Dockerfile [2025-04-11T09:02:26.762Z] #3 transferring dockerfile: 1.94kB done [2025-04-11T09:02:26.762Z] #3 DONE 0.1s [2025-04-11T09:02:26.762Z] [2025-04-11T09:02:26.762Z] #4 [core-data internal] load build definition from Dockerfile [2025-04-11T09:02:26.762Z] #4 transferring dockerfile: 2.04kB done [2025-04-11T09:02:26.762Z] #4 DONE 0.1s [2025-04-11T09:02:26.762Z] [2025-04-11T09:02:26.762Z] #5 [core-keeper internal] load build definition from Dockerfile [2025-04-11T09:02:26.762Z] #5 transferring dockerfile: 2.01kB done [2025-04-11T09:02:26.762Z] #5 DONE 0.1s [2025-04-11T09:02:26.762Z] [2025-04-11T09:02:26.762Z] #6 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-04-11T09:02:26.762Z] #6 transferring dockerfile: 1.89kB done [2025-04-11T09:02:26.762Z] #6 DONE 0.1s [2025-04-11T09:02:26.762Z] [2025-04-11T09:02:26.762Z] #7 [support-scheduler internal] load build definition from Dockerfile [2025-04-11T09:02:26.762Z] #7 transferring dockerfile: 1.83kB done [2025-04-11T09:02:26.762Z] #7 DONE 0.1s [2025-04-11T09:02:26.762Z] [2025-04-11T09:02:26.762Z] #8 [security-spire-agent internal] load build definition from Dockerfile [2025-04-11T09:02:26.762Z] #8 transferring dockerfile: 1.81kB done [2025-04-11T09:02:26.762Z] #8 DONE 0.1s [2025-04-11T09:02:26.762Z] [2025-04-11T09:02:26.762Z] #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-04-11T09:02:26.762Z] #9 transferring dockerfile: 2.23kB done [2025-04-11T09:02:26.762Z] #9 DONE 0.1s [2025-04-11T09:02:26.762Z] [2025-04-11T09:02:26.762Z] #10 [security-bootstrapper internal] load build definition from Dockerfile [2025-04-11T09:02:26.762Z] #10 transferring dockerfile: 3.02kB done [2025-04-11T09:02:26.762Z] #10 DONE 0.1s [2025-04-11T09:02:26.762Z] [2025-04-11T09:02:26.762Z] #11 [security-secretstore-setup internal] load build definition from Dockerfile [2025-04-11T09:02:26.762Z] #11 transferring dockerfile: 2.49kB done [2025-04-11T09:02:26.762Z] #11 DONE 0.1s [2025-04-11T09:02:26.762Z] [2025-04-11T09:02:26.762Z] #12 [security-spire-config internal] load build definition from Dockerfile [2025-04-11T09:02:26.762Z] #12 transferring dockerfile: 1.69kB 0.0s done [2025-04-11T09:02:26.762Z] #12 DONE 0.1s [2025-04-11T09:02:26.762Z] [2025-04-11T09:02:26.762Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:02:27.047Z] #13 ... [2025-04-11T09:02:27.047Z] [2025-04-11T09:02:27.047Z] #14 [security-spire-server internal] load build definition from Dockerfile [2025-04-11T09:02:27.047Z] #14 transferring dockerfile: 1.70kB done [2025-04-11T09:02:27.047Z] #14 DONE 0.1s [2025-04-11T09:02:27.047Z] [2025-04-11T09:02:27.047Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:02:27.047Z] #13 transferring dockerfile: 2.14kB 0.0s done [2025-04-11T09:02:27.047Z] #13 ... [2025-04-11T09:02:27.047Z] [2025-04-11T09:02:27.047Z] #15 [support-notifications internal] load build definition from Dockerfile [2025-04-11T09:02:27.047Z] #15 transferring dockerfile: 2.00kB done [2025-04-11T09:02:27.047Z] #15 DONE 0.1s [2025-04-11T09:02:27.047Z] [2025-04-11T09:02:27.047Z] #16 [core-metadata internal] load .dockerignore [2025-04-11T09:02:27.047Z] #16 transferring context: 50B done [2025-04-11T09:02:27.047Z] #16 DONE 0.1s [2025-04-11T09:02:27.331Z] [2025-04-11T09:02:27.331Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:02:27.702Z] #13 ... [2025-04-11T09:02:27.702Z] [2025-04-11T09:02:27.702Z] #17 [security-proxy-setup internal] load .dockerignore [2025-04-11T09:02:27.702Z] #17 transferring context: 50B done [2025-04-11T09:02:27.702Z] #17 DONE 0.0s [2025-04-11T09:02:28.001Z] [2025-04-11T09:02:28.001Z] #18 [core-command internal] load .dockerignore [2025-04-11T09:02:28.001Z] #18 transferring context: 50B done [2025-04-11T09:02:28.001Z] #18 DONE 0.1s [2025-04-11T09:02:28.001Z] [2025-04-11T09:02:28.001Z] #19 [core-data internal] load .dockerignore [2025-04-11T09:02:28.001Z] #19 transferring context: 50B 0.0s done [2025-04-11T09:02:28.001Z] #19 DONE 0.1s [2025-04-11T09:02:28.001Z] [2025-04-11T09:02:28.001Z] #20 [core-keeper internal] load .dockerignore [2025-04-11T09:02:28.001Z] #20 transferring context: 50B 0.0s done [2025-04-11T09:02:28.001Z] #20 DONE 0.1s [2025-04-11T09:02:28.001Z] [2025-04-11T09:02:28.001Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:02:28.001Z] #13 ... [2025-04-11T09:02:28.001Z] [2025-04-11T09:02:28.001Z] #21 [security-spiffe-token-provider internal] load .dockerignore [2025-04-11T09:02:28.001Z] #21 transferring context: 50B 0.0s done [2025-04-11T09:02:28.001Z] #21 DONE 0.1s [2025-04-11T09:02:28.291Z] [2025-04-11T09:02:28.291Z] #22 [support-scheduler internal] load .dockerignore [2025-04-11T09:02:28.291Z] #22 transferring context: 50B done [2025-04-11T09:02:28.291Z] #22 DONE 0.1s [2025-04-11T09:02:28.291Z] [2025-04-11T09:02:28.291Z] #23 [security-spire-agent internal] load .dockerignore [2025-04-11T09:02:28.291Z] #23 transferring context: 50B done [2025-04-11T09:02:28.291Z] #23 DONE 0.1s [2025-04-11T09:02:28.291Z] [2025-04-11T09:02:28.291Z] #24 [core-common-config-bootstrapper internal] load .dockerignore [2025-04-11T09:02:28.291Z] #24 transferring context: 50B done [2025-04-11T09:02:28.291Z] #24 DONE 0.1s [2025-04-11T09:02:28.291Z] [2025-04-11T09:02:28.291Z] #25 [security-bootstrapper internal] load .dockerignore [2025-04-11T09:02:28.291Z] #25 transferring context: 50B done [2025-04-11T09:02:28.570Z] #25 DONE 0.0s [2025-04-11T09:02:28.570Z] [2025-04-11T09:02:28.570Z] #26 [security-secretstore-setup internal] load .dockerignore [2025-04-11T09:02:28.570Z] #26 transferring context: 50B done [2025-04-11T09:02:28.570Z] #26 DONE 0.1s [2025-04-11T09:02:28.570Z] [2025-04-11T09:02:28.570Z] #27 [security-spire-config internal] load .dockerignore [2025-04-11T09:02:28.570Z] #27 transferring context: 50B done [2025-04-11T09:02:28.570Z] #27 DONE 0.1s [2025-04-11T09:02:28.570Z] [2025-04-11T09:02:28.570Z] #28 [security-proxy-auth internal] load .dockerignore [2025-04-11T09:02:28.570Z] #28 transferring context: 50B 0.0s done [2025-04-11T09:02:28.570Z] #28 DONE 0.1s [2025-04-11T09:02:28.570Z] [2025-04-11T09:02:28.570Z] #29 [security-spire-server internal] load .dockerignore [2025-04-11T09:02:28.842Z] #29 transferring context: 50B done [2025-04-11T09:02:28.842Z] #29 DONE 0.1s [2025-04-11T09:02:28.842Z] [2025-04-11T09:02:28.842Z] #30 [support-notifications internal] load .dockerignore [2025-04-11T09:02:28.842Z] #30 transferring context: 50B done [2025-04-11T09:02:28.842Z] #30 DONE 0.1s [2025-04-11T09:02:28.842Z] [2025-04-11T09:02:28.842Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:02:28.842Z] #13 ... [2025-04-11T09:02:28.842Z] [2025-04-11T09:02:28.842Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-04-11T09:02:28.842Z] #31 DONE 0.0s [2025-04-11T09:02:29.130Z] [2025-04-11T09:02:29.130Z] #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2025-04-11T09:02:29.749Z] #32 ... [2025-04-11T09:02:29.749Z] [2025-04-11T09:02:29.749Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-04-11T09:02:29.749Z] #31 DONE 0.0s [2025-04-11T09:02:29.749Z] [2025-04-11T09:02:29.749Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2025-04-11T09:02:29.749Z] #32 ... [2025-04-11T09:02:29.749Z] [2025-04-11T09:02:29.749Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-04-11T09:02:29.749Z] #31 DONE 0.0s [2025-04-11T09:02:29.749Z] [2025-04-11T09:02:29.749Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-04-11T09:02:30.021Z] #32 ... [2025-04-11T09:02:30.021Z] [2025-04-11T09:02:30.021Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-04-11T09:02:30.021Z] #31 DONE 0.0s [2025-04-11T09:02:30.021Z] [2025-04-11T09:02:30.021Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-04-11T09:02:30.305Z] #32 ... [2025-04-11T09:02:30.305Z] [2025-04-11T09:02:30.305Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-04-11T09:02:30.305Z] #31 DONE 0.0s [2025-04-11T09:02:30.305Z] [2025-04-11T09:02:30.305Z] #33 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-04-11T09:02:30.578Z] #33 ... [2025-04-11T09:02:30.578Z] [2025-04-11T09:02:30.578Z] #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-04-11T09:02:30.578Z] #34 DONE 0.7s [2025-04-11T09:02:30.855Z] [2025-04-11T09:02:30.855Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:02:31.125Z] #13 ... [2025-04-11T09:02:31.125Z] [2025-04-11T09:02:31.125Z] #33 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-04-11T09:02:31.125Z] #33 DONE 1.2s [2025-04-11T09:02:31.125Z] [2025-04-11T09:02:31.125Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:02:46.217Z] #13 ... [2025-04-11T09:02:46.217Z] [2025-04-11T09:02:46.217Z] #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2025-04-11T09:02:46.217Z] #32 DONE 15.6s [2025-04-11T09:02:46.217Z] [2025-04-11T09:02:46.217Z] #35 [support-notifications internal] load build context [2025-04-11T09:02:46.217Z] #35 DONE 0.0s [2025-04-11T09:02:46.217Z] [2025-04-11T09:02:46.217Z] #36 [security-spire-server internal] load build context [2025-04-11T09:02:46.217Z] #36 DONE 0.0s [2025-04-11T09:02:46.217Z] [2025-04-11T09:02:46.217Z] #37 [security-spire-config internal] load build context [2025-04-11T09:02:46.217Z] #37 DONE 0.0s [2025-04-11T09:02:46.217Z] [2025-04-11T09:02:46.217Z] #38 [core-keeper internal] load build context [2025-04-11T09:02:46.217Z] #38 DONE 0.0s [2025-04-11T09:02:46.217Z] [2025-04-11T09:02:46.217Z] #39 [core-data internal] load build context [2025-04-11T09:02:46.217Z] #39 DONE 0.0s [2025-04-11T09:02:46.217Z] [2025-04-11T09:02:46.217Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:02:46.217Z] #40 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:02:46.217Z] #40 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.3s done [2025-04-11T09:02:46.217Z] #40 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-04-11T09:02:46.217Z] #40 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-04-11T09:02:46.217Z] #40 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-04-11T09:02:46.217Z] #40 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s [2025-04-11T09:02:46.217Z] #40 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s done [2025-04-11T09:02:46.217Z] #40 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s done [2025-04-11T09:02:46.217Z] #40 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done [2025-04-11T09:02:46.217Z] #40 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done [2025-04-11T09:02:46.217Z] #40 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.7s [2025-04-11T09:02:46.217Z] #40 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.9s [2025-04-11T09:02:46.217Z] #40 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.0s done [2025-04-11T09:02:46.217Z] #40 ... [2025-04-11T09:02:46.217Z] [2025-04-11T09:02:46.217Z] #41 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-11T09:02:46.217Z] #41 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-04-11T09:02:46.217Z] #41 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-04-11T09:02:46.217Z] #41 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-04-11T09:02:46.217Z] #41 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-04-11T09:02:46.217Z] #41 DONE 2.6s [2025-04-11T09:02:46.217Z] [2025-04-11T09:02:46.217Z] #37 [security-spire-config internal] load build context [2025-04-11T09:02:46.217Z] #37 transferring context: 22.05kB 0.1s done [2025-04-11T09:02:46.217Z] #37 DONE 1.8s [2025-04-11T09:02:46.217Z] [2025-04-11T09:02:46.217Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:02:46.217Z] #40 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 1.4s [2025-04-11T09:02:46.493Z] #40 ... [2025-04-11T09:02:46.493Z] [2025-04-11T09:02:46.493Z] #42 [security-spire-agent internal] load build context [2025-04-11T09:02:46.493Z] #42 transferring context: 23.33kB 0.2s done [2025-04-11T09:02:46.493Z] #42 DONE 2.1s [2025-04-11T09:02:46.493Z] [2025-04-11T09:02:46.493Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:02:46.493Z] #40 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-04-11T09:02:46.493Z] #40 ... [2025-04-11T09:02:46.493Z] [2025-04-11T09:02:46.493Z] #36 [security-spire-server internal] load build context [2025-04-11T09:02:46.493Z] #36 transferring context: 23.80kB 0.2s done [2025-04-11T09:02:46.493Z] #36 DONE 2.1s [2025-04-11T09:02:46.493Z] [2025-04-11T09:02:46.493Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:02:46.766Z] #40 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.8s [2025-04-11T09:02:46.766Z] #40 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.9s [2025-04-11T09:02:47.360Z] #40 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 2.5s [2025-04-11T09:02:47.633Z] #40 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.7s done [2025-04-11T09:02:47.908Z] #40 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.05MB / 33.17MB 3.0s [2025-04-11T09:02:47.908Z] #40 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done [2025-04-11T09:02:48.180Z] #40 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 7.34MB / 33.17MB 3.4s [2025-04-11T09:02:49.166Z] #40 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 9.44MB / 33.17MB 4.1s [2025-04-11T09:02:49.166Z] #40 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 4.3s [2025-04-11T09:02:49.443Z] #40 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.73MB / 33.17MB 4.5s [2025-04-11T09:02:49.443Z] #40 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.01MB / 33.17MB 4.7s [2025-04-11T09:02:49.716Z] #40 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 4.9s [2025-04-11T09:02:50.005Z] #40 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.02MB / 33.17MB 5.1s [2025-04-11T09:02:50.293Z] #40 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.01MB / 33.17MB 5.4s [2025-04-11T09:02:50.293Z] #40 ... [2025-04-11T09:02:50.293Z] [2025-04-11T09:02:50.293Z] #43 [security-proxy-auth internal] load build context [2025-04-11T09:02:50.293Z] #43 transferring context: 3.22MB 4.4s done [2025-04-11T09:02:50.293Z] #43 DONE 5.9s [2025-04-11T09:02:50.293Z] [2025-04-11T09:02:50.293Z] #44 [security-secretstore-setup internal] load build context [2025-04-11T09:02:50.293Z] #44 transferring context: 3.22MB 4.2s done [2025-04-11T09:02:50.293Z] #44 DONE 5.8s [2025-04-11T09:02:50.293Z] [2025-04-11T09:02:50.293Z] #39 [core-data internal] load build context [2025-04-11T09:02:50.293Z] #39 transferring context: 3.22MB 4.4s done [2025-04-11T09:02:50.293Z] #39 DONE 5.9s [2025-04-11T09:02:50.293Z] [2025-04-11T09:02:50.293Z] #45 [core-metadata internal] load build context [2025-04-11T09:02:50.293Z] #45 transferring context: 3.22MB 4.6s done [2025-04-11T09:02:50.293Z] #45 DONE 6.0s [2025-04-11T09:02:50.293Z] [2025-04-11T09:02:50.293Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:02:50.293Z] #40 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 5.6s [2025-04-11T09:02:50.581Z] #40 ... [2025-04-11T09:02:50.581Z] [2025-04-11T09:02:50.581Z] #46 [core-command internal] load build context [2025-04-11T09:02:50.581Z] #46 transferring context: 3.22MB 4.8s done [2025-04-11T09:02:50.581Z] #46 DONE 6.1s [2025-04-11T09:02:50.581Z] [2025-04-11T09:02:50.581Z] #47 [security-proxy-setup internal] load build context [2025-04-11T09:02:50.581Z] #47 transferring context: 3.22MB 5.0s done [2025-04-11T09:02:50.581Z] #47 DONE 6.0s [2025-04-11T09:02:50.581Z] [2025-04-11T09:02:50.581Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:02:50.581Z] #40 ... [2025-04-11T09:02:50.581Z] [2025-04-11T09:02:50.581Z] #48 [security-spiffe-token-provider internal] load build context [2025-04-11T09:02:50.581Z] #48 transferring context: 3.22MB 5.1s done [2025-04-11T09:02:50.581Z] #48 DONE 6.2s [2025-04-11T09:02:50.581Z] [2025-04-11T09:02:50.581Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:02:50.581Z] #40 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 5.6s done [2025-04-11T09:02:50.869Z] #40 ... [2025-04-11T09:02:50.869Z] [2025-04-11T09:02:50.869Z] #35 [support-notifications internal] load build context [2025-04-11T09:02:50.869Z] #35 transferring context: 3.22MB 5.2s done [2025-04-11T09:02:50.869Z] #35 DONE 6.2s [2025-04-11T09:02:50.869Z] [2025-04-11T09:02:50.869Z] #49 [support-scheduler internal] load build context [2025-04-11T09:02:50.869Z] #49 transferring context: 3.22MB 5.2s done [2025-04-11T09:02:50.869Z] #49 DONE 6.4s [2025-04-11T09:02:50.869Z] [2025-04-11T09:02:50.869Z] #50 [core-common-config-bootstrapper internal] load build context [2025-04-11T09:02:50.869Z] #50 transferring context: 3.22MB 5.3s done [2025-04-11T09:02:50.869Z] #50 DONE 6.3s [2025-04-11T09:02:50.869Z] [2025-04-11T09:02:50.869Z] #51 [security-bootstrapper internal] load build context [2025-04-11T09:02:50.869Z] #51 transferring context: 3.22MB 5.4s done [2025-04-11T09:02:50.869Z] #51 DONE 6.4s [2025-04-11T09:02:50.869Z] [2025-04-11T09:02:50.869Z] #38 [core-keeper internal] load build context [2025-04-11T09:02:50.869Z] #38 transferring context: 3.22MB 5.3s done [2025-04-11T09:02:50.869Z] #38 DONE 6.3s [2025-04-11T09:02:50.869Z] [2025-04-11T09:02:50.869Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-11T09:02:50.869Z] #52 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.3s done [2025-04-11T09:02:50.869Z] #52 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-04-11T09:02:50.869Z] #52 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-04-11T09:02:50.869Z] #52 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-04-11T09:02:50.869Z] #52 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s done [2025-04-11T09:02:50.869Z] #52 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.9s done [2025-04-11T09:02:50.869Z] #52 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done [2025-04-11T09:02:50.869Z] #52 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.1s done [2025-04-11T09:02:50.869Z] #52 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 4.7s done [2025-04-11T09:02:50.869Z] #52 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-04-11T09:02:50.869Z] #52 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done [2025-04-11T09:02:50.869Z] #52 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 1.1s [2025-04-11T09:02:52.358Z] #52 ... [2025-04-11T09:02:52.358Z] [2025-04-11T09:02:52.358Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:02:52.358Z] #40 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b [2025-04-11T09:02:52.358Z] #40 ... [2025-04-11T09:02:52.358Z] [2025-04-11T09:02:52.358Z] #53 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-04-11T09:02:52.358Z] #53 DONE 9.0s [2025-04-11T09:02:52.358Z] [2025-04-11T09:02:52.358Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:02:53.366Z] #40 ... [2025-04-11T09:02:53.366Z] [2025-04-11T09:02:53.366Z] #54 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2025-04-11T09:02:53.366Z] #54 DONE 1.7s [2025-04-11T09:02:53.642Z] [2025-04-11T09:02:53.642Z] #55 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-04-11T09:02:57.116Z] #55 ... [2025-04-11T09:02:57.116Z] [2025-04-11T09:02:57.116Z] #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-04-11T09:02:57.116Z] #56 10.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:02:57.116Z] #56 ... [2025-04-11T09:02:57.116Z] [2025-04-11T09:02:57.116Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:02:57.116Z] #40 ... [2025-04-11T09:02:57.116Z] [2025-04-11T09:02:57.116Z] #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-04-11T09:02:57.116Z] #57 10.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:02:57.116Z] #57 ... [2025-04-11T09:02:57.116Z] [2025-04-11T09:02:57.116Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-11T09:02:57.116Z] #52 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.5s [2025-04-11T09:02:57.728Z] #52 ... [2025-04-11T09:02:57.728Z] [2025-04-11T09:02:57.728Z] #58 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-04-11T09:02:58.046Z] #58 ... [2025-04-11T09:02:58.046Z] [2025-04-11T09:02:58.046Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-04-11T09:02:58.046Z] #59 ... [2025-04-11T09:02:58.046Z] [2025-04-11T09:02:58.046Z] #60 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-04-11T09:02:58.046Z] #60 10.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:02:58.046Z] #60 ... [2025-04-11T09:02:58.046Z] [2025-04-11T09:02:58.046Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-04-11T09:02:58.313Z] #61 ... [2025-04-11T09:02:58.313Z] [2025-04-11T09:02:58.313Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-04-11T09:02:58.313Z] #62 ... [2025-04-11T09:02:58.313Z] [2025-04-11T09:02:58.313Z] #63 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-04-11T09:02:58.597Z] #63 ... [2025-04-11T09:02:58.597Z] [2025-04-11T09:02:58.597Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-04-11T09:02:58.597Z] #64 ... [2025-04-11T09:02:58.597Z] [2025-04-11T09:02:58.597Z] #65 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-04-11T09:02:58.597Z] #65 ... [2025-04-11T09:02:58.597Z] [2025-04-11T09:02:58.597Z] #66 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-04-11T09:02:58.876Z] #66 ... [2025-04-11T09:02:58.876Z] [2025-04-11T09:02:58.876Z] #60 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-04-11T09:02:58.876Z] #60 10.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:00.317Z] #60 ... [2025-04-11T09:03:00.317Z] [2025-04-11T09:03:00.317Z] #65 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-04-11T09:03:00.317Z] #65 DONE 12.0s [2025-04-11T09:03:00.317Z] [2025-04-11T09:03:00.317Z] #63 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-04-11T09:03:00.317Z] #63 12.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:01.308Z] #63 ... [2025-04-11T09:03:01.308Z] [2025-04-11T09:03:01.308Z] #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-04-11T09:03:01.308Z] #56 10.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:01.308Z] #56 13.02 (1/2) Installing dumb-init (1.2.5-r3) [2025-04-11T09:03:01.308Z] #56 13.08 (2/2) Installing su-exec (0.2-r3) [2025-04-11T09:03:01.308Z] #56 13.09 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:03:01.308Z] #56 13.28 OK: 9 MiB in 16 packages [2025-04-11T09:03:01.308Z] #56 DONE 14.9s [2025-04-11T09:03:01.586Z] [2025-04-11T09:03:01.586Z] #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-04-11T09:03:02.218Z] #67 ... [2025-04-11T09:03:02.218Z] [2025-04-11T09:03:02.218Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-04-11T09:03:02.218Z] #68 DONE 9.0s [2025-04-11T09:03:02.493Z] [2025-04-11T09:03:02.493Z] #69 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-04-11T09:03:03.465Z] #69 ... [2025-04-11T09:03:03.465Z] [2025-04-11T09:03:03.465Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-04-11T09:03:03.465Z] #70 ... [2025-04-11T09:03:03.465Z] [2025-04-11T09:03:03.465Z] #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-04-11T09:03:03.752Z] #71 ... [2025-04-11T09:03:03.752Z] [2025-04-11T09:03:03.752Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-04-11T09:03:03.752Z] #72 ... [2025-04-11T09:03:03.752Z] [2025-04-11T09:03:03.752Z] #73 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-04-11T09:03:04.025Z] #73 ... [2025-04-11T09:03:04.025Z] [2025-04-11T09:03:04.025Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:03:04.025Z] #40 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.7s [2025-04-11T09:03:04.317Z] #40 ... [2025-04-11T09:03:04.317Z] [2025-04-11T09:03:04.317Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-04-11T09:03:04.317Z] #72 10.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:06.305Z] #72 ... [2025-04-11T09:03:06.305Z] [2025-04-11T09:03:06.305Z] #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-04-11T09:03:06.305Z] #57 10.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:06.305Z] #57 13.87 (1/4) Installing ca-certificates (20241121-r1) [2025-04-11T09:03:06.305Z] #57 14.15 (2/4) Installing dumb-init (1.2.5-r3) [2025-04-11T09:03:06.305Z] #57 14.20 (3/4) Installing su-exec (0.2-r3) [2025-04-11T09:03:06.305Z] #57 14.20 (4/4) Installing yq-go (4.44.1-r2) [2025-04-11T09:03:06.305Z] #57 15.49 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:03:06.305Z] #57 15.61 Executing ca-certificates-20241121-r1.trigger [2025-04-11T09:03:06.305Z] #57 17.12 OK: 20 MiB in 18 packages [2025-04-11T09:03:06.305Z] #57 DONE 19.6s [2025-04-11T09:03:06.587Z] [2025-04-11T09:03:06.587Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:03:08.031Z] #40 ... [2025-04-11T09:03:08.031Z] [2025-04-11T09:03:08.031Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-04-11T09:03:08.031Z] #52 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.4s done [2025-04-11T09:03:08.031Z] #52 ... [2025-04-11T09:03:08.031Z] [2025-04-11T09:03:08.031Z] #69 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-04-11T09:03:08.031Z] #69 5.272 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:08.658Z] #69 ... [2025-04-11T09:03:08.658Z] [2025-04-11T09:03:08.658Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-04-11T09:03:08.658Z] #62 10.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:08.658Z] #62 11.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:08.658Z] #62 ... [2025-04-11T09:03:08.658Z] [2025-04-11T09:03:08.658Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:03:08.935Z] #40 ... [2025-04-11T09:03:08.935Z] [2025-04-11T09:03:08.935Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-04-11T09:03:08.935Z] #61 10.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:08.935Z] #61 11.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:09.219Z] #61 ... [2025-04-11T09:03:09.219Z] [2025-04-11T09:03:09.219Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:03:09.219Z] #40 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.9s [2025-04-11T09:03:09.857Z] #40 ... [2025-04-11T09:03:09.857Z] [2025-04-11T09:03:09.857Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-04-11T09:03:09.857Z] #64 11.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:09.857Z] #64 13.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:09.857Z] #64 ... [2025-04-11T09:03:09.857Z] [2025-04-11T09:03:09.857Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:03:10.128Z] #40 ... [2025-04-11T09:03:10.128Z] [2025-04-11T09:03:10.128Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-04-11T09:03:10.128Z] #0 5.685 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:10.128Z] #0 7.881 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:10.128Z] #74 ... [2025-04-11T09:03:10.128Z] [2025-04-11T09:03:10.128Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:03:10.741Z] #40 ... [2025-04-11T09:03:10.741Z] [2025-04-11T09:03:10.741Z] #58 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-04-11T09:03:10.741Z] #58 13.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:10.741Z] #58 15.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:10.741Z] #58 ... [2025-04-11T09:03:10.741Z] [2025-04-11T09:03:10.741Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-04-11T09:03:11.009Z] #40 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.9s done [2025-04-11T09:03:11.281Z] #40 DONE 27.0s [2025-04-11T09:03:11.281Z] [2025-04-11T09:03:11.281Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-04-11T09:03:11.281Z] #62 22.09 v3.20.6-98-gc1d3f1ebeee [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-04-11T09:03:11.281Z] #62 22.09 v3.20.6-97-gf42b045c22d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-04-11T09:03:11.281Z] #62 22.09 OK: 24048 distinct packages available [2025-04-11T09:03:11.555Z] #62 23.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:11.555Z] #62 ... [2025-04-11T09:03:11.555Z] [2025-04-11T09:03:11.555Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-04-11T09:03:11.555Z] #59 13.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:11.555Z] #59 16.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:11.824Z] #59 ... [2025-04-11T09:03:11.824Z] [2025-04-11T09:03:11.824Z] #63 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-04-11T09:03:11.824Z] #63 13.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:12.111Z] #63 ... [2025-04-11T09:03:12.111Z] [2025-04-11T09:03:12.111Z] #55 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-04-11T09:03:12.111Z] #55 9.347 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:12.111Z] #55 11.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:12.111Z] #55 ... [2025-04-11T09:03:12.111Z] [2025-04-11T09:03:12.111Z] #58 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-04-11T09:03:12.111Z] #58 24.82 (1/1) Installing dumb-init (1.2.5-r3) [2025-04-11T09:03:12.111Z] #58 24.87 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:03:12.111Z] #58 24.96 OK: 9 MiB in 15 packages [2025-04-11T09:03:13.110Z] #58 ... [2025-04-11T09:03:13.110Z] [2025-04-11T09:03:13.110Z] #66 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-04-11T09:03:13.110Z] #66 14.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:13.110Z] #66 16.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:13.402Z] #66 ... [2025-04-11T09:03:13.402Z] [2025-04-11T09:03:13.402Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-04-11T09:03:13.402Z] #62 25.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:13.701Z] #62 ... [2025-04-11T09:03:13.701Z] [2025-04-11T09:03:13.701Z] #58 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-04-11T09:03:13.701Z] #58 DONE 26.7s [2025-04-11T09:03:13.983Z] [2025-04-11T09:03:13.983Z] #75 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-04-11T09:03:14.257Z] #75 ... [2025-04-11T09:03:14.257Z] [2025-04-11T09:03:14.257Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-04-11T09:03:14.257Z] #70 10.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:14.257Z] #70 13.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:14.257Z] #70 ... [2025-04-11T09:03:14.257Z] [2025-04-11T09:03:14.257Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-04-11T09:03:14.257Z] #61 23.47 (1/7) Installing ca-certificates (20241121-r1) [2025-04-11T09:03:14.257Z] #61 24.00 (2/7) Installing dumb-init (1.2.5-r3) [2025-04-11T09:03:14.257Z] #61 24.06 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-04-11T09:03:14.257Z] #61 24.09 (4/7) Installing libsodium (1.0.19-r0) [2025-04-11T09:03:14.257Z] #61 24.15 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-04-11T09:03:14.257Z] #61 24.49 (6/7) Installing libzmq (4.3.5-r2) [2025-04-11T09:03:14.257Z] #61 24.63 (7/7) Installing zeromq (4.3.5-r2) [2025-04-11T09:03:14.257Z] #61 24.72 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:03:14.257Z] #61 24.85 Executing ca-certificates-20241121-r1.trigger [2025-04-11T09:03:14.553Z] #61 26.46 OK: 14 MiB in 21 packages [2025-04-11T09:03:14.827Z] #61 ... [2025-04-11T09:03:14.827Z] [2025-04-11T09:03:14.827Z] #73 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-04-11T09:03:14.827Z] #73 11.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:14.827Z] #73 13.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:15.098Z] #73 ... [2025-04-11T09:03:15.098Z] [2025-04-11T09:03:15.098Z] #63 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-04-11T09:03:15.098Z] #63 26.72 (1/3) Installing ca-certificates (20241121-r1) [2025-04-11T09:03:15.098Z] #63 27.17 (2/3) Installing dumb-init (1.2.5-r3) [2025-04-11T09:03:15.098Z] #63 27.22 (3/3) Installing tzdata (2025b-r0) [2025-04-11T09:03:15.377Z] #63 ... [2025-04-11T09:03:15.377Z] [2025-04-11T09:03:15.377Z] #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-04-11T09:03:15.377Z] #71 11.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:15.377Z] #71 14.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:15.377Z] #71 ... [2025-04-11T09:03:15.377Z] [2025-04-11T09:03:15.377Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-04-11T09:03:15.377Z] #70 21.99 OK: 239 MiB in 58 packages [2025-04-11T09:03:16.388Z] #70 ... [2025-04-11T09:03:16.388Z] [2025-04-11T09:03:16.388Z] #55 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-04-11T09:03:16.388Z] #55 21.97 OK: 239 MiB in 58 packages [2025-04-11T09:03:16.388Z] #55 DONE 23.7s [2025-04-11T09:03:16.388Z] [2025-04-11T09:03:16.388Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-04-11T09:03:16.388Z] #59 27.89 (1/1) Installing dumb-init (1.2.5-r3) [2025-04-11T09:03:16.388Z] #59 27.95 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:03:16.388Z] #59 28.11 OK: 9 MiB in 15 packages [2025-04-11T09:03:16.666Z] #59 ... [2025-04-11T09:03:16.666Z] [2025-04-11T09:03:16.666Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-04-11T09:03:16.666Z] #0 4.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:16.666Z] #0 6.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:16.666Z] #76 ... [2025-04-11T09:03:16.666Z] [2025-04-11T09:03:16.666Z] #77 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:03:16.666Z] #77 DONE 0.5s [2025-04-11T09:03:16.666Z] [2025-04-11T09:03:16.666Z] #78 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:03:16.950Z] #78 ... [2025-04-11T09:03:16.950Z] [2025-04-11T09:03:16.950Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-04-11T09:03:16.950Z] #61 DONE 28.7s [2025-04-11T09:03:16.950Z] [2025-04-11T09:03:16.950Z] #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-04-11T09:03:16.950Z] #67 5.617 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:16.950Z] #67 7.969 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:17.229Z] #67 ... [2025-04-11T09:03:17.229Z] [2025-04-11T09:03:17.229Z] #60 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-04-11T09:03:17.229Z] #60 18.95 v3.20.6-98-gc1d3f1ebeee [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-04-11T09:03:17.229Z] #60 18.96 v3.20.6-97-gf42b045c22d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-04-11T09:03:17.229Z] #60 18.96 OK: 24048 distinct packages available [2025-04-11T09:03:17.229Z] #60 22.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:17.229Z] #60 24.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:17.229Z] #60 ... [2025-04-11T09:03:17.229Z] [2025-04-11T09:03:17.229Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-04-11T09:03:17.229Z] #72 13.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:17.229Z] #72 22.56 v3.20.6-98-gc1d3f1ebeee [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-04-11T09:03:17.229Z] #72 22.56 v3.20.6-97-gf42b045c22d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-04-11T09:03:17.229Z] #72 22.56 OK: 24048 distinct packages available [2025-04-11T09:03:17.510Z] #72 ... [2025-04-11T09:03:17.510Z] [2025-04-11T09:03:17.510Z] #63 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-04-11T09:03:17.510Z] #63 29.35 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:03:17.510Z] #63 29.56 Executing ca-certificates-20241121-r1.trigger [2025-04-11T09:03:17.794Z] #63 ... [2025-04-11T09:03:17.794Z] [2025-04-11T09:03:17.794Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-04-11T09:03:17.794Z] #70 DONE 24.5s [2025-04-11T09:03:18.068Z] [2025-04-11T09:03:18.068Z] #79 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:03:18.678Z] #154 ... [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-04-11T09:03:18.678Z] #147 DONE 89.5s [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:03:18.678Z] #155 DONE 0.3s [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:03:18.678Z] #156 DONE 0.2s [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-04-11T09:03:18.678Z] #157 DONE 0.1s [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-04-11T09:03:18.678Z] #158 DONE 0.0s [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-04-11T09:03:18.678Z] #159 DONE 0.1s [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-04-11T09:03:18.678Z] #153 ... [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-04-11T09:03:18.678Z] #160 ... [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-04-11T09:03:18.678Z] #150 DONE 91.1s [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-04-11T09:03:18.678Z] #161 DONE 0.2s [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-04-11T09:03:18.678Z] #162 ... [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-04-11T09:03:18.678Z] #160 DONE 1.2s [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #115 [core-common-config-bootstrapper] exporting to image [2025-04-11T09:03:18.678Z] #115 exporting layers [2025-04-11T09:03:18.678Z] #115 exporting layers 0.5s done [2025-04-11T09:03:18.678Z] #115 writing image sha256:a836ba9bf0bcbbd346d0eb0dcf96dbe3b0c7393d5f07811f4e3670c7f7d000fc done [2025-04-11T09:03:18.678Z] #115 naming to docker.io/library/core-common-config-bootstrapper done [2025-04-11T09:03:18.678Z] #115 DONE 1.4s [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-04-11T09:03:18.678Z] #146 ... [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-04-11T09:03:18.678Z] #162 DONE 1.4s [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:03:18.678Z] #163 DONE 0.0s [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:03:18.678Z] #164 DONE 0.0s [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-04-11T09:03:18.678Z] #165 DONE 0.2s [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-04-11T09:03:18.678Z] #166 DONE 0.0s [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-11T09:03:18.678Z] #144 ... [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-04-11T09:03:18.678Z] #167 DONE 0.0s [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-04-11T09:03:18.678Z] #168 DONE 0.0s [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-04-11T09:03:18.678Z] #169 DONE 0.0s [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-04-11T09:03:18.678Z] #170 DONE 0.0s [2025-04-11T09:03:18.678Z] [2025-04-11T09:03:18.678Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-04-11T09:03:18.679Z] #79 DONE 0.7s [2025-04-11T09:03:18.679Z] [2025-04-11T09:03:18.679Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-04-11T09:03:18.679Z] #59 DONE 30.9s [2025-04-11T09:03:18.679Z] [2025-04-11T09:03:18.680Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-04-11T09:03:18.936Z] #171 DONE 1.2s [2025-04-11T09:03:18.936Z] [2025-04-11T09:03:18.936Z] #115 [security-bootstrapper] exporting to image [2025-04-11T09:03:19.198Z] #115 exporting layers 0.4s done [2025-04-11T09:03:19.198Z] #115 writing image sha256:3a6e6c4ab342b712b32a429ac84d069f6b8f55b96367d7f527464ba83c6d87fe done [2025-04-11T09:03:19.198Z] #115 naming to docker.io/library/security-bootstrapper done [2025-04-11T09:03:19.198Z] #115 DONE 1.8s [2025-04-11T09:03:19.198Z] [2025-04-11T09:03:19.198Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-11T09:03:19.284Z] #80 ... [2025-04-11T09:03:19.284Z] [2025-04-11T09:03:19.284Z] #73 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-04-11T09:03:19.284Z] #73 23.49 OK: 239 MiB in 58 packages [2025-04-11T09:03:19.284Z] #73 DONE 25.8s [2025-04-11T09:03:19.284Z] [2025-04-11T09:03:19.284Z] #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-04-11T09:03:19.284Z] #71 23.14 OK: 239 MiB in 58 packages [2025-04-11T09:03:19.284Z] #71 DONE 26.0s [2025-04-11T09:03:19.284Z] [2025-04-11T09:03:19.284Z] #81 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:03:19.567Z] #81 ... [2025-04-11T09:03:19.567Z] [2025-04-11T09:03:19.567Z] #69 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-04-11T09:03:19.567Z] #69 7.352 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:19.847Z] #69 ... [2025-04-11T09:03:19.847Z] [2025-04-11T09:03:19.847Z] #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-04-11T09:03:19.847Z] #67 18.29 OK: 9 MiB in 16 packages [2025-04-11T09:03:20.444Z] #67 ... [2025-04-11T09:03:20.444Z] [2025-04-11T09:03:20.444Z] #81 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:03:20.444Z] #81 DONE 1.4s [2025-04-11T09:03:20.725Z] [2025-04-11T09:03:20.725Z] #66 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-04-11T09:03:20.725Z] #66 27.52 (1/4) Installing dumb-init (1.2.5-r3) [2025-04-11T09:03:20.725Z] #66 27.57 (2/4) Installing openssl (3.3.3-r0) [2025-04-11T09:03:20.725Z] #66 27.71 (3/4) Installing su-exec (0.2-r3) [2025-04-11T09:03:20.725Z] #66 27.73 (4/4) Installing yq-go (4.44.1-r2) [2025-04-11T09:03:20.725Z] #66 29.40 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:03:20.725Z] #66 29.73 OK: 20 MiB in 18 packages [2025-04-11T09:03:20.725Z] #66 DONE 32.4s [2025-04-11T09:03:20.725Z] [2025-04-11T09:03:20.725Z] #82 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-04-11T09:03:21.014Z] #82 ... [2025-04-11T09:03:21.014Z] [2025-04-11T09:03:21.014Z] #83 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:03:21.014Z] #83 DONE 1.8s [2025-04-11T09:03:21.286Z] [2025-04-11T09:03:21.286Z] #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:03:22.297Z] #84 ... [2025-04-11T09:03:22.297Z] [2025-04-11T09:03:22.297Z] #63 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-04-11T09:03:22.297Z] #63 31.60 OK: 11 MiB in 17 packages [2025-04-11T09:03:22.297Z] #63 DONE 34.4s [2025-04-11T09:03:22.610Z] [2025-04-11T09:03:22.610Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-04-11T09:03:22.610Z] #76 15.99 OK: 20 MiB in 18 packages [2025-04-11T09:03:22.610Z] #76 ... [2025-04-11T09:03:22.610Z] [2025-04-11T09:03:22.610Z] #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-04-11T09:03:22.610Z] #67 DONE 21.2s [2025-04-11T09:03:22.886Z] [2025-04-11T09:03:22.886Z] #85 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-04-11T09:03:23.492Z] #85 ... [2025-04-11T09:03:23.492Z] [2025-04-11T09:03:23.492Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-04-11T09:03:23.492Z] #64 25.23 v3.20.6-98-gc1d3f1ebeee [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-04-11T09:03:23.492Z] #64 25.23 v3.20.6-97-gf42b045c22d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-04-11T09:03:23.492Z] #64 25.23 OK: 24048 distinct packages available [2025-04-11T09:03:23.492Z] #64 27.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:23.492Z] #64 29.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:23.492Z] #64 ... [2025-04-11T09:03:23.492Z] [2025-04-11T09:03:23.492Z] #60 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-04-11T09:03:23.492Z] #60 34.92 (1/5) Installing dumb-init (1.2.5-r3) [2025-04-11T09:03:23.492Z] #60 34.95 (2/5) Installing musl-obstack (1.2.3-r2) [2025-04-11T09:03:23.492Z] #60 35.07 (3/5) Installing libucontext (1.2-r3) [2025-04-11T09:03:23.492Z] #60 35.07 (4/5) Installing gcompat (1.1.0-r4) [2025-04-11T09:03:23.492Z] #60 35.11 (5/5) Installing openssl (3.3.3-r0) [2025-04-11T09:03:23.492Z] #60 35.28 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:03:23.492Z] #60 35.47 OK: 10 MiB in 19 packages [2025-04-11T09:03:23.779Z] #60 ... [2025-04-11T09:03:23.779Z] [2025-04-11T09:03:23.779Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-04-11T09:03:23.779Z] #74 20.71 (1/1) Installing dumb-init (1.2.5-r3) [2025-04-11T09:03:23.779Z] #74 21.77 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:03:23.779Z] #74 22.00 OK: 9 MiB in 15 packages [2025-04-11T09:03:23.779Z] #74 DONE 23.7s [2025-04-11T09:03:24.045Z] [2025-04-11T09:03:24.045Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-04-11T09:03:24.045Z] #62 35.29 (1/14) Installing ca-certificates (20241121-r1) [2025-04-11T09:03:24.045Z] #62 35.59 (2/14) Installing brotli-libs (1.1.0-r2) [2025-04-11T09:03:24.045Z] #62 35.70 (3/14) Installing c-ares (1.33.1-r0) [2025-04-11T09:03:24.045Z] #62 35.76 (4/14) Installing libunistring (1.2-r0) [2025-04-11T09:03:24.045Z] #62 35.90 (5/14) Installing libidn2 (2.3.7-r0) [2025-04-11T09:03:24.045Z] #62 35.92 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-04-11T09:03:24.045Z] #62 35.96 (7/14) Installing libpsl (0.21.5-r1) [2025-04-11T09:03:24.045Z] #62 35.96 (8/14) Installing zstd-libs (1.5.6-r0) [2025-04-11T09:03:24.045Z] #62 36.01 (9/14) Installing libcurl (8.12.1-r0) [2025-04-11T09:03:24.045Z] #62 36.05 (10/14) Installing curl (8.12.1-r0) [2025-04-11T09:03:24.045Z] #62 36.08 (11/14) Installing dumb-init (1.2.5-r3) [2025-04-11T09:03:24.045Z] #62 36.10 (12/14) Installing musl-obstack (1.2.3-r2) [2025-04-11T09:03:24.045Z] #62 36.11 (13/14) Installing libucontext (1.2-r3) [2025-04-11T09:03:24.045Z] #62 36.12 (14/14) Installing gcompat (1.1.0-r4) [2025-04-11T09:03:24.046Z] #62 36.16 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:03:24.333Z] #62 36.40 Executing ca-certificates-20241121-r1.trigger [2025-04-11T09:03:24.333Z] #62 ... [2025-04-11T09:03:24.333Z] [2025-04-11T09:03:24.333Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-04-11T09:03:24.333Z] #76 DONE 18.0s [2025-04-11T09:03:24.605Z] [2025-04-11T09:03:24.605Z] #69 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-04-11T09:03:24.605Z] #69 20.67 OK: 239 MiB in 58 packages [2025-04-11T09:03:24.882Z] #69 DONE 22.6s [2025-04-11T09:03:24.882Z] [2025-04-11T09:03:24.882Z] #60 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-04-11T09:03:25.154Z] #60 DONE 37.1s [2025-04-11T09:03:25.154Z] [2025-04-11T09:03:25.154Z] #86 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2025-04-11T09:03:26.129Z] #86 ... [2025-04-11T09:03:26.129Z] [2025-04-11T09:03:26.129Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-04-11T09:03:26.129Z] #62 37.26 OK: 15 MiB in 28 packages [2025-04-11T09:03:26.129Z] #62 DONE 38.2s [2025-04-11T09:03:26.404Z] [2025-04-11T09:03:26.404Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-04-11T09:03:26.404Z] #64 37.63 (1/4) Installing dumb-init (1.2.5-r3) [2025-04-11T09:03:26.404Z] #64 37.66 (2/4) Installing musl-obstack (1.2.3-r2) [2025-04-11T09:03:26.404Z] #64 37.66 (3/4) Installing libucontext (1.2-r3) [2025-04-11T09:03:26.404Z] #64 37.68 (4/4) Installing gcompat (1.1.0-r4) [2025-04-11T09:03:26.404Z] #64 37.68 Executing busybox-1.36.1-r29.trigger [2025-04-11T09:03:26.404Z] #64 37.79 OK: 9 MiB in 18 packages [2025-04-11T09:03:26.404Z] #64 ... [2025-04-11T09:03:26.404Z] [2025-04-11T09:03:26.404Z] #75 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-04-11T09:03:26.404Z] #75 2.784 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:26.404Z] #75 5.971 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:26.679Z] #75 12.82 OK: 9 MiB in 15 packages [2025-04-11T09:03:26.679Z] #75 ... [2025-04-11T09:03:26.679Z] [2025-04-11T09:03:26.679Z] #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-04-11T09:03:26.679Z] #87 ... [2025-04-11T09:03:26.679Z] [2025-04-11T09:03:26.679Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-04-11T09:03:26.679Z] #64 DONE 38.5s [2025-04-11T09:03:26.679Z] [2025-04-11T09:03:26.679Z] #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-04-11T09:03:26.679Z] #88 DONE 1.8s [2025-04-11T09:03:26.946Z] [2025-04-11T09:03:26.946Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-04-11T09:03:26.946Z] #72 25.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:26.946Z] #72 27.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:26.946Z] #72 33.06 OK: 239 MiB in 58 packages [2025-04-11T09:03:26.946Z] #72 ... [2025-04-11T09:03:26.946Z] [2025-04-11T09:03:26.946Z] #89 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-04-11T09:03:27.233Z] #89 ... [2025-04-11T09:03:27.233Z] [2025-04-11T09:03:27.233Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-04-11T09:03:27.233Z] #90 ... [2025-04-11T09:03:27.233Z] [2025-04-11T09:03:27.233Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-04-11T09:03:27.233Z] #72 DONE 34.0s [2025-04-11T09:03:27.233Z] [2025-04-11T09:03:27.233Z] #75 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-04-11T09:03:27.233Z] #75 DONE 14.4s [2025-04-11T09:03:27.505Z] [2025-04-11T09:03:27.505Z] #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:03:28.918Z] #91 ... [2025-04-11T09:03:28.918Z] [2025-04-11T09:03:28.918Z] #92 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:03:28.918Z] #92 ... [2025-04-11T09:03:28.918Z] [2025-04-11T09:03:28.918Z] #89 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-04-11T09:03:28.918Z] #89 11.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:29.188Z] #89 ... [2025-04-11T09:03:29.188Z] [2025-04-11T09:03:29.188Z] #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:03:29.188Z] #91 DONE 1.8s [2025-04-11T09:03:29.188Z] [2025-04-11T09:03:29.188Z] #89 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-04-11T09:03:29.188Z] #89 12.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:30.626Z] #89 ... [2025-04-11T09:03:30.626Z] [2025-04-11T09:03:30.626Z] #93 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:03:30.931Z] #93 ... [2025-04-11T09:03:30.931Z] [2025-04-11T09:03:30.931Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:03:32.372Z] #94 ... [2025-04-11T09:03:32.372Z] [2025-04-11T09:03:32.372Z] #95 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-04-11T09:03:32.372Z] #95 ... [2025-04-11T09:03:32.372Z] [2025-04-11T09:03:32.372Z] #82 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-04-11T09:03:32.372Z] #82 11.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:32.957Z] #82 ... [2025-04-11T09:03:32.957Z] [2025-04-11T09:03:32.957Z] #85 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-04-11T09:03:32.957Z] #85 DONE 10.1s [2025-04-11T09:03:32.957Z] [2025-04-11T09:03:32.957Z] #89 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-04-11T09:03:32.957Z] #89 14.73 OK: 14 MiB in 21 packages [2025-04-11T09:03:32.957Z] #89 DONE 16.1s [2025-04-11T09:03:32.957Z] [2025-04-11T09:03:32.957Z] #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-04-11T09:03:32.957Z] #87 6.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:32.957Z] #87 ... [2025-04-11T09:03:32.957Z] [2025-04-11T09:03:32.957Z] #96 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-04-11T09:03:32.957Z] #96 DONE 0.4s [2025-04-11T09:03:33.228Z] [2025-04-11T09:03:33.228Z] #86 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2025-04-11T09:03:33.228Z] #86 8.038 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:34.674Z] #86 9.290 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:36.666Z] #86 ... [2025-04-11T09:03:36.666Z] [2025-04-11T09:03:36.666Z] #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:03:36.942Z] #97 ... [2025-04-11T09:03:36.942Z] [2025-04-11T09:03:36.942Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-04-11T09:03:36.942Z] #90 6.912 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:36.942Z] #90 8.152 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:38.361Z] #90 ... [2025-04-11T09:03:38.361Z] [2025-04-11T09:03:38.361Z] #82 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-04-11T09:03:38.361Z] #82 12.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:38.361Z] #82 16.81 OK: 20 MiB in 18 packages [2025-04-11T09:03:38.361Z] #82 DONE 17.7s [2025-04-11T09:03:38.628Z] [2025-04-11T09:03:38.628Z] #98 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-04-11T09:03:38.628Z] #98 DONE 0.2s [2025-04-11T09:03:38.628Z] [2025-04-11T09:03:38.628Z] #86 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2025-04-11T09:03:38.628Z] #86 13.29 OK: 10 MiB in 19 packages [2025-04-11T09:03:39.215Z] #86 DONE 14.3s [2025-04-11T09:03:39.215Z] [2025-04-11T09:03:39.215Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-11T09:03:40.206Z] #99 ... [2025-04-11T09:03:40.206Z] [2025-04-11T09:03:40.206Z] #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-04-11T09:03:40.206Z] #100 DONE 1.0s [2025-04-11T09:03:40.206Z] [2025-04-11T09:03:40.206Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-11T09:03:40.206Z] #101 ... [2025-04-11T09:03:40.206Z] [2025-04-11T09:03:40.206Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-04-11T09:03:40.206Z] #80 12.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:40.206Z] #80 13.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:40.206Z] #80 20.31 OK: 9 MiB in 15 packages [2025-04-11T09:03:40.206Z] #80 DONE 21.7s [2025-04-11T09:03:40.474Z] [2025-04-11T09:03:40.474Z] #95 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-04-11T09:03:40.474Z] #95 10.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:40.474Z] #95 11.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:40.474Z] #95 17.91 OK: 11 MiB in 17 packages [2025-04-11T09:03:41.076Z] #95 ... [2025-04-11T09:03:41.076Z] [2025-04-11T09:03:41.076Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-04-11T09:03:41.076Z] #90 14.06 OK: 9 MiB in 18 packages [2025-04-11T09:03:41.348Z] #90 ... [2025-04-11T09:03:41.348Z] [2025-04-11T09:03:41.348Z] #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-04-11T09:03:41.348Z] #87 8.232 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-11T09:03:41.348Z] #87 14.16 OK: 15 MiB in 28 packages [2025-04-11T09:03:41.348Z] #87 DONE 15.2s [2025-04-11T09:03:41.621Z] [2025-04-11T09:03:41.621Z] #95 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-04-11T09:03:41.621Z] #95 DONE 19.3s [2025-04-11T09:03:41.621Z] [2025-04-11T09:03:41.621Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-11T09:03:42.223Z] #99 ... [2025-04-11T09:03:42.223Z] [2025-04-11T09:03:42.223Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-04-11T09:03:42.223Z] #90 DONE 15.3s [2025-04-11T09:03:42.223Z] [2025-04-11T09:03:42.223Z] #102 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-11T09:03:42.494Z] #102 ... [2025-04-11T09:03:42.494Z] [2025-04-11T09:03:42.494Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-11T09:03:42.494Z] #99 DONE 3.3s [2025-04-11T09:03:42.494Z] [2025-04-11T09:03:42.494Z] #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-04-11T09:03:42.777Z] #103 DONE 0.2s [2025-04-11T09:03:42.777Z] [2025-04-11T09:03:42.777Z] #104 [security-spire-server stage-2 6/9] COPY security.txt / [2025-04-11T09:03:43.057Z] #104 DONE 0.2s [2025-04-11T09:03:43.057Z] [2025-04-11T09:03:43.057Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-11T09:03:43.057Z] #101 DONE 2.8s [2025-04-11T09:03:43.057Z] [2025-04-11T09:03:43.057Z] #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-04-11T09:03:43.328Z] #105 ... [2025-04-11T09:03:43.328Z] [2025-04-11T09:03:43.328Z] #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-04-11T09:03:43.328Z] #106 DONE 0.3s [2025-04-11T09:03:43.328Z] [2025-04-11T09:03:43.328Z] #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-04-11T09:03:43.328Z] #105 DONE 0.3s [2025-04-11T09:03:43.328Z] [2025-04-11T09:03:43.328Z] #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-04-11T09:03:43.608Z] #107 ... [2025-04-11T09:03:43.608Z] [2025-04-11T09:03:43.608Z] #108 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-04-11T09:03:43.608Z] #108 DONE 0.3s [2025-04-11T09:03:43.608Z] [2025-04-11T09:03:43.608Z] #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-04-11T09:03:43.608Z] #107 DONE 0.3s [2025-04-11T09:03:43.608Z] [2025-04-11T09:03:43.608Z] #109 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-04-11T09:03:43.874Z] #109 ... [2025-04-11T09:03:43.874Z] [2025-04-11T09:03:43.874Z] #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-04-11T09:03:43.874Z] #110 DONE 0.2s [2025-04-11T09:03:43.874Z] [2025-04-11T09:03:43.874Z] #109 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-04-11T09:03:43.874Z] #109 DONE 0.3s [2025-04-11T09:03:43.874Z] [2025-04-11T09:03:43.874Z] #111 [security-spire-server] exporting to image [2025-04-11T09:03:43.874Z] #111 exporting layers [2025-04-11T09:03:44.147Z] #111 ... [2025-04-11T09:03:44.147Z] [2025-04-11T09:03:44.147Z] #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-04-11T09:03:44.147Z] #112 DONE 0.4s [2025-04-11T09:03:44.422Z] [2025-04-11T09:03:44.422Z] #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-04-11T09:03:44.422Z] #113 DONE 0.3s [2025-04-11T09:03:44.422Z] [2025-04-11T09:03:44.422Z] #111 [security-spire-agent] exporting to image [2025-04-11T09:03:45.004Z] #111 ... [2025-04-11T09:03:45.004Z] [2025-04-11T09:03:45.004Z] #102 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-04-11T09:03:45.004Z] #102 DONE 2.8s [2025-04-11T09:03:45.004Z] [2025-04-11T09:03:45.004Z] #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-04-11T09:03:45.608Z] #114 DONE 0.4s [2025-04-11T09:03:45.608Z] [2025-04-11T09:03:45.608Z] #115 [security-spire-config stage-2 6/10] COPY security.txt / [2025-04-11T09:03:45.608Z] #115 DONE 0.3s [2025-04-11T09:03:45.608Z] [2025-04-11T09:03:45.608Z] #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-04-11T09:03:46.196Z] #116 DONE 0.3s [2025-04-11T09:03:46.196Z] [2025-04-11T09:03:46.196Z] #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-04-11T09:03:46.463Z] #117 DONE 0.3s [2025-04-11T09:03:46.463Z] [2025-04-11T09:03:46.463Z] #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-04-11T09:03:46.744Z] #118 DONE 0.3s [2025-04-11T09:03:46.744Z] [2025-04-11T09:03:46.744Z] #111 [security-spire-config] exporting to image [2025-04-11T09:03:47.716Z] #111 exporting layers 3.8s done [2025-04-11T09:03:47.716Z] #111 writing image sha256:09f85bfaaa46b29563ac790085dec112e7afced96d279013cf1ef9fa87188e88 0.0s done [2025-04-11T09:03:47.716Z] #111 naming to docker.io/library/security-spire-server-arm64 done [2025-04-11T09:03:47.993Z] #111 exporting layers 3.4s done [2025-04-11T09:03:47.993Z] #111 writing image sha256:4e5a2044c57633a0d8dd3994c3e9577b704b503feed0a7de95175b387af385bd done [2025-04-11T09:03:47.993Z] #111 naming to docker.io/library/security-spire-agent-arm64 done [2025-04-11T09:03:48.979Z] #111 exporting layers 2.3s done [2025-04-11T09:03:48.979Z] #111 writing image sha256:18e0f235508e1a67e9676683969d58a78ae46ae850739dde2132b8c5d1ec4f75 done [2025-04-11T09:03:48.979Z] #111 naming to docker.io/library/security-spire-config-arm64 done [2025-04-11T09:03:48.979Z] #111 DONE 5.1s [2025-04-11T09:03:48.979Z] [2025-04-11T09:03:48.979Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:04:15.529Z] #144 ... [2025-04-11T09:04:15.529Z] [2025-04-11T09:04:15.529Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-04-11T09:04:15.529Z] #149 149.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-04-11T09:04:22.147Z] #149 ... [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-04-11T09:04:22.147Z] #152 DONE 157.0s [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-11T09:04:22.147Z] #154 DONE 157.0s [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-04-11T09:04:22.147Z] #148 DONE 157.0s [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #172 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:04:22.147Z] #172 ... [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-04-11T09:04:22.147Z] #149 DONE 157.0s [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-04-11T09:04:22.147Z] #145 DONE 157.1s [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-04-11T09:04:22.147Z] #153 DONE 157.1s [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #122 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-04-11T09:04:22.147Z] #122 DONE 157.1s [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-04-11T09:04:22.147Z] #146 DONE 157.1s [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-04-11T09:04:22.147Z] #151 DONE 157.1s [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #173 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:04:22.147Z] #173 DONE 0.1s [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #172 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:04:22.147Z] #172 DONE 0.2s [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #174 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:04:22.147Z] #174 ... [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #175 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:04:22.147Z] #175 DONE 0.3s [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #176 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:04:22.147Z] #176 DONE 0.1s [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #177 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:04:22.147Z] #177 DONE 0.1s [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #178 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:04:22.147Z] #178 DONE 0.3s [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #179 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:04:22.147Z] #179 DONE 0.2s [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #174 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:04:22.147Z] #174 DONE 0.2s [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #180 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:04:22.147Z] #180 DONE 0.3s [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #181 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:04:22.147Z] #181 DONE 0.2s [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #182 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:04:22.147Z] #182 CACHED [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #183 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:04:22.147Z] #183 CACHED [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #184 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:04:22.147Z] #184 CACHED [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #185 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:04:22.147Z] #185 CACHED [2025-04-11T09:04:22.147Z] [2025-04-11T09:04:22.147Z] #186 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-04-11T09:04:22.424Z] #186 DONE 0.4s [2025-04-11T09:04:22.424Z] [2025-04-11T09:04:22.424Z] #187 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:04:22.424Z] #187 DONE 0.4s [2025-04-11T09:04:22.424Z] [2025-04-11T09:04:22.424Z] #188 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:04:22.424Z] #188 DONE 0.4s [2025-04-11T09:04:22.424Z] [2025-04-11T09:04:22.424Z] #189 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-04-11T09:04:22.424Z] #189 DONE 0.4s [2025-04-11T09:04:22.424Z] [2025-04-11T09:04:22.424Z] #190 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:04:22.424Z] #190 DONE 0.4s [2025-04-11T09:04:22.424Z] [2025-04-11T09:04:22.424Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-11T09:04:22.424Z] #144 DONE 157.9s [2025-04-11T09:04:22.424Z] [2025-04-11T09:04:22.424Z] #191 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-04-11T09:04:22.424Z] #191 DONE 0.4s [2025-04-11T09:04:22.424Z] [2025-04-11T09:04:22.424Z] #192 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-04-11T09:04:22.424Z] #192 DONE 0.4s [2025-04-11T09:04:22.424Z] [2025-04-11T09:04:22.424Z] #193 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-04-11T09:04:22.424Z] #193 DONE 0.4s [2025-04-11T09:04:22.424Z] [2025-04-11T09:04:22.424Z] #194 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-04-11T09:04:22.424Z] #194 DONE 0.5s [2025-04-11T09:04:22.424Z] [2025-04-11T09:04:22.424Z] #195 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-04-11T09:04:22.682Z] #195 ... [2025-04-11T09:04:22.682Z] [2025-04-11T09:04:22.682Z] #196 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-04-11T09:04:22.682Z] #196 DONE 0.3s [2025-04-11T09:04:22.682Z] [2025-04-11T09:04:22.682Z] #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-04-11T09:04:22.682Z] #197 DONE 0.3s [2025-04-11T09:04:22.682Z] [2025-04-11T09:04:22.682Z] #198 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-04-11T09:04:22.682Z] #198 DONE 0.3s [2025-04-11T09:04:22.682Z] [2025-04-11T09:04:22.682Z] #199 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-04-11T09:04:22.682Z] #199 DONE 0.3s [2025-04-11T09:04:22.682Z] [2025-04-11T09:04:22.682Z] #200 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-04-11T09:04:22.682Z] #200 DONE 0.3s [2025-04-11T09:04:22.682Z] [2025-04-11T09:04:22.682Z] #201 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-04-11T09:04:22.682Z] #201 DONE 0.3s [2025-04-11T09:04:22.682Z] [2025-04-11T09:04:22.682Z] #202 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-04-11T09:04:22.682Z] #202 DONE 0.3s [2025-04-11T09:04:22.682Z] [2025-04-11T09:04:22.682Z] #203 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-04-11T09:04:22.682Z] #203 DONE 0.3s [2025-04-11T09:04:22.940Z] [2025-04-11T09:04:22.940Z] #195 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-04-11T09:04:22.940Z] #195 DONE 0.3s [2025-04-11T09:04:22.940Z] [2025-04-11T09:04:22.940Z] #115 [core-keeper] exporting to image [2025-04-11T09:04:22.940Z] #115 exporting layers [2025-04-11T09:04:22.940Z] #115 ... [2025-04-11T09:04:22.940Z] [2025-04-11T09:04:22.940Z] #204 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:04:22.940Z] #204 DONE 0.3s [2025-04-11T09:04:22.940Z] [2025-04-11T09:04:22.940Z] #205 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-04-11T09:04:22.940Z] #205 DONE 0.2s [2025-04-11T09:04:22.940Z] [2025-04-11T09:04:22.940Z] #206 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-04-11T09:04:22.940Z] #206 DONE 0.2s [2025-04-11T09:04:22.940Z] [2025-04-11T09:04:22.940Z] #207 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-04-11T09:04:22.940Z] #207 DONE 0.3s [2025-04-11T09:04:22.940Z] [2025-04-11T09:04:22.940Z] #208 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-04-11T09:04:22.940Z] #208 DONE 0.3s [2025-04-11T09:04:22.940Z] [2025-04-11T09:04:22.940Z] #209 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-04-11T09:04:22.940Z] #209 DONE 0.2s [2025-04-11T09:04:22.940Z] [2025-04-11T09:04:22.940Z] #210 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-04-11T09:04:22.940Z] #210 DONE 0.2s [2025-04-11T09:04:22.940Z] [2025-04-11T09:04:22.940Z] #115 [core-metadata] exporting to image [2025-04-11T09:04:22.940Z] #115 writing image sha256:a9cf28aa1d555c9dd0de540bc6bf93cb2d547035c4023c31d06ec9f6861a3943 0.0s done [2025-04-11T09:04:22.940Z] #115 naming to docker.io/library/core-data done [2025-04-11T09:04:22.940Z] #115 writing image sha256:cad1710f3e602ef65b3d3b964033cc6f18dce92175289b45ec2525effefbc609 done [2025-04-11T09:04:22.940Z] #115 naming to docker.io/library/core-command [2025-04-11T09:04:22.940Z] #115 ... [2025-04-11T09:04:22.940Z] [2025-04-11T09:04:22.940Z] #211 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-04-11T09:04:22.940Z] #211 DONE 0.2s [2025-04-11T09:04:22.940Z] [2025-04-11T09:04:22.940Z] #212 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:04:22.940Z] #212 DONE 0.2s [2025-04-11T09:04:22.940Z] [2025-04-11T09:04:22.940Z] #115 [core-keeper] exporting to image [2025-04-11T09:04:22.940Z] #115 naming to docker.io/library/core-command 0.0s done [2025-04-11T09:04:22.940Z] #115 writing image sha256:20662eb794b62c026c29b8d9eff8ad6a923d9b5ddc07fa2b607e4b9d588d7818 done [2025-04-11T09:04:22.940Z] #115 naming to docker.io/library/core-keeper done [2025-04-11T09:04:23.210Z] #115 ... [2025-04-11T09:04:23.210Z] [2025-04-11T09:04:23.210Z] #213 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-04-11T09:04:23.210Z] #213 DONE 0.2s [2025-04-11T09:04:23.210Z] [2025-04-11T09:04:23.210Z] #115 [core-keeper] exporting to image [2025-04-11T09:04:23.210Z] #115 exporting layers 0.2s done [2025-04-11T09:04:23.210Z] #115 writing image sha256:c42ddc12a7bdce8cb7e9ae049f386d25caecde9ece55fee66c06a84d5058e544 [2025-04-11T09:04:23.210Z] #115 ... [2025-04-11T09:04:23.210Z] [2025-04-11T09:04:23.210Z] #214 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-04-11T09:04:23.210Z] #214 DONE 0.2s [2025-04-11T09:04:23.210Z] [2025-04-11T09:04:23.210Z] #215 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-04-11T09:04:23.210Z] #215 DONE 0.2s [2025-04-11T09:04:23.210Z] [2025-04-11T09:04:23.210Z] #216 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-04-11T09:04:23.210Z] #216 DONE 0.4s [2025-04-11T09:04:23.210Z] [2025-04-11T09:04:23.210Z] #115 [security-spiffe-token-provider] exporting to image [2025-04-11T09:04:23.210Z] #115 exporting layers 0.4s done [2025-04-11T09:04:23.210Z] #115 writing image sha256:c42ddc12a7bdce8cb7e9ae049f386d25caecde9ece55fee66c06a84d5058e544 0.2s done [2025-04-11T09:04:23.210Z] #115 naming to docker.io/library/security-spiffe-token-provider done [2025-04-11T09:04:23.210Z] #115 writing image sha256:df00b80cb7be765570aa50603fd2ee1252d3d402b9747216cc4949a7b06c1189 [2025-04-11T09:04:23.210Z] #115 writing image sha256:9315101b4f62ccd96cf866195a61da01eed2d5b1ea458fe27476358e5bae250b [2025-04-11T09:04:23.475Z] #115 ... [2025-04-11T09:04:23.475Z] [2025-04-11T09:04:23.475Z] #217 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-04-11T09:04:23.475Z] #217 DONE 0.2s [2025-04-11T09:04:23.475Z] [2025-04-11T09:04:23.475Z] #115 [support-scheduler] exporting to image [2025-04-11T09:04:23.475Z] #115 writing image sha256:df00b80cb7be765570aa50603fd2ee1252d3d402b9747216cc4949a7b06c1189 0.0s done [2025-04-11T09:04:23.475Z] #115 writing image sha256:9315101b4f62ccd96cf866195a61da01eed2d5b1ea458fe27476358e5bae250b done [2025-04-11T09:04:23.475Z] #115 naming to docker.io/library/core-metadata 0.0s done [2025-04-11T09:04:23.475Z] #115 naming to docker.io/library/support-scheduler 0.1s done [2025-04-11T09:04:23.475Z] #115 ... [2025-04-11T09:04:23.475Z] [2025-04-11T09:04:23.475Z] #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-04-11T09:04:23.475Z] #218 DONE 0.2s [2025-04-11T09:04:23.475Z] [2025-04-11T09:04:23.475Z] #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-04-11T09:04:23.475Z] #219 DONE 0.0s [2025-04-11T09:04:23.475Z] [2025-04-11T09:04:23.475Z] #220 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-04-11T09:04:23.475Z] #220 DONE 0.5s [2025-04-11T09:04:23.475Z] [2025-04-11T09:04:23.475Z] #115 [support-notifications] exporting to image [2025-04-11T09:04:23.750Z] #115 exporting layers 0.2s done [2025-04-11T09:04:23.750Z] #115 writing image sha256:8b1101a9689f2f4f37c0f1c48afc502dedd2e1b19cc91043c4315bcab5d64aaf [2025-04-11T09:04:23.750Z] #115 ... [2025-04-11T09:04:23.750Z] [2025-04-11T09:04:23.750Z] #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-04-11T09:04:23.750Z] #221 DONE 0.3s [2025-04-11T09:04:23.750Z] [2025-04-11T09:04:23.750Z] #115 [security-proxy-setup] exporting to image [2025-04-11T09:04:23.750Z] #115 exporting layers 0.2s done [2025-04-11T09:04:23.750Z] #115 writing image sha256:8b1101a9689f2f4f37c0f1c48afc502dedd2e1b19cc91043c4315bcab5d64aaf done [2025-04-11T09:04:23.750Z] #115 naming to docker.io/library/support-notifications done [2025-04-11T09:04:23.750Z] #115 writing image sha256:f9c93f0e2651913fd2bda6d4275b1dbd56ba62912158ef90e41459d7f1b4687b done [2025-04-11T09:04:23.750Z] #115 naming to docker.io/library/security-proxy-setup done [2025-04-11T09:04:24.331Z] #115 exporting layers 0.2s done [2025-04-11T09:04:24.331Z] #115 writing image sha256:adc9a382aef03e5298c9bc081023b82583ed735899d4b1b13363f193a2635def done [2025-04-11T09:04:24.331Z] #115 naming to docker.io/library/security-secretstore-setup done [2025-04-11T09:04:24.331Z] #115 exporting layers 0.9s done [2025-04-11T09:04:24.331Z] #115 writing image sha256:dc47a0f86771264bd0c6c516103380087a28eb4d7567e02505406073686abd29 done [2025-04-11T09:04:24.331Z] #115 naming to docker.io/library/security-proxy-auth done [2025-04-11T09:04:24.331Z] #115 DONE 3.3s [2025-04-11T09:04:24.331Z] time="2025-04-11T09:00:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:04:24.331Z] time="2025-04-11T09:00:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:04:24.331Z] time="2025-04-11T09:00:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:04:24.331Z] time="2025-04-11T09:00:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:04:24.331Z] time="2025-04-11T09:00:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:04:24.331Z] time="2025-04-11T09:00:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:04:24.331Z] time="2025-04-11T09:00:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:04:24.331Z] time="2025-04-11T09:00:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:04:24.331Z] time="2025-04-11T09:00:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:04:24.331Z] time="2025-04-11T09:00:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:04:24.331Z] time="2025-04-11T09:00:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:04:24.331Z] time="2025-04-11T09:00:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:04:24.331Z] time="2025-04-11T09:00:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:04:24.331Z] time="2025-04-11T09:00:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:04:24.331Z] time="2025-04-11T09:00:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-04-11T09:04:24.345Z] $ docker stop --time=1 2c0fda0224f6b8bca3d02c6891770785b2c616da52d99aff9d7765c16f1d684c [2025-04-11T09:04:25.649Z] $ docker rm -f --volumes 2c0fda0224f6b8bca3d02c6891770785b2c616da52d99aff9d7765c16f1d684c [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-11T09:04:26.003Z] + docker images [2025-04-11T09:04:26.003Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-04-11T09:04:26.003Z] security-secretstore-setup latest adc9a382aef0 2 seconds ago 68MB [2025-04-11T09:04:26.003Z] security-proxy-setup latest f9c93f0e2651 2 seconds ago 38.3MB [2025-04-11T09:04:26.003Z] security-proxy-auth latest dc47a0f86771 2 seconds ago 31.4MB [2025-04-11T09:04:26.003Z] support-notifications latest 8b1101a9689f 2 seconds ago 51.9MB [2025-04-11T09:04:26.003Z] security-spiffe-token-provider latest c42ddc12a7bd 3 seconds ago 47.2MB [2025-04-11T09:04:26.003Z] core-command latest cad1710f3e60 3 seconds ago 28MB [2025-04-11T09:04:26.003Z] core-data latest a9cf28aa1d55 3 seconds ago 32.5MB [2025-04-11T09:04:26.003Z] support-scheduler latest df00b80cb7be 3 seconds ago 48.4MB [2025-04-11T09:04:26.003Z] core-keeper latest 20662eb794b6 3 seconds ago 32.1MB [2025-04-11T09:04:26.003Z] core-metadata latest 9315101b4f62 3 seconds ago 32.7MB [2025-04-11T09:04:26.003Z] security-bootstrapper latest 3a6e6c4ab342 About a minute ago 20.3MB [2025-04-11T09:04:26.003Z] core-common-config-bootstrapper latest a836ba9bf0bc About a minute ago 17.1MB [2025-04-11T09:04:26.003Z] security-spire-agent latest 3275bb5ea937 3 minutes ago 195MB [2025-04-11T09:04:26.003Z] security-spire-config latest 5c8414286e50 3 minutes ago 149MB [2025-04-11T09:04:26.003Z] security-spire-server latest e5131eb38b63 3 minutes ago 149MB [2025-04-11T09:04:26.003Z] ci-base-image-x86_64 latest f5f1f21aaee3 6 minutes ago 923MB [2025-04-11T09:04:26.003Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 5 hours ago 574MB [2025-04-11T09:04:26.003Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 22 months ago 334MB [2025-04-11T09:04:26.003Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-11T09:04:26.122Z] provisioning config files... [2025-04-11T09:04:26.129Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/826@tmp/config9096005334121424971tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-11T09:04:26.443Z] ---> ****-login.sh [2025-04-11T09:04:26.443Z] nexus3.edgexfoundry.org:10001 [2025-04-11T09:04:26.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-11T09:04:41.389Z] Error response from daemon: Get "https://nexus3.edgexfoundry.org:10001/v2/": net/http: request canceled (Client.Timeout exceeded while awaiting headers) [Pipeline] } [2025-04-11T09:04:41.399Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-04-11T09:04:41.540Z] Failed in branch amd64 [2025-04-11T09:05:10.785Z] #13 ... [2025-04-11T09:05:10.785Z] [2025-04-11T09:05:10.785Z] #78 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:05:10.785Z] #78 DONE 112.4s [2025-04-11T09:05:10.785Z] [2025-04-11T09:05:10.785Z] #119 [core-metadata builder 6/7] COPY . . [2025-04-11T09:05:10.785Z] #119 DONE 1.6s [2025-04-11T09:05:10.785Z] [2025-04-11T09:05:10.785Z] #92 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:05:10.785Z] #92 DONE 112.1s [2025-04-11T09:05:10.785Z] [2025-04-11T09:05:10.785Z] #120 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:05:10.785Z] #120 CACHED [2025-04-11T09:05:10.785Z] [2025-04-11T09:05:10.785Z] #121 [security-proxy-auth builder 6/7] COPY . . [2025-04-11T09:05:10.785Z] #121 CACHED [2025-04-11T09:05:10.785Z] [2025-04-11T09:05:10.785Z] #122 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:05:10.785Z] #122 CACHED [2025-04-11T09:05:10.785Z] [2025-04-11T09:05:10.785Z] #123 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:05:10.785Z] #123 CACHED [2025-04-11T09:05:10.785Z] [2025-04-11T09:05:10.785Z] #124 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:05:10.785Z] #124 CACHED [2025-04-11T09:05:10.785Z] [2025-04-11T09:05:10.785Z] #125 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-04-11T09:05:10.785Z] #125 CACHED [2025-04-11T09:05:10.785Z] [2025-04-11T09:05:10.785Z] #126 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:05:10.785Z] #126 CACHED [2025-04-11T09:05:10.785Z] [2025-04-11T09:05:10.785Z] #127 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:05:10.785Z] #127 CACHED [2025-04-11T09:05:10.785Z] [2025-04-11T09:05:10.785Z] #128 [core-data builder 6/7] COPY . . [2025-04-11T09:05:10.785Z] #128 CACHED [2025-04-11T09:05:10.785Z] [2025-04-11T09:05:10.785Z] #129 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:05:10.785Z] #129 CACHED [2025-04-11T09:05:10.785Z] [2025-04-11T09:05:10.785Z] #130 [core-command builder 6/7] COPY . . [2025-04-11T09:05:10.785Z] #130 CACHED [2025-04-11T09:05:10.785Z] [2025-04-11T09:05:10.785Z] #131 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:05:10.785Z] #131 CACHED [2025-04-11T09:05:10.785Z] [2025-04-11T09:05:10.785Z] #132 [support-scheduler builder 6/7] COPY . . [2025-04-11T09:05:12.786Z] #132 ... [2025-04-11T09:05:12.786Z] [2025-04-11T09:05:12.786Z] #93 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:05:12.786Z] #93 DONE 112.2s [2025-04-11T09:05:13.065Z] [2025-04-11T09:05:13.065Z] #133 [security-proxy-setup builder 6/7] COPY . . [2025-04-11T09:05:13.679Z] #133 ... [2025-04-11T09:05:13.679Z] [2025-04-11T09:05:13.679Z] #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:05:13.679Z] #97 DONE 107.0s [2025-04-11T09:05:13.679Z] [2025-04-11T09:05:13.679Z] #134 [core-keeper builder 7/8] COPY . . [2025-04-11T09:05:13.959Z] #134 ... [2025-04-11T09:05:13.959Z] [2025-04-11T09:05:13.959Z] #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:05:13.959Z] #84 DONE 112.7s [2025-04-11T09:05:13.959Z] [2025-04-11T09:05:13.959Z] #135 [support-notifications builder 6/7] COPY . . [2025-04-11T09:05:14.237Z] #135 ... [2025-04-11T09:05:14.237Z] [2025-04-11T09:05:14.237Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:05:14.237Z] #94 DONE 105.2s [2025-04-11T09:05:14.543Z] [2025-04-11T09:05:14.543Z] #136 [security-spiffe-token-provider builder 6/7] COPY . . [2025-04-11T09:05:14.822Z] #136 ... [2025-04-11T09:05:14.822Z] [2025-04-11T09:05:14.822Z] #132 [support-scheduler builder 6/7] COPY . . [2025-04-11T09:05:14.822Z] #132 DONE 4.1s [2025-04-11T09:05:14.822Z] [2025-04-11T09:05:14.822Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-04-11T09:05:15.797Z] #137 ... [2025-04-11T09:05:15.797Z] [2025-04-11T09:05:15.797Z] #134 [core-keeper builder 7/8] COPY . . [2025-04-11T09:05:15.797Z] #134 DONE 2.1s [2025-04-11T09:05:16.085Z] [2025-04-11T09:05:16.085Z] #138 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:05:16.085Z] #138 CACHED [2025-04-11T09:05:16.085Z] [2025-04-11T09:05:16.085Z] #139 [security-secretstore-setup builder 6/7] COPY . . [2025-04-11T09:05:16.085Z] #139 CACHED [2025-04-11T09:05:16.085Z] [2025-04-11T09:05:16.085Z] #140 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:05:16.085Z] #140 CACHED [2025-04-11T09:05:16.085Z] [2025-04-11T09:05:16.085Z] #141 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-04-11T09:05:16.085Z] #141 CACHED [2025-04-11T09:05:16.085Z] [2025-04-11T09:05:16.085Z] #142 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-11T09:05:16.085Z] #142 CACHED [2025-04-11T09:05:16.085Z] [2025-04-11T09:05:16.085Z] #143 [security-bootstrapper builder 6/7] COPY . . [2025-04-11T09:05:16.085Z] #143 CACHED [2025-04-11T09:05:16.085Z] [2025-04-11T09:05:16.085Z] #133 [security-proxy-setup builder 6/7] COPY . . [2025-04-11T09:05:16.085Z] #133 DONE 3.0s [2025-04-11T09:05:16.085Z] [2025-04-11T09:05:16.085Z] #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-04-11T09:05:18.092Z] #144 ... [2025-04-11T09:05:18.092Z] [2025-04-11T09:05:18.092Z] #135 [support-notifications builder 6/7] COPY . . [2025-04-11T09:05:18.092Z] #135 DONE 4.2s [2025-04-11T09:05:18.373Z] [2025-04-11T09:05:18.373Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-11T09:05:18.657Z] #145 ... [2025-04-11T09:05:18.657Z] [2025-04-11T09:05:18.657Z] #136 [security-spiffe-token-provider builder 6/7] COPY . . [2025-04-11T09:05:18.657Z] #136 DONE 4.3s [2025-04-11T09:05:18.948Z] [2025-04-11T09:05:18.948Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-04-11T09:05:20.969Z] #146 ... [2025-04-11T09:05:20.969Z] [2025-04-11T09:05:20.969Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-04-11T09:05:20.969Z] #0 5.170 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-04-11T09:05:20.969Z] #147 ... [2025-04-11T09:05:20.969Z] [2025-04-11T09:05:20.969Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-11T09:05:20.969Z] #0 5.183 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-04-11T09:05:20.969Z] #148 ... [2025-04-11T09:05:20.969Z] [2025-04-11T09:05:20.969Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-04-11T09:05:20.969Z] #0 5.504 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-04-11T09:05:21.244Z] #149 ... [2025-04-11T09:05:21.244Z] [2025-04-11T09:05:21.244Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-04-11T09:05:21.244Z] #0 4.269 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-04-11T09:05:21.244Z] #150 ... [2025-04-11T09:05:21.244Z] [2025-04-11T09:05:21.244Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-04-11T09:05:21.244Z] #0 4.876 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-04-11T09:05:21.539Z] #151 ... [2025-04-11T09:05:21.539Z] [2025-04-11T09:05:21.539Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-04-11T09:05:21.539Z] #137 5.668 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-04-11T09:05:26.917Z] #137 ... [2025-04-11T09:05:26.917Z] [2025-04-11T09:05:26.917Z] #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-04-11T09:05:26.917Z] #0 5.429 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-04-11T09:05:26.917Z] #152 ... [2025-04-11T09:05:26.917Z] [2025-04-11T09:05:26.917Z] #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-04-11T09:05:26.917Z] #0 5.498 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-04-11T09:05:26.917Z] #153 ... [2025-04-11T09:05:26.917Z] [2025-04-11T09:05:26.917Z] #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-04-11T09:05:26.917Z] #0 4.861 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-04-11T09:05:26.917Z] #154 ... [2025-04-11T09:05:26.917Z] [2025-04-11T09:05:26.917Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-04-11T09:05:26.917Z] #146 3.425 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-04-11T09:05:32.351Z] #146 ... [2025-04-11T09:05:32.351Z] [2025-04-11T09:05:32.351Z] #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-04-11T09:05:32.351Z] #144 5.643 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-04-11T09:05:32.351Z] #144 ... [2025-04-11T09:05:32.351Z] [2025-04-11T09:05:32.351Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-11T09:05:32.351Z] #145 3.712 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-04-11T09:22:41.561Z] #145 ... [2025-04-11T09:22:41.561Z] [2025-04-11T09:22:41.561Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-04-11T09:22:41.561Z] #147 DONE 1050.1s [2025-04-11T09:22:41.561Z] [2025-04-11T09:22:41.561Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-04-11T09:22:41.561Z] #151 ... [2025-04-11T09:22:41.561Z] [2025-04-11T09:22:41.561Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:22:41.838Z] #155 DONE 0.1s [2025-04-11T09:22:41.838Z] [2025-04-11T09:22:41.839Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:22:41.839Z] #156 DONE 0.1s [2025-04-11T09:22:41.839Z] [2025-04-11T09:22:41.839Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-04-11T09:22:42.116Z] #157 DONE 0.3s [2025-04-11T09:22:42.116Z] [2025-04-11T09:22:42.116Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-04-11T09:22:42.116Z] #149 ... [2025-04-11T09:22:42.116Z] [2025-04-11T09:22:42.116Z] #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-04-11T09:22:42.400Z] #158 DONE 0.2s [2025-04-11T09:22:42.400Z] [2025-04-11T09:22:42.401Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-04-11T09:22:42.401Z] #159 DONE 0.1s [2025-04-11T09:22:42.401Z] [2025-04-11T09:22:42.401Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-04-11T09:22:45.024Z] #160 DONE 2.6s [2025-04-11T09:22:45.024Z] [2025-04-11T09:22:45.024Z] #111 [core-common-config-bootstrapper] exporting to image [2025-04-11T09:22:45.024Z] #111 exporting layers [2025-04-11T09:22:46.008Z] #111 exporting layers 0.7s done [2025-04-11T09:22:46.008Z] #111 writing image sha256:38782d8353c6771bd9c6f69831fdfd119bad04594beab0200115c67d939826ee done [2025-04-11T09:22:46.008Z] #111 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-04-11T09:22:46.008Z] #111 DONE 5.9s [2025-04-11T09:22:46.008Z] [2025-04-11T09:22:46.008Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-11T09:23:01.101Z] #145 ... [2025-04-11T09:23:01.101Z] [2025-04-11T09:23:01.101Z] #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-04-11T09:23:01.101Z] #144 DONE 1063.9s [2025-04-11T09:23:01.101Z] [2025-04-11T09:23:01.101Z] #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-04-11T09:23:01.101Z] #153 ... [2025-04-11T09:23:01.101Z] [2025-04-11T09:23:01.101Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-04-11T09:23:01.102Z] #161 DONE 0.2s [2025-04-11T09:23:01.102Z] [2025-04-11T09:23:01.102Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-04-11T09:23:03.097Z] #162 DONE 2.2s [2025-04-11T09:23:03.097Z] [2025-04-11T09:23:03.097Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-04-11T09:23:03.097Z] #149 ... [2025-04-11T09:23:03.097Z] [2025-04-11T09:23:03.097Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:23:03.097Z] #163 DONE 0.3s [2025-04-11T09:23:03.097Z] [2025-04-11T09:23:03.097Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:23:03.378Z] #164 DONE 0.2s [2025-04-11T09:23:03.378Z] [2025-04-11T09:23:03.378Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-04-11T09:23:03.858Z] #165 DONE 0.2s [2025-04-11T09:23:03.858Z] [2025-04-11T09:23:03.858Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-04-11T09:23:03.858Z] #166 DONE 0.1s [2025-04-11T09:23:03.858Z] [2025-04-11T09:23:03.858Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-04-11T09:23:03.858Z] #149 ... [2025-04-11T09:23:03.858Z] [2025-04-11T09:23:03.858Z] #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-04-11T09:23:03.858Z] #167 DONE 0.2s [2025-04-11T09:23:03.858Z] [2025-04-11T09:23:03.858Z] #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-04-11T09:23:04.165Z] #168 DONE 0.2s [2025-04-11T09:23:04.165Z] [2025-04-11T09:23:04.165Z] #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-04-11T09:23:04.482Z] #169 DONE 0.2s [2025-04-11T09:23:04.482Z] [2025-04-11T09:23:04.482Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-04-11T09:23:04.482Z] #170 DONE 0.1s [2025-04-11T09:23:04.482Z] [2025-04-11T09:23:04.482Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-04-11T09:23:06.544Z] #171 DONE 2.1s [2025-04-11T09:23:06.544Z] [2025-04-11T09:23:06.544Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-04-11T09:23:06.544Z] #149 ... [2025-04-11T09:23:06.544Z] [2025-04-11T09:23:06.544Z] #111 [security-bootstrapper] exporting to image [2025-04-11T09:23:06.544Z] #111 exporting layers [2025-04-11T09:23:07.562Z] #111 exporting layers 1.0s done [2025-04-11T09:23:07.562Z] #111 writing image sha256:d88c95a8dd98b4c795f416f24f289908ecdc63ff028c3637ec32f62fc6d37deb [2025-04-11T09:23:07.562Z] #111 writing image sha256:d88c95a8dd98b4c795f416f24f289908ecdc63ff028c3637ec32f62fc6d37deb done [2025-04-11T09:23:07.562Z] #111 naming to docker.io/library/security-bootstrapper-arm64 done [2025-04-11T09:23:07.562Z] #111 DONE 6.9s [2025-04-11T09:23:07.562Z] [2025-04-11T09:23:07.562Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:37:31.185Z] #13 ... [2025-04-11T09:37:31.185Z] [2025-04-11T09:37:31.185Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-04-11T09:37:31.185Z] #150 DONE 1935.1s [2025-04-11T09:37:31.185Z] [2025-04-11T09:37:31.185Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-04-11T09:37:31.185Z] #149 ... [2025-04-11T09:37:31.185Z] [2025-04-11T09:37:31.185Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:37:31.185Z] #172 DONE 0.2s [2025-04-11T09:37:31.185Z] [2025-04-11T09:37:31.185Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:37:31.185Z] #173 DONE 0.3s [2025-04-11T09:37:31.185Z] [2025-04-11T09:37:31.185Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-04-11T09:37:31.185Z] #174 DONE 0.4s [2025-04-11T09:37:31.185Z] [2025-04-11T09:37:31.185Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-04-11T09:37:31.185Z] #175 DONE 0.1s [2025-04-11T09:37:31.185Z] [2025-04-11T09:37:31.185Z] #111 [core-command] exporting to image [2025-04-11T09:37:31.185Z] #111 exporting layers [2025-04-11T09:37:31.185Z] #111 exporting layers 0.3s done [2025-04-11T09:37:31.185Z] #111 writing image sha256:22cbb9f1a041f75fdf96c4ba9d267b49a4fe0dc30789c3eeb85c9650fdc24ddc done [2025-04-11T09:37:31.185Z] #111 naming to docker.io/library/core-command-arm64 done [2025-04-11T09:37:31.185Z] #111 DONE 7.2s [2025-04-11T09:37:31.185Z] [2025-04-11T09:37:31.185Z] #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-04-11T09:38:03.565Z] #154 ... [2025-04-11T09:38:03.565Z] [2025-04-11T09:38:03.565Z] #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-04-11T09:38:03.565Z] #152 1964.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-04-11T09:38:05.539Z] #152 ... [2025-04-11T09:38:05.539Z] [2025-04-11T09:38:05.539Z] #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-04-11T09:38:05.539Z] #154 DONE 1969.7s [2025-04-11T09:38:05.817Z] [2025-04-11T09:38:05.817Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-04-11T09:38:06.087Z] #149 ... [2025-04-11T09:38:06.087Z] [2025-04-11T09:38:06.087Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:38:06.365Z] #176 DONE 0.3s [2025-04-11T09:38:06.365Z] [2025-04-11T09:38:06.365Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-04-11T09:38:06.365Z] #149 ... [2025-04-11T09:38:06.365Z] [2025-04-11T09:38:06.365Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:38:06.638Z] #177 DONE 0.2s [2025-04-11T09:38:06.638Z] [2025-04-11T09:38:06.638Z] #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-04-11T09:38:06.638Z] #178 DONE 0.2s [2025-04-11T09:38:06.638Z] [2025-04-11T09:38:06.638Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-04-11T09:38:06.908Z] #149 ... [2025-04-11T09:38:06.908Z] [2025-04-11T09:38:06.908Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-04-11T09:38:06.908Z] #179 DONE 0.1s [2025-04-11T09:38:06.908Z] [2025-04-11T09:38:06.908Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-04-11T09:38:07.525Z] #180 DONE 0.4s [2025-04-11T09:38:07.525Z] [2025-04-11T09:38:07.525Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:38:07.525Z] #13 ... [2025-04-11T09:38:07.525Z] [2025-04-11T09:38:07.525Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-04-11T09:38:07.525Z] #181 DONE 0.2s [2025-04-11T09:38:07.525Z] [2025-04-11T09:38:07.525Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-04-11T09:38:10.205Z] #182 DONE 2.2s [2025-04-11T09:38:10.205Z] [2025-04-11T09:38:10.205Z] #111 [security-proxy-setup] exporting to image [2025-04-11T09:38:10.205Z] #111 exporting layers [2025-04-11T09:38:10.497Z] #111 exporting layers 0.9s done [2025-04-11T09:38:10.767Z] #111 writing image sha256:840d0b40712dbca2cb64ba3d4f6c6febba50ddd36e2e272df11ae79c79c1a039 done [2025-04-11T09:38:10.767Z] #111 naming to docker.io/library/security-proxy-setup-arm64 done [2025-04-11T09:38:10.767Z] #111 DONE 8.1s [2025-04-11T09:38:10.767Z] [2025-04-11T09:38:10.767Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-04-11T09:38:32.967Z] #149 ... [2025-04-11T09:38:32.967Z] [2025-04-11T09:38:32.967Z] #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-04-11T09:38:32.967Z] #152 DONE 1996.5s [2025-04-11T09:38:32.967Z] [2025-04-11T09:38:32.967Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:38:32.967Z] #13 ... [2025-04-11T09:38:32.967Z] [2025-04-11T09:38:32.967Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:38:33.248Z] #183 DONE 0.4s [2025-04-11T09:38:33.248Z] [2025-04-11T09:38:33.248Z] #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-04-11T09:38:33.248Z] #153 ... [2025-04-11T09:38:33.248Z] [2025-04-11T09:38:33.248Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:38:33.248Z] #184 DONE 0.1s [2025-04-11T09:38:33.248Z] [2025-04-11T09:38:33.248Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-04-11T09:38:33.525Z] #151 ... [2025-04-11T09:38:33.525Z] [2025-04-11T09:38:33.525Z] #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-04-11T09:38:33.525Z] #185 DONE 0.1s [2025-04-11T09:38:33.525Z] [2025-04-11T09:38:33.525Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:38:33.795Z] #13 ... [2025-04-11T09:38:33.795Z] [2025-04-11T09:38:33.795Z] #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-04-11T09:38:33.795Z] #186 DONE 0.1s [2025-04-11T09:38:33.795Z] [2025-04-11T09:38:33.795Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-04-11T09:38:33.795Z] #187 DONE 0.1s [2025-04-11T09:38:33.795Z] [2025-04-11T09:38:33.795Z] #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-04-11T09:38:34.065Z] #153 ... [2025-04-11T09:38:34.065Z] [2025-04-11T09:38:34.065Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-04-11T09:38:34.350Z] #188 DONE 0.3s [2025-04-11T09:38:34.350Z] [2025-04-11T09:38:34.350Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-04-11T09:38:34.626Z] #189 DONE 0.4s [2025-04-11T09:38:34.626Z] [2025-04-11T09:38:34.626Z] #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-04-11T09:38:34.626Z] #153 ... [2025-04-11T09:38:34.626Z] [2025-04-11T09:38:34.626Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-04-11T09:38:34.626Z] #190 DONE 0.1s [2025-04-11T09:38:34.910Z] [2025-04-11T09:38:34.910Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-04-11T09:38:36.893Z] #191 DONE 1.8s [2025-04-11T09:38:36.893Z] [2025-04-11T09:38:36.893Z] #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-04-11T09:38:36.893Z] #153 ... [2025-04-11T09:38:36.893Z] [2025-04-11T09:38:36.893Z] #111 [security-secretstore-setup] exporting to image [2025-04-11T09:38:36.893Z] #111 exporting layers [2025-04-11T09:38:38.325Z] #111 exporting layers 1.6s done [2025-04-11T09:38:38.325Z] #111 writing image sha256:e1123c9a0677b1587b09406faad4ca1cb7cdda141b7b1f66d0da7700fc16ddb1 0.0s done [2025-04-11T09:38:38.325Z] #111 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-04-11T09:38:38.325Z] #111 DONE 9.7s [2025-04-11T09:38:38.325Z] [2025-04-11T09:38:38.325Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-11T09:39:46.548Z] #145 ... [2025-04-11T09:39:46.548Z] [2025-04-11T09:39:46.548Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-04-11T09:39:46.548Z] #146 DONE 2062.3s [2025-04-11T09:39:46.548Z] [2025-04-11T09:39:46.548Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-04-11T09:39:46.548Z] #151 ... [2025-04-11T09:39:46.548Z] [2025-04-11T09:39:46.548Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:39:46.548Z] #192 DONE 0.2s [2025-04-11T09:39:46.548Z] [2025-04-11T09:39:46.548Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:39:46.548Z] #13 ... [2025-04-11T09:39:46.548Z] [2025-04-11T09:39:46.548Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:39:46.548Z] #193 DONE 0.1s [2025-04-11T09:39:46.548Z] [2025-04-11T09:39:46.548Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-04-11T09:39:46.548Z] #194 DONE 0.4s [2025-04-11T09:39:46.548Z] [2025-04-11T09:39:46.548Z] #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-04-11T09:39:46.548Z] #195 DONE 0.1s [2025-04-11T09:39:46.548Z] [2025-04-11T09:39:46.548Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-04-11T09:39:46.548Z] #151 ... [2025-04-11T09:39:46.548Z] [2025-04-11T09:39:46.548Z] #111 [security-spiffe-token-provider] exporting to image [2025-04-11T09:39:46.548Z] #111 exporting layers [2025-04-11T09:39:46.548Z] #111 exporting layers 0.9s done [2025-04-11T09:39:46.548Z] #111 writing image sha256:a7ed543d8a610f281bfe42e37b6aad4f1ecc449ee7549813433decc1c0c726a9 done [2025-04-11T09:39:46.548Z] #111 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-04-11T09:39:46.548Z] #111 DONE 10.6s [2025-04-11T09:39:46.548Z] [2025-04-11T09:39:46.548Z] #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-04-11T09:40:09.025Z] #153 ... [2025-04-11T09:40:09.025Z] [2025-04-11T09:40:09.025Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-04-11T09:40:09.025Z] #149 DONE 2096.8s [2025-04-11T09:40:09.025Z] [2025-04-11T09:40:09.025Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-11T09:40:09.025Z] #148 ... [2025-04-11T09:40:09.025Z] [2025-04-11T09:40:09.025Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:40:09.025Z] #196 DONE 0.2s [2025-04-11T09:40:09.025Z] [2025-04-11T09:40:09.025Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-04-11T09:40:09.025Z] #151 ... [2025-04-11T09:40:09.025Z] [2025-04-11T09:40:09.025Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:40:09.025Z] #197 DONE 0.1s [2025-04-11T09:40:09.025Z] [2025-04-11T09:40:09.025Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-04-11T09:40:09.025Z] #198 DONE 0.4s [2025-04-11T09:40:09.025Z] [2025-04-11T09:40:09.025Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-04-11T09:40:09.025Z] #199 DONE 0.2s [2025-04-11T09:40:09.025Z] [2025-04-11T09:40:09.025Z] #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-04-11T09:40:09.301Z] #153 ... [2025-04-11T09:40:09.301Z] [2025-04-11T09:40:09.301Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-04-11T09:40:09.301Z] #200 DONE 0.2s [2025-04-11T09:40:09.301Z] [2025-04-11T09:40:09.301Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-04-11T09:40:11.351Z] #201 DONE 2.0s [2025-04-11T09:40:11.351Z] [2025-04-11T09:40:11.351Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-04-11T09:40:11.351Z] #137 ... [2025-04-11T09:40:11.351Z] [2025-04-11T09:40:11.351Z] #111 [security-proxy-auth] exporting to image [2025-04-11T09:40:11.351Z] #111 exporting layers [2025-04-11T09:40:12.341Z] #111 exporting layers 0.8s done [2025-04-11T09:40:12.341Z] #111 writing image sha256:63dcb7e6859b083734e9d87108ba5bd056dbae588c2cd1ba25560bb4ea4dbbc6 done [2025-04-11T09:40:12.341Z] #111 naming to docker.io/library/security-proxy-auth-arm64 done [2025-04-11T09:40:12.341Z] #111 DONE 11.4s [2025-04-11T09:40:12.341Z] [2025-04-11T09:40:12.341Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-04-11T09:40:13.986Z] #151 DONE 2103.3s [2025-04-11T09:40:13.986Z] [2025-04-11T09:40:13.986Z] #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-04-11T09:40:13.986Z] #153 DONE 2098.1s [2025-04-11T09:40:13.986Z] [2025-04-11T09:40:13.986Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-11T09:40:14.657Z] #145 ... [2025-04-11T09:40:14.657Z] [2025-04-11T09:40:14.657Z] #202 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:40:14.961Z] #202 DONE 0.2s [2025-04-11T09:40:14.961Z] [2025-04-11T09:40:14.961Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:40:14.961Z] #13 ... [2025-04-11T09:40:14.961Z] [2025-04-11T09:40:14.961Z] #203 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:40:15.240Z] #203 ... [2025-04-11T09:40:15.240Z] [2025-04-11T09:40:15.240Z] #204 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:40:15.240Z] #204 DONE 0.3s [2025-04-11T09:40:15.513Z] [2025-04-11T09:40:15.513Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-04-11T09:40:15.513Z] #148 DONE 2104.7s [2025-04-11T09:40:15.513Z] [2025-04-11T09:40:15.513Z] #205 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-04-11T09:40:15.513Z] #205 ... [2025-04-11T09:40:15.513Z] [2025-04-11T09:40:15.513Z] #203 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:40:15.513Z] #203 DONE 0.5s [2025-04-11T09:40:15.800Z] [2025-04-11T09:40:15.800Z] #206 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-04-11T09:40:16.089Z] #206 DONE 0.6s [2025-04-11T09:40:16.089Z] [2025-04-11T09:40:16.089Z] #207 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:40:16.089Z] #207 DONE 0.4s [2025-04-11T09:40:16.089Z] [2025-04-11T09:40:16.089Z] #208 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:40:16.374Z] #208 ... [2025-04-11T09:40:16.374Z] [2025-04-11T09:40:16.374Z] #205 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-04-11T09:40:16.374Z] #205 DONE 0.8s [2025-04-11T09:40:16.374Z] [2025-04-11T09:40:16.374Z] #209 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-04-11T09:40:16.656Z] #209 ... [2025-04-11T09:40:16.656Z] [2025-04-11T09:40:16.656Z] #210 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-04-11T09:40:16.656Z] #210 DONE 0.3s [2025-04-11T09:40:16.656Z] [2025-04-11T09:40:16.656Z] #208 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:40:16.656Z] #208 DONE 0.4s [2025-04-11T09:40:16.656Z] [2025-04-11T09:40:16.656Z] #209 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-04-11T09:40:16.656Z] #209 DONE 0.5s [2025-04-11T09:40:16.656Z] [2025-04-11T09:40:16.656Z] #111 [core-data] exporting to image [2025-04-11T09:40:17.651Z] #111 exporting layers 1.0s done [2025-04-11T09:40:17.651Z] #111 ... [2025-04-11T09:40:17.651Z] [2025-04-11T09:40:17.651Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-04-11T09:40:17.651Z] #211 DONE 1.0s [2025-04-11T09:40:17.651Z] [2025-04-11T09:40:17.651Z] #111 [core-keeper] exporting to image [2025-04-11T09:40:17.651Z] #111 exporting layers 0.8s done [2025-04-11T09:40:17.651Z] #111 writing image sha256:d020e347eee10ad6ffc2be8c691ab84830386c1b08859de7ec7f300d1dc0dd8b 0.0s done [2025-04-11T09:40:17.651Z] #111 naming to docker.io/library/core-keeper-arm64 done [2025-04-11T09:40:17.651Z] #111 writing image sha256:f7f564884eac6cd233720a34e0a45a5ad4a60d0228a757696004dbc5ff762ca4 [2025-04-11T09:40:17.651Z] #111 writing image sha256:f7f564884eac6cd233720a34e0a45a5ad4a60d0228a757696004dbc5ff762ca4 done [2025-04-11T09:40:17.651Z] #111 naming to docker.io/library/core-data-arm64 done [2025-04-11T09:40:17.651Z] #111 DONE 12.4s [2025-04-11T09:40:17.651Z] [2025-04-11T09:40:17.651Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-04-11T09:40:17.651Z] #212 DONE 0.2s [2025-04-11T09:40:17.651Z] [2025-04-11T09:40:17.651Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:40:17.930Z] #13 ... [2025-04-11T09:40:17.930Z] [2025-04-11T09:40:17.930Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-04-11T09:40:17.930Z] #213 DONE 0.1s [2025-04-11T09:40:17.930Z] [2025-04-11T09:40:17.930Z] #111 [core-metadata] exporting to image [2025-04-11T09:40:18.201Z] #111 exporting layers 0.4s done [2025-04-11T09:40:18.201Z] #111 writing image sha256:6845abf33b75a96289afe9c187f9951ba42c371e631541a4edcd96aa7d96faeb done [2025-04-11T09:40:18.201Z] #111 naming to docker.io/library/core-metadata-arm64 done [2025-04-11T09:40:18.201Z] #111 DONE 12.8s [2025-04-11T09:40:18.201Z] [2025-04-11T09:40:18.201Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:40:50.754Z] #13 ... [2025-04-11T09:40:50.754Z] [2025-04-11T09:40:50.754Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-04-11T09:40:50.754Z] #137 DONE 2133.6s [2025-04-11T09:40:50.754Z] [2025-04-11T09:40:50.754Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:40:50.754Z] #13 ... [2025-04-11T09:40:50.754Z] [2025-04-11T09:40:50.754Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:40:50.754Z] #214 DONE 0.1s [2025-04-11T09:40:50.754Z] [2025-04-11T09:40:50.754Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:40:50.754Z] #215 DONE 0.1s [2025-04-11T09:40:50.754Z] [2025-04-11T09:40:50.754Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-04-11T09:40:50.754Z] #216 DONE 0.5s [2025-04-11T09:40:50.754Z] [2025-04-11T09:40:50.754Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-04-11T09:40:50.754Z] #217 DONE 0.1s [2025-04-11T09:40:50.754Z] [2025-04-11T09:40:50.754Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:40:50.754Z] #13 ... [2025-04-11T09:40:50.754Z] [2025-04-11T09:40:50.754Z] #111 [support-scheduler] exporting to image [2025-04-11T09:40:50.754Z] #111 exporting layers [2025-04-11T09:40:50.754Z] #111 exporting layers 1.0s done [2025-04-11T09:40:50.754Z] #111 writing image sha256:098b439b84c707df34da2c3fe8734c15c368c8c2f48a0101533ceff114da6699 done [2025-04-11T09:40:50.754Z] #111 naming to docker.io/library/support-scheduler-arm64 done [2025-04-11T09:40:50.754Z] #111 DONE 13.8s [2025-04-11T09:40:50.754Z] [2025-04-11T09:40:50.754Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:40:55.096Z] #13 ... [2025-04-11T09:40:55.096Z] [2025-04-11T09:40:55.096Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-04-11T09:40:55.096Z] #145 DONE 2136.5s [2025-04-11T09:40:55.096Z] [2025-04-11T09:40:55.096Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:40:55.096Z] #13 ... [2025-04-11T09:40:55.096Z] [2025-04-11T09:40:55.096Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-04-11T09:40:55.365Z] #218 DONE 0.1s [2025-04-11T09:40:55.365Z] [2025-04-11T09:40:55.365Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-04-11T09:40:55.365Z] #219 DONE 0.1s [2025-04-11T09:40:55.365Z] [2025-04-11T09:40:55.365Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-04-11T09:40:55.961Z] #220 DONE 0.5s [2025-04-11T09:40:55.961Z] [2025-04-11T09:40:55.961Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-04-11T09:40:55.961Z] #221 DONE 0.1s [2025-04-11T09:40:55.961Z] [2025-04-11T09:40:55.961Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:40:55.961Z] #13 ... [2025-04-11T09:40:55.961Z] [2025-04-11T09:40:55.961Z] #111 [support-notifications] exporting to image [2025-04-11T09:40:56.571Z] #111 exporting layers 0.5s done [2025-04-11T09:40:56.571Z] #111 writing image sha256:bebf16cdc4301101dec1d47afbbe9a6bdf7f10a27498386cd72b9529ad57e393 done [2025-04-11T09:40:56.571Z] #111 naming to docker.io/library/support-notifications-arm64 done [2025-04-11T09:40:56.571Z] #111 DONE 14.4s [2025-04-11T09:40:56.571Z] [2025-04-11T09:40:56.571Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-04-11T09:40:56.571Z] time="2025-04-11T09:02:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:40:56.571Z] time="2025-04-11T09:02:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:40:56.571Z] time="2025-04-11T09:02:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:40:56.571Z] time="2025-04-11T09:02:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:40:56.571Z] time="2025-04-11T09:02:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:40:56.571Z] time="2025-04-11T09:02:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:40:56.571Z] time="2025-04-11T09:02:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:40:56.571Z] time="2025-04-11T09:02:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:40:56.571Z] time="2025-04-11T09:02:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:40:56.571Z] time="2025-04-11T09:02:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:40:56.571Z] time="2025-04-11T09:02:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:40:56.571Z] time="2025-04-11T09:02:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:40:56.571Z] time="2025-04-11T09:02:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:40:56.571Z] time="2025-04-11T09:02:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-04-11T09:40:56.571Z] time="2025-04-11T09:02:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-04-11T09:40:56.595Z] $ docker stop --time=1 d2dde835a566cb8dbd0135a5e8bfe2f43c40bb1065cc23948a0b9850ad2d6034 [2025-04-11T09:40:58.301Z] $ docker rm -f --volumes d2dde835a566cb8dbd0135a5e8bfe2f43c40bb1065cc23948a0b9850ad2d6034 [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-11T09:40:58.840Z] + docker images [2025-04-11T09:40:58.840Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-04-11T09:40:58.840Z] support-notifications-arm64 latest bebf16cdc430 3 seconds ago 52.3MB [2025-04-11T09:40:58.840Z] support-scheduler-arm64 latest 098b439b84c7 9 seconds ago 48.5MB [2025-04-11T09:40:58.840Z] core-metadata-arm64 latest 6845abf33b75 41 seconds ago 33.1MB [2025-04-11T09:40:58.840Z] core-keeper-arm64 latest d020e347eee1 42 seconds ago 32.6MB [2025-04-11T09:40:58.840Z] core-data-arm64 latest f7f564884eac 42 seconds ago 33MB [2025-04-11T09:40:58.840Z] security-proxy-auth-arm64 latest 63dcb7e6859b 47 seconds ago 31.9MB [2025-04-11T09:40:58.840Z] security-spiffe-token-provider-arm64 latest a7ed543d8a61 About a minute ago 48.1MB [2025-04-11T09:40:58.840Z] security-secretstore-setup-arm64 latest e1123c9a0677 2 minutes ago 67.6MB [2025-04-11T09:40:58.840Z] security-proxy-setup-arm64 latest 840d0b40712d 2 minutes ago 38.7MB [2025-04-11T09:40:58.840Z] core-command-arm64 latest 22cbb9f1a041 3 minutes ago 28.5MB [2025-04-11T09:40:58.840Z] security-bootstrapper-arm64 latest d88c95a8dd98 17 minutes ago 21.1MB [2025-04-11T09:40:58.840Z] core-common-config-bootstrapper-arm64 latest 38782d8353c6 18 minutes ago 17.9MB [2025-04-11T09:40:58.840Z] security-spire-config-arm64 latest 18e0f235508e 37 minutes ago 143MB [2025-04-11T09:40:58.840Z] security-spire-agent-arm64 latest 4e5a2044c576 37 minutes ago 187MB [2025-04-11T09:40:58.840Z] security-spire-server-arm64 latest 09f85bfaaa46 37 minutes ago 144MB [2025-04-11T09:40:58.840Z] ci-base-image-arm64 latest defc7d3d16af 39 minutes ago 908MB [2025-04-11T09:40:58.840Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 6 hours ago 560MB [2025-04-11T09:40:58.840Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 22 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-11T09:40:59.017Z] provisioning config files... [2025-04-11T09:40:59.063Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/826@tmp/config7214231509960747668tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-11T09:40:59.500Z] ---> ****-login.sh [2025-04-11T09:40:59.500Z] nexus3.edgexfoundry.org:10001 [2025-04-11T09:40:59.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-11T09:40:59.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-11T09:40:59.774Z] Configure a credential helper to remove this warning. See [2025-04-11T09:40:59.775Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-11T09:40:59.775Z] [2025-04-11T09:40:59.775Z] Login Succeeded [2025-04-11T09:40:59.775Z] nexus3.edgexfoundry.org:10002 [2025-04-11T09:41:00.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-11T09:41:00.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-11T09:41:00.059Z] Configure a credential helper to remove this warning. See [2025-04-11T09:41:00.059Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-11T09:41:00.059Z] [2025-04-11T09:41:00.059Z] Login Succeeded [2025-04-11T09:41:00.059Z] nexus3.edgexfoundry.org:10003 [2025-04-11T09:41:00.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-11T09:41:00.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-11T09:41:00.614Z] Configure a credential helper to remove this warning. See [2025-04-11T09:41:00.614Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-11T09:41:00.614Z] [2025-04-11T09:41:00.614Z] Login Succeeded [2025-04-11T09:41:00.614Z] nexus3.edgexfoundry.org:10004 [2025-04-11T09:41:00.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-11T09:41:00.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-11T09:41:00.887Z] Configure a credential helper to remove this warning. See [2025-04-11T09:41:00.887Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-11T09:41:00.887Z] [2025-04-11T09:41:00.887Z] Login Succeeded [2025-04-11T09:41:00.887Z] ****.io [2025-04-11T09:41:01.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-11T09:41:01.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-11T09:41:01.427Z] Configure a credential helper to remove this warning. See [2025-04-11T09:41:01.427Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-11T09:41:01.427Z] [2025-04-11T09:41:01.427Z] Login Succeeded [2025-04-11T09:41:01.427Z] ---> ****-login.sh ends [Pipeline] } [2025-04-11T09:41:01.499Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-11T09:41:01.555Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-11T09:41:01.585Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-04-11T09:41:01.585Z] acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:01.585Z] latest [2025-04-11T09:41:01.585Z] 4.1.0-dev.2 [2025-04-11T09:41:01.585Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:41:01.585Z] main [2025-04-11T09:41:01.585Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:01.992Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:02.391Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:02.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-04-11T09:41:02.980Z] cd2d719d444e: Preparing [2025-04-11T09:41:02.980Z] 2bf02732648c: Preparing [2025-04-11T09:41:02.980Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:02.980Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:02.980Z] 643f8bdbfbf8: Preparing [2025-04-11T09:41:02.980Z] 9428be5d7092: Preparing [2025-04-11T09:41:02.980Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:02.980Z] 9428be5d7092: Waiting [2025-04-11T09:41:02.980Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:02.980Z] 0ea6ea8a4baf: Pushed [2025-04-11T09:41:02.980Z] 4bee34d2ac28: Pushed [2025-04-11T09:41:02.980Z] 643f8bdbfbf8: Pushed [2025-04-11T09:41:02.980Z] cd2d719d444e: Pushed [2025-04-11T09:41:03.254Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:03.254Z] 9428be5d7092: Pushed [2025-04-11T09:41:07.593Z] 2bf02732648c: Pushed [2025-04-11T09:41:07.593Z] acd9371b2d4ec601382e9a9bfd258c637bb43487: digest: sha256:87c408137eb87effe9c920fa937f565312fa6ce1bcad5ef2eb7c7b5b8d59f40a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:08.001Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:08.352Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-04-11T09:41:08.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-04-11T09:41:08.352Z] cd2d719d444e: Preparing [2025-04-11T09:41:08.352Z] 2bf02732648c: Preparing [2025-04-11T09:41:08.352Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:08.352Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:08.352Z] 643f8bdbfbf8: Preparing [2025-04-11T09:41:08.352Z] 9428be5d7092: Preparing [2025-04-11T09:41:08.352Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:08.352Z] 9428be5d7092: Waiting [2025-04-11T09:41:08.352Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:08.352Z] 643f8bdbfbf8: Layer already exists [2025-04-11T09:41:08.352Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:08.352Z] cd2d719d444e: Layer already exists [2025-04-11T09:41:08.352Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:08.352Z] 2bf02732648c: Layer already exists [2025-04-11T09:41:08.352Z] 9428be5d7092: Layer already exists [2025-04-11T09:41:08.352Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:08.352Z] latest: digest: sha256:87c408137eb87effe9c920fa937f565312fa6ce1bcad5ef2eb7c7b5b8d59f40a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:08.995Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:09.350Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.2 [2025-04-11T09:41:09.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-04-11T09:41:09.350Z] cd2d719d444e: Preparing [2025-04-11T09:41:09.350Z] 2bf02732648c: Preparing [2025-04-11T09:41:09.350Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:09.350Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:09.350Z] 643f8bdbfbf8: Preparing [2025-04-11T09:41:09.350Z] 9428be5d7092: Preparing [2025-04-11T09:41:09.350Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:09.350Z] 9428be5d7092: Waiting [2025-04-11T09:41:09.350Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:09.350Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:09.350Z] 2bf02732648c: Layer already exists [2025-04-11T09:41:09.350Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:09.350Z] 643f8bdbfbf8: Layer already exists [2025-04-11T09:41:09.350Z] cd2d719d444e: Layer already exists [2025-04-11T09:41:09.350Z] 9428be5d7092: Layer already exists [2025-04-11T09:41:09.350Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:09.628Z] 4.1.0-dev.2: digest: sha256:87c408137eb87effe9c920fa937f565312fa6ce1bcad5ef2eb7c7b5b8d59f40a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:09.989Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:10.360Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:41:10.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-04-11T09:41:10.360Z] cd2d719d444e: Preparing [2025-04-11T09:41:10.360Z] 2bf02732648c: Preparing [2025-04-11T09:41:10.361Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:10.361Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:10.361Z] 643f8bdbfbf8: Preparing [2025-04-11T09:41:10.361Z] 9428be5d7092: Preparing [2025-04-11T09:41:10.361Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:10.361Z] 9428be5d7092: Waiting [2025-04-11T09:41:10.361Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:10.361Z] cd2d719d444e: Layer already exists [2025-04-11T09:41:10.361Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:10.361Z] 2bf02732648c: Layer already exists [2025-04-11T09:41:10.361Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:10.361Z] 643f8bdbfbf8: Layer already exists [2025-04-11T09:41:10.361Z] 9428be5d7092: Layer already exists [2025-04-11T09:41:10.361Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:10.361Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2: digest: sha256:87c408137eb87effe9c920fa937f565312fa6ce1bcad5ef2eb7c7b5b8d59f40a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:10.999Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:11.354Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-04-11T09:41:11.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-04-11T09:41:11.355Z] cd2d719d444e: Preparing [2025-04-11T09:41:11.355Z] 2bf02732648c: Preparing [2025-04-11T09:41:11.355Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:11.355Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:11.355Z] 643f8bdbfbf8: Preparing [2025-04-11T09:41:11.355Z] 9428be5d7092: Preparing [2025-04-11T09:41:11.355Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:11.355Z] 9428be5d7092: Waiting [2025-04-11T09:41:11.355Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:11.355Z] 643f8bdbfbf8: Layer already exists [2025-04-11T09:41:11.355Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:11.355Z] cd2d719d444e: Layer already exists [2025-04-11T09:41:11.355Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:11.355Z] 2bf02732648c: Layer already exists [2025-04-11T09:41:11.355Z] 9428be5d7092: Layer already exists [2025-04-11T09:41:11.355Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:11.627Z] main: digest: sha256:87c408137eb87effe9c920fa937f565312fa6ce1bcad5ef2eb7c7b5b8d59f40a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-11T09:41:11.688Z] ===================================================== [Pipeline] echo [2025-04-11T09:41:11.701Z] taggedImages: [2025-04-11T09:41:11.701Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:11.701Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-04-11T09:41:11.701Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.2 [2025-04-11T09:41:11.701Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:41:11.701Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-04-11T09:41:11.726Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-04-11T09:41:11.726Z] acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:11.726Z] latest [2025-04-11T09:41:11.726Z] 4.1.0-dev.2 [2025-04-11T09:41:11.726Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:41:11.726Z] main [2025-04-11T09:41:11.726Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:12.134Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:12.501Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:12.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-04-11T09:41:12.501Z] c0cf6ed3b885: Preparing [2025-04-11T09:41:12.501Z] 71bbb7dceeb5: Preparing [2025-04-11T09:41:12.501Z] c8abba61d607: Preparing [2025-04-11T09:41:12.501Z] 04a746c9e9f0: Preparing [2025-04-11T09:41:12.501Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:12.501Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:12.501Z] 643f8bdbfbf8: Preparing [2025-04-11T09:41:12.501Z] 4bee34d2ac28: Waiting [2025-04-11T09:41:12.501Z] 9428be5d7092: Preparing [2025-04-11T09:41:12.501Z] 643f8bdbfbf8: Waiting [2025-04-11T09:41:12.501Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:12.501Z] 9428be5d7092: Waiting [2025-04-11T09:41:12.501Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:12.501Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:12.775Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:12.775Z] 643f8bdbfbf8: Layer already exists [2025-04-11T09:41:12.775Z] c8abba61d607: Pushed [2025-04-11T09:41:12.775Z] 71bbb7dceeb5: Pushed [2025-04-11T09:41:12.775Z] 9428be5d7092: Layer already exists [2025-04-11T09:41:12.775Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:12.775Z] c0cf6ed3b885: Pushed [2025-04-11T09:41:14.750Z] 04a746c9e9f0: Pushed [2025-04-11T09:41:15.017Z] acd9371b2d4ec601382e9a9bfd258c637bb43487: digest: sha256:e6997d972b9f69856e51f842800ce3dc82fbf9dc13abd9581776f67be6220dd2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:15.394Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:15.759Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-04-11T09:41:15.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-04-11T09:41:15.759Z] c0cf6ed3b885: Preparing [2025-04-11T09:41:15.759Z] 71bbb7dceeb5: Preparing [2025-04-11T09:41:15.759Z] c8abba61d607: Preparing [2025-04-11T09:41:15.759Z] 04a746c9e9f0: Preparing [2025-04-11T09:41:15.759Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:15.759Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:15.759Z] 643f8bdbfbf8: Preparing [2025-04-11T09:41:15.759Z] 9428be5d7092: Preparing [2025-04-11T09:41:15.759Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:15.759Z] 643f8bdbfbf8: Waiting [2025-04-11T09:41:15.759Z] 9428be5d7092: Waiting [2025-04-11T09:41:15.759Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:15.759Z] 4bee34d2ac28: Waiting [2025-04-11T09:41:15.759Z] 71bbb7dceeb5: Layer already exists [2025-04-11T09:41:15.759Z] 04a746c9e9f0: Layer already exists [2025-04-11T09:41:15.759Z] c0cf6ed3b885: Layer already exists [2025-04-11T09:41:15.759Z] c8abba61d607: Layer already exists [2025-04-11T09:41:15.759Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:15.759Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:15.759Z] 9428be5d7092: Layer already exists [2025-04-11T09:41:15.759Z] 643f8bdbfbf8: Layer already exists [2025-04-11T09:41:15.759Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:15.759Z] latest: digest: sha256:e6997d972b9f69856e51f842800ce3dc82fbf9dc13abd9581776f67be6220dd2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:16.151Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:16.491Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.2 [2025-04-11T09:41:16.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-04-11T09:41:16.491Z] c0cf6ed3b885: Preparing [2025-04-11T09:41:16.491Z] 71bbb7dceeb5: Preparing [2025-04-11T09:41:16.491Z] c8abba61d607: Preparing [2025-04-11T09:41:16.491Z] 04a746c9e9f0: Preparing [2025-04-11T09:41:16.491Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:16.491Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:16.491Z] 643f8bdbfbf8: Preparing [2025-04-11T09:41:16.491Z] 9428be5d7092: Preparing [2025-04-11T09:41:16.491Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:16.491Z] 4bee34d2ac28: Waiting [2025-04-11T09:41:16.491Z] 643f8bdbfbf8: Waiting [2025-04-11T09:41:16.491Z] 9428be5d7092: Waiting [2025-04-11T09:41:16.491Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:16.491Z] 71bbb7dceeb5: Layer already exists [2025-04-11T09:41:16.491Z] 04a746c9e9f0: Layer already exists [2025-04-11T09:41:16.491Z] c8abba61d607: Layer already exists [2025-04-11T09:41:16.491Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:16.491Z] c0cf6ed3b885: Layer already exists [2025-04-11T09:41:16.491Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:16.491Z] 643f8bdbfbf8: Layer already exists [2025-04-11T09:41:16.491Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:16.491Z] 9428be5d7092: Layer already exists [2025-04-11T09:41:16.491Z] 4.1.0-dev.2: digest: sha256:e6997d972b9f69856e51f842800ce3dc82fbf9dc13abd9581776f67be6220dd2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:17.144Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:17.515Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:41:17.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-04-11T09:41:17.515Z] c0cf6ed3b885: Preparing [2025-04-11T09:41:17.515Z] 71bbb7dceeb5: Preparing [2025-04-11T09:41:17.515Z] c8abba61d607: Preparing [2025-04-11T09:41:17.515Z] 04a746c9e9f0: Preparing [2025-04-11T09:41:17.515Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:17.515Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:17.515Z] 643f8bdbfbf8: Preparing [2025-04-11T09:41:17.515Z] 9428be5d7092: Preparing [2025-04-11T09:41:17.515Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:17.515Z] 4bee34d2ac28: Waiting [2025-04-11T09:41:17.515Z] 643f8bdbfbf8: Waiting [2025-04-11T09:41:17.515Z] 9428be5d7092: Waiting [2025-04-11T09:41:17.515Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:17.515Z] 71bbb7dceeb5: Layer already exists [2025-04-11T09:41:17.515Z] c0cf6ed3b885: Layer already exists [2025-04-11T09:41:17.515Z] c8abba61d607: Layer already exists [2025-04-11T09:41:17.515Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:17.515Z] 04a746c9e9f0: Layer already exists [2025-04-11T09:41:17.515Z] 643f8bdbfbf8: Layer already exists [2025-04-11T09:41:17.515Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:17.515Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:17.515Z] 9428be5d7092: Layer already exists [2025-04-11T09:41:17.515Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2: digest: sha256:e6997d972b9f69856e51f842800ce3dc82fbf9dc13abd9581776f67be6220dd2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:18.182Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:18.592Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-04-11T09:41:18.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-04-11T09:41:18.592Z] c0cf6ed3b885: Preparing [2025-04-11T09:41:18.592Z] 71bbb7dceeb5: Preparing [2025-04-11T09:41:18.592Z] c8abba61d607: Preparing [2025-04-11T09:41:18.592Z] 04a746c9e9f0: Preparing [2025-04-11T09:41:18.592Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:18.592Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:18.592Z] 643f8bdbfbf8: Preparing [2025-04-11T09:41:18.592Z] 9428be5d7092: Preparing [2025-04-11T09:41:18.592Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:18.592Z] 4bee34d2ac28: Waiting [2025-04-11T09:41:18.592Z] 643f8bdbfbf8: Waiting [2025-04-11T09:41:18.592Z] 9428be5d7092: Waiting [2025-04-11T09:41:18.592Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:18.592Z] c0cf6ed3b885: Layer already exists [2025-04-11T09:41:18.592Z] c8abba61d607: Layer already exists [2025-04-11T09:41:18.592Z] 71bbb7dceeb5: Layer already exists [2025-04-11T09:41:18.592Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:18.592Z] 04a746c9e9f0: Layer already exists [2025-04-11T09:41:18.592Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:18.592Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:18.592Z] 9428be5d7092: Layer already exists [2025-04-11T09:41:18.592Z] 643f8bdbfbf8: Layer already exists [2025-04-11T09:41:18.592Z] main: digest: sha256:e6997d972b9f69856e51f842800ce3dc82fbf9dc13abd9581776f67be6220dd2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-11T09:41:18.794Z] ===================================================== [Pipeline] echo [2025-04-11T09:41:18.817Z] taggedImages: [2025-04-11T09:41:18.817Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:18.817Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-04-11T09:41:18.817Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.2 [2025-04-11T09:41:18.817Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:41:18.817Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-04-11T09:41:18.858Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-04-11T09:41:18.858Z] acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:18.858Z] latest [2025-04-11T09:41:18.858Z] 4.1.0-dev.2 [2025-04-11T09:41:18.858Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:41:18.858Z] main [2025-04-11T09:41:18.858Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:19.373Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:19.868Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:19.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-04-11T09:41:19.868Z] dce70e6c5ca4: Preparing [2025-04-11T09:41:19.868Z] 362a36c30faa: Preparing [2025-04-11T09:41:19.868Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:19.868Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:19.868Z] 4ae711c15393: Preparing [2025-04-11T09:41:19.868Z] 8f42ebc20807: Preparing [2025-04-11T09:41:19.868Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:19.868Z] 8f42ebc20807: Waiting [2025-04-11T09:41:19.868Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:19.868Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:19.868Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:19.868Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:20.163Z] dce70e6c5ca4: Pushed [2025-04-11T09:41:20.163Z] 4ae711c15393: Pushed [2025-04-11T09:41:20.163Z] 8f42ebc20807: Pushed [2025-04-11T09:41:25.634Z] 362a36c30faa: Pushed [2025-04-11T09:41:25.634Z] acd9371b2d4ec601382e9a9bfd258c637bb43487: digest: sha256:ba89829bac82316159d65f48e1e4ef3c3362ed2503c0ec965cb08c8464136fcd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:25.986Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:26.360Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-04-11T09:41:26.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-04-11T09:41:26.360Z] dce70e6c5ca4: Preparing [2025-04-11T09:41:26.360Z] 362a36c30faa: Preparing [2025-04-11T09:41:26.360Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:26.360Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:26.360Z] 4ae711c15393: Preparing [2025-04-11T09:41:26.360Z] 8f42ebc20807: Preparing [2025-04-11T09:41:26.360Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:26.360Z] 8f42ebc20807: Waiting [2025-04-11T09:41:26.360Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:26.360Z] dce70e6c5ca4: Layer already exists [2025-04-11T09:41:26.360Z] 4ae711c15393: Layer already exists [2025-04-11T09:41:26.360Z] 362a36c30faa: Layer already exists [2025-04-11T09:41:26.360Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:26.360Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:26.360Z] 8f42ebc20807: Layer already exists [2025-04-11T09:41:26.360Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:26.647Z] latest: digest: sha256:ba89829bac82316159d65f48e1e4ef3c3362ed2503c0ec965cb08c8464136fcd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:27.020Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:27.359Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.2 [2025-04-11T09:41:27.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-04-11T09:41:27.359Z] dce70e6c5ca4: Preparing [2025-04-11T09:41:27.359Z] 362a36c30faa: Preparing [2025-04-11T09:41:27.359Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:27.359Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:27.359Z] 4ae711c15393: Preparing [2025-04-11T09:41:27.359Z] 8f42ebc20807: Preparing [2025-04-11T09:41:27.359Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:27.359Z] 8f42ebc20807: Waiting [2025-04-11T09:41:27.359Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:27.359Z] 362a36c30faa: Layer already exists [2025-04-11T09:41:27.359Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:27.359Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:27.359Z] 4ae711c15393: Layer already exists [2025-04-11T09:41:27.359Z] dce70e6c5ca4: Layer already exists [2025-04-11T09:41:27.359Z] 8f42ebc20807: Layer already exists [2025-04-11T09:41:27.359Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:27.359Z] 4.1.0-dev.2: digest: sha256:ba89829bac82316159d65f48e1e4ef3c3362ed2503c0ec965cb08c8464136fcd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:27.988Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:28.354Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:41:28.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-04-11T09:41:28.354Z] dce70e6c5ca4: Preparing [2025-04-11T09:41:28.354Z] 362a36c30faa: Preparing [2025-04-11T09:41:28.354Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:28.354Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:28.354Z] 4ae711c15393: Preparing [2025-04-11T09:41:28.354Z] 8f42ebc20807: Preparing [2025-04-11T09:41:28.354Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:28.354Z] 8f42ebc20807: Waiting [2025-04-11T09:41:28.354Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:28.354Z] 362a36c30faa: Layer already exists [2025-04-11T09:41:28.354Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:28.354Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:28.354Z] dce70e6c5ca4: Layer already exists [2025-04-11T09:41:28.354Z] 4ae711c15393: Layer already exists [2025-04-11T09:41:28.354Z] 8f42ebc20807: Layer already exists [2025-04-11T09:41:28.354Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:28.354Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2: digest: sha256:ba89829bac82316159d65f48e1e4ef3c3362ed2503c0ec965cb08c8464136fcd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:28.701Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:29.057Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-04-11T09:41:29.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-04-11T09:41:29.057Z] dce70e6c5ca4: Preparing [2025-04-11T09:41:29.057Z] 362a36c30faa: Preparing [2025-04-11T09:41:29.057Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:29.057Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:29.057Z] 4ae711c15393: Preparing [2025-04-11T09:41:29.057Z] 8f42ebc20807: Preparing [2025-04-11T09:41:29.057Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:29.057Z] 8f42ebc20807: Waiting [2025-04-11T09:41:29.057Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:29.057Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:29.057Z] 4ae711c15393: Layer already exists [2025-04-11T09:41:29.057Z] 362a36c30faa: Layer already exists [2025-04-11T09:41:29.057Z] dce70e6c5ca4: Layer already exists [2025-04-11T09:41:29.057Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:29.057Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:29.057Z] 8f42ebc20807: Layer already exists [2025-04-11T09:41:29.057Z] main: digest: sha256:ba89829bac82316159d65f48e1e4ef3c3362ed2503c0ec965cb08c8464136fcd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-11T09:41:29.200Z] ===================================================== [Pipeline] echo [2025-04-11T09:41:29.211Z] taggedImages: [2025-04-11T09:41:29.211Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:29.211Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-04-11T09:41:29.211Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.2 [2025-04-11T09:41:29.211Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:41:29.211Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-04-11T09:41:29.232Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-04-11T09:41:29.232Z] acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:29.232Z] latest [2025-04-11T09:41:29.232Z] 4.1.0-dev.2 [2025-04-11T09:41:29.232Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:41:29.232Z] main [2025-04-11T09:41:29.232Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:29.611Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:29.970Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:29.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-04-11T09:41:29.970Z] 1ad6bd701743: Preparing [2025-04-11T09:41:29.970Z] a8d8b116e520: Preparing [2025-04-11T09:41:29.970Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:29.970Z] 286cff8718ac: Preparing [2025-04-11T09:41:29.970Z] eee5007d2f24: Preparing [2025-04-11T09:41:29.970Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:29.970Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:29.970Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:30.235Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:30.235Z] eee5007d2f24: Pushed [2025-04-11T09:41:30.235Z] 1ad6bd701743: Pushed [2025-04-11T09:41:30.235Z] 286cff8718ac: Pushed [2025-04-11T09:41:34.522Z] a8d8b116e520: Pushed [2025-04-11T09:41:34.792Z] acd9371b2d4ec601382e9a9bfd258c637bb43487: digest: sha256:e858961e3ebc59ea8812453d4d9bde002866e19d9d8238de09e2e4a9715c040a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:35.150Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:35.512Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-04-11T09:41:35.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-04-11T09:41:35.512Z] 1ad6bd701743: Preparing [2025-04-11T09:41:35.512Z] a8d8b116e520: Preparing [2025-04-11T09:41:35.512Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:35.512Z] 286cff8718ac: Preparing [2025-04-11T09:41:35.512Z] eee5007d2f24: Preparing [2025-04-11T09:41:35.512Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:35.512Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:35.512Z] a8d8b116e520: Layer already exists [2025-04-11T09:41:35.512Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:35.512Z] eee5007d2f24: Layer already exists [2025-04-11T09:41:35.512Z] 286cff8718ac: Layer already exists [2025-04-11T09:41:35.512Z] 1ad6bd701743: Layer already exists [2025-04-11T09:41:35.512Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:35.512Z] latest: digest: sha256:e858961e3ebc59ea8812453d4d9bde002866e19d9d8238de09e2e4a9715c040a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:35.870Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:36.245Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.2 [2025-04-11T09:41:36.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-04-11T09:41:36.245Z] 1ad6bd701743: Preparing [2025-04-11T09:41:36.245Z] a8d8b116e520: Preparing [2025-04-11T09:41:36.245Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:36.245Z] 286cff8718ac: Preparing [2025-04-11T09:41:36.245Z] eee5007d2f24: Preparing [2025-04-11T09:41:36.245Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:36.245Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:36.245Z] eee5007d2f24: Layer already exists [2025-04-11T09:41:36.245Z] 1ad6bd701743: Layer already exists [2025-04-11T09:41:36.245Z] 286cff8718ac: Layer already exists [2025-04-11T09:41:36.245Z] a8d8b116e520: Layer already exists [2025-04-11T09:41:36.245Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:36.245Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:36.510Z] 4.1.0-dev.2: digest: sha256:e858961e3ebc59ea8812453d4d9bde002866e19d9d8238de09e2e4a9715c040a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:36.869Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:37.218Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:41:37.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-04-11T09:41:37.218Z] 1ad6bd701743: Preparing [2025-04-11T09:41:37.218Z] a8d8b116e520: Preparing [2025-04-11T09:41:37.218Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:37.218Z] 286cff8718ac: Preparing [2025-04-11T09:41:37.218Z] eee5007d2f24: Preparing [2025-04-11T09:41:37.218Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:37.218Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:37.218Z] a8d8b116e520: Layer already exists [2025-04-11T09:41:37.218Z] 1ad6bd701743: Layer already exists [2025-04-11T09:41:37.218Z] 286cff8718ac: Layer already exists [2025-04-11T09:41:37.218Z] eee5007d2f24: Layer already exists [2025-04-11T09:41:37.218Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:37.218Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:37.479Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2: digest: sha256:e858961e3ebc59ea8812453d4d9bde002866e19d9d8238de09e2e4a9715c040a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:37.845Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:38.191Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-04-11T09:41:38.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-04-11T09:41:38.191Z] 1ad6bd701743: Preparing [2025-04-11T09:41:38.191Z] a8d8b116e520: Preparing [2025-04-11T09:41:38.191Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:38.191Z] 286cff8718ac: Preparing [2025-04-11T09:41:38.191Z] eee5007d2f24: Preparing [2025-04-11T09:41:38.191Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:38.191Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:38.191Z] 286cff8718ac: Layer already exists [2025-04-11T09:41:38.191Z] 1ad6bd701743: Layer already exists [2025-04-11T09:41:38.191Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:38.191Z] a8d8b116e520: Layer already exists [2025-04-11T09:41:38.191Z] eee5007d2f24: Layer already exists [2025-04-11T09:41:38.191Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:38.191Z] main: digest: sha256:e858961e3ebc59ea8812453d4d9bde002866e19d9d8238de09e2e4a9715c040a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-11T09:41:38.531Z] ===================================================== [Pipeline] echo [2025-04-11T09:41:38.541Z] taggedImages: [2025-04-11T09:41:38.541Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:38.541Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-04-11T09:41:38.541Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.2 [2025-04-11T09:41:38.541Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:41:38.541Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-04-11T09:41:38.563Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-04-11T09:41:38.563Z] acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:38.563Z] latest [2025-04-11T09:41:38.563Z] 4.1.0-dev.2 [2025-04-11T09:41:38.563Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:41:38.563Z] main [2025-04-11T09:41:38.563Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:38.911Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:39.263Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:39.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-04-11T09:41:39.264Z] 5981d0af9c13: Preparing [2025-04-11T09:41:39.264Z] a75d691ada93: Preparing [2025-04-11T09:41:39.264Z] 4337a3a2db95: Preparing [2025-04-11T09:41:39.264Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:39.264Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:39.264Z] 643f8bdbfbf8: Preparing [2025-04-11T09:41:39.264Z] 9428be5d7092: Preparing [2025-04-11T09:41:39.264Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:39.264Z] 643f8bdbfbf8: Waiting [2025-04-11T09:41:39.264Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:39.264Z] 9428be5d7092: Waiting [2025-04-11T09:41:39.264Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:39.264Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:39.264Z] 643f8bdbfbf8: Layer already exists [2025-04-11T09:41:39.526Z] 9428be5d7092: Layer already exists [2025-04-11T09:41:39.526Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:39.526Z] a75d691ada93: Pushed [2025-04-11T09:41:39.526Z] 5981d0af9c13: Pushed [2025-04-11T09:41:44.892Z] 4337a3a2db95: Pushed [2025-04-11T09:41:44.892Z] acd9371b2d4ec601382e9a9bfd258c637bb43487: digest: sha256:70b3fad69e713e3d4edcd9cf071389847be68a238dcdb8ac99adc2fd380ae8ec size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:45.286Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:45.629Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-04-11T09:41:45.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-04-11T09:41:45.629Z] 5981d0af9c13: Preparing [2025-04-11T09:41:45.629Z] a75d691ada93: Preparing [2025-04-11T09:41:45.629Z] 4337a3a2db95: Preparing [2025-04-11T09:41:45.629Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:45.629Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:45.629Z] 643f8bdbfbf8: Preparing [2025-04-11T09:41:45.629Z] 9428be5d7092: Preparing [2025-04-11T09:41:45.629Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:45.629Z] 643f8bdbfbf8: Waiting [2025-04-11T09:41:45.629Z] 9428be5d7092: Waiting [2025-04-11T09:41:45.629Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:45.629Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:45.629Z] a75d691ada93: Layer already exists [2025-04-11T09:41:45.629Z] 5981d0af9c13: Layer already exists [2025-04-11T09:41:45.629Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:45.629Z] 4337a3a2db95: Layer already exists [2025-04-11T09:41:45.629Z] 643f8bdbfbf8: Layer already exists [2025-04-11T09:41:45.629Z] 9428be5d7092: Layer already exists [2025-04-11T09:41:45.629Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:45.893Z] latest: digest: sha256:70b3fad69e713e3d4edcd9cf071389847be68a238dcdb8ac99adc2fd380ae8ec size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:46.273Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:46.631Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.2 [2025-04-11T09:41:46.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-04-11T09:41:46.631Z] 5981d0af9c13: Preparing [2025-04-11T09:41:46.631Z] a75d691ada93: Preparing [2025-04-11T09:41:46.631Z] 4337a3a2db95: Preparing [2025-04-11T09:41:46.631Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:46.631Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:46.631Z] 643f8bdbfbf8: Preparing [2025-04-11T09:41:46.631Z] 9428be5d7092: Preparing [2025-04-11T09:41:46.631Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:46.631Z] 643f8bdbfbf8: Waiting [2025-04-11T09:41:46.631Z] 9428be5d7092: Waiting [2025-04-11T09:41:46.631Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:46.631Z] 5981d0af9c13: Layer already exists [2025-04-11T09:41:46.631Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:46.631Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:46.631Z] 4337a3a2db95: Layer already exists [2025-04-11T09:41:46.631Z] a75d691ada93: Layer already exists [2025-04-11T09:41:46.631Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:46.631Z] 9428be5d7092: Layer already exists [2025-04-11T09:41:46.631Z] 643f8bdbfbf8: Layer already exists [2025-04-11T09:41:46.631Z] 4.1.0-dev.2: digest: sha256:70b3fad69e713e3d4edcd9cf071389847be68a238dcdb8ac99adc2fd380ae8ec size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:47.241Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:47.582Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:41:47.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-04-11T09:41:47.582Z] 5981d0af9c13: Preparing [2025-04-11T09:41:47.582Z] a75d691ada93: Preparing [2025-04-11T09:41:47.582Z] 4337a3a2db95: Preparing [2025-04-11T09:41:47.582Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:47.582Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:47.582Z] 643f8bdbfbf8: Preparing [2025-04-11T09:41:47.582Z] 9428be5d7092: Preparing [2025-04-11T09:41:47.582Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:47.582Z] 643f8bdbfbf8: Waiting [2025-04-11T09:41:47.582Z] 9428be5d7092: Waiting [2025-04-11T09:41:47.582Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:47.582Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:47.582Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:47.582Z] a75d691ada93: Layer already exists [2025-04-11T09:41:47.582Z] 5981d0af9c13: Layer already exists [2025-04-11T09:41:47.582Z] 4337a3a2db95: Layer already exists [2025-04-11T09:41:47.582Z] 9428be5d7092: Layer already exists [2025-04-11T09:41:47.582Z] 643f8bdbfbf8: Layer already exists [2025-04-11T09:41:47.582Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:47.582Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2: digest: sha256:70b3fad69e713e3d4edcd9cf071389847be68a238dcdb8ac99adc2fd380ae8ec size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:48.217Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:48.566Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-04-11T09:41:48.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-04-11T09:41:48.566Z] 5981d0af9c13: Preparing [2025-04-11T09:41:48.566Z] a75d691ada93: Preparing [2025-04-11T09:41:48.566Z] 4337a3a2db95: Preparing [2025-04-11T09:41:48.566Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:48.566Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:48.566Z] 643f8bdbfbf8: Preparing [2025-04-11T09:41:48.566Z] 9428be5d7092: Preparing [2025-04-11T09:41:48.566Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:48.566Z] 643f8bdbfbf8: Waiting [2025-04-11T09:41:48.566Z] 9428be5d7092: Waiting [2025-04-11T09:41:48.566Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:48.566Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:48.566Z] 5981d0af9c13: Layer already exists [2025-04-11T09:41:48.566Z] a75d691ada93: Layer already exists [2025-04-11T09:41:48.566Z] 4337a3a2db95: Layer already exists [2025-04-11T09:41:48.566Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:48.566Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:48.566Z] 9428be5d7092: Layer already exists [2025-04-11T09:41:48.566Z] 643f8bdbfbf8: Layer already exists [2025-04-11T09:41:48.566Z] main: digest: sha256:70b3fad69e713e3d4edcd9cf071389847be68a238dcdb8ac99adc2fd380ae8ec size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-11T09:41:48.914Z] ===================================================== [Pipeline] echo [2025-04-11T09:41:48.927Z] taggedImages: [2025-04-11T09:41:48.927Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:48.927Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-04-11T09:41:48.927Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.2 [2025-04-11T09:41:48.927Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:41:48.927Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-04-11T09:41:48.952Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-04-11T09:41:48.952Z] acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:48.952Z] latest [2025-04-11T09:41:48.952Z] 4.1.0-dev.2 [2025-04-11T09:41:48.952Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:41:48.952Z] main [2025-04-11T09:41:48.952Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:49.315Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:49.667Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:49.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-04-11T09:41:49.667Z] a07e94275d75: Preparing [2025-04-11T09:41:49.667Z] 2c4e0ba142f7: Preparing [2025-04-11T09:41:49.667Z] e5567b8854ce: Preparing [2025-04-11T09:41:49.667Z] 25a7e710e485: Preparing [2025-04-11T09:41:49.667Z] 3cf5c48e22af: Preparing [2025-04-11T09:41:49.667Z] 6eaa00f928a9: Preparing [2025-04-11T09:41:49.667Z] 0f9b9a9f403f: Preparing [2025-04-11T09:41:49.667Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:49.667Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:49.667Z] 373b4ccfff1b: Preparing [2025-04-11T09:41:49.667Z] c414a7ad0ea8: Preparing [2025-04-11T09:41:49.667Z] 5f70bf18a086: Preparing [2025-04-11T09:41:49.667Z] 0bc427d3afe1: Preparing [2025-04-11T09:41:49.667Z] 96e8e408bf47: Preparing [2025-04-11T09:41:49.667Z] d4e34d1865cb: Preparing [2025-04-11T09:41:49.667Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:49.667Z] 6eaa00f928a9: Waiting [2025-04-11T09:41:49.667Z] 0f9b9a9f403f: Waiting [2025-04-11T09:41:49.667Z] 0ea6ea8a4baf: Waiting [2025-04-11T09:41:49.667Z] 4bee34d2ac28: Waiting [2025-04-11T09:41:49.667Z] 373b4ccfff1b: Waiting [2025-04-11T09:41:49.667Z] c414a7ad0ea8: Waiting [2025-04-11T09:41:49.667Z] 5f70bf18a086: Waiting [2025-04-11T09:41:49.667Z] 0bc427d3afe1: Waiting [2025-04-11T09:41:49.667Z] 96e8e408bf47: Waiting [2025-04-11T09:41:49.667Z] d4e34d1865cb: Waiting [2025-04-11T09:41:49.667Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:49.944Z] a07e94275d75: Pushed [2025-04-11T09:41:49.944Z] e5567b8854ce: Pushed [2025-04-11T09:41:49.944Z] 2c4e0ba142f7: Pushed [2025-04-11T09:41:49.944Z] 3cf5c48e22af: Pushed [2025-04-11T09:41:49.944Z] 25a7e710e485: Pushed [2025-04-11T09:41:49.944Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:49.944Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:49.944Z] 6eaa00f928a9: Pushed [2025-04-11T09:41:49.944Z] 5f70bf18a086: Layer already exists [2025-04-11T09:41:50.214Z] 373b4ccfff1b: Pushed [2025-04-11T09:41:50.214Z] c414a7ad0ea8: Pushed [2025-04-11T09:41:50.214Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:50.214Z] 0bc427d3afe1: Pushed [2025-04-11T09:41:50.214Z] 96e8e408bf47: Pushed [2025-04-11T09:41:50.214Z] d4e34d1865cb: Pushed [2025-04-11T09:41:52.839Z] 0f9b9a9f403f: Pushed [2025-04-11T09:41:52.839Z] acd9371b2d4ec601382e9a9bfd258c637bb43487: digest: sha256:3eefd53259528664a0518467dc29256c73f107a53f96851344cf991f84cf7de4 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:53.187Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:53.542Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-04-11T09:41:53.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-04-11T09:41:53.542Z] a07e94275d75: Preparing [2025-04-11T09:41:53.542Z] 2c4e0ba142f7: Preparing [2025-04-11T09:41:53.542Z] e5567b8854ce: Preparing [2025-04-11T09:41:53.542Z] 25a7e710e485: Preparing [2025-04-11T09:41:53.542Z] 3cf5c48e22af: Preparing [2025-04-11T09:41:53.542Z] 6eaa00f928a9: Preparing [2025-04-11T09:41:53.542Z] 0f9b9a9f403f: Preparing [2025-04-11T09:41:53.542Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:53.542Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:53.542Z] 373b4ccfff1b: Preparing [2025-04-11T09:41:53.542Z] c414a7ad0ea8: Preparing [2025-04-11T09:41:53.542Z] 5f70bf18a086: Preparing [2025-04-11T09:41:53.542Z] 0bc427d3afe1: Preparing [2025-04-11T09:41:53.542Z] 6eaa00f928a9: Waiting [2025-04-11T09:41:53.542Z] 96e8e408bf47: Preparing [2025-04-11T09:41:53.542Z] 4bee34d2ac28: Waiting [2025-04-11T09:41:53.542Z] d4e34d1865cb: Preparing [2025-04-11T09:41:53.542Z] 373b4ccfff1b: Waiting [2025-04-11T09:41:53.542Z] c414a7ad0ea8: Waiting [2025-04-11T09:41:53.542Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:53.542Z] 0f9b9a9f403f: Waiting [2025-04-11T09:41:53.542Z] 5f70bf18a086: Waiting [2025-04-11T09:41:53.542Z] 96e8e408bf47: Waiting [2025-04-11T09:41:53.542Z] 0ea6ea8a4baf: Waiting [2025-04-11T09:41:53.542Z] d4e34d1865cb: Waiting [2025-04-11T09:41:53.542Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:53.542Z] a07e94275d75: Layer already exists [2025-04-11T09:41:53.542Z] 2c4e0ba142f7: Layer already exists [2025-04-11T09:41:53.542Z] 3cf5c48e22af: Layer already exists [2025-04-11T09:41:53.542Z] e5567b8854ce: Layer already exists [2025-04-11T09:41:53.542Z] 25a7e710e485: Layer already exists [2025-04-11T09:41:53.542Z] 0f9b9a9f403f: Layer already exists [2025-04-11T09:41:53.542Z] 6eaa00f928a9: Layer already exists [2025-04-11T09:41:53.542Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:53.542Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:53.542Z] 373b4ccfff1b: Layer already exists [2025-04-11T09:41:53.542Z] 0bc427d3afe1: Layer already exists [2025-04-11T09:41:53.542Z] 96e8e408bf47: Layer already exists [2025-04-11T09:41:53.542Z] c414a7ad0ea8: Layer already exists [2025-04-11T09:41:53.542Z] 5f70bf18a086: Layer already exists [2025-04-11T09:41:53.542Z] d4e34d1865cb: Layer already exists [2025-04-11T09:41:53.542Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:53.807Z] latest: digest: sha256:3eefd53259528664a0518467dc29256c73f107a53f96851344cf991f84cf7de4 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:54.171Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:54.528Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.2 [2025-04-11T09:41:54.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-04-11T09:41:54.529Z] a07e94275d75: Preparing [2025-04-11T09:41:54.529Z] 2c4e0ba142f7: Preparing [2025-04-11T09:41:54.529Z] e5567b8854ce: Preparing [2025-04-11T09:41:54.529Z] 25a7e710e485: Preparing [2025-04-11T09:41:54.529Z] 3cf5c48e22af: Preparing [2025-04-11T09:41:54.529Z] 6eaa00f928a9: Preparing [2025-04-11T09:41:54.529Z] 0f9b9a9f403f: Preparing [2025-04-11T09:41:54.529Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:54.529Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:54.529Z] 373b4ccfff1b: Preparing [2025-04-11T09:41:54.529Z] c414a7ad0ea8: Preparing [2025-04-11T09:41:54.529Z] 5f70bf18a086: Preparing [2025-04-11T09:41:54.529Z] 0bc427d3afe1: Preparing [2025-04-11T09:41:54.529Z] 96e8e408bf47: Preparing [2025-04-11T09:41:54.529Z] d4e34d1865cb: Preparing [2025-04-11T09:41:54.529Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:54.529Z] c414a7ad0ea8: Waiting [2025-04-11T09:41:54.529Z] 5f70bf18a086: Waiting [2025-04-11T09:41:54.529Z] 0bc427d3afe1: Waiting [2025-04-11T09:41:54.529Z] 96e8e408bf47: Waiting [2025-04-11T09:41:54.529Z] 6eaa00f928a9: Waiting [2025-04-11T09:41:54.529Z] d4e34d1865cb: Waiting [2025-04-11T09:41:54.529Z] 0f9b9a9f403f: Waiting [2025-04-11T09:41:54.529Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:54.529Z] 0ea6ea8a4baf: Waiting [2025-04-11T09:41:54.529Z] 373b4ccfff1b: Waiting [2025-04-11T09:41:54.529Z] 4bee34d2ac28: Waiting [2025-04-11T09:41:54.529Z] a07e94275d75: Layer already exists [2025-04-11T09:41:54.529Z] e5567b8854ce: Layer already exists [2025-04-11T09:41:54.529Z] 25a7e710e485: Layer already exists [2025-04-11T09:41:54.529Z] 3cf5c48e22af: Layer already exists [2025-04-11T09:41:54.529Z] 2c4e0ba142f7: Layer already exists [2025-04-11T09:41:54.529Z] 0f9b9a9f403f: Layer already exists [2025-04-11T09:41:54.529Z] 6eaa00f928a9: Layer already exists [2025-04-11T09:41:54.529Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:54.529Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:54.529Z] 373b4ccfff1b: Layer already exists [2025-04-11T09:41:54.529Z] 0bc427d3afe1: Layer already exists [2025-04-11T09:41:54.529Z] 5f70bf18a086: Layer already exists [2025-04-11T09:41:54.529Z] c414a7ad0ea8: Layer already exists [2025-04-11T09:41:54.529Z] 96e8e408bf47: Layer already exists [2025-04-11T09:41:54.529Z] d4e34d1865cb: Layer already exists [2025-04-11T09:41:54.529Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:54.814Z] 4.1.0-dev.2: digest: sha256:3eefd53259528664a0518467dc29256c73f107a53f96851344cf991f84cf7de4 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:55.175Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:55.550Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:41:55.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-04-11T09:41:55.550Z] a07e94275d75: Preparing [2025-04-11T09:41:55.550Z] 2c4e0ba142f7: Preparing [2025-04-11T09:41:55.550Z] e5567b8854ce: Preparing [2025-04-11T09:41:55.550Z] 25a7e710e485: Preparing [2025-04-11T09:41:55.550Z] 3cf5c48e22af: Preparing [2025-04-11T09:41:55.550Z] 6eaa00f928a9: Preparing [2025-04-11T09:41:55.550Z] 0f9b9a9f403f: Preparing [2025-04-11T09:41:55.550Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:55.550Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:55.550Z] 373b4ccfff1b: Preparing [2025-04-11T09:41:55.550Z] c414a7ad0ea8: Preparing [2025-04-11T09:41:55.550Z] 5f70bf18a086: Preparing [2025-04-11T09:41:55.550Z] 0bc427d3afe1: Preparing [2025-04-11T09:41:55.550Z] 96e8e408bf47: Preparing [2025-04-11T09:41:55.550Z] d4e34d1865cb: Preparing [2025-04-11T09:41:55.550Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:55.550Z] 6eaa00f928a9: Waiting [2025-04-11T09:41:55.550Z] 0f9b9a9f403f: Waiting [2025-04-11T09:41:55.550Z] 373b4ccfff1b: Waiting [2025-04-11T09:41:55.550Z] c414a7ad0ea8: Waiting [2025-04-11T09:41:55.550Z] 5f70bf18a086: Waiting [2025-04-11T09:41:55.550Z] 0ea6ea8a4baf: Waiting [2025-04-11T09:41:55.550Z] 4bee34d2ac28: Waiting [2025-04-11T09:41:55.550Z] 0bc427d3afe1: Waiting [2025-04-11T09:41:55.550Z] 96e8e408bf47: Waiting [2025-04-11T09:41:55.550Z] d4e34d1865cb: Waiting [2025-04-11T09:41:55.550Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:55.550Z] a07e94275d75: Layer already exists [2025-04-11T09:41:55.550Z] 2c4e0ba142f7: Layer already exists [2025-04-11T09:41:55.550Z] 3cf5c48e22af: Layer already exists [2025-04-11T09:41:55.550Z] 25a7e710e485: Layer already exists [2025-04-11T09:41:55.550Z] e5567b8854ce: Layer already exists [2025-04-11T09:41:55.550Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:55.550Z] 0f9b9a9f403f: Layer already exists [2025-04-11T09:41:55.550Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:55.550Z] 6eaa00f928a9: Layer already exists [2025-04-11T09:41:55.550Z] c414a7ad0ea8: Layer already exists [2025-04-11T09:41:55.550Z] 5f70bf18a086: Layer already exists [2025-04-11T09:41:55.550Z] 373b4ccfff1b: Layer already exists [2025-04-11T09:41:55.550Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:55.550Z] 96e8e408bf47: Layer already exists [2025-04-11T09:41:55.550Z] d4e34d1865cb: Layer already exists [2025-04-11T09:41:55.550Z] 0bc427d3afe1: Layer already exists [2025-04-11T09:41:55.866Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2: digest: sha256:3eefd53259528664a0518467dc29256c73f107a53f96851344cf991f84cf7de4 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:56.303Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:56.731Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-04-11T09:41:56.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-04-11T09:41:56.731Z] a07e94275d75: Preparing [2025-04-11T09:41:56.731Z] 2c4e0ba142f7: Preparing [2025-04-11T09:41:56.731Z] e5567b8854ce: Preparing [2025-04-11T09:41:56.731Z] 25a7e710e485: Preparing [2025-04-11T09:41:56.731Z] 3cf5c48e22af: Preparing [2025-04-11T09:41:56.731Z] 6eaa00f928a9: Preparing [2025-04-11T09:41:56.731Z] 0f9b9a9f403f: Preparing [2025-04-11T09:41:56.731Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:56.731Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:56.731Z] 373b4ccfff1b: Preparing [2025-04-11T09:41:56.731Z] c414a7ad0ea8: Preparing [2025-04-11T09:41:56.731Z] 5f70bf18a086: Preparing [2025-04-11T09:41:56.731Z] 0bc427d3afe1: Preparing [2025-04-11T09:41:56.731Z] 96e8e408bf47: Preparing [2025-04-11T09:41:56.731Z] d4e34d1865cb: Preparing [2025-04-11T09:41:56.731Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:56.731Z] 4bee34d2ac28: Waiting [2025-04-11T09:41:56.731Z] 373b4ccfff1b: Waiting [2025-04-11T09:41:56.731Z] c414a7ad0ea8: Waiting [2025-04-11T09:41:56.731Z] 5f70bf18a086: Waiting [2025-04-11T09:41:56.731Z] 0bc427d3afe1: Waiting [2025-04-11T09:41:56.731Z] 96e8e408bf47: Waiting [2025-04-11T09:41:56.731Z] d4e34d1865cb: Waiting [2025-04-11T09:41:56.731Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:56.731Z] 6eaa00f928a9: Waiting [2025-04-11T09:41:56.731Z] 0f9b9a9f403f: Waiting [2025-04-11T09:41:56.731Z] 0ea6ea8a4baf: Waiting [2025-04-11T09:41:56.731Z] 2c4e0ba142f7: Layer already exists [2025-04-11T09:41:56.731Z] 25a7e710e485: Layer already exists [2025-04-11T09:41:56.731Z] e5567b8854ce: Layer already exists [2025-04-11T09:41:56.731Z] 3cf5c48e22af: Layer already exists [2025-04-11T09:41:56.731Z] a07e94275d75: Layer already exists [2025-04-11T09:41:56.731Z] 6eaa00f928a9: Layer already exists [2025-04-11T09:41:56.731Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:56.731Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:56.731Z] 0f9b9a9f403f: Layer already exists [2025-04-11T09:41:56.731Z] 373b4ccfff1b: Layer already exists [2025-04-11T09:41:56.731Z] 0bc427d3afe1: Layer already exists [2025-04-11T09:41:56.731Z] 96e8e408bf47: Layer already exists [2025-04-11T09:41:56.731Z] c414a7ad0ea8: Layer already exists [2025-04-11T09:41:56.731Z] 5f70bf18a086: Layer already exists [2025-04-11T09:41:56.731Z] d4e34d1865cb: Layer already exists [2025-04-11T09:41:56.731Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:41:57.005Z] main: digest: sha256:3eefd53259528664a0518467dc29256c73f107a53f96851344cf991f84cf7de4 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-11T09:41:57.129Z] ===================================================== [Pipeline] echo [2025-04-11T09:41:57.142Z] taggedImages: [2025-04-11T09:41:57.142Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:57.142Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-04-11T09:41:57.142Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.2 [2025-04-11T09:41:57.142Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:41:57.142Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-04-11T09:41:57.163Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-04-11T09:41:57.163Z] acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:57.163Z] latest [2025-04-11T09:41:57.163Z] 4.1.0-dev.2 [2025-04-11T09:41:57.163Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:41:57.163Z] main [2025-04-11T09:41:57.163Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:57.579Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:41:57.968Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:41:57.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-04-11T09:41:57.968Z] 3d119b7572d9: Preparing [2025-04-11T09:41:57.968Z] 321d850a5dd5: Preparing [2025-04-11T09:41:57.968Z] e484ce9ac9d5: Preparing [2025-04-11T09:41:57.968Z] 2a90c81d9afe: Preparing [2025-04-11T09:41:57.968Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:41:57.968Z] 4bee34d2ac28: Preparing [2025-04-11T09:41:57.968Z] 643f8bdbfbf8: Preparing [2025-04-11T09:41:57.968Z] 9428be5d7092: Preparing [2025-04-11T09:41:57.968Z] dd9c8f8612c8: Preparing [2025-04-11T09:41:57.968Z] 643f8bdbfbf8: Waiting [2025-04-11T09:41:57.968Z] 9428be5d7092: Waiting [2025-04-11T09:41:57.968Z] dd9c8f8612c8: Waiting [2025-04-11T09:41:57.968Z] 4bee34d2ac28: Waiting [2025-04-11T09:41:57.968Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:41:57.968Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:41:58.245Z] e484ce9ac9d5: Pushed [2025-04-11T09:41:58.245Z] 643f8bdbfbf8: Layer already exists [2025-04-11T09:41:58.245Z] 321d850a5dd5: Pushed [2025-04-11T09:41:58.245Z] 9428be5d7092: Layer already exists [2025-04-11T09:41:58.245Z] 3d119b7572d9: Pushed [2025-04-11T09:41:58.245Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:03.606Z] 2a90c81d9afe: Pushed [2025-04-11T09:42:03.606Z] acd9371b2d4ec601382e9a9bfd258c637bb43487: digest: sha256:846e2a6fe3e4dad03a94d9abe3a532a770a1a23a2ec0739fbf439cf59af1d651 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:03.974Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:04.335Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-04-11T09:42:04.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-04-11T09:42:04.335Z] 3d119b7572d9: Preparing [2025-04-11T09:42:04.335Z] 321d850a5dd5: Preparing [2025-04-11T09:42:04.335Z] e484ce9ac9d5: Preparing [2025-04-11T09:42:04.335Z] 2a90c81d9afe: Preparing [2025-04-11T09:42:04.335Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:04.335Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:04.335Z] 643f8bdbfbf8: Preparing [2025-04-11T09:42:04.335Z] 9428be5d7092: Preparing [2025-04-11T09:42:04.335Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:04.335Z] 643f8bdbfbf8: Waiting [2025-04-11T09:42:04.335Z] 9428be5d7092: Waiting [2025-04-11T09:42:04.335Z] dd9c8f8612c8: Waiting [2025-04-11T09:42:04.335Z] 4bee34d2ac28: Waiting [2025-04-11T09:42:04.335Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:04.335Z] e484ce9ac9d5: Layer already exists [2025-04-11T09:42:04.335Z] 3d119b7572d9: Layer already exists [2025-04-11T09:42:04.335Z] 321d850a5dd5: Layer already exists [2025-04-11T09:42:04.335Z] 2a90c81d9afe: Layer already exists [2025-04-11T09:42:04.335Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:04.335Z] 643f8bdbfbf8: Layer already exists [2025-04-11T09:42:04.335Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:04.335Z] 9428be5d7092: Layer already exists [2025-04-11T09:42:04.602Z] latest: digest: sha256:846e2a6fe3e4dad03a94d9abe3a532a770a1a23a2ec0739fbf439cf59af1d651 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:04.958Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:05.312Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.2 [2025-04-11T09:42:05.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-04-11T09:42:05.312Z] 3d119b7572d9: Preparing [2025-04-11T09:42:05.312Z] 321d850a5dd5: Preparing [2025-04-11T09:42:05.312Z] e484ce9ac9d5: Preparing [2025-04-11T09:42:05.312Z] 2a90c81d9afe: Preparing [2025-04-11T09:42:05.312Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:05.312Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:05.312Z] 643f8bdbfbf8: Preparing [2025-04-11T09:42:05.312Z] 9428be5d7092: Preparing [2025-04-11T09:42:05.312Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:05.312Z] 4bee34d2ac28: Waiting [2025-04-11T09:42:05.312Z] 643f8bdbfbf8: Waiting [2025-04-11T09:42:05.312Z] 9428be5d7092: Waiting [2025-04-11T09:42:05.312Z] dd9c8f8612c8: Waiting [2025-04-11T09:42:05.312Z] 321d850a5dd5: Layer already exists [2025-04-11T09:42:05.312Z] 3d119b7572d9: Layer already exists [2025-04-11T09:42:05.312Z] 2a90c81d9afe: Layer already exists [2025-04-11T09:42:05.312Z] e484ce9ac9d5: Layer already exists [2025-04-11T09:42:05.312Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:05.312Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:05.312Z] 643f8bdbfbf8: Layer already exists [2025-04-11T09:42:05.312Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:05.312Z] 9428be5d7092: Layer already exists [2025-04-11T09:42:05.579Z] 4.1.0-dev.2: digest: sha256:846e2a6fe3e4dad03a94d9abe3a532a770a1a23a2ec0739fbf439cf59af1d651 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:05.926Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:06.277Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:42:06.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-04-11T09:42:06.277Z] 3d119b7572d9: Preparing [2025-04-11T09:42:06.277Z] 321d850a5dd5: Preparing [2025-04-11T09:42:06.277Z] e484ce9ac9d5: Preparing [2025-04-11T09:42:06.277Z] 2a90c81d9afe: Preparing [2025-04-11T09:42:06.277Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:06.277Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:06.277Z] 643f8bdbfbf8: Preparing [2025-04-11T09:42:06.277Z] 9428be5d7092: Preparing [2025-04-11T09:42:06.277Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:06.277Z] 4bee34d2ac28: Waiting [2025-04-11T09:42:06.277Z] 643f8bdbfbf8: Waiting [2025-04-11T09:42:06.277Z] 9428be5d7092: Waiting [2025-04-11T09:42:06.277Z] dd9c8f8612c8: Waiting [2025-04-11T09:42:06.277Z] 321d850a5dd5: Layer already exists [2025-04-11T09:42:06.277Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:06.277Z] 3d119b7572d9: Layer already exists [2025-04-11T09:42:06.277Z] 2a90c81d9afe: Layer already exists [2025-04-11T09:42:06.277Z] e484ce9ac9d5: Layer already exists [2025-04-11T09:42:06.277Z] 643f8bdbfbf8: Layer already exists [2025-04-11T09:42:06.277Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:06.277Z] 9428be5d7092: Layer already exists [2025-04-11T09:42:06.277Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:06.277Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2: digest: sha256:846e2a6fe3e4dad03a94d9abe3a532a770a1a23a2ec0739fbf439cf59af1d651 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:06.954Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:07.296Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-04-11T09:42:07.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-04-11T09:42:07.296Z] 3d119b7572d9: Preparing [2025-04-11T09:42:07.296Z] 321d850a5dd5: Preparing [2025-04-11T09:42:07.296Z] e484ce9ac9d5: Preparing [2025-04-11T09:42:07.296Z] 2a90c81d9afe: Preparing [2025-04-11T09:42:07.296Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:07.296Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:07.296Z] 643f8bdbfbf8: Preparing [2025-04-11T09:42:07.296Z] 9428be5d7092: Preparing [2025-04-11T09:42:07.296Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:07.296Z] 4bee34d2ac28: Waiting [2025-04-11T09:42:07.296Z] 643f8bdbfbf8: Waiting [2025-04-11T09:42:07.296Z] 9428be5d7092: Waiting [2025-04-11T09:42:07.296Z] dd9c8f8612c8: Waiting [2025-04-11T09:42:07.296Z] 3d119b7572d9: Layer already exists [2025-04-11T09:42:07.296Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:07.296Z] 321d850a5dd5: Layer already exists [2025-04-11T09:42:07.296Z] e484ce9ac9d5: Layer already exists [2025-04-11T09:42:07.296Z] 2a90c81d9afe: Layer already exists [2025-04-11T09:42:07.296Z] 643f8bdbfbf8: Layer already exists [2025-04-11T09:42:07.296Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:07.296Z] 9428be5d7092: Layer already exists [2025-04-11T09:42:07.296Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:07.574Z] main: digest: sha256:846e2a6fe3e4dad03a94d9abe3a532a770a1a23a2ec0739fbf439cf59af1d651 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-11T09:42:07.638Z] ===================================================== [Pipeline] echo [2025-04-11T09:42:07.652Z] taggedImages: [2025-04-11T09:42:07.652Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:42:07.652Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-04-11T09:42:07.652Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.2 [2025-04-11T09:42:07.652Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:42:07.652Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-04-11T09:42:07.671Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-04-11T09:42:07.671Z] acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:42:07.671Z] latest [2025-04-11T09:42:07.671Z] 4.1.0-dev.2 [2025-04-11T09:42:07.671Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:42:07.671Z] main [2025-04-11T09:42:07.671Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:08.026Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:08.382Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:42:08.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-04-11T09:42:08.382Z] 4ea3b9208105: Preparing [2025-04-11T09:42:08.382Z] 352c51f6c76b: Preparing [2025-04-11T09:42:08.382Z] 041c7b4f7228: Preparing [2025-04-11T09:42:08.382Z] 14e94ce2c89b: Preparing [2025-04-11T09:42:08.382Z] 0fe588b53be6: Preparing [2025-04-11T09:42:08.382Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:08.382Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:08.382Z] 0ea6ea8a4baf: Waiting [2025-04-11T09:42:08.382Z] 4912559647be: Preparing [2025-04-11T09:42:08.382Z] 4bee34d2ac28: Waiting [2025-04-11T09:42:08.382Z] 16d7b3ed0320: Preparing [2025-04-11T09:42:08.382Z] 4912559647be: Waiting [2025-04-11T09:42:08.382Z] 16d7b3ed0320: Waiting [2025-04-11T09:42:08.382Z] ff7a6cd0ec9f: Preparing [2025-04-11T09:42:08.382Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:08.382Z] ff7a6cd0ec9f: Waiting [2025-04-11T09:42:08.651Z] 14e94ce2c89b: Pushed [2025-04-11T09:42:08.651Z] 352c51f6c76b: Pushed [2025-04-11T09:42:08.651Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:08.651Z] 0fe588b53be6: Pushed [2025-04-11T09:42:08.651Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:08.651Z] 4ea3b9208105: Pushed [2025-04-11T09:42:08.651Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:08.651Z] 4912559647be: Pushed [2025-04-11T09:42:08.927Z] 16d7b3ed0320: Pushed [2025-04-11T09:42:11.529Z] ff7a6cd0ec9f: Pushed [2025-04-11T09:42:12.956Z] 041c7b4f7228: Pushed [2025-04-11T09:42:12.956Z] acd9371b2d4ec601382e9a9bfd258c637bb43487: digest: sha256:179ee79e5e9090ed0056b8ea0ff15614b97bec8132b467f0cfce3b8ae1097e58 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:13.325Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:13.683Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-04-11T09:42:13.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-04-11T09:42:13.683Z] 4ea3b9208105: Preparing [2025-04-11T09:42:13.683Z] 352c51f6c76b: Preparing [2025-04-11T09:42:13.683Z] 041c7b4f7228: Preparing [2025-04-11T09:42:13.683Z] 14e94ce2c89b: Preparing [2025-04-11T09:42:13.683Z] 0fe588b53be6: Preparing [2025-04-11T09:42:13.683Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:13.683Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:13.683Z] 4912559647be: Preparing [2025-04-11T09:42:13.683Z] 0ea6ea8a4baf: Waiting [2025-04-11T09:42:13.683Z] 4bee34d2ac28: Waiting [2025-04-11T09:42:13.683Z] 16d7b3ed0320: Preparing [2025-04-11T09:42:13.683Z] ff7a6cd0ec9f: Preparing [2025-04-11T09:42:13.683Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:13.683Z] 16d7b3ed0320: Waiting [2025-04-11T09:42:13.683Z] 4912559647be: Waiting [2025-04-11T09:42:13.683Z] ff7a6cd0ec9f: Waiting [2025-04-11T09:42:13.683Z] dd9c8f8612c8: Waiting [2025-04-11T09:42:13.683Z] 0fe588b53be6: Layer already exists [2025-04-11T09:42:13.683Z] 4ea3b9208105: Layer already exists [2025-04-11T09:42:13.683Z] 041c7b4f7228: Layer already exists [2025-04-11T09:42:13.683Z] 14e94ce2c89b: Layer already exists [2025-04-11T09:42:13.683Z] 352c51f6c76b: Layer already exists [2025-04-11T09:42:13.683Z] 4912559647be: Layer already exists [2025-04-11T09:42:13.683Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:13.683Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:13.683Z] ff7a6cd0ec9f: Layer already exists [2025-04-11T09:42:13.683Z] 16d7b3ed0320: Layer already exists [2025-04-11T09:42:13.683Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:13.952Z] latest: digest: sha256:179ee79e5e9090ed0056b8ea0ff15614b97bec8132b467f0cfce3b8ae1097e58 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:14.314Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:14.649Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.2 [2025-04-11T09:42:14.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-04-11T09:42:14.649Z] 4ea3b9208105: Preparing [2025-04-11T09:42:14.649Z] 352c51f6c76b: Preparing [2025-04-11T09:42:14.649Z] 041c7b4f7228: Preparing [2025-04-11T09:42:14.649Z] 14e94ce2c89b: Preparing [2025-04-11T09:42:14.649Z] 0fe588b53be6: Preparing [2025-04-11T09:42:14.649Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:14.649Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:14.649Z] 4912559647be: Preparing [2025-04-11T09:42:14.649Z] 16d7b3ed0320: Preparing [2025-04-11T09:42:14.649Z] ff7a6cd0ec9f: Preparing [2025-04-11T09:42:14.649Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:14.649Z] 4bee34d2ac28: Waiting [2025-04-11T09:42:14.649Z] 4912559647be: Waiting [2025-04-11T09:42:14.649Z] 16d7b3ed0320: Waiting [2025-04-11T09:42:14.649Z] ff7a6cd0ec9f: Waiting [2025-04-11T09:42:14.649Z] dd9c8f8612c8: Waiting [2025-04-11T09:42:14.649Z] 0ea6ea8a4baf: Waiting [2025-04-11T09:42:14.649Z] 4ea3b9208105: Layer already exists [2025-04-11T09:42:14.649Z] 041c7b4f7228: Layer already exists [2025-04-11T09:42:14.649Z] 0fe588b53be6: Layer already exists [2025-04-11T09:42:14.649Z] 352c51f6c76b: Layer already exists [2025-04-11T09:42:14.649Z] 14e94ce2c89b: Layer already exists [2025-04-11T09:42:14.649Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:14.649Z] 4912559647be: Layer already exists [2025-04-11T09:42:14.649Z] 16d7b3ed0320: Layer already exists [2025-04-11T09:42:14.649Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:14.649Z] ff7a6cd0ec9f: Layer already exists [2025-04-11T09:42:14.649Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:14.912Z] 4.1.0-dev.2: digest: sha256:179ee79e5e9090ed0056b8ea0ff15614b97bec8132b467f0cfce3b8ae1097e58 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:15.295Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:15.671Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:42:15.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-04-11T09:42:15.671Z] 4ea3b9208105: Preparing [2025-04-11T09:42:15.671Z] 352c51f6c76b: Preparing [2025-04-11T09:42:15.671Z] 041c7b4f7228: Preparing [2025-04-11T09:42:15.671Z] 14e94ce2c89b: Preparing [2025-04-11T09:42:15.671Z] 0fe588b53be6: Preparing [2025-04-11T09:42:15.671Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:15.671Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:15.671Z] 4912559647be: Preparing [2025-04-11T09:42:15.671Z] 16d7b3ed0320: Preparing [2025-04-11T09:42:15.671Z] ff7a6cd0ec9f: Preparing [2025-04-11T09:42:15.671Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:15.671Z] 0ea6ea8a4baf: Waiting [2025-04-11T09:42:15.671Z] 4bee34d2ac28: Waiting [2025-04-11T09:42:15.671Z] 4912559647be: Waiting [2025-04-11T09:42:15.671Z] ff7a6cd0ec9f: Waiting [2025-04-11T09:42:15.671Z] dd9c8f8612c8: Waiting [2025-04-11T09:42:15.671Z] 16d7b3ed0320: Waiting [2025-04-11T09:42:15.671Z] 352c51f6c76b: Layer already exists [2025-04-11T09:42:15.671Z] 041c7b4f7228: Layer already exists [2025-04-11T09:42:15.671Z] 14e94ce2c89b: Layer already exists [2025-04-11T09:42:15.671Z] 4ea3b9208105: Layer already exists [2025-04-11T09:42:15.671Z] 0fe588b53be6: Layer already exists [2025-04-11T09:42:15.671Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:15.671Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:15.671Z] 16d7b3ed0320: Layer already exists [2025-04-11T09:42:15.671Z] 4912559647be: Layer already exists [2025-04-11T09:42:15.671Z] ff7a6cd0ec9f: Layer already exists [2025-04-11T09:42:15.671Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:15.671Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2: digest: sha256:179ee79e5e9090ed0056b8ea0ff15614b97bec8132b467f0cfce3b8ae1097e58 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:16.349Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:16.706Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-04-11T09:42:16.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-04-11T09:42:16.706Z] 4ea3b9208105: Preparing [2025-04-11T09:42:16.706Z] 352c51f6c76b: Preparing [2025-04-11T09:42:16.706Z] 041c7b4f7228: Preparing [2025-04-11T09:42:16.706Z] 14e94ce2c89b: Preparing [2025-04-11T09:42:16.706Z] 0fe588b53be6: Preparing [2025-04-11T09:42:16.706Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:16.706Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:16.706Z] 0ea6ea8a4baf: Waiting [2025-04-11T09:42:16.706Z] 4bee34d2ac28: Waiting [2025-04-11T09:42:16.707Z] 4912559647be: Preparing [2025-04-11T09:42:16.707Z] 4912559647be: Waiting [2025-04-11T09:42:16.707Z] 16d7b3ed0320: Preparing [2025-04-11T09:42:16.707Z] ff7a6cd0ec9f: Preparing [2025-04-11T09:42:16.707Z] 16d7b3ed0320: Waiting [2025-04-11T09:42:16.707Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:16.707Z] ff7a6cd0ec9f: Waiting [2025-04-11T09:42:16.707Z] dd9c8f8612c8: Waiting [2025-04-11T09:42:16.707Z] 352c51f6c76b: Layer already exists [2025-04-11T09:42:16.707Z] 0fe588b53be6: Layer already exists [2025-04-11T09:42:16.707Z] 14e94ce2c89b: Layer already exists [2025-04-11T09:42:16.707Z] 041c7b4f7228: Layer already exists [2025-04-11T09:42:16.707Z] 4ea3b9208105: Layer already exists [2025-04-11T09:42:16.707Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:16.707Z] 4912559647be: Layer already exists [2025-04-11T09:42:16.707Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:16.707Z] ff7a6cd0ec9f: Layer already exists [2025-04-11T09:42:16.707Z] 16d7b3ed0320: Layer already exists [2025-04-11T09:42:16.707Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:16.974Z] main: digest: sha256:179ee79e5e9090ed0056b8ea0ff15614b97bec8132b467f0cfce3b8ae1097e58 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-11T09:42:17.064Z] ===================================================== [Pipeline] echo [2025-04-11T09:42:17.074Z] taggedImages: [2025-04-11T09:42:17.074Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:42:17.074Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-04-11T09:42:17.074Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.2 [2025-04-11T09:42:17.074Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:42:17.074Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-04-11T09:42:17.094Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-04-11T09:42:17.094Z] acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:42:17.094Z] latest [2025-04-11T09:42:17.094Z] 4.1.0-dev.2 [2025-04-11T09:42:17.094Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:42:17.094Z] main [2025-04-11T09:42:17.094Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:17.478Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:17.891Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:42:17.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-04-11T09:42:17.891Z] 56c1fac68091: Preparing [2025-04-11T09:42:17.891Z] 3f7872ecbf0b: Preparing [2025-04-11T09:42:17.891Z] 5994b58a7ef5: Preparing [2025-04-11T09:42:17.891Z] c447b13a652d: Preparing [2025-04-11T09:42:17.891Z] 393f5efc08ad: Preparing [2025-04-11T09:42:17.891Z] f473c00a7f89: Preparing [2025-04-11T09:42:17.891Z] 64ff1987402b: Preparing [2025-04-11T09:42:17.891Z] f473c00a7f89: Waiting [2025-04-11T09:42:17.891Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:17.891Z] 64ff1987402b: Waiting [2025-04-11T09:42:17.891Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:17.891Z] 0ea6ea8a4baf: Waiting [2025-04-11T09:42:17.891Z] ff19c86b83a4: Preparing [2025-04-11T09:42:17.891Z] 4bee34d2ac28: Waiting [2025-04-11T09:42:17.891Z] ff19c86b83a4: Waiting [2025-04-11T09:42:17.891Z] df08c7a78daf: Preparing [2025-04-11T09:42:17.891Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:17.891Z] df08c7a78daf: Waiting [2025-04-11T09:42:18.156Z] 56c1fac68091: Pushed [2025-04-11T09:42:18.156Z] 3f7872ecbf0b: Pushed [2025-04-11T09:42:18.156Z] 393f5efc08ad: Pushed [2025-04-11T09:42:18.156Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:18.156Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:18.423Z] f473c00a7f89: Pushed [2025-04-11T09:42:18.423Z] 64ff1987402b: Pushed [2025-04-11T09:42:18.423Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:18.423Z] ff19c86b83a4: Pushed [2025-04-11T09:42:21.029Z] df08c7a78daf: Pushed [2025-04-11T09:42:22.439Z] c447b13a652d: Pushed [2025-04-11T09:42:24.420Z] 5994b58a7ef5: Pushed [2025-04-11T09:42:24.687Z] acd9371b2d4ec601382e9a9bfd258c637bb43487: digest: sha256:4d37d1809c3c1b10852fbf493557cfb89c4c2b1ae413e6e3564d8efeb2dea556 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:25.041Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:25.396Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-04-11T09:42:25.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-04-11T09:42:25.396Z] 56c1fac68091: Preparing [2025-04-11T09:42:25.396Z] 3f7872ecbf0b: Preparing [2025-04-11T09:42:25.396Z] 5994b58a7ef5: Preparing [2025-04-11T09:42:25.396Z] c447b13a652d: Preparing [2025-04-11T09:42:25.396Z] 393f5efc08ad: Preparing [2025-04-11T09:42:25.396Z] f473c00a7f89: Preparing [2025-04-11T09:42:25.396Z] 64ff1987402b: Preparing [2025-04-11T09:42:25.396Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:25.396Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:25.396Z] ff19c86b83a4: Preparing [2025-04-11T09:42:25.396Z] df08c7a78daf: Preparing [2025-04-11T09:42:25.396Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:25.396Z] f473c00a7f89: Waiting [2025-04-11T09:42:25.396Z] 64ff1987402b: Waiting [2025-04-11T09:42:25.396Z] 0ea6ea8a4baf: Waiting [2025-04-11T09:42:25.396Z] 4bee34d2ac28: Waiting [2025-04-11T09:42:25.396Z] ff19c86b83a4: Waiting [2025-04-11T09:42:25.396Z] df08c7a78daf: Waiting [2025-04-11T09:42:25.396Z] dd9c8f8612c8: Waiting [2025-04-11T09:42:25.396Z] 56c1fac68091: Layer already exists [2025-04-11T09:42:25.396Z] 3f7872ecbf0b: Layer already exists [2025-04-11T09:42:25.396Z] 5994b58a7ef5: Layer already exists [2025-04-11T09:42:25.396Z] c447b13a652d: Layer already exists [2025-04-11T09:42:25.396Z] 393f5efc08ad: Layer already exists [2025-04-11T09:42:25.396Z] f473c00a7f89: Layer already exists [2025-04-11T09:42:25.396Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:25.396Z] 64ff1987402b: Layer already exists [2025-04-11T09:42:25.396Z] ff19c86b83a4: Layer already exists [2025-04-11T09:42:25.396Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:25.396Z] df08c7a78daf: Layer already exists [2025-04-11T09:42:25.396Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:25.664Z] latest: digest: sha256:4d37d1809c3c1b10852fbf493557cfb89c4c2b1ae413e6e3564d8efeb2dea556 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:26.029Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:26.389Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.2 [2025-04-11T09:42:26.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-04-11T09:42:26.389Z] 56c1fac68091: Preparing [2025-04-11T09:42:26.389Z] 3f7872ecbf0b: Preparing [2025-04-11T09:42:26.389Z] 5994b58a7ef5: Preparing [2025-04-11T09:42:26.389Z] c447b13a652d: Preparing [2025-04-11T09:42:26.389Z] 393f5efc08ad: Preparing [2025-04-11T09:42:26.389Z] f473c00a7f89: Preparing [2025-04-11T09:42:26.389Z] 64ff1987402b: Preparing [2025-04-11T09:42:26.389Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:26.389Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:26.389Z] ff19c86b83a4: Preparing [2025-04-11T09:42:26.389Z] df08c7a78daf: Preparing [2025-04-11T09:42:26.389Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:26.389Z] 0ea6ea8a4baf: Waiting [2025-04-11T09:42:26.389Z] 4bee34d2ac28: Waiting [2025-04-11T09:42:26.389Z] ff19c86b83a4: Waiting [2025-04-11T09:42:26.389Z] df08c7a78daf: Waiting [2025-04-11T09:42:26.389Z] dd9c8f8612c8: Waiting [2025-04-11T09:42:26.389Z] f473c00a7f89: Waiting [2025-04-11T09:42:26.389Z] 64ff1987402b: Waiting [2025-04-11T09:42:26.389Z] 56c1fac68091: Layer already exists [2025-04-11T09:42:26.389Z] c447b13a652d: Layer already exists [2025-04-11T09:42:26.389Z] 3f7872ecbf0b: Layer already exists [2025-04-11T09:42:26.389Z] 393f5efc08ad: Layer already exists [2025-04-11T09:42:26.389Z] 5994b58a7ef5: Layer already exists [2025-04-11T09:42:26.389Z] f473c00a7f89: Layer already exists [2025-04-11T09:42:26.389Z] 64ff1987402b: Layer already exists [2025-04-11T09:42:26.389Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:26.389Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:26.389Z] ff19c86b83a4: Layer already exists [2025-04-11T09:42:26.389Z] df08c7a78daf: Layer already exists [2025-04-11T09:42:26.389Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:26.656Z] 4.1.0-dev.2: digest: sha256:4d37d1809c3c1b10852fbf493557cfb89c4c2b1ae413e6e3564d8efeb2dea556 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:27.008Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:27.356Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:42:27.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-04-11T09:42:27.356Z] 56c1fac68091: Preparing [2025-04-11T09:42:27.356Z] 3f7872ecbf0b: Preparing [2025-04-11T09:42:27.356Z] 5994b58a7ef5: Preparing [2025-04-11T09:42:27.356Z] c447b13a652d: Preparing [2025-04-11T09:42:27.356Z] 393f5efc08ad: Preparing [2025-04-11T09:42:27.356Z] f473c00a7f89: Preparing [2025-04-11T09:42:27.356Z] 64ff1987402b: Preparing [2025-04-11T09:42:27.356Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:27.356Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:27.356Z] ff19c86b83a4: Preparing [2025-04-11T09:42:27.356Z] df08c7a78daf: Preparing [2025-04-11T09:42:27.356Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:27.356Z] 4bee34d2ac28: Waiting [2025-04-11T09:42:27.356Z] ff19c86b83a4: Waiting [2025-04-11T09:42:27.356Z] df08c7a78daf: Waiting [2025-04-11T09:42:27.356Z] f473c00a7f89: Waiting [2025-04-11T09:42:27.356Z] dd9c8f8612c8: Waiting [2025-04-11T09:42:27.356Z] 64ff1987402b: Waiting [2025-04-11T09:42:27.356Z] 0ea6ea8a4baf: Waiting [2025-04-11T09:42:27.356Z] c447b13a652d: Layer already exists [2025-04-11T09:42:27.356Z] 393f5efc08ad: Layer already exists [2025-04-11T09:42:27.356Z] 56c1fac68091: Layer already exists [2025-04-11T09:42:27.356Z] 5994b58a7ef5: Layer already exists [2025-04-11T09:42:27.356Z] 3f7872ecbf0b: Layer already exists [2025-04-11T09:42:27.356Z] 64ff1987402b: Layer already exists [2025-04-11T09:42:27.356Z] ff19c86b83a4: Layer already exists [2025-04-11T09:42:27.356Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:27.356Z] f473c00a7f89: Layer already exists [2025-04-11T09:42:27.356Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:27.356Z] df08c7a78daf: Layer already exists [2025-04-11T09:42:27.356Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:27.626Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2: digest: sha256:4d37d1809c3c1b10852fbf493557cfb89c4c2b1ae413e6e3564d8efeb2dea556 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:27.978Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:28.321Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-04-11T09:42:28.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-04-11T09:42:28.321Z] 56c1fac68091: Preparing [2025-04-11T09:42:28.321Z] 3f7872ecbf0b: Preparing [2025-04-11T09:42:28.321Z] 5994b58a7ef5: Preparing [2025-04-11T09:42:28.321Z] c447b13a652d: Preparing [2025-04-11T09:42:28.321Z] 393f5efc08ad: Preparing [2025-04-11T09:42:28.321Z] f473c00a7f89: Preparing [2025-04-11T09:42:28.321Z] 64ff1987402b: Preparing [2025-04-11T09:42:28.321Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:28.321Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:28.321Z] ff19c86b83a4: Preparing [2025-04-11T09:42:28.321Z] df08c7a78daf: Preparing [2025-04-11T09:42:28.321Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:28.321Z] f473c00a7f89: Waiting [2025-04-11T09:42:28.321Z] 64ff1987402b: Waiting [2025-04-11T09:42:28.321Z] 4bee34d2ac28: Waiting [2025-04-11T09:42:28.321Z] 0ea6ea8a4baf: Waiting [2025-04-11T09:42:28.321Z] ff19c86b83a4: Waiting [2025-04-11T09:42:28.321Z] dd9c8f8612c8: Waiting [2025-04-11T09:42:28.321Z] df08c7a78daf: Waiting [2025-04-11T09:42:28.321Z] 393f5efc08ad: Layer already exists [2025-04-11T09:42:28.321Z] c447b13a652d: Layer already exists [2025-04-11T09:42:28.321Z] 5994b58a7ef5: Layer already exists [2025-04-11T09:42:28.321Z] 3f7872ecbf0b: Layer already exists [2025-04-11T09:42:28.321Z] 56c1fac68091: Layer already exists [2025-04-11T09:42:28.321Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:28.321Z] ff19c86b83a4: Layer already exists [2025-04-11T09:42:28.321Z] 64ff1987402b: Layer already exists [2025-04-11T09:42:28.321Z] f473c00a7f89: Layer already exists [2025-04-11T09:42:28.321Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:28.321Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:28.321Z] df08c7a78daf: Layer already exists [2025-04-11T09:42:28.583Z] main: digest: sha256:4d37d1809c3c1b10852fbf493557cfb89c4c2b1ae413e6e3564d8efeb2dea556 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-11T09:42:28.644Z] ===================================================== [Pipeline] echo [2025-04-11T09:42:28.663Z] taggedImages: [2025-04-11T09:42:28.663Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:42:28.663Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-04-11T09:42:28.663Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.2 [2025-04-11T09:42:28.663Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:42:28.663Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-04-11T09:42:28.683Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-04-11T09:42:28.683Z] acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:42:28.683Z] latest [2025-04-11T09:42:28.683Z] 4.1.0-dev.2 [2025-04-11T09:42:28.683Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:42:28.683Z] main [2025-04-11T09:42:28.683Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:29.036Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:29.438Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:42:29.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-04-11T09:42:29.438Z] 5dc7fae54b43: Preparing [2025-04-11T09:42:29.438Z] 9704497ea891: Preparing [2025-04-11T09:42:29.438Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:29.438Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:29.438Z] 9717131b8fd8: Preparing [2025-04-11T09:42:29.438Z] 8d45c696239e: Preparing [2025-04-11T09:42:29.438Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:29.438Z] 8d45c696239e: Waiting [2025-04-11T09:42:29.438Z] dd9c8f8612c8: Waiting [2025-04-11T09:42:29.438Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:29.438Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:29.438Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:29.708Z] 9717131b8fd8: Pushed [2025-04-11T09:42:29.708Z] 5dc7fae54b43: Pushed [2025-04-11T09:42:31.660Z] 8d45c696239e: Pushed [2025-04-11T09:42:35.958Z] 9704497ea891: Pushed [2025-04-11T09:42:35.958Z] acd9371b2d4ec601382e9a9bfd258c637bb43487: digest: sha256:5d5833e4b40016cd793b4bfe657692455cbc719d95802116c476ac1d86214040 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:36.630Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:36.996Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-04-11T09:42:36.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-04-11T09:42:36.996Z] 5dc7fae54b43: Preparing [2025-04-11T09:42:36.996Z] 9704497ea891: Preparing [2025-04-11T09:42:36.996Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:36.996Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:36.996Z] 9717131b8fd8: Preparing [2025-04-11T09:42:36.996Z] 8d45c696239e: Preparing [2025-04-11T09:42:36.996Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:36.996Z] 8d45c696239e: Waiting [2025-04-11T09:42:36.996Z] dd9c8f8612c8: Waiting [2025-04-11T09:42:36.996Z] 9717131b8fd8: Layer already exists [2025-04-11T09:42:36.996Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:36.996Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:36.996Z] 5dc7fae54b43: Layer already exists [2025-04-11T09:42:36.996Z] 9704497ea891: Layer already exists [2025-04-11T09:42:36.996Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:36.996Z] 8d45c696239e: Layer already exists [2025-04-11T09:42:36.996Z] latest: digest: sha256:5d5833e4b40016cd793b4bfe657692455cbc719d95802116c476ac1d86214040 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:37.370Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:37.752Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.2 [2025-04-11T09:42:37.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-04-11T09:42:37.752Z] 5dc7fae54b43: Preparing [2025-04-11T09:42:37.752Z] 9704497ea891: Preparing [2025-04-11T09:42:37.752Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:37.752Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:37.752Z] 9717131b8fd8: Preparing [2025-04-11T09:42:37.752Z] 8d45c696239e: Preparing [2025-04-11T09:42:37.752Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:37.752Z] 8d45c696239e: Waiting [2025-04-11T09:42:37.752Z] dd9c8f8612c8: Waiting [2025-04-11T09:42:37.752Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:37.752Z] 9717131b8fd8: Layer already exists [2025-04-11T09:42:37.752Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:37.752Z] 9704497ea891: Layer already exists [2025-04-11T09:42:37.752Z] 5dc7fae54b43: Layer already exists [2025-04-11T09:42:37.752Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:37.752Z] 8d45c696239e: Layer already exists [2025-04-11T09:42:37.752Z] 4.1.0-dev.2: digest: sha256:5d5833e4b40016cd793b4bfe657692455cbc719d95802116c476ac1d86214040 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:38.115Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:38.496Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:42:38.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-04-11T09:42:38.496Z] 5dc7fae54b43: Preparing [2025-04-11T09:42:38.496Z] 9704497ea891: Preparing [2025-04-11T09:42:38.496Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:38.496Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:38.496Z] 9717131b8fd8: Preparing [2025-04-11T09:42:38.496Z] 8d45c696239e: Preparing [2025-04-11T09:42:38.496Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:38.496Z] 8d45c696239e: Waiting [2025-04-11T09:42:38.496Z] dd9c8f8612c8: Waiting [2025-04-11T09:42:38.496Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:38.496Z] 9704497ea891: Layer already exists [2025-04-11T09:42:38.496Z] 5dc7fae54b43: Layer already exists [2025-04-11T09:42:38.496Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:38.496Z] 9717131b8fd8: Layer already exists [2025-04-11T09:42:38.496Z] 8d45c696239e: Layer already exists [2025-04-11T09:42:38.496Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:38.496Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2: digest: sha256:5d5833e4b40016cd793b4bfe657692455cbc719d95802116c476ac1d86214040 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:38.854Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:39.212Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-04-11T09:42:39.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-04-11T09:42:39.212Z] 5dc7fae54b43: Preparing [2025-04-11T09:42:39.212Z] 9704497ea891: Preparing [2025-04-11T09:42:39.212Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:39.212Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:39.212Z] 9717131b8fd8: Preparing [2025-04-11T09:42:39.212Z] 8d45c696239e: Preparing [2025-04-11T09:42:39.212Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:39.212Z] 8d45c696239e: Waiting [2025-04-11T09:42:39.212Z] dd9c8f8612c8: Waiting [2025-04-11T09:42:39.212Z] 9704497ea891: Layer already exists [2025-04-11T09:42:39.212Z] 5dc7fae54b43: Layer already exists [2025-04-11T09:42:39.212Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:39.212Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:39.212Z] 9717131b8fd8: Layer already exists [2025-04-11T09:42:39.212Z] 8d45c696239e: Layer already exists [2025-04-11T09:42:39.212Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:39.212Z] main: digest: sha256:5d5833e4b40016cd793b4bfe657692455cbc719d95802116c476ac1d86214040 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-11T09:42:39.283Z] ===================================================== [Pipeline] echo [2025-04-11T09:42:39.296Z] taggedImages: [2025-04-11T09:42:39.296Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:42:39.296Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-04-11T09:42:39.296Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.2 [2025-04-11T09:42:39.296Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:42:39.296Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-04-11T09:42:39.321Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-04-11T09:42:39.321Z] acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:42:39.321Z] latest [2025-04-11T09:42:39.321Z] 4.1.0-dev.2 [2025-04-11T09:42:39.321Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:42:39.321Z] main [2025-04-11T09:42:39.321Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:39.733Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:42:40.079Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:42:40.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-04-11T09:42:40.079Z] c07e2cb6bedf: Preparing [2025-04-11T09:42:40.079Z] 892b3622639b: Preparing [2025-04-11T09:42:40.079Z] 7de10bfda9ad: Preparing [2025-04-11T09:42:40.079Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:42:40.079Z] 4bee34d2ac28: Preparing [2025-04-11T09:42:40.079Z] b4bebae245f1: Preparing [2025-04-11T09:42:40.079Z] 6cdf7f56a6ae: Preparing [2025-04-11T09:42:40.079Z] 268d038c227f: Preparing [2025-04-11T09:42:40.079Z] 44baa4fd2fa4: Preparing [2025-04-11T09:42:40.079Z] dd9c8f8612c8: Preparing [2025-04-11T09:42:40.079Z] b4bebae245f1: Waiting [2025-04-11T09:42:40.079Z] 6cdf7f56a6ae: Waiting [2025-04-11T09:42:40.079Z] 268d038c227f: Waiting [2025-04-11T09:42:40.079Z] 44baa4fd2fa4: Waiting [2025-04-11T09:42:40.079Z] dd9c8f8612c8: Waiting [2025-04-11T09:42:40.079Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:42:40.079Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:42:40.342Z] 892b3622639b: Pushed [2025-04-11T09:42:40.342Z] 7de10bfda9ad: Pushed [2025-04-11T09:42:40.342Z] c07e2cb6bedf: Pushed [2025-04-11T09:42:40.342Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:42:40.342Z] 268d038c227f: Pushed [2025-04-11T09:42:41.307Z] 44baa4fd2fa4: Pushed [2025-04-11T09:42:51.461Z] 6cdf7f56a6ae: Pushed [2025-04-11T09:43:06.492Z] b4bebae245f1: Pushed [2025-04-11T09:43:06.492Z] acd9371b2d4ec601382e9a9bfd258c637bb43487: digest: sha256:a51e7d8ddeb56f9373ab20cd092d7dd39169c4d3d7a28301a6914fc86d2dc211 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:06.870Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:07.224Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-04-11T09:43:07.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-04-11T09:43:07.224Z] c07e2cb6bedf: Preparing [2025-04-11T09:43:07.224Z] 892b3622639b: Preparing [2025-04-11T09:43:07.224Z] 7de10bfda9ad: Preparing [2025-04-11T09:43:07.224Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:43:07.224Z] 4bee34d2ac28: Preparing [2025-04-11T09:43:07.224Z] b4bebae245f1: Preparing [2025-04-11T09:43:07.224Z] 6cdf7f56a6ae: Preparing [2025-04-11T09:43:07.224Z] 268d038c227f: Preparing [2025-04-11T09:43:07.224Z] 44baa4fd2fa4: Preparing [2025-04-11T09:43:07.224Z] dd9c8f8612c8: Preparing [2025-04-11T09:43:07.224Z] 268d038c227f: Waiting [2025-04-11T09:43:07.224Z] 44baa4fd2fa4: Waiting [2025-04-11T09:43:07.224Z] dd9c8f8612c8: Waiting [2025-04-11T09:43:07.224Z] b4bebae245f1: Waiting [2025-04-11T09:43:07.224Z] 6cdf7f56a6ae: Waiting [2025-04-11T09:43:07.224Z] 7de10bfda9ad: Layer already exists [2025-04-11T09:43:07.224Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:43:07.224Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:43:07.224Z] c07e2cb6bedf: Layer already exists [2025-04-11T09:43:07.224Z] 892b3622639b: Layer already exists [2025-04-11T09:43:07.224Z] 268d038c227f: Layer already exists [2025-04-11T09:43:07.224Z] 6cdf7f56a6ae: Layer already exists [2025-04-11T09:43:07.224Z] b4bebae245f1: Layer already exists [2025-04-11T09:43:07.224Z] 44baa4fd2fa4: Layer already exists [2025-04-11T09:43:07.224Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:43:07.514Z] latest: digest: sha256:a51e7d8ddeb56f9373ab20cd092d7dd39169c4d3d7a28301a6914fc86d2dc211 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:07.860Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:08.200Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.2 [2025-04-11T09:43:08.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-04-11T09:43:08.200Z] c07e2cb6bedf: Preparing [2025-04-11T09:43:08.200Z] 892b3622639b: Preparing [2025-04-11T09:43:08.200Z] 7de10bfda9ad: Preparing [2025-04-11T09:43:08.200Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:43:08.200Z] 4bee34d2ac28: Preparing [2025-04-11T09:43:08.200Z] b4bebae245f1: Preparing [2025-04-11T09:43:08.200Z] 6cdf7f56a6ae: Preparing [2025-04-11T09:43:08.200Z] 268d038c227f: Preparing [2025-04-11T09:43:08.200Z] 44baa4fd2fa4: Preparing [2025-04-11T09:43:08.200Z] dd9c8f8612c8: Preparing [2025-04-11T09:43:08.200Z] 268d038c227f: Waiting [2025-04-11T09:43:08.200Z] 44baa4fd2fa4: Waiting [2025-04-11T09:43:08.200Z] dd9c8f8612c8: Waiting [2025-04-11T09:43:08.200Z] 6cdf7f56a6ae: Waiting [2025-04-11T09:43:08.200Z] 7de10bfda9ad: Layer already exists [2025-04-11T09:43:08.200Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:43:08.200Z] c07e2cb6bedf: Layer already exists [2025-04-11T09:43:08.200Z] 892b3622639b: Layer already exists [2025-04-11T09:43:08.200Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:43:08.200Z] 6cdf7f56a6ae: Layer already exists [2025-04-11T09:43:08.200Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:43:08.200Z] b4bebae245f1: Layer already exists [2025-04-11T09:43:08.200Z] 268d038c227f: Layer already exists [2025-04-11T09:43:08.200Z] 44baa4fd2fa4: Layer already exists [2025-04-11T09:43:08.468Z] 4.1.0-dev.2: digest: sha256:a51e7d8ddeb56f9373ab20cd092d7dd39169c4d3d7a28301a6914fc86d2dc211 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:08.846Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:09.205Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:43:09.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-04-11T09:43:09.205Z] c07e2cb6bedf: Preparing [2025-04-11T09:43:09.205Z] 892b3622639b: Preparing [2025-04-11T09:43:09.205Z] 7de10bfda9ad: Preparing [2025-04-11T09:43:09.205Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:43:09.205Z] 4bee34d2ac28: Preparing [2025-04-11T09:43:09.205Z] b4bebae245f1: Preparing [2025-04-11T09:43:09.205Z] 6cdf7f56a6ae: Preparing [2025-04-11T09:43:09.205Z] 268d038c227f: Preparing [2025-04-11T09:43:09.205Z] 44baa4fd2fa4: Preparing [2025-04-11T09:43:09.205Z] dd9c8f8612c8: Preparing [2025-04-11T09:43:09.205Z] 268d038c227f: Waiting [2025-04-11T09:43:09.205Z] 44baa4fd2fa4: Waiting [2025-04-11T09:43:09.205Z] b4bebae245f1: Waiting [2025-04-11T09:43:09.205Z] 6cdf7f56a6ae: Waiting [2025-04-11T09:43:09.205Z] 7de10bfda9ad: Layer already exists [2025-04-11T09:43:09.205Z] 892b3622639b: Layer already exists [2025-04-11T09:43:09.205Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:43:09.205Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:43:09.205Z] c07e2cb6bedf: Layer already exists [2025-04-11T09:43:09.205Z] 268d038c227f: Layer already exists [2025-04-11T09:43:09.205Z] 6cdf7f56a6ae: Layer already exists [2025-04-11T09:43:09.205Z] 44baa4fd2fa4: Layer already exists [2025-04-11T09:43:09.205Z] b4bebae245f1: Layer already exists [2025-04-11T09:43:09.205Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:43:09.205Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2: digest: sha256:a51e7d8ddeb56f9373ab20cd092d7dd39169c4d3d7a28301a6914fc86d2dc211 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:09.549Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:09.895Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-04-11T09:43:09.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-04-11T09:43:09.895Z] c07e2cb6bedf: Preparing [2025-04-11T09:43:09.895Z] 892b3622639b: Preparing [2025-04-11T09:43:09.895Z] 7de10bfda9ad: Preparing [2025-04-11T09:43:09.895Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:43:09.895Z] 4bee34d2ac28: Preparing [2025-04-11T09:43:09.895Z] b4bebae245f1: Preparing [2025-04-11T09:43:09.895Z] 6cdf7f56a6ae: Preparing [2025-04-11T09:43:09.895Z] 268d038c227f: Preparing [2025-04-11T09:43:09.895Z] 44baa4fd2fa4: Preparing [2025-04-11T09:43:09.895Z] dd9c8f8612c8: Preparing [2025-04-11T09:43:09.895Z] 6cdf7f56a6ae: Waiting [2025-04-11T09:43:09.895Z] 268d038c227f: Waiting [2025-04-11T09:43:09.895Z] 44baa4fd2fa4: Waiting [2025-04-11T09:43:09.895Z] dd9c8f8612c8: Waiting [2025-04-11T09:43:09.895Z] b4bebae245f1: Waiting [2025-04-11T09:43:09.895Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:43:09.895Z] 892b3622639b: Layer already exists [2025-04-11T09:43:09.895Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:43:09.895Z] c07e2cb6bedf: Layer already exists [2025-04-11T09:43:09.895Z] 7de10bfda9ad: Layer already exists [2025-04-11T09:43:09.895Z] b4bebae245f1: Layer already exists [2025-04-11T09:43:09.895Z] 44baa4fd2fa4: Layer already exists [2025-04-11T09:43:09.895Z] 6cdf7f56a6ae: Layer already exists [2025-04-11T09:43:09.895Z] 268d038c227f: Layer already exists [2025-04-11T09:43:09.895Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:43:10.158Z] main: digest: sha256:a51e7d8ddeb56f9373ab20cd092d7dd39169c4d3d7a28301a6914fc86d2dc211 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-11T09:43:10.223Z] ===================================================== [Pipeline] echo [2025-04-11T09:43:10.236Z] taggedImages: [2025-04-11T09:43:10.236Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:43:10.236Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-04-11T09:43:10.236Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.2 [2025-04-11T09:43:10.236Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:43:10.236Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-04-11T09:43:10.264Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-04-11T09:43:10.264Z] acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:43:10.264Z] latest [2025-04-11T09:43:10.264Z] 4.1.0-dev.2 [2025-04-11T09:43:10.264Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:43:10.264Z] main [2025-04-11T09:43:10.264Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:10.627Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:10.976Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:43:10.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-04-11T09:43:10.976Z] 180c45356d66: Preparing [2025-04-11T09:43:10.976Z] 8eccb174c9e2: Preparing [2025-04-11T09:43:10.976Z] b7a507506ffc: Preparing [2025-04-11T09:43:10.976Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:43:10.976Z] 4bee34d2ac28: Preparing [2025-04-11T09:43:10.976Z] b347d98195bd: Preparing [2025-04-11T09:43:10.976Z] b4223a0c7594: Preparing [2025-04-11T09:43:10.976Z] ac29642d835b: Preparing [2025-04-11T09:43:10.976Z] dd9c8f8612c8: Preparing [2025-04-11T09:43:10.976Z] b4223a0c7594: Waiting [2025-04-11T09:43:10.976Z] ac29642d835b: Waiting [2025-04-11T09:43:10.976Z] dd9c8f8612c8: Waiting [2025-04-11T09:43:10.976Z] b347d98195bd: Waiting [2025-04-11T09:43:10.976Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:43:10.976Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:43:11.242Z] 8eccb174c9e2: Pushed [2025-04-11T09:43:11.242Z] b7a507506ffc: Pushed [2025-04-11T09:43:11.242Z] 180c45356d66: Pushed [2025-04-11T09:43:11.242Z] b4223a0c7594: Pushed [2025-04-11T09:43:11.242Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:43:11.831Z] ac29642d835b: Pushed [2025-04-11T09:43:38.815Z] b347d98195bd: Pushed [2025-04-11T09:43:38.815Z] acd9371b2d4ec601382e9a9bfd258c637bb43487: digest: sha256:aa778eca85b2758b42d8d4d5c5c622a52a3ad9bf6a7402c51e21b609e0f92a7a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:39.165Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:39.513Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-04-11T09:43:39.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-04-11T09:43:39.513Z] 180c45356d66: Preparing [2025-04-11T09:43:39.513Z] 8eccb174c9e2: Preparing [2025-04-11T09:43:39.513Z] b7a507506ffc: Preparing [2025-04-11T09:43:39.513Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:43:39.513Z] 4bee34d2ac28: Preparing [2025-04-11T09:43:39.513Z] b347d98195bd: Preparing [2025-04-11T09:43:39.513Z] b4223a0c7594: Preparing [2025-04-11T09:43:39.513Z] ac29642d835b: Preparing [2025-04-11T09:43:39.513Z] dd9c8f8612c8: Preparing [2025-04-11T09:43:39.513Z] b347d98195bd: Waiting [2025-04-11T09:43:39.513Z] b4223a0c7594: Waiting [2025-04-11T09:43:39.513Z] dd9c8f8612c8: Waiting [2025-04-11T09:43:39.513Z] ac29642d835b: Waiting [2025-04-11T09:43:39.513Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:43:39.513Z] 180c45356d66: Layer already exists [2025-04-11T09:43:39.513Z] 8eccb174c9e2: Layer already exists [2025-04-11T09:43:39.513Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:43:39.513Z] b7a507506ffc: Layer already exists [2025-04-11T09:43:39.513Z] b4223a0c7594: Layer already exists [2025-04-11T09:43:39.513Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:43:39.513Z] b347d98195bd: Layer already exists [2025-04-11T09:43:39.513Z] ac29642d835b: Layer already exists [2025-04-11T09:43:39.513Z] latest: digest: sha256:aa778eca85b2758b42d8d4d5c5c622a52a3ad9bf6a7402c51e21b609e0f92a7a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:40.158Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:40.504Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.2 [2025-04-11T09:43:40.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-04-11T09:43:40.504Z] 180c45356d66: Preparing [2025-04-11T09:43:40.504Z] 8eccb174c9e2: Preparing [2025-04-11T09:43:40.504Z] b7a507506ffc: Preparing [2025-04-11T09:43:40.504Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:43:40.504Z] 4bee34d2ac28: Preparing [2025-04-11T09:43:40.504Z] b347d98195bd: Preparing [2025-04-11T09:43:40.504Z] b4223a0c7594: Preparing [2025-04-11T09:43:40.504Z] ac29642d835b: Preparing [2025-04-11T09:43:40.504Z] dd9c8f8612c8: Preparing [2025-04-11T09:43:40.504Z] b347d98195bd: Waiting [2025-04-11T09:43:40.504Z] b4223a0c7594: Waiting [2025-04-11T09:43:40.504Z] ac29642d835b: Waiting [2025-04-11T09:43:40.504Z] dd9c8f8612c8: Waiting [2025-04-11T09:43:40.504Z] 8eccb174c9e2: Layer already exists [2025-04-11T09:43:40.504Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:43:40.504Z] b7a507506ffc: Layer already exists [2025-04-11T09:43:40.504Z] 180c45356d66: Layer already exists [2025-04-11T09:43:40.504Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:43:40.504Z] ac29642d835b: Layer already exists [2025-04-11T09:43:40.504Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:43:40.504Z] b4223a0c7594: Layer already exists [2025-04-11T09:43:40.504Z] b347d98195bd: Layer already exists [2025-04-11T09:43:40.769Z] 4.1.0-dev.2: digest: sha256:aa778eca85b2758b42d8d4d5c5c622a52a3ad9bf6a7402c51e21b609e0f92a7a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:41.124Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:41.501Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:43:41.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-04-11T09:43:41.501Z] 180c45356d66: Preparing [2025-04-11T09:43:41.501Z] 8eccb174c9e2: Preparing [2025-04-11T09:43:41.501Z] b7a507506ffc: Preparing [2025-04-11T09:43:41.501Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:43:41.501Z] 4bee34d2ac28: Preparing [2025-04-11T09:43:41.501Z] b347d98195bd: Preparing [2025-04-11T09:43:41.501Z] b4223a0c7594: Preparing [2025-04-11T09:43:41.501Z] ac29642d835b: Preparing [2025-04-11T09:43:41.501Z] dd9c8f8612c8: Preparing [2025-04-11T09:43:41.501Z] b347d98195bd: Waiting [2025-04-11T09:43:41.501Z] b4223a0c7594: Waiting [2025-04-11T09:43:41.501Z] ac29642d835b: Waiting [2025-04-11T09:43:41.501Z] dd9c8f8612c8: Waiting [2025-04-11T09:43:41.501Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:43:41.501Z] 8eccb174c9e2: Layer already exists [2025-04-11T09:43:41.501Z] 180c45356d66: Layer already exists [2025-04-11T09:43:41.501Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:43:41.501Z] b7a507506ffc: Layer already exists [2025-04-11T09:43:41.501Z] b4223a0c7594: Layer already exists [2025-04-11T09:43:41.501Z] ac29642d835b: Layer already exists [2025-04-11T09:43:41.501Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:43:41.501Z] b347d98195bd: Layer already exists [2025-04-11T09:43:41.770Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2: digest: sha256:aa778eca85b2758b42d8d4d5c5c622a52a3ad9bf6a7402c51e21b609e0f92a7a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:42.126Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:42.478Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-04-11T09:43:42.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-04-11T09:43:42.478Z] 180c45356d66: Preparing [2025-04-11T09:43:42.478Z] 8eccb174c9e2: Preparing [2025-04-11T09:43:42.478Z] b7a507506ffc: Preparing [2025-04-11T09:43:42.478Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:43:42.478Z] 4bee34d2ac28: Preparing [2025-04-11T09:43:42.478Z] b347d98195bd: Preparing [2025-04-11T09:43:42.478Z] b4223a0c7594: Preparing [2025-04-11T09:43:42.478Z] ac29642d835b: Preparing [2025-04-11T09:43:42.478Z] dd9c8f8612c8: Preparing [2025-04-11T09:43:42.478Z] b4223a0c7594: Waiting [2025-04-11T09:43:42.478Z] ac29642d835b: Waiting [2025-04-11T09:43:42.478Z] dd9c8f8612c8: Waiting [2025-04-11T09:43:42.478Z] b347d98195bd: Waiting [2025-04-11T09:43:42.478Z] 180c45356d66: Layer already exists [2025-04-11T09:43:42.478Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:43:42.478Z] b7a507506ffc: Layer already exists [2025-04-11T09:43:42.478Z] 8eccb174c9e2: Layer already exists [2025-04-11T09:43:42.478Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:43:42.478Z] b347d98195bd: Layer already exists [2025-04-11T09:43:42.478Z] b4223a0c7594: Layer already exists [2025-04-11T09:43:42.478Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:43:42.478Z] ac29642d835b: Layer already exists [2025-04-11T09:43:42.478Z] main: digest: sha256:aa778eca85b2758b42d8d4d5c5c622a52a3ad9bf6a7402c51e21b609e0f92a7a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-11T09:43:42.811Z] ===================================================== [Pipeline] echo [2025-04-11T09:43:42.821Z] taggedImages: [2025-04-11T09:43:42.821Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:43:42.821Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-04-11T09:43:42.821Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.2 [2025-04-11T09:43:42.821Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:43:42.821Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-04-11T09:43:42.841Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-04-11T09:43:42.841Z] acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:43:42.841Z] latest [2025-04-11T09:43:42.841Z] 4.1.0-dev.2 [2025-04-11T09:43:42.841Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:43:42.841Z] main [2025-04-11T09:43:42.841Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:43.241Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:43.596Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:43:43.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-04-11T09:43:43.596Z] e64b2edc5447: Preparing [2025-04-11T09:43:43.596Z] 2656561d878c: Preparing [2025-04-11T09:43:43.596Z] 200971338a48: Preparing [2025-04-11T09:43:43.596Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:43:43.596Z] 4bee34d2ac28: Preparing [2025-04-11T09:43:43.596Z] b4bebae245f1: Preparing [2025-04-11T09:43:43.596Z] 268d038c227f: Preparing [2025-04-11T09:43:43.596Z] 44baa4fd2fa4: Preparing [2025-04-11T09:43:43.596Z] dd9c8f8612c8: Preparing [2025-04-11T09:43:43.596Z] b4bebae245f1: Waiting [2025-04-11T09:43:43.596Z] 268d038c227f: Waiting [2025-04-11T09:43:43.596Z] 44baa4fd2fa4: Waiting [2025-04-11T09:43:43.596Z] dd9c8f8612c8: Waiting [2025-04-11T09:43:43.596Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:43:43.596Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:43:43.596Z] b4bebae245f1: Layer already exists [2025-04-11T09:43:43.864Z] 268d038c227f: Layer already exists [2025-04-11T09:43:43.864Z] 44baa4fd2fa4: Layer already exists [2025-04-11T09:43:43.864Z] 200971338a48: Pushed [2025-04-11T09:43:43.864Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:43:43.864Z] 2656561d878c: Pushed [2025-04-11T09:43:43.864Z] e64b2edc5447: Pushed [2025-04-11T09:43:43.864Z] acd9371b2d4ec601382e9a9bfd258c637bb43487: digest: sha256:74a9fd468b2206a264f85a0887b9162cadf391ce0d345ec13726de9d5f37b165 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:44.212Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:44.615Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-04-11T09:43:44.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-04-11T09:43:44.615Z] e64b2edc5447: Preparing [2025-04-11T09:43:44.615Z] 2656561d878c: Preparing [2025-04-11T09:43:44.615Z] 200971338a48: Preparing [2025-04-11T09:43:44.615Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:43:44.615Z] 4bee34d2ac28: Preparing [2025-04-11T09:43:44.615Z] b4bebae245f1: Preparing [2025-04-11T09:43:44.615Z] 268d038c227f: Preparing [2025-04-11T09:43:44.615Z] 44baa4fd2fa4: Preparing [2025-04-11T09:43:44.615Z] dd9c8f8612c8: Preparing [2025-04-11T09:43:44.615Z] 268d038c227f: Waiting [2025-04-11T09:43:44.615Z] 44baa4fd2fa4: Waiting [2025-04-11T09:43:44.615Z] dd9c8f8612c8: Waiting [2025-04-11T09:43:44.615Z] b4bebae245f1: Waiting [2025-04-11T09:43:44.615Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:43:44.615Z] 200971338a48: Layer already exists [2025-04-11T09:43:44.615Z] e64b2edc5447: Layer already exists [2025-04-11T09:43:44.615Z] 2656561d878c: Layer already exists [2025-04-11T09:43:44.615Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:43:44.615Z] b4bebae245f1: Layer already exists [2025-04-11T09:43:44.615Z] 268d038c227f: Layer already exists [2025-04-11T09:43:44.615Z] 44baa4fd2fa4: Layer already exists [2025-04-11T09:43:44.615Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:43:44.877Z] latest: digest: sha256:74a9fd468b2206a264f85a0887b9162cadf391ce0d345ec13726de9d5f37b165 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:45.259Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:45.620Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.2 [2025-04-11T09:43:45.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-04-11T09:43:45.620Z] e64b2edc5447: Preparing [2025-04-11T09:43:45.620Z] 2656561d878c: Preparing [2025-04-11T09:43:45.620Z] 200971338a48: Preparing [2025-04-11T09:43:45.620Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:43:45.620Z] 4bee34d2ac28: Preparing [2025-04-11T09:43:45.620Z] b4bebae245f1: Preparing [2025-04-11T09:43:45.620Z] 268d038c227f: Preparing [2025-04-11T09:43:45.620Z] 44baa4fd2fa4: Preparing [2025-04-11T09:43:45.620Z] dd9c8f8612c8: Preparing [2025-04-11T09:43:45.620Z] b4bebae245f1: Waiting [2025-04-11T09:43:45.620Z] 268d038c227f: Waiting [2025-04-11T09:43:45.620Z] 44baa4fd2fa4: Waiting [2025-04-11T09:43:45.620Z] dd9c8f8612c8: Waiting [2025-04-11T09:43:45.620Z] e64b2edc5447: Layer already exists [2025-04-11T09:43:45.620Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:43:45.620Z] 2656561d878c: Layer already exists [2025-04-11T09:43:45.620Z] 200971338a48: Layer already exists [2025-04-11T09:43:45.620Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:43:45.620Z] 268d038c227f: Layer already exists [2025-04-11T09:43:45.620Z] b4bebae245f1: Layer already exists [2025-04-11T09:43:45.620Z] 44baa4fd2fa4: Layer already exists [2025-04-11T09:43:45.620Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:43:45.620Z] 4.1.0-dev.2: digest: sha256:74a9fd468b2206a264f85a0887b9162cadf391ce0d345ec13726de9d5f37b165 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:45.974Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:46.343Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:43:46.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-04-11T09:43:46.343Z] e64b2edc5447: Preparing [2025-04-11T09:43:46.343Z] 2656561d878c: Preparing [2025-04-11T09:43:46.343Z] 200971338a48: Preparing [2025-04-11T09:43:46.343Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:43:46.343Z] 4bee34d2ac28: Preparing [2025-04-11T09:43:46.343Z] b4bebae245f1: Preparing [2025-04-11T09:43:46.343Z] 268d038c227f: Preparing [2025-04-11T09:43:46.343Z] 44baa4fd2fa4: Preparing [2025-04-11T09:43:46.343Z] dd9c8f8612c8: Preparing [2025-04-11T09:43:46.343Z] 268d038c227f: Waiting [2025-04-11T09:43:46.343Z] 44baa4fd2fa4: Waiting [2025-04-11T09:43:46.343Z] dd9c8f8612c8: Waiting [2025-04-11T09:43:46.343Z] b4bebae245f1: Waiting [2025-04-11T09:43:46.343Z] 200971338a48: Layer already exists [2025-04-11T09:43:46.343Z] e64b2edc5447: Layer already exists [2025-04-11T09:43:46.343Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:43:46.343Z] 2656561d878c: Layer already exists [2025-04-11T09:43:46.343Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:43:46.343Z] 44baa4fd2fa4: Layer already exists [2025-04-11T09:43:46.343Z] b4bebae245f1: Layer already exists [2025-04-11T09:43:46.343Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:43:46.343Z] 268d038c227f: Layer already exists [2025-04-11T09:43:46.610Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2: digest: sha256:74a9fd468b2206a264f85a0887b9162cadf391ce0d345ec13726de9d5f37b165 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:46.954Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:47.306Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-04-11T09:43:47.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-04-11T09:43:47.306Z] e64b2edc5447: Preparing [2025-04-11T09:43:47.306Z] 2656561d878c: Preparing [2025-04-11T09:43:47.306Z] 200971338a48: Preparing [2025-04-11T09:43:47.306Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:43:47.306Z] 4bee34d2ac28: Preparing [2025-04-11T09:43:47.306Z] b4bebae245f1: Preparing [2025-04-11T09:43:47.306Z] 268d038c227f: Preparing [2025-04-11T09:43:47.306Z] 44baa4fd2fa4: Preparing [2025-04-11T09:43:47.306Z] dd9c8f8612c8: Preparing [2025-04-11T09:43:47.306Z] 44baa4fd2fa4: Waiting [2025-04-11T09:43:47.306Z] b4bebae245f1: Waiting [2025-04-11T09:43:47.306Z] dd9c8f8612c8: Waiting [2025-04-11T09:43:47.306Z] 268d038c227f: Waiting [2025-04-11T09:43:47.306Z] 2656561d878c: Layer already exists [2025-04-11T09:43:47.306Z] 200971338a48: Layer already exists [2025-04-11T09:43:47.306Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:43:47.306Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:43:47.306Z] e64b2edc5447: Layer already exists [2025-04-11T09:43:47.306Z] b4bebae245f1: Layer already exists [2025-04-11T09:43:47.306Z] 44baa4fd2fa4: Layer already exists [2025-04-11T09:43:47.306Z] 268d038c227f: Layer already exists [2025-04-11T09:43:47.306Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:43:47.573Z] main: digest: sha256:74a9fd468b2206a264f85a0887b9162cadf391ce0d345ec13726de9d5f37b165 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-11T09:43:47.650Z] ===================================================== [Pipeline] echo [2025-04-11T09:43:47.681Z] taggedImages: [2025-04-11T09:43:47.681Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:43:47.681Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-04-11T09:43:47.681Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.2 [2025-04-11T09:43:47.681Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:43:47.681Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-04-11T09:43:47.701Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-04-11T09:43:47.701Z] acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:43:47.701Z] latest [2025-04-11T09:43:47.701Z] 4.1.0-dev.2 [2025-04-11T09:43:47.701Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:43:47.701Z] main [2025-04-11T09:43:47.701Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:48.100Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:48.476Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:43:48.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-04-11T09:43:48.476Z] 7e7aad43fd89: Preparing [2025-04-11T09:43:48.476Z] b06413737941: Preparing [2025-04-11T09:43:48.476Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:43:48.476Z] 4bee34d2ac28: Preparing [2025-04-11T09:43:48.476Z] 7dda071944a8: Preparing [2025-04-11T09:43:48.476Z] 82c92a06a2bd: Preparing [2025-04-11T09:43:48.476Z] dd9c8f8612c8: Preparing [2025-04-11T09:43:48.476Z] 82c92a06a2bd: Waiting [2025-04-11T09:43:48.476Z] dd9c8f8612c8: Waiting [2025-04-11T09:43:48.476Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:43:48.476Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:43:48.750Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:43:48.750Z] 7dda071944a8: Pushed [2025-04-11T09:43:48.750Z] 7e7aad43fd89: Pushed [2025-04-11T09:43:49.720Z] 82c92a06a2bd: Pushed [2025-04-11T09:43:57.946Z] b06413737941: Pushed [2025-04-11T09:43:57.947Z] acd9371b2d4ec601382e9a9bfd258c637bb43487: digest: sha256:b01285a6bb6e4be1b1a86da00002401ba3f64d3ecc0e3163d4c345c79c8b7cf9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:58.295Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:58.644Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-04-11T09:43:58.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-04-11T09:43:58.644Z] 7e7aad43fd89: Preparing [2025-04-11T09:43:58.644Z] b06413737941: Preparing [2025-04-11T09:43:58.644Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:43:58.644Z] 4bee34d2ac28: Preparing [2025-04-11T09:43:58.644Z] 7dda071944a8: Preparing [2025-04-11T09:43:58.644Z] 82c92a06a2bd: Preparing [2025-04-11T09:43:58.644Z] dd9c8f8612c8: Preparing [2025-04-11T09:43:58.644Z] 82c92a06a2bd: Waiting [2025-04-11T09:43:58.644Z] dd9c8f8612c8: Waiting [2025-04-11T09:43:58.644Z] b06413737941: Layer already exists [2025-04-11T09:43:58.644Z] 7e7aad43fd89: Layer already exists [2025-04-11T09:43:58.644Z] 7dda071944a8: Layer already exists [2025-04-11T09:43:58.644Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:43:58.644Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:43:58.644Z] 82c92a06a2bd: Layer already exists [2025-04-11T09:43:58.644Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:43:58.644Z] latest: digest: sha256:b01285a6bb6e4be1b1a86da00002401ba3f64d3ecc0e3163d4c345c79c8b7cf9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:59.279Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:43:59.635Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.2 [2025-04-11T09:43:59.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-04-11T09:43:59.635Z] 7e7aad43fd89: Preparing [2025-04-11T09:43:59.635Z] b06413737941: Preparing [2025-04-11T09:43:59.635Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:43:59.635Z] 4bee34d2ac28: Preparing [2025-04-11T09:43:59.635Z] 7dda071944a8: Preparing [2025-04-11T09:43:59.635Z] 82c92a06a2bd: Preparing [2025-04-11T09:43:59.635Z] dd9c8f8612c8: Preparing [2025-04-11T09:43:59.635Z] 82c92a06a2bd: Waiting [2025-04-11T09:43:59.635Z] dd9c8f8612c8: Waiting [2025-04-11T09:43:59.635Z] 7e7aad43fd89: Layer already exists [2025-04-11T09:43:59.635Z] b06413737941: Layer already exists [2025-04-11T09:43:59.635Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:43:59.635Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:43:59.635Z] 7dda071944a8: Layer already exists [2025-04-11T09:43:59.635Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:43:59.635Z] 82c92a06a2bd: Layer already exists [2025-04-11T09:43:59.635Z] 4.1.0-dev.2: digest: sha256:b01285a6bb6e4be1b1a86da00002401ba3f64d3ecc0e3163d4c345c79c8b7cf9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:44:00.250Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:44:00.586Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:44:00.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-04-11T09:44:00.586Z] 7e7aad43fd89: Preparing [2025-04-11T09:44:00.586Z] b06413737941: Preparing [2025-04-11T09:44:00.586Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:44:00.586Z] 4bee34d2ac28: Preparing [2025-04-11T09:44:00.586Z] 7dda071944a8: Preparing [2025-04-11T09:44:00.586Z] 82c92a06a2bd: Preparing [2025-04-11T09:44:00.586Z] dd9c8f8612c8: Preparing [2025-04-11T09:44:00.586Z] 82c92a06a2bd: Waiting [2025-04-11T09:44:00.586Z] dd9c8f8612c8: Waiting [2025-04-11T09:44:00.586Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:44:00.586Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:44:00.586Z] 7dda071944a8: Layer already exists [2025-04-11T09:44:00.586Z] 7e7aad43fd89: Layer already exists [2025-04-11T09:44:00.586Z] b06413737941: Layer already exists [2025-04-11T09:44:00.586Z] 82c92a06a2bd: Layer already exists [2025-04-11T09:44:00.586Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:44:00.586Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2: digest: sha256:b01285a6bb6e4be1b1a86da00002401ba3f64d3ecc0e3163d4c345c79c8b7cf9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:44:01.212Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:44:01.557Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-04-11T09:44:01.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-04-11T09:44:01.557Z] 7e7aad43fd89: Preparing [2025-04-11T09:44:01.557Z] b06413737941: Preparing [2025-04-11T09:44:01.557Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:44:01.557Z] 4bee34d2ac28: Preparing [2025-04-11T09:44:01.557Z] 7dda071944a8: Preparing [2025-04-11T09:44:01.557Z] 82c92a06a2bd: Preparing [2025-04-11T09:44:01.557Z] dd9c8f8612c8: Preparing [2025-04-11T09:44:01.557Z] 82c92a06a2bd: Waiting [2025-04-11T09:44:01.557Z] dd9c8f8612c8: Waiting [2025-04-11T09:44:01.557Z] b06413737941: Layer already exists [2025-04-11T09:44:01.557Z] 7e7aad43fd89: Layer already exists [2025-04-11T09:44:01.557Z] 7dda071944a8: Layer already exists [2025-04-11T09:44:01.557Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:44:01.557Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:44:01.557Z] 82c92a06a2bd: Layer already exists [2025-04-11T09:44:01.557Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:44:01.557Z] main: digest: sha256:b01285a6bb6e4be1b1a86da00002401ba3f64d3ecc0e3163d4c345c79c8b7cf9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-11T09:44:01.900Z] ===================================================== [Pipeline] echo [2025-04-11T09:44:01.913Z] taggedImages: [2025-04-11T09:44:01.913Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:44:01.913Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-04-11T09:44:01.913Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.2 [2025-04-11T09:44:01.913Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:44:01.913Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-04-11T09:44:01.935Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-04-11T09:44:01.935Z] acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:44:01.935Z] latest [2025-04-11T09:44:01.935Z] 4.1.0-dev.2 [2025-04-11T09:44:01.935Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:44:01.935Z] main [2025-04-11T09:44:01.935Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:44:02.330Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:44:02.741Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:44:02.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-04-11T09:44:02.742Z] 1a3f24b9ab28: Preparing [2025-04-11T09:44:02.742Z] 456578bd1ca0: Preparing [2025-04-11T09:44:02.742Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:44:02.742Z] 4bee34d2ac28: Preparing [2025-04-11T09:44:02.742Z] 2a2bccefd988: Preparing [2025-04-11T09:44:02.742Z] 1ee4bad928f0: Preparing [2025-04-11T09:44:02.742Z] dd9c8f8612c8: Preparing [2025-04-11T09:44:02.742Z] 1ee4bad928f0: Waiting [2025-04-11T09:44:02.742Z] dd9c8f8612c8: Waiting [2025-04-11T09:44:03.328Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:44:03.328Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:44:03.328Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:44:03.328Z] 2a2bccefd988: Pushed [2025-04-11T09:44:03.328Z] 1a3f24b9ab28: Pushed [2025-04-11T09:44:03.914Z] 1ee4bad928f0: Pushed [2025-04-11T09:44:12.157Z] 456578bd1ca0: Pushed [2025-04-11T09:44:12.157Z] acd9371b2d4ec601382e9a9bfd258c637bb43487: digest: sha256:bcee24d79b960d126ea3c5375cddded512a3f78220b8a22cbf0654137323add5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:44:12.529Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:44:12.898Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-04-11T09:44:12.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-04-11T09:44:12.898Z] 1a3f24b9ab28: Preparing [2025-04-11T09:44:12.898Z] 456578bd1ca0: Preparing [2025-04-11T09:44:12.898Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:44:12.898Z] 4bee34d2ac28: Preparing [2025-04-11T09:44:12.898Z] 2a2bccefd988: Preparing [2025-04-11T09:44:12.898Z] 1ee4bad928f0: Preparing [2025-04-11T09:44:12.898Z] dd9c8f8612c8: Preparing [2025-04-11T09:44:12.898Z] 1ee4bad928f0: Waiting [2025-04-11T09:44:12.898Z] dd9c8f8612c8: Waiting [2025-04-11T09:44:12.898Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:44:12.898Z] 456578bd1ca0: Layer already exists [2025-04-11T09:44:12.898Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:44:12.898Z] 1a3f24b9ab28: Layer already exists [2025-04-11T09:44:12.898Z] 2a2bccefd988: Layer already exists [2025-04-11T09:44:12.898Z] 1ee4bad928f0: Layer already exists [2025-04-11T09:44:12.898Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:44:12.898Z] latest: digest: sha256:bcee24d79b960d126ea3c5375cddded512a3f78220b8a22cbf0654137323add5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:44:13.536Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:44:13.946Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.2 [2025-04-11T09:44:13.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-04-11T09:44:13.946Z] 1a3f24b9ab28: Preparing [2025-04-11T09:44:13.946Z] 456578bd1ca0: Preparing [2025-04-11T09:44:13.946Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:44:13.946Z] 4bee34d2ac28: Preparing [2025-04-11T09:44:13.946Z] 2a2bccefd988: Preparing [2025-04-11T09:44:13.946Z] 1ee4bad928f0: Preparing [2025-04-11T09:44:13.946Z] dd9c8f8612c8: Preparing [2025-04-11T09:44:13.946Z] 1ee4bad928f0: Waiting [2025-04-11T09:44:13.946Z] dd9c8f8612c8: Waiting [2025-04-11T09:44:13.946Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:44:13.946Z] 2a2bccefd988: Layer already exists [2025-04-11T09:44:13.946Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:44:13.946Z] 1a3f24b9ab28: Layer already exists [2025-04-11T09:44:13.946Z] 456578bd1ca0: Layer already exists [2025-04-11T09:44:13.946Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:44:13.946Z] 1ee4bad928f0: Layer already exists [2025-04-11T09:44:13.946Z] 4.1.0-dev.2: digest: sha256:bcee24d79b960d126ea3c5375cddded512a3f78220b8a22cbf0654137323add5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:44:14.314Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:44:14.664Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:44:14.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-04-11T09:44:14.664Z] 1a3f24b9ab28: Preparing [2025-04-11T09:44:14.664Z] 456578bd1ca0: Preparing [2025-04-11T09:44:14.664Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:44:14.664Z] 4bee34d2ac28: Preparing [2025-04-11T09:44:14.664Z] 2a2bccefd988: Preparing [2025-04-11T09:44:14.664Z] 1ee4bad928f0: Preparing [2025-04-11T09:44:14.664Z] dd9c8f8612c8: Preparing [2025-04-11T09:44:14.664Z] 1ee4bad928f0: Waiting [2025-04-11T09:44:14.664Z] dd9c8f8612c8: Waiting [2025-04-11T09:44:14.664Z] 1a3f24b9ab28: Layer already exists [2025-04-11T09:44:14.664Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:44:14.664Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:44:14.664Z] 2a2bccefd988: Layer already exists [2025-04-11T09:44:14.664Z] 456578bd1ca0: Layer already exists [2025-04-11T09:44:14.664Z] 1ee4bad928f0: Layer already exists [2025-04-11T09:44:14.664Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:44:14.664Z] acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2: digest: sha256:bcee24d79b960d126ea3c5375cddded512a3f78220b8a22cbf0654137323add5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:44:15.009Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:44:15.355Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-04-11T09:44:15.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-04-11T09:44:15.356Z] 1a3f24b9ab28: Preparing [2025-04-11T09:44:15.356Z] 456578bd1ca0: Preparing [2025-04-11T09:44:15.356Z] 0ea6ea8a4baf: Preparing [2025-04-11T09:44:15.356Z] 4bee34d2ac28: Preparing [2025-04-11T09:44:15.356Z] 2a2bccefd988: Preparing [2025-04-11T09:44:15.356Z] 1ee4bad928f0: Preparing [2025-04-11T09:44:15.356Z] dd9c8f8612c8: Preparing [2025-04-11T09:44:15.356Z] 1ee4bad928f0: Waiting [2025-04-11T09:44:15.356Z] dd9c8f8612c8: Waiting [2025-04-11T09:44:15.356Z] 0ea6ea8a4baf: Layer already exists [2025-04-11T09:44:15.356Z] 2a2bccefd988: Layer already exists [2025-04-11T09:44:15.356Z] 4bee34d2ac28: Layer already exists [2025-04-11T09:44:15.356Z] 1a3f24b9ab28: Layer already exists [2025-04-11T09:44:15.356Z] 456578bd1ca0: Layer already exists [2025-04-11T09:44:15.356Z] 1ee4bad928f0: Layer already exists [2025-04-11T09:44:15.356Z] dd9c8f8612c8: Layer already exists [2025-04-11T09:44:15.356Z] main: digest: sha256:bcee24d79b960d126ea3c5375cddded512a3f78220b8a22cbf0654137323add5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-11T09:44:15.695Z] ===================================================== [Pipeline] echo [2025-04-11T09:44:15.707Z] taggedImages: [2025-04-11T09:44:15.707Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [2025-04-11T09:44:15.707Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-04-11T09:44:15.707Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.2 [2025-04-11T09:44:15.707Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [2025-04-11T09:44:15.707Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-04-11T09:44:15.718Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] echo [2025-04-11T09:44:15.726Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-04-11T09:44:15.735Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:15.745Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:15.755Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-04-11T09:44:15.764Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] echo [2025-04-11T09:44:15.775Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-04-11T09:44:15.785Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:15.796Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:15.808Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-04-11T09:44:15.818Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] echo [2025-04-11T09:44:15.828Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-04-11T09:44:15.838Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:15.854Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:15.865Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-04-11T09:44:15.878Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] echo [2025-04-11T09:44:15.889Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-04-11T09:44:15.900Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:15.910Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:15.922Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-04-11T09:44:15.932Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] echo [2025-04-11T09:44:15.942Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-04-11T09:44:15.952Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:15.963Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:15.972Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-04-11T09:44:15.987Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] echo [2025-04-11T09:44:16.000Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-04-11T09:44:16.011Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.024Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.034Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-04-11T09:44:16.050Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] echo [2025-04-11T09:44:16.058Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-04-11T09:44:16.067Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.087Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.099Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-04-11T09:44:16.110Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] echo [2025-04-11T09:44:16.120Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-04-11T09:44:16.130Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.140Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.151Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-04-11T09:44:16.164Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] echo [2025-04-11T09:44:16.177Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-04-11T09:44:16.188Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.198Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.208Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-04-11T09:44:16.218Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] echo [2025-04-11T09:44:16.227Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-04-11T09:44:16.242Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.251Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.266Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-04-11T09:44:16.280Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] echo [2025-04-11T09:44:16.289Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-04-11T09:44:16.298Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.308Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.317Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-04-11T09:44:16.328Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] echo [2025-04-11T09:44:16.340Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-04-11T09:44:16.350Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.358Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.366Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-04-11T09:44:16.382Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] echo [2025-04-11T09:44:16.392Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-04-11T09:44:16.406Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.426Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.444Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-04-11T09:44:16.456Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] echo [2025-04-11T09:44:16.465Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-04-11T09:44:16.474Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.483Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.492Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-04-11T09:44:16.500Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487 [Pipeline] echo [2025-04-11T09:44:16.518Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-04-11T09:44:16.537Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.558Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:acd9371b2d4ec601382e9a9bfd258c637bb43487-4.1.0-dev.2 [Pipeline] echo [2025-04-11T09:44:16.568Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:44:16.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-04-11T09:44:16.952Z] [2025-04-11T09:44:16.952Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:44:17.282Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-04-11T09:44:17.283Z] arm64: Pulling from edgex-lftools-log-publisher [2025-04-11T09:44:17.283Z] 8998bd30e6a1: Pulling fs layer [2025-04-11T09:44:17.283Z] 04944245beec: Pulling fs layer [2025-04-11T09:44:17.283Z] 699f458cf7ca: Pulling fs layer [2025-04-11T09:44:17.283Z] 765212b225bb: Pulling fs layer [2025-04-11T09:44:17.283Z] f23df028b6ca: Pulling fs layer [2025-04-11T09:44:17.283Z] d65c8cfc05b1: Pulling fs layer [2025-04-11T09:44:17.283Z] 2437ff75d9bd: Pulling fs layer [2025-04-11T09:44:17.283Z] 765212b225bb: Waiting [2025-04-11T09:44:17.283Z] f23df028b6ca: Waiting [2025-04-11T09:44:17.283Z] d65c8cfc05b1: Waiting [2025-04-11T09:44:17.283Z] 2437ff75d9bd: Waiting [2025-04-11T09:44:17.552Z] 04944245beec: Verifying Checksum [2025-04-11T09:44:17.552Z] 04944245beec: Download complete [2025-04-11T09:44:17.552Z] 765212b225bb: Download complete [2025-04-11T09:44:17.552Z] f23df028b6ca: Verifying Checksum [2025-04-11T09:44:17.552Z] f23df028b6ca: Download complete [2025-04-11T09:44:17.552Z] d65c8cfc05b1: Verifying Checksum [2025-04-11T09:44:17.552Z] d65c8cfc05b1: Download complete [2025-04-11T09:44:17.823Z] 699f458cf7ca: Verifying Checksum [2025-04-11T09:44:17.823Z] 699f458cf7ca: Download complete [2025-04-11T09:44:18.086Z] 8998bd30e6a1: Verifying Checksum [2025-04-11T09:44:18.086Z] 8998bd30e6a1: Download complete [2025-04-11T09:44:20.680Z] 2437ff75d9bd: Verifying Checksum [2025-04-11T09:44:20.680Z] 2437ff75d9bd: Download complete [2025-04-11T09:44:22.662Z] 8998bd30e6a1: Pull complete [2025-04-11T09:44:23.247Z] 04944245beec: Pull complete [2025-04-11T09:44:24.662Z] 699f458cf7ca: Pull complete [2025-04-11T09:44:24.933Z] 765212b225bb: Pull complete [2025-04-11T09:44:25.519Z] f23df028b6ca: Pull complete [2025-04-11T09:44:25.789Z] d65c8cfc05b1: Pull complete [2025-04-11T09:44:44.054Z] 2437ff75d9bd: Pull complete [2025-04-11T09:44:44.054Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-04-11T09:44:44.054Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-04-11T09:44:44.054Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-11T09:44:44.265Z] prd-ubuntu20.04-docker-arm64-4c-16g-44769 does not seem to be running inside a container [2025-04-11T09:44:44.331Z] $ 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/826 -v /w/workspace/edgex-go/826:/w/workspace/edgex-go/826:rw,z -v /w/workspace/edgex-go/826@tmp:/w/workspace/edgex-go/826@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-04-11T09:44:47.142Z] $ docker top 76594f04395fc9ef4866d9acc5fc8f39f46afa1977d460bcb1470f9be12e6ba7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-11T09:44:48.182Z] ---> job-cost.sh [2025-04-11T09:44:48.182Z] lf-activate-venv: SKIPPING [2025-04-11T09:44:48.182Z] INFO: No Stack... [2025-04-11T09:44:48.450Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-04-11T09:44:49.465Z] INFO: Archiving Costs [Pipeline] sh [2025-04-11T09:44:50.147Z] + cut -d, -f6 [2025-04-11T09:44:50.147Z] + cat /w/workspace/edgex-go/826/archives/cost.csv [Pipeline] lock [2025-04-11T09:44:50.195Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-826-stack-cost] [2025-04-11T09:44:50.210Z] Resource [jenkins-edgexfoundry-edgex-go-main-826-stack-cost] did not exist. Created. [2025-04-11T09:44:50.219Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-826-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-04-11T09:44:50.573Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-04-11T09:44:51.264Z] Stashed 1 file(s) [Pipeline] } [2025-04-11T09:44:51.275Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-826-stack-cost] [Pipeline] // lock [Pipeline] } [2025-04-11T09:44:51.287Z] $ docker stop --time=1 76594f04395fc9ef4866d9acc5fc8f39f46afa1977d460bcb1470f9be12e6ba7 [2025-04-11T09:44:52.847Z] $ docker rm -f --volumes 76594f04395fc9ef4866d9acc5fc8f39f46afa1977d460bcb1470f9be12e6ba7 [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-04-11T09:44:54.127Z] + [ -d /w/workspace/edgex-go/826/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-04-11T09:44:54.419Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-11T09:44:55.345Z] ---> package-listing.sh [2025-04-11T09:44:55.345Z] ++ tr '[:upper:]' '[:lower:]' [2025-04-11T09:44:55.345Z] ++ facter osfamily [2025-04-11T09:44:55.345Z] + OS_FAMILY=debian [2025-04-11T09:44:55.345Z] + workspace=/w/workspace/edgex-go/826 [2025-04-11T09:44:55.345Z] + START_PACKAGES=/tmp/packages_start.txt [2025-04-11T09:44:55.345Z] + END_PACKAGES=/tmp/packages_end.txt [2025-04-11T09:44:55.345Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-04-11T09:44:55.345Z] + PACKAGES=/tmp/packages_start.txt [2025-04-11T09:44:55.345Z] + '[' /w/workspace/edgex-go/826 ']' [2025-04-11T09:44:55.345Z] + PACKAGES=/tmp/packages_end.txt [2025-04-11T09:44:55.345Z] + case "${OS_FAMILY}" in [2025-04-11T09:44:55.618Z] + dpkg -l [2025-04-11T09:44:55.618Z] + grep '^ii' [2025-04-11T09:44:55.618Z] + '[' -f /tmp/packages_start.txt ']' [2025-04-11T09:44:55.618Z] + '[' -f /tmp/packages_end.txt ']' [2025-04-11T09:44:55.618Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-04-11T09:44:55.618Z] + '[' /w/workspace/edgex-go/826 ']' [2025-04-11T09:44:55.618Z] + mkdir -p /w/workspace/edgex-go/826/archives/ [2025-04-11T09:44:55.618Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/826/archives/ [Pipeline] echo [2025-04-11T09:44:55.632Z] 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/826/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-04-11T09:44:55.923Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:44:56.231Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-11T09:44:56.231Z] [2025-04-11T09:44:56.231Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-11T09:44:56.533Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-11T09:44:56.533Z] latest: Pulling from edgex-lftools-log-publisher [2025-04-11T09:44:56.533Z] 5eb5b503b376: Pulling fs layer [2025-04-11T09:44:56.533Z] 5c69ac0246d0: Pulling fs layer [2025-04-11T09:44:56.533Z] ec43610c2a17: Pulling fs layer [2025-04-11T09:44:56.533Z] 3a2ae6a8a46f: Pulling fs layer [2025-04-11T09:44:56.533Z] 33b1e0a273af: Pulling fs layer [2025-04-11T09:44:56.533Z] 5d3b04190fa2: Pulling fs layer [2025-04-11T09:44:56.533Z] 2f39f015ded8: Pulling fs layer [2025-04-11T09:44:56.533Z] 33b1e0a273af: Waiting [2025-04-11T09:44:56.533Z] 5d3b04190fa2: Waiting [2025-04-11T09:44:56.533Z] 3a2ae6a8a46f: Waiting [2025-04-11T09:44:56.533Z] 5c69ac0246d0: Verifying Checksum [2025-04-11T09:44:56.533Z] 5c69ac0246d0: Download complete [2025-04-11T09:44:56.533Z] 3a2ae6a8a46f: Download complete [2025-04-11T09:44:56.533Z] ec43610c2a17: Verifying Checksum [2025-04-11T09:44:56.533Z] ec43610c2a17: Download complete [2025-04-11T09:44:56.533Z] 33b1e0a273af: Verifying Checksum [2025-04-11T09:44:56.533Z] 33b1e0a273af: Download complete [2025-04-11T09:44:56.533Z] 5d3b04190fa2: Verifying Checksum [2025-04-11T09:44:56.533Z] 5d3b04190fa2: Download complete [2025-04-11T09:44:56.792Z] 5eb5b503b376: Verifying Checksum [2025-04-11T09:44:56.792Z] 5eb5b503b376: Download complete [2025-04-11T09:44:57.368Z] 2f39f015ded8: Download complete [2025-04-11T09:44:57.947Z] 5eb5b503b376: Pull complete [2025-04-11T09:44:58.206Z] 5c69ac0246d0: Pull complete [2025-04-11T09:44:58.466Z] ec43610c2a17: Pull complete [2025-04-11T09:44:58.727Z] 3a2ae6a8a46f: Pull complete [2025-04-11T09:44:58.727Z] 33b1e0a273af: Pull complete [2025-04-11T09:44:58.727Z] 5d3b04190fa2: Pull complete [2025-04-11T09:45:02.989Z] 2f39f015ded8: Pull complete [2025-04-11T09:45:02.989Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-04-11T09:45:02.989Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-11T09:45:02.989Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-11T09:45:03.109Z] prd-ubuntu20.04-docker-8c-8g-44768 does not seem to be running inside a container [2025-04-11T09:45:03.155Z] $ 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/826/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/826 -v /w/workspace/edgex-go/826:/w/workspace/edgex-go/826:rw,z -v /w/workspace/edgex-go/826@tmp:/w/workspace/edgex-go/826@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-04-11T09:45:04.166Z] $ docker top 85d110790761f91cd66658e4c37268580bd1cdc47072274cf04f8720bbd5d22e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-11T09:45:04.525Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-04-11T09:45:04.807Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-04-11T09:45:05.113Z] + ls /var/log/sa-host [2025-04-11T09:45:05.113Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-11T09:45:05.268Z] provisioning config files... [2025-04-11T09:45:05.276Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/826@tmp/config9659346744970772746tmp [Pipeline] { [Pipeline] echo [2025-04-11T09:45:05.296Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-11T09:45:05.590Z] ---> create-netrc.sh [Pipeline] } [2025-04-11T09:45:05.611Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-04-11T09:45:05.960Z] ---> python-tools-install.sh [Pipeline] echo [2025-04-11T09:45:05.974Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-11T09:45:06.271Z] ---> sudo-logs.sh [2025-04-11T09:45:06.271Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-04-11T09:45:06.330Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-11T09:45:06.611Z] ---> job-cost.sh [2025-04-11T09:45:06.611Z] lf-activate-venv: SKIPPING [2025-04-11T09:45:06.611Z] DEBUG: total: 0.10999999940395355 [2025-04-11T09:45:06.611Z] INFO: Retrieving Stack Cost... [2025-04-11T09:45:06.879Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-04-11T09:45:07.152Z] INFO: Archiving Costs [Pipeline] echo [2025-04-11T09:45:07.163Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-11T09:45:07.461Z] ---> logs-deploy.sh [2025-04-11T09:45:07.461Z] lf-activate-venv: SKIPPING [2025-04-11T09:45:07.461Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/826 [2025-04-11T09:45:07.461Z] INFO: archiving workspace using pattern(s): [2025-04-11T09:45:08.421Z] Archives upload complete. [2025-04-11T09:45:08.421Z] INFO: archiving logs to Nexus