Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2bc02a84879f55b836f611a8f3382b8c64ba4da9 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-ssh13375590661208405508.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-ssh6334955590851173602.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-ssh12479801221529508271.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-ssh1263088988000500871.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-ssh9628759229539612805.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-966 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/835 [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/835 # 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 2bc02a84879f55b836f611a8f3382b8c64ba4da9 (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 2bc02a84879f55b836f611a8f3382b8c64ba4da9 # timeout=10 Commit message: "Merge pull request #5143 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.38.0" > git rev-list --no-walk ce221fc3ce0be03c72782f13a440b3dfd48e2e98 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-05-05T23:09:22.212Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-05-05T23:09:22.286Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-05-05T23:09:22.315Z] ========================================================= [2025-05-05T23:09:22.315Z] EdgeX Global Pipelines Version Info [2025-05-05T23:09:22.315Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-05-05T23:09:23.436Z] ------------------- [2025-05-05T23:09:23.436Z] stable info: [2025-05-05T23:09:23.436Z] ------------------- [2025-05-05T23:09:23.436Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-05-05T23:09:23.436Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-05-05T23:09:23.436Z] Message: update stable to v1.0.274 [2025-05-05T23:09:23.696Z] ------------------- [2025-05-05T23:09:23.696Z] experimental info: [2025-05-05T23:09:23.696Z] ------------------- [2025-05-05T23:09:23.696Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-05-05T23:09:23.696Z] Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 [2025-05-05T23:09:23.696Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-05-05T23:09:23.773Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-05-05T23:09:23.792Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-05-05T23:09:23.813Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-05-05T23:09:23.834Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-05-05T23:09:23.857Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-05-05T23:09:23.878Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-05-05T23:09:23.903Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-05-05T23:09:23.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-05-05T23:09:23.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-05-05T23:09:23.969Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-05-05T23:09:23.990Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-05-05T23:09:24.015Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-05-05T23:09:24.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-05-05T23:09:24.061Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-05-05T23:09:24.086Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-05-05T23:09:24.108Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-05-05T23:09:24.132Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-05-05T23:09:24.165Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-05-05T23:09:24.193Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-05-05T23:09:24.219Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-05-05T23:09:24.245Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-05-05T23:09:24.266Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-05-05T23:09:24.286Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-05-05T23:09:24.308Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-05-05T23:09:24.335Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-05-05T23:09:24.360Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-05-05T23:09:24.392Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo [2025-05-05T23:09:24.421Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2bc02a8 [Pipeline] echo [2025-05-05T23:09:24.446Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-05T23:09:24.516Z] provisioning config files... [2025-05-05T23:09:24.530Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/835@tmp/config10686210173737851464tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-05T23:09:24.870Z] ---> ****-login.sh [2025-05-05T23:09:24.870Z] nexus3.edgexfoundry.org:10001 [2025-05-05T23:09:25.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:09:25.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:09:25.132Z] Configure a credential helper to remove this warning. See [2025-05-05T23:09:25.132Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:09:25.132Z] [2025-05-05T23:09:25.132Z] Login Succeeded [2025-05-05T23:09:25.132Z] nexus3.edgexfoundry.org:10002 [2025-05-05T23:09:25.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:09:25.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:09:25.400Z] Configure a credential helper to remove this warning. See [2025-05-05T23:09:25.400Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:09:25.400Z] [2025-05-05T23:09:25.400Z] Login Succeeded [2025-05-05T23:09:25.400Z] nexus3.edgexfoundry.org:10003 [2025-05-05T23:09:25.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:09:25.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:09:25.400Z] Configure a credential helper to remove this warning. See [2025-05-05T23:09:25.400Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:09:25.400Z] [2025-05-05T23:09:25.400Z] Login Succeeded [2025-05-05T23:09:25.400Z] nexus3.edgexfoundry.org:10004 [2025-05-05T23:09:25.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:09:25.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:09:25.400Z] Configure a credential helper to remove this warning. See [2025-05-05T23:09:25.400Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:09:25.400Z] [2025-05-05T23:09:25.400Z] Login Succeeded [2025-05-05T23:09:25.400Z] ****.io [2025-05-05T23:09:25.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:09:25.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:09:25.661Z] Configure a credential helper to remove this warning. See [2025-05-05T23:09:25.661Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:09:25.661Z] [2025-05-05T23:09:25.661Z] Login Succeeded [2025-05-05T23:09:25.661Z] ---> ****-login.sh ends [Pipeline] } [2025-05-05T23:09:25.670Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-05T23:09:25.990Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2025-05-05T23:09:25.990Z] + dirname cmd/core-command/Dockerfile [2025-05-05T23:09:25.990Z] + cut -d/ -f2 [2025-05-05T23:09:25.990Z] + echo core-command,cmd/core-command/Dockerfile [2025-05-05T23:09:25.990Z] + + cut -d/ -f2 [2025-05-05T23:09:25.990Z] dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-05-05T23:09:25.990Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-05-05T23:09:25.990Z] + dirname cmd/core-data/Dockerfile [2025-05-05T23:09:25.990Z] + cut -d/ -f2 [2025-05-05T23:09:25.990Z] + echo core-data,cmd/core-data/Dockerfile [2025-05-05T23:09:25.990Z] + dirname cmd/core-keeper/Dockerfile [2025-05-05T23:09:25.990Z] + cut -d/ -f2 [2025-05-05T23:09:25.990Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-05-05T23:09:25.990Z] + dirname cmd/core-metadata/Dockerfile [2025-05-05T23:09:25.990Z] + cut -d/ -f2 [2025-05-05T23:09:25.990Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-05-05T23:09:25.990Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-05-05T23:09:25.990Z] + cut -d/ -f2 [2025-05-05T23:09:25.990Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-05-05T23:09:25.990Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-05-05T23:09:25.990Z] + cut -d/ -f2 [2025-05-05T23:09:25.990Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-05-05T23:09:25.990Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-05-05T23:09:25.990Z] + cut -d/ -f2 [2025-05-05T23:09:25.990Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-05-05T23:09:25.990Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-05-05T23:09:25.990Z] + cut -d/ -f2 [2025-05-05T23:09:25.990Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-05-05T23:09:25.990Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-05-05T23:09:25.990Z] + cut -d/ -f2 [2025-05-05T23:09:25.990Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-05-05T23:09:25.990Z] + dirname cmd/security-spire-agent/Dockerfile [2025-05-05T23:09:25.990Z] + cut -d/ -f2 [2025-05-05T23:09:25.990Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-05-05T23:09:25.990Z] + dirname cmd/security-spire-config/Dockerfile [2025-05-05T23:09:25.990Z] + cut -d/ -f2 [2025-05-05T23:09:25.990Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-05-05T23:09:25.990Z] + dirname cmd/security-spire-server/Dockerfile [2025-05-05T23:09:25.990Z] + cut -d/ -f2 [2025-05-05T23:09:25.990Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-05-05T23:09:25.990Z] + dirname cmd/support-notifications/Dockerfile [2025-05-05T23:09:25.990Z] + cut -d/ -f2 [2025-05-05T23:09:25.990Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-05-05T23:09:25.990Z] + dirname cmd/support-scheduler/Dockerfile [2025-05-05T23:09:25.990Z] + cut -d/ -f2 [2025-05-05T23:09:25.990Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-05-05T23:09:26.029Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-05-05T23:09:26.393Z] + git rev-list -1 --merges 2bc02a84879f55b836f611a8f3382b8c64ba4da9~1..2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo [2025-05-05T23:09:26.404Z] -----------> git rev-list -1 --merges 2bc02a84879f55b836f611a8f3382b8c64ba4da9~1..2bc02a84879f55b836f611a8f3382b8c64ba4da9 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:09:26.404Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [false] [Pipeline] sh [2025-05-05T23:09:26.699Z] + git log --format=format:%s -1 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo [2025-05-05T23:09:26.715Z] ========================================================= [2025-05-05T23:09:26.715Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-05-05T23:09:26.715Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-05-05T23:09:27.160Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-05T23:09:27.160Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-05-05T23:09:27.160Z] + [ -e /tmp/ssh_known_hosts ] [2025-05-05T23:09:27.160Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-05-05T23:09:27.160Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ [2025-05-05T23:09:27.160Z] sudo tee -a /etc/ssh/ssh_known_hosts [2025-05-05T23:09:27.160Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:09:27.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-05T23:09:27.605Z] [2025-05-05T23:09:27.605Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:09:27.908Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-05T23:09:27.908Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-05-05T23:09:27.908Z] b85a868b505f: Pulling fs layer [2025-05-05T23:09:27.908Z] e2be974225ed: Pulling fs layer [2025-05-05T23:09:27.908Z] 339a4e72a1f5: Pulling fs layer [2025-05-05T23:09:27.908Z] 988bab9f4d93: Pulling fs layer [2025-05-05T23:09:27.908Z] 1469e6f7b9e6: Pulling fs layer [2025-05-05T23:09:27.908Z] eaf3925da568: Pulling fs layer [2025-05-05T23:09:27.908Z] bab4dde63d76: Pulling fs layer [2025-05-05T23:09:27.908Z] bde34c3a00c8: Pulling fs layer [2025-05-05T23:09:27.908Z] b352a97aabf1: Pulling fs layer [2025-05-05T23:09:27.908Z] 4872d77fe225: Pulling fs layer [2025-05-05T23:09:27.908Z] 5851b861e8e6: Pulling fs layer [2025-05-05T23:09:27.908Z] bab4dde63d76: Waiting [2025-05-05T23:09:27.908Z] bde34c3a00c8: Waiting [2025-05-05T23:09:27.908Z] b352a97aabf1: Waiting [2025-05-05T23:09:27.908Z] 4872d77fe225: Waiting [2025-05-05T23:09:27.908Z] 5851b861e8e6: Waiting [2025-05-05T23:09:27.908Z] 988bab9f4d93: Waiting [2025-05-05T23:09:27.908Z] eaf3925da568: Waiting [2025-05-05T23:09:27.908Z] 1469e6f7b9e6: Waiting [2025-05-05T23:09:27.908Z] e2be974225ed: Verifying Checksum [2025-05-05T23:09:27.908Z] e2be974225ed: Download complete [2025-05-05T23:09:27.908Z] 988bab9f4d93: Verifying Checksum [2025-05-05T23:09:27.908Z] 988bab9f4d93: Download complete [2025-05-05T23:09:28.175Z] 339a4e72a1f5: Verifying Checksum [2025-05-05T23:09:28.175Z] 339a4e72a1f5: Download complete [2025-05-05T23:09:28.175Z] 1469e6f7b9e6: Verifying Checksum [2025-05-05T23:09:28.175Z] 1469e6f7b9e6: Download complete [2025-05-05T23:09:28.175Z] eaf3925da568: Download complete [2025-05-05T23:09:28.175Z] bde34c3a00c8: Download complete [2025-05-05T23:09:28.175Z] b352a97aabf1: Download complete [2025-05-05T23:09:28.175Z] 4872d77fe225: Verifying Checksum [2025-05-05T23:09:28.175Z] 4872d77fe225: Download complete [2025-05-05T23:09:28.175Z] 5851b861e8e6: Verifying Checksum [2025-05-05T23:09:28.175Z] 5851b861e8e6: Download complete [2025-05-05T23:09:28.175Z] b85a868b505f: Verifying Checksum [2025-05-05T23:09:28.175Z] b85a868b505f: Download complete [2025-05-05T23:09:28.454Z] bab4dde63d76: Verifying Checksum [2025-05-05T23:09:28.454Z] bab4dde63d76: Download complete [2025-05-05T23:09:29.837Z] b85a868b505f: Pull complete [2025-05-05T23:09:29.837Z] e2be974225ed: Pull complete [2025-05-05T23:09:30.409Z] 339a4e72a1f5: Pull complete [2025-05-05T23:09:30.409Z] 988bab9f4d93: Pull complete [2025-05-05T23:09:30.670Z] 1469e6f7b9e6: Pull complete [2025-05-05T23:09:30.670Z] eaf3925da568: Pull complete [2025-05-05T23:09:32.578Z] bab4dde63d76: Pull complete [2025-05-05T23:09:32.578Z] bde34c3a00c8: Pull complete [2025-05-05T23:09:32.578Z] b352a97aabf1: Pull complete [2025-05-05T23:09:32.578Z] 4872d77fe225: Pull complete [2025-05-05T23:09:32.842Z] 5851b861e8e6: Pull complete [2025-05-05T23:09:32.842Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-05-05T23:09:32.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-05T23:09:32.842Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-05T23:09:32.999Z] prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container [2025-05-05T23:09:33.027Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/835 -v /w/workspace/edgex-go/835:/w/workspace/edgex-go/835:rw,z -v /w/workspace/edgex-go/835@tmp:/w/workspace/edgex-go/835@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-05-05T23:09:34.368Z] $ docker top 398e8a47d9648c94db2a243074402dd1cdaf5233c197a76b0aa4a93eafba463d -eo pid,comm [2025-05-05T23:09:34.436Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-05-05T23:09:34.436Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-05T23:09:34.500Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-05T23:09:34.500Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-05T23:09:34.614Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-05T23:09:34.611Z] $ docker exec 398e8a47d9648c94db2a243074402dd1cdaf5233c197a76b0aa4a93eafba463d ssh-agent [2025-05-05T23:09:34.740Z] SSH_AUTH_SOCK=/tmp/ssh-XQTQhky52wr1/agent.32 [2025-05-05T23:09:34.740Z] SSH_AGENT_PID=38 [2025-05-05T23:09:34.746Z] Running ssh-add (command line suppressed) [2025-05-05T23:09:34.846Z] Identity added: /w/workspace/edgex-go/835@tmp/private_key_12699206772679341605.key (/w/workspace/edgex-go/835@tmp/private_key_12699206772679341605.key) [2025-05-05T23:09:34.870Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-05T23:09:35.168Z] + git tag --points-at HEAD [Pipeline] } [2025-05-05T23:09:35.174Z] $ docker exec --env ******** --env ******** 398e8a47d9648c94db2a243074402dd1cdaf5233c197a76b0aa4a93eafba463d ssh-agent -k [2025-05-05T23:09:35.275Z] unset SSH_AUTH_SOCK; [2025-05-05T23:09:35.275Z] unset SSH_AGENT_PID; [2025-05-05T23:09:35.275Z] echo Agent pid 38 killed; [2025-05-05T23:09:35.292Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-05-05T23:09:35.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-05T23:09:35.342Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-05T23:09:35.453Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-05T23:09:35.450Z] $ docker exec 398e8a47d9648c94db2a243074402dd1cdaf5233c197a76b0aa4a93eafba463d ssh-agent [2025-05-05T23:09:35.564Z] SSH_AUTH_SOCK=/tmp/ssh-nUw5K2fg0637/agent.71 [2025-05-05T23:09:35.564Z] SSH_AGENT_PID=77 [2025-05-05T23:09:35.568Z] Running ssh-add (command line suppressed) [2025-05-05T23:09:35.665Z] Identity added: /w/workspace/edgex-go/835@tmp/private_key_6312165006731021145.key (/w/workspace/edgex-go/835@tmp/private_key_6312165006731021145.key) [2025-05-05T23:09:35.686Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-05T23:09:35.979Z] + git semver init [2025-05-05T23:09:36.238Z] 2025-05-05 23:09:36,157 [run_init] DEBUG init version:0.0.0 force:False [2025-05-05T23:09:36.238Z] 2025-05-05 23:09:36,158 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/835/.semver [2025-05-05T23:09:36.238Z] 2025-05-05 23:09:36,159 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/835/.semver [2025-05-05T23:09:36.238Z] 2025-05-05 23:09:36,159 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/835/.semver'], cwd=/w/workspace/edgex-go/835, universal_newlines=False, shell=None, istream=None) [2025-05-05T23:09:41.534Z] 2025-05-05 23:09:41,488 [append_file] DEBUG append to file:/w/workspace/edgex-go/835/.git/info/exclude [2025-05-05T23:09:41.534Z] 2025-05-05 23:09:41,490 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/835/.semver/main with force:False [2025-05-05T23:09:41.534Z] 2025-05-05 23:09:41,490 [read_version] DEBUG read version from /w/workspace/edgex-go/835/.semver/main [2025-05-05T23:09:41.534Z] 2025-05-05 23:09:41,490 [read_version] DEBUG read version from /w/workspace/edgex-go/835/.semver/main [2025-05-05T23:09:41.534Z] 4.1.0-dev.9 [Pipeline] } [2025-05-05T23:09:41.535Z] $ docker exec --env ******** --env ******** 398e8a47d9648c94db2a243074402dd1cdaf5233c197a76b0aa4a93eafba463d ssh-agent -k [2025-05-05T23:09:41.632Z] unset SSH_AUTH_SOCK; [2025-05-05T23:09:41.633Z] unset SSH_AGENT_PID; [2025-05-05T23:09:41.633Z] echo Agent pid 77 killed; [2025-05-05T23:09:41.651Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-05T23:09:41.981Z] + git semver [Pipeline] } [2025-05-05T23:09:42.246Z] $ docker stop --time=1 398e8a47d9648c94db2a243074402dd1cdaf5233c197a76b0aa4a93eafba463d [2025-05-05T23:09:43.563Z] $ docker rm -f --volumes 398e8a47d9648c94db2a243074402dd1cdaf5233c197a76b0aa4a93eafba463d [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-05T23:09:43.924Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-05-05T23:09:44.188Z] Stashed 1 file(s) [Pipeline] echo [2025-05-05T23:09:44.193Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.9 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-05T23:09:44.668Z] + git config --global --add safe.directory /w/workspace/edgex-go/835 [Pipeline] echo [2025-05-05T23:09:44.682Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-05T23:09:44.700Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-05T23:09:44.716Z] ========================================================= [2025-05-05T23:09:44.717Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-05-05T23:09:44.717Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-05-05T23:09:45.017Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-05T23:09:45.017Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-05-05T23:09:45.017Z] 0a9a5dfd008f: Pulling fs layer [2025-05-05T23:09:45.017Z] dbfa0bcfca99: Pulling fs layer [2025-05-05T23:09:45.017Z] 70eabb1d9476: Pulling fs layer [2025-05-05T23:09:45.017Z] 957bedc73fa3: Pulling fs layer [2025-05-05T23:09:45.017Z] 4f4fb700ef54: Pulling fs layer [2025-05-05T23:09:45.017Z] f40432e63723: Pulling fs layer [2025-05-05T23:09:45.017Z] 90b4343acab7: Pulling fs layer [2025-05-05T23:09:45.017Z] 9f67ea4ac784: Pulling fs layer [2025-05-05T23:09:45.017Z] 9228b9a606be: Pulling fs layer [2025-05-05T23:09:45.017Z] 4f4fb700ef54: Waiting [2025-05-05T23:09:45.017Z] f40432e63723: Waiting [2025-05-05T23:09:45.017Z] 90b4343acab7: Waiting [2025-05-05T23:09:45.017Z] 9f67ea4ac784: Waiting [2025-05-05T23:09:45.017Z] 9228b9a606be: Waiting [2025-05-05T23:09:45.017Z] 957bedc73fa3: Waiting [2025-05-05T23:09:45.017Z] dbfa0bcfca99: Verifying Checksum [2025-05-05T23:09:45.017Z] dbfa0bcfca99: Download complete [2025-05-05T23:09:45.017Z] 957bedc73fa3: Verifying Checksum [2025-05-05T23:09:45.017Z] 957bedc73fa3: Download complete [2025-05-05T23:09:45.017Z] 4f4fb700ef54: Verifying Checksum [2025-05-05T23:09:45.017Z] 4f4fb700ef54: Download complete [2025-05-05T23:09:45.017Z] f40432e63723: Verifying Checksum [2025-05-05T23:09:45.017Z] f40432e63723: Download complete [2025-05-05T23:09:45.017Z] 0a9a5dfd008f: Verifying Checksum [2025-05-05T23:09:45.017Z] 90b4343acab7: Verifying Checksum [2025-05-05T23:09:45.017Z] 90b4343acab7: Download complete [2025-05-05T23:09:45.276Z] 0a9a5dfd008f: Pull complete [2025-05-05T23:09:45.276Z] 9228b9a606be: Verifying Checksum [2025-05-05T23:09:45.276Z] 9228b9a606be: Download complete [2025-05-05T23:09:45.276Z] dbfa0bcfca99: Pull complete [2025-05-05T23:09:45.537Z] 70eabb1d9476: Download complete [2025-05-05T23:09:45.797Z] 9f67ea4ac784: Verifying Checksum [2025-05-05T23:09:45.797Z] 9f67ea4ac784: Download complete [2025-05-05T23:09:49.982Z] 70eabb1d9476: Pull complete [2025-05-05T23:09:49.982Z] 957bedc73fa3: Pull complete [2025-05-05T23:09:49.982Z] 4f4fb700ef54: Pull complete [2025-05-05T23:09:49.982Z] f40432e63723: Pull complete [2025-05-05T23:09:49.982Z] 90b4343acab7: Pull complete [2025-05-05T23:09:51.880Z] 9f67ea4ac784: Pull complete [2025-05-05T23:09:52.449Z] 9228b9a606be: Pull complete [2025-05-05T23:09:52.449Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-05-05T23:09:52.449Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-05T23:09:52.449Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-05-05T23:09:52.745Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-05T23:09:52.746Z] WORKDIR /edgex [2025-05-05T23:09:52.746Z] COPY go.mod . [2025-05-05T23:09:52.746Z] RUN go mod download [2025-05-05T23:09:52.746Z] + docker build -t ci-base-image-x86_64 -f - . [2025-05-05T23:09:53.680Z] Sending build context to Docker daemon 185.8MB [2025-05-05T23:09:53.680Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-05T23:09:53.680Z] ---> 69404ca5bff2 [2025-05-05T23:09:53.680Z] Step 2/4 : WORKDIR /edgex [2025-05-05T23:09:55.596Z] ---> Running in 1a0c4d2d001c [2025-05-05T23:09:55.596Z] Removing intermediate container 1a0c4d2d001c [2025-05-05T23:09:55.596Z] ---> 9ef0967eb702 [2025-05-05T23:09:55.596Z] Step 3/4 : COPY go.mod . [2025-05-05T23:09:55.596Z] ---> 0449d378ef8d [2025-05-05T23:09:55.596Z] Step 4/4 : RUN go mod download [2025-05-05T23:09:55.596Z] ---> Running in 2febe1fe03b7 [2025-05-05T23:09:59.315Z] Still waiting to schedule task [2025-05-05T23:09:59.315Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-05-05T23:10:17.550Z] Removing intermediate container 2febe1fe03b7 [2025-05-05T23:10:17.550Z] ---> 439b6b5c5042 [2025-05-05T23:10:17.550Z] Successfully built 439b6b5c5042 [2025-05-05T23:10:17.550Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:10:17.863Z] + docker inspect -f . ci-base-image-x86_64 [2025-05-05T23:10:17.863Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-05T23:10:17.945Z] prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container [2025-05-05T23:10:17.964Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/835 -v /w/workspace/edgex-go/835:/w/workspace/edgex-go/835:rw,z -v /w/workspace/edgex-go/835@tmp:/w/workspace/edgex-go/835@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-05-05T23:10:18.340Z] $ docker top ec53b73d74deb350a34488a31a7c5e16a3d6b2bf53986d1cbbc2b222968eae61 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-05T23:10:18.699Z] + go version [2025-05-05T23:10:18.699Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-05-05T23:10:18.697Z] $ docker stop --time=1 ec53b73d74deb350a34488a31a7c5e16a3d6b2bf53986d1cbbc2b222968eae61 [2025-05-05T23:10:19.954Z] $ docker rm -f --volumes ec53b73d74deb350a34488a31a7c5e16a3d6b2bf53986d1cbbc2b222968eae61 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:10:20.424Z] + docker inspect -f . ci-base-image-x86_64 [2025-05-05T23:10:20.424Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-05T23:10:20.517Z] prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container [2025-05-05T23:10:20.536Z] $ 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/835 -v /w/workspace/edgex-go/835:/w/workspace/edgex-go/835:rw,z -v /w/workspace/edgex-go/835@tmp:/w/workspace/edgex-go/835@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-05-05T23:10:20.873Z] $ docker top 03b38809f2114d09e68530a33a9fed355bb75da58ea2b04b7777210294426205 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-05-05T23:10:20.969Z] ========================================================= [2025-05-05T23:10:20.969Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-05-05T23:10:20.969Z] ========================================================= [Pipeline] sh [2025-05-05T23:10:21.246Z] + git config --global --add safe.directory /w/workspace/edgex-go/835 [Pipeline] fileExists [Pipeline] sh [2025-05-05T23:10:21.547Z] + make test [2025-05-05T23:10:21.548Z] go test -race -coverprofile=coverage.out ./... [2025-05-05T23:10:29.676Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-05-05T23:10:56.234Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-05-05T23:10:56.234Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-05-05T23:10:56.234Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-05-05T23:10:56.234Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-05-05T23:10:56.234Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-05-05T23:10:56.234Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-05-05T23:10:56.234Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-05-05T23:10:56.234Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-05-05T23:10:56.234Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-05-05T23:10:56.234Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-05-05T23:10:56.234Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-05-05T23:10:56.234Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-05-05T23:10:56.234Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-05-05T23:10:56.234Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-05-05T23:10:56.234Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-05-05T23:10:56.234Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-05-05T23:10:56.234Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-05-05T23:10:57.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.031s coverage: 28.7% of statements [2025-05-05T23:10:58.546Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-05-05T23:10:58.546Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-05-05T23:10:58.546Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-05-05T23:10:58.546Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-05-05T23:10:59.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.053s coverage: 97.0% of statements [2025-05-05T23:11:00.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-05-05T23:11:00.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-05-05T23:11:00.420Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-05T23:11:00.420Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-05-05T23:11:00.420Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-05-05T23:11:00.420Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-05-05T23:11:00.420Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-05-05T23:11:00.420Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-05-05T23:11:00.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-05-05T23:11:00.420Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-05-05T23:11:01.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-05-05T23:11:01.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-05-05T23:11:01.796Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-05T23:11:01.796Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-05-05T23:11:01.796Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-05-05T23:11:01.796Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-05-05T23:11:02.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.053s coverage: 69.2% of statements [2025-05-05T23:11:02.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.025s coverage: 3.5% of statements [2025-05-05T23:11:02.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.051s coverage: 45.2% of statements [2025-05-05T23:11:03.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.136s coverage: 93.4% of statements [2025-05-05T23:11:03.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.050s coverage: 92.3% of statements [2025-05-05T23:11:03.343Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-05-05T23:11:03.343Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-05-05T23:11:04.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.069s coverage: 8.4% of statements [2025-05-05T23:11:05.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-05-05T23:11:05.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-05-05T23:11:05.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-05-05T23:11:05.291Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-05-05T23:11:05.291Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-05-05T23:11:05.291Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-05-05T23:11:05.291Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-05-05T23:11:05.291Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-05T23:11:05.291Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-05-05T23:11:05.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-05-05T23:11:05.291Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-05-05T23:11:05.291Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-05-05T23:11:05.291Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-05-05T23:11:05.291Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-05-05T23:11:06.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.382s coverage: 95.8% of statements [2025-05-05T23:11:06.670Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.026s coverage: 72.2% of statements [2025-05-05T23:11:07.237Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-05-05T23:11:07.237Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-05-05T23:11:07.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-05-05T23:11:07.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-05-05T23:11:07.237Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-05-05T23:11:07.237Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-05-05T23:11:08.177Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.037s coverage: 0.0% of statements [no tests to run] [2025-05-05T23:11:08.437Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.044s coverage: 1.0% of statements [2025-05-05T23:11:08.437Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.025s coverage: 42.6% of statements [2025-05-05T23:11:08.437Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.018s coverage: 81.1% of statements [2025-05-05T23:11:09.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.025s coverage: 40.0% of statements [2025-05-05T23:11:09.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.023s coverage: 87.1% of statements [2025-05-05T23:11:09.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.023s coverage: 94.1% of statements [2025-05-05T23:11:09.006Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-05-05T23:11:09.006Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-05-05T23:11:09.006Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-05-05T23:11:09.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.379s coverage: 96.3% of statements [2025-05-05T23:11:09.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-05-05T23:11:09.574Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-05-05T23:11:09.574Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-05-05T23:11:09.574Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-05-05T23:11:09.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.018s coverage: 87.5% of statements [2025-05-05T23:11:10.956Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-05-05T23:11:10.956Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-05-05T23:11:10.956Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-05-05T23:11:11.893Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-05-05T23:11:11.893Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-05-05T23:11:11.893Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-05-05T23:11:11.893Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-05-05T23:11:12.152Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-05-05T23:11:12.152Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-05-05T23:11:12.720Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-05-05T23:11:14.629Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-05-05T23:11:14.629Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-05-05T23:11:16.533Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-05-05T23:11:17.100Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-05-05T23:11:17.100Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-05-05T23:11:17.100Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-05-05T23:11:20.394Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-05-05T23:11:20.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.027s coverage: 94.4% of statements [2025-05-05T23:11:21.220Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-05-05T23:11:21.220Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-05-05T23:11:21.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-05-05T23:11:21.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-05-05T23:11:21.786Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-05T23:11:23.686Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-05-05T23:11:23.686Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-05-05T23:11:23.686Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-05-05T23:11:23.686Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-05-05T23:11:23.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-05-05T23:11:23.686Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-05-05T23:11:24.254Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-05-05T23:11:24.254Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-05-05T23:11:24.254Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-05-05T23:11:24.254Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-05-05T23:11:24.254Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-05-05T23:11:24.254Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-05-05T23:11:26.159Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-05-05T23:11:26.159Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-05-05T23:11:26.159Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-05-05T23:11:26.159Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-05-05T23:11:27.094Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-05-05T23:11:27.094Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-05-05T23:11:27.094Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-05-05T23:11:27.094Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-05T23:11:27.352Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-05-05T23:11:27.352Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-05-05T23:11:27.352Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-05-05T23:11:28.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-05-05T23:11:28.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-05-05T23:11:28.730Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.058s coverage: 92.9% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.025s coverage: 68.8% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.032s coverage: 62.3% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.031s coverage: 47.4% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.025s coverage: 87.2% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.020s coverage: 15.5% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.071s coverage: 81.8% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.081s coverage: 82.1% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.025s coverage: 86.0% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.053s coverage: 6.8% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.048s coverage: 33.3% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.050s coverage: 100.0% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.183s coverage: 54.5% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.021s coverage: 73.7% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.026s coverage: 88.6% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.035s coverage: 96.8% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.026s coverage: 100.0% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.174s coverage: 29.2% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.027s coverage: 93.8% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.021s coverage: 3.1% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.024s coverage: 76.2% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.025s coverage: 54.0% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.059s coverage: 17.0% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.111s coverage: 94.9% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.029s coverage: 9.0% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.081s coverage: 97.7% of statements [2025-05-05T23:11:32.920Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.037s coverage: 43.6% of statements [2025-05-05T23:11:33.179Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2025-05-05T23:11:33.437Z] running golangci-lint [2025-05-05T23:11:33.696Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-05-05T23:11:33.696Z] go version go1.23.8 linux/amd64 [2025-05-05T23:11:33.954Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-05-05T23:11:33.954Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-05-05T23:11:33.954Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-05-05T23:11:44.145Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-967 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-05-05T23:11:44.164Z] Running in /w/workspace/edgex-go/835 [Pipeline] { [Pipeline] checkout [2025-05-05T23:11:47.219Z] The recommended git tool is: git [2025-05-05T23:11:51.886Z] using credential edgex-jenkins-ssh [2025-05-05T23:11:51.906Z] Cloning the remote Git repository [2025-05-05T23:11:51.943Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-05-05T23:11:52.032Z] > git init /w/workspace/edgex-go/835 # timeout=10 [2025-05-05T23:11:52.169Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-05-05T23:11:52.170Z] > git --version # timeout=10 [2025-05-05T23:11:52.188Z] > git --version # 'git version 2.25.1' [2025-05-05T23:11:52.190Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-05-05T23:11:52.333Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-05T23:12:00.498Z] level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|name|types_sizes|compiled_files|files|imports) took 24.635097746s" [2025-05-05T23:12:00.499Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 59.771649ms" [2025-05-05T23:12:10.514Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-05-05T23:12:10.544Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-05T23:12:11.457Z] Avoid second fetch [2025-05-05T23:12:11.457Z] Checking out Revision 2bc02a84879f55b836f611a8f3382b8c64ba4da9 (main) [2025-05-05T23:12:12.349Z] Commit message: "Merge pull request #5143 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.38.0" [2025-05-05T23:12:11.469Z] > git config core.sparsecheckout # timeout=10 [2025-05-05T23:12:11.543Z] > git checkout -f 2bc02a84879f55b836f611a8f3382b8c64ba4da9 # timeout=10 [2025-05-05T23:12:15.369Z] level=info msg="[linters_context/goanalysis] analyzers took 2m4.31674111s with top 10 stages: buildir: 1m10.427591743s, gosec: 4.460434886s, inspect: 3.574075785s, fact_deprecated: 3.031089871s, printf: 1.982120986s, fact_purity: 1.625709497s, ctrlflow: 1.506077294s, nilness: 1.494367015s, typedness: 1.091281038s, S1038: 1.082097551s" [2025-05-05T23:12:15.369Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-05-05T23:12:15.369Z] level=info msg="[runner] Processors filtering stat (in/out): skip_files: 202/202, filename_unadjuster: 202/202, autogenerated_exclude: 202/202, identifier_marker: 202/202, exclude: 202/202, skip_dirs: 202/202, exclude-rules: 202/20, nolint: 20/0, cgo: 202/202, invalid_issue: 202/202, path_prettifier: 202/202" [2025-05-05T23:12:15.369Z] level=info msg="[runner] processing took 19.797368ms with stages: nolint: 7.863827ms, identifier_marker: 6.179396ms, autogenerated_exclude: 1.845678ms, path_prettifier: 1.714512ms, exclude-rules: 1.157705ms, skip_dirs: 935.005µs, invalid_issue: 50.463µs, cgo: 31.322µs, filename_unadjuster: 13.68µs, skip_files: 950ns, max_same_issues: 780ns, uniq_by_line: 690ns, fixer: 510ns, max_from_linter: 430ns, sort_results: 400ns, exclude: 380ns, severity-rules: 370ns, path_prefixer: 360ns, path_shortener: 350ns, source_code: 290ns, diff: 150ns, max_per_file_from_linter: 120ns" [2025-05-05T23:12:15.369Z] level=info msg="[runner] linters took 14.554379313s with stages: goanalysis_metalinter: 14.534497872s" [2025-05-05T23:12:15.369Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-05-05T23:12:15.369Z] level=info msg="Memory: 387 samples, avg is 304.3MB, max is 1335.7MB" [2025-05-05T23:12:15.369Z] level=info msg="Execution took 39.258066496s" [2025-05-05T23:12:15.369Z] go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-05T23:12:17.335Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-05-05T23:12:17.335Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-05T23:12:17.335Z] Dload Upload Total Spent Left Speed [2025-05-05T23:12:17.335Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 86 12828 86 11015 0 0 77570 0 --:--:-- --:--:-- --:--:-- 77027 100 12828 100 12828 0 0 89083 0 --:--:-- --:--:-- --:--:-- 89083 [Pipeline] sh [2025-05-05T23:12:17.681Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-05-05T23:12:18.010Z] + sudo jq+ . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-05-05T23:12:18.010Z] sudo tee /etc/docker/daemon.new [2025-05-05T23:12:18.010Z] { [2025-05-05T23:12:18.010Z] "registry-mirrors": [ [2025-05-05T23:12:18.010Z] "https://nexus3.edgexfoundry.org:10001" [2025-05-05T23:12:18.010Z] ], [2025-05-05T23:12:18.010Z] "bip": "10.250.0.254/24", [2025-05-05T23:12:18.010Z] "hosts": [ [2025-05-05T23:12:18.010Z] "tcp://0.0.0.0:5555", [2025-05-05T23:12:18.010Z] "unix:///var/run/docker.sock" [2025-05-05T23:12:18.010Z] ], [2025-05-05T23:12:18.010Z] "mtu": 1458, [2025-05-05T23:12:18.010Z] "selinux-enabled": true, [2025-05-05T23:12:18.010Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-05-05T23:12:18.010Z] } [Pipeline] sh [2025-05-05T23:12:18.330Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-05-05T23:12:18.653Z] + sudo service docker restart [2025-05-05T23:12:20.624Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-05-05T23:12:20.624Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-05-05T23:12:20.624Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-05-05T23:12:20.638Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-05-05T23:12:20.931Z] + ls -al . [2025-05-05T23:12:20.931Z] total 1992 [2025-05-05T23:12:20.931Z] drwxrwxr-x 11 1001 1001 4096 May 5 23:10 . [2025-05-05T23:12:20.931Z] drwxr-xr-x 4 root root 4096 May 5 23:10 .. [2025-05-05T23:12:20.931Z] drwxrwxr-x 2 1001 1001 4096 May 5 23:09 .blubracket [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 10 May 5 23:09 .dockerignore [2025-05-05T23:12:20.931Z] drwxrwxr-x 8 1001 1001 4096 May 5 23:11 .git [2025-05-05T23:12:20.931Z] drwxrwxr-x 3 1001 1001 4096 May 5 23:09 .github [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 909 May 5 23:09 .gitignore [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 218 May 5 23:09 .golangci.yml [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 100 May 5 23:09 .hadolint.yml [2025-05-05T23:12:20.931Z] drwxr-xr-x 3 1001 1001 4096 May 5 23:09 .semver [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 155 May 5 23:09 .sonarcloud.properties [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 1171 May 5 23:09 ADOPTERS.md [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 17374 May 5 23:09 Attribution.txt [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 108018 May 5 23:09 CHANGELOG.md [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 3804 May 5 23:09 CONTRIBUTING.md [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 677 May 5 23:09 GOVERNANCE.md [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 858 May 5 23:09 Jenkinsfile [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 10775 May 5 23:09 LICENSE [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 16740 May 5 23:09 Makefile [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 582 May 5 23:09 OWNERS.md [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 9932 May 5 23:09 README.md [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 789 May 5 23:09 SECURITY.md [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 11 May 5 23:09 VERSION [2025-05-05T23:12:20.931Z] drwxrwxr-x 2 1001 1001 4096 May 5 23:09 bin [2025-05-05T23:12:20.931Z] drwxrwxr-x 19 1001 1001 4096 May 5 23:09 cmd [2025-05-05T23:12:20.931Z] -rw-r--r-- 1 root root 1661463 May 5 23:11 coverage.out [2025-05-05T23:12:20.931Z] drwxrwxr-x 2 1001 1001 4096 May 5 23:09 fuzz_test [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 6491 May 5 23:09 go.mod [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 88213 May 5 23:09 go.sum [2025-05-05T23:12:20.931Z] drwxrwxr-x 7 1001 1001 4096 May 5 23:09 internal [2025-05-05T23:12:20.931Z] drwxrwxr-x 2 1001 1001 4096 May 5 23:09 openapi [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 584 May 5 23:09 security.txt [2025-05-05T23:12:20.931Z] -rw-rw-r-- 1 1001 1001 204 May 5 23:09 version.go [Pipeline] sh [2025-05-05T23:12:21.213Z] + '[' -e coverage.out ] [2025-05-05T23:12:21.214Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-05-05T23:12:21.355Z] Stashed 1 file(s) [Pipeline] sh [2025-05-05T23:12:21.632Z] + make build [2025-05-05T23:12:21.633Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-05T23:12:37.508Z] provisioning config files... [2025-05-05T23:12:37.534Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/835@tmp/config1519874385386678263tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-05T23:12:37.983Z] ---> ****-login.sh [2025-05-05T23:12:37.983Z] nexus3.edgexfoundry.org:10001 [2025-05-05T23:12:38.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:12:38.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:12:38.533Z] Configure a credential helper to remove this warning. See [2025-05-05T23:12:38.533Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:12:38.533Z] [2025-05-05T23:12:38.533Z] Login Succeeded [2025-05-05T23:12:38.533Z] nexus3.edgexfoundry.org:10002 [2025-05-05T23:12:38.808Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:12:39.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:12:39.083Z] Configure a credential helper to remove this warning. See [2025-05-05T23:12:39.083Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:12:39.083Z] [2025-05-05T23:12:39.083Z] Login Succeeded [2025-05-05T23:12:39.083Z] nexus3.edgexfoundry.org:10003 [2025-05-05T23:12:39.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:12:39.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:12:39.354Z] Configure a credential helper to remove this warning. See [2025-05-05T23:12:39.354Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:12:39.354Z] [2025-05-05T23:12:39.354Z] Login Succeeded [2025-05-05T23:12:39.354Z] nexus3.edgexfoundry.org:10004 [2025-05-05T23:12:39.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:12:39.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:12:39.626Z] Configure a credential helper to remove this warning. See [2025-05-05T23:12:39.626Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:12:39.626Z] [2025-05-05T23:12:39.626Z] Login Succeeded [2025-05-05T23:12:39.898Z] ****.io [2025-05-05T23:12:39.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:12:40.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:12:40.166Z] Configure a credential helper to remove this warning. See [2025-05-05T23:12:40.166Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:12:40.166Z] [2025-05-05T23:12:40.166Z] Login Succeeded [2025-05-05T23:12:40.166Z] ---> ****-login.sh ends [Pipeline] } [2025-05-05T23:12:40.179Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-05-05T23:12:40.810Z] + git config --global --add safe.directory /w/workspace/edgex-go/835 [Pipeline] echo [2025-05-05T23:12:40.829Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-05T23:12:40.848Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-05T23:12:40.863Z] ========================================================= [2025-05-05T23:12:40.863Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-05-05T23:12:40.863Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-05-05T23:12:41.186Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-05T23:12:41.186Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-05-05T23:12:41.186Z] 94e9d8af2201: Pulling fs layer [2025-05-05T23:12:41.186Z] 634366ca850b: Pulling fs layer [2025-05-05T23:12:41.186Z] f66ade281fe9: Pulling fs layer [2025-05-05T23:12:41.186Z] 13fd4ce6e94e: Pulling fs layer [2025-05-05T23:12:41.186Z] 4f4fb700ef54: Pulling fs layer [2025-05-05T23:12:41.186Z] 4cccf3f17d63: Pulling fs layer [2025-05-05T23:12:41.186Z] 2d8010953d95: Pulling fs layer [2025-05-05T23:12:41.186Z] ec743f232bc5: Pulling fs layer [2025-05-05T23:12:41.186Z] 4f4fb700ef54: Waiting [2025-05-05T23:12:41.186Z] 13fd4ce6e94e: Waiting [2025-05-05T23:12:41.186Z] 2d8010953d95: Waiting [2025-05-05T23:12:41.186Z] 4cccf3f17d63: Waiting [2025-05-05T23:12:41.186Z] ec743f232bc5: Waiting [2025-05-05T23:12:41.456Z] 634366ca850b: Download complete [2025-05-05T23:12:41.456Z] 13fd4ce6e94e: Verifying Checksum [2025-05-05T23:12:41.456Z] 13fd4ce6e94e: Download complete [2025-05-05T23:12:41.456Z] 4f4fb700ef54: Verifying Checksum [2025-05-05T23:12:41.456Z] 4f4fb700ef54: Download complete [2025-05-05T23:12:41.456Z] 4cccf3f17d63: Verifying Checksum [2025-05-05T23:12:41.456Z] 4cccf3f17d63: Download complete [2025-05-05T23:12:41.456Z] 94e9d8af2201: Download complete [2025-05-05T23:12:42.044Z] ec743f232bc5: Verifying Checksum [2025-05-05T23:12:42.044Z] ec743f232bc5: Download complete [2025-05-05T23:12:42.312Z] 94e9d8af2201: Pull complete [2025-05-05T23:12:43.282Z] 634366ca850b: Pull complete [2025-05-05T23:12:43.547Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-05-05T23:12:43.884Z] f66ade281fe9: Verifying Checksum [2025-05-05T23:12:43.884Z] f66ade281fe9: Download complete [2025-05-05T23:12:44.477Z] 2d8010953d95: Verifying Checksum [2025-05-05T23:12:44.477Z] 2d8010953d95: Download complete [2025-05-05T23:12:44.922Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-05-05T23:12:46.824Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-05-05T23:12:47.082Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-05-05T23:12:48.983Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-05-05T23:12:53.165Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-05-05T23:12:55.690Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-05-05T23:12:57.588Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-05-05T23:12:59.500Z] f66ade281fe9: Pull complete [2025-05-05T23:12:59.500Z] 13fd4ce6e94e: Pull complete [2025-05-05T23:12:59.500Z] 4f4fb700ef54: Pull complete [2025-05-05T23:12:59.500Z] 4cccf3f17d63: Pull complete [2025-05-05T23:13:00.115Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-05-05T23:13:01.045Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-05-05T23:13:02.419Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-05-05T23:13:02.986Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-05-05T23:13:04.896Z] $ docker stop --time=1 03b38809f2114d09e68530a33a9fed355bb75da58ea2b04b7777210294426205 [2025-05-05T23:13:06.159Z] 2d8010953d95: Pull complete [2025-05-05T23:13:07.618Z] $ docker rm -f --volumes 03b38809f2114d09e68530a33a9fed355bb75da58ea2b04b7777210294426205 [2025-05-05T23:13:08.112Z] ec743f232bc5: Pull complete [2025-05-05T23:13:08.112Z] Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda [2025-05-05T23:13:08.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-05T23:13:08.112Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] fileExists [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2025-05-05T23:13:08.571Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-05T23:13:08.571Z] WORKDIR /edgex [2025-05-05T23:13:08.571Z] COPY go.mod . [2025-05-05T23:13:08.571Z] RUN go mod download [2025-05-05T23:13:08.571Z] + docker build -t ci-base-image-arm64 -f - . [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:13:08.924Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-05-05T23:13:08.924Z] [2025-05-05T23:13:08.924Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:13:09.163Z] Sending build context to Docker daemon 3.693MB [2025-05-05T23:13:09.163Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-05T23:13:09.163Z] ---> 12c1d4c06be1 [2025-05-05T23:13:09.163Z] Step 2/4 : WORKDIR /edgex [2025-05-05T23:13:09.234Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-05-05T23:13:09.234Z] latest: Pulling from edgex-devops/edgex-compose [2025-05-05T23:13:09.234Z] 91d30c5bc195: Pulling fs layer [2025-05-05T23:13:09.234Z] 2e9b0aa3be6d: Pulling fs layer [2025-05-05T23:13:09.234Z] 9c61dcf015f6: Pulling fs layer [2025-05-05T23:13:09.234Z] 4698f68db338: Pulling fs layer [2025-05-05T23:13:09.234Z] 2a2f49069b9e: Pulling fs layer [2025-05-05T23:13:09.234Z] e0025b399a48: Pulling fs layer [2025-05-05T23:13:09.234Z] 2a2f49069b9e: Waiting [2025-05-05T23:13:09.234Z] 4698f68db338: Waiting [2025-05-05T23:13:09.234Z] 91d30c5bc195: Verifying Checksum [2025-05-05T23:13:09.234Z] 91d30c5bc195: Download complete [2025-05-05T23:13:09.234Z] 4698f68db338: Verifying Checksum [2025-05-05T23:13:09.234Z] 4698f68db338: Download complete [2025-05-05T23:13:09.492Z] 2e9b0aa3be6d: Verifying Checksum [2025-05-05T23:13:09.492Z] 2e9b0aa3be6d: Download complete [2025-05-05T23:13:09.492Z] 91d30c5bc195: Pull complete [2025-05-05T23:13:09.492Z] e0025b399a48: Verifying Checksum [2025-05-05T23:13:09.492Z] e0025b399a48: Download complete [2025-05-05T23:13:09.492Z] 2a2f49069b9e: Download complete [2025-05-05T23:13:09.750Z] 2e9b0aa3be6d: Pull complete [2025-05-05T23:13:10.008Z] 9c61dcf015f6: Download complete [2025-05-05T23:13:11.102Z] ---> Running in b4ab5e21efb2 [2025-05-05T23:13:11.102Z] Removing intermediate container b4ab5e21efb2 [2025-05-05T23:13:11.102Z] ---> b7399afce15a [2025-05-05T23:13:11.102Z] Step 3/4 : COPY go.mod . [2025-05-05T23:13:11.688Z] ---> d13dccdafe69 [2025-05-05T23:13:11.688Z] Step 4/4 : RUN go mod download [2025-05-05T23:13:11.688Z] ---> Running in 7c48d54ed595 [2025-05-05T23:13:12.538Z] 9c61dcf015f6: Pull complete [2025-05-05T23:13:12.538Z] 4698f68db338: Pull complete [2025-05-05T23:13:12.797Z] 2a2f49069b9e: Pull complete [2025-05-05T23:13:12.797Z] e0025b399a48: Pull complete [2025-05-05T23:13:12.797Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-05-05T23:13:12.797Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-05-05T23:13:12.797Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-05T23:13:12.891Z] prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container [2025-05-05T23:13:13.011Z] $ 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/835 -v /w/workspace/edgex-go/835:/w/workspace/edgex-go/835:rw,z -v /w/workspace/edgex-go/835@tmp:/w/workspace/edgex-go/835@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-05-05T23:13:13.988Z] $ docker top ea41a05080fc9b08a5fa531d97f84213dfee76be743efb4ced01d281f81aca9a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-05T23:13:14.398Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-05-05T23:13:16.387Z] #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-05-05T23:13:16.387Z] #1 transferring dockerfile: 2.23kB done [2025-05-05T23:13:16.387Z] #1 DONE 0.0s [2025-05-05T23:13:16.646Z] [2025-05-05T23:13:16.646Z] #2 [security-proxy-auth internal] load build definition from Dockerfile [2025-05-05T23:13:16.646Z] #2 transferring dockerfile: 2.14kB done [2025-05-05T23:13:16.646Z] #2 DONE 0.0s [2025-05-05T23:13:16.646Z] [2025-05-05T23:13:16.646Z] #3 [security-spire-config internal] load build definition from Dockerfile [2025-05-05T23:13:16.646Z] #3 transferring dockerfile: 1.69kB done [2025-05-05T23:13:16.646Z] #3 DONE 0.0s [2025-05-05T23:13:16.646Z] [2025-05-05T23:13:16.646Z] #4 [support-notifications internal] load build definition from Dockerfile [2025-05-05T23:13:16.646Z] #4 transferring dockerfile: 2.00kB done [2025-05-05T23:13:16.646Z] #4 DONE 0.0s [2025-05-05T23:13:16.646Z] [2025-05-05T23:13:16.646Z] #5 [core-keeper internal] load build definition from Dockerfile [2025-05-05T23:13:16.646Z] #5 transferring dockerfile: 2.01kB done [2025-05-05T23:13:16.646Z] #5 DONE 0.0s [2025-05-05T23:13:16.646Z] [2025-05-05T23:13:16.646Z] #6 [security-proxy-setup internal] load build definition from Dockerfile [2025-05-05T23:13:16.646Z] #6 transferring dockerfile: 2.50kB done [2025-05-05T23:13:16.646Z] #6 DONE 0.0s [2025-05-05T23:13:16.646Z] [2025-05-05T23:13:16.646Z] #7 [core-common-config-bootstrapper internal] load .dockerignore [2025-05-05T23:13:16.646Z] #7 transferring context: [2025-05-05T23:13:16.905Z] #7 transferring context: 50B done [2025-05-05T23:13:16.905Z] #7 DONE 0.0s [2025-05-05T23:13:16.905Z] [2025-05-05T23:13:16.905Z] #8 [security-spire-agent internal] load build definition from Dockerfile [2025-05-05T23:13:16.905Z] #8 transferring dockerfile: 1.81kB done [2025-05-05T23:13:16.905Z] #8 DONE 0.0s [2025-05-05T23:13:16.905Z] [2025-05-05T23:13:16.905Z] #9 [security-bootstrapper internal] load build definition from Dockerfile [2025-05-05T23:13:16.905Z] #9 transferring dockerfile: 3.02kB done [2025-05-05T23:13:16.905Z] #9 DONE 0.0s [2025-05-05T23:13:16.905Z] [2025-05-05T23:13:16.905Z] #10 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-05-05T23:13:16.905Z] #10 transferring dockerfile: 1.89kB done [2025-05-05T23:13:16.905Z] #10 DONE 0.0s [2025-05-05T23:13:16.905Z] [2025-05-05T23:13:16.905Z] #11 [core-metadata internal] load build definition from Dockerfile [2025-05-05T23:13:16.905Z] #11 transferring dockerfile: 2.10kB done [2025-05-05T23:13:16.905Z] #11 DONE 0.0s [2025-05-05T23:13:16.905Z] [2025-05-05T23:13:16.905Z] #12 [support-scheduler internal] load build definition from Dockerfile [2025-05-05T23:13:16.905Z] #12 transferring dockerfile: 1.83kB done [2025-05-05T23:13:16.905Z] #12 DONE 0.0s [2025-05-05T23:13:16.905Z] [2025-05-05T23:13:16.905Z] #13 [security-spire-server internal] load build definition from Dockerfile [2025-05-05T23:13:16.905Z] #13 transferring dockerfile: 1.70kB done [2025-05-05T23:13:16.905Z] #13 DONE 0.0s [2025-05-05T23:13:16.905Z] [2025-05-05T23:13:16.905Z] #14 [security-secretstore-setup internal] load build definition from Dockerfile [2025-05-05T23:13:16.905Z] #14 transferring dockerfile: 2.49kB done [2025-05-05T23:13:16.905Z] #14 DONE 0.0s [2025-05-05T23:13:16.905Z] [2025-05-05T23:13:16.905Z] #15 [core-data internal] load build definition from Dockerfile [2025-05-05T23:13:16.905Z] #15 transferring dockerfile: 2.04kB done [2025-05-05T23:13:16.905Z] #15 DONE 0.0s [2025-05-05T23:13:16.905Z] [2025-05-05T23:13:16.905Z] #16 [core-command internal] load build definition from Dockerfile [2025-05-05T23:13:16.905Z] #16 transferring dockerfile: 1.94kB done [2025-05-05T23:13:16.905Z] #16 DONE 0.0s [2025-05-05T23:13:16.905Z] [2025-05-05T23:13:16.905Z] #17 [security-proxy-auth internal] load .dockerignore [2025-05-05T23:13:16.905Z] #17 transferring context: 50B done [2025-05-05T23:13:16.905Z] #17 DONE 0.0s [2025-05-05T23:13:16.905Z] [2025-05-05T23:13:16.905Z] #18 [security-spire-config internal] load .dockerignore [2025-05-05T23:13:16.905Z] #18 transferring context: 50B done [2025-05-05T23:13:16.905Z] #18 DONE 0.0s [2025-05-05T23:13:16.905Z] [2025-05-05T23:13:16.905Z] #19 [support-notifications internal] load .dockerignore [2025-05-05T23:13:16.905Z] #19 transferring context: 50B done [2025-05-05T23:13:16.905Z] #19 DONE 0.0s [2025-05-05T23:13:16.905Z] [2025-05-05T23:13:16.905Z] #20 [core-keeper internal] load .dockerignore [2025-05-05T23:13:16.905Z] #20 transferring context: 50B done [2025-05-05T23:13:16.905Z] #20 DONE 0.0s [2025-05-05T23:13:16.905Z] [2025-05-05T23:13:16.905Z] #21 [security-proxy-setup internal] load .dockerignore [2025-05-05T23:13:16.905Z] #21 transferring context: 50B done [2025-05-05T23:13:16.905Z] #21 DONE 0.0s [2025-05-05T23:13:16.905Z] [2025-05-05T23:13:16.905Z] #22 [security-spire-agent internal] load .dockerignore [2025-05-05T23:13:17.166Z] #22 transferring context: 50B done [2025-05-05T23:13:17.166Z] #22 DONE 0.0s [2025-05-05T23:13:17.166Z] [2025-05-05T23:13:17.166Z] #23 [security-bootstrapper internal] load .dockerignore [2025-05-05T23:13:17.166Z] #23 transferring context: 50B done [2025-05-05T23:13:17.166Z] #23 DONE 0.0s [2025-05-05T23:13:17.166Z] [2025-05-05T23:13:17.166Z] #24 [security-spiffe-token-provider internal] load .dockerignore [2025-05-05T23:13:17.166Z] #24 transferring context: 50B done [2025-05-05T23:13:17.166Z] #24 DONE 0.0s [2025-05-05T23:13:17.166Z] [2025-05-05T23:13:17.166Z] #25 [core-metadata internal] load .dockerignore [2025-05-05T23:13:17.166Z] #25 transferring context: 50B done [2025-05-05T23:13:17.166Z] #25 DONE 0.0s [2025-05-05T23:13:17.166Z] [2025-05-05T23:13:17.166Z] #26 [support-scheduler internal] load .dockerignore [2025-05-05T23:13:17.166Z] #26 transferring context: 50B done [2025-05-05T23:13:17.166Z] #26 DONE 0.0s [2025-05-05T23:13:17.166Z] [2025-05-05T23:13:17.166Z] #27 [security-spire-server internal] load .dockerignore [2025-05-05T23:13:17.166Z] #27 transferring context: 50B done [2025-05-05T23:13:17.166Z] #27 DONE 0.0s [2025-05-05T23:13:17.166Z] [2025-05-05T23:13:17.166Z] #28 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-05T23:13:17.166Z] #28 DONE 0.0s [2025-05-05T23:13:17.166Z] [2025-05-05T23:13:17.166Z] #29 [security-secretstore-setup internal] load .dockerignore [2025-05-05T23:13:17.166Z] #29 transferring context: 50B done [2025-05-05T23:13:17.166Z] #29 DONE 0.0s [2025-05-05T23:13:17.166Z] [2025-05-05T23:13:17.166Z] #30 [core-command internal] load .dockerignore [2025-05-05T23:13:17.166Z] #30 transferring context: 50B done [2025-05-05T23:13:17.166Z] #30 DONE 0.1s [2025-05-05T23:13:17.166Z] [2025-05-05T23:13:17.166Z] #31 [core-data internal] load .dockerignore [2025-05-05T23:13:17.166Z] #31 transferring context: 50B done [2025-05-05T23:13:17.166Z] #31 DONE 0.1s [2025-05-05T23:13:17.166Z] [2025-05-05T23:13:17.166Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-05-05T23:13:17.166Z] #32 DONE 0.1s [2025-05-05T23:13:17.166Z] [2025-05-05T23:13:17.166Z] #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-05T23:13:17.166Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-05T23:13:17.166Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-05T23:13:17.166Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-05T23:13:17.166Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-05T23:13:17.166Z] #33 DONE 0.0s [2025-05-05T23:13:17.166Z] [2025-05-05T23:13:17.166Z] #34 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:13:17.426Z] #34 ... [2025-05-05T23:13:17.426Z] [2025-05-05T23:13:17.426Z] #28 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-05T23:13:17.426Z] #28 DONE 0.0s [2025-05-05T23:13:17.426Z] [2025-05-05T23:13:17.426Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-05-05T23:13:17.426Z] #32 DONE 0.1s [2025-05-05T23:13:17.426Z] [2025-05-05T23:13:17.426Z] #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-05T23:13:17.426Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-05T23:13:17.426Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-05T23:13:17.426Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-05T23:13:17.426Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-05T23:13:17.426Z] #33 DONE 0.1s [2025-05-05T23:13:17.426Z] [2025-05-05T23:13:17.426Z] #34 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:13:17.426Z] #34 ... [2025-05-05T23:13:17.426Z] [2025-05-05T23:13:17.426Z] #33 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-05T23:13:17.426Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-05T23:13:17.426Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-05T23:13:17.426Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-05T23:13:17.426Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-05T23:13:17.426Z] #33 DONE 0.1s [2025-05-05T23:13:17.426Z] [2025-05-05T23:13:17.426Z] #28 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-05T23:13:17.426Z] #28 DONE 0.0s [2025-05-05T23:13:17.426Z] [2025-05-05T23:13:17.426Z] #35 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-05-05T23:13:17.426Z] #35 DONE 0.5s [2025-05-05T23:13:17.426Z] [2025-05-05T23:13:17.427Z] #34 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:13:17.685Z] #34 ... [2025-05-05T23:13:17.685Z] [2025-05-05T23:13:17.685Z] #33 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-05T23:13:17.685Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-05T23:13:17.685Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-05T23:13:17.685Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-05T23:13:17.685Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-05T23:13:17.685Z] #33 DONE 0.1s [2025-05-05T23:13:17.685Z] [2025-05-05T23:13:17.685Z] #28 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-05T23:13:17.685Z] #28 DONE 0.0s [2025-05-05T23:13:17.685Z] [2025-05-05T23:13:17.685Z] #35 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-05-05T23:13:17.685Z] #35 DONE 0.5s [2025-05-05T23:13:17.685Z] [2025-05-05T23:13:17.685Z] #34 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:13:17.685Z] #34 ... [2025-05-05T23:13:17.685Z] [2025-05-05T23:13:17.685Z] #28 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-05T23:13:17.685Z] #28 DONE 0.0s [2025-05-05T23:13:17.685Z] [2025-05-05T23:13:17.685Z] #34 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:13:17.685Z] #34 ... [2025-05-05T23:13:17.685Z] [2025-05-05T23:13:17.685Z] #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-05T23:13:17.685Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-05T23:13:17.685Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-05T23:13:17.685Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-05T23:13:17.685Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-05T23:13:17.685Z] #33 DONE 0.1s [2025-05-05T23:13:17.685Z] [2025-05-05T23:13:17.685Z] #35 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-05-05T23:13:17.685Z] #35 DONE 0.5s [2025-05-05T23:13:17.685Z] [2025-05-05T23:13:17.685Z] #28 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-05T23:13:17.685Z] #28 DONE 0.0s [2025-05-05T23:13:17.685Z] [2025-05-05T23:13:17.685Z] #36 [support-scheduler builder 2/7] WORKDIR /edgex-go [2025-05-05T23:13:17.685Z] #36 DONE 0.4s [2025-05-05T23:13:17.685Z] [2025-05-05T23:13:17.685Z] #34 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:13:18.250Z] #34 ... [2025-05-05T23:13:18.250Z] [2025-05-05T23:13:18.250Z] #33 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-05T23:13:18.250Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-05T23:13:18.250Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-05T23:13:18.250Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-05T23:13:18.250Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-05T23:13:18.250Z] #33 DONE 0.1s [2025-05-05T23:13:18.250Z] [2025-05-05T23:13:18.250Z] #35 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-05-05T23:13:18.250Z] #35 DONE 0.5s [2025-05-05T23:13:18.250Z] [2025-05-05T23:13:18.250Z] #36 [core-data builder 2/7] WORKDIR /edgex-go [2025-05-05T23:13:18.250Z] #36 DONE 0.4s [2025-05-05T23:13:18.250Z] [2025-05-05T23:13:18.250Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-05-05T23:13:18.250Z] #32 DONE 0.7s [2025-05-05T23:13:18.250Z] [2025-05-05T23:13:18.250Z] #34 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:13:19.632Z] #34 ... [2025-05-05T23:13:19.632Z] [2025-05-05T23:13:19.632Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-05-05T23:13:19.632Z] #37 DONE 1.9s [2025-05-05T23:13:19.632Z] [2025-05-05T23:13:19.632Z] #34 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:13:19.891Z] #34 ... [2025-05-05T23:13:19.891Z] [2025-05-05T23:13:19.891Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-05T23:13:19.891Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-05T23:13:19.891Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-05T23:13:19.891Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-05T23:13:19.891Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-05T23:13:19.891Z] #33 DONE 0.1s [2025-05-05T23:13:19.891Z] [2025-05-05T23:13:19.891Z] #38 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-05-05T23:13:19.891Z] #38 DONE 2.4s [2025-05-05T23:13:19.891Z] [2025-05-05T23:13:19.891Z] #34 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:13:21.277Z] #34 ... [2025-05-05T23:13:21.277Z] [2025-05-05T23:13:21.277Z] #39 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-05T23:13:21.277Z] #39 DONE 3.6s [2025-05-05T23:13:21.277Z] [2025-05-05T23:13:21.277Z] #34 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:13:22.217Z] #34 transferring context: 222.42MB 4.9s [2025-05-05T23:13:22.475Z] #34 ... [2025-05-05T23:13:22.475Z] [2025-05-05T23:13:22.475Z] #40 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-05T23:13:22.475Z] #0 0.802 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:22.475Z] #0 0.929 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:22.475Z] #0 1.283 (1/7) Installing ca-certificates (20241121-r1) [2025-05-05T23:13:22.475Z] #0 1.337 (2/7) Installing dumb-init (1.2.5-r3) [2025-05-05T23:13:22.475Z] #0 1.340 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-05-05T23:13:22.475Z] #0 1.345 (4/7) Installing libsodium (1.0.19-r0) [2025-05-05T23:13:22.475Z] #0 1.355 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-05-05T23:13:22.475Z] #0 1.375 (6/7) Installing libzmq (4.3.5-r2) [2025-05-05T23:13:22.475Z] #0 1.390 (7/7) Installing zeromq (4.3.5-r2) [2025-05-05T23:13:22.475Z] #0 1.393 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:13:22.475Z] #0 1.397 Executing ca-certificates-20241121-r1.trigger [2025-05-05T23:13:22.475Z] #0 1.443 OK: 12 MiB in 21 packages [2025-05-05T23:13:22.475Z] #40 DONE 4.9s [2025-05-05T23:13:22.475Z] [2025-05-05T23:13:22.475Z] #41 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-05-05T23:13:22.475Z] #0 1.251 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:22.475Z] #0 1.326 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:22.475Z] #0 1.624 OK: 248 MiB in 58 packages [2025-05-05T23:13:22.475Z] #41 DONE 4.7s [2025-05-05T23:13:22.475Z] [2025-05-05T23:13:22.475Z] #42 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-05T23:13:22.475Z] #0 1.179 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:22.475Z] #0 1.251 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:22.475Z] #0 1.546 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-05T23:13:22.475Z] #0 1.549 (2/4) Installing openssl (3.3.3-r0) [2025-05-05T23:13:22.475Z] #0 1.567 (3/4) Installing su-exec (0.2-r3) [2025-05-05T23:13:22.475Z] #0 1.567 (4/4) Installing yq-go (4.44.1-r2) [2025-05-05T23:13:22.475Z] #0 1.643 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:13:22.475Z] #0 1.651 OK: 19 MiB in 18 packages [2025-05-05T23:13:22.475Z] #42 DONE 4.9s [2025-05-05T23:13:22.475Z] [2025-05-05T23:13:22.475Z] #43 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-05-05T23:13:22.475Z] #0 0.994 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:22.475Z] #0 1.158 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:22.475Z] #0 1.503 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-05T23:13:22.475Z] #0 1.512 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:13:22.476Z] #0 1.521 OK: 8 MiB in 15 packages [2025-05-05T23:13:22.476Z] #43 DONE 5.3s [2025-05-05T23:13:22.476Z] [2025-05-05T23:13:22.476Z] #34 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:13:22.777Z] #34 ... [2025-05-05T23:13:22.777Z] [2025-05-05T23:13:22.777Z] #44 [security-spire-agent internal] load build context [2025-05-05T23:13:22.777Z] #44 transferring context: 23.33kB 0.0s done [2025-05-05T23:13:22.777Z] #44 DONE 2.9s [2025-05-05T23:13:22.777Z] [2025-05-05T23:13:22.777Z] #34 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:13:23.752Z] #34 ... [2025-05-05T23:13:23.752Z] [2025-05-05T23:13:23.752Z] #45 [security-spire-server internal] load build context [2025-05-05T23:13:23.752Z] #45 transferring context: 23.80kB 0.0s done [2025-05-05T23:13:23.752Z] #45 DONE 3.7s [2025-05-05T23:13:23.752Z] [2025-05-05T23:13:23.752Z] #46 [security-spire-config internal] load build context [2025-05-05T23:13:23.752Z] #46 transferring context: 22.05kB 0.0s done [2025-05-05T23:13:23.752Z] #46 DONE 3.7s [2025-05-05T23:13:23.752Z] [2025-05-05T23:13:23.752Z] #47 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-05-05T23:13:23.752Z] #0 4.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:23.752Z] #0 4.393 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:23.752Z] #0 4.734 OK: 248 MiB in 58 packages [2025-05-05T23:13:23.752Z] #47 DONE 6.0s [2025-05-05T23:13:23.752Z] [2025-05-05T23:13:23.752Z] #34 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:13:27.049Z] #34 ... [2025-05-05T23:13:27.049Z] [2025-05-05T23:13:27.049Z] #48 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-05T23:13:27.049Z] #0 5.821 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:27.049Z] #0 5.891 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:27.049Z] #0 6.185 OK: 248 MiB in 58 packages [2025-05-05T23:13:27.049Z] #48 DONE 9.2s [2025-05-05T23:13:27.049Z] [2025-05-05T23:13:27.049Z] #34 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:13:27.049Z] #34 ... [2025-05-05T23:13:27.049Z] [2025-05-05T23:13:27.049Z] #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-05T23:13:27.049Z] #0 7.237 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:27.049Z] #0 7.312 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:27.049Z] #0 7.650 (1/3) Installing ca-certificates (20241121-r1) [2025-05-05T23:13:27.049Z] #0 7.738 (2/3) Installing dumb-init (1.2.5-r3) [2025-05-05T23:13:27.049Z] #0 7.738 (3/3) Installing tzdata (2025b-r0) [2025-05-05T23:13:27.049Z] #0 7.775 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:13:27.049Z] #0 7.778 Executing ca-certificates-20241121-r1.trigger [2025-05-05T23:13:27.049Z] #0 7.816 OK: 10 MiB in 17 packages [2025-05-05T23:13:27.049Z] #49 DONE 9.0s [2025-05-05T23:13:27.049Z] [2025-05-05T23:13:27.049Z] #50 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-05T23:13:27.049Z] #50 DONE 9.2s [2025-05-05T23:13:27.049Z] [2025-05-05T23:13:27.049Z] #51 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-05T23:13:27.049Z] #0 6.792 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:27.049Z] #0 6.875 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:27.049Z] #0 7.145 v3.20.6-140-geaf8e3e956a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-05T23:13:27.049Z] #0 7.145 v3.20.6-139-gac2ab0f040d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-05T23:13:27.049Z] #0 7.145 OK: 24171 distinct packages available [2025-05-05T23:13:27.049Z] #0 7.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:27.049Z] #0 7.305 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:27.049Z] #0 7.551 (1/14) Installing ca-certificates (20241121-r1) [2025-05-05T23:13:27.049Z] #0 7.575 (2/14) Installing brotli-libs (1.1.0-r2) [2025-05-05T23:13:27.049Z] #0 7.586 (3/14) Installing c-ares (1.33.1-r0) [2025-05-05T23:13:27.049Z] #0 7.590 (4/14) Installing libunistring (1.2-r0) [2025-05-05T23:13:27.049Z] #0 7.759 (5/14) Installing libidn2 (2.3.7-r0) [2025-05-05T23:13:27.049Z] #0 7.761 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-05-05T23:13:27.049Z] #0 7.764 (7/14) Installing libpsl (0.21.5-r1) [2025-05-05T23:13:27.049Z] #0 7.767 (8/14) Installing zstd-libs (1.5.6-r0) [2025-05-05T23:13:27.049Z] #0 7.777 (9/14) Installing libcurl (8.12.1-r0) [2025-05-05T23:13:27.049Z] #0 7.788 (10/14) Installing curl (8.12.1-r0) [2025-05-05T23:13:27.049Z] #0 7.791 (11/14) Installing dumb-init (1.2.5-r3) [2025-05-05T23:13:27.049Z] #0 7.795 (12/14) Installing musl-obstack (1.2.3-r2) [2025-05-05T23:13:27.049Z] #0 7.806 (13/14) Installing libucontext (1.2-r3) [2025-05-05T23:13:27.049Z] #0 7.809 (14/14) Installing gcompat (1.1.0-r4) [2025-05-05T23:13:27.049Z] #0 7.813 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:13:27.049Z] #0 7.821 Executing ca-certificates-20241121-r1.trigger [2025-05-05T23:13:27.049Z] #0 7.852 OK: 13 MiB in 28 packages [2025-05-05T23:13:27.049Z] #51 DONE 9.1s [2025-05-05T23:13:27.049Z] [2025-05-05T23:13:27.049Z] #34 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:13:27.049Z] #34 ... [2025-05-05T23:13:27.049Z] [2025-05-05T23:13:27.049Z] #52 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-05T23:13:27.049Z] #0 7.379 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:27.049Z] #0 7.470 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:27.049Z] #0 7.734 OK: 248 MiB in 58 packages [2025-05-05T23:13:27.049Z] #52 DONE 9.3s [2025-05-05T23:13:27.049Z] [2025-05-05T23:13:27.049Z] #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-05T23:13:27.049Z] #0 6.242 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:27.049Z] #0 6.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:27.049Z] #0 6.608 v3.20.6-140-geaf8e3e956a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-05T23:13:27.049Z] #0 6.608 v3.20.6-139-gac2ab0f040d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-05T23:13:27.049Z] #0 6.608 OK: 24171 distinct packages available [2025-05-05T23:13:27.049Z] #0 6.678 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:27.049Z] #0 6.741 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:27.049Z] #0 7.026 OK: 248 MiB in 58 packages [2025-05-05T23:13:27.049Z] #53 DONE 9.3s [2025-05-05T23:13:27.049Z] [2025-05-05T23:13:27.049Z] #34 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:13:27.308Z] #34 transferring context: 380.61MB 10.2s [2025-05-05T23:13:27.308Z] #34 ... [2025-05-05T23:13:27.308Z] [2025-05-05T23:13:27.308Z] #54 [security-proxy-auth internal] load build context [2025-05-05T23:13:27.568Z] #54 ... [2025-05-05T23:13:27.568Z] [2025-05-05T23:13:27.568Z] #55 [core-keeper internal] load build context [2025-05-05T23:13:27.568Z] #55 ... [2025-05-05T23:13:27.568Z] [2025-05-05T23:13:27.568Z] #56 [security-proxy-setup internal] load build context [2025-05-05T23:13:27.568Z] #56 ... [2025-05-05T23:13:27.568Z] [2025-05-05T23:13:27.568Z] #57 [support-notifications internal] load build context [2025-05-05T23:13:27.826Z] #57 ... [2025-05-05T23:13:27.826Z] [2025-05-05T23:13:27.826Z] #58 [security-spiffe-token-provider internal] load build context [2025-05-05T23:13:27.826Z] #58 ... [2025-05-05T23:13:27.826Z] [2025-05-05T23:13:27.826Z] #59 [core-metadata internal] load build context [2025-05-05T23:13:28.086Z] #59 ... [2025-05-05T23:13:28.086Z] [2025-05-05T23:13:28.086Z] #60 [security-bootstrapper internal] load build context [2025-05-05T23:13:28.086Z] #60 ... [2025-05-05T23:13:28.086Z] [2025-05-05T23:13:28.086Z] #61 [core-data internal] load build context [2025-05-05T23:13:28.086Z] #61 ... [2025-05-05T23:13:28.086Z] [2025-05-05T23:13:28.086Z] #62 [security-secretstore-setup internal] load build context [2025-05-05T23:13:28.347Z] #62 ... [2025-05-05T23:13:28.347Z] [2025-05-05T23:13:28.347Z] #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-05T23:13:28.347Z] #0 9.720 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:28.347Z] #0 9.795 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:28.347Z] #0 10.07 (1/2) Installing dumb-init (1.2.5-r3) [2025-05-05T23:13:28.347Z] #0 10.08 (2/2) Installing su-exec (0.2-r3) [2025-05-05T23:13:28.347Z] #0 10.10 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:13:28.347Z] #0 10.10 OK: 8 MiB in 16 packages [2025-05-05T23:13:28.347Z] #63 ... [2025-05-05T23:13:28.347Z] [2025-05-05T23:13:28.347Z] #64 [core-command internal] load build context [2025-05-05T23:13:28.612Z] #64 ... [2025-05-05T23:13:28.612Z] [2025-05-05T23:13:28.612Z] #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-05T23:13:28.612Z] #0 9.613 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:28.612Z] #0 9.674 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:28.612Z] #0 10.01 (1/4) Installing ca-certificates (20241121-r1) [2025-05-05T23:13:28.612Z] #0 10.03 (2/4) Installing dumb-init (1.2.5-r3) [2025-05-05T23:13:28.612Z] #0 10.03 (3/4) Installing su-exec (0.2-r3) [2025-05-05T23:13:28.612Z] #0 10.03 (4/4) Installing yq-go (4.44.1-r2) [2025-05-05T23:13:28.612Z] #0 10.13 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:13:28.612Z] #0 10.14 Executing ca-certificates-20241121-r1.trigger [2025-05-05T23:13:28.612Z] #0 10.26 OK: 19 MiB in 18 packages [2025-05-05T23:13:28.612Z] #65 ... [2025-05-05T23:13:28.612Z] [2025-05-05T23:13:28.612Z] #66 [support-scheduler internal] load build context [2025-05-05T23:13:28.612Z] #66 ... [2025-05-05T23:13:28.612Z] [2025-05-05T23:13:28.612Z] #67 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-05T23:13:28.612Z] #0 9.796 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:28.612Z] #0 9.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:28.612Z] #0 10.22 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-05T23:13:28.612Z] #0 10.24 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:13:28.612Z] #0 10.26 OK: 8 MiB in 15 packages [2025-05-05T23:13:28.880Z] #67 ... [2025-05-05T23:13:28.880Z] [2025-05-05T23:13:28.880Z] #66 [support-scheduler internal] load build context [2025-05-05T23:13:29.819Z] #66 ... [2025-05-05T23:13:29.819Z] [2025-05-05T23:13:29.819Z] #68 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:13:29.819Z] #68 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 2.7s done [2025-05-05T23:13:29.819Z] #68 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-05-05T23:13:29.819Z] #68 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-05-05T23:13:29.819Z] #68 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-05-05T23:13:29.819Z] #68 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.8s done [2025-05-05T23:13:29.819Z] #68 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.8s done [2025-05-05T23:13:29.819Z] #68 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-05-05T23:13:29.819Z] #68 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.5s done [2025-05-05T23:13:29.819Z] #68 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.9s done [2025-05-05T23:13:29.819Z] #68 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-05-05T23:13:29.819Z] #68 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-05-05T23:13:29.819Z] #68 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.7s [2025-05-05T23:13:30.089Z] #68 ... [2025-05-05T23:13:30.089Z] [2025-05-05T23:13:30.089Z] #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-05T23:13:30.089Z] #69 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 2.7s done [2025-05-05T23:13:30.089Z] #69 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-05-05T23:13:30.089Z] #69 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-05-05T23:13:30.089Z] #69 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-05-05T23:13:30.089Z] #69 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.8s done [2025-05-05T23:13:30.089Z] #69 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-05-05T23:13:30.089Z] #69 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.9s done [2025-05-05T23:13:30.089Z] #69 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.9s done [2025-05-05T23:13:30.089Z] #69 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 1.1s done [2025-05-05T23:13:30.089Z] #69 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done [2025-05-05T23:13:30.089Z] #69 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.7s done [2025-05-05T23:13:30.089Z] #69 ... [2025-05-05T23:13:30.089Z] [2025-05-05T23:13:30.089Z] #66 [support-scheduler internal] load build context [2025-05-05T23:13:31.470Z] #66 ... [2025-05-05T23:13:31.470Z] [2025-05-05T23:13:31.470Z] #70 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-05T23:13:31.470Z] #70 ... [2025-05-05T23:13:31.470Z] [2025-05-05T23:13:31.470Z] #66 [support-scheduler internal] load build context [2025-05-05T23:13:32.405Z] #66 ... [2025-05-05T23:13:32.405Z] [2025-05-05T23:13:32.405Z] #58 [security-spiffe-token-provider internal] load build context [2025-05-05T23:13:32.405Z] #58 transferring context: 503.49MB 12.1s done [2025-05-05T23:13:32.405Z] #58 DONE 14.6s [2025-05-05T23:13:32.405Z] [2025-05-05T23:13:32.405Z] #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-05T23:13:32.405Z] #63 DONE 14.4s [2025-05-05T23:13:32.405Z] [2025-05-05T23:13:32.405Z] #54 [security-proxy-auth internal] load build context [2025-05-05T23:13:32.405Z] #54 transferring context: 503.49MB 13.3s done [2025-05-05T23:13:32.405Z] #54 DONE 15.1s [2025-05-05T23:13:32.405Z] [2025-05-05T23:13:32.405Z] #71 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-05T23:13:32.405Z] #0 7.073 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:32.405Z] #0 7.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:32.405Z] #0 7.742 OK: 12 MiB in 21 packages [2025-05-05T23:13:32.405Z] #71 DONE 10.0s [2025-05-05T23:13:32.405Z] [2025-05-05T23:13:32.405Z] #72 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-05T23:13:32.405Z] #0 7.066 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:32.405Z] #0 7.304 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:32.405Z] #0 7.761 v3.20.6-140-geaf8e3e956a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-05T23:13:32.405Z] #0 7.761 v3.20.6-139-gac2ab0f040d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-05T23:13:32.405Z] #0 7.761 OK: 24171 distinct packages available [2025-05-05T23:13:32.405Z] #0 7.845 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:32.405Z] #0 7.917 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:32.405Z] #0 8.177 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-05T23:13:32.405Z] #0 8.179 (2/4) Installing musl-obstack (1.2.3-r2) [2025-05-05T23:13:32.405Z] #0 8.181 (3/4) Installing libucontext (1.2-r3) [2025-05-05T23:13:32.405Z] #0 8.183 (4/4) Installing gcompat (1.1.0-r4) [2025-05-05T23:13:32.405Z] #0 8.187 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:13:32.405Z] #0 8.196 OK: 8 MiB in 18 packages [2025-05-05T23:13:32.405Z] #72 DONE 10.0s [2025-05-05T23:13:32.405Z] [2025-05-05T23:13:32.405Z] #66 [support-scheduler internal] load build context [2025-05-05T23:13:32.405Z] #66 ... [2025-05-05T23:13:32.405Z] [2025-05-05T23:13:32.405Z] #73 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-05T23:13:32.405Z] #73 ... [2025-05-05T23:13:32.405Z] [2025-05-05T23:13:32.405Z] #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-05T23:13:32.405Z] #65 DONE 14.2s [2025-05-05T23:13:32.405Z] [2025-05-05T23:13:32.405Z] #67 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-05T23:13:32.405Z] #67 DONE 14.3s [2025-05-05T23:13:32.405Z] [2025-05-05T23:13:32.405Z] #61 [core-data internal] load build context [2025-05-05T23:13:32.405Z] #61 transferring context: 503.49MB 12.9s done [2025-05-05T23:13:32.405Z] #61 DONE 14.4s [2025-05-05T23:13:32.405Z] [2025-05-05T23:13:32.405Z] #60 [security-bootstrapper internal] load build context [2025-05-05T23:13:32.405Z] #60 transferring context: 503.49MB 13.4s done [2025-05-05T23:13:32.405Z] #60 DONE 14.7s [2025-05-05T23:13:32.405Z] [2025-05-05T23:13:32.405Z] #64 [core-command internal] load build context [2025-05-05T23:13:32.405Z] #64 transferring context: 503.49MB 13.4s done [2025-05-05T23:13:32.405Z] #64 DONE 14.4s [2025-05-05T23:13:32.405Z] [2025-05-05T23:13:32.405Z] #62 [security-secretstore-setup internal] load build context [2025-05-05T23:13:32.405Z] #62 transferring context: 503.49MB 13.8s done [2025-05-05T23:13:32.405Z] #62 DONE 14.5s [2025-05-05T23:13:32.405Z] [2025-05-05T23:13:32.405Z] #55 [core-keeper internal] load build context [2025-05-05T23:13:32.405Z] #55 transferring context: 503.49MB 14.3s done [2025-05-05T23:13:32.405Z] #55 DONE 15.1s [2025-05-05T23:13:32.405Z] [2025-05-05T23:13:32.405Z] #57 [support-notifications internal] load build context [2025-05-05T23:13:32.405Z] #57 transferring context: 503.49MB 14.4s done [2025-05-05T23:13:32.405Z] #57 DONE 15.1s [2025-05-05T23:13:32.405Z] [2025-05-05T23:13:32.405Z] #34 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:13:32.405Z] #34 transferring context: 503.49MB 14.1s done [2025-05-05T23:13:32.405Z] #34 DONE 15.3s [2025-05-05T23:13:32.405Z] [2025-05-05T23:13:32.405Z] #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-05T23:13:32.664Z] #74 ... [2025-05-05T23:13:32.664Z] [2025-05-05T23:13:32.664Z] #59 [core-metadata internal] load build context [2025-05-05T23:13:32.664Z] #59 transferring context: 503.49MB 14.0s done [2025-05-05T23:13:32.664Z] #59 DONE 14.7s [2025-05-05T23:13:32.664Z] [2025-05-05T23:13:32.664Z] #75 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-05-05T23:13:32.664Z] #75 ... [2025-05-05T23:13:32.664Z] [2025-05-05T23:13:32.664Z] #66 [support-scheduler internal] load build context [2025-05-05T23:13:32.928Z] #66 ... [2025-05-05T23:13:32.928Z] [2025-05-05T23:13:32.928Z] #76 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:13:32.928Z] #76 DONE 0.6s [2025-05-05T23:13:32.928Z] [2025-05-05T23:13:32.928Z] #77 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:13:32.928Z] #77 DONE 0.5s [2025-05-05T23:13:32.928Z] [2025-05-05T23:13:32.928Z] #78 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:13:32.928Z] #78 DONE 0.5s [2025-05-05T23:13:32.928Z] [2025-05-05T23:13:32.928Z] #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:13:32.928Z] #79 DONE 0.4s [2025-05-05T23:13:33.194Z] [2025-05-05T23:13:33.194Z] #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-05T23:13:33.760Z] #69 ... [2025-05-05T23:13:33.760Z] [2025-05-05T23:13:33.760Z] #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-05T23:13:33.760Z] #0 6.050 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:33.760Z] #0 6.149 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:33.760Z] #0 6.570 OK: 10 MiB in 17 packages [2025-05-05T23:13:33.760Z] #80 DONE 6.8s [2025-05-05T23:13:33.760Z] [2025-05-05T23:13:33.760Z] #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-05-05T23:13:33.760Z] #0 6.061 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:33.760Z] #0 6.196 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:33.760Z] #0 6.572 OK: 13 MiB in 28 packages [2025-05-05T23:13:33.760Z] #81 DONE 6.8s [2025-05-05T23:13:33.760Z] [2025-05-05T23:13:33.760Z] #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-05T23:13:33.760Z] #74 10.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:33.760Z] #74 10.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:33.760Z] #74 11.07 OK: 19 MiB in 18 packages [2025-05-05T23:13:33.760Z] #74 DONE 11.4s [2025-05-05T23:13:33.760Z] [2025-05-05T23:13:33.760Z] #75 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-05-05T23:13:33.760Z] #75 10.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:33.760Z] #75 10.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:33.760Z] #75 11.30 OK: 8 MiB in 15 packages [2025-05-05T23:13:33.760Z] #75 DONE 11.6s [2025-05-05T23:13:34.017Z] [2025-05-05T23:13:34.018Z] #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-05-05T23:13:34.018Z] #82 DONE 0.1s [2025-05-05T23:13:34.018Z] [2025-05-05T23:13:34.018Z] #73 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-05T23:13:34.018Z] #73 10.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:34.018Z] #73 10.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:34.018Z] #73 10.87 v3.20.6-140-geaf8e3e956a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-05T23:13:34.018Z] #73 10.87 v3.20.6-139-gac2ab0f040d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-05T23:13:34.018Z] #73 10.87 OK: 24171 distinct packages available [2025-05-05T23:13:34.018Z] #73 10.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:34.018Z] #73 11.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:34.018Z] #73 11.49 (1/5) Installing dumb-init (1.2.5-r3) [2025-05-05T23:13:34.018Z] #73 11.50 (2/5) Installing musl-obstack (1.2.3-r2) [2025-05-05T23:13:34.018Z] #73 11.50 (3/5) Installing libucontext (1.2-r3) [2025-05-05T23:13:34.018Z] #73 11.51 (4/5) Installing gcompat (1.1.0-r4) [2025-05-05T23:13:34.018Z] #73 11.51 (5/5) Installing openssl (3.3.3-r0) [2025-05-05T23:13:34.018Z] #73 11.52 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:13:34.018Z] #73 11.53 OK: 9 MiB in 19 packages [2025-05-05T23:13:34.018Z] #73 ... [2025-05-05T23:13:34.018Z] [2025-05-05T23:13:34.018Z] #56 [security-proxy-setup internal] load build context [2025-05-05T23:13:34.018Z] #56 transferring context: 503.49MB 16.3s done [2025-05-05T23:13:34.018Z] #56 DONE 16.5s [2025-05-05T23:13:34.275Z] [2025-05-05T23:13:34.275Z] #66 [support-scheduler internal] load build context [2025-05-05T23:13:34.275Z] #66 ... [2025-05-05T23:13:34.275Z] [2025-05-05T23:13:34.275Z] #73 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-05T23:13:34.275Z] #73 DONE 11.9s [2025-05-05T23:13:34.275Z] [2025-05-05T23:13:34.275Z] #66 [support-scheduler internal] load build context [2025-05-05T23:13:34.534Z] #66 ... [2025-05-05T23:13:34.534Z] [2025-05-05T23:13:34.534Z] #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-05-05T23:13:34.534Z] #0 1.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:34.534Z] #0 1.525 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:34.534Z] #0 1.856 OK: 8 MiB in 16 packages [2025-05-05T23:13:34.534Z] #83 DONE 2.0s [2025-05-05T23:13:34.534Z] [2025-05-05T23:13:34.534Z] #66 [support-scheduler internal] load build context [2025-05-05T23:13:34.534Z] #66 transferring context: 503.49MB 16.5s done [2025-05-05T23:13:34.534Z] #66 DONE 16.8s [2025-05-05T23:13:34.534Z] [2025-05-05T23:13:34.534Z] #84 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-05-05T23:13:34.534Z] #0 1.490 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:34.534Z] #0 1.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:34.534Z] #0 1.917 OK: 8 MiB in 15 packages [2025-05-05T23:13:34.534Z] #84 DONE 2.1s [2025-05-05T23:13:34.534Z] [2025-05-05T23:13:34.534Z] #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:13:34.534Z] #85 DONE 0.0s [2025-05-05T23:13:34.534Z] [2025-05-05T23:13:34.534Z] #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:13:34.792Z] #86 ... [2025-05-05T23:13:34.792Z] [2025-05-05T23:13:34.792Z] #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-05T23:13:34.792Z] #0 1.911 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:34.792Z] #0 2.001 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:34.792Z] #0 2.351 OK: 8 MiB in 18 packages [2025-05-05T23:13:34.792Z] #87 DONE 2.4s [2025-05-05T23:13:35.050Z] [2025-05-05T23:13:35.050Z] #88 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-05T23:13:35.309Z] #88 DONE 0.5s [2025-05-05T23:13:35.309Z] [2025-05-05T23:13:35.309Z] #89 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-05T23:13:35.309Z] #0 2.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:35.309Z] #0 2.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:35.309Z] #0 2.645 OK: 19 MiB in 18 packages [2025-05-05T23:13:35.309Z] #89 DONE 2.9s [2025-05-05T23:13:35.309Z] [2025-05-05T23:13:35.309Z] #90 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-05T23:13:35.309Z] #0 6.209 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:35.309Z] #0 7.216 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:35.309Z] #0 7.997 OK: 248 MiB in 58 packages [2025-05-05T23:13:35.309Z] #90 DONE 8.4s [2025-05-05T23:13:35.309Z] [2025-05-05T23:13:35.309Z] #91 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-05-05T23:13:35.568Z] #91 DONE 0.1s [2025-05-05T23:13:35.568Z] [2025-05-05T23:13:35.568Z] #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-05-05T23:13:35.568Z] #92 DONE 0.1s [2025-05-05T23:13:35.568Z] [2025-05-05T23:13:35.568Z] #70 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-05T23:13:35.568Z] #70 11.53 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:35.568Z] #70 12.86 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:35.568Z] #70 13.65 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-05T23:13:35.568Z] #70 13.95 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:13:35.568Z] #70 13.95 OK: 8 MiB in 15 packages [2025-05-05T23:13:35.568Z] #70 DONE 14.1s [2025-05-05T23:13:35.568Z] [2025-05-05T23:13:35.568Z] #93 [security-spire-config stage-2 6/10] COPY security.txt / [2025-05-05T23:13:35.568Z] #93 DONE 0.1s [2025-05-05T23:13:35.568Z] [2025-05-05T23:13:35.568Z] #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:13:35.568Z] #94 ... [2025-05-05T23:13:35.568Z] [2025-05-05T23:13:35.568Z] #95 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-05-05T23:13:35.568Z] #95 DONE 0.0s [2025-05-05T23:13:35.568Z] [2025-05-05T23:13:35.568Z] #96 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-05-05T23:13:35.568Z] #96 DONE 0.0s [2025-05-05T23:13:35.568Z] [2025-05-05T23:13:35.568Z] #97 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-05-05T23:13:35.568Z] #97 DONE 0.0s [2025-05-05T23:13:35.826Z] [2025-05-05T23:13:35.826Z] #98 [security-spire-config] exporting to image [2025-05-05T23:13:35.826Z] #98 exporting layers [2025-05-05T23:13:36.085Z] #98 ... [2025-05-05T23:13:36.085Z] [2025-05-05T23:13:36.085Z] #99 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-05-05T23:13:36.085Z] #99 DONE 1.6s [2025-05-05T23:13:36.085Z] [2025-05-05T23:13:36.085Z] #100 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-05-05T23:13:36.085Z] #100 DONE 0.0s [2025-05-05T23:13:36.085Z] [2025-05-05T23:13:36.085Z] #68 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:13:36.085Z] #68 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.5s done [2025-05-05T23:13:36.651Z] #68 ... [2025-05-05T23:13:36.652Z] [2025-05-05T23:13:36.652Z] #98 [security-spire-config] exporting to image [2025-05-05T23:13:36.652Z] #98 exporting layers 0.8s done [2025-05-05T23:13:36.652Z] #98 writing image sha256:d49c0f6bae5d06e5f46ac1cc72393e6574de9ba2e5465c168cb798a7a2769fdd done [2025-05-05T23:13:36.652Z] #98 naming to docker.io/library/security-spire-config done [2025-05-05T23:13:36.652Z] #98 DONE 0.8s [2025-05-05T23:13:36.652Z] [2025-05-05T23:13:36.652Z] #101 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-05-05T23:13:36.652Z] #0 1.810 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:36.652Z] #0 1.880 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-05T23:13:36.652Z] #101 2.204 OK: 9 MiB in 19 packages [2025-05-05T23:13:36.652Z] #101 DONE 2.3s [2025-05-05T23:13:36.652Z] [2025-05-05T23:13:36.652Z] #102 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-05-05T23:13:37.231Z] #102 ... [2025-05-05T23:13:37.231Z] [2025-05-05T23:13:37.231Z] #103 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-05T23:13:37.231Z] #103 DONE 0.6s [2025-05-05T23:13:37.231Z] [2025-05-05T23:13:37.231Z] #102 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-05-05T23:13:37.231Z] #102 DONE 0.6s [2025-05-05T23:13:37.231Z] [2025-05-05T23:13:37.231Z] #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-05-05T23:13:37.231Z] #104 DONE 0.0s [2025-05-05T23:13:37.231Z] [2025-05-05T23:13:37.231Z] #105 [security-spire-server stage-2 6/9] COPY security.txt / [2025-05-05T23:13:37.231Z] #105 DONE 0.1s [2025-05-05T23:13:37.231Z] [2025-05-05T23:13:37.231Z] #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-05T23:13:37.493Z] #106 DONE 0.4s [2025-05-05T23:13:37.493Z] [2025-05-05T23:13:37.493Z] #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-05-05T23:13:37.493Z] #107 DONE 0.2s [2025-05-05T23:13:37.493Z] [2025-05-05T23:13:37.493Z] #108 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-05-05T23:13:37.493Z] #108 DONE 0.0s [2025-05-05T23:13:37.493Z] [2025-05-05T23:13:37.493Z] #109 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-05-05T23:13:37.753Z] #109 DONE 0.0s [2025-05-05T23:13:37.753Z] [2025-05-05T23:13:37.753Z] #110 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-05-05T23:13:37.753Z] #110 DONE 0.0s [2025-05-05T23:13:37.753Z] [2025-05-05T23:13:37.753Z] #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-05-05T23:13:37.753Z] #111 DONE 0.0s [2025-05-05T23:13:37.753Z] [2025-05-05T23:13:37.753Z] #112 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-05-05T23:13:37.753Z] #112 DONE 0.0s [2025-05-05T23:13:37.753Z] [2025-05-05T23:13:37.753Z] #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-05-05T23:13:37.753Z] #113 DONE 0.0s [2025-05-05T23:13:37.753Z] [2025-05-05T23:13:37.753Z] #98 [security-spire-server] exporting to image [2025-05-05T23:13:37.753Z] #98 ... [2025-05-05T23:13:37.753Z] [2025-05-05T23:13:37.753Z] #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-05-05T23:13:37.753Z] #114 DONE 0.0s [2025-05-05T23:13:37.753Z] [2025-05-05T23:13:37.753Z] #98 [security-spire-agent] exporting to image [2025-05-05T23:13:38.319Z] #98 exporting layers 0.7s done [2025-05-05T23:13:38.319Z] #98 writing image sha256:4920958341488fa212a48cfa4a579fb63a7bdd49f0c3def106e86b4b66a99e82 done [2025-05-05T23:13:38.319Z] #98 naming to docker.io/library/security-spire-server done [2025-05-05T23:13:38.578Z] #98 writing image sha256:dada6505a083337d62c7c9e9d56f288f66482e1670e2ecd9203e77d1b76bb5d8 done [2025-05-05T23:13:38.579Z] #98 naming to docker.io/library/security-spire-agent done [2025-05-05T23:13:38.579Z] #98 DONE 1.6s [2025-05-05T23:13:38.579Z] [2025-05-05T23:13:38.579Z] #115 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:13:43.855Z] #115 ... [2025-05-05T23:13:43.855Z] [2025-05-05T23:13:43.855Z] #116 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:13:43.855Z] #116 ... [2025-05-05T23:13:43.855Z] [2025-05-05T23:13:43.855Z] #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:13:43.855Z] #117 ... [2025-05-05T23:13:43.855Z] [2025-05-05T23:13:43.855Z] #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:14:08.095Z] Removing intermediate container 7c48d54ed595 [2025-05-05T23:14:08.095Z] ---> 719cd3ace01d [2025-05-05T23:14:08.095Z] Successfully built 719cd3ace01d [2025-05-05T23:14:08.095Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:14:08.444Z] + docker inspect -f . ci-base-image-arm64 [2025-05-05T23:14:08.444Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-05T23:14:08.662Z] prd-ubuntu20.04-docker-arm64-4c-16g-967 does not seem to be running inside a container [2025-05-05T23:14:08.736Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/835 -v /w/workspace/edgex-go/835:/w/workspace/edgex-go/835:rw,z -v /w/workspace/edgex-go/835@tmp:/w/workspace/edgex-go/835@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-05-05T23:14:09.941Z] $ docker top 2b9a7d420f65e22d7b806ec122b4fdff40671d9a87ca97487614650335cce552 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-05T23:14:10.529Z] #118 DONE 33.7s [2025-05-05T23:14:10.529Z] [2025-05-05T23:14:10.529Z] #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:14:10.529Z] #86 DONE 32.1s [2025-05-05T23:14:10.529Z] [2025-05-05T23:14:10.529Z] #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:14:10.529Z] #94 DONE 31.3s [2025-05-05T23:14:10.529Z] [2025-05-05T23:14:10.529Z] #116 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:14:10.529Z] #116 DONE 33.7s [2025-05-05T23:14:10.529Z] [2025-05-05T23:14:10.529Z] #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:14:10.529Z] #117 DONE 33.7s [2025-05-05T23:14:10.529Z] [2025-05-05T23:14:10.529Z] #115 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:14:10.529Z] #115 DONE 33.7s [2025-05-05T23:14:10.529Z] [2025-05-05T23:14:10.529Z] #119 [security-spiffe-token-provider builder 6/7] COPY . . [2025-05-05T23:14:10.782Z] + go version [2025-05-05T23:14:10.782Z] go version go1.23.8 linux/arm64 [Pipeline] } [2025-05-05T23:14:10.794Z] $ docker stop --time=1 2b9a7d420f65e22d7b806ec122b4fdff40671d9a87ca97487614650335cce552 [2025-05-05T23:14:12.422Z] $ docker rm -f --volumes 2b9a7d420f65e22d7b806ec122b4fdff40671d9a87ca97487614650335cce552 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:14:13.063Z] #119 ... [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #120 [security-bootstrapper builder 6/7] COPY . . [2025-05-05T23:14:13.063Z] #120 DONE 5.9s [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #121 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:14:13.063Z] #121 CACHED [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #122 [security-secretstore-setup builder 6/7] COPY . . [2025-05-05T23:14:13.063Z] #122 CACHED [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #123 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:14:13.063Z] #123 CACHED [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #124 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:14:13.063Z] #124 CACHED [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #125 [security-proxy-setup builder 6/7] COPY . . [2025-05-05T23:14:13.063Z] #125 CACHED [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #126 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:14:13.063Z] #126 CACHED [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #127 [core-metadata builder 6/7] COPY . . [2025-05-05T23:14:13.063Z] #127 CACHED [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #128 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:14:13.063Z] #128 CACHED [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:14:13.063Z] #129 CACHED [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #130 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:14:13.063Z] #130 CACHED [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #131 [core-command builder 6/7] COPY . . [2025-05-05T23:14:13.063Z] #131 CACHED [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #132 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:14:13.063Z] #132 CACHED [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #133 [core-keeper builder 7/8] COPY . . [2025-05-05T23:14:13.063Z] #133 DONE 6.0s [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #134 [security-proxy-auth builder 6/7] COPY . . [2025-05-05T23:14:13.063Z] #134 DONE 6.0s [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #135 [core-data builder 6/7] COPY . . [2025-05-05T23:14:13.063Z] #135 CACHED [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #136 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:14:13.063Z] #136 CACHED [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #137 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:14:13.063Z] #137 CACHED [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #138 [support-scheduler builder 6/7] COPY . . [2025-05-05T23:14:13.063Z] #138 DONE 6.0s [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #139 [support-notifications builder 6/7] COPY . . [2025-05-05T23:14:13.063Z] #139 DONE 6.0s [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #140 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:14:13.063Z] #140 CACHED [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #141 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-05-05T23:14:13.063Z] #141 CACHED [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #142 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:14:13.063Z] #142 CACHED [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #143 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-05T23:14:13.063Z] #143 ... [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #119 [security-spiffe-token-provider builder 6/7] COPY . . [2025-05-05T23:14:13.063Z] #119 DONE 6.0s [2025-05-05T23:14:13.063Z] [2025-05-05T23:14:13.063Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-05T23:14:13.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-05-05T23:14:13.114Z] [2025-05-05T23:14:13.114Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:14:13.453Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-05-05T23:14:13.453Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-05-05T23:14:13.453Z] 547446be3368: Pulling fs layer [2025-05-05T23:14:13.453Z] d125d8839a47: Pulling fs layer [2025-05-05T23:14:13.453Z] 3e85d5ac6304: Pulling fs layer [2025-05-05T23:14:13.453Z] c3105a71a48b: Pulling fs layer [2025-05-05T23:14:13.453Z] 0f093f025ec4: Pulling fs layer [2025-05-05T23:14:13.453Z] c3106fc0e877: Pulling fs layer [2025-05-05T23:14:13.453Z] c3105a71a48b: Waiting [2025-05-05T23:14:13.453Z] 0f093f025ec4: Waiting [2025-05-05T23:14:13.453Z] c3106fc0e877: Waiting [2025-05-05T23:14:13.721Z] 547446be3368: Verifying Checksum [2025-05-05T23:14:13.721Z] c3105a71a48b: Download complete [2025-05-05T23:14:13.990Z] d125d8839a47: Verifying Checksum [2025-05-05T23:14:13.990Z] d125d8839a47: Download complete [2025-05-05T23:14:13.990Z] c3106fc0e877: Verifying Checksum [2025-05-05T23:14:13.990Z] c3106fc0e877: Download complete [2025-05-05T23:14:13.997Z] #144 1.056 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-05-05T23:14:14.260Z] 0f093f025ec4: Download complete [2025-05-05T23:14:14.527Z] 547446be3368: Pull complete [2025-05-05T23:14:15.491Z] d125d8839a47: Pull complete [2025-05-05T23:14:16.077Z] 3e85d5ac6304: Verifying Checksum [2025-05-05T23:14:16.077Z] 3e85d5ac6304: Download complete [2025-05-05T23:14:23.962Z] #144 ... [2025-05-05T23:14:23.962Z] [2025-05-05T23:14:23.962Z] #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-05-05T23:14:23.962Z] #0 1.444 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-05-05T23:14:23.962Z] #145 ... [2025-05-05T23:14:23.962Z] [2025-05-05T23:14:23.962Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-05T23:14:23.962Z] #0 1.212 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-05-05T23:14:23.962Z] #146 ... [2025-05-05T23:14:23.962Z] [2025-05-05T23:14:23.962Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-05T23:14:23.962Z] #0 0.819 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-05-05T23:14:23.962Z] #147 ... [2025-05-05T23:14:23.962Z] [2025-05-05T23:14:23.962Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-05T23:14:23.962Z] #0 0.724 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-05-05T23:14:23.962Z] #148 ... [2025-05-05T23:14:23.962Z] [2025-05-05T23:14:23.962Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-05T23:14:23.962Z] #0 0.744 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-05-05T23:14:23.962Z] #149 ... [2025-05-05T23:14:23.962Z] [2025-05-05T23:14:23.962Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-05T23:14:23.962Z] #0 1.580 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-05-05T23:14:23.962Z] #150 ... [2025-05-05T23:14:23.962Z] [2025-05-05T23:14:23.962Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-05T23:14:23.962Z] #0 1.083 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-05-05T23:14:23.962Z] #151 ... [2025-05-05T23:14:23.962Z] [2025-05-05T23:14:23.962Z] #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-05T23:14:23.962Z] #0 0.575 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-05-05T23:14:23.962Z] #152 ... [2025-05-05T23:14:23.962Z] [2025-05-05T23:14:23.962Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-05-05T23:14:23.962Z] #0 0.759 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-05-05T23:14:23.962Z] #153 ... [2025-05-05T23:14:23.962Z] [2025-05-05T23:14:23.962Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-05T23:14:23.962Z] #0 1.540 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-05-05T23:14:24.221Z] #154 ... [2025-05-05T23:14:24.221Z] [2025-05-05T23:14:24.221Z] #143 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-05T23:14:24.221Z] #143 1.177 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-05-05T23:14:26.160Z] 3e85d5ac6304: Pull complete [2025-05-05T23:14:26.160Z] c3105a71a48b: Pull complete [2025-05-05T23:14:26.746Z] 0f093f025ec4: Pull complete [2025-05-05T23:14:27.014Z] c3106fc0e877: Pull complete [2025-05-05T23:14:27.014Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-05-05T23:14:27.014Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-05-05T23:14:27.014Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-05T23:14:27.228Z] prd-ubuntu20.04-docker-arm64-4c-16g-967 does not seem to be running inside a container [2025-05-05T23:14:27.285Z] $ 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/835 -v /w/workspace/edgex-go/835:/w/workspace/edgex-go/835:rw,z -v /w/workspace/edgex-go/835@tmp:/w/workspace/edgex-go/835@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2025-05-05T23:14:29.234Z] $ docker top efafd4b12c790e8ffeb9fcbc0f5798666e7a2c380257f804928b1163597092de -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-05T23:14:30.284Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-05-05T23:14:40.407Z] #1 [security-secretstore-setup internal] load build definition from Dockerfile [2025-05-05T23:14:40.407Z] #1 transferring dockerfile: [2025-05-05T23:14:40.407Z] #1 transferring dockerfile: 2.49kB done [2025-05-05T23:14:40.407Z] #1 DONE 0.1s [2025-05-05T23:14:40.407Z] [2025-05-05T23:14:40.407Z] #2 [security-spire-server internal] load build definition from Dockerfile [2025-05-05T23:14:40.407Z] #2 transferring dockerfile: 1.70kB done [2025-05-05T23:14:40.407Z] #2 DONE 0.0s [2025-05-05T23:14:40.407Z] [2025-05-05T23:14:40.407Z] #3 [core-data internal] load build definition from Dockerfile [2025-05-05T23:14:40.407Z] #3 transferring dockerfile: 2.04kB done [2025-05-05T23:14:40.407Z] #3 DONE 0.1s [2025-05-05T23:14:40.407Z] [2025-05-05T23:14:40.407Z] #4 [core-keeper internal] load build definition from Dockerfile [2025-05-05T23:14:40.407Z] #4 transferring dockerfile: 2.01kB done [2025-05-05T23:14:40.407Z] #4 DONE 0.0s [2025-05-05T23:14:40.407Z] [2025-05-05T23:14:40.407Z] #5 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-05-05T23:14:40.407Z] #5 transferring dockerfile: 1.89kB done [2025-05-05T23:14:40.407Z] #5 DONE 0.1s [2025-05-05T23:14:40.407Z] [2025-05-05T23:14:40.407Z] #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-05-05T23:14:40.407Z] #6 transferring dockerfile: 2.23kB done [2025-05-05T23:14:40.407Z] #6 DONE 0.1s [2025-05-05T23:14:40.407Z] [2025-05-05T23:14:40.407Z] #7 [security-spire-config internal] load build definition from Dockerfile [2025-05-05T23:14:40.407Z] #7 transferring dockerfile: 1.69kB done [2025-05-05T23:14:40.407Z] #7 DONE 0.1s [2025-05-05T23:14:40.407Z] [2025-05-05T23:14:40.407Z] #8 [security-spire-agent internal] load build definition from Dockerfile [2025-05-05T23:14:40.407Z] #8 transferring dockerfile: 1.81kB done [2025-05-05T23:14:40.407Z] #8 DONE 0.1s [2025-05-05T23:14:40.407Z] [2025-05-05T23:14:40.407Z] #9 [security-bootstrapper internal] load build definition from Dockerfile [2025-05-05T23:14:40.407Z] #9 transferring dockerfile: 3.02kB done [2025-05-05T23:14:40.407Z] #9 DONE 0.1s [2025-05-05T23:14:40.407Z] [2025-05-05T23:14:40.407Z] #10 [security-proxy-auth internal] load build definition from Dockerfile [2025-05-05T23:14:40.407Z] #10 transferring dockerfile: 2.14kB done [2025-05-05T23:14:40.407Z] #10 DONE 0.1s [2025-05-05T23:14:40.407Z] [2025-05-05T23:14:40.407Z] #11 [security-proxy-setup internal] load build definition from Dockerfile [2025-05-05T23:14:40.407Z] #11 transferring dockerfile: 2.50kB done [2025-05-05T23:14:40.407Z] #11 DONE 0.1s [2025-05-05T23:14:40.407Z] [2025-05-05T23:14:40.407Z] #12 [support-notifications internal] load build definition from Dockerfile [2025-05-05T23:14:40.407Z] #12 transferring dockerfile: 2.00kB done [2025-05-05T23:14:40.407Z] #12 DONE 0.1s [2025-05-05T23:14:40.407Z] [2025-05-05T23:14:40.407Z] #13 [core-command internal] load build definition from Dockerfile [2025-05-05T23:14:40.407Z] #13 transferring dockerfile: 1.94kB done [2025-05-05T23:14:40.407Z] #13 DONE 0.1s [2025-05-05T23:14:40.407Z] [2025-05-05T23:14:40.407Z] #14 [core-metadata internal] load build definition from Dockerfile [2025-05-05T23:14:40.407Z] #14 transferring dockerfile: 2.10kB 0.0s done [2025-05-05T23:14:40.407Z] #14 DONE 0.1s [2025-05-05T23:14:40.407Z] [2025-05-05T23:14:40.407Z] #15 [support-scheduler internal] load build definition from Dockerfile [2025-05-05T23:14:40.407Z] #15 transferring dockerfile: 1.83kB done [2025-05-05T23:14:40.407Z] #15 DONE 0.1s [2025-05-05T23:14:40.407Z] [2025-05-05T23:14:40.407Z] #16 [security-secretstore-setup internal] load .dockerignore [2025-05-05T23:14:40.407Z] #16 transferring context: 50B done [2025-05-05T23:14:40.407Z] #16 DONE 0.1s [2025-05-05T23:14:40.990Z] [2025-05-05T23:14:40.990Z] #17 [security-spire-server internal] load .dockerignore [2025-05-05T23:14:40.990Z] #17 transferring context: 50B done [2025-05-05T23:14:40.990Z] #17 DONE 0.0s [2025-05-05T23:14:40.990Z] [2025-05-05T23:14:40.990Z] #18 [core-data internal] load .dockerignore [2025-05-05T23:14:40.990Z] #18 transferring context: 50B 0.0s done [2025-05-05T23:14:40.990Z] #18 DONE 0.0s [2025-05-05T23:14:40.990Z] [2025-05-05T23:14:40.990Z] #19 [core-keeper internal] load .dockerignore [2025-05-05T23:14:40.990Z] #19 transferring context: 50B 0.0s done [2025-05-05T23:14:41.257Z] #19 DONE 0.1s [2025-05-05T23:14:41.257Z] [2025-05-05T23:14:41.257Z] #20 [security-spiffe-token-provider internal] load .dockerignore [2025-05-05T23:14:41.257Z] #20 transferring context: 50B done [2025-05-05T23:14:41.257Z] #20 DONE 0.1s [2025-05-05T23:14:41.257Z] [2025-05-05T23:14:41.257Z] #21 [core-common-config-bootstrapper internal] load .dockerignore [2025-05-05T23:14:41.257Z] #21 transferring context: 50B 0.0s done [2025-05-05T23:14:41.257Z] #21 DONE 0.1s [2025-05-05T23:14:41.257Z] [2025-05-05T23:14:41.257Z] #22 [security-spire-agent internal] load .dockerignore [2025-05-05T23:14:41.527Z] #22 transferring context: 50B done [2025-05-05T23:14:41.527Z] #22 DONE 0.1s [2025-05-05T23:14:41.527Z] [2025-05-05T23:14:41.527Z] #23 [security-spire-config internal] load .dockerignore [2025-05-05T23:14:41.527Z] #23 transferring context: 50B 0.0s done [2025-05-05T23:14:41.527Z] #23 DONE 0.1s [2025-05-05T23:14:41.527Z] [2025-05-05T23:14:41.527Z] #24 [security-bootstrapper internal] load .dockerignore [2025-05-05T23:14:41.527Z] #24 transferring context: 50B done [2025-05-05T23:14:41.527Z] #24 DONE 0.1s [2025-05-05T23:14:41.527Z] [2025-05-05T23:14:41.527Z] #25 [security-proxy-auth internal] load .dockerignore [2025-05-05T23:14:41.527Z] #25 transferring context: 50B done [2025-05-05T23:14:41.527Z] #25 DONE 0.1s [2025-05-05T23:14:41.527Z] [2025-05-05T23:14:41.527Z] #26 [security-proxy-setup internal] load .dockerignore [2025-05-05T23:14:41.527Z] #26 transferring context: 50B 0.0s done [2025-05-05T23:14:41.527Z] #26 DONE 0.1s [2025-05-05T23:14:41.527Z] [2025-05-05T23:14:41.527Z] #27 [support-notifications internal] load .dockerignore [2025-05-05T23:14:41.527Z] #27 transferring context: 50B done [2025-05-05T23:14:41.527Z] #27 DONE 0.1s [2025-05-05T23:14:41.527Z] [2025-05-05T23:14:41.527Z] #28 [core-command internal] load .dockerignore [2025-05-05T23:14:41.796Z] #28 transferring context: 50B 0.0s done [2025-05-05T23:14:41.796Z] #28 DONE 0.1s [2025-05-05T23:14:41.796Z] [2025-05-05T23:14:41.796Z] #29 [core-metadata internal] load .dockerignore [2025-05-05T23:14:41.796Z] #29 transferring context: 50B done [2025-05-05T23:14:41.796Z] #29 DONE 0.1s [2025-05-05T23:14:41.796Z] [2025-05-05T23:14:41.796Z] #30 [support-scheduler internal] load .dockerignore [2025-05-05T23:14:41.796Z] #30 transferring context: 50B done [2025-05-05T23:14:41.796Z] #30 DONE 0.1s [2025-05-05T23:14:41.796Z] [2025-05-05T23:14:41.796Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-05T23:14:41.796Z] #31 DONE 0.0s [2025-05-05T23:14:41.796Z] [2025-05-05T23:14:41.796Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-05-05T23:14:42.063Z] #32 DONE 0.2s [2025-05-05T23:14:42.063Z] [2025-05-05T23:14:42.063Z] #33 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-05T23:14:42.063Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-05T23:14:42.063Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-05T23:14:42.063Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-05T23:14:42.063Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-05T23:14:42.330Z] #33 DONE 0.2s [2025-05-05T23:14:42.330Z] [2025-05-05T23:14:42.330Z] #34 [security-secretstore-setup internal] load build context [2025-05-05T23:14:42.919Z] #34 ... [2025-05-05T23:14:42.919Z] [2025-05-05T23:14:42.919Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-05T23:14:42.919Z] #31 DONE 0.0s [2025-05-05T23:14:42.919Z] [2025-05-05T23:14:42.919Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-05-05T23:14:42.919Z] #32 DONE 0.3s [2025-05-05T23:14:42.919Z] [2025-05-05T23:14:42.919Z] #34 [security-secretstore-setup internal] load build context [2025-05-05T23:14:42.919Z] #34 transferring context: 3.22MB 0.6s done [2025-05-05T23:14:42.919Z] #34 DONE 0.9s [2025-05-05T23:14:42.919Z] [2025-05-05T23:14:42.919Z] #33 [core-keeper stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-05T23:14:42.919Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-05T23:14:42.919Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-05T23:14:42.919Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-05T23:14:42.919Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-05T23:14:42.919Z] #33 DONE 0.4s [2025-05-05T23:14:42.919Z] [2025-05-05T23:14:42.919Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-05T23:14:42.919Z] #31 DONE 0.0s [2025-05-05T23:14:42.919Z] [2025-05-05T23:14:42.919Z] #35 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-05T23:14:42.919Z] #35 DONE 1.6s [2025-05-05T23:14:42.919Z] [2025-05-05T23:14:42.919Z] #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2025-05-05T23:14:43.188Z] #32 ... [2025-05-05T23:14:43.188Z] [2025-05-05T23:14:43.188Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-05T23:14:43.188Z] #31 DONE 0.0s [2025-05-05T23:14:43.188Z] [2025-05-05T23:14:43.188Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-05-05T23:14:43.188Z] #32 ... [2025-05-05T23:14:43.188Z] [2025-05-05T23:14:43.188Z] #33 [security-spiffe-token-provider stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-05T23:14:43.188Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-05T23:14:43.188Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-05T23:14:43.188Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-05T23:14:43.188Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-05T23:14:43.188Z] #33 DONE 0.4s [2025-05-05T23:14:43.188Z] [2025-05-05T23:14:43.188Z] #35 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-05T23:14:43.188Z] #35 DONE 1.6s [2025-05-05T23:14:43.458Z] [2025-05-05T23:14:43.458Z] #36 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-05T23:14:43.458Z] #36 ... [2025-05-05T23:14:43.458Z] [2025-05-05T23:14:43.458Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2025-05-05T23:14:43.458Z] #32 DONE 0.7s [2025-05-05T23:14:43.458Z] [2025-05-05T23:14:43.458Z] #33 [core-common-config-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-05T23:14:43.458Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-05T23:14:43.458Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-05T23:14:43.458Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-05T23:14:43.458Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-05T23:14:43.458Z] #33 DONE 0.4s [2025-05-05T23:14:43.458Z] [2025-05-05T23:14:43.458Z] #35 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-05T23:14:43.458Z] #35 DONE 1.6s [2025-05-05T23:14:43.458Z] [2025-05-05T23:14:43.458Z] #37 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2025-05-05T23:14:43.458Z] #37 DONE 1.1s [2025-05-05T23:14:43.458Z] [2025-05-05T23:14:43.458Z] #38 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:14:43.727Z] #38 ... [2025-05-05T23:14:43.727Z] [2025-05-05T23:14:43.727Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-05T23:14:43.727Z] #31 DONE 0.0s [2025-05-05T23:14:43.727Z] [2025-05-05T23:14:43.727Z] #38 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:14:43.994Z] #38 ... [2025-05-05T23:14:43.994Z] [2025-05-05T23:14:43.994Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-05T23:14:43.994Z] #31 DONE 0.0s [2025-05-05T23:14:43.994Z] [2025-05-05T23:14:43.994Z] #38 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:14:44.263Z] #38 ... [2025-05-05T23:14:44.263Z] [2025-05-05T23:14:44.263Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-05T23:14:44.263Z] #31 DONE 0.0s [2025-05-05T23:14:44.263Z] [2025-05-05T23:14:44.263Z] #38 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:14:44.854Z] #38 ... [2025-05-05T23:14:44.854Z] [2025-05-05T23:14:44.854Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-05T23:14:44.854Z] #31 DONE 0.0s [2025-05-05T23:14:44.854Z] [2025-05-05T23:14:44.854Z] #39 [core-keeper internal] load build context [2025-05-05T23:14:44.854Z] #39 transferring context: 3.22MB 1.6s done [2025-05-05T23:14:44.854Z] #39 DONE 1.8s [2025-05-05T23:14:44.854Z] [2025-05-05T23:14:44.854Z] #38 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:14:44.854Z] #38 ... [2025-05-05T23:14:44.854Z] [2025-05-05T23:14:44.854Z] #33 [support-notifications stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-05T23:14:44.854Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-05T23:14:44.854Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-05T23:14:44.854Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-05T23:14:44.854Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-05T23:14:44.854Z] #33 DONE 0.5s [2025-05-05T23:14:44.854Z] [2025-05-05T23:14:44.854Z] #35 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-05T23:14:44.854Z] #35 DONE 1.8s [2025-05-05T23:14:44.854Z] [2025-05-05T23:14:44.854Z] #37 [support-notifications builder 2/7] WORKDIR /edgex-go [2025-05-05T23:14:44.854Z] #37 DONE 1.3s [2025-05-05T23:14:44.854Z] [2025-05-05T23:14:44.854Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-05T23:14:44.854Z] #31 DONE 0.0s [2025-05-05T23:14:44.854Z] [2025-05-05T23:14:44.854Z] #40 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-05-05T23:14:44.854Z] #40 DONE 2.1s [2025-05-05T23:14:44.854Z] [2025-05-05T23:14:44.854Z] #38 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:14:45.122Z] #38 ... [2025-05-05T23:14:45.122Z] [2025-05-05T23:14:45.122Z] #33 [security-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-05T23:14:45.122Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-05T23:14:45.122Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-05T23:14:45.122Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-05T23:14:45.122Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-05T23:14:45.122Z] #33 DONE 0.6s [2025-05-05T23:14:45.122Z] [2025-05-05T23:14:45.122Z] #35 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-05T23:14:45.122Z] #35 DONE 1.8s [2025-05-05T23:14:45.122Z] [2025-05-05T23:14:45.122Z] #37 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-05-05T23:14:45.122Z] #37 DONE 1.3s [2025-05-05T23:14:45.122Z] [2025-05-05T23:14:45.122Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-05T23:14:45.122Z] #31 DONE 0.0s [2025-05-05T23:14:45.122Z] [2025-05-05T23:14:45.122Z] #38 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:14:45.122Z] #38 ... [2025-05-05T23:14:45.122Z] [2025-05-05T23:14:45.122Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-05T23:14:45.122Z] #31 DONE 0.0s [2025-05-05T23:14:45.122Z] [2025-05-05T23:14:45.122Z] #41 [core-data internal] load build context [2025-05-05T23:14:45.122Z] #41 transferring context: 3.22MB 1.9s done [2025-05-05T23:14:45.122Z] #41 DONE 2.2s [2025-05-05T23:14:45.122Z] [2025-05-05T23:14:45.122Z] #38 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:14:45.396Z] #38 ... [2025-05-05T23:14:45.396Z] [2025-05-05T23:14:45.396Z] #42 [security-spiffe-token-provider internal] load build context [2025-05-05T23:14:45.396Z] #42 transferring context: 3.22MB 1.5s done [2025-05-05T23:14:45.396Z] #42 DONE 2.2s [2025-05-05T23:14:45.396Z] [2025-05-05T23:14:45.396Z] #38 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:14:45.665Z] #38 ... [2025-05-05T23:14:45.665Z] [2025-05-05T23:14:45.665Z] #43 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-05-05T23:14:45.665Z] #43 DONE 2.2s [2025-05-05T23:14:45.932Z] [2025-05-05T23:14:45.932Z] #38 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:14:45.932Z] #38 ... [2025-05-05T23:14:45.932Z] [2025-05-05T23:14:45.932Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-05T23:14:45.932Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-05T23:14:45.932Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-05T23:14:45.932Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-05T23:14:45.932Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-05T23:14:45.932Z] #33 DONE 0.6s [2025-05-05T23:14:45.932Z] [2025-05-05T23:14:45.932Z] #38 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:14:46.201Z] #38 ... [2025-05-05T23:14:46.201Z] [2025-05-05T23:14:46.201Z] #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2025-05-05T23:14:46.201Z] #32 DONE 3.1s [2025-05-05T23:14:46.201Z] [2025-05-05T23:14:46.201Z] #38 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:14:46.470Z] #38 ... [2025-05-05T23:14:46.470Z] [2025-05-05T23:14:46.470Z] #33 [core-command stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-05T23:14:46.470Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-05T23:14:46.470Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-05T23:14:46.470Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-05T23:14:46.470Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-05T23:14:46.470Z] #33 DONE 0.6s [2025-05-05T23:14:46.470Z] [2025-05-05T23:14:46.470Z] #35 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-05T23:14:46.470Z] #35 DONE 1.8s [2025-05-05T23:14:46.470Z] [2025-05-05T23:14:46.470Z] #37 [core-command builder 2/7] WORKDIR /edgex-go [2025-05-05T23:14:46.470Z] #37 DONE 1.3s [2025-05-05T23:14:46.470Z] [2025-05-05T23:14:46.470Z] #44 [security-spire-server internal] load build context [2025-05-05T23:14:46.470Z] #44 transferring context: 23.80kB 0.4s done [2025-05-05T23:14:46.470Z] #44 DONE 1.4s [2025-05-05T23:14:46.470Z] [2025-05-05T23:14:46.470Z] #38 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:14:46.470Z] #38 transferring context: 3.22MB 2.7s done [2025-05-05T23:14:46.470Z] #38 ... [2025-05-05T23:14:46.470Z] [2025-05-05T23:14:46.470Z] #33 [core-metadata stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-05T23:14:46.470Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-05-05T23:14:46.470Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-05T23:14:46.470Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-05T23:14:46.470Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-05T23:14:46.470Z] #33 DONE 0.6s [2025-05-05T23:14:46.470Z] [2025-05-05T23:14:46.470Z] #35 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-05T23:14:46.470Z] #35 DONE 1.8s [2025-05-05T23:14:46.470Z] [2025-05-05T23:14:46.470Z] #37 [core-metadata builder 2/7] WORKDIR /edgex-go [2025-05-05T23:14:46.470Z] #37 DONE 1.3s [2025-05-05T23:14:46.470Z] [2025-05-05T23:14:46.470Z] #45 [core-command internal] load build context [2025-05-05T23:14:46.470Z] #45 DONE 0.0s [2025-05-05T23:14:46.742Z] [2025-05-05T23:14:46.742Z] #46 [security-spire-config internal] load build context [2025-05-05T23:14:46.742Z] #46 transferring context: 22.05kB 0.4s done [2025-05-05T23:14:46.742Z] #46 DONE 1.7s [2025-05-05T23:14:46.742Z] [2025-05-05T23:14:46.742Z] #47 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-05T23:14:47.009Z] #47 ... [2025-05-05T23:14:47.009Z] [2025-05-05T23:14:47.009Z] #38 [core-common-config-bootstrapper internal] load build context [2025-05-05T23:14:47.009Z] #38 DONE 3.4s [2025-05-05T23:14:47.009Z] [2025-05-05T23:14:47.009Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:14:47.009Z] #48 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.3s done [2025-05-05T23:14:47.009Z] #48 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-05-05T23:14:47.595Z] #48 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-05-05T23:14:48.190Z] #48 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-05-05T23:14:48.775Z] #48 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.6s [2025-05-05T23:14:49.357Z] #48 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.0s [2025-05-05T23:14:49.357Z] #48 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 1.0s [2025-05-05T23:14:49.357Z] #48 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.1s [2025-05-05T23:14:49.357Z] #48 ... [2025-05-05T23:14:49.357Z] [2025-05-05T23:14:49.357Z] #49 [security-spire-agent internal] load build context [2025-05-05T23:14:49.357Z] #49 transferring context: 23.33kB 0.4s done [2025-05-05T23:14:49.357Z] #49 DONE 3.4s [2025-05-05T23:14:49.357Z] [2025-05-05T23:14:49.357Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:14:49.940Z] #48 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 1.6s [2025-05-05T23:14:50.207Z] #48 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.8s done [2025-05-05T23:14:50.207Z] #48 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.9s [2025-05-05T23:14:50.207Z] #48 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.9s done [2025-05-05T23:14:50.207Z] #48 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.0s done [2025-05-05T23:14:50.473Z] #48 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.9s done [2025-05-05T23:14:50.473Z] #48 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.0s done [2025-05-05T23:14:50.473Z] #48 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [2025-05-05T23:14:50.761Z] #48 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.3s done [2025-05-05T23:14:52.173Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 3.7s [2025-05-05T23:14:52.438Z] #48 ... [2025-05-05T23:14:52.438Z] [2025-05-05T23:14:52.438Z] #50 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-05T23:14:52.438Z] #0 4.561 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:14:52.438Z] #0 5.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:14:52.438Z] #0 7.624 (1/4) Installing ca-certificates (20241121-r1) [2025-05-05T23:14:52.438Z] #0 7.750 (2/4) Installing dumb-init (1.2.5-r3) [2025-05-05T23:14:52.438Z] #0 7.750 (3/4) Installing su-exec (0.2-r3) [2025-05-05T23:14:52.438Z] #0 7.750 (4/4) Installing yq-go (4.44.1-r2) [2025-05-05T23:14:52.438Z] #0 8.149 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:14:52.438Z] #0 8.149 Executing ca-certificates-20241121-r1.trigger [2025-05-05T23:14:52.438Z] #0 8.470 OK: 20 MiB in 18 packages [2025-05-05T23:14:52.438Z] #50 ... [2025-05-05T23:14:52.438Z] [2025-05-05T23:14:52.439Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:14:53.022Z] #48 ... [2025-05-05T23:14:53.022Z] [2025-05-05T23:14:53.022Z] #50 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-05T23:14:53.022Z] #50 DONE 10.5s [2025-05-05T23:14:53.022Z] [2025-05-05T23:14:53.022Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:14:53.022Z] #48 ... [2025-05-05T23:14:53.022Z] [2025-05-05T23:14:53.022Z] #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-05T23:14:53.022Z] #51 ... [2025-05-05T23:14:53.022Z] [2025-05-05T23:14:53.022Z] #52 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-05T23:14:53.290Z] #52 ... [2025-05-05T23:14:53.290Z] [2025-05-05T23:14:53.290Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:14:53.562Z] #48 ... [2025-05-05T23:14:53.562Z] [2025-05-05T23:14:53.562Z] #53 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-05-05T23:14:53.562Z] #0 7.701 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:14:53.562Z] #0 8.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:14:53.562Z] #0 9.852 OK: 239 MiB in 58 packages [2025-05-05T23:14:53.831Z] #53 ... [2025-05-05T23:14:53.831Z] [2025-05-05T23:14:53.831Z] #54 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-05T23:14:53.831Z] #54 ... [2025-05-05T23:14:53.831Z] [2025-05-05T23:14:53.831Z] #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-05T23:14:54.098Z] #55 ... [2025-05-05T23:14:54.098Z] [2025-05-05T23:14:54.098Z] #56 [security-proxy-setup internal] load build context [2025-05-05T23:14:54.098Z] #56 transferring context: 3.22MB 7.7s done [2025-05-05T23:14:54.098Z] #56 DONE 9.0s [2025-05-05T23:14:54.098Z] [2025-05-05T23:14:54.098Z] #57 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-05-05T23:14:54.098Z] #57 ... [2025-05-05T23:14:54.098Z] [2025-05-05T23:14:54.098Z] #58 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-05-05T23:14:54.367Z] #58 ... [2025-05-05T23:14:54.367Z] [2025-05-05T23:14:54.367Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:14:54.367Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 5.9s [2025-05-05T23:14:54.367Z] #48 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.2s done [2025-05-05T23:14:54.633Z] #48 ... [2025-05-05T23:14:54.633Z] [2025-05-05T23:14:54.633Z] #59 [security-proxy-auth internal] load build context [2025-05-05T23:14:54.633Z] #59 transferring context: 3.22MB 8.0s done [2025-05-05T23:14:54.633Z] #59 DONE 9.5s [2025-05-05T23:14:54.633Z] [2025-05-05T23:14:54.633Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:14:54.899Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 6.7s [2025-05-05T23:14:54.899Z] #48 ... [2025-05-05T23:14:54.899Z] [2025-05-05T23:14:54.899Z] #53 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-05-05T23:14:54.899Z] #53 DONE 12.2s [2025-05-05T23:14:54.899Z] [2025-05-05T23:14:54.899Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:14:54.899Z] #48 ... [2025-05-05T23:14:54.899Z] [2025-05-05T23:14:54.899Z] #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-05T23:14:55.166Z] #60 ... [2025-05-05T23:14:55.166Z] [2025-05-05T23:14:55.166Z] #61 [support-notifications internal] load build context [2025-05-05T23:14:55.166Z] #61 ... [2025-05-05T23:14:55.166Z] [2025-05-05T23:14:55.166Z] #62 [security-bootstrapper internal] load build context [2025-05-05T23:14:55.432Z] #62 ... [2025-05-05T23:14:55.432Z] [2025-05-05T23:14:55.432Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-05T23:14:55.432Z] #63 ... [2025-05-05T23:14:55.432Z] [2025-05-05T23:14:55.432Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-05T23:14:55.698Z] #64 ... [2025-05-05T23:14:55.698Z] [2025-05-05T23:14:55.698Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-05T23:14:55.698Z] #65 ... [2025-05-05T23:14:55.698Z] [2025-05-05T23:14:55.698Z] #66 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-05T23:14:55.967Z] #66 ... [2025-05-05T23:14:55.967Z] [2025-05-05T23:14:55.967Z] #52 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-05T23:14:55.967Z] #52 DONE 12.7s [2025-05-05T23:14:55.967Z] [2025-05-05T23:14:55.967Z] #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-05T23:14:55.967Z] #67 ... [2025-05-05T23:14:55.967Z] [2025-05-05T23:14:55.967Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-05T23:14:55.967Z] #68 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 2.2s done [2025-05-05T23:14:55.967Z] #68 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-05-05T23:14:55.967Z] #68 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-05-05T23:14:55.967Z] #68 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-05-05T23:14:55.967Z] #68 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done [2025-05-05T23:14:55.967Z] #68 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done [2025-05-05T23:14:55.967Z] #68 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.5s done [2025-05-05T23:14:55.967Z] #68 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.49MB / 14.28MB 5.8s [2025-05-05T23:14:55.967Z] #68 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done [2025-05-05T23:14:56.239Z] #68 ... [2025-05-05T23:14:56.239Z] [2025-05-05T23:14:56.239Z] #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-05T23:14:56.239Z] #55 12.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:14:56.505Z] #55 ... [2025-05-05T23:14:56.505Z] [2025-05-05T23:14:56.505Z] #69 [support-scheduler internal] load build context [2025-05-05T23:14:56.505Z] #69 ... [2025-05-05T23:14:56.505Z] [2025-05-05T23:14:56.505Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:14:56.505Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 9.58MB / 33.17MB 8.2s [2025-05-05T23:14:56.505Z] #48 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 [2025-05-05T23:14:56.772Z] #48 ... [2025-05-05T23:14:56.772Z] [2025-05-05T23:14:56.772Z] #54 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-05T23:14:56.772Z] #54 DONE 13.0s [2025-05-05T23:14:56.772Z] [2025-05-05T23:14:56.772Z] #62 [security-bootstrapper internal] load build context [2025-05-05T23:14:56.772Z] #62 transferring context: 3.22MB 10.9s done [2025-05-05T23:14:57.039Z] #62 ... [2025-05-05T23:14:57.039Z] [2025-05-05T23:14:57.039Z] #45 [core-command internal] load build context [2025-05-05T23:14:57.039Z] #45 ... [2025-05-05T23:14:57.039Z] [2025-05-05T23:14:57.039Z] #70 [core-metadata internal] load build context [2025-05-05T23:14:57.039Z] #70 ... [2025-05-05T23:14:57.039Z] [2025-05-05T23:14:57.039Z] #71 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-05T23:14:57.622Z] #71 ... [2025-05-05T23:14:57.622Z] [2025-05-05T23:14:57.622Z] #72 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-05T23:14:57.622Z] #72 ... [2025-05-05T23:14:57.622Z] [2025-05-05T23:14:57.622Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:14:57.622Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.62MB / 33.17MB 9.4s [2025-05-05T23:14:57.622Z] #48 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done [2025-05-05T23:14:58.209Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.63MB / 33.17MB 9.8s [2025-05-05T23:14:58.209Z] #48 ... [2025-05-05T23:14:58.209Z] [2025-05-05T23:14:58.209Z] #61 [support-notifications internal] load build context [2025-05-05T23:14:58.209Z] #61 transferring context: 3.22MB 10.8s done [2025-05-05T23:14:58.209Z] #61 DONE 13.1s [2025-05-05T23:14:58.209Z] [2025-05-05T23:14:58.209Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:14:58.476Z] #48 ... [2025-05-05T23:14:58.476Z] [2025-05-05T23:14:58.476Z] #62 [security-bootstrapper internal] load build context [2025-05-05T23:14:58.476Z] #62 DONE 13.4s [2025-05-05T23:14:58.476Z] [2025-05-05T23:14:58.476Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:14:59.058Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.73MB / 33.17MB 11.0s [2025-05-05T23:14:59.325Z] #48 ... [2025-05-05T23:14:59.325Z] [2025-05-05T23:14:59.325Z] #70 [core-metadata internal] load build context [2025-05-05T23:14:59.325Z] #70 transferring context: 3.22MB 9.7s done [2025-05-05T23:14:59.325Z] #70 DONE 12.7s [2025-05-05T23:14:59.325Z] [2025-05-05T23:14:59.325Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:14:59.592Z] #48 ... [2025-05-05T23:14:59.592Z] [2025-05-05T23:14:59.592Z] #69 [support-scheduler internal] load build context [2025-05-05T23:14:59.592Z] #69 transferring context: 3.22MB 9.9s done [2025-05-05T23:14:59.592Z] #69 DONE 13.1s [2025-05-05T23:14:59.592Z] [2025-05-05T23:14:59.592Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:14:59.592Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.47MB / 33.17MB 11.4s [2025-05-05T23:15:00.174Z] #48 ... [2025-05-05T23:15:00.174Z] [2025-05-05T23:15:00.174Z] #45 [core-command internal] load build context [2025-05-05T23:15:00.174Z] #45 transferring context: 3.22MB 10.2s done [2025-05-05T23:15:00.174Z] #45 DONE 13.3s [2025-05-05T23:15:00.174Z] [2025-05-05T23:15:00.174Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:00.757Z] #48 ... [2025-05-05T23:15:00.757Z] [2025-05-05T23:15:00.757Z] #73 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:15:00.757Z] #73 DONE 4.9s [2025-05-05T23:15:00.757Z] [2025-05-05T23:15:00.757Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:00.757Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 12.5s [2025-05-05T23:15:01.339Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.71MB / 33.17MB 13.2s [2025-05-05T23:15:02.773Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 14.6s [2025-05-05T23:15:03.041Z] #48 ... [2025-05-05T23:15:03.041Z] [2025-05-05T23:15:03.041Z] #74 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-05T23:15:03.307Z] #74 ... [2025-05-05T23:15:03.307Z] [2025-05-05T23:15:03.307Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:03.307Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.87MB / 33.17MB 15.1s [2025-05-05T23:15:03.573Z] #48 ... [2025-05-05T23:15:03.573Z] [2025-05-05T23:15:03.573Z] #36 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-05T23:15:03.573Z] #36 10.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:03.573Z] #36 10.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:03.573Z] #36 13.80 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-05T23:15:03.573Z] #36 13.80 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-05T23:15:03.573Z] #36 13.80 OK: 24049 distinct packages available [2025-05-05T23:15:03.573Z] #36 15.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:03.573Z] #36 16.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:03.573Z] #36 ... [2025-05-05T23:15:03.573Z] [2025-05-05T23:15:03.573Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:03.573Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 15.5s [2025-05-05T23:15:04.160Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.41MB / 33.17MB 15.8s [2025-05-05T23:15:04.436Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 16.2s [2025-05-05T23:15:04.436Z] #48 ... [2025-05-05T23:15:04.436Z] [2025-05-05T23:15:04.436Z] #57 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-05-05T23:15:04.436Z] #57 12.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:04.436Z] #57 12.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:04.436Z] #57 19.15 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-05T23:15:04.436Z] #57 19.19 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:15:04.436Z] #57 19.26 OK: 9 MiB in 15 packages [2025-05-05T23:15:04.436Z] #57 DONE 20.7s [2025-05-05T23:15:04.436Z] [2025-05-05T23:15:04.436Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:04.436Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 16.2s done [2025-05-05T23:15:04.725Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 16.2s done [2025-05-05T23:15:04.991Z] #48 ... [2025-05-05T23:15:04.991Z] [2025-05-05T23:15:04.991Z] #58 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-05-05T23:15:04.991Z] #58 11.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:04.991Z] #58 12.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:04.991Z] #58 18.99 OK: 239 MiB in 58 packages [2025-05-05T23:15:04.991Z] #58 ... [2025-05-05T23:15:04.991Z] [2025-05-05T23:15:04.991Z] #75 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-05-05T23:15:05.258Z] #75 ... [2025-05-05T23:15:05.259Z] [2025-05-05T23:15:05.259Z] #58 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-05-05T23:15:05.259Z] #58 DONE 21.7s [2025-05-05T23:15:05.259Z] [2025-05-05T23:15:05.259Z] #72 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-05T23:15:05.259Z] #72 17.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:05.525Z] #72 ... [2025-05-05T23:15:05.525Z] [2025-05-05T23:15:05.525Z] #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-05T23:15:05.525Z] #51 12.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:05.525Z] #51 13.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:05.525Z] #51 ... [2025-05-05T23:15:05.525Z] [2025-05-05T23:15:05.525Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-05T23:15:05.525Z] #68 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 7.2s done [2025-05-05T23:15:05.525Z] #68 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done [2025-05-05T23:15:05.525Z] #68 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.1s [2025-05-05T23:15:05.791Z] #68 ... [2025-05-05T23:15:05.791Z] [2025-05-05T23:15:05.791Z] #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-05T23:15:05.791Z] #51 22.85 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-05T23:15:05.791Z] #51 22.89 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:15:06.058Z] #51 ... [2025-05-05T23:15:06.058Z] [2025-05-05T23:15:06.058Z] #76 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:15:06.058Z] #76 DONE 0.9s [2025-05-05T23:15:06.058Z] [2025-05-05T23:15:06.058Z] #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-05T23:15:06.058Z] #51 23.06 OK: 9 MiB in 15 packages [2025-05-05T23:15:06.325Z] #51 ... [2025-05-05T23:15:06.325Z] [2025-05-05T23:15:06.325Z] #77 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-05T23:15:06.591Z] #77 ... [2025-05-05T23:15:06.591Z] [2025-05-05T23:15:06.591Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-05T23:15:07.181Z] #68 ... [2025-05-05T23:15:07.181Z] [2025-05-05T23:15:07.181Z] #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-05T23:15:07.181Z] #60 12.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:07.181Z] #60 13.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:07.454Z] #60 ... [2025-05-05T23:15:07.454Z] [2025-05-05T23:15:07.454Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:07.454Z] #48 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.2s [2025-05-05T23:15:07.722Z] #48 ... [2025-05-05T23:15:07.722Z] [2025-05-05T23:15:07.722Z] #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-05T23:15:07.722Z] #55 14.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:07.722Z] #55 22.61 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-05T23:15:07.722Z] #55 22.61 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-05T23:15:07.722Z] #55 22.61 OK: 24049 distinct packages available [2025-05-05T23:15:07.990Z] #55 ... [2025-05-05T23:15:07.990Z] [2025-05-05T23:15:07.991Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:08.257Z] #48 ... [2025-05-05T23:15:08.257Z] [2025-05-05T23:15:08.257Z] #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-05T23:15:08.257Z] #51 DONE 25.3s [2025-05-05T23:15:08.257Z] [2025-05-05T23:15:08.257Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-05T23:15:08.257Z] #63 12.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:08.257Z] #63 13.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:08.257Z] #63 23.07 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-05T23:15:08.257Z] #63 ... [2025-05-05T23:15:08.257Z] [2025-05-05T23:15:08.257Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:10.198Z] #48 ... [2025-05-05T23:15:10.198Z] [2025-05-05T23:15:10.198Z] #66 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-05T23:15:10.198Z] #66 14.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:10.198Z] #66 15.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:10.198Z] #66 23.39 (1/2) Installing dumb-init (1.2.5-r3) [2025-05-05T23:15:10.198Z] #66 23.44 (2/2) Installing su-exec (0.2-r3) [2025-05-05T23:15:10.198Z] #66 23.47 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:15:10.198Z] #66 23.55 OK: 9 MiB in 16 packages [2025-05-05T23:15:10.198Z] #66 ... [2025-05-05T23:15:10.198Z] [2025-05-05T23:15:10.198Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:10.471Z] #48 ... [2025-05-05T23:15:10.471Z] [2025-05-05T23:15:10.471Z] #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-05T23:15:10.471Z] #60 23.19 OK: 239 MiB in 58 packages [2025-05-05T23:15:10.471Z] #60 DONE 25.4s [2025-05-05T23:15:10.471Z] [2025-05-05T23:15:10.471Z] #74 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-05T23:15:10.471Z] #74 17.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:10.736Z] #74 ... [2025-05-05T23:15:10.736Z] [2025-05-05T23:15:10.736Z] #78 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:15:11.003Z] #78 ... [2025-05-05T23:15:11.003Z] [2025-05-05T23:15:11.003Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:11.003Z] #48 ... [2025-05-05T23:15:11.003Z] [2025-05-05T23:15:11.275Z] #66 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-05T23:15:11.275Z] #66 DONE 25.7s [2025-05-05T23:15:11.275Z] [2025-05-05T23:15:11.275Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:12.242Z] #48 ... [2025-05-05T23:15:12.242Z] [2025-05-05T23:15:12.242Z] #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:15:12.242Z] #79 DONE 1.7s [2025-05-05T23:15:12.242Z] [2025-05-05T23:15:12.242Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-05T23:15:12.242Z] #64 16.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:12.242Z] #64 18.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:12.242Z] #64 ... [2025-05-05T23:15:12.242Z] [2025-05-05T23:15:12.242Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:12.242Z] #48 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.4s [2025-05-05T23:15:12.826Z] #48 ... [2025-05-05T23:15:12.826Z] [2025-05-05T23:15:12.826Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-05T23:15:12.826Z] #63 23.14 (2/4) Installing openssl (3.3.3-r0) [2025-05-05T23:15:12.826Z] #63 23.26 (3/4) Installing su-exec (0.2-r3) [2025-05-05T23:15:12.826Z] #63 23.30 (4/4) Installing yq-go (4.44.1-r2) [2025-05-05T23:15:12.826Z] #63 25.18 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:15:12.826Z] #63 25.36 OK: 20 MiB in 18 packages [2025-05-05T23:15:12.826Z] #63 DONE 27.4s [2025-05-05T23:15:13.092Z] [2025-05-05T23:15:13.092Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-05T23:15:13.092Z] #68 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.2s done [2025-05-05T23:15:13.359Z] #68 ... [2025-05-05T23:15:13.359Z] [2025-05-05T23:15:13.359Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:14.320Z] #48 ... [2025-05-05T23:15:14.320Z] [2025-05-05T23:15:14.320Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-05T23:15:14.320Z] #65 18.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:14.320Z] #65 20.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:14.320Z] #65 ... [2025-05-05T23:15:14.320Z] [2025-05-05T23:15:14.320Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:15.278Z] #48 ... [2025-05-05T23:15:15.278Z] [2025-05-05T23:15:15.278Z] #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-05T23:15:15.278Z] #67 19.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:15.278Z] #67 22.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:15.278Z] #67 ... [2025-05-05T23:15:15.278Z] [2025-05-05T23:15:15.278Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-05T23:15:15.278Z] #65 29.31 (1/7) Installing ca-certificates (20241121-r1) [2025-05-05T23:15:15.278Z] #65 29.67 (2/7) Installing dumb-init (1.2.5-r3) [2025-05-05T23:15:15.278Z] #65 29.71 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-05-05T23:15:15.278Z] #65 29.72 (4/7) Installing libsodium (1.0.19-r0) [2025-05-05T23:15:15.278Z] #65 29.81 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-05-05T23:15:15.864Z] #65 ... [2025-05-05T23:15:15.864Z] [2025-05-05T23:15:15.864Z] #36 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-05T23:15:15.864Z] #36 25.14 (1/14) Installing ca-certificates (20241121-r1) [2025-05-05T23:15:15.864Z] #36 25.62 (2/14) Installing brotli-libs (1.1.0-r2) [2025-05-05T23:15:15.864Z] #36 25.69 (3/14) Installing c-ares (1.33.1-r0) [2025-05-05T23:15:15.864Z] #36 25.74 (4/14) Installing libunistring (1.2-r0) [2025-05-05T23:15:15.864Z] #36 26.04 (5/14) Installing libidn2 (2.3.7-r0) [2025-05-05T23:15:15.864Z] #36 26.11 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-05-05T23:15:15.864Z] #36 26.14 (7/14) Installing libpsl (0.21.5-r1) [2025-05-05T23:15:15.864Z] #36 26.26 (8/14) Installing zstd-libs (1.5.6-r0) [2025-05-05T23:15:15.864Z] #36 26.43 (9/14) Installing libcurl (8.12.1-r0) [2025-05-05T23:15:15.864Z] #36 26.69 (10/14) Installing curl (8.12.1-r0) [2025-05-05T23:15:15.864Z] #36 26.79 (11/14) Installing dumb-init (1.2.5-r3) [2025-05-05T23:15:15.864Z] #36 26.81 (12/14) Installing musl-obstack (1.2.3-r2) [2025-05-05T23:15:15.864Z] #36 26.84 (13/14) Installing libucontext (1.2-r3) [2025-05-05T23:15:15.864Z] #36 26.88 (14/14) Installing gcompat (1.1.0-r4) [2025-05-05T23:15:15.864Z] #36 27.04 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:15:15.864Z] #36 27.25 Executing ca-certificates-20241121-r1.trigger [2025-05-05T23:15:15.864Z] #36 28.89 OK: 15 MiB in 28 packages [2025-05-05T23:15:15.864Z] #36 DONE 32.5s [2025-05-05T23:15:15.864Z] [2025-05-05T23:15:15.864Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-05T23:15:15.864Z] #65 30.25 (6/7) Installing libzmq (4.3.5-r2) [2025-05-05T23:15:15.864Z] #65 30.35 (7/7) Installing zeromq (4.3.5-r2) [2025-05-05T23:15:15.864Z] #65 30.44 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:15:16.135Z] #65 ... [2025-05-05T23:15:16.135Z] [2025-05-05T23:15:16.135Z] #80 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:15:16.135Z] #80 ... [2025-05-05T23:15:16.135Z] [2025-05-05T23:15:16.135Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:17.575Z] #48 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.5s [2025-05-05T23:15:17.575Z] #48 ... [2025-05-05T23:15:17.575Z] [2025-05-05T23:15:17.575Z] #72 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-05T23:15:17.575Z] #72 20.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:17.843Z] #72 30.19 (1/3) Installing ca-certificates (20241121-r1) [2025-05-05T23:15:17.843Z] #72 ... [2025-05-05T23:15:17.843Z] [2025-05-05T23:15:17.843Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:17.843Z] #48 ... [2025-05-05T23:15:17.843Z] [2025-05-05T23:15:17.843Z] #71 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-05T23:15:17.843Z] #71 10.72 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:17.843Z] #71 13.09 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:18.110Z] #71 ... [2025-05-05T23:15:18.110Z] [2025-05-05T23:15:18.110Z] #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-05T23:15:18.110Z] #55 24.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:18.111Z] #55 26.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:18.111Z] #55 ... [2025-05-05T23:15:18.111Z] [2025-05-05T23:15:18.111Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:18.378Z] #48 ... [2025-05-05T23:15:18.378Z] [2025-05-05T23:15:18.378Z] #81 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-05-05T23:15:18.378Z] #0 8.147 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:18.378Z] #81 ... [2025-05-05T23:15:18.378Z] [2025-05-05T23:15:18.378Z] #47 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-05T23:15:18.378Z] #47 21.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:18.378Z] #47 23.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:18.644Z] #47 ... [2025-05-05T23:15:18.645Z] [2025-05-05T23:15:18.645Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:20.052Z] #48 ... [2025-05-05T23:15:20.052Z] [2025-05-05T23:15:20.052Z] #77 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-05T23:15:20.052Z] #77 13.46 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:20.052Z] #77 15.45 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:20.052Z] #77 ... [2025-05-05T23:15:20.052Z] [2025-05-05T23:15:20.052Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:20.641Z] #48 ... [2025-05-05T23:15:20.641Z] [2025-05-05T23:15:20.641Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-05T23:15:20.641Z] #65 30.76 Executing ca-certificates-20241121-r1.trigger [2025-05-05T23:15:20.641Z] #65 32.66 OK: 14 MiB in 21 packages [2025-05-05T23:15:20.641Z] #65 DONE 34.9s [2025-05-05T23:15:20.641Z] [2025-05-05T23:15:20.641Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:21.226Z] #48 ... [2025-05-05T23:15:21.226Z] [2025-05-05T23:15:21.226Z] #82 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-05-05T23:15:21.226Z] #0 6.078 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:21.226Z] #0 8.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:21.226Z] #82 ... [2025-05-05T23:15:21.226Z] [2025-05-05T23:15:21.226Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:22.193Z] #48 ... [2025-05-05T23:15:22.193Z] [2025-05-05T23:15:22.193Z] #75 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-05-05T23:15:22.193Z] #75 7.619 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:22.193Z] #75 10.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:22.193Z] #75 ... [2025-05-05T23:15:22.193Z] [2025-05-05T23:15:22.193Z] #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:15:22.462Z] #83 ... [2025-05-05T23:15:22.462Z] [2025-05-05T23:15:22.462Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:22.731Z] #48 ... [2025-05-05T23:15:22.731Z] [2025-05-05T23:15:22.731Z] #47 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-05T23:15:22.731Z] #47 33.85 OK: 239 MiB in 58 packages [2025-05-05T23:15:22.731Z] #47 DONE 36.0s [2025-05-05T23:15:22.731Z] [2025-05-05T23:15:22.731Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:22.731Z] #48 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.8s [2025-05-05T23:15:22.731Z] #48 ... [2025-05-05T23:15:22.731Z] [2025-05-05T23:15:22.731Z] #74 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-05T23:15:22.731Z] #74 19.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:22.731Z] #74 ... [2025-05-05T23:15:22.731Z] [2025-05-05T23:15:22.731Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-05T23:15:22.731Z] #0 5.926 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:22.731Z] #0 7.967 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:22.998Z] #84 ... [2025-05-05T23:15:22.998Z] [2025-05-05T23:15:22.998Z] #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:15:23.582Z] #85 ... [2025-05-05T23:15:23.582Z] [2025-05-05T23:15:23.582Z] #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-05T23:15:23.582Z] #55 37.49 OK: 239 MiB in 58 packages [2025-05-05T23:15:23.582Z] #55 DONE 39.7s [2025-05-05T23:15:23.582Z] [2025-05-05T23:15:23.582Z] #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:15:23.582Z] #85 DONE 0.8s [2025-05-05T23:15:23.582Z] [2025-05-05T23:15:23.582Z] #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:15:24.544Z] #86 ... [2025-05-05T23:15:24.544Z] [2025-05-05T23:15:24.544Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-05T23:15:24.544Z] #68 ... [2025-05-05T23:15:24.544Z] [2025-05-05T23:15:24.544Z] #87 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:15:24.544Z] #87 DONE 1.0s [2025-05-05T23:15:24.544Z] [2025-05-05T23:15:24.544Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:25.128Z] #48 ... [2025-05-05T23:15:25.128Z] [2025-05-05T23:15:25.128Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-05T23:15:25.128Z] #64 29.76 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-05T23:15:25.128Z] #64 29.76 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-05T23:15:25.128Z] #64 29.76 OK: 24049 distinct packages available [2025-05-05T23:15:25.128Z] #64 31.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:25.128Z] #64 33.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:25.396Z] #64 ... [2025-05-05T23:15:25.396Z] [2025-05-05T23:15:25.396Z] #72 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-05T23:15:25.396Z] #72 30.96 (2/3) Installing dumb-init (1.2.5-r3) [2025-05-05T23:15:25.396Z] #72 31.00 (3/3) Installing tzdata (2025b-r0) [2025-05-05T23:15:25.396Z] #72 33.05 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:15:25.396Z] #72 33.23 Executing ca-certificates-20241121-r1.trigger [2025-05-05T23:15:25.396Z] #72 34.56 OK: 11 MiB in 17 packages [2025-05-05T23:15:25.396Z] #72 DONE 37.8s [2025-05-05T23:15:25.396Z] [2025-05-05T23:15:25.396Z] #88 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-05T23:15:25.980Z] #88 ... [2025-05-05T23:15:25.980Z] [2025-05-05T23:15:25.980Z] #71 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-05T23:15:25.980Z] #71 26.24 OK: 239 MiB in 58 packages [2025-05-05T23:15:25.980Z] #71 DONE 28.8s [2025-05-05T23:15:25.980Z] [2025-05-05T23:15:25.980Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-05-05T23:15:25.980Z] #0 3.484 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:25.980Z] #0 5.665 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:25.980Z] #89 ... [2025-05-05T23:15:25.980Z] [2025-05-05T23:15:25.980Z] #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-05-05T23:15:26.941Z] #90 DONE 0.8s [2025-05-05T23:15:26.941Z] [2025-05-05T23:15:26.941Z] #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:15:27.903Z] #91 ... [2025-05-05T23:15:27.903Z] [2025-05-05T23:15:27.903Z] #77 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-05T23:15:27.903Z] #77 28.33 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-05T23:15:27.903Z] #77 29.31 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:15:27.903Z] #77 29.47 OK: 9 MiB in 15 packages [2025-05-05T23:15:27.903Z] #77 DONE 31.6s [2025-05-05T23:15:27.903Z] [2025-05-05T23:15:27.903Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:27.903Z] #48 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.9s done [2025-05-05T23:15:28.487Z] #48 DONE 43.5s [2025-05-05T23:15:28.487Z] [2025-05-05T23:15:28.487Z] #75 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-05-05T23:15:28.487Z] #75 22.33 OK: 9 MiB in 15 packages [2025-05-05T23:15:28.753Z] #75 ... [2025-05-05T23:15:28.753Z] [2025-05-05T23:15:28.753Z] #74 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-05T23:15:28.753Z] #74 33.67 OK: 20 MiB in 18 packages [2025-05-05T23:15:28.753Z] #74 DONE 35.6s [2025-05-05T23:15:28.753Z] [2025-05-05T23:15:28.753Z] #81 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-05-05T23:15:28.753Z] #81 10.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:28.753Z] #81 ... [2025-05-05T23:15:28.753Z] [2025-05-05T23:15:28.753Z] #75 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-05-05T23:15:29.019Z] #75 DONE 24.6s [2025-05-05T23:15:29.020Z] [2025-05-05T23:15:29.020Z] #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-05T23:15:29.020Z] #67 35.72 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-05T23:15:29.020Z] #67 35.72 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-05T23:15:29.020Z] #67 35.72 OK: 24049 distinct packages available [2025-05-05T23:15:29.020Z] #67 37.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:29.020Z] #67 39.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:30.429Z] #67 ... [2025-05-05T23:15:30.429Z] [2025-05-05T23:15:30.429Z] #92 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-05T23:15:30.429Z] #0 3.318 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:30.429Z] #0 5.484 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:30.699Z] #92 ... [2025-05-05T23:15:30.699Z] [2025-05-05T23:15:30.699Z] #82 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-05-05T23:15:30.699Z] #82 19.39 OK: 9 MiB in 16 packages [2025-05-05T23:15:32.109Z] #82 DONE 20.7s [2025-05-05T23:15:32.109Z] [2025-05-05T23:15:32.109Z] #93 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-05-05T23:15:32.378Z] #93 ... [2025-05-05T23:15:32.378Z] [2025-05-05T23:15:32.378Z] #81 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-05-05T23:15:32.378Z] #81 22.71 OK: 9 MiB in 15 packages [2025-05-05T23:15:32.378Z] #81 DONE 23.9s [2025-05-05T23:15:32.378Z] [2025-05-05T23:15:32.378Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-05T23:15:32.378Z] #64 45.72 (1/5) Installing dumb-init (1.2.5-r3) [2025-05-05T23:15:32.378Z] #64 45.75 (2/5) Installing musl-obstack (1.2.3-r2) [2025-05-05T23:15:32.378Z] #64 45.79 (3/5) Installing libucontext (1.2-r3) [2025-05-05T23:15:32.378Z] #64 45.83 (4/5) Installing gcompat (1.1.0-r4) [2025-05-05T23:15:32.378Z] #64 45.87 (5/5) Installing openssl (3.3.3-r0) [2025-05-05T23:15:32.378Z] #64 46.03 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:15:32.378Z] #64 46.16 OK: 10 MiB in 19 packages [2025-05-05T23:15:32.646Z] #64 ... [2025-05-05T23:15:32.646Z] [2025-05-05T23:15:32.646Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-05T23:15:32.646Z] #84 18.19 OK: 20 MiB in 18 packages [2025-05-05T23:15:32.646Z] #84 DONE 19.9s [2025-05-05T23:15:32.914Z] [2025-05-05T23:15:32.914Z] #94 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-05-05T23:15:32.914Z] #94 DONE 0.2s [2025-05-05T23:15:32.914Z] [2025-05-05T23:15:32.914Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-05-05T23:15:32.914Z] #89 16.02 OK: 15 MiB in 28 packages [2025-05-05T23:15:33.500Z] #89 ... [2025-05-05T23:15:33.501Z] [2025-05-05T23:15:33.501Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-05T23:15:33.501Z] #64 DONE 48.1s [2025-05-05T23:15:33.766Z] [2025-05-05T23:15:33.766Z] #95 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-05-05T23:15:34.036Z] #95 ... [2025-05-05T23:15:34.037Z] [2025-05-05T23:15:34.037Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-05-05T23:15:34.037Z] #89 DONE 17.9s [2025-05-05T23:15:34.037Z] [2025-05-05T23:15:34.037Z] #88 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-05T23:15:34.037Z] #88 5.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:34.037Z] #88 7.811 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:34.303Z] #88 ... [2025-05-05T23:15:34.303Z] [2025-05-05T23:15:34.303Z] #96 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:15:34.572Z] #96 ... [2025-05-05T23:15:34.572Z] [2025-05-05T23:15:34.572Z] #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-05T23:15:34.572Z] #67 48.62 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-05T23:15:34.572Z] #67 48.70 (2/4) Installing musl-obstack (1.2.3-r2) [2025-05-05T23:15:34.572Z] #67 48.70 (3/4) Installing libucontext (1.2-r3) [2025-05-05T23:15:34.572Z] #67 48.70 (4/4) Installing gcompat (1.1.0-r4) [2025-05-05T23:15:34.572Z] #67 48.75 Executing busybox-1.36.1-r29.trigger [2025-05-05T23:15:34.572Z] #67 48.95 OK: 9 MiB in 18 packages [2025-05-05T23:15:35.536Z] #67 DONE 50.1s [2025-05-05T23:15:35.536Z] [2025-05-05T23:15:35.536Z] #92 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-05T23:15:35.536Z] #92 14.84 OK: 14 MiB in 21 packages [2025-05-05T23:15:36.121Z] #92 ... [2025-05-05T23:15:36.121Z] [2025-05-05T23:15:36.121Z] #93 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-05-05T23:15:36.121Z] #93 DONE 4.3s [2025-05-05T23:15:36.390Z] [2025-05-05T23:15:36.390Z] #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-05-05T23:15:36.657Z] #97 DONE 0.3s [2025-05-05T23:15:36.657Z] [2025-05-05T23:15:36.657Z] #98 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-05T23:15:36.928Z] #98 ... [2025-05-05T23:15:36.928Z] [2025-05-05T23:15:36.928Z] #92 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-05T23:15:36.928Z] #92 DONE 16.4s [2025-05-05T23:15:37.194Z] [2025-05-05T23:15:37.194Z] #98 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-05T23:15:38.603Z] #98 2.869 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:39.567Z] #98 3.690 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:39.834Z] #98 ... [2025-05-05T23:15:39.834Z] [2025-05-05T23:15:39.834Z] #88 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-05T23:15:39.834Z] #88 13.68 OK: 11 MiB in 17 packages [2025-05-05T23:15:39.834Z] #88 DONE 14.5s [2025-05-05T23:15:40.103Z] [2025-05-05T23:15:40.103Z] #95 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-05-05T23:15:40.103Z] #95 3.872 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:40.103Z] #95 4.594 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-05T23:15:41.511Z] #95 7.784 OK: 10 MiB in 19 packages [2025-05-05T23:15:42.099Z] #95 DONE 8.5s [2025-05-05T23:15:42.099Z] [2025-05-05T23:15:42.099Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-05T23:15:43.106Z] #99 ... [2025-05-05T23:15:43.106Z] [2025-05-05T23:15:43.106Z] #98 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-05T23:15:43.106Z] #98 6.452 OK: 9 MiB in 18 packages [2025-05-05T23:15:43.106Z] #98 DONE 7.4s [2025-05-05T23:15:43.106Z] [2025-05-05T23:15:43.106Z] #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-05-05T23:15:43.106Z] #100 DONE 1.2s [2025-05-05T23:15:43.106Z] [2025-05-05T23:15:43.106Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-05T23:15:44.524Z] #101 ... [2025-05-05T23:15:44.524Z] [2025-05-05T23:15:44.524Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-05T23:15:44.524Z] #99 DONE 2.8s [2025-05-05T23:15:44.792Z] [2025-05-05T23:15:44.792Z] #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-05-05T23:15:45.066Z] #102 DONE 0.4s [2025-05-05T23:15:45.066Z] [2025-05-05T23:15:45.066Z] #103 [security-spire-server stage-2 6/9] COPY security.txt / [2025-05-05T23:15:45.334Z] #103 ... [2025-05-05T23:15:45.334Z] [2025-05-05T23:15:45.334Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-05T23:15:45.334Z] #101 DONE 2.0s [2025-05-05T23:15:45.334Z] [2025-05-05T23:15:45.334Z] #104 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-05T23:15:45.334Z] #104 DONE 2.0s [2025-05-05T23:15:45.334Z] [2025-05-05T23:15:45.334Z] #105 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-05-05T23:15:45.334Z] #105 DONE 0.2s [2025-05-05T23:15:45.334Z] [2025-05-05T23:15:45.334Z] #106 [security-spire-config stage-2 6/10] COPY security.txt / [2025-05-05T23:15:45.610Z] #106 ... [2025-05-05T23:15:45.610Z] [2025-05-05T23:15:45.610Z] #107 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-05-05T23:15:45.610Z] #107 DONE 0.3s [2025-05-05T23:15:45.610Z] [2025-05-05T23:15:45.610Z] #103 [security-spire-server stage-2 6/9] COPY security.txt / [2025-05-05T23:15:45.610Z] #103 DONE 0.3s [2025-05-05T23:15:45.610Z] [2025-05-05T23:15:45.610Z] #106 [security-spire-config stage-2 6/10] COPY security.txt / [2025-05-05T23:15:45.610Z] #106 DONE 0.3s [2025-05-05T23:15:45.610Z] [2025-05-05T23:15:45.610Z] #108 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-05-05T23:15:45.610Z] #108 DONE 0.3s [2025-05-05T23:15:45.610Z] [2025-05-05T23:15:45.610Z] #109 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-05-05T23:15:45.610Z] #109 DONE 0.3s [2025-05-05T23:15:45.610Z] [2025-05-05T23:15:45.610Z] #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-05-05T23:15:45.645Z] #143 ... [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-05T23:15:45.645Z] #152 DONE 82.9s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-05-05T23:15:45.645Z] #155 DONE 0.2s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-05-05T23:15:45.645Z] #156 DONE 1.4s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-05-05T23:15:45.645Z] #153 ... [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #157 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:15:45.645Z] #157 DONE 0.0s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #158 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:15:45.645Z] #158 DONE 0.1s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #159 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-05-05T23:15:45.645Z] #159 DONE 0.2s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #160 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-05-05T23:15:45.645Z] #160 DONE 0.0s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #161 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-05-05T23:15:45.645Z] #161 DONE 0.1s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-05T23:15:45.645Z] #151 ... [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #162 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-05-05T23:15:45.645Z] #162 DONE 0.1s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #163 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-05-05T23:15:45.645Z] #163 DONE 0.1s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #164 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-05-05T23:15:45.645Z] #164 DONE 0.0s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #165 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-05-05T23:15:45.645Z] #165 DONE 1.0s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #98 [security-bootstrapper] exporting to image [2025-05-05T23:15:45.645Z] #98 exporting layers [2025-05-05T23:15:45.645Z] #98 exporting layers 0.5s done [2025-05-05T23:15:45.645Z] #98 writing image sha256:59e0e141a5e7621e054541140499b025d70e41b42ffab288c1270dee9600e44a 0.0s done [2025-05-05T23:15:45.645Z] #98 naming to docker.io/library/security-bootstrapper [2025-05-05T23:15:45.645Z] #98 naming to docker.io/library/security-bootstrapper 0.1s done [2025-05-05T23:15:45.645Z] #98 DONE 2.2s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-05T23:15:45.645Z] #148 ... [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-05-05T23:15:45.645Z] #145 DONE 89.6s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #166 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:15:45.645Z] #166 DONE 0.0s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #167 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:15:45.645Z] #167 DONE 0.2s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #168 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-05-05T23:15:45.645Z] #168 DONE 0.1s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #68 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:15:45.645Z] #68 ... [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #169 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-05-05T23:15:45.645Z] #169 DONE 0.1s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #170 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-05-05T23:15:45.645Z] #170 DONE 0.1s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #171 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-05T23:15:45.645Z] #171 DONE 1.3s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #98 [core-common-config-bootstrapper] exporting to image [2025-05-05T23:15:45.645Z] #98 exporting layers 0.4s done [2025-05-05T23:15:45.645Z] #98 writing image sha256:46409d419c9560a955924497499dd28cf1126babe0393683223735808b3c6537 done [2025-05-05T23:15:45.645Z] #98 naming to docker.io/library/core-common-config-bootstrapper done [2025-05-05T23:15:45.645Z] #98 DONE 2.6s [2025-05-05T23:15:45.645Z] [2025-05-05T23:15:45.645Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-05-05T23:15:46.199Z] #110 ... [2025-05-05T23:15:46.199Z] [2025-05-05T23:15:46.199Z] #111 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-05-05T23:15:46.199Z] #111 DONE 0.3s [2025-05-05T23:15:46.199Z] [2025-05-05T23:15:46.199Z] #112 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-05-05T23:15:46.199Z] #112 DONE 0.4s [2025-05-05T23:15:46.199Z] [2025-05-05T23:15:46.199Z] #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-05-05T23:15:46.199Z] #110 DONE 0.5s [2025-05-05T23:15:46.199Z] [2025-05-05T23:15:46.199Z] #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-05-05T23:15:46.479Z] #113 DONE 0.3s [2025-05-05T23:15:46.479Z] [2025-05-05T23:15:46.479Z] #114 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-05-05T23:15:46.479Z] #114 DONE 0.4s [2025-05-05T23:15:46.479Z] [2025-05-05T23:15:46.479Z] #115 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-05-05T23:15:46.479Z] #115 ... [2025-05-05T23:15:46.479Z] [2025-05-05T23:15:46.479Z] #116 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-05-05T23:15:46.479Z] #116 DONE 0.3s [2025-05-05T23:15:46.751Z] [2025-05-05T23:15:46.751Z] #117 [security-spire-server] exporting to image [2025-05-05T23:15:46.751Z] #117 exporting layers [2025-05-05T23:15:47.021Z] #117 ... [2025-05-05T23:15:47.021Z] [2025-05-05T23:15:47.021Z] #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-05-05T23:15:47.021Z] #118 DONE 0.3s [2025-05-05T23:15:47.021Z] [2025-05-05T23:15:47.021Z] #115 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-05-05T23:15:47.021Z] #115 DONE 0.4s [2025-05-05T23:15:47.021Z] [2025-05-05T23:15:47.021Z] #117 [security-spire-agent] exporting to image [2025-05-05T23:15:51.281Z] #117 exporting layers 4.2s done [2025-05-05T23:15:51.281Z] #117 exporting layers 4.6s done [2025-05-05T23:15:51.281Z] #117 writing image sha256:bcb2f2484b007f700f36d473a194c39250f392960e48028a753338124fabc2e1 0.1s done [2025-05-05T23:15:51.281Z] #117 naming to docker.io/library/security-spire-config-arm64 0.0s done [2025-05-05T23:15:51.281Z] #117 writing image sha256:11d7571eef6fd487f5a7d786fc896ff5ef59aa39098d0cb05fafce2253be3a04 0.0s done [2025-05-05T23:15:51.281Z] #117 naming to docker.io/library/security-spire-server-arm64 [2025-05-05T23:15:51.281Z] #117 exporting layers 4.3s done [2025-05-05T23:15:51.281Z] #117 naming to docker.io/library/security-spire-server-arm64 0.0s done [2025-05-05T23:15:51.281Z] #117 writing image sha256:8250495beab6f67e7b63e750d2a0b3ebbe5c0cb282fb5428006b345158864afe 0.0s done [2025-05-05T23:15:51.281Z] #117 naming to docker.io/library/security-spire-agent-arm64 done [2025-05-05T23:15:51.281Z] #117 DONE 4.6s [2025-05-05T23:15:51.281Z] [2025-05-05T23:15:51.281Z] #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:16:53.324Z] #153 150.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-05-05T23:16:53.324Z] #153 DONE 157.3s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-05T23:16:53.324Z] #69 ... [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-05T23:16:53.324Z] #146 DONE 157.3s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-05T23:16:53.324Z] #149 DONE 157.4s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #172 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:16:53.324Z] #172 DONE 0.3s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #173 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:16:53.324Z] #173 DONE 0.5s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #174 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:16:53.324Z] #174 DONE 0.5s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #175 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:16:53.324Z] #175 DONE 0.3s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #176 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-05-05T23:16:53.324Z] #176 ... [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #177 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:16:53.324Z] #177 DONE 0.1s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #178 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:16:53.324Z] #178 DONE 0.1s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #176 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-05-05T23:16:53.324Z] #176 DONE 0.2s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #179 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-05-05T23:16:53.324Z] #179 DONE 0.2s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #180 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-05-05T23:16:53.324Z] #180 DONE 0.1s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #181 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-05-05T23:16:53.324Z] #181 DONE 0.2s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #182 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-05-05T23:16:53.324Z] #182 DONE 0.1s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #183 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-05-05T23:16:53.324Z] #183 DONE 0.1s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #184 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-05-05T23:16:53.324Z] #184 DONE 0.1s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #98 [core-command] exporting to image [2025-05-05T23:16:53.324Z] #98 exporting layers [2025-05-05T23:16:53.324Z] #98 ... [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-05T23:16:53.324Z] #148 DONE 158.6s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #185 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-05-05T23:16:53.324Z] #185 DONE 0.2s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #98 [core-command] exporting to image [2025-05-05T23:16:53.324Z] #98 exporting layers 0.2s done [2025-05-05T23:16:53.324Z] #98 writing image sha256:2c1fcc671d762ee4b04e171bd3fd0b707e861bdbd8edf4e01586c102f070ed35 0.0s done [2025-05-05T23:16:53.324Z] #98 naming to docker.io/library/core-command done [2025-05-05T23:16:53.324Z] #98 DONE 2.9s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #186 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-05-05T23:16:53.324Z] #186 DONE 0.3s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #187 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:16:53.324Z] #187 CACHED [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #188 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:16:53.324Z] #188 CACHED [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #189 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-05-05T23:16:53.324Z] #189 DONE 0.5s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #190 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-05-05T23:16:53.324Z] #190 DONE 0.3s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #191 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-05-05T23:16:53.324Z] #191 DONE 0.3s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #192 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-05-05T23:16:53.324Z] #192 DONE 0.4s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #193 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-05-05T23:16:53.324Z] #193 DONE 0.4s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #194 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-05T23:16:53.324Z] #194 ... [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #195 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-05-05T23:16:53.324Z] #195 DONE 0.2s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-05T23:16:53.324Z] #144 DONE 160.0s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #196 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-05T23:16:53.324Z] #196 ... [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #197 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-05T23:16:53.324Z] #197 DONE 1.2s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #198 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:16:53.324Z] #198 DONE 0.3s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #194 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-05T23:16:53.324Z] #194 DONE 1.0s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #196 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-05T23:16:53.324Z] #196 DONE 0.8s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #199 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:16:53.324Z] #199 DONE 0.1s [2025-05-05T23:16:53.324Z] [2025-05-05T23:16:53.324Z] #98 [security-secretstore-setup] exporting to image [2025-05-05T23:16:53.324Z] #98 exporting layers 0.6s done [2025-05-05T23:16:53.324Z] #98 writing image sha256:d295c06e76168ea02086650c3692db76b4427d4ecb275667bcfc016689f8571a done [2025-05-05T23:16:53.324Z] #98 naming to docker.io/library/security-proxy-setup 0.0s done [2025-05-05T23:16:53.584Z] #98 ... [2025-05-05T23:16:53.584Z] [2025-05-05T23:16:53.584Z] #200 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-05-05T23:16:53.584Z] #200 DONE 0.3s [2025-05-05T23:16:53.584Z] [2025-05-05T23:16:53.584Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-05T23:16:53.584Z] #147 DONE 161.0s [2025-05-05T23:16:53.584Z] [2025-05-05T23:16:53.584Z] #201 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-05-05T23:16:53.584Z] #201 DONE 0.0s [2025-05-05T23:16:53.844Z] [2025-05-05T23:16:53.844Z] #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:16:53.844Z] #202 DONE 0.1s [2025-05-05T23:16:53.844Z] [2025-05-05T23:16:53.844Z] #98 [security-proxy-auth] exporting to image [2025-05-05T23:16:53.844Z] #98 exporting layers 0.5s done [2025-05-05T23:16:53.844Z] #98 writing image sha256:77e62ba3595126bc9993b8f07967c32af2da8684707ccc020ae9de05045d980f 0.0s done [2025-05-05T23:16:53.844Z] #98 naming to docker.io/library/security-proxy-auth done [2025-05-05T23:16:54.103Z] #98 exporting layers 0.3s done [2025-05-05T23:16:54.103Z] #98 writing image sha256:431c82ca5cc417efab667fa774cc3bc06d89ca3d19c821c6e371f1c662c923b9 done [2025-05-05T23:16:54.103Z] #98 naming to docker.io/library/security-secretstore-setup done [2025-05-05T23:16:54.103Z] #98 writing image sha256:61071a9839a4771edcfd94624ee627aad6b8663427e64a4ef8b5cae6b3ecbc22 done [2025-05-05T23:16:54.103Z] #98 naming to docker.io/library/security-spiffe-token-provider done [2025-05-05T23:16:54.103Z] #98 DONE 4.1s [2025-05-05T23:16:54.103Z] [2025-05-05T23:16:54.103Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-05T23:16:54.103Z] #151 DONE 161.3s [2025-05-05T23:16:54.103Z] [2025-05-05T23:16:54.103Z] #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-05-05T23:16:54.103Z] #203 DONE 0.1s [2025-05-05T23:16:54.103Z] [2025-05-05T23:16:54.103Z] #204 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:16:54.363Z] #204 DONE 0.1s [2025-05-05T23:16:54.363Z] [2025-05-05T23:16:54.363Z] #205 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-05-05T23:16:54.363Z] #205 DONE 0.1s [2025-05-05T23:16:54.363Z] [2025-05-05T23:16:54.363Z] #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:16:54.363Z] #206 DONE 0.1s [2025-05-05T23:16:54.363Z] [2025-05-05T23:16:54.363Z] #98 [core-keeper] exporting to image [2025-05-05T23:16:54.363Z] #98 exporting layers 0.2s done [2025-05-05T23:16:54.363Z] #98 writing image sha256:336bf5e33b933bee5a76f07675c5c44b1a88fe1ab97cef78cd26e73b150ee72d done [2025-05-05T23:16:54.363Z] #98 naming to docker.io/library/core-keeper done [2025-05-05T23:16:54.363Z] #98 DONE 4.3s [2025-05-05T23:16:54.363Z] [2025-05-05T23:16:54.363Z] #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-05-05T23:16:54.621Z] #207 DONE 0.2s [2025-05-05T23:16:54.621Z] [2025-05-05T23:16:54.621Z] #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-05-05T23:16:54.621Z] #208 DONE 0.0s [2025-05-05T23:16:54.621Z] [2025-05-05T23:16:54.621Z] #98 [core-data] exporting to image [2025-05-05T23:16:54.621Z] #98 exporting layers 0.1s done [2025-05-05T23:16:54.621Z] #98 writing image sha256:42da87f2ba9b959962ed7902f5b86b7ee42f1ee7ec4033d62d636544272294cb done [2025-05-05T23:16:54.621Z] #98 naming to docker.io/library/core-data done [2025-05-05T23:16:54.621Z] #98 DONE 4.4s [2025-05-05T23:16:54.621Z] [2025-05-05T23:16:54.621Z] #68 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:16:54.896Z] #68 ... [2025-05-05T23:16:54.896Z] [2025-05-05T23:16:54.896Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-05T23:16:54.896Z] #154 DONE 162.1s [2025-05-05T23:16:54.896Z] [2025-05-05T23:16:54.896Z] #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:16:54.896Z] #209 DONE 0.0s [2025-05-05T23:16:54.896Z] [2025-05-05T23:16:54.896Z] #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:16:54.896Z] #210 DONE 0.0s [2025-05-05T23:16:54.896Z] [2025-05-05T23:16:54.896Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-05-05T23:16:55.156Z] #211 DONE 0.1s [2025-05-05T23:16:55.156Z] [2025-05-05T23:16:55.156Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-05-05T23:16:55.156Z] #212 DONE 0.0s [2025-05-05T23:16:55.156Z] [2025-05-05T23:16:55.156Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-05-05T23:16:55.156Z] #213 DONE 0.0s [2025-05-05T23:16:55.156Z] [2025-05-05T23:16:55.156Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-05T23:16:55.156Z] #150 ... [2025-05-05T23:16:55.156Z] [2025-05-05T23:16:55.156Z] #98 [core-metadata] exporting to image [2025-05-05T23:16:55.156Z] #98 exporting layers 0.1s done [2025-05-05T23:16:55.417Z] #98 writing image sha256:ce825aa61788e5c0bbaf3baee04e3c4ce19e9938c1c0b249d26c8d7443f49898 done [2025-05-05T23:16:55.417Z] #98 naming to docker.io/library/core-metadata done [2025-05-05T23:16:55.417Z] #98 DONE 4.6s [2025-05-05T23:16:55.417Z] [2025-05-05T23:16:55.417Z] #68 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:16:57.323Z] #68 ... [2025-05-05T23:16:57.323Z] [2025-05-05T23:16:57.323Z] #143 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-05T23:16:57.323Z] #143 DONE 164.4s [2025-05-05T23:16:57.323Z] [2025-05-05T23:16:57.323Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:16:57.323Z] #214 DONE 0.0s [2025-05-05T23:16:57.323Z] [2025-05-05T23:16:57.323Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:16:57.323Z] #215 DONE 0.0s [2025-05-05T23:16:57.323Z] [2025-05-05T23:16:57.323Z] #68 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:16:57.323Z] #68 ... [2025-05-05T23:16:57.323Z] [2025-05-05T23:16:57.323Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-05T23:16:57.323Z] #150 DONE 164.8s [2025-05-05T23:16:57.323Z] [2025-05-05T23:16:57.323Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-05-05T23:16:57.582Z] #216 DONE 0.1s [2025-05-05T23:16:57.582Z] [2025-05-05T23:16:57.582Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-05-05T23:16:57.582Z] #217 DONE 0.0s [2025-05-05T23:16:57.582Z] [2025-05-05T23:16:57.582Z] #98 [support-scheduler] exporting to image [2025-05-05T23:16:57.582Z] #98 ... [2025-05-05T23:16:57.582Z] [2025-05-05T23:16:57.582Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:16:57.582Z] #218 DONE 0.0s [2025-05-05T23:16:57.582Z] [2025-05-05T23:16:57.582Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:16:57.582Z] #219 DONE 0.0s [2025-05-05T23:16:57.842Z] [2025-05-05T23:16:57.842Z] #98 [support-scheduler] exporting to image [2025-05-05T23:16:57.842Z] #98 exporting layers 0.3s done [2025-05-05T23:16:57.842Z] #98 writing image sha256:9076afb3c1f3f38b422540ee04ebe109ea0d7243a56ee8133259e5e26e210ff1 done [2025-05-05T23:16:57.842Z] #98 naming to docker.io/library/support-scheduler done [2025-05-05T23:16:57.842Z] #98 DONE 4.9s [2025-05-05T23:16:57.842Z] [2025-05-05T23:16:57.842Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-05-05T23:16:57.842Z] #220 DONE 0.2s [2025-05-05T23:16:57.842Z] [2025-05-05T23:16:57.842Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-05-05T23:16:57.842Z] #221 DONE 0.0s [2025-05-05T23:16:57.842Z] [2025-05-05T23:16:57.842Z] #68 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:16:57.842Z] #68 ... [2025-05-05T23:16:57.842Z] [2025-05-05T23:16:57.842Z] #98 [support-notifications] exporting to image [2025-05-05T23:16:58.102Z] #98 exporting layers 0.2s done [2025-05-05T23:16:58.102Z] #98 writing image sha256:684cbba1024595494f5be360d6807a552ca8a0ba68d614b5d255930e6f56cce4 done [2025-05-05T23:16:58.102Z] #98 naming to docker.io/library/support-notifications done [2025-05-05T23:16:58.102Z] #98 DONE 5.1s [2025-05-05T23:16:58.102Z] [2025-05-05T23:16:58.102Z] #68 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-05T23:16:58.102Z] time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:16:58.102Z] time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:16:58.102Z] time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:16:58.102Z] time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:16:58.102Z] time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:16:58.102Z] time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:16:58.102Z] time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:16:58.102Z] time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:16:58.102Z] time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:16:58.102Z] time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:16:58.102Z] time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:16:58.102Z] time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:16:58.102Z] time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:16:58.102Z] time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:16:58.102Z] time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-05-05T23:16:58.116Z] $ docker stop --time=1 ea41a05080fc9b08a5fa531d97f84213dfee76be743efb4ced01d281f81aca9a [2025-05-05T23:16:59.138Z] #86 ... [2025-05-05T23:16:59.138Z] [2025-05-05T23:16:59.138Z] #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:16:59.138Z] #83 DONE 107.0s [2025-05-05T23:16:59.138Z] [2025-05-05T23:16:59.138Z] #80 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:16:59.138Z] #80 DONE 113.1s [2025-05-05T23:16:59.138Z] [2025-05-05T23:16:59.138Z] #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:16:59.138Z] #91 DONE 92.4s [2025-05-05T23:16:59.138Z] [2025-05-05T23:16:59.138Z] #78 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:16:59.138Z] #78 DONE 118.3s [2025-05-05T23:16:59.138Z] [2025-05-05T23:16:59.138Z] #119 [core-keeper builder 7/8] COPY . . [2025-05-05T23:16:59.394Z] $ docker rm -f --volumes ea41a05080fc9b08a5fa531d97f84213dfee76be743efb4ced01d281f81aca9a [2025-05-05T23:16:59.414Z] #119 ... [2025-05-05T23:16:59.414Z] [2025-05-05T23:16:59.414Z] #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:16:59.414Z] #86 DONE 95.7s [2025-05-05T23:16:59.414Z] [2025-05-05T23:16:59.414Z] #96 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:16:59.414Z] #96 DONE 94.8s [2025-05-05T23:16:59.414Z] [2025-05-05T23:16:59.414Z] #120 [support-scheduler builder 6/7] COPY . . [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-05T23:16:59.730Z] + docker images [2025-05-05T23:16:59.731Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-05-05T23:16:59.731Z] support-scheduler latest 9076afb3c1f3 2 seconds ago 48.4MB [2025-05-05T23:16:59.731Z] support-notifications latest 684cbba10245 2 seconds ago 52MB [2025-05-05T23:16:59.731Z] core-metadata latest ce825aa61788 5 seconds ago 32.7MB [2025-05-05T23:16:59.731Z] core-data latest 42da87f2ba9b 5 seconds ago 32.5MB [2025-05-05T23:16:59.731Z] security-secretstore-setup latest 431c82ca5cc4 6 seconds ago 68MB [2025-05-05T23:16:59.731Z] security-proxy-auth latest 77e62ba35951 6 seconds ago 31.4MB [2025-05-05T23:16:59.731Z] security-spiffe-token-provider latest 61071a9839a4 6 seconds ago 47.2MB [2025-05-05T23:16:59.731Z] core-keeper latest 336bf5e33b93 6 seconds ago 32.2MB [2025-05-05T23:16:59.731Z] security-proxy-setup latest d295c06e7616 7 seconds ago 38.3MB [2025-05-05T23:16:59.731Z] core-command latest 2c1fcc671d76 9 seconds ago 28MB [2025-05-05T23:16:59.731Z] core-common-config-bootstrapper latest 46409d419c95 About a minute ago 17.1MB [2025-05-05T23:16:59.731Z] security-bootstrapper latest 59e0e141a5e7 About a minute ago 20.3MB [2025-05-05T23:16:59.731Z] security-spire-server latest 492095834148 3 minutes ago 149MB [2025-05-05T23:16:59.731Z] security-spire-agent latest dada6505a083 3 minutes ago 195MB [2025-05-05T23:16:59.731Z] security-spire-config latest d49c0f6bae5d 3 minutes ago 149MB [2025-05-05T23:16:59.731Z] ci-base-image-x86_64 latest 439b6b5c5042 6 minutes ago 925MB [2025-05-05T23:16:59.731Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 3 weeks ago 574MB [2025-05-05T23:16:59.731Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 23 months ago 334MB [2025-05-05T23:16:59.731Z] 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-05-05T23:16:59.875Z] provisioning config files... [2025-05-05T23:16:59.886Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/835@tmp/config11604208400110117000tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-05T23:17:00.193Z] ---> ****-login.sh [2025-05-05T23:17:00.193Z] nexus3.edgexfoundry.org:10001 [2025-05-05T23:17:00.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:17:00.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:17:00.193Z] Configure a credential helper to remove this warning. See [2025-05-05T23:17:00.193Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:17:00.193Z] [2025-05-05T23:17:00.193Z] Login Succeeded [2025-05-05T23:17:00.193Z] nexus3.edgexfoundry.org:10002 [2025-05-05T23:17:00.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:17:00.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:17:00.193Z] Configure a credential helper to remove this warning. See [2025-05-05T23:17:00.193Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:17:00.193Z] [2025-05-05T23:17:00.193Z] Login Succeeded [2025-05-05T23:17:00.193Z] nexus3.edgexfoundry.org:10003 [2025-05-05T23:17:00.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:17:00.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:17:00.451Z] Configure a credential helper to remove this warning. See [2025-05-05T23:17:00.451Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:17:00.451Z] [2025-05-05T23:17:00.451Z] Login Succeeded [2025-05-05T23:17:00.451Z] nexus3.edgexfoundry.org:10004 [2025-05-05T23:17:00.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:17:00.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:17:00.451Z] Configure a credential helper to remove this warning. See [2025-05-05T23:17:00.452Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:17:00.452Z] [2025-05-05T23:17:00.452Z] Login Succeeded [2025-05-05T23:17:00.452Z] ****.io [2025-05-05T23:17:00.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:17:01.357Z] #120 DONE 1.8s [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #121 [security-spiffe-token-provider builder 6/7] COPY . . [2025-05-05T23:17:01.357Z] #121 DONE 1.9s [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-05T23:17:01.357Z] #122 ... [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #123 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:17:01.357Z] #123 CACHED [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #124 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:17:01.357Z] #124 CACHED [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #125 [security-proxy-setup builder 6/7] COPY . . [2025-05-05T23:17:01.357Z] #125 CACHED [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #126 [support-notifications builder 6/7] COPY . . [2025-05-05T23:17:01.357Z] #126 DONE 2.0s [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #127 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:17:01.357Z] #127 CACHED [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #128 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:17:01.357Z] #128 CACHED [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #129 [security-bootstrapper builder 6/7] COPY . . [2025-05-05T23:17:01.357Z] #129 CACHED [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #119 [core-keeper builder 7/8] COPY . . [2025-05-05T23:17:01.357Z] #119 DONE 1.9s [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #130 [core-data builder 6/7] COPY . . [2025-05-05T23:17:01.357Z] #130 DONE 2.1s [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #131 [security-secretstore-setup builder 6/7] COPY . . [2025-05-05T23:17:01.357Z] #131 DONE 2.0s [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #132 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:17:01.357Z] #132 CACHED [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #133 [core-metadata builder 6/7] COPY . . [2025-05-05T23:17:01.357Z] #133 CACHED [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #134 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:17:01.357Z] #134 CACHED [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #135 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:17:01.357Z] #135 CACHED [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:17:01.357Z] #136 CACHED [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #137 [core-command builder 6/7] COPY . . [2025-05-05T23:17:01.357Z] #137 CACHED [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #138 [security-proxy-auth builder 6/7] COPY . . [2025-05-05T23:17:01.357Z] #138 CACHED [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #139 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:17:01.357Z] #139 CACHED [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #140 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:17:01.357Z] #140 CACHED [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #141 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-05T23:17:01.357Z] #141 CACHED [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #142 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-05T23:17:01.357Z] #142 CACHED [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #143 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-05-05T23:17:01.357Z] #143 CACHED [2025-05-05T23:17:01.357Z] [2025-05-05T23:17:01.357Z] #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-05T23:17:01.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:17:01.651Z] Configure a credential helper to remove this warning. See [2025-05-05T23:17:01.651Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:17:01.651Z] [2025-05-05T23:17:01.651Z] Login Succeeded [2025-05-05T23:17:01.651Z] ---> ****-login.sh ends [Pipeline] } [2025-05-05T23:17:01.659Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:17:01.714Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-05T23:17:01.744Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-05-05T23:17:01.744Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:01.744Z] latest [2025-05-05T23:17:01.744Z] 4.1.0-dev.9 [2025-05-05T23:17:01.744Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:01.744Z] main [2025-05-05T23:17:01.744Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:02.089Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:02.416Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:02.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-05T23:17:02.416Z] 176dc4597ffa: Preparing [2025-05-05T23:17:02.416Z] 4fbaa994e1df: Preparing [2025-05-05T23:17:02.416Z] 2948c4f64084: Preparing [2025-05-05T23:17:02.416Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:02.416Z] f3892f7578da: Preparing [2025-05-05T23:17:02.416Z] d781ecf55eab: Preparing [2025-05-05T23:17:02.416Z] 994456c4fd7b: Preparing [2025-05-05T23:17:02.416Z] d781ecf55eab: Waiting [2025-05-05T23:17:02.416Z] 994456c4fd7b: Waiting [2025-05-05T23:17:02.416Z] f3892f7578da: Pushed [2025-05-05T23:17:02.416Z] 2948c4f64084: Pushed [2025-05-05T23:17:02.416Z] 1eaa2cbb0938: Pushed [2025-05-05T23:17:02.416Z] 176dc4597ffa: Pushed [2025-05-05T23:17:02.416Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:02.416Z] d781ecf55eab: Pushed [2025-05-05T23:17:04.321Z] 4fbaa994e1df: Pushed [2025-05-05T23:17:04.579Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:90f265ef84d510c35e6e697a817fe05f81329e02febaf3fca33195eeeef01c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:04.906Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:05.232Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-05T23:17:05.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-05T23:17:05.232Z] 176dc4597ffa: Preparing [2025-05-05T23:17:05.232Z] 4fbaa994e1df: Preparing [2025-05-05T23:17:05.232Z] 2948c4f64084: Preparing [2025-05-05T23:17:05.232Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:05.232Z] f3892f7578da: Preparing [2025-05-05T23:17:05.232Z] d781ecf55eab: Preparing [2025-05-05T23:17:05.232Z] 994456c4fd7b: Preparing [2025-05-05T23:17:05.232Z] 994456c4fd7b: Waiting [2025-05-05T23:17:05.232Z] d781ecf55eab: Waiting [2025-05-05T23:17:05.232Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:05.232Z] f3892f7578da: Layer already exists [2025-05-05T23:17:05.232Z] 4fbaa994e1df: Layer already exists [2025-05-05T23:17:05.232Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:05.232Z] 176dc4597ffa: Layer already exists [2025-05-05T23:17:05.232Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:05.232Z] d781ecf55eab: Layer already exists [2025-05-05T23:17:05.232Z] latest: digest: sha256:90f265ef84d510c35e6e697a817fe05f81329e02febaf3fca33195eeeef01c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:05.563Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:05.903Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.9 [2025-05-05T23:17:05.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-05T23:17:05.903Z] 176dc4597ffa: Preparing [2025-05-05T23:17:05.903Z] 4fbaa994e1df: Preparing [2025-05-05T23:17:05.903Z] 2948c4f64084: Preparing [2025-05-05T23:17:05.903Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:05.903Z] f3892f7578da: Preparing [2025-05-05T23:17:05.903Z] d781ecf55eab: Preparing [2025-05-05T23:17:05.903Z] 994456c4fd7b: Preparing [2025-05-05T23:17:05.903Z] 994456c4fd7b: Waiting [2025-05-05T23:17:05.903Z] d781ecf55eab: Waiting [2025-05-05T23:17:05.903Z] 4fbaa994e1df: Layer already exists [2025-05-05T23:17:05.903Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:05.903Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:05.903Z] f3892f7578da: Layer already exists [2025-05-05T23:17:05.903Z] 176dc4597ffa: Layer already exists [2025-05-05T23:17:05.903Z] d781ecf55eab: Layer already exists [2025-05-05T23:17:05.903Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:05.903Z] 4.1.0-dev.9: digest: sha256:90f265ef84d510c35e6e697a817fe05f81329e02febaf3fca33195eeeef01c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:06.236Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:06.558Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:06.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-05T23:17:06.558Z] 176dc4597ffa: Preparing [2025-05-05T23:17:06.558Z] 4fbaa994e1df: Preparing [2025-05-05T23:17:06.558Z] 2948c4f64084: Preparing [2025-05-05T23:17:06.558Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:06.558Z] f3892f7578da: Preparing [2025-05-05T23:17:06.558Z] d781ecf55eab: Preparing [2025-05-05T23:17:06.558Z] 994456c4fd7b: Preparing [2025-05-05T23:17:06.558Z] 994456c4fd7b: Waiting [2025-05-05T23:17:06.558Z] d781ecf55eab: Waiting [2025-05-05T23:17:06.558Z] 4fbaa994e1df: Layer already exists [2025-05-05T23:17:06.558Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:06.558Z] 176dc4597ffa: Layer already exists [2025-05-05T23:17:06.558Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:06.558Z] f3892f7578da: Layer already exists [2025-05-05T23:17:06.558Z] d781ecf55eab: Layer already exists [2025-05-05T23:17:06.558Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:06.558Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:90f265ef84d510c35e6e697a817fe05f81329e02febaf3fca33195eeeef01c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:06.710Z] #144 ... [2025-05-05T23:17:06.710Z] [2025-05-05T23:17:06.710Z] #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-05T23:17:06.710Z] #122 4.059 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-05-05T23:17:06.898Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:07.227Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-05-05T23:17:07.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-05T23:17:07.227Z] 176dc4597ffa: Preparing [2025-05-05T23:17:07.227Z] 4fbaa994e1df: Preparing [2025-05-05T23:17:07.227Z] 2948c4f64084: Preparing [2025-05-05T23:17:07.227Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:07.227Z] f3892f7578da: Preparing [2025-05-05T23:17:07.227Z] d781ecf55eab: Preparing [2025-05-05T23:17:07.227Z] 994456c4fd7b: Preparing [2025-05-05T23:17:07.227Z] d781ecf55eab: Waiting [2025-05-05T23:17:07.227Z] 994456c4fd7b: Waiting [2025-05-05T23:17:07.227Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:07.227Z] f3892f7578da: Layer already exists [2025-05-05T23:17:07.227Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:07.227Z] 4fbaa994e1df: Layer already exists [2025-05-05T23:17:07.227Z] 176dc4597ffa: Layer already exists [2025-05-05T23:17:07.227Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:07.227Z] d781ecf55eab: Layer already exists [2025-05-05T23:17:07.227Z] main: digest: sha256:90f265ef84d510c35e6e697a817fe05f81329e02febaf3fca33195eeeef01c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:17:07.305Z] ===================================================== [Pipeline] echo [2025-05-05T23:17:07.319Z] taggedImages: [2025-05-05T23:17:07.319Z] - nexus3.edgexfoundry.org:10004/core-command:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:07.319Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-05T23:17:07.319Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.9 [2025-05-05T23:17:07.319Z] - nexus3.edgexfoundry.org:10004/core-command:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:07.319Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-05-05T23:17:07.349Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-05-05T23:17:07.349Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:07.349Z] latest [2025-05-05T23:17:07.349Z] 4.1.0-dev.9 [2025-05-05T23:17:07.349Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:07.349Z] main [2025-05-05T23:17:07.349Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:07.708Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:08.035Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:08.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-05T23:17:08.035Z] f4dc658ac15d: Preparing [2025-05-05T23:17:08.035Z] 0d91f00ebe6a: Preparing [2025-05-05T23:17:08.035Z] 8ec8775bd728: Preparing [2025-05-05T23:17:08.035Z] 592faa2eebf1: Preparing [2025-05-05T23:17:08.035Z] 2948c4f64084: Preparing [2025-05-05T23:17:08.035Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:08.035Z] f3892f7578da: Preparing [2025-05-05T23:17:08.035Z] d781ecf55eab: Preparing [2025-05-05T23:17:08.035Z] 994456c4fd7b: Preparing [2025-05-05T23:17:08.035Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:08.035Z] d781ecf55eab: Waiting [2025-05-05T23:17:08.035Z] f3892f7578da: Waiting [2025-05-05T23:17:08.035Z] 994456c4fd7b: Waiting [2025-05-05T23:17:08.035Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:08.035Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:08.035Z] f3892f7578da: Layer already exists [2025-05-05T23:17:08.035Z] d781ecf55eab: Layer already exists [2025-05-05T23:17:08.035Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:08.035Z] 0d91f00ebe6a: Pushed [2025-05-05T23:17:08.035Z] 8ec8775bd728: Pushed [2025-05-05T23:17:08.035Z] f4dc658ac15d: Pushed [2025-05-05T23:17:08.970Z] 592faa2eebf1: Pushed [2025-05-05T23:17:09.229Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:e2e0c972ed88b1d44a7916a25128d2b024b7b527687d1edb610724e125c6b63e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:09.561Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:09.876Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-05T23:17:09.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-05T23:17:09.876Z] f4dc658ac15d: Preparing [2025-05-05T23:17:09.876Z] 0d91f00ebe6a: Preparing [2025-05-05T23:17:09.876Z] 8ec8775bd728: Preparing [2025-05-05T23:17:09.876Z] 592faa2eebf1: Preparing [2025-05-05T23:17:09.876Z] 2948c4f64084: Preparing [2025-05-05T23:17:09.876Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:09.876Z] f3892f7578da: Preparing [2025-05-05T23:17:09.876Z] d781ecf55eab: Preparing [2025-05-05T23:17:09.876Z] 994456c4fd7b: Preparing [2025-05-05T23:17:09.876Z] d781ecf55eab: Waiting [2025-05-05T23:17:09.876Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:09.876Z] f3892f7578da: Waiting [2025-05-05T23:17:09.876Z] 994456c4fd7b: Waiting [2025-05-05T23:17:09.876Z] 592faa2eebf1: Layer already exists [2025-05-05T23:17:09.876Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:09.876Z] 8ec8775bd728: Layer already exists [2025-05-05T23:17:09.876Z] f4dc658ac15d: Layer already exists [2025-05-05T23:17:09.876Z] 0d91f00ebe6a: Layer already exists [2025-05-05T23:17:09.876Z] f3892f7578da: Layer already exists [2025-05-05T23:17:09.876Z] d781ecf55eab: Layer already exists [2025-05-05T23:17:09.876Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:09.876Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:09.876Z] latest: digest: sha256:e2e0c972ed88b1d44a7916a25128d2b024b7b527687d1edb610724e125c6b63e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:10.205Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:10.528Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.9 [2025-05-05T23:17:10.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-05T23:17:10.528Z] f4dc658ac15d: Preparing [2025-05-05T23:17:10.528Z] 0d91f00ebe6a: Preparing [2025-05-05T23:17:10.528Z] 8ec8775bd728: Preparing [2025-05-05T23:17:10.528Z] 592faa2eebf1: Preparing [2025-05-05T23:17:10.528Z] 2948c4f64084: Preparing [2025-05-05T23:17:10.528Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:10.528Z] f3892f7578da: Preparing [2025-05-05T23:17:10.528Z] d781ecf55eab: Preparing [2025-05-05T23:17:10.528Z] 994456c4fd7b: Preparing [2025-05-05T23:17:10.528Z] f3892f7578da: Waiting [2025-05-05T23:17:10.528Z] d781ecf55eab: Waiting [2025-05-05T23:17:10.528Z] 994456c4fd7b: Waiting [2025-05-05T23:17:10.528Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:10.528Z] f4dc658ac15d: Layer already exists [2025-05-05T23:17:10.528Z] 8ec8775bd728: Layer already exists [2025-05-05T23:17:10.528Z] 0d91f00ebe6a: Layer already exists [2025-05-05T23:17:10.528Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:10.528Z] 592faa2eebf1: Layer already exists [2025-05-05T23:17:10.528Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:10.528Z] d781ecf55eab: Layer already exists [2025-05-05T23:17:10.528Z] f3892f7578da: Layer already exists [2025-05-05T23:17:10.528Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:10.528Z] 4.1.0-dev.9: digest: sha256:e2e0c972ed88b1d44a7916a25128d2b024b7b527687d1edb610724e125c6b63e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:10.859Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:10.971Z] #122 ... [2025-05-05T23:17:10.971Z] [2025-05-05T23:17:10.971Z] #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-05T23:17:10.971Z] #144 5.630 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-05-05T23:17:11.180Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:11.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-05T23:17:11.180Z] f4dc658ac15d: Preparing [2025-05-05T23:17:11.180Z] 0d91f00ebe6a: Preparing [2025-05-05T23:17:11.180Z] 8ec8775bd728: Preparing [2025-05-05T23:17:11.180Z] 592faa2eebf1: Preparing [2025-05-05T23:17:11.180Z] 2948c4f64084: Preparing [2025-05-05T23:17:11.180Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:11.180Z] f3892f7578da: Preparing [2025-05-05T23:17:11.180Z] d781ecf55eab: Preparing [2025-05-05T23:17:11.180Z] 994456c4fd7b: Preparing [2025-05-05T23:17:11.180Z] f3892f7578da: Waiting [2025-05-05T23:17:11.180Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:11.180Z] d781ecf55eab: Waiting [2025-05-05T23:17:11.180Z] 994456c4fd7b: Waiting [2025-05-05T23:17:11.180Z] 8ec8775bd728: Layer already exists [2025-05-05T23:17:11.180Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:11.180Z] f4dc658ac15d: Layer already exists [2025-05-05T23:17:11.180Z] 592faa2eebf1: Layer already exists [2025-05-05T23:17:11.180Z] 0d91f00ebe6a: Layer already exists [2025-05-05T23:17:11.180Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:11.180Z] f3892f7578da: Layer already exists [2025-05-05T23:17:11.180Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:11.180Z] d781ecf55eab: Layer already exists [2025-05-05T23:17:11.181Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:e2e0c972ed88b1d44a7916a25128d2b024b7b527687d1edb610724e125c6b63e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:11.241Z] #144 ... [2025-05-05T23:17:11.241Z] [2025-05-05T23:17:11.241Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-05-05T23:17:11.241Z] #0 6.295 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-05-05T23:17:11.241Z] #145 ... [2025-05-05T23:17:11.241Z] [2025-05-05T23:17:11.241Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-05T23:17:11.241Z] #0 6.098 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-05-05T23:17:11.498Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [2025-05-05T23:17:11.518Z] #146 ... [2025-05-05T23:17:11.518Z] [2025-05-05T23:17:11.518Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-05-05T23:17:11.518Z] #0 5.368 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:11.823Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-05-05T23:17:11.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-05T23:17:11.823Z] f4dc658ac15d: Preparing [2025-05-05T23:17:11.823Z] 0d91f00ebe6a: Preparing [2025-05-05T23:17:11.823Z] 8ec8775bd728: Preparing [2025-05-05T23:17:11.824Z] 592faa2eebf1: Preparing [2025-05-05T23:17:11.824Z] 2948c4f64084: Preparing [2025-05-05T23:17:11.824Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:11.824Z] f3892f7578da: Preparing [2025-05-05T23:17:11.824Z] d781ecf55eab: Preparing [2025-05-05T23:17:11.824Z] 994456c4fd7b: Preparing [2025-05-05T23:17:11.824Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:11.824Z] d781ecf55eab: Waiting [2025-05-05T23:17:11.824Z] 994456c4fd7b: Waiting [2025-05-05T23:17:11.824Z] f4dc658ac15d: Layer already exists [2025-05-05T23:17:11.824Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:11.824Z] 592faa2eebf1: Layer already exists [2025-05-05T23:17:11.824Z] 8ec8775bd728: Layer already exists [2025-05-05T23:17:11.824Z] 0d91f00ebe6a: Layer already exists [2025-05-05T23:17:11.824Z] f3892f7578da: Layer already exists [2025-05-05T23:17:11.824Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:11.824Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:11.824Z] d781ecf55eab: Layer already exists [2025-05-05T23:17:11.824Z] main: digest: sha256:e2e0c972ed88b1d44a7916a25128d2b024b7b527687d1edb610724e125c6b63e size: 2193 [Pipeline] } [2025-05-05T23:17:11.838Z] #147 ... [2025-05-05T23:17:11.838Z] [2025-05-05T23:17:11.838Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-05T23:17:11.838Z] #0 5.016 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-05-05T23:17:11.838Z] #148 ... [2025-05-05T23:17:11.838Z] [2025-05-05T23:17:11.838Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-05T23:17:11.838Z] #0 4.592 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:17:11.900Z] ===================================================== [Pipeline] echo [2025-05-05T23:17:11.918Z] taggedImages: [2025-05-05T23:17:11.918Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:11.918Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-05T23:17:11.918Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.9 [2025-05-05T23:17:11.918Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:11.918Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-05-05T23:17:11.948Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-05-05T23:17:11.948Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:11.948Z] latest [2025-05-05T23:17:11.948Z] 4.1.0-dev.9 [2025-05-05T23:17:11.948Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:11.948Z] main [2025-05-05T23:17:11.948Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:12.117Z] #149 ... [2025-05-05T23:17:12.117Z] [2025-05-05T23:17:12.117Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-05T23:17:12.117Z] #0 5.638 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-05-05T23:17:12.117Z] #150 ... [2025-05-05T23:17:12.117Z] [2025-05-05T23:17:12.118Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-05T23:17:12.118Z] #0 5.864 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-05-05T23:17:12.308Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:12.396Z] #151 ... [2025-05-05T23:17:12.396Z] [2025-05-05T23:17:12.396Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-05T23:17:12.396Z] #0 6.014 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-05-05T23:17:12.396Z] #152 ... [2025-05-05T23:17:12.396Z] [2025-05-05T23:17:12.396Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-05T23:17:12.396Z] #0 5.148 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-05-05T23:17:12.643Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:12.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-05T23:17:12.643Z] 8a7cf1476604: Preparing [2025-05-05T23:17:12.643Z] fc6702c3fa67: Preparing [2025-05-05T23:17:12.643Z] 2948c4f64084: Preparing [2025-05-05T23:17:12.643Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:12.643Z] 55aab4451dd7: Preparing [2025-05-05T23:17:12.643Z] c562264094ef: Preparing [2025-05-05T23:17:12.643Z] 994456c4fd7b: Preparing [2025-05-05T23:17:12.643Z] c562264094ef: Waiting [2025-05-05T23:17:12.643Z] 994456c4fd7b: Waiting [2025-05-05T23:17:12.643Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:12.643Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:12.643Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:12.643Z] 55aab4451dd7: Pushed [2025-05-05T23:17:12.643Z] c562264094ef: Pushed [2025-05-05T23:17:12.643Z] 8a7cf1476604: Pushed [2025-05-05T23:17:12.725Z] #153 ... [2025-05-05T23:17:12.725Z] [2025-05-05T23:17:12.725Z] #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-05T23:17:12.725Z] #0 6.208 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-05-05T23:17:15.179Z] fc6702c3fa67: Pushed [2025-05-05T23:17:15.179Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:e1ee17adddd63a4501a2ae1031017a99a0d278c90830c5d5da3e10f16d713077 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:15.512Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:15.831Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-05T23:17:15.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-05T23:17:15.831Z] 8a7cf1476604: Preparing [2025-05-05T23:17:15.831Z] fc6702c3fa67: Preparing [2025-05-05T23:17:15.831Z] 2948c4f64084: Preparing [2025-05-05T23:17:15.831Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:15.831Z] 55aab4451dd7: Preparing [2025-05-05T23:17:15.831Z] c562264094ef: Preparing [2025-05-05T23:17:15.831Z] 994456c4fd7b: Preparing [2025-05-05T23:17:15.831Z] c562264094ef: Waiting [2025-05-05T23:17:15.831Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:15.831Z] fc6702c3fa67: Layer already exists [2025-05-05T23:17:15.831Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:15.831Z] 8a7cf1476604: Layer already exists [2025-05-05T23:17:15.831Z] 55aab4451dd7: Layer already exists [2025-05-05T23:17:15.831Z] c562264094ef: Layer already exists [2025-05-05T23:17:15.831Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:15.831Z] latest: digest: sha256:e1ee17adddd63a4501a2ae1031017a99a0d278c90830c5d5da3e10f16d713077 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:16.151Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:16.479Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.9 [2025-05-05T23:17:16.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-05T23:17:16.479Z] 8a7cf1476604: Preparing [2025-05-05T23:17:16.479Z] fc6702c3fa67: Preparing [2025-05-05T23:17:16.479Z] 2948c4f64084: Preparing [2025-05-05T23:17:16.479Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:16.479Z] 55aab4451dd7: Preparing [2025-05-05T23:17:16.479Z] c562264094ef: Preparing [2025-05-05T23:17:16.479Z] 994456c4fd7b: Preparing [2025-05-05T23:17:16.479Z] c562264094ef: Waiting [2025-05-05T23:17:16.479Z] 994456c4fd7b: Waiting [2025-05-05T23:17:16.479Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:16.479Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:16.479Z] 8a7cf1476604: Layer already exists [2025-05-05T23:17:16.479Z] 55aab4451dd7: Layer already exists [2025-05-05T23:17:16.479Z] fc6702c3fa67: Layer already exists [2025-05-05T23:17:16.479Z] c562264094ef: Layer already exists [2025-05-05T23:17:16.479Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:16.479Z] 4.1.0-dev.9: digest: sha256:e1ee17adddd63a4501a2ae1031017a99a0d278c90830c5d5da3e10f16d713077 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:16.813Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:17.138Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:17.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-05T23:17:17.138Z] 8a7cf1476604: Preparing [2025-05-05T23:17:17.138Z] fc6702c3fa67: Preparing [2025-05-05T23:17:17.138Z] 2948c4f64084: Preparing [2025-05-05T23:17:17.138Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:17.138Z] 55aab4451dd7: Preparing [2025-05-05T23:17:17.138Z] c562264094ef: Preparing [2025-05-05T23:17:17.138Z] 994456c4fd7b: Preparing [2025-05-05T23:17:17.138Z] c562264094ef: Waiting [2025-05-05T23:17:17.138Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:17.138Z] 55aab4451dd7: Layer already exists [2025-05-05T23:17:17.138Z] fc6702c3fa67: Layer already exists [2025-05-05T23:17:17.138Z] 8a7cf1476604: Layer already exists [2025-05-05T23:17:17.138Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:17.138Z] c562264094ef: Layer already exists [2025-05-05T23:17:17.138Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:17.138Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:e1ee17adddd63a4501a2ae1031017a99a0d278c90830c5d5da3e10f16d713077 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:17.476Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:17.796Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-05-05T23:17:17.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-05T23:17:17.796Z] 8a7cf1476604: Preparing [2025-05-05T23:17:17.796Z] fc6702c3fa67: Preparing [2025-05-05T23:17:17.796Z] 2948c4f64084: Preparing [2025-05-05T23:17:17.796Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:17.796Z] 55aab4451dd7: Preparing [2025-05-05T23:17:17.796Z] c562264094ef: Preparing [2025-05-05T23:17:17.796Z] 994456c4fd7b: Preparing [2025-05-05T23:17:17.796Z] 994456c4fd7b: Waiting [2025-05-05T23:17:17.796Z] c562264094ef: Waiting [2025-05-05T23:17:17.796Z] 8a7cf1476604: Layer already exists [2025-05-05T23:17:17.796Z] 55aab4451dd7: Layer already exists [2025-05-05T23:17:17.796Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:17.796Z] fc6702c3fa67: Layer already exists [2025-05-05T23:17:17.796Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:17.796Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:17.796Z] c562264094ef: Layer already exists [2025-05-05T23:17:17.796Z] main: digest: sha256:e1ee17adddd63a4501a2ae1031017a99a0d278c90830c5d5da3e10f16d713077 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:17:17.877Z] ===================================================== [Pipeline] echo [2025-05-05T23:17:17.890Z] taggedImages: [2025-05-05T23:17:17.890Z] - nexus3.edgexfoundry.org:10004/core-data:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:17.890Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-05T23:17:17.890Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.9 [2025-05-05T23:17:17.890Z] - nexus3.edgexfoundry.org:10004/core-data:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:17.890Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-05-05T23:17:17.921Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-05-05T23:17:17.921Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:17.921Z] latest [2025-05-05T23:17:17.921Z] 4.1.0-dev.9 [2025-05-05T23:17:17.921Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:17.921Z] main [2025-05-05T23:17:17.921Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:18.275Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:18.608Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:18.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-05T23:17:18.608Z] 37c97c32455b: Preparing [2025-05-05T23:17:18.608Z] 593e33e8643d: Preparing [2025-05-05T23:17:18.608Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:18.608Z] 6fe4c8367300: Preparing [2025-05-05T23:17:18.608Z] 615f4cffa3e5: Preparing [2025-05-05T23:17:18.608Z] 994456c4fd7b: Preparing [2025-05-05T23:17:18.608Z] 994456c4fd7b: Waiting [2025-05-05T23:17:18.608Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:18.608Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:18.608Z] 615f4cffa3e5: Pushed [2025-05-05T23:17:18.608Z] 6fe4c8367300: Pushed [2025-05-05T23:17:18.608Z] 37c97c32455b: Pushed [2025-05-05T23:17:21.151Z] 593e33e8643d: Pushed [2025-05-05T23:17:21.151Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:c8cde85c1639cc0b049801e30b173451720c3ef8ed27b01764c475656f84567a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:21.479Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:21.813Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-05T23:17:21.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-05T23:17:21.813Z] 37c97c32455b: Preparing [2025-05-05T23:17:21.813Z] 593e33e8643d: Preparing [2025-05-05T23:17:21.813Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:21.813Z] 6fe4c8367300: Preparing [2025-05-05T23:17:21.813Z] 615f4cffa3e5: Preparing [2025-05-05T23:17:21.813Z] 994456c4fd7b: Preparing [2025-05-05T23:17:21.813Z] 37c97c32455b: Layer already exists [2025-05-05T23:17:21.813Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:21.813Z] 593e33e8643d: Layer already exists [2025-05-05T23:17:21.813Z] 6fe4c8367300: Layer already exists [2025-05-05T23:17:21.813Z] 615f4cffa3e5: Layer already exists [2025-05-05T23:17:21.813Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:21.813Z] latest: digest: sha256:c8cde85c1639cc0b049801e30b173451720c3ef8ed27b01764c475656f84567a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:22.141Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:22.469Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.9 [2025-05-05T23:17:22.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-05T23:17:22.469Z] 37c97c32455b: Preparing [2025-05-05T23:17:22.469Z] 593e33e8643d: Preparing [2025-05-05T23:17:22.469Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:22.469Z] 6fe4c8367300: Preparing [2025-05-05T23:17:22.469Z] 615f4cffa3e5: Preparing [2025-05-05T23:17:22.469Z] 994456c4fd7b: Preparing [2025-05-05T23:17:22.469Z] 994456c4fd7b: Waiting [2025-05-05T23:17:22.469Z] 593e33e8643d: Layer already exists [2025-05-05T23:17:22.469Z] 615f4cffa3e5: Layer already exists [2025-05-05T23:17:22.469Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:22.469Z] 6fe4c8367300: Layer already exists [2025-05-05T23:17:22.469Z] 37c97c32455b: Layer already exists [2025-05-05T23:17:22.469Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:22.469Z] 4.1.0-dev.9: digest: sha256:c8cde85c1639cc0b049801e30b173451720c3ef8ed27b01764c475656f84567a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:22.800Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:23.132Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:23.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-05T23:17:23.132Z] 37c97c32455b: Preparing [2025-05-05T23:17:23.132Z] 593e33e8643d: Preparing [2025-05-05T23:17:23.132Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:23.132Z] 6fe4c8367300: Preparing [2025-05-05T23:17:23.132Z] 615f4cffa3e5: Preparing [2025-05-05T23:17:23.132Z] 994456c4fd7b: Preparing [2025-05-05T23:17:23.132Z] 994456c4fd7b: Waiting [2025-05-05T23:17:23.132Z] 615f4cffa3e5: Layer already exists [2025-05-05T23:17:23.132Z] 593e33e8643d: Layer already exists [2025-05-05T23:17:23.132Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:23.132Z] 37c97c32455b: Layer already exists [2025-05-05T23:17:23.132Z] 6fe4c8367300: Layer already exists [2025-05-05T23:17:23.132Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:23.132Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:c8cde85c1639cc0b049801e30b173451720c3ef8ed27b01764c475656f84567a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:23.460Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:23.785Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-05-05T23:17:23.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-05T23:17:23.785Z] 37c97c32455b: Preparing [2025-05-05T23:17:23.785Z] 593e33e8643d: Preparing [2025-05-05T23:17:23.785Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:23.785Z] 6fe4c8367300: Preparing [2025-05-05T23:17:23.785Z] 615f4cffa3e5: Preparing [2025-05-05T23:17:23.785Z] 994456c4fd7b: Preparing [2025-05-05T23:17:23.785Z] 994456c4fd7b: Waiting [2025-05-05T23:17:23.785Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:23.785Z] 615f4cffa3e5: Layer already exists [2025-05-05T23:17:23.785Z] 593e33e8643d: Layer already exists [2025-05-05T23:17:23.785Z] 6fe4c8367300: Layer already exists [2025-05-05T23:17:23.785Z] 37c97c32455b: Layer already exists [2025-05-05T23:17:23.785Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:23.785Z] main: digest: sha256:c8cde85c1639cc0b049801e30b173451720c3ef8ed27b01764c475656f84567a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:17:23.857Z] ===================================================== [Pipeline] echo [2025-05-05T23:17:23.872Z] taggedImages: [2025-05-05T23:17:23.872Z] - nexus3.edgexfoundry.org:10004/core-keeper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:23.872Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-05T23:17:23.872Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.9 [2025-05-05T23:17:23.872Z] - nexus3.edgexfoundry.org:10004/core-keeper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:23.872Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-05-05T23:17:23.900Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-05-05T23:17:23.900Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:23.900Z] latest [2025-05-05T23:17:23.900Z] 4.1.0-dev.9 [2025-05-05T23:17:23.900Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:23.900Z] main [2025-05-05T23:17:23.900Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:24.242Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:24.559Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:24.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-05T23:17:24.559Z] 66e3f2894563: Preparing [2025-05-05T23:17:24.559Z] 0e1129f4be02: Preparing [2025-05-05T23:17:24.559Z] 768cd3bd98c4: Preparing [2025-05-05T23:17:24.559Z] 2948c4f64084: Preparing [2025-05-05T23:17:24.559Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:24.559Z] f3892f7578da: Preparing [2025-05-05T23:17:24.559Z] d781ecf55eab: Preparing [2025-05-05T23:17:24.559Z] 994456c4fd7b: Preparing [2025-05-05T23:17:24.559Z] f3892f7578da: Waiting [2025-05-05T23:17:24.559Z] d781ecf55eab: Waiting [2025-05-05T23:17:24.560Z] 994456c4fd7b: Waiting [2025-05-05T23:17:24.560Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:24.560Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:24.560Z] f3892f7578da: Layer already exists [2025-05-05T23:17:24.560Z] d781ecf55eab: Layer already exists [2025-05-05T23:17:24.560Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:24.560Z] 0e1129f4be02: Pushed [2025-05-05T23:17:24.560Z] 66e3f2894563: Pushed [2025-05-05T23:17:27.112Z] 768cd3bd98c4: Pushed [2025-05-05T23:17:27.112Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:45e5889f2c0a22695ef58ef5b9f25dc1da960c236866e61a545323a50e589184 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:27.440Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:27.769Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-05T23:17:27.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-05T23:17:27.769Z] 66e3f2894563: Preparing [2025-05-05T23:17:27.769Z] 0e1129f4be02: Preparing [2025-05-05T23:17:27.769Z] 768cd3bd98c4: Preparing [2025-05-05T23:17:27.769Z] 2948c4f64084: Preparing [2025-05-05T23:17:27.769Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:27.769Z] f3892f7578da: Preparing [2025-05-05T23:17:27.769Z] d781ecf55eab: Preparing [2025-05-05T23:17:27.769Z] 994456c4fd7b: Preparing [2025-05-05T23:17:27.769Z] f3892f7578da: Waiting [2025-05-05T23:17:27.769Z] d781ecf55eab: Waiting [2025-05-05T23:17:27.769Z] 66e3f2894563: Layer already exists [2025-05-05T23:17:27.769Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:27.769Z] 768cd3bd98c4: Layer already exists [2025-05-05T23:17:27.769Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:27.769Z] 0e1129f4be02: Layer already exists [2025-05-05T23:17:27.769Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:27.769Z] f3892f7578da: Layer already exists [2025-05-05T23:17:27.769Z] d781ecf55eab: Layer already exists [2025-05-05T23:17:27.769Z] latest: digest: sha256:45e5889f2c0a22695ef58ef5b9f25dc1da960c236866e61a545323a50e589184 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:28.100Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:28.423Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.9 [2025-05-05T23:17:28.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-05T23:17:28.423Z] 66e3f2894563: Preparing [2025-05-05T23:17:28.423Z] 0e1129f4be02: Preparing [2025-05-05T23:17:28.423Z] 768cd3bd98c4: Preparing [2025-05-05T23:17:28.423Z] 2948c4f64084: Preparing [2025-05-05T23:17:28.423Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:28.423Z] f3892f7578da: Preparing [2025-05-05T23:17:28.423Z] d781ecf55eab: Preparing [2025-05-05T23:17:28.423Z] 994456c4fd7b: Preparing [2025-05-05T23:17:28.423Z] f3892f7578da: Waiting [2025-05-05T23:17:28.423Z] d781ecf55eab: Waiting [2025-05-05T23:17:28.423Z] 994456c4fd7b: Waiting [2025-05-05T23:17:28.423Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:28.423Z] 0e1129f4be02: Layer already exists [2025-05-05T23:17:28.423Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:28.423Z] 66e3f2894563: Layer already exists [2025-05-05T23:17:28.423Z] 768cd3bd98c4: Layer already exists [2025-05-05T23:17:28.423Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:28.423Z] f3892f7578da: Layer already exists [2025-05-05T23:17:28.423Z] d781ecf55eab: Layer already exists [2025-05-05T23:17:28.423Z] 4.1.0-dev.9: digest: sha256:45e5889f2c0a22695ef58ef5b9f25dc1da960c236866e61a545323a50e589184 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:28.752Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:29.085Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:29.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-05T23:17:29.085Z] 66e3f2894563: Preparing [2025-05-05T23:17:29.085Z] 0e1129f4be02: Preparing [2025-05-05T23:17:29.085Z] 768cd3bd98c4: Preparing [2025-05-05T23:17:29.085Z] 2948c4f64084: Preparing [2025-05-05T23:17:29.085Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:29.085Z] f3892f7578da: Preparing [2025-05-05T23:17:29.085Z] d781ecf55eab: Preparing [2025-05-05T23:17:29.085Z] 994456c4fd7b: Preparing [2025-05-05T23:17:29.085Z] f3892f7578da: Waiting [2025-05-05T23:17:29.085Z] d781ecf55eab: Waiting [2025-05-05T23:17:29.085Z] 994456c4fd7b: Waiting [2025-05-05T23:17:29.085Z] 768cd3bd98c4: Layer already exists [2025-05-05T23:17:29.085Z] 66e3f2894563: Layer already exists [2025-05-05T23:17:29.085Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:29.085Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:29.085Z] 0e1129f4be02: Layer already exists [2025-05-05T23:17:29.085Z] f3892f7578da: Layer already exists [2025-05-05T23:17:29.085Z] d781ecf55eab: Layer already exists [2025-05-05T23:17:29.085Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:29.085Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:45e5889f2c0a22695ef58ef5b9f25dc1da960c236866e61a545323a50e589184 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:29.415Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:29.743Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-05-05T23:17:29.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-05T23:17:29.743Z] 66e3f2894563: Preparing [2025-05-05T23:17:29.743Z] 0e1129f4be02: Preparing [2025-05-05T23:17:29.743Z] 768cd3bd98c4: Preparing [2025-05-05T23:17:29.743Z] 2948c4f64084: Preparing [2025-05-05T23:17:29.743Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:29.743Z] f3892f7578da: Preparing [2025-05-05T23:17:29.743Z] d781ecf55eab: Preparing [2025-05-05T23:17:29.743Z] 994456c4fd7b: Preparing [2025-05-05T23:17:29.743Z] f3892f7578da: Waiting [2025-05-05T23:17:29.743Z] d781ecf55eab: Waiting [2025-05-05T23:17:29.743Z] 994456c4fd7b: Waiting [2025-05-05T23:17:29.743Z] 768cd3bd98c4: Layer already exists [2025-05-05T23:17:29.743Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:29.743Z] 66e3f2894563: Layer already exists [2025-05-05T23:17:29.743Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:29.743Z] 0e1129f4be02: Layer already exists [2025-05-05T23:17:29.743Z] d781ecf55eab: Layer already exists [2025-05-05T23:17:29.743Z] f3892f7578da: Layer already exists [2025-05-05T23:17:29.743Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:29.743Z] main: digest: sha256:45e5889f2c0a22695ef58ef5b9f25dc1da960c236866e61a545323a50e589184 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:17:29.825Z] ===================================================== [Pipeline] echo [2025-05-05T23:17:29.840Z] taggedImages: [2025-05-05T23:17:29.840Z] - nexus3.edgexfoundry.org:10004/core-metadata:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:29.840Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-05T23:17:29.840Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.9 [2025-05-05T23:17:29.840Z] - nexus3.edgexfoundry.org:10004/core-metadata:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:29.840Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-05-05T23:17:29.876Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-05-05T23:17:29.876Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:29.876Z] latest [2025-05-05T23:17:29.876Z] 4.1.0-dev.9 [2025-05-05T23:17:29.876Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:29.876Z] main [2025-05-05T23:17:29.876Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:30.235Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:30.551Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:30.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-05T23:17:30.551Z] 082e75e45352: Preparing [2025-05-05T23:17:30.551Z] eae4ef2bfbb0: Preparing [2025-05-05T23:17:30.551Z] cf0fcacdead4: Preparing [2025-05-05T23:17:30.551Z] f6bf9382d9fc: Preparing [2025-05-05T23:17:30.551Z] 52662ac3a9a2: Preparing [2025-05-05T23:17:30.551Z] 482345302d6b: Preparing [2025-05-05T23:17:30.551Z] 9663db4fff04: Preparing [2025-05-05T23:17:30.551Z] 2948c4f64084: Preparing [2025-05-05T23:17:30.551Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:30.551Z] dbc2f8e8b635: Preparing [2025-05-05T23:17:30.551Z] f4e500c62903: Preparing [2025-05-05T23:17:30.551Z] 5f70bf18a086: Preparing [2025-05-05T23:17:30.551Z] e93e9fe271cf: Preparing [2025-05-05T23:17:30.551Z] 6c9187c90ebc: Preparing [2025-05-05T23:17:30.551Z] c728cc29230b: Preparing [2025-05-05T23:17:30.551Z] 994456c4fd7b: Preparing [2025-05-05T23:17:30.551Z] f4e500c62903: Waiting [2025-05-05T23:17:30.551Z] 5f70bf18a086: Waiting [2025-05-05T23:17:30.551Z] 482345302d6b: Waiting [2025-05-05T23:17:30.551Z] e93e9fe271cf: Waiting [2025-05-05T23:17:30.551Z] 2948c4f64084: Waiting [2025-05-05T23:17:30.551Z] c728cc29230b: Waiting [2025-05-05T23:17:30.551Z] 994456c4fd7b: Waiting [2025-05-05T23:17:30.551Z] 9663db4fff04: Waiting [2025-05-05T23:17:30.551Z] dbc2f8e8b635: Waiting [2025-05-05T23:17:30.551Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:30.551Z] eae4ef2bfbb0: Pushed [2025-05-05T23:17:30.551Z] 52662ac3a9a2: Pushed [2025-05-05T23:17:30.551Z] cf0fcacdead4: Pushed [2025-05-05T23:17:30.551Z] 082e75e45352: Pushed [2025-05-05T23:17:30.551Z] f6bf9382d9fc: Pushed [2025-05-05T23:17:30.551Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:30.551Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:30.551Z] 5f70bf18a086: Layer already exists [2025-05-05T23:17:30.810Z] 482345302d6b: Pushed [2025-05-05T23:17:30.810Z] dbc2f8e8b635: Pushed [2025-05-05T23:17:30.810Z] e93e9fe271cf: Pushed [2025-05-05T23:17:30.810Z] f4e500c62903: Pushed [2025-05-05T23:17:30.810Z] 6c9187c90ebc: Pushed [2025-05-05T23:17:30.810Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:30.810Z] c728cc29230b: Pushed [2025-05-05T23:17:32.186Z] 9663db4fff04: Pushed [2025-05-05T23:17:32.186Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:b89448618b1552e11da77235a2954627919e4999c2c263775b2934cd87313fc8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:32.519Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:32.846Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-05T23:17:32.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-05T23:17:32.847Z] 082e75e45352: Preparing [2025-05-05T23:17:32.847Z] eae4ef2bfbb0: Preparing [2025-05-05T23:17:32.847Z] cf0fcacdead4: Preparing [2025-05-05T23:17:32.847Z] f6bf9382d9fc: Preparing [2025-05-05T23:17:32.847Z] 52662ac3a9a2: Preparing [2025-05-05T23:17:32.847Z] 482345302d6b: Preparing [2025-05-05T23:17:32.847Z] 9663db4fff04: Preparing [2025-05-05T23:17:32.847Z] 2948c4f64084: Preparing [2025-05-05T23:17:32.847Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:32.847Z] dbc2f8e8b635: Preparing [2025-05-05T23:17:32.847Z] f4e500c62903: Preparing [2025-05-05T23:17:32.847Z] 5f70bf18a086: Preparing [2025-05-05T23:17:32.847Z] e93e9fe271cf: Preparing [2025-05-05T23:17:32.847Z] 2948c4f64084: Waiting [2025-05-05T23:17:32.847Z] dbc2f8e8b635: Waiting [2025-05-05T23:17:32.847Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:32.847Z] f4e500c62903: Waiting [2025-05-05T23:17:32.847Z] 482345302d6b: Waiting [2025-05-05T23:17:32.847Z] 9663db4fff04: Waiting [2025-05-05T23:17:32.847Z] 5f70bf18a086: Waiting [2025-05-05T23:17:32.847Z] 6c9187c90ebc: Preparing [2025-05-05T23:17:32.847Z] c728cc29230b: Preparing [2025-05-05T23:17:32.847Z] 994456c4fd7b: Preparing [2025-05-05T23:17:32.847Z] e93e9fe271cf: Waiting [2025-05-05T23:17:32.847Z] 6c9187c90ebc: Waiting [2025-05-05T23:17:32.847Z] 994456c4fd7b: Waiting [2025-05-05T23:17:32.847Z] c728cc29230b: Waiting [2025-05-05T23:17:32.847Z] 082e75e45352: Layer already exists [2025-05-05T23:17:32.847Z] eae4ef2bfbb0: Layer already exists [2025-05-05T23:17:32.847Z] cf0fcacdead4: Layer already exists [2025-05-05T23:17:32.847Z] f6bf9382d9fc: Layer already exists [2025-05-05T23:17:32.847Z] 52662ac3a9a2: Layer already exists [2025-05-05T23:17:32.847Z] 482345302d6b: Layer already exists [2025-05-05T23:17:32.847Z] 9663db4fff04: Layer already exists [2025-05-05T23:17:32.847Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:32.847Z] dbc2f8e8b635: Layer already exists [2025-05-05T23:17:32.847Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:32.847Z] f4e500c62903: Layer already exists [2025-05-05T23:17:32.847Z] 5f70bf18a086: Layer already exists [2025-05-05T23:17:32.847Z] e93e9fe271cf: Layer already exists [2025-05-05T23:17:32.847Z] 6c9187c90ebc: Layer already exists [2025-05-05T23:17:32.847Z] c728cc29230b: Layer already exists [2025-05-05T23:17:32.847Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:32.847Z] latest: digest: sha256:b89448618b1552e11da77235a2954627919e4999c2c263775b2934cd87313fc8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:33.179Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:33.502Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.9 [2025-05-05T23:17:33.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-05T23:17:33.503Z] 082e75e45352: Preparing [2025-05-05T23:17:33.503Z] eae4ef2bfbb0: Preparing [2025-05-05T23:17:33.503Z] cf0fcacdead4: Preparing [2025-05-05T23:17:33.503Z] f6bf9382d9fc: Preparing [2025-05-05T23:17:33.503Z] 52662ac3a9a2: Preparing [2025-05-05T23:17:33.503Z] 482345302d6b: Preparing [2025-05-05T23:17:33.503Z] 9663db4fff04: Preparing [2025-05-05T23:17:33.503Z] 2948c4f64084: Preparing [2025-05-05T23:17:33.503Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:33.503Z] dbc2f8e8b635: Preparing [2025-05-05T23:17:33.503Z] f4e500c62903: Preparing [2025-05-05T23:17:33.503Z] 5f70bf18a086: Preparing [2025-05-05T23:17:33.503Z] e93e9fe271cf: Preparing [2025-05-05T23:17:33.503Z] 6c9187c90ebc: Preparing [2025-05-05T23:17:33.503Z] c728cc29230b: Preparing [2025-05-05T23:17:33.503Z] 994456c4fd7b: Preparing [2025-05-05T23:17:33.503Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:33.503Z] e93e9fe271cf: Waiting [2025-05-05T23:17:33.503Z] 9663db4fff04: Waiting [2025-05-05T23:17:33.503Z] 2948c4f64084: Waiting [2025-05-05T23:17:33.503Z] c728cc29230b: Waiting [2025-05-05T23:17:33.503Z] 994456c4fd7b: Waiting [2025-05-05T23:17:33.503Z] 6c9187c90ebc: Waiting [2025-05-05T23:17:33.503Z] f4e500c62903: Waiting [2025-05-05T23:17:33.503Z] dbc2f8e8b635: Waiting [2025-05-05T23:17:33.503Z] 5f70bf18a086: Waiting [2025-05-05T23:17:33.503Z] eae4ef2bfbb0: Layer already exists [2025-05-05T23:17:33.503Z] 52662ac3a9a2: Layer already exists [2025-05-05T23:17:33.503Z] cf0fcacdead4: Layer already exists [2025-05-05T23:17:33.503Z] 082e75e45352: Layer already exists [2025-05-05T23:17:33.503Z] f6bf9382d9fc: Layer already exists [2025-05-05T23:17:33.503Z] 482345302d6b: Layer already exists [2025-05-05T23:17:33.503Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:33.503Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:33.503Z] dbc2f8e8b635: Layer already exists [2025-05-05T23:17:33.503Z] 9663db4fff04: Layer already exists [2025-05-05T23:17:33.503Z] f4e500c62903: Layer already exists [2025-05-05T23:17:33.503Z] e93e9fe271cf: Layer already exists [2025-05-05T23:17:33.503Z] 5f70bf18a086: Layer already exists [2025-05-05T23:17:33.503Z] 6c9187c90ebc: Layer already exists [2025-05-05T23:17:33.503Z] c728cc29230b: Layer already exists [2025-05-05T23:17:33.503Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:33.503Z] 4.1.0-dev.9: digest: sha256:b89448618b1552e11da77235a2954627919e4999c2c263775b2934cd87313fc8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:33.837Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:34.159Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:34.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-05T23:17:34.159Z] 082e75e45352: Preparing [2025-05-05T23:17:34.159Z] eae4ef2bfbb0: Preparing [2025-05-05T23:17:34.159Z] cf0fcacdead4: Preparing [2025-05-05T23:17:34.159Z] f6bf9382d9fc: Preparing [2025-05-05T23:17:34.159Z] 52662ac3a9a2: Preparing [2025-05-05T23:17:34.159Z] 482345302d6b: Preparing [2025-05-05T23:17:34.159Z] 9663db4fff04: Preparing [2025-05-05T23:17:34.159Z] 2948c4f64084: Preparing [2025-05-05T23:17:34.159Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:34.159Z] dbc2f8e8b635: Preparing [2025-05-05T23:17:34.159Z] f4e500c62903: Preparing [2025-05-05T23:17:34.159Z] 5f70bf18a086: Preparing [2025-05-05T23:17:34.159Z] e93e9fe271cf: Preparing [2025-05-05T23:17:34.159Z] 6c9187c90ebc: Preparing [2025-05-05T23:17:34.159Z] c728cc29230b: Preparing [2025-05-05T23:17:34.159Z] 994456c4fd7b: Preparing [2025-05-05T23:17:34.159Z] 2948c4f64084: Waiting [2025-05-05T23:17:34.159Z] 482345302d6b: Waiting [2025-05-05T23:17:34.159Z] 9663db4fff04: Waiting [2025-05-05T23:17:34.159Z] 5f70bf18a086: Waiting [2025-05-05T23:17:34.159Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:34.159Z] dbc2f8e8b635: Waiting [2025-05-05T23:17:34.159Z] c728cc29230b: Waiting [2025-05-05T23:17:34.159Z] 082e75e45352: Layer already exists [2025-05-05T23:17:34.159Z] 52662ac3a9a2: Layer already exists [2025-05-05T23:17:34.159Z] cf0fcacdead4: Layer already exists [2025-05-05T23:17:34.159Z] eae4ef2bfbb0: Layer already exists [2025-05-05T23:17:34.159Z] f6bf9382d9fc: Layer already exists [2025-05-05T23:17:34.159Z] 482345302d6b: Layer already exists [2025-05-05T23:17:34.159Z] 9663db4fff04: Layer already exists [2025-05-05T23:17:34.159Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:34.159Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:34.159Z] f4e500c62903: Layer already exists [2025-05-05T23:17:34.159Z] dbc2f8e8b635: Layer already exists [2025-05-05T23:17:34.159Z] 5f70bf18a086: Layer already exists [2025-05-05T23:17:34.159Z] e93e9fe271cf: Layer already exists [2025-05-05T23:17:34.159Z] 6c9187c90ebc: Layer already exists [2025-05-05T23:17:34.159Z] c728cc29230b: Layer already exists [2025-05-05T23:17:34.159Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:34.159Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:b89448618b1552e11da77235a2954627919e4999c2c263775b2934cd87313fc8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:34.478Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:34.806Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-05-05T23:17:34.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-05T23:17:34.806Z] 082e75e45352: Preparing [2025-05-05T23:17:34.806Z] eae4ef2bfbb0: Preparing [2025-05-05T23:17:34.806Z] cf0fcacdead4: Preparing [2025-05-05T23:17:34.806Z] f6bf9382d9fc: Preparing [2025-05-05T23:17:34.806Z] 52662ac3a9a2: Preparing [2025-05-05T23:17:34.806Z] 482345302d6b: Preparing [2025-05-05T23:17:34.806Z] 9663db4fff04: Preparing [2025-05-05T23:17:34.806Z] 2948c4f64084: Preparing [2025-05-05T23:17:34.806Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:34.806Z] dbc2f8e8b635: Preparing [2025-05-05T23:17:34.806Z] f4e500c62903: Preparing [2025-05-05T23:17:34.806Z] 5f70bf18a086: Preparing [2025-05-05T23:17:34.806Z] e93e9fe271cf: Preparing [2025-05-05T23:17:34.806Z] 6c9187c90ebc: Preparing [2025-05-05T23:17:34.806Z] c728cc29230b: Preparing [2025-05-05T23:17:34.806Z] 482345302d6b: Waiting [2025-05-05T23:17:34.806Z] 994456c4fd7b: Preparing [2025-05-05T23:17:34.806Z] 9663db4fff04: Waiting [2025-05-05T23:17:34.806Z] 2948c4f64084: Waiting [2025-05-05T23:17:34.806Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:34.806Z] e93e9fe271cf: Waiting [2025-05-05T23:17:34.806Z] dbc2f8e8b635: Waiting [2025-05-05T23:17:34.806Z] 6c9187c90ebc: Waiting [2025-05-05T23:17:34.806Z] 5f70bf18a086: Waiting [2025-05-05T23:17:34.806Z] f4e500c62903: Waiting [2025-05-05T23:17:34.806Z] c728cc29230b: Waiting [2025-05-05T23:17:34.806Z] 994456c4fd7b: Waiting [2025-05-05T23:17:34.806Z] 52662ac3a9a2: Layer already exists [2025-05-05T23:17:34.806Z] 082e75e45352: Layer already exists [2025-05-05T23:17:34.806Z] eae4ef2bfbb0: Layer already exists [2025-05-05T23:17:34.806Z] f6bf9382d9fc: Layer already exists [2025-05-05T23:17:34.806Z] cf0fcacdead4: Layer already exists [2025-05-05T23:17:34.806Z] 9663db4fff04: Layer already exists [2025-05-05T23:17:34.806Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:34.806Z] 482345302d6b: Layer already exists [2025-05-05T23:17:34.806Z] dbc2f8e8b635: Layer already exists [2025-05-05T23:17:34.806Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:34.806Z] f4e500c62903: Layer already exists [2025-05-05T23:17:34.806Z] 5f70bf18a086: Layer already exists [2025-05-05T23:17:34.806Z] e93e9fe271cf: Layer already exists [2025-05-05T23:17:34.806Z] 6c9187c90ebc: Layer already exists [2025-05-05T23:17:34.806Z] c728cc29230b: Layer already exists [2025-05-05T23:17:34.806Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:34.806Z] main: digest: sha256:b89448618b1552e11da77235a2954627919e4999c2c263775b2934cd87313fc8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:17:34.882Z] ===================================================== [Pipeline] echo [2025-05-05T23:17:34.901Z] taggedImages: [2025-05-05T23:17:34.901Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:34.901Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-05T23:17:34.901Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.9 [2025-05-05T23:17:34.901Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:34.901Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-05-05T23:17:34.934Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-05-05T23:17:34.934Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:34.934Z] latest [2025-05-05T23:17:34.934Z] 4.1.0-dev.9 [2025-05-05T23:17:34.934Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:34.934Z] main [2025-05-05T23:17:34.934Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:35.277Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:35.599Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:35.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-05T23:17:35.599Z] 8fb103ff644b: Preparing [2025-05-05T23:17:35.599Z] 143fccf4064c: Preparing [2025-05-05T23:17:35.599Z] d45cc1ad1070: Preparing [2025-05-05T23:17:35.599Z] 82b2e6ba1436: Preparing [2025-05-05T23:17:35.599Z] 2948c4f64084: Preparing [2025-05-05T23:17:35.599Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:35.599Z] f3892f7578da: Preparing [2025-05-05T23:17:35.599Z] d781ecf55eab: Preparing [2025-05-05T23:17:35.599Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:35.599Z] 994456c4fd7b: Preparing [2025-05-05T23:17:35.599Z] d781ecf55eab: Waiting [2025-05-05T23:17:35.599Z] 994456c4fd7b: Waiting [2025-05-05T23:17:35.599Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:35.599Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:35.599Z] f3892f7578da: Layer already exists [2025-05-05T23:17:35.599Z] d781ecf55eab: Layer already exists [2025-05-05T23:17:35.599Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:35.599Z] 8fb103ff644b: Pushed [2025-05-05T23:17:35.599Z] d45cc1ad1070: Pushed [2025-05-05T23:17:35.599Z] 143fccf4064c: Pushed [2025-05-05T23:17:38.890Z] 82b2e6ba1436: Pushed [2025-05-05T23:17:38.890Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:275acae5d2b845418ab40a7b50199713f513366f8f4e1ffe8f70e0bd61fe4d1e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:39.229Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:39.560Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-05T23:17:39.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-05T23:17:39.560Z] 8fb103ff644b: Preparing [2025-05-05T23:17:39.560Z] 143fccf4064c: Preparing [2025-05-05T23:17:39.560Z] d45cc1ad1070: Preparing [2025-05-05T23:17:39.560Z] 82b2e6ba1436: Preparing [2025-05-05T23:17:39.560Z] 2948c4f64084: Preparing [2025-05-05T23:17:39.560Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:39.560Z] f3892f7578da: Preparing [2025-05-05T23:17:39.560Z] d781ecf55eab: Preparing [2025-05-05T23:17:39.560Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:39.560Z] f3892f7578da: Waiting [2025-05-05T23:17:39.560Z] 994456c4fd7b: Preparing [2025-05-05T23:17:39.560Z] d781ecf55eab: Waiting [2025-05-05T23:17:39.560Z] 994456c4fd7b: Waiting [2025-05-05T23:17:39.560Z] 8fb103ff644b: Layer already exists [2025-05-05T23:17:39.560Z] 82b2e6ba1436: Layer already exists [2025-05-05T23:17:39.560Z] 143fccf4064c: Layer already exists [2025-05-05T23:17:39.560Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:39.560Z] d45cc1ad1070: Layer already exists [2025-05-05T23:17:39.560Z] d781ecf55eab: Layer already exists [2025-05-05T23:17:39.560Z] f3892f7578da: Layer already exists [2025-05-05T23:17:39.560Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:39.560Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:39.560Z] latest: digest: sha256:275acae5d2b845418ab40a7b50199713f513366f8f4e1ffe8f70e0bd61fe4d1e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:39.885Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:40.208Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.9 [2025-05-05T23:17:40.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-05T23:17:40.208Z] 8fb103ff644b: Preparing [2025-05-05T23:17:40.208Z] 143fccf4064c: Preparing [2025-05-05T23:17:40.208Z] d45cc1ad1070: Preparing [2025-05-05T23:17:40.208Z] 82b2e6ba1436: Preparing [2025-05-05T23:17:40.208Z] 2948c4f64084: Preparing [2025-05-05T23:17:40.208Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:40.208Z] f3892f7578da: Preparing [2025-05-05T23:17:40.208Z] d781ecf55eab: Preparing [2025-05-05T23:17:40.208Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:40.208Z] 994456c4fd7b: Preparing [2025-05-05T23:17:40.208Z] d781ecf55eab: Waiting [2025-05-05T23:17:40.208Z] 994456c4fd7b: Waiting [2025-05-05T23:17:40.208Z] 8fb103ff644b: Layer already exists [2025-05-05T23:17:40.208Z] 143fccf4064c: Layer already exists [2025-05-05T23:17:40.208Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:40.208Z] 82b2e6ba1436: Layer already exists [2025-05-05T23:17:40.208Z] d45cc1ad1070: Layer already exists [2025-05-05T23:17:40.208Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:40.208Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:40.208Z] f3892f7578da: Layer already exists [2025-05-05T23:17:40.208Z] d781ecf55eab: Layer already exists [2025-05-05T23:17:40.208Z] 4.1.0-dev.9: digest: sha256:275acae5d2b845418ab40a7b50199713f513366f8f4e1ffe8f70e0bd61fe4d1e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:40.637Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:40.957Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:40.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-05T23:17:40.957Z] 8fb103ff644b: Preparing [2025-05-05T23:17:40.957Z] 143fccf4064c: Preparing [2025-05-05T23:17:40.957Z] d45cc1ad1070: Preparing [2025-05-05T23:17:40.957Z] 82b2e6ba1436: Preparing [2025-05-05T23:17:40.957Z] 2948c4f64084: Preparing [2025-05-05T23:17:40.957Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:40.957Z] f3892f7578da: Preparing [2025-05-05T23:17:40.957Z] d781ecf55eab: Preparing [2025-05-05T23:17:40.957Z] 994456c4fd7b: Preparing [2025-05-05T23:17:40.957Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:40.957Z] d781ecf55eab: Waiting [2025-05-05T23:17:40.957Z] f3892f7578da: Waiting [2025-05-05T23:17:40.957Z] 994456c4fd7b: Waiting [2025-05-05T23:17:40.957Z] 82b2e6ba1436: Layer already exists [2025-05-05T23:17:40.957Z] 8fb103ff644b: Layer already exists [2025-05-05T23:17:40.957Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:40.957Z] d45cc1ad1070: Layer already exists [2025-05-05T23:17:40.957Z] 143fccf4064c: Layer already exists [2025-05-05T23:17:40.957Z] d781ecf55eab: Layer already exists [2025-05-05T23:17:40.957Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:40.957Z] f3892f7578da: Layer already exists [2025-05-05T23:17:40.957Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:40.957Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:275acae5d2b845418ab40a7b50199713f513366f8f4e1ffe8f70e0bd61fe4d1e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:41.280Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:41.985Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-05-05T23:17:41.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-05T23:17:41.985Z] 8fb103ff644b: Preparing [2025-05-05T23:17:41.985Z] 143fccf4064c: Preparing [2025-05-05T23:17:41.985Z] d45cc1ad1070: Preparing [2025-05-05T23:17:41.985Z] 82b2e6ba1436: Preparing [2025-05-05T23:17:41.985Z] 2948c4f64084: Preparing [2025-05-05T23:17:41.985Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:41.985Z] f3892f7578da: Preparing [2025-05-05T23:17:41.985Z] d781ecf55eab: Preparing [2025-05-05T23:17:41.985Z] 994456c4fd7b: Preparing [2025-05-05T23:17:41.985Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:41.985Z] f3892f7578da: Waiting [2025-05-05T23:17:41.985Z] d781ecf55eab: Waiting [2025-05-05T23:17:41.985Z] 994456c4fd7b: Waiting [2025-05-05T23:17:41.985Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:41.985Z] 143fccf4064c: Layer already exists [2025-05-05T23:17:41.985Z] d45cc1ad1070: Layer already exists [2025-05-05T23:17:41.985Z] 82b2e6ba1436: Layer already exists [2025-05-05T23:17:41.985Z] 8fb103ff644b: Layer already exists [2025-05-05T23:17:41.985Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:41.985Z] f3892f7578da: Layer already exists [2025-05-05T23:17:41.985Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:41.985Z] d781ecf55eab: Layer already exists [2025-05-05T23:17:41.985Z] main: digest: sha256:275acae5d2b845418ab40a7b50199713f513366f8f4e1ffe8f70e0bd61fe4d1e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:17:42.062Z] ===================================================== [Pipeline] echo [2025-05-05T23:17:42.077Z] taggedImages: [2025-05-05T23:17:42.077Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:42.077Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-05T23:17:42.077Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.9 [2025-05-05T23:17:42.077Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:42.077Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-05-05T23:17:42.110Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-05-05T23:17:42.110Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:42.110Z] latest [2025-05-05T23:17:42.110Z] 4.1.0-dev.9 [2025-05-05T23:17:42.110Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:42.110Z] main [2025-05-05T23:17:42.110Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:42.460Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:43.418Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:43.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-05T23:17:43.418Z] edd674bed36e: Preparing [2025-05-05T23:17:43.418Z] 443b637b5424: Preparing [2025-05-05T23:17:43.418Z] d9104c148012: Preparing [2025-05-05T23:17:43.418Z] bfcdbc51084b: Preparing [2025-05-05T23:17:43.418Z] 9919f973ccf8: Preparing [2025-05-05T23:17:43.418Z] 2948c4f64084: Preparing [2025-05-05T23:17:43.418Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:43.418Z] ccf6c7cfdc15: Preparing [2025-05-05T23:17:43.418Z] 39d3955e92cf: Preparing [2025-05-05T23:17:43.418Z] aa828ffcd68d: Preparing [2025-05-05T23:17:43.418Z] 994456c4fd7b: Preparing [2025-05-05T23:17:43.418Z] 39d3955e92cf: Waiting [2025-05-05T23:17:43.418Z] 994456c4fd7b: Waiting [2025-05-05T23:17:43.418Z] 2948c4f64084: Waiting [2025-05-05T23:17:43.418Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:43.418Z] aa828ffcd68d: Waiting [2025-05-05T23:17:43.418Z] ccf6c7cfdc15: Waiting [2025-05-05T23:17:43.418Z] 9919f973ccf8: Pushed [2025-05-05T23:17:43.418Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:43.418Z] edd674bed36e: Pushed [2025-05-05T23:17:43.418Z] 443b637b5424: Pushed [2025-05-05T23:17:43.418Z] bfcdbc51084b: Pushed [2025-05-05T23:17:43.418Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:43.418Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:43.418Z] 39d3955e92cf: Pushed [2025-05-05T23:17:43.418Z] ccf6c7cfdc15: Pushed [2025-05-05T23:17:45.568Z] aa828ffcd68d: Pushed [2025-05-05T23:17:45.843Z] d9104c148012: Pushed [2025-05-05T23:17:46.103Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:542aa21bdc9f96303dd0c1ec494f3549d7690e97dfefc0d831b59e7c6836403f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:46.433Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:46.760Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-05T23:17:46.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-05T23:17:46.760Z] edd674bed36e: Preparing [2025-05-05T23:17:46.760Z] 443b637b5424: Preparing [2025-05-05T23:17:46.760Z] d9104c148012: Preparing [2025-05-05T23:17:46.760Z] bfcdbc51084b: Preparing [2025-05-05T23:17:46.760Z] 9919f973ccf8: Preparing [2025-05-05T23:17:46.760Z] 2948c4f64084: Preparing [2025-05-05T23:17:46.760Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:46.760Z] ccf6c7cfdc15: Preparing [2025-05-05T23:17:46.760Z] 39d3955e92cf: Preparing [2025-05-05T23:17:46.760Z] aa828ffcd68d: Preparing [2025-05-05T23:17:46.760Z] 994456c4fd7b: Preparing [2025-05-05T23:17:46.760Z] 2948c4f64084: Waiting [2025-05-05T23:17:46.760Z] aa828ffcd68d: Waiting [2025-05-05T23:17:46.760Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:46.760Z] 994456c4fd7b: Waiting [2025-05-05T23:17:46.760Z] 39d3955e92cf: Waiting [2025-05-05T23:17:46.760Z] 443b637b5424: Layer already exists [2025-05-05T23:17:46.760Z] d9104c148012: Layer already exists [2025-05-05T23:17:46.760Z] 9919f973ccf8: Layer already exists [2025-05-05T23:17:46.760Z] edd674bed36e: Layer already exists [2025-05-05T23:17:46.760Z] bfcdbc51084b: Layer already exists [2025-05-05T23:17:46.760Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:46.760Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:46.760Z] 39d3955e92cf: Layer already exists [2025-05-05T23:17:46.760Z] ccf6c7cfdc15: Layer already exists [2025-05-05T23:17:46.760Z] aa828ffcd68d: Layer already exists [2025-05-05T23:17:46.760Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:46.760Z] latest: digest: sha256:542aa21bdc9f96303dd0c1ec494f3549d7690e97dfefc0d831b59e7c6836403f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:47.094Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:47.425Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.9 [2025-05-05T23:17:47.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-05T23:17:47.425Z] edd674bed36e: Preparing [2025-05-05T23:17:47.425Z] 443b637b5424: Preparing [2025-05-05T23:17:47.425Z] d9104c148012: Preparing [2025-05-05T23:17:47.425Z] bfcdbc51084b: Preparing [2025-05-05T23:17:47.425Z] 9919f973ccf8: Preparing [2025-05-05T23:17:47.425Z] 2948c4f64084: Preparing [2025-05-05T23:17:47.425Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:47.425Z] ccf6c7cfdc15: Preparing [2025-05-05T23:17:47.425Z] 39d3955e92cf: Preparing [2025-05-05T23:17:47.425Z] aa828ffcd68d: Preparing [2025-05-05T23:17:47.425Z] 994456c4fd7b: Preparing [2025-05-05T23:17:47.425Z] 2948c4f64084: Waiting [2025-05-05T23:17:47.425Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:47.425Z] ccf6c7cfdc15: Waiting [2025-05-05T23:17:47.425Z] 39d3955e92cf: Waiting [2025-05-05T23:17:47.425Z] 994456c4fd7b: Waiting [2025-05-05T23:17:47.425Z] aa828ffcd68d: Waiting [2025-05-05T23:17:47.425Z] d9104c148012: Layer already exists [2025-05-05T23:17:47.425Z] edd674bed36e: Layer already exists [2025-05-05T23:17:47.425Z] 9919f973ccf8: Layer already exists [2025-05-05T23:17:47.425Z] 443b637b5424: Layer already exists [2025-05-05T23:17:47.425Z] bfcdbc51084b: Layer already exists [2025-05-05T23:17:47.425Z] 39d3955e92cf: Layer already exists [2025-05-05T23:17:47.425Z] ccf6c7cfdc15: Layer already exists [2025-05-05T23:17:47.425Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:47.425Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:47.425Z] aa828ffcd68d: Layer already exists [2025-05-05T23:17:47.425Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:47.425Z] 4.1.0-dev.9: digest: sha256:542aa21bdc9f96303dd0c1ec494f3549d7690e97dfefc0d831b59e7c6836403f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:47.759Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:48.093Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:48.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-05T23:17:48.093Z] edd674bed36e: Preparing [2025-05-05T23:17:48.093Z] 443b637b5424: Preparing [2025-05-05T23:17:48.093Z] d9104c148012: Preparing [2025-05-05T23:17:48.093Z] bfcdbc51084b: Preparing [2025-05-05T23:17:48.093Z] 9919f973ccf8: Preparing [2025-05-05T23:17:48.093Z] 2948c4f64084: Preparing [2025-05-05T23:17:48.093Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:48.093Z] ccf6c7cfdc15: Preparing [2025-05-05T23:17:48.093Z] 39d3955e92cf: Preparing [2025-05-05T23:17:48.093Z] aa828ffcd68d: Preparing [2025-05-05T23:17:48.093Z] 994456c4fd7b: Preparing [2025-05-05T23:17:48.093Z] ccf6c7cfdc15: Waiting [2025-05-05T23:17:48.093Z] 39d3955e92cf: Waiting [2025-05-05T23:17:48.093Z] aa828ffcd68d: Waiting [2025-05-05T23:17:48.093Z] 994456c4fd7b: Waiting [2025-05-05T23:17:48.093Z] 2948c4f64084: Waiting [2025-05-05T23:17:48.093Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:48.093Z] bfcdbc51084b: Layer already exists [2025-05-05T23:17:48.093Z] edd674bed36e: Layer already exists [2025-05-05T23:17:48.093Z] 443b637b5424: Layer already exists [2025-05-05T23:17:48.093Z] d9104c148012: Layer already exists [2025-05-05T23:17:48.093Z] 9919f973ccf8: Layer already exists [2025-05-05T23:17:48.093Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:48.093Z] ccf6c7cfdc15: Layer already exists [2025-05-05T23:17:48.093Z] aa828ffcd68d: Layer already exists [2025-05-05T23:17:48.093Z] 39d3955e92cf: Layer already exists [2025-05-05T23:17:48.093Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:48.093Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:48.093Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:542aa21bdc9f96303dd0c1ec494f3549d7690e97dfefc0d831b59e7c6836403f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:48.429Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:48.756Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-05-05T23:17:48.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-05T23:17:48.756Z] edd674bed36e: Preparing [2025-05-05T23:17:48.756Z] 443b637b5424: Preparing [2025-05-05T23:17:48.756Z] d9104c148012: Preparing [2025-05-05T23:17:48.756Z] bfcdbc51084b: Preparing [2025-05-05T23:17:48.756Z] 9919f973ccf8: Preparing [2025-05-05T23:17:48.756Z] 2948c4f64084: Preparing [2025-05-05T23:17:48.756Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:48.756Z] ccf6c7cfdc15: Preparing [2025-05-05T23:17:48.756Z] 39d3955e92cf: Preparing [2025-05-05T23:17:48.756Z] aa828ffcd68d: Preparing [2025-05-05T23:17:48.756Z] 994456c4fd7b: Preparing [2025-05-05T23:17:48.756Z] 2948c4f64084: Waiting [2025-05-05T23:17:48.756Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:48.756Z] ccf6c7cfdc15: Waiting [2025-05-05T23:17:48.756Z] 39d3955e92cf: Waiting [2025-05-05T23:17:48.756Z] 994456c4fd7b: Waiting [2025-05-05T23:17:48.756Z] aa828ffcd68d: Waiting [2025-05-05T23:17:48.756Z] 443b637b5424: Layer already exists [2025-05-05T23:17:48.756Z] d9104c148012: Layer already exists [2025-05-05T23:17:48.756Z] edd674bed36e: Layer already exists [2025-05-05T23:17:48.756Z] 9919f973ccf8: Layer already exists [2025-05-05T23:17:48.756Z] bfcdbc51084b: Layer already exists [2025-05-05T23:17:48.756Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:48.756Z] ccf6c7cfdc15: Layer already exists [2025-05-05T23:17:48.756Z] 39d3955e92cf: Layer already exists [2025-05-05T23:17:48.756Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:48.756Z] aa828ffcd68d: Layer already exists [2025-05-05T23:17:48.756Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:48.756Z] main: digest: sha256:542aa21bdc9f96303dd0c1ec494f3549d7690e97dfefc0d831b59e7c6836403f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:17:48.841Z] ===================================================== [Pipeline] echo [2025-05-05T23:17:48.855Z] taggedImages: [2025-05-05T23:17:48.855Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:48.855Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-05T23:17:48.855Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.9 [2025-05-05T23:17:48.855Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:48.855Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-05-05T23:17:48.881Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-05-05T23:17:48.881Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:48.881Z] latest [2025-05-05T23:17:48.881Z] 4.1.0-dev.9 [2025-05-05T23:17:48.881Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:48.881Z] main [2025-05-05T23:17:48.881Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:49.240Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:50.284Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:50.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-05T23:17:50.284Z] f1601cb2bb3c: Preparing [2025-05-05T23:17:50.284Z] 20e87adb5e47: Preparing [2025-05-05T23:17:50.284Z] 692c9fea4666: Preparing [2025-05-05T23:17:50.284Z] 41107104aa70: Preparing [2025-05-05T23:17:50.284Z] 86254dbda48b: Preparing [2025-05-05T23:17:50.284Z] 037967e0bff6: Preparing [2025-05-05T23:17:50.284Z] 5863f42a08f3: Preparing [2025-05-05T23:17:50.284Z] 2948c4f64084: Preparing [2025-05-05T23:17:50.284Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:50.284Z] 1e521b571b13: Preparing [2025-05-05T23:17:50.284Z] 1bd93841fb08: Preparing [2025-05-05T23:17:50.284Z] 994456c4fd7b: Preparing [2025-05-05T23:17:50.284Z] 1bd93841fb08: Waiting [2025-05-05T23:17:50.284Z] 037967e0bff6: Waiting [2025-05-05T23:17:50.284Z] 994456c4fd7b: Waiting [2025-05-05T23:17:50.284Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:50.284Z] 5863f42a08f3: Waiting [2025-05-05T23:17:50.284Z] 1e521b571b13: Waiting [2025-05-05T23:17:50.284Z] 2948c4f64084: Waiting [2025-05-05T23:17:50.543Z] 86254dbda48b: Pushed [2025-05-05T23:17:50.543Z] 20e87adb5e47: Pushed [2025-05-05T23:17:50.543Z] f1601cb2bb3c: Pushed [2025-05-05T23:17:50.543Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:50.543Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:50.543Z] 037967e0bff6: Pushed [2025-05-05T23:17:50.543Z] 5863f42a08f3: Pushed [2025-05-05T23:17:50.543Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:50.543Z] 1e521b571b13: Pushed [2025-05-05T23:17:51.918Z] 1bd93841fb08: Pushed [2025-05-05T23:17:52.487Z] 41107104aa70: Pushed [2025-05-05T23:17:53.424Z] 692c9fea4666: Pushed [2025-05-05T23:17:53.424Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:c1d4795e0a17c89da45fcd13fc10975e92dd526f943455616b693c4f4371c784 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:53.760Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:54.100Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-05T23:17:54.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-05T23:17:54.100Z] f1601cb2bb3c: Preparing [2025-05-05T23:17:54.100Z] 20e87adb5e47: Preparing [2025-05-05T23:17:54.100Z] 692c9fea4666: Preparing [2025-05-05T23:17:54.100Z] 41107104aa70: Preparing [2025-05-05T23:17:54.100Z] 86254dbda48b: Preparing [2025-05-05T23:17:54.100Z] 037967e0bff6: Preparing [2025-05-05T23:17:54.100Z] 5863f42a08f3: Preparing [2025-05-05T23:17:54.100Z] 2948c4f64084: Preparing [2025-05-05T23:17:54.100Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:54.100Z] 1e521b571b13: Preparing [2025-05-05T23:17:54.100Z] 1bd93841fb08: Preparing [2025-05-05T23:17:54.100Z] 994456c4fd7b: Preparing [2025-05-05T23:17:54.100Z] 037967e0bff6: Waiting [2025-05-05T23:17:54.100Z] 1bd93841fb08: Waiting [2025-05-05T23:17:54.100Z] 2948c4f64084: Waiting [2025-05-05T23:17:54.100Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:54.100Z] 994456c4fd7b: Waiting [2025-05-05T23:17:54.100Z] 1e521b571b13: Waiting [2025-05-05T23:17:54.100Z] 20e87adb5e47: Layer already exists [2025-05-05T23:17:54.100Z] 86254dbda48b: Layer already exists [2025-05-05T23:17:54.100Z] 692c9fea4666: Layer already exists [2025-05-05T23:17:54.100Z] 41107104aa70: Layer already exists [2025-05-05T23:17:54.100Z] f1601cb2bb3c: Layer already exists [2025-05-05T23:17:54.100Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:54.100Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:54.100Z] 037967e0bff6: Layer already exists [2025-05-05T23:17:54.100Z] 1e521b571b13: Layer already exists [2025-05-05T23:17:54.100Z] 5863f42a08f3: Layer already exists [2025-05-05T23:17:54.100Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:54.100Z] 1bd93841fb08: Layer already exists [2025-05-05T23:17:54.100Z] latest: digest: sha256:c1d4795e0a17c89da45fcd13fc10975e92dd526f943455616b693c4f4371c784 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:54.423Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:54.748Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.9 [2025-05-05T23:17:54.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-05T23:17:54.748Z] f1601cb2bb3c: Preparing [2025-05-05T23:17:54.748Z] 20e87adb5e47: Preparing [2025-05-05T23:17:54.748Z] 692c9fea4666: Preparing [2025-05-05T23:17:54.748Z] 41107104aa70: Preparing [2025-05-05T23:17:54.748Z] 86254dbda48b: Preparing [2025-05-05T23:17:54.748Z] 037967e0bff6: Preparing [2025-05-05T23:17:54.748Z] 5863f42a08f3: Preparing [2025-05-05T23:17:54.748Z] 2948c4f64084: Preparing [2025-05-05T23:17:54.748Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:54.748Z] 1e521b571b13: Preparing [2025-05-05T23:17:54.748Z] 1bd93841fb08: Preparing [2025-05-05T23:17:54.748Z] 994456c4fd7b: Preparing [2025-05-05T23:17:54.748Z] 5863f42a08f3: Waiting [2025-05-05T23:17:54.748Z] 2948c4f64084: Waiting [2025-05-05T23:17:54.748Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:54.748Z] 1e521b571b13: Waiting [2025-05-05T23:17:54.748Z] 1bd93841fb08: Waiting [2025-05-05T23:17:54.748Z] 994456c4fd7b: Waiting [2025-05-05T23:17:54.748Z] 037967e0bff6: Waiting [2025-05-05T23:17:54.748Z] 86254dbda48b: Layer already exists [2025-05-05T23:17:54.748Z] 692c9fea4666: Layer already exists [2025-05-05T23:17:54.748Z] 20e87adb5e47: Layer already exists [2025-05-05T23:17:54.748Z] 41107104aa70: Layer already exists [2025-05-05T23:17:54.748Z] f1601cb2bb3c: Layer already exists [2025-05-05T23:17:54.748Z] 037967e0bff6: Layer already exists [2025-05-05T23:17:54.748Z] 5863f42a08f3: Layer already exists [2025-05-05T23:17:54.748Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:54.748Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:54.748Z] 1e521b571b13: Layer already exists [2025-05-05T23:17:54.748Z] 1bd93841fb08: Layer already exists [2025-05-05T23:17:54.748Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:54.748Z] 4.1.0-dev.9: digest: sha256:c1d4795e0a17c89da45fcd13fc10975e92dd526f943455616b693c4f4371c784 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:55.084Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:55.404Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:55.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-05T23:17:55.404Z] f1601cb2bb3c: Preparing [2025-05-05T23:17:55.404Z] 20e87adb5e47: Preparing [2025-05-05T23:17:55.404Z] 692c9fea4666: Preparing [2025-05-05T23:17:55.404Z] 41107104aa70: Preparing [2025-05-05T23:17:55.404Z] 86254dbda48b: Preparing [2025-05-05T23:17:55.404Z] 037967e0bff6: Preparing [2025-05-05T23:17:55.404Z] 5863f42a08f3: Preparing [2025-05-05T23:17:55.404Z] 2948c4f64084: Preparing [2025-05-05T23:17:55.404Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:55.404Z] 1e521b571b13: Preparing [2025-05-05T23:17:55.404Z] 1bd93841fb08: Preparing [2025-05-05T23:17:55.404Z] 994456c4fd7b: Preparing [2025-05-05T23:17:55.404Z] 5863f42a08f3: Waiting [2025-05-05T23:17:55.404Z] 2948c4f64084: Waiting [2025-05-05T23:17:55.404Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:55.404Z] 1e521b571b13: Waiting [2025-05-05T23:17:55.404Z] 1bd93841fb08: Waiting [2025-05-05T23:17:55.404Z] 994456c4fd7b: Waiting [2025-05-05T23:17:55.404Z] 037967e0bff6: Waiting [2025-05-05T23:17:55.404Z] 41107104aa70: Layer already exists [2025-05-05T23:17:55.404Z] 86254dbda48b: Layer already exists [2025-05-05T23:17:55.404Z] f1601cb2bb3c: Layer already exists [2025-05-05T23:17:55.404Z] 692c9fea4666: Layer already exists [2025-05-05T23:17:55.404Z] 20e87adb5e47: Layer already exists [2025-05-05T23:17:55.404Z] 037967e0bff6: Layer already exists [2025-05-05T23:17:55.404Z] 5863f42a08f3: Layer already exists [2025-05-05T23:17:55.404Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:55.404Z] 1e521b571b13: Layer already exists [2025-05-05T23:17:55.404Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:55.404Z] 1bd93841fb08: Layer already exists [2025-05-05T23:17:55.404Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:55.404Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:c1d4795e0a17c89da45fcd13fc10975e92dd526f943455616b693c4f4371c784 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:55.728Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:56.047Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-05-05T23:17:56.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-05T23:17:56.047Z] f1601cb2bb3c: Preparing [2025-05-05T23:17:56.047Z] 20e87adb5e47: Preparing [2025-05-05T23:17:56.047Z] 692c9fea4666: Preparing [2025-05-05T23:17:56.047Z] 41107104aa70: Preparing [2025-05-05T23:17:56.047Z] 86254dbda48b: Preparing [2025-05-05T23:17:56.047Z] 037967e0bff6: Preparing [2025-05-05T23:17:56.047Z] 5863f42a08f3: Preparing [2025-05-05T23:17:56.047Z] 2948c4f64084: Preparing [2025-05-05T23:17:56.047Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:56.047Z] 1e521b571b13: Preparing [2025-05-05T23:17:56.047Z] 1bd93841fb08: Preparing [2025-05-05T23:17:56.047Z] 994456c4fd7b: Preparing [2025-05-05T23:17:56.047Z] 2948c4f64084: Waiting [2025-05-05T23:17:56.047Z] 1eaa2cbb0938: Waiting [2025-05-05T23:17:56.047Z] 1e521b571b13: Waiting [2025-05-05T23:17:56.047Z] 1bd93841fb08: Waiting [2025-05-05T23:17:56.047Z] 994456c4fd7b: Waiting [2025-05-05T23:17:56.047Z] 037967e0bff6: Waiting [2025-05-05T23:17:56.047Z] 5863f42a08f3: Waiting [2025-05-05T23:17:56.047Z] 86254dbda48b: Layer already exists [2025-05-05T23:17:56.047Z] f1601cb2bb3c: Layer already exists [2025-05-05T23:17:56.047Z] 41107104aa70: Layer already exists [2025-05-05T23:17:56.047Z] 692c9fea4666: Layer already exists [2025-05-05T23:17:56.047Z] 20e87adb5e47: Layer already exists [2025-05-05T23:17:56.047Z] 5863f42a08f3: Layer already exists [2025-05-05T23:17:56.047Z] 037967e0bff6: Layer already exists [2025-05-05T23:17:56.047Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:56.047Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:56.047Z] 1e521b571b13: Layer already exists [2025-05-05T23:17:56.047Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:56.047Z] 1bd93841fb08: Layer already exists [2025-05-05T23:17:56.047Z] main: digest: sha256:c1d4795e0a17c89da45fcd13fc10975e92dd526f943455616b693c4f4371c784 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:17:56.129Z] ===================================================== [Pipeline] echo [2025-05-05T23:17:56.147Z] taggedImages: [2025-05-05T23:17:56.147Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:56.147Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-05T23:17:56.147Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.9 [2025-05-05T23:17:56.147Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:56.147Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-05-05T23:17:56.180Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-05-05T23:17:56.181Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:56.181Z] latest [2025-05-05T23:17:56.181Z] 4.1.0-dev.9 [2025-05-05T23:17:56.181Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:17:56.181Z] main [2025-05-05T23:17:56.181Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:56.539Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:17:56.868Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:17:56.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-05T23:17:56.868Z] 5bdcd1507f1f: Preparing [2025-05-05T23:17:56.868Z] 07448bf8f42e: Preparing [2025-05-05T23:17:56.868Z] 2948c4f64084: Preparing [2025-05-05T23:17:56.868Z] 1eaa2cbb0938: Preparing [2025-05-05T23:17:56.868Z] d8e5d141ac1d: Preparing [2025-05-05T23:17:56.868Z] b14724a4d34a: Preparing [2025-05-05T23:17:56.868Z] 994456c4fd7b: Preparing [2025-05-05T23:17:56.868Z] b14724a4d34a: Waiting [2025-05-05T23:17:56.868Z] 994456c4fd7b: Waiting [2025-05-05T23:17:56.868Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:17:56.868Z] 2948c4f64084: Layer already exists [2025-05-05T23:17:56.868Z] 994456c4fd7b: Layer already exists [2025-05-05T23:17:56.868Z] d8e5d141ac1d: Pushed [2025-05-05T23:17:56.868Z] 5bdcd1507f1f: Pushed [2025-05-05T23:17:57.804Z] b14724a4d34a: Pushed [2025-05-05T23:18:00.343Z] 07448bf8f42e: Pushed [2025-05-05T23:18:00.343Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:714facadec779969536617632f51c13408af57866f277d5799ea43d48eb73849 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:00.675Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:01.001Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-05T23:18:01.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-05T23:18:01.001Z] 5bdcd1507f1f: Preparing [2025-05-05T23:18:01.001Z] 07448bf8f42e: Preparing [2025-05-05T23:18:01.001Z] 2948c4f64084: Preparing [2025-05-05T23:18:01.001Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:01.001Z] d8e5d141ac1d: Preparing [2025-05-05T23:18:01.001Z] b14724a4d34a: Preparing [2025-05-05T23:18:01.001Z] 994456c4fd7b: Preparing [2025-05-05T23:18:01.001Z] b14724a4d34a: Waiting [2025-05-05T23:18:01.001Z] 5bdcd1507f1f: Layer already exists [2025-05-05T23:18:01.001Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:01.001Z] 07448bf8f42e: Layer already exists [2025-05-05T23:18:01.001Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:01.001Z] d8e5d141ac1d: Layer already exists [2025-05-05T23:18:01.001Z] b14724a4d34a: Layer already exists [2025-05-05T23:18:01.001Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:01.001Z] latest: digest: sha256:714facadec779969536617632f51c13408af57866f277d5799ea43d48eb73849 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:01.335Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:01.664Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.9 [2025-05-05T23:18:01.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-05T23:18:01.665Z] 5bdcd1507f1f: Preparing [2025-05-05T23:18:01.665Z] 07448bf8f42e: Preparing [2025-05-05T23:18:01.665Z] 2948c4f64084: Preparing [2025-05-05T23:18:01.665Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:01.665Z] d8e5d141ac1d: Preparing [2025-05-05T23:18:01.665Z] b14724a4d34a: Preparing [2025-05-05T23:18:01.665Z] 994456c4fd7b: Preparing [2025-05-05T23:18:01.665Z] b14724a4d34a: Waiting [2025-05-05T23:18:01.665Z] 994456c4fd7b: Waiting [2025-05-05T23:18:01.665Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:01.665Z] d8e5d141ac1d: Layer already exists [2025-05-05T23:18:01.665Z] 07448bf8f42e: Layer already exists [2025-05-05T23:18:01.665Z] 5bdcd1507f1f: Layer already exists [2025-05-05T23:18:01.665Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:01.665Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:01.665Z] b14724a4d34a: Layer already exists [2025-05-05T23:18:01.665Z] 4.1.0-dev.9: digest: sha256:714facadec779969536617632f51c13408af57866f277d5799ea43d48eb73849 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:01.996Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:02.321Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:18:02.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-05T23:18:02.321Z] 5bdcd1507f1f: Preparing [2025-05-05T23:18:02.321Z] 07448bf8f42e: Preparing [2025-05-05T23:18:02.321Z] 2948c4f64084: Preparing [2025-05-05T23:18:02.321Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:02.321Z] d8e5d141ac1d: Preparing [2025-05-05T23:18:02.321Z] b14724a4d34a: Preparing [2025-05-05T23:18:02.321Z] 994456c4fd7b: Preparing [2025-05-05T23:18:02.321Z] b14724a4d34a: Waiting [2025-05-05T23:18:02.321Z] 994456c4fd7b: Waiting [2025-05-05T23:18:02.321Z] 07448bf8f42e: Layer already exists [2025-05-05T23:18:02.321Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:02.321Z] 5bdcd1507f1f: Layer already exists [2025-05-05T23:18:02.321Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:02.321Z] d8e5d141ac1d: Layer already exists [2025-05-05T23:18:02.321Z] b14724a4d34a: Layer already exists [2025-05-05T23:18:02.321Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:02.321Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:714facadec779969536617632f51c13408af57866f277d5799ea43d48eb73849 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:02.657Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:02.976Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-05-05T23:18:02.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-05T23:18:02.976Z] 5bdcd1507f1f: Preparing [2025-05-05T23:18:02.976Z] 07448bf8f42e: Preparing [2025-05-05T23:18:02.976Z] 2948c4f64084: Preparing [2025-05-05T23:18:02.976Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:02.976Z] d8e5d141ac1d: Preparing [2025-05-05T23:18:02.976Z] b14724a4d34a: Preparing [2025-05-05T23:18:02.976Z] 994456c4fd7b: Preparing [2025-05-05T23:18:02.976Z] b14724a4d34a: Waiting [2025-05-05T23:18:02.976Z] 994456c4fd7b: Waiting [2025-05-05T23:18:02.976Z] d8e5d141ac1d: Layer already exists [2025-05-05T23:18:02.976Z] 07448bf8f42e: Layer already exists [2025-05-05T23:18:02.976Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:02.976Z] 5bdcd1507f1f: Layer already exists [2025-05-05T23:18:02.976Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:02.976Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:02.976Z] b14724a4d34a: Layer already exists [2025-05-05T23:18:02.976Z] main: digest: sha256:714facadec779969536617632f51c13408af57866f277d5799ea43d48eb73849 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:18:03.039Z] ===================================================== [Pipeline] echo [2025-05-05T23:18:03.054Z] taggedImages: [2025-05-05T23:18:03.054Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:18:03.054Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-05T23:18:03.054Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.9 [2025-05-05T23:18:03.054Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:18:03.054Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-05-05T23:18:03.075Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-05-05T23:18:03.075Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:18:03.075Z] latest [2025-05-05T23:18:03.075Z] 4.1.0-dev.9 [2025-05-05T23:18:03.075Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:18:03.075Z] main [2025-05-05T23:18:03.075Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:03.409Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:03.731Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:18:03.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-05T23:18:03.731Z] b47c649d0932: Preparing [2025-05-05T23:18:03.731Z] 06711fd923e2: Preparing [2025-05-05T23:18:03.731Z] 87801f1e7f03: Preparing [2025-05-05T23:18:03.731Z] 2948c4f64084: Preparing [2025-05-05T23:18:03.731Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:03.731Z] 6b741843a614: Preparing [2025-05-05T23:18:03.731Z] aa77b2bd352d: Preparing [2025-05-05T23:18:03.731Z] 7911695e34f9: Preparing [2025-05-05T23:18:03.731Z] c481589d3779: Preparing [2025-05-05T23:18:03.731Z] 994456c4fd7b: Preparing [2025-05-05T23:18:03.731Z] 6b741843a614: Waiting [2025-05-05T23:18:03.731Z] aa77b2bd352d: Waiting [2025-05-05T23:18:03.731Z] 7911695e34f9: Waiting [2025-05-05T23:18:03.731Z] c481589d3779: Waiting [2025-05-05T23:18:03.731Z] 994456c4fd7b: Waiting [2025-05-05T23:18:03.731Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:03.731Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:03.731Z] 87801f1e7f03: Pushed [2025-05-05T23:18:03.731Z] 06711fd923e2: Pushed [2025-05-05T23:18:03.731Z] b47c649d0932: Pushed [2025-05-05T23:18:03.731Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:03.731Z] 7911695e34f9: Pushed [2025-05-05T23:18:04.297Z] c481589d3779: Pushed [2025-05-05T23:18:08.491Z] aa77b2bd352d: Pushed [2025-05-05T23:18:16.614Z] 6b741843a614: Pushed [2025-05-05T23:18:16.614Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:883910f0c632a999391197b78e7b2d8ba59593da69630272220c6a1277f0fd32 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:16.957Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:17.292Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-05T23:18:17.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-05T23:18:17.292Z] b47c649d0932: Preparing [2025-05-05T23:18:17.292Z] 06711fd923e2: Preparing [2025-05-05T23:18:17.292Z] 87801f1e7f03: Preparing [2025-05-05T23:18:17.292Z] 2948c4f64084: Preparing [2025-05-05T23:18:17.292Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:17.292Z] 6b741843a614: Preparing [2025-05-05T23:18:17.292Z] aa77b2bd352d: Preparing [2025-05-05T23:18:17.292Z] 7911695e34f9: Preparing [2025-05-05T23:18:17.292Z] c481589d3779: Preparing [2025-05-05T23:18:17.292Z] 994456c4fd7b: Preparing [2025-05-05T23:18:17.292Z] c481589d3779: Waiting [2025-05-05T23:18:17.292Z] 994456c4fd7b: Waiting [2025-05-05T23:18:17.292Z] 7911695e34f9: Waiting [2025-05-05T23:18:17.292Z] 6b741843a614: Waiting [2025-05-05T23:18:17.292Z] aa77b2bd352d: Waiting [2025-05-05T23:18:17.292Z] b47c649d0932: Layer already exists [2025-05-05T23:18:17.292Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:17.292Z] 06711fd923e2: Layer already exists [2025-05-05T23:18:17.292Z] 87801f1e7f03: Layer already exists [2025-05-05T23:18:17.292Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:17.292Z] 7911695e34f9: Layer already exists [2025-05-05T23:18:17.292Z] c481589d3779: Layer already exists [2025-05-05T23:18:17.292Z] 6b741843a614: Layer already exists [2025-05-05T23:18:17.292Z] aa77b2bd352d: Layer already exists [2025-05-05T23:18:17.292Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:17.292Z] latest: digest: sha256:883910f0c632a999391197b78e7b2d8ba59593da69630272220c6a1277f0fd32 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:17.620Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:17.943Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.9 [2025-05-05T23:18:17.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-05T23:18:17.943Z] b47c649d0932: Preparing [2025-05-05T23:18:17.943Z] 06711fd923e2: Preparing [2025-05-05T23:18:17.943Z] 87801f1e7f03: Preparing [2025-05-05T23:18:17.943Z] 2948c4f64084: Preparing [2025-05-05T23:18:17.943Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:17.943Z] 6b741843a614: Preparing [2025-05-05T23:18:17.943Z] aa77b2bd352d: Preparing [2025-05-05T23:18:17.943Z] 7911695e34f9: Preparing [2025-05-05T23:18:17.943Z] c481589d3779: Preparing [2025-05-05T23:18:17.943Z] 994456c4fd7b: Preparing [2025-05-05T23:18:17.943Z] 7911695e34f9: Waiting [2025-05-05T23:18:17.943Z] c481589d3779: Waiting [2025-05-05T23:18:17.943Z] aa77b2bd352d: Waiting [2025-05-05T23:18:17.943Z] 994456c4fd7b: Waiting [2025-05-05T23:18:17.943Z] 6b741843a614: Waiting [2025-05-05T23:18:17.943Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:17.943Z] 87801f1e7f03: Layer already exists [2025-05-05T23:18:17.943Z] b47c649d0932: Layer already exists [2025-05-05T23:18:17.943Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:17.943Z] 06711fd923e2: Layer already exists [2025-05-05T23:18:17.943Z] 6b741843a614: Layer already exists [2025-05-05T23:18:17.943Z] aa77b2bd352d: Layer already exists [2025-05-05T23:18:17.943Z] 7911695e34f9: Layer already exists [2025-05-05T23:18:17.943Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:17.943Z] c481589d3779: Layer already exists [2025-05-05T23:18:17.943Z] 4.1.0-dev.9: digest: sha256:883910f0c632a999391197b78e7b2d8ba59593da69630272220c6a1277f0fd32 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:18.375Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:18.700Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:18:18.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-05T23:18:18.701Z] b47c649d0932: Preparing [2025-05-05T23:18:18.701Z] 06711fd923e2: Preparing [2025-05-05T23:18:18.701Z] 87801f1e7f03: Preparing [2025-05-05T23:18:18.701Z] 2948c4f64084: Preparing [2025-05-05T23:18:18.701Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:18.701Z] 6b741843a614: Preparing [2025-05-05T23:18:18.701Z] aa77b2bd352d: Preparing [2025-05-05T23:18:18.701Z] 7911695e34f9: Preparing [2025-05-05T23:18:18.701Z] c481589d3779: Preparing [2025-05-05T23:18:18.701Z] 994456c4fd7b: Preparing [2025-05-05T23:18:18.701Z] aa77b2bd352d: Waiting [2025-05-05T23:18:18.701Z] 6b741843a614: Waiting [2025-05-05T23:18:18.701Z] 994456c4fd7b: Waiting [2025-05-05T23:18:18.701Z] c481589d3779: Waiting [2025-05-05T23:18:18.701Z] 7911695e34f9: Waiting [2025-05-05T23:18:18.701Z] b47c649d0932: Layer already exists [2025-05-05T23:18:18.701Z] 06711fd923e2: Layer already exists [2025-05-05T23:18:18.701Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:18.701Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:18.701Z] 87801f1e7f03: Layer already exists [2025-05-05T23:18:18.701Z] 7911695e34f9: Layer already exists [2025-05-05T23:18:18.701Z] 6b741843a614: Layer already exists [2025-05-05T23:18:18.701Z] c481589d3779: Layer already exists [2025-05-05T23:18:18.701Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:18.701Z] aa77b2bd352d: Layer already exists [2025-05-05T23:18:18.701Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:883910f0c632a999391197b78e7b2d8ba59593da69630272220c6a1277f0fd32 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:19.035Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:19.360Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-05-05T23:18:19.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-05T23:18:19.360Z] b47c649d0932: Preparing [2025-05-05T23:18:19.360Z] 06711fd923e2: Preparing [2025-05-05T23:18:19.360Z] 87801f1e7f03: Preparing [2025-05-05T23:18:19.360Z] 2948c4f64084: Preparing [2025-05-05T23:18:19.360Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:19.360Z] 6b741843a614: Preparing [2025-05-05T23:18:19.360Z] aa77b2bd352d: Preparing [2025-05-05T23:18:19.360Z] 7911695e34f9: Preparing [2025-05-05T23:18:19.360Z] c481589d3779: Preparing [2025-05-05T23:18:19.360Z] 994456c4fd7b: Preparing [2025-05-05T23:18:19.360Z] 6b741843a614: Waiting [2025-05-05T23:18:19.360Z] aa77b2bd352d: Waiting [2025-05-05T23:18:19.360Z] 7911695e34f9: Waiting [2025-05-05T23:18:19.360Z] 994456c4fd7b: Waiting [2025-05-05T23:18:19.360Z] c481589d3779: Waiting [2025-05-05T23:18:19.360Z] 06711fd923e2: Layer already exists [2025-05-05T23:18:19.360Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:19.360Z] b47c649d0932: Layer already exists [2025-05-05T23:18:19.360Z] 87801f1e7f03: Layer already exists [2025-05-05T23:18:19.360Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:19.360Z] 6b741843a614: Layer already exists [2025-05-05T23:18:19.360Z] aa77b2bd352d: Layer already exists [2025-05-05T23:18:19.360Z] c481589d3779: Layer already exists [2025-05-05T23:18:19.360Z] 7911695e34f9: Layer already exists [2025-05-05T23:18:19.360Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:19.360Z] main: digest: sha256:883910f0c632a999391197b78e7b2d8ba59593da69630272220c6a1277f0fd32 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:18:19.443Z] ===================================================== [Pipeline] echo [2025-05-05T23:18:19.459Z] taggedImages: [2025-05-05T23:18:19.459Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:18:19.459Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-05T23:18:19.459Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.9 [2025-05-05T23:18:19.459Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:18:19.459Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-05-05T23:18:19.490Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-05-05T23:18:19.491Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:18:19.491Z] latest [2025-05-05T23:18:19.491Z] 4.1.0-dev.9 [2025-05-05T23:18:19.491Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:18:19.491Z] main [2025-05-05T23:18:19.491Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:19.835Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:20.159Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:18:20.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-05T23:18:20.160Z] 1817131cdbe1: Preparing [2025-05-05T23:18:20.160Z] 871a0426af0c: Preparing [2025-05-05T23:18:20.160Z] 3150a213fe36: Preparing [2025-05-05T23:18:20.160Z] 2948c4f64084: Preparing [2025-05-05T23:18:20.160Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:20.160Z] e266582550d8: Preparing [2025-05-05T23:18:20.160Z] 1c6f5360c5d2: Preparing [2025-05-05T23:18:20.160Z] b908826e8d04: Preparing [2025-05-05T23:18:20.160Z] 994456c4fd7b: Preparing [2025-05-05T23:18:20.160Z] e266582550d8: Waiting [2025-05-05T23:18:20.160Z] 1c6f5360c5d2: Waiting [2025-05-05T23:18:20.160Z] b908826e8d04: Waiting [2025-05-05T23:18:20.160Z] 994456c4fd7b: Waiting [2025-05-05T23:18:20.160Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:20.160Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:20.160Z] 3150a213fe36: Pushed [2025-05-05T23:18:20.160Z] 1817131cdbe1: Pushed [2025-05-05T23:18:20.160Z] 871a0426af0c: Pushed [2025-05-05T23:18:20.160Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:20.160Z] 1c6f5360c5d2: Pushed [2025-05-05T23:18:20.417Z] b908826e8d04: Pushed [2025-05-05T23:18:32.626Z] e266582550d8: Pushed [2025-05-05T23:18:32.626Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:e221ea0a067e7874ea4d8596e64ef2ef70a862828e1c0677aaf586f5de49fd11 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:32.957Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:33.291Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-05T23:18:33.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-05T23:18:33.291Z] 1817131cdbe1: Preparing [2025-05-05T23:18:33.291Z] 871a0426af0c: Preparing [2025-05-05T23:18:33.291Z] 3150a213fe36: Preparing [2025-05-05T23:18:33.291Z] 2948c4f64084: Preparing [2025-05-05T23:18:33.291Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:33.291Z] e266582550d8: Preparing [2025-05-05T23:18:33.291Z] 1c6f5360c5d2: Preparing [2025-05-05T23:18:33.291Z] b908826e8d04: Preparing [2025-05-05T23:18:33.291Z] 994456c4fd7b: Preparing [2025-05-05T23:18:33.291Z] e266582550d8: Waiting [2025-05-05T23:18:33.291Z] 1c6f5360c5d2: Waiting [2025-05-05T23:18:33.291Z] b908826e8d04: Waiting [2025-05-05T23:18:33.291Z] 994456c4fd7b: Waiting [2025-05-05T23:18:33.291Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:33.291Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:33.291Z] 871a0426af0c: Layer already exists [2025-05-05T23:18:33.291Z] 3150a213fe36: Layer already exists [2025-05-05T23:18:33.291Z] 1817131cdbe1: Layer already exists [2025-05-05T23:18:33.291Z] e266582550d8: Layer already exists [2025-05-05T23:18:33.291Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:33.291Z] b908826e8d04: Layer already exists [2025-05-05T23:18:33.291Z] 1c6f5360c5d2: Layer already exists [2025-05-05T23:18:33.291Z] latest: digest: sha256:e221ea0a067e7874ea4d8596e64ef2ef70a862828e1c0677aaf586f5de49fd11 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:33.619Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:33.945Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.9 [2025-05-05T23:18:33.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-05T23:18:33.945Z] 1817131cdbe1: Preparing [2025-05-05T23:18:33.945Z] 871a0426af0c: Preparing [2025-05-05T23:18:33.945Z] 3150a213fe36: Preparing [2025-05-05T23:18:33.945Z] 2948c4f64084: Preparing [2025-05-05T23:18:33.945Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:33.945Z] e266582550d8: Preparing [2025-05-05T23:18:33.945Z] 1c6f5360c5d2: Preparing [2025-05-05T23:18:33.945Z] b908826e8d04: Preparing [2025-05-05T23:18:33.945Z] 994456c4fd7b: Preparing [2025-05-05T23:18:33.945Z] e266582550d8: Waiting [2025-05-05T23:18:33.945Z] b908826e8d04: Waiting [2025-05-05T23:18:33.945Z] 994456c4fd7b: Waiting [2025-05-05T23:18:33.945Z] 1c6f5360c5d2: Waiting [2025-05-05T23:18:33.945Z] 871a0426af0c: Layer already exists [2025-05-05T23:18:33.945Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:33.945Z] 1817131cdbe1: Layer already exists [2025-05-05T23:18:33.945Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:33.945Z] 3150a213fe36: Layer already exists [2025-05-05T23:18:33.945Z] 1c6f5360c5d2: Layer already exists [2025-05-05T23:18:33.946Z] b908826e8d04: Layer already exists [2025-05-05T23:18:33.946Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:33.946Z] e266582550d8: Layer already exists [2025-05-05T23:18:33.946Z] 4.1.0-dev.9: digest: sha256:e221ea0a067e7874ea4d8596e64ef2ef70a862828e1c0677aaf586f5de49fd11 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:34.259Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:34.571Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:18:34.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-05T23:18:34.571Z] 1817131cdbe1: Preparing [2025-05-05T23:18:34.571Z] 871a0426af0c: Preparing [2025-05-05T23:18:34.571Z] 3150a213fe36: Preparing [2025-05-05T23:18:34.571Z] 2948c4f64084: Preparing [2025-05-05T23:18:34.571Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:34.571Z] e266582550d8: Preparing [2025-05-05T23:18:34.571Z] 1c6f5360c5d2: Preparing [2025-05-05T23:18:34.571Z] b908826e8d04: Preparing [2025-05-05T23:18:34.571Z] 994456c4fd7b: Preparing [2025-05-05T23:18:34.571Z] e266582550d8: Waiting [2025-05-05T23:18:34.571Z] 1c6f5360c5d2: Waiting [2025-05-05T23:18:34.571Z] b908826e8d04: Waiting [2025-05-05T23:18:34.571Z] 994456c4fd7b: Waiting [2025-05-05T23:18:34.571Z] 871a0426af0c: Layer already exists [2025-05-05T23:18:34.572Z] 3150a213fe36: Layer already exists [2025-05-05T23:18:34.572Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:34.572Z] 1817131cdbe1: Layer already exists [2025-05-05T23:18:34.572Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:34.572Z] b908826e8d04: Layer already exists [2025-05-05T23:18:34.572Z] e266582550d8: Layer already exists [2025-05-05T23:18:34.572Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:34.572Z] 1c6f5360c5d2: Layer already exists [2025-05-05T23:18:34.572Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:e221ea0a067e7874ea4d8596e64ef2ef70a862828e1c0677aaf586f5de49fd11 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:34.894Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:35.221Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-05-05T23:18:35.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-05T23:18:35.221Z] 1817131cdbe1: Preparing [2025-05-05T23:18:35.221Z] 871a0426af0c: Preparing [2025-05-05T23:18:35.221Z] 3150a213fe36: Preparing [2025-05-05T23:18:35.221Z] 2948c4f64084: Preparing [2025-05-05T23:18:35.221Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:35.221Z] e266582550d8: Preparing [2025-05-05T23:18:35.221Z] 1c6f5360c5d2: Preparing [2025-05-05T23:18:35.221Z] b908826e8d04: Preparing [2025-05-05T23:18:35.221Z] 994456c4fd7b: Preparing [2025-05-05T23:18:35.221Z] b908826e8d04: Waiting [2025-05-05T23:18:35.221Z] e266582550d8: Waiting [2025-05-05T23:18:35.221Z] 1c6f5360c5d2: Waiting [2025-05-05T23:18:35.221Z] 994456c4fd7b: Waiting [2025-05-05T23:18:35.221Z] 3150a213fe36: Layer already exists [2025-05-05T23:18:35.221Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:35.221Z] 1817131cdbe1: Layer already exists [2025-05-05T23:18:35.221Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:35.221Z] 871a0426af0c: Layer already exists [2025-05-05T23:18:35.221Z] e266582550d8: Layer already exists [2025-05-05T23:18:35.221Z] b908826e8d04: Layer already exists [2025-05-05T23:18:35.221Z] 1c6f5360c5d2: Layer already exists [2025-05-05T23:18:35.221Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:35.221Z] main: digest: sha256:e221ea0a067e7874ea4d8596e64ef2ef70a862828e1c0677aaf586f5de49fd11 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:18:35.300Z] ===================================================== [Pipeline] echo [2025-05-05T23:18:35.312Z] taggedImages: [2025-05-05T23:18:35.312Z] - nexus3.edgexfoundry.org:10004/security-spire-config:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:18:35.312Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-05T23:18:35.312Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.9 [2025-05-05T23:18:35.312Z] - nexus3.edgexfoundry.org:10004/security-spire-config:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:18:35.312Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-05-05T23:18:35.342Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-05-05T23:18:35.342Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:18:35.342Z] latest [2025-05-05T23:18:35.342Z] 4.1.0-dev.9 [2025-05-05T23:18:35.342Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:18:35.342Z] main [2025-05-05T23:18:35.342Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:35.674Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:36.008Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:18:36.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-05T23:18:36.008Z] b47c649d0932: Preparing [2025-05-05T23:18:36.008Z] 0a8a062e7fac: Preparing [2025-05-05T23:18:36.008Z] 5d11cc612d74: Preparing [2025-05-05T23:18:36.008Z] 2948c4f64084: Preparing [2025-05-05T23:18:36.008Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:36.008Z] f59bee9c6def: Preparing [2025-05-05T23:18:36.008Z] 7911695e34f9: Preparing [2025-05-05T23:18:36.008Z] c481589d3779: Preparing [2025-05-05T23:18:36.008Z] 994456c4fd7b: Preparing [2025-05-05T23:18:36.008Z] 7911695e34f9: Waiting [2025-05-05T23:18:36.008Z] f59bee9c6def: Waiting [2025-05-05T23:18:36.008Z] 994456c4fd7b: Waiting [2025-05-05T23:18:36.008Z] b47c649d0932: Layer already exists [2025-05-05T23:18:36.008Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:36.008Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:36.008Z] 7911695e34f9: Layer already exists [2025-05-05T23:18:36.008Z] c481589d3779: Layer already exists [2025-05-05T23:18:36.008Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:36.008Z] 5d11cc612d74: Pushed [2025-05-05T23:18:36.008Z] 0a8a062e7fac: Pushed [2025-05-05T23:18:48.233Z] f59bee9c6def: Pushed [2025-05-05T23:18:48.233Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:4dfbf6bac8d5ba40a2b684f92207ab6485a06f993056d0f4899a6219db9899f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:48.564Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:48.896Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-05T23:18:48.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-05T23:18:48.896Z] b47c649d0932: Preparing [2025-05-05T23:18:48.896Z] 0a8a062e7fac: Preparing [2025-05-05T23:18:48.896Z] 5d11cc612d74: Preparing [2025-05-05T23:18:48.896Z] 2948c4f64084: Preparing [2025-05-05T23:18:48.896Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:48.896Z] f59bee9c6def: Preparing [2025-05-05T23:18:48.896Z] 7911695e34f9: Preparing [2025-05-05T23:18:48.896Z] c481589d3779: Preparing [2025-05-05T23:18:48.896Z] 994456c4fd7b: Preparing [2025-05-05T23:18:48.896Z] f59bee9c6def: Waiting [2025-05-05T23:18:48.896Z] 7911695e34f9: Waiting [2025-05-05T23:18:48.896Z] c481589d3779: Waiting [2025-05-05T23:18:48.896Z] 994456c4fd7b: Waiting [2025-05-05T23:18:48.896Z] b47c649d0932: Layer already exists [2025-05-05T23:18:48.896Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:48.896Z] 5d11cc612d74: Layer already exists [2025-05-05T23:18:48.896Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:48.896Z] 0a8a062e7fac: Layer already exists [2025-05-05T23:18:48.896Z] 7911695e34f9: Layer already exists [2025-05-05T23:18:48.896Z] f59bee9c6def: Layer already exists [2025-05-05T23:18:48.896Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:48.896Z] c481589d3779: Layer already exists [2025-05-05T23:18:48.896Z] latest: digest: sha256:4dfbf6bac8d5ba40a2b684f92207ab6485a06f993056d0f4899a6219db9899f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:49.226Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:49.561Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.9 [2025-05-05T23:18:49.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-05T23:18:49.561Z] b47c649d0932: Preparing [2025-05-05T23:18:49.561Z] 0a8a062e7fac: Preparing [2025-05-05T23:18:49.561Z] 5d11cc612d74: Preparing [2025-05-05T23:18:49.561Z] 2948c4f64084: Preparing [2025-05-05T23:18:49.561Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:49.561Z] f59bee9c6def: Preparing [2025-05-05T23:18:49.561Z] 7911695e34f9: Preparing [2025-05-05T23:18:49.561Z] c481589d3779: Preparing [2025-05-05T23:18:49.561Z] 994456c4fd7b: Preparing [2025-05-05T23:18:49.561Z] f59bee9c6def: Waiting [2025-05-05T23:18:49.561Z] 7911695e34f9: Waiting [2025-05-05T23:18:49.561Z] c481589d3779: Waiting [2025-05-05T23:18:49.561Z] 994456c4fd7b: Waiting [2025-05-05T23:18:49.561Z] b47c649d0932: Layer already exists [2025-05-05T23:18:49.561Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:49.561Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:49.561Z] 5d11cc612d74: Layer already exists [2025-05-05T23:18:49.561Z] 0a8a062e7fac: Layer already exists [2025-05-05T23:18:49.561Z] f59bee9c6def: Layer already exists [2025-05-05T23:18:49.561Z] 7911695e34f9: Layer already exists [2025-05-05T23:18:49.561Z] c481589d3779: Layer already exists [2025-05-05T23:18:49.561Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:49.561Z] 4.1.0-dev.9: digest: sha256:4dfbf6bac8d5ba40a2b684f92207ab6485a06f993056d0f4899a6219db9899f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:49.891Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:50.219Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:18:50.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-05T23:18:50.219Z] b47c649d0932: Preparing [2025-05-05T23:18:50.219Z] 0a8a062e7fac: Preparing [2025-05-05T23:18:50.219Z] 5d11cc612d74: Preparing [2025-05-05T23:18:50.219Z] 2948c4f64084: Preparing [2025-05-05T23:18:50.219Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:50.219Z] f59bee9c6def: Preparing [2025-05-05T23:18:50.219Z] 7911695e34f9: Preparing [2025-05-05T23:18:50.219Z] c481589d3779: Preparing [2025-05-05T23:18:50.219Z] 994456c4fd7b: Preparing [2025-05-05T23:18:50.219Z] 7911695e34f9: Waiting [2025-05-05T23:18:50.219Z] c481589d3779: Waiting [2025-05-05T23:18:50.219Z] f59bee9c6def: Waiting [2025-05-05T23:18:50.219Z] 994456c4fd7b: Waiting [2025-05-05T23:18:50.219Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:50.219Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:50.219Z] b47c649d0932: Layer already exists [2025-05-05T23:18:50.219Z] 0a8a062e7fac: Layer already exists [2025-05-05T23:18:50.219Z] 5d11cc612d74: Layer already exists [2025-05-05T23:18:50.219Z] f59bee9c6def: Layer already exists [2025-05-05T23:18:50.219Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:50.219Z] 7911695e34f9: Layer already exists [2025-05-05T23:18:50.219Z] c481589d3779: Layer already exists [2025-05-05T23:18:50.219Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:4dfbf6bac8d5ba40a2b684f92207ab6485a06f993056d0f4899a6219db9899f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:50.548Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:50.868Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-05-05T23:18:50.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-05T23:18:50.868Z] b47c649d0932: Preparing [2025-05-05T23:18:50.868Z] 0a8a062e7fac: Preparing [2025-05-05T23:18:50.868Z] 5d11cc612d74: Preparing [2025-05-05T23:18:50.868Z] 2948c4f64084: Preparing [2025-05-05T23:18:50.868Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:50.868Z] f59bee9c6def: Preparing [2025-05-05T23:18:50.868Z] 7911695e34f9: Preparing [2025-05-05T23:18:50.868Z] c481589d3779: Preparing [2025-05-05T23:18:50.868Z] 994456c4fd7b: Preparing [2025-05-05T23:18:50.868Z] 7911695e34f9: Waiting [2025-05-05T23:18:50.868Z] c481589d3779: Waiting [2025-05-05T23:18:50.868Z] 994456c4fd7b: Waiting [2025-05-05T23:18:50.868Z] f59bee9c6def: Waiting [2025-05-05T23:18:50.868Z] 5d11cc612d74: Layer already exists [2025-05-05T23:18:50.868Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:50.868Z] b47c649d0932: Layer already exists [2025-05-05T23:18:50.868Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:50.868Z] 0a8a062e7fac: Layer already exists [2025-05-05T23:18:50.868Z] 7911695e34f9: Layer already exists [2025-05-05T23:18:50.868Z] c481589d3779: Layer already exists [2025-05-05T23:18:50.868Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:50.868Z] f59bee9c6def: Layer already exists [2025-05-05T23:18:50.868Z] main: digest: sha256:4dfbf6bac8d5ba40a2b684f92207ab6485a06f993056d0f4899a6219db9899f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:18:50.952Z] ===================================================== [Pipeline] echo [2025-05-05T23:18:50.967Z] taggedImages: [2025-05-05T23:18:50.968Z] - nexus3.edgexfoundry.org:10004/security-spire-server:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:18:50.968Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-05T23:18:50.968Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.9 [2025-05-05T23:18:50.968Z] - nexus3.edgexfoundry.org:10004/security-spire-server:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:18:50.968Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-05-05T23:18:50.995Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-05-05T23:18:50.995Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:18:50.995Z] latest [2025-05-05T23:18:50.995Z] 4.1.0-dev.9 [2025-05-05T23:18:50.995Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:18:50.995Z] main [2025-05-05T23:18:50.995Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:51.344Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:51.670Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:18:51.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-05T23:18:51.670Z] 5193970b9da5: Preparing [2025-05-05T23:18:51.670Z] e64dd9312b68: Preparing [2025-05-05T23:18:51.670Z] 2948c4f64084: Preparing [2025-05-05T23:18:51.670Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:51.670Z] 5762ba0c5a7f: Preparing [2025-05-05T23:18:51.670Z] 7f23cfadbf9f: Preparing [2025-05-05T23:18:51.670Z] 994456c4fd7b: Preparing [2025-05-05T23:18:51.670Z] 994456c4fd7b: Waiting [2025-05-05T23:18:51.670Z] 7f23cfadbf9f: Waiting [2025-05-05T23:18:51.670Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:51.670Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:51.670Z] 5762ba0c5a7f: Pushed [2025-05-05T23:18:51.670Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:51.670Z] 5193970b9da5: Pushed [2025-05-05T23:18:52.236Z] 7f23cfadbf9f: Pushed [2025-05-05T23:18:55.522Z] e64dd9312b68: Pushed [2025-05-05T23:18:55.522Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:28108c7a0d24b8ae4583fe34e5cba0f0d4206db3ca509d76cea76289c8a48eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:55.847Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:56.184Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-05T23:18:56.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-05T23:18:56.184Z] 5193970b9da5: Preparing [2025-05-05T23:18:56.184Z] e64dd9312b68: Preparing [2025-05-05T23:18:56.184Z] 2948c4f64084: Preparing [2025-05-05T23:18:56.184Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:56.184Z] 5762ba0c5a7f: Preparing [2025-05-05T23:18:56.184Z] 7f23cfadbf9f: Preparing [2025-05-05T23:18:56.184Z] 994456c4fd7b: Preparing [2025-05-05T23:18:56.184Z] 7f23cfadbf9f: Waiting [2025-05-05T23:18:56.184Z] 994456c4fd7b: Waiting [2025-05-05T23:18:56.184Z] 5762ba0c5a7f: Layer already exists [2025-05-05T23:18:56.184Z] 5193970b9da5: Layer already exists [2025-05-05T23:18:56.184Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:56.184Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:56.184Z] e64dd9312b68: Layer already exists [2025-05-05T23:18:56.184Z] 7f23cfadbf9f: Layer already exists [2025-05-05T23:18:56.184Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:56.184Z] latest: digest: sha256:28108c7a0d24b8ae4583fe34e5cba0f0d4206db3ca509d76cea76289c8a48eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:56.514Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:56.842Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.9 [2025-05-05T23:18:56.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-05T23:18:56.842Z] 5193970b9da5: Preparing [2025-05-05T23:18:56.842Z] e64dd9312b68: Preparing [2025-05-05T23:18:56.842Z] 2948c4f64084: Preparing [2025-05-05T23:18:56.842Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:56.842Z] 5762ba0c5a7f: Preparing [2025-05-05T23:18:56.842Z] 7f23cfadbf9f: Preparing [2025-05-05T23:18:56.842Z] 994456c4fd7b: Preparing [2025-05-05T23:18:56.842Z] 7f23cfadbf9f: Waiting [2025-05-05T23:18:56.842Z] 994456c4fd7b: Waiting [2025-05-05T23:18:56.842Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:56.842Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:56.842Z] 5193970b9da5: Layer already exists [2025-05-05T23:18:56.842Z] e64dd9312b68: Layer already exists [2025-05-05T23:18:56.842Z] 5762ba0c5a7f: Layer already exists [2025-05-05T23:18:56.842Z] 7f23cfadbf9f: Layer already exists [2025-05-05T23:18:56.842Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:56.842Z] 4.1.0-dev.9: digest: sha256:28108c7a0d24b8ae4583fe34e5cba0f0d4206db3ca509d76cea76289c8a48eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:57.178Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:57.504Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:18:57.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-05T23:18:57.505Z] 5193970b9da5: Preparing [2025-05-05T23:18:57.505Z] e64dd9312b68: Preparing [2025-05-05T23:18:57.505Z] 2948c4f64084: Preparing [2025-05-05T23:18:57.505Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:57.505Z] 5762ba0c5a7f: Preparing [2025-05-05T23:18:57.505Z] 7f23cfadbf9f: Preparing [2025-05-05T23:18:57.505Z] 994456c4fd7b: Preparing [2025-05-05T23:18:57.505Z] 7f23cfadbf9f: Waiting [2025-05-05T23:18:57.505Z] 994456c4fd7b: Waiting [2025-05-05T23:18:57.505Z] 5193970b9da5: Layer already exists [2025-05-05T23:18:57.505Z] e64dd9312b68: Layer already exists [2025-05-05T23:18:57.505Z] 5762ba0c5a7f: Layer already exists [2025-05-05T23:18:57.505Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:57.505Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:57.505Z] 7f23cfadbf9f: Layer already exists [2025-05-05T23:18:57.505Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:57.505Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:28108c7a0d24b8ae4583fe34e5cba0f0d4206db3ca509d76cea76289c8a48eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:57.839Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:58.160Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-05-05T23:18:58.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-05T23:18:58.161Z] 5193970b9da5: Preparing [2025-05-05T23:18:58.161Z] e64dd9312b68: Preparing [2025-05-05T23:18:58.161Z] 2948c4f64084: Preparing [2025-05-05T23:18:58.161Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:58.161Z] 5762ba0c5a7f: Preparing [2025-05-05T23:18:58.161Z] 7f23cfadbf9f: Preparing [2025-05-05T23:18:58.161Z] 994456c4fd7b: Preparing [2025-05-05T23:18:58.161Z] 7f23cfadbf9f: Waiting [2025-05-05T23:18:58.161Z] 994456c4fd7b: Waiting [2025-05-05T23:18:58.161Z] 5762ba0c5a7f: Layer already exists [2025-05-05T23:18:58.161Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:58.161Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:58.161Z] e64dd9312b68: Layer already exists [2025-05-05T23:18:58.161Z] 5193970b9da5: Layer already exists [2025-05-05T23:18:58.161Z] 7f23cfadbf9f: Layer already exists [2025-05-05T23:18:58.161Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:58.161Z] main: digest: sha256:28108c7a0d24b8ae4583fe34e5cba0f0d4206db3ca509d76cea76289c8a48eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:18:58.248Z] ===================================================== [Pipeline] echo [2025-05-05T23:18:58.268Z] taggedImages: [2025-05-05T23:18:58.268Z] - nexus3.edgexfoundry.org:10004/support-notifications:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:18:58.268Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-05T23:18:58.268Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.9 [2025-05-05T23:18:58.268Z] - nexus3.edgexfoundry.org:10004/support-notifications:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:18:58.268Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-05-05T23:18:58.300Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-05-05T23:18:58.300Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:18:58.300Z] latest [2025-05-05T23:18:58.300Z] 4.1.0-dev.9 [2025-05-05T23:18:58.300Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:18:58.300Z] main [2025-05-05T23:18:58.300Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:58.640Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:18:58.960Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:18:58.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-05T23:18:58.960Z] 5bab791b7f5e: Preparing [2025-05-05T23:18:58.960Z] d6c919e97a17: Preparing [2025-05-05T23:18:58.960Z] 2948c4f64084: Preparing [2025-05-05T23:18:58.960Z] 1eaa2cbb0938: Preparing [2025-05-05T23:18:58.960Z] a94e19756d50: Preparing [2025-05-05T23:18:58.960Z] eae8da030c7f: Preparing [2025-05-05T23:18:58.960Z] 994456c4fd7b: Preparing [2025-05-05T23:18:58.960Z] eae8da030c7f: Waiting [2025-05-05T23:18:58.960Z] 994456c4fd7b: Waiting [2025-05-05T23:18:58.960Z] 2948c4f64084: Layer already exists [2025-05-05T23:18:58.960Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:18:58.960Z] 994456c4fd7b: Layer already exists [2025-05-05T23:18:58.960Z] a94e19756d50: Pushed [2025-05-05T23:18:58.960Z] 5bab791b7f5e: Pushed [2025-05-05T23:18:59.219Z] eae8da030c7f: Pushed [2025-05-05T23:19:03.405Z] d6c919e97a17: Pushed [2025-05-05T23:19:03.405Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:7a5fbc15fe76b199c1fd59d2ac4843f51aaf4fcf39d0562e231b8e2716a717be size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:19:03.734Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:19:04.057Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-05T23:19:04.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-05T23:19:04.057Z] 5bab791b7f5e: Preparing [2025-05-05T23:19:04.057Z] d6c919e97a17: Preparing [2025-05-05T23:19:04.057Z] 2948c4f64084: Preparing [2025-05-05T23:19:04.057Z] 1eaa2cbb0938: Preparing [2025-05-05T23:19:04.057Z] a94e19756d50: Preparing [2025-05-05T23:19:04.057Z] eae8da030c7f: Preparing [2025-05-05T23:19:04.057Z] 994456c4fd7b: Preparing [2025-05-05T23:19:04.057Z] eae8da030c7f: Waiting [2025-05-05T23:19:04.057Z] 994456c4fd7b: Waiting [2025-05-05T23:19:04.057Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:19:04.057Z] a94e19756d50: Layer already exists [2025-05-05T23:19:04.057Z] 5bab791b7f5e: Layer already exists [2025-05-05T23:19:04.057Z] d6c919e97a17: Layer already exists [2025-05-05T23:19:04.057Z] 2948c4f64084: Layer already exists [2025-05-05T23:19:04.057Z] 994456c4fd7b: Layer already exists [2025-05-05T23:19:04.057Z] eae8da030c7f: Layer already exists [2025-05-05T23:19:04.057Z] latest: digest: sha256:7a5fbc15fe76b199c1fd59d2ac4843f51aaf4fcf39d0562e231b8e2716a717be size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:19:04.383Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:19:04.710Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.9 [2025-05-05T23:19:04.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-05T23:19:04.710Z] 5bab791b7f5e: Preparing [2025-05-05T23:19:04.710Z] d6c919e97a17: Preparing [2025-05-05T23:19:04.710Z] 2948c4f64084: Preparing [2025-05-05T23:19:04.710Z] 1eaa2cbb0938: Preparing [2025-05-05T23:19:04.710Z] a94e19756d50: Preparing [2025-05-05T23:19:04.710Z] eae8da030c7f: Preparing [2025-05-05T23:19:04.710Z] 994456c4fd7b: Preparing [2025-05-05T23:19:04.710Z] eae8da030c7f: Waiting [2025-05-05T23:19:04.710Z] 994456c4fd7b: Waiting [2025-05-05T23:19:04.710Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:19:04.710Z] d6c919e97a17: Layer already exists [2025-05-05T23:19:04.710Z] 2948c4f64084: Layer already exists [2025-05-05T23:19:04.710Z] 5bab791b7f5e: Layer already exists [2025-05-05T23:19:04.710Z] a94e19756d50: Layer already exists [2025-05-05T23:19:04.710Z] eae8da030c7f: Layer already exists [2025-05-05T23:19:04.710Z] 994456c4fd7b: Layer already exists [2025-05-05T23:19:04.710Z] 4.1.0-dev.9: digest: sha256:7a5fbc15fe76b199c1fd59d2ac4843f51aaf4fcf39d0562e231b8e2716a717be size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:19:05.044Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:19:05.381Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:19:05.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-05T23:19:05.381Z] 5bab791b7f5e: Preparing [2025-05-05T23:19:05.381Z] d6c919e97a17: Preparing [2025-05-05T23:19:05.381Z] 2948c4f64084: Preparing [2025-05-05T23:19:05.381Z] 1eaa2cbb0938: Preparing [2025-05-05T23:19:05.381Z] a94e19756d50: Preparing [2025-05-05T23:19:05.381Z] eae8da030c7f: Preparing [2025-05-05T23:19:05.381Z] 994456c4fd7b: Preparing [2025-05-05T23:19:05.381Z] eae8da030c7f: Waiting [2025-05-05T23:19:05.381Z] 994456c4fd7b: Waiting [2025-05-05T23:19:05.381Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:19:05.381Z] 5bab791b7f5e: Layer already exists [2025-05-05T23:19:05.381Z] a94e19756d50: Layer already exists [2025-05-05T23:19:05.381Z] d6c919e97a17: Layer already exists [2025-05-05T23:19:05.381Z] 2948c4f64084: Layer already exists [2025-05-05T23:19:05.381Z] eae8da030c7f: Layer already exists [2025-05-05T23:19:05.381Z] 994456c4fd7b: Layer already exists [2025-05-05T23:19:05.381Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:7a5fbc15fe76b199c1fd59d2ac4843f51aaf4fcf39d0562e231b8e2716a717be size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:19:05.710Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:19:06.040Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-05-05T23:19:06.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-05T23:19:06.040Z] 5bab791b7f5e: Preparing [2025-05-05T23:19:06.040Z] d6c919e97a17: Preparing [2025-05-05T23:19:06.040Z] 2948c4f64084: Preparing [2025-05-05T23:19:06.040Z] 1eaa2cbb0938: Preparing [2025-05-05T23:19:06.040Z] a94e19756d50: Preparing [2025-05-05T23:19:06.040Z] eae8da030c7f: Preparing [2025-05-05T23:19:06.040Z] 994456c4fd7b: Preparing [2025-05-05T23:19:06.040Z] eae8da030c7f: Waiting [2025-05-05T23:19:06.040Z] 994456c4fd7b: Waiting [2025-05-05T23:19:06.040Z] d6c919e97a17: Layer already exists [2025-05-05T23:19:06.040Z] 2948c4f64084: Layer already exists [2025-05-05T23:19:06.040Z] a94e19756d50: Layer already exists [2025-05-05T23:19:06.040Z] 5bab791b7f5e: Layer already exists [2025-05-05T23:19:06.040Z] 1eaa2cbb0938: Layer already exists [2025-05-05T23:19:06.040Z] 994456c4fd7b: Layer already exists [2025-05-05T23:19:06.040Z] eae8da030c7f: Layer already exists [2025-05-05T23:19:06.040Z] main: digest: sha256:7a5fbc15fe76b199c1fd59d2ac4843f51aaf4fcf39d0562e231b8e2716a717be size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:19:06.125Z] ===================================================== [Pipeline] echo [2025-05-05T23:19:06.139Z] taggedImages: [2025-05-05T23:19:06.139Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:19:06.139Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-05T23:19:06.139Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.9 [2025-05-05T23:19:06.139Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:19:06.139Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-05-05T23:19:06.221Z] ========================================================= [2025-05-05T23:19:06.221Z] [edgeXBuildMultiArch] RAW Config: [2025-05-05T23:19:06.221Z] images: [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-command:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-command:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-data:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-data:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-keeper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-keeper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-metadata:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-metadata:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spire-config:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spire-config:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spire-server:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spire-server:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/support-notifications:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/support-notifications:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:19:06.221Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-05-05T23:19:06.221Z] settingsFile: [2025-05-05T23:19:06.221Z] edgex-go-settings [2025-05-05T23:19:06.221Z] ========================================================= [Pipeline] node [2025-05-05T23:19:21.224Z] Still waiting to schedule task [2025-05-05T23:19:21.225Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-05-05T23:20:13.576Z] Running on prd-centos7-docker-4c-2g-968 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-05T23:20:13.625Z] provisioning config files... [2025-05-05T23:20:13.650Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config1043567543650669379tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-05T23:20:14.835Z] ---> ****-login.sh [2025-05-05T23:20:14.836Z] nexus3.edgexfoundry.org:10001 [2025-05-05T23:34:35.938Z] #154 ... [2025-05-05T23:34:35.938Z] [2025-05-05T23:34:35.938Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-05-05T23:34:35.938Z] #147 DONE 1044.7s [2025-05-05T23:34:35.938Z] [2025-05-05T23:34:35.938Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-05-05T23:34:35.938Z] #145 ... [2025-05-05T23:34:35.938Z] [2025-05-05T23:34:35.938Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:34:35.938Z] #155 DONE 0.3s [2025-05-05T23:34:35.938Z] [2025-05-05T23:34:35.938Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:34:35.938Z] #156 DONE 0.3s [2025-05-05T23:34:35.938Z] [2025-05-05T23:34:35.938Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-05T23:34:35.938Z] #146 ... [2025-05-05T23:34:35.938Z] [2025-05-05T23:34:35.938Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-05-05T23:34:35.938Z] #157 DONE 0.3s [2025-05-05T23:34:35.938Z] [2025-05-05T23:34:35.938Z] #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-05T23:34:35.938Z] #122 ... [2025-05-05T23:34:35.938Z] [2025-05-05T23:34:35.938Z] #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-05-05T23:34:35.938Z] #158 DONE 0.3s [2025-05-05T23:34:35.938Z] [2025-05-05T23:34:35.938Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-05T23:34:35.938Z] #152 ... [2025-05-05T23:34:35.938Z] [2025-05-05T23:34:35.938Z] #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-05-05T23:34:35.938Z] #159 DONE 0.2s [2025-05-05T23:34:35.938Z] [2025-05-05T23:34:35.938Z] #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-05-05T23:34:35.938Z] #160 DONE 1.9s [2025-05-05T23:34:35.938Z] [2025-05-05T23:34:35.938Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-05-05T23:34:35.938Z] #145 ... [2025-05-05T23:34:35.938Z] [2025-05-05T23:34:35.938Z] #117 [core-common-config-bootstrapper] exporting to image [2025-05-05T23:34:35.938Z] #117 exporting layers [2025-05-05T23:34:35.938Z] #117 exporting layers 0.8s done [2025-05-05T23:34:35.938Z] #117 writing image sha256:c0be02f7781e61452a4aca4bf701d8ce57761fe479331aa56636f667dc3735c4 done [2025-05-05T23:34:35.938Z] #117 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-05-05T23:34:35.938Z] #117 DONE 5.4s [2025-05-05T23:34:35.938Z] [2025-05-05T23:34:35.938Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-05T23:34:51.368Z] #146 ... [2025-05-05T23:34:51.368Z] [2025-05-05T23:34:51.368Z] #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-05T23:34:51.368Z] #154 DONE 1069.6s [2025-05-05T23:34:51.368Z] [2025-05-05T23:34:51.368Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-05-05T23:34:51.368Z] #161 DONE 0.4s [2025-05-05T23:34:51.368Z] [2025-05-05T23:34:51.368Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-05-05T23:34:53.975Z] #162 DONE 2.5s [2025-05-05T23:34:53.975Z] [2025-05-05T23:34:53.975Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:34:54.250Z] #163 DONE 0.5s [2025-05-05T23:34:54.250Z] [2025-05-05T23:34:54.250Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-05T23:34:54.250Z] #68 ... [2025-05-05T23:34:54.250Z] [2025-05-05T23:34:54.250Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:34:54.521Z] #164 DONE 0.2s [2025-05-05T23:34:54.521Z] [2025-05-05T23:34:54.521Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-05-05T23:34:54.791Z] #165 DONE 0.3s [2025-05-05T23:34:54.791Z] [2025-05-05T23:34:54.791Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-05-05T23:34:55.060Z] #166 DONE 0.1s [2025-05-05T23:34:55.060Z] [2025-05-05T23:34:55.060Z] #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-05-05T23:34:55.060Z] #167 DONE 0.1s [2025-05-05T23:34:55.060Z] [2025-05-05T23:34:55.060Z] #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-05-05T23:34:55.060Z] #168 DONE 0.1s [2025-05-05T23:34:55.060Z] [2025-05-05T23:34:55.060Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-05T23:34:55.328Z] #151 ... [2025-05-05T23:34:55.328Z] [2025-05-05T23:34:55.328Z] #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-05-05T23:34:55.605Z] #169 DONE 0.2s [2025-05-05T23:34:55.605Z] [2025-05-05T23:34:55.605Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-05-05T23:34:55.605Z] #170 DONE 0.1s [2025-05-05T23:34:55.605Z] [2025-05-05T23:34:55.605Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-05-05T23:34:57.551Z] #171 DONE 2.0s [2025-05-05T23:34:57.551Z] [2025-05-05T23:34:57.551Z] #117 [security-bootstrapper] exporting to image [2025-05-05T23:34:57.551Z] #117 exporting layers [2025-05-05T23:34:58.960Z] #117 exporting layers 1.3s done [2025-05-05T23:34:58.960Z] #117 writing image sha256:096ef7b4ce86323d81ebb90b337abd278df3e718ac0164cea0be010f9cead98c 0.0s done [2025-05-05T23:34:58.960Z] #117 naming to docker.io/library/security-bootstrapper-arm64 0.1s done [2025-05-05T23:34:58.960Z] #117 DONE 6.8s [2025-05-05T23:34:58.960Z] [2025-05-05T23:34:58.960Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-05T23:49:06.555Z] #149 ... [2025-05-05T23:49:06.555Z] [2025-05-05T23:49:06.555Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-05T23:49:06.555Z] #151 DONE 1912.5s [2025-05-05T23:49:06.555Z] [2025-05-05T23:49:06.555Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-05T23:49:06.555Z] #150 ... [2025-05-05T23:49:06.555Z] [2025-05-05T23:49:06.555Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:49:06.555Z] #172 DONE 0.2s [2025-05-05T23:49:06.555Z] [2025-05-05T23:49:06.555Z] #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-05T23:49:06.555Z] #122 ... [2025-05-05T23:49:06.555Z] [2025-05-05T23:49:06.555Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:49:06.555Z] #173 DONE 0.1s [2025-05-05T23:49:06.555Z] [2025-05-05T23:49:06.555Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-05-05T23:49:06.555Z] #174 DONE 0.4s [2025-05-05T23:49:06.555Z] [2025-05-05T23:49:06.555Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-05-05T23:49:06.555Z] #175 DONE 0.3s [2025-05-05T23:49:06.555Z] [2025-05-05T23:49:06.555Z] #117 [core-command] exporting to image [2025-05-05T23:49:06.555Z] #117 exporting layers [2025-05-05T23:49:06.555Z] #117 exporting layers 0.5s done [2025-05-05T23:49:06.555Z] #117 writing image sha256:cc1b1ffdfc6b5ccca4033544afcdcbf1b50963eb404840acd34111567b3ca3b3 done [2025-05-05T23:49:06.556Z] #117 naming to docker.io/library/core-command-arm64 done [2025-05-05T23:49:06.556Z] #117 DONE 7.3s [2025-05-05T23:49:06.556Z] [2025-05-05T23:49:06.556Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-05T23:49:18.848Z] #146 ... [2025-05-05T23:49:18.848Z] [2025-05-05T23:49:18.848Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-05-05T23:49:18.848Z] #145 1936.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-05-05T23:49:28.917Z] #145 ... [2025-05-05T23:49:28.917Z] [2025-05-05T23:49:28.917Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-05T23:49:28.917Z] #150 DONE 1947.6s [2025-05-05T23:49:28.917Z] [2025-05-05T23:49:28.917Z] #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-05T23:49:29.186Z] #144 ... [2025-05-05T23:49:29.186Z] [2025-05-05T23:49:29.186Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:49:29.457Z] #176 DONE 0.4s [2025-05-05T23:49:29.457Z] [2025-05-05T23:49:29.457Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:49:29.725Z] #177 DONE 0.1s [2025-05-05T23:49:29.725Z] [2025-05-05T23:49:29.725Z] #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-05-05T23:49:29.725Z] #178 DONE 0.1s [2025-05-05T23:49:29.725Z] [2025-05-05T23:49:29.725Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-05T23:49:29.725Z] #149 ... [2025-05-05T23:49:29.725Z] [2025-05-05T23:49:29.725Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-05-05T23:49:29.725Z] #179 DONE 0.1s [2025-05-05T23:49:30.033Z] [2025-05-05T23:49:30.033Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-05-05T23:49:30.300Z] #180 DONE 0.4s [2025-05-05T23:49:30.300Z] [2025-05-05T23:49:30.300Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-05-05T23:49:30.300Z] #181 DONE 0.2s [2025-05-05T23:49:30.300Z] [2025-05-05T23:49:30.300Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-05T23:49:30.566Z] #152 ... [2025-05-05T23:49:30.566Z] [2025-05-05T23:49:30.566Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-05T23:49:32.506Z] #182 DONE 2.1s [2025-05-05T23:49:32.506Z] [2025-05-05T23:49:32.506Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-05T23:49:32.773Z] #152 ... [2025-05-05T23:49:32.773Z] [2025-05-05T23:49:32.773Z] #117 [security-proxy-setup] exporting to image [2025-05-05T23:49:32.773Z] #117 exporting layers [2025-05-05T23:49:33.587Z] #117 exporting layers 1.1s done [2025-05-05T23:49:33.587Z] #117 writing image sha256:629cf9e1e32d8977f2eee03fad117fc0b2798a5b971cc977ac07cbdc3d457fd9 done [2025-05-05T23:49:33.587Z] #117 naming to docker.io/library/security-proxy-setup-arm64 done [2025-05-05T23:49:33.587Z] #117 DONE 8.5s [2025-05-05T23:49:33.587Z] [2025-05-05T23:49:33.587Z] #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-05T23:49:48.577Z] #122 ... [2025-05-05T23:49:48.577Z] [2025-05-05T23:49:48.577Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-05-05T23:49:48.577Z] #145 DONE 1965.7s [2025-05-05T23:49:48.577Z] [2025-05-05T23:49:48.577Z] #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-05T23:49:48.577Z] #144 ... [2025-05-05T23:49:48.577Z] [2025-05-05T23:49:48.577Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:49:48.577Z] #183 DONE 0.2s [2025-05-05T23:49:48.577Z] [2025-05-05T23:49:48.577Z] #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-05T23:49:48.577Z] #144 ... [2025-05-05T23:49:48.577Z] [2025-05-05T23:49:48.577Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:49:48.577Z] #184 DONE 0.1s [2025-05-05T23:49:48.577Z] [2025-05-05T23:49:48.577Z] #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-05-05T23:49:48.577Z] #185 DONE 0.1s [2025-05-05T23:49:48.577Z] [2025-05-05T23:49:48.577Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-05T23:49:48.577Z] #153 ... [2025-05-05T23:49:48.577Z] [2025-05-05T23:49:48.577Z] #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-05-05T23:49:48.577Z] #186 DONE 0.2s [2025-05-05T23:49:48.577Z] [2025-05-05T23:49:48.577Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-05-05T23:49:48.577Z] #187 DONE 0.1s [2025-05-05T23:49:48.577Z] [2025-05-05T23:49:48.577Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-05T23:49:48.577Z] #148 ... [2025-05-05T23:49:48.577Z] [2025-05-05T23:49:48.577Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-05-05T23:49:48.845Z] #188 DONE 0.3s [2025-05-05T23:49:48.845Z] [2025-05-05T23:49:48.845Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-05-05T23:49:49.434Z] #189 DONE 0.5s [2025-05-05T23:49:49.434Z] [2025-05-05T23:49:49.434Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-05-05T23:49:49.434Z] #190 DONE 0.1s [2025-05-05T23:49:49.434Z] [2025-05-05T23:49:49.434Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-05T23:49:51.540Z] #191 DONE 2.0s [2025-05-05T23:49:51.540Z] [2025-05-05T23:49:51.540Z] #117 [security-secretstore-setup] exporting to image [2025-05-05T23:49:51.540Z] #117 exporting layers [2025-05-05T23:49:53.012Z] #117 exporting layers 1.6s done [2025-05-05T23:49:53.280Z] #117 writing image sha256:d303bd36fb38bfb66e81fb2513664cf794bbf52f394ffaa7bd92c73d3bcccd8b 0.0s done [2025-05-05T23:49:53.280Z] #117 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-05-05T23:49:53.280Z] #117 DONE 10.1s [2025-05-05T23:49:53.280Z] [2025-05-05T23:49:53.280Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-05T23:51:01.231Z] #153 ... [2025-05-05T23:51:01.231Z] [2025-05-05T23:51:01.231Z] #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-05T23:51:01.231Z] #122 DONE 2034.6s [2025-05-05T23:51:01.231Z] [2025-05-05T23:51:01.231Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-05T23:51:01.231Z] #153 ... [2025-05-05T23:51:01.231Z] [2025-05-05T23:51:01.231Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:51:01.231Z] #192 DONE 0.1s [2025-05-05T23:51:01.231Z] [2025-05-05T23:51:01.231Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-05T23:51:01.231Z] #149 ... [2025-05-05T23:51:01.231Z] [2025-05-05T23:51:01.231Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:51:01.231Z] #193 DONE 0.1s [2025-05-05T23:51:01.231Z] [2025-05-05T23:51:01.231Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-05-05T23:51:01.231Z] #194 DONE 0.4s [2025-05-05T23:51:01.231Z] [2025-05-05T23:51:01.231Z] #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-05T23:51:01.231Z] #144 ... [2025-05-05T23:51:01.231Z] [2025-05-05T23:51:01.231Z] #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-05-05T23:51:01.231Z] #195 DONE 0.1s [2025-05-05T23:51:01.231Z] [2025-05-05T23:51:01.232Z] #117 [security-spiffe-token-provider] exporting to image [2025-05-05T23:51:01.232Z] #117 exporting layers [2025-05-05T23:51:01.232Z] #117 exporting layers 0.9s done [2025-05-05T23:51:01.232Z] #117 writing image sha256:4669395fe801b037fab64e56ef7b256e86cbdc8befb047f31aa1f644aeba5859 done [2025-05-05T23:51:01.232Z] #117 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-05-05T23:51:01.232Z] #117 DONE 11.1s [2025-05-05T23:51:01.232Z] [2025-05-05T23:51:01.232Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-05T23:51:33.451Z] #148 DONE 2070.7s [2025-05-05T23:51:33.451Z] [2025-05-05T23:51:33.451Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-05T23:51:33.451Z] #149 ... [2025-05-05T23:51:33.451Z] [2025-05-05T23:51:33.451Z] #196 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:51:33.451Z] #196 DONE 0.1s [2025-05-05T23:51:33.451Z] [2025-05-05T23:51:33.451Z] #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-05T23:51:33.451Z] #144 ... [2025-05-05T23:51:33.451Z] [2025-05-05T23:51:33.451Z] #197 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-05-05T23:51:33.451Z] #197 DONE 0.6s [2025-05-05T23:51:33.451Z] [2025-05-05T23:51:33.451Z] #198 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-05-05T23:51:33.451Z] #198 DONE 0.1s [2025-05-05T23:51:33.451Z] [2025-05-05T23:51:33.451Z] #117 [core-keeper] exporting to image [2025-05-05T23:51:33.451Z] #117 exporting layers [2025-05-05T23:51:33.720Z] #117 exporting layers 0.4s done [2025-05-05T23:51:33.986Z] #117 writing image sha256:e1d9bf3e13ec9ed3419fa98282ccba89c1ffb2eb810ab8175d86ec4ec86720b1 done [2025-05-05T23:51:33.986Z] #117 naming to docker.io/library/core-keeper-arm64 done [2025-05-05T23:51:33.986Z] #117 DONE 11.5s [2025-05-05T23:51:33.986Z] [2025-05-05T23:51:33.986Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-05T23:51:35.390Z] #149 DONE 2074.0s [2025-05-05T23:51:35.390Z] [2025-05-05T23:51:35.390Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-05T23:51:35.981Z] #152 ... [2025-05-05T23:51:35.981Z] [2025-05-05T23:51:35.981Z] #199 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:51:35.981Z] #199 DONE 0.1s [2025-05-05T23:51:35.981Z] [2025-05-05T23:51:35.981Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-05T23:51:35.981Z] #153 ... [2025-05-05T23:51:35.981Z] [2025-05-05T23:51:35.981Z] #200 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:51:36.251Z] #200 DONE 0.3s [2025-05-05T23:51:36.251Z] [2025-05-05T23:51:36.251Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-05T23:51:36.251Z] #152 ... [2025-05-05T23:51:36.251Z] [2025-05-05T23:51:36.251Z] #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-05T23:51:36.251Z] #144 DONE 2075.0s [2025-05-05T23:51:36.251Z] [2025-05-05T23:51:36.251Z] #201 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-05-05T23:51:37.212Z] #201 DONE 0.8s [2025-05-05T23:51:37.212Z] [2025-05-05T23:51:37.212Z] #202 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:51:37.212Z] #202 DONE 0.3s [2025-05-05T23:51:37.212Z] [2025-05-05T23:51:37.212Z] #203 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-05-05T23:51:37.481Z] #203 ... [2025-05-05T23:51:37.481Z] [2025-05-05T23:51:37.481Z] #204 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:51:37.481Z] #204 DONE 0.4s [2025-05-05T23:51:37.481Z] [2025-05-05T23:51:37.481Z] #203 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-05-05T23:51:37.481Z] #203 DONE 0.5s [2025-05-05T23:51:37.481Z] [2025-05-05T23:51:37.481Z] #205 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-05-05T23:51:37.751Z] #205 ... [2025-05-05T23:51:37.751Z] [2025-05-05T23:51:37.751Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-05T23:51:37.751Z] #152 DONE 2076.4s [2025-05-05T23:51:37.751Z] [2025-05-05T23:51:37.751Z] #117 [core-data] exporting to image [2025-05-05T23:51:38.720Z] #117 ... [2025-05-05T23:51:38.721Z] [2025-05-05T23:51:38.721Z] #205 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-05-05T23:51:38.721Z] #205 DONE 1.1s [2025-05-05T23:51:38.721Z] [2025-05-05T23:51:38.721Z] #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:51:38.721Z] #206 CACHED [2025-05-05T23:51:38.721Z] [2025-05-05T23:51:38.721Z] #207 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:51:38.721Z] #207 CACHED [2025-05-05T23:51:38.721Z] [2025-05-05T23:51:38.721Z] #117 [core-data] exporting to image [2025-05-05T23:51:38.721Z] #117 exporting layers 1.0s done [2025-05-05T23:51:38.721Z] #117 writing image sha256:427c4b18e0749b183fbaa449d287780175c43d51ff7bec5ba3d76fc43d092c39 done [2025-05-05T23:51:38.721Z] #117 naming to docker.io/library/core-data-arm64 done [2025-05-05T23:51:38.721Z] #117 DONE 12.6s [2025-05-05T23:51:38.721Z] [2025-05-05T23:51:38.721Z] #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-05-05T23:51:38.721Z] #208 ... [2025-05-05T23:51:38.721Z] [2025-05-05T23:51:38.721Z] #209 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-05-05T23:51:38.721Z] #209 DONE 0.3s [2025-05-05T23:51:38.998Z] [2025-05-05T23:51:38.998Z] #210 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-05-05T23:51:39.274Z] #210 DONE 0.2s [2025-05-05T23:51:39.274Z] [2025-05-05T23:51:39.274Z] #211 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-05T23:51:39.542Z] #211 ... [2025-05-05T23:51:39.542Z] [2025-05-05T23:51:39.542Z] #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-05-05T23:51:39.542Z] #208 DONE 0.8s [2025-05-05T23:51:39.816Z] [2025-05-05T23:51:39.816Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-05-05T23:51:39.816Z] #212 DONE 0.2s [2025-05-05T23:51:39.816Z] [2025-05-05T23:51:39.816Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-05-05T23:51:40.089Z] #213 DONE 0.2s [2025-05-05T23:51:40.089Z] [2025-05-05T23:51:40.089Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-05T23:51:40.089Z] #153 ... [2025-05-05T23:51:40.089Z] [2025-05-05T23:51:40.089Z] #117 [core-metadata] exporting to image [2025-05-05T23:51:40.673Z] #117 exporting layers 0.7s done [2025-05-05T23:51:40.673Z] #117 writing image sha256:8adbc8587322a743b57a5761f1df0d104082757ff26c7126d63e0c553295a08a done [2025-05-05T23:51:40.673Z] #117 naming to docker.io/library/core-metadata-arm64 done [2025-05-05T23:51:40.673Z] #117 DONE 13.3s [2025-05-05T23:51:40.673Z] [2025-05-05T23:51:40.673Z] #211 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-05T23:51:41.269Z] #211 DONE 2.0s [2025-05-05T23:51:41.269Z] [2025-05-05T23:51:41.269Z] #117 [security-proxy-auth] exporting to image [2025-05-05T23:51:41.853Z] #117 exporting layers 0.8s done [2025-05-05T23:51:41.853Z] #117 writing image sha256:1e2a62fe6b53301f8552251b59f98bd2d2d3b6c3bb262d377f4b6176bd724c0a done [2025-05-05T23:51:41.853Z] #117 naming to docker.io/library/security-proxy-auth-arm64 done [2025-05-05T23:51:41.853Z] #117 DONE 14.0s [2025-05-05T23:51:41.853Z] [2025-05-05T23:51:41.853Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-05T23:52:14.063Z] #146 ... [2025-05-05T23:52:14.063Z] [2025-05-05T23:52:14.063Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-05T23:52:14.063Z] #153 DONE 2109.1s [2025-05-05T23:52:14.063Z] [2025-05-05T23:52:14.063Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:52:14.063Z] #214 DONE 0.2s [2025-05-05T23:52:14.063Z] [2025-05-05T23:52:14.063Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:52:14.063Z] #215 DONE 0.1s [2025-05-05T23:52:14.063Z] [2025-05-05T23:52:14.063Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-05T23:52:14.063Z] #146 ... [2025-05-05T23:52:14.063Z] [2025-05-05T23:52:14.063Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-05-05T23:52:14.063Z] #216 DONE 0.6s [2025-05-05T23:52:14.063Z] [2025-05-05T23:52:14.063Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-05-05T23:52:14.063Z] #217 DONE 0.1s [2025-05-05T23:52:14.063Z] [2025-05-05T23:52:14.063Z] #117 [support-scheduler] exporting to image [2025-05-05T23:52:14.063Z] #117 exporting layers [2025-05-05T23:52:14.063Z] #117 exporting layers 1.0s done [2025-05-05T23:52:14.063Z] #117 writing image sha256:d28cbb401d36e321618331680536529f4171521df9840489585557cc10551750 done [2025-05-05T23:52:14.063Z] #117 naming to docker.io/library/support-scheduler-arm64 [2025-05-05T23:52:14.063Z] #117 naming to docker.io/library/support-scheduler-arm64 done [2025-05-05T23:52:14.063Z] #117 DONE 15.0s [2025-05-05T23:52:14.063Z] [2025-05-05T23:52:14.063Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-05T23:52:16.003Z] #68 ... [2025-05-05T23:52:16.003Z] [2025-05-05T23:52:16.003Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-05T23:52:16.003Z] #146 DONE 2114.4s [2025-05-05T23:52:16.003Z] [2025-05-05T23:52:16.003Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-05T23:52:16.003Z] #218 DONE 0.1s [2025-05-05T23:52:16.003Z] [2025-05-05T23:52:16.003Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-05T23:52:16.003Z] #219 DONE 0.1s [2025-05-05T23:52:16.003Z] [2025-05-05T23:52:16.003Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-05-05T23:52:16.589Z] #220 DONE 0.4s [2025-05-05T23:52:16.589Z] [2025-05-05T23:52:16.589Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-05-05T23:52:16.589Z] #221 DONE 0.1s [2025-05-05T23:52:16.589Z] [2025-05-05T23:52:16.589Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-05T23:52:16.589Z] #68 ... [2025-05-05T23:52:16.589Z] [2025-05-05T23:52:16.589Z] #117 [support-notifications] exporting to image [2025-05-05T23:52:17.168Z] #117 exporting layers 0.5s done [2025-05-05T23:52:17.168Z] #117 writing image sha256:ab5db79f14133d5451cbb7741fc1073a05045083921db151051013ea2efc0266 done [2025-05-05T23:52:17.168Z] #117 naming to docker.io/library/support-notifications-arm64 done [2025-05-05T23:52:17.168Z] #117 DONE 15.6s [2025-05-05T23:52:17.168Z] [2025-05-05T23:52:17.168Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-05T23:52:17.168Z] time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:52:17.168Z] time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:52:17.168Z] time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:52:17.168Z] time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:52:17.168Z] time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:52:17.168Z] time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:52:17.168Z] time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:52:17.168Z] time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:52:17.168Z] time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:52:17.168Z] time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:52:17.168Z] time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:52:17.168Z] time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:52:17.168Z] time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:52:17.168Z] time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-05T23:52:17.168Z] time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-05-05T23:52:17.172Z] $ docker stop --time=1 efafd4b12c790e8ffeb9fcbc0f5798666e7a2c380257f804928b1163597092de [2025-05-05T23:52:18.820Z] $ docker rm -f --volumes efafd4b12c790e8ffeb9fcbc0f5798666e7a2c380257f804928b1163597092de [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-05T23:52:19.335Z] + docker images [2025-05-05T23:52:19.336Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-05-05T23:52:19.336Z] support-notifications-arm64 latest ab5db79f1413 3 seconds ago 52.3MB [2025-05-05T23:52:19.336Z] support-scheduler-arm64 latest d28cbb401d36 8 seconds ago 48.5MB [2025-05-05T23:52:19.336Z] security-proxy-auth-arm64 latest 1e2a62fe6b53 39 seconds ago 31.9MB [2025-05-05T23:52:19.336Z] core-metadata-arm64 latest 8adbc8587322 40 seconds ago 33.1MB [2025-05-05T23:52:19.336Z] core-data-arm64 latest 427c4b18e074 42 seconds ago 33MB [2025-05-05T23:52:19.336Z] core-keeper-arm64 latest e1d9bf3e13ec 46 seconds ago 32.6MB [2025-05-05T23:52:19.336Z] security-spiffe-token-provider-arm64 latest 4669395fe801 About a minute ago 48.1MB [2025-05-05T23:52:19.336Z] security-secretstore-setup-arm64 latest d303bd36fb38 2 minutes ago 67.6MB [2025-05-05T23:52:19.336Z] security-proxy-setup-arm64 latest 629cf9e1e32d 2 minutes ago 38.7MB [2025-05-05T23:52:19.336Z] core-command-arm64 latest cc1b1ffdfc6b 3 minutes ago 28.5MB [2025-05-05T23:52:19.336Z] security-bootstrapper-arm64 latest 096ef7b4ce86 17 minutes ago 21.1MB [2025-05-05T23:52:19.336Z] core-common-config-bootstrapper-arm64 latest c0be02f7781e 17 minutes ago 17.9MB [2025-05-05T23:52:19.336Z] security-spire-agent-arm64 latest 8250495beab6 36 minutes ago 187MB [2025-05-05T23:52:19.336Z] security-spire-config-arm64 latest bcb2f2484b00 36 minutes ago 143MB [2025-05-05T23:52:19.336Z] security-spire-server-arm64 latest 11d7571eef6f 36 minutes ago 144MB [2025-05-05T23:52:19.336Z] ci-base-image-arm64 latest 719cd3ace01d 38 minutes ago 910MB [2025-05-05T23:52:19.336Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 3 weeks ago 560MB [2025-05-05T23:52:19.336Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 23 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-05T23:52:19.506Z] provisioning config files... [2025-05-05T23:52:19.520Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/835@tmp/config1612247504516601895tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-05T23:52:19.856Z] ---> ****-login.sh [2025-05-05T23:52:19.856Z] nexus3.edgexfoundry.org:10001 [2025-05-05T23:52:20.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:52:20.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:52:20.391Z] Configure a credential helper to remove this warning. See [2025-05-05T23:52:20.391Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:52:20.391Z] [2025-05-05T23:52:20.391Z] Login Succeeded [2025-05-05T23:52:20.391Z] nexus3.edgexfoundry.org:10002 [2025-05-05T23:52:20.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:52:20.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:52:20.659Z] Configure a credential helper to remove this warning. See [2025-05-05T23:52:20.659Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:52:20.659Z] [2025-05-05T23:52:20.659Z] Login Succeeded [2025-05-05T23:52:20.659Z] nexus3.edgexfoundry.org:10003 [2025-05-05T23:52:20.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:52:20.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:52:20.926Z] Configure a credential helper to remove this warning. See [2025-05-05T23:52:20.926Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:52:20.926Z] [2025-05-05T23:52:20.926Z] Login Succeeded [2025-05-05T23:52:20.926Z] nexus3.edgexfoundry.org:10004 [2025-05-05T23:52:21.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:52:21.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:52:21.459Z] Configure a credential helper to remove this warning. See [2025-05-05T23:52:21.459Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:52:21.459Z] [2025-05-05T23:52:21.459Z] Login Succeeded [2025-05-05T23:52:21.459Z] ****.io [2025-05-05T23:52:21.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-05T23:52:21.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-05T23:52:21.989Z] Configure a credential helper to remove this warning. See [2025-05-05T23:52:21.990Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-05T23:52:21.990Z] [2025-05-05T23:52:21.990Z] Login Succeeded [2025-05-05T23:52:21.990Z] ---> ****-login.sh ends [Pipeline] } [2025-05-05T23:52:22.001Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:52:22.058Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-05T23:52:22.096Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-05-05T23:52:22.096Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:52:22.096Z] latest [2025-05-05T23:52:22.096Z] 4.1.0-dev.9 [2025-05-05T23:52:22.096Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:52:22.096Z] main [2025-05-05T23:52:22.096Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:22.469Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:22.828Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:52:22.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-05T23:52:22.828Z] e87fbbef8c07: Preparing [2025-05-05T23:52:22.828Z] f46a63f8427b: Preparing [2025-05-05T23:52:22.828Z] 1089a6bb6171: Preparing [2025-05-05T23:52:22.828Z] 93ae660f8f25: Preparing [2025-05-05T23:52:22.828Z] 323ba5a214a2: Preparing [2025-05-05T23:52:22.828Z] a5c50dc1def7: Preparing [2025-05-05T23:52:22.828Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:22.828Z] a5c50dc1def7: Waiting [2025-05-05T23:52:22.828Z] dd9c8f8612c8: Waiting [2025-05-05T23:52:23.094Z] 93ae660f8f25: Pushed [2025-05-05T23:52:23.094Z] e87fbbef8c07: Pushed [2025-05-05T23:52:23.094Z] 1089a6bb6171: Pushed [2025-05-05T23:52:23.094Z] 323ba5a214a2: Pushed [2025-05-05T23:52:23.094Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:23.094Z] a5c50dc1def7: Pushed [2025-05-05T23:52:27.330Z] f46a63f8427b: Pushed [2025-05-05T23:52:27.596Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:9973bf55234bf2a09b62a6374327835ef25ea5b984e3bc349083df88a91842c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:27.963Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:28.331Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-05-05T23:52:28.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-05T23:52:28.331Z] e87fbbef8c07: Preparing [2025-05-05T23:52:28.331Z] f46a63f8427b: Preparing [2025-05-05T23:52:28.331Z] 1089a6bb6171: Preparing [2025-05-05T23:52:28.331Z] 93ae660f8f25: Preparing [2025-05-05T23:52:28.331Z] 323ba5a214a2: Preparing [2025-05-05T23:52:28.331Z] a5c50dc1def7: Preparing [2025-05-05T23:52:28.331Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:28.331Z] a5c50dc1def7: Waiting [2025-05-05T23:52:28.331Z] dd9c8f8612c8: Waiting [2025-05-05T23:52:28.331Z] 323ba5a214a2: Layer already exists [2025-05-05T23:52:28.331Z] f46a63f8427b: Layer already exists [2025-05-05T23:52:28.331Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:28.331Z] 1089a6bb6171: Layer already exists [2025-05-05T23:52:28.331Z] e87fbbef8c07: Layer already exists [2025-05-05T23:52:28.331Z] a5c50dc1def7: Layer already exists [2025-05-05T23:52:28.331Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:28.597Z] latest: digest: sha256:9973bf55234bf2a09b62a6374327835ef25ea5b984e3bc349083df88a91842c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:28.967Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:29.319Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.9 [2025-05-05T23:52:29.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-05T23:52:29.319Z] e87fbbef8c07: Preparing [2025-05-05T23:52:29.319Z] f46a63f8427b: Preparing [2025-05-05T23:52:29.319Z] 1089a6bb6171: Preparing [2025-05-05T23:52:29.319Z] 93ae660f8f25: Preparing [2025-05-05T23:52:29.319Z] 323ba5a214a2: Preparing [2025-05-05T23:52:29.319Z] a5c50dc1def7: Preparing [2025-05-05T23:52:29.319Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:29.319Z] a5c50dc1def7: Waiting [2025-05-05T23:52:29.319Z] dd9c8f8612c8: Waiting [2025-05-05T23:52:29.319Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:29.319Z] f46a63f8427b: Layer already exists [2025-05-05T23:52:29.319Z] 1089a6bb6171: Layer already exists [2025-05-05T23:52:29.319Z] 323ba5a214a2: Layer already exists [2025-05-05T23:52:29.319Z] e87fbbef8c07: Layer already exists [2025-05-05T23:52:29.319Z] a5c50dc1def7: Layer already exists [2025-05-05T23:52:29.319Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:29.319Z] 4.1.0-dev.9: digest: sha256:9973bf55234bf2a09b62a6374327835ef25ea5b984e3bc349083df88a91842c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:29.959Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:30.316Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:52:30.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-05T23:52:30.316Z] e87fbbef8c07: Preparing [2025-05-05T23:52:30.316Z] f46a63f8427b: Preparing [2025-05-05T23:52:30.316Z] 1089a6bb6171: Preparing [2025-05-05T23:52:30.316Z] 93ae660f8f25: Preparing [2025-05-05T23:52:30.316Z] 323ba5a214a2: Preparing [2025-05-05T23:52:30.316Z] a5c50dc1def7: Preparing [2025-05-05T23:52:30.316Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:30.316Z] a5c50dc1def7: Waiting [2025-05-05T23:52:30.316Z] dd9c8f8612c8: Waiting [2025-05-05T23:52:30.316Z] e87fbbef8c07: Layer already exists [2025-05-05T23:52:30.316Z] 1089a6bb6171: Layer already exists [2025-05-05T23:52:30.316Z] f46a63f8427b: Layer already exists [2025-05-05T23:52:30.316Z] 323ba5a214a2: Layer already exists [2025-05-05T23:52:30.316Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:30.316Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:30.316Z] a5c50dc1def7: Layer already exists [2025-05-05T23:52:30.581Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:9973bf55234bf2a09b62a6374327835ef25ea5b984e3bc349083df88a91842c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:30.954Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:31.577Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-05-05T23:52:31.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-05T23:52:31.577Z] e87fbbef8c07: Preparing [2025-05-05T23:52:31.577Z] f46a63f8427b: Preparing [2025-05-05T23:52:31.577Z] 1089a6bb6171: Preparing [2025-05-05T23:52:31.577Z] 93ae660f8f25: Preparing [2025-05-05T23:52:31.577Z] 323ba5a214a2: Preparing [2025-05-05T23:52:31.577Z] a5c50dc1def7: Preparing [2025-05-05T23:52:31.577Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:31.577Z] dd9c8f8612c8: Waiting [2025-05-05T23:52:31.577Z] a5c50dc1def7: Waiting [2025-05-05T23:52:31.577Z] 1089a6bb6171: Layer already exists [2025-05-05T23:52:31.577Z] f46a63f8427b: Layer already exists [2025-05-05T23:52:31.577Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:31.577Z] 323ba5a214a2: Layer already exists [2025-05-05T23:52:31.577Z] e87fbbef8c07: Layer already exists [2025-05-05T23:52:31.577Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:31.577Z] a5c50dc1def7: Layer already exists [2025-05-05T23:52:31.577Z] main: digest: sha256:9973bf55234bf2a09b62a6374327835ef25ea5b984e3bc349083df88a91842c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:52:31.942Z] ===================================================== [Pipeline] echo [2025-05-05T23:52:31.959Z] taggedImages: [2025-05-05T23:52:31.959Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:52:31.959Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-05-05T23:52:31.959Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.9 [2025-05-05T23:52:31.959Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:52:31.959Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-05-05T23:52:31.989Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-05-05T23:52:31.989Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:52:31.989Z] latest [2025-05-05T23:52:31.989Z] 4.1.0-dev.9 [2025-05-05T23:52:31.989Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:52:31.989Z] main [2025-05-05T23:52:31.989Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:32.381Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:32.744Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:52:32.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-05T23:52:32.745Z] 342aa6a5bbfa: Preparing [2025-05-05T23:52:32.745Z] 911c6119d63a: Preparing [2025-05-05T23:52:32.745Z] 32b609b59bda: Preparing [2025-05-05T23:52:32.745Z] 47932f2a7dc5: Preparing [2025-05-05T23:52:32.745Z] 1089a6bb6171: Preparing [2025-05-05T23:52:32.745Z] 93ae660f8f25: Preparing [2025-05-05T23:52:32.745Z] 323ba5a214a2: Preparing [2025-05-05T23:52:32.745Z] a5c50dc1def7: Preparing [2025-05-05T23:52:32.745Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:32.745Z] 93ae660f8f25: Waiting [2025-05-05T23:52:32.745Z] 323ba5a214a2: Waiting [2025-05-05T23:52:32.745Z] a5c50dc1def7: Waiting [2025-05-05T23:52:32.745Z] dd9c8f8612c8: Waiting [2025-05-05T23:52:32.745Z] 1089a6bb6171: Layer already exists [2025-05-05T23:52:32.745Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:33.017Z] 323ba5a214a2: Layer already exists [2025-05-05T23:52:33.017Z] 911c6119d63a: Pushed [2025-05-05T23:52:33.017Z] a5c50dc1def7: Layer already exists [2025-05-05T23:52:33.017Z] 32b609b59bda: Pushed [2025-05-05T23:52:33.017Z] 342aa6a5bbfa: Pushed [2025-05-05T23:52:33.017Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:34.959Z] 47932f2a7dc5: Pushed [2025-05-05T23:52:35.224Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:debeadfb3edc4fd93d3451141b48de6626052d5829fa20db2ddf2b5bb031810f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:35.587Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:36.068Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-05-05T23:52:36.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-05T23:52:36.068Z] 342aa6a5bbfa: Preparing [2025-05-05T23:52:36.068Z] 911c6119d63a: Preparing [2025-05-05T23:52:36.068Z] 32b609b59bda: Preparing [2025-05-05T23:52:36.068Z] 47932f2a7dc5: Preparing [2025-05-05T23:52:36.068Z] 1089a6bb6171: Preparing [2025-05-05T23:52:36.068Z] 93ae660f8f25: Preparing [2025-05-05T23:52:36.068Z] 323ba5a214a2: Preparing [2025-05-05T23:52:36.068Z] a5c50dc1def7: Preparing [2025-05-05T23:52:36.068Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:36.068Z] 323ba5a214a2: Waiting [2025-05-05T23:52:36.068Z] a5c50dc1def7: Waiting [2025-05-05T23:52:36.068Z] dd9c8f8612c8: Waiting [2025-05-05T23:52:36.068Z] 93ae660f8f25: Waiting [2025-05-05T23:52:36.068Z] 47932f2a7dc5: Layer already exists [2025-05-05T23:52:36.068Z] 911c6119d63a: Layer already exists [2025-05-05T23:52:36.068Z] 32b609b59bda: Layer already exists [2025-05-05T23:52:36.068Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:36.068Z] 323ba5a214a2: Layer already exists [2025-05-05T23:52:36.068Z] 342aa6a5bbfa: Layer already exists [2025-05-05T23:52:36.068Z] a5c50dc1def7: Layer already exists [2025-05-05T23:52:36.068Z] 1089a6bb6171: Layer already exists [2025-05-05T23:52:36.068Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:36.334Z] latest: digest: sha256:debeadfb3edc4fd93d3451141b48de6626052d5829fa20db2ddf2b5bb031810f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:36.693Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:37.044Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.9 [2025-05-05T23:52:37.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-05T23:52:37.044Z] 342aa6a5bbfa: Preparing [2025-05-05T23:52:37.044Z] 911c6119d63a: Preparing [2025-05-05T23:52:37.044Z] 32b609b59bda: Preparing [2025-05-05T23:52:37.044Z] 47932f2a7dc5: Preparing [2025-05-05T23:52:37.044Z] 1089a6bb6171: Preparing [2025-05-05T23:52:37.044Z] 93ae660f8f25: Preparing [2025-05-05T23:52:37.044Z] 323ba5a214a2: Preparing [2025-05-05T23:52:37.044Z] a5c50dc1def7: Preparing [2025-05-05T23:52:37.044Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:37.044Z] 93ae660f8f25: Waiting [2025-05-05T23:52:37.044Z] 323ba5a214a2: Waiting [2025-05-05T23:52:37.044Z] a5c50dc1def7: Waiting [2025-05-05T23:52:37.044Z] 342aa6a5bbfa: Layer already exists [2025-05-05T23:52:37.044Z] 32b609b59bda: Layer already exists [2025-05-05T23:52:37.044Z] 911c6119d63a: Layer already exists [2025-05-05T23:52:37.044Z] 1089a6bb6171: Layer already exists [2025-05-05T23:52:37.044Z] 47932f2a7dc5: Layer already exists [2025-05-05T23:52:37.044Z] a5c50dc1def7: Layer already exists [2025-05-05T23:52:37.044Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:37.044Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:37.044Z] 323ba5a214a2: Layer already exists [2025-05-05T23:52:37.044Z] 4.1.0-dev.9: digest: sha256:debeadfb3edc4fd93d3451141b48de6626052d5829fa20db2ddf2b5bb031810f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:37.671Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:38.020Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:52:38.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-05T23:52:38.020Z] 342aa6a5bbfa: Preparing [2025-05-05T23:52:38.020Z] 911c6119d63a: Preparing [2025-05-05T23:52:38.020Z] 32b609b59bda: Preparing [2025-05-05T23:52:38.020Z] 47932f2a7dc5: Preparing [2025-05-05T23:52:38.020Z] 1089a6bb6171: Preparing [2025-05-05T23:52:38.020Z] 93ae660f8f25: Preparing [2025-05-05T23:52:38.020Z] 323ba5a214a2: Preparing [2025-05-05T23:52:38.020Z] a5c50dc1def7: Preparing [2025-05-05T23:52:38.020Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:38.020Z] 323ba5a214a2: Waiting [2025-05-05T23:52:38.020Z] a5c50dc1def7: Waiting [2025-05-05T23:52:38.020Z] dd9c8f8612c8: Waiting [2025-05-05T23:52:38.020Z] 93ae660f8f25: Waiting [2025-05-05T23:52:38.020Z] 911c6119d63a: Layer already exists [2025-05-05T23:52:38.020Z] 1089a6bb6171: Layer already exists [2025-05-05T23:52:38.020Z] 342aa6a5bbfa: Layer already exists [2025-05-05T23:52:38.020Z] 32b609b59bda: Layer already exists [2025-05-05T23:52:38.020Z] 47932f2a7dc5: Layer already exists [2025-05-05T23:52:38.020Z] a5c50dc1def7: Layer already exists [2025-05-05T23:52:38.020Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:38.020Z] 323ba5a214a2: Layer already exists [2025-05-05T23:52:38.020Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:38.020Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:debeadfb3edc4fd93d3451141b48de6626052d5829fa20db2ddf2b5bb031810f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:38.374Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:38.785Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-05-05T23:52:38.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-05T23:52:38.786Z] 342aa6a5bbfa: Preparing [2025-05-05T23:52:38.786Z] 911c6119d63a: Preparing [2025-05-05T23:52:38.786Z] 32b609b59bda: Preparing [2025-05-05T23:52:38.786Z] 47932f2a7dc5: Preparing [2025-05-05T23:52:38.786Z] 1089a6bb6171: Preparing [2025-05-05T23:52:38.786Z] 93ae660f8f25: Preparing [2025-05-05T23:52:38.786Z] 323ba5a214a2: Preparing [2025-05-05T23:52:38.786Z] a5c50dc1def7: Preparing [2025-05-05T23:52:38.786Z] 93ae660f8f25: Waiting [2025-05-05T23:52:38.786Z] 323ba5a214a2: Waiting [2025-05-05T23:52:38.786Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:38.786Z] a5c50dc1def7: Waiting [2025-05-05T23:52:38.786Z] dd9c8f8612c8: Waiting [2025-05-05T23:52:38.786Z] 47932f2a7dc5: Layer already exists [2025-05-05T23:52:38.786Z] 342aa6a5bbfa: Layer already exists [2025-05-05T23:52:38.786Z] 32b609b59bda: Layer already exists [2025-05-05T23:52:38.786Z] 911c6119d63a: Layer already exists [2025-05-05T23:52:38.786Z] 1089a6bb6171: Layer already exists [2025-05-05T23:52:38.786Z] 323ba5a214a2: Layer already exists [2025-05-05T23:52:38.786Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:38.786Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:38.786Z] a5c50dc1def7: Layer already exists [2025-05-05T23:52:38.786Z] main: digest: sha256:debeadfb3edc4fd93d3451141b48de6626052d5829fa20db2ddf2b5bb031810f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:52:38.863Z] ===================================================== [Pipeline] echo [2025-05-05T23:52:38.877Z] taggedImages: [2025-05-05T23:52:38.877Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:52:38.877Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-05-05T23:52:38.877Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.9 [2025-05-05T23:52:38.877Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:52:38.877Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-05-05T23:52:38.898Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-05-05T23:52:38.898Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:52:38.898Z] latest [2025-05-05T23:52:38.898Z] 4.1.0-dev.9 [2025-05-05T23:52:38.898Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:52:38.898Z] main [2025-05-05T23:52:38.898Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:39.298Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:39.681Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:52:39.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-05T23:52:39.681Z] 09503b78275d: Preparing [2025-05-05T23:52:39.681Z] 6533d2b72025: Preparing [2025-05-05T23:52:39.681Z] 1089a6bb6171: Preparing [2025-05-05T23:52:39.681Z] 93ae660f8f25: Preparing [2025-05-05T23:52:39.681Z] 9510dcd591dd: Preparing [2025-05-05T23:52:39.681Z] dd3b9961b742: Preparing [2025-05-05T23:52:39.681Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:39.681Z] dd3b9961b742: Waiting [2025-05-05T23:52:39.681Z] dd9c8f8612c8: Waiting [2025-05-05T23:52:39.681Z] 1089a6bb6171: Layer already exists [2025-05-05T23:52:39.973Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:39.973Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:39.973Z] 9510dcd591dd: Pushed [2025-05-05T23:52:39.973Z] 09503b78275d: Pushed [2025-05-05T23:52:39.973Z] dd3b9961b742: Pushed [2025-05-05T23:52:45.296Z] 6533d2b72025: Pushed [2025-05-05T23:52:45.296Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:6d9e04b5170b205b816c6264f60a541dcdba2903afddd3e2ab9767b6109a33af size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:45.665Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:46.010Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-05-05T23:52:46.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-05T23:52:46.010Z] 09503b78275d: Preparing [2025-05-05T23:52:46.010Z] 6533d2b72025: Preparing [2025-05-05T23:52:46.010Z] 1089a6bb6171: Preparing [2025-05-05T23:52:46.010Z] 93ae660f8f25: Preparing [2025-05-05T23:52:46.010Z] 9510dcd591dd: Preparing [2025-05-05T23:52:46.010Z] dd3b9961b742: Preparing [2025-05-05T23:52:46.010Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:46.010Z] dd3b9961b742: Waiting [2025-05-05T23:52:46.010Z] dd9c8f8612c8: Waiting [2025-05-05T23:52:46.010Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:46.010Z] 09503b78275d: Layer already exists [2025-05-05T23:52:46.010Z] 6533d2b72025: Layer already exists [2025-05-05T23:52:46.010Z] 9510dcd591dd: Layer already exists [2025-05-05T23:52:46.010Z] 1089a6bb6171: Layer already exists [2025-05-05T23:52:46.010Z] dd3b9961b742: Layer already exists [2025-05-05T23:52:46.010Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:46.010Z] latest: digest: sha256:6d9e04b5170b205b816c6264f60a541dcdba2903afddd3e2ab9767b6109a33af size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:46.348Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:46.697Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.9 [2025-05-05T23:52:46.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-05T23:52:46.697Z] 09503b78275d: Preparing [2025-05-05T23:52:46.697Z] 6533d2b72025: Preparing [2025-05-05T23:52:46.697Z] 1089a6bb6171: Preparing [2025-05-05T23:52:46.697Z] 93ae660f8f25: Preparing [2025-05-05T23:52:46.697Z] 9510dcd591dd: Preparing [2025-05-05T23:52:46.697Z] dd3b9961b742: Preparing [2025-05-05T23:52:46.697Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:46.697Z] dd3b9961b742: Waiting [2025-05-05T23:52:46.697Z] 9510dcd591dd: Layer already exists [2025-05-05T23:52:46.697Z] 6533d2b72025: Layer already exists [2025-05-05T23:52:46.697Z] 09503b78275d: Layer already exists [2025-05-05T23:52:46.697Z] 1089a6bb6171: Layer already exists [2025-05-05T23:52:46.697Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:46.697Z] dd3b9961b742: Layer already exists [2025-05-05T23:52:46.697Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:46.697Z] 4.1.0-dev.9: digest: sha256:6d9e04b5170b205b816c6264f60a541dcdba2903afddd3e2ab9767b6109a33af size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:47.054Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:47.402Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:52:47.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-05T23:52:47.403Z] 09503b78275d: Preparing [2025-05-05T23:52:47.403Z] 6533d2b72025: Preparing [2025-05-05T23:52:47.403Z] 1089a6bb6171: Preparing [2025-05-05T23:52:47.403Z] 93ae660f8f25: Preparing [2025-05-05T23:52:47.403Z] 9510dcd591dd: Preparing [2025-05-05T23:52:47.403Z] dd3b9961b742: Preparing [2025-05-05T23:52:47.403Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:47.403Z] dd3b9961b742: Waiting [2025-05-05T23:52:47.403Z] dd9c8f8612c8: Waiting [2025-05-05T23:52:47.403Z] 9510dcd591dd: Layer already exists [2025-05-05T23:52:47.403Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:47.403Z] 1089a6bb6171: Layer already exists [2025-05-05T23:52:47.403Z] 09503b78275d: Layer already exists [2025-05-05T23:52:47.403Z] 6533d2b72025: Layer already exists [2025-05-05T23:52:47.403Z] dd3b9961b742: Layer already exists [2025-05-05T23:52:47.403Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:47.403Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:6d9e04b5170b205b816c6264f60a541dcdba2903afddd3e2ab9767b6109a33af size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:48.028Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:48.384Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-05-05T23:52:48.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-05T23:52:48.384Z] 09503b78275d: Preparing [2025-05-05T23:52:48.384Z] 6533d2b72025: Preparing [2025-05-05T23:52:48.384Z] 1089a6bb6171: Preparing [2025-05-05T23:52:48.384Z] 93ae660f8f25: Preparing [2025-05-05T23:52:48.384Z] 9510dcd591dd: Preparing [2025-05-05T23:52:48.384Z] dd3b9961b742: Preparing [2025-05-05T23:52:48.384Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:48.384Z] dd3b9961b742: Waiting [2025-05-05T23:52:48.384Z] dd9c8f8612c8: Waiting [2025-05-05T23:52:48.384Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:48.384Z] 9510dcd591dd: Layer already exists [2025-05-05T23:52:48.384Z] 09503b78275d: Layer already exists [2025-05-05T23:52:48.384Z] 6533d2b72025: Layer already exists [2025-05-05T23:52:48.384Z] 1089a6bb6171: Layer already exists [2025-05-05T23:52:48.384Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:48.384Z] dd3b9961b742: Layer already exists [2025-05-05T23:52:48.384Z] main: digest: sha256:6d9e04b5170b205b816c6264f60a541dcdba2903afddd3e2ab9767b6109a33af size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:52:48.472Z] ===================================================== [Pipeline] echo [2025-05-05T23:52:48.487Z] taggedImages: [2025-05-05T23:52:48.487Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:52:48.487Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-05-05T23:52:48.487Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.9 [2025-05-05T23:52:48.487Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:52:48.487Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-05-05T23:52:48.517Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-05-05T23:52:48.517Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:52:48.517Z] latest [2025-05-05T23:52:48.517Z] 4.1.0-dev.9 [2025-05-05T23:52:48.517Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:52:48.517Z] main [2025-05-05T23:52:48.517Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:48.898Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:49.243Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:52:49.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-05T23:52:49.243Z] 5ae8e8329040: Preparing [2025-05-05T23:52:49.243Z] 7564ff0a7428: Preparing [2025-05-05T23:52:49.243Z] 93ae660f8f25: Preparing [2025-05-05T23:52:49.243Z] ea726bd6214e: Preparing [2025-05-05T23:52:49.243Z] 23b7f53f5d65: Preparing [2025-05-05T23:52:49.243Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:49.243Z] dd9c8f8612c8: Waiting [2025-05-05T23:52:49.243Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:49.507Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:49.507Z] 23b7f53f5d65: Pushed [2025-05-05T23:52:49.507Z] 5ae8e8329040: Pushed [2025-05-05T23:52:49.507Z] ea726bd6214e: Pushed [2025-05-05T23:52:54.826Z] 7564ff0a7428: Pushed [2025-05-05T23:52:54.826Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:9dcb49423ff960720dbbda0cf63fa85cf97c76c7774481c68566203dbd1ee570 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:55.180Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:55.535Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-05-05T23:52:55.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-05T23:52:55.535Z] 5ae8e8329040: Preparing [2025-05-05T23:52:55.535Z] 7564ff0a7428: Preparing [2025-05-05T23:52:55.535Z] 93ae660f8f25: Preparing [2025-05-05T23:52:55.535Z] ea726bd6214e: Preparing [2025-05-05T23:52:55.535Z] 23b7f53f5d65: Preparing [2025-05-05T23:52:55.535Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:55.535Z] dd9c8f8612c8: Waiting [2025-05-05T23:52:55.535Z] 7564ff0a7428: Layer already exists [2025-05-05T23:52:55.535Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:55.535Z] ea726bd6214e: Layer already exists [2025-05-05T23:52:55.535Z] 23b7f53f5d65: Layer already exists [2025-05-05T23:52:55.535Z] 5ae8e8329040: Layer already exists [2025-05-05T23:52:55.535Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:55.535Z] latest: digest: sha256:9dcb49423ff960720dbbda0cf63fa85cf97c76c7774481c68566203dbd1ee570 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:56.158Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:56.510Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.9 [2025-05-05T23:52:56.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-05T23:52:56.510Z] 5ae8e8329040: Preparing [2025-05-05T23:52:56.510Z] 7564ff0a7428: Preparing [2025-05-05T23:52:56.510Z] 93ae660f8f25: Preparing [2025-05-05T23:52:56.510Z] ea726bd6214e: Preparing [2025-05-05T23:52:56.510Z] 23b7f53f5d65: Preparing [2025-05-05T23:52:56.510Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:56.510Z] dd9c8f8612c8: Waiting [2025-05-05T23:52:56.510Z] 7564ff0a7428: Layer already exists [2025-05-05T23:52:56.510Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:56.510Z] 23b7f53f5d65: Layer already exists [2025-05-05T23:52:56.510Z] 5ae8e8329040: Layer already exists [2025-05-05T23:52:56.510Z] ea726bd6214e: Layer already exists [2025-05-05T23:52:56.510Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:56.510Z] 4.1.0-dev.9: digest: sha256:9dcb49423ff960720dbbda0cf63fa85cf97c76c7774481c68566203dbd1ee570 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:57.131Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:57.482Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:52:57.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-05T23:52:57.482Z] 5ae8e8329040: Preparing [2025-05-05T23:52:57.482Z] 7564ff0a7428: Preparing [2025-05-05T23:52:57.482Z] 93ae660f8f25: Preparing [2025-05-05T23:52:57.482Z] ea726bd6214e: Preparing [2025-05-05T23:52:57.482Z] 23b7f53f5d65: Preparing [2025-05-05T23:52:57.482Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:57.482Z] dd9c8f8612c8: Waiting [2025-05-05T23:52:57.482Z] 23b7f53f5d65: Layer already exists [2025-05-05T23:52:57.482Z] 7564ff0a7428: Layer already exists [2025-05-05T23:52:57.482Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:57.482Z] ea726bd6214e: Layer already exists [2025-05-05T23:52:57.482Z] 5ae8e8329040: Layer already exists [2025-05-05T23:52:57.482Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:57.482Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:9dcb49423ff960720dbbda0cf63fa85cf97c76c7774481c68566203dbd1ee570 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:57.839Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:58.189Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-05-05T23:52:58.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-05T23:52:58.189Z] 5ae8e8329040: Preparing [2025-05-05T23:52:58.189Z] 7564ff0a7428: Preparing [2025-05-05T23:52:58.189Z] 93ae660f8f25: Preparing [2025-05-05T23:52:58.189Z] ea726bd6214e: Preparing [2025-05-05T23:52:58.189Z] 23b7f53f5d65: Preparing [2025-05-05T23:52:58.189Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:58.189Z] dd9c8f8612c8: Waiting [2025-05-05T23:52:58.189Z] 7564ff0a7428: Layer already exists [2025-05-05T23:52:58.189Z] 5ae8e8329040: Layer already exists [2025-05-05T23:52:58.189Z] 23b7f53f5d65: Layer already exists [2025-05-05T23:52:58.189Z] ea726bd6214e: Layer already exists [2025-05-05T23:52:58.189Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:58.189Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:58.455Z] main: digest: sha256:9dcb49423ff960720dbbda0cf63fa85cf97c76c7774481c68566203dbd1ee570 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:52:58.537Z] ===================================================== [Pipeline] echo [2025-05-05T23:52:58.551Z] taggedImages: [2025-05-05T23:52:58.551Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:52:58.551Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-05-05T23:52:58.551Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.9 [2025-05-05T23:52:58.551Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:52:58.551Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-05-05T23:52:58.580Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-05-05T23:52:58.580Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:52:58.580Z] latest [2025-05-05T23:52:58.580Z] 4.1.0-dev.9 [2025-05-05T23:52:58.580Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:52:58.580Z] main [2025-05-05T23:52:58.580Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:58.955Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:52:59.318Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:52:59.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-05T23:52:59.318Z] f23dd4a5c74a: Preparing [2025-05-05T23:52:59.318Z] 3ed9dee9b7e7: Preparing [2025-05-05T23:52:59.318Z] ba67bd3709cc: Preparing [2025-05-05T23:52:59.318Z] 1089a6bb6171: Preparing [2025-05-05T23:52:59.318Z] 93ae660f8f25: Preparing [2025-05-05T23:52:59.318Z] 323ba5a214a2: Preparing [2025-05-05T23:52:59.318Z] a5c50dc1def7: Preparing [2025-05-05T23:52:59.318Z] dd9c8f8612c8: Preparing [2025-05-05T23:52:59.318Z] a5c50dc1def7: Waiting [2025-05-05T23:52:59.318Z] dd9c8f8612c8: Waiting [2025-05-05T23:52:59.318Z] 323ba5a214a2: Waiting [2025-05-05T23:52:59.318Z] 93ae660f8f25: Layer already exists [2025-05-05T23:52:59.318Z] 1089a6bb6171: Layer already exists [2025-05-05T23:52:59.318Z] 323ba5a214a2: Layer already exists [2025-05-05T23:52:59.584Z] a5c50dc1def7: Layer already exists [2025-05-05T23:52:59.584Z] 3ed9dee9b7e7: Pushed [2025-05-05T23:52:59.584Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:52:59.584Z] f23dd4a5c74a: Pushed [2025-05-05T23:53:04.895Z] ba67bd3709cc: Pushed [2025-05-05T23:53:04.895Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:08f84704c0d68d659564f7aafb16909c6ba55f279675e8768326458b5d4bf902 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:05.251Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:05.596Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-05-05T23:53:05.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-05T23:53:05.596Z] f23dd4a5c74a: Preparing [2025-05-05T23:53:05.596Z] 3ed9dee9b7e7: Preparing [2025-05-05T23:53:05.596Z] ba67bd3709cc: Preparing [2025-05-05T23:53:05.596Z] 1089a6bb6171: Preparing [2025-05-05T23:53:05.596Z] 93ae660f8f25: Preparing [2025-05-05T23:53:05.596Z] 323ba5a214a2: Preparing [2025-05-05T23:53:05.596Z] a5c50dc1def7: Preparing [2025-05-05T23:53:05.596Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:05.596Z] a5c50dc1def7: Waiting [2025-05-05T23:53:05.596Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:05.596Z] 323ba5a214a2: Waiting [2025-05-05T23:53:05.596Z] ba67bd3709cc: Layer already exists [2025-05-05T23:53:05.596Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:05.596Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:05.596Z] 3ed9dee9b7e7: Layer already exists [2025-05-05T23:53:05.596Z] f23dd4a5c74a: Layer already exists [2025-05-05T23:53:05.596Z] 323ba5a214a2: Layer already exists [2025-05-05T23:53:05.596Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:05.596Z] a5c50dc1def7: Layer already exists [2025-05-05T23:53:05.859Z] latest: digest: sha256:08f84704c0d68d659564f7aafb16909c6ba55f279675e8768326458b5d4bf902 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:06.214Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:06.564Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.9 [2025-05-05T23:53:06.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-05T23:53:06.564Z] f23dd4a5c74a: Preparing [2025-05-05T23:53:06.564Z] 3ed9dee9b7e7: Preparing [2025-05-05T23:53:06.564Z] ba67bd3709cc: Preparing [2025-05-05T23:53:06.564Z] 1089a6bb6171: Preparing [2025-05-05T23:53:06.564Z] 93ae660f8f25: Preparing [2025-05-05T23:53:06.564Z] 323ba5a214a2: Preparing [2025-05-05T23:53:06.564Z] a5c50dc1def7: Preparing [2025-05-05T23:53:06.564Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:06.564Z] 323ba5a214a2: Waiting [2025-05-05T23:53:06.564Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:06.564Z] a5c50dc1def7: Waiting [2025-05-05T23:53:06.564Z] f23dd4a5c74a: Layer already exists [2025-05-05T23:53:06.564Z] ba67bd3709cc: Layer already exists [2025-05-05T23:53:06.564Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:06.564Z] 3ed9dee9b7e7: Layer already exists [2025-05-05T23:53:06.564Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:06.564Z] 323ba5a214a2: Layer already exists [2025-05-05T23:53:06.564Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:06.564Z] a5c50dc1def7: Layer already exists [2025-05-05T23:53:06.827Z] 4.1.0-dev.9: digest: sha256:08f84704c0d68d659564f7aafb16909c6ba55f279675e8768326458b5d4bf902 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:07.174Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:07.519Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:53:07.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-05T23:53:07.519Z] f23dd4a5c74a: Preparing [2025-05-05T23:53:07.519Z] 3ed9dee9b7e7: Preparing [2025-05-05T23:53:07.519Z] ba67bd3709cc: Preparing [2025-05-05T23:53:07.519Z] 1089a6bb6171: Preparing [2025-05-05T23:53:07.519Z] 93ae660f8f25: Preparing [2025-05-05T23:53:07.519Z] 323ba5a214a2: Preparing [2025-05-05T23:53:07.519Z] a5c50dc1def7: Preparing [2025-05-05T23:53:07.519Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:07.519Z] a5c50dc1def7: Waiting [2025-05-05T23:53:07.519Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:07.519Z] 323ba5a214a2: Waiting [2025-05-05T23:53:07.519Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:07.519Z] ba67bd3709cc: Layer already exists [2025-05-05T23:53:07.519Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:07.519Z] f23dd4a5c74a: Layer already exists [2025-05-05T23:53:07.519Z] 3ed9dee9b7e7: Layer already exists [2025-05-05T23:53:07.520Z] 323ba5a214a2: Layer already exists [2025-05-05T23:53:07.520Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:07.520Z] a5c50dc1def7: Layer already exists [2025-05-05T23:53:07.781Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:08f84704c0d68d659564f7aafb16909c6ba55f279675e8768326458b5d4bf902 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:08.121Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:08.467Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-05-05T23:53:08.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-05T23:53:08.468Z] f23dd4a5c74a: Preparing [2025-05-05T23:53:08.468Z] 3ed9dee9b7e7: Preparing [2025-05-05T23:53:08.468Z] ba67bd3709cc: Preparing [2025-05-05T23:53:08.468Z] 1089a6bb6171: Preparing [2025-05-05T23:53:08.468Z] 93ae660f8f25: Preparing [2025-05-05T23:53:08.468Z] 323ba5a214a2: Preparing [2025-05-05T23:53:08.468Z] a5c50dc1def7: Preparing [2025-05-05T23:53:08.468Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:08.468Z] 323ba5a214a2: Waiting [2025-05-05T23:53:08.468Z] a5c50dc1def7: Waiting [2025-05-05T23:53:08.468Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:08.468Z] f23dd4a5c74a: Layer already exists [2025-05-05T23:53:08.468Z] ba67bd3709cc: Layer already exists [2025-05-05T23:53:08.468Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:08.468Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:08.468Z] 3ed9dee9b7e7: Layer already exists [2025-05-05T23:53:08.468Z] 323ba5a214a2: Layer already exists [2025-05-05T23:53:08.468Z] a5c50dc1def7: Layer already exists [2025-05-05T23:53:08.468Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:08.730Z] main: digest: sha256:08f84704c0d68d659564f7aafb16909c6ba55f279675e8768326458b5d4bf902 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:53:08.821Z] ===================================================== [Pipeline] echo [2025-05-05T23:53:08.840Z] taggedImages: [2025-05-05T23:53:08.840Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:53:08.840Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-05-05T23:53:08.840Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.9 [2025-05-05T23:53:08.840Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:53:08.840Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-05-05T23:53:08.872Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-05-05T23:53:08.872Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:53:08.872Z] latest [2025-05-05T23:53:08.872Z] 4.1.0-dev.9 [2025-05-05T23:53:08.872Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:53:08.872Z] main [2025-05-05T23:53:08.872Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:09.247Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:09.601Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:53:09.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-05T23:53:09.601Z] cc8a491ff6fc: Preparing [2025-05-05T23:53:09.601Z] e50ec9a79d06: Preparing [2025-05-05T23:53:09.601Z] 0c86a8ae06a9: Preparing [2025-05-05T23:53:09.601Z] ab99c9fd3901: Preparing [2025-05-05T23:53:09.601Z] c38c85df68f4: Preparing [2025-05-05T23:53:09.601Z] ab4705b4a415: Preparing [2025-05-05T23:53:09.601Z] 029593b50f2d: Preparing [2025-05-05T23:53:09.601Z] 1089a6bb6171: Preparing [2025-05-05T23:53:09.601Z] 93ae660f8f25: Preparing [2025-05-05T23:53:09.601Z] 7a139f6bd15d: Preparing [2025-05-05T23:53:09.601Z] 3543c0595769: Preparing [2025-05-05T23:53:09.601Z] 5f70bf18a086: Preparing [2025-05-05T23:53:09.601Z] fa67aec5e2ae: Preparing [2025-05-05T23:53:09.601Z] 31c1776d28a7: Preparing [2025-05-05T23:53:09.601Z] 7694ad12afaa: Preparing [2025-05-05T23:53:09.601Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:09.601Z] 1089a6bb6171: Waiting [2025-05-05T23:53:09.601Z] 5f70bf18a086: Waiting [2025-05-05T23:53:09.601Z] 7694ad12afaa: Waiting [2025-05-05T23:53:09.601Z] 93ae660f8f25: Waiting [2025-05-05T23:53:09.601Z] fa67aec5e2ae: Waiting [2025-05-05T23:53:09.601Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:09.601Z] 7a139f6bd15d: Waiting [2025-05-05T23:53:09.601Z] 31c1776d28a7: Waiting [2025-05-05T23:53:09.601Z] 3543c0595769: Waiting [2025-05-05T23:53:09.601Z] ab4705b4a415: Waiting [2025-05-05T23:53:09.601Z] 029593b50f2d: Waiting [2025-05-05T23:53:09.868Z] c38c85df68f4: Pushed [2025-05-05T23:53:09.868Z] 0c86a8ae06a9: Pushed [2025-05-05T23:53:09.868Z] ab99c9fd3901: Pushed [2025-05-05T23:53:09.868Z] e50ec9a79d06: Pushed [2025-05-05T23:53:09.868Z] cc8a491ff6fc: Pushed [2025-05-05T23:53:09.868Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:09.868Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:09.868Z] 5f70bf18a086: Layer already exists [2025-05-05T23:53:09.868Z] ab4705b4a415: Pushed [2025-05-05T23:53:10.133Z] 3543c0595769: Pushed [2025-05-05T23:53:10.133Z] 7a139f6bd15d: Pushed [2025-05-05T23:53:10.133Z] fa67aec5e2ae: Pushed [2025-05-05T23:53:10.133Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:10.133Z] 31c1776d28a7: Pushed [2025-05-05T23:53:10.133Z] 7694ad12afaa: Pushed [2025-05-05T23:53:12.689Z] 029593b50f2d: Pushed [2025-05-05T23:53:12.689Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:25d3638cb9b8ac8b7b7ba4388ab9697c97585e2c406763d169280838af282687 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:13.040Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:13.393Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-05-05T23:53:13.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-05T23:53:13.393Z] cc8a491ff6fc: Preparing [2025-05-05T23:53:13.393Z] e50ec9a79d06: Preparing [2025-05-05T23:53:13.393Z] 0c86a8ae06a9: Preparing [2025-05-05T23:53:13.393Z] ab99c9fd3901: Preparing [2025-05-05T23:53:13.393Z] c38c85df68f4: Preparing [2025-05-05T23:53:13.393Z] ab4705b4a415: Preparing [2025-05-05T23:53:13.393Z] 029593b50f2d: Preparing [2025-05-05T23:53:13.393Z] 1089a6bb6171: Preparing [2025-05-05T23:53:13.393Z] 93ae660f8f25: Preparing [2025-05-05T23:53:13.393Z] 7a139f6bd15d: Preparing [2025-05-05T23:53:13.393Z] 3543c0595769: Preparing [2025-05-05T23:53:13.393Z] 5f70bf18a086: Preparing [2025-05-05T23:53:13.393Z] fa67aec5e2ae: Preparing [2025-05-05T23:53:13.393Z] 31c1776d28a7: Preparing [2025-05-05T23:53:13.393Z] 7694ad12afaa: Preparing [2025-05-05T23:53:13.393Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:13.393Z] 7a139f6bd15d: Waiting [2025-05-05T23:53:13.393Z] 3543c0595769: Waiting [2025-05-05T23:53:13.393Z] 5f70bf18a086: Waiting [2025-05-05T23:53:13.393Z] ab4705b4a415: Waiting [2025-05-05T23:53:13.393Z] 029593b50f2d: Waiting [2025-05-05T23:53:13.393Z] 1089a6bb6171: Waiting [2025-05-05T23:53:13.393Z] 93ae660f8f25: Waiting [2025-05-05T23:53:13.393Z] fa67aec5e2ae: Waiting [2025-05-05T23:53:13.393Z] 31c1776d28a7: Waiting [2025-05-05T23:53:13.393Z] 7694ad12afaa: Waiting [2025-05-05T23:53:13.393Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:13.393Z] 0c86a8ae06a9: Layer already exists [2025-05-05T23:53:13.393Z] cc8a491ff6fc: Layer already exists [2025-05-05T23:53:13.393Z] c38c85df68f4: Layer already exists [2025-05-05T23:53:13.393Z] e50ec9a79d06: Layer already exists [2025-05-05T23:53:13.393Z] ab99c9fd3901: Layer already exists [2025-05-05T23:53:13.393Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:13.393Z] ab4705b4a415: Layer already exists [2025-05-05T23:53:13.393Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:13.393Z] 7a139f6bd15d: Layer already exists [2025-05-05T23:53:13.393Z] 029593b50f2d: Layer already exists [2025-05-05T23:53:13.393Z] 3543c0595769: Layer already exists [2025-05-05T23:53:13.393Z] 5f70bf18a086: Layer already exists [2025-05-05T23:53:13.393Z] 31c1776d28a7: Layer already exists [2025-05-05T23:53:13.393Z] fa67aec5e2ae: Layer already exists [2025-05-05T23:53:13.393Z] 7694ad12afaa: Layer already exists [2025-05-05T23:53:13.393Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:13.657Z] latest: digest: sha256:25d3638cb9b8ac8b7b7ba4388ab9697c97585e2c406763d169280838af282687 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:14.014Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:14.482Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.9 [2025-05-05T23:53:14.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-05T23:53:14.482Z] cc8a491ff6fc: Preparing [2025-05-05T23:53:14.482Z] e50ec9a79d06: Preparing [2025-05-05T23:53:14.482Z] 0c86a8ae06a9: Preparing [2025-05-05T23:53:14.483Z] ab99c9fd3901: Preparing [2025-05-05T23:53:14.483Z] c38c85df68f4: Preparing [2025-05-05T23:53:14.483Z] ab4705b4a415: Preparing [2025-05-05T23:53:14.483Z] 029593b50f2d: Preparing [2025-05-05T23:53:14.483Z] 1089a6bb6171: Preparing [2025-05-05T23:53:14.483Z] 93ae660f8f25: Preparing [2025-05-05T23:53:14.483Z] 7a139f6bd15d: Preparing [2025-05-05T23:53:14.483Z] 3543c0595769: Preparing [2025-05-05T23:53:14.483Z] 5f70bf18a086: Preparing [2025-05-05T23:53:14.483Z] fa67aec5e2ae: Preparing [2025-05-05T23:53:14.483Z] 31c1776d28a7: Preparing [2025-05-05T23:53:14.483Z] 7694ad12afaa: Preparing [2025-05-05T23:53:14.483Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:14.483Z] 7a139f6bd15d: Waiting [2025-05-05T23:53:14.483Z] 3543c0595769: Waiting [2025-05-05T23:53:14.483Z] 5f70bf18a086: Waiting [2025-05-05T23:53:14.483Z] fa67aec5e2ae: Waiting [2025-05-05T23:53:14.483Z] 31c1776d28a7: Waiting [2025-05-05T23:53:14.483Z] ab4705b4a415: Waiting [2025-05-05T23:53:14.483Z] 7694ad12afaa: Waiting [2025-05-05T23:53:14.483Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:14.483Z] 029593b50f2d: Waiting [2025-05-05T23:53:14.483Z] 1089a6bb6171: Waiting [2025-05-05T23:53:14.483Z] 93ae660f8f25: Waiting [2025-05-05T23:53:14.483Z] c38c85df68f4: Layer already exists [2025-05-05T23:53:14.483Z] 0c86a8ae06a9: Layer already exists [2025-05-05T23:53:14.483Z] e50ec9a79d06: Layer already exists [2025-05-05T23:53:14.483Z] ab99c9fd3901: Layer already exists [2025-05-05T23:53:14.483Z] cc8a491ff6fc: Layer already exists [2025-05-05T23:53:14.483Z] 029593b50f2d: Layer already exists [2025-05-05T23:53:14.483Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:14.483Z] ab4705b4a415: Layer already exists [2025-05-05T23:53:14.483Z] 7a139f6bd15d: Layer already exists [2025-05-05T23:53:14.483Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:14.483Z] 5f70bf18a086: Layer already exists [2025-05-05T23:53:14.483Z] fa67aec5e2ae: Layer already exists [2025-05-05T23:53:14.483Z] 3543c0595769: Layer already exists [2025-05-05T23:53:14.483Z] 31c1776d28a7: Layer already exists [2025-05-05T23:53:14.483Z] 7694ad12afaa: Layer already exists [2025-05-05T23:53:14.483Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:14.747Z] 4.1.0-dev.9: digest: sha256:25d3638cb9b8ac8b7b7ba4388ab9697c97585e2c406763d169280838af282687 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:15.095Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:15.448Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:53:15.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-05T23:53:15.448Z] cc8a491ff6fc: Preparing [2025-05-05T23:53:15.448Z] e50ec9a79d06: Preparing [2025-05-05T23:53:15.448Z] 0c86a8ae06a9: Preparing [2025-05-05T23:53:15.448Z] ab99c9fd3901: Preparing [2025-05-05T23:53:15.448Z] c38c85df68f4: Preparing [2025-05-05T23:53:15.448Z] ab4705b4a415: Preparing [2025-05-05T23:53:15.448Z] 029593b50f2d: Preparing [2025-05-05T23:53:15.448Z] 1089a6bb6171: Preparing [2025-05-05T23:53:15.448Z] 93ae660f8f25: Preparing [2025-05-05T23:53:15.448Z] 7a139f6bd15d: Preparing [2025-05-05T23:53:15.448Z] 3543c0595769: Preparing [2025-05-05T23:53:15.448Z] 5f70bf18a086: Preparing [2025-05-05T23:53:15.448Z] fa67aec5e2ae: Preparing [2025-05-05T23:53:15.448Z] 31c1776d28a7: Preparing [2025-05-05T23:53:15.448Z] 7694ad12afaa: Preparing [2025-05-05T23:53:15.448Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:15.448Z] ab4705b4a415: Waiting [2025-05-05T23:53:15.448Z] 029593b50f2d: Waiting [2025-05-05T23:53:15.448Z] 3543c0595769: Waiting [2025-05-05T23:53:15.448Z] 5f70bf18a086: Waiting [2025-05-05T23:53:15.448Z] 1089a6bb6171: Waiting [2025-05-05T23:53:15.448Z] 93ae660f8f25: Waiting [2025-05-05T23:53:15.448Z] 7a139f6bd15d: Waiting [2025-05-05T23:53:15.448Z] fa67aec5e2ae: Waiting [2025-05-05T23:53:15.448Z] 31c1776d28a7: Waiting [2025-05-05T23:53:15.448Z] 7694ad12afaa: Waiting [2025-05-05T23:53:15.448Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:15.448Z] cc8a491ff6fc: Layer already exists [2025-05-05T23:53:15.448Z] 0c86a8ae06a9: Layer already exists [2025-05-05T23:53:15.448Z] ab99c9fd3901: Layer already exists [2025-05-05T23:53:15.448Z] e50ec9a79d06: Layer already exists [2025-05-05T23:53:15.448Z] c38c85df68f4: Layer already exists [2025-05-05T23:53:15.448Z] ab4705b4a415: Layer already exists [2025-05-05T23:53:15.448Z] 7a139f6bd15d: Layer already exists [2025-05-05T23:53:15.448Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:15.448Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:15.448Z] 029593b50f2d: Layer already exists [2025-05-05T23:53:15.448Z] 3543c0595769: Layer already exists [2025-05-05T23:53:15.448Z] fa67aec5e2ae: Layer already exists [2025-05-05T23:53:15.448Z] 5f70bf18a086: Layer already exists [2025-05-05T23:53:15.448Z] 7694ad12afaa: Layer already exists [2025-05-05T23:53:15.448Z] 31c1776d28a7: Layer already exists [2025-05-05T23:53:15.448Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:15.713Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:25d3638cb9b8ac8b7b7ba4388ab9697c97585e2c406763d169280838af282687 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:16.067Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:16.411Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-05-05T23:53:16.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-05T23:53:16.411Z] cc8a491ff6fc: Preparing [2025-05-05T23:53:16.411Z] e50ec9a79d06: Preparing [2025-05-05T23:53:16.411Z] 0c86a8ae06a9: Preparing [2025-05-05T23:53:16.411Z] ab99c9fd3901: Preparing [2025-05-05T23:53:16.411Z] c38c85df68f4: Preparing [2025-05-05T23:53:16.411Z] ab4705b4a415: Preparing [2025-05-05T23:53:16.411Z] 029593b50f2d: Preparing [2025-05-05T23:53:16.411Z] 1089a6bb6171: Preparing [2025-05-05T23:53:16.411Z] 93ae660f8f25: Preparing [2025-05-05T23:53:16.411Z] 7a139f6bd15d: Preparing [2025-05-05T23:53:16.411Z] 3543c0595769: Preparing [2025-05-05T23:53:16.411Z] 5f70bf18a086: Preparing [2025-05-05T23:53:16.411Z] fa67aec5e2ae: Preparing [2025-05-05T23:53:16.411Z] 31c1776d28a7: Preparing [2025-05-05T23:53:16.411Z] 7694ad12afaa: Preparing [2025-05-05T23:53:16.411Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:16.411Z] 3543c0595769: Waiting [2025-05-05T23:53:16.411Z] 31c1776d28a7: Waiting [2025-05-05T23:53:16.411Z] 7694ad12afaa: Waiting [2025-05-05T23:53:16.411Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:16.411Z] 5f70bf18a086: Waiting [2025-05-05T23:53:16.411Z] fa67aec5e2ae: Waiting [2025-05-05T23:53:16.411Z] ab4705b4a415: Waiting [2025-05-05T23:53:16.411Z] 029593b50f2d: Waiting [2025-05-05T23:53:16.411Z] 1089a6bb6171: Waiting [2025-05-05T23:53:16.411Z] 93ae660f8f25: Waiting [2025-05-05T23:53:16.411Z] 7a139f6bd15d: Waiting [2025-05-05T23:53:16.411Z] cc8a491ff6fc: Layer already exists [2025-05-05T23:53:16.411Z] c38c85df68f4: Layer already exists [2025-05-05T23:53:16.411Z] ab99c9fd3901: Layer already exists [2025-05-05T23:53:16.411Z] e50ec9a79d06: Layer already exists [2025-05-05T23:53:16.411Z] 0c86a8ae06a9: Layer already exists [2025-05-05T23:53:16.411Z] ab4705b4a415: Layer already exists [2025-05-05T23:53:16.411Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:16.411Z] 029593b50f2d: Layer already exists [2025-05-05T23:53:16.411Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:16.411Z] 7a139f6bd15d: Layer already exists [2025-05-05T23:53:16.411Z] 5f70bf18a086: Layer already exists [2025-05-05T23:53:16.411Z] 3543c0595769: Layer already exists [2025-05-05T23:53:16.411Z] 7694ad12afaa: Layer already exists [2025-05-05T23:53:16.411Z] 31c1776d28a7: Layer already exists [2025-05-05T23:53:16.411Z] fa67aec5e2ae: Layer already exists [2025-05-05T23:53:16.411Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:16.674Z] main: digest: sha256:25d3638cb9b8ac8b7b7ba4388ab9697c97585e2c406763d169280838af282687 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:53:16.758Z] ===================================================== [Pipeline] echo [2025-05-05T23:53:16.778Z] taggedImages: [2025-05-05T23:53:16.778Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:53:16.778Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-05-05T23:53:16.778Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.9 [2025-05-05T23:53:16.778Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:53:16.778Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-05-05T23:53:16.810Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-05-05T23:53:16.810Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:53:16.810Z] latest [2025-05-05T23:53:16.810Z] 4.1.0-dev.9 [2025-05-05T23:53:16.810Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:53:16.810Z] main [2025-05-05T23:53:16.810Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:17.192Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:17.532Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:53:17.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-05T23:53:17.532Z] c726061a8b13: Preparing [2025-05-05T23:53:17.532Z] 0eb638a1e25f: Preparing [2025-05-05T23:53:17.532Z] d1edd8ff8d80: Preparing [2025-05-05T23:53:17.532Z] bbfe1dcc8a2d: Preparing [2025-05-05T23:53:17.532Z] 1089a6bb6171: Preparing [2025-05-05T23:53:17.532Z] 93ae660f8f25: Preparing [2025-05-05T23:53:17.532Z] 323ba5a214a2: Preparing [2025-05-05T23:53:17.532Z] a5c50dc1def7: Preparing [2025-05-05T23:53:17.532Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:17.532Z] 323ba5a214a2: Waiting [2025-05-05T23:53:17.532Z] a5c50dc1def7: Waiting [2025-05-05T23:53:17.532Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:17.532Z] 93ae660f8f25: Waiting [2025-05-05T23:53:17.532Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:17.532Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:17.795Z] 323ba5a214a2: Layer already exists [2025-05-05T23:53:17.795Z] 0eb638a1e25f: Pushed [2025-05-05T23:53:17.795Z] c726061a8b13: Pushed [2025-05-05T23:53:17.795Z] d1edd8ff8d80: Pushed [2025-05-05T23:53:17.795Z] a5c50dc1def7: Layer already exists [2025-05-05T23:53:17.795Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:22.020Z] bbfe1dcc8a2d: Pushed [2025-05-05T23:53:22.283Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:6d4574d57261c5cbbe88af3757d2d780b23ca48bf65dfa62b30c052766587122 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:22.635Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:22.978Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-05-05T23:53:22.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-05T23:53:22.978Z] c726061a8b13: Preparing [2025-05-05T23:53:22.978Z] 0eb638a1e25f: Preparing [2025-05-05T23:53:22.978Z] d1edd8ff8d80: Preparing [2025-05-05T23:53:22.978Z] bbfe1dcc8a2d: Preparing [2025-05-05T23:53:22.978Z] 1089a6bb6171: Preparing [2025-05-05T23:53:22.978Z] 93ae660f8f25: Preparing [2025-05-05T23:53:22.978Z] 323ba5a214a2: Preparing [2025-05-05T23:53:22.978Z] a5c50dc1def7: Preparing [2025-05-05T23:53:22.978Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:22.978Z] 323ba5a214a2: Waiting [2025-05-05T23:53:22.978Z] a5c50dc1def7: Waiting [2025-05-05T23:53:22.978Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:22.978Z] 93ae660f8f25: Waiting [2025-05-05T23:53:22.978Z] d1edd8ff8d80: Layer already exists [2025-05-05T23:53:22.978Z] bbfe1dcc8a2d: Layer already exists [2025-05-05T23:53:22.978Z] c726061a8b13: Layer already exists [2025-05-05T23:53:22.978Z] 0eb638a1e25f: Layer already exists [2025-05-05T23:53:22.978Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:22.978Z] 323ba5a214a2: Layer already exists [2025-05-05T23:53:22.978Z] a5c50dc1def7: Layer already exists [2025-05-05T23:53:22.978Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:22.978Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:22.978Z] latest: digest: sha256:6d4574d57261c5cbbe88af3757d2d780b23ca48bf65dfa62b30c052766587122 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:23.593Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:23.941Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.9 [2025-05-05T23:53:23.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-05T23:53:23.941Z] c726061a8b13: Preparing [2025-05-05T23:53:23.941Z] 0eb638a1e25f: Preparing [2025-05-05T23:53:23.941Z] d1edd8ff8d80: Preparing [2025-05-05T23:53:23.941Z] bbfe1dcc8a2d: Preparing [2025-05-05T23:53:23.941Z] 1089a6bb6171: Preparing [2025-05-05T23:53:23.941Z] 93ae660f8f25: Preparing [2025-05-05T23:53:23.941Z] 323ba5a214a2: Preparing [2025-05-05T23:53:23.941Z] a5c50dc1def7: Preparing [2025-05-05T23:53:23.941Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:23.941Z] 323ba5a214a2: Waiting [2025-05-05T23:53:23.941Z] a5c50dc1def7: Waiting [2025-05-05T23:53:23.941Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:23.941Z] 93ae660f8f25: Waiting [2025-05-05T23:53:23.941Z] 0eb638a1e25f: Layer already exists [2025-05-05T23:53:23.941Z] c726061a8b13: Layer already exists [2025-05-05T23:53:23.941Z] d1edd8ff8d80: Layer already exists [2025-05-05T23:53:23.941Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:23.941Z] bbfe1dcc8a2d: Layer already exists [2025-05-05T23:53:23.941Z] 323ba5a214a2: Layer already exists [2025-05-05T23:53:23.941Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:23.941Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:23.941Z] a5c50dc1def7: Layer already exists [2025-05-05T23:53:23.941Z] 4.1.0-dev.9: digest: sha256:6d4574d57261c5cbbe88af3757d2d780b23ca48bf65dfa62b30c052766587122 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:24.282Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:24.628Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:53:24.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-05T23:53:24.628Z] c726061a8b13: Preparing [2025-05-05T23:53:24.628Z] 0eb638a1e25f: Preparing [2025-05-05T23:53:24.628Z] d1edd8ff8d80: Preparing [2025-05-05T23:53:24.628Z] bbfe1dcc8a2d: Preparing [2025-05-05T23:53:24.628Z] 1089a6bb6171: Preparing [2025-05-05T23:53:24.628Z] 93ae660f8f25: Preparing [2025-05-05T23:53:24.628Z] 323ba5a214a2: Preparing [2025-05-05T23:53:24.628Z] a5c50dc1def7: Preparing [2025-05-05T23:53:24.628Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:24.628Z] 323ba5a214a2: Waiting [2025-05-05T23:53:24.628Z] a5c50dc1def7: Waiting [2025-05-05T23:53:24.628Z] 93ae660f8f25: Waiting [2025-05-05T23:53:24.628Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:24.628Z] 0eb638a1e25f: Layer already exists [2025-05-05T23:53:24.628Z] d1edd8ff8d80: Layer already exists [2025-05-05T23:53:24.628Z] c726061a8b13: Layer already exists [2025-05-05T23:53:24.628Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:24.628Z] bbfe1dcc8a2d: Layer already exists [2025-05-05T23:53:24.628Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:24.628Z] 323ba5a214a2: Layer already exists [2025-05-05T23:53:24.628Z] a5c50dc1def7: Layer already exists [2025-05-05T23:53:24.628Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:24.628Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:6d4574d57261c5cbbe88af3757d2d780b23ca48bf65dfa62b30c052766587122 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:24.981Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:25.324Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-05-05T23:53:25.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-05T23:53:25.324Z] c726061a8b13: Preparing [2025-05-05T23:53:25.324Z] 0eb638a1e25f: Preparing [2025-05-05T23:53:25.324Z] d1edd8ff8d80: Preparing [2025-05-05T23:53:25.324Z] bbfe1dcc8a2d: Preparing [2025-05-05T23:53:25.324Z] 1089a6bb6171: Preparing [2025-05-05T23:53:25.324Z] 93ae660f8f25: Preparing [2025-05-05T23:53:25.324Z] 323ba5a214a2: Preparing [2025-05-05T23:53:25.324Z] a5c50dc1def7: Preparing [2025-05-05T23:53:25.324Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:25.324Z] 93ae660f8f25: Waiting [2025-05-05T23:53:25.324Z] 323ba5a214a2: Waiting [2025-05-05T23:53:25.324Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:25.324Z] a5c50dc1def7: Waiting [2025-05-05T23:53:25.324Z] c726061a8b13: Layer already exists [2025-05-05T23:53:25.324Z] bbfe1dcc8a2d: Layer already exists [2025-05-05T23:53:25.324Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:25.324Z] d1edd8ff8d80: Layer already exists [2025-05-05T23:53:25.324Z] 0eb638a1e25f: Layer already exists [2025-05-05T23:53:25.324Z] 323ba5a214a2: Layer already exists [2025-05-05T23:53:25.324Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:25.324Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:25.324Z] a5c50dc1def7: Layer already exists [2025-05-05T23:53:25.588Z] main: digest: sha256:6d4574d57261c5cbbe88af3757d2d780b23ca48bf65dfa62b30c052766587122 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:53:25.671Z] ===================================================== [Pipeline] echo [2025-05-05T23:53:25.684Z] taggedImages: [2025-05-05T23:53:25.684Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:53:25.684Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-05-05T23:53:25.684Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.9 [2025-05-05T23:53:25.684Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:53:25.684Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-05-05T23:53:25.716Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-05-05T23:53:25.716Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:53:25.716Z] latest [2025-05-05T23:53:25.716Z] 4.1.0-dev.9 [2025-05-05T23:53:25.716Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:53:25.716Z] main [2025-05-05T23:53:25.716Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:26.085Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:26.490Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:53:26.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-05T23:53:26.490Z] 4f3e43586b63: Preparing [2025-05-05T23:53:26.490Z] 1bdd46d83dd8: Preparing [2025-05-05T23:53:26.490Z] d5c89a7ec77c: Preparing [2025-05-05T23:53:26.490Z] 9ba70169081a: Preparing [2025-05-05T23:53:26.490Z] 541130c31928: Preparing [2025-05-05T23:53:26.490Z] 1089a6bb6171: Preparing [2025-05-05T23:53:26.490Z] 93ae660f8f25: Preparing [2025-05-05T23:53:26.490Z] 7da867377f47: Preparing [2025-05-05T23:53:26.490Z] 25f665031aa2: Preparing [2025-05-05T23:53:26.490Z] 8f3586a1694f: Preparing [2025-05-05T23:53:26.490Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:26.490Z] 1089a6bb6171: Waiting [2025-05-05T23:53:26.490Z] 93ae660f8f25: Waiting [2025-05-05T23:53:26.490Z] 7da867377f47: Waiting [2025-05-05T23:53:26.490Z] 25f665031aa2: Waiting [2025-05-05T23:53:26.490Z] 8f3586a1694f: Waiting [2025-05-05T23:53:26.490Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:26.490Z] 541130c31928: Pushed [2025-05-05T23:53:26.490Z] 1bdd46d83dd8: Pushed [2025-05-05T23:53:26.760Z] 4f3e43586b63: Pushed [2025-05-05T23:53:26.760Z] 9ba70169081a: Pushed [2025-05-05T23:53:26.760Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:26.760Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:26.760Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:26.760Z] 7da867377f47: Pushed [2025-05-05T23:53:26.760Z] 25f665031aa2: Pushed [2025-05-05T23:53:30.137Z] 8f3586a1694f: Pushed [2025-05-05T23:53:30.715Z] d5c89a7ec77c: Pushed [2025-05-05T23:53:30.979Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:5acc7b3b5c217ded171bda42389779a4dfebd47e9f5738886073ec9b934b233a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:31.335Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:31.689Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-05-05T23:53:31.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-05T23:53:31.689Z] 4f3e43586b63: Preparing [2025-05-05T23:53:31.689Z] 1bdd46d83dd8: Preparing [2025-05-05T23:53:31.689Z] d5c89a7ec77c: Preparing [2025-05-05T23:53:31.689Z] 9ba70169081a: Preparing [2025-05-05T23:53:31.689Z] 541130c31928: Preparing [2025-05-05T23:53:31.689Z] 1089a6bb6171: Preparing [2025-05-05T23:53:31.689Z] 93ae660f8f25: Preparing [2025-05-05T23:53:31.689Z] 7da867377f47: Preparing [2025-05-05T23:53:31.689Z] 25f665031aa2: Preparing [2025-05-05T23:53:31.689Z] 8f3586a1694f: Preparing [2025-05-05T23:53:31.689Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:31.689Z] 1089a6bb6171: Waiting [2025-05-05T23:53:31.689Z] 25f665031aa2: Waiting [2025-05-05T23:53:31.689Z] 93ae660f8f25: Waiting [2025-05-05T23:53:31.689Z] 7da867377f47: Waiting [2025-05-05T23:53:31.689Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:31.689Z] 9ba70169081a: Layer already exists [2025-05-05T23:53:31.689Z] 4f3e43586b63: Layer already exists [2025-05-05T23:53:31.689Z] 1bdd46d83dd8: Layer already exists [2025-05-05T23:53:31.689Z] d5c89a7ec77c: Layer already exists [2025-05-05T23:53:31.689Z] 541130c31928: Layer already exists [2025-05-05T23:53:31.689Z] 7da867377f47: Layer already exists [2025-05-05T23:53:31.689Z] 8f3586a1694f: Layer already exists [2025-05-05T23:53:31.689Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:31.689Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:31.689Z] 25f665031aa2: Layer already exists [2025-05-05T23:53:31.689Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:31.954Z] latest: digest: sha256:5acc7b3b5c217ded171bda42389779a4dfebd47e9f5738886073ec9b934b233a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:32.313Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:32.665Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.9 [2025-05-05T23:53:32.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-05T23:53:32.665Z] 4f3e43586b63: Preparing [2025-05-05T23:53:32.665Z] 1bdd46d83dd8: Preparing [2025-05-05T23:53:32.665Z] d5c89a7ec77c: Preparing [2025-05-05T23:53:32.665Z] 9ba70169081a: Preparing [2025-05-05T23:53:32.665Z] 541130c31928: Preparing [2025-05-05T23:53:32.665Z] 1089a6bb6171: Preparing [2025-05-05T23:53:32.665Z] 93ae660f8f25: Preparing [2025-05-05T23:53:32.665Z] 7da867377f47: Preparing [2025-05-05T23:53:32.665Z] 25f665031aa2: Preparing [2025-05-05T23:53:32.665Z] 8f3586a1694f: Preparing [2025-05-05T23:53:32.665Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:32.665Z] 7da867377f47: Waiting [2025-05-05T23:53:32.665Z] 25f665031aa2: Waiting [2025-05-05T23:53:32.665Z] 8f3586a1694f: Waiting [2025-05-05T23:53:32.665Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:32.665Z] 1089a6bb6171: Waiting [2025-05-05T23:53:32.665Z] 93ae660f8f25: Waiting [2025-05-05T23:53:32.665Z] 9ba70169081a: Layer already exists [2025-05-05T23:53:32.665Z] d5c89a7ec77c: Layer already exists [2025-05-05T23:53:32.665Z] 4f3e43586b63: Layer already exists [2025-05-05T23:53:32.665Z] 541130c31928: Layer already exists [2025-05-05T23:53:32.665Z] 1bdd46d83dd8: Layer already exists [2025-05-05T23:53:32.665Z] 25f665031aa2: Layer already exists [2025-05-05T23:53:32.665Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:32.665Z] 7da867377f47: Layer already exists [2025-05-05T23:53:32.665Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:32.665Z] 8f3586a1694f: Layer already exists [2025-05-05T23:53:32.665Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:32.929Z] 4.1.0-dev.9: digest: sha256:5acc7b3b5c217ded171bda42389779a4dfebd47e9f5738886073ec9b934b233a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:33.281Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:33.634Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:53:33.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-05T23:53:33.634Z] 4f3e43586b63: Preparing [2025-05-05T23:53:33.634Z] 1bdd46d83dd8: Preparing [2025-05-05T23:53:33.634Z] d5c89a7ec77c: Preparing [2025-05-05T23:53:33.634Z] 9ba70169081a: Preparing [2025-05-05T23:53:33.634Z] 541130c31928: Preparing [2025-05-05T23:53:33.634Z] 1089a6bb6171: Preparing [2025-05-05T23:53:33.634Z] 93ae660f8f25: Preparing [2025-05-05T23:53:33.634Z] 7da867377f47: Preparing [2025-05-05T23:53:33.634Z] 25f665031aa2: Preparing [2025-05-05T23:53:33.634Z] 8f3586a1694f: Preparing [2025-05-05T23:53:33.634Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:33.634Z] 7da867377f47: Waiting [2025-05-05T23:53:33.634Z] 25f665031aa2: Waiting [2025-05-05T23:53:33.634Z] 8f3586a1694f: Waiting [2025-05-05T23:53:33.634Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:33.634Z] 1089a6bb6171: Waiting [2025-05-05T23:53:33.634Z] 93ae660f8f25: Waiting [2025-05-05T23:53:33.634Z] d5c89a7ec77c: Layer already exists [2025-05-05T23:53:33.634Z] 541130c31928: Layer already exists [2025-05-05T23:53:33.634Z] 1bdd46d83dd8: Layer already exists [2025-05-05T23:53:33.634Z] 4f3e43586b63: Layer already exists [2025-05-05T23:53:33.634Z] 9ba70169081a: Layer already exists [2025-05-05T23:53:33.634Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:33.634Z] 7da867377f47: Layer already exists [2025-05-05T23:53:33.634Z] 25f665031aa2: Layer already exists [2025-05-05T23:53:33.634Z] 8f3586a1694f: Layer already exists [2025-05-05T23:53:33.634Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:33.634Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:33.899Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:5acc7b3b5c217ded171bda42389779a4dfebd47e9f5738886073ec9b934b233a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:34.255Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:34.603Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-05-05T23:53:34.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-05T23:53:34.603Z] 4f3e43586b63: Preparing [2025-05-05T23:53:34.603Z] 1bdd46d83dd8: Preparing [2025-05-05T23:53:34.603Z] d5c89a7ec77c: Preparing [2025-05-05T23:53:34.604Z] 9ba70169081a: Preparing [2025-05-05T23:53:34.604Z] 541130c31928: Preparing [2025-05-05T23:53:34.604Z] 1089a6bb6171: Preparing [2025-05-05T23:53:34.604Z] 93ae660f8f25: Preparing [2025-05-05T23:53:34.604Z] 7da867377f47: Preparing [2025-05-05T23:53:34.604Z] 1089a6bb6171: Waiting [2025-05-05T23:53:34.604Z] 93ae660f8f25: Waiting [2025-05-05T23:53:34.604Z] 25f665031aa2: Preparing [2025-05-05T23:53:34.604Z] 7da867377f47: Waiting [2025-05-05T23:53:34.604Z] 25f665031aa2: Waiting [2025-05-05T23:53:34.604Z] 8f3586a1694f: Preparing [2025-05-05T23:53:34.604Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:34.604Z] 8f3586a1694f: Waiting [2025-05-05T23:53:34.604Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:34.604Z] 4f3e43586b63: Layer already exists [2025-05-05T23:53:34.604Z] 541130c31928: Layer already exists [2025-05-05T23:53:34.604Z] d5c89a7ec77c: Layer already exists [2025-05-05T23:53:34.604Z] 1bdd46d83dd8: Layer already exists [2025-05-05T23:53:34.604Z] 9ba70169081a: Layer already exists [2025-05-05T23:53:34.604Z] 25f665031aa2: Layer already exists [2025-05-05T23:53:34.604Z] 7da867377f47: Layer already exists [2025-05-05T23:53:34.604Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:34.604Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:34.604Z] 8f3586a1694f: Layer already exists [2025-05-05T23:53:34.604Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:34.868Z] main: digest: sha256:5acc7b3b5c217ded171bda42389779a4dfebd47e9f5738886073ec9b934b233a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:53:34.946Z] ===================================================== [Pipeline] echo [2025-05-05T23:53:34.960Z] taggedImages: [2025-05-05T23:53:34.960Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:53:34.960Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-05-05T23:53:34.960Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.9 [2025-05-05T23:53:34.960Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:53:34.960Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-05-05T23:53:34.989Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-05-05T23:53:34.989Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:53:34.989Z] latest [2025-05-05T23:53:34.989Z] 4.1.0-dev.9 [2025-05-05T23:53:34.989Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:53:34.989Z] main [2025-05-05T23:53:34.989Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:35.358Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:35.712Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:53:35.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-05T23:53:35.712Z] 02bbe8f9e7c8: Preparing [2025-05-05T23:53:35.712Z] 254c986ae7ea: Preparing [2025-05-05T23:53:35.712Z] 917dbaa8be2f: Preparing [2025-05-05T23:53:35.712Z] 704cd31af25d: Preparing [2025-05-05T23:53:35.712Z] 151edbbe08a3: Preparing [2025-05-05T23:53:35.712Z] d62a4704927d: Preparing [2025-05-05T23:53:35.712Z] d3311ad77673: Preparing [2025-05-05T23:53:35.712Z] 1089a6bb6171: Preparing [2025-05-05T23:53:35.712Z] 93ae660f8f25: Preparing [2025-05-05T23:53:35.712Z] 4bb13a7b3858: Preparing [2025-05-05T23:53:35.712Z] 3a71a3367d1c: Preparing [2025-05-05T23:53:35.712Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:35.712Z] d3311ad77673: Waiting [2025-05-05T23:53:35.712Z] 1089a6bb6171: Waiting [2025-05-05T23:53:35.712Z] 93ae660f8f25: Waiting [2025-05-05T23:53:35.712Z] 4bb13a7b3858: Waiting [2025-05-05T23:53:35.712Z] 3a71a3367d1c: Waiting [2025-05-05T23:53:35.712Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:35.712Z] d62a4704927d: Waiting [2025-05-05T23:53:35.979Z] 151edbbe08a3: Pushed [2025-05-05T23:53:35.979Z] 02bbe8f9e7c8: Pushed [2025-05-05T23:53:35.979Z] d62a4704927d: Pushed [2025-05-05T23:53:35.979Z] d3311ad77673: Pushed [2025-05-05T23:53:35.979Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:35.979Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:36.244Z] 4bb13a7b3858: Pushed [2025-05-05T23:53:36.244Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:36.244Z] 254c986ae7ea: Pushed [2025-05-05T23:53:38.812Z] 3a71a3367d1c: Pushed [2025-05-05T23:53:40.208Z] 704cd31af25d: Pushed [2025-05-05T23:53:42.135Z] 917dbaa8be2f: Pushed [2025-05-05T23:53:42.399Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:84968cefbeee1ed12f162ed5d0442f95b1ed3e2edbb18ebf7e3bd61da2352b2b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:42.747Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:43.091Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-05-05T23:53:43.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-05T23:53:43.091Z] 02bbe8f9e7c8: Preparing [2025-05-05T23:53:43.091Z] 254c986ae7ea: Preparing [2025-05-05T23:53:43.091Z] 917dbaa8be2f: Preparing [2025-05-05T23:53:43.091Z] 704cd31af25d: Preparing [2025-05-05T23:53:43.091Z] 151edbbe08a3: Preparing [2025-05-05T23:53:43.091Z] d62a4704927d: Preparing [2025-05-05T23:53:43.091Z] d3311ad77673: Preparing [2025-05-05T23:53:43.091Z] 1089a6bb6171: Preparing [2025-05-05T23:53:43.091Z] 93ae660f8f25: Preparing [2025-05-05T23:53:43.091Z] 4bb13a7b3858: Preparing [2025-05-05T23:53:43.091Z] 3a71a3367d1c: Preparing [2025-05-05T23:53:43.091Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:43.091Z] d62a4704927d: Waiting [2025-05-05T23:53:43.091Z] d3311ad77673: Waiting [2025-05-05T23:53:43.091Z] 1089a6bb6171: Waiting [2025-05-05T23:53:43.091Z] 3a71a3367d1c: Waiting [2025-05-05T23:53:43.091Z] 93ae660f8f25: Waiting [2025-05-05T23:53:43.091Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:43.091Z] 4bb13a7b3858: Waiting [2025-05-05T23:53:43.091Z] 254c986ae7ea: Layer already exists [2025-05-05T23:53:43.091Z] 704cd31af25d: Layer already exists [2025-05-05T23:53:43.091Z] 02bbe8f9e7c8: Layer already exists [2025-05-05T23:53:43.091Z] 917dbaa8be2f: Layer already exists [2025-05-05T23:53:43.091Z] 151edbbe08a3: Layer already exists [2025-05-05T23:53:43.091Z] d62a4704927d: Layer already exists [2025-05-05T23:53:43.091Z] 4bb13a7b3858: Layer already exists [2025-05-05T23:53:43.091Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:43.091Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:43.091Z] d3311ad77673: Layer already exists [2025-05-05T23:53:43.091Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:43.091Z] 3a71a3367d1c: Layer already exists [2025-05-05T23:53:43.355Z] latest: digest: sha256:84968cefbeee1ed12f162ed5d0442f95b1ed3e2edbb18ebf7e3bd61da2352b2b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:43.694Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:44.036Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.9 [2025-05-05T23:53:44.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-05T23:53:44.036Z] 02bbe8f9e7c8: Preparing [2025-05-05T23:53:44.036Z] 254c986ae7ea: Preparing [2025-05-05T23:53:44.036Z] 917dbaa8be2f: Preparing [2025-05-05T23:53:44.036Z] 704cd31af25d: Preparing [2025-05-05T23:53:44.036Z] 151edbbe08a3: Preparing [2025-05-05T23:53:44.036Z] d62a4704927d: Preparing [2025-05-05T23:53:44.036Z] d3311ad77673: Preparing [2025-05-05T23:53:44.036Z] 1089a6bb6171: Preparing [2025-05-05T23:53:44.036Z] 93ae660f8f25: Preparing [2025-05-05T23:53:44.036Z] 4bb13a7b3858: Preparing [2025-05-05T23:53:44.036Z] 3a71a3367d1c: Preparing [2025-05-05T23:53:44.036Z] d3311ad77673: Waiting [2025-05-05T23:53:44.036Z] 1089a6bb6171: Waiting [2025-05-05T23:53:44.036Z] 93ae660f8f25: Waiting [2025-05-05T23:53:44.036Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:44.036Z] 4bb13a7b3858: Waiting [2025-05-05T23:53:44.036Z] 3a71a3367d1c: Waiting [2025-05-05T23:53:44.036Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:44.036Z] d62a4704927d: Waiting [2025-05-05T23:53:44.036Z] 917dbaa8be2f: Layer already exists [2025-05-05T23:53:44.036Z] 704cd31af25d: Layer already exists [2025-05-05T23:53:44.036Z] 02bbe8f9e7c8: Layer already exists [2025-05-05T23:53:44.036Z] 151edbbe08a3: Layer already exists [2025-05-05T23:53:44.036Z] 254c986ae7ea: Layer already exists [2025-05-05T23:53:44.036Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:44.036Z] d62a4704927d: Layer already exists [2025-05-05T23:53:44.036Z] 4bb13a7b3858: Layer already exists [2025-05-05T23:53:44.036Z] d3311ad77673: Layer already exists [2025-05-05T23:53:44.036Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:44.300Z] 3a71a3367d1c: Layer already exists [2025-05-05T23:53:44.300Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:44.300Z] 4.1.0-dev.9: digest: sha256:84968cefbeee1ed12f162ed5d0442f95b1ed3e2edbb18ebf7e3bd61da2352b2b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:44.654Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:44.993Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:53:44.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-05T23:53:44.994Z] 02bbe8f9e7c8: Preparing [2025-05-05T23:53:44.994Z] 254c986ae7ea: Preparing [2025-05-05T23:53:44.994Z] 917dbaa8be2f: Preparing [2025-05-05T23:53:44.994Z] 704cd31af25d: Preparing [2025-05-05T23:53:44.994Z] 151edbbe08a3: Preparing [2025-05-05T23:53:44.994Z] d62a4704927d: Preparing [2025-05-05T23:53:44.994Z] d3311ad77673: Preparing [2025-05-05T23:53:44.994Z] 1089a6bb6171: Preparing [2025-05-05T23:53:44.994Z] 93ae660f8f25: Preparing [2025-05-05T23:53:44.994Z] 4bb13a7b3858: Preparing [2025-05-05T23:53:44.994Z] 3a71a3367d1c: Preparing [2025-05-05T23:53:44.994Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:44.994Z] d62a4704927d: Waiting [2025-05-05T23:53:44.994Z] d3311ad77673: Waiting [2025-05-05T23:53:44.994Z] 1089a6bb6171: Waiting [2025-05-05T23:53:44.994Z] 93ae660f8f25: Waiting [2025-05-05T23:53:44.994Z] 4bb13a7b3858: Waiting [2025-05-05T23:53:44.994Z] 3a71a3367d1c: Waiting [2025-05-05T23:53:44.994Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:44.994Z] 02bbe8f9e7c8: Layer already exists [2025-05-05T23:53:44.994Z] 151edbbe08a3: Layer already exists [2025-05-05T23:53:44.994Z] 254c986ae7ea: Layer already exists [2025-05-05T23:53:44.994Z] 704cd31af25d: Layer already exists [2025-05-05T23:53:44.994Z] 917dbaa8be2f: Layer already exists [2025-05-05T23:53:44.994Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:44.994Z] d3311ad77673: Layer already exists [2025-05-05T23:53:44.994Z] d62a4704927d: Layer already exists [2025-05-05T23:53:44.994Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:44.994Z] 4bb13a7b3858: Layer already exists [2025-05-05T23:53:44.994Z] 3a71a3367d1c: Layer already exists [2025-05-05T23:53:44.994Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:45.256Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:84968cefbeee1ed12f162ed5d0442f95b1ed3e2edbb18ebf7e3bd61da2352b2b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:45.601Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:45.942Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-05-05T23:53:45.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-05T23:53:45.942Z] 02bbe8f9e7c8: Preparing [2025-05-05T23:53:45.942Z] 254c986ae7ea: Preparing [2025-05-05T23:53:45.942Z] 917dbaa8be2f: Preparing [2025-05-05T23:53:45.942Z] 704cd31af25d: Preparing [2025-05-05T23:53:45.942Z] 151edbbe08a3: Preparing [2025-05-05T23:53:45.942Z] d62a4704927d: Preparing [2025-05-05T23:53:45.942Z] d3311ad77673: Preparing [2025-05-05T23:53:45.942Z] 1089a6bb6171: Preparing [2025-05-05T23:53:45.942Z] 93ae660f8f25: Preparing [2025-05-05T23:53:45.942Z] 4bb13a7b3858: Preparing [2025-05-05T23:53:45.942Z] 3a71a3367d1c: Preparing [2025-05-05T23:53:45.942Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:45.942Z] 93ae660f8f25: Waiting [2025-05-05T23:53:45.942Z] 4bb13a7b3858: Waiting [2025-05-05T23:53:45.942Z] 3a71a3367d1c: Waiting [2025-05-05T23:53:45.942Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:45.942Z] d3311ad77673: Waiting [2025-05-05T23:53:45.942Z] 1089a6bb6171: Waiting [2025-05-05T23:53:45.942Z] d62a4704927d: Waiting [2025-05-05T23:53:45.942Z] 704cd31af25d: Layer already exists [2025-05-05T23:53:45.942Z] 254c986ae7ea: Layer already exists [2025-05-05T23:53:45.942Z] 151edbbe08a3: Layer already exists [2025-05-05T23:53:45.942Z] 02bbe8f9e7c8: Layer already exists [2025-05-05T23:53:45.942Z] 917dbaa8be2f: Layer already exists [2025-05-05T23:53:45.942Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:45.942Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:45.942Z] d62a4704927d: Layer already exists [2025-05-05T23:53:45.942Z] d3311ad77673: Layer already exists [2025-05-05T23:53:45.942Z] 4bb13a7b3858: Layer already exists [2025-05-05T23:53:45.942Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:45.942Z] 3a71a3367d1c: Layer already exists [2025-05-05T23:53:46.205Z] main: digest: sha256:84968cefbeee1ed12f162ed5d0442f95b1ed3e2edbb18ebf7e3bd61da2352b2b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:53:46.281Z] ===================================================== [Pipeline] echo [2025-05-05T23:53:46.293Z] taggedImages: [2025-05-05T23:53:46.293Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:53:46.293Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-05-05T23:53:46.293Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.9 [2025-05-05T23:53:46.293Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:53:46.293Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-05-05T23:53:46.320Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-05-05T23:53:46.320Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:53:46.320Z] latest [2025-05-05T23:53:46.320Z] 4.1.0-dev.9 [2025-05-05T23:53:46.320Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:53:46.320Z] main [2025-05-05T23:53:46.320Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:46.695Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:47.055Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:53:47.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-05T23:53:47.055Z] e3acecc0e80e: Preparing [2025-05-05T23:53:47.055Z] 6ec6fa2b5de7: Preparing [2025-05-05T23:53:47.055Z] 1089a6bb6171: Preparing [2025-05-05T23:53:47.055Z] 93ae660f8f25: Preparing [2025-05-05T23:53:47.055Z] 29a3e4010831: Preparing [2025-05-05T23:53:47.055Z] 51e2766a2f1a: Preparing [2025-05-05T23:53:47.055Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:47.055Z] 51e2766a2f1a: Waiting [2025-05-05T23:53:47.055Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:47.320Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:47.320Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:47.320Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:47.321Z] 29a3e4010831: Pushed [2025-05-05T23:53:47.321Z] e3acecc0e80e: Pushed [2025-05-05T23:53:49.256Z] 51e2766a2f1a: Pushed [2025-05-05T23:53:54.580Z] 6ec6fa2b5de7: Pushed [2025-05-05T23:53:54.580Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:66471735da3f29bd961fa1cb86174dd6edcccf144e21fc02c6a28d0e037e5c52 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:54.942Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:55.289Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-05-05T23:53:55.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-05T23:53:55.289Z] e3acecc0e80e: Preparing [2025-05-05T23:53:55.289Z] 6ec6fa2b5de7: Preparing [2025-05-05T23:53:55.289Z] 1089a6bb6171: Preparing [2025-05-05T23:53:55.289Z] 93ae660f8f25: Preparing [2025-05-05T23:53:55.289Z] 29a3e4010831: Preparing [2025-05-05T23:53:55.289Z] 51e2766a2f1a: Preparing [2025-05-05T23:53:55.289Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:55.289Z] 51e2766a2f1a: Waiting [2025-05-05T23:53:55.289Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:55.289Z] e3acecc0e80e: Layer already exists [2025-05-05T23:53:55.289Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:55.289Z] 29a3e4010831: Layer already exists [2025-05-05T23:53:55.289Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:55.289Z] 6ec6fa2b5de7: Layer already exists [2025-05-05T23:53:55.289Z] 51e2766a2f1a: Layer already exists [2025-05-05T23:53:55.289Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:55.555Z] latest: digest: sha256:66471735da3f29bd961fa1cb86174dd6edcccf144e21fc02c6a28d0e037e5c52 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:55.917Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:56.263Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.9 [2025-05-05T23:53:56.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-05T23:53:56.263Z] e3acecc0e80e: Preparing [2025-05-05T23:53:56.263Z] 6ec6fa2b5de7: Preparing [2025-05-05T23:53:56.263Z] 1089a6bb6171: Preparing [2025-05-05T23:53:56.263Z] 93ae660f8f25: Preparing [2025-05-05T23:53:56.263Z] 29a3e4010831: Preparing [2025-05-05T23:53:56.263Z] 51e2766a2f1a: Preparing [2025-05-05T23:53:56.263Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:56.263Z] 51e2766a2f1a: Waiting [2025-05-05T23:53:56.263Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:56.263Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:56.263Z] 6ec6fa2b5de7: Layer already exists [2025-05-05T23:53:56.263Z] 29a3e4010831: Layer already exists [2025-05-05T23:53:56.263Z] e3acecc0e80e: Layer already exists [2025-05-05T23:53:56.263Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:56.263Z] 51e2766a2f1a: Layer already exists [2025-05-05T23:53:56.263Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:56.527Z] 4.1.0-dev.9: digest: sha256:66471735da3f29bd961fa1cb86174dd6edcccf144e21fc02c6a28d0e037e5c52 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:56.884Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:57.240Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:53:57.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-05T23:53:57.240Z] e3acecc0e80e: Preparing [2025-05-05T23:53:57.240Z] 6ec6fa2b5de7: Preparing [2025-05-05T23:53:57.240Z] 1089a6bb6171: Preparing [2025-05-05T23:53:57.240Z] 93ae660f8f25: Preparing [2025-05-05T23:53:57.240Z] 29a3e4010831: Preparing [2025-05-05T23:53:57.240Z] 51e2766a2f1a: Preparing [2025-05-05T23:53:57.240Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:57.240Z] 51e2766a2f1a: Waiting [2025-05-05T23:53:57.240Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:57.240Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:57.240Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:57.240Z] 6ec6fa2b5de7: Layer already exists [2025-05-05T23:53:57.240Z] 29a3e4010831: Layer already exists [2025-05-05T23:53:57.240Z] e3acecc0e80e: Layer already exists [2025-05-05T23:53:57.240Z] 51e2766a2f1a: Layer already exists [2025-05-05T23:53:57.240Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:57.240Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:66471735da3f29bd961fa1cb86174dd6edcccf144e21fc02c6a28d0e037e5c52 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:57.857Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:58.203Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-05-05T23:53:58.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-05T23:53:58.203Z] e3acecc0e80e: Preparing [2025-05-05T23:53:58.203Z] 6ec6fa2b5de7: Preparing [2025-05-05T23:53:58.203Z] 1089a6bb6171: Preparing [2025-05-05T23:53:58.203Z] 93ae660f8f25: Preparing [2025-05-05T23:53:58.203Z] 29a3e4010831: Preparing [2025-05-05T23:53:58.203Z] 51e2766a2f1a: Preparing [2025-05-05T23:53:58.203Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:58.203Z] 51e2766a2f1a: Waiting [2025-05-05T23:53:58.203Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:58.203Z] e3acecc0e80e: Layer already exists [2025-05-05T23:53:58.203Z] 29a3e4010831: Layer already exists [2025-05-05T23:53:58.203Z] 6ec6fa2b5de7: Layer already exists [2025-05-05T23:53:58.203Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:58.203Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:58.203Z] 51e2766a2f1a: Layer already exists [2025-05-05T23:53:58.203Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:58.468Z] main: digest: sha256:66471735da3f29bd961fa1cb86174dd6edcccf144e21fc02c6a28d0e037e5c52 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:53:58.549Z] ===================================================== [Pipeline] echo [2025-05-05T23:53:58.563Z] taggedImages: [2025-05-05T23:53:58.563Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:53:58.563Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-05-05T23:53:58.563Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.9 [2025-05-05T23:53:58.563Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:53:58.563Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-05-05T23:53:58.590Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-05-05T23:53:58.590Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:53:58.590Z] latest [2025-05-05T23:53:58.590Z] 4.1.0-dev.9 [2025-05-05T23:53:58.590Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:53:58.590Z] main [2025-05-05T23:53:58.590Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:58.968Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:53:59.319Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:53:59.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-05T23:53:59.320Z] 4e833781c859: Preparing [2025-05-05T23:53:59.320Z] 66aa1d03f9ed: Preparing [2025-05-05T23:53:59.320Z] e472c572dac9: Preparing [2025-05-05T23:53:59.320Z] 1089a6bb6171: Preparing [2025-05-05T23:53:59.320Z] 93ae660f8f25: Preparing [2025-05-05T23:53:59.320Z] d9fbbaac2103: Preparing [2025-05-05T23:53:59.320Z] d14599ddc167: Preparing [2025-05-05T23:53:59.320Z] ebdee0735665: Preparing [2025-05-05T23:53:59.320Z] e6e3bce20f72: Preparing [2025-05-05T23:53:59.320Z] dd9c8f8612c8: Preparing [2025-05-05T23:53:59.320Z] d14599ddc167: Waiting [2025-05-05T23:53:59.320Z] ebdee0735665: Waiting [2025-05-05T23:53:59.320Z] e6e3bce20f72: Waiting [2025-05-05T23:53:59.320Z] dd9c8f8612c8: Waiting [2025-05-05T23:53:59.320Z] d9fbbaac2103: Waiting [2025-05-05T23:53:59.320Z] 1089a6bb6171: Layer already exists [2025-05-05T23:53:59.320Z] 93ae660f8f25: Layer already exists [2025-05-05T23:53:59.585Z] 66aa1d03f9ed: Pushed [2025-05-05T23:53:59.585Z] e472c572dac9: Pushed [2025-05-05T23:53:59.585Z] 4e833781c859: Pushed [2025-05-05T23:53:59.585Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:53:59.585Z] ebdee0735665: Pushed [2025-05-05T23:54:00.539Z] e6e3bce20f72: Pushed [2025-05-05T23:54:10.668Z] d14599ddc167: Pushed [2025-05-05T23:54:25.631Z] d9fbbaac2103: Pushed [2025-05-05T23:54:25.631Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:dfa237e27205c2108242856d46f7b9cbcb6633ac01946aa0d50bab0c6d154f83 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:25.989Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:26.338Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-05-05T23:54:26.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-05T23:54:26.338Z] 4e833781c859: Preparing [2025-05-05T23:54:26.338Z] 66aa1d03f9ed: Preparing [2025-05-05T23:54:26.338Z] e472c572dac9: Preparing [2025-05-05T23:54:26.338Z] 1089a6bb6171: Preparing [2025-05-05T23:54:26.338Z] 93ae660f8f25: Preparing [2025-05-05T23:54:26.338Z] d9fbbaac2103: Preparing [2025-05-05T23:54:26.338Z] d14599ddc167: Preparing [2025-05-05T23:54:26.338Z] ebdee0735665: Preparing [2025-05-05T23:54:26.338Z] e6e3bce20f72: Preparing [2025-05-05T23:54:26.338Z] dd9c8f8612c8: Preparing [2025-05-05T23:54:26.338Z] d9fbbaac2103: Waiting [2025-05-05T23:54:26.338Z] d14599ddc167: Waiting [2025-05-05T23:54:26.338Z] ebdee0735665: Waiting [2025-05-05T23:54:26.338Z] dd9c8f8612c8: Waiting [2025-05-05T23:54:26.338Z] e6e3bce20f72: Waiting [2025-05-05T23:54:26.338Z] 93ae660f8f25: Layer already exists [2025-05-05T23:54:26.338Z] 4e833781c859: Layer already exists [2025-05-05T23:54:26.338Z] 1089a6bb6171: Layer already exists [2025-05-05T23:54:26.338Z] e472c572dac9: Layer already exists [2025-05-05T23:54:26.338Z] 66aa1d03f9ed: Layer already exists [2025-05-05T23:54:26.338Z] d14599ddc167: Layer already exists [2025-05-05T23:54:26.338Z] ebdee0735665: Layer already exists [2025-05-05T23:54:26.338Z] e6e3bce20f72: Layer already exists [2025-05-05T23:54:26.338Z] d9fbbaac2103: Layer already exists [2025-05-05T23:54:26.338Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:54:26.603Z] latest: digest: sha256:dfa237e27205c2108242856d46f7b9cbcb6633ac01946aa0d50bab0c6d154f83 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:26.958Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:27.315Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.9 [2025-05-05T23:54:27.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-05T23:54:27.315Z] 4e833781c859: Preparing [2025-05-05T23:54:27.315Z] 66aa1d03f9ed: Preparing [2025-05-05T23:54:27.315Z] e472c572dac9: Preparing [2025-05-05T23:54:27.315Z] 1089a6bb6171: Preparing [2025-05-05T23:54:27.315Z] 93ae660f8f25: Preparing [2025-05-05T23:54:27.315Z] d9fbbaac2103: Preparing [2025-05-05T23:54:27.315Z] d14599ddc167: Preparing [2025-05-05T23:54:27.315Z] ebdee0735665: Preparing [2025-05-05T23:54:27.315Z] e6e3bce20f72: Preparing [2025-05-05T23:54:27.315Z] dd9c8f8612c8: Preparing [2025-05-05T23:54:27.315Z] d9fbbaac2103: Waiting [2025-05-05T23:54:27.315Z] d14599ddc167: Waiting [2025-05-05T23:54:27.315Z] ebdee0735665: Waiting [2025-05-05T23:54:27.315Z] e6e3bce20f72: Waiting [2025-05-05T23:54:27.315Z] dd9c8f8612c8: Waiting [2025-05-05T23:54:27.315Z] 4e833781c859: Layer already exists [2025-05-05T23:54:27.315Z] 66aa1d03f9ed: Layer already exists [2025-05-05T23:54:27.315Z] 93ae660f8f25: Layer already exists [2025-05-05T23:54:27.315Z] e472c572dac9: Layer already exists [2025-05-05T23:54:27.315Z] 1089a6bb6171: Layer already exists [2025-05-05T23:54:27.315Z] d9fbbaac2103: Layer already exists [2025-05-05T23:54:27.315Z] d14599ddc167: Layer already exists [2025-05-05T23:54:27.315Z] e6e3bce20f72: Layer already exists [2025-05-05T23:54:27.315Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:54:27.315Z] ebdee0735665: Layer already exists [2025-05-05T23:54:27.581Z] 4.1.0-dev.9: digest: sha256:dfa237e27205c2108242856d46f7b9cbcb6633ac01946aa0d50bab0c6d154f83 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:27.953Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:28.304Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:54:28.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-05T23:54:28.304Z] 4e833781c859: Preparing [2025-05-05T23:54:28.304Z] 66aa1d03f9ed: Preparing [2025-05-05T23:54:28.304Z] e472c572dac9: Preparing [2025-05-05T23:54:28.304Z] 1089a6bb6171: Preparing [2025-05-05T23:54:28.304Z] 93ae660f8f25: Preparing [2025-05-05T23:54:28.304Z] d9fbbaac2103: Preparing [2025-05-05T23:54:28.304Z] d14599ddc167: Preparing [2025-05-05T23:54:28.304Z] ebdee0735665: Preparing [2025-05-05T23:54:28.304Z] e6e3bce20f72: Preparing [2025-05-05T23:54:28.304Z] dd9c8f8612c8: Preparing [2025-05-05T23:54:28.304Z] d9fbbaac2103: Waiting [2025-05-05T23:54:28.304Z] d14599ddc167: Waiting [2025-05-05T23:54:28.304Z] ebdee0735665: Waiting [2025-05-05T23:54:28.304Z] e6e3bce20f72: Waiting [2025-05-05T23:54:28.304Z] dd9c8f8612c8: Waiting [2025-05-05T23:54:28.304Z] 4e833781c859: Layer already exists [2025-05-05T23:54:28.304Z] 93ae660f8f25: Layer already exists [2025-05-05T23:54:28.304Z] 66aa1d03f9ed: Layer already exists [2025-05-05T23:54:28.304Z] 1089a6bb6171: Layer already exists [2025-05-05T23:54:28.304Z] e472c572dac9: Layer already exists [2025-05-05T23:54:28.304Z] d14599ddc167: Layer already exists [2025-05-05T23:54:28.304Z] e6e3bce20f72: Layer already exists [2025-05-05T23:54:28.304Z] d9fbbaac2103: Layer already exists [2025-05-05T23:54:28.304Z] ebdee0735665: Layer already exists [2025-05-05T23:54:28.304Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:54:28.569Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:dfa237e27205c2108242856d46f7b9cbcb6633ac01946aa0d50bab0c6d154f83 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:28.924Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:29.280Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-05-05T23:54:29.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-05T23:54:29.280Z] 4e833781c859: Preparing [2025-05-05T23:54:29.280Z] 66aa1d03f9ed: Preparing [2025-05-05T23:54:29.280Z] e472c572dac9: Preparing [2025-05-05T23:54:29.280Z] 1089a6bb6171: Preparing [2025-05-05T23:54:29.280Z] 93ae660f8f25: Preparing [2025-05-05T23:54:29.280Z] d9fbbaac2103: Preparing [2025-05-05T23:54:29.280Z] d14599ddc167: Preparing [2025-05-05T23:54:29.280Z] ebdee0735665: Preparing [2025-05-05T23:54:29.280Z] e6e3bce20f72: Preparing [2025-05-05T23:54:29.280Z] dd9c8f8612c8: Preparing [2025-05-05T23:54:29.280Z] d9fbbaac2103: Waiting [2025-05-05T23:54:29.280Z] d14599ddc167: Waiting [2025-05-05T23:54:29.280Z] e6e3bce20f72: Waiting [2025-05-05T23:54:29.280Z] ebdee0735665: Waiting [2025-05-05T23:54:29.280Z] dd9c8f8612c8: Waiting [2025-05-05T23:54:29.280Z] 4e833781c859: Layer already exists [2025-05-05T23:54:29.280Z] 93ae660f8f25: Layer already exists [2025-05-05T23:54:29.280Z] 66aa1d03f9ed: Layer already exists [2025-05-05T23:54:29.280Z] e472c572dac9: Layer already exists [2025-05-05T23:54:29.280Z] 1089a6bb6171: Layer already exists [2025-05-05T23:54:29.280Z] d14599ddc167: Layer already exists [2025-05-05T23:54:29.280Z] d9fbbaac2103: Layer already exists [2025-05-05T23:54:29.280Z] e6e3bce20f72: Layer already exists [2025-05-05T23:54:29.280Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:54:29.280Z] ebdee0735665: Layer already exists [2025-05-05T23:54:29.546Z] main: digest: sha256:dfa237e27205c2108242856d46f7b9cbcb6633ac01946aa0d50bab0c6d154f83 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:54:29.642Z] ===================================================== [Pipeline] echo [2025-05-05T23:54:29.659Z] taggedImages: [2025-05-05T23:54:29.659Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:54:29.659Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-05-05T23:54:29.659Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.9 [2025-05-05T23:54:29.659Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:54:29.659Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-05-05T23:54:29.695Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-05-05T23:54:29.695Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:54:29.695Z] latest [2025-05-05T23:54:29.695Z] 4.1.0-dev.9 [2025-05-05T23:54:29.695Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:54:29.695Z] main [2025-05-05T23:54:29.695Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:30.068Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:30.422Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:54:30.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-05T23:54:30.422Z] 0137feaac7a4: Preparing [2025-05-05T23:54:30.422Z] 9e53b62cebc7: Preparing [2025-05-05T23:54:30.422Z] 8a43bff0a872: Preparing [2025-05-05T23:54:30.422Z] 1089a6bb6171: Preparing [2025-05-05T23:54:30.422Z] 93ae660f8f25: Preparing [2025-05-05T23:54:30.422Z] d9fbbaac2103: Preparing [2025-05-05T23:54:30.422Z] 2fcbf655c62c: Preparing [2025-05-05T23:54:30.422Z] 9c06e412d912: Preparing [2025-05-05T23:54:30.422Z] dd9c8f8612c8: Preparing [2025-05-05T23:54:30.422Z] 2fcbf655c62c: Waiting [2025-05-05T23:54:30.422Z] dd9c8f8612c8: Waiting [2025-05-05T23:54:30.422Z] 9c06e412d912: Waiting [2025-05-05T23:54:30.686Z] 9e53b62cebc7: Pushed [2025-05-05T23:54:30.687Z] 8a43bff0a872: Pushed [2025-05-05T23:54:30.950Z] 93ae660f8f25: Layer already exists [2025-05-05T23:54:30.950Z] 1089a6bb6171: Layer already exists [2025-05-05T23:54:30.950Z] d9fbbaac2103: Layer already exists [2025-05-05T23:54:30.950Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:54:30.950Z] 0137feaac7a4: Pushed [2025-05-05T23:54:30.950Z] 2fcbf655c62c: Pushed [2025-05-05T23:54:31.901Z] 9c06e412d912: Pushed [2025-05-05T23:54:31.901Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:3565ec65a1860df58433cec6248b0e953e2b7f036e5f429f2e6114bf517d0c4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:32.260Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:32.612Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-05-05T23:54:32.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-05T23:54:32.612Z] 0137feaac7a4: Preparing [2025-05-05T23:54:32.612Z] 9e53b62cebc7: Preparing [2025-05-05T23:54:32.612Z] 8a43bff0a872: Preparing [2025-05-05T23:54:32.612Z] 1089a6bb6171: Preparing [2025-05-05T23:54:32.612Z] 93ae660f8f25: Preparing [2025-05-05T23:54:32.612Z] d9fbbaac2103: Preparing [2025-05-05T23:54:32.612Z] 2fcbf655c62c: Preparing [2025-05-05T23:54:32.612Z] 9c06e412d912: Preparing [2025-05-05T23:54:32.612Z] dd9c8f8612c8: Preparing [2025-05-05T23:54:32.612Z] d9fbbaac2103: Waiting [2025-05-05T23:54:32.612Z] 2fcbf655c62c: Waiting [2025-05-05T23:54:32.612Z] 9c06e412d912: Waiting [2025-05-05T23:54:32.612Z] dd9c8f8612c8: Waiting [2025-05-05T23:54:32.612Z] 9e53b62cebc7: Layer already exists [2025-05-05T23:54:32.612Z] 0137feaac7a4: Layer already exists [2025-05-05T23:54:32.612Z] 1089a6bb6171: Layer already exists [2025-05-05T23:54:32.612Z] 8a43bff0a872: Layer already exists [2025-05-05T23:54:32.612Z] 93ae660f8f25: Layer already exists [2025-05-05T23:54:32.612Z] d9fbbaac2103: Layer already exists [2025-05-05T23:54:32.612Z] 2fcbf655c62c: Layer already exists [2025-05-05T23:54:32.612Z] 9c06e412d912: Layer already exists [2025-05-05T23:54:32.612Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:54:32.875Z] latest: digest: sha256:3565ec65a1860df58433cec6248b0e953e2b7f036e5f429f2e6114bf517d0c4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:33.263Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:33.622Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.9 [2025-05-05T23:54:33.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-05T23:54:33.622Z] 0137feaac7a4: Preparing [2025-05-05T23:54:33.622Z] 9e53b62cebc7: Preparing [2025-05-05T23:54:33.622Z] 8a43bff0a872: Preparing [2025-05-05T23:54:33.622Z] 1089a6bb6171: Preparing [2025-05-05T23:54:33.622Z] 93ae660f8f25: Preparing [2025-05-05T23:54:33.622Z] d9fbbaac2103: Preparing [2025-05-05T23:54:33.622Z] 2fcbf655c62c: Preparing [2025-05-05T23:54:33.622Z] 9c06e412d912: Preparing [2025-05-05T23:54:33.622Z] dd9c8f8612c8: Preparing [2025-05-05T23:54:33.622Z] 2fcbf655c62c: Waiting [2025-05-05T23:54:33.622Z] d9fbbaac2103: Waiting [2025-05-05T23:54:33.622Z] 9c06e412d912: Waiting [2025-05-05T23:54:33.622Z] dd9c8f8612c8: Waiting [2025-05-05T23:54:33.622Z] 93ae660f8f25: Layer already exists [2025-05-05T23:54:33.622Z] 1089a6bb6171: Layer already exists [2025-05-05T23:54:33.622Z] 8a43bff0a872: Layer already exists [2025-05-05T23:54:33.622Z] 9e53b62cebc7: Layer already exists [2025-05-05T23:54:33.622Z] 0137feaac7a4: Layer already exists [2025-05-05T23:54:33.622Z] 9c06e412d912: Layer already exists [2025-05-05T23:54:33.622Z] 2fcbf655c62c: Layer already exists [2025-05-05T23:54:33.622Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:54:33.622Z] d9fbbaac2103: Layer already exists [2025-05-05T23:54:33.889Z] 4.1.0-dev.9: digest: sha256:3565ec65a1860df58433cec6248b0e953e2b7f036e5f429f2e6114bf517d0c4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:34.252Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:34.607Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:54:34.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-05T23:54:34.608Z] 0137feaac7a4: Preparing [2025-05-05T23:54:34.608Z] 9e53b62cebc7: Preparing [2025-05-05T23:54:34.608Z] 8a43bff0a872: Preparing [2025-05-05T23:54:34.608Z] 1089a6bb6171: Preparing [2025-05-05T23:54:34.608Z] 93ae660f8f25: Preparing [2025-05-05T23:54:34.608Z] d9fbbaac2103: Preparing [2025-05-05T23:54:34.608Z] 2fcbf655c62c: Preparing [2025-05-05T23:54:34.608Z] 9c06e412d912: Preparing [2025-05-05T23:54:34.608Z] dd9c8f8612c8: Preparing [2025-05-05T23:54:34.608Z] d9fbbaac2103: Waiting [2025-05-05T23:54:34.608Z] 2fcbf655c62c: Waiting [2025-05-05T23:54:34.608Z] 9c06e412d912: Waiting [2025-05-05T23:54:34.608Z] dd9c8f8612c8: Waiting [2025-05-05T23:54:34.608Z] 0137feaac7a4: Layer already exists [2025-05-05T23:54:34.608Z] 1089a6bb6171: Layer already exists [2025-05-05T23:54:34.608Z] 9e53b62cebc7: Layer already exists [2025-05-05T23:54:34.608Z] 93ae660f8f25: Layer already exists [2025-05-05T23:54:34.608Z] 8a43bff0a872: Layer already exists [2025-05-05T23:54:34.608Z] 2fcbf655c62c: Layer already exists [2025-05-05T23:54:34.608Z] d9fbbaac2103: Layer already exists [2025-05-05T23:54:34.608Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:54:34.608Z] 9c06e412d912: Layer already exists [2025-05-05T23:54:34.608Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:3565ec65a1860df58433cec6248b0e953e2b7f036e5f429f2e6114bf517d0c4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:35.218Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:35.559Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-05-05T23:54:35.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-05T23:54:35.559Z] 0137feaac7a4: Preparing [2025-05-05T23:54:35.559Z] 9e53b62cebc7: Preparing [2025-05-05T23:54:35.559Z] 8a43bff0a872: Preparing [2025-05-05T23:54:35.559Z] 1089a6bb6171: Preparing [2025-05-05T23:54:35.559Z] 93ae660f8f25: Preparing [2025-05-05T23:54:35.559Z] d9fbbaac2103: Preparing [2025-05-05T23:54:35.559Z] 2fcbf655c62c: Preparing [2025-05-05T23:54:35.559Z] 9c06e412d912: Preparing [2025-05-05T23:54:35.559Z] dd9c8f8612c8: Preparing [2025-05-05T23:54:35.559Z] d9fbbaac2103: Waiting [2025-05-05T23:54:35.559Z] 2fcbf655c62c: Waiting [2025-05-05T23:54:35.559Z] 9c06e412d912: Waiting [2025-05-05T23:54:35.559Z] dd9c8f8612c8: Waiting [2025-05-05T23:54:35.559Z] 9e53b62cebc7: Layer already exists [2025-05-05T23:54:35.559Z] 8a43bff0a872: Layer already exists [2025-05-05T23:54:35.559Z] 93ae660f8f25: Layer already exists [2025-05-05T23:54:35.559Z] 1089a6bb6171: Layer already exists [2025-05-05T23:54:35.559Z] 0137feaac7a4: Layer already exists [2025-05-05T23:54:35.559Z] 2fcbf655c62c: Layer already exists [2025-05-05T23:54:35.559Z] d9fbbaac2103: Layer already exists [2025-05-05T23:54:35.559Z] 9c06e412d912: Layer already exists [2025-05-05T23:54:35.559Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:54:35.559Z] main: digest: sha256:3565ec65a1860df58433cec6248b0e953e2b7f036e5f429f2e6114bf517d0c4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:54:35.647Z] ===================================================== [Pipeline] echo [2025-05-05T23:54:35.667Z] taggedImages: [2025-05-05T23:54:35.667Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:54:35.667Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-05-05T23:54:35.667Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.9 [2025-05-05T23:54:35.667Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:54:35.667Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-05-05T23:54:35.697Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-05-05T23:54:35.697Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:54:35.697Z] latest [2025-05-05T23:54:35.697Z] 4.1.0-dev.9 [2025-05-05T23:54:35.697Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:54:35.697Z] main [2025-05-05T23:54:35.697Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:36.068Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:54:36.419Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:54:36.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-05T23:54:36.419Z] 05e97dd77cbf: Preparing [2025-05-05T23:54:36.419Z] df087c7185bf: Preparing [2025-05-05T23:54:36.419Z] a9faeb1ea693: Preparing [2025-05-05T23:54:36.419Z] 1089a6bb6171: Preparing [2025-05-05T23:54:36.419Z] 93ae660f8f25: Preparing [2025-05-05T23:54:36.419Z] b62360e58ac1: Preparing [2025-05-05T23:54:36.419Z] ebdee0735665: Preparing [2025-05-05T23:54:36.419Z] e6e3bce20f72: Preparing [2025-05-05T23:54:36.419Z] dd9c8f8612c8: Preparing [2025-05-05T23:54:36.419Z] ebdee0735665: Waiting [2025-05-05T23:54:36.419Z] e6e3bce20f72: Waiting [2025-05-05T23:54:36.419Z] dd9c8f8612c8: Waiting [2025-05-05T23:54:36.419Z] b62360e58ac1: Waiting [2025-05-05T23:54:36.419Z] 1089a6bb6171: Layer already exists [2025-05-05T23:54:36.419Z] 93ae660f8f25: Layer already exists [2025-05-05T23:54:36.419Z] ebdee0735665: Layer already exists [2025-05-05T23:54:36.683Z] e6e3bce20f72: Layer already exists [2025-05-05T23:54:36.683Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:54:36.683Z] 05e97dd77cbf: Pushed [2025-05-05T23:54:36.683Z] a9faeb1ea693: Pushed [2025-05-05T23:54:36.683Z] df087c7185bf: Pushed [2025-05-05T23:55:03.303Z] b62360e58ac1: Pushed [2025-05-05T23:55:03.303Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:7a13a0ea771bd27b443656a65656b8f1ba11816c2854ebab4b4488f7234f4604 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:03.656Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:04.001Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-05-05T23:55:04.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-05T23:55:04.001Z] 05e97dd77cbf: Preparing [2025-05-05T23:55:04.001Z] df087c7185bf: Preparing [2025-05-05T23:55:04.001Z] a9faeb1ea693: Preparing [2025-05-05T23:55:04.001Z] 1089a6bb6171: Preparing [2025-05-05T23:55:04.001Z] 93ae660f8f25: Preparing [2025-05-05T23:55:04.001Z] b62360e58ac1: Preparing [2025-05-05T23:55:04.001Z] ebdee0735665: Preparing [2025-05-05T23:55:04.001Z] e6e3bce20f72: Preparing [2025-05-05T23:55:04.001Z] dd9c8f8612c8: Preparing [2025-05-05T23:55:04.001Z] b62360e58ac1: Waiting [2025-05-05T23:55:04.001Z] ebdee0735665: Waiting [2025-05-05T23:55:04.001Z] e6e3bce20f72: Waiting [2025-05-05T23:55:04.001Z] dd9c8f8612c8: Waiting [2025-05-05T23:55:04.001Z] 1089a6bb6171: Layer already exists [2025-05-05T23:55:04.001Z] 05e97dd77cbf: Layer already exists [2025-05-05T23:55:04.001Z] a9faeb1ea693: Layer already exists [2025-05-05T23:55:04.001Z] 93ae660f8f25: Layer already exists [2025-05-05T23:55:04.001Z] df087c7185bf: Layer already exists [2025-05-05T23:55:04.001Z] b62360e58ac1: Layer already exists [2025-05-05T23:55:04.001Z] e6e3bce20f72: Layer already exists [2025-05-05T23:55:04.001Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:55:04.001Z] ebdee0735665: Layer already exists [2025-05-05T23:55:04.264Z] latest: digest: sha256:7a13a0ea771bd27b443656a65656b8f1ba11816c2854ebab4b4488f7234f4604 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:04.615Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:04.958Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.9 [2025-05-05T23:55:04.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-05T23:55:04.958Z] 05e97dd77cbf: Preparing [2025-05-05T23:55:04.958Z] df087c7185bf: Preparing [2025-05-05T23:55:04.958Z] a9faeb1ea693: Preparing [2025-05-05T23:55:04.958Z] 1089a6bb6171: Preparing [2025-05-05T23:55:04.958Z] 93ae660f8f25: Preparing [2025-05-05T23:55:04.958Z] b62360e58ac1: Preparing [2025-05-05T23:55:04.958Z] ebdee0735665: Preparing [2025-05-05T23:55:04.958Z] e6e3bce20f72: Preparing [2025-05-05T23:55:04.958Z] dd9c8f8612c8: Preparing [2025-05-05T23:55:04.958Z] b62360e58ac1: Waiting [2025-05-05T23:55:04.958Z] ebdee0735665: Waiting [2025-05-05T23:55:04.958Z] e6e3bce20f72: Waiting [2025-05-05T23:55:04.958Z] dd9c8f8612c8: Waiting [2025-05-05T23:55:04.958Z] a9faeb1ea693: Layer already exists [2025-05-05T23:55:04.958Z] 93ae660f8f25: Layer already exists [2025-05-05T23:55:04.958Z] 1089a6bb6171: Layer already exists [2025-05-05T23:55:04.958Z] df087c7185bf: Layer already exists [2025-05-05T23:55:04.958Z] 05e97dd77cbf: Layer already exists [2025-05-05T23:55:04.958Z] b62360e58ac1: Layer already exists [2025-05-05T23:55:04.958Z] ebdee0735665: Layer already exists [2025-05-05T23:55:04.958Z] e6e3bce20f72: Layer already exists [2025-05-05T23:55:04.958Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:55:04.958Z] 4.1.0-dev.9: digest: sha256:7a13a0ea771bd27b443656a65656b8f1ba11816c2854ebab4b4488f7234f4604 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:05.565Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:05.912Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:55:05.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-05T23:55:05.913Z] 05e97dd77cbf: Preparing [2025-05-05T23:55:05.913Z] df087c7185bf: Preparing [2025-05-05T23:55:05.913Z] a9faeb1ea693: Preparing [2025-05-05T23:55:05.913Z] 1089a6bb6171: Preparing [2025-05-05T23:55:05.913Z] 93ae660f8f25: Preparing [2025-05-05T23:55:05.913Z] b62360e58ac1: Preparing [2025-05-05T23:55:05.913Z] ebdee0735665: Preparing [2025-05-05T23:55:05.913Z] e6e3bce20f72: Preparing [2025-05-05T23:55:05.913Z] dd9c8f8612c8: Preparing [2025-05-05T23:55:05.913Z] ebdee0735665: Waiting [2025-05-05T23:55:05.913Z] e6e3bce20f72: Waiting [2025-05-05T23:55:05.913Z] dd9c8f8612c8: Waiting [2025-05-05T23:55:05.913Z] b62360e58ac1: Waiting [2025-05-05T23:55:05.913Z] 1089a6bb6171: Layer already exists [2025-05-05T23:55:05.913Z] df087c7185bf: Layer already exists [2025-05-05T23:55:05.913Z] 05e97dd77cbf: Layer already exists [2025-05-05T23:55:05.913Z] 93ae660f8f25: Layer already exists [2025-05-05T23:55:05.913Z] a9faeb1ea693: Layer already exists [2025-05-05T23:55:05.913Z] ebdee0735665: Layer already exists [2025-05-05T23:55:05.913Z] b62360e58ac1: Layer already exists [2025-05-05T23:55:05.913Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:55:05.913Z] e6e3bce20f72: Layer already exists [2025-05-05T23:55:05.913Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:7a13a0ea771bd27b443656a65656b8f1ba11816c2854ebab4b4488f7234f4604 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:06.271Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:06.622Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-05-05T23:55:06.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-05T23:55:06.622Z] 05e97dd77cbf: Preparing [2025-05-05T23:55:06.622Z] df087c7185bf: Preparing [2025-05-05T23:55:06.622Z] a9faeb1ea693: Preparing [2025-05-05T23:55:06.622Z] 1089a6bb6171: Preparing [2025-05-05T23:55:06.622Z] 93ae660f8f25: Preparing [2025-05-05T23:55:06.622Z] b62360e58ac1: Preparing [2025-05-05T23:55:06.622Z] ebdee0735665: Preparing [2025-05-05T23:55:06.622Z] e6e3bce20f72: Preparing [2025-05-05T23:55:06.622Z] dd9c8f8612c8: Preparing [2025-05-05T23:55:06.622Z] ebdee0735665: Waiting [2025-05-05T23:55:06.622Z] e6e3bce20f72: Waiting [2025-05-05T23:55:06.622Z] dd9c8f8612c8: Waiting [2025-05-05T23:55:06.622Z] b62360e58ac1: Waiting [2025-05-05T23:55:06.622Z] df087c7185bf: Layer already exists [2025-05-05T23:55:06.622Z] 93ae660f8f25: Layer already exists [2025-05-05T23:55:06.622Z] 05e97dd77cbf: Layer already exists [2025-05-05T23:55:06.622Z] a9faeb1ea693: Layer already exists [2025-05-05T23:55:06.622Z] 1089a6bb6171: Layer already exists [2025-05-05T23:55:06.622Z] ebdee0735665: Layer already exists [2025-05-05T23:55:06.622Z] e6e3bce20f72: Layer already exists [2025-05-05T23:55:06.622Z] b62360e58ac1: Layer already exists [2025-05-05T23:55:06.622Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:55:06.885Z] main: digest: sha256:7a13a0ea771bd27b443656a65656b8f1ba11816c2854ebab4b4488f7234f4604 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:55:06.960Z] ===================================================== [Pipeline] echo [2025-05-05T23:55:06.974Z] taggedImages: [2025-05-05T23:55:06.974Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:55:06.974Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-05-05T23:55:06.974Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.9 [2025-05-05T23:55:06.974Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:55:06.974Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-05-05T23:55:07.001Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-05-05T23:55:07.001Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:55:07.001Z] latest [2025-05-05T23:55:07.001Z] 4.1.0-dev.9 [2025-05-05T23:55:07.001Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:55:07.001Z] main [2025-05-05T23:55:07.001Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:07.361Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:07.707Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:55:07.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-05T23:55:07.707Z] d8aa04f4ba23: Preparing [2025-05-05T23:55:07.707Z] bf0ae0c9f031: Preparing [2025-05-05T23:55:07.707Z] 1089a6bb6171: Preparing [2025-05-05T23:55:07.707Z] 93ae660f8f25: Preparing [2025-05-05T23:55:07.707Z] e8f53ba01231: Preparing [2025-05-05T23:55:07.707Z] a40432bee233: Preparing [2025-05-05T23:55:07.707Z] dd9c8f8612c8: Preparing [2025-05-05T23:55:07.707Z] a40432bee233: Waiting [2025-05-05T23:55:07.707Z] dd9c8f8612c8: Waiting [2025-05-05T23:55:07.707Z] 1089a6bb6171: Layer already exists [2025-05-05T23:55:07.707Z] 93ae660f8f25: Layer already exists [2025-05-05T23:55:07.707Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:55:07.971Z] e8f53ba01231: Pushed [2025-05-05T23:55:07.971Z] d8aa04f4ba23: Pushed [2025-05-05T23:55:08.923Z] a40432bee233: Pushed [2025-05-05T23:55:15.528Z] bf0ae0c9f031: Pushed [2025-05-05T23:55:15.791Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:045691d44cefc0eba41d26f0ca77dc2263d86ac7ca069b782fbe69b12f438c4a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:16.147Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:16.495Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-05-05T23:55:16.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-05T23:55:16.495Z] d8aa04f4ba23: Preparing [2025-05-05T23:55:16.495Z] bf0ae0c9f031: Preparing [2025-05-05T23:55:16.495Z] 1089a6bb6171: Preparing [2025-05-05T23:55:16.495Z] 93ae660f8f25: Preparing [2025-05-05T23:55:16.495Z] e8f53ba01231: Preparing [2025-05-05T23:55:16.495Z] a40432bee233: Preparing [2025-05-05T23:55:16.495Z] dd9c8f8612c8: Preparing [2025-05-05T23:55:16.495Z] a40432bee233: Waiting [2025-05-05T23:55:16.495Z] dd9c8f8612c8: Waiting [2025-05-05T23:55:16.495Z] e8f53ba01231: Layer already exists [2025-05-05T23:55:16.495Z] bf0ae0c9f031: Layer already exists [2025-05-05T23:55:16.495Z] 1089a6bb6171: Layer already exists [2025-05-05T23:55:16.495Z] 93ae660f8f25: Layer already exists [2025-05-05T23:55:16.495Z] d8aa04f4ba23: Layer already exists [2025-05-05T23:55:16.495Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:55:16.495Z] a40432bee233: Layer already exists [2025-05-05T23:55:16.758Z] latest: digest: sha256:045691d44cefc0eba41d26f0ca77dc2263d86ac7ca069b782fbe69b12f438c4a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:17.096Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:17.440Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.9 [2025-05-05T23:55:17.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-05T23:55:17.440Z] d8aa04f4ba23: Preparing [2025-05-05T23:55:17.440Z] bf0ae0c9f031: Preparing [2025-05-05T23:55:17.440Z] 1089a6bb6171: Preparing [2025-05-05T23:55:17.440Z] 93ae660f8f25: Preparing [2025-05-05T23:55:17.440Z] e8f53ba01231: Preparing [2025-05-05T23:55:17.440Z] a40432bee233: Preparing [2025-05-05T23:55:17.440Z] dd9c8f8612c8: Preparing [2025-05-05T23:55:17.440Z] a40432bee233: Waiting [2025-05-05T23:55:17.440Z] dd9c8f8612c8: Waiting [2025-05-05T23:55:17.440Z] 93ae660f8f25: Layer already exists [2025-05-05T23:55:17.440Z] e8f53ba01231: Layer already exists [2025-05-05T23:55:17.440Z] d8aa04f4ba23: Layer already exists [2025-05-05T23:55:17.440Z] bf0ae0c9f031: Layer already exists [2025-05-05T23:55:17.440Z] 1089a6bb6171: Layer already exists [2025-05-05T23:55:17.440Z] a40432bee233: Layer already exists [2025-05-05T23:55:17.440Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:55:17.440Z] 4.1.0-dev.9: digest: sha256:045691d44cefc0eba41d26f0ca77dc2263d86ac7ca069b782fbe69b12f438c4a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:18.042Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:18.394Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:55:18.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-05T23:55:18.394Z] d8aa04f4ba23: Preparing [2025-05-05T23:55:18.394Z] bf0ae0c9f031: Preparing [2025-05-05T23:55:18.394Z] 1089a6bb6171: Preparing [2025-05-05T23:55:18.394Z] 93ae660f8f25: Preparing [2025-05-05T23:55:18.394Z] e8f53ba01231: Preparing [2025-05-05T23:55:18.394Z] a40432bee233: Preparing [2025-05-05T23:55:18.394Z] dd9c8f8612c8: Preparing [2025-05-05T23:55:18.394Z] a40432bee233: Waiting [2025-05-05T23:55:18.394Z] dd9c8f8612c8: Waiting [2025-05-05T23:55:18.394Z] 1089a6bb6171: Layer already exists [2025-05-05T23:55:18.394Z] bf0ae0c9f031: Layer already exists [2025-05-05T23:55:18.394Z] 93ae660f8f25: Layer already exists [2025-05-05T23:55:18.394Z] e8f53ba01231: Layer already exists [2025-05-05T23:55:18.394Z] d8aa04f4ba23: Layer already exists [2025-05-05T23:55:18.394Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:55:18.394Z] a40432bee233: Layer already exists [2025-05-05T23:55:18.394Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:045691d44cefc0eba41d26f0ca77dc2263d86ac7ca069b782fbe69b12f438c4a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:18.832Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:19.189Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-05-05T23:55:19.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-05T23:55:19.189Z] d8aa04f4ba23: Preparing [2025-05-05T23:55:19.189Z] bf0ae0c9f031: Preparing [2025-05-05T23:55:19.189Z] 1089a6bb6171: Preparing [2025-05-05T23:55:19.189Z] 93ae660f8f25: Preparing [2025-05-05T23:55:19.189Z] e8f53ba01231: Preparing [2025-05-05T23:55:19.189Z] a40432bee233: Preparing [2025-05-05T23:55:19.189Z] dd9c8f8612c8: Preparing [2025-05-05T23:55:19.189Z] a40432bee233: Waiting [2025-05-05T23:55:19.189Z] dd9c8f8612c8: Waiting [2025-05-05T23:55:19.189Z] 93ae660f8f25: Layer already exists [2025-05-05T23:55:19.189Z] bf0ae0c9f031: Layer already exists [2025-05-05T23:55:19.189Z] 1089a6bb6171: Layer already exists [2025-05-05T23:55:19.189Z] e8f53ba01231: Layer already exists [2025-05-05T23:55:19.189Z] d8aa04f4ba23: Layer already exists [2025-05-05T23:55:19.189Z] a40432bee233: Layer already exists [2025-05-05T23:55:19.189Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:55:19.189Z] main: digest: sha256:045691d44cefc0eba41d26f0ca77dc2263d86ac7ca069b782fbe69b12f438c4a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:55:19.534Z] ===================================================== [Pipeline] echo [2025-05-05T23:55:19.548Z] taggedImages: [2025-05-05T23:55:19.548Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:55:19.548Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-05-05T23:55:19.548Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.9 [2025-05-05T23:55:19.548Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:55:19.548Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-05-05T23:55:19.575Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-05-05T23:55:19.575Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:55:19.575Z] latest [2025-05-05T23:55:19.575Z] 4.1.0-dev.9 [2025-05-05T23:55:19.575Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:55:19.575Z] main [2025-05-05T23:55:19.575Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:19.942Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:20.296Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:55:20.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-05T23:55:20.296Z] 151cab27d5a9: Preparing [2025-05-05T23:55:20.296Z] 1b799721d451: Preparing [2025-05-05T23:55:20.296Z] 1089a6bb6171: Preparing [2025-05-05T23:55:20.296Z] 93ae660f8f25: Preparing [2025-05-05T23:55:20.296Z] a6e2c838e5ec: Preparing [2025-05-05T23:55:20.296Z] 624f74b1c16b: Preparing [2025-05-05T23:55:20.296Z] dd9c8f8612c8: Preparing [2025-05-05T23:55:20.296Z] 624f74b1c16b: Waiting [2025-05-05T23:55:20.296Z] dd9c8f8612c8: Waiting [2025-05-05T23:55:20.296Z] 1089a6bb6171: Layer already exists [2025-05-05T23:55:20.296Z] 93ae660f8f25: Layer already exists [2025-05-05T23:55:20.560Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:55:20.560Z] a6e2c838e5ec: Pushed [2025-05-05T23:55:20.560Z] 151cab27d5a9: Pushed [2025-05-05T23:55:21.136Z] 624f74b1c16b: Pushed [2025-05-05T23:55:29.308Z] 1b799721d451: Pushed [2025-05-05T23:55:29.308Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:928216793ed4ec55989399c8793ceec7b5e595db83d22c77105eb1ee98455deb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:29.669Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:30.018Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-05-05T23:55:30.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-05T23:55:30.018Z] 151cab27d5a9: Preparing [2025-05-05T23:55:30.018Z] 1b799721d451: Preparing [2025-05-05T23:55:30.018Z] 1089a6bb6171: Preparing [2025-05-05T23:55:30.018Z] 93ae660f8f25: Preparing [2025-05-05T23:55:30.018Z] a6e2c838e5ec: Preparing [2025-05-05T23:55:30.018Z] 624f74b1c16b: Preparing [2025-05-05T23:55:30.018Z] dd9c8f8612c8: Preparing [2025-05-05T23:55:30.018Z] 624f74b1c16b: Waiting [2025-05-05T23:55:30.018Z] dd9c8f8612c8: Waiting [2025-05-05T23:55:30.018Z] a6e2c838e5ec: Layer already exists [2025-05-05T23:55:30.018Z] 93ae660f8f25: Layer already exists [2025-05-05T23:55:30.018Z] 1089a6bb6171: Layer already exists [2025-05-05T23:55:30.018Z] 1b799721d451: Layer already exists [2025-05-05T23:55:30.018Z] 151cab27d5a9: Layer already exists [2025-05-05T23:55:30.018Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:55:30.018Z] 624f74b1c16b: Layer already exists [2025-05-05T23:55:30.282Z] latest: digest: sha256:928216793ed4ec55989399c8793ceec7b5e595db83d22c77105eb1ee98455deb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:30.636Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:30.984Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.9 [2025-05-05T23:55:30.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-05T23:55:30.984Z] 151cab27d5a9: Preparing [2025-05-05T23:55:30.984Z] 1b799721d451: Preparing [2025-05-05T23:55:30.984Z] 1089a6bb6171: Preparing [2025-05-05T23:55:30.984Z] 93ae660f8f25: Preparing [2025-05-05T23:55:30.984Z] a6e2c838e5ec: Preparing [2025-05-05T23:55:30.984Z] 624f74b1c16b: Preparing [2025-05-05T23:55:30.984Z] dd9c8f8612c8: Preparing [2025-05-05T23:55:30.984Z] 624f74b1c16b: Waiting [2025-05-05T23:55:30.984Z] dd9c8f8612c8: Waiting [2025-05-05T23:55:30.984Z] 1089a6bb6171: Layer already exists [2025-05-05T23:55:30.984Z] 1b799721d451: Layer already exists [2025-05-05T23:55:30.984Z] a6e2c838e5ec: Layer already exists [2025-05-05T23:55:30.984Z] 93ae660f8f25: Layer already exists [2025-05-05T23:55:30.984Z] 151cab27d5a9: Layer already exists [2025-05-05T23:55:30.984Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:55:30.984Z] 624f74b1c16b: Layer already exists [2025-05-05T23:55:30.984Z] 4.1.0-dev.9: digest: sha256:928216793ed4ec55989399c8793ceec7b5e595db83d22c77105eb1ee98455deb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:31.600Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:31.941Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:55:31.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-05T23:55:31.941Z] 151cab27d5a9: Preparing [2025-05-05T23:55:31.941Z] 1b799721d451: Preparing [2025-05-05T23:55:31.941Z] 1089a6bb6171: Preparing [2025-05-05T23:55:31.941Z] 93ae660f8f25: Preparing [2025-05-05T23:55:31.941Z] a6e2c838e5ec: Preparing [2025-05-05T23:55:31.941Z] 624f74b1c16b: Preparing [2025-05-05T23:55:31.941Z] dd9c8f8612c8: Preparing [2025-05-05T23:55:31.941Z] 624f74b1c16b: Waiting [2025-05-05T23:55:31.941Z] dd9c8f8612c8: Waiting [2025-05-05T23:55:31.941Z] a6e2c838e5ec: Layer already exists [2025-05-05T23:55:31.941Z] 1b799721d451: Layer already exists [2025-05-05T23:55:31.941Z] 93ae660f8f25: Layer already exists [2025-05-05T23:55:31.941Z] 1089a6bb6171: Layer already exists [2025-05-05T23:55:31.941Z] 151cab27d5a9: Layer already exists [2025-05-05T23:55:31.941Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:55:31.941Z] 624f74b1c16b: Layer already exists [2025-05-05T23:55:32.204Z] 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:928216793ed4ec55989399c8793ceec7b5e595db83d22c77105eb1ee98455deb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:32.548Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:32.904Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-05-05T23:55:32.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-05T23:55:32.904Z] 151cab27d5a9: Preparing [2025-05-05T23:55:32.904Z] 1b799721d451: Preparing [2025-05-05T23:55:32.904Z] 1089a6bb6171: Preparing [2025-05-05T23:55:32.904Z] 93ae660f8f25: Preparing [2025-05-05T23:55:32.904Z] a6e2c838e5ec: Preparing [2025-05-05T23:55:32.904Z] 624f74b1c16b: Preparing [2025-05-05T23:55:32.904Z] dd9c8f8612c8: Preparing [2025-05-05T23:55:32.904Z] dd9c8f8612c8: Waiting [2025-05-05T23:55:32.904Z] 624f74b1c16b: Waiting [2025-05-05T23:55:32.904Z] a6e2c838e5ec: Layer already exists [2025-05-05T23:55:32.904Z] 1b799721d451: Layer already exists [2025-05-05T23:55:32.904Z] 151cab27d5a9: Layer already exists [2025-05-05T23:55:32.904Z] 93ae660f8f25: Layer already exists [2025-05-05T23:55:32.904Z] 1089a6bb6171: Layer already exists [2025-05-05T23:55:32.904Z] dd9c8f8612c8: Layer already exists [2025-05-05T23:55:32.904Z] 624f74b1c16b: Layer already exists [2025-05-05T23:55:33.168Z] main: digest: sha256:928216793ed4ec55989399c8793ceec7b5e595db83d22c77105eb1ee98455deb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-05T23:55:33.242Z] ===================================================== [Pipeline] echo [2025-05-05T23:55:33.255Z] taggedImages: [2025-05-05T23:55:33.255Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [2025-05-05T23:55:33.255Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-05-05T23:55:33.255Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.9 [2025-05-05T23:55:33.255Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [2025-05-05T23:55:33.255Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-05-05T23:55:33.267Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo [2025-05-05T23:55:33.277Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-05-05T23:55:33.289Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.303Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.315Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-05-05T23:55:33.325Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo [2025-05-05T23:55:33.339Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-05-05T23:55:33.351Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.359Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.371Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-05-05T23:55:33.385Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo [2025-05-05T23:55:33.399Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-05-05T23:55:33.414Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.424Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.440Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-05-05T23:55:33.454Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo [2025-05-05T23:55:33.470Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-05-05T23:55:33.482Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.494Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.511Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-05-05T23:55:33.526Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo [2025-05-05T23:55:33.541Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-05-05T23:55:33.553Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.563Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.581Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-05-05T23:55:33.594Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo [2025-05-05T23:55:33.611Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-05-05T23:55:33.624Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.636Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.648Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-05-05T23:55:33.665Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo [2025-05-05T23:55:33.682Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-05-05T23:55:33.698Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.710Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.721Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-05-05T23:55:33.733Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo [2025-05-05T23:55:33.747Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-05-05T23:55:33.761Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.774Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.788Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-05-05T23:55:33.800Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo [2025-05-05T23:55:33.812Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-05-05T23:55:33.821Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.832Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.849Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-05-05T23:55:33.861Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo [2025-05-05T23:55:33.878Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-05-05T23:55:33.890Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.900Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.916Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-05-05T23:55:33.927Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo [2025-05-05T23:55:33.937Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-05-05T23:55:33.951Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.961Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:33.972Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-05-05T23:55:33.984Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo [2025-05-05T23:55:34.002Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-05-05T23:55:34.021Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:34.035Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:34.058Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-05-05T23:55:34.072Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo [2025-05-05T23:55:34.088Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-05-05T23:55:34.098Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:34.109Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:34.122Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-05-05T23:55:34.135Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo [2025-05-05T23:55:34.147Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-05-05T23:55:34.158Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:34.168Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:34.180Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-05-05T23:55:34.196Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo [2025-05-05T23:55:34.209Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-05-05T23:55:34.223Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:34.234Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo [2025-05-05T23:55:34.248Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:34.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-05T23:55:34.653Z] [2025-05-05T23:55:34.653Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-05T23:55:34.977Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-05T23:55:34.977Z] arm64: Pulling from edgex-lftools-log-publisher [2025-05-05T23:55:34.977Z] 8998bd30e6a1: Pulling fs layer [2025-05-05T23:55:34.977Z] 04944245beec: Pulling fs layer [2025-05-05T23:55:34.977Z] 699f458cf7ca: Pulling fs layer [2025-05-05T23:55:34.977Z] 765212b225bb: Pulling fs layer [2025-05-05T23:55:34.977Z] f23df028b6ca: Pulling fs layer [2025-05-05T23:55:34.977Z] d65c8cfc05b1: Pulling fs layer [2025-05-05T23:55:34.977Z] 2437ff75d9bd: Pulling fs layer [2025-05-05T23:55:34.977Z] f23df028b6ca: Waiting [2025-05-05T23:55:34.977Z] 765212b225bb: Waiting [2025-05-05T23:55:34.977Z] d65c8cfc05b1: Waiting [2025-05-05T23:55:35.241Z] 04944245beec: Verifying Checksum [2025-05-05T23:55:35.241Z] 04944245beec: Download complete [2025-05-05T23:55:35.241Z] 765212b225bb: Verifying Checksum [2025-05-05T23:55:35.241Z] 765212b225bb: Download complete [2025-05-05T23:55:35.241Z] f23df028b6ca: Verifying Checksum [2025-05-05T23:55:35.241Z] f23df028b6ca: Download complete [2025-05-05T23:55:35.241Z] d65c8cfc05b1: Download complete [2025-05-05T23:55:35.506Z] 699f458cf7ca: Verifying Checksum [2025-05-05T23:55:35.506Z] 699f458cf7ca: Download complete [2025-05-05T23:55:35.770Z] 8998bd30e6a1: Download complete [2025-05-05T23:55:38.334Z] 2437ff75d9bd: Verifying Checksum [2025-05-05T23:55:38.334Z] 2437ff75d9bd: Download complete [2025-05-05T23:55:40.261Z] 8998bd30e6a1: Pull complete [2025-05-05T23:55:40.526Z] 04944245beec: Pull complete [2025-05-05T23:55:42.463Z] 699f458cf7ca: Pull complete [2025-05-05T23:55:42.463Z] 765212b225bb: Pull complete [2025-05-05T23:55:43.420Z] f23df028b6ca: Pull complete [2025-05-05T23:55:43.420Z] d65c8cfc05b1: Pull complete [2025-05-05T23:56:01.601Z] 2437ff75d9bd: Pull complete [2025-05-05T23:56:01.601Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-05-05T23:56:01.601Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-05T23:56:01.601Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-05T23:56:01.812Z] prd-ubuntu20.04-docker-arm64-4c-16g-967 does not seem to be running inside a container [2025-05-05T23:56:01.865Z] $ 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/835 -v /w/workspace/edgex-go/835:/w/workspace/edgex-go/835:rw,z -v /w/workspace/edgex-go/835@tmp:/w/workspace/edgex-go/835@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-05-05T23:56:03.946Z] $ docker top 3b4c280ea3c302adb201a59f6dbc32eb8871bd259b743a8b46fbfda568c6f737 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-05T23:56:04.878Z] ---> job-cost.sh [2025-05-05T23:56:04.878Z] lf-activate-venv: SKIPPING [2025-05-05T23:56:04.878Z] INFO: No Stack... [2025-05-05T23:56:05.457Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-05-05T23:56:06.034Z] INFO: Archiving Costs [Pipeline] sh [2025-05-05T23:56:06.400Z] + cat /w/workspace/edgex-go/835/archives/cost.csv [2025-05-05T23:56:06.400Z] + cut -d, -f6 [Pipeline] lock [2025-05-05T23:56:06.449Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-835-stack-cost] [2025-05-05T23:56:06.456Z] Resource [jenkins-edgexfoundry-edgex-go-main-835-stack-cost] did not exist. Created. [2025-05-05T23:56:06.462Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-835-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-05-05T23:56:07.126Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-05-05T23:56:07.922Z] Stashed 1 file(s) [Pipeline] } [2025-05-05T23:56:07.936Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-835-stack-cost] [Pipeline] // lock [Pipeline] } [2025-05-05T23:56:07.952Z] $ docker stop --time=1 3b4c280ea3c302adb201a59f6dbc32eb8871bd259b743a8b46fbfda568c6f737 [2025-05-05T23:56:09.447Z] $ docker rm -f --volumes 3b4c280ea3c302adb201a59f6dbc32eb8871bd259b743a8b46fbfda568c6f737 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-05-06T05:09:22.213Z] Cancelling nested steps due to timeout [2025-05-06T05:09:22.220Z] Sending interrupt signal to process [2025-05-06T05:09:23.287Z] script returned exit code 143 [Pipeline] } [2025-05-06T05:09:23.291Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-05-06T05:09:23.831Z] + '[' -d /w/workspace/edgex-go/835/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-05-06T05:09:24.130Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-06T05:09:24.684Z] ---> package-listing.sh [2025-05-06T05:09:24.684Z] ++ facter osfamily [2025-05-06T05:09:24.684Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-06T05:09:24.943Z] + OS_FAMILY=redhat [2025-05-06T05:09:24.943Z] + workspace=/w/workspace/edgex-go/835 [2025-05-06T05:09:24.943Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-06T05:09:24.943Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-06T05:09:24.943Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-06T05:09:24.943Z] + PACKAGES=/tmp/packages_start.txt [2025-05-06T05:09:24.943Z] + '[' /w/workspace/edgex-go/835 ']' [2025-05-06T05:09:24.943Z] + PACKAGES=/tmp/packages_end.txt [2025-05-06T05:09:24.943Z] + case "${OS_FAMILY}" in [2025-05-06T05:09:24.943Z] + sort [2025-05-06T05:09:24.943Z] + rpm -qa [2025-05-06T05:09:25.512Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-06T05:09:25.512Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-06T05:09:25.512Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-06T05:09:25.512Z] + '[' /w/workspace/edgex-go/835 ']' [2025-05-06T05:09:25.512Z] + mkdir -p /w/workspace/edgex-go/835/archives/ [2025-05-06T05:09:25.512Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/835/archives/ [Pipeline] echo [2025-05-06T05:09:25.523Z] 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/835/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-05-06T05:09:25.801Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-06T05:09:26.372Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-06T05:09:26.372Z] [2025-05-06T05:09:26.372Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-06T05:09:26.683Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-06T05:09:26.683Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-06T05:09:26.683Z] 5eb5b503b376: Pulling fs layer [2025-05-06T05:09:26.683Z] 5c69ac0246d0: Pulling fs layer [2025-05-06T05:09:26.683Z] ec43610c2a17: Pulling fs layer [2025-05-06T05:09:26.683Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-06T05:09:26.683Z] 33b1e0a273af: Pulling fs layer [2025-05-06T05:09:26.683Z] 5d3b04190fa2: Pulling fs layer [2025-05-06T05:09:26.683Z] 2f39f015ded8: Pulling fs layer [2025-05-06T05:09:26.683Z] 33b1e0a273af: Waiting [2025-05-06T05:09:26.683Z] 5d3b04190fa2: Waiting [2025-05-06T05:09:26.683Z] 2f39f015ded8: Waiting [2025-05-06T05:09:26.683Z] 3a2ae6a8a46f: Waiting [2025-05-06T05:09:26.683Z] 5c69ac0246d0: Verifying Checksum [2025-05-06T05:09:26.683Z] 5c69ac0246d0: Download complete [2025-05-06T05:09:26.683Z] 3a2ae6a8a46f: Verifying Checksum [2025-05-06T05:09:26.683Z] 3a2ae6a8a46f: Download complete [2025-05-06T05:09:26.946Z] 33b1e0a273af: Verifying Checksum [2025-05-06T05:09:26.946Z] 33b1e0a273af: Download complete [2025-05-06T05:09:26.946Z] ec43610c2a17: Verifying Checksum [2025-05-06T05:09:26.946Z] ec43610c2a17: Download complete [2025-05-06T05:09:26.946Z] 5d3b04190fa2: Verifying Checksum [2025-05-06T05:09:26.946Z] 5d3b04190fa2: Download complete [2025-05-06T05:09:26.946Z] 5eb5b503b376: Verifying Checksum [2025-05-06T05:09:26.946Z] 5eb5b503b376: Download complete [2025-05-06T05:09:27.520Z] 2f39f015ded8: Verifying Checksum [2025-05-06T05:09:27.520Z] 2f39f015ded8: Download complete [2025-05-06T05:09:28.492Z] 5eb5b503b376: Pull complete [2025-05-06T05:09:28.492Z] 5c69ac0246d0: Pull complete [2025-05-06T05:09:29.067Z] ec43610c2a17: Pull complete [2025-05-06T05:09:29.067Z] 3a2ae6a8a46f: Pull complete [2025-05-06T05:09:29.067Z] 33b1e0a273af: Pull complete [2025-05-06T05:09:29.326Z] 5d3b04190fa2: Pull complete [2025-05-06T05:09:33.531Z] 2f39f015ded8: Pull complete [2025-05-06T05:09:33.531Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-06T05:09:33.531Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-06T05:09:33.531Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-06T05:09:33.628Z] prd-centos7-docker-4c-2g-968 does not seem to be running inside a container [2025-05-06T05:09:33.662Z] $ 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/835/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-05-06T05:09:36.706Z] $ docker top 1319b21fc3aeaaba632be0bd753059fdfc728b5d0bb5e49ca95882f0d0f76e63 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-06T05:09:37.063Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-06T05:09:37.350Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-06T05:09:37.818Z] + ls /var/log/sa-host [2025-05-06T05:09:37.818Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-06T05:09:37.916Z] provisioning config files... [2025-05-06T05:09:37.927Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config13663245840253852219tmp [Pipeline] { [Pipeline] echo [2025-05-06T05:09:37.950Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-06T05:09:38.244Z] ---> create-netrc.sh [Pipeline] } [2025-05-06T05:09:38.251Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-06T05:09:38.596Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-06T05:09:38.606Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-06T05:09:38.895Z] ---> sudo-logs.sh [2025-05-06T05:09:38.895Z] Archiving 'sudo' log.. [2025-05-06T05:09:38.895Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-06T05:09:38.930Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-05-06T05:09:38.937Z] $ docker stop --time=1 1319b21fc3aeaaba632be0bd753059fdfc728b5d0bb5e49ca95882f0d0f76e63 [2025-05-06T05:09:40.077Z] $ docker rm -f --volumes 1319b21fc3aeaaba632be0bd753059fdfc728b5d0bb5e49ca95882f0d0f76e63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-05-06T05:09:40.190Z] [WS-CLEANUP] Deleting project workspace... [2025-05-06T05:09:40.190Z] [WS-CLEANUP] Deferred wipeout is used... [2025-05-06T05:09:40.207Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [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-05-06T05:09:40.425Z] Failed in branch amd64 [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-05-06T05:09:41.218Z] + [ -d /w/workspace/edgex-go/835/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-05-06T05:09:41.504Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-06T05:09:42.359Z] ---> package-listing.sh [2025-05-06T05:09:42.359Z] ++ facter osfamily [2025-05-06T05:09:42.359Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-06T05:09:42.618Z] + OS_FAMILY=debian [2025-05-06T05:09:42.618Z] + workspace=/w/workspace/edgex-go/835 [2025-05-06T05:09:42.618Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-06T05:09:42.618Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-06T05:09:42.618Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-06T05:09:42.618Z] + PACKAGES=/tmp/packages_start.txt [2025-05-06T05:09:42.618Z] + '[' /w/workspace/edgex-go/835 ']' [2025-05-06T05:09:42.618Z] + PACKAGES=/tmp/packages_end.txt [2025-05-06T05:09:42.618Z] + case "${OS_FAMILY}" in [2025-05-06T05:09:42.618Z] + dpkg -l [2025-05-06T05:09:42.618Z] + grep '^ii' [2025-05-06T05:09:42.618Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-06T05:09:42.618Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-06T05:09:42.619Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-06T05:09:42.619Z] + '[' /w/workspace/edgex-go/835 ']' [2025-05-06T05:09:42.619Z] + mkdir -p /w/workspace/edgex-go/835/archives/ [2025-05-06T05:09:42.619Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/835/archives/ [Pipeline] echo [2025-05-06T05:09:42.631Z] 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/835/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-05-06T05:09:42.906Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-06T05:09:43.471Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-06T05:09:43.471Z] [2025-05-06T05:09:43.471Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-06T05:09:43.773Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-06T05:09:43.773Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-06T05:09:43.773Z] 5eb5b503b376: Pulling fs layer [2025-05-06T05:09:43.773Z] 5c69ac0246d0: Pulling fs layer [2025-05-06T05:09:43.773Z] ec43610c2a17: Pulling fs layer [2025-05-06T05:09:43.773Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-06T05:09:43.773Z] 33b1e0a273af: Pulling fs layer [2025-05-06T05:09:43.773Z] 5d3b04190fa2: Pulling fs layer [2025-05-06T05:09:43.773Z] 2f39f015ded8: Pulling fs layer [2025-05-06T05:09:43.773Z] 3a2ae6a8a46f: Waiting [2025-05-06T05:09:43.773Z] 33b1e0a273af: Waiting [2025-05-06T05:09:43.773Z] 2f39f015ded8: Waiting [2025-05-06T05:09:43.773Z] 5d3b04190fa2: Waiting [2025-05-06T05:09:43.773Z] 5c69ac0246d0: Download complete [2025-05-06T05:09:43.773Z] 3a2ae6a8a46f: Verifying Checksum [2025-05-06T05:09:43.773Z] 3a2ae6a8a46f: Download complete [2025-05-06T05:09:43.773Z] 33b1e0a273af: Verifying Checksum [2025-05-06T05:09:43.773Z] 33b1e0a273af: Download complete [2025-05-06T05:09:43.773Z] 5d3b04190fa2: Download complete [2025-05-06T05:09:43.773Z] ec43610c2a17: Verifying Checksum [2025-05-06T05:09:44.031Z] 5eb5b503b376: Verifying Checksum [2025-05-06T05:09:44.031Z] 5eb5b503b376: Download complete [2025-05-06T05:09:44.597Z] 2f39f015ded8: Verifying Checksum [2025-05-06T05:09:45.163Z] 5eb5b503b376: Pull complete [2025-05-06T05:09:45.421Z] 5c69ac0246d0: Pull complete [2025-05-06T05:09:45.678Z] ec43610c2a17: Pull complete [2025-05-06T05:09:45.937Z] 3a2ae6a8a46f: Pull complete [2025-05-06T05:09:46.195Z] 33b1e0a273af: Pull complete [2025-05-06T05:09:46.195Z] 5d3b04190fa2: Pull complete [2025-05-06T05:09:50.381Z] 2f39f015ded8: Pull complete [2025-05-06T05:09:50.381Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-06T05:09:50.639Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-06T05:09:50.639Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-06T05:09:50.732Z] prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container [2025-05-06T05:09:50.757Z] $ 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/835/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/835 -v /w/workspace/edgex-go/835:/w/workspace/edgex-go/835:rw,z -v /w/workspace/edgex-go/835@tmp:/w/workspace/edgex-go/835@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-05-06T05:09:51.826Z] $ docker top c13931ec0a6f48f4cb317d84489075749c6e0201bca32381c9d31c75d62f7abe -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-06T05:09:52.174Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-06T05:09:52.455Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-06T05:09:52.740Z] + ls /var/log/sa-host [2025-05-06T05:09:52.740Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-06T05:09:52.773Z] provisioning config files... [2025-05-06T05:09:52.782Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/835@tmp/config16235533478846881798tmp [Pipeline] { [Pipeline] echo [2025-05-06T05:09:52.806Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-06T05:09:53.090Z] ---> create-netrc.sh [Pipeline] } [2025-05-06T05:09:53.098Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-06T05:09:53.412Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-06T05:09:53.421Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-06T05:09:53.705Z] ---> sudo-logs.sh [2025-05-06T05:09:53.705Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-05-06T05:09:53.761Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-06T05:09:54.044Z] ---> job-cost.sh [2025-05-06T05:09:54.044Z] lf-activate-venv: SKIPPING [2025-05-06T05:09:54.044Z] DEBUG: total: 0.10999999940395355 [2025-05-06T05:09:54.044Z] INFO: Retrieving Stack Cost... [2025-05-06T05:09:54.303Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-05-06T05:09:54.870Z] INFO: Archiving Costs [Pipeline] echo [2025-05-06T05:09:54.883Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-06T05:09:55.167Z] ---> logs-deploy.sh [2025-05-06T05:09:55.167Z] lf-activate-venv: SKIPPING [2025-05-06T05:09:55.167Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/835 [2025-05-06T05:09:55.167Z] INFO: archiving workspace using pattern(s): [2025-05-06T05:09:56.103Z] Archives upload complete. [2025-05-06T05:09:56.362Z] INFO: archiving logs to Nexus